diff --git a/types/phaser.json b/types/phaser.json index 83cc6cf8c..44e80b696 100644 --- a/types/phaser.json +++ b/types/phaser.json @@ -5,7 +5,7 @@ "filename": "AlignTo.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects and aligns them next to each other.\r\rThe alignment position is controlled by the `position` parameter, which should be one\rof the Phaser.Display.Align constants, such as `Phaser.Display.Align.TOP_LEFT`,\r`Phaser.Display.Align.TOP_CENTER`, etc.\r\rThe first item isn't moved. The second item is aligned next to the first,\rthen the third next to the second, and so on.", @@ -142,7 +142,7 @@ "filename": "Angle.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have a public `angle` property,\rand then adds the given value to each of their `angle` properties.\r\rThe optional `step` property is applied incrementally, multiplied by each item in the array.\r\rTo use this with a Group: `Angle(group.getChildren(), value, step)`", @@ -294,7 +294,7 @@ "filename": "Call.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of objects and passes each of them to the given callback.", @@ -413,7 +413,7 @@ "filename": "GetFirst.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of objects and returns the first element in the array that has properties which match\rall of those specified in the `compare` object. For example, if the compare object was: `{ scaleX: 0.5, alpha: 1 }`\rthen it would return the first item which had the property `scaleX` set to 0.5 and `alpha` set to 1.\r\rTo use this with a Group: `GetFirst(group.getChildren(), compare, index)`", @@ -528,7 +528,7 @@ "filename": "GetLast.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of objects and returns the last element in the array that has properties which match\rall of those specified in the `compare` object. For example, if the compare object was: `{ scaleX: 0.5, alpha: 1 }`\rthen it would return the last item which had the property `scaleX` set to 0.5 and `alpha` set to 1.\r\rTo use this with a Group: `GetLast(group.getChildren(), compare, index)`", @@ -643,7 +643,7 @@ "filename": "GridAlign.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have public `x` and `y` properties,\rand then aligns them based on the grid configuration given to this action.", @@ -750,7 +750,7 @@ "filename": "IncAlpha.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have a public `alpha` property,\rand then adds the given value to each of their `alpha` properties.\r\rThe optional `step` property is applied incrementally, multiplied by each item in the array.\r\rTo use this with a Group: `IncAlpha(group.getChildren(), value, step)`", @@ -902,7 +902,7 @@ "filename": "IncX.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have a public `x` property,\rand then adds the given value to each of their `x` properties.\r\rThe optional `step` property is applied incrementally, multiplied by each item in the array.\r\rTo use this with a Group: `IncX(group.getChildren(), value, step)`", @@ -1054,7 +1054,7 @@ "filename": "IncXY.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have public `x` and `y` properties,\rand then adds the given value to each of them.\r\rThe optional `stepX` and `stepY` properties are applied incrementally, multiplied by each item in the array.\r\rTo use this with a Group: `IncXY(group.getChildren(), x, y, stepX, stepY)`", @@ -1236,7 +1236,7 @@ "filename": "IncY.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have a public `y` property,\rand then adds the given value to each of their `y` properties.\r\rThe optional `step` property is applied incrementally, multiplied by each item in the array.\r\rTo use this with a Group: `IncY(group.getChildren(), value, step)`", @@ -1388,7 +1388,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "kind": "namespace", @@ -1405,7 +1405,7 @@ "filename": "PlaceOnCircle.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects and positions them on evenly spaced points around the perimeter of a Circle.\r\rIf you wish to pass a `Phaser.GameObjects.Circle` Shape to this function, you should pass its `geom` property.", @@ -1542,7 +1542,7 @@ "filename": "PlaceOnEllipse.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects and positions them on evenly spaced points around the perimeter of an Ellipse.\r\rIf you wish to pass a `Phaser.GameObjects.Ellipse` Shape to this function, you should pass its `geom` property.", @@ -1679,7 +1679,7 @@ "filename": "PlaceOnLine.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Positions an array of Game Objects on evenly spaced points of a Line.\rIf the ease parameter is supplied, it will space the points based on that easing function along the line.", @@ -1810,7 +1810,7 @@ "filename": "PlaceOnRectangle.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects and positions them on evenly spaced points around the perimeter of a Rectangle.\r\rPlacement starts from the top-left of the rectangle, and proceeds in a clockwise direction.\rIf the `shift` parameter is given you can offset where placement begins.", @@ -1932,7 +1932,7 @@ "filename": "PlaceOnTriangle.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects and positions them on evenly spaced points around the edges of a Triangle.\r\rIf you wish to pass a `Phaser.GameObjects.Triangle` Shape to this function, you should pass its `geom` property.", @@ -2054,7 +2054,7 @@ "filename": "PlayAnimation.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Play an animation on all Game Objects in the array that have an Animation component.\r\rYou can pass either an animation key, or an animation configuration object for more control over the playback.", @@ -2191,7 +2191,7 @@ "filename": "PropertyValueInc.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have a public property as defined in `key`,\rand then adds the given value to it.\r\rThe optional `step` property is applied incrementally, multiplied by each item in the array.\r\rTo use this with a Group: `PropertyValueInc(group.getChildren(), key, value, step)`", @@ -2356,7 +2356,7 @@ "filename": "PropertyValueSet.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have a public property as defined in `key`,\rand then sets it to the given value.\r\rThe optional `step` property is applied incrementally, multiplied by each item in the array.\r\rTo use this with a Group: `PropertyValueSet(group.getChildren(), key, value, step)`", @@ -2521,7 +2521,7 @@ "filename": "RandomCircle.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects and positions them at random locations within the Circle.\r\rIf you wish to pass a `Phaser.GameObjects.Circle` Shape to this function, you should pass its `geom` property.", @@ -2628,7 +2628,7 @@ "filename": "RandomEllipse.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects and positions them at random locations within the Ellipse.\r\rIf you wish to pass a `Phaser.GameObjects.Ellipse` Shape to this function, you should pass its `geom` property.", @@ -2735,7 +2735,7 @@ "filename": "RandomLine.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects and positions them at random locations on the Line.\r\rIf you wish to pass a `Phaser.GameObjects.Line` Shape to this function, you should pass its `geom` property.", @@ -2842,7 +2842,7 @@ "filename": "RandomRectangle.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects and positions them at random locations within the Rectangle.", @@ -2949,7 +2949,7 @@ "filename": "RandomTriangle.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects and positions them at random locations within the Triangle.\r\rIf you wish to pass a `Phaser.GameObjects.Triangle` Shape to this function, you should pass its `geom` property.", @@ -3056,7 +3056,7 @@ "filename": "Rotate.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have a public `rotation` property,\rand then adds the given value to each of their `rotation` properties.\r\rThe optional `step` property is applied incrementally, multiplied by each item in the array.\r\rTo use this with a Group: `Rotate(group.getChildren(), value, step)`", @@ -3208,7 +3208,7 @@ "filename": "RotateAround.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Rotates each item around the given point by the given angle.", @@ -3331,7 +3331,7 @@ "filename": "RotateAroundDistance.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Rotates an array of Game Objects around a point by the given angle and distance.", @@ -3464,7 +3464,7 @@ "filename": "ScaleX.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have a public `scaleX` property,\rand then adds the given value to each of their `scaleX` properties.\r\rThe optional `step` property is applied incrementally, multiplied by each item in the array.\r\rTo use this with a Group: `ScaleX(group.getChildren(), value, step)`", @@ -3616,7 +3616,7 @@ "filename": "ScaleXY.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have public `scaleX` and `scaleY` properties,\rand then adds the given value to each of them.\r\rThe optional `stepX` and `stepY` properties are applied incrementally, multiplied by each item in the array.\r\rTo use this with a Group: `ScaleXY(group.getChildren(), scaleX, scaleY, stepX, stepY)`", @@ -3797,7 +3797,7 @@ "filename": "ScaleY.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have a public `scaleY` property,\rand then adds the given value to each of their `scaleY` properties.\r\rThe optional `step` property is applied incrementally, multiplied by each item in the array.\r\rTo use this with a Group: `ScaleY(group.getChildren(), value, step)`", @@ -3949,7 +3949,7 @@ "filename": "SetAlpha.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have the public property `alpha`\rand then sets it to the given value.\r\rThe optional `step` property is applied incrementally, multiplied by each item in the array.\r\rTo use this with a Group: `SetAlpha(group.getChildren(), value, step)`", @@ -4101,7 +4101,7 @@ "filename": "SetBlendMode.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have the public property `blendMode`\rand then sets it to the given value.\r\rTo use this with a Group: `SetBlendMode(group.getChildren(), value)`", @@ -4253,7 +4253,7 @@ "filename": "SetDepth.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have the public property `depth`\rand then sets it to the given value.\r\rThe optional `step` property is applied incrementally, multiplied by each item in the array.\r\rTo use this with a Group: `SetDepth(group.getChildren(), value, step)`", @@ -4405,7 +4405,7 @@ "filename": "SetHitArea.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Passes all provided Game Objects to the Input Manager to enable them for input with identical areas and callbacks.", @@ -4540,7 +4540,7 @@ "filename": "SetOrigin.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have the public properties `originX` and `originY`\rand then sets them to the given values.\r\rThe optional `stepX` and `stepY` properties are applied incrementally, multiplied by each item in the array.\r\rTo use this with a Group: `SetOrigin(group.getChildren(), originX, originY, stepX, stepY)`", @@ -4721,7 +4721,7 @@ "filename": "SetRotation.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have the public property `rotation`\rand then sets it to the given value.\r\rThe optional `step` property is applied incrementally, multiplied by each item in the array.\r\rTo use this with a Group: `SetRotation(group.getChildren(), value, step)`", @@ -4873,7 +4873,7 @@ "filename": "SetScale.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have the public properties `scaleX` and `scaleY`\rand then sets them to the given values.\r\rThe optional `stepX` and `stepY` properties are applied incrementally, multiplied by each item in the array.\r\rTo use this with a Group: `SetScale(group.getChildren(), scaleX, scaleY, stepX, stepY)`", @@ -5054,7 +5054,7 @@ "filename": "SetScaleX.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have the public property `scaleX`\rand then sets it to the given value.\r\rThe optional `step` property is applied incrementally, multiplied by each item in the array.\r\rTo use this with a Group: `SetScaleX(group.getChildren(), value, step)`", @@ -5206,7 +5206,7 @@ "filename": "SetScaleY.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have the public property `scaleY`\rand then sets it to the given value.\r\rThe optional `step` property is applied incrementally, multiplied by each item in the array.\r\rTo use this with a Group: `SetScaleY(group.getChildren(), value, step)`", @@ -5358,7 +5358,7 @@ "filename": "SetScrollFactor.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have the public properties `scrollFactorX` and `scrollFactorY`\rand then sets them to the given values.\r\rThe optional `stepX` and `stepY` properties are applied incrementally, multiplied by each item in the array.\r\rTo use this with a Group: `SetScrollFactor(group.getChildren(), scrollFactorX, scrollFactorY, stepX, stepY)`", @@ -5539,7 +5539,7 @@ "filename": "SetScrollFactorX.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have the public property `scrollFactorX`\rand then sets it to the given value.\r\rThe optional `step` property is applied incrementally, multiplied by each item in the array.\r\rTo use this with a Group: `SetScrollFactorX(group.getChildren(), value, step)`", @@ -5691,7 +5691,7 @@ "filename": "SetScrollFactorY.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have the public property `scrollFactorY`\rand then sets it to the given value.\r\rThe optional `step` property is applied incrementally, multiplied by each item in the array.\r\rTo use this with a Group: `SetScrollFactorY(group.getChildren(), value, step)`", @@ -5843,7 +5843,7 @@ "filename": "SetTint.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have the public method setTint() and then updates it to the given value(s). You can specify tint color per corner or provide only one color value for `topLeft` parameter, in which case whole item will be tinted with that color.", @@ -5992,7 +5992,7 @@ "filename": "SetVisible.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have the public property `visible`\rand then sets it to the given value.\r\rTo use this with a Group: `SetVisible(group.getChildren(), value)`", @@ -6129,7 +6129,7 @@ "filename": "SetX.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have the public property `x`\rand then sets it to the given value.\r\rThe optional `step` property is applied incrementally, multiplied by each item in the array.\r\rTo use this with a Group: `SetX(group.getChildren(), value, step)`", @@ -6281,7 +6281,7 @@ "filename": "SetXY.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have the public properties `x` and `y`\rand then sets them to the given values.\r\rThe optional `stepX` and `stepY` properties are applied incrementally, multiplied by each item in the array.\r\rTo use this with a Group: `SetXY(group.getChildren(), x, y, stepX, stepY)`", @@ -6463,7 +6463,7 @@ "filename": "SetY.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects, or any objects that have the public property `y`\rand then sets it to the given value.\r\rThe optional `step` property is applied incrementally, multiplied by each item in the array.\r\rTo use this with a Group: `SetY(group.getChildren(), value, step)`", @@ -6615,7 +6615,7 @@ "filename": "ShiftPosition.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of items, such as Game Objects, or any objects with public `x` and\r`y` properties and then iterates through them. As this function iterates, it moves\rthe position of the current element to be that of the previous entry in the array.\rThis repeats until all items have been moved.\r\rThe direction controls the order of iteration. A value of 0 (the default) assumes\rthat the final item in the array is the 'head' item.\r\rA direction value of 1 assumes that the first item in the array is the 'head' item.\r\rThe position of the 'head' item is set to the x/y values given to this function.\rEvery other item in the array is then updated, in sequence, to be that of the\rprevious (or next) entry in the array.\r\rThe final x/y coords are returned, or set in the 'output' Vector2.\r\rThink of it as being like the game Snake, where the 'head' is moved and then\reach body piece is moved into the space of the previous piece.", @@ -6760,7 +6760,7 @@ "filename": "Shuffle.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Shuffles the array in place. The shuffled array is both modified and returned.", @@ -6857,7 +6857,7 @@ "filename": "SmootherStep.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Smootherstep is a sigmoid-like interpolation and clamping function.\r\rThe function depends on three parameters, the input x, the \"left edge\" and the \"right edge\", with the left edge being assumed smaller than the right edge. The function receives a real number x as an argument and returns 0 if x is less than or equal to the left edge, 1 if x is greater than or equal to the right edge, and smoothly interpolates, using a Hermite polynomial, between 0 and 1 otherwise. The slope of the smoothstep function is zero at both edges. This is convenient for creating a sequence of transitions using smoothstep to interpolate each segment as an alternative to using more sophisticated or expensive interpolation techniques.", @@ -7005,7 +7005,7 @@ "filename": "SmoothStep.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Smoothstep is a sigmoid-like interpolation and clamping function.\r\rThe function depends on three parameters, the input x, the \"left edge\"\rand the \"right edge\", with the left edge being assumed smaller than the right edge.\r\rThe function receives a real number x as an argument and returns 0 if x is less than\ror equal to the left edge, 1 if x is greater than or equal to the right edge, and smoothly\rinterpolates, using a Hermite polynomial, between 0 and 1 otherwise. The slope of the\rsmoothstep function is zero at both edges.\r\rThis is convenient for creating a sequence of transitions using smoothstep to interpolate\reach segment as an alternative to using more sophisticated or expensive interpolation techniques.", @@ -7153,7 +7153,7 @@ "filename": "Spread.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects and then modifies their `property` so the value equals, or is incremented, by the\rcalculated spread value.\r\rThe spread value is derived from the given `min` and `max` values and the total number of items in the array.\r\rFor example, to cause an array of Sprites to change in alpha from 0 to 1 you could call:\r\r```javascript\rPhaser.Actions.Spread(itemsArray, 'alpha', 0, 1);\r```", @@ -7301,7 +7301,7 @@ "filename": "ToggleVisible.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Takes an array of Game Objects and toggles the visibility of each one.\rThose previously `visible = false` will become `visible = true`, and vice versa.", @@ -7395,7 +7395,7 @@ "filename": "CallCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions\\typedefs", "code": {} }, "kind": "typedef", @@ -7433,7 +7433,7 @@ "filename": "GridAlignConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions\\typedefs", "code": {} }, "kind": "typedef", @@ -7567,7 +7567,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions\\typedefs", "code": {} }, "kind": "namespace", @@ -7584,7 +7584,7 @@ "filename": "WrapInRectangle.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\actions", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\actions", "code": {} }, "description": "Iterates through the given array and makes sure that each objects x and y\rproperties are wrapped to keep them contained within the given Rectangles\rarea.", @@ -7709,7 +7709,7 @@ "filename": "Animation.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "classdesc": "A Frame based Animation.\r\rAnimations in Phaser consist of a sequence of `AnimationFrame` objects, which are managed by\rthis class, along with properties that impact playback, such as the animations frame rate\ror delay.\r\rThis class contains all of the properties and methods needed to handle playback of the animation\rdirectly to an `AnimationState` instance, which is owned by a Sprite, or similar Game Object.\r\rYou don't typically create an instance of this class directly, but instead go via\reither the `AnimationManager` or the `AnimationState` and use their `create` methods,\rdepending on if you need a global animation, or local to a specific Sprite.", @@ -7769,7 +7769,7 @@ "filename": "Animation.js", "lineno": 45, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "A reference to the global Animation Manager.", @@ -7797,7 +7797,7 @@ "filename": "Animation.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "The unique identifying string for this animation.", @@ -7825,7 +7825,7 @@ "filename": "Animation.js", "lineno": 63, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "A frame based animation (as opposed to a bone based animation)", @@ -7854,7 +7854,7 @@ "filename": "Animation.js", "lineno": 73, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Extract all the frame data into the frames array.", @@ -7891,7 +7891,7 @@ "filename": "Animation.js", "lineno": 87, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "The frame rate of playback in frames per second (default 24 if duration is null)", @@ -7920,7 +7920,7 @@ "filename": "Animation.js", "lineno": 97, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "How long the animation should play for, in milliseconds.\rIf the `frameRate` property has been set then it overrides this value,\rotherwise the `frameRate` is derived from `duration`.", @@ -7948,7 +7948,7 @@ "filename": "Animation.js", "lineno": 108, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "How many ms per frame, not including frame specific modifiers.", @@ -7976,7 +7976,7 @@ "filename": "Animation.js", "lineno": 117, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Skip frames if the time lags, or always advanced anyway?", @@ -8005,7 +8005,7 @@ "filename": "Animation.js", "lineno": 127, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "The delay in ms before the playback will begin.", @@ -8034,7 +8034,7 @@ "filename": "Animation.js", "lineno": 137, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Number of times to repeat the animation. Set to -1 to repeat forever.", @@ -8063,7 +8063,7 @@ "filename": "Animation.js", "lineno": 147, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "The delay in ms before the a repeat play starts.", @@ -8092,7 +8092,7 @@ "filename": "Animation.js", "lineno": 157, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Should the animation yoyo (reverse back down to the start) before repeating?", @@ -8121,7 +8121,7 @@ "filename": "Animation.js", "lineno": 167, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "If the animation has a delay set, before playback will begin, this\rcontrols when the first frame is set on the Sprite. If this property\ris 'false' then the frame is set only after the delay has expired.\rThis is the default behavior.", @@ -8150,7 +8150,7 @@ "filename": "Animation.js", "lineno": 180, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Should the GameObject's `visible` property be set to `true` when the animation starts to play?", @@ -8179,7 +8179,7 @@ "filename": "Animation.js", "lineno": 190, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Should the GameObject's `visible` property be set to `false` when the animation finishes?", @@ -8208,7 +8208,7 @@ "filename": "Animation.js", "lineno": 200, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Start playback of this animation from a random frame?", @@ -8237,7 +8237,7 @@ "filename": "Animation.js", "lineno": 210, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Global pause. All Game Objects using this Animation instance are impacted by this property.", @@ -8266,7 +8266,7 @@ "filename": "Animation.js", "lineno": 229, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Gets the total number of frames in this animation.", @@ -8299,7 +8299,7 @@ "filename": "Animation.js", "lineno": 242, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Calculates the duration, frame rate and msPerFrame values.", @@ -8378,7 +8378,7 @@ "filename": "Animation.js", "lineno": 281, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Add frames to the end of the animation.", @@ -8446,7 +8446,7 @@ "filename": "Animation.js", "lineno": 296, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Add frame/s into the animation.", @@ -8527,7 +8527,7 @@ "filename": "Animation.js", "lineno": 335, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Check if the given frame index is valid.", @@ -8575,7 +8575,7 @@ "filename": "Animation.js", "lineno": 350, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Called internally when this Animation first starts to play.\rSets the accumulator and nextTick properties.", @@ -8610,7 +8610,7 @@ "filename": "Animation.js", "lineno": 368, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Returns the AnimationFrame at the provided index", @@ -8658,7 +8658,7 @@ "filename": "Animation.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Creates AnimationFrame instances based on the given frame data.", @@ -8761,7 +8761,7 @@ "filename": "Animation.js", "lineno": 506, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Called internally. Sets the accumulator and nextTick values of the current Animation.", @@ -8795,7 +8795,7 @@ "filename": "Animation.js", "lineno": 521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Returns the frame closest to the given progress value between 0 and 1.", @@ -8843,7 +8843,7 @@ "filename": "Animation.js", "lineno": 538, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Advance the animation frame.", @@ -8877,7 +8877,7 @@ "filename": "Animation.js", "lineno": 623, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Returns the animation last frame.", @@ -8910,7 +8910,7 @@ "filename": "Animation.js", "lineno": 636, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Called internally when the Animation is playing backwards.\rSets the previous frame, causing a yoyo, repeat, complete or update, accordingly.", @@ -8944,7 +8944,7 @@ "filename": "Animation.js", "lineno": 698, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Removes the given AnimationFrame from this Animation instance.\rThis is a global action. Any Game Object using this Animation will be impacted by this change.", @@ -8993,7 +8993,7 @@ "filename": "Animation.js", "lineno": 721, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Removes a frame from the AnimationFrame array at the provided index\rand updates the animation accordingly.", @@ -9042,7 +9042,7 @@ "filename": "Animation.js", "lineno": 741, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Called internally during playback. Forces the animation to repeat, providing there are enough counts left\rin the repeat counter.", @@ -9081,7 +9081,7 @@ "filename": "Animation.js", "lineno": 795, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Converts the animation data to JSON.", @@ -9114,7 +9114,7 @@ "filename": "Animation.js", "lineno": 830, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Called internally whenever frames are added to, or removed from, this Animation.", @@ -9148,7 +9148,7 @@ "filename": "Animation.js", "lineno": 887, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Pauses playback of this Animation. The paused state is set immediately.", @@ -9182,7 +9182,7 @@ "filename": "Animation.js", "lineno": 902, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Resumes playback of this Animation. The paused state is reset immediately.", @@ -9216,7 +9216,7 @@ "filename": "Animation.js", "lineno": 917, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Destroys this Animation instance. It will remove all event listeners,\rremove this animation and its key from the global Animation Manager,\rand then destroy all Animation Frames in turn.", @@ -9235,7 +9235,7 @@ "filename": "AnimationFrame.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "classdesc": "A single frame in an Animation sequence.\r\rAn AnimationFrame consists of a reference to the Texture it uses for rendering, references to other\rframes in the animation, and index data. It also has the ability to modify the animation timing.\r\rAnimationFrames are generated automatically by the Animation class.", @@ -9333,7 +9333,7 @@ "filename": "AnimationFrame.js", "lineno": 37, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "The key of the Texture this AnimationFrame uses.", @@ -9361,7 +9361,7 @@ "filename": "AnimationFrame.js", "lineno": 46, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "The key of the Frame within the Texture that this AnimationFrame uses.", @@ -9399,7 +9399,7 @@ "filename": "AnimationFrame.js", "lineno": 55, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "The index of this AnimationFrame within the Animation sequence.", @@ -9427,7 +9427,7 @@ "filename": "AnimationFrame.js", "lineno": 64, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "A reference to the Texture Frame this AnimationFrame uses for rendering.", @@ -9455,7 +9455,7 @@ "filename": "AnimationFrame.js", "lineno": 73, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Is this the first frame in an animation sequence?", @@ -9485,7 +9485,7 @@ "filename": "AnimationFrame.js", "lineno": 84, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Is this the last frame in an animation sequence?", @@ -9515,7 +9515,7 @@ "filename": "AnimationFrame.js", "lineno": 95, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "A reference to the AnimationFrame that comes before this one in the animation, if any.", @@ -9547,7 +9547,7 @@ "filename": "AnimationFrame.js", "lineno": 106, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "A reference to the AnimationFrame that comes after this one in the animation, if any.", @@ -9579,7 +9579,7 @@ "filename": "AnimationFrame.js", "lineno": 117, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "The duration, in ms, of this frame of the animation.", @@ -9608,7 +9608,7 @@ "filename": "AnimationFrame.js", "lineno": 127, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "What % through the animation does this frame come?\rThis value is generated when the animation is created and cached here.", @@ -9638,7 +9638,7 @@ "filename": "AnimationFrame.js", "lineno": 139, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Is this Frame a KeyFrame within the Animation?", @@ -9666,7 +9666,7 @@ "filename": "AnimationFrame.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Generates a JavaScript object suitable for converting to JSON.", @@ -9699,7 +9699,7 @@ "filename": "AnimationFrame.js", "lineno": 167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Destroys this object by removing references to external resources and callbacks.", @@ -9718,7 +9718,7 @@ "filename": "AnimationManager.js", "lineno": 19, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "classdesc": "The Animation Manager.\r\rAnimations are managed by the global Animation Manager. This is a singleton class that is\rresponsible for creating and delivering animations and their corresponding data to all Game Objects.\rUnlike plugins it is owned by the Game instance, not the Scene.\r\rSprites and other Game Objects get the data they need from the AnimationManager.", @@ -9755,7 +9755,7 @@ "filename": "AnimationManager.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "A reference to the Phaser.Game instance.", @@ -9784,7 +9784,7 @@ "filename": "AnimationManager.js", "lineno": 57, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "A reference to the Texture Manager.", @@ -9813,7 +9813,7 @@ "filename": "AnimationManager.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "The global time scale of the Animation Manager.\r\rThis scales the time delta between two frames, thus influencing the speed of time for the Animation Manager.", @@ -9842,7 +9842,7 @@ "filename": "AnimationManager.js", "lineno": 79, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "The Animations registered in the Animation Manager.\r\rThis map should be modified with the {@link #add} and {@link #create} methods of the Animation Manager.", @@ -9884,7 +9884,7 @@ "filename": "AnimationManager.js", "lineno": 91, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "A list of animation mix times.\r\rSee the {@link #setMix} method for more details.", @@ -9925,7 +9925,7 @@ "filename": "AnimationManager.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Whether the Animation Manager is paused along with all of its Animations.", @@ -9954,7 +9954,7 @@ "filename": "AnimationManager.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "The name of this Animation Manager.", @@ -9982,7 +9982,7 @@ "filename": "AnimationManager.js", "lineno": 124, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Registers event listeners after the Game boots.", @@ -10004,7 +10004,7 @@ "filename": "AnimationManager.js", "lineno": 138, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Adds a mix between two animations.\r\rMixing allows you to specify a unique delay between a pairing of animations.\r\rWhen playing Animation A on a Game Object, if you then play Animation B, and a\rmix exists, it will wait for the specified delay to be over before playing Animation B.\r\rThis allows you to customise smoothing between different types of animation, such\ras blending between an idle and a walk state, or a running and a firing state.\r\rNote that mixing is only applied if you use the `Sprite.play` method. If you opt to use\r`playAfterRepeat` or `playAfterDelay` instead, those will take priority and the mix\rdelay will not be used.\r\rTo update an existing mix, just call this method with the new delay.\r\rTo remove a mix pairing, see the `removeMix` method.", @@ -10099,7 +10099,7 @@ "filename": "AnimationManager.js", "lineno": 191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Removes a mix between two animations.\r\rMixing allows you to specify a unique delay between a pairing of animations.\r\rCalling this method lets you remove those pairings. You can either remove\rit between `animA` and `animB`, or if you do not provide the `animB` parameter,\rit will remove all `animA` mixes.\r\rIf you wish to update an existing mix instead, call the `addMix` method with the\rnew delay.", @@ -10182,7 +10182,7 @@ "filename": "AnimationManager.js", "lineno": 241, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Returns the mix delay between two animations.\r\rIf no mix has been set-up, this method will return zero.\r\rIf you wish to create, or update, a new mix, call the `addMix` method.\rIf you wish to remove a mix, call the `removeMix` method.", @@ -10263,7 +10263,7 @@ "filename": "AnimationManager.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Adds an existing Animation to the Animation Manager.", @@ -10328,7 +10328,7 @@ "filename": "AnimationManager.js", "lineno": 306, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Checks to see if the given key is already in use within the Animation Manager or not.\r\rAnimations are global. Keys created in one scene can be used from any other Scene in your game. They are not Scene specific.", @@ -10376,7 +10376,7 @@ "filename": "AnimationManager.js", "lineno": 323, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Create one, or more animations from a loaded Aseprite JSON file.\r\rAseprite is a powerful animated sprite editor and pixel art tool.\r\rYou can find more details at https://www.aseprite.org/\r\rTo export a compatible JSON file in Aseprite, please do the following:\r\r1. Go to \"File - Export Sprite Sheet\"\r\r2. On the **Layout** tab:\r2a. Set the \"Sheet type\" to \"Packed\"\r2b. Set the \"Constraints\" to \"None\"\r2c. Check the \"Merge Duplicates\" checkbox\r\r3. On the **Sprite** tab:\r3a. Set \"Layers\" to \"Visible layers\"\r3b. Set \"Frames\" to \"All frames\", unless you only wish to export a sub-set of tags\r\r4. On the **Borders** tab:\r4a. Check the \"Trim Sprite\" and \"Trim Cells\" options\r4b. Ensure \"Border Padding\", \"Spacing\" and \"Inner Padding\" are all > 0 (1 is usually enough)\r\r5. On the **Output** tab:\r5a. Check \"Output File\", give your image a name and make sure you choose \"png files\" as the file type\r5b. Check \"JSON Data\" and give your json file a name\r5c. The JSON Data type can be either a Hash or Array, Phaser doesn't mind.\r5d. Make sure \"Tags\" is checked in the Meta options\r5e. In the \"Item Filename\" input box, make sure it says just \"{frame}\" and nothing more.\r\r6. Click export\r\rThis was tested with Aseprite 1.2.25.\r\rThis will export a png and json file which you can load using the Aseprite Loader, i.e.:\r\r```javascript\rfunction preload ()\r{\r this.load.path = 'assets/animations/aseprite/';\r this.load.aseprite('paladin', 'paladin.png', 'paladin.json');\r}\r```\r\rOnce loaded, you can call this method from within a Scene with the 'atlas' key:\r\r```javascript\rthis.anims.createFromAseprite('paladin');\r```\r\rAny animations defined in the JSON will now be available to use in Phaser and you play them\rvia their Tag name. For example, if you have an animation called 'War Cry' on your Aseprite timeline,\ryou can play it in Phaser using that Tag name:\r\r```javascript\rthis.add.sprite(400, 300).play('War Cry');\r```\r\rWhen calling this method you can optionally provide an array of tag names, and only those animations\rwill be created. For example:\r\r```javascript\rthis.anims.createFromAseprite('paladin', [ 'step', 'War Cry', 'Magnum Break' ]);\r```\r\rThis will only create the 3 animations defined. Note that the tag names are case-sensitive.", @@ -10480,7 +10480,7 @@ "filename": "AnimationManager.js", "lineno": 492, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Creates a new Animation and adds it to the Animation Manager.\r\rAnimations are global. Once created, you can use them in any Scene in your game. They are not Scene specific.\r\rIf an invalid key is given this method will return `false`.\r\rIf you pass the key of an animation that already exists in the Animation Manager, that animation will be returned.\r\rA brand new animation is only created if the key is valid and not already in use.\r\rIf you wish to re-use an existing key, call `AnimationManager.remove` first, then this method.", @@ -10542,7 +10542,7 @@ "filename": "AnimationManager.js", "lineno": 540, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Loads this Animation Manager's Animations and settings from a JSON object.", @@ -10629,7 +10629,7 @@ "filename": "AnimationManager.js", "lineno": 589, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Generate an array of {@link Phaser.Types.Animations.AnimationFrame} objects from a texture key and configuration object.\r\rGenerates objects with string based frame names, as configured by the given {@link Phaser.Types.Animations.GenerateFrameNames}.\r\rIt's a helper method, designed to make it easier for you to extract all of the frame names from texture atlases.\r\rIf you're working with a sprite sheet, see the `generateFrameNumbers` method instead.\r\rExample:\r\rIf you have a texture atlases loaded called `gems` and it contains 6 frames called `ruby_0001`, `ruby_0002`, and so on,\rthen you can call this method using: `this.anims.generateFrameNames('gems', { prefix: 'ruby_', start: 1, end: 6, zeroPad: 4 })`.\r\rThe `end` value tells it to select frames 1 through 6, incrementally numbered, all starting with the prefix `ruby_`. The `zeroPad`\rvalue tells it how many zeroes pad out the numbers. To create an animation using this method, you can do:\r\r```javascript\rthis.anims.create({\r key: 'ruby',\r repeat: -1,\r frames: this.anims.generateFrameNames('gems', {\r prefix: 'ruby_',\r end: 6,\r zeroPad: 4\r })\r});\r```\r\rPlease see the animation examples for further details.", @@ -10700,7 +10700,7 @@ "filename": "AnimationManager.js", "lineno": 689, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Generate an array of {@link Phaser.Types.Animations.AnimationFrame} objects from a texture key and configuration object.\r\rGenerates objects with numbered frame names, as configured by the given {@link Phaser.Types.Animations.GenerateFrameNumbers}.\r\rIf you're working with a texture atlas, see the `generateFrameNames` method instead.\r\rIt's a helper method, designed to make it easier for you to extract frames from sprite sheets.\r\rExample:\r\rIf you have a sprite sheet loaded called `explosion` and it contains 12 frames, then you can call this method using:\r\r`this.anims.generateFrameNumbers('explosion', { start: 0, end: 11 })`.\r\rThe `end` value of 11 tells it to stop after the 12th frame has been added, because it started at zero.\r\rTo create an animation using this method, you can do:\r\r```javascript\rthis.anims.create({\r key: 'boom',\r frames: this.anims.generateFrameNumbers('explosion', {\r start: 0,\r end: 11\r })\r});\r```\r\rNote that `start` is optional and you don't need to include it if the animation starts from frame 0.\r\rTo specify an animation in reverse, swap the `start` and `end` values.\r\rIf the frames are not sequential, you may pass an array of frame numbers instead, for example:\r\r`this.anims.generateFrameNumbers('explosion', { frames: [ 0, 1, 2, 1, 2, 3, 4, 0, 1, 2 ] })`\r\rPlease see the animation examples and `GenerateFrameNumbers` config docs for further details.", @@ -10771,7 +10771,7 @@ "filename": "AnimationManager.js", "lineno": 793, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Get an Animation.", @@ -10819,7 +10819,7 @@ "filename": "AnimationManager.js", "lineno": 808, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Returns an array of all Animation keys that are using the given\rTexture. Only Animations that have at least one AnimationFrame\rentry using this texture will be included in the result.", @@ -10891,7 +10891,7 @@ "filename": "AnimationManager.js", "lineno": 848, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Pause all animations.", @@ -10928,7 +10928,7 @@ "filename": "AnimationManager.js", "lineno": 869, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Play an animation on the given Game Objects that have an Animation Component.", @@ -11024,7 +11024,7 @@ "filename": "AnimationManager.js", "lineno": 895, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Takes an array of Game Objects that have an Animation Component and then\rstarts the given animation playing on them. The start time of each Game Object\ris offset, incrementally, by the `stagger` amount.\r\rFor example, if you pass an array with 4 children and a stagger time of 1000,\rthe delays will be:\r\rchild 1: 1000ms delay\rchild 2: 2000ms delay\rchild 3: 3000ms delay\rchild 4: 4000ms delay\r\rIf you set the `staggerFirst` parameter to `false` they would be:\r\rchild 1: 0ms delay\rchild 2: 1000ms delay\rchild 3: 2000ms delay\rchild 4: 3000ms delay\r\rYou can also set `stagger` to be a negative value. If it was -1000, the above would be:\r\rchild 1: 3000ms delay\rchild 2: 2000ms delay\rchild 3: 1000ms delay\rchild 4: 0ms delay", @@ -11156,7 +11156,7 @@ "filename": "AnimationManager.js", "lineno": 961, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Removes an Animation from this Animation Manager, based on the given key.\r\rThis is a global action. Once an Animation has been removed, no Game Objects\rcan carry on using it.", @@ -11207,7 +11207,7 @@ "filename": "AnimationManager.js", "lineno": 991, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Resume all paused animations.", @@ -11244,7 +11244,7 @@ "filename": "AnimationManager.js", "lineno": 1012, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Returns the Animation data as JavaScript object based on the given key.\rOr, if not key is defined, it will return the data of all animations as array of objects.", @@ -11293,7 +11293,7 @@ "filename": "AnimationManager.js", "lineno": 1045, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Destroy this Animation Manager and clean up animation definitions and references to other objects.\rThis method should not be called directly. It will be called automatically as a response to a `destroy` event from the Phaser.Game instance.", @@ -11313,7 +11313,7 @@ "filename": "AnimationState.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "classdesc": "The Animation State Component.\r\rThis component provides features to apply animations to Game Objects. It is responsible for\rloading, queuing animations for later playback, mixing between animations and setting\rthe current animation frame to the Game Object that owns this component.\r\rThis component lives as an instance within any Game Object that has it defined, such as Sprites.\r\rYou can access its properties and methods via the `anims` property, i.e. `Sprite.anims`.\r\rAs well as playing animations stored in the global Animation Manager, this component\rcan also create animations that are stored locally within it. See the `create` method\rfor more details.\r\rPrior to Phaser 3.50 this component was called just `Animation` and lived in the\r`Phaser.GameObjects.Components` namespace. It was renamed to `AnimationState`\rin 3.50 to help better identify its true purpose when browsing the documentation.", @@ -11347,7 +11347,7 @@ "filename": "AnimationState.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "The Game Object to which this animation component belongs.\r\rYou can typically access this component from the Game Object\rvia the `this.anims` property.", @@ -11375,7 +11375,7 @@ "filename": "AnimationState.js", "lineno": 59, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "A reference to the global Animation Manager.", @@ -11403,7 +11403,7 @@ "filename": "AnimationState.js", "lineno": 70, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "A reference to the Texture Manager.", @@ -11432,7 +11432,7 @@ "filename": "AnimationState.js", "lineno": 80, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "The Animations stored locally in this Animation component.\r\rDo not modify the contents of this Map directly, instead use the\r`add`, `create` and `remove` methods of this class instead.", @@ -11474,7 +11474,7 @@ "filename": "AnimationState.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Is an animation currently playing or not?", @@ -11503,7 +11503,7 @@ "filename": "AnimationState.js", "lineno": 103, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Has the current animation started playing, or is it waiting for a delay to expire?", @@ -11532,7 +11532,7 @@ "filename": "AnimationState.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "The current Animation loaded into this Animation component.\r\rWill by `null` if no animation is yet loaded.", @@ -11563,7 +11563,7 @@ "filename": "AnimationState.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "The current AnimationFrame being displayed by this Animation component.\r\rWill by `null` if no animation is yet loaded.", @@ -11594,7 +11594,7 @@ "filename": "AnimationState.js", "lineno": 137, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "The key, instance, or config of the next Animation to be loaded into this Animation component\rwhen the current animation completes.\r\rWill by `null` if no animation has been queued.", @@ -11640,7 +11640,7 @@ "filename": "AnimationState.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "A queue of Animations to be loaded into this Animation component when the current animation completes.\r\rPopulate this queue via the `chain` method.", @@ -11668,7 +11668,7 @@ "filename": "AnimationState.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "The Time Scale factor.\r\rYou can adjust this value to modify the passage of time for the animation that is currently\rplaying. For example, setting it to 2 will make the animation play twice as fast. Or setting\rit to 0.5 will slow the animation down.\r\rYou can change this value at run-time, or set it via the `PlayAnimationConfig`.\r\rPrior to Phaser 3.50 this property was private and called `_timeScale`.", @@ -11697,7 +11697,7 @@ "filename": "AnimationState.js", "lineno": 179, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "The frame rate of playback, of the current animation, in frames per second.\r\rThis value is set when a new animation is loaded into this component and should\rbe treated as read-only, as changing it once playback has started will not alter\rthe animation. To change the frame rate, provide a new value in the `PlayAnimationConfig` object.", @@ -11726,7 +11726,7 @@ "filename": "AnimationState.js", "lineno": 193, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "The duration of the current animation, in milliseconds.\r\rThis value is set when a new animation is loaded into this component and should\rbe treated as read-only, as changing it once playback has started will not alter\rthe animation. To change the duration, provide a new value in the `PlayAnimationConfig` object.", @@ -11755,7 +11755,7 @@ "filename": "AnimationState.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "The number of milliseconds per frame, not including frame specific modifiers that may be present in the\rAnimation data.\r\rThis value is calculated when a new animation is loaded into this component and should\rbe treated as read-only. Changing it will not alter playback speed.", @@ -11784,7 +11784,7 @@ "filename": "AnimationState.js", "lineno": 221, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Skip frames if the time lags, or always advanced anyway?", @@ -11813,7 +11813,7 @@ "filename": "AnimationState.js", "lineno": 231, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Start playback of this animation from a random frame?", @@ -11842,7 +11842,7 @@ "filename": "AnimationState.js", "lineno": 241, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "The delay before starting playback of the current animation, in milliseconds.\r\rThis value is set when a new animation is loaded into this component and should\rbe treated as read-only, as changing it once playback has started will not alter\rthe animation. To change the delay, provide a new value in the `PlayAnimationConfig` object.\r\rPrior to Phaser 3.50 this property was private and called `_delay`.", @@ -11871,7 +11871,7 @@ "filename": "AnimationState.js", "lineno": 257, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "The number of times to repeat playback of the current animation.\r\rIf -1, it means the animation will repeat forever.\r\rThis value is set when a new animation is loaded into this component and should\rbe treated as read-only, as changing it once playback has started will not alter\rthe animation. To change the number of repeats, provide a new value in the `PlayAnimationConfig` object.\r\rPrior to Phaser 3.50 this property was private and called `_repeat`.", @@ -11900,7 +11900,7 @@ "filename": "AnimationState.js", "lineno": 275, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "The number of milliseconds to wait before starting the repeat playback of the current animation.\r\rThis value is set when a new animation is loaded into this component, but can also be modified\rat run-time.\r\rYou can change the repeat delay by providing a new value in the `PlayAnimationConfig` object.\r\rPrior to Phaser 3.50 this property was private and called `_repeatDelay`.", @@ -11929,7 +11929,7 @@ "filename": "AnimationState.js", "lineno": 292, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Should the current animation yoyo? An animation that yoyos will play in reverse, from the end\rto the start, before then repeating or completing. An animation that does not yoyo will just\rplay from the start to the end.\r\rThis value is set when a new animation is loaded into this component, but can also be modified\rat run-time.\r\rYou can change the yoyo by providing a new value in the `PlayAnimationConfig` object.\r\rPrior to Phaser 3.50 this property was private and called `_yoyo`.", @@ -11958,7 +11958,7 @@ "filename": "AnimationState.js", "lineno": 311, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "If the animation has a delay set, before playback will begin, this\rcontrols when the first frame is set on the Sprite. If this property\ris 'false' then the frame is set only after the delay has expired.\rThis is the default behavior.\r\rIf this property is 'true' then the first frame of this animation\ris set immediately, and then when the delay expires, playback starts.", @@ -11986,7 +11986,7 @@ "filename": "AnimationState.js", "lineno": 326, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Should the GameObject's `visible` property be set to `true` when the animation starts to play?\r\rThis will happen _after_ any delay that may have been set.\r\rThis value is set when a new animation is loaded into this component, but can also be modified\rat run-time, assuming the animation is currently delayed.", @@ -12014,7 +12014,7 @@ "filename": "AnimationState.js", "lineno": 340, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Should the GameObject's `visible` property be set to `false` when the animation completes?\r\rThis value is set when a new animation is loaded into this component, but can also be modified\rat run-time, assuming the animation is still actively playing.", @@ -12042,7 +12042,7 @@ "filename": "AnimationState.js", "lineno": 352, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Is the playhead moving forwards (`true`) or in reverse (`false`) ?", @@ -12071,7 +12071,7 @@ "filename": "AnimationState.js", "lineno": 362, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "An internal trigger that tells the component if it should plays the animation\rin reverse mode ('true') or not ('false'). This is used because `forward` can\rbe changed by the `yoyo` feature.\r\rPrior to Phaser 3.50 this property was private and called `_reverse`.", @@ -12100,7 +12100,7 @@ "filename": "AnimationState.js", "lineno": 376, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Internal time overflow accumulator.\r\rThis has the `delta` time added to it as part of the `update` step.", @@ -12129,7 +12129,7 @@ "filename": "AnimationState.js", "lineno": 388, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "The time point at which the next animation frame will change.\r\rThis value is compared against the `accumulator` as part of the `update` step.", @@ -12158,7 +12158,7 @@ "filename": "AnimationState.js", "lineno": 400, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "A counter keeping track of how much delay time, in milliseconds, is left before playback begins.\r\rThis is set via the `playAfterDelay` method, although it can be modified at run-time\rif required, as long as the animation has not already started playing.", @@ -12187,7 +12187,7 @@ "filename": "AnimationState.js", "lineno": 413, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "A counter that keeps track of how many repeats are left to run.\r\rThis value is set when a new animation is loaded into this component, but can also be modified\rat run-time.", @@ -12216,7 +12216,7 @@ "filename": "AnimationState.js", "lineno": 426, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "An internal flag keeping track of pending repeats.", @@ -12245,7 +12245,7 @@ "filename": "AnimationState.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Sets an animation, or an array of animations, to be played in the future, after the current one completes or stops.\r\rThe current animation must enter a 'completed' state for this to happen, i.e. finish all of its repeats, delays, etc,\ror have one of the `stop` methods called.\r\rAn animation set to repeat forever will never enter a completed state unless stopped.\r\rYou can chain a new animation at any point, including before the current one starts playing, during it, or when it ends (via its `animationcomplete` event).\r\rChained animations are specific to a Game Object, meaning different Game Objects can have different chained animations without impacting the global animation they're playing.\r\rCall this method with no arguments to reset all currently chained animations.", @@ -12351,7 +12351,7 @@ "filename": "AnimationState.js", "lineno": 539, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Returns the key of the animation currently loaded into this component.\r\rPrior to Phaser 3.50 this method was called `getCurrentKey`.", @@ -12384,7 +12384,7 @@ "filename": "AnimationState.js", "lineno": 554, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Returns the key of the animation frame currently displayed by this component.", @@ -12417,7 +12417,7 @@ "filename": "AnimationState.js", "lineno": 567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Internal method used to load an animation into this component.", @@ -12476,7 +12476,7 @@ "filename": "AnimationState.js", "lineno": 644, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Pause the current animation and set the `isPlaying` property to `false`.\rYou can optionally pause it at a specific frame.", @@ -12525,7 +12525,7 @@ "filename": "AnimationState.js", "lineno": 672, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Resumes playback of a paused animation and sets the `isPlaying` property to `true`.\rYou can optionally tell it to start playback from a specific frame.", @@ -12574,7 +12574,7 @@ "filename": "AnimationState.js", "lineno": 699, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Waits for the specified delay, in milliseconds, then starts playback of the given animation.\r\rIf the animation _also_ has a delay value set in its config, it will be **added** to the delay given here.\r\rIf an animation is already running and a new animation is given to this method, it will wait for\rthe given delay before starting the new animation.\r\rIf no animation is currently running, the given one begins after the delay.\r\rPrior to Phaser 3.50 this method was called 'delayedPlay' and the parameters were in the reverse order.", @@ -12653,7 +12653,7 @@ "filename": "AnimationState.js", "lineno": 748, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Waits for the current animation to complete the `repeatCount` number of repeat cycles, then starts playback\rof the given animation.\r\rYou can use this to ensure there are no harsh jumps between two sets of animations, i.e. going from an\ridle animation to a walking animation, by making them blend smoothly into each other.\r\rIf no animation is currently running, the given one will start immediately.", @@ -12734,7 +12734,7 @@ "filename": "AnimationState.js", "lineno": 799, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Start playing the given animation on this Sprite.\r\rAnimations in Phaser can either belong to the global Animation Manager, or specifically to this Sprite.\r\rThe benefit of a global animation is that multiple Sprites can all play the same animation, without\rhaving to duplicate the data. You can just create it once and then play it on any Sprite.\r\rThe following code shows how to create a global repeating animation. The animation will be created\rfrom all of the frames within the sprite sheet that was loaded with the key 'muybridge':\r\r```javascript\rvar config = {\r key: 'run',\r frames: 'muybridge',\r frameRate: 15,\r repeat: -1\r};\r\r// This code should be run from within a Scene:\rthis.anims.create(config);\r```\r\rHowever, if you wish to create an animation that is unique to this Sprite, and this Sprite alone,\ryou can call the `Animation.create` method instead. It accepts the exact same parameters as when\rcreating a global animation, however the resulting data is kept locally in this Sprite.\r\rWith the animation created, either globally or locally, you can now play it on this Sprite:\r\r```javascript\rthis.add.sprite(x, y).play('run');\r```\r\rAlternatively, if you wish to run it at a different frame rate, for example, you can pass a config\robject instead:\r\r```javascript\rthis.add.sprite(x, y).play({ key: 'run', frameRate: 24 });\r```\r\rWhen playing an animation on a Sprite it will first check to see if it can find a matching key\rlocally within the Sprite. If it can, it will play the local animation. If not, it will then\rsearch the global Animation Manager and look for it there.\r\rIf you need a Sprite to be able to play both local and global animations, make sure they don't\rhave conflicting keys.\r\rSee the documentation for the `PlayAnimationConfig` config object for more details about this.\r\rAlso, see the documentation in the Animation Manager for further details on creating animations.", @@ -12815,7 +12815,7 @@ "filename": "AnimationState.js", "lineno": 894, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Start playing the given animation on this Sprite, in reverse.\r\rAnimations in Phaser can either belong to the global Animation Manager, or specifically to this Sprite.\r\rThe benefit of a global animation is that multiple Sprites can all play the same animation, without\rhaving to duplicate the data. You can just create it once and then play it on any Sprite.\r\rThe following code shows how to create a global repeating animation. The animation will be created\rfrom all of the frames within the sprite sheet that was loaded with the key 'muybridge':\r\r```javascript\rvar config = {\r key: 'run',\r frames: 'muybridge',\r frameRate: 15,\r repeat: -1\r};\r\r// This code should be run from within a Scene:\rthis.anims.create(config);\r```\r\rHowever, if you wish to create an animation that is unique to this Sprite, and this Sprite alone,\ryou can call the `Animation.create` method instead. It accepts the exact same parameters as when\rcreating a global animation, however the resulting data is kept locally in this Sprite.\r\rWith the animation created, either globally or locally, you can now play it on this Sprite:\r\r```javascript\rthis.add.sprite(x, y).playReverse('run');\r```\r\rAlternatively, if you wish to run it at a different frame rate, for example, you can pass a config\robject instead:\r\r```javascript\rthis.add.sprite(x, y).playReverse({ key: 'run', frameRate: 24 });\r```\r\rWhen playing an animation on a Sprite it will first check to see if it can find a matching key\rlocally within the Sprite. If it can, it will play the local animation. If not, it will then\rsearch the global Animation Manager and look for it there.\r\rIf you need a Sprite to be able to play both local and global animations, make sure they don't\rhave conflicting keys.\r\rSee the documentation for the `PlayAnimationConfig` config object for more details about this.\r\rAlso, see the documentation in the Animation Manager for further details on creating animations.", @@ -12896,7 +12896,7 @@ "filename": "AnimationState.js", "lineno": 975, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Load the animation based on the key and set-up all of the internal values\rneeded for playback to start. If there is no delay, it will also fire the start events.", @@ -12957,7 +12957,7 @@ "filename": "AnimationState.js", "lineno": 1130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Reverse the Animation that is already playing on the Game Object.", @@ -12990,7 +12990,7 @@ "filename": "AnimationState.js", "lineno": 1150, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Returns a value between 0 and 1 indicating how far this animation is through, ignoring repeats and yoyos.\r\rThe value is based on the current frame and how far that is in the animation, it is not based on\rthe duration of the animation.", @@ -13023,7 +13023,7 @@ "filename": "AnimationState.js", "lineno": 1180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Takes a value between 0 and 1 and uses it to set how far this animation is through playback.\r\rDoes not factor in repeats or yoyos, but does handle playing forwards or backwards.\r\rThe value is based on the current frame and how far that is in the animation, it is not based on\rthe duration of the animation.", @@ -13073,7 +13073,7 @@ "filename": "AnimationState.js", "lineno": 1207, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Sets the number of times that the animation should repeat after its first play through.\rFor example, if repeat is 1, the animation will play a total of twice: the initial play plus 1 repeat.\r\rTo repeat indefinitely, use -1.\rThe value should always be an integer.\r\rCalling this method only works if the animation is already running. Otherwise, any\rvalue specified here will be overwritten when the next animation loads in. To avoid this,\ruse the `repeat` property of the `PlayAnimationConfig` object instead.", @@ -13121,7 +13121,7 @@ "filename": "AnimationState.js", "lineno": 1232, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Handle the removal of an animation from the Animation Manager.", @@ -13170,7 +13170,7 @@ "filename": "AnimationState.js", "lineno": 1253, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Restarts the current animation from its beginning.\r\rYou can optionally reset the delay and repeat counters as well.\r\rCalling this will fire the `ANIMATION_RESTART` event immediately.\r\rIf you `includeDelay` then it will also fire the `ANIMATION_START` event once\rthe delay has expired, otherwise, playback will just begin immediately.", @@ -13238,7 +13238,7 @@ "filename": "AnimationState.js", "lineno": 1309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "The current animation has completed. This dispatches the `ANIMATION_COMPLETE` event.\r\rThis method is called by the Animation instance and should not usually be invoked directly.\r\rIf no animation is loaded, no events will be dispatched.\r\rIf another animation has been queued for playback, it will be started after the events fire.", @@ -13274,7 +13274,7 @@ "filename": "AnimationState.js", "lineno": 1347, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Immediately stops the current animation from playing and dispatches the `ANIMATION_STOP` event.\r\rIf no animation is running, no events will be dispatched.\r\rIf there is another animation in the queue (set via the `chain` method) then it will start playing.", @@ -13310,7 +13310,7 @@ "filename": "AnimationState.js", "lineno": 1385, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Stops the current animation from playing after the specified time delay, given in milliseconds.\r\rIt then dispatches the `ANIMATION_STOP` event.\r\rIf no animation is running, no events will be dispatched.\r\rIf there is another animation in the queue (set via the `chain` method) then it will start playing,\rwhen the current one stops.", @@ -13361,7 +13361,7 @@ "filename": "AnimationState.js", "lineno": 1411, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Stops the current animation from playing when it next repeats.\r\rIt then dispatches the `ANIMATION_STOP` event.\r\rIf no animation is running, no events will be dispatched.\r\rIf there is another animation in the queue (set via the `chain` method) then it will start playing,\rwhen the current one stops.\r\rPrior to Phaser 3.50 this method was called `stopOnRepeat` and had no parameters.", @@ -13414,7 +13414,7 @@ "filename": "AnimationState.js", "lineno": 1446, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Stops the current animation from playing when it next sets the given frame.\rIf this frame doesn't exist within the animation it will not stop it from playing.\r\rIt then dispatches the `ANIMATION_STOP` event.\r\rIf no animation is running, no events will be dispatched.\r\rIf there is another animation in the queue (set via the `chain` method) then it will start playing,\rwhen the current one stops.", @@ -13465,7 +13465,7 @@ "filename": "AnimationState.js", "lineno": 1473, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Returns the total number of frames in this animation, or returns zero if no\ranimation has been loaded.", @@ -13498,7 +13498,7 @@ "filename": "AnimationState.js", "lineno": 1487, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "The internal update loop for the AnimationState Component.\r\rThis is called automatically by the `Sprite.preUpdate` method.", @@ -13545,7 +13545,7 @@ "filename": "AnimationState.js", "lineno": 1564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Sets the given Animation Frame as being the current frame\rand applies it to the parent Game Object, adjusting size and origin as needed.", @@ -13597,7 +13597,7 @@ "filename": "AnimationState.js", "lineno": 1623, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Advances the animation to the next frame, regardless of the time or animation state.\rIf the animation is set to repeat, or yoyo, this will still take effect.\r\rCalling this does not change the direction of the animation. I.e. if it was currently\rplaying in reverse, calling this method doesn't then change the direction to forwards.", @@ -13630,7 +13630,7 @@ "filename": "AnimationState.js", "lineno": 1645, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Advances the animation to the previous frame, regardless of the time or animation state.\rIf the animation is set to repeat, or yoyo, this will still take effect.\r\rCalling this does not change the direction of the animation. I.e. if it was currently\rplaying in forwards, calling this method doesn't then change the direction to backwards.", @@ -13663,7 +13663,7 @@ "filename": "AnimationState.js", "lineno": 1667, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Get an Animation instance that has been created locally on this Sprite.\r\rSee the `create` method for more details.", @@ -13711,7 +13711,7 @@ "filename": "AnimationState.js", "lineno": 1684, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Checks to see if the given key is already used locally within the animations stored on this Sprite.", @@ -13759,7 +13759,7 @@ "filename": "AnimationState.js", "lineno": 1699, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Creates a new Animation that is local specifically to this Sprite.\r\rWhen a Sprite owns an animation, it is kept out of the global Animation Manager, which means\ryou're free to use keys that may be already defined there. Unless you specifically need a Sprite\rto have a unique animation, you should favor using global animations instead, as they allow for\rthe same animation to be used across multiple Sprites, saving on memory. However, if this Sprite\ris the only one to use this animation, it's sensible to create it here.\r\rIf an invalid key is given this method will return `false`.\r\rIf you pass the key of an animation that already exists locally, that animation will be returned.\r\rA brand new animation is only created if the key is valid and not already in use by this Sprite.\r\rIf you wish to re-use an existing key, call the `remove` method first, then this method.", @@ -13818,7 +13818,7 @@ "filename": "AnimationState.js", "lineno": 1753, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Create one, or more animations from a loaded Aseprite JSON file.\r\rAseprite is a powerful animated sprite editor and pixel art tool.\r\rYou can find more details at https://www.aseprite.org/\r\rTo export a compatible JSON file in Aseprite, please do the following:\r\r1. Go to \"File - Export Sprite Sheet\"\r\r2. On the **Layout** tab:\r2a. Set the \"Sheet type\" to \"Packed\"\r2b. Set the \"Constraints\" to \"None\"\r2c. Check the \"Merge Duplicates\" checkbox\r\r3. On the **Sprite** tab:\r3a. Set \"Layers\" to \"Visible layers\"\r3b. Set \"Frames\" to \"All frames\", unless you only wish to export a sub-set of tags\r\r4. On the **Borders** tab:\r4a. Check the \"Trim Sprite\" and \"Trim Cells\" options\r4b. Ensure \"Border Padding\", \"Spacing\" and \"Inner Padding\" are all > 0 (1 is usually enough)\r\r5. On the **Output** tab:\r5a. Check \"Output File\", give your image a name and make sure you choose \"png files\" as the file type\r5b. Check \"JSON Data\" and give your json file a name\r5c. The JSON Data type can be either a Hash or Array, Phaser doesn't mind.\r5d. Make sure \"Tags\" is checked in the Meta options\r5e. In the \"Item Filename\" input box, make sure it says just \"{frame}\" and nothing more.\r\r6. Click export\r\rThis was tested with Aseprite 1.2.25.\r\rThis will export a png and json file which you can load using the Aseprite Loader, i.e.:\r\r```javascript\rfunction preload ()\r{\r this.load.path = 'assets/animations/aseprite/';\r this.load.aseprite('paladin', 'paladin.png', 'paladin.json');\r}\r```\r\rOnce loaded, you can call this method on a Sprite with the 'atlas' key:\r\r```javascript\rconst sprite = this.add.sprite(400, 300);\r\rsprite.anims.createFromAseprite('paladin');\r```\r\rAny animations defined in the JSON will now be available to use on this Sprite and you play them\rvia their Tag name. For example, if you have an animation called 'War Cry' on your Aseprite timeline,\ryou can play it on the Sprite using that Tag name:\r\r```javascript\rconst sprite = this.add.sprite(400, 300);\r\rsprite.anims.createFromAseprite('paladin');\r\rsprite.play('War Cry');\r```\r\rWhen calling this method you can optionally provide an array of tag names, and only those animations\rwill be created. For example:\r\r```javascript\rsprite.anims.createFromAseprite('paladin', [ 'step', 'War Cry', 'Magnum Break' ]);\r```\r\rThis will only create the 3 animations defined. Note that the tag names are case-sensitive.", @@ -13898,7 +13898,7 @@ "filename": "AnimationState.js", "lineno": 1840, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Generate an array of {@link Phaser.Types.Animations.AnimationFrame} objects from a texture key and configuration object.\r\rGenerates objects with string based frame names, as configured by the given {@link Phaser.Types.Animations.GenerateFrameNames}.\r\rIt's a helper method, designed to make it easier for you to extract all of the frame names from texture atlases.\rIf you're working with a sprite sheet, see the `generateFrameNumbers` method instead.\r\rExample:\r\rIf you have a texture atlases loaded called `gems` and it contains 6 frames called `ruby_0001`, `ruby_0002`, and so on,\rthen you can call this method using: `this.anims.generateFrameNames('gems', { prefix: 'ruby_', end: 6, zeroPad: 4 })`.\r\rThe `end` value tells it to look for 6 frames, incrementally numbered, all starting with the prefix `ruby_`. The `zeroPad`\rvalue tells it how many zeroes pad out the numbers. To create an animation using this method, you can do:\r\r```javascript\rthis.anims.create({\r key: 'ruby',\r repeat: -1,\r frames: this.anims.generateFrameNames('gems', {\r prefix: 'ruby_',\r end: 6,\r zeroPad: 4\r })\r});\r```\r\rPlease see the animation examples for further details.", @@ -13969,7 +13969,7 @@ "filename": "AnimationState.js", "lineno": 1883, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Generate an array of {@link Phaser.Types.Animations.AnimationFrame} objects from a texture key and configuration object.\r\rGenerates objects with numbered frame names, as configured by the given {@link Phaser.Types.Animations.GenerateFrameNumbers}.\r\rIf you're working with a texture atlas, see the `generateFrameNames` method instead.\r\rIt's a helper method, designed to make it easier for you to extract frames from sprite sheets.\rIf you're working with a texture atlas, see the `generateFrameNames` method instead.\r\rExample:\r\rIf you have a sprite sheet loaded called `explosion` and it contains 12 frames, then you can call this method using:\r`this.anims.generateFrameNumbers('explosion', { start: 0, end: 11 })`.\r\rThe `end` value tells it to stop after 12 frames. To create an animation using this method, you can do:\r\r```javascript\rthis.anims.create({\r key: 'boom',\r frames: this.anims.generateFrameNumbers('explosion', {\r start: 0,\r end: 11\r })\r});\r```\r\rNote that `start` is optional and you don't need to include it if the animation starts from frame 0.\r\rTo specify an animation in reverse, swap the `start` and `end` values.\r\rIf the frames are not sequential, you may pass an array of frame numbers instead, for example:\r\r`this.anims.generateFrameNumbers('explosion', { frames: [ 0, 1, 2, 1, 2, 3, 4, 0, 1, 2 ] })`\r\rPlease see the animation examples and `GenerateFrameNumbers` config docs for further details.", @@ -14040,7 +14040,7 @@ "filename": "AnimationState.js", "lineno": 1933, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Removes a locally created Animation from this Sprite, based on the given key.\r\rOnce an Animation has been removed, this Sprite cannot play it again without re-creating it.", @@ -14088,7 +14088,7 @@ "filename": "AnimationState.js", "lineno": 1962, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "Destroy this Animation component.\r\rUnregisters event listeners and cleans up its references.", @@ -14107,7 +14107,7 @@ "filename": "AnimationState.js", "lineno": 1988, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "description": "`true` if the current animation is paused, otherwise `false`.", @@ -14136,7 +14136,7 @@ "filename": "ADD_ANIMATION_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\animations\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations\\events", "code": {} }, "description": "The Add Animation Event.\r\rThis event is dispatched when a new animation is added to the global Animation Manager.\r\rThis can happen either as a result of an animation instance being added to the Animation Manager,\ror the Animation Manager creating a new animation directly.", @@ -14192,7 +14192,7 @@ "filename": "ANIMATION_COMPLETE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\animations\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations\\events", "code": {} }, "description": "The Animation Complete Event.\r\rThis event is dispatched by a Sprite when an animation playing on it completes playback.\rThis happens when the animation gets to the end of its sequence, factoring in any delays\ror repeats it may have to process.\r\rAn animation that is set to loop, or repeat forever, will never fire this event, because\rit never actually completes. If you need to handle this, listen for the `ANIMATION_STOP`\revent instead, as this is emitted when the animation is stopped directly.\r\rListen for it on the Sprite using `sprite.on('animationcomplete', listener)`\r\rThe animation event flow is as follows:\r\r1. `ANIMATION_START`\r2. `ANIMATION_UPDATE` (repeated for however many frames the animation has)\r3. `ANIMATION_REPEAT` (only if the animation is set to repeat, it then emits more update events after this)\r4. `ANIMATION_COMPLETE` (only if there is a finite, or zero, repeat count)\r5. `ANIMATION_COMPLETE_KEY` (only if there is a finite, or zero, repeat count)\r\rIf the animation is stopped directly, the `ANIMATION_STOP` event is dispatched instead of `ANIMATION_COMPLETE`.\r\rIf the animation is restarted while it is already playing, `ANIMATION_RESTART` is emitted.", @@ -14274,7 +14274,7 @@ "filename": "ANIMATION_COMPLETE_KEY_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\animations\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations\\events", "code": {} }, "description": "The Animation Complete Dynamic Key Event.\r\rThis event is dispatched by a Sprite when an animation playing on it completes playback.\rThis happens when the animation gets to the end of its sequence, factoring in any delays\ror repeats it may have to process.\r\rAn animation that is set to loop, or repeat forever, will never fire this event, because\rit never actually completes. If you need to handle this, listen for the `ANIMATION_STOP`\revent instead, as this is emitted when the animation is stopped directly.\r\rThe difference between this and the `ANIMATION_COMPLETE` event is that this one has a\rdynamic event name that contains the name of the animation within it. For example,\rif you had an animation called `explode` you could listen for the completion of that\rspecific animation by using: `sprite.on('animationcomplete-explode', listener)`. Or, if you\rwish to use types: `sprite.on(Phaser.Animations.Events.ANIMATION_COMPLETE_KEY + 'explode', listener)`.\r\rThe animation event flow is as follows:\r\r1. `ANIMATION_START`\r2. `ANIMATION_UPDATE` (repeated for however many frames the animation has)\r3. `ANIMATION_REPEAT` (only if the animation is set to repeat, it then emits more update events after this)\r4. `ANIMATION_COMPLETE` (only if there is a finite, or zero, repeat count)\r5. `ANIMATION_COMPLETE_KEY` (only if there is a finite, or zero, repeat count)\r\rIf the animation is stopped directly, the `ANIMATION_STOP` event is dispatched instead of `ANIMATION_COMPLETE`.\r\rIf the animation is restarted while it is already playing, `ANIMATION_RESTART` is emitted.", @@ -14356,7 +14356,7 @@ "filename": "ANIMATION_REPEAT_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\animations\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations\\events", "code": {} }, "description": "The Animation Repeat Event.\r\rThis event is dispatched by a Sprite when an animation repeats playing on it.\rThis happens if the animation was created, or played, with a `repeat` value specified.\r\rAn animation will repeat when it reaches the end of its sequence.\r\rListen for it on the Sprite using `sprite.on('animationrepeat', listener)`\r\rThe animation event flow is as follows:\r\r1. `ANIMATION_START`\r2. `ANIMATION_UPDATE` (repeated for however many frames the animation has)\r3. `ANIMATION_REPEAT` (only if the animation is set to repeat, it then emits more update events after this)\r4. `ANIMATION_COMPLETE` (only if there is a finite, or zero, repeat count)\r5. `ANIMATION_COMPLETE_KEY` (only if there is a finite, or zero, repeat count)\r\rIf the animation is stopped directly, the `ANIMATION_STOP` event is dispatched instead of `ANIMATION_COMPLETE`.\r\rIf the animation is restarted while it is already playing, `ANIMATION_RESTART` is emitted.", @@ -14438,7 +14438,7 @@ "filename": "ANIMATION_RESTART_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\animations\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations\\events", "code": {} }, "description": "The Animation Restart Event.\r\rThis event is dispatched by a Sprite when an animation restarts playing on it.\rThis only happens when the `Sprite.anims.restart` method is called.\r\rListen for it on the Sprite using `sprite.on('animationrestart', listener)`\r\rThe animation event flow is as follows:\r\r1. `ANIMATION_START`\r2. `ANIMATION_UPDATE` (repeated for however many frames the animation has)\r3. `ANIMATION_REPEAT` (only if the animation is set to repeat, it then emits more update events after this)\r4. `ANIMATION_COMPLETE` (only if there is a finite, or zero, repeat count)\r5. `ANIMATION_COMPLETE_KEY` (only if there is a finite, or zero, repeat count)\r\rIf the animation is stopped directly, the `ANIMATION_STOP` event is dispatched instead of `ANIMATION_COMPLETE`.\r\rIf the animation is restarted while it is already playing, `ANIMATION_RESTART` is emitted.", @@ -14520,7 +14520,7 @@ "filename": "ANIMATION_START_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\animations\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations\\events", "code": {} }, "description": "The Animation Start Event.\r\rThis event is dispatched by a Sprite when an animation starts playing on it.\rThis happens when the animation is played, factoring in any delay that may have been specified.\rThis event happens after the delay has expired and prior to the first update event.\r\rListen for it on the Sprite using `sprite.on('animationstart', listener)`\r\rThe animation event flow is as follows:\r\r1. `ANIMATION_START`\r2. `ANIMATION_UPDATE` (repeated for however many frames the animation has)\r3. `ANIMATION_REPEAT` (only if the animation is set to repeat, it then emits more update events after this)\r4. `ANIMATION_COMPLETE` (only if there is a finite, or zero, repeat count)\r5. `ANIMATION_COMPLETE_KEY` (only if there is a finite, or zero, repeat count)\r\rIf the animation is stopped directly, the `ANIMATION_STOP` event is dispatched instead of `ANIMATION_COMPLETE`.\r\rIf the animation is restarted while it is already playing, `ANIMATION_RESTART` is emitted.", @@ -14602,7 +14602,7 @@ "filename": "ANIMATION_STOP_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\animations\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations\\events", "code": {} }, "description": "The Animation Stop Event.\r\rThis event is dispatched by a Sprite when an animation is stopped on it. An animation\rwill only be stopeed if a method such as `Sprite.stop` or `Sprite.anims.stopAfterDelay`\ris called. It can also be emitted if a new animation is started before the current one completes.\r\rListen for it on the Sprite using `sprite.on('animationstop', listener)`\r\rThe animation event flow is as follows:\r\r1. `ANIMATION_START`\r2. `ANIMATION_UPDATE` (repeated for however many frames the animation has)\r3. `ANIMATION_REPEAT` (only if the animation is set to repeat, it then emits more update events after this)\r4. `ANIMATION_COMPLETE` (only if there is a finite, or zero, repeat count)\r5. `ANIMATION_COMPLETE_KEY` (only if there is a finite, or zero, repeat count)\r\rIf the animation is stopped directly, the `ANIMATION_STOP` event is dispatched instead of `ANIMATION_COMPLETE`.\r\rIf the animation is restarted while it is already playing, `ANIMATION_RESTART` is emitted.", @@ -14684,7 +14684,7 @@ "filename": "ANIMATION_UPDATE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\animations\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations\\events", "code": {} }, "description": "The Animation Update Event.\r\rThis event is dispatched by a Sprite when an animation playing on it updates. This happens when the animation changes frame.\rAn animation will change frame based on the frame rate and other factors like `timeScale` and `delay`. It can also change\rframe when stopped or restarted.\r\rListen for it on the Sprite using `sprite.on('animationupdate', listener)`\r\rIf an animation is playing faster than the game frame-rate can handle, it's entirely possible for it to emit several\rupdate events in a single game frame, so please be aware of this in your code. The **final** event received that frame\ris the one that is rendered to the game.\r\rThe animation event flow is as follows:\r\r1. `ANIMATION_START`\r2. `ANIMATION_UPDATE` (repeated for however many frames the animation has)\r3. `ANIMATION_REPEAT` (only if the animation is set to repeat, it then emits more update events after this)\r4. `ANIMATION_COMPLETE` (only if there is a finite, or zero, repeat count)\r5. `ANIMATION_COMPLETE_KEY` (only if there is a finite, or zero, repeat count)\r\rIf the animation is stopped directly, the `ANIMATION_STOP` event is dispatched instead of `ANIMATION_COMPLETE`.\r\rIf the animation is restarted while it is already playing, `ANIMATION_RESTART` is emitted.", @@ -14766,7 +14766,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\animations\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations\\events", "code": {} }, "kind": "namespace", @@ -14783,7 +14783,7 @@ "filename": "PAUSE_ALL_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\animations\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations\\events", "code": {} }, "description": "The Pause All Animations Event.\r\rThis event is dispatched when the global Animation Manager is told to pause.\r\rWhen this happens all current animations will stop updating, although it doesn't necessarily mean\rthat the game has paused as well.", @@ -14811,7 +14811,7 @@ "filename": "REMOVE_ANIMATION_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\animations\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations\\events", "code": {} }, "description": "The Remove Animation Event.\r\rThis event is dispatched when an animation is removed from the global Animation Manager.", @@ -14867,7 +14867,7 @@ "filename": "RESUME_ALL_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\animations\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations\\events", "code": {} }, "description": "The Resume All Animations Event.\r\rThis event is dispatched when the global Animation Manager resumes, having been previously paused.\r\rWhen this happens all current animations will continue updating again.", @@ -14895,7 +14895,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\animations", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations", "code": {} }, "kind": "namespace", @@ -14907,12 +14907,12 @@ "___s": true }, { - "comment": "/**\n * @typedef {object} Phaser.Types.Animations.Animation\n * @since 3.0.0\n *\n * @property {string} [key] - The key that the animation will be associated with. i.e. sprite.animations.play(key)\n * @property {string|Phaser.Types.Animations.AnimationFrame[]} [frames] - Either a string, in which case it will use all frames from a texture with the matching key, or an array of Animation Frame configuration objects.\n * @property {boolean} [sortFrames=true] - If you provide a string for `frames` you can optionally have the frame names numerically sorted.\n * @property {string} [defaultTextureKey=null] - The key of the texture all frames of the animation will use. Can be overridden on a per frame basis.\n * @property {number} [frameRate] - The frame rate of playback in frames per second (default 24 if duration is null)\n * @property {number} [duration] - How long the animation should play for in milliseconds. If not given its derived from frameRate.\n * @property {boolean} [skipMissedFrames=true] - Skip frames if the time lags, or always advanced anyway?\n * @property {number} [delay=0] - Delay before starting playback. Value given in milliseconds.\n * @property {number} [repeat=0] - Number of times to repeat the animation (-1 for infinity)\n * @property {number} [repeatDelay=0] - Delay before the animation repeats. Value given in milliseconds.\n * @property {boolean} [yoyo=false] - Should the animation yoyo? (reverse back down to the start) before repeating?\n * @property {boolean} [showBeforeDelay=false] - If this animation has a delay, should it show the first frame immediately (true), or only after the delay (false)\n * @property {boolean} [showOnStart=false] - Should sprite.visible = true when the animation starts to play? This happens _after_ any delay, if set.\n * @property {boolean} [hideOnComplete=false] - Should sprite.visible = false when the animation finishes?\n * @property {boolean} [randomFrame=false] - Start playback of this animation from a randomly selected frame?\n */", + "comment": "/**\r\n * @typedef {object} Phaser.Types.Animations.Animation\r\n * @since 3.0.0\r\n *\r\n * @property {string} [key] - The key that the animation will be associated with. i.e. sprite.animations.play(key)\r\n * @property {string|Phaser.Types.Animations.AnimationFrame[]} [frames] - Either a string, in which case it will use all frames from a texture with the matching key, or an array of Animation Frame configuration objects.\r\n * @property {boolean} [sortFrames=true] - If you provide a string for `frames` you can optionally have the frame names numerically sorted.\r\n * @property {string} [defaultTextureKey=null] - The key of the texture all frames of the animation will use. Can be overridden on a per frame basis.\r\n * @property {number} [frameRate] - The frame rate of playback in frames per second (default 24 if duration is null)\r\n * @property {number} [duration] - How long the animation should play for in milliseconds. If not given its derived from frameRate.\r\n * @property {boolean} [skipMissedFrames=true] - Skip frames if the time lags, or always advanced anyway?\r\n * @property {number} [delay=0] - Delay before starting playback. Value given in milliseconds.\r\n * @property {number} [repeat=0] - Number of times to repeat the animation (-1 for infinity)\r\n * @property {number} [repeatDelay=0] - Delay before the animation repeats. Value given in milliseconds.\r\n * @property {boolean} [yoyo=false] - Should the animation yoyo? (reverse back down to the start) before repeating?\r\n * @property {boolean} [showBeforeDelay=false] - If this animation has a delay, should it show the first frame immediately (true), or only after the delay (false)\r\n * @property {boolean} [showOnStart=false] - Should sprite.visible = true when the animation starts to play? This happens _after_ any delay, if set.\r\n * @property {boolean} [hideOnComplete=false] - Should sprite.visible = false when the animation finishes?\r\n * @property {boolean} [randomFrame=false] - Start playback of this animation from a randomly selected frame?\r\n */", "meta": { "filename": "Animation.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\animations\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations\\typedefs", "code": {} }, "kind": "typedef", @@ -15176,12 +15176,12 @@ "___s": true }, { - "comment": "/**\n * @typedef {object} Phaser.Types.Animations.AnimationFrame\n * @since 3.0.0\n *\n * @property {string} [key] - The key of the texture within the Texture Manager to use for this Animation Frame.\n * @property {(string|number)} [frame] - The key, or index number, of the frame within the texture to use for this Animation Frame.\n * @property {number} [duration=0] - The duration, in ms, of this frame of the animation.\n * @property {boolean} [visible] - Should the parent Game Object be visible during this frame of the animation?\n */", + "comment": "/**\r\n * @typedef {object} Phaser.Types.Animations.AnimationFrame\r\n * @since 3.0.0\r\n *\r\n * @property {string} [key] - The key of the texture within the Texture Manager to use for this Animation Frame.\r\n * @property {(string|number)} [frame] - The key, or index number, of the frame within the texture to use for this Animation Frame.\r\n * @property {number} [duration=0] - The duration, in ms, of this frame of the animation.\r\n * @property {boolean} [visible] - Should the parent Game Object be visible during this frame of the animation?\r\n */", "meta": { "filename": "AnimationFrame.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\animations\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations\\typedefs", "code": {} }, "kind": "typedef", @@ -15277,7 +15277,7 @@ "filename": "GenerateFrameNames.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\animations\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations\\typedefs", "code": {} }, "kind": "typedef", @@ -15439,7 +15439,7 @@ "filename": "GenerateFrameNumbers.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\animations\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations\\typedefs", "code": {} }, "kind": "typedef", @@ -15581,7 +15581,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\animations\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations\\typedefs", "code": {} }, "kind": "namespace", @@ -15598,7 +15598,7 @@ "filename": "JSONAnimation.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\animations\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations\\typedefs", "code": {} }, "kind": "typedef", @@ -15819,7 +15819,7 @@ "filename": "JSONAnimationFrame.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\animations\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations\\typedefs", "code": {} }, "kind": "typedef", @@ -15897,7 +15897,7 @@ "filename": "JSONAnimations.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\animations\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations\\typedefs", "code": {} }, "kind": "typedef", @@ -15961,7 +15961,7 @@ "filename": "PlayAnimationConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\animations\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\animations\\typedefs", "code": {} }, "kind": "typedef", @@ -16195,7 +16195,7 @@ "filename": "BaseCache.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "classdesc": "The BaseCache is a base Cache class that can be used for storing references to any kind of data.\r\rData can be added, retrieved and removed based on the given keys.\r\rKeys are string-based.", @@ -16214,7 +16214,7 @@ "filename": "BaseCache.js", "lineno": 31, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "description": "The Map in which the cache objects are stored.\r\rYou can query the Map directly or use the BaseCache methods.", @@ -16254,7 +16254,7 @@ "filename": "BaseCache.js", "lineno": 42, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "description": "An instance of EventEmitter used by the cache to emit related events.", @@ -16282,7 +16282,7 @@ "filename": "BaseCache.js", "lineno": 52, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "description": "Adds an item to this cache. The item is referenced by a unique string, which you are responsible\rfor setting and keeping track of. The item can only be retrieved by using this string.", @@ -16346,7 +16346,7 @@ "filename": "BaseCache.js", "lineno": 74, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "description": "Checks if this cache contains an item matching the given key.\rThis performs the same action as `BaseCache.exists`.", @@ -16394,7 +16394,7 @@ "filename": "BaseCache.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "description": "Checks if this cache contains an item matching the given key.\rThis performs the same action as `BaseCache.has` and is called directly by the Loader.", @@ -16442,7 +16442,7 @@ "filename": "BaseCache.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "description": "Gets an item from this cache based on the given key.", @@ -16489,7 +16489,7 @@ "filename": "BaseCache.js", "lineno": 121, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "description": "Removes and item from this cache based on the given key.\r\rIf an entry matching the key is found it is removed from the cache and a `remove` event emitted.\rNo additional checks are done on the item removed. If other systems or parts of your game code\rare relying on this item, it is up to you to sever those relationships prior to removing the item.", @@ -16541,7 +16541,7 @@ "filename": "BaseCache.js", "lineno": 150, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "description": "Returns all keys in use in this cache.", @@ -16583,7 +16583,7 @@ "filename": "BaseCache.js", "lineno": 163, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "description": "Destroys this cache and all items within it.", @@ -16602,7 +16602,7 @@ "filename": "CacheManager.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "classdesc": "The Cache Manager is the global cache owned and maintained by the Game instance.\r\rVarious systems, such as the file Loader, rely on this cache in order to store the files\rit has loaded. The manager itself doesn't store any files, but instead owns multiple BaseCache\rinstances, one per type of file. You can also add your own custom caches.", @@ -16636,7 +16636,7 @@ "filename": "CacheManager.js", "lineno": 32, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "description": "A reference to the Phaser.Game instance that owns this CacheManager.", @@ -16665,7 +16665,7 @@ "filename": "CacheManager.js", "lineno": 42, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "description": "A Cache storing all binary files, typically added via the Loader.", @@ -16693,7 +16693,7 @@ "filename": "CacheManager.js", "lineno": 51, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "description": "A Cache storing all bitmap font data files, typically added via the Loader.\rOnly the font data is stored in this cache, the textures are part of the Texture Manager.", @@ -16721,7 +16721,7 @@ "filename": "CacheManager.js", "lineno": 61, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "description": "A Cache storing all JSON data files, typically added via the Loader.", @@ -16749,7 +16749,7 @@ "filename": "CacheManager.js", "lineno": 70, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "description": "A Cache storing all physics data files, typically added via the Loader.", @@ -16777,7 +16777,7 @@ "filename": "CacheManager.js", "lineno": 79, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "description": "A Cache storing all shader source files, typically added via the Loader.", @@ -16805,7 +16805,7 @@ "filename": "CacheManager.js", "lineno": 88, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "description": "A Cache storing all non-streaming audio files, typically added via the Loader.", @@ -16833,7 +16833,7 @@ "filename": "CacheManager.js", "lineno": 97, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "description": "A Cache storing all non-streaming video files, typically added via the Loader.", @@ -16861,7 +16861,7 @@ "filename": "CacheManager.js", "lineno": 106, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "description": "A Cache storing all text files, typically added via the Loader.", @@ -16889,7 +16889,7 @@ "filename": "CacheManager.js", "lineno": 115, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "description": "A Cache storing all html files, typically added via the Loader.", @@ -16917,7 +16917,7 @@ "filename": "CacheManager.js", "lineno": 124, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "description": "A Cache storing all WaveFront OBJ files, typically added via the Loader.", @@ -16945,7 +16945,7 @@ "filename": "CacheManager.js", "lineno": 133, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "description": "A Cache storing all tilemap data files, typically added via the Loader.\rOnly the data is stored in this cache, the textures are part of the Texture Manager.", @@ -16973,7 +16973,7 @@ "filename": "CacheManager.js", "lineno": 143, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "description": "A Cache storing all xml data files, typically added via the Loader.", @@ -17001,7 +17001,7 @@ "filename": "CacheManager.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "description": "An object that contains your own custom BaseCache entries.\rAdd to this via the `addCustom` method.", @@ -17038,7 +17038,7 @@ "filename": "CacheManager.js", "lineno": 165, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "description": "Add your own custom Cache for storing your own files.\rThe cache will be available under `Cache.custom.key`.\rThe cache will only be created if the key is not already in use.", @@ -17086,7 +17086,7 @@ "filename": "CacheManager.js", "lineno": 187, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "description": "Removes all entries from all BaseCaches and destroys all custom caches.", @@ -17105,7 +17105,7 @@ "filename": "ADD_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cache\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache\\events", "code": {} }, "description": "The Cache Add Event.\r\rThis event is dispatched by any Cache that extends the BaseCache each time a new object is added to it.", @@ -17173,7 +17173,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cache\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache\\events", "code": {} }, "kind": "namespace", @@ -17190,7 +17190,7 @@ "filename": "REMOVE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cache\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache\\events", "code": {} }, "description": "The Cache Remove Event.\r\rThis event is dispatched by any Cache that extends the BaseCache each time an object is removed from it.", @@ -17258,7 +17258,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cache", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cache", "code": {} }, "kind": "namespace", @@ -17275,7 +17275,7 @@ "filename": "BaseCamera.js", "lineno": 17, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "classdesc": "A Base Camera class.\r\rThe Camera is the way in which all games are rendered in Phaser. They provide a view into your game world,\rand can be positioned, rotated, zoomed and scrolled accordingly.\r\rA Camera consists of two elements: The viewport and the scroll values.\r\rThe viewport is the physical position and size of the Camera within your game. Cameras, by default, are\rcreated the same size as your game, but their position and size can be set to anything. This means if you\rwanted to create a camera that was 320x200 in size, positioned in the bottom-right corner of your game,\ryou'd adjust the viewport to do that (using methods like `setViewport` and `setSize`).\r\rIf you wish to change where the Camera is looking in your game, then you scroll it. You can do this\rvia the properties `scrollX` and `scrollY` or the method `setScroll`. Scrolling has no impact on the\rviewport, and changing the viewport has no impact on the scrolling.\r\rBy default a Camera will render all Game Objects it can see. You can change this using the `ignore` method,\rallowing you to filter Game Objects out on a per-Camera basis.\r\rThe Base Camera is extended by the Camera class, which adds in special effects including Fade,\rFlash and Camera Shake, as well as the ability to follow Game Objects.\r\rThe Base Camera was introduced in Phaser 3.12. It was split off from the Camera class, to allow\ryou to isolate special effects as needed. Therefore the 'since' values for properties of this class relate\rto when they were added to the Camera class.", @@ -17353,7 +17353,7 @@ "filename": "BaseCamera.js", "lineno": 79, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "A reference to the Scene this camera belongs to.", @@ -17381,7 +17381,7 @@ "filename": "BaseCamera.js", "lineno": 88, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "A reference to the Game Scene Manager.", @@ -17409,7 +17409,7 @@ "filename": "BaseCamera.js", "lineno": 97, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "A reference to the Game Scale Manager.", @@ -17437,7 +17437,7 @@ "filename": "BaseCamera.js", "lineno": 106, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "A reference to the Scene's Camera Manager to which this Camera belongs.", @@ -17465,7 +17465,7 @@ "filename": "BaseCamera.js", "lineno": 115, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The Camera ID. Assigned by the Camera Manager and used to handle camera exclusion.\rThis value is a bitmask.", @@ -17494,7 +17494,7 @@ "filename": "BaseCamera.js", "lineno": 126, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The name of the Camera. This is left empty for your own use.", @@ -17523,7 +17523,7 @@ "filename": "BaseCamera.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Should this camera round its pixel values to integers?", @@ -17552,7 +17552,7 @@ "filename": "BaseCamera.js", "lineno": 146, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Is this Camera visible or not?\r\rA visible camera will render and perform input tests.\rAn invisible camera will not render anything and will skip input tests.", @@ -17582,7 +17582,7 @@ "filename": "BaseCamera.js", "lineno": 158, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Is this Camera using a bounds to restrict scrolling movement?\r\rSet this property along with the bounds via `Camera.setBounds`.", @@ -17611,7 +17611,7 @@ "filename": "BaseCamera.js", "lineno": 170, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The World View is a Rectangle that defines the area of the 'world' the Camera is currently looking at.\rThis factors in the Camera viewport size, zoom and scroll position and is updated in the Camera preRender step.\rIf you have enabled Camera bounds the worldview will be clamped to those bounds accordingly.\rYou can use it for culling or intersection checks.", @@ -17640,7 +17640,7 @@ "filename": "BaseCamera.js", "lineno": 183, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Is this Camera dirty?\r\rA dirty Camera has had either its viewport size, bounds, scroll, rotation or zoom levels changed since the last frame.\r\rThis flag is cleared during the `postRenderCamera` method of the renderer.", @@ -17669,7 +17669,7 @@ "filename": "BaseCamera.js", "lineno": 358, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Does this Camera have a transparent background?", @@ -17698,7 +17698,7 @@ "filename": "BaseCamera.js", "lineno": 368, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The background color of this Camera. Only used if `transparent` is `false`.", @@ -17726,7 +17726,7 @@ "filename": "BaseCamera.js", "lineno": 377, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The Camera alpha value. Setting this property impacts every single object that this Camera\rrenders. You can either set the property directly, i.e. via a Tween, to fade a Camera in or out,\ror via the chainable `setAlpha` method instead.", @@ -17756,7 +17756,7 @@ "filename": "BaseCamera.js", "lineno": 388, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Should the camera cull Game Objects before checking them for input hit tests?\rIn some special cases it may be beneficial to disable this.", @@ -17785,7 +17785,7 @@ "filename": "BaseCamera.js", "lineno": 410, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The mid-point of the Camera in 'world' coordinates.\r\rUse it to obtain exactly where in the world the center of the camera is currently looking.\r\rThis value is updated in the preRender method, after the scroll values and follower\rhave been processed.", @@ -17814,7 +17814,7 @@ "filename": "BaseCamera.js", "lineno": 425, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The horizontal origin of rotation for this Camera.\r\rBy default the camera rotates around the center of the viewport.\r\rChanging the origin allows you to adjust the point in the viewport from which rotation happens.\rA value of 0 would rotate from the top-left of the viewport. A value of 1 from the bottom right.\r\rSee `setOrigin` to set both origins in a single, chainable call.", @@ -17843,7 +17843,7 @@ "filename": "BaseCamera.js", "lineno": 442, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The vertical origin of rotation for this Camera.\r\rBy default the camera rotates around the center of the viewport.\r\rChanging the origin allows you to adjust the point in the viewport from which rotation happens.\rA value of 0 would rotate from the top-left of the viewport. A value of 1 from the bottom right.\r\rSee `setOrigin` to set both origins in a single, chainable call.", @@ -17872,7 +17872,7 @@ "filename": "BaseCamera.js", "lineno": 470, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The Mask this Camera is using during render.\rSet the mask using the `setMask` method. Remove the mask using the `clearMask` method.", @@ -17912,7 +17912,7 @@ "filename": "BaseCamera.js", "lineno": 494, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "This array is populated with all of the Game Objects that this Camera has rendered\rin the previous (or current, depending on when you inspect it) frame.\r\rIt is cleared at the start of `Camera.preUpdate`, or if the Camera is destroyed.\r\rYou should not modify this array as it is used internally by the input system,\rhowever you can read it as required. Note that Game Objects may appear in this\rlist multiple times if they belong to multiple non-exclusive Containers.", @@ -17949,7 +17949,7 @@ "filename": "BaseCamera.js", "lineno": 510, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Is this Camera a Scene Camera? (which is the default), or a Camera\rbelonging to a Texture?", @@ -17978,7 +17978,7 @@ "filename": "BaseCamera.js", "lineno": 522, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Adds the given Game Object to this cameras render list.\r\rThis is invoked during the rendering stage. Only objects that are actually rendered\rwill appear in the render list.", @@ -18012,7 +18012,7 @@ "filename": "BaseCamera.js", "lineno": 538, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Set the Alpha level of this Camera. The alpha controls the opacity of the Camera as it renders.\rAlpha values are provided as a float between 0, fully transparent, and 1, fully opaque.", @@ -18064,7 +18064,7 @@ "filename": "BaseCamera.js", "lineno": 550, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Sets the rotation origin of this Camera.\r\rThe values are given in the range 0 to 1 and are only used when calculating Camera rotation.\r\rBy default the camera rotates around the center of the viewport.\r\rChanging the origin allows you to adjust the point in the viewport from which rotation happens.\rA value of 0 would rotate from the top-left of the viewport. A value of 1 from the bottom right.", @@ -18130,7 +18130,7 @@ "filename": "BaseCamera.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Calculates what the Camera.scrollX and scrollY values would need to be in order to move\rthe Camera so it is centered on the given x and y coordinates, without actually moving\rthe Camera there. The results are clamped based on the Camera bounds, if set.", @@ -18205,7 +18205,7 @@ "filename": "BaseCamera.js", "lineno": 612, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Moves the Camera horizontally so that it is centered on the given x coordinate, bounds allowing.\rCalling this does not change the scrollY value.", @@ -18254,7 +18254,7 @@ "filename": "BaseCamera.js", "lineno": 639, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Moves the Camera vertically so that it is centered on the given y coordinate, bounds allowing.\rCalling this does not change the scrollX value.", @@ -18303,7 +18303,7 @@ "filename": "BaseCamera.js", "lineno": 666, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Moves the Camera so that it is centered on the given coordinates, bounds allowing.", @@ -18365,7 +18365,7 @@ "filename": "BaseCamera.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Moves the Camera so that it is looking at the center of the Camera Bounds, if enabled.", @@ -18399,7 +18399,7 @@ "filename": "BaseCamera.js", "lineno": 710, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Moves the Camera so that it is re-centered based on its viewport size.", @@ -18433,7 +18433,7 @@ "filename": "BaseCamera.js", "lineno": 726, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Takes an array of Game Objects and returns a new array featuring only those objects\rvisible by this camera.", @@ -18507,7 +18507,7 @@ "filename": "BaseCamera.js", "lineno": 807, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Converts the given `x` and `y` coordinates into World space, based on this Cameras transform.\rYou can optionally provide a Vector2, or similar object, to store the results in.", @@ -18600,7 +18600,7 @@ "filename": "BaseCamera.js", "lineno": 874, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Given a Game Object, or an array of Game Objects, it will update all of their camera filter settings\rso that they are ignored by this Camera. This means they will not be rendered by this Camera.", @@ -18687,32 +18687,12 @@ "___s": true }, { - "comment": "/**\r\n * Internal preRender step.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#preRender\r\n * @protected\r\n * @since 3.0.0\r\n */", + "comment": "/**\r\n * Takes an x value and checks it's within the range of the Camera bounds, adjusting if required.\r\n * Do not call this method if you are not using camera bounds.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#clampX\r\n * @since 3.11.0\r\n *\r\n * @param {number} x - The value to horizontally scroll clamp.\r\n *\r\n * @return {number} The adjusted value to use as scrollX.\r\n */", "meta": { "filename": "BaseCamera.js", "lineno": 915, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", - "code": {} - }, - "description": "Internal preRender step.", - "kind": "function", - "name": "preRender", - "access": "protected", - "since": "3.0.0", - "memberof": "Phaser.Cameras.Scene2D.BaseCamera", - "longname": "Phaser.Cameras.Scene2D.BaseCamera#preRender", - "scope": "instance", - "___id": "T000002R001526", - "___s": true - }, - { - "comment": "/**\r\n * Takes an x value and checks it's within the range of the Camera bounds, adjusting if required.\r\n * Do not call this method if you are not using camera bounds.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#clampX\r\n * @since 3.11.0\r\n *\r\n * @param {number} x - The value to horizontally scroll clamp.\r\n *\r\n * @return {number} The adjusted value to use as scrollX.\r\n */", - "meta": { - "filename": "BaseCamera.js", - "lineno": 973, - "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Takes an x value and checks it's within the range of the Camera bounds, adjusting if required.\rDo not call this method if you are not using camera bounds.", @@ -18751,16 +18731,16 @@ "memberof": "Phaser.Cameras.Scene2D.BaseCamera", "longname": "Phaser.Cameras.Scene2D.BaseCamera#clampX", "scope": "instance", - "___id": "T000002R001548", + "___id": "T000002R001526", "___s": true }, { "comment": "/**\r\n * Takes a y value and checks it's within the range of the Camera bounds, adjusting if required.\r\n * Do not call this method if you are not using camera bounds.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#clampY\r\n * @since 3.11.0\r\n *\r\n * @param {number} y - The value to vertically scroll clamp.\r\n *\r\n * @return {number} The adjusted value to use as scrollY.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1005, + "lineno": 947, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Takes a y value and checks it's within the range of the Camera bounds, adjusting if required.\rDo not call this method if you are not using camera bounds.", @@ -18799,16 +18779,16 @@ "memberof": "Phaser.Cameras.Scene2D.BaseCamera", "longname": "Phaser.Cameras.Scene2D.BaseCamera#clampY", "scope": "instance", - "___id": "T000002R001556", + "___id": "T000002R001534", "___s": true }, { "comment": "/**\r\n * If this Camera has previously had movement bounds set on it, this will remove them.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#removeBounds\r\n * @since 3.0.0\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1042, + "lineno": 984, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "If this Camera has previously had movement bounds set on it, this will remove them.", @@ -18833,16 +18813,16 @@ "memberof": "Phaser.Cameras.Scene2D.BaseCamera", "longname": "Phaser.Cameras.Scene2D.BaseCamera#removeBounds", "scope": "instance", - "___id": "T000002R001564", + "___id": "T000002R001542", "___s": true }, { "comment": "/**\r\n * Set the rotation of this Camera. This causes everything it renders to appear rotated.\r\n *\r\n * Rotating a camera does not rotate the viewport itself, it is applied during rendering.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setAngle\r\n * @since 3.0.0\r\n *\r\n * @param {number} [value=0] - The cameras angle of rotation, given in degrees.\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1061, + "lineno": 1003, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Set the rotation of this Camera. This causes everything it renders to appear rotated.\r\rRotating a camera does not rotate the viewport itself, it is applied during rendering.", @@ -18884,16 +18864,16 @@ "memberof": "Phaser.Cameras.Scene2D.BaseCamera", "longname": "Phaser.Cameras.Scene2D.BaseCamera#setAngle", "scope": "instance", - "___id": "T000002R001568", + "___id": "T000002R001546", "___s": true }, { "comment": "/**\r\n * Sets the background color for this Camera.\r\n *\r\n * By default a Camera has a transparent background but it can be given a solid color, with any level\r\n * of transparency, via this method.\r\n *\r\n * The color value can be specified using CSS color notation, hex or numbers.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setBackgroundColor\r\n * @since 3.0.0\r\n *\r\n * @param {(string|number|Phaser.Types.Display.InputColorObject)} [color='rgba(0,0,0,0)'] - The color value. In CSS, hex or numeric color notation.\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1082, + "lineno": 1024, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Sets the background color for this Camera.\r\rBy default a Camera has a transparent background but it can be given a solid color, with any level\rof transparency, via this method.\r\rThe color value can be specified using CSS color notation, hex or numbers.", @@ -18950,16 +18930,16 @@ "memberof": "Phaser.Cameras.Scene2D.BaseCamera", "longname": "Phaser.Cameras.Scene2D.BaseCamera#setBackgroundColor", "scope": "instance", - "___id": "T000002R001572", + "___id": "T000002R001550", "___s": true }, { "comment": "/**\r\n * Set the bounds of the Camera. The bounds are an axis-aligned rectangle.\r\n *\r\n * The Camera bounds controls where the Camera can scroll to, stopping it from scrolling off the\r\n * edges and into blank space. It does not limit the placement of Game Objects, or where\r\n * the Camera viewport can be positioned.\r\n *\r\n * Temporarily disable the bounds by changing the boolean `Camera.useBounds`.\r\n *\r\n * Clear the bounds entirely by calling `Camera.removeBounds`.\r\n *\r\n * If you set bounds that are smaller than the viewport it will stop the Camera from being\r\n * able to scroll. The bounds can be positioned where-ever you wish. By default they are from\r\n * 0x0 to the canvas width x height. This means that the coordinate 0x0 is the top left of\r\n * the Camera bounds. However, you can position them anywhere. So if you wanted a game world\r\n * that was 2048x2048 in size, with 0x0 being the center of it, you can set the bounds x/y\r\n * to be -1024, -1024, with a width and height of 2048. Depending on your game you may find\r\n * it easier for 0x0 to be the top-left of the bounds, or you may wish 0x0 to be the middle.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setBounds\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The top-left x coordinate of the bounds.\r\n * @param {number} y - The top-left y coordinate of the bounds.\r\n * @param {number} width - The width of the bounds, in pixels.\r\n * @param {number} height - The height of the bounds, in pixels.\r\n * @param {boolean} [centerOn=false] - If `true` the Camera will automatically be centered on the new bounds.\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1108, + "lineno": 1050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Set the bounds of the Camera. The bounds are an axis-aligned rectangle.\r\rThe Camera bounds controls where the Camera can scroll to, stopping it from scrolling off the\redges and into blank space. It does not limit the placement of Game Objects, or where\rthe Camera viewport can be positioned.\r\rTemporarily disable the bounds by changing the boolean `Camera.useBounds`.\r\rClear the bounds entirely by calling `Camera.removeBounds`.\r\rIf you set bounds that are smaller than the viewport it will stop the Camera from being\rable to scroll. The bounds can be positioned where-ever you wish. By default they are from\r0x0 to the canvas width x height. This means that the coordinate 0x0 is the top left of\rthe Camera bounds. However, you can position them anywhere. So if you wanted a game world\rthat was 2048x2048 in size, with 0x0 being the center of it, you can set the bounds x/y\rto be -1024, -1024, with a width and height of 2048. Depending on your game you may find\rit easier for 0x0 to be the top-left of the bounds, or you may wish 0x0 to be the middle.", @@ -19053,16 +19033,16 @@ "memberof": "Phaser.Cameras.Scene2D.BaseCamera", "longname": "Phaser.Cameras.Scene2D.BaseCamera#setBounds", "scope": "instance", - "___id": "T000002R001577", + "___id": "T000002R001555", "___s": true }, { "comment": "/**\r\n * Returns a rectangle containing the bounds of the Camera.\r\n *\r\n * If the Camera does not have any bounds the rectangle will be empty.\r\n *\r\n * The rectangle is a copy of the bounds, so is safe to modify.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#getBounds\r\n * @since 3.16.0\r\n *\r\n * @param {Phaser.Geom.Rectangle} [out] - An optional Rectangle to store the bounds in. If not given, a new Rectangle will be created.\r\n *\r\n * @return {Phaser.Geom.Rectangle} A rectangle containing the bounds of this Camera.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1160, + "lineno": 1102, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Returns a rectangle containing the bounds of the Camera.\r\rIf the Camera does not have any bounds the rectangle will be empty.\r\rThe rectangle is a copy of the bounds, so is safe to modify.", @@ -19102,16 +19082,16 @@ "memberof": "Phaser.Cameras.Scene2D.BaseCamera", "longname": "Phaser.Cameras.Scene2D.BaseCamera#getBounds", "scope": "instance", - "___id": "T000002R001584", + "___id": "T000002R001562", "___s": true }, { "comment": "/**\r\n * Sets the name of this Camera.\r\n * This value is for your own use and isn't used internally.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setName\r\n * @since 3.0.0\r\n *\r\n * @param {string} [value=''] - The name of the Camera.\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1185, + "lineno": 1127, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Sets the name of this Camera.\rThis value is for your own use and isn't used internally.", @@ -19153,16 +19133,16 @@ "memberof": "Phaser.Cameras.Scene2D.BaseCamera", "longname": "Phaser.Cameras.Scene2D.BaseCamera#setName", "scope": "instance", - "___id": "T000002R001588", + "___id": "T000002R001566", "___s": true }, { "comment": "/**\r\n * Set the position of the Camera viewport within the game.\r\n *\r\n * This does not change where the camera is 'looking'. See `setScroll` to control that.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setPosition\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The top-left x coordinate of the Camera viewport.\r\n * @param {number} [y=x] - The top-left y coordinate of the Camera viewport.\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1205, + "lineno": 1147, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Set the position of the Camera viewport within the game.\r\rThis does not change where the camera is 'looking'. See `setScroll` to control that.", @@ -19217,16 +19197,16 @@ "memberof": "Phaser.Cameras.Scene2D.BaseCamera", "longname": "Phaser.Cameras.Scene2D.BaseCamera#setPosition", "scope": "instance", - "___id": "T000002R001592", + "___id": "T000002R001570", "___s": true }, { "comment": "/**\r\n * Set the rotation of this Camera. This causes everything it renders to appear rotated.\r\n *\r\n * Rotating a camera does not rotate the viewport itself, it is applied during rendering.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setRotation\r\n * @since 3.0.0\r\n *\r\n * @param {number} [value=0] - The rotation of the Camera, in radians.\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1228, + "lineno": 1170, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Set the rotation of this Camera. This causes everything it renders to appear rotated.\r\rRotating a camera does not rotate the viewport itself, it is applied during rendering.", @@ -19268,16 +19248,16 @@ "memberof": "Phaser.Cameras.Scene2D.BaseCamera", "longname": "Phaser.Cameras.Scene2D.BaseCamera#setRotation", "scope": "instance", - "___id": "T000002R001597", + "___id": "T000002R001575", "___s": true }, { "comment": "/**\r\n * Should the Camera round pixel values to whole integers when rendering Game Objects?\r\n *\r\n * In some types of game, especially with pixel art, this is required to prevent sub-pixel aliasing.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setRoundPixels\r\n * @since 3.0.0\r\n *\r\n * @param {boolean} value - `true` to round Camera pixels, `false` to not.\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1249, + "lineno": 1191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Should the Camera round pixel values to whole integers when rendering Game Objects?\r\rIn some types of game, especially with pixel art, this is required to prevent sub-pixel aliasing.", @@ -19317,16 +19297,16 @@ "memberof": "Phaser.Cameras.Scene2D.BaseCamera", "longname": "Phaser.Cameras.Scene2D.BaseCamera#setRoundPixels", "scope": "instance", - "___id": "T000002R001601", + "___id": "T000002R001579", "___s": true }, { "comment": "/**\r\n * Sets the Scene the Camera is bound to.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setScene\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Scene} scene - The Scene the camera is bound to.\r\n * @param {boolean} [isSceneCamera=true] - Is this Camera being used for a Scene (true) or a Texture? (false)\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1268, + "lineno": 1210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Sets the Scene the Camera is bound to.", @@ -19381,16 +19361,16 @@ "memberof": "Phaser.Cameras.Scene2D.BaseCamera", "longname": "Phaser.Cameras.Scene2D.BaseCamera#setScene", "scope": "instance", - "___id": "T000002R001604", + "___id": "T000002R001582", "___s": true }, { "comment": "/**\r\n * Set the position of where the Camera is looking within the game.\r\n * You can also modify the properties `Camera.scrollX` and `Camera.scrollY` directly.\r\n * Use this method, or the scroll properties, to move your camera around the game world.\r\n *\r\n * This does not change where the camera viewport is placed. See `setPosition` to control that.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setScroll\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The x coordinate of the Camera in the game world.\r\n * @param {number} [y=x] - The y coordinate of the Camera in the game world.\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1302, + "lineno": 1244, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Set the position of where the Camera is looking within the game.\rYou can also modify the properties `Camera.scrollX` and `Camera.scrollY` directly.\rUse this method, or the scroll properties, to move your camera around the game world.\r\rThis does not change where the camera viewport is placed. See `setPosition` to control that.", @@ -19445,16 +19425,16 @@ "memberof": "Phaser.Cameras.Scene2D.BaseCamera", "longname": "Phaser.Cameras.Scene2D.BaseCamera#setScroll", "scope": "instance", - "___id": "T000002R001613", + "___id": "T000002R001591", "___s": true }, { "comment": "/**\r\n * Set the size of the Camera viewport.\r\n *\r\n * By default a Camera is the same size as the game, but can be made smaller via this method,\r\n * allowing you to create mini-cam style effects by creating and positioning a smaller Camera\r\n * viewport within your game.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setSize\r\n * @since 3.0.0\r\n *\r\n * @param {number} width - The width of the Camera viewport.\r\n * @param {number} [height=width] - The height of the Camera viewport.\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1327, + "lineno": 1269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Set the size of the Camera viewport.\r\rBy default a Camera is the same size as the game, but can be made smaller via this method,\rallowing you to create mini-cam style effects by creating and positioning a smaller Camera\rviewport within your game.", @@ -19509,16 +19489,16 @@ "memberof": "Phaser.Cameras.Scene2D.BaseCamera", "longname": "Phaser.Cameras.Scene2D.BaseCamera#setSize", "scope": "instance", - "___id": "T000002R001618", + "___id": "T000002R001596", "___s": true }, { "comment": "/**\r\n * This method sets the position and size of the Camera viewport in a single call.\r\n *\r\n * If you're trying to change where the Camera is looking at in your game, then see\r\n * the method `Camera.setScroll` instead. This method is for changing the viewport\r\n * itself, not what the camera can see.\r\n *\r\n * By default a Camera is the same size as the game, but can be made smaller via this method,\r\n * allowing you to create mini-cam style effects by creating and positioning a smaller Camera\r\n * viewport within your game.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setViewport\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The top-left x coordinate of the Camera viewport.\r\n * @param {number} y - The top-left y coordinate of the Camera viewport.\r\n * @param {number} width - The width of the Camera viewport.\r\n * @param {number} [height=width] - The height of the Camera viewport.\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1352, + "lineno": 1294, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "This method sets the position and size of the Camera viewport in a single call.\r\rIf you're trying to change where the Camera is looking at in your game, then see\rthe method `Camera.setScroll` instead. This method is for changing the viewport\ritself, not what the camera can see.\r\rBy default a Camera is the same size as the game, but can be made smaller via this method,\rallowing you to create mini-cam style effects by creating and positioning a smaller Camera\rviewport within your game.", @@ -19599,16 +19579,16 @@ "memberof": "Phaser.Cameras.Scene2D.BaseCamera", "longname": "Phaser.Cameras.Scene2D.BaseCamera#setViewport", "scope": "instance", - "___id": "T000002R001623", + "___id": "T000002R001601", "___s": true }, { "comment": "/**\r\n * Set the zoom value of the Camera.\r\n *\r\n * Changing to a smaller value, such as 0.5, will cause the camera to 'zoom out'.\r\n * Changing to a larger value, such as 2, will cause the camera to 'zoom in'.\r\n *\r\n * A value of 1 means 'no zoom' and is the default.\r\n *\r\n * Changing the zoom does not impact the Camera viewport in any way, it is only applied during rendering.\r\n *\r\n * As of Phaser 3.50 you can now set the horizontal and vertical zoom values independently.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setZoom\r\n * @since 3.0.0\r\n *\r\n * @param {number} [x=1] - The horizontal zoom value of the Camera. The minimum it can be is 0.001.\r\n * @param {number} [y=x] - The vertical zoom value of the Camera. The minimum it can be is 0.001.\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1383, + "lineno": 1325, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Set the zoom value of the Camera.\r\rChanging to a smaller value, such as 0.5, will cause the camera to 'zoom out'.\rChanging to a larger value, such as 2, will cause the camera to 'zoom in'.\r\rA value of 1 means 'no zoom' and is the default.\r\rChanging the zoom does not impact the Camera viewport in any way, it is only applied during rendering.\r\rAs of Phaser 3.50 you can now set the horizontal and vertical zoom values independently.", @@ -19665,16 +19645,16 @@ "memberof": "Phaser.Cameras.Scene2D.BaseCamera", "longname": "Phaser.Cameras.Scene2D.BaseCamera#setZoom", "scope": "instance", - "___id": "T000002R001629", + "___id": "T000002R001607", "___s": true }, { "comment": "/**\r\n * Sets the mask to be applied to this Camera during rendering.\r\n *\r\n * The mask must have been previously created and can be either a GeometryMask or a BitmapMask.\r\n *\r\n * Bitmap Masks only work on WebGL. Geometry Masks work on both WebGL and Canvas.\r\n *\r\n * If a mask is already set on this Camera it will be immediately replaced.\r\n *\r\n * Masks have no impact on physics or input detection. They are purely a rendering component\r\n * that allows you to limit what is visible during the render pass.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setMask\r\n * @since 3.17.0\r\n *\r\n * @param {(Phaser.Display.Masks.BitmapMask|Phaser.Display.Masks.GeometryMask)} mask - The mask this Camera will use when rendering.\r\n * @param {boolean} [fixedPosition=true] - Should the mask translate along with the Camera, or be fixed in place and not impacted by the Cameras transform?\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1424, + "lineno": 1366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Sets the mask to be applied to this Camera during rendering.\r\rThe mask must have been previously created and can be either a GeometryMask or a BitmapMask.\r\rBitmap Masks only work on WebGL. Geometry Masks work on both WebGL and Canvas.\r\rIf a mask is already set on this Camera it will be immediately replaced.\r\rMasks have no impact on physics or input detection. They are purely a rendering component\rthat allows you to limit what is visible during the render pass.", @@ -19739,16 +19719,16 @@ "memberof": "Phaser.Cameras.Scene2D.BaseCamera", "longname": "Phaser.Cameras.Scene2D.BaseCamera#setMask", "scope": "instance", - "___id": "T000002R001637", + "___id": "T000002R001615", "___s": true }, { "comment": "/**\r\n * Clears the mask that this Camera was using.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#clearMask\r\n * @since 3.17.0\r\n *\r\n * @param {boolean} [destroyMask=false] - Destroy the mask before clearing it?\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1455, + "lineno": 1397, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Clears the mask that this Camera was using.", @@ -19790,16 +19770,16 @@ "memberof": "Phaser.Cameras.Scene2D.BaseCamera", "longname": "Phaser.Cameras.Scene2D.BaseCamera#clearMask", "scope": "instance", - "___id": "T000002R001642", + "___id": "T000002R001620", "___s": true }, { "comment": "/**\r\n * Sets the visibility of this Camera.\r\n *\r\n * An invisible Camera will skip rendering and input tests of everything it can see.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setVisible\r\n * @since 3.10.0\r\n *\r\n * @param {boolean} value - The visible state of the Camera.\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1479, + "lineno": 1421, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Sets the visibility of this Camera.\r\rAn invisible Camera will skip rendering and input tests of everything it can see.", @@ -19840,16 +19820,16 @@ "longname": "Phaser.Cameras.Scene2D.BaseCamera#setVisible", "scope": "instance", "overrides": "Phaser.GameObjects.Components.Visible#setVisible", - "___id": "T000002R001646", + "___id": "T000002R001624", "___s": true }, { "comment": "/**\r\n * Returns an Object suitable for JSON storage containing all of the Camera viewport and rendering properties.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#toJSON\r\n * @since 3.0.0\r\n *\r\n * @return {Phaser.Types.Cameras.Scene2D.JSONCamera} A well-formed object suitable for conversion to JSON.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1492, + "lineno": 1434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Returns an Object suitable for JSON storage containing all of the Camera viewport and rendering properties.", @@ -19873,16 +19853,16 @@ "memberof": "Phaser.Cameras.Scene2D.BaseCamera", "longname": "Phaser.Cameras.Scene2D.BaseCamera#toJSON", "scope": "instance", - "___id": "T000002R001647", + "___id": "T000002R001625", "___s": true }, { "comment": "/**\r\n * Internal method called automatically by the Camera Manager.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#update\r\n * @protected\r\n * @since 3.0.0\r\n *\r\n * @param {number} time - The current timestamp as generated by the Request Animation Frame or SetTimeout.\r\n * @param {number} delta - The delta time, in ms, elapsed since the last frame.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1529, + "lineno": 1471, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Internal method called automatically by the Camera Manager.", @@ -19921,16 +19901,16 @@ "memberof": "Phaser.Cameras.Scene2D.BaseCamera", "longname": "Phaser.Cameras.Scene2D.BaseCamera#update", "scope": "instance", - "___id": "T000002R001666", + "___id": "T000002R001644", "___s": true }, { "comment": "/**\r\n * Set if this Camera is being used as a Scene Camera, or a Texture\r\n * Camera.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setIsSceneCamera\r\n * @since 3.60.0\r\n *\r\n * @param {boolean} value - Is this being used as a Scene Camera, or a Texture camera?\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1544, + "lineno": 1486, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Set if this Camera is being used as a Scene Camera, or a Texture\rCamera.", @@ -19955,16 +19935,16 @@ "memberof": "Phaser.Cameras.Scene2D.BaseCamera", "longname": "Phaser.Cameras.Scene2D.BaseCamera#setIsSceneCamera", "scope": "instance", - "___id": "T000002R001668", + "___id": "T000002R001646", "___s": true }, { "comment": "/**\r\n * Destroys this Camera instance and its internal properties and references.\r\n * Once destroyed you cannot use this Camera again, even if re-added to a Camera Manager.\r\n *\r\n * This method is called automatically by `CameraManager.remove` if that methods `runDestroy` argument is `true`, which is the default.\r\n *\r\n * Unless you have a specific reason otherwise, always use `CameraManager.remove` and allow it to handle the camera destruction,\r\n * rather than calling this method directly.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#destroy\r\n * @fires Phaser.Cameras.Scene2D.Events#DESTROY\r\n * @since 3.0.0\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1593, + "lineno": 1535, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Destroys this Camera instance and its internal properties and references.\rOnce destroyed you cannot use this Camera again, even if re-added to a Camera Manager.\r\rThis method is called automatically by `CameraManager.remove` if that methods `runDestroy` argument is `true`, which is the default.\r\rUnless you have a specific reason otherwise, always use `CameraManager.remove` and allow it to handle the camera destruction,\rrather than calling this method directly.", @@ -19978,16 +19958,16 @@ "longname": "Phaser.Cameras.Scene2D.BaseCamera#destroy", "scope": "instance", "overrides": "Phaser.Events.EventEmitter#destroy", - "___id": "T000002R001677", + "___id": "T000002R001655", "___s": true }, { "comment": "/**\r\n * The x position of the Camera viewport, relative to the top-left of the game canvas.\r\n * The viewport is the area into which the camera renders.\r\n * To adjust the position the camera is looking at in the game world, see the `scrollX` value.\r\n *\r\n * @name Phaser.Cameras.Scene2D.BaseCamera#x\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1632, + "lineno": 1574, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The x position of the Camera viewport, relative to the top-left of the game canvas.\rThe viewport is the area into which the camera renders.\rTo adjust the position the camera is looking at in the game world, see the `scrollX` value.", @@ -20006,16 +19986,16 @@ "longname": "Phaser.Cameras.Scene2D.BaseCamera#x", "scope": "instance", "kind": "member", - "___id": "T000002R001686", + "___id": "T000002R001664", "___s": true }, { "comment": "/**\r\n * The y position of the Camera viewport, relative to the top-left of the game canvas.\r\n * The viewport is the area into which the camera renders.\r\n * To adjust the position the camera is looking at in the game world, see the `scrollY` value.\r\n *\r\n * @name Phaser.Cameras.Scene2D.BaseCamera#y\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1656, + "lineno": 1598, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The y position of the Camera viewport, relative to the top-left of the game canvas.\rThe viewport is the area into which the camera renders.\rTo adjust the position the camera is looking at in the game world, see the `scrollY` value.", @@ -20034,16 +20014,16 @@ "longname": "Phaser.Cameras.Scene2D.BaseCamera#y", "scope": "instance", "kind": "member", - "___id": "T000002R001691", + "___id": "T000002R001669", "___s": true }, { "comment": "/**\r\n * The width of the Camera viewport, in pixels.\r\n *\r\n * The viewport is the area into which the Camera renders. Setting the viewport does\r\n * not restrict where the Camera can scroll to.\r\n *\r\n * @name Phaser.Cameras.Scene2D.BaseCamera#width\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1680, + "lineno": 1622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The width of the Camera viewport, in pixels.\r\rThe viewport is the area into which the Camera renders. Setting the viewport does\rnot restrict where the Camera can scroll to.", @@ -20062,16 +20042,16 @@ "longname": "Phaser.Cameras.Scene2D.BaseCamera#width", "scope": "instance", "kind": "member", - "___id": "T000002R001696", + "___id": "T000002R001674", "___s": true }, { "comment": "/**\r\n * The height of the Camera viewport, in pixels.\r\n *\r\n * The viewport is the area into which the Camera renders. Setting the viewport does\r\n * not restrict where the Camera can scroll to.\r\n *\r\n * @name Phaser.Cameras.Scene2D.BaseCamera#height\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1705, + "lineno": 1647, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The height of the Camera viewport, in pixels.\r\rThe viewport is the area into which the Camera renders. Setting the viewport does\rnot restrict where the Camera can scroll to.", @@ -20090,16 +20070,16 @@ "longname": "Phaser.Cameras.Scene2D.BaseCamera#height", "scope": "instance", "kind": "member", - "___id": "T000002R001701", + "___id": "T000002R001679", "___s": true }, { "comment": "/**\r\n * The horizontal scroll position of this Camera.\r\n *\r\n * Change this value to cause the Camera to scroll around your Scene.\r\n *\r\n * Alternatively, setting the Camera to follow a Game Object, via the `startFollow` method,\r\n * will automatically adjust the Camera scroll values accordingly.\r\n *\r\n * You can set the bounds within which the Camera can scroll via the `setBounds` method.\r\n *\r\n * @name Phaser.Cameras.Scene2D.BaseCamera#scrollX\r\n * @type {number}\r\n * @default 0\r\n * @since 3.0.0\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1730, + "lineno": 1672, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The horizontal scroll position of this Camera.\r\rChange this value to cause the Camera to scroll around your Scene.\r\rAlternatively, setting the Camera to follow a Game Object, via the `startFollow` method,\rwill automatically adjust the Camera scroll values accordingly.\r\rYou can set the bounds within which the Camera can scroll via the `setBounds` method.", @@ -20119,16 +20099,16 @@ "longname": "Phaser.Cameras.Scene2D.BaseCamera#scrollX", "scope": "instance", "kind": "member", - "___id": "T000002R001706", + "___id": "T000002R001684", "___s": true }, { "comment": "/**\r\n * The vertical scroll position of this Camera.\r\n *\r\n * Change this value to cause the Camera to scroll around your Scene.\r\n *\r\n * Alternatively, setting the Camera to follow a Game Object, via the `startFollow` method,\r\n * will automatically adjust the Camera scroll values accordingly.\r\n *\r\n * You can set the bounds within which the Camera can scroll via the `setBounds` method.\r\n *\r\n * @name Phaser.Cameras.Scene2D.BaseCamera#scrollY\r\n * @type {number}\r\n * @default 0\r\n * @since 3.0.0\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1763, + "lineno": 1705, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The vertical scroll position of this Camera.\r\rChange this value to cause the Camera to scroll around your Scene.\r\rAlternatively, setting the Camera to follow a Game Object, via the `startFollow` method,\rwill automatically adjust the Camera scroll values accordingly.\r\rYou can set the bounds within which the Camera can scroll via the `setBounds` method.", @@ -20148,16 +20128,16 @@ "longname": "Phaser.Cameras.Scene2D.BaseCamera#scrollY", "scope": "instance", "kind": "member", - "___id": "T000002R001712", + "___id": "T000002R001690", "___s": true }, { "comment": "/**\r\n * The Camera zoom value. Change this value to zoom in, or out of, a Scene.\r\n *\r\n * A value of 0.5 would zoom the Camera out, so you can now see twice as much\r\n * of the Scene as before. A value of 2 would zoom the Camera in, so every pixel\r\n * now takes up 2 pixels when rendered.\r\n *\r\n * Set to 1 to return to the default zoom level.\r\n *\r\n * Be careful to never set this value to zero.\r\n *\r\n * @name Phaser.Cameras.Scene2D.BaseCamera#zoom\r\n * @type {number}\r\n * @default 1\r\n * @since 3.0.0\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1796, + "lineno": 1738, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The Camera zoom value. Change this value to zoom in, or out of, a Scene.\r\rA value of 0.5 would zoom the Camera out, so you can now see twice as much\rof the Scene as before. A value of 2 would zoom the Camera in, so every pixel\rnow takes up 2 pixels when rendered.\r\rSet to 1 to return to the default zoom level.\r\rBe careful to never set this value to zero.", @@ -20177,16 +20157,16 @@ "longname": "Phaser.Cameras.Scene2D.BaseCamera#zoom", "scope": "instance", "kind": "member", - "___id": "T000002R001718", + "___id": "T000002R001696", "___s": true }, { "comment": "/**\r\n * The Camera horizontal zoom value. Change this value to zoom in, or out of, a Scene.\r\n *\r\n * A value of 0.5 would zoom the Camera out, so you can now see twice as much\r\n * of the Scene as before. A value of 2 would zoom the Camera in, so every pixel\r\n * now takes up 2 pixels when rendered.\r\n *\r\n * Set to 1 to return to the default zoom level.\r\n *\r\n * Be careful to never set this value to zero.\r\n *\r\n * @name Phaser.Cameras.Scene2D.BaseCamera#zoomX\r\n * @type {number}\r\n * @default 1\r\n * @since 3.50.0\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1829, + "lineno": 1771, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The Camera horizontal zoom value. Change this value to zoom in, or out of, a Scene.\r\rA value of 0.5 would zoom the Camera out, so you can now see twice as much\rof the Scene as before. A value of 2 would zoom the Camera in, so every pixel\rnow takes up 2 pixels when rendered.\r\rSet to 1 to return to the default zoom level.\r\rBe careful to never set this value to zero.", @@ -20206,16 +20186,16 @@ "longname": "Phaser.Cameras.Scene2D.BaseCamera#zoomX", "scope": "instance", "kind": "member", - "___id": "T000002R001725", + "___id": "T000002R001703", "___s": true }, { "comment": "/**\r\n * The Camera vertical zoom value. Change this value to zoom in, or out of, a Scene.\r\n *\r\n * A value of 0.5 would zoom the Camera out, so you can now see twice as much\r\n * of the Scene as before. A value of 2 would zoom the Camera in, so every pixel\r\n * now takes up 2 pixels when rendered.\r\n *\r\n * Set to 1 to return to the default zoom level.\r\n *\r\n * Be careful to never set this value to zero.\r\n *\r\n * @name Phaser.Cameras.Scene2D.BaseCamera#zoomY\r\n * @type {number}\r\n * @default 1\r\n * @since 3.50.0\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1860, + "lineno": 1802, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The Camera vertical zoom value. Change this value to zoom in, or out of, a Scene.\r\rA value of 0.5 would zoom the Camera out, so you can now see twice as much\rof the Scene as before. A value of 2 would zoom the Camera in, so every pixel\rnow takes up 2 pixels when rendered.\r\rSet to 1 to return to the default zoom level.\r\rBe careful to never set this value to zero.", @@ -20235,16 +20215,16 @@ "longname": "Phaser.Cameras.Scene2D.BaseCamera#zoomY", "scope": "instance", "kind": "member", - "___id": "T000002R001731", + "___id": "T000002R001709", "___s": true }, { "comment": "/**\r\n * The horizontal position of the center of the Camera's viewport, relative to the left of the game canvas.\r\n *\r\n * @name Phaser.Cameras.Scene2D.BaseCamera#centerX\r\n * @type {number}\r\n * @readonly\r\n * @since 3.10.0\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1921, + "lineno": 1863, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The horizontal position of the center of the Camera's viewport, relative to the left of the game canvas.", @@ -20264,16 +20244,16 @@ "longname": "Phaser.Cameras.Scene2D.BaseCamera#centerX", "scope": "instance", "kind": "member", - "___id": "T000002R001743", + "___id": "T000002R001721", "___s": true }, { "comment": "/**\r\n * The vertical position of the center of the Camera's viewport, relative to the top of the game canvas.\r\n *\r\n * @name Phaser.Cameras.Scene2D.BaseCamera#centerY\r\n * @type {number}\r\n * @readonly\r\n * @since 3.10.0\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1938, + "lineno": 1880, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The vertical position of the center of the Camera's viewport, relative to the top of the game canvas.", @@ -20293,16 +20273,16 @@ "longname": "Phaser.Cameras.Scene2D.BaseCamera#centerY", "scope": "instance", "kind": "member", - "___id": "T000002R001746", + "___id": "T000002R001724", "___s": true }, { "comment": "/**\r\n * The displayed width of the camera viewport, factoring in the camera zoom level.\r\n *\r\n * If a camera has a viewport width of 800 and a zoom of 0.5 then its display width\r\n * would be 1600, as it's displaying twice as many pixels as zoom level 1.\r\n *\r\n * Equally, a camera with a width of 800 and zoom of 2 would have a display width\r\n * of 400 pixels.\r\n *\r\n * @name Phaser.Cameras.Scene2D.BaseCamera#displayWidth\r\n * @type {number}\r\n * @readonly\r\n * @since 3.11.0\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1955, + "lineno": 1897, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The displayed width of the camera viewport, factoring in the camera zoom level.\r\rIf a camera has a viewport width of 800 and a zoom of 0.5 then its display width\rwould be 1600, as it's displaying twice as many pixels as zoom level 1.\r\rEqually, a camera with a width of 800 and zoom of 2 would have a display width\rof 400 pixels.", @@ -20322,16 +20302,16 @@ "longname": "Phaser.Cameras.Scene2D.BaseCamera#displayWidth", "scope": "instance", "kind": "member", - "___id": "T000002R001749", + "___id": "T000002R001727", "___s": true }, { "comment": "/**\r\n * The displayed height of the camera viewport, factoring in the camera zoom level.\r\n *\r\n * If a camera has a viewport height of 600 and a zoom of 0.5 then its display height\r\n * would be 1200, as it's displaying twice as many pixels as zoom level 1.\r\n *\r\n * Equally, a camera with a height of 600 and zoom of 2 would have a display height\r\n * of 300 pixels.\r\n *\r\n * @name Phaser.Cameras.Scene2D.BaseCamera#displayHeight\r\n * @type {number}\r\n * @readonly\r\n * @since 3.11.0\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1978, + "lineno": 1920, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The displayed height of the camera viewport, factoring in the camera zoom level.\r\rIf a camera has a viewport height of 600 and a zoom of 0.5 then its display height\rwould be 1200, as it's displaying twice as many pixels as zoom level 1.\r\rEqually, a camera with a height of 600 and zoom of 2 would have a display height\rof 300 pixels.", @@ -20351,7 +20331,7 @@ "longname": "Phaser.Cameras.Scene2D.BaseCamera#displayHeight", "scope": "instance", "kind": "member", - "___id": "T000002R001752", + "___id": "T000002R001730", "___s": true }, { @@ -20360,7 +20340,7 @@ "filename": "Camera.js", "lineno": 18, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "classdesc": "A Camera.\r\rThe Camera is the way in which all games are rendered in Phaser. They provide a view into your game world,\rand can be positioned, rotated, zoomed and scrolled accordingly.\r\rA Camera consists of two elements: The viewport and the scroll values.\r\rThe viewport is the physical position and size of the Camera within your game. Cameras, by default, are\rcreated the same size as your game, but their position and size can be set to anything. This means if you\rwanted to create a camera that was 320x200 in size, positioned in the bottom-right corner of your game,\ryou'd adjust the viewport to do that (using methods like `setViewport` and `setSize`).\r\rIf you wish to change where the Camera is looking in your game, then you scroll it. You can do this\rvia the properties `scrollX` and `scrollY` or the method `setScroll`. Scrolling has no impact on the\rviewport, and changing the viewport has no impact on the scrolling.\r\rBy default a Camera will render all Game Objects it can see. You can change this using the `ignore` method,\rallowing you to filter Game Objects out on a per-Camera basis.\r\rA Camera also has built-in special effects including Fade, Flash and Camera Shake.", @@ -20428,7 +20408,7 @@ ], "scope": "static", "longname": "Phaser.Cameras.Scene2D.Camera", - "___id": "T000002R001766", + "___id": "T000002R001744", "___s": true }, { @@ -20437,7 +20417,7 @@ "filename": "Camera.js", "lineno": 70, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Does this Camera allow the Game Objects it renders to receive input events?", @@ -20457,7 +20437,7 @@ "longname": "Phaser.Cameras.Scene2D.Camera#inputEnabled", "scope": "instance", "kind": "member", - "___id": "T000002R001771", + "___id": "T000002R001749", "___s": true }, { @@ -20466,7 +20446,7 @@ "filename": "Camera.js", "lineno": 80, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The Camera Fade effect handler.\rTo fade this camera see the `Camera.fade` methods.", @@ -20485,7 +20465,7 @@ "longname": "Phaser.Cameras.Scene2D.Camera#fadeEffect", "scope": "instance", "kind": "member", - "___id": "T000002R001773", + "___id": "T000002R001751", "___s": true }, { @@ -20494,7 +20474,7 @@ "filename": "Camera.js", "lineno": 90, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The Camera Flash effect handler.\rTo flash this camera see the `Camera.flash` method.", @@ -20513,7 +20493,7 @@ "longname": "Phaser.Cameras.Scene2D.Camera#flashEffect", "scope": "instance", "kind": "member", - "___id": "T000002R001775", + "___id": "T000002R001753", "___s": true }, { @@ -20522,7 +20502,7 @@ "filename": "Camera.js", "lineno": 100, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The Camera Shake effect handler.\rTo shake this camera see the `Camera.shake` method.", @@ -20541,7 +20521,7 @@ "longname": "Phaser.Cameras.Scene2D.Camera#shakeEffect", "scope": "instance", "kind": "member", - "___id": "T000002R001777", + "___id": "T000002R001755", "___s": true }, { @@ -20550,7 +20530,7 @@ "filename": "Camera.js", "lineno": 110, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The Camera Pan effect handler.\rTo pan this camera see the `Camera.pan` method.", @@ -20569,7 +20549,7 @@ "longname": "Phaser.Cameras.Scene2D.Camera#panEffect", "scope": "instance", "kind": "member", - "___id": "T000002R001779", + "___id": "T000002R001757", "___s": true }, { @@ -20578,7 +20558,7 @@ "filename": "Camera.js", "lineno": 120, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The Camera Rotate To effect handler.\rTo rotate this camera see the `Camera.rotateTo` method.", @@ -20597,7 +20577,7 @@ "longname": "Phaser.Cameras.Scene2D.Camera#rotateToEffect", "scope": "instance", "kind": "member", - "___id": "T000002R001781", + "___id": "T000002R001759", "___s": true }, { @@ -20606,7 +20586,7 @@ "filename": "Camera.js", "lineno": 130, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The Camera Zoom effect handler.\rTo zoom this camera see the `Camera.zoom` method.", @@ -20625,7 +20605,7 @@ "longname": "Phaser.Cameras.Scene2D.Camera#zoomEffect", "scope": "instance", "kind": "member", - "___id": "T000002R001783", + "___id": "T000002R001761", "___s": true }, { @@ -20634,7 +20614,7 @@ "filename": "Camera.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The linear interpolation value to use when following a target.\r\rCan also be set via `setLerp` or as part of the `startFollow` call.\r\rThe default values of 1 means the camera will instantly snap to the target coordinates.\rA lower value, such as 0.1 means the camera will more slowly track the target, giving\ra smooth transition. You can set the horizontal and vertical values independently, and also\radjust this value in real-time during your game.\r\rBe sure to keep the value between 0 and 1. A value of zero will disable tracking on that axis.", @@ -20653,7 +20633,7 @@ "longname": "Phaser.Cameras.Scene2D.Camera#lerp", "scope": "instance", "kind": "member", - "___id": "T000002R001785", + "___id": "T000002R001763", "___s": true }, { @@ -20662,7 +20642,7 @@ "filename": "Camera.js", "lineno": 158, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The values stored in this property are subtracted from the Camera targets position, allowing you to\roffset the camera from the actual target x/y coordinates by this amount.\rCan also be set via `setFollowOffset` or as part of the `startFollow` call.", @@ -20681,7 +20661,7 @@ "longname": "Phaser.Cameras.Scene2D.Camera#followOffset", "scope": "instance", "kind": "member", - "___id": "T000002R001787", + "___id": "T000002R001765", "___s": true }, { @@ -20690,7 +20670,7 @@ "filename": "Camera.js", "lineno": 169, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The Camera dead zone.\r\rThe deadzone is only used when the camera is following a target.\r\rIt defines a rectangular region within which if the target is present, the camera will not scroll.\rIf the target moves outside of this area, the camera will begin scrolling in order to follow it.\r\rThe `lerp` values that you can set for a follower target also apply when using a deadzone.\r\rYou can directly set this property to be an instance of a Rectangle. Or, you can use the\r`setDeadzone` method for a chainable approach.\r\rThe rectangle you provide can have its dimensions adjusted dynamically, however, please\rnote that its position is updated every frame, as it is constantly re-centered on the cameras mid point.\r\rCalling `setDeadzone` with no arguments will reset an active deadzone, as will setting this property\rto `null`.", @@ -20711,7 +20691,7 @@ "longname": "Phaser.Cameras.Scene2D.Camera#deadzone", "scope": "instance", "kind": "member", - "___id": "T000002R001789", + "___id": "T000002R001767", "___s": true }, { @@ -20720,7 +20700,7 @@ "filename": "Camera.js", "lineno": 206, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Sets the Camera dead zone.\r\rThe deadzone is only used when the camera is following a target.\r\rIt defines a rectangular region within which if the target is present, the camera will not scroll.\rIf the target moves outside of this area, the camera will begin scrolling in order to follow it.\r\rThe deadzone rectangle is re-positioned every frame so that it is centered on the mid-point\rof the camera. This allows you to use the object for additional game related checks, such as\rtesting if an object is within it or not via a Rectangle.contains call.\r\rThe `lerp` values that you can set for a follower target also apply when using a deadzone.\r\rCalling this method with no arguments will reset an active deadzone.", @@ -20775,7 +20755,7 @@ "memberof": "Phaser.Cameras.Scene2D.Camera", "longname": "Phaser.Cameras.Scene2D.Camera#setDeadzone", "scope": "instance", - "___id": "T000002R001793", + "___id": "T000002R001771", "___s": true }, { @@ -20784,7 +20764,7 @@ "filename": "Camera.js", "lineno": 268, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Fades the Camera in from the given color over the duration specified.", @@ -20903,7 +20883,7 @@ "memberof": "Phaser.Cameras.Scene2D.Camera", "longname": "Phaser.Cameras.Scene2D.Camera#fadeIn", "scope": "instance", - "___id": "T000002R001805", + "___id": "T000002R001783", "___s": true }, { @@ -20912,7 +20892,7 @@ "filename": "Camera.js", "lineno": 291, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Fades the Camera out to the given color over the duration specified.\rThis is an alias for Camera.fade that forces the fade to start, regardless of existing fades.", @@ -21031,7 +21011,7 @@ "memberof": "Phaser.Cameras.Scene2D.Camera", "longname": "Phaser.Cameras.Scene2D.Camera#fadeOut", "scope": "instance", - "___id": "T000002R001807", + "___id": "T000002R001785", "___s": true }, { @@ -21040,7 +21020,7 @@ "filename": "Camera.js", "lineno": 315, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Fades the Camera from the given color to transparent over the duration specified.", @@ -21174,7 +21154,7 @@ "memberof": "Phaser.Cameras.Scene2D.Camera", "longname": "Phaser.Cameras.Scene2D.Camera#fadeFrom", "scope": "instance", - "___id": "T000002R001809", + "___id": "T000002R001787", "___s": true }, { @@ -21183,7 +21163,7 @@ "filename": "Camera.js", "lineno": 339, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Fades the Camera from transparent to the given color over the duration specified.", @@ -21317,7 +21297,7 @@ "memberof": "Phaser.Cameras.Scene2D.Camera", "longname": "Phaser.Cameras.Scene2D.Camera#fade", "scope": "instance", - "___id": "T000002R001811", + "___id": "T000002R001789", "___s": true }, { @@ -21326,7 +21306,7 @@ "filename": "Camera.js", "lineno": 363, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Flashes the Camera by setting it to the given color immediately and then fading it away again quickly over the duration specified.", @@ -21460,7 +21440,7 @@ "memberof": "Phaser.Cameras.Scene2D.Camera", "longname": "Phaser.Cameras.Scene2D.Camera#flash", "scope": "instance", - "___id": "T000002R001813", + "___id": "T000002R001791", "___s": true }, { @@ -21469,7 +21449,7 @@ "filename": "Camera.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Shakes the Camera by the given intensity over the duration specified.", @@ -21583,7 +21563,7 @@ "memberof": "Phaser.Cameras.Scene2D.Camera", "longname": "Phaser.Cameras.Scene2D.Camera#shake", "scope": "instance", - "___id": "T000002R001815", + "___id": "T000002R001793", "___s": true }, { @@ -21592,7 +21572,7 @@ "filename": "Camera.js", "lineno": 409, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "This effect will scroll the Camera so that the center of its viewport finishes at the given destination,\rover the duration and with the ease specified.", @@ -21732,7 +21712,7 @@ "memberof": "Phaser.Cameras.Scene2D.Camera", "longname": "Phaser.Cameras.Scene2D.Camera#pan", "scope": "instance", - "___id": "T000002R001817", + "___id": "T000002R001795", "___s": true }, { @@ -21741,7 +21721,7 @@ "filename": "Camera.js", "lineno": 435, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "This effect will rotate the Camera so that the viewport finishes at the given angle in radians,\rover the duration and with the ease specified.", @@ -21878,7 +21858,7 @@ "memberof": "Phaser.Cameras.Scene2D.Camera", "longname": "Phaser.Cameras.Scene2D.Camera#rotateTo", "scope": "instance", - "___id": "T000002R001819", + "___id": "T000002R001797", "___s": true }, { @@ -21887,7 +21867,7 @@ "filename": "Camera.js", "lineno": 459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "This effect will zoom the Camera to the given scale, over the duration and with the ease specified.", @@ -22014,7 +21994,7 @@ "memberof": "Phaser.Cameras.Scene2D.Camera", "longname": "Phaser.Cameras.Scene2D.Camera#zoomTo", "scope": "instance", - "___id": "T000002R001821", + "___id": "T000002R001799", "___s": true }, { @@ -22023,7 +22003,7 @@ "filename": "Camera.js", "lineno": 483, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Internal preRender step.", @@ -22034,17 +22014,16 @@ "memberof": "Phaser.Cameras.Scene2D.Camera", "longname": "Phaser.Cameras.Scene2D.Camera#preRender", "scope": "instance", - "overrides": "Phaser.Cameras.Scene2D.BaseCamera#preRender", - "___id": "T000002R001823", + "___id": "T000002R001801", "___s": true }, { "comment": "/**\r\n * Sets the linear interpolation value to use when following a target.\r\n *\r\n * The default values of 1 means the camera will instantly snap to the target coordinates.\r\n * A lower value, such as 0.1 means the camera will more slowly track the target, giving\r\n * a smooth transition. You can set the horizontal and vertical values independently, and also\r\n * adjust this value in real-time during your game.\r\n *\r\n * Be sure to keep the value between 0 and 1. A value of zero will disable tracking on that axis.\r\n *\r\n * @method Phaser.Cameras.Scene2D.Camera#setLerp\r\n * @since 3.9.0\r\n *\r\n * @param {number} [x=1] - The amount added to the horizontal linear interpolation of the follow target.\r\n * @param {number} [y=1] - The amount added to the vertical linear interpolation of the follow target.\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "Camera.js", - "lineno": 592, + "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Sets the linear interpolation value to use when following a target.\r\rThe default values of 1 means the camera will instantly snap to the target coordinates.\rA lower value, such as 0.1 means the camera will more slowly track the target, giving\ra smooth transition. You can set the horizontal and vertical values independently, and also\radjust this value in real-time during your game.\r\rBe sure to keep the value between 0 and 1. A value of zero will disable tracking on that axis.", @@ -22101,16 +22080,16 @@ "memberof": "Phaser.Cameras.Scene2D.Camera", "longname": "Phaser.Cameras.Scene2D.Camera#setLerp", "scope": "instance", - "___id": "T000002R001859", + "___id": "T000002R001840", "___s": true }, { "comment": "/**\r\n * Sets the horizontal and vertical offset of the camera from its follow target.\r\n * The values are subtracted from the targets position during the Cameras update step.\r\n *\r\n * @method Phaser.Cameras.Scene2D.Camera#setFollowOffset\r\n * @since 3.9.0\r\n *\r\n * @param {number} [x=0] - The horizontal offset from the camera follow target.x position.\r\n * @param {number} [y=0] - The vertical offset from the camera follow target.y position.\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "Camera.js", - "lineno": 620, + "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Sets the horizontal and vertical offset of the camera from its follow target.\rThe values are subtracted from the targets position during the Cameras update step.", @@ -22167,16 +22146,16 @@ "memberof": "Phaser.Cameras.Scene2D.Camera", "longname": "Phaser.Cameras.Scene2D.Camera#setFollowOffset", "scope": "instance", - "___id": "T000002R001863", + "___id": "T000002R001844", "___s": true }, { "comment": "/**\r\n * Sets the Camera to follow a Game Object.\r\n *\r\n * When enabled the Camera will automatically adjust its scroll position to keep the target Game Object\r\n * in its center.\r\n *\r\n * You can set the linear interpolation value used in the follow code.\r\n * Use low lerp values (such as 0.1) to automatically smooth the camera motion.\r\n *\r\n * If you find you're getting a slight \"jitter\" effect when following an object it's probably to do with sub-pixel\r\n * rendering of the targets position. This can be rounded by setting the `roundPixels` argument to `true` to\r\n * force full pixel rounding rendering. Note that this can still be broken if you have specified a non-integer zoom\r\n * value on the camera. So be sure to keep the camera zoom to integers.\r\n *\r\n * @method Phaser.Cameras.Scene2D.Camera#startFollow\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.GameObjects.GameObject|object)} target - The target for the Camera to follow.\r\n * @param {boolean} [roundPixels=false] - Round the camera position to whole integers to avoid sub-pixel rendering?\r\n * @param {number} [lerpX=1] - A value between 0 and 1. This value specifies the amount of linear interpolation to use when horizontally tracking the target. The closer the value to 1, the faster the camera will track.\r\n * @param {number} [lerpY=1] - A value between 0 and 1. This value specifies the amount of linear interpolation to use when vertically tracking the target. The closer the value to 1, the faster the camera will track.\r\n * @param {number} [offsetX=0] - The horizontal offset from the camera follow target.x position.\r\n * @param {number} [offsetY=0] - The vertical offset from the camera follow target.y position.\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "Camera.js", - "lineno": 642, + "lineno": 649, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Sets the Camera to follow a Game Object.\r\rWhen enabled the Camera will automatically adjust its scroll position to keep the target Game Object\rin its center.\r\rYou can set the linear interpolation value used in the follow code.\rUse low lerp values (such as 0.1) to automatically smooth the camera motion.\r\rIf you find you're getting a slight \"jitter\" effect when following an object it's probably to do with sub-pixel\rrendering of the targets position. This can be rounded by setting the `roundPixels` argument to `true` to\rforce full pixel rounding rendering. Note that this can still be broken if you have specified a non-integer zoom\rvalue on the camera. So be sure to keep the camera zoom to integers.", @@ -22301,16 +22280,16 @@ "memberof": "Phaser.Cameras.Scene2D.Camera", "longname": "Phaser.Cameras.Scene2D.Camera#startFollow", "scope": "instance", - "___id": "T000002R001867", + "___id": "T000002R001848", "___s": true }, { "comment": "/**\r\n * Stops a Camera from following a Game Object, if previously set via `Camera.startFollow`.\r\n *\r\n * @method Phaser.Cameras.Scene2D.Camera#stopFollow\r\n * @since 3.0.0\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "Camera.js", - "lineno": 707, + "lineno": 714, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Stops a Camera from following a Game Object, if previously set via `Camera.startFollow`.", @@ -22335,16 +22314,16 @@ "memberof": "Phaser.Cameras.Scene2D.Camera", "longname": "Phaser.Cameras.Scene2D.Camera#stopFollow", "scope": "instance", - "___id": "T000002R001886", + "___id": "T000002R001867", "___s": true }, { "comment": "/**\r\n * Resets any active FX, such as a fade, flash or shake. Useful to call after a fade in order to\r\n * remove the fade.\r\n *\r\n * @method Phaser.Cameras.Scene2D.Camera#resetFX\r\n * @since 3.0.0\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "Camera.js", - "lineno": 722, + "lineno": 729, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Resets any active FX, such as a fade, flash or shake. Useful to call after a fade in order to\rremove the fade.", @@ -22369,16 +22348,16 @@ "memberof": "Phaser.Cameras.Scene2D.Camera", "longname": "Phaser.Cameras.Scene2D.Camera#resetFX", "scope": "instance", - "___id": "T000002R001889", + "___id": "T000002R001870", "___s": true }, { "comment": "/**\r\n * Internal method called automatically by the Camera Manager.\r\n *\r\n * @method Phaser.Cameras.Scene2D.Camera#update\r\n * @protected\r\n * @since 3.0.0\r\n *\r\n * @param {number} time - The current timestamp as generated by the Request Animation Frame or SetTimeout.\r\n * @param {number} delta - The delta time, in ms, elapsed since the last frame.\r\n */", "meta": { "filename": "Camera.js", - "lineno": 742, + "lineno": 749, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Internal method called automatically by the Camera Manager.", @@ -22418,16 +22397,16 @@ "longname": "Phaser.Cameras.Scene2D.Camera#update", "scope": "instance", "overrides": "Phaser.Cameras.Scene2D.BaseCamera#update", - "___id": "T000002R001891", + "___id": "T000002R001872", "___s": true }, { "comment": "/**\r\n * Destroys this Camera instance. You rarely need to call this directly.\r\n *\r\n * Called by the Camera Manager. If you wish to destroy a Camera please use `CameraManager.remove` as\r\n * cameras are stored in a pool, ready for recycling later, and calling this directly will prevent that.\r\n *\r\n * @method Phaser.Cameras.Scene2D.Camera#destroy\r\n * @fires Phaser.Cameras.Scene2D.Events#DESTROY\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Camera.js", - "lineno": 765, + "lineno": 772, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Destroys this Camera instance. You rarely need to call this directly.\r\rCalled by the Camera Manager. If you wish to destroy a Camera please use `CameraManager.remove` as\rcameras are stored in a pool, ready for recycling later, and calling this directly will prevent that.", @@ -22441,7 +22420,7 @@ "longname": "Phaser.Cameras.Scene2D.Camera#destroy", "scope": "instance", "overrides": "Phaser.Cameras.Scene2D.BaseCamera#destroy", - "___id": "T000002R001893", + "___id": "T000002R001874", "___s": true }, { @@ -22450,7 +22429,7 @@ "filename": "CameraManager.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "classdesc": "The Camera Manager is a plugin that belongs to a Scene and is responsible for managing all of the Scene Cameras.\r\rBy default you can access the Camera Manager from within a Scene using `this.cameras`, although this can be changed\rin your game config.\r\rCreate new Cameras using the `add` method. Or extend the Camera class with your own addition code and then add\rthe new Camera in using the `addExisting` method.\r\rCameras provide a view into your game world, and can be positioned, rotated, zoomed and scrolled accordingly.\r\rA Camera consists of two elements: The viewport and the scroll values.\r\rThe viewport is the physical position and size of the Camera within your game. Cameras, by default, are\rcreated the same size as your game, but their position and size can be set to anything. This means if you\rwanted to create a camera that was 320x200 in size, positioned in the bottom-right corner of your game,\ryou'd adjust the viewport to do that (using methods like `setViewport` and `setSize`).\r\rIf you wish to change where the Camera is looking in your game, then you scroll it. You can do this\rvia the properties `scrollX` and `scrollY` or the method `setScroll`. Scrolling has no impact on the\rviewport, and changing the viewport has no impact on the scrolling.\r\rBy default a Camera will render all Game Objects it can see. You can change this using the `ignore` method,\rallowing you to filter Game Objects out on a per-Camera basis. The Camera Manager can manage up to 31 unique\r'Game Object ignore capable' Cameras. Any Cameras beyond 31 that you create will all be given a Camera ID of\rzero, meaning that they cannot be used for Game Object exclusion. This means if you need your Camera to ignore\rGame Objects, make sure it's one of the first 31 created.\r\rA Camera also has built-in special effects including Fade, Flash, Camera Shake, Pan and Zoom.", @@ -22475,7 +22454,7 @@ ], "scope": "static", "longname": "Phaser.Cameras.Scene2D.CameraManager", - "___id": "T000002R001905", + "___id": "T000002R001886", "___s": true }, { @@ -22484,7 +22463,7 @@ "filename": "CameraManager.js", "lineno": 59, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The Scene that owns the Camera Manager plugin.", @@ -22503,7 +22482,7 @@ "longname": "Phaser.Cameras.Scene2D.CameraManager#scene", "scope": "instance", "kind": "member", - "___id": "T000002R001908", + "___id": "T000002R001889", "___s": true }, { @@ -22512,7 +22491,7 @@ "filename": "CameraManager.js", "lineno": 68, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "A reference to the Scene.Systems handler for the Scene that owns the Camera Manager.", @@ -22531,7 +22510,7 @@ "longname": "Phaser.Cameras.Scene2D.CameraManager#systems", "scope": "instance", "kind": "member", - "___id": "T000002R001910", + "___id": "T000002R001891", "___s": true }, { @@ -22540,7 +22519,7 @@ "filename": "CameraManager.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "All Cameras created by, or added to, this Camera Manager, will have their `roundPixels`\rproperty set to match this value. By default it is set to match the value set in the\rgame configuration, but can be changed at any point. Equally, individual cameras can\ralso be changed as needed.", @@ -22559,7 +22538,7 @@ "longname": "Phaser.Cameras.Scene2D.CameraManager#roundPixels", "scope": "instance", "kind": "member", - "___id": "T000002R001912", + "___id": "T000002R001893", "___s": true }, { @@ -22568,7 +22547,7 @@ "filename": "CameraManager.js", "lineno": 89, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "An Array of the Camera objects being managed by this Camera Manager.\rThe Cameras are updated and rendered in the same order in which they appear in this array.\rDo not directly add or remove entries to this array. However, you can move the contents\raround the array should you wish to adjust the display order.", @@ -22596,7 +22575,7 @@ "longname": "Phaser.Cameras.Scene2D.CameraManager#cameras", "scope": "instance", "kind": "member", - "___id": "T000002R001914", + "___id": "T000002R001895", "___s": true }, { @@ -22605,7 +22584,7 @@ "filename": "CameraManager.js", "lineno": 101, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "A handy reference to the 'main' camera. By default this is the first Camera the\rCamera Manager creates. You can also set it directly, or use the `makeMain` argument\rin the `add` and `addExisting` methods. It allows you to access it from your game:\r\r```javascript\rvar cam = this.cameras.main;\r```\r\rAlso see the properties `camera1`, `camera2` and so on.", @@ -22624,7 +22603,7 @@ "longname": "Phaser.Cameras.Scene2D.CameraManager#main", "scope": "instance", "kind": "member", - "___id": "T000002R001916", + "___id": "T000002R001897", "___s": true }, { @@ -22633,7 +22612,7 @@ "filename": "CameraManager.js", "lineno": 118, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "A default un-transformed Camera that doesn't exist on the camera list and doesn't\rcount towards the total number of cameras being managed. It exists for other\rsystems, as well as your own code, should they require a basic un-transformed\rcamera instance from which to calculate a view matrix.", @@ -22652,7 +22631,7 @@ "longname": "Phaser.Cameras.Scene2D.CameraManager#default", "scope": "instance", "kind": "member", - "___id": "T000002R001918", + "___id": "T000002R001899", "___s": true }, { @@ -22661,7 +22640,7 @@ "filename": "CameraManager.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Adds a new Camera into the Camera Manager. The Camera Manager can support up to 31 different Cameras.\r\rEach Camera has its own viewport, which controls the size of the Camera and its position within the canvas.\r\rUse the `Camera.scrollX` and `Camera.scrollY` properties to change where the Camera is looking, or the\rCamera methods such as `centerOn`. Cameras also have built in special effects, such as fade, flash, shake,\rpan and zoom.\r\rBy default Cameras are transparent and will render anything that they can see based on their `scrollX`\rand `scrollY` values. Game Objects can be set to be ignored by a Camera by using the `Camera.ignore` method.\r\rThe Camera will have its `roundPixels` property set to whatever `CameraManager.roundPixels` is. You can change\rit after creation if required.\r\rSee the Camera class documentation for more details.", @@ -22775,7 +22754,7 @@ "memberof": "Phaser.Cameras.Scene2D.CameraManager", "longname": "Phaser.Cameras.Scene2D.CameraManager#add", "scope": "instance", - "___id": "T000002R001930", + "___id": "T000002R001911", "___s": true }, { @@ -22784,7 +22763,7 @@ "filename": "CameraManager.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Adds an existing Camera into the Camera Manager.\r\rThe Camera should either be a `Phaser.Cameras.Scene2D.Camera` instance, or a class that extends from it.\r\rThe Camera will have its `roundPixels` property set to whatever `CameraManager.roundPixels` is. You can change\rit after addition if required.\r\rThe Camera will be assigned an ID, which is used for Game Object exclusion and then added to the\rmanager. As long as it doesn't already exist in the manager it will be added then returned.\r\rIf this method returns `null` then the Camera already exists in this Camera Manager.", @@ -22840,7 +22819,7 @@ "memberof": "Phaser.Cameras.Scene2D.CameraManager", "longname": "Phaser.Cameras.Scene2D.CameraManager#addExisting", "scope": "instance", - "___id": "T000002R001941", + "___id": "T000002R001922", "___s": true }, { @@ -22849,7 +22828,7 @@ "filename": "CameraManager.js", "lineno": 355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Gets the total number of Cameras in this Camera Manager.\r\rIf the optional `isVisible` argument is set it will only count Cameras that are currently visible.", @@ -22890,7 +22869,7 @@ "memberof": "Phaser.Cameras.Scene2D.CameraManager", "longname": "Phaser.Cameras.Scene2D.CameraManager#getTotal", "scope": "instance", - "___id": "T000002R001957", + "___id": "T000002R001938", "___s": true }, { @@ -22899,7 +22878,7 @@ "filename": "CameraManager.js", "lineno": 388, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Populates this Camera Manager based on the given configuration object, or an array of config objects.\r\rSee the `Phaser.Types.Cameras.Scene2D.CameraConfig` documentation for details of the object structure.", @@ -22958,7 +22937,7 @@ "memberof": "Phaser.Cameras.Scene2D.CameraManager", "longname": "Phaser.Cameras.Scene2D.CameraManager#fromJSON", "scope": "instance", - "___id": "T000002R001964", + "___id": "T000002R001945", "___s": true }, { @@ -22967,7 +22946,7 @@ "filename": "CameraManager.js", "lineno": 457, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Gets a Camera based on its name.\r\rCamera names are optional and don't have to be set, so this method is only of any use if you\rhave given your Cameras unique names.", @@ -23008,7 +22987,7 @@ "memberof": "Phaser.Cameras.Scene2D.CameraManager", "longname": "Phaser.Cameras.Scene2D.CameraManager#getCamera", "scope": "instance", - "___id": "T000002R001989", + "___id": "T000002R001970", "___s": true }, { @@ -23017,7 +22996,7 @@ "filename": "CameraManager.js", "lineno": 485, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Returns an array of all cameras below the given Pointer.\r\rThe first camera in the array is the top-most camera in the camera list.", @@ -23065,7 +23044,7 @@ "memberof": "Phaser.Cameras.Scene2D.CameraManager", "longname": "Phaser.Cameras.Scene2D.CameraManager#getCamerasBelowPointer", "scope": "instance", - "___id": "T000002R001993", + "___id": "T000002R001974", "___s": true }, { @@ -23074,7 +23053,7 @@ "filename": "CameraManager.js", "lineno": 520, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Removes the given Camera, or an array of Cameras, from this Camera Manager.\r\rIf found in the Camera Manager it will be immediately removed from the local cameras array.\rIf also currently the 'main' camera, 'main' will be reset to be camera 0.\r\rThe removed Cameras are automatically destroyed if the `runDestroy` argument is `true`, which is the default.\rIf you wish to re-use the cameras then set this to `false`, but know that they will retain their references\rand internal data until destroyed or re-added to a Camera Manager.", @@ -23147,7 +23126,7 @@ "memberof": "Phaser.Cameras.Scene2D.CameraManager", "longname": "Phaser.Cameras.Scene2D.CameraManager#remove", "scope": "instance", - "___id": "T000002R002001", + "___id": "T000002R001982", "___s": true }, { @@ -23156,7 +23135,7 @@ "filename": "CameraManager.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The internal render method. This is called automatically by the Scene and should not be invoked directly.\r\rIt will iterate through all local cameras and render them in turn, as long as they're visible and have\ran alpha level > 0.", @@ -23205,7 +23184,7 @@ "memberof": "Phaser.Cameras.Scene2D.CameraManager", "longname": "Phaser.Cameras.Scene2D.CameraManager#render", "scope": "instance", - "___id": "T000002R002011", + "___id": "T000002R001992", "___s": true }, { @@ -23214,7 +23193,7 @@ "filename": "CameraManager.js", "lineno": 612, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Takes an array of Game Objects and a Camera and returns a new array\rcontaining only those Game Objects that pass the `willRender` test\ragainst the given Camera.", @@ -23284,7 +23263,7 @@ "memberof": "Phaser.Cameras.Scene2D.CameraManager", "longname": "Phaser.Cameras.Scene2D.CameraManager#getVisibleChildren", "scope": "instance", - "___id": "T000002R002018", + "___id": "T000002R001999", "___s": true }, { @@ -23293,7 +23272,7 @@ "filename": "CameraManager.js", "lineno": 633, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Resets this Camera Manager.\r\rThis will iterate through all current Cameras, destroying them all, then it will reset the\rcameras array, reset the ID counter and create 1 new single camera using the default values.", @@ -23317,7 +23296,7 @@ "memberof": "Phaser.Cameras.Scene2D.CameraManager", "longname": "Phaser.Cameras.Scene2D.CameraManager#resetAll", "scope": "instance", - "___id": "T000002R002020", + "___id": "T000002R002001", "___s": true }, { @@ -23326,7 +23305,7 @@ "filename": "CameraManager.js", "lineno": 658, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The main update loop. Called automatically when the Scene steps.", @@ -23365,7 +23344,7 @@ "memberof": "Phaser.Cameras.Scene2D.CameraManager", "longname": "Phaser.Cameras.Scene2D.CameraManager#update", "scope": "instance", - "___id": "T000002R002025", + "___id": "T000002R002006", "___s": true }, { @@ -23374,7 +23353,7 @@ "filename": "CameraManager.js", "lineno": 676, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "The event handler that manages the `resize` event dispatched by the Scale Manager.", @@ -23412,7 +23391,7 @@ "memberof": "Phaser.Cameras.Scene2D.CameraManager", "longname": "Phaser.Cameras.Scene2D.CameraManager#onResize", "scope": "instance", - "___id": "T000002R002028", + "___id": "T000002R002009", "___s": true }, { @@ -23421,7 +23400,7 @@ "filename": "CameraManager.js", "lineno": 701, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "description": "Resizes all cameras to the given dimensions.", @@ -23459,7 +23438,7 @@ "memberof": "Phaser.Cameras.Scene2D.CameraManager", "longname": "Phaser.Cameras.Scene2D.CameraManager#resize", "scope": "instance", - "___id": "T000002R002032", + "___id": "T000002R002013", "___s": true }, { @@ -23468,7 +23447,7 @@ "filename": "Fade.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "classdesc": "A Camera Fade effect.\r\rThis effect will fade the camera viewport to the given color, over the duration specified.\r\rOnly the camera viewport is faded. None of the objects it is displaying are impacted, i.e. their colors do\rnot change.\r\rThe effect will dispatch several events on the Camera itself and you can also specify an `onUpdate` callback,\rwhich is invoked each frame for the duration of the effect, if required.", @@ -23493,7 +23472,7 @@ ], "scope": "static", "longname": "Phaser.Cameras.Scene2D.Effects.Fade", - "___id": "T000002R002049", + "___id": "T000002R002030", "___s": true }, { @@ -23502,7 +23481,7 @@ "filename": "Fade.js", "lineno": 36, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The Camera this effect belongs to.", @@ -23522,7 +23501,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Fade#camera", "scope": "instance", "kind": "member", - "___id": "T000002R002052", + "___id": "T000002R002033", "___s": true }, { @@ -23531,7 +23510,7 @@ "filename": "Fade.js", "lineno": 46, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Is this effect actively running?", @@ -23552,7 +23531,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Fade#isRunning", "scope": "instance", "kind": "member", - "___id": "T000002R002054", + "___id": "T000002R002035", "___s": true }, { @@ -23561,7 +23540,7 @@ "filename": "Fade.js", "lineno": 57, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Has this effect finished running?\r\rThis is different from `isRunning` because it remains set to `true` when the effect is over,\runtil the effect is either reset or started again.", @@ -23582,7 +23561,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Fade#isComplete", "scope": "instance", "kind": "member", - "___id": "T000002R002056", + "___id": "T000002R002037", "___s": true }, { @@ -23591,7 +23570,7 @@ "filename": "Fade.js", "lineno": 71, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The direction of the fade.\r`true` = fade out (transparent to color), `false` = fade in (color to transparent)", @@ -23611,7 +23590,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Fade#direction", "scope": "instance", "kind": "member", - "___id": "T000002R002058", + "___id": "T000002R002039", "___s": true }, { @@ -23620,7 +23599,7 @@ "filename": "Fade.js", "lineno": 82, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The duration of the effect, in milliseconds.", @@ -23641,7 +23620,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Fade#duration", "scope": "instance", "kind": "member", - "___id": "T000002R002060", + "___id": "T000002R002041", "___s": true }, { @@ -23650,7 +23629,7 @@ "filename": "Fade.js", "lineno": 137, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "If this effect is running this holds the current percentage of the progress, a value between 0 and 1.", @@ -23669,7 +23648,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Fade#progress", "scope": "instance", "kind": "member", - "___id": "T000002R002070", + "___id": "T000002R002051", "___s": true }, { @@ -23678,7 +23657,7 @@ "filename": "Fade.js", "lineno": 178, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Fades the Camera to or from the given color over the duration specified.", @@ -23826,7 +23805,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Fade", "longname": "Phaser.Cameras.Scene2D.Effects.Fade#start", "scope": "instance", - "___id": "T000002R002078", + "___id": "T000002R002059", "___s": true }, { @@ -23835,7 +23814,7 @@ "filename": "Fade.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The main update loop for this effect. Called automatically by the Camera.", @@ -23873,7 +23852,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Fade", "longname": "Phaser.Cameras.Scene2D.Effects.Fade#update", "scope": "instance", - "___id": "T000002R002101", + "___id": "T000002R002082", "___s": true }, { @@ -23882,7 +23861,7 @@ "filename": "Fade.js", "lineno": 273, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Called internally by the Canvas Renderer.", @@ -23921,7 +23900,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Fade", "longname": "Phaser.Cameras.Scene2D.Effects.Fade#postRenderCanvas", "scope": "instance", - "___id": "T000002R002107", + "___id": "T000002R002088", "___s": true }, { @@ -23930,7 +23909,7 @@ "filename": "Fade.js", "lineno": 298, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Called internally by the WebGL Renderer.", @@ -23982,7 +23961,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Fade", "longname": "Phaser.Cameras.Scene2D.Effects.Fade#postRenderWebGL", "scope": "instance", - "___id": "T000002R002111", + "___id": "T000002R002092", "___s": true }, { @@ -23991,7 +23970,7 @@ "filename": "Fade.js", "lineno": 330, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Called internally when the effect completes.", @@ -24005,7 +23984,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Fade", "longname": "Phaser.Cameras.Scene2D.Effects.Fade#effectComplete", "scope": "instance", - "___id": "T000002R002117", + "___id": "T000002R002098", "___s": true }, { @@ -24014,7 +23993,7 @@ "filename": "Fade.js", "lineno": 351, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Resets this camera effect.\rIf it was previously running, it stops instantly without calling its onComplete callback or emitting an event.", @@ -24024,7 +24003,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Fade", "longname": "Phaser.Cameras.Scene2D.Effects.Fade#reset", "scope": "instance", - "___id": "T000002R002124", + "___id": "T000002R002105", "___s": true }, { @@ -24033,7 +24012,7 @@ "filename": "Fade.js", "lineno": 367, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Destroys this effect, releasing it from the Camera.", @@ -24043,7 +24022,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Fade", "longname": "Phaser.Cameras.Scene2D.Effects.Fade#destroy", "scope": "instance", - "___id": "T000002R002130", + "___id": "T000002R002111", "___s": true }, { @@ -24052,7 +24031,7 @@ "filename": "Flash.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "classdesc": "A Camera Flash effect.\r\rThis effect will flash the camera viewport to the given color, over the duration specified.\r\rOnly the camera viewport is flashed. None of the objects it is displaying are impacted, i.e. their colors do\rnot change.\r\rThe effect will dispatch several events on the Camera itself and you can also specify an `onUpdate` callback,\rwhich is invoked each frame for the duration of the effect, if required.", @@ -24077,7 +24056,7 @@ ], "scope": "static", "longname": "Phaser.Cameras.Scene2D.Effects.Flash", - "___id": "T000002R002137", + "___id": "T000002R002118", "___s": true }, { @@ -24086,7 +24065,7 @@ "filename": "Flash.js", "lineno": 36, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The Camera this effect belongs to.", @@ -24106,7 +24085,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Flash#camera", "scope": "instance", "kind": "member", - "___id": "T000002R002140", + "___id": "T000002R002121", "___s": true }, { @@ -24115,7 +24094,7 @@ "filename": "Flash.js", "lineno": 46, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Is this effect actively running?", @@ -24136,7 +24115,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Flash#isRunning", "scope": "instance", "kind": "member", - "___id": "T000002R002142", + "___id": "T000002R002123", "___s": true }, { @@ -24145,7 +24124,7 @@ "filename": "Flash.js", "lineno": 57, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The duration of the effect, in milliseconds.", @@ -24166,7 +24145,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Flash#duration", "scope": "instance", "kind": "member", - "___id": "T000002R002144", + "___id": "T000002R002125", "___s": true }, { @@ -24175,7 +24154,7 @@ "filename": "Flash.js", "lineno": 101, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The value of the alpha channel used during the flash effect.\rA value between 0 and 1.", @@ -24194,7 +24173,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Flash#alpha", "scope": "instance", "kind": "member", - "___id": "T000002R002152", + "___id": "T000002R002133", "___s": true }, { @@ -24203,7 +24182,7 @@ "filename": "Flash.js", "lineno": 111, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "If this effect is running this holds the current percentage of the progress, a value between 0 and 1.", @@ -24222,7 +24201,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Flash#progress", "scope": "instance", "kind": "member", - "___id": "T000002R002154", + "___id": "T000002R002135", "___s": true }, { @@ -24231,7 +24210,7 @@ "filename": "Flash.js", "lineno": 163, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Flashes the Camera to or from the given color over the duration specified.", @@ -24364,7 +24343,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Flash", "longname": "Phaser.Cameras.Scene2D.Effects.Flash#start", "scope": "instance", - "___id": "T000002R002164", + "___id": "T000002R002145", "___s": true }, { @@ -24373,7 +24352,7 @@ "filename": "Flash.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The main update loop for this effect. Called automatically by the Camera.", @@ -24411,7 +24390,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Flash", "longname": "Phaser.Cameras.Scene2D.Effects.Flash#update", "scope": "instance", - "___id": "T000002R002183", + "___id": "T000002R002164", "___s": true }, { @@ -24420,7 +24399,7 @@ "filename": "Flash.js", "lineno": 251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Called internally by the Canvas Renderer.", @@ -24459,7 +24438,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Flash", "longname": "Phaser.Cameras.Scene2D.Effects.Flash#postRenderCanvas", "scope": "instance", - "___id": "T000002R002188", + "___id": "T000002R002169", "___s": true }, { @@ -24468,7 +24447,7 @@ "filename": "Flash.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Called internally by the WebGL Renderer.", @@ -24520,7 +24499,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Flash", "longname": "Phaser.Cameras.Scene2D.Effects.Flash#postRenderWebGL", "scope": "instance", - "___id": "T000002R002192", + "___id": "T000002R002173", "___s": true }, { @@ -24529,7 +24508,7 @@ "filename": "Flash.js", "lineno": 308, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Called internally when the effect completes.", @@ -24542,7 +24521,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Flash", "longname": "Phaser.Cameras.Scene2D.Effects.Flash#effectComplete", "scope": "instance", - "___id": "T000002R002198", + "___id": "T000002R002179", "___s": true }, { @@ -24551,7 +24530,7 @@ "filename": "Flash.js", "lineno": 326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Resets this camera effect.\rIf it was previously running, it stops instantly without calling its onComplete callback or emitting an event.", @@ -24561,7 +24540,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Flash", "longname": "Phaser.Cameras.Scene2D.Effects.Flash#reset", "scope": "instance", - "___id": "T000002R002204", + "___id": "T000002R002185", "___s": true }, { @@ -24570,7 +24549,7 @@ "filename": "Flash.js", "lineno": 341, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Destroys this effect, releasing it from the Camera.", @@ -24580,7 +24559,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Flash", "longname": "Phaser.Cameras.Scene2D.Effects.Flash#destroy", "scope": "instance", - "___id": "T000002R002209", + "___id": "T000002R002190", "___s": true }, { @@ -24589,7 +24568,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "kind": "namespace", @@ -24597,7 +24576,7 @@ "memberof": "Phaser.Cameras.Scene2D", "longname": "Phaser.Cameras.Scene2D.Effects", "scope": "static", - "___id": "T000002R002213", + "___id": "T000002R002194", "___s": true }, { @@ -24606,7 +24585,7 @@ "filename": "Pan.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "classdesc": "A Camera Pan effect.\r\rThis effect will scroll the Camera so that the center of its viewport finishes at the given destination,\rover the duration and with the ease specified.\r\rOnly the camera scroll is moved. None of the objects it is displaying are impacted, i.e. their positions do\rnot change.\r\rThe effect will dispatch several events on the Camera itself and you can also specify an `onUpdate` callback,\rwhich is invoked each frame for the duration of the effect if required.", @@ -24631,7 +24610,7 @@ ], "scope": "static", "longname": "Phaser.Cameras.Scene2D.Effects.Pan", - "___id": "T000002R002226", + "___id": "T000002R002207", "___s": true }, { @@ -24640,7 +24619,7 @@ "filename": "Pan.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The Camera this effect belongs to.", @@ -24660,7 +24639,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Pan#camera", "scope": "instance", "kind": "member", - "___id": "T000002R002229", + "___id": "T000002R002210", "___s": true }, { @@ -24669,7 +24648,7 @@ "filename": "Pan.js", "lineno": 49, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Is this effect actively running?", @@ -24690,7 +24669,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Pan#isRunning", "scope": "instance", "kind": "member", - "___id": "T000002R002231", + "___id": "T000002R002212", "___s": true }, { @@ -24699,7 +24678,7 @@ "filename": "Pan.js", "lineno": 60, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The duration of the effect, in milliseconds.", @@ -24720,7 +24699,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Pan#duration", "scope": "instance", "kind": "member", - "___id": "T000002R002233", + "___id": "T000002R002214", "___s": true }, { @@ -24729,7 +24708,7 @@ "filename": "Pan.js", "lineno": 71, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The starting scroll coordinates to pan the camera from.", @@ -24748,7 +24727,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Pan#source", "scope": "instance", "kind": "member", - "___id": "T000002R002235", + "___id": "T000002R002216", "___s": true }, { @@ -24757,7 +24736,7 @@ "filename": "Pan.js", "lineno": 80, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The constantly updated value based on zoom.", @@ -24776,7 +24755,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Pan#current", "scope": "instance", "kind": "member", - "___id": "T000002R002237", + "___id": "T000002R002218", "___s": true }, { @@ -24785,7 +24764,7 @@ "filename": "Pan.js", "lineno": 89, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The destination scroll coordinates to pan the camera to.", @@ -24804,7 +24783,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Pan#destination", "scope": "instance", "kind": "member", - "___id": "T000002R002239", + "___id": "T000002R002220", "___s": true }, { @@ -24813,7 +24792,7 @@ "filename": "Pan.js", "lineno": 98, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The ease function to use during the pan.", @@ -24832,7 +24811,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Pan#ease", "scope": "instance", "kind": "member", - "___id": "T000002R002241", + "___id": "T000002R002222", "___s": true }, { @@ -24841,7 +24820,7 @@ "filename": "Pan.js", "lineno": 107, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "If this effect is running this holds the current percentage of the progress, a value between 0 and 1.", @@ -24860,7 +24839,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Pan#progress", "scope": "instance", "kind": "member", - "___id": "T000002R002243", + "___id": "T000002R002224", "___s": true }, { @@ -24869,7 +24848,7 @@ "filename": "Pan.js", "lineno": 148, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "This effect will scroll the Camera so that the center of its viewport finishes at the given destination,\rover the duration and with the ease specified.", @@ -25008,7 +24987,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Pan", "longname": "Phaser.Cameras.Scene2D.Effects.Pan#start", "scope": "instance", - "___id": "T000002R002251", + "___id": "T000002R002232", "___s": true }, { @@ -25017,7 +24996,7 @@ "filename": "Pan.js", "lineno": 217, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The main update loop for this effect. Called automatically by the Camera.", @@ -25055,7 +25034,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Pan", "longname": "Phaser.Cameras.Scene2D.Effects.Pan#update", "scope": "instance", - "___id": "T000002R002267", + "___id": "T000002R002248", "___s": true }, { @@ -25064,7 +25043,7 @@ "filename": "Pan.js", "lineno": 270, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Called internally when the effect completes.", @@ -25077,7 +25056,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Pan", "longname": "Phaser.Cameras.Scene2D.Effects.Pan#effectComplete", "scope": "instance", - "___id": "T000002R002276", + "___id": "T000002R002257", "___s": true }, { @@ -25086,7 +25065,7 @@ "filename": "Pan.js", "lineno": 287, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Resets this camera effect.\rIf it was previously running, it stops instantly without calling its onComplete callback or emitting an event.", @@ -25096,7 +25075,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Pan", "longname": "Phaser.Cameras.Scene2D.Effects.Pan#reset", "scope": "instance", - "___id": "T000002R002281", + "___id": "T000002R002262", "___s": true }, { @@ -25105,7 +25084,7 @@ "filename": "Pan.js", "lineno": 302, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Destroys this effect, releasing it from the Camera.", @@ -25115,7 +25094,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Pan", "longname": "Phaser.Cameras.Scene2D.Effects.Pan#destroy", "scope": "instance", - "___id": "T000002R002286", + "___id": "T000002R002267", "___s": true }, { @@ -25124,7 +25103,7 @@ "filename": "RotateTo.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "classdesc": "A Camera Rotate effect.\r\rThis effect will rotate the Camera so that the its viewport finishes at the given angle in radians,\rover the duration and with the ease specified.\r\rCamera rotation always takes place based on the Camera viewport. By default, rotation happens\rin the center of the viewport. You can adjust this with the `originX` and `originY` properties.\r\rRotation influences the rendering of _all_ Game Objects visible by this Camera. However, it does not\rrotate the Camera viewport itself, which always remains an axis-aligned rectangle.\r\rOnly the camera is rotates. None of the objects it is displaying are impacted, i.e. their positions do\rnot change.\r\rThe effect will dispatch several events on the Camera itself and you can also specify an `onUpdate` callback,\rwhich is invoked each frame for the duration of the effect if required.", @@ -25149,7 +25128,7 @@ ], "scope": "static", "longname": "Phaser.Cameras.Scene2D.Effects.RotateTo", - "___id": "T000002R002296", + "___id": "T000002R002277", "___s": true }, { @@ -25158,7 +25137,7 @@ "filename": "RotateTo.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The Camera this effect belongs to.", @@ -25178,7 +25157,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.RotateTo#camera", "scope": "instance", "kind": "member", - "___id": "T000002R002299", + "___id": "T000002R002280", "___s": true }, { @@ -25187,7 +25166,7 @@ "filename": "RotateTo.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Is this effect actively running?", @@ -25208,7 +25187,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.RotateTo#isRunning", "scope": "instance", "kind": "member", - "___id": "T000002R002301", + "___id": "T000002R002282", "___s": true }, { @@ -25217,7 +25196,7 @@ "filename": "RotateTo.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The duration of the effect, in milliseconds.", @@ -25238,7 +25217,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.RotateTo#duration", "scope": "instance", "kind": "member", - "___id": "T000002R002303", + "___id": "T000002R002284", "___s": true }, { @@ -25247,7 +25226,7 @@ "filename": "RotateTo.js", "lineno": 76, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The starting angle to rotate the camera from.", @@ -25266,7 +25245,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.RotateTo#source", "scope": "instance", "kind": "member", - "___id": "T000002R002305", + "___id": "T000002R002286", "___s": true }, { @@ -25275,7 +25254,7 @@ "filename": "RotateTo.js", "lineno": 85, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The constantly updated value based on the force.", @@ -25294,7 +25273,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.RotateTo#current", "scope": "instance", "kind": "member", - "___id": "T000002R002307", + "___id": "T000002R002288", "___s": true }, { @@ -25303,7 +25282,7 @@ "filename": "RotateTo.js", "lineno": 94, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The destination angle in radians to rotate the camera to.", @@ -25322,7 +25301,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.RotateTo#destination", "scope": "instance", "kind": "member", - "___id": "T000002R002309", + "___id": "T000002R002290", "___s": true }, { @@ -25331,7 +25310,7 @@ "filename": "RotateTo.js", "lineno": 103, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The ease function to use during the Rotate.", @@ -25350,7 +25329,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.RotateTo#ease", "scope": "instance", "kind": "member", - "___id": "T000002R002311", + "___id": "T000002R002292", "___s": true }, { @@ -25359,7 +25338,7 @@ "filename": "RotateTo.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "If this effect is running this holds the current percentage of the progress, a value between 0 and 1.", @@ -25378,7 +25357,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.RotateTo#progress", "scope": "instance", "kind": "member", - "___id": "T000002R002313", + "___id": "T000002R002294", "___s": true }, { @@ -25387,7 +25366,7 @@ "filename": "RotateTo.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "kind": "typedef", @@ -25440,7 +25419,7 @@ ], "longname": "CameraRotateCallback", "scope": "global", - "___id": "T000002R002317", + "___id": "T000002R002298", "___s": true }, { @@ -25449,7 +25428,7 @@ "filename": "RotateTo.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The direction of the rotation.", @@ -25468,7 +25447,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.RotateTo#clockwise", "scope": "instance", "kind": "member", - "___id": "T000002R002322", + "___id": "T000002R002303", "___s": true }, { @@ -25477,7 +25456,7 @@ "filename": "RotateTo.js", "lineno": 169, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The shortest direction to the target rotation.", @@ -25496,7 +25475,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.RotateTo#shortestPath", "scope": "instance", "kind": "member", - "___id": "T000002R002324", + "___id": "T000002R002305", "___s": true }, { @@ -25505,7 +25484,7 @@ "filename": "RotateTo.js", "lineno": 179, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "This effect will scroll the Camera so that the center of its viewport finishes at the given angle,\rover the duration and with the ease specified.", @@ -25646,7 +25625,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.RotateTo", "longname": "Phaser.Cameras.Scene2D.Effects.RotateTo#start", "scope": "instance", - "___id": "T000002R002326", + "___id": "T000002R002307", "___s": true }, { @@ -25655,7 +25634,7 @@ "filename": "RotateTo.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The main update loop for this effect. Called automatically by the Camera.", @@ -25693,7 +25672,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.RotateTo", "longname": "Phaser.Cameras.Scene2D.Effects.RotateTo#update", "scope": "instance", - "___id": "T000002R002360", + "___id": "T000002R002341", "___s": true }, { @@ -25702,7 +25681,7 @@ "filename": "RotateTo.js", "lineno": 379, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Called internally when the effect completes.", @@ -25712,7 +25691,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.RotateTo", "longname": "Phaser.Cameras.Scene2D.Effects.RotateTo#effectComplete", "scope": "instance", - "___id": "T000002R002381", + "___id": "T000002R002362", "___s": true }, { @@ -25721,7 +25700,7 @@ "filename": "RotateTo.js", "lineno": 395, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Resets this camera effect.\rIf it was previously running, it stops instantly without calling its onComplete callback or emitting an event.", @@ -25731,7 +25710,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.RotateTo", "longname": "Phaser.Cameras.Scene2D.Effects.RotateTo#reset", "scope": "instance", - "___id": "T000002R002386", + "___id": "T000002R002367", "___s": true }, { @@ -25740,7 +25719,7 @@ "filename": "RotateTo.js", "lineno": 410, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Destroys this effect, releasing it from the Camera.", @@ -25750,7 +25729,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.RotateTo", "longname": "Phaser.Cameras.Scene2D.Effects.RotateTo#destroy", "scope": "instance", - "___id": "T000002R002391", + "___id": "T000002R002372", "___s": true }, { @@ -25759,7 +25738,7 @@ "filename": "Shake.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "classdesc": "A Camera Shake effect.\r\rThis effect will shake the camera viewport by a random amount, bounded by the specified intensity, each frame.\r\rOnly the camera viewport is moved. None of the objects it is displaying are impacted, i.e. their positions do\rnot change.\r\rThe effect will dispatch several events on the Camera itself and you can also specify an `onUpdate` callback,\rwhich is invoked each frame for the duration of the effect if required.", @@ -25784,7 +25763,7 @@ ], "scope": "static", "longname": "Phaser.Cameras.Scene2D.Effects.Shake", - "___id": "T000002R002401", + "___id": "T000002R002382", "___s": true }, { @@ -25793,7 +25772,7 @@ "filename": "Shake.js", "lineno": 37, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The Camera this effect belongs to.", @@ -25813,7 +25792,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Shake#camera", "scope": "instance", "kind": "member", - "___id": "T000002R002404", + "___id": "T000002R002385", "___s": true }, { @@ -25822,7 +25801,7 @@ "filename": "Shake.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Is this effect actively running?", @@ -25843,7 +25822,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Shake#isRunning", "scope": "instance", "kind": "member", - "___id": "T000002R002406", + "___id": "T000002R002387", "___s": true }, { @@ -25852,7 +25831,7 @@ "filename": "Shake.js", "lineno": 58, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The duration of the effect, in milliseconds.", @@ -25873,7 +25852,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Shake#duration", "scope": "instance", "kind": "member", - "___id": "T000002R002408", + "___id": "T000002R002389", "___s": true }, { @@ -25882,7 +25861,7 @@ "filename": "Shake.js", "lineno": 69, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The intensity of the effect. Use small float values. The default when the effect starts is 0.05.\rThis is a Vector2 object, allowing you to control the shake intensity independently across x and y.\rYou can modify this value while the effect is active to create more varied shake effects.", @@ -25901,7 +25880,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Shake#intensity", "scope": "instance", "kind": "member", - "___id": "T000002R002410", + "___id": "T000002R002391", "___s": true }, { @@ -25910,7 +25889,7 @@ "filename": "Shake.js", "lineno": 80, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "If this effect is running this holds the current percentage of the progress, a value between 0 and 1.", @@ -25929,7 +25908,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Shake#progress", "scope": "instance", "kind": "member", - "___id": "T000002R002412", + "___id": "T000002R002393", "___s": true }, { @@ -25938,7 +25917,7 @@ "filename": "Shake.js", "lineno": 143, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Shakes the Camera by the given intensity over the duration specified.", @@ -26051,7 +26030,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Shake", "longname": "Phaser.Cameras.Scene2D.Effects.Shake#start", "scope": "instance", - "___id": "T000002R002424", + "___id": "T000002R002405", "___s": true }, { @@ -26060,7 +26039,7 @@ "filename": "Shake.js", "lineno": 198, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The pre-render step for this effect. Called automatically by the Camera.", @@ -26070,7 +26049,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Shake", "longname": "Phaser.Cameras.Scene2D.Effects.Shake#preRender", "scope": "instance", - "___id": "T000002R002439", + "___id": "T000002R002420", "___s": true }, { @@ -26079,7 +26058,7 @@ "filename": "Shake.js", "lineno": 212, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The main update loop for this effect. Called automatically by the Camera.", @@ -26117,7 +26096,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Shake", "longname": "Phaser.Cameras.Scene2D.Effects.Shake#update", "scope": "instance", - "___id": "T000002R002441", + "___id": "T000002R002422", "___s": true }, { @@ -26126,7 +26105,7 @@ "filename": "Shake.js", "lineno": 259, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Called internally when the effect completes.", @@ -26139,7 +26118,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Shake", "longname": "Phaser.Cameras.Scene2D.Effects.Shake#effectComplete", "scope": "instance", - "___id": "T000002R002453", + "___id": "T000002R002434", "___s": true }, { @@ -26148,7 +26127,7 @@ "filename": "Shake.js", "lineno": 279, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Resets this camera effect.\rIf it was previously running, it stops instantly without calling its onComplete callback or emitting an event.", @@ -26158,7 +26137,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Shake", "longname": "Phaser.Cameras.Scene2D.Effects.Shake#reset", "scope": "instance", - "___id": "T000002R002460", + "___id": "T000002R002441", "___s": true }, { @@ -26167,7 +26146,7 @@ "filename": "Shake.js", "lineno": 297, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Destroys this effect, releasing it from the Camera.", @@ -26177,7 +26156,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Shake", "longname": "Phaser.Cameras.Scene2D.Effects.Shake#destroy", "scope": "instance", - "___id": "T000002R002467", + "___id": "T000002R002448", "___s": true }, { @@ -26186,7 +26165,7 @@ "filename": "Zoom.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "classdesc": "A Camera Zoom effect.\r\rThis effect will zoom the Camera to the given scale, over the duration and with the ease specified.\r\rThe effect will dispatch several events on the Camera itself and you can also specify an `onUpdate` callback,\rwhich is invoked each frame for the duration of the effect if required.", @@ -26211,7 +26190,7 @@ ], "scope": "static", "longname": "Phaser.Cameras.Scene2D.Effects.Zoom", - "___id": "T000002R002476", + "___id": "T000002R002457", "___s": true }, { @@ -26220,7 +26199,7 @@ "filename": "Zoom.js", "lineno": 34, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The Camera this effect belongs to.", @@ -26240,7 +26219,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Zoom#camera", "scope": "instance", "kind": "member", - "___id": "T000002R002479", + "___id": "T000002R002460", "___s": true }, { @@ -26249,7 +26228,7 @@ "filename": "Zoom.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Is this effect actively running?", @@ -26270,7 +26249,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Zoom#isRunning", "scope": "instance", "kind": "member", - "___id": "T000002R002481", + "___id": "T000002R002462", "___s": true }, { @@ -26279,7 +26258,7 @@ "filename": "Zoom.js", "lineno": 55, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The duration of the effect, in milliseconds.", @@ -26300,7 +26279,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Zoom#duration", "scope": "instance", "kind": "member", - "___id": "T000002R002483", + "___id": "T000002R002464", "___s": true }, { @@ -26309,7 +26288,7 @@ "filename": "Zoom.js", "lineno": 66, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The starting zoom value;", @@ -26328,7 +26307,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Zoom#source", "scope": "instance", "kind": "member", - "___id": "T000002R002485", + "___id": "T000002R002466", "___s": true }, { @@ -26337,7 +26316,7 @@ "filename": "Zoom.js", "lineno": 75, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The destination zoom value.", @@ -26356,7 +26335,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Zoom#destination", "scope": "instance", "kind": "member", - "___id": "T000002R002487", + "___id": "T000002R002468", "___s": true }, { @@ -26365,7 +26344,7 @@ "filename": "Zoom.js", "lineno": 84, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The ease function to use during the zoom.", @@ -26384,7 +26363,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Zoom#ease", "scope": "instance", "kind": "member", - "___id": "T000002R002489", + "___id": "T000002R002470", "___s": true }, { @@ -26393,7 +26372,7 @@ "filename": "Zoom.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "If this effect is running this holds the current percentage of the progress, a value between 0 and 1.", @@ -26412,7 +26391,7 @@ "longname": "Phaser.Cameras.Scene2D.Effects.Zoom#progress", "scope": "instance", "kind": "member", - "___id": "T000002R002491", + "___id": "T000002R002472", "___s": true }, { @@ -26421,7 +26400,7 @@ "filename": "Zoom.js", "lineno": 134, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "This effect will zoom the Camera to the given scale, over the duration and with the ease specified.", @@ -26547,7 +26526,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Zoom", "longname": "Phaser.Cameras.Scene2D.Effects.Zoom#start", "scope": "instance", - "___id": "T000002R002499", + "___id": "T000002R002480", "___s": true }, { @@ -26556,7 +26535,7 @@ "filename": "Zoom.js", "lineno": 198, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "The main update loop for this effect. Called automatically by the Camera.", @@ -26594,7 +26573,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Zoom", "longname": "Phaser.Cameras.Scene2D.Effects.Zoom#update", "scope": "instance", - "___id": "T000002R002517", + "___id": "T000002R002498", "___s": true }, { @@ -26603,7 +26582,7 @@ "filename": "Zoom.js", "lineno": 240, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Called internally when the effect completes.", @@ -26616,7 +26595,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Zoom", "longname": "Phaser.Cameras.Scene2D.Effects.Zoom#effectComplete", "scope": "instance", - "___id": "T000002R002523", + "___id": "T000002R002504", "___s": true }, { @@ -26625,7 +26604,7 @@ "filename": "Zoom.js", "lineno": 257, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Resets this camera effect.\rIf it was previously running, it stops instantly without calling its onComplete callback or emitting an event.", @@ -26635,7 +26614,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Zoom", "longname": "Phaser.Cameras.Scene2D.Effects.Zoom#reset", "scope": "instance", - "___id": "T000002R002528", + "___id": "T000002R002509", "___s": true }, { @@ -26644,7 +26623,7 @@ "filename": "Zoom.js", "lineno": 272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\effects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\effects", "code": {} }, "description": "Destroys this effect, releasing it from the Camera.", @@ -26654,7 +26633,7 @@ "memberof": "Phaser.Cameras.Scene2D.Effects.Zoom", "longname": "Phaser.Cameras.Scene2D.Effects.Zoom#destroy", "scope": "instance", - "___id": "T000002R002533", + "___id": "T000002R002514", "___s": true }, { @@ -26663,7 +26642,7 @@ "filename": "DESTROY_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\events", "code": {} }, "description": "The Destroy Camera Event.\r\rThis event is dispatched by a Camera instance when it is destroyed by the Camera Manager.\r\rListen for it via either of the following:\r\r```js\rthis.cameras.main.on('cameradestroy', () => {});\r```\r\ror use the constant, to avoid having to remember the correct event string:\r\r```js\rthis.cameras.main.on(Phaser.Cameras.Scene2D.Events.DESTROY, () => {});\r```", @@ -26697,7 +26676,7 @@ "memberof": "Phaser.Cameras.Scene2D.Events", "longname": "Phaser.Cameras.Scene2D.Events#event:DESTROY", "scope": "instance", - "___id": "T000002R002537", + "___id": "T000002R002518", "___s": true }, { @@ -26706,7 +26685,7 @@ "filename": "FADE_IN_COMPLETE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\events", "code": {} }, "description": "The Camera Fade In Complete Event.\r\rThis event is dispatched by a Camera instance when the Fade In Effect completes.\r\rListen to it from a Camera instance using `Camera.on('camerafadeincomplete', listener)`.", @@ -26753,7 +26732,7 @@ "memberof": "Phaser.Cameras.Scene2D.Events", "longname": "Phaser.Cameras.Scene2D.Events#event:FADE_IN_COMPLETE", "scope": "instance", - "___id": "T000002R002539", + "___id": "T000002R002520", "___s": true }, { @@ -26762,7 +26741,7 @@ "filename": "FADE_IN_START_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\events", "code": {} }, "description": "The Camera Fade In Start Event.\r\rThis event is dispatched by a Camera instance when the Fade In Effect starts.\r\rListen to it from a Camera instance using `Camera.on('camerafadeinstart', listener)`.", @@ -26861,7 +26840,7 @@ "memberof": "Phaser.Cameras.Scene2D.Events", "longname": "Phaser.Cameras.Scene2D.Events#event:FADE_IN_START", "scope": "instance", - "___id": "T000002R002541", + "___id": "T000002R002522", "___s": true }, { @@ -26870,7 +26849,7 @@ "filename": "FADE_OUT_COMPLETE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\events", "code": {} }, "description": "The Camera Fade Out Complete Event.\r\rThis event is dispatched by a Camera instance when the Fade Out Effect completes.\r\rListen to it from a Camera instance using `Camera.on('camerafadeoutcomplete', listener)`.", @@ -26917,7 +26896,7 @@ "memberof": "Phaser.Cameras.Scene2D.Events", "longname": "Phaser.Cameras.Scene2D.Events#event:FADE_OUT_COMPLETE", "scope": "instance", - "___id": "T000002R002543", + "___id": "T000002R002524", "___s": true }, { @@ -26926,7 +26905,7 @@ "filename": "FADE_OUT_START_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\events", "code": {} }, "description": "The Camera Fade Out Start Event.\r\rThis event is dispatched by a Camera instance when the Fade Out Effect starts.\r\rListen to it from a Camera instance using `Camera.on('camerafadeoutstart', listener)`.", @@ -27025,7 +27004,7 @@ "memberof": "Phaser.Cameras.Scene2D.Events", "longname": "Phaser.Cameras.Scene2D.Events#event:FADE_OUT_START", "scope": "instance", - "___id": "T000002R002545", + "___id": "T000002R002526", "___s": true }, { @@ -27034,7 +27013,7 @@ "filename": "FLASH_COMPLETE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\events", "code": {} }, "description": "The Camera Flash Complete Event.\r\rThis event is dispatched by a Camera instance when the Flash Effect completes.\r\rListen for it via either of the following:\r\r```js\rthis.cameras.main.on('cameraflashcomplete', () => {});\r```\r\ror use the constant, to avoid having to remember the correct event string:\r\r```js\rthis.cameras.main.on(Phaser.Cameras.Scene2D.Events.FLASH_COMPLETE, () => {});\r```", @@ -27081,7 +27060,7 @@ "memberof": "Phaser.Cameras.Scene2D.Events", "longname": "Phaser.Cameras.Scene2D.Events#event:FLASH_COMPLETE", "scope": "instance", - "___id": "T000002R002547", + "___id": "T000002R002528", "___s": true }, { @@ -27090,7 +27069,7 @@ "filename": "FLASH_START_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\events", "code": {} }, "description": "The Camera Flash Start Event.\r\rThis event is dispatched by a Camera instance when the Flash Effect starts.\r\rListen for it via either of the following:\r\r```js\rthis.cameras.main.on('cameraflashstart', () => {});\r```\r\ror use the constant, to avoid having to remember the correct event string:\r\r```js\rthis.cameras.main.on(Phaser.Cameras.Scene2D.Events.FLASH_START, () => {});\r```", @@ -27189,7 +27168,7 @@ "memberof": "Phaser.Cameras.Scene2D.Events", "longname": "Phaser.Cameras.Scene2D.Events#event:FLASH_START", "scope": "instance", - "___id": "T000002R002549", + "___id": "T000002R002530", "___s": true }, { @@ -27198,7 +27177,7 @@ "filename": "FOLLOW_UPDATE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\events", "code": {} }, "description": "The Camera Follower Update Event.\r\rThis event is dispatched by a Camera instance when it is following a\rGame Object and the Camera position has been updated as a result of\rthat following.\r\rListen to it from a Camera instance using: `camera.on('followupdate', listener)`.", @@ -27245,7 +27224,7 @@ "memberof": "Phaser.Cameras.Scene2D.Events", "longname": "Phaser.Cameras.Scene2D.Events#event:FOLLOW_UPDATE", "scope": "instance", - "___id": "T000002R002551", + "___id": "T000002R002532", "___s": true }, { @@ -27254,7 +27233,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\events", "code": {} }, "kind": "namespace", @@ -27262,7 +27241,7 @@ "memberof": "Phaser.Cameras.Scene2D", "longname": "Phaser.Cameras.Scene2D.Events", "scope": "static", - "___id": "T000002R002553", + "___id": "T000002R002534", "___s": true }, { @@ -27271,7 +27250,7 @@ "filename": "PAN_COMPLETE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\events", "code": {} }, "description": "The Camera Pan Complete Event.\r\rThis event is dispatched by a Camera instance when the Pan Effect completes.\r\rListen for it via either of the following:\r\r```js\rthis.cameras.main.on('camerapancomplete', () => {});\r```\r\ror use the constant, to avoid having to remember the correct event string:\r\r```js\rthis.cameras.main.on(Phaser.Cameras.Scene2D.Events.PAN_COMPLETE, () => {});\r```", @@ -27318,7 +27297,7 @@ "memberof": "Phaser.Cameras.Scene2D.Events", "longname": "Phaser.Cameras.Scene2D.Events#event:PAN_COMPLETE", "scope": "instance", - "___id": "T000002R002573", + "___id": "T000002R002554", "___s": true }, { @@ -27327,7 +27306,7 @@ "filename": "PAN_START_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\events", "code": {} }, "description": "The Camera Pan Start Event.\r\rThis event is dispatched by a Camera instance when the Pan Effect starts.\r\rListen for it via either of the following:\r\r```js\rthis.cameras.main.on('camerapanstart', () => {});\r```\r\ror use the constant, to avoid having to remember the correct event string:\r\r```js\rthis.cameras.main.on(Phaser.Cameras.Scene2D.Events.PAN_START, () => {});\r```", @@ -27413,7 +27392,7 @@ "memberof": "Phaser.Cameras.Scene2D.Events", "longname": "Phaser.Cameras.Scene2D.Events#event:PAN_START", "scope": "instance", - "___id": "T000002R002575", + "___id": "T000002R002556", "___s": true }, { @@ -27422,7 +27401,7 @@ "filename": "POST_RENDER_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\events", "code": {} }, "description": "The Camera Post-Render Event.\r\rThis event is dispatched by a Camera instance after is has finished rendering.\rIt is only dispatched if the Camera is rendering to a texture.\r\rListen to it from a Camera instance using: `camera.on('postrender', listener)`.", @@ -27456,7 +27435,7 @@ "memberof": "Phaser.Cameras.Scene2D.Events", "longname": "Phaser.Cameras.Scene2D.Events#event:POST_RENDER", "scope": "instance", - "___id": "T000002R002577", + "___id": "T000002R002558", "___s": true }, { @@ -27465,7 +27444,7 @@ "filename": "PRE_RENDER_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\events", "code": {} }, "description": "The Camera Pre-Render Event.\r\rThis event is dispatched by a Camera instance when it is about to render.\rIt is only dispatched if the Camera is rendering to a texture.\r\rListen to it from a Camera instance using: `camera.on('prerender', listener)`.", @@ -27499,7 +27478,7 @@ "memberof": "Phaser.Cameras.Scene2D.Events", "longname": "Phaser.Cameras.Scene2D.Events#event:PRE_RENDER", "scope": "instance", - "___id": "T000002R002579", + "___id": "T000002R002560", "___s": true }, { @@ -27508,7 +27487,7 @@ "filename": "ROTATE_COMPLETE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\events", "code": {} }, "description": "The Camera Rotate Complete Event.\r\rThis event is dispatched by a Camera instance when the Rotate Effect completes.\r\rListen for it via either of the following:\r\r```js\rthis.cameras.main.on('camerarotatecomplete', () => {});\r```\r\ror use the constant, to avoid having to remember the correct event string:\r\r```js\rthis.cameras.main.on(Phaser.Cameras.Scene2D.Events.ROTATE_COMPLETE, () => {});\r```", @@ -27555,7 +27534,7 @@ "memberof": "Phaser.Cameras.Scene2D.Events", "longname": "Phaser.Cameras.Scene2D.Events#event:ROTATE_COMPLETE", "scope": "instance", - "___id": "T000002R002581", + "___id": "T000002R002562", "___s": true }, { @@ -27564,7 +27543,7 @@ "filename": "ROTATE_START_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\events", "code": {} }, "description": "The Camera Rotate Start Event.\r\rThis event is dispatched by a Camera instance when the Rotate Effect starts.\r\rListen for it via either of the following:\r\r```js\rthis.cameras.main.on('camerarotatestart', () => {});\r```\r\ror use the constant, to avoid having to remember the correct event string:\r\r```js\rthis.cameras.main.on(Phaser.Cameras.Scene2D.Events.ROTATE_START, () => {});\r```", @@ -27637,7 +27616,7 @@ "memberof": "Phaser.Cameras.Scene2D.Events", "longname": "Phaser.Cameras.Scene2D.Events#event:ROTATE_START", "scope": "instance", - "___id": "T000002R002583", + "___id": "T000002R002564", "___s": true }, { @@ -27646,7 +27625,7 @@ "filename": "SHAKE_COMPLETE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\events", "code": {} }, "description": "The Camera Shake Complete Event.\r\rThis event is dispatched by a Camera instance when the Shake Effect completes.\r\rListen for it via either of the following:\r\r```js\rthis.cameras.main.on('camerashakecomplete', () => {});\r```\r\ror use the constant, to avoid having to remember the correct event string:\r\r```js\rthis.cameras.main.on(Phaser.Cameras.Scene2D.Events.SHAKE_COMPLETE, () => {});\r```", @@ -27693,7 +27672,7 @@ "memberof": "Phaser.Cameras.Scene2D.Events", "longname": "Phaser.Cameras.Scene2D.Events#event:SHAKE_COMPLETE", "scope": "instance", - "___id": "T000002R002585", + "___id": "T000002R002566", "___s": true }, { @@ -27702,7 +27681,7 @@ "filename": "SHAKE_START_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\events", "code": {} }, "description": "The Camera Shake Start Event.\r\rThis event is dispatched by a Camera instance when the Shake Effect starts.\r\rListen for it via either of the following:\r\r```js\rthis.cameras.main.on('camerashakestart', () => {});\r```\r\ror use the constant, to avoid having to remember the correct event string:\r\r```js\rthis.cameras.main.on(Phaser.Cameras.Scene2D.Events.SHAKE_START, () => {});\r```", @@ -27775,7 +27754,7 @@ "memberof": "Phaser.Cameras.Scene2D.Events", "longname": "Phaser.Cameras.Scene2D.Events#event:SHAKE_START", "scope": "instance", - "___id": "T000002R002587", + "___id": "T000002R002568", "___s": true }, { @@ -27784,7 +27763,7 @@ "filename": "ZOOM_COMPLETE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\events", "code": {} }, "description": "The Camera Zoom Complete Event.\r\rThis event is dispatched by a Camera instance when the Zoom Effect completes.\r\rListen for it via either of the following:\r\r```js\rthis.cameras.main.on('camerazoomcomplete', () => {});\r```\r\ror use the constant, to avoid having to remember the correct event string:\r\r```js\rthis.cameras.main.on(Phaser.Cameras.Scene2D.Events.ZOOM_COMPLETE, () => {});\r```", @@ -27831,7 +27810,7 @@ "memberof": "Phaser.Cameras.Scene2D.Events", "longname": "Phaser.Cameras.Scene2D.Events#event:ZOOM_COMPLETE", "scope": "instance", - "___id": "T000002R002589", + "___id": "T000002R002570", "___s": true }, { @@ -27840,7 +27819,7 @@ "filename": "ZOOM_START_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\events", "code": {} }, "description": "The Camera Zoom Start Event.\r\rThis event is dispatched by a Camera instance when the Zoom Effect starts.\r\rListen for it via either of the following:\r\r```js\rthis.cameras.main.on('camerazoomstart', () => {});\r```\r\ror use the constant, to avoid having to remember the correct event string:\r\r```js\rthis.cameras.main.on(Phaser.Cameras.Scene2D.Events.ZOOM_START, () => {});\r```", @@ -27913,7 +27892,7 @@ "memberof": "Phaser.Cameras.Scene2D.Events", "longname": "Phaser.Cameras.Scene2D.Events#event:ZOOM_START", "scope": "instance", - "___id": "T000002R002591", + "___id": "T000002R002572", "___s": true }, { @@ -27922,7 +27901,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "kind": "namespace", @@ -27930,7 +27909,7 @@ "memberof": "Phaser.Cameras", "longname": "Phaser.Cameras.Scene2D", "scope": "static", - "___id": "T000002R002593", + "___id": "T000002R002574", "___s": true }, { @@ -27939,7 +27918,7 @@ "filename": "CameraConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\typedefs", "code": {} }, "kind": "typedef", @@ -28207,7 +28186,7 @@ "memberof": "Phaser.Types.Cameras.Scene2D", "longname": "Phaser.Types.Cameras.Scene2D.CameraConfig", "scope": "static", - "___id": "T000002R002600", + "___id": "T000002R002581", "___s": true }, { @@ -28216,7 +28195,7 @@ "filename": "CameraFadeCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\typedefs", "code": {} }, "kind": "typedef", @@ -28258,7 +28237,7 @@ "memberof": "Phaser.Types.Cameras.Scene2D", "longname": "Phaser.Types.Cameras.Scene2D.CameraFadeCallback", "scope": "static", - "___id": "T000002R002601", + "___id": "T000002R002582", "___s": true }, { @@ -28267,7 +28246,7 @@ "filename": "CameraFlashCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\typedefs", "code": {} }, "kind": "typedef", @@ -28309,7 +28288,7 @@ "memberof": "Phaser.Types.Cameras.Scene2D", "longname": "Phaser.Types.Cameras.Scene2D.CameraFlashCallback", "scope": "static", - "___id": "T000002R002602", + "___id": "T000002R002583", "___s": true }, { @@ -28318,7 +28297,7 @@ "filename": "CameraPanCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\typedefs", "code": {} }, "kind": "typedef", @@ -28386,7 +28365,7 @@ "memberof": "Phaser.Types.Cameras.Scene2D", "longname": "Phaser.Types.Cameras.Scene2D.CameraPanCallback", "scope": "static", - "___id": "T000002R002603", + "___id": "T000002R002584", "___s": true }, { @@ -28395,7 +28374,7 @@ "filename": "CameraShakeCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\typedefs", "code": {} }, "kind": "typedef", @@ -28437,7 +28416,7 @@ "memberof": "Phaser.Types.Cameras.Scene2D", "longname": "Phaser.Types.Cameras.Scene2D.CameraShakeCallback", "scope": "static", - "___id": "T000002R002604", + "___id": "T000002R002585", "___s": true }, { @@ -28446,7 +28425,7 @@ "filename": "CameraZoomCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\typedefs", "code": {} }, "kind": "typedef", @@ -28501,7 +28480,7 @@ "memberof": "Phaser.Types.Cameras.Scene2D", "longname": "Phaser.Types.Cameras.Scene2D.CameraZoomCallback", "scope": "static", - "___id": "T000002R002605", + "___id": "T000002R002586", "___s": true }, { @@ -28510,7 +28489,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\typedefs", "code": {} }, "kind": "namespace", @@ -28518,7 +28497,7 @@ "memberof": "Phaser.Types.Cameras", "longname": "Phaser.Types.Cameras.Scene2D", "scope": "static", - "___id": "T000002R002606", + "___id": "T000002R002587", "___s": true }, { @@ -28527,7 +28506,7 @@ "filename": "JSONCamera.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\typedefs", "code": {} }, "kind": "typedef", @@ -28713,7 +28692,7 @@ "memberof": "Phaser.Types.Cameras.Scene2D", "longname": "Phaser.Types.Cameras.Scene2D.JSONCamera", "scope": "static", - "___id": "T000002R002607", + "___id": "T000002R002588", "___s": true }, { @@ -28722,7 +28701,7 @@ "filename": "JSONCameraBounds.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d\\typedefs", "code": {} }, "kind": "typedef", @@ -28794,7 +28773,7 @@ "memberof": "Phaser.Types.Cameras.Scene2D", "longname": "Phaser.Types.Cameras.Scene2D.JSONCameraBounds", "scope": "static", - "___id": "T000002R002608", + "___id": "T000002R002589", "___s": true }, { @@ -28803,7 +28782,7 @@ "filename": "FixedKeyControl.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "classdesc": "A Fixed Key Camera Control.\r\rThis allows you to control the movement and zoom of a camera using the defined keys.\r\r```javascript\rvar camControl = new FixedKeyControl({\r camera: this.cameras.main,\r left: cursors.left,\r right: cursors.right,\r speed: float OR { x: 0, y: 0 }\r});\r```\r\rMovement is precise and has no 'smoothing' applied to it.\r\rYou must call the `update` method of this controller every frame.", @@ -28828,7 +28807,7 @@ ], "scope": "static", "longname": "Phaser.Cameras.Controls.FixedKeyControl", - "___id": "T000002R002611", + "___id": "T000002R002592", "___s": true }, { @@ -28837,7 +28816,7 @@ "filename": "FixedKeyControl.js", "lineno": 42, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The Camera that this Control will update.", @@ -28859,7 +28838,7 @@ "longname": "Phaser.Cameras.Controls.FixedKeyControl#camera", "scope": "instance", "kind": "member", - "___id": "T000002R002614", + "___id": "T000002R002595", "___s": true }, { @@ -28868,7 +28847,7 @@ "filename": "FixedKeyControl.js", "lineno": 52, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The Key to be pressed that will move the Camera left.", @@ -28890,7 +28869,7 @@ "longname": "Phaser.Cameras.Controls.FixedKeyControl#left", "scope": "instance", "kind": "member", - "___id": "T000002R002616", + "___id": "T000002R002597", "___s": true }, { @@ -28899,7 +28878,7 @@ "filename": "FixedKeyControl.js", "lineno": 62, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The Key to be pressed that will move the Camera right.", @@ -28921,7 +28900,7 @@ "longname": "Phaser.Cameras.Controls.FixedKeyControl#right", "scope": "instance", "kind": "member", - "___id": "T000002R002618", + "___id": "T000002R002599", "___s": true }, { @@ -28930,7 +28909,7 @@ "filename": "FixedKeyControl.js", "lineno": 72, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The Key to be pressed that will move the Camera up.", @@ -28952,7 +28931,7 @@ "longname": "Phaser.Cameras.Controls.FixedKeyControl#up", "scope": "instance", "kind": "member", - "___id": "T000002R002620", + "___id": "T000002R002601", "___s": true }, { @@ -28961,7 +28940,7 @@ "filename": "FixedKeyControl.js", "lineno": 82, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The Key to be pressed that will move the Camera down.", @@ -28983,7 +28962,7 @@ "longname": "Phaser.Cameras.Controls.FixedKeyControl#down", "scope": "instance", "kind": "member", - "___id": "T000002R002622", + "___id": "T000002R002603", "___s": true }, { @@ -28992,7 +28971,7 @@ "filename": "FixedKeyControl.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The Key to be pressed that will zoom the Camera in.", @@ -29014,7 +28993,7 @@ "longname": "Phaser.Cameras.Controls.FixedKeyControl#zoomIn", "scope": "instance", "kind": "member", - "___id": "T000002R002624", + "___id": "T000002R002605", "___s": true }, { @@ -29023,7 +29002,7 @@ "filename": "FixedKeyControl.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The Key to be pressed that will zoom the Camera out.", @@ -29045,7 +29024,7 @@ "longname": "Phaser.Cameras.Controls.FixedKeyControl#zoomOut", "scope": "instance", "kind": "member", - "___id": "T000002R002626", + "___id": "T000002R002607", "___s": true }, { @@ -29054,7 +29033,7 @@ "filename": "FixedKeyControl.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The speed at which the camera will zoom if the `zoomIn` or `zoomOut` keys are pressed.", @@ -29074,7 +29053,7 @@ "longname": "Phaser.Cameras.Controls.FixedKeyControl#zoomSpeed", "scope": "instance", "kind": "member", - "___id": "T000002R002628", + "___id": "T000002R002609", "___s": true }, { @@ -29083,7 +29062,7 @@ "filename": "FixedKeyControl.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The smallest zoom value the camera will reach when zoomed out.", @@ -29103,7 +29082,7 @@ "longname": "Phaser.Cameras.Controls.FixedKeyControl#minZoom", "scope": "instance", "kind": "member", - "___id": "T000002R002630", + "___id": "T000002R002611", "___s": true }, { @@ -29112,7 +29091,7 @@ "filename": "FixedKeyControl.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The largest zoom value the camera will reach when zoomed in.", @@ -29132,7 +29111,7 @@ "longname": "Phaser.Cameras.Controls.FixedKeyControl#maxZoom", "scope": "instance", "kind": "member", - "___id": "T000002R002632", + "___id": "T000002R002613", "___s": true }, { @@ -29141,7 +29120,7 @@ "filename": "FixedKeyControl.js", "lineno": 142, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The horizontal speed the camera will move.", @@ -29161,7 +29140,7 @@ "longname": "Phaser.Cameras.Controls.FixedKeyControl#speedX", "scope": "instance", "kind": "member", - "___id": "T000002R002634", + "___id": "T000002R002615", "___s": true }, { @@ -29170,7 +29149,7 @@ "filename": "FixedKeyControl.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The vertical speed the camera will move.", @@ -29190,7 +29169,7 @@ "longname": "Phaser.Cameras.Controls.FixedKeyControl#speedY", "scope": "instance", "kind": "member", - "___id": "T000002R002636", + "___id": "T000002R002617", "___s": true }, { @@ -29199,7 +29178,7 @@ "filename": "FixedKeyControl.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "A flag controlling if the Controls will update the Camera or not.", @@ -29218,7 +29197,7 @@ "longname": "Phaser.Cameras.Controls.FixedKeyControl#active", "scope": "instance", "kind": "member", - "___id": "T000002R002645", + "___id": "T000002R002626", "___s": true }, { @@ -29227,7 +29206,7 @@ "filename": "FixedKeyControl.js", "lineno": 196, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "Starts the Key Control running, providing it has been linked to a camera.", @@ -29252,7 +29231,7 @@ "memberof": "Phaser.Cameras.Controls.FixedKeyControl", "longname": "Phaser.Cameras.Controls.FixedKeyControl#start", "scope": "instance", - "___id": "T000002R002647", + "___id": "T000002R002628", "___s": true }, { @@ -29261,7 +29240,7 @@ "filename": "FixedKeyControl.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "Stops this Key Control from running. Call `start` to start it again.", @@ -29286,7 +29265,7 @@ "memberof": "Phaser.Cameras.Controls.FixedKeyControl", "longname": "Phaser.Cameras.Controls.FixedKeyControl#stop", "scope": "instance", - "___id": "T000002R002650", + "___id": "T000002R002631", "___s": true }, { @@ -29295,7 +29274,7 @@ "filename": "FixedKeyControl.js", "lineno": 226, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "Binds this Key Control to a camera.", @@ -29335,7 +29314,7 @@ "memberof": "Phaser.Cameras.Controls.FixedKeyControl", "longname": "Phaser.Cameras.Controls.FixedKeyControl#setCamera", "scope": "instance", - "___id": "T000002R002653", + "___id": "T000002R002634", "___s": true }, { @@ -29344,7 +29323,7 @@ "filename": "FixedKeyControl.js", "lineno": 243, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "Applies the results of pressing the control keys to the Camera.\r\rYou must call this every step, it is not called automatically.", @@ -29369,7 +29348,7 @@ "memberof": "Phaser.Cameras.Controls.FixedKeyControl", "longname": "Phaser.Cameras.Controls.FixedKeyControl#update", "scope": "instance", - "___id": "T000002R002656", + "___id": "T000002R002637", "___s": true }, { @@ -29378,7 +29357,7 @@ "filename": "FixedKeyControl.js", "lineno": 304, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "Destroys this Key Control.", @@ -29388,7 +29367,7 @@ "memberof": "Phaser.Cameras.Controls.FixedKeyControl", "longname": "Phaser.Cameras.Controls.FixedKeyControl#destroy", "scope": "instance", - "___id": "T000002R002668", + "___id": "T000002R002649", "___s": true }, { @@ -29397,7 +29376,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "kind": "namespace", @@ -29405,7 +29384,7 @@ "memberof": "Phaser.Cameras", "longname": "Phaser.Cameras.Controls", "scope": "static", - "___id": "T000002R002678", + "___id": "T000002R002659", "___s": true }, { @@ -29414,7 +29393,7 @@ "filename": "SmoothedKeyControl.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "classdesc": "A Smoothed Key Camera Control.\r\rThis allows you to control the movement and zoom of a camera using the defined keys.\rUnlike the Fixed Camera Control you can also provide physics values for acceleration, drag and maxSpeed for smoothing effects.\r\r```javascript\rvar controlConfig = {\r camera: this.cameras.main,\r left: cursors.left,\r right: cursors.right,\r up: cursors.up,\r down: cursors.down,\r zoomIn: this.input.keyboard.addKey(Phaser.Input.Keyboard.KeyCodes.Q),\r zoomOut: this.input.keyboard.addKey(Phaser.Input.Keyboard.KeyCodes.E),\r zoomSpeed: 0.02,\r acceleration: 0.06,\r drag: 0.0005,\r maxSpeed: 1.0\r};\r```\r\rYou must call the `update` method of this controller every frame.", @@ -29439,7 +29418,7 @@ ], "scope": "static", "longname": "Phaser.Cameras.Controls.SmoothedKeyControl", - "___id": "T000002R002684", + "___id": "T000002R002665", "___s": true }, { @@ -29448,7 +29427,7 @@ "filename": "SmoothedKeyControl.js", "lineno": 48, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The Camera that this Control will update.", @@ -29470,7 +29449,7 @@ "longname": "Phaser.Cameras.Controls.SmoothedKeyControl#camera", "scope": "instance", "kind": "member", - "___id": "T000002R002687", + "___id": "T000002R002668", "___s": true }, { @@ -29479,7 +29458,7 @@ "filename": "SmoothedKeyControl.js", "lineno": 58, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The Key to be pressed that will move the Camera left.", @@ -29501,7 +29480,7 @@ "longname": "Phaser.Cameras.Controls.SmoothedKeyControl#left", "scope": "instance", "kind": "member", - "___id": "T000002R002689", + "___id": "T000002R002670", "___s": true }, { @@ -29510,7 +29489,7 @@ "filename": "SmoothedKeyControl.js", "lineno": 68, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The Key to be pressed that will move the Camera right.", @@ -29532,7 +29511,7 @@ "longname": "Phaser.Cameras.Controls.SmoothedKeyControl#right", "scope": "instance", "kind": "member", - "___id": "T000002R002691", + "___id": "T000002R002672", "___s": true }, { @@ -29541,7 +29520,7 @@ "filename": "SmoothedKeyControl.js", "lineno": 78, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The Key to be pressed that will move the Camera up.", @@ -29563,7 +29542,7 @@ "longname": "Phaser.Cameras.Controls.SmoothedKeyControl#up", "scope": "instance", "kind": "member", - "___id": "T000002R002693", + "___id": "T000002R002674", "___s": true }, { @@ -29572,7 +29551,7 @@ "filename": "SmoothedKeyControl.js", "lineno": 88, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The Key to be pressed that will move the Camera down.", @@ -29594,7 +29573,7 @@ "longname": "Phaser.Cameras.Controls.SmoothedKeyControl#down", "scope": "instance", "kind": "member", - "___id": "T000002R002695", + "___id": "T000002R002676", "___s": true }, { @@ -29603,7 +29582,7 @@ "filename": "SmoothedKeyControl.js", "lineno": 98, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The Key to be pressed that will zoom the Camera in.", @@ -29625,7 +29604,7 @@ "longname": "Phaser.Cameras.Controls.SmoothedKeyControl#zoomIn", "scope": "instance", "kind": "member", - "___id": "T000002R002697", + "___id": "T000002R002678", "___s": true }, { @@ -29634,7 +29613,7 @@ "filename": "SmoothedKeyControl.js", "lineno": 108, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The Key to be pressed that will zoom the Camera out.", @@ -29656,7 +29635,7 @@ "longname": "Phaser.Cameras.Controls.SmoothedKeyControl#zoomOut", "scope": "instance", "kind": "member", - "___id": "T000002R002699", + "___id": "T000002R002680", "___s": true }, { @@ -29665,7 +29644,7 @@ "filename": "SmoothedKeyControl.js", "lineno": 118, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The speed at which the camera will zoom if the `zoomIn` or `zoomOut` keys are pressed.", @@ -29685,7 +29664,7 @@ "longname": "Phaser.Cameras.Controls.SmoothedKeyControl#zoomSpeed", "scope": "instance", "kind": "member", - "___id": "T000002R002701", + "___id": "T000002R002682", "___s": true }, { @@ -29694,7 +29673,7 @@ "filename": "SmoothedKeyControl.js", "lineno": 128, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The smallest zoom value the camera will reach when zoomed out.", @@ -29714,7 +29693,7 @@ "longname": "Phaser.Cameras.Controls.SmoothedKeyControl#minZoom", "scope": "instance", "kind": "member", - "___id": "T000002R002703", + "___id": "T000002R002684", "___s": true }, { @@ -29723,7 +29702,7 @@ "filename": "SmoothedKeyControl.js", "lineno": 138, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The largest zoom value the camera will reach when zoomed in.", @@ -29743,7 +29722,7 @@ "longname": "Phaser.Cameras.Controls.SmoothedKeyControl#maxZoom", "scope": "instance", "kind": "member", - "___id": "T000002R002705", + "___id": "T000002R002686", "___s": true }, { @@ -29752,7 +29731,7 @@ "filename": "SmoothedKeyControl.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The horizontal acceleration the camera will move.", @@ -29772,7 +29751,7 @@ "longname": "Phaser.Cameras.Controls.SmoothedKeyControl#accelX", "scope": "instance", "kind": "member", - "___id": "T000002R002707", + "___id": "T000002R002688", "___s": true }, { @@ -29781,7 +29760,7 @@ "filename": "SmoothedKeyControl.js", "lineno": 158, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The vertical acceleration the camera will move.", @@ -29801,7 +29780,7 @@ "longname": "Phaser.Cameras.Controls.SmoothedKeyControl#accelY", "scope": "instance", "kind": "member", - "___id": "T000002R002709", + "___id": "T000002R002690", "___s": true }, { @@ -29810,7 +29789,7 @@ "filename": "SmoothedKeyControl.js", "lineno": 181, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The horizontal drag applied to the camera when it is moving.", @@ -29830,7 +29809,7 @@ "longname": "Phaser.Cameras.Controls.SmoothedKeyControl#dragX", "scope": "instance", "kind": "member", - "___id": "T000002R002716", + "___id": "T000002R002697", "___s": true }, { @@ -29839,7 +29818,7 @@ "filename": "SmoothedKeyControl.js", "lineno": 191, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The vertical drag applied to the camera when it is moving.", @@ -29859,7 +29838,7 @@ "longname": "Phaser.Cameras.Controls.SmoothedKeyControl#dragY", "scope": "instance", "kind": "member", - "___id": "T000002R002718", + "___id": "T000002R002699", "___s": true }, { @@ -29868,7 +29847,7 @@ "filename": "SmoothedKeyControl.js", "lineno": 214, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The maximum horizontal speed the camera will move.", @@ -29888,7 +29867,7 @@ "longname": "Phaser.Cameras.Controls.SmoothedKeyControl#maxSpeedX", "scope": "instance", "kind": "member", - "___id": "T000002R002725", + "___id": "T000002R002706", "___s": true }, { @@ -29897,7 +29876,7 @@ "filename": "SmoothedKeyControl.js", "lineno": 224, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "The maximum vertical speed the camera will move.", @@ -29917,7 +29896,7 @@ "longname": "Phaser.Cameras.Controls.SmoothedKeyControl#maxSpeedY", "scope": "instance", "kind": "member", - "___id": "T000002R002727", + "___id": "T000002R002708", "___s": true }, { @@ -29926,7 +29905,7 @@ "filename": "SmoothedKeyControl.js", "lineno": 280, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "A flag controlling if the Controls will update the Camera or not.", @@ -29945,7 +29924,7 @@ "longname": "Phaser.Cameras.Controls.SmoothedKeyControl#active", "scope": "instance", "kind": "member", - "___id": "T000002R002740", + "___id": "T000002R002721", "___s": true }, { @@ -29954,7 +29933,7 @@ "filename": "SmoothedKeyControl.js", "lineno": 290, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "Starts the Key Control running, providing it has been linked to a camera.", @@ -29979,7 +29958,7 @@ "memberof": "Phaser.Cameras.Controls.SmoothedKeyControl", "longname": "Phaser.Cameras.Controls.SmoothedKeyControl#start", "scope": "instance", - "___id": "T000002R002742", + "___id": "T000002R002723", "___s": true }, { @@ -29988,7 +29967,7 @@ "filename": "SmoothedKeyControl.js", "lineno": 305, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "Stops this Key Control from running. Call `start` to start it again.", @@ -30013,7 +29992,7 @@ "memberof": "Phaser.Cameras.Controls.SmoothedKeyControl", "longname": "Phaser.Cameras.Controls.SmoothedKeyControl#stop", "scope": "instance", - "___id": "T000002R002745", + "___id": "T000002R002726", "___s": true }, { @@ -30022,7 +30001,7 @@ "filename": "SmoothedKeyControl.js", "lineno": 320, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "Binds this Key Control to a camera.", @@ -30062,7 +30041,7 @@ "memberof": "Phaser.Cameras.Controls.SmoothedKeyControl", "longname": "Phaser.Cameras.Controls.SmoothedKeyControl#setCamera", "scope": "instance", - "___id": "T000002R002748", + "___id": "T000002R002729", "___s": true }, { @@ -30071,7 +30050,7 @@ "filename": "SmoothedKeyControl.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "Applies the results of pressing the control keys to the Camera.\r\rYou must call this every step, it is not called automatically.", @@ -30096,7 +30075,7 @@ "memberof": "Phaser.Cameras.Controls.SmoothedKeyControl", "longname": "Phaser.Cameras.Controls.SmoothedKeyControl#update", "scope": "instance", - "___id": "T000002R002751", + "___id": "T000002R002732", "___s": true }, { @@ -30105,7 +30084,7 @@ "filename": "SmoothedKeyControl.js", "lineno": 480, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls", "code": {} }, "description": "Destroys this Key Control.", @@ -30115,7 +30094,7 @@ "memberof": "Phaser.Cameras.Controls.SmoothedKeyControl", "longname": "Phaser.Cameras.Controls.SmoothedKeyControl#destroy", "scope": "instance", - "___id": "T000002R002779", + "___id": "T000002R002760", "___s": true }, { @@ -30124,7 +30103,7 @@ "filename": "FixedKeyControlConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls\\typedefs", "code": {} }, "kind": "typedef", @@ -30327,7 +30306,7 @@ "memberof": "Phaser.Types.Cameras.Controls", "longname": "Phaser.Types.Cameras.Controls.FixedKeyControlConfig", "scope": "static", - "___id": "T000002R002789", + "___id": "T000002R002770", "___s": true }, { @@ -30336,7 +30315,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls\\typedefs", "code": {} }, "kind": "namespace", @@ -30344,7 +30323,7 @@ "memberof": "Phaser.Types.Cameras", "longname": "Phaser.Types.Cameras.Controls", "scope": "static", - "___id": "T000002R002790", + "___id": "T000002R002771", "___s": true }, { @@ -30353,7 +30332,7 @@ "filename": "SmoothedKeyControlConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\controls\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\controls\\typedefs", "code": {} }, "kind": "typedef", @@ -30636,7 +30615,7 @@ "memberof": "Phaser.Types.Cameras.Controls", "longname": "Phaser.Types.Cameras.Controls.SmoothedKeyControlConfig", "scope": "static", - "___id": "T000002R002791", + "___id": "T000002R002772", "___s": true }, { @@ -30645,7 +30624,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras", "code": {} }, "kind": "namespace", @@ -30653,7 +30632,7 @@ "memberof": "Phaser", "longname": "Phaser.Cameras", "scope": "static", - "___id": "T000002R002792", + "___id": "T000002R002773", "___s": true }, { @@ -30662,7 +30641,7 @@ "filename": "index.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\cameras", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras", "code": {} }, "kind": "namespace", @@ -30670,7 +30649,7 @@ "memberof": "Phaser.Types", "longname": "Phaser.Types.Cameras", "scope": "static", - "___id": "T000002R002793", + "___id": "T000002R002774", "___s": true }, { @@ -30679,7 +30658,7 @@ "filename": "const.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\src", "code": {} }, "description": "Phaser Release Version", @@ -30698,7 +30677,7 @@ "memberof": "Phaser", "longname": "Phaser.VERSION", "scope": "static", - "___id": "T000002R002798", + "___id": "T000002R002779", "___s": true }, { @@ -30707,7 +30686,7 @@ "filename": "const.js", "lineno": 29, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\src", "code": {} }, "description": "This setting will auto-detect if the browser is capable of suppporting WebGL.\rIf it is, it will use the WebGL Renderer. If not, it will fall back to the Canvas Renderer.", @@ -30726,7 +30705,7 @@ "memberof": "Phaser", "longname": "Phaser.AUTO", "scope": "static", - "___id": "T000002R002802", + "___id": "T000002R002783", "___s": true }, { @@ -30735,7 +30714,7 @@ "filename": "const.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\src", "code": {} }, "description": "Forces Phaser to only use the Canvas Renderer, regardless if the browser supports\rWebGL or not.", @@ -30754,7 +30733,7 @@ "memberof": "Phaser", "longname": "Phaser.CANVAS", "scope": "static", - "___id": "T000002R002804", + "___id": "T000002R002785", "___s": true }, { @@ -30763,7 +30742,7 @@ "filename": "const.js", "lineno": 51, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\src", "code": {} }, "description": "Forces Phaser to use the WebGL Renderer. If the browser does not support it, there is\rno fallback to Canvas with this setting, so you should trap it and display a suitable\rmessage to the user.", @@ -30782,7 +30761,7 @@ "memberof": "Phaser", "longname": "Phaser.WEBGL", "scope": "static", - "___id": "T000002R002806", + "___id": "T000002R002787", "___s": true }, { @@ -30791,7 +30770,7 @@ "filename": "const.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\src", "code": {} }, "description": "A Headless Renderer doesn't create either a Canvas or WebGL Renderer. However, it still\rabsolutely relies on the DOM being present and available. This mode is meant for unit testing,\rnot for running Phaser on the server, which is something you really shouldn't do.", @@ -30810,7 +30789,7 @@ "memberof": "Phaser", "longname": "Phaser.HEADLESS", "scope": "static", - "___id": "T000002R002808", + "___id": "T000002R002789", "___s": true }, { @@ -30819,7 +30798,7 @@ "filename": "const.js", "lineno": 75, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\src", "code": {} }, "description": "In Phaser the value -1 means 'forever' in lots of cases, this const allows you to use it instead\rto help you remember what the value is doing in your code.", @@ -30838,7 +30817,7 @@ "memberof": "Phaser", "longname": "Phaser.FOREVER", "scope": "static", - "___id": "T000002R002810", + "___id": "T000002R002791", "___s": true }, { @@ -30847,7 +30826,7 @@ "filename": "const.js", "lineno": 86, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\src", "code": {} }, "description": "Direction constant.", @@ -30866,7 +30845,7 @@ "memberof": "Phaser", "longname": "Phaser.NONE", "scope": "static", - "___id": "T000002R002812", + "___id": "T000002R002793", "___s": true }, { @@ -30875,7 +30854,7 @@ "filename": "const.js", "lineno": 96, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\src", "code": {} }, "description": "Direction constant.", @@ -30894,7 +30873,7 @@ "memberof": "Phaser", "longname": "Phaser.UP", "scope": "static", - "___id": "T000002R002814", + "___id": "T000002R002795", "___s": true }, { @@ -30903,7 +30882,7 @@ "filename": "const.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\src", "code": {} }, "description": "Direction constant.", @@ -30922,7 +30901,7 @@ "memberof": "Phaser", "longname": "Phaser.DOWN", "scope": "static", - "___id": "T000002R002816", + "___id": "T000002R002797", "___s": true }, { @@ -30931,7 +30910,7 @@ "filename": "const.js", "lineno": 116, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\src", "code": {} }, "description": "Direction constant.", @@ -30950,7 +30929,7 @@ "memberof": "Phaser", "longname": "Phaser.LEFT", "scope": "static", - "___id": "T000002R002818", + "___id": "T000002R002799", "___s": true }, { @@ -30959,7 +30938,7 @@ "filename": "const.js", "lineno": 126, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\src", "code": {} }, "description": "Direction constant.", @@ -30978,7 +30957,7 @@ "memberof": "Phaser", "longname": "Phaser.RIGHT", "scope": "static", - "___id": "T000002R002820", + "___id": "T000002R002801", "___s": true }, { @@ -30987,7 +30966,7 @@ "filename": "Config.js", "lineno": 19, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "classdesc": "The active game configuration settings, parsed from a {@link Phaser.Types.Core.GameConfig} object.", @@ -31016,7 +30995,7 @@ ], "scope": "static", "longname": "Phaser.Core.Config", - "___id": "T000002R002834", + "___id": "T000002R002815", "___s": true }, { @@ -31025,7 +31004,7 @@ "filename": "Config.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31053,7 +31032,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#width", "scope": "instance", - "___id": "T000002R002841", + "___id": "T000002R002822", "___s": true }, { @@ -31062,7 +31041,7 @@ "filename": "Config.js", "lineno": 59, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31090,7 +31069,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#height", "scope": "instance", - "___id": "T000002R002843", + "___id": "T000002R002824", "___s": true }, { @@ -31099,7 +31078,7 @@ "filename": "Config.js", "lineno": 64, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31127,7 +31106,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#zoom", "scope": "instance", - "___id": "T000002R002845", + "___id": "T000002R002826", "___s": true }, { @@ -31136,7 +31115,7 @@ "filename": "Config.js", "lineno": 69, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31155,7 +31134,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#parent", "scope": "instance", - "___id": "T000002R002847", + "___id": "T000002R002828", "___s": true }, { @@ -31164,7 +31143,7 @@ "filename": "Config.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31182,7 +31161,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#scaleMode", "scope": "instance", - "___id": "T000002R002849", + "___id": "T000002R002830", "___s": true }, { @@ -31191,7 +31170,7 @@ "filename": "Config.js", "lineno": 79, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31209,7 +31188,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#expandParent", "scope": "instance", - "___id": "T000002R002851", + "___id": "T000002R002832", "___s": true }, { @@ -31218,7 +31197,7 @@ "filename": "Config.js", "lineno": 84, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31236,7 +31215,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#autoRound", "scope": "instance", - "___id": "T000002R002853", + "___id": "T000002R002834", "___s": true }, { @@ -31245,7 +31224,7 @@ "filename": "Config.js", "lineno": 89, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31263,7 +31242,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#autoCenter", "scope": "instance", - "___id": "T000002R002855", + "___id": "T000002R002836", "___s": true }, { @@ -31272,7 +31251,7 @@ "filename": "Config.js", "lineno": 94, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31290,7 +31269,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#resizeInterval", "scope": "instance", - "___id": "T000002R002857", + "___id": "T000002R002838", "___s": true }, { @@ -31299,7 +31278,7 @@ "filename": "Config.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31329,7 +31308,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#fullscreenTarget", "scope": "instance", - "___id": "T000002R002859", + "___id": "T000002R002840", "___s": true }, { @@ -31338,7 +31317,7 @@ "filename": "Config.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31356,7 +31335,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#minWidth", "scope": "instance", - "___id": "T000002R002861", + "___id": "T000002R002842", "___s": true }, { @@ -31365,7 +31344,7 @@ "filename": "Config.js", "lineno": 109, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31383,7 +31362,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#maxWidth", "scope": "instance", - "___id": "T000002R002863", + "___id": "T000002R002844", "___s": true }, { @@ -31392,7 +31371,7 @@ "filename": "Config.js", "lineno": 114, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31410,7 +31389,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#minHeight", "scope": "instance", - "___id": "T000002R002865", + "___id": "T000002R002846", "___s": true }, { @@ -31419,7 +31398,7 @@ "filename": "Config.js", "lineno": 119, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31437,7 +31416,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#maxHeight", "scope": "instance", - "___id": "T000002R002867", + "___id": "T000002R002848", "___s": true }, { @@ -31446,7 +31425,7 @@ "filename": "Config.js", "lineno": 124, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31464,7 +31443,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#snapWidth", "scope": "instance", - "___id": "T000002R002869", + "___id": "T000002R002850", "___s": true }, { @@ -31473,7 +31452,7 @@ "filename": "Config.js", "lineno": 129, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31491,7 +31470,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#snapHeight", "scope": "instance", - "___id": "T000002R002871", + "___id": "T000002R002852", "___s": true }, { @@ -31500,7 +31479,7 @@ "filename": "Config.js", "lineno": 134, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31518,7 +31497,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#renderType", "scope": "instance", - "___id": "T000002R002873", + "___id": "T000002R002854", "___s": true }, { @@ -31527,7 +31506,7 @@ "filename": "Config.js", "lineno": 139, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31547,7 +31526,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#canvas", "scope": "instance", - "___id": "T000002R002875", + "___id": "T000002R002856", "___s": true }, { @@ -31556,7 +31535,7 @@ "filename": "Config.js", "lineno": 144, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31586,7 +31565,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#context", "scope": "instance", - "___id": "T000002R002877", + "___id": "T000002R002858", "___s": true }, { @@ -31595,7 +31574,7 @@ "filename": "Config.js", "lineno": 149, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31615,7 +31594,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#canvasStyle", "scope": "instance", - "___id": "T000002R002879", + "___id": "T000002R002860", "___s": true }, { @@ -31624,7 +31603,7 @@ "filename": "Config.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31642,7 +31621,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#customEnvironment", "scope": "instance", - "___id": "T000002R002881", + "___id": "T000002R002862", "___s": true }, { @@ -31651,7 +31630,7 @@ "filename": "Config.js", "lineno": 159, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31671,7 +31650,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#sceneConfig", "scope": "instance", - "___id": "T000002R002883", + "___id": "T000002R002864", "___s": true }, { @@ -31680,7 +31659,7 @@ "filename": "Config.js", "lineno": 164, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31707,7 +31686,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#seed", "scope": "instance", - "___id": "T000002R002885", + "___id": "T000002R002866", "___s": true }, { @@ -31716,7 +31695,7 @@ "filename": "Config.js", "lineno": 171, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31734,7 +31713,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#gameTitle", "scope": "instance", - "___id": "T000002R002888", + "___id": "T000002R002869", "___s": true }, { @@ -31743,7 +31722,7 @@ "filename": "Config.js", "lineno": 176, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31761,7 +31740,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#gameURL", "scope": "instance", - "___id": "T000002R002890", + "___id": "T000002R002871", "___s": true }, { @@ -31770,7 +31749,7 @@ "filename": "Config.js", "lineno": 181, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31788,7 +31767,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#gameVersion", "scope": "instance", - "___id": "T000002R002892", + "___id": "T000002R002873", "___s": true }, { @@ -31797,7 +31776,7 @@ "filename": "Config.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31815,7 +31794,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#autoFocus", "scope": "instance", - "___id": "T000002R002894", + "___id": "T000002R002875", "___s": true }, { @@ -31824,7 +31803,7 @@ "filename": "Config.js", "lineno": 191, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31852,7 +31831,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#stableSort", "scope": "instance", - "___id": "T000002R002896", + "___id": "T000002R002877", "___s": true }, { @@ -31861,7 +31840,7 @@ "filename": "Config.js", "lineno": 205, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31881,7 +31860,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#domCreateContainer", "scope": "instance", - "___id": "T000002R002900", + "___id": "T000002R002881", "___s": true }, { @@ -31890,7 +31869,7 @@ "filename": "Config.js", "lineno": 210, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31910,7 +31889,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#domPointerEvents", "scope": "instance", - "___id": "T000002R002902", + "___id": "T000002R002883", "___s": true }, { @@ -31919,7 +31898,7 @@ "filename": "Config.js", "lineno": 217, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31937,7 +31916,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#inputKeyboard", "scope": "instance", - "___id": "T000002R002904", + "___id": "T000002R002885", "___s": true }, { @@ -31946,7 +31925,7 @@ "filename": "Config.js", "lineno": 222, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -31963,7 +31942,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#inputKeyboardEventTarget", "scope": "instance", - "___id": "T000002R002906", + "___id": "T000002R002887", "___s": true }, { @@ -31972,7 +31951,7 @@ "filename": "Config.js", "lineno": 227, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32001,7 +31980,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#inputKeyboardCapture", "scope": "instance", - "___id": "T000002R002908", + "___id": "T000002R002889", "___s": true }, { @@ -32010,7 +31989,7 @@ "filename": "Config.js", "lineno": 232, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32038,7 +32017,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#inputMouse", "scope": "instance", - "___id": "T000002R002910", + "___id": "T000002R002891", "___s": true }, { @@ -32047,7 +32026,7 @@ "filename": "Config.js", "lineno": 237, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32066,7 +32045,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#inputMouseEventTarget", "scope": "instance", - "___id": "T000002R002912", + "___id": "T000002R002893", "___s": true }, { @@ -32075,7 +32054,7 @@ "filename": "Config.js", "lineno": 242, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32093,7 +32072,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#inputMousePreventDefaultDown", "scope": "instance", - "___id": "T000002R002914", + "___id": "T000002R002895", "___s": true }, { @@ -32102,7 +32081,7 @@ "filename": "Config.js", "lineno": 247, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32120,7 +32099,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#inputMousePreventDefaultUp", "scope": "instance", - "___id": "T000002R002916", + "___id": "T000002R002897", "___s": true }, { @@ -32129,7 +32108,7 @@ "filename": "Config.js", "lineno": 252, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32147,7 +32126,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#inputMousePreventDefaultMove", "scope": "instance", - "___id": "T000002R002918", + "___id": "T000002R002899", "___s": true }, { @@ -32156,7 +32135,7 @@ "filename": "Config.js", "lineno": 257, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32174,7 +32153,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#inputMousePreventDefaultWheel", "scope": "instance", - "___id": "T000002R002920", + "___id": "T000002R002901", "___s": true }, { @@ -32183,7 +32162,7 @@ "filename": "Config.js", "lineno": 262, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32201,7 +32180,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#inputTouch", "scope": "instance", - "___id": "T000002R002922", + "___id": "T000002R002903", "___s": true }, { @@ -32210,7 +32189,7 @@ "filename": "Config.js", "lineno": 267, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32229,7 +32208,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#inputTouchEventTarget", "scope": "instance", - "___id": "T000002R002924", + "___id": "T000002R002905", "___s": true }, { @@ -32238,7 +32217,7 @@ "filename": "Config.js", "lineno": 272, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32256,7 +32235,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#inputTouchCapture", "scope": "instance", - "___id": "T000002R002926", + "___id": "T000002R002907", "___s": true }, { @@ -32265,7 +32244,7 @@ "filename": "Config.js", "lineno": 277, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32283,7 +32262,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#inputActivePointers", "scope": "instance", - "___id": "T000002R002928", + "___id": "T000002R002909", "___s": true }, { @@ -32292,7 +32271,7 @@ "filename": "Config.js", "lineno": 282, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32310,7 +32289,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#inputSmoothFactor", "scope": "instance", - "___id": "T000002R002930", + "___id": "T000002R002911", "___s": true }, { @@ -32319,7 +32298,7 @@ "filename": "Config.js", "lineno": 287, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32337,7 +32316,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#inputWindowEvents", "scope": "instance", - "___id": "T000002R002932", + "___id": "T000002R002913", "___s": true }, { @@ -32346,7 +32325,7 @@ "filename": "Config.js", "lineno": 292, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32364,7 +32343,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#inputGamepad", "scope": "instance", - "___id": "T000002R002934", + "___id": "T000002R002915", "___s": true }, { @@ -32373,7 +32352,7 @@ "filename": "Config.js", "lineno": 297, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32390,7 +32369,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#inputGamepadEventTarget", "scope": "instance", - "___id": "T000002R002936", + "___id": "T000002R002917", "___s": true }, { @@ -32399,7 +32378,7 @@ "filename": "Config.js", "lineno": 302, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32417,7 +32396,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#disableContextMenu", "scope": "instance", - "___id": "T000002R002938", + "___id": "T000002R002919", "___s": true }, { @@ -32426,7 +32405,7 @@ "filename": "Config.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32444,7 +32423,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#audio", "scope": "instance", - "___id": "T000002R002940", + "___id": "T000002R002921", "___s": true }, { @@ -32453,7 +32432,7 @@ "filename": "Config.js", "lineno": 314, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32471,7 +32450,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#hideBanner", "scope": "instance", - "___id": "T000002R002942", + "___id": "T000002R002923", "___s": true }, { @@ -32480,7 +32459,7 @@ "filename": "Config.js", "lineno": 319, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32498,7 +32477,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#hidePhaser", "scope": "instance", - "___id": "T000002R002944", + "___id": "T000002R002925", "___s": true }, { @@ -32507,7 +32486,7 @@ "filename": "Config.js", "lineno": 324, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32525,7 +32504,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#bannerTextColor", "scope": "instance", - "___id": "T000002R002946", + "___id": "T000002R002927", "___s": true }, { @@ -32534,7 +32513,7 @@ "filename": "Config.js", "lineno": 329, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32561,7 +32540,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#bannerBackgroundColor", "scope": "instance", - "___id": "T000002R002948", + "___id": "T000002R002929", "___s": true }, { @@ -32570,7 +32549,7 @@ "filename": "Config.js", "lineno": 339, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32588,7 +32567,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#fps", "scope": "instance", - "___id": "T000002R002951", + "___id": "T000002R002932", "___s": true }, { @@ -32597,7 +32576,7 @@ "filename": "Config.js", "lineno": 344, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32615,7 +32594,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#disablePreFX", "scope": "instance", - "___id": "T000002R002953", + "___id": "T000002R002934", "___s": true }, { @@ -32624,7 +32603,7 @@ "filename": "Config.js", "lineno": 349, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32642,7 +32621,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#disablePostFX", "scope": "instance", - "___id": "T000002R002955", + "___id": "T000002R002936", "___s": true }, { @@ -32651,7 +32630,7 @@ "filename": "Config.js", "lineno": 358, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32688,7 +32667,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#pipeline", "scope": "instance", - "___id": "T000002R002958", + "___id": "T000002R002939", "___s": true }, { @@ -32697,7 +32676,7 @@ "filename": "Config.js", "lineno": 363, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32715,7 +32694,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#autoMobilePipeline", "scope": "instance", - "___id": "T000002R002960", + "___id": "T000002R002941", "___s": true }, { @@ -32724,7 +32703,7 @@ "filename": "Config.js", "lineno": 368, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32742,7 +32721,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#defaultPipeline", "scope": "instance", - "___id": "T000002R002962", + "___id": "T000002R002943", "___s": true }, { @@ -32751,7 +32730,7 @@ "filename": "Config.js", "lineno": 373, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32769,7 +32748,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#antialias", "scope": "instance", - "___id": "T000002R002964", + "___id": "T000002R002945", "___s": true }, { @@ -32778,7 +32757,7 @@ "filename": "Config.js", "lineno": 378, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32796,7 +32775,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#antialiasGL", "scope": "instance", - "___id": "T000002R002966", + "___id": "T000002R002947", "___s": true }, { @@ -32805,7 +32784,7 @@ "filename": "Config.js", "lineno": 383, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32823,7 +32802,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#mipmapFilter", "scope": "instance", - "___id": "T000002R002968", + "___id": "T000002R002949", "___s": true }, { @@ -32832,7 +32811,7 @@ "filename": "Config.js", "lineno": 388, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32850,7 +32829,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#desynchronized", "scope": "instance", - "___id": "T000002R002970", + "___id": "T000002R002951", "___s": true }, { @@ -32859,7 +32838,7 @@ "filename": "Config.js", "lineno": 393, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32877,7 +32856,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#roundPixels", "scope": "instance", - "___id": "T000002R002972", + "___id": "T000002R002953", "___s": true }, { @@ -32886,7 +32865,7 @@ "filename": "Config.js", "lineno": 398, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32904,7 +32883,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#pixelArt", "scope": "instance", - "___id": "T000002R002974", + "___id": "T000002R002955", "___s": true }, { @@ -32913,7 +32892,7 @@ "filename": "Config.js", "lineno": 410, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32931,7 +32910,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#transparent", "scope": "instance", - "___id": "T000002R002979", + "___id": "T000002R002960", "___s": true }, { @@ -32940,7 +32919,7 @@ "filename": "Config.js", "lineno": 415, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32958,7 +32937,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#clearBeforeRender", "scope": "instance", - "___id": "T000002R002981", + "___id": "T000002R002962", "___s": true }, { @@ -32967,7 +32946,7 @@ "filename": "Config.js", "lineno": 420, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -32985,7 +32964,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#preserveDrawingBuffer", "scope": "instance", - "___id": "T000002R002983", + "___id": "T000002R002964", "___s": true }, { @@ -32994,7 +32973,7 @@ "filename": "Config.js", "lineno": 425, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33012,7 +32991,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#premultipliedAlpha", "scope": "instance", - "___id": "T000002R002985", + "___id": "T000002R002966", "___s": true }, { @@ -33021,7 +33000,7 @@ "filename": "Config.js", "lineno": 430, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33039,7 +33018,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#failIfMajorPerformanceCaveat", "scope": "instance", - "___id": "T000002R002987", + "___id": "T000002R002968", "___s": true }, { @@ -33048,7 +33027,7 @@ "filename": "Config.js", "lineno": 435, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33066,7 +33045,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#powerPreference", "scope": "instance", - "___id": "T000002R002989", + "___id": "T000002R002970", "___s": true }, { @@ -33075,7 +33054,7 @@ "filename": "Config.js", "lineno": 440, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33093,7 +33072,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#batchSize", "scope": "instance", - "___id": "T000002R002991", + "___id": "T000002R002972", "___s": true }, { @@ -33102,7 +33081,7 @@ "filename": "Config.js", "lineno": 445, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33120,7 +33099,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#maxTextures", "scope": "instance", - "___id": "T000002R002993", + "___id": "T000002R002974", "___s": true }, { @@ -33129,7 +33108,7 @@ "filename": "Config.js", "lineno": 450, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33147,7 +33126,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#maxLights", "scope": "instance", - "___id": "T000002R002995", + "___id": "T000002R002976", "___s": true }, { @@ -33156,7 +33135,7 @@ "filename": "Config.js", "lineno": 457, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33174,7 +33153,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#backgroundColor", "scope": "instance", - "___id": "T000002R002998", + "___id": "T000002R002979", "___s": true }, { @@ -33183,7 +33162,7 @@ "filename": "Config.js", "lineno": 468, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33201,7 +33180,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#preBoot", "scope": "instance", - "___id": "T000002R003002", + "___id": "T000002R002983", "___s": true }, { @@ -33210,7 +33189,7 @@ "filename": "Config.js", "lineno": 473, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33228,7 +33207,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#postBoot", "scope": "instance", - "___id": "T000002R003004", + "___id": "T000002R002985", "___s": true }, { @@ -33237,7 +33216,7 @@ "filename": "Config.js", "lineno": 478, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33255,7 +33234,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#physics", "scope": "instance", - "___id": "T000002R003006", + "___id": "T000002R002987", "___s": true }, { @@ -33264,7 +33243,7 @@ "filename": "Config.js", "lineno": 483, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33292,7 +33271,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#defaultPhysicsSystem", "scope": "instance", - "___id": "T000002R003008", + "___id": "T000002R002989", "___s": true }, { @@ -33301,7 +33280,7 @@ "filename": "Config.js", "lineno": 488, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33319,7 +33298,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#loaderBaseURL", "scope": "instance", - "___id": "T000002R003010", + "___id": "T000002R002991", "___s": true }, { @@ -33328,7 +33307,7 @@ "filename": "Config.js", "lineno": 493, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33346,7 +33325,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#loaderPath", "scope": "instance", - "___id": "T000002R003012", + "___id": "T000002R002993", "___s": true }, { @@ -33355,7 +33334,7 @@ "filename": "Config.js", "lineno": 498, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33373,7 +33352,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#loaderMaxParallelDownloads", "scope": "instance", - "___id": "T000002R003014", + "___id": "T000002R002995", "___s": true }, { @@ -33382,7 +33361,7 @@ "filename": "Config.js", "lineno": 503, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33409,7 +33388,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#loaderCrossOrigin", "scope": "instance", - "___id": "T000002R003016", + "___id": "T000002R002997", "___s": true }, { @@ -33418,7 +33397,7 @@ "filename": "Config.js", "lineno": 508, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33436,7 +33415,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#loaderResponseType", "scope": "instance", - "___id": "T000002R003018", + "___id": "T000002R002999", "___s": true }, { @@ -33445,7 +33424,7 @@ "filename": "Config.js", "lineno": 513, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33463,7 +33442,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#loaderAsync", "scope": "instance", - "___id": "T000002R003020", + "___id": "T000002R003001", "___s": true }, { @@ -33472,7 +33451,7 @@ "filename": "Config.js", "lineno": 518, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33490,7 +33469,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#loaderUser", "scope": "instance", - "___id": "T000002R003022", + "___id": "T000002R003003", "___s": true }, { @@ -33499,7 +33478,7 @@ "filename": "Config.js", "lineno": 523, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33517,7 +33496,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#loaderPassword", "scope": "instance", - "___id": "T000002R003024", + "___id": "T000002R003005", "___s": true }, { @@ -33526,7 +33505,7 @@ "filename": "Config.js", "lineno": 528, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33544,7 +33523,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#loaderTimeout", "scope": "instance", - "___id": "T000002R003026", + "___id": "T000002R003007", "___s": true }, { @@ -33553,7 +33532,7 @@ "filename": "Config.js", "lineno": 533, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33571,7 +33550,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#loaderWithCredentials", "scope": "instance", - "___id": "T000002R003028", + "___id": "T000002R003009", "___s": true }, { @@ -33580,7 +33559,7 @@ "filename": "Config.js", "lineno": 538, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33598,7 +33577,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#loaderImageLoadType", "scope": "instance", - "___id": "T000002R003030", + "___id": "T000002R003011", "___s": true }, { @@ -33607,7 +33586,7 @@ "filename": "Config.js", "lineno": 546, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33634,7 +33613,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#loaderLocalScheme", "scope": "instance", - "___id": "T000002R003032", + "___id": "T000002R003013", "___s": true }, { @@ -33643,7 +33622,7 @@ "filename": "Config.js", "lineno": 551, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33661,7 +33640,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#glowFXQuality", "scope": "instance", - "___id": "T000002R003034", + "___id": "T000002R003015", "___s": true }, { @@ -33670,7 +33649,7 @@ "filename": "Config.js", "lineno": 556, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33688,7 +33667,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#glowFXDistance", "scope": "instance", - "___id": "T000002R003036", + "___id": "T000002R003017", "___s": true }, { @@ -33697,7 +33676,7 @@ "filename": "Config.js", "lineno": 579, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33715,7 +33694,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#installGlobalPlugins", "scope": "instance", - "___id": "T000002R003038", + "___id": "T000002R003019", "___s": true }, { @@ -33724,7 +33703,7 @@ "filename": "Config.js", "lineno": 584, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33742,7 +33721,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#installScenePlugins", "scope": "instance", - "___id": "T000002R003040", + "___id": "T000002R003021", "___s": true }, { @@ -33751,7 +33730,7 @@ "filename": "Config.js", "lineno": 615, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33769,7 +33748,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#defaultPlugins", "scope": "instance", - "___id": "T000002R003049", + "___id": "T000002R003030", "___s": true }, { @@ -33778,7 +33757,7 @@ "filename": "Config.js", "lineno": 623, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33796,7 +33775,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#defaultImage", "scope": "instance", - "___id": "T000002R003052", + "___id": "T000002R003033", "___s": true }, { @@ -33805,7 +33784,7 @@ "filename": "Config.js", "lineno": 628, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33823,7 +33802,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#missingImage", "scope": "instance", - "___id": "T000002R003054", + "___id": "T000002R003035", "___s": true }, { @@ -33832,7 +33811,7 @@ "filename": "Config.js", "lineno": 633, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "constant", @@ -33850,7 +33829,7 @@ "memberof": "Phaser.Core.Config", "longname": "Phaser.Core.Config#whiteImage", "scope": "instance", - "___id": "T000002R003056", + "___id": "T000002R003037", "___s": true }, { @@ -33859,7 +33838,7 @@ "filename": "CreateRenderer.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Called automatically by Phaser.Game and responsible for creating the renderer it will use.\r\rRelies upon two webpack global flags to be defined: `WEBGL_RENDERER` and `CANVAS_RENDERER` during build time, but not at run-time.", @@ -33884,7 +33863,7 @@ "memberof": "Phaser.Core", "longname": "Phaser.Core.CreateRenderer", "scope": "static", - "___id": "T000002R003065", + "___id": "T000002R003046", "___s": true }, { @@ -33893,7 +33872,7 @@ "filename": "DebugHeader.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Called automatically by Phaser.Game and responsible for creating the console.log debug header.\r\rYou can customize or disable the header via the Game Config object.", @@ -33918,7 +33897,7 @@ "memberof": "Phaser.Core", "longname": "Phaser.Core.DebugHeader", "scope": "static", - "___id": "T000002R003093", + "___id": "T000002R003074", "___s": true }, { @@ -33927,7 +33906,7 @@ "filename": "BLUR_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\events", "code": {} }, "description": "The Game Blur Event.\r\rThis event is dispatched by the Game Visibility Handler when the window in which the Game instance is embedded\renters a blurred state. The blur event is raised when the window loses focus. This can happen if a user swaps\rtab, or if they simply remove focus from the browser to another app.", @@ -33946,7 +33925,7 @@ "memberof": "Phaser.Core.Events", "longname": "Phaser.Core.Events#event:BLUR", "scope": "instance", - "___id": "T000002R003120", + "___id": "T000002R003101", "___s": true }, { @@ -33955,7 +33934,7 @@ "filename": "BOOT_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\events", "code": {} }, "description": "The Game Boot Event.\r\rThis event is dispatched when the Phaser Game instance has finished booting, but before it is ready to start running.\rThe global systems use this event to know when to set themselves up, dispatching their own `ready` events as required.", @@ -33974,7 +33953,7 @@ "memberof": "Phaser.Core.Events", "longname": "Phaser.Core.Events#event:BOOT", "scope": "instance", - "___id": "T000002R003122", + "___id": "T000002R003103", "___s": true }, { @@ -33983,7 +33962,7 @@ "filename": "CONTEXT_LOST_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\events", "code": {} }, "description": "The Game Context Lost Event.\r\rThis event is dispatched by the Game if the WebGL Renderer it is using encounters a WebGL Context Lost event from the browser.\r\rThe renderer halts all rendering and cannot resume after this happens.", @@ -34002,7 +33981,7 @@ "memberof": "Phaser.Core.Events", "longname": "Phaser.Core.Events#event:CONTEXT_LOST", "scope": "instance", - "___id": "T000002R003124", + "___id": "T000002R003105", "___s": true }, { @@ -34011,7 +33990,7 @@ "filename": "DESTROY_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\events", "code": {} }, "description": "The Game Destroy Event.\r\rThis event is dispatched when the game instance has been told to destroy itself.\rLots of internal systems listen to this event in order to clear themselves out.\rCustom plugins and game code should also do the same.", @@ -34030,7 +34009,7 @@ "memberof": "Phaser.Core.Events", "longname": "Phaser.Core.Events#event:DESTROY", "scope": "instance", - "___id": "T000002R003126", + "___id": "T000002R003107", "___s": true }, { @@ -34039,7 +34018,7 @@ "filename": "FOCUS_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\events", "code": {} }, "description": "The Game Focus Event.\r\rThis event is dispatched by the Game Visibility Handler when the window in which the Game instance is embedded\renters a focused state. The focus event is raised when the window re-gains focus, having previously lost it.", @@ -34058,7 +34037,7 @@ "memberof": "Phaser.Core.Events", "longname": "Phaser.Core.Events#event:FOCUS", "scope": "instance", - "___id": "T000002R003128", + "___id": "T000002R003109", "___s": true }, { @@ -34067,7 +34046,7 @@ "filename": "HIDDEN_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\events", "code": {} }, "description": "The Game Hidden Event.\r\rThis event is dispatched by the Game Visibility Handler when the document in which the Game instance is embedded\renters a hidden state. Only browsers that support the Visibility API will cause this event to be emitted.\r\rIn most modern browsers, when the document enters a hidden state, the Request Animation Frame and setTimeout, which\rcontrol the main game loop, will automatically pause. There is no way to stop this from happening. It is something\ryour game should account for in its own code, should the pause be an issue (i.e. for multiplayer games)", @@ -34086,7 +34065,7 @@ "memberof": "Phaser.Core.Events", "longname": "Phaser.Core.Events#event:HIDDEN", "scope": "instance", - "___id": "T000002R003130", + "___id": "T000002R003111", "___s": true }, { @@ -34095,7 +34074,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\events", "code": {} }, "kind": "namespace", @@ -34103,7 +34082,7 @@ "memberof": "Phaser.Core", "longname": "Phaser.Core.Events", "scope": "static", - "___id": "T000002R003132", + "___id": "T000002R003113", "___s": true }, { @@ -34112,7 +34091,7 @@ "filename": "PAUSE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\events", "code": {} }, "description": "The Game Pause Event.\r\rThis event is dispatched when the Game loop enters a paused state, usually as a result of the Visibility Handler.", @@ -34131,7 +34110,7 @@ "memberof": "Phaser.Core.Events", "longname": "Phaser.Core.Events#event:PAUSE", "scope": "instance", - "___id": "T000002R003150", + "___id": "T000002R003131", "___s": true }, { @@ -34140,7 +34119,7 @@ "filename": "POST_RENDER_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\events", "code": {} }, "description": "The Game Post-Render Event.\r\rThis event is dispatched right at the end of the render process.\r\rEvery Scene will have rendered and been drawn to the canvas by the time this event is fired.\rUse it for any last minute post-processing before the next game step begins.", @@ -34184,7 +34163,7 @@ "memberof": "Phaser.Core.Events", "longname": "Phaser.Core.Events#event:POST_RENDER", "scope": "instance", - "___id": "T000002R003152", + "___id": "T000002R003133", "___s": true }, { @@ -34193,7 +34172,7 @@ "filename": "POST_STEP_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\events", "code": {} }, "description": "The Game Post-Step Event.\r\rThis event is dispatched after the Scene Manager has updated.\rHook into it from plugins or systems that need to do things before the render starts.", @@ -34240,7 +34219,7 @@ "memberof": "Phaser.Core.Events", "longname": "Phaser.Core.Events#event:POST_STEP", "scope": "instance", - "___id": "T000002R003154", + "___id": "T000002R003135", "___s": true }, { @@ -34249,7 +34228,7 @@ "filename": "PRE_RENDER_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\events", "code": {} }, "description": "The Game Pre-Render Event.\r\rThis event is dispatched immediately before any of the Scenes have started to render.\r\rThe renderer will already have been initialized this frame, clearing itself and preparing to receive the Scenes for rendering, but it won't have actually drawn anything yet.", @@ -34293,7 +34272,7 @@ "memberof": "Phaser.Core.Events", "longname": "Phaser.Core.Events#event:PRE_RENDER", "scope": "instance", - "___id": "T000002R003156", + "___id": "T000002R003137", "___s": true }, { @@ -34302,7 +34281,7 @@ "filename": "PRE_STEP_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\events", "code": {} }, "description": "The Game Pre-Step Event.\r\rThis event is dispatched before the main Game Step starts. By this point in the game cycle none of the Scene updates have yet happened.\rHook into it from plugins or systems that need to update before the Scene Manager does.", @@ -34349,7 +34328,7 @@ "memberof": "Phaser.Core.Events", "longname": "Phaser.Core.Events#event:PRE_STEP", "scope": "instance", - "___id": "T000002R003158", + "___id": "T000002R003139", "___s": true }, { @@ -34358,7 +34337,7 @@ "filename": "READY_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\events", "code": {} }, "description": "The Game Ready Event.\r\rThis event is dispatched when the Phaser Game instance has finished booting, the Texture Manager is fully ready,\rand all local systems are now able to start.", @@ -34377,7 +34356,7 @@ "memberof": "Phaser.Core.Events", "longname": "Phaser.Core.Events#event:READY", "scope": "instance", - "___id": "T000002R003160", + "___id": "T000002R003141", "___s": true }, { @@ -34386,7 +34365,7 @@ "filename": "RESUME_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\events", "code": {} }, "description": "The Game Resume Event.\r\rThis event is dispatched when the game loop leaves a paused state and resumes running.", @@ -34405,7 +34384,7 @@ "memberof": "Phaser.Core.Events", "longname": "Phaser.Core.Events#event:RESUME", "scope": "instance", - "___id": "T000002R003162", + "___id": "T000002R003143", "___s": true }, { @@ -34414,7 +34393,7 @@ "filename": "STEP_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\events", "code": {} }, "description": "The Game Step Event.\r\rThis event is dispatched after the Game Pre-Step and before the Scene Manager steps.\rHook into it from plugins or systems that need to update before the Scene Manager does, but after the core Systems have.", @@ -34461,7 +34440,7 @@ "memberof": "Phaser.Core.Events", "longname": "Phaser.Core.Events#event:STEP", "scope": "instance", - "___id": "T000002R003164", + "___id": "T000002R003145", "___s": true }, { @@ -34470,7 +34449,7 @@ "filename": "SYSTEM_READY_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\events", "code": {} }, "description": "This event is dispatched when the Scene Manager has created the System Scene,\rwhich other plugins and systems may use to initialize themselves.\r\rThis event is dispatched just once by the Game instance.", @@ -34504,7 +34483,7 @@ "memberof": "Phaser.Core.Events", "longname": "Phaser.Core.Events#event:SYSTEM_READY", "scope": "instance", - "___id": "T000002R003166", + "___id": "T000002R003147", "___s": true }, { @@ -34513,7 +34492,7 @@ "filename": "VISIBLE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\events", "code": {} }, "description": "The Game Visible Event.\r\rThis event is dispatched by the Game Visibility Handler when the document in which the Game instance is embedded\renters a visible state, previously having been hidden.\r\rOnly browsers that support the Visibility API will cause this event to be emitted.", @@ -34532,7 +34511,7 @@ "memberof": "Phaser.Core.Events", "longname": "Phaser.Core.Events#event:VISIBLE", "scope": "instance", - "___id": "T000002R003168", + "___id": "T000002R003149", "___s": true }, { @@ -34541,7 +34520,7 @@ "filename": "Game.js", "lineno": 41, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "classdesc": "The Phaser.Game instance is the main controller for the entire Phaser game. It is responsible\rfor handling the boot process, parsing the configuration values, creating the renderer,\rand setting-up all of the global Phaser systems, such as sound and input.\rOnce that is complete it will start the Scene Manager and then begin the main game loop.\r\rYou should generally avoid accessing any of the systems created by Game, and instead use those\rmade available to you via the Phaser.Scene Systems class instead.", @@ -34573,7 +34552,7 @@ ], "scope": "static", "longname": "Phaser.Game", - "___id": "T000002R003195", + "___id": "T000002R003176", "___s": true }, { @@ -34582,7 +34561,7 @@ "filename": "Game.js", "lineno": 68, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "The parsed Game Configuration object.\r\rThe values stored within this object are read-only and should not be changed at run-time.", @@ -34602,7 +34581,7 @@ "longname": "Phaser.Game#config", "scope": "instance", "kind": "member", - "___id": "T000002R003198", + "___id": "T000002R003179", "___s": true }, { @@ -34611,7 +34590,7 @@ "filename": "Game.js", "lineno": 80, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "A reference to either the Canvas or WebGL Renderer that this Game is using.", @@ -34640,7 +34619,7 @@ "longname": "Phaser.Game#renderer", "scope": "instance", "kind": "member", - "___id": "T000002R003200", + "___id": "T000002R003181", "___s": true }, { @@ -34649,7 +34628,7 @@ "filename": "Game.js", "lineno": 89, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "A reference to an HTML Div Element used as the DOM Element Container.\r\rOnly set if `createDOMContainer` is `true` in the game config (by default it is `false`) and\rif you provide a parent element to insert the Phaser Game inside.\r\rSee the DOM Element Game Object for more details.", @@ -34668,7 +34647,7 @@ "longname": "Phaser.Game#domContainer", "scope": "instance", "kind": "member", - "___id": "T000002R003202", + "___id": "T000002R003183", "___s": true }, { @@ -34677,7 +34656,7 @@ "filename": "Game.js", "lineno": 103, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "A reference to the HTML Canvas Element that Phaser uses to render the game.\rThis is created automatically by Phaser unless you provide a `canvas` property\rin your Game Config.", @@ -34696,7 +34675,7 @@ "longname": "Phaser.Game#canvas", "scope": "instance", "kind": "member", - "___id": "T000002R003204", + "___id": "T000002R003185", "___s": true }, { @@ -34705,7 +34684,7 @@ "filename": "Game.js", "lineno": 114, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "A reference to the Rendering Context belonging to the Canvas Element this game is rendering to.\rIf the game is running under Canvas it will be a 2d Canvas Rendering Context.\rIf the game is running under WebGL it will be a WebGL Rendering Context.\rThis context is created automatically by Phaser unless you provide a `context` property\rin your Game Config.", @@ -34734,7 +34713,7 @@ "longname": "Phaser.Game#context", "scope": "instance", "kind": "member", - "___id": "T000002R003206", + "___id": "T000002R003187", "___s": true }, { @@ -34743,7 +34722,7 @@ "filename": "Game.js", "lineno": 127, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "A flag indicating when this Game instance has finished its boot process.", @@ -34763,7 +34742,7 @@ "longname": "Phaser.Game#isBooted", "scope": "instance", "kind": "member", - "___id": "T000002R003208", + "___id": "T000002R003189", "___s": true }, { @@ -34772,7 +34751,7 @@ "filename": "Game.js", "lineno": 137, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "A flag indicating if this Game is currently running its game step or not.", @@ -34792,7 +34771,7 @@ "longname": "Phaser.Game#isRunning", "scope": "instance", "kind": "member", - "___id": "T000002R003210", + "___id": "T000002R003191", "___s": true }, { @@ -34801,7 +34780,7 @@ "filename": "Game.js", "lineno": 147, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "An Event Emitter which is used to broadcast game-level events from the global systems.", @@ -34820,7 +34799,7 @@ "longname": "Phaser.Game#events", "scope": "instance", "kind": "member", - "___id": "T000002R003212", + "___id": "T000002R003193", "___s": true }, { @@ -34829,7 +34808,7 @@ "filename": "Game.js", "lineno": 156, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "An instance of the Animation Manager.\r\rThe Animation Manager is a global system responsible for managing all animations used within your game.", @@ -34848,7 +34827,7 @@ "longname": "Phaser.Game#anims", "scope": "instance", "kind": "member", - "___id": "T000002R003214", + "___id": "T000002R003195", "___s": true }, { @@ -34857,7 +34836,7 @@ "filename": "Game.js", "lineno": 167, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "An instance of the Texture Manager.\r\rThe Texture Manager is a global system responsible for managing all textures being used by your game.", @@ -34876,7 +34855,7 @@ "longname": "Phaser.Game#textures", "scope": "instance", "kind": "member", - "___id": "T000002R003216", + "___id": "T000002R003197", "___s": true }, { @@ -34885,7 +34864,7 @@ "filename": "Game.js", "lineno": 178, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "An instance of the Cache Manager.\r\rThe Cache Manager is a global system responsible for caching, accessing and releasing external game assets.", @@ -34904,7 +34883,7 @@ "longname": "Phaser.Game#cache", "scope": "instance", "kind": "member", - "___id": "T000002R003218", + "___id": "T000002R003199", "___s": true }, { @@ -34913,7 +34892,7 @@ "filename": "Game.js", "lineno": 189, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "An instance of the Data Manager. This is a global manager, available from any Scene\rand allows you to share and exchange your own game-level data or events without having\rto use an internal event system.", @@ -34932,7 +34911,7 @@ "longname": "Phaser.Game#registry", "scope": "instance", "kind": "member", - "___id": "T000002R003220", + "___id": "T000002R003201", "___s": true }, { @@ -34941,7 +34920,7 @@ "filename": "Game.js", "lineno": 200, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "An instance of the Input Manager.\r\rThe Input Manager is a global system responsible for the capture of browser-level input events.", @@ -34960,7 +34939,7 @@ "longname": "Phaser.Game#input", "scope": "instance", "kind": "member", - "___id": "T000002R003222", + "___id": "T000002R003203", "___s": true }, { @@ -34969,7 +34948,7 @@ "filename": "Game.js", "lineno": 211, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "An instance of the Scene Manager.\r\rThe Scene Manager is a global system responsible for creating, modifying and updating the Scenes in your game.", @@ -34988,7 +34967,7 @@ "longname": "Phaser.Game#scene", "scope": "instance", "kind": "member", - "___id": "T000002R003224", + "___id": "T000002R003205", "___s": true }, { @@ -34997,7 +34976,7 @@ "filename": "Game.js", "lineno": 222, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "A reference to the Device inspector.\r\rContains information about the device running this game, such as OS, browser vendor and feature support.\rUsed by various systems to determine capabilities and code paths.", @@ -35016,7 +34995,7 @@ "longname": "Phaser.Game#device", "scope": "instance", "kind": "member", - "___id": "T000002R003226", + "___id": "T000002R003207", "___s": true }, { @@ -35025,7 +35004,7 @@ "filename": "Game.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "An instance of the Scale Manager.\r\rThe Scale Manager is a global system responsible for handling scaling of the game canvas.", @@ -35044,7 +35023,7 @@ "longname": "Phaser.Game#scale", "scope": "instance", "kind": "member", - "___id": "T000002R003228", + "___id": "T000002R003209", "___s": true }, { @@ -35053,7 +35032,7 @@ "filename": "Game.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "An instance of the base Sound Manager.\r\rThe Sound Manager is a global system responsible for the playback and updating of all audio in your game.\r\rYou can disable the inclusion of the Sound Manager in your build by toggling the webpack `FEATURE_SOUND` flag.", @@ -35087,7 +35066,7 @@ "longname": "Phaser.Game#sound", "scope": "instance", "kind": "member", - "___id": "T000002R003230", + "___id": "T000002R003211", "___s": true }, { @@ -35096,7 +35075,7 @@ "filename": "Game.js", "lineno": 263, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "An instance of the Time Step.\r\rThe Time Step is a global system responsible for setting-up and responding to the browser frame events, processing\rthem and calculating delta values. It then automatically calls the game step.", @@ -35115,7 +35094,7 @@ "longname": "Phaser.Game#loop", "scope": "instance", "kind": "member", - "___id": "T000002R003233", + "___id": "T000002R003214", "___s": true }, { @@ -35124,7 +35103,7 @@ "filename": "Game.js", "lineno": 275, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "An instance of the Plugin Manager.\r\rThe Plugin Manager is a global system that allows plugins to register themselves with it, and can then install\rthose plugins into Scenes as required.", @@ -35143,7 +35122,7 @@ "longname": "Phaser.Game#plugins", "scope": "instance", "kind": "member", - "___id": "T000002R003235", + "___id": "T000002R003216", "___s": true }, { @@ -35152,7 +35131,7 @@ "filename": "Game.js", "lineno": 289, "columnno": 12, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "An instance of the Facebook Instant Games Plugin.\r\rThis will only be available if the plugin has been built into Phaser,\ror you're using the special Facebook Instant Games custom build.", @@ -35171,7 +35150,7 @@ "longname": "Phaser.Game#facebook", "scope": "instance", "kind": "member", - "___id": "T000002R003237", + "___id": "T000002R003218", "___s": true }, { @@ -35180,7 +35159,7 @@ "filename": "Game.js", "lineno": 333, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Does the window the game is running in currently have focus or not?\rThis is modified by the VisibilityHandler.", @@ -35200,7 +35179,7 @@ "longname": "Phaser.Game#hasFocus", "scope": "instance", "kind": "member", - "___id": "T000002R003245", + "___id": "T000002R003226", "___s": true }, { @@ -35209,7 +35188,7 @@ "filename": "Game.js", "lineno": 344, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Is the Game currently paused? This will stop everything from updating,\rexcept the `TimeStep` and related RequestAnimationFrame or setTimeout.\rThose will continue stepping, but the core Game step will be skipped.", @@ -35228,7 +35207,7 @@ "longname": "Phaser.Game#isPaused", "scope": "instance", "kind": "member", - "___id": "T000002R003247", + "___id": "T000002R003228", "___s": true }, { @@ -35237,7 +35216,7 @@ "filename": "Game.js", "lineno": 359, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "This method is called automatically when the DOM is ready. It is responsible for creating the renderer,\rdisplaying the Debug Header, adding the game canvas to the DOM and emitting the 'boot' event.\rIt listens for a 'ready' event from the base systems and once received it will call `Game.start`.", @@ -35254,7 +35233,7 @@ "memberof": "Phaser.Game", "longname": "Phaser.Game#boot", "scope": "instance", - "___id": "T000002R003249", + "___id": "T000002R003230", "___s": true }, { @@ -35263,7 +35242,7 @@ "filename": "Game.js", "lineno": 421, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Called automatically by Game.boot once all of the global systems have finished setting themselves up.\rBy this point the Game is now ready to start the main loop running.\rIt will also enable the Visibility Handler.", @@ -35274,7 +35253,7 @@ "memberof": "Phaser.Game", "longname": "Phaser.Game#start", "scope": "instance", - "___id": "T000002R003255", + "___id": "T000002R003236", "___s": true }, { @@ -35283,7 +35262,7 @@ "filename": "Game.js", "lineno": 455, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "The main Game Step. Called automatically by the Time Step, once per browser frame (typically as a result of\rRequest Animation Frame, or Set Timeout on very old browsers.)\r\rThe step will update the global managers first, then proceed to update each Scene in turn, via the Scene Manager.\r\rIt will then render each Scene in turn, via the Renderer. This process emits `prerender` and `postrender` events.", @@ -35328,7 +35307,7 @@ "memberof": "Phaser.Game", "longname": "Phaser.Game#step", "scope": "instance", - "___id": "T000002R003259", + "___id": "T000002R003240", "___s": true }, { @@ -35337,7 +35316,7 @@ "filename": "Game.js", "lineno": 525, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "A special version of the Game Step for the HEADLESS renderer only.\r\rThe main Game Step. Called automatically by the Time Step, once per browser frame (typically as a result of\rRequest Animation Frame, or Set Timeout on very old browsers.)\r\rThe step will update the global managers first, then proceed to update each Scene in turn, via the Scene Manager.\r\rThis process emits `prerender` and `postrender` events, even though nothing actually displays.", @@ -35379,7 +35358,7 @@ "memberof": "Phaser.Game", "longname": "Phaser.Game#headlessStep", "scope": "instance", - "___id": "T000002R003263", + "___id": "T000002R003244", "___s": true }, { @@ -35388,7 +35367,7 @@ "filename": "Game.js", "lineno": 581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Called automatically by the Visibility Handler.\rThis will pause the main loop and then emit a pause event.", @@ -35402,7 +35381,7 @@ "memberof": "Phaser.Game", "longname": "Phaser.Game#onHidden", "scope": "instance", - "___id": "T000002R003267", + "___id": "T000002R003248", "___s": true }, { @@ -35411,7 +35390,7 @@ "filename": "Game.js", "lineno": 597, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "This will pause the entire game and emit a `PAUSE` event.\r\rAll of Phaser's internal systems will be paused and the game will not re-render.\r\rNote that it does not pause any Loader requests that are currently in-flight.", @@ -35424,7 +35403,7 @@ "memberof": "Phaser.Game", "longname": "Phaser.Game#pause", "scope": "instance", - "___id": "T000002R003269", + "___id": "T000002R003250", "___s": true }, { @@ -35433,7 +35412,7 @@ "filename": "Game.js", "lineno": 620, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Called automatically by the Visibility Handler.\rThis will resume the main loop and then emit a resume event.", @@ -35447,7 +35426,7 @@ "memberof": "Phaser.Game", "longname": "Phaser.Game#onVisible", "scope": "instance", - "___id": "T000002R003273", + "___id": "T000002R003254", "___s": true }, { @@ -35456,7 +35435,7 @@ "filename": "Game.js", "lineno": 636, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "This will resume the entire game and emit a `RESUME` event.\r\rAll of Phaser's internal systems will be resumed and the game will start rendering again.", @@ -35469,7 +35448,7 @@ "memberof": "Phaser.Game", "longname": "Phaser.Game#resume", "scope": "instance", - "___id": "T000002R003275", + "___id": "T000002R003256", "___s": true }, { @@ -35478,7 +35457,7 @@ "filename": "Game.js", "lineno": 657, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Called automatically by the Visibility Handler.\rThis will set the main loop into a 'blurred' state, which pauses it.", @@ -35489,7 +35468,7 @@ "memberof": "Phaser.Game", "longname": "Phaser.Game#onBlur", "scope": "instance", - "___id": "T000002R003279", + "___id": "T000002R003260", "___s": true }, { @@ -35498,7 +35477,7 @@ "filename": "Game.js", "lineno": 672, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Called automatically by the Visibility Handler.\rThis will set the main loop into a 'focused' state, which resumes it.", @@ -35509,7 +35488,7 @@ "memberof": "Phaser.Game", "longname": "Phaser.Game#onFocus", "scope": "instance", - "___id": "T000002R003282", + "___id": "T000002R003263", "___s": true }, { @@ -35518,7 +35497,7 @@ "filename": "Game.js", "lineno": 687, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Returns the current game frame.\r\rWhen the game starts running, the frame is incremented every time Request Animation Frame, or Set Timeout, fires.", @@ -35542,7 +35521,7 @@ "memberof": "Phaser.Game", "longname": "Phaser.Game#getFrame", "scope": "instance", - "___id": "T000002R003285", + "___id": "T000002R003266", "___s": true }, { @@ -35551,7 +35530,7 @@ "filename": "Game.js", "lineno": 702, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Returns the time that the current game step started at, as based on `performance.now`.", @@ -35575,7 +35554,7 @@ "memberof": "Phaser.Game", "longname": "Phaser.Game#getTime", "scope": "instance", - "___id": "T000002R003287", + "___id": "T000002R003268", "___s": true }, { @@ -35584,7 +35563,7 @@ "filename": "Game.js", "lineno": 715, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Flags this Game instance as needing to be destroyed on the _next frame_, making this an asynchronous operation.\r\rIt will wait until the current frame has completed and then call `runDestroy` internally.\r\rIf you need to react to the games eventual destruction, listen for the `DESTROY` event.\r\rIf you **do not** need to run Phaser again on the same web page you can set the `noReturn` argument to `true` and it will free-up\rmemory being held by the core Phaser plugins. If you do need to create another game instance on the same page, leave this as `false`.", @@ -35627,7 +35606,7 @@ "memberof": "Phaser.Game", "longname": "Phaser.Game#destroy", "scope": "instance", - "___id": "T000002R003289", + "___id": "T000002R003270", "___s": true }, { @@ -35636,7 +35615,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "kind": "namespace", @@ -35644,7 +35623,7 @@ "memberof": "Phaser", "longname": "Phaser.Core", "scope": "static", - "___id": "T000002R003299", + "___id": "T000002R003280", "___s": true }, { @@ -35653,7 +35632,7 @@ "filename": "TimeStep.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "classdesc": "The core runner class that Phaser uses to handle the game loop. It can use either Request Animation Frame,\ror SetTimeout, based on browser support and config settings, to create a continuous loop within the browser.\r\rEach time the loop fires, `TimeStep.step` is called and this is then passed onto the core Game update loop,\rit is the core heartbeat of your game. It will fire as often as Request Animation Frame is capable of handling\ron the target device.\r\rNote that there are lots of situations where a browser will stop updating your game. Such as if the player\rswitches tabs, or covers up the browser window with another application. In these cases, the 'heartbeat'\rof your game will pause, and only resume when focus is returned to it by the player. There is no way to avoid\rthis situation, all you can do is use the visibility events the browser, and Phaser, provide to detect when\rit has happened and then gracefully recover.", @@ -35690,7 +35669,7 @@ ], "scope": "static", "longname": "Phaser.Core.TimeStep", - "___id": "T000002R003311", + "___id": "T000002R003292", "___s": true }, { @@ -35699,7 +35678,7 @@ "filename": "TimeStep.js", "lineno": 43, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "A reference to the Phaser.Game instance.", @@ -35719,7 +35698,7 @@ "longname": "Phaser.Core.TimeStep#game", "scope": "instance", "kind": "member", - "___id": "T000002R003314", + "___id": "T000002R003295", "___s": true }, { @@ -35728,7 +35707,7 @@ "filename": "TimeStep.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "The Request Animation Frame DOM Event handler.", @@ -35748,7 +35727,7 @@ "longname": "Phaser.Core.TimeStep#raf", "scope": "instance", "kind": "member", - "___id": "T000002R003316", + "___id": "T000002R003297", "___s": true }, { @@ -35757,7 +35736,7 @@ "filename": "TimeStep.js", "lineno": 63, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "A flag that is set once the TimeStep has started running and toggled when it stops.", @@ -35778,7 +35757,7 @@ "longname": "Phaser.Core.TimeStep#started", "scope": "instance", "kind": "member", - "___id": "T000002R003318", + "___id": "T000002R003299", "___s": true }, { @@ -35787,7 +35766,7 @@ "filename": "TimeStep.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "A flag that is set once the TimeStep has started running and toggled when it stops.\rThe difference between this value and `started` is that `running` is toggled when\rthe TimeStep is sent to sleep, where-as `started` remains `true`, only changing if\rthe TimeStep is actually stopped, not just paused.", @@ -35808,7 +35787,7 @@ "longname": "Phaser.Core.TimeStep#running", "scope": "instance", "kind": "member", - "___id": "T000002R003320", + "___id": "T000002R003301", "___s": true }, { @@ -35817,7 +35796,7 @@ "filename": "TimeStep.js", "lineno": 88, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "The minimum fps rate you want the Time Step to run at.\r\rSetting this cannot guarantee the browser runs at this rate, it merely influences\rthe internal timing values to help the Timestep know when it has gone out of sync.", @@ -35837,7 +35816,7 @@ "longname": "Phaser.Core.TimeStep#minFps", "scope": "instance", "kind": "member", - "___id": "T000002R003322", + "___id": "T000002R003303", "___s": true }, { @@ -35846,7 +35825,7 @@ "filename": "TimeStep.js", "lineno": 101, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "The target fps rate for the Time Step to run at.\r\rSetting this value will not actually change the speed at which the browser runs, that is beyond\rthe control of Phaser. Instead, it allows you to determine performance issues and if the Time Step\ris spiraling out of control.", @@ -35866,7 +35845,7 @@ "longname": "Phaser.Core.TimeStep#targetFps", "scope": "instance", "kind": "member", - "___id": "T000002R003324", + "___id": "T000002R003305", "___s": true }, { @@ -35875,7 +35854,7 @@ "filename": "TimeStep.js", "lineno": 115, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Enforce a frame rate limit. This forces how often the Game step will run. By default it is zero,\rwhich means it will run at whatever limit the browser (via RequestAnimationFrame) can handle, which\ris the optimum rate for fast-action or responsive games.\r\rHowever, if you are building a non-game app, like a graphics generator, or low-intensity game that doesn't\rrequire 60fps, then you can lower the step rate via this Game Config value:\r\r```js\rfps: {\r limit: 30\r}\r```\r\rSetting this _beyond_ the rate of RequestAnimationFrame will make no difference at all.\r\rUse it purely to _restrict_ updates in low-intensity situations only.", @@ -35895,7 +35874,7 @@ "longname": "Phaser.Core.TimeStep#fpsLimit", "scope": "instance", "kind": "member", - "___id": "T000002R003326", + "___id": "T000002R003307", "___s": true }, { @@ -35904,7 +35883,7 @@ "filename": "TimeStep.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Is the FPS rate limited?\r\rThis is set by setting the Game Config `limit` value to a value above zero.\r\rConsider this property as read-only.", @@ -35924,7 +35903,7 @@ "longname": "Phaser.Core.TimeStep#hasFpsLimit", "scope": "instance", "kind": "member", - "___id": "T000002R003328", + "___id": "T000002R003309", "___s": true }, { @@ -35933,7 +35912,7 @@ "filename": "TimeStep.js", "lineno": 188, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "An exponential moving average of the frames per second.", @@ -35954,7 +35933,7 @@ "longname": "Phaser.Core.TimeStep#actualFps", "scope": "instance", "kind": "member", - "___id": "T000002R003336", + "___id": "T000002R003317", "___s": true }, { @@ -35963,7 +35942,7 @@ "filename": "TimeStep.js", "lineno": 199, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "The time at which the next fps rate update will take place.\r\rWhen an fps update happens, the `framesThisSecond` value is reset.", @@ -35984,7 +35963,7 @@ "longname": "Phaser.Core.TimeStep#nextFpsUpdate", "scope": "instance", "kind": "member", - "___id": "T000002R003338", + "___id": "T000002R003319", "___s": true }, { @@ -35993,7 +35972,7 @@ "filename": "TimeStep.js", "lineno": 212, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "The number of frames processed this second.", @@ -36014,7 +35993,7 @@ "longname": "Phaser.Core.TimeStep#framesThisSecond", "scope": "instance", "kind": "member", - "___id": "T000002R003340", + "___id": "T000002R003321", "___s": true }, { @@ -36023,7 +36002,7 @@ "filename": "TimeStep.js", "lineno": 223, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "A callback to be invoked each time the TimeStep steps.", @@ -36043,7 +36022,7 @@ "longname": "Phaser.Core.TimeStep#callback", "scope": "instance", "kind": "member", - "___id": "T000002R003342", + "___id": "T000002R003323", "___s": true }, { @@ -36052,7 +36031,7 @@ "filename": "TimeStep.js", "lineno": 233, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "You can force the TimeStep to use SetTimeOut instead of Request Animation Frame by setting\rthe `forceSetTimeOut` property to `true` in the Game Configuration object. It cannot be changed at run-time.", @@ -36073,7 +36052,7 @@ "longname": "Phaser.Core.TimeStep#forceSetTimeOut", "scope": "instance", "kind": "member", - "___id": "T000002R003344", + "___id": "T000002R003325", "___s": true }, { @@ -36082,7 +36061,7 @@ "filename": "TimeStep.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "The time, updated each step by adding the elapsed delta time to the previous value.\r\rThis differs from the `TimeStep.now` value, which is the high resolution time value\ras provided by Request Animation Frame.", @@ -36102,7 +36081,7 @@ "longname": "Phaser.Core.TimeStep#time", "scope": "instance", "kind": "member", - "___id": "T000002R003346", + "___id": "T000002R003327", "___s": true }, { @@ -36111,7 +36090,7 @@ "filename": "TimeStep.js", "lineno": 258, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "The time at which the game started running.\r\rThis value is adjusted if the game is then paused and resumes.", @@ -36131,7 +36110,7 @@ "longname": "Phaser.Core.TimeStep#startTime", "scope": "instance", "kind": "member", - "___id": "T000002R003348", + "___id": "T000002R003329", "___s": true }, { @@ -36140,7 +36119,7 @@ "filename": "TimeStep.js", "lineno": 270, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "The time of the previous step.\r\rThis is typically a high resolution timer value, as provided by Request Animation Frame.", @@ -36160,7 +36139,7 @@ "longname": "Phaser.Core.TimeStep#lastTime", "scope": "instance", "kind": "member", - "___id": "T000002R003350", + "___id": "T000002R003331", "___s": true }, { @@ -36169,7 +36148,7 @@ "filename": "TimeStep.js", "lineno": 282, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "The current frame the game is on. This counter is incremented once every game step, regardless of how much\rtime has passed and is unaffected by delta smoothing.", @@ -36190,7 +36169,7 @@ "longname": "Phaser.Core.TimeStep#frame", "scope": "instance", "kind": "member", - "___id": "T000002R003352", + "___id": "T000002R003333", "___s": true }, { @@ -36199,7 +36178,7 @@ "filename": "TimeStep.js", "lineno": 294, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Is the browser currently considered in focus by the Page Visibility API?\r\rThis value is set in the `blur` method, which is called automatically by the Game instance.", @@ -36220,7 +36199,7 @@ "longname": "Phaser.Core.TimeStep#inFocus", "scope": "instance", "kind": "member", - "___id": "T000002R003354", + "___id": "T000002R003335", "___s": true }, { @@ -36229,7 +36208,7 @@ "filename": "TimeStep.js", "lineno": 329, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "The delta time, in ms, since the last game step. This is a clamped and smoothed average value.", @@ -36249,7 +36228,7 @@ "longname": "Phaser.Core.TimeStep#delta", "scope": "instance", "kind": "member", - "___id": "T000002R003360", + "___id": "T000002R003341", "___s": true }, { @@ -36258,7 +36237,7 @@ "filename": "TimeStep.js", "lineno": 339, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Internal index of the delta history position.", @@ -36278,7 +36257,7 @@ "longname": "Phaser.Core.TimeStep#deltaIndex", "scope": "instance", "kind": "member", - "___id": "T000002R003362", + "___id": "T000002R003343", "___s": true }, { @@ -36287,7 +36266,7 @@ "filename": "TimeStep.js", "lineno": 349, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Internal array holding the previous delta values, used for delta smoothing.", @@ -36315,7 +36294,7 @@ "longname": "Phaser.Core.TimeStep#deltaHistory", "scope": "instance", "kind": "member", - "___id": "T000002R003364", + "___id": "T000002R003345", "___s": true }, { @@ -36324,7 +36303,7 @@ "filename": "TimeStep.js", "lineno": 358, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "The maximum number of delta values that are retained in order to calculate a smoothed moving average.\r\rThis can be changed in the Game Config via the `fps.deltaHistory` property. The default is 10.", @@ -36344,7 +36323,7 @@ "longname": "Phaser.Core.TimeStep#deltaSmoothingMax", "scope": "instance", "kind": "member", - "___id": "T000002R003366", + "___id": "T000002R003347", "___s": true }, { @@ -36353,7 +36332,7 @@ "filename": "TimeStep.js", "lineno": 370, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "The number of frames that the cooldown is set to after the browser panics over the FPS rate, usually\ras a result of switching tabs and regaining focus.\r\rThis can be changed in the Game Config via the `fps.panicMax` property. The default is 120.", @@ -36373,7 +36352,7 @@ "longname": "Phaser.Core.TimeStep#panicMax", "scope": "instance", "kind": "member", - "___id": "T000002R003368", + "___id": "T000002R003349", "___s": true }, { @@ -36382,7 +36361,7 @@ "filename": "TimeStep.js", "lineno": 383, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "The actual elapsed time in ms between one update and the next.\r\rUnlike with `delta`, no smoothing, capping, or averaging is applied to this value.\rSo please be careful when using this value in math calculations.", @@ -36402,7 +36381,7 @@ "longname": "Phaser.Core.TimeStep#rawDelta", "scope": "instance", "kind": "member", - "___id": "T000002R003370", + "___id": "T000002R003351", "___s": true }, { @@ -36411,7 +36390,7 @@ "filename": "TimeStep.js", "lineno": 396, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "The time, set at the start of the current step.\r\rThis is typically a high resolution timer value, as provided by Request Animation Frame.\r\rThis can differ from the `time` value in that it isn't calculated based on the delta value.", @@ -36431,7 +36410,7 @@ "longname": "Phaser.Core.TimeStep#now", "scope": "instance", "kind": "member", - "___id": "T000002R003372", + "___id": "T000002R003353", "___s": true }, { @@ -36440,7 +36419,7 @@ "filename": "TimeStep.js", "lineno": 410, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Apply smoothing to the delta value used within Phasers internal calculations?\r\rThis can be changed in the Game Config via the `fps.smoothStep` property. The default is `true`.\r\rSmoothing helps settle down the delta values after browser tab switches, or other situations\rwhich could cause significant delta spikes or dips. By default it has been enabled in Phaser 3\rsince the first version, but is now exposed under this property (and the corresponding game config\r`smoothStep` value), to allow you to easily disable it, should you require.", @@ -36459,7 +36438,7 @@ "longname": "Phaser.Core.TimeStep#smoothStep", "scope": "instance", "kind": "member", - "___id": "T000002R003374", + "___id": "T000002R003355", "___s": true }, { @@ -36468,7 +36447,7 @@ "filename": "TimeStep.js", "lineno": 427, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Called by the Game instance when the DOM window.onBlur event triggers.", @@ -36478,7 +36457,7 @@ "memberof": "Phaser.Core.TimeStep", "longname": "Phaser.Core.TimeStep#blur", "scope": "instance", - "___id": "T000002R003376", + "___id": "T000002R003357", "___s": true }, { @@ -36487,7 +36466,7 @@ "filename": "TimeStep.js", "lineno": 438, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Called by the Game instance when the DOM window.onFocus event triggers.", @@ -36497,7 +36476,7 @@ "memberof": "Phaser.Core.TimeStep", "longname": "Phaser.Core.TimeStep#focus", "scope": "instance", - "___id": "T000002R003379", + "___id": "T000002R003360", "___s": true }, { @@ -36506,7 +36485,7 @@ "filename": "TimeStep.js", "lineno": 451, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Called when the visibility API says the game is 'hidden' (tab switch out of view, etc)", @@ -36516,7 +36495,7 @@ "memberof": "Phaser.Core.TimeStep", "longname": "Phaser.Core.TimeStep#pause", "scope": "instance", - "___id": "T000002R003382", + "___id": "T000002R003363", "___s": true }, { @@ -36525,7 +36504,7 @@ "filename": "TimeStep.js", "lineno": 462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Called when the visibility API says the game is 'visible' again (tab switch back into view, etc)", @@ -36535,7 +36514,7 @@ "memberof": "Phaser.Core.TimeStep", "longname": "Phaser.Core.TimeStep#resume", "scope": "instance", - "___id": "T000002R003385", + "___id": "T000002R003366", "___s": true }, { @@ -36544,7 +36523,7 @@ "filename": "TimeStep.js", "lineno": 475, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Resets the time, lastTime, fps averages and delta history.\rCalled automatically when a browser sleeps them resumes.", @@ -36554,7 +36533,7 @@ "memberof": "Phaser.Core.TimeStep", "longname": "Phaser.Core.TimeStep#resetDelta", "scope": "instance", - "___id": "T000002R003388", + "___id": "T000002R003369", "___s": true }, { @@ -36563,7 +36542,7 @@ "filename": "TimeStep.js", "lineno": 504, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Starts the Time Step running, if it is not already doing so.\rCalled automatically by the Game Boot process.", @@ -36588,7 +36567,7 @@ "memberof": "Phaser.Core.TimeStep", "longname": "Phaser.Core.TimeStep#start", "scope": "instance", - "___id": "T000002R003400", + "___id": "T000002R003381", "___s": true }, { @@ -36597,7 +36576,7 @@ "filename": "TimeStep.js", "lineno": 539, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Takes the delta value and smooths it based on the previous frames.\r\rCalled automatically as part of the step.", @@ -36636,7 +36615,7 @@ "memberof": "Phaser.Core.TimeStep", "longname": "Phaser.Core.TimeStep#smoothDelta", "scope": "instance", - "___id": "T000002R003409", + "___id": "T000002R003390", "___s": true }, { @@ -36645,7 +36624,7 @@ "filename": "TimeStep.js", "lineno": 603, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Update the estimate of the frame rate, `fps`. Every second, the number\rof frames that occurred in that second are included in an exponential\rmoving average of all frames per second, with an alpha of 0.25. This\rmeans that more recent seconds affect the estimated frame rate more than\rolder seconds.\r\rWhen a browser window is NOT minimized, but is covered up (i.e. you're using\ranother app which has spawned a window over the top of the browser), then it\rwill start to throttle the raf callback time. It waits for a while, and then\rstarts to drop the frame rate at 1 frame per second until it's down to just over 1fps.\rSo if the game was running at 60fps, and the player opens a new window, then\rafter 60 seconds (+ the 'buffer time') it'll be down to 1fps, so rafin'g at 1Hz.\r\rWhen they make the game visible again, the frame rate is increased at a rate of\rapprox. 8fps, back up to 60fps (or the max it can obtain)\r\rThere is no easy way to determine if this drop in frame rate is because the\rbrowser is throttling raf, or because the game is struggling with performance\rbecause you're asking it to do too much on the device.\r\rCompute the new exponential moving average with an alpha of 0.25.", @@ -36670,7 +36649,7 @@ "memberof": "Phaser.Core.TimeStep", "longname": "Phaser.Core.TimeStep#updateFPS", "scope": "instance", - "___id": "T000002R003423", + "___id": "T000002R003404", "___s": true }, { @@ -36679,7 +36658,7 @@ "filename": "TimeStep.js", "lineno": 638, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "The main step method with an fps limiter. This is called each time the browser updates, either by Request Animation Frame,\ror by Set Timeout. It is responsible for calculating the delta values, frame totals, cool down history and more.\rYou generally should never call this method directly.", @@ -36704,7 +36683,7 @@ "memberof": "Phaser.Core.TimeStep", "longname": "Phaser.Core.TimeStep#stepLimitFPS", "scope": "instance", - "___id": "T000002R003428", + "___id": "T000002R003409", "___s": true }, { @@ -36713,7 +36692,7 @@ "filename": "TimeStep.js", "lineno": 689, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "The main step method. This is called each time the browser updates, either by Request Animation Frame,\ror by Set Timeout. It is responsible for calculating the delta values, frame totals, cool down history and more.\rYou generally should never call this method directly.", @@ -36738,7 +36717,7 @@ "memberof": "Phaser.Core.TimeStep", "longname": "Phaser.Core.TimeStep#step", "scope": "instance", - "___id": "T000002R003438", + "___id": "T000002R003419", "___s": true }, { @@ -36747,7 +36726,7 @@ "filename": "TimeStep.js", "lineno": 735, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Manually calls `TimeStep.step`.", @@ -36757,7 +36736,7 @@ "memberof": "Phaser.Core.TimeStep", "longname": "Phaser.Core.TimeStep#tick", "scope": "instance", - "___id": "T000002R003447", + "___id": "T000002R003428", "___s": true }, { @@ -36766,7 +36745,7 @@ "filename": "TimeStep.js", "lineno": 755, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Sends the TimeStep to sleep, stopping Request Animation Frame (or SetTimeout) and toggling the `running` flag to false.", @@ -36776,7 +36755,7 @@ "memberof": "Phaser.Core.TimeStep", "longname": "Phaser.Core.TimeStep#sleep", "scope": "instance", - "___id": "T000002R003450", + "___id": "T000002R003431", "___s": true }, { @@ -36785,7 +36764,7 @@ "filename": "TimeStep.js", "lineno": 771, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Wakes-up the TimeStep, restarting Request Animation Frame (or SetTimeout) and toggling the `running` flag to true.\rThe `seamless` argument controls if the wake-up should adjust the start time or not.", @@ -36812,7 +36791,7 @@ "memberof": "Phaser.Core.TimeStep", "longname": "Phaser.Core.TimeStep#wake", "scope": "instance", - "___id": "T000002R003453", + "___id": "T000002R003434", "___s": true }, { @@ -36821,7 +36800,7 @@ "filename": "TimeStep.js", "lineno": 808, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Gets the duration which the game has been running, in seconds.", @@ -36845,7 +36824,7 @@ "memberof": "Phaser.Core.TimeStep", "longname": "Phaser.Core.TimeStep#getDuration", "scope": "instance", - "___id": "T000002R003463", + "___id": "T000002R003444", "___s": true }, { @@ -36854,7 +36833,7 @@ "filename": "TimeStep.js", "lineno": 821, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Gets the duration which the game has been running, in ms.", @@ -36878,7 +36857,7 @@ "memberof": "Phaser.Core.TimeStep", "longname": "Phaser.Core.TimeStep#getDurationMS", "scope": "instance", - "___id": "T000002R003465", + "___id": "T000002R003446", "___s": true }, { @@ -36887,7 +36866,7 @@ "filename": "TimeStep.js", "lineno": 834, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Stops the TimeStep running.", @@ -36912,7 +36891,7 @@ "memberof": "Phaser.Core.TimeStep", "longname": "Phaser.Core.TimeStep#stop", "scope": "instance", - "___id": "T000002R003467", + "___id": "T000002R003448", "___s": true }, { @@ -36921,7 +36900,7 @@ "filename": "TimeStep.js", "lineno": 852, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "Destroys the TimeStep. This will stop Request Animation Frame, stop the step, clear the callbacks and null\rany objects.", @@ -36931,7 +36910,7 @@ "memberof": "Phaser.Core.TimeStep", "longname": "Phaser.Core.TimeStep#destroy", "scope": "instance", - "___id": "T000002R003471", + "___id": "T000002R003452", "___s": true }, { @@ -36940,7 +36919,7 @@ "filename": "AudioConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\typedefs", "code": {} }, "description": "Config object containing various sound settings.", @@ -37008,7 +36987,7 @@ "memberof": "Phaser.Types.Core", "longname": "Phaser.Types.Core.AudioConfig", "scope": "static", - "___id": "T000002R003477", + "___id": "T000002R003458", "___s": true }, { @@ -37017,7 +36996,7 @@ "filename": "BannerConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\typedefs", "code": {} }, "kind": "typedef", @@ -37090,7 +37069,7 @@ "memberof": "Phaser.Types.Core", "longname": "Phaser.Types.Core.BannerConfig", "scope": "static", - "___id": "T000002R003478", + "___id": "T000002R003459", "___s": true }, { @@ -37099,7 +37078,7 @@ "filename": "BootCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\typedefs", "code": {} }, "kind": "typedef", @@ -37128,7 +37107,7 @@ "memberof": "Phaser.Types.Core", "longname": "Phaser.Types.Core.BootCallback", "scope": "static", - "___id": "T000002R003479", + "___id": "T000002R003460", "___s": true }, { @@ -37137,7 +37116,7 @@ "filename": "CallbacksConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\typedefs", "code": {} }, "kind": "typedef", @@ -37187,7 +37166,7 @@ "memberof": "Phaser.Types.Core", "longname": "Phaser.Types.Core.CallbacksConfig", "scope": "static", - "___id": "T000002R003480", + "___id": "T000002R003461", "___s": true }, { @@ -37196,7 +37175,7 @@ "filename": "DOMContainerConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\typedefs", "code": {} }, "kind": "typedef", @@ -37261,7 +37240,7 @@ "memberof": "Phaser.Types.Core", "longname": "Phaser.Types.Core.DOMContainerConfig", "scope": "static", - "___id": "T000002R003481", + "___id": "T000002R003462", "___s": true }, { @@ -37270,7 +37249,7 @@ "filename": "FPSConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\typedefs", "code": {} }, "kind": "typedef", @@ -37395,16 +37374,16 @@ "memberof": "Phaser.Types.Core", "longname": "Phaser.Types.Core.FPSConfig", "scope": "static", - "___id": "T000002R003482", + "___id": "T000002R003463", "___s": true }, { - "comment": "/**\r\n * @typedef {object} Phaser.Types.Core.GameConfig\r\n * @since 3.0.0\r\n *\r\n * @property {(number|string)} [width=1024] - The width of the game, in game pixels.\r\n * @property {(number|string)} [height=768] - The height of the game, in game pixels.\r\n * @property {number} [zoom=1] - Simple scale applied to the game canvas. 2 is double size, 0.5 is half size, etc.\r\n * @property {number} [type=CONST.AUTO] - Which renderer to use. Phaser.AUTO, Phaser.CANVAS, Phaser.HEADLESS, or Phaser.WEBGL. AUTO picks WEBGL if available, otherwise CANVAS.\r\n * @property {(number|boolean)} [stableSort=-1] - `true` or `1` = Use the built-in StableSort (needed for older browsers), `false` or `0` = Rely on ES2019 Array.sort being stable (modern browsers only), or `-1` = Try and determine this automatically based on browser inspection (not guaranteed to work, errs on side of caution).\r\n * @property {(HTMLElement|string)} [parent=undefined] - The DOM element that will contain the game canvas, or its `id`. If undefined, or if the named element doesn't exist, the game canvas is appended to the document body. If `null` no parent will be used and you are responsible for adding the canvas to the dom.\r\n * @property {HTMLCanvasElement} [canvas=null] - Provide your own Canvas element for Phaser to use instead of creating one.\r\n * @property {string} [canvasStyle=null] - CSS styles to apply to the game canvas instead of Phasers default styles.\r\n * @property {boolean}[customEnvironment=false] - Is Phaser running under a custom (non-native web) environment? If so, set this to `true` to skip internal Feature detection. If `true` the `renderType` cannot be left as `AUTO`.\r\n * @property {CanvasRenderingContext2D} [context] - Provide your own Canvas Context for Phaser to use, instead of creating one.\r\n * @property {(Phaser.Types.Scenes.SceneType|Phaser.Types.Scenes.SceneType[])} [scene=null] - A scene or scenes to add to the game. If several are given, the first is started; the remainder are started only if they have `{ active: true }`. See the `sceneConfig` argument in `Phaser.Scenes.SceneManager#add`.\r\n * @property {string[]} [seed] - Seed for the random number generator.\r\n * @property {string} [title=''] - The title of the game. Shown in the browser console.\r\n * @property {string} [url='https://phaser.io'] - The URL of the game. Shown in the browser console.\r\n * @property {string} [version=''] - The version of the game. Shown in the browser console.\r\n * @property {boolean} [autoFocus=true] - Automatically call window.focus() when the game boots. Usually necessary to capture input events if the game is in a separate frame.\r\n * @property {(boolean|Phaser.Types.Core.InputConfig)} [input] - Input configuration, or `false` to disable all game input.\r\n * @property {boolean} [disableContextMenu=false] - Disable the browser's default 'contextmenu' event (usually triggered by a right-button mouse click).\r\n * @property {(boolean|Phaser.Types.Core.BannerConfig)} [banner=false] - Configuration for the banner printed in the browser console when the game starts.\r\n * @property {Phaser.Types.Core.DOMContainerConfig} [dom] - The DOM Container configuration object.\r\n * @property {Phaser.Types.Core.FPSConfig} [fps] - Game loop configuration.\r\n * @property {Phaser.Types.Core.RenderConfig} [render] - Game renderer configuration.\r\n * @property {Phaser.Types.Core.CallbacksConfig} [callbacks] - Optional callbacks to run before or after game boot.\r\n * @property {Phaser.Types.Core.LoaderConfig} [loader] - Loader configuration.\r\n * @property {Phaser.Types.Core.ImagesConfig} [images] - Images configuration.\r\n * @property {Phaser.Types.Core.PhysicsConfig} [physics] - Physics configuration.\r\n * @property {Phaser.Types.Core.PluginObject|Phaser.Types.Core.PluginObjectItem[]} [plugins] - Plugins to install.\r\n * @property {Phaser.Types.Core.ScaleConfig} [scale] - The Scale Manager configuration.\r\n * @property {Phaser.Types.Core.AudioConfig} [audio] - The Audio Configuration object.\r\n * @property {Phaser.Types.Core.PipelineConfig} [pipeline] - A WebGL Pipeline configuration object. Can also be part of the `RenderConfig`.\r\n * @property {(string|number)} [backgroundColor=0x000000] - The background color of the game canvas. The default is black.\r\n * @property {boolean} [antialias=true] - When set to `true`, WebGL uses linear interpolation to draw scaled or rotated textures, giving a smooth appearance. When set to `false`, WebGL uses nearest-neighbor interpolation, giving a crisper appearance. `false` also disables antialiasing of the game canvas itself, if the browser supports it, when the game canvas is scaled.\r\n * @property {boolean} [antialiasGL=true] - Sets the `antialias` property when the WebGL context is created. Setting this value does not impact any subsequent textures that are created, or the canvas style attributes.\r\n * @property {boolean} [desynchronized=false] - When set to `true` it will create a desynchronized context for both 2D and WebGL. See https://developers.google.com/web/updates/2019/05/desynchronized for details.\r\n * @property {boolean} [pixelArt=false] - Sets `antialias` to false and `roundPixels` to true. This is the best setting for pixel-art games.\r\n * @property {boolean} [roundPixels=false] - Draw texture-based Game Objects at only whole-integer positions. Game Objects without textures, like Graphics, ignore this property.\r\n * @property {boolean} [transparent=false] - Whether the game canvas will be transparent. Boolean that indicates if the canvas contains an alpha channel. If set to false, the browser now knows that the backdrop is always opaque, which can speed up drawing of transparent content and images.\r\n * @property {boolean} [clearBeforeRender=true] - Whether the game canvas will be cleared between each rendering frame.\r\n * @property {boolean} [preserveDrawingBuffer=false] - If the value is true the WebGL buffers will not be cleared and will preserve their values until cleared or overwritten by the author.\r\n * @property {boolean} [premultipliedAlpha=true] - In WebGL mode, the drawing buffer contains colors with pre-multiplied alpha.\r\n * @property {boolean} [failIfMajorPerformanceCaveat=false] - Let the browser abort creating a WebGL context if it judges performance would be unacceptable.\r\n * @property {string} [powerPreference='default'] - \"high-performance\", \"low-power\" or \"default\". A hint to the browser on how much device power the game might use.\r\n * @property {number} [batchSize=4096] - The default WebGL batch size. Represents the number of _quads_ that can be added to a single batch.\r\n * @property {number} [maxLights=10] - The maximum number of lights allowed to be visible within range of a single Camera in the LightManager.\r\n * @property {number} [maxTextures=-1] - When in WebGL mode, this sets the maximum number of GPU Textures to use. The default, -1, will use all available units. The WebGL1 spec says all browsers should provide a minimum of 8.\r\n * @property {string} [mipmapFilter='LINEAR'] - The mipmap magFilter to be used when creating WebGL textures.\r\n * @property {boolean} [autoMobilePipeline=true] - Automatically enable the Mobile Pipeline if iOS or Android detected?\r\n * @property {string} [defaultPipeline='MultiPipeline'] - The WebGL Pipeline that Game Objects will use by default. Set to 'MultiPipeline' as standard.\r\n * @property {boolean} [expandParent=true] - Is the Scale Manager allowed to adjust the CSS height property of the parent and/or document body to be 100%?\r\n * @property {Phaser.Scale.ScaleModeType} [mode=Phaser.Scale.ScaleModes.NONE] - The scale mode.\r\n * @property {WidthHeight} [min] - The minimum width and height the canvas can be scaled down to.\r\n * @property {WidthHeight} [max] - The maximum width the canvas can be scaled up to.\r\n * @property {boolean} [autoRound=false] - Automatically round the display and style sizes of the canvas. This can help with performance in lower-powered devices.\r\n * @property {Phaser.Scale.CenterType} [autoCenter=Phaser.Scale.Center.NO_CENTER] - Automatically center the canvas within the parent?\r\n * @property {number} [resizeInterval=500] - How many ms should elapse before checking if the browser size has changed?\r\n * @property {?(HTMLElement|string)} [fullscreenTarget] - The DOM element that will be sent into full screen mode, or its `id`. If undefined Phaser will create its own div and insert the canvas into it when entering fullscreen mode.\r\n * @property {boolean} [disablePreFX=false] - Disables the automatic creation of the Pre FX Pipelines. If disabled, you cannot use the built-in Pre FX on Game Objects.\r\n * @property {boolean} [disablePostFX=false] - Disables the automatic creation of the Post FX Pipelines. If disabled, you cannot use the built-in Post FX on Game Objects.\r\n */", + "comment": "/**\r\n * @typedef {object} Phaser.Types.Core.GameConfig\r\n * @since 3.0.0\r\n *\r\n * @property {(number|string)} [width=1024] - The width of the game, in game pixels.\r\n * @property {(number|string)} [height=768] - The height of the game, in game pixels.\r\n * @property {number} [zoom=1] - Simple scale applied to the game canvas. 2 is double size, 0.5 is half size, etc.\r\n * @property {number} [type=CONST.AUTO] - Which renderer to use. Phaser.AUTO, Phaser.CANVAS, Phaser.HEADLESS, or Phaser.WEBGL. AUTO picks WEBGL if available, otherwise CANVAS.\r\n * @property {(number|boolean)} [stableSort=-1] - `true` or `1` = Use the built-in StableSort (needed for older browsers), `false` or `0` = Rely on ES2019 Array.sort being stable (modern browsers only), or `-1` = Try and determine this automatically based on browser inspection (not guaranteed to work, errs on side of caution).\r\n * @property {(HTMLElement|string|null)} [parent=undefined] - The DOM element that will contain the game canvas, or its `id`. If undefined, or if the named element doesn't exist, the game canvas is appended to the document body. If `null` no parent will be used and you are responsible for adding the canvas to the dom.\r\n * @property {HTMLCanvasElement} [canvas=null] - Provide your own Canvas element for Phaser to use instead of creating one.\r\n * @property {string} [canvasStyle=null] - CSS styles to apply to the game canvas instead of Phasers default styles.\r\n * @property {boolean}[customEnvironment=false] - Is Phaser running under a custom (non-native web) environment? If so, set this to `true` to skip internal Feature detection. If `true` the `renderType` cannot be left as `AUTO`.\r\n * @property {CanvasRenderingContext2D} [context] - Provide your own Canvas Context for Phaser to use, instead of creating one.\r\n * @property {(Phaser.Types.Scenes.SceneType|Phaser.Types.Scenes.SceneType[])} [scene=null] - A scene or scenes to add to the game. If several are given, the first is started; the remainder are started only if they have `{ active: true }`. See the `sceneConfig` argument in `Phaser.Scenes.SceneManager#add`.\r\n * @property {string[]} [seed] - Seed for the random number generator.\r\n * @property {string} [title=''] - The title of the game. Shown in the browser console.\r\n * @property {string} [url='https://phaser.io'] - The URL of the game. Shown in the browser console.\r\n * @property {string} [version=''] - The version of the game. Shown in the browser console.\r\n * @property {boolean} [autoFocus=true] - Automatically call window.focus() when the game boots. Usually necessary to capture input events if the game is in a separate frame.\r\n * @property {(boolean|Phaser.Types.Core.InputConfig)} [input] - Input configuration, or `false` to disable all game input.\r\n * @property {boolean} [disableContextMenu=false] - Disable the browser's default 'contextmenu' event (usually triggered by a right-button mouse click).\r\n * @property {(boolean|Phaser.Types.Core.BannerConfig)} [banner=false] - Configuration for the banner printed in the browser console when the game starts.\r\n * @property {Phaser.Types.Core.DOMContainerConfig} [dom] - The DOM Container configuration object.\r\n * @property {Phaser.Types.Core.FPSConfig} [fps] - Game loop configuration.\r\n * @property {Phaser.Types.Core.RenderConfig} [render] - Game renderer configuration.\r\n * @property {Phaser.Types.Core.CallbacksConfig} [callbacks] - Optional callbacks to run before or after game boot.\r\n * @property {Phaser.Types.Core.LoaderConfig} [loader] - Loader configuration.\r\n * @property {Phaser.Types.Core.ImagesConfig} [images] - Images configuration.\r\n * @property {Phaser.Types.Core.PhysicsConfig} [physics] - Physics configuration.\r\n * @property {Phaser.Types.Core.PluginObject|Phaser.Types.Core.PluginObjectItem[]} [plugins] - Plugins to install.\r\n * @property {Phaser.Types.Core.ScaleConfig} [scale] - The Scale Manager configuration.\r\n * @property {Phaser.Types.Core.AudioConfig} [audio] - The Audio Configuration object.\r\n * @property {Phaser.Types.Core.PipelineConfig} [pipeline] - A WebGL Pipeline configuration object. Can also be part of the `RenderConfig`.\r\n * @property {(string|number)} [backgroundColor=0x000000] - The background color of the game canvas. The default is black.\r\n * @property {boolean} [antialias=true] - When set to `true`, WebGL uses linear interpolation to draw scaled or rotated textures, giving a smooth appearance. When set to `false`, WebGL uses nearest-neighbor interpolation, giving a crisper appearance. `false` also disables antialiasing of the game canvas itself, if the browser supports it, when the game canvas is scaled.\r\n * @property {boolean} [antialiasGL=true] - Sets the `antialias` property when the WebGL context is created. Setting this value does not impact any subsequent textures that are created, or the canvas style attributes.\r\n * @property {boolean} [desynchronized=false] - When set to `true` it will create a desynchronized context for both 2D and WebGL. See https://developers.google.com/web/updates/2019/05/desynchronized for details.\r\n * @property {boolean} [pixelArt=false] - Sets `antialias` to false and `roundPixels` to true. This is the best setting for pixel-art games.\r\n * @property {boolean} [roundPixels=false] - Draw texture-based Game Objects at only whole-integer positions. Game Objects without textures, like Graphics, ignore this property.\r\n * @property {boolean} [transparent=false] - Whether the game canvas will be transparent. Boolean that indicates if the canvas contains an alpha channel. If set to false, the browser now knows that the backdrop is always opaque, which can speed up drawing of transparent content and images.\r\n * @property {boolean} [clearBeforeRender=true] - Whether the game canvas will be cleared between each rendering frame.\r\n * @property {boolean} [preserveDrawingBuffer=false] - If the value is true the WebGL buffers will not be cleared and will preserve their values until cleared or overwritten by the author.\r\n * @property {boolean} [premultipliedAlpha=true] - In WebGL mode, the drawing buffer contains colors with pre-multiplied alpha.\r\n * @property {boolean} [failIfMajorPerformanceCaveat=false] - Let the browser abort creating a WebGL context if it judges performance would be unacceptable.\r\n * @property {string} [powerPreference='default'] - \"high-performance\", \"low-power\" or \"default\". A hint to the browser on how much device power the game might use.\r\n * @property {number} [batchSize=4096] - The default WebGL batch size. Represents the number of _quads_ that can be added to a single batch.\r\n * @property {number} [maxLights=10] - The maximum number of lights allowed to be visible within range of a single Camera in the LightManager.\r\n * @property {number} [maxTextures=-1] - When in WebGL mode, this sets the maximum number of GPU Textures to use. The default, -1, will use all available units. The WebGL1 spec says all browsers should provide a minimum of 8.\r\n * @property {string} [mipmapFilter='LINEAR'] - The mipmap magFilter to be used when creating WebGL textures.\r\n * @property {boolean} [autoMobilePipeline=true] - Automatically enable the Mobile Pipeline if iOS or Android detected?\r\n * @property {string} [defaultPipeline='MultiPipeline'] - The WebGL Pipeline that Game Objects will use by default. Set to 'MultiPipeline' as standard.\r\n * @property {boolean} [expandParent=true] - Is the Scale Manager allowed to adjust the CSS height property of the parent and/or document body to be 100%?\r\n * @property {Phaser.Scale.ScaleModeType} [mode=Phaser.Scale.ScaleModes.NONE] - The scale mode.\r\n * @property {WidthHeight} [min] - The minimum width and height the canvas can be scaled down to.\r\n * @property {WidthHeight} [max] - The maximum width the canvas can be scaled up to.\r\n * @property {boolean} [autoRound=false] - Automatically round the display and style sizes of the canvas. This can help with performance in lower-powered devices.\r\n * @property {Phaser.Scale.CenterType} [autoCenter=Phaser.Scale.Center.NO_CENTER] - Automatically center the canvas within the parent?\r\n * @property {number} [resizeInterval=500] - How many ms should elapse before checking if the browser size has changed?\r\n * @property {?(HTMLElement|string)} [fullscreenTarget] - The DOM element that will be sent into full screen mode, or its `id`. If undefined Phaser will create its own div and insert the canvas into it when entering fullscreen mode.\r\n * @property {boolean} [disablePreFX=false] - Disables the automatic creation of the Pre FX Pipelines. If disabled, you cannot use the built-in Pre FX on Game Objects.\r\n * @property {boolean} [disablePostFX=false] - Disables the automatic creation of the Post FX Pipelines. If disabled, you cannot use the built-in Post FX on Game Objects.\r\n */", "meta": { "filename": "GameConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\typedefs", "code": {} }, "kind": "typedef", @@ -37529,7 +37508,8 @@ "type": { "names": [ "HTMLElement", - "string" + "string", + "null" ], "parsedType": { "type": "TypeUnion", @@ -37541,6 +37521,9 @@ { "type": "NameExpression", "name": "string" + }, + { + "type": "NullLiteral" } ] } @@ -38405,7 +38388,7 @@ "memberof": "Phaser.Types.Core", "longname": "Phaser.Types.Core.GameConfig", "scope": "static", - "___id": "T000002R003483", + "___id": "T000002R003464", "___s": true }, { @@ -38414,7 +38397,7 @@ "filename": "GamepadInputConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\typedefs", "code": {} }, "kind": "typedef", @@ -38448,7 +38431,7 @@ "memberof": "Phaser.Types.Core", "longname": "Phaser.Types.Core.GamepadInputConfig", "scope": "static", - "___id": "T000002R003484", + "___id": "T000002R003465", "___s": true }, { @@ -38457,7 +38440,7 @@ "filename": "ImagesConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\typedefs", "code": {} }, "kind": "typedef", @@ -38519,7 +38502,7 @@ "memberof": "Phaser.Types.Core", "longname": "Phaser.Types.Core.ImagesConfig", "scope": "static", - "___id": "T000002R003485", + "___id": "T000002R003466", "___s": true }, { @@ -38528,7 +38511,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\typedefs", "code": {} }, "kind": "namespace", @@ -38536,7 +38519,7 @@ "memberof": "Phaser.Types", "longname": "Phaser.Types.Core", "scope": "static", - "___id": "T000002R003486", + "___id": "T000002R003467", "___s": true }, { @@ -38545,7 +38528,7 @@ "filename": "InputConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\typedefs", "code": {} }, "kind": "typedef", @@ -38710,7 +38693,7 @@ "memberof": "Phaser.Types.Core", "longname": "Phaser.Types.Core.InputConfig", "scope": "static", - "___id": "T000002R003487", + "___id": "T000002R003468", "___s": true }, { @@ -38719,7 +38702,7 @@ "filename": "KeyboardInputConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\typedefs", "code": {} }, "kind": "typedef", @@ -38778,16 +38761,16 @@ "memberof": "Phaser.Types.Core", "longname": "Phaser.Types.Core.KeyboardInputConfig", "scope": "static", - "___id": "T000002R003488", + "___id": "T000002R003469", "___s": true }, { - "comment": "/**\r\n * @typedef {object} Phaser.Types.Core.LoaderConfig\r\n * @since 3.0.0\r\n *\r\n * @property {string} [baseURL] - A URL used to resolve paths given to the loader. Example: 'http://labs.phaser.io/assets/'.\r\n * @property {string} [path] - A URL path used to resolve relative paths given to the loader. Example: 'images/sprites/'.\r\n * @property {number} [maxParallelDownloads=32] - The maximum number of resources the loader will start loading at once.\r\n * @property {(string|undefined)} [crossOrigin=undefined] - 'anonymous', 'use-credentials', or `undefined`. If you're not making cross-origin requests, leave this as `undefined`. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes}.\r\n * @property {string} [responseType] - The response type of the XHR request, e.g. `blob`, `text`, etc.\r\n * @property {boolean} [async=true] - Should the XHR request use async or not?\r\n * @property {string} [user] - Optional username for all XHR requests.\r\n * @property {string} [password] - Optional password for all XHR requests.\r\n * @property {number} [timeout=0] - Optional XHR timeout value, in ms.\r\n * @property {string[]} [localScheme] - An optional array of schemes that the Loader considers as being 'local' files. Defaults to: `[ 'file://', 'capacitor://' ]` if not specified.\r\n */", + "comment": "/**\r\n * @typedef {object} Phaser.Types.Core.LoaderConfig\r\n * @since 3.0.0\r\n *\r\n * @property {string} [baseURL] - A URL used to resolve paths given to the loader. Example: 'http://labs.phaser.io/assets/'.\r\n * @property {string} [path] - A URL path used to resolve relative paths given to the loader. Example: 'images/sprites/'.\r\n * @property {number} [maxParallelDownloads=32] - The maximum number of resources the loader will start loading at once.\r\n * @property {(string|undefined)} [crossOrigin=undefined] - 'anonymous', 'use-credentials', or `undefined`. If you're not making cross-origin requests, leave this as `undefined`. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes}.\r\n * @property {string} [responseType] - The response type of the XHR request, e.g. `blob`, `text`, etc.\r\n * @property {boolean} [async=true] - Should the XHR request use async or not?\r\n * @property {string} [user] - Optional username for all XHR requests.\r\n * @property {string} [password] - Optional password for all XHR requests.\r\n * @property {number} [timeout=0] - Optional XHR timeout value, in ms.\r\n * @property {string[]} [localScheme] - An optional array of schemes that the Loader considers as being 'local' files. Defaults to: `[ 'file://', 'capacitor://' ]` if not specified.\r\n * @property {boolean} [withCredentials=false] - Optional XHR withCredentials value.\r\n * @property {string} [imageLoadType='XHR'] - Optional load type for image, `XHR` is default, or `HTMLImageElement` for a lightweight way.\r\n */", "meta": { "filename": "LoaderConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\typedefs", "code": {} }, "kind": "typedef", @@ -38963,12 +38946,42 @@ "optional": true, "description": "An optional array of schemes that the Loader considers as being 'local' files. Defaults to: `[ 'file://', 'capacitor://' ]` if not specified.", "name": "localScheme" + }, + { + "type": { + "names": [ + "boolean" + ], + "parsedType": { + "type": "NameExpression", + "name": "boolean" + } + }, + "optional": true, + "defaultvalue": false, + "description": "Optional XHR withCredentials value.", + "name": "withCredentials" + }, + { + "type": { + "names": [ + "string" + ], + "parsedType": { + "type": "NameExpression", + "name": "string" + } + }, + "optional": true, + "defaultvalue": "'XHR'", + "description": "Optional load type for image, `XHR` is default, or `HTMLImageElement` for a lightweight way.", + "name": "imageLoadType" } ], "memberof": "Phaser.Types.Core", "longname": "Phaser.Types.Core.LoaderConfig", "scope": "static", - "___id": "T000002R003489", + "___id": "T000002R003470", "___s": true }, { @@ -38977,7 +38990,7 @@ "filename": "MouseInputConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\typedefs", "code": {} }, "kind": "typedef", @@ -39071,7 +39084,7 @@ "memberof": "Phaser.Types.Core", "longname": "Phaser.Types.Core.MouseInputConfig", "scope": "static", - "___id": "T000002R003490", + "___id": "T000002R003471", "___s": true }, { @@ -39080,7 +39093,7 @@ "filename": "NOOP.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\typedefs", "code": {} }, "description": "This callback type is completely empty, a no-operation.", @@ -39095,7 +39108,7 @@ "memberof": "Phaser.Types.Core", "longname": "Phaser.Types.Core.NOOP", "scope": "static", - "___id": "T000002R003491", + "___id": "T000002R003472", "___s": true }, { @@ -39104,7 +39117,7 @@ "filename": "PhysicsConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\typedefs", "code": {} }, "kind": "typedef", @@ -39166,7 +39179,7 @@ "memberof": "Phaser.Types.Core", "longname": "Phaser.Types.Core.PhysicsConfig", "scope": "static", - "___id": "T000002R003492", + "___id": "T000002R003473", "___s": true }, { @@ -39175,7 +39188,7 @@ "filename": "PipelineConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\typedefs", "code": {} }, "kind": "typedef", @@ -39236,7 +39249,7 @@ "memberof": "Phaser.Types.Core", "longname": "Phaser.Types.Core.PipelineConfig", "scope": "static", - "___id": "T000002R003493", + "___id": "T000002R003474", "___s": true }, { @@ -39245,7 +39258,7 @@ "filename": "PluginObject.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\typedefs", "code": {} }, "kind": "typedef", @@ -39361,7 +39374,7 @@ "memberof": "Phaser.Types.Core", "longname": "Phaser.Types.Core.PluginObject", "scope": "static", - "___id": "T000002R003494", + "___id": "T000002R003475", "___s": true }, { @@ -39370,7 +39383,7 @@ "filename": "PluginObjectItem.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\typedefs", "code": {} }, "kind": "typedef", @@ -39490,16 +39503,16 @@ "memberof": "Phaser.Types.Core", "longname": "Phaser.Types.Core.PluginObjectItem", "scope": "static", - "___id": "T000002R003495", + "___id": "T000002R003476", "___s": true }, { - "comment": "/**\r\n * @typedef {object} Phaser.Types.Core.RenderConfig\r\n * @since 3.0.0\r\n *\r\n * @property {boolean} [antialias=true] - When set to `true`, WebGL uses linear interpolation to draw scaled or rotated textures, giving a smooth appearance. When set to `false`, WebGL uses nearest-neighbor interpolation, giving a crisper appearance. `false` also disables antialiasing of the game canvas itself, if the browser supports it, when the game canvas is scaled.\r\n * @property {boolean} [antialiasGL=true] - Sets the `antialias` property when the WebGL context is created. Setting this value does not impact any subsequent textures that are created, or the canvas style attributes.\r\n * @property {boolean} [desynchronized=false] - When set to `true` it will create a desynchronized context for both 2D and WebGL. See https://developers.google.com/web/updates/2019/05/desynchronized for details.\r\n * @property {boolean} [pixelArt=false] - Sets `antialias` to false and `roundPixels` to true. This is the best setting for pixel-art games.\r\n * @property {boolean} [roundPixels=true] - Draw texture-based Game Objects at only whole-integer positions. Game Objects without textures, like Graphics, ignore this property.\r\n * @property {boolean} [transparent=false] - Whether the game canvas will be transparent. Boolean that indicates if the canvas contains an alpha channel. If set to false, the browser now knows that the backdrop is always opaque, which can speed up drawing of transparent content and images.\r\n * @property {boolean} [clearBeforeRender=true] - Whether the game canvas will be cleared between each rendering frame.\r\n * @property {boolean} [preserveDrawingBuffer=false] - If the value is true the WebGL buffers will not be cleared and will preserve their values until cleared or overwritten by the author.\r\n * @property {boolean} [premultipliedAlpha=true] - In WebGL mode, the drawing buffer contains colors with pre-multiplied alpha.\r\n * @property {boolean} [failIfMajorPerformanceCaveat=false] - Let the browser abort creating a WebGL context if it judges performance would be unacceptable.\r\n * @property {string} [powerPreference='default'] - \"high-performance\", \"low-power\" or \"default\". A hint to the browser on how much device power the game might use.\r\n * @property {number} [batchSize=4096] - The default WebGL batch size. Represents the number of _quads_ that can be added to a single batch.\r\n * @property {number} [maxLights=10] - The maximum number of lights allowed to be visible within range of a single Camera in the LightManager.\r\n * @property {number} [maxTextures=-1] - When in WebGL mode, this sets the maximum number of GPU Textures to use. The default, -1, will use all available units. The WebGL1 spec says all browsers should provide a minimum of 8.\r\n * @property {string} [mipmapFilter=''] - The mipmap magFilter to be used when creating WebGL textures. Don't set unless you wish to create mipmaps. Set to one of the following: 'NEAREST', 'LINEAR', 'NEAREST_MIPMAP_NEAREST', 'LINEAR_MIPMAP_NEAREST', 'NEAREST_MIPMAP_LINEAR' or 'LINEAR_MIPMAP_LINEAR'.\r\n * @property {(Phaser.Types.Core.PipelineConfig|Phaser.Renderer.WebGL.WebGLPipeline[])} [pipeline] - The WebGL Pipeline configuration object.\r\n * @property {boolean} [autoMobilePipeline=true] - Automatically enable the Mobile Pipeline if iOS or Android detected?\r\n * @property {string} [defaultPipeline='MultiPipeline'] - The WebGL Pipeline that Game Objects will use by default. Set to 'MultiPipeline' as standard.\r\n */", + "comment": "/**\r\n * @typedef {object} Phaser.Types.Core.RenderConfig\r\n * @since 3.0.0\r\n *\r\n * @property {boolean} [antialias=true] - When set to `true`, WebGL uses linear interpolation to draw scaled or rotated textures, giving a smooth appearance. When set to `false`, WebGL uses nearest-neighbor interpolation, giving a crisper appearance. `false` also disables antialiasing of the game canvas itself, if the browser supports it, when the game canvas is scaled.\r\n * @property {boolean} [antialiasGL=true] - Sets the `antialias` property when the WebGL context is created. Setting this value does not impact any subsequent textures that are created, or the canvas style attributes.\r\n * @property {boolean} [desynchronized=false] - When set to `true` it will create a desynchronized context for both 2D and WebGL. See https://developers.google.com/web/updates/2019/05/desynchronized for details.\r\n * @property {boolean} [pixelArt=false] - Sets `antialias` to false and `roundPixels` to true. This is the best setting for pixel-art games.\r\n * @property {boolean} [roundPixels=false] - Draw texture-based Game Objects at only whole-integer positions. Game Objects without textures, like Graphics, ignore this property.\r\n * @property {boolean} [transparent=false] - Whether the game canvas will be transparent. Boolean that indicates if the canvas contains an alpha channel. If set to false, the browser now knows that the backdrop is always opaque, which can speed up drawing of transparent content and images.\r\n * @property {boolean} [clearBeforeRender=true] - Whether the game canvas will be cleared between each rendering frame.\r\n * @property {boolean} [preserveDrawingBuffer=false] - If the value is true the WebGL buffers will not be cleared and will preserve their values until cleared or overwritten by the author.\r\n * @property {boolean} [premultipliedAlpha=true] - In WebGL mode, the drawing buffer contains colors with pre-multiplied alpha.\r\n * @property {boolean} [failIfMajorPerformanceCaveat=false] - Let the browser abort creating a WebGL context if it judges performance would be unacceptable.\r\n * @property {string} [powerPreference='default'] - \"high-performance\", \"low-power\" or \"default\". A hint to the browser on how much device power the game might use.\r\n * @property {number} [batchSize=4096] - The default WebGL batch size. Represents the number of _quads_ that can be added to a single batch.\r\n * @property {number} [maxLights=10] - The maximum number of lights allowed to be visible within range of a single Camera in the LightManager.\r\n * @property {number} [maxTextures=-1] - When in WebGL mode, this sets the maximum number of GPU Textures to use. The default, -1, will use all available units. The WebGL1 spec says all browsers should provide a minimum of 8.\r\n * @property {string} [mipmapFilter=''] - The mipmap magFilter to be used when creating WebGL textures. Don't set unless you wish to create mipmaps. Set to one of the following: 'NEAREST', 'LINEAR', 'NEAREST_MIPMAP_NEAREST', 'LINEAR_MIPMAP_NEAREST', 'NEAREST_MIPMAP_LINEAR' or 'LINEAR_MIPMAP_LINEAR'.\r\n * @property {(Phaser.Types.Core.PipelineConfig|Phaser.Renderer.WebGL.WebGLPipeline[])} [pipeline] - The WebGL Pipeline configuration object.\r\n * @property {boolean} [autoMobilePipeline=true] - Automatically enable the Mobile Pipeline if iOS or Android detected?\r\n * @property {string} [defaultPipeline='MultiPipeline'] - The WebGL Pipeline that Game Objects will use by default. Set to 'MultiPipeline' as standard.\r\n */", "meta": { "filename": "RenderConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\typedefs", "code": {} }, "kind": "typedef", @@ -39586,7 +39599,7 @@ } }, "optional": true, - "defaultvalue": true, + "defaultvalue": false, "description": "Draw texture-based Game Objects at only whole-integer positions. Game Objects without textures, like Graphics, ignore this property.", "name": "roundPixels" }, @@ -39807,7 +39820,7 @@ "memberof": "Phaser.Types.Core", "longname": "Phaser.Types.Core.RenderConfig", "scope": "static", - "___id": "T000002R003496", + "___id": "T000002R003477", "___s": true }, { @@ -39816,7 +39829,7 @@ "filename": "ScaleConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\typedefs", "code": {} }, "kind": "typedef", @@ -40080,7 +40093,7 @@ "memberof": "Phaser.Types.Core", "longname": "Phaser.Types.Core.ScaleConfig", "scope": "static", - "___id": "T000002R003497", + "___id": "T000002R003478", "___s": true }, { @@ -40089,7 +40102,7 @@ "filename": "TimeStepCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\typedefs", "code": {} }, "kind": "typedef", @@ -40131,7 +40144,7 @@ "memberof": "Phaser.Types.Core", "longname": "Phaser.Types.Core.TimeStepCallback", "scope": "static", - "___id": "T000002R003498", + "___id": "T000002R003479", "___s": true }, { @@ -40140,7 +40153,7 @@ "filename": "TouchInputConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\typedefs", "code": {} }, "kind": "typedef", @@ -40189,7 +40202,7 @@ "memberof": "Phaser.Types.Core", "longname": "Phaser.Types.Core.TouchInputConfig", "scope": "static", - "___id": "T000002R003499", + "___id": "T000002R003480", "___s": true }, { @@ -40198,7 +40211,7 @@ "filename": "WidthHeight.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core\\typedefs", "code": {} }, "kind": "typedef", @@ -40248,7 +40261,7 @@ "memberof": "Phaser.Types.Core", "longname": "Phaser.Types.Core.WidthHeight", "scope": "static", - "___id": "T000002R003500", + "___id": "T000002R003481", "___s": true }, { @@ -40257,7 +40270,7 @@ "filename": "VisibilityHandler.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\core", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\core", "code": {} }, "description": "The Visibility Handler is responsible for listening out for document level visibility change events.\rThis includes `visibilitychange` if the browser supports it, and blur and focus events. It then uses\rthe provided Event Emitter and fires the related events.", @@ -40288,7 +40301,7 @@ "memberof": "Phaser.Core", "longname": "Phaser.Core.VisibilityHandler", "scope": "static", - "___id": "T000002R003502", + "___id": "T000002R003483", "___s": true }, { @@ -40297,7 +40310,7 @@ "filename": "GenerateTexture.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\create", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\create", "code": {} }, "description": "Generates a texture based on the given Create configuration object.\r\rThe texture is drawn using a fixed-size indexed palette of 16 colors, where the hex value in the\rdata cells map to a single color. For example, if the texture config looked like this:\r\r```javascript\rvar star = [\r '.....828.....',\r '....72227....',\r '....82228....',\r '...7222227...',\r '2222222222222',\r '8222222222228',\r '.72222222227.',\r '..787777787..',\r '..877777778..',\r '.78778887787.',\r '.27887.78872.',\r '.787.....787.'\r];\r\rthis.textures.generate('star', { data: star, pixelWidth: 4 });\r```\r\rThen it would generate a texture that is 52 x 48 pixels in size, because each cell of the data array\rrepresents 1 pixel multiplied by the `pixelWidth` value. The cell values, such as `8`, maps to color\rnumber 8 in the palette. If a cell contains a period character `.` then it is transparent.\r\rThe default palette is Arne16, but you can specify your own using the `palette` property.", @@ -40336,7 +40349,7 @@ "memberof": "Phaser.Create", "longname": "Phaser.Create.GenerateTexture", "scope": "static", - "___id": "T000002R003517", + "___id": "T000002R003498", "___s": true }, { @@ -40345,7 +40358,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\create", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\create", "code": {} }, "kind": "namespace", @@ -40353,7 +40366,7 @@ "memberof": "Phaser", "longname": "Phaser.Create", "scope": "static", - "___id": "T000002R003543", + "___id": "T000002R003524", "___s": true }, { @@ -40362,7 +40375,7 @@ "filename": "Arne16.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\create\\palettes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\create\\palettes", "code": {} }, "description": "A 16 color palette by [Arne](http://androidarts.com/palette/16pal.htm)", @@ -40381,7 +40394,7 @@ "longname": "Phaser.Create.Palettes.ARNE16", "scope": "static", "kind": "member", - "___id": "T000002R003547", + "___id": "T000002R003528", "___s": true }, { @@ -40390,7 +40403,7 @@ "filename": "C64.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\create\\palettes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\create\\palettes", "code": {} }, "description": "A 16 color palette inspired by the Commodore 64.", @@ -40409,7 +40422,7 @@ "longname": "Phaser.Create.Palettes.C64", "scope": "static", "kind": "member", - "___id": "T000002R003565", + "___id": "T000002R003546", "___s": true }, { @@ -40418,7 +40431,7 @@ "filename": "CGA.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\create\\palettes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\create\\palettes", "code": {} }, "description": "A 16 color CGA inspired palette by [Arne](http://androidarts.com/palette/16pal.htm)", @@ -40437,7 +40450,7 @@ "longname": "Phaser.Create.Palettes.CGA", "scope": "static", "kind": "member", - "___id": "T000002R003583", + "___id": "T000002R003564", "___s": true }, { @@ -40446,7 +40459,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\create\\palettes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\create\\palettes", "code": {} }, "kind": "namespace", @@ -40454,7 +40467,7 @@ "memberof": "Phaser.Create", "longname": "Phaser.Create.Palettes", "scope": "static", - "___id": "T000002R003601", + "___id": "T000002R003582", "___s": true }, { @@ -40463,7 +40476,7 @@ "filename": "JMP.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\create\\palettes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\create\\palettes", "code": {} }, "description": "A 16 color JMP palette by [Arne](http://androidarts.com/palette/16pal.htm)", @@ -40482,7 +40495,7 @@ "longname": "Phaser.Create.Palettes.JMP", "scope": "static", "kind": "member", - "___id": "T000002R003608", + "___id": "T000002R003589", "___s": true }, { @@ -40491,7 +40504,7 @@ "filename": "MSX.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\create\\palettes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\create\\palettes", "code": {} }, "description": "A 16 color palette inspired by Japanese computers like the MSX.", @@ -40510,7 +40523,7 @@ "longname": "Phaser.Create.Palettes.MSX", "scope": "static", "kind": "member", - "___id": "T000002R003626", + "___id": "T000002R003607", "___s": true }, { @@ -40519,7 +40532,7 @@ "filename": "GenerateTextureConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\create\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\create\\typedefs", "code": {} }, "kind": "typedef", @@ -40561,7 +40574,7 @@ "memberof": "Phaser.Types.Create", "longname": "Phaser.Types.Create.GenerateTextureCallback", "scope": "static", - "___id": "T000002R003644", + "___id": "T000002R003625", "___s": true }, { @@ -40570,7 +40583,7 @@ "filename": "GenerateTextureConfig.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\create\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\create\\typedefs", "code": {} }, "kind": "typedef", @@ -40723,7 +40736,7 @@ "memberof": "Phaser.Types.Create", "longname": "Phaser.Types.Create.GenerateTextureConfig", "scope": "static", - "___id": "T000002R003645", + "___id": "T000002R003626", "___s": true }, { @@ -40732,7 +40745,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\create\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\create\\typedefs", "code": {} }, "kind": "namespace", @@ -40740,7 +40753,7 @@ "memberof": "Phaser.Types", "longname": "Phaser.Types.Create", "scope": "static", - "___id": "T000002R003646", + "___id": "T000002R003627", "___s": true }, { @@ -40749,7 +40762,7 @@ "filename": "Palette.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\create\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\create\\typedefs", "code": {} }, "kind": "typedef", @@ -40977,7 +40990,7 @@ "memberof": "Phaser.Types.Create", "longname": "Phaser.Types.Create.Palette", "scope": "static", - "___id": "T000002R003647", + "___id": "T000002R003628", "___s": true }, { @@ -40986,7 +40999,7 @@ "filename": "CubicBezierCurve.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "classdesc": "A higher-order Bézier curve constructed of four points.", @@ -41072,7 +41085,7 @@ ], "scope": "static", "longname": "Phaser.Curves.CubicBezier", - "___id": "T000002R003652", + "___id": "T000002R003633", "___s": true }, { @@ -41081,7 +41094,7 @@ "filename": "CubicBezierCurve.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "The start point of this curve.", @@ -41100,7 +41113,7 @@ "longname": "Phaser.Curves.CubicBezier#p0", "scope": "instance", "kind": "member", - "___id": "T000002R003660", + "___id": "T000002R003641", "___s": true }, { @@ -41109,7 +41122,7 @@ "filename": "CubicBezierCurve.js", "lineno": 56, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "The first control point of this curve.", @@ -41128,7 +41141,7 @@ "longname": "Phaser.Curves.CubicBezier#p1", "scope": "instance", "kind": "member", - "___id": "T000002R003662", + "___id": "T000002R003643", "___s": true }, { @@ -41137,7 +41150,7 @@ "filename": "CubicBezierCurve.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "The second control point of this curve.", @@ -41156,7 +41169,7 @@ "longname": "Phaser.Curves.CubicBezier#p2", "scope": "instance", "kind": "member", - "___id": "T000002R003664", + "___id": "T000002R003645", "___s": true }, { @@ -41165,7 +41178,7 @@ "filename": "CubicBezierCurve.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "The end point of this curve.", @@ -41184,7 +41197,7 @@ "longname": "Phaser.Curves.CubicBezier#p3", "scope": "instance", "kind": "member", - "___id": "T000002R003666", + "___id": "T000002R003647", "___s": true }, { @@ -41193,7 +41206,7 @@ "filename": "CubicBezierCurve.js", "lineno": 84, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Gets the starting point on the curve.", @@ -41242,7 +41255,7 @@ "longname": "Phaser.Curves.CubicBezier#getStartPoint", "scope": "instance", "overrides": "Phaser.Curves.Curve#getStartPoint", - "___id": "T000002R003668", + "___id": "T000002R003649", "___s": true }, { @@ -41251,7 +41264,7 @@ "filename": "CubicBezierCurve.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Returns the resolution of this curve.", @@ -41290,7 +41303,7 @@ "memberof": "Phaser.Curves.CubicBezier", "longname": "Phaser.Curves.CubicBezier#getResolution", "scope": "instance", - "___id": "T000002R003671", + "___id": "T000002R003652", "___s": true }, { @@ -41299,7 +41312,7 @@ "filename": "CubicBezierCurve.js", "lineno": 118, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Get point at relative position in curve according to length.", @@ -41360,7 +41373,7 @@ "memberof": "Phaser.Curves.CubicBezier", "longname": "Phaser.Curves.CubicBezier#getPoint", "scope": "instance", - "___id": "T000002R003673", + "___id": "T000002R003654", "___s": true }, { @@ -41369,7 +41382,7 @@ "filename": "CubicBezierCurve.js", "lineno": 143, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Draws this curve to the specified graphics object.", @@ -41432,7 +41445,7 @@ "longname": "Phaser.Curves.CubicBezier#draw", "scope": "instance", "overrides": "Phaser.Curves.Curve#draw", - "___id": "T000002R003680", + "___id": "T000002R003661", "___s": true }, { @@ -41441,7 +41454,7 @@ "filename": "CubicBezierCurve.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Returns a JSON object that describes this curve.", @@ -41465,7 +41478,7 @@ "memberof": "Phaser.Curves.CubicBezier", "longname": "Phaser.Curves.CubicBezier#toJSON", "scope": "instance", - "___id": "T000002R003685", + "___id": "T000002R003666", "___s": true }, { @@ -41474,7 +41487,7 @@ "filename": "CubicBezierCurve.js", "lineno": 199, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Generates a curve from a JSON object.", @@ -41513,7 +41526,7 @@ "memberof": "Phaser.Curves.CubicBezier", "longname": "Phaser.Curves.CubicBezier.fromJSON", "scope": "static", - "___id": "T000002R003689", + "___id": "T000002R003670", "___s": true }, { @@ -41522,7 +41535,7 @@ "filename": "Curve.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "classdesc": "A Base Curve class, which all other curve types extend.\r\rBased on the three.js Curve classes created by [zz85](http://www.lab4games.net/zz85/blog)", @@ -41547,7 +41560,7 @@ ], "scope": "static", "longname": "Phaser.Curves.Curve", - "___id": "T000002R003701", + "___id": "T000002R003682", "___s": true }, { @@ -41556,7 +41569,7 @@ "filename": "Curve.js", "lineno": 31, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "String based identifier for the type of curve.", @@ -41575,7 +41588,7 @@ "longname": "Phaser.Curves.Curve#type", "scope": "instance", "kind": "member", - "___id": "T000002R003704", + "___id": "T000002R003685", "___s": true }, { @@ -41584,7 +41597,7 @@ "filename": "Curve.js", "lineno": 40, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "The default number of divisions within the curve.", @@ -41604,7 +41617,7 @@ "longname": "Phaser.Curves.Curve#defaultDivisions", "scope": "instance", "kind": "member", - "___id": "T000002R003706", + "___id": "T000002R003687", "___s": true }, { @@ -41613,7 +41626,7 @@ "filename": "Curve.js", "lineno": 50, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "The quantity of arc length divisions within the curve.", @@ -41633,7 +41646,7 @@ "longname": "Phaser.Curves.Curve#arcLengthDivisions", "scope": "instance", "kind": "member", - "___id": "T000002R003708", + "___id": "T000002R003689", "___s": true }, { @@ -41642,7 +41655,7 @@ "filename": "Curve.js", "lineno": 60, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "An array of cached arc length values.", @@ -41671,7 +41684,7 @@ "longname": "Phaser.Curves.Curve#cacheArcLengths", "scope": "instance", "kind": "member", - "___id": "T000002R003710", + "___id": "T000002R003691", "___s": true }, { @@ -41680,7 +41693,7 @@ "filename": "Curve.js", "lineno": 70, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Does the data of this curve need updating?", @@ -41700,7 +41713,7 @@ "longname": "Phaser.Curves.Curve#needsUpdate", "scope": "instance", "kind": "member", - "___id": "T000002R003712", + "___id": "T000002R003693", "___s": true }, { @@ -41709,7 +41722,7 @@ "filename": "Curve.js", "lineno": 80, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "For a curve on a Path, `false` means the Path will ignore this curve.", @@ -41729,7 +41742,7 @@ "longname": "Phaser.Curves.Curve#active", "scope": "instance", "kind": "member", - "___id": "T000002R003714", + "___id": "T000002R003695", "___s": true }, { @@ -41738,7 +41751,7 @@ "filename": "Curve.js", "lineno": 111, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Draws this curve on the given Graphics object.\r\rThe curve is drawn using `Graphics.strokePoints` so will be drawn at whatever the present Graphics stroke color is.\rThe Graphics object is not cleared before the draw, so the curve will appear on-top of anything else already rendered to it.", @@ -41800,7 +41813,7 @@ "memberof": "Phaser.Curves.Curve", "longname": "Phaser.Curves.Curve#draw", "scope": "instance", - "___id": "T000002R003720", + "___id": "T000002R003701", "___s": true }, { @@ -41809,7 +41822,7 @@ "filename": "Curve.js", "lineno": 135, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Returns a Rectangle where the position and dimensions match the bounds of this Curve.\r\rYou can control the accuracy of the bounds. The value given is used to work out how many points\rto plot across the curve. Higher values are more accurate at the cost of calculation speed.", @@ -41864,7 +41877,7 @@ "memberof": "Phaser.Curves.Curve", "longname": "Phaser.Curves.Curve#getBounds", "scope": "instance", - "___id": "T000002R003723", + "___id": "T000002R003704", "___s": true }, { @@ -41873,7 +41886,7 @@ "filename": "Curve.js", "lineno": 169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Returns an array of points, spaced out X distance pixels apart.\rThe smaller the distance, the larger the array will be.", @@ -41921,7 +41934,7 @@ "memberof": "Phaser.Curves.Curve", "longname": "Phaser.Curves.Curve#getDistancePoints", "scope": "instance", - "___id": "T000002R003730", + "___id": "T000002R003711", "___s": true }, { @@ -41930,7 +41943,7 @@ "filename": "Curve.js", "lineno": 189, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Get a point at the end of the curve.", @@ -41970,7 +41983,7 @@ "memberof": "Phaser.Curves.Curve", "longname": "Phaser.Curves.Curve#getEndPoint", "scope": "instance", - "___id": "T000002R003734", + "___id": "T000002R003715", "___s": true }, { @@ -41979,7 +41992,7 @@ "filename": "Curve.js", "lineno": 206, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Get total curve arc length", @@ -42003,7 +42016,7 @@ "memberof": "Phaser.Curves.Curve", "longname": "Phaser.Curves.Curve#getLength", "scope": "instance", - "___id": "T000002R003737", + "___id": "T000002R003718", "___s": true }, { @@ -42012,7 +42025,7 @@ "filename": "Curve.js", "lineno": 222, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Get a list of cumulative segment lengths.\r\rThese lengths are\r\r- [0] 0\r- [1] The first segment\r- [2] The first and second segment\r- ...\r- [divisions] All segments", @@ -42061,7 +42074,7 @@ "memberof": "Phaser.Curves.Curve", "longname": "Phaser.Curves.Curve#getLengths", "scope": "instance", - "___id": "T000002R003740", + "___id": "T000002R003721", "___s": true }, { @@ -42070,7 +42083,7 @@ "filename": "Curve.js", "lineno": 278, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Get a point at a relative position on the curve, by arc length.", @@ -42131,7 +42144,7 @@ "memberof": "Phaser.Curves.Curve", "longname": "Phaser.Curves.Curve#getPointAt", "scope": "instance", - "___id": "T000002R003752", + "___id": "T000002R003733", "___s": true }, { @@ -42140,7 +42153,7 @@ "filename": "Curve.js", "lineno": 300, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Get a sequence of evenly spaced points from the curve.\r\rYou can pass `divisions`, `stepRate`, or neither.\r\rThe number of divisions will be\r\r1. `divisions`, if `divisions` > 0; or\r2. `this.getLength / stepRate`, if `stepRate` > 0; or\r3. `this.defaultDivisions`\r\r`1 + divisions` points will be returned.", @@ -42254,7 +42267,7 @@ "memberof": "Phaser.Curves.Curve", "longname": "Phaser.Curves.Curve#getPoints", "scope": "instance", - "___id": "T000002R003755", + "___id": "T000002R003736", "___s": true }, { @@ -42263,7 +42276,7 @@ "filename": "Curve.js", "lineno": 349, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Get a random point from the curve.", @@ -42311,7 +42324,7 @@ "memberof": "Phaser.Curves.Curve", "longname": "Phaser.Curves.Curve#getRandomPoint", "scope": "instance", - "___id": "T000002R003761", + "___id": "T000002R003742", "___s": true }, { @@ -42320,7 +42333,7 @@ "filename": "Curve.js", "lineno": 370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Get a sequence of equally spaced points (by arc distance) from the curve.\r\r`1 + divisions` points will be returned.", @@ -42417,7 +42430,7 @@ "memberof": "Phaser.Curves.Curve", "longname": "Phaser.Curves.Curve#getSpacedPoints", "scope": "instance", - "___id": "T000002R003764", + "___id": "T000002R003745", "___s": true }, { @@ -42426,7 +42439,7 @@ "filename": "Curve.js", "lineno": 411, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Get a point at the start of the curve.", @@ -42474,7 +42487,7 @@ "memberof": "Phaser.Curves.Curve", "longname": "Phaser.Curves.Curve#getStartPoint", "scope": "instance", - "___id": "T000002R003771", + "___id": "T000002R003752", "___s": true }, { @@ -42483,7 +42496,7 @@ "filename": "Curve.js", "lineno": 430, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Get a unit vector tangent at a relative position on the curve.\rIn case any sub curve does not implement its tangent derivation,\r2 points a small delta apart will be used to find its gradient\rwhich seems to give a reasonable approximation", @@ -42544,7 +42557,7 @@ "memberof": "Phaser.Curves.Curve", "longname": "Phaser.Curves.Curve#getTangent", "scope": "instance", - "___id": "T000002R003774", + "___id": "T000002R003755", "___s": true }, { @@ -42553,7 +42566,7 @@ "filename": "Curve.js", "lineno": 472, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Get a unit vector tangent at a relative position on the curve, by arc length.", @@ -42614,7 +42627,7 @@ "memberof": "Phaser.Curves.Curve", "longname": "Phaser.Curves.Curve#getTangentAt", "scope": "instance", - "___id": "T000002R003782", + "___id": "T000002R003763", "___s": true }, { @@ -42623,7 +42636,7 @@ "filename": "Curve.js", "lineno": 492, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Given a distance in pixels, get a t to find p.", @@ -42676,7 +42689,7 @@ "memberof": "Phaser.Curves.Curve", "longname": "Phaser.Curves.Curve#getTFromDistance", "scope": "instance", - "___id": "T000002R003785", + "___id": "T000002R003766", "___s": true }, { @@ -42685,7 +42698,7 @@ "filename": "Curve.js", "lineno": 513, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Given u ( 0 .. 1 ), get a t to find p. This gives you points which are equidistant.", @@ -42751,7 +42764,7 @@ "memberof": "Phaser.Curves.Curve", "longname": "Phaser.Curves.Curve#getUtoTmapping", "scope": "instance", - "___id": "T000002R003787", + "___id": "T000002R003768", "___s": true }, { @@ -42760,7 +42773,7 @@ "filename": "Curve.js", "lineno": 594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Calculate and cache the arc lengths.", @@ -42773,7 +42786,7 @@ "memberof": "Phaser.Curves.Curve", "longname": "Phaser.Curves.Curve#updateArcLengths", "scope": "instance", - "___id": "T000002R003808", + "___id": "T000002R003789", "___s": true }, { @@ -42782,7 +42795,7 @@ "filename": "EllipseCurve.js", "lineno": 16, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "classdesc": "An Elliptical Curve derived from the Base Curve class.\r\rSee https://en.wikipedia.org/wiki/Elliptic_curve for more details.", @@ -42927,7 +42940,7 @@ ], "scope": "static", "longname": "Phaser.Curves.Ellipse", - "___id": "T000002R003818", + "___id": "T000002R003799", "___s": true }, { @@ -42936,7 +42949,7 @@ "filename": "EllipseCurve.js", "lineno": 71, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "The center point of the ellipse. Used for calculating rotation.", @@ -42955,7 +42968,7 @@ "longname": "Phaser.Curves.Ellipse#p0", "scope": "instance", "kind": "member", - "___id": "T000002R003836", + "___id": "T000002R003817", "___s": true }, { @@ -42964,7 +42977,7 @@ "filename": "EllipseCurve.js", "lineno": 143, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Gets the starting point on the curve.", @@ -43013,7 +43026,7 @@ "longname": "Phaser.Curves.Ellipse#getStartPoint", "scope": "instance", "overrides": "Phaser.Curves.Curve#getStartPoint", - "___id": "T000002R003850", + "___id": "T000002R003831", "___s": true }, { @@ -43022,7 +43035,7 @@ "filename": "EllipseCurve.js", "lineno": 162, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Get the resolution of the curve.", @@ -43061,7 +43074,7 @@ "memberof": "Phaser.Curves.Ellipse", "longname": "Phaser.Curves.Ellipse#getResolution", "scope": "instance", - "___id": "T000002R003853", + "___id": "T000002R003834", "___s": true }, { @@ -43070,7 +43083,7 @@ "filename": "EllipseCurve.js", "lineno": 177, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Get point at relative position in curve according to length.", @@ -43131,7 +43144,7 @@ "memberof": "Phaser.Curves.Ellipse", "longname": "Phaser.Curves.Ellipse#getPoint", "scope": "instance", - "___id": "T000002R003855", + "___id": "T000002R003836", "___s": true }, { @@ -43140,7 +43153,7 @@ "filename": "EllipseCurve.js", "lineno": 253, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Sets the horizontal radius of this curve.", @@ -43180,7 +43193,7 @@ "memberof": "Phaser.Curves.Ellipse", "longname": "Phaser.Curves.Ellipse#setXRadius", "scope": "instance", - "___id": "T000002R003876", + "___id": "T000002R003857", "___s": true }, { @@ -43189,7 +43202,7 @@ "filename": "EllipseCurve.js", "lineno": 270, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Sets the vertical radius of this curve.", @@ -43229,7 +43242,7 @@ "memberof": "Phaser.Curves.Ellipse", "longname": "Phaser.Curves.Ellipse#setYRadius", "scope": "instance", - "___id": "T000002R003879", + "___id": "T000002R003860", "___s": true }, { @@ -43238,7 +43251,7 @@ "filename": "EllipseCurve.js", "lineno": 287, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Sets the width of this curve.", @@ -43278,7 +43291,7 @@ "memberof": "Phaser.Curves.Ellipse", "longname": "Phaser.Curves.Ellipse#setWidth", "scope": "instance", - "___id": "T000002R003882", + "___id": "T000002R003863", "___s": true }, { @@ -43287,7 +43300,7 @@ "filename": "EllipseCurve.js", "lineno": 304, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Sets the height of this curve.", @@ -43327,7 +43340,7 @@ "memberof": "Phaser.Curves.Ellipse", "longname": "Phaser.Curves.Ellipse#setHeight", "scope": "instance", - "___id": "T000002R003885", + "___id": "T000002R003866", "___s": true }, { @@ -43336,7 +43349,7 @@ "filename": "EllipseCurve.js", "lineno": 321, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Sets the start angle of this curve.", @@ -43376,7 +43389,7 @@ "memberof": "Phaser.Curves.Ellipse", "longname": "Phaser.Curves.Ellipse#setStartAngle", "scope": "instance", - "___id": "T000002R003888", + "___id": "T000002R003869", "___s": true }, { @@ -43385,7 +43398,7 @@ "filename": "EllipseCurve.js", "lineno": 338, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Sets the end angle of this curve.", @@ -43425,7 +43438,7 @@ "memberof": "Phaser.Curves.Ellipse", "longname": "Phaser.Curves.Ellipse#setEndAngle", "scope": "instance", - "___id": "T000002R003891", + "___id": "T000002R003872", "___s": true }, { @@ -43434,7 +43447,7 @@ "filename": "EllipseCurve.js", "lineno": 355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Sets if this curve extends clockwise or anti-clockwise.", @@ -43474,7 +43487,7 @@ "memberof": "Phaser.Curves.Ellipse", "longname": "Phaser.Curves.Ellipse#setClockwise", "scope": "instance", - "___id": "T000002R003894", + "___id": "T000002R003875", "___s": true }, { @@ -43483,7 +43496,7 @@ "filename": "EllipseCurve.js", "lineno": 372, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Sets the rotation of this curve.", @@ -43523,7 +43536,7 @@ "memberof": "Phaser.Curves.Ellipse", "longname": "Phaser.Curves.Ellipse#setRotation", "scope": "instance", - "___id": "T000002R003897", + "___id": "T000002R003878", "___s": true }, { @@ -43532,7 +43545,7 @@ "filename": "EllipseCurve.js", "lineno": 389, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "The x coordinate of the center of the ellipse.", @@ -43551,7 +43564,7 @@ "longname": "Phaser.Curves.Ellipse#x", "scope": "instance", "kind": "member", - "___id": "T000002R003900", + "___id": "T000002R003881", "___s": true }, { @@ -43560,7 +43573,7 @@ "filename": "EllipseCurve.js", "lineno": 410, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "The y coordinate of the center of the ellipse.", @@ -43579,7 +43592,7 @@ "longname": "Phaser.Curves.Ellipse#y", "scope": "instance", "kind": "member", - "___id": "T000002R003905", + "___id": "T000002R003886", "___s": true }, { @@ -43588,7 +43601,7 @@ "filename": "EllipseCurve.js", "lineno": 431, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "The horizontal radius of the ellipse.", @@ -43607,7 +43620,7 @@ "longname": "Phaser.Curves.Ellipse#xRadius", "scope": "instance", "kind": "member", - "___id": "T000002R003910", + "___id": "T000002R003891", "___s": true }, { @@ -43616,7 +43629,7 @@ "filename": "EllipseCurve.js", "lineno": 452, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "The vertical radius of the ellipse.", @@ -43635,7 +43648,7 @@ "longname": "Phaser.Curves.Ellipse#yRadius", "scope": "instance", "kind": "member", - "___id": "T000002R003915", + "___id": "T000002R003896", "___s": true }, { @@ -43644,7 +43657,7 @@ "filename": "EllipseCurve.js", "lineno": 473, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "The start angle of the ellipse in degrees.", @@ -43663,7 +43676,7 @@ "longname": "Phaser.Curves.Ellipse#startAngle", "scope": "instance", "kind": "member", - "___id": "T000002R003920", + "___id": "T000002R003901", "___s": true }, { @@ -43672,7 +43685,7 @@ "filename": "EllipseCurve.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "The end angle of the ellipse in degrees.", @@ -43691,7 +43704,7 @@ "longname": "Phaser.Curves.Ellipse#endAngle", "scope": "instance", "kind": "member", - "___id": "T000002R003925", + "___id": "T000002R003906", "___s": true }, { @@ -43700,7 +43713,7 @@ "filename": "EllipseCurve.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "`true` if the ellipse rotation is clockwise or `false` if anti-clockwise.", @@ -43719,7 +43732,7 @@ "longname": "Phaser.Curves.Ellipse#clockwise", "scope": "instance", "kind": "member", - "___id": "T000002R003930", + "___id": "T000002R003911", "___s": true }, { @@ -43728,7 +43741,7 @@ "filename": "EllipseCurve.js", "lineno": 536, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "The rotation of the ellipse, relative to the center, in degrees.", @@ -43747,7 +43760,7 @@ "longname": "Phaser.Curves.Ellipse#angle", "scope": "instance", "kind": "member", - "___id": "T000002R003935", + "___id": "T000002R003916", "___s": true }, { @@ -43756,7 +43769,7 @@ "filename": "EllipseCurve.js", "lineno": 557, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "The rotation of the ellipse, relative to the center, in radians.", @@ -43775,7 +43788,7 @@ "longname": "Phaser.Curves.Ellipse#rotation", "scope": "instance", "kind": "member", - "___id": "T000002R003940", + "___id": "T000002R003921", "___s": true }, { @@ -43784,7 +43797,7 @@ "filename": "EllipseCurve.js", "lineno": 578, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "JSON serialization of the curve.", @@ -43808,7 +43821,7 @@ "memberof": "Phaser.Curves.Ellipse", "longname": "Phaser.Curves.Ellipse#toJSON", "scope": "instance", - "___id": "T000002R003945", + "___id": "T000002R003926", "___s": true }, { @@ -43817,7 +43830,7 @@ "filename": "EllipseCurve.js", "lineno": 603, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Creates a curve from the provided Ellipse Curve Configuration object.", @@ -43856,7 +43869,7 @@ "memberof": "Phaser.Curves.Ellipse", "longname": "Phaser.Curves.Ellipse.fromJSON", "scope": "static", - "___id": "T000002R003956", + "___id": "T000002R003937", "___s": true }, { @@ -43865,7 +43878,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "kind": "namespace", @@ -43873,7 +43886,7 @@ "memberof": "Phaser", "longname": "Phaser.Curves", "scope": "static", - "___id": "T000002R003959", + "___id": "T000002R003940", "___s": true }, { @@ -43882,7 +43895,7 @@ "filename": "LineCurve.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "classdesc": "A LineCurve is a \"curve\" comprising exactly two points (a line segment).", @@ -43943,7 +43956,7 @@ ], "scope": "static", "longname": "Phaser.Curves.Line", - "___id": "T000002R003974", + "___id": "T000002R003955", "___s": true }, { @@ -43952,7 +43965,7 @@ "filename": "LineCurve.js", "lineno": 45, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "The first endpoint.", @@ -43971,7 +43984,7 @@ "longname": "Phaser.Curves.Line#p0", "scope": "instance", "kind": "member", - "___id": "T000002R003980", + "___id": "T000002R003961", "___s": true }, { @@ -43980,7 +43993,7 @@ "filename": "LineCurve.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "The second endpoint.", @@ -43999,7 +44012,7 @@ "longname": "Phaser.Curves.Line#p1", "scope": "instance", "kind": "member", - "___id": "T000002R003982", + "___id": "T000002R003963", "___s": true }, { @@ -44008,7 +44021,7 @@ "filename": "LineCurve.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "The quantity of arc length divisions within the curve.", @@ -44029,7 +44042,7 @@ "scope": "instance", "kind": "member", "overrides": "Phaser.Curves.Curve#arcLengthDivisions", - "___id": "T000002R003984", + "___id": "T000002R003965", "___s": true }, { @@ -44038,7 +44051,7 @@ "filename": "LineCurve.js", "lineno": 76, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Returns a Rectangle where the position and dimensions match the bounds of this Curve.", @@ -44087,7 +44100,7 @@ "longname": "Phaser.Curves.Line#getBounds", "scope": "instance", "overrides": "Phaser.Curves.Curve#getBounds", - "___id": "T000002R003986", + "___id": "T000002R003967", "___s": true }, { @@ -44096,7 +44109,7 @@ "filename": "LineCurve.js", "lineno": 95, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Gets the starting point on the curve.", @@ -44145,7 +44158,7 @@ "longname": "Phaser.Curves.Line#getStartPoint", "scope": "instance", "overrides": "Phaser.Curves.Curve#getStartPoint", - "___id": "T000002R003989", + "___id": "T000002R003970", "___s": true }, { @@ -44154,7 +44167,7 @@ "filename": "LineCurve.js", "lineno": 114, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Gets the resolution of the line.", @@ -44195,7 +44208,7 @@ "memberof": "Phaser.Curves.Line", "longname": "Phaser.Curves.Line#getResolution", "scope": "instance", - "___id": "T000002R003992", + "___id": "T000002R003973", "___s": true }, { @@ -44204,7 +44217,7 @@ "filename": "LineCurve.js", "lineno": 131, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Get point at relative position in curve according to length.", @@ -44265,7 +44278,7 @@ "memberof": "Phaser.Curves.Line", "longname": "Phaser.Curves.Line#getPoint", "scope": "instance", - "___id": "T000002R003995", + "___id": "T000002R003976", "___s": true }, { @@ -44274,7 +44287,7 @@ "filename": "LineCurve.js", "lineno": 160, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Gets a point at a given position on the line.", @@ -44336,7 +44349,7 @@ "longname": "Phaser.Curves.Line#getPointAt", "scope": "instance", "overrides": "Phaser.Curves.Curve#getPointAt", - "___id": "T000002R003998", + "___id": "T000002R003979", "___s": true }, { @@ -44345,7 +44358,7 @@ "filename": "LineCurve.js", "lineno": 178, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Gets the slope of the line as a unit vector.", @@ -44408,7 +44421,7 @@ "longname": "Phaser.Curves.Line#getTangent", "scope": "instance", "overrides": "Phaser.Curves.Curve#getTangent", - "___id": "T000002R004000", + "___id": "T000002R003981", "___s": true }, { @@ -44417,7 +44430,7 @@ "filename": "LineCurve.js", "lineno": 200, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Given u ( 0 .. 1 ), get a t to find p. This gives you points which are equidistant.", @@ -44484,7 +44497,7 @@ "longname": "Phaser.Curves.Line#getUtoTmapping", "scope": "instance", "overrides": "Phaser.Curves.Curve#getUtoTmapping", - "___id": "T000002R004003", + "___id": "T000002R003984", "___s": true }, { @@ -44493,7 +44506,7 @@ "filename": "LineCurve.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Draws this curve on the given Graphics object.\r\rThe curve is drawn using `Graphics.lineBetween` so will be drawn at whatever the present Graphics line color is.\rThe Graphics object is not cleared before the draw, so the curve will appear on-top of anything else already rendered to it.", @@ -44541,7 +44554,7 @@ "longname": "Phaser.Curves.Line#draw", "scope": "instance", "overrides": "Phaser.Curves.Curve#draw", - "___id": "T000002R004011", + "___id": "T000002R003992", "___s": true }, { @@ -44550,7 +44563,7 @@ "filename": "LineCurve.js", "lineno": 259, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Gets a JSON representation of the line.", @@ -44574,7 +44587,7 @@ "memberof": "Phaser.Curves.Line", "longname": "Phaser.Curves.Line#toJSON", "scope": "instance", - "___id": "T000002R004013", + "___id": "T000002R003994", "___s": true }, { @@ -44583,7 +44596,7 @@ "filename": "LineCurve.js", "lineno": 280, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Configures this line from a JSON representation.", @@ -44622,7 +44635,7 @@ "memberof": "Phaser.Curves.Line", "longname": "Phaser.Curves.Line.fromJSON", "scope": "static", - "___id": "T000002R004017", + "___id": "T000002R003998", "___s": true }, { @@ -44631,7 +44644,7 @@ "filename": "MoveTo.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "classdesc": "A MoveTo Curve is a very simple curve consisting of only a single point.\rIts intended use is to move the ending point in a Path.", @@ -44673,7 +44686,7 @@ ], "scope": "static", "longname": "Phaser.Curves.MoveTo", - "___id": "T000002R004025", + "___id": "T000002R004006", "___s": true }, { @@ -44682,7 +44695,7 @@ "filename": "MoveTo.js", "lineno": 29, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Denotes that this Curve does not influence the bounds, points, and drawing of its parent Path. Must be `false` or some methods in the parent Path will throw errors.", @@ -44702,7 +44715,7 @@ "longname": "Phaser.Curves.MoveTo#active", "scope": "instance", "kind": "member", - "___id": "T000002R004028", + "___id": "T000002R004009", "___s": true }, { @@ -44711,7 +44724,7 @@ "filename": "MoveTo.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "The lone point which this curve consists of.", @@ -44730,7 +44743,7 @@ "longname": "Phaser.Curves.MoveTo#p0", "scope": "instance", "kind": "member", - "___id": "T000002R004030", + "___id": "T000002R004011", "___s": true }, { @@ -44739,7 +44752,7 @@ "filename": "MoveTo.js", "lineno": 49, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Get point at relative position in curve according to length.", @@ -44800,7 +44813,7 @@ "memberof": "Phaser.Curves.MoveTo", "longname": "Phaser.Curves.MoveTo#getPoint", "scope": "instance", - "___id": "T000002R004032", + "___id": "T000002R004013", "___s": true }, { @@ -44809,7 +44822,7 @@ "filename": "MoveTo.js", "lineno": 69, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Retrieves the point at given position in the curve. This will always return this curve's only point.", @@ -44870,7 +44883,7 @@ "memberof": "Phaser.Curves.MoveTo", "longname": "Phaser.Curves.MoveTo#getPointAt", "scope": "instance", - "___id": "T000002R004035", + "___id": "T000002R004016", "___s": true }, { @@ -44879,7 +44892,7 @@ "filename": "MoveTo.js", "lineno": 87, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Gets the resolution of this curve.", @@ -44903,7 +44916,7 @@ "memberof": "Phaser.Curves.MoveTo", "longname": "Phaser.Curves.MoveTo#getResolution", "scope": "instance", - "___id": "T000002R004037", + "___id": "T000002R004018", "___s": true }, { @@ -44912,7 +44925,7 @@ "filename": "MoveTo.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Gets the length of this curve.", @@ -44936,7 +44949,7 @@ "memberof": "Phaser.Curves.MoveTo", "longname": "Phaser.Curves.MoveTo#getLength", "scope": "instance", - "___id": "T000002R004039", + "___id": "T000002R004020", "___s": true }, { @@ -44945,7 +44958,7 @@ "filename": "MoveTo.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Converts this curve into a JSON-serializable object.", @@ -44969,7 +44982,7 @@ "memberof": "Phaser.Curves.MoveTo", "longname": "Phaser.Curves.MoveTo#toJSON", "scope": "instance", - "___id": "T000002R004041", + "___id": "T000002R004022", "___s": true }, { @@ -44978,7 +44991,7 @@ "filename": "Path.js", "lineno": 21, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "classdesc": "A Path combines multiple Curves into one continuous compound curve.\rIt does not matter how many Curves are in the Path or what type they are.\r\rA Curve in a Path does not have to start where the previous Curve ends - that is to say, a Path does not\rhave to be an uninterrupted curve. Only the order of the Curves influences the actual points on the Path.", @@ -45020,7 +45033,7 @@ ], "scope": "static", "longname": "Phaser.Curves.Path", - "___id": "T000002R004057", + "___id": "T000002R004038", "___s": true }, { @@ -45029,7 +45042,7 @@ "filename": "Path.js", "lineno": 46, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "The name of this Path.\rEmpty by default and never populated by Phaser, this is left for developers to use.", @@ -45049,7 +45062,7 @@ "longname": "Phaser.Curves.Path#name", "scope": "instance", "kind": "member", - "___id": "T000002R004062", + "___id": "T000002R004043", "___s": true }, { @@ -45058,7 +45071,7 @@ "filename": "Path.js", "lineno": 57, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "The default number of divisions within a curve.", @@ -45078,7 +45091,7 @@ "longname": "Phaser.Curves.Path#defaultDivisions", "scope": "instance", "kind": "member", - "___id": "T000002R004064", + "___id": "T000002R004045", "___s": true }, { @@ -45087,7 +45100,7 @@ "filename": "Path.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "The list of Curves which make up this Path.", @@ -45116,7 +45129,7 @@ "longname": "Phaser.Curves.Path#curves", "scope": "instance", "kind": "member", - "___id": "T000002R004066", + "___id": "T000002R004047", "___s": true }, { @@ -45125,7 +45138,7 @@ "filename": "Path.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "The cached length of each Curve in the Path.\r\rUsed internally by {@link #getCurveLengths}.", @@ -45154,7 +45167,7 @@ "longname": "Phaser.Curves.Path#cacheLengths", "scope": "instance", "kind": "member", - "___id": "T000002R004068", + "___id": "T000002R004049", "___s": true }, { @@ -45163,7 +45176,7 @@ "filename": "Path.js", "lineno": 89, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Automatically closes the path.", @@ -45183,7 +45196,7 @@ "longname": "Phaser.Curves.Path#autoClose", "scope": "instance", "kind": "member", - "___id": "T000002R004070", + "___id": "T000002R004051", "___s": true }, { @@ -45192,7 +45205,7 @@ "filename": "Path.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "The starting point of the Path.\r\rThis is not necessarily equivalent to the starting point of the first Curve in the Path. In an empty Path, it's also treated as the ending point.", @@ -45211,7 +45224,7 @@ "longname": "Phaser.Curves.Path#startPoint", "scope": "instance", "kind": "member", - "___id": "T000002R004072", + "___id": "T000002R004053", "___s": true }, { @@ -45220,7 +45233,7 @@ "filename": "Path.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Appends a Curve to the end of the Path.\r\rThe Curve does not have to start where the Path ends or, for an empty Path, at its defined starting point.", @@ -45260,7 +45273,7 @@ "memberof": "Phaser.Curves.Path", "longname": "Phaser.Curves.Path#add", "scope": "instance", - "___id": "T000002R004078", + "___id": "T000002R004059", "___s": true }, { @@ -45269,7 +45282,7 @@ "filename": "Path.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Creates a circular Ellipse Curve positioned at the end of the Path.", @@ -45339,7 +45352,7 @@ "memberof": "Phaser.Curves.Path", "longname": "Phaser.Curves.Path#circleTo", "scope": "instance", - "___id": "T000002R004080", + "___id": "T000002R004061", "___s": true }, { @@ -45348,7 +45361,7 @@ "filename": "Path.js", "lineno": 178, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Ensures that the Path is closed.\r\rA closed Path starts and ends at the same point. If the Path is not closed, a straight Line Curve will be created from the ending point directly to the starting point. During the check, the actual starting point of the Path, i.e. the starting point of the first Curve, will be used as opposed to the Path's defined {@link startPoint}, which could differ.\r\rCalling this method on an empty Path will result in an error.", @@ -45373,7 +45386,7 @@ "memberof": "Phaser.Curves.Path", "longname": "Phaser.Curves.Path#closePath", "scope": "instance", - "___id": "T000002R004083", + "___id": "T000002R004064", "___s": true }, { @@ -45382,7 +45395,7 @@ "filename": "Path.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Creates a cubic bezier curve starting at the previous end point and ending at p3, using p1 and p2 as control points.", @@ -45520,7 +45533,7 @@ "memberof": "Phaser.Curves.Path", "longname": "Phaser.Curves.Path#cubicBezierTo", "scope": "instance", - "___id": "T000002R004087", + "___id": "T000002R004068", "___s": true }, { @@ -45529,7 +45542,7 @@ "filename": "Path.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Creates a Quadratic Bezier Curve starting at the ending point of the Path.", @@ -45630,7 +45643,7 @@ "memberof": "Phaser.Curves.Path", "longname": "Phaser.Curves.Path#quadraticBezierTo", "scope": "instance", - "___id": "T000002R004099", + "___id": "T000002R004080", "___s": true }, { @@ -45639,7 +45652,7 @@ "filename": "Path.js", "lineno": 280, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Draws all Curves in the Path to a Graphics Game Object.", @@ -45701,7 +45714,7 @@ "memberof": "Phaser.Curves.Path", "longname": "Phaser.Curves.Path#draw", "scope": "instance", - "___id": "T000002R004108", + "___id": "T000002R004089", "___s": true }, { @@ -45710,7 +45723,7 @@ "filename": "Path.js", "lineno": 310, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Creates an ellipse curve positioned at the previous end point, using the given parameters.", @@ -45827,7 +45840,7 @@ "memberof": "Phaser.Curves.Path", "longname": "Phaser.Curves.Path#ellipseTo", "scope": "instance", - "___id": "T000002R004112", + "___id": "T000002R004093", "___s": true }, { @@ -45836,7 +45849,7 @@ "filename": "Path.js", "lineno": 342, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Creates a Path from a Path Configuration object.\r\rThe provided object should be a {@link Phaser.Types.Curves.JSONPath}, as returned by {@link #toJSON}. Providing a malformed object may cause errors.", @@ -45876,7 +45889,7 @@ "memberof": "Phaser.Curves.Path", "longname": "Phaser.Curves.Path#fromJSON", "scope": "instance", - "___id": "T000002R004119", + "___id": "T000002R004100", "___s": true }, { @@ -45885,7 +45898,7 @@ "filename": "Path.js", "lineno": 396, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Returns a Rectangle with a position and size matching the bounds of this Path.", @@ -45948,7 +45961,7 @@ "memberof": "Phaser.Curves.Path", "longname": "Phaser.Curves.Path#getBounds", "scope": "instance", - "___id": "T000002R004126", + "___id": "T000002R004107", "___s": true }, { @@ -45957,7 +45970,7 @@ "filename": "Path.js", "lineno": 445, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Returns an array containing the length of the Path at the end of each Curve.\r\rThe result of this method will be cached to avoid recalculating it in subsequent calls. The cache is only invalidated when the {@link #curves} array changes in length, leading to potential inaccuracies if a Curve in the Path is changed, or if a Curve is removed and another is added in its place.", @@ -45990,7 +46003,7 @@ "memberof": "Phaser.Curves.Path", "longname": "Phaser.Curves.Path#getCurveLengths", "scope": "instance", - "___id": "T000002R004143", + "___id": "T000002R004124", "___s": true }, { @@ -45999,7 +46012,7 @@ "filename": "Path.js", "lineno": 482, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Returns the Curve that forms the Path at the given normalized location (between 0 and 1).", @@ -46040,7 +46053,7 @@ "memberof": "Phaser.Curves.Path", "longname": "Phaser.Curves.Path#getCurveAt", "scope": "instance", - "___id": "T000002R004150", + "___id": "T000002R004131", "___s": true }, { @@ -46049,7 +46062,7 @@ "filename": "Path.js", "lineno": 511, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Returns the ending point of the Path.\r\rA Path's ending point is equivalent to the ending point of the last Curve in the Path. For an empty Path, the ending point is at the Path's defined {@link #startPoint}.", @@ -46097,7 +46110,7 @@ "memberof": "Phaser.Curves.Path", "longname": "Phaser.Curves.Path#getEndPoint", "scope": "instance", - "___id": "T000002R004155", + "___id": "T000002R004136", "___s": true }, { @@ -46106,7 +46119,7 @@ "filename": "Path.js", "lineno": 541, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Returns the total length of the Path.", @@ -46133,7 +46146,7 @@ "memberof": "Phaser.Curves.Path", "longname": "Phaser.Curves.Path#getLength", "scope": "instance", - "___id": "T000002R004158", + "___id": "T000002R004139", "___s": true }, { @@ -46142,7 +46155,7 @@ "filename": "Path.js", "lineno": 567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Calculates the coordinates of the point at the given normalized location (between 0 and 1) on the Path.\r\rThe location is relative to the entire Path, not to an individual Curve. A location of 0.5 is always in the middle of the Path and is thus an equal distance away from both its starting and ending points. In a Path with one Curve, it would be in the middle of the Curve; in a Path with two Curves, it could be anywhere on either one of them depending on their lengths.", @@ -46205,7 +46218,7 @@ "memberof": "Phaser.Curves.Path", "longname": "Phaser.Curves.Path#getPoint", "scope": "instance", - "___id": "T000002R004161", + "___id": "T000002R004142", "___s": true }, { @@ -46214,7 +46227,7 @@ "filename": "Path.js", "lineno": 610, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Get a sequence of points on the path.", @@ -46277,7 +46290,7 @@ "memberof": "Phaser.Curves.Path", "longname": "Phaser.Curves.Path#getPoints", "scope": "instance", - "___id": "T000002R004171", + "___id": "T000002R004152", "___s": true }, { @@ -46286,7 +46299,7 @@ "filename": "Path.js", "lineno": 669, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Returns a randomly chosen point anywhere on the path. This follows the same rules as `getPoint` in that it may return a point on any Curve inside this path.\r\rWhen calling this method multiple times, the points are not guaranteed to be equally spaced spatially.", @@ -46334,7 +46347,7 @@ "memberof": "Phaser.Curves.Path", "longname": "Phaser.Curves.Path#getRandomPoint", "scope": "instance", - "___id": "T000002R004183", + "___id": "T000002R004164", "___s": true }, { @@ -46343,7 +46356,7 @@ "filename": "Path.js", "lineno": 690, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Divides this Path into a set of equally spaced points,\r\rThe resulting points are equally spaced with respect to the points' position on the path, but not necessarily equally spaced spatially.", @@ -46393,7 +46406,7 @@ "memberof": "Phaser.Curves.Path", "longname": "Phaser.Curves.Path#getSpacedPoints", "scope": "instance", - "___id": "T000002R004186", + "___id": "T000002R004167", "___s": true }, { @@ -46402,7 +46415,7 @@ "filename": "Path.js", "lineno": 721, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Returns the starting point of the Path.", @@ -46450,7 +46463,7 @@ "memberof": "Phaser.Curves.Path", "longname": "Phaser.Curves.Path#getStartPoint", "scope": "instance", - "___id": "T000002R004191", + "___id": "T000002R004172", "___s": true }, { @@ -46459,7 +46472,7 @@ "filename": "Path.js", "lineno": 740, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Gets a unit vector tangent at a relative position on the path.", @@ -46520,7 +46533,7 @@ "memberof": "Phaser.Curves.Path", "longname": "Phaser.Curves.Path#getTangent", "scope": "instance", - "___id": "T000002R004194", + "___id": "T000002R004175", "___s": true }, { @@ -46529,7 +46542,7 @@ "filename": "Path.js", "lineno": 780, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Creates a line curve from the previous end point to x/y.", @@ -46598,7 +46611,7 @@ "memberof": "Phaser.Curves.Path", "longname": "Phaser.Curves.Path#lineTo", "scope": "instance", - "___id": "T000002R004204", + "___id": "T000002R004185", "___s": true }, { @@ -46607,7 +46620,7 @@ "filename": "Path.js", "lineno": 811, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Creates a spline curve starting at the previous end point, using the given points on the curve.", @@ -46656,7 +46669,7 @@ "memberof": "Phaser.Curves.Path", "longname": "Phaser.Curves.Path#splineTo", "scope": "instance", - "___id": "T000002R004207", + "___id": "T000002R004188", "___s": true }, { @@ -46665,7 +46678,7 @@ "filename": "Path.js", "lineno": 828, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Creates a \"gap\" in this path from the path's current end point to the given coordinates.\r\rAfter calling this function, this Path's end point will be equal to the given coordinates", @@ -46734,7 +46747,7 @@ "memberof": "Phaser.Curves.Path", "longname": "Phaser.Curves.Path#moveTo", "scope": "instance", - "___id": "T000002R004209", + "___id": "T000002R004190", "___s": true }, { @@ -46743,7 +46756,7 @@ "filename": "Path.js", "lineno": 853, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Converts this Path to a JSON object containing the path information and its constituent curves.", @@ -46767,7 +46780,7 @@ "memberof": "Phaser.Curves.Path", "longname": "Phaser.Curves.Path#toJSON", "scope": "instance", - "___id": "T000002R004211", + "___id": "T000002R004192", "___s": true }, { @@ -46776,7 +46789,7 @@ "filename": "Path.js", "lineno": 879, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "cacheLengths must be recalculated.", @@ -46786,7 +46799,7 @@ "memberof": "Phaser.Curves.Path", "longname": "Phaser.Curves.Path#updateArcLengths", "scope": "instance", - "___id": "T000002R004220", + "___id": "T000002R004201", "___s": true }, { @@ -46795,7 +46808,7 @@ "filename": "Path.js", "lineno": 892, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Disposes of this Path, clearing its internal references to objects so they can be garbage-collected.", @@ -46805,7 +46818,7 @@ "memberof": "Phaser.Curves.Path", "longname": "Phaser.Curves.Path#destroy", "scope": "instance", - "___id": "T000002R004223", + "___id": "T000002R004204", "___s": true }, { @@ -46814,7 +46827,7 @@ "filename": "Path.js", "lineno": 907, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\path", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\path", "code": {} }, "description": "Creates a new Path Object.", @@ -46866,7 +46879,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#path", "scope": "instance", - "___id": "T000002R004228", + "___id": "T000002R004209", "___s": true }, { @@ -46875,7 +46888,7 @@ "filename": "QuadraticBezierCurve.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "classdesc": "A quadratic Bézier curve constructed from two control points.", @@ -46948,7 +46961,7 @@ ], "scope": "static", "longname": "Phaser.Curves.QuadraticBezier", - "___id": "T000002R004234", + "___id": "T000002R004215", "___s": true }, { @@ -46957,7 +46970,7 @@ "filename": "QuadraticBezierCurve.js", "lineno": 43, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "The start point.", @@ -46976,7 +46989,7 @@ "longname": "Phaser.Curves.QuadraticBezier#p0", "scope": "instance", "kind": "member", - "___id": "T000002R004241", + "___id": "T000002R004222", "___s": true }, { @@ -46985,7 +46998,7 @@ "filename": "QuadraticBezierCurve.js", "lineno": 52, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "The first control point.", @@ -47004,7 +47017,7 @@ "longname": "Phaser.Curves.QuadraticBezier#p1", "scope": "instance", "kind": "member", - "___id": "T000002R004243", + "___id": "T000002R004224", "___s": true }, { @@ -47013,7 +47026,7 @@ "filename": "QuadraticBezierCurve.js", "lineno": 61, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "The second control point.", @@ -47032,7 +47045,7 @@ "longname": "Phaser.Curves.QuadraticBezier#p2", "scope": "instance", "kind": "member", - "___id": "T000002R004245", + "___id": "T000002R004226", "___s": true }, { @@ -47041,7 +47054,7 @@ "filename": "QuadraticBezierCurve.js", "lineno": 71, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Gets the starting point on the curve.", @@ -47090,7 +47103,7 @@ "longname": "Phaser.Curves.QuadraticBezier#getStartPoint", "scope": "instance", "overrides": "Phaser.Curves.Curve#getStartPoint", - "___id": "T000002R004247", + "___id": "T000002R004228", "___s": true }, { @@ -47099,7 +47112,7 @@ "filename": "QuadraticBezierCurve.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Get the resolution of the curve.", @@ -47138,7 +47151,7 @@ "memberof": "Phaser.Curves.QuadraticBezier", "longname": "Phaser.Curves.QuadraticBezier#getResolution", "scope": "instance", - "___id": "T000002R004250", + "___id": "T000002R004231", "___s": true }, { @@ -47147,7 +47160,7 @@ "filename": "QuadraticBezierCurve.js", "lineno": 105, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Get point at relative position in curve according to length.", @@ -47208,7 +47221,7 @@ "memberof": "Phaser.Curves.QuadraticBezier", "longname": "Phaser.Curves.QuadraticBezier#getPoint", "scope": "instance", - "___id": "T000002R004252", + "___id": "T000002R004233", "___s": true }, { @@ -47217,7 +47230,7 @@ "filename": "QuadraticBezierCurve.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Draws this curve on the given Graphics object.\r\rThe curve is drawn using `Graphics.strokePoints` so will be drawn at whatever the present Graphics stroke color is.\rThe Graphics object is not cleared before the draw, so the curve will appear on-top of anything else already rendered to it.", @@ -47280,7 +47293,7 @@ "longname": "Phaser.Curves.QuadraticBezier#draw", "scope": "instance", "overrides": "Phaser.Curves.Curve#draw", - "___id": "T000002R004258", + "___id": "T000002R004239", "___s": true }, { @@ -47289,7 +47302,7 @@ "filename": "QuadraticBezierCurve.js", "lineno": 168, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Converts the curve into a JSON compatible object.", @@ -47313,7 +47326,7 @@ "memberof": "Phaser.Curves.QuadraticBezier", "longname": "Phaser.Curves.QuadraticBezier#toJSON", "scope": "instance", - "___id": "T000002R004263", + "___id": "T000002R004244", "___s": true }, { @@ -47322,7 +47335,7 @@ "filename": "QuadraticBezierCurve.js", "lineno": 190, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Creates a curve from a JSON object, e. g. created by `toJSON`.", @@ -47361,7 +47374,7 @@ "memberof": "Phaser.Curves.QuadraticBezier", "longname": "Phaser.Curves.QuadraticBezier.fromJSON", "scope": "static", - "___id": "T000002R004267", + "___id": "T000002R004248", "___s": true }, { @@ -47370,7 +47383,7 @@ "filename": "SplineCurve.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "classdesc": "Create a smooth 2d spline curve from a series of points.", @@ -47450,7 +47463,7 @@ ], "scope": "static", "longname": "Phaser.Curves.Spline", - "___id": "T000002R004278", + "___id": "T000002R004259", "___s": true }, { @@ -47459,7 +47472,7 @@ "filename": "SplineCurve.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "The Vector2 points that configure the curve.", @@ -47488,7 +47501,7 @@ "longname": "Phaser.Curves.Spline#points", "scope": "instance", "kind": "member", - "___id": "T000002R004283", + "___id": "T000002R004264", "___s": true }, { @@ -47497,7 +47510,7 @@ "filename": "SplineCurve.js", "lineno": 51, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Add a list of points to the current list of Vector2 points of the curve.", @@ -47588,7 +47601,7 @@ "memberof": "Phaser.Curves.Spline", "longname": "Phaser.Curves.Spline#addPoints", "scope": "instance", - "___id": "T000002R004285", + "___id": "T000002R004266", "___s": true }, { @@ -47597,7 +47610,7 @@ "filename": "SplineCurve.js", "lineno": 91, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Add a point to the current list of Vector2 points of the curve.", @@ -47649,7 +47662,7 @@ "memberof": "Phaser.Curves.Spline", "longname": "Phaser.Curves.Spline#addPoint", "scope": "instance", - "___id": "T000002R004295", + "___id": "T000002R004276", "___s": true }, { @@ -47658,7 +47671,7 @@ "filename": "SplineCurve.js", "lineno": 111, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Gets the starting point on the curve.", @@ -47707,7 +47720,7 @@ "longname": "Phaser.Curves.Spline#getStartPoint", "scope": "instance", "overrides": "Phaser.Curves.Curve#getStartPoint", - "___id": "T000002R004298", + "___id": "T000002R004279", "___s": true }, { @@ -47716,7 +47729,7 @@ "filename": "SplineCurve.js", "lineno": 130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Get the resolution of the curve.", @@ -47755,7 +47768,7 @@ "memberof": "Phaser.Curves.Spline", "longname": "Phaser.Curves.Spline#getResolution", "scope": "instance", - "___id": "T000002R004301", + "___id": "T000002R004282", "___s": true }, { @@ -47764,7 +47777,7 @@ "filename": "SplineCurve.js", "lineno": 145, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Get point at relative position in curve according to length.", @@ -47825,7 +47838,7 @@ "memberof": "Phaser.Curves.Spline", "longname": "Phaser.Curves.Spline#getPoint", "scope": "instance", - "___id": "T000002R004303", + "___id": "T000002R004284", "___s": true }, { @@ -47834,7 +47847,7 @@ "filename": "SplineCurve.js", "lineno": 178, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Exports a JSON object containing this curve data.", @@ -47858,7 +47871,7 @@ "memberof": "Phaser.Curves.Spline", "longname": "Phaser.Curves.Spline#toJSON", "scope": "instance", - "___id": "T000002R004314", + "___id": "T000002R004295", "___s": true }, { @@ -47867,7 +47880,7 @@ "filename": "SplineCurve.js", "lineno": 204, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "description": "Imports a JSON object containing this curve data.", @@ -47906,7 +47919,7 @@ "memberof": "Phaser.Curves.Spline", "longname": "Phaser.Curves.Spline.fromJSON", "scope": "static", - "___id": "T000002R004320", + "___id": "T000002R004301", "___s": true }, { @@ -47915,7 +47928,7 @@ "filename": "EllipseCurveConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\typedefs", "code": {} }, "kind": "typedef", @@ -48054,7 +48067,7 @@ "memberof": "Phaser.Types.Curves", "longname": "Phaser.Types.Curves.EllipseCurveConfig", "scope": "static", - "___id": "T000002R004323", + "___id": "T000002R004304", "___s": true }, { @@ -48063,7 +48076,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\typedefs", "code": {} }, "kind": "namespace", @@ -48071,7 +48084,7 @@ "memberof": "Phaser.Types", "longname": "Phaser.Types.Curves", "scope": "static", - "___id": "T000002R004324", + "___id": "T000002R004305", "___s": true }, { @@ -48080,7 +48093,7 @@ "filename": "JSONCurve.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\typedefs", "code": {} }, "kind": "typedef", @@ -48135,7 +48148,7 @@ "memberof": "Phaser.Types.Curves", "longname": "Phaser.Types.Curves.JSONCurve", "scope": "static", - "___id": "T000002R004325", + "___id": "T000002R004306", "___s": true }, { @@ -48144,7 +48157,7 @@ "filename": "JSONEllipseCurve.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\typedefs", "code": {} }, "kind": "typedef", @@ -48281,7 +48294,7 @@ "memberof": "Phaser.Types.Curves", "longname": "Phaser.Types.Curves.JSONEllipseCurve", "scope": "static", - "___id": "T000002R004326", + "___id": "T000002R004307", "___s": true }, { @@ -48290,7 +48303,7 @@ "filename": "JSONPath.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\curves\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves\\typedefs", "code": {} }, "kind": "typedef", @@ -48384,7 +48397,7 @@ "memberof": "Phaser.Types.Curves", "longname": "Phaser.Types.Curves.JSONPath", "scope": "static", - "___id": "T000002R004327", + "___id": "T000002R004308", "___s": true }, { @@ -48393,7 +48406,7 @@ "filename": "DataManager.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "kind": "typedef", @@ -48459,7 +48472,7 @@ ], "longname": "DataEachCallback", "scope": "global", - "___id": "T000002R004330", + "___id": "T000002R004311", "___s": true }, { @@ -48468,7 +48481,7 @@ "filename": "DataManager.js", "lineno": 19, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "classdesc": "The Data Manager Component features a means to store pieces of data specific to a Game Object, System or Plugin.\rYou can then search, query it, and retrieve the data. The parent must either extend EventEmitter,\ror have a property called `events` that is an instance of it.", @@ -48507,7 +48520,7 @@ ], "scope": "static", "longname": "Phaser.Data.DataManager", - "___id": "T000002R004331", + "___id": "T000002R004312", "___s": true }, { @@ -48516,7 +48529,7 @@ "filename": "DataManager.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "description": "The object that this DataManager belongs to.", @@ -48534,7 +48547,7 @@ "longname": "Phaser.Data.DataManager#parent", "scope": "instance", "kind": "member", - "___id": "T000002R004334", + "___id": "T000002R004315", "___s": true }, { @@ -48543,7 +48556,7 @@ "filename": "DataManager.js", "lineno": 48, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "description": "The DataManager's event emitter.", @@ -48562,7 +48575,7 @@ "longname": "Phaser.Data.DataManager#events", "scope": "instance", "kind": "member", - "___id": "T000002R004336", + "___id": "T000002R004317", "___s": true }, { @@ -48571,7 +48584,7 @@ "filename": "DataManager.js", "lineno": 62, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "description": "The data list.", @@ -48603,7 +48616,7 @@ "longname": "Phaser.Data.DataManager#list", "scope": "instance", "kind": "member", - "___id": "T000002R004339", + "___id": "T000002R004320", "___s": true }, { @@ -48612,7 +48625,7 @@ "filename": "DataManager.js", "lineno": 72, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "description": "The public values list. You can use this to access anything you have stored\rin this Data Manager. For example, if you set a value called `gold` you can\raccess it via:\r\r```javascript\rthis.data.values.gold;\r```\r\rYou can also modify it directly:\r\r```javascript\rthis.data.values.gold += 1000;\r```\r\rDoing so will emit a `setdata` event from the parent of this Data Manager.\r\rDo not modify this object directly. Adding properties directly to this object will not\remit any events. Always use `DataManager.set` to create new items the first time around.", @@ -48644,7 +48657,7 @@ "longname": "Phaser.Data.DataManager#values", "scope": "instance", "kind": "member", - "___id": "T000002R004341", + "___id": "T000002R004322", "___s": true }, { @@ -48653,7 +48666,7 @@ "filename": "DataManager.js", "lineno": 116, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "description": "Retrieves the value for the given key, or undefined if it doesn't exist.\r\rYou can also access values via the `values` object. For example, if you had a key called `gold` you can do either:\r\r```javascript\rthis.data.get('gold');\r```\r\rOr access the value directly:\r\r```javascript\rthis.data.values.gold;\r```\r\rYou can also pass in an array of keys, in which case an array of values will be returned:\r\r```javascript\rthis.data.get([ 'gold', 'armor', 'health' ]);\r```\r\rThis approach is useful for destructuring arrays in ES6.", @@ -48710,7 +48723,7 @@ "memberof": "Phaser.Data.DataManager", "longname": "Phaser.Data.DataManager#get", "scope": "instance", - "___id": "T000002R004345", + "___id": "T000002R004326", "___s": true }, { @@ -48719,7 +48732,7 @@ "filename": "DataManager.js", "lineno": 167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "description": "Retrieves all data values in a new object.", @@ -48755,7 +48768,7 @@ "memberof": "Phaser.Data.DataManager", "longname": "Phaser.Data.DataManager#getAll", "scope": "instance", - "___id": "T000002R004350", + "___id": "T000002R004331", "___s": true }, { @@ -48764,7 +48777,7 @@ "filename": "DataManager.js", "lineno": 190, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "description": "Queries the DataManager for the values of keys matching the given regular expression.", @@ -48815,7 +48828,7 @@ "memberof": "Phaser.Data.DataManager", "longname": "Phaser.Data.DataManager#query", "scope": "instance", - "___id": "T000002R004355", + "___id": "T000002R004336", "___s": true }, { @@ -48824,7 +48837,7 @@ "filename": "DataManager.js", "lineno": 215, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "description": "Sets a value for the given key. If the key doesn't already exist in the Data Manager then it is created.\r\r```javascript\rdata.set('name', 'Red Gem Stone');\r```\r\rYou can also pass in an object of key value pairs as the first argument:\r\r```javascript\rdata.set({ name: 'Red Gem Stone', level: 2, owner: 'Link', gold: 50 });\r```\r\rTo get a value back again you can call `get`:\r\r```javascript\rdata.get('gold');\r```\r\rOr you can access the value directly via the `values` property, where it works like any other variable:\r\r```javascript\rdata.values.gold += 50;\r```\r\rWhen the value is first set, a `setdata` event is emitted.\r\rIf the key already exists, a `changedata` event is emitted instead, along an event named after the key.\rFor example, if you updated an existing key called `PlayerLives` then it would emit the event `changedata-PlayerLives`.\rThese events will be emitted regardless if you use this method to set the value, or the direct `values` setter.\r\rPlease note that the data keys are case-sensitive and must be valid JavaScript Object property strings.\rThis means the keys `gold` and `Gold` are treated as two unique values within the Data Manager.", @@ -48906,7 +48919,7 @@ "memberof": "Phaser.Data.DataManager", "longname": "Phaser.Data.DataManager#set", "scope": "instance", - "___id": "T000002R004360", + "___id": "T000002R004341", "___s": true }, { @@ -48915,7 +48928,7 @@ "filename": "DataManager.js", "lineno": 285, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "description": "Increase a value for the given key. If the key doesn't already exist in the Data Manager then it is increased from 0.\r\rWhen the value is first set, a `setdata` event is emitted.", @@ -48975,7 +48988,7 @@ "memberof": "Phaser.Data.DataManager", "longname": "Phaser.Data.DataManager#inc", "scope": "instance", - "___id": "T000002R004363", + "___id": "T000002R004344", "___s": true }, { @@ -48984,7 +48997,7 @@ "filename": "DataManager.js", "lineno": 325, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "description": "Toggle a boolean value for the given key. If the key doesn't already exist in the Data Manager then it is toggled from false.\r\rWhen the value is first set, a `setdata` event is emitted.", @@ -49029,7 +49042,7 @@ "memberof": "Phaser.Data.DataManager", "longname": "Phaser.Data.DataManager#toggle", "scope": "instance", - "___id": "T000002R004368", + "___id": "T000002R004349", "___s": true }, { @@ -49038,7 +49051,7 @@ "filename": "DataManager.js", "lineno": 419, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "description": "Passes all data entries to the given callback.", @@ -49106,7 +49119,7 @@ "memberof": "Phaser.Data.DataManager", "longname": "Phaser.Data.DataManager#each", "scope": "instance", - "___id": "T000002R004384", + "___id": "T000002R004365", "___s": true }, { @@ -49115,7 +49128,7 @@ "filename": "DataManager.js", "lineno": 451, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "description": "Merge the given object of key value pairs into this DataManager.\r\rAny newly created values will emit a `setdata` event. Any updated values (see the `overwrite` argument)\rwill emit a `changedata` event.", @@ -49187,7 +49200,7 @@ "memberof": "Phaser.Data.DataManager", "longname": "Phaser.Data.DataManager#merge", "scope": "instance", - "___id": "T000002R004391", + "___id": "T000002R004372", "___s": true }, { @@ -49196,7 +49209,7 @@ "filename": "DataManager.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "description": "Remove the value for the given key.\r\rIf the key is found in this Data Manager it is removed from the internal lists and a\r`removedata` event is emitted.\r\rYou can also pass in an array of keys, in which case all keys in the array will be removed:\r\r```javascript\rthis.data.remove([ 'gold', 'armor', 'health' ]);\r```", @@ -49258,7 +49271,7 @@ "memberof": "Phaser.Data.DataManager", "longname": "Phaser.Data.DataManager#remove", "scope": "instance", - "___id": "T000002R004395", + "___id": "T000002R004376", "___s": true }, { @@ -49267,7 +49280,7 @@ "filename": "DataManager.js", "lineno": 553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "description": "Retrieves the data associated with the given 'key', deletes it from this Data Manager, then returns it.", @@ -49308,7 +49321,7 @@ "memberof": "Phaser.Data.DataManager", "longname": "Phaser.Data.DataManager#pop", "scope": "instance", - "___id": "T000002R004401", + "___id": "T000002R004382", "___s": true }, { @@ -49317,7 +49330,7 @@ "filename": "DataManager.js", "lineno": 581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "description": "Determines whether the given key is set in this Data Manager.\r\rPlease note that the keys are case-sensitive and must be valid JavaScript Object property strings.\rThis means the keys `gold` and `Gold` are treated as two unique values within the Data Manager.", @@ -49356,7 +49369,7 @@ "memberof": "Phaser.Data.DataManager", "longname": "Phaser.Data.DataManager#has", "scope": "instance", - "___id": "T000002R004405", + "___id": "T000002R004386", "___s": true }, { @@ -49365,7 +49378,7 @@ "filename": "DataManager.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "description": "Freeze or unfreeze this Data Manager. A frozen Data Manager will block all attempts\rto create new values or update existing ones.", @@ -49405,7 +49418,7 @@ "memberof": "Phaser.Data.DataManager", "longname": "Phaser.Data.DataManager#setFreeze", "scope": "instance", - "___id": "T000002R004407", + "___id": "T000002R004388", "___s": true }, { @@ -49414,7 +49427,7 @@ "filename": "DataManager.js", "lineno": 617, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "description": "Delete all data in this Data Manager and unfreeze it.", @@ -49439,7 +49452,7 @@ "memberof": "Phaser.Data.DataManager", "longname": "Phaser.Data.DataManager#reset", "scope": "instance", - "___id": "T000002R004410", + "___id": "T000002R004391", "___s": true }, { @@ -49448,7 +49461,7 @@ "filename": "DataManager.js", "lineno": 638, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "description": "Destroy this data manager.", @@ -49458,7 +49471,7 @@ "memberof": "Phaser.Data.DataManager", "longname": "Phaser.Data.DataManager#destroy", "scope": "instance", - "___id": "T000002R004414", + "___id": "T000002R004395", "___s": true }, { @@ -49467,7 +49480,7 @@ "filename": "DataManager.js", "lineno": 655, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "description": "Gets or sets the frozen state of this Data Manager.\rA frozen Data Manager will block all attempts to create new values or update existing ones.", @@ -49486,7 +49499,7 @@ "longname": "Phaser.Data.DataManager#freeze", "scope": "instance", "kind": "member", - "___id": "T000002R004417", + "___id": "T000002R004398", "___s": true }, { @@ -49495,7 +49508,7 @@ "filename": "DataManager.js", "lineno": 677, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "description": "Return the total number of entries in this Data Manager.", @@ -49514,7 +49527,7 @@ "longname": "Phaser.Data.DataManager#count", "scope": "instance", "kind": "member", - "___id": "T000002R004422", + "___id": "T000002R004403", "___s": true }, { @@ -49523,7 +49536,7 @@ "filename": "DataManagerPlugin.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "classdesc": "The Data Component features a means to store pieces of data specific to a Game Object, System or Plugin.\rYou can then search, query it, and retrieve the data. The parent must either extend EventEmitter,\ror have a property called `events` that is an instance of it.", @@ -49551,7 +49564,7 @@ ], "scope": "static", "longname": "Phaser.Data.DataManagerPlugin", - "___id": "T000002R004432", + "___id": "T000002R004413", "___s": true }, { @@ -49560,7 +49573,7 @@ "filename": "DataManagerPlugin.js", "lineno": 36, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "description": "A reference to the Scene that this DataManager belongs to.", @@ -49579,7 +49592,7 @@ "longname": "Phaser.Data.DataManagerPlugin#scene", "scope": "instance", "kind": "member", - "___id": "T000002R004436", + "___id": "T000002R004417", "___s": true }, { @@ -49588,7 +49601,7 @@ "filename": "DataManagerPlugin.js", "lineno": 45, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "description": "A reference to the Scene's Systems.", @@ -49607,7 +49620,7 @@ "longname": "Phaser.Data.DataManagerPlugin#systems", "scope": "instance", "kind": "member", - "___id": "T000002R004438", + "___id": "T000002R004419", "___s": true }, { @@ -49616,7 +49629,7 @@ "filename": "DataManagerPlugin.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "description": "The Scene that owns this plugin is being destroyed.\rWe need to shutdown and then kill off all external references.", @@ -49627,7 +49640,7 @@ "longname": "Phaser.Data.DataManagerPlugin#destroy", "scope": "instance", "overrides": "Phaser.Data.DataManager#destroy", - "___id": "T000002R004447", + "___id": "T000002R004428", "___s": true }, { @@ -49636,7 +49649,7 @@ "filename": "CHANGE_DATA_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\data\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data\\events", "code": {} }, "description": "The Change Data Event.\r\rThis event is dispatched by a Data Manager when an item in the data store is changed.\r\rGame Objects with data enabled have an instance of a Data Manager under the `data` property. So, to listen for\ra change data event from a Game Object you would use: `sprite.on('changedata', listener)`.\r\rThis event is dispatched for all items that change in the Data Manager.\rTo listen for the change of a specific item, use the `CHANGE_DATA_KEY_EVENT` event.", @@ -49709,7 +49722,7 @@ "memberof": "Phaser.Data.Events", "longname": "Phaser.Data.Events#event:CHANGE_DATA", "scope": "instance", - "___id": "T000002R004452", + "___id": "T000002R004433", "___s": true }, { @@ -49718,7 +49731,7 @@ "filename": "CHANGE_DATA_KEY_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\data\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data\\events", "code": {} }, "description": "The Change Data Key Event.\r\rThis event is dispatched by a Data Manager when an item in the data store is changed.\r\rGame Objects with data enabled have an instance of a Data Manager under the `data` property. So, to listen for\rthe change of a specific data item from a Game Object you would use: `sprite.on('changedata-key', listener)`,\rwhere `key` is the unique string key of the data item. For example, if you have a data item stored called `gold`\rthen you can listen for `sprite.on('changedata-gold')`.", @@ -49778,7 +49791,7 @@ "memberof": "Phaser.Data.Events", "longname": "Phaser.Data.Events#event:CHANGE_DATA_KEY", "scope": "instance", - "___id": "T000002R004454", + "___id": "T000002R004435", "___s": true }, { @@ -49787,7 +49800,7 @@ "filename": "DESTROY_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\data\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data\\events", "code": {} }, "description": "The Data Manager Destroy Event.\r\rThe Data Manager will listen for the destroy event from its parent, and then close itself down.", @@ -49806,7 +49819,7 @@ "memberof": "Phaser.Data.Events", "longname": "Phaser.Data.Events#event:DESTROY", "scope": "instance", - "___id": "T000002R004456", + "___id": "T000002R004437", "___s": true }, { @@ -49815,7 +49828,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\data\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data\\events", "code": {} }, "kind": "namespace", @@ -49823,7 +49836,7 @@ "memberof": "Phaser.Data", "longname": "Phaser.Data.Events", "scope": "static", - "___id": "T000002R004458", + "___id": "T000002R004439", "___s": true }, { @@ -49832,7 +49845,7 @@ "filename": "REMOVE_DATA_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\data\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data\\events", "code": {} }, "description": "The Remove Data Event.\r\rThis event is dispatched by a Data Manager when an item is removed from it.\r\rGame Objects with data enabled have an instance of a Data Manager under the `data` property. So, to listen for\rthe removal of a data item on a Game Object you would use: `sprite.on('removedata', listener)`.", @@ -49892,7 +49905,7 @@ "memberof": "Phaser.Data.Events", "longname": "Phaser.Data.Events#event:REMOVE_DATA", "scope": "instance", - "___id": "T000002R004465", + "___id": "T000002R004446", "___s": true }, { @@ -49901,7 +49914,7 @@ "filename": "SET_DATA_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\data\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data\\events", "code": {} }, "description": "The Set Data Event.\r\rThis event is dispatched by a Data Manager when a new item is added to the data store.\r\rGame Objects with data enabled have an instance of a Data Manager under the `data` property. So, to listen for\rthe addition of a new data item on a Game Object you would use: `sprite.on('setdata', listener)`.", @@ -49961,7 +49974,7 @@ "memberof": "Phaser.Data.Events", "longname": "Phaser.Data.Events#event:SET_DATA", "scope": "instance", - "___id": "T000002R004467", + "___id": "T000002R004448", "___s": true }, { @@ -49970,7 +49983,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "kind": "namespace", @@ -49978,7 +49991,7 @@ "memberof": "Phaser", "longname": "Phaser.Data", "scope": "static", - "___id": "T000002R004469", + "___id": "T000002R004450", "___s": true }, { @@ -49987,7 +50000,7 @@ "filename": "Audio.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\device", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\device", "code": {} }, "description": "Determines the audio playback capabilities of the device running this Phaser Game instance.\rThese values are read-only and populated during the boot sequence of the game.\rThey are then referenced by internal game systems and are available for you to access\rvia `this.sys.game.device.audio` from within any Scene.", @@ -50151,7 +50164,7 @@ "memberof": "Phaser.Device", "longname": "Phaser.Device.Audio", "scope": "static", - "___id": "T000002R004475", + "___id": "T000002R004456", "___s": true }, { @@ -50160,7 +50173,7 @@ "filename": "Browser.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\device", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\device", "code": {} }, "description": "Determines the browser type and version running this Phaser Game instance.\rThese values are read-only and populated during the boot sequence of the game.\rThey are then referenced by internal game systems and are available for you to access\rvia `this.sys.game.device.browser` from within any Scene.", @@ -50363,7 +50376,7 @@ "memberof": "Phaser.Device", "longname": "Phaser.Device.Browser", "scope": "static", - "___id": "T000002R004509", + "___id": "T000002R004490", "___s": true }, { @@ -50372,7 +50385,7 @@ "filename": "CanvasFeatures.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\device", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\device", "code": {} }, "description": "Determines the canvas features of the browser running this Phaser Game instance.\rThese values are read-only and populated during the boot sequence of the game.\rThey are then referenced by internal game systems and are available for you to access\rvia `this.sys.game.device.canvasFeatures` from within any Scene.", @@ -50419,7 +50432,7 @@ "memberof": "Phaser.Device", "longname": "Phaser.Device.CanvasFeatures", "scope": "static", - "___id": "T000002R004552", + "___id": "T000002R004533", "___s": true }, { @@ -50428,7 +50441,7 @@ "filename": "Features.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\device", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\device", "code": {} }, "description": "Determines the features of the browser running this Phaser Game instance.\rThese values are read-only and populated during the boot sequence of the game.\rThey are then referenced by internal game systems and are available for you to access\rvia `this.sys.game.device.features` from within any Scene.", @@ -50620,7 +50633,7 @@ "memberof": "Phaser.Device", "longname": "Phaser.Device.Features", "scope": "static", - "___id": "T000002R004586", + "___id": "T000002R004567", "___s": true }, { @@ -50629,7 +50642,7 @@ "filename": "Fullscreen.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\device", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\device", "code": {} }, "description": "Determines the full screen support of the browser running this Phaser Game instance.\rThese values are read-only and populated during the boot sequence of the game.\rThey are then referenced by internal game systems and are available for you to access\rvia `this.sys.game.device.fullscreen` from within any Scene.", @@ -50702,7 +50715,7 @@ "memberof": "Phaser.Device", "longname": "Phaser.Device.Fullscreen", "scope": "static", - "___id": "T000002R004638", + "___id": "T000002R004619", "___s": true }, { @@ -50711,7 +50724,7 @@ "filename": "index.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\device", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\device", "code": {} }, "kind": "namespace", @@ -50720,7 +50733,7 @@ "memberof": "Phaser", "longname": "Phaser.Device", "scope": "static", - "___id": "T000002R004658", + "___id": "T000002R004639", "___s": true }, { @@ -50729,7 +50742,7 @@ "filename": "index.js", "lineno": 17, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\device", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\device", "code": {} }, "kind": "typedef", @@ -50852,7 +50865,7 @@ "memberof": "Phaser", "longname": "Phaser.DeviceConf", "scope": "static", - "___id": "T000002R004659", + "___id": "T000002R004640", "___s": true }, { @@ -50861,7 +50874,7 @@ "filename": "Input.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\device", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\device", "code": {} }, "description": "Determines the input support of the browser running this Phaser Game instance.\rThese values are read-only and populated during the boot sequence of the game.\rThey are then referenced by internal game systems and are available for you to access\rvia `this.sys.game.device.input` from within any Scene.", @@ -50936,7 +50949,7 @@ "memberof": "Phaser.Device", "longname": "Phaser.Device.Input", "scope": "static", - "___id": "T000002R004670", + "___id": "T000002R004651", "___s": true }, { @@ -50945,7 +50958,7 @@ "filename": "OS.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\device", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\device", "code": {} }, "description": "Determines the operating system of the device running this Phaser Game instance.\rThese values are read-only and populated during the boot sequence of the game.\rThey are then referenced by internal game systems and are available for you to access\rvia `this.sys.game.device.os` from within any Scene.", @@ -51226,7 +51239,7 @@ "memberof": "Phaser.Device", "longname": "Phaser.Device.OS", "scope": "static", - "___id": "T000002R004684", + "___id": "T000002R004665", "___s": true }, { @@ -51235,7 +51248,7 @@ "filename": "Video.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\device", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\device", "code": {} }, "description": "Determines the video support of the browser running this Phaser Game instance.\r\rThese values are read-only and populated during the boot sequence of the game.\r\rThey are then referenced by internal game systems and are available for you to access\rvia `this.sys.game.device.video` from within any Scene.\r\rIn Phaser 3.20 the properties were renamed to drop the 'Video' suffix.", @@ -51360,7 +51373,7 @@ "memberof": "Phaser.Device", "longname": "Phaser.Device.Video", "scope": "static", - "___id": "T000002R004739", + "___id": "T000002R004720", "___s": true }, { @@ -51369,7 +51382,7 @@ "filename": "const.js", "lineno": 9, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align", "code": {} }, "description": "A constant representing a top-left alignment or position.", @@ -51388,7 +51401,7 @@ "memberof": "Phaser.Display.Align", "longname": "Phaser.Display.Align.TOP_LEFT", "scope": "static", - "___id": "T000002R004774", + "___id": "T000002R004755", "___s": true }, { @@ -51397,7 +51410,7 @@ "filename": "const.js", "lineno": 18, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align", "code": {} }, "description": "A constant representing a top-center alignment or position.", @@ -51416,7 +51429,7 @@ "memberof": "Phaser.Display.Align", "longname": "Phaser.Display.Align.TOP_CENTER", "scope": "static", - "___id": "T000002R004776", + "___id": "T000002R004757", "___s": true }, { @@ -51425,7 +51438,7 @@ "filename": "const.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align", "code": {} }, "description": "A constant representing a top-right alignment or position.", @@ -51444,7 +51457,7 @@ "memberof": "Phaser.Display.Align", "longname": "Phaser.Display.Align.TOP_RIGHT", "scope": "static", - "___id": "T000002R004778", + "___id": "T000002R004759", "___s": true }, { @@ -51453,7 +51466,7 @@ "filename": "const.js", "lineno": 36, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align", "code": {} }, "description": "A constant representing a left-top alignment or position.", @@ -51472,7 +51485,7 @@ "memberof": "Phaser.Display.Align", "longname": "Phaser.Display.Align.LEFT_TOP", "scope": "static", - "___id": "T000002R004780", + "___id": "T000002R004761", "___s": true }, { @@ -51481,7 +51494,7 @@ "filename": "const.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align", "code": {} }, "description": "A constant representing a left-center alignment or position.", @@ -51500,7 +51513,7 @@ "memberof": "Phaser.Display.Align", "longname": "Phaser.Display.Align.LEFT_CENTER", "scope": "static", - "___id": "T000002R004782", + "___id": "T000002R004763", "___s": true }, { @@ -51509,7 +51522,7 @@ "filename": "const.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align", "code": {} }, "description": "A constant representing a left-bottom alignment or position.", @@ -51528,7 +51541,7 @@ "memberof": "Phaser.Display.Align", "longname": "Phaser.Display.Align.LEFT_BOTTOM", "scope": "static", - "___id": "T000002R004784", + "___id": "T000002R004765", "___s": true }, { @@ -51537,7 +51550,7 @@ "filename": "const.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align", "code": {} }, "description": "A constant representing a center alignment or position.", @@ -51556,7 +51569,7 @@ "memberof": "Phaser.Display.Align", "longname": "Phaser.Display.Align.CENTER", "scope": "static", - "___id": "T000002R004786", + "___id": "T000002R004767", "___s": true }, { @@ -51565,7 +51578,7 @@ "filename": "const.js", "lineno": 72, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align", "code": {} }, "description": "A constant representing a right-top alignment or position.", @@ -51584,7 +51597,7 @@ "memberof": "Phaser.Display.Align", "longname": "Phaser.Display.Align.RIGHT_TOP", "scope": "static", - "___id": "T000002R004788", + "___id": "T000002R004769", "___s": true }, { @@ -51593,7 +51606,7 @@ "filename": "const.js", "lineno": 81, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align", "code": {} }, "description": "A constant representing a right-center alignment or position.", @@ -51612,7 +51625,7 @@ "memberof": "Phaser.Display.Align", "longname": "Phaser.Display.Align.RIGHT_CENTER", "scope": "static", - "___id": "T000002R004790", + "___id": "T000002R004771", "___s": true }, { @@ -51621,7 +51634,7 @@ "filename": "const.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align", "code": {} }, "description": "A constant representing a right-bottom alignment or position.", @@ -51640,7 +51653,7 @@ "memberof": "Phaser.Display.Align", "longname": "Phaser.Display.Align.RIGHT_BOTTOM", "scope": "static", - "___id": "T000002R004792", + "___id": "T000002R004773", "___s": true }, { @@ -51649,7 +51662,7 @@ "filename": "const.js", "lineno": 99, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align", "code": {} }, "description": "A constant representing a bottom-left alignment or position.", @@ -51668,7 +51681,7 @@ "memberof": "Phaser.Display.Align", "longname": "Phaser.Display.Align.BOTTOM_LEFT", "scope": "static", - "___id": "T000002R004794", + "___id": "T000002R004775", "___s": true }, { @@ -51677,7 +51690,7 @@ "filename": "const.js", "lineno": 108, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align", "code": {} }, "description": "A constant representing a bottom-center alignment or position.", @@ -51696,7 +51709,7 @@ "memberof": "Phaser.Display.Align", "longname": "Phaser.Display.Align.BOTTOM_CENTER", "scope": "static", - "___id": "T000002R004796", + "___id": "T000002R004777", "___s": true }, { @@ -51705,7 +51718,7 @@ "filename": "const.js", "lineno": 117, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align", "code": {} }, "description": "A constant representing a bottom-right alignment or position.", @@ -51724,7 +51737,7 @@ "memberof": "Phaser.Display.Align", "longname": "Phaser.Display.Align.BOTTOM_RIGHT", "scope": "static", - "___id": "T000002R004798", + "___id": "T000002R004779", "___s": true }, { @@ -51733,7 +51746,7 @@ "filename": "BottomCenter.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align\\in", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align\\in", "code": {} }, "description": "Takes given Game Object and aligns it so that it is positioned in the bottom center of the other.", @@ -51823,7 +51836,7 @@ "memberof": "Phaser.Display.Align.In", "longname": "Phaser.Display.Align.In.BottomCenter", "scope": "static", - "___id": "T000002R004805", + "___id": "T000002R004786", "___s": true }, { @@ -51832,7 +51845,7 @@ "filename": "BottomLeft.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align\\in", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align\\in", "code": {} }, "description": "Takes given Game Object and aligns it so that it is positioned in the bottom left of the other.", @@ -51922,7 +51935,7 @@ "memberof": "Phaser.Display.Align.In", "longname": "Phaser.Display.Align.In.BottomLeft", "scope": "static", - "___id": "T000002R004814", + "___id": "T000002R004795", "___s": true }, { @@ -51931,7 +51944,7 @@ "filename": "BottomRight.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align\\in", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align\\in", "code": {} }, "description": "Takes given Game Object and aligns it so that it is positioned in the bottom right of the other.", @@ -52021,7 +52034,7 @@ "memberof": "Phaser.Display.Align.In", "longname": "Phaser.Display.Align.In.BottomRight", "scope": "static", - "___id": "T000002R004823", + "___id": "T000002R004804", "___s": true }, { @@ -52030,7 +52043,7 @@ "filename": "Center.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align\\in", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align\\in", "code": {} }, "description": "Takes given Game Object and aligns it so that it is positioned in the center of the other.", @@ -52120,7 +52133,7 @@ "memberof": "Phaser.Display.Align.In", "longname": "Phaser.Display.Align.In.Center", "scope": "static", - "___id": "T000002R004831", + "___id": "T000002R004812", "___s": true }, { @@ -52129,7 +52142,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align\\in", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align\\in", "code": {} }, "kind": "namespace", @@ -52137,7 +52150,7 @@ "memberof": "Phaser.Display.Align", "longname": "Phaser.Display.Align.In", "scope": "static", - "___id": "T000002R004836", + "___id": "T000002R004817", "___s": true }, { @@ -52146,7 +52159,7 @@ "filename": "LeftCenter.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align\\in", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align\\in", "code": {} }, "description": "Takes given Game Object and aligns it so that it is positioned in the left center of the other.", @@ -52236,7 +52249,7 @@ "memberof": "Phaser.Display.Align.In", "longname": "Phaser.Display.Align.In.LeftCenter", "scope": "static", - "___id": "T000002R004852", + "___id": "T000002R004833", "___s": true }, { @@ -52245,7 +52258,7 @@ "filename": "QuickSet.js", "lineno": 25, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align\\in", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align\\in", "code": {} }, "description": "Takes given Game Object and aligns it so that it is positioned relative to the other.\rThe alignment used is based on the `position` argument, which is an `ALIGN_CONST` value, such as `LEFT_CENTER` or `TOP_RIGHT`.", @@ -52348,7 +52361,7 @@ "memberof": "Phaser.Display.Align.In", "longname": "Phaser.Display.Align.In.QuickSet", "scope": "static", - "___id": "T000002R004872", + "___id": "T000002R004853", "___s": true }, { @@ -52357,7 +52370,7 @@ "filename": "RightCenter.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align\\in", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align\\in", "code": {} }, "description": "Takes given Game Object and aligns it so that it is positioned in the right center of the other.", @@ -52447,7 +52460,7 @@ "memberof": "Phaser.Display.Align.In", "longname": "Phaser.Display.Align.In.RightCenter", "scope": "static", - "___id": "T000002R004879", + "___id": "T000002R004860", "___s": true }, { @@ -52456,7 +52469,7 @@ "filename": "TopCenter.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align\\in", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align\\in", "code": {} }, "description": "Takes given Game Object and aligns it so that it is positioned in the top center of the other.", @@ -52546,7 +52559,7 @@ "memberof": "Phaser.Display.Align.In", "longname": "Phaser.Display.Align.In.TopCenter", "scope": "static", - "___id": "T000002R004888", + "___id": "T000002R004869", "___s": true }, { @@ -52555,7 +52568,7 @@ "filename": "TopLeft.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align\\in", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align\\in", "code": {} }, "description": "Takes given Game Object and aligns it so that it is positioned in the top left of the other.", @@ -52645,7 +52658,7 @@ "memberof": "Phaser.Display.Align.In", "longname": "Phaser.Display.Align.In.TopLeft", "scope": "static", - "___id": "T000002R004897", + "___id": "T000002R004878", "___s": true }, { @@ -52654,7 +52667,7 @@ "filename": "TopRight.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align\\in", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align\\in", "code": {} }, "description": "Takes given Game Object and aligns it so that it is positioned in the top right of the other.", @@ -52744,7 +52757,7 @@ "memberof": "Phaser.Display.Align.In", "longname": "Phaser.Display.Align.In.TopRight", "scope": "static", - "___id": "T000002R004906", + "___id": "T000002R004887", "___s": true }, { @@ -52753,7 +52766,7 @@ "filename": "index.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align", "code": {} }, "kind": "namespace", @@ -52761,7 +52774,7 @@ "memberof": "Phaser.Display", "longname": "Phaser.Display.Align", "scope": "static", - "___id": "T000002R004913", + "___id": "T000002R004894", "___s": true }, { @@ -52770,7 +52783,7 @@ "filename": "BottomCenter.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align\\to", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align\\to", "code": {} }, "description": "Takes given Game Object and aligns it so that it is positioned next to the bottom center position of the other.", @@ -52860,7 +52873,7 @@ "memberof": "Phaser.Display.Align.To", "longname": "Phaser.Display.Align.To.BottomCenter", "scope": "static", - "___id": "T000002R004923", + "___id": "T000002R004904", "___s": true }, { @@ -52869,7 +52882,7 @@ "filename": "BottomLeft.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align\\to", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align\\to", "code": {} }, "description": "Takes given Game Object and aligns it so that it is positioned next to the bottom left position of the other.", @@ -52959,7 +52972,7 @@ "memberof": "Phaser.Display.Align.To", "longname": "Phaser.Display.Align.To.BottomLeft", "scope": "static", - "___id": "T000002R004932", + "___id": "T000002R004913", "___s": true }, { @@ -52968,7 +52981,7 @@ "filename": "BottomRight.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align\\to", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align\\to", "code": {} }, "description": "Takes given Game Object and aligns it so that it is positioned next to the bottom right position of the other.", @@ -53058,7 +53071,7 @@ "memberof": "Phaser.Display.Align.To", "longname": "Phaser.Display.Align.To.BottomRight", "scope": "static", - "___id": "T000002R004941", + "___id": "T000002R004922", "___s": true }, { @@ -53067,7 +53080,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align\\to", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align\\to", "code": {} }, "kind": "namespace", @@ -53075,7 +53088,7 @@ "memberof": "Phaser.Display.Align", "longname": "Phaser.Display.Align.To", "scope": "static", - "___id": "T000002R004946", + "___id": "T000002R004927", "___s": true }, { @@ -53084,7 +53097,7 @@ "filename": "LeftBottom.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align\\to", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align\\to", "code": {} }, "description": "Takes given Game Object and aligns it so that it is positioned next to the left bottom position of the other.", @@ -53174,7 +53187,7 @@ "memberof": "Phaser.Display.Align.To", "longname": "Phaser.Display.Align.To.LeftBottom", "scope": "static", - "___id": "T000002R004965", + "___id": "T000002R004946", "___s": true }, { @@ -53183,7 +53196,7 @@ "filename": "LeftCenter.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align\\to", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align\\to", "code": {} }, "description": "Takes given Game Object and aligns it so that it is positioned next to the left center position of the other.", @@ -53273,7 +53286,7 @@ "memberof": "Phaser.Display.Align.To", "longname": "Phaser.Display.Align.To.LeftCenter", "scope": "static", - "___id": "T000002R004974", + "___id": "T000002R004955", "___s": true }, { @@ -53282,7 +53295,7 @@ "filename": "LeftTop.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align\\to", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align\\to", "code": {} }, "description": "Takes given Game Object and aligns it so that it is positioned next to the left top position of the other.", @@ -53372,7 +53385,7 @@ "memberof": "Phaser.Display.Align.To", "longname": "Phaser.Display.Align.To.LeftTop", "scope": "static", - "___id": "T000002R004983", + "___id": "T000002R004964", "___s": true }, { @@ -53381,7 +53394,7 @@ "filename": "QuickSet.js", "lineno": 24, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align\\to", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align\\to", "code": {} }, "description": "Takes a Game Object and aligns it next to another, at the given position.\rThe alignment used is based on the `position` argument, which is a `Phaser.Display.Align` property such as `LEFT_CENTER` or `TOP_RIGHT`.", @@ -53484,7 +53497,7 @@ "memberof": "Phaser.Display.Align.To", "longname": "Phaser.Display.Align.To.QuickSet", "scope": "static", - "___id": "T000002R005002", + "___id": "T000002R004983", "___s": true }, { @@ -53493,7 +53506,7 @@ "filename": "RightBottom.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align\\to", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align\\to", "code": {} }, "description": "Takes given Game Object and aligns it so that it is positioned next to the right bottom position of the other.", @@ -53583,7 +53596,7 @@ "memberof": "Phaser.Display.Align.To", "longname": "Phaser.Display.Align.To.RightBottom", "scope": "static", - "___id": "T000002R005009", + "___id": "T000002R004990", "___s": true }, { @@ -53592,7 +53605,7 @@ "filename": "RightCenter.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align\\to", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align\\to", "code": {} }, "description": "Takes given Game Object and aligns it so that it is positioned next to the right center position of the other.", @@ -53682,7 +53695,7 @@ "memberof": "Phaser.Display.Align.To", "longname": "Phaser.Display.Align.To.RightCenter", "scope": "static", - "___id": "T000002R005018", + "___id": "T000002R004999", "___s": true }, { @@ -53691,7 +53704,7 @@ "filename": "RightTop.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align\\to", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align\\to", "code": {} }, "description": "Takes given Game Object and aligns it so that it is positioned next to the right top position of the other.", @@ -53781,7 +53794,7 @@ "memberof": "Phaser.Display.Align.To", "longname": "Phaser.Display.Align.To.RightTop", "scope": "static", - "___id": "T000002R005027", + "___id": "T000002R005008", "___s": true }, { @@ -53790,7 +53803,7 @@ "filename": "TopCenter.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align\\to", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align\\to", "code": {} }, "description": "Takes given Game Object and aligns it so that it is positioned next to the top center position of the other.", @@ -53880,7 +53893,7 @@ "memberof": "Phaser.Display.Align.To", "longname": "Phaser.Display.Align.To.TopCenter", "scope": "static", - "___id": "T000002R005036", + "___id": "T000002R005017", "___s": true }, { @@ -53889,7 +53902,7 @@ "filename": "TopLeft.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align\\to", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align\\to", "code": {} }, "description": "Takes given Game Object and aligns it so that it is positioned next to the top left position of the other.", @@ -53979,7 +53992,7 @@ "memberof": "Phaser.Display.Align.To", "longname": "Phaser.Display.Align.To.TopLeft", "scope": "static", - "___id": "T000002R005045", + "___id": "T000002R005026", "___s": true }, { @@ -53988,7 +54001,7 @@ "filename": "TopRight.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\align\\to", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\align\\to", "code": {} }, "description": "Takes given Game Object and aligns it so that it is positioned next to the top right position of the other.", @@ -54078,7 +54091,7 @@ "memberof": "Phaser.Display.Align.To", "longname": "Phaser.Display.Align.To.TopRight", "scope": "static", - "___id": "T000002R005054", + "___id": "T000002R005035", "___s": true }, { @@ -54087,7 +54100,7 @@ "filename": "CenterOn.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\bounds", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\bounds", "code": {} }, "description": "Positions the Game Object so that it is centered on the given coordinates.", @@ -54160,7 +54173,7 @@ "memberof": "Phaser.Display.Bounds", "longname": "Phaser.Display.Bounds.CenterOn", "scope": "static", - "___id": "T000002R005061", + "___id": "T000002R005042", "___s": true }, { @@ -54169,7 +54182,7 @@ "filename": "GetBottom.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\bounds", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\bounds", "code": {} }, "description": "Returns the bottom coordinate from the bounds of the Game Object.", @@ -54208,7 +54221,7 @@ "memberof": "Phaser.Display.Bounds", "longname": "Phaser.Display.Bounds.GetBottom", "scope": "static", - "___id": "T000002R005064", + "___id": "T000002R005045", "___s": true }, { @@ -54217,7 +54230,7 @@ "filename": "GetBounds.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\bounds", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\bounds", "code": {} }, "description": "Returns the unrotated bounds of the Game Object as a rectangle.", @@ -54290,7 +54303,7 @@ "memberof": "Phaser.Display.Bounds", "longname": "Phaser.Display.Bounds.GetBounds", "scope": "static", - "___id": "T000002R005072", + "___id": "T000002R005053", "___s": true }, { @@ -54299,7 +54312,7 @@ "filename": "GetCenterX.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\bounds", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\bounds", "code": {} }, "description": "Returns the center x coordinate from the bounds of the Game Object.", @@ -54338,7 +54351,7 @@ "memberof": "Phaser.Display.Bounds", "longname": "Phaser.Display.Bounds.GetCenterX", "scope": "static", - "___id": "T000002R005082", + "___id": "T000002R005063", "___s": true }, { @@ -54347,7 +54360,7 @@ "filename": "GetCenterY.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\bounds", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\bounds", "code": {} }, "description": "Returns the center y coordinate from the bounds of the Game Object.", @@ -54386,7 +54399,7 @@ "memberof": "Phaser.Display.Bounds", "longname": "Phaser.Display.Bounds.GetCenterY", "scope": "static", - "___id": "T000002R005085", + "___id": "T000002R005066", "___s": true }, { @@ -54395,7 +54408,7 @@ "filename": "GetLeft.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\bounds", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\bounds", "code": {} }, "description": "Returns the left coordinate from the bounds of the Game Object.", @@ -54434,7 +54447,7 @@ "memberof": "Phaser.Display.Bounds", "longname": "Phaser.Display.Bounds.GetLeft", "scope": "static", - "___id": "T000002R005088", + "___id": "T000002R005069", "___s": true }, { @@ -54443,7 +54456,7 @@ "filename": "GetOffsetX.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\bounds", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\bounds", "code": {} }, "description": "Returns the amount the Game Object is visually offset from its x coordinate.\rThis is the same as `width * origin.x`.\rThis value will only be > 0 if `origin.x` is not equal to zero.", @@ -54482,7 +54495,7 @@ "memberof": "Phaser.Display.Bounds", "longname": "Phaser.Display.Bounds.GetOffsetX", "scope": "static", - "___id": "T000002R005091", + "___id": "T000002R005072", "___s": true }, { @@ -54491,7 +54504,7 @@ "filename": "GetOffsetY.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\bounds", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\bounds", "code": {} }, "description": "Returns the amount the Game Object is visually offset from its y coordinate.\rThis is the same as `width * origin.y`.\rThis value will only be > 0 if `origin.y` is not equal to zero.", @@ -54530,7 +54543,7 @@ "memberof": "Phaser.Display.Bounds", "longname": "Phaser.Display.Bounds.GetOffsetY", "scope": "static", - "___id": "T000002R005094", + "___id": "T000002R005075", "___s": true }, { @@ -54539,7 +54552,7 @@ "filename": "GetRight.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\bounds", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\bounds", "code": {} }, "description": "Returns the right coordinate from the bounds of the Game Object.", @@ -54578,7 +54591,7 @@ "memberof": "Phaser.Display.Bounds", "longname": "Phaser.Display.Bounds.GetRight", "scope": "static", - "___id": "T000002R005097", + "___id": "T000002R005078", "___s": true }, { @@ -54587,7 +54600,7 @@ "filename": "GetTop.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\bounds", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\bounds", "code": {} }, "description": "Returns the top coordinate from the bounds of the Game Object.", @@ -54626,7 +54639,7 @@ "memberof": "Phaser.Display.Bounds", "longname": "Phaser.Display.Bounds.GetTop", "scope": "static", - "___id": "T000002R005100", + "___id": "T000002R005081", "___s": true }, { @@ -54635,7 +54648,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\bounds", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\bounds", "code": {} }, "kind": "namespace", @@ -54643,7 +54656,7 @@ "memberof": "Phaser.Display", "longname": "Phaser.Display.Bounds", "scope": "static", - "___id": "T000002R005103", + "___id": "T000002R005084", "___s": true }, { @@ -54652,7 +54665,7 @@ "filename": "SetBottom.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\bounds", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\bounds", "code": {} }, "description": "Positions the Game Object so that the bottom of its bounds aligns with the given coordinate.", @@ -54712,7 +54725,7 @@ "memberof": "Phaser.Display.Bounds", "longname": "Phaser.Display.Bounds.SetBottom", "scope": "static", - "___id": "T000002R005121", + "___id": "T000002R005102", "___s": true }, { @@ -54721,7 +54734,7 @@ "filename": "SetCenterX.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\bounds", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\bounds", "code": {} }, "description": "Positions the Game Object so that the center top of its bounds aligns with the given coordinate.", @@ -54781,7 +54794,7 @@ "memberof": "Phaser.Display.Bounds", "longname": "Phaser.Display.Bounds.SetCenterX", "scope": "static", - "___id": "T000002R005125", + "___id": "T000002R005106", "___s": true }, { @@ -54790,7 +54803,7 @@ "filename": "SetCenterY.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\bounds", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\bounds", "code": {} }, "description": "Positions the Game Object so that the center top of its bounds aligns with the given coordinate.", @@ -54850,7 +54863,7 @@ "memberof": "Phaser.Display.Bounds", "longname": "Phaser.Display.Bounds.SetCenterY", "scope": "static", - "___id": "T000002R005130", + "___id": "T000002R005111", "___s": true }, { @@ -54859,7 +54872,7 @@ "filename": "SetLeft.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\bounds", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\bounds", "code": {} }, "description": "Positions the Game Object so that the left of its bounds aligns with the given coordinate.", @@ -54919,7 +54932,7 @@ "memberof": "Phaser.Display.Bounds", "longname": "Phaser.Display.Bounds.SetLeft", "scope": "static", - "___id": "T000002R005135", + "___id": "T000002R005116", "___s": true }, { @@ -54928,7 +54941,7 @@ "filename": "SetRight.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\bounds", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\bounds", "code": {} }, "description": "Positions the Game Object so that the left of its bounds aligns with the given coordinate.", @@ -54988,7 +55001,7 @@ "memberof": "Phaser.Display.Bounds", "longname": "Phaser.Display.Bounds.SetRight", "scope": "static", - "___id": "T000002R005139", + "___id": "T000002R005120", "___s": true }, { @@ -54997,7 +55010,7 @@ "filename": "SetTop.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\bounds", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\bounds", "code": {} }, "description": "Positions the Game Object so that the top of its bounds aligns with the given coordinate.", @@ -55057,7 +55070,7 @@ "memberof": "Phaser.Display.Bounds", "longname": "Phaser.Display.Bounds.SetTop", "scope": "static", - "___id": "T000002R005143", + "___id": "T000002R005124", "___s": true }, { @@ -55066,7 +55079,7 @@ "filename": "CanvasInterpolation.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\canvas", "code": {} }, "kind": "namespace", @@ -55075,7 +55088,7 @@ "memberof": "Phaser.Display.Canvas", "longname": "Phaser.Display.Canvas.CanvasInterpolation", "scope": "static", - "___id": "T000002R005147", + "___id": "T000002R005128", "___s": true }, { @@ -55084,7 +55097,7 @@ "filename": "CanvasInterpolation.js", "lineno": 13, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\canvas", "code": {} }, "description": "Sets the CSS image-rendering property on the given canvas to be 'crisp' (aka 'optimize contrast' on webkit).", @@ -55123,7 +55136,7 @@ "memberof": "Phaser.Display.Canvas.CanvasInterpolation", "longname": "Phaser.Display.Canvas.CanvasInterpolation.setCrisp", "scope": "static", - "___id": "T000002R005149", + "___id": "T000002R005130", "___s": true }, { @@ -55132,7 +55145,7 @@ "filename": "CanvasInterpolation.js", "lineno": 37, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\canvas", "code": {} }, "description": "Sets the CSS image-rendering property on the given canvas to be 'bicubic' (aka 'auto').", @@ -55171,7 +55184,7 @@ "memberof": "Phaser.Display.Canvas.CanvasInterpolation", "longname": "Phaser.Display.Canvas.CanvasInterpolation.setBicubic", "scope": "static", - "___id": "T000002R005154", + "___id": "T000002R005135", "___s": true }, { @@ -55180,7 +55193,7 @@ "filename": "CanvasPool.js", "lineno": 16, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\canvas", "code": {} }, "description": "The CanvasPool is a global static object, that allows Phaser to recycle and pool 2D Context Canvas DOM elements.\rIt does not pool WebGL Contexts, because once the context options are set they cannot be modified again,\rwhich is useless for some of the Phaser pipelines / renderer.\r\rThis singleton is instantiated as soon as Phaser loads, before a Phaser.Game instance has even been created.\rWhich means all instances of Phaser Games on the same page can share the one single pool.", @@ -55190,7 +55203,7 @@ "memberof": "Phaser.Display.Canvas", "longname": "Phaser.Display.Canvas.CanvasPool", "scope": "static", - "___id": "T000002R005163", + "___id": "T000002R005144", "___s": true }, { @@ -55199,7 +55212,7 @@ "filename": "CanvasPool.js", "lineno": 29, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\canvas", "code": {} }, "description": "Creates a new Canvas DOM element, or pulls one from the pool if free.", @@ -55297,7 +55310,7 @@ "memberof": "Phaser.Display.Canvas.CanvasPool", "longname": "Phaser.Display.Canvas.CanvasPool.create", "scope": "static", - "___id": "T000002R005165", + "___id": "T000002R005146", "___s": true }, { @@ -55306,7 +55319,7 @@ "filename": "CanvasPool.js", "lineno": 91, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\canvas", "code": {} }, "description": "Creates a new Canvas DOM element, or pulls one from the pool if free.", @@ -55374,7 +55387,7 @@ "memberof": "Phaser.Display.Canvas.CanvasPool", "longname": "Phaser.Display.Canvas.CanvasPool.create2D", "scope": "static", - "___id": "T000002R005184", + "___id": "T000002R005165", "___s": true }, { @@ -55383,7 +55396,7 @@ "filename": "CanvasPool.js", "lineno": 108, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\canvas", "code": {} }, "description": "Creates a new Canvas DOM element, or pulls one from the pool if free.", @@ -55451,7 +55464,7 @@ "memberof": "Phaser.Display.Canvas.CanvasPool", "longname": "Phaser.Display.Canvas.CanvasPool.createWebGL", "scope": "static", - "___id": "T000002R005186", + "___id": "T000002R005167", "___s": true }, { @@ -55460,7 +55473,7 @@ "filename": "CanvasPool.js", "lineno": 125, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\canvas", "code": {} }, "description": "Gets the first free canvas index from the pool.", @@ -55501,7 +55514,7 @@ "memberof": "Phaser.Display.Canvas.CanvasPool", "longname": "Phaser.Display.Canvas.CanvasPool.first", "scope": "static", - "___id": "T000002R005188", + "___id": "T000002R005169", "___s": true }, { @@ -55510,7 +55523,7 @@ "filename": "CanvasPool.js", "lineno": 157, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\canvas", "code": {} }, "description": "Looks up a canvas based on its parent, and if found puts it back in the pool, freeing it up for re-use.\rThe canvas has its width and height set to 1, and its parent attribute nulled.", @@ -55534,7 +55547,7 @@ "memberof": "Phaser.Display.Canvas.CanvasPool", "longname": "Phaser.Display.Canvas.CanvasPool.remove", "scope": "static", - "___id": "T000002R005193", + "___id": "T000002R005174", "___s": true }, { @@ -55543,7 +55556,7 @@ "filename": "CanvasPool.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\canvas", "code": {} }, "description": "Gets the total number of used canvas elements in the pool.", @@ -55567,7 +55580,7 @@ "memberof": "Phaser.Display.Canvas.CanvasPool", "longname": "Phaser.Display.Canvas.CanvasPool.total", "scope": "static", - "___id": "T000002R005199", + "___id": "T000002R005180", "___s": true }, { @@ -55576,7 +55589,7 @@ "filename": "CanvasPool.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\canvas", "code": {} }, "description": "Gets the total number of free canvas elements in the pool.", @@ -55600,7 +55613,7 @@ "memberof": "Phaser.Display.Canvas.CanvasPool", "longname": "Phaser.Display.Canvas.CanvasPool.free", "scope": "static", - "___id": "T000002R005202", + "___id": "T000002R005183", "___s": true }, { @@ -55609,7 +55622,7 @@ "filename": "CanvasPool.js", "lineno": 218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\canvas", "code": {} }, "description": "Disable context smoothing on any new Canvas element created.", @@ -55619,7 +55632,7 @@ "memberof": "Phaser.Display.Canvas.CanvasPool", "longname": "Phaser.Display.Canvas.CanvasPool.disableSmoothing", "scope": "static", - "___id": "T000002R005204", + "___id": "T000002R005185", "___s": true }, { @@ -55628,7 +55641,7 @@ "filename": "CanvasPool.js", "lineno": 229, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\canvas", "code": {} }, "description": "Enable context smoothing on any new Canvas element created.", @@ -55638,7 +55651,7 @@ "memberof": "Phaser.Display.Canvas.CanvasPool", "longname": "Phaser.Display.Canvas.CanvasPool.enableSmoothing", "scope": "static", - "___id": "T000002R005207", + "___id": "T000002R005188", "___s": true }, { @@ -55647,7 +55660,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\canvas", "code": {} }, "kind": "namespace", @@ -55655,7 +55668,7 @@ "memberof": "Phaser.Display", "longname": "Phaser.Display.Canvas", "scope": "static", - "___id": "T000002R005221", + "___id": "T000002R005202", "___s": true }, { @@ -55664,7 +55677,7 @@ "filename": "Smoothing.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\canvas", "code": {} }, "kind": "namespace", @@ -55673,7 +55686,7 @@ "memberof": "Phaser.Display.Canvas", "longname": "Phaser.Display.Canvas.Smoothing", "scope": "static", - "___id": "T000002R005229", + "___id": "T000002R005210", "___s": true }, { @@ -55682,7 +55695,7 @@ "filename": "Smoothing.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\canvas", "code": {} }, "description": "Gets the Smoothing Enabled vendor prefix being used on the given context, or null if not set.", @@ -55731,7 +55744,7 @@ "memberof": "Phaser.Display.Canvas.Smoothing", "longname": "Phaser.Display.Canvas.Smoothing.getPrefix", "scope": "static", - "___id": "T000002R005231", + "___id": "T000002R005212", "___s": true }, { @@ -55740,7 +55753,7 @@ "filename": "Smoothing.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\canvas", "code": {} }, "description": "Sets the Image Smoothing property on the given context. Set to false to disable image smoothing.\rBy default browsers have image smoothing enabled, which isn't always what you visually want, especially\rwhen using pixel art in a game. Note that this sets the property on the context itself, so that any image\rdrawn to the context will be affected. This sets the property across all current browsers but support is\rpatchy on earlier browsers, especially on mobile.", @@ -55799,7 +55812,7 @@ "memberof": "Phaser.Display.Canvas.Smoothing", "longname": "Phaser.Display.Canvas.Smoothing.enable", "scope": "static", - "___id": "T000002R005236", + "___id": "T000002R005217", "___s": true }, { @@ -55808,7 +55821,7 @@ "filename": "Smoothing.js", "lineno": 72, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\canvas", "code": {} }, "description": "Sets the Image Smoothing property on the given context. Set to false to disable image smoothing.\rBy default browsers have image smoothing enabled, which isn't always what you visually want, especially\rwhen using pixel art in a game. Note that this sets the property on the context itself, so that any image\rdrawn to the context will be affected. This sets the property across all current browsers but support is\rpatchy on earlier browsers, especially on mobile.", @@ -55867,7 +55880,7 @@ "memberof": "Phaser.Display.Canvas.Smoothing", "longname": "Phaser.Display.Canvas.Smoothing.disable", "scope": "static", - "___id": "T000002R005240", + "___id": "T000002R005221", "___s": true }, { @@ -55876,7 +55889,7 @@ "filename": "Smoothing.js", "lineno": 101, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\canvas", "code": {} }, "description": "Returns `true` if the given context has image smoothing enabled, otherwise returns `false`.\rReturns null if no smoothing prefix is available.", @@ -55927,7 +55940,7 @@ "memberof": "Phaser.Display.Canvas.Smoothing", "longname": "Phaser.Display.Canvas.Smoothing.isEnabled", "scope": "static", - "___id": "T000002R005244", + "___id": "T000002R005225", "___s": true }, { @@ -55936,7 +55949,7 @@ "filename": "TouchAction.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\canvas", "code": {} }, "description": "Sets the touch-action property on the canvas style. Can be used to disable default browser touch actions.", @@ -55990,7 +56003,7 @@ "memberof": "Phaser.Display.Canvas", "longname": "Phaser.Display.Canvas.TouchAction", "scope": "static", - "___id": "T000002R005251", + "___id": "T000002R005232", "___s": true }, { @@ -55999,7 +56012,7 @@ "filename": "UserSelect.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\canvas", "code": {} }, "description": "Sets the user-select property on the canvas style. Can be used to disable default browser selection actions.", @@ -56053,7 +56066,7 @@ "memberof": "Phaser.Display.Canvas", "longname": "Phaser.Display.Canvas.UserSelect", "scope": "static", - "___id": "T000002R005258", + "___id": "T000002R005239", "___s": true }, { @@ -56062,7 +56075,7 @@ "filename": "Color.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "kind": "namespace", @@ -56070,7 +56083,7 @@ "memberof": "Phaser.Display", "longname": "Phaser.Display.Color", "scope": "static", - "___id": "T000002R005271", + "___id": "T000002R005252", "___s": true }, { @@ -56079,7 +56092,7 @@ "filename": "Color.js", "lineno": 17, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "classdesc": "The Color class holds a single color value and allows for easy modification and reading of it.", @@ -56151,7 +56164,7 @@ ], "scope": "static", "longname": "Phaser.Display.Color", - "___id": "T000002R005272", + "___id": "T000002R005253", "___s": true }, { @@ -56160,7 +56173,7 @@ "filename": "Color.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "An array containing the calculated color values for WebGL use.", @@ -56188,7 +56201,7 @@ "longname": "Phaser.Display.Color#gl", "scope": "instance", "kind": "member", - "___id": "T000002R005295", + "___id": "T000002R005276", "___s": true }, { @@ -56197,7 +56210,7 @@ "filename": "Color.js", "lineno": 177, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Sets this color to be transparent. Sets all values to zero.", @@ -56221,7 +56234,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color#transparent", "scope": "instance", - "___id": "T000002R005303", + "___id": "T000002R005284", "___s": true }, { @@ -56230,7 +56243,7 @@ "filename": "Color.js", "lineno": 199, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Sets the color of this Color component.", @@ -56325,7 +56338,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color#setTo", "scope": "instance", - "___id": "T000002R005311", + "___id": "T000002R005292", "___s": true }, { @@ -56334,7 +56347,7 @@ "filename": "Color.js", "lineno": 230, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Sets the red, green, blue and alpha GL values of this Color component.", @@ -56414,7 +56427,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color#setGLTo", "scope": "instance", - "___id": "T000002R005321", + "___id": "T000002R005302", "___s": true }, { @@ -56423,7 +56436,7 @@ "filename": "Color.js", "lineno": 259, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Sets the color based on the color object given.", @@ -56462,7 +56475,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color#setFromRGB", "scope": "instance", - "___id": "T000002R005330", + "___id": "T000002R005311", "___s": true }, { @@ -56471,7 +56484,7 @@ "filename": "Color.js", "lineno": 287, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Sets the color based on the hue, saturation and lightness values given.", @@ -56536,7 +56549,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color#setFromHSV", "scope": "instance", - "___id": "T000002R005338", + "___id": "T000002R005319", "___s": true }, { @@ -56545,7 +56558,7 @@ "filename": "Color.js", "lineno": 359, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Returns a new Color component using the values from this one.", @@ -56569,7 +56582,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color#clone", "scope": "instance", - "___id": "T000002R005355", + "___id": "T000002R005336", "___s": true }, { @@ -56578,7 +56591,7 @@ "filename": "Color.js", "lineno": 372, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Sets this Color object to be grayscaled based on the shade value given.", @@ -56617,7 +56630,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color#gray", "scope": "instance", - "___id": "T000002R005357", + "___id": "T000002R005338", "___s": true }, { @@ -56626,7 +56639,7 @@ "filename": "Color.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Sets this Color object to be a random color between the `min` and `max` values given.", @@ -56682,7 +56695,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color#random", "scope": "instance", - "___id": "T000002R005359", + "___id": "T000002R005340", "___s": true }, { @@ -56691,7 +56704,7 @@ "filename": "Color.js", "lineno": 410, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Sets this Color object to be a random grayscale color between the `min` and `max` values given.", @@ -56747,7 +56760,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color#randomGray", "scope": "instance", - "___id": "T000002R005366", + "___id": "T000002R005347", "___s": true }, { @@ -56756,7 +56769,7 @@ "filename": "Color.js", "lineno": 431, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Increase the saturation of this Color by the percentage amount given.\rThe saturation is the amount of the base color in the hue.", @@ -56795,7 +56808,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color#saturate", "scope": "instance", - "___id": "T000002R005371", + "___id": "T000002R005352", "___s": true }, { @@ -56804,7 +56817,7 @@ "filename": "Color.js", "lineno": 449, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Decrease the saturation of this Color by the percentage amount given.\rThe saturation is the amount of the base color in the hue.", @@ -56843,7 +56856,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color#desaturate", "scope": "instance", - "___id": "T000002R005374", + "___id": "T000002R005355", "___s": true }, { @@ -56852,7 +56865,7 @@ "filename": "Color.js", "lineno": 467, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Increase the lightness of this Color by the percentage amount given.", @@ -56891,7 +56904,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color#lighten", "scope": "instance", - "___id": "T000002R005377", + "___id": "T000002R005358", "___s": true }, { @@ -56900,7 +56913,7 @@ "filename": "Color.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Decrease the lightness of this Color by the percentage amount given.", @@ -56939,7 +56952,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color#darken", "scope": "instance", - "___id": "T000002R005380", + "___id": "T000002R005361", "___s": true }, { @@ -56948,7 +56961,7 @@ "filename": "Color.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Brighten this Color by the percentage amount given.", @@ -56987,7 +57000,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color#brighten", "scope": "instance", - "___id": "T000002R005383", + "___id": "T000002R005364", "___s": true }, { @@ -56996,7 +57009,7 @@ "filename": "Color.js", "lineno": 524, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "The color of this Color component, not including the alpha channel.", @@ -57016,7 +57029,7 @@ "longname": "Phaser.Display.Color#color", "scope": "instance", "kind": "member", - "___id": "T000002R005391", + "___id": "T000002R005372", "___s": true }, { @@ -57025,7 +57038,7 @@ "filename": "Color.js", "lineno": 541, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "The color of this Color component, including the alpha channel.", @@ -57045,7 +57058,7 @@ "longname": "Phaser.Display.Color#color32", "scope": "instance", "kind": "member", - "___id": "T000002R005394", + "___id": "T000002R005375", "___s": true }, { @@ -57054,7 +57067,7 @@ "filename": "Color.js", "lineno": 558, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "The color of this Color component as a string which can be used in CSS color values.", @@ -57074,7 +57087,7 @@ "longname": "Phaser.Display.Color#rgba", "scope": "instance", "kind": "member", - "___id": "T000002R005397", + "___id": "T000002R005378", "___s": true }, { @@ -57083,7 +57096,7 @@ "filename": "Color.js", "lineno": 575, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "The red color value, normalized to the range 0 to 1.", @@ -57102,7 +57115,7 @@ "longname": "Phaser.Display.Color#redGL", "scope": "instance", "kind": "member", - "___id": "T000002R005400", + "___id": "T000002R005381", "___s": true }, { @@ -57111,7 +57124,7 @@ "filename": "Color.js", "lineno": 600, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "The green color value, normalized to the range 0 to 1.", @@ -57130,7 +57143,7 @@ "longname": "Phaser.Display.Color#greenGL", "scope": "instance", "kind": "member", - "___id": "T000002R005406", + "___id": "T000002R005387", "___s": true }, { @@ -57139,7 +57152,7 @@ "filename": "Color.js", "lineno": 625, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "The blue color value, normalized to the range 0 to 1.", @@ -57158,7 +57171,7 @@ "longname": "Phaser.Display.Color#blueGL", "scope": "instance", "kind": "member", - "___id": "T000002R005412", + "___id": "T000002R005393", "___s": true }, { @@ -57167,7 +57180,7 @@ "filename": "Color.js", "lineno": 650, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "The alpha color value, normalized to the range 0 to 1.", @@ -57186,7 +57199,7 @@ "longname": "Phaser.Display.Color#alphaGL", "scope": "instance", "kind": "member", - "___id": "T000002R005418", + "___id": "T000002R005399", "___s": true }, { @@ -57195,7 +57208,7 @@ "filename": "Color.js", "lineno": 675, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "The red color value, normalized to the range 0 to 255.", @@ -57214,7 +57227,7 @@ "longname": "Phaser.Display.Color#red", "scope": "instance", "kind": "member", - "___id": "T000002R005424", + "___id": "T000002R005405", "___s": true }, { @@ -57223,7 +57236,7 @@ "filename": "Color.js", "lineno": 702, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "The green color value, normalized to the range 0 to 255.", @@ -57242,7 +57255,7 @@ "longname": "Phaser.Display.Color#green", "scope": "instance", "kind": "member", - "___id": "T000002R005431", + "___id": "T000002R005412", "___s": true }, { @@ -57251,7 +57264,7 @@ "filename": "Color.js", "lineno": 729, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "The blue color value, normalized to the range 0 to 255.", @@ -57270,7 +57283,7 @@ "longname": "Phaser.Display.Color#blue", "scope": "instance", "kind": "member", - "___id": "T000002R005438", + "___id": "T000002R005419", "___s": true }, { @@ -57279,7 +57292,7 @@ "filename": "Color.js", "lineno": 756, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "The alpha color value, normalized to the range 0 to 255.", @@ -57298,7 +57311,7 @@ "longname": "Phaser.Display.Color#alpha", "scope": "instance", "kind": "member", - "___id": "T000002R005445", + "___id": "T000002R005426", "___s": true }, { @@ -57307,7 +57320,7 @@ "filename": "Color.js", "lineno": 783, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "The hue color value. A number between 0 and 1.\rThis is the base color.", @@ -57326,7 +57339,7 @@ "longname": "Phaser.Display.Color#h", "scope": "instance", "kind": "member", - "___id": "T000002R005452", + "___id": "T000002R005433", "___s": true }, { @@ -57335,7 +57348,7 @@ "filename": "Color.js", "lineno": 807, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "The saturation color value. A number between 0 and 1.\rThis controls how much of the hue will be in the final color, where 1 is fully saturated and 0 will give you white.", @@ -57354,7 +57367,7 @@ "longname": "Phaser.Display.Color#s", "scope": "instance", "kind": "member", - "___id": "T000002R005457", + "___id": "T000002R005438", "___s": true }, { @@ -57363,7 +57376,7 @@ "filename": "Color.js", "lineno": 831, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "The lightness color value. A number between 0 and 1.\rThis controls how dark the color is. Where 1 is as bright as possible and 0 is black.", @@ -57382,7 +57395,7 @@ "longname": "Phaser.Display.Color#v", "scope": "instance", "kind": "member", - "___id": "T000002R005462", + "___id": "T000002R005443", "___s": true }, { @@ -57391,7 +57404,7 @@ "filename": "ColorSpectrum.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Return an array of Colors in a Color Spectrum.\r\rThe spectrum colors flow in the order: red, yellow, green, blue.\r\rBy default this function will return an array with 1024 elements in.\r\rHowever, you can reduce this to a smaller quantity if needed, by specitying the `limit` parameter.", @@ -57441,7 +57454,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color.ColorSpectrum", "scope": "static", - "___id": "T000002R005469", + "___id": "T000002R005450", "___s": true }, { @@ -57450,7 +57463,7 @@ "filename": "ColorToRGBA.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Converts the given color value into an Object containing r,g,b and a properties.", @@ -57489,7 +57502,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color.ColorToRGBA", "scope": "static", - "___id": "T000002R005508", + "___id": "T000002R005489", "___s": true }, { @@ -57498,7 +57511,7 @@ "filename": "ComponentToHex.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Returns a string containing a hex representation of the given color component.", @@ -57537,7 +57550,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color.ComponentToHex", "scope": "static", - "___id": "T000002R005517", + "___id": "T000002R005498", "___s": true }, { @@ -57546,7 +57559,7 @@ "filename": "GetColor.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Given 3 separate color values this will return an integer representation of it.", @@ -57611,7 +57624,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color.GetColor", "scope": "static", - "___id": "T000002R005521", + "___id": "T000002R005502", "___s": true }, { @@ -57620,7 +57633,7 @@ "filename": "GetColor32.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Given an alpha and 3 color values this will return an integer representation of it.", @@ -57698,7 +57711,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color.GetColor32", "scope": "static", - "___id": "T000002R005524", + "___id": "T000002R005505", "___s": true }, { @@ -57707,7 +57720,7 @@ "filename": "HexStringToColor.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Converts a hex string into a Phaser Color object.\r\rThe hex string can supplied as `'#0033ff'` or the short-hand format of `'#03f'`; it can begin with an optional \"#\" or \"0x\", or be unprefixed.\r\rAn alpha channel is _not_ supported.", @@ -57746,7 +57759,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color.HexStringToColor", "scope": "static", - "___id": "T000002R005528", + "___id": "T000002R005509", "___s": true }, { @@ -57755,7 +57768,7 @@ "filename": "HSLToColor.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Converts HSL (hue, saturation and lightness) values to a Phaser Color object.", @@ -57820,7 +57833,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color.HSLToColor", "scope": "static", - "___id": "T000002R005539", + "___id": "T000002R005520", "___s": true }, { @@ -57829,7 +57842,7 @@ "filename": "HSVColorWheel.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Generates an HSV color wheel which is an array of 360 Color objects, for each step of the wheel.", @@ -57894,7 +57907,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color.HSVColorWheel", "scope": "static", - "___id": "T000002R005552", + "___id": "T000002R005533", "___s": true }, { @@ -57903,7 +57916,7 @@ "filename": "HSVToRGB.js", "lineno": 30, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Converts a HSV (hue, saturation and value) color set to RGB.\r\rConversion formula from https://en.wikipedia.org/wiki/HSL_and_HSV\r\rAssumes HSV values are contained in the set [0, 1].", @@ -58002,7 +58015,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color.HSVToRGB", "scope": "static", - "___id": "T000002R005563", + "___id": "T000002R005544", "___s": true }, { @@ -58011,7 +58024,7 @@ "filename": "HueToComponent.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Converts a hue to an RGB color.\rBased on code by Michael Jackson (https://github.com/mjijackson)", @@ -58073,7 +58086,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color.HueToComponent", "scope": "static", - "___id": "T000002R005579", + "___id": "T000002R005560", "___s": true }, { @@ -58082,7 +58095,7 @@ "filename": "IntegerToColor.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Converts the given color value into an instance of a Color object.", @@ -58121,7 +58134,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color.IntegerToColor", "scope": "static", - "___id": "T000002R005607", + "___id": "T000002R005588", "___s": true }, { @@ -58130,7 +58143,7 @@ "filename": "IntegerToRGB.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Return the component parts of a color as an Object with the properties alpha, red, green, blue.\r\rAlpha will only be set if it exists in the given color (0xAARRGGBB)", @@ -58169,7 +58182,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color.IntegerToRGB", "scope": "static", - "___id": "T000002R005611", + "___id": "T000002R005592", "___s": true }, { @@ -58178,7 +58191,7 @@ "filename": "Interpolate.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "kind": "namespace", @@ -58187,7 +58200,7 @@ "since": "3.0.0", "longname": "Phaser.Display.Color.Interpolate", "scope": "static", - "___id": "T000002R005623", + "___id": "T000002R005604", "___s": true }, { @@ -58196,7 +58209,7 @@ "filename": "Interpolate.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Interpolates between the two given color ranges over the length supplied.", @@ -58330,7 +58343,7 @@ } ], "longname": "Phaser.Display.Color.Interpolate.RGBWithRGB", - "___id": "T000002R005624", + "___id": "T000002R005605", "___s": true }, { @@ -58339,7 +58352,7 @@ "filename": "Interpolate.js", "lineno": 48, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Interpolates between the two given color objects over the length supplied.", @@ -58421,7 +58434,7 @@ } ], "longname": "Phaser.Display.Color.Interpolate.ColorWithColor", - "___id": "T000002R005632", + "___id": "T000002R005613", "___s": true }, { @@ -58430,7 +58443,7 @@ "filename": "Interpolate.js", "lineno": 71, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Interpolates between the Color object and color values over the length supplied.", @@ -58538,7 +58551,7 @@ } ], "longname": "Phaser.Display.Color.Interpolate.ColorWithRGB", - "___id": "T000002R005636", + "___id": "T000002R005617", "___s": true }, { @@ -58547,7 +58560,7 @@ "filename": "ObjectToColor.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Converts an object containing `r`, `g`, `b` and `a` properties into a Color class instance.", @@ -58586,7 +58599,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color.ObjectToColor", "scope": "static", - "___id": "T000002R005645", + "___id": "T000002R005626", "___s": true }, { @@ -58595,7 +58608,7 @@ "filename": "RandomRGB.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Creates a new Color object where the r, g, and b values have been set to random values\rbased on the given min max values.", @@ -58651,7 +58664,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color.RandomRGB", "scope": "static", - "___id": "T000002R005650", + "___id": "T000002R005631", "___s": true }, { @@ -58660,7 +58673,7 @@ "filename": "RGBStringToColor.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Converts a CSS 'web' string into a Phaser Color object.\r\rThe web string can be in the format `'rgb(r,g,b)'` or `'rgba(r,g,b,a)'` where r/g/b are in the range [0..255] and a is in the range [0..1].", @@ -58699,7 +58712,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color.RGBStringToColor", "scope": "static", - "___id": "T000002R005656", + "___id": "T000002R005637", "___s": true }, { @@ -58708,7 +58721,7 @@ "filename": "RGBToHSV.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Converts an RGB color value to HSV (hue, saturation and value).\rConversion formula from http://en.wikipedia.org/wiki/HSL_color_space.\rAssumes RGB values are contained in the set [0, 255] and returns h, s and v in the set [0, 1].\rBased on code by Michael Jackson (https://github.com/mjijackson)", @@ -58807,7 +58820,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color.RGBToHSV", "scope": "static", - "___id": "T000002R005665", + "___id": "T000002R005646", "___s": true }, { @@ -58816,7 +58829,7 @@ "filename": "RGBToString.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Converts the color values into an HTML compatible color string, prefixed with either `#` or `0x`.", @@ -58911,7 +58924,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color.RGBToString", "scope": "static", - "___id": "T000002R005692", + "___id": "T000002R005673", "___s": true }, { @@ -58920,7 +58933,7 @@ "filename": "ValueToColor.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\color", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\color", "code": {} }, "description": "Converts the given source color value into an instance of a Color class.\rThe value can be either a string, prefixed with `rgb` or a hex string, a number or an Object.", @@ -58974,7 +58987,7 @@ "memberof": "Phaser.Display.Color", "longname": "Phaser.Display.Color.ValueToColor", "scope": "static", - "___id": "T000002R005701", + "___id": "T000002R005682", "___s": true }, { @@ -58983,7 +58996,7 @@ "filename": "ColorMatrix.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "classdesc": "The ColorMatrix class creates a 5x4 matrix that can be used in shaders and graphics\roperations. It provides methods required to modify the color values, such as adjusting\rthe brightness, setting a sepia tone, hue rotation and more.\r\rUse the method `getData` to return a Float32Array containing the current color values.", @@ -58993,7 +59006,7 @@ "since": "3.50.0", "scope": "static", "longname": "Phaser.Display.ColorMatrix", - "___id": "T000002R005707", + "___id": "T000002R005688", "___s": true }, { @@ -59002,7 +59015,7 @@ "filename": "ColorMatrix.js", "lineno": 40, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "The value that determines how much of the original color is used\rwhen mixing the colors. A value between 0 (all original) and 1 (all final)", @@ -59021,7 +59034,7 @@ "longname": "Phaser.Display.ColorMatrix#alpha", "scope": "instance", "kind": "member", - "___id": "T000002R005712", + "___id": "T000002R005693", "___s": true }, { @@ -59030,7 +59043,7 @@ "filename": "ColorMatrix.js", "lineno": 75, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "Sets this ColorMatrix from the given array of color values.", @@ -59089,7 +59102,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix#set", "scope": "instance", - "___id": "T000002R005718", + "___id": "T000002R005699", "___s": true }, { @@ -59098,7 +59111,7 @@ "filename": "ColorMatrix.js", "lineno": 94, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "Resets the ColorMatrix to default values and also resets\rthe `alpha` property back to 1.", @@ -59123,7 +59136,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix#reset", "scope": "instance", - "___id": "T000002R005721", + "___id": "T000002R005702", "___s": true }, { @@ -59132,7 +59145,7 @@ "filename": "ColorMatrix.js", "lineno": 121, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "Gets the ColorMatrix as a Float32Array.\r\rCan be used directly as a 1fv shader uniform value.", @@ -59156,7 +59169,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix#getData", "scope": "instance", - "___id": "T000002R005730", + "___id": "T000002R005711", "___s": true }, { @@ -59165,7 +59178,7 @@ "filename": "ColorMatrix.js", "lineno": 150, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "Changes the brightness of this ColorMatrix by the given amount.", @@ -59222,7 +59235,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix#brightness", "scope": "instance", - "___id": "T000002R005738", + "___id": "T000002R005719", "___s": true }, { @@ -59231,7 +59244,7 @@ "filename": "ColorMatrix.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "Changes the saturation of this ColorMatrix by the given amount.", @@ -59288,7 +59301,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix#saturate", "scope": "instance", - "___id": "T000002R005743", + "___id": "T000002R005724", "___s": true }, { @@ -59297,7 +59310,7 @@ "filename": "ColorMatrix.js", "lineno": 203, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "Desaturates this ColorMatrix (removes color from it).", @@ -59339,7 +59352,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix#saturation", "scope": "instance", - "___id": "T000002R005749", + "___id": "T000002R005730", "___s": true }, { @@ -59348,7 +59361,7 @@ "filename": "ColorMatrix.js", "lineno": 220, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "Rotates the hues of this ColorMatrix by the value given.", @@ -59405,7 +59418,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix#hue", "scope": "instance", - "___id": "T000002R005752", + "___id": "T000002R005733", "___s": true }, { @@ -59414,7 +59427,7 @@ "filename": "ColorMatrix.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "Sets this ColorMatrix to be grayscale.", @@ -59471,7 +59484,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix#grayscale", "scope": "instance", - "___id": "T000002R005762", + "___id": "T000002R005743", "___s": true }, { @@ -59480,7 +59493,7 @@ "filename": "ColorMatrix.js", "lineno": 271, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "Sets this ColorMatrix to be black and white.", @@ -59522,7 +59535,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix#blackWhite", "scope": "instance", - "___id": "T000002R005766", + "___id": "T000002R005747", "___s": true }, { @@ -59531,7 +59544,7 @@ "filename": "ColorMatrix.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "Change the contrast of this ColorMatrix by the amount given.", @@ -59588,7 +59601,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix#contrast", "scope": "instance", - "___id": "T000002R005769", + "___id": "T000002R005750", "___s": true }, { @@ -59597,7 +59610,7 @@ "filename": "ColorMatrix.js", "lineno": 315, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "Converts this ColorMatrix to have negative values.", @@ -59639,7 +59652,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix#negative", "scope": "instance", - "___id": "T000002R005775", + "___id": "T000002R005756", "___s": true }, { @@ -59648,7 +59661,7 @@ "filename": "ColorMatrix.js", "lineno": 332, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "Apply a desaturated luminance to this ColorMatrix.", @@ -59690,7 +59703,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix#desaturateLuminance", "scope": "instance", - "___id": "T000002R005778", + "___id": "T000002R005759", "___s": true }, { @@ -59699,7 +59712,7 @@ "filename": "ColorMatrix.js", "lineno": 349, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "Applies a sepia tone to this ColorMatrix.", @@ -59741,7 +59754,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix#sepia", "scope": "instance", - "___id": "T000002R005781", + "___id": "T000002R005762", "___s": true }, { @@ -59750,7 +59763,7 @@ "filename": "ColorMatrix.js", "lineno": 366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "Applies a night vision tone to this ColorMatrix.", @@ -59807,7 +59820,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix#night", "scope": "instance", - "___id": "T000002R005784", + "___id": "T000002R005765", "___s": true }, { @@ -59816,7 +59829,7 @@ "filename": "ColorMatrix.js", "lineno": 390, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "Applies a trippy color tone to this ColorMatrix.", @@ -59858,7 +59871,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix#lsd", "scope": "instance", - "___id": "T000002R005788", + "___id": "T000002R005769", "___s": true }, { @@ -59867,7 +59880,7 @@ "filename": "ColorMatrix.js", "lineno": 407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "Applies a brown tone to this ColorMatrix.", @@ -59909,7 +59922,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix#brown", "scope": "instance", - "___id": "T000002R005791", + "___id": "T000002R005772", "___s": true }, { @@ -59918,7 +59931,7 @@ "filename": "ColorMatrix.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "Applies a vintage pinhole color effect to this ColorMatrix.", @@ -59960,7 +59973,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix#vintagePinhole", "scope": "instance", - "___id": "T000002R005794", + "___id": "T000002R005775", "___s": true }, { @@ -59969,7 +59982,7 @@ "filename": "ColorMatrix.js", "lineno": 441, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "Applies a kodachrome color effect to this ColorMatrix.", @@ -60011,7 +60024,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix#kodachrome", "scope": "instance", - "___id": "T000002R005797", + "___id": "T000002R005778", "___s": true }, { @@ -60020,7 +60033,7 @@ "filename": "ColorMatrix.js", "lineno": 458, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "Applies a technicolor color effect to this ColorMatrix.", @@ -60062,7 +60075,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix#technicolor", "scope": "instance", - "___id": "T000002R005800", + "___id": "T000002R005781", "___s": true }, { @@ -60071,7 +60084,7 @@ "filename": "ColorMatrix.js", "lineno": 475, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "Applies a polaroid color effect to this ColorMatrix.", @@ -60113,7 +60126,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix#polaroid", "scope": "instance", - "___id": "T000002R005803", + "___id": "T000002R005784", "___s": true }, { @@ -60122,7 +60135,7 @@ "filename": "ColorMatrix.js", "lineno": 492, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "Shifts the values of this ColorMatrix into BGR order.", @@ -60164,7 +60177,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix#shiftToBGR", "scope": "instance", - "___id": "T000002R005806", + "___id": "T000002R005787", "___s": true }, { @@ -60173,7 +60186,7 @@ "filename": "ColorMatrix.js", "lineno": 509, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "Multiplies the two given matrices.", @@ -60237,7 +60250,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix#multiply", "scope": "instance", - "___id": "T000002R005809", + "___id": "T000002R005790", "___s": true }, { @@ -60246,7 +60259,7 @@ "filename": "ColorMatrix.js", "lineno": 575, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "A constant array used by the ColorMatrix class for black_white operations.", @@ -60274,7 +60287,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix.BLACK_WHITE", "scope": "static", - "___id": "T000002R005815", + "___id": "T000002R005796", "___s": true }, { @@ -60283,7 +60296,7 @@ "filename": "ColorMatrix.js", "lineno": 585, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "A constant array used by the ColorMatrix class for negative operations.", @@ -60311,7 +60324,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix.NEGATIVE", "scope": "static", - "___id": "T000002R005817", + "___id": "T000002R005798", "___s": true }, { @@ -60320,7 +60333,7 @@ "filename": "ColorMatrix.js", "lineno": 595, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "A constant array used by the ColorMatrix class for desatured luminance operations.", @@ -60348,7 +60361,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix.DESATURATE_LUMINANCE", "scope": "static", - "___id": "T000002R005819", + "___id": "T000002R005800", "___s": true }, { @@ -60357,7 +60370,7 @@ "filename": "ColorMatrix.js", "lineno": 605, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "A constant array used by the ColorMatrix class for sepia operations.", @@ -60385,7 +60398,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix.SEPIA", "scope": "static", - "___id": "T000002R005821", + "___id": "T000002R005802", "___s": true }, { @@ -60394,7 +60407,7 @@ "filename": "ColorMatrix.js", "lineno": 615, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "A constant array used by the ColorMatrix class for lsd operations.", @@ -60422,7 +60435,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix.LSD", "scope": "static", - "___id": "T000002R005823", + "___id": "T000002R005804", "___s": true }, { @@ -60431,7 +60444,7 @@ "filename": "ColorMatrix.js", "lineno": 625, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "A constant array used by the ColorMatrix class for brown operations.", @@ -60459,7 +60472,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix.BROWN", "scope": "static", - "___id": "T000002R005825", + "___id": "T000002R005806", "___s": true }, { @@ -60468,7 +60481,7 @@ "filename": "ColorMatrix.js", "lineno": 635, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "A constant array used by the ColorMatrix class for vintage pinhole operations.", @@ -60496,7 +60509,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix.VINTAGE", "scope": "static", - "___id": "T000002R005827", + "___id": "T000002R005808", "___s": true }, { @@ -60505,7 +60518,7 @@ "filename": "ColorMatrix.js", "lineno": 645, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "A constant array used by the ColorMatrix class for kodachrome operations.", @@ -60533,7 +60546,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix.KODACHROME", "scope": "static", - "___id": "T000002R005829", + "___id": "T000002R005810", "___s": true }, { @@ -60542,7 +60555,7 @@ "filename": "ColorMatrix.js", "lineno": 655, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "A constant array used by the ColorMatrix class for technicolor operations.", @@ -60570,7 +60583,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix.TECHNICOLOR", "scope": "static", - "___id": "T000002R005831", + "___id": "T000002R005812", "___s": true }, { @@ -60579,7 +60592,7 @@ "filename": "ColorMatrix.js", "lineno": 665, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "A constant array used by the ColorMatrix class for polaroid shift operations.", @@ -60607,7 +60620,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix.POLAROID", "scope": "static", - "___id": "T000002R005833", + "___id": "T000002R005814", "___s": true }, { @@ -60616,7 +60629,7 @@ "filename": "ColorMatrix.js", "lineno": 675, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "A constant array used by the ColorMatrix class for shift BGR operations.", @@ -60644,7 +60657,7 @@ "memberof": "Phaser.Display.ColorMatrix", "longname": "Phaser.Display.ColorMatrix.SHIFT_BGR", "scope": "static", - "___id": "T000002R005835", + "___id": "T000002R005816", "___s": true }, { @@ -60653,7 +60666,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "kind": "namespace", @@ -60661,7 +60674,7 @@ "memberof": "Phaser", "longname": "Phaser.Display", "scope": "static", - "___id": "T000002R005838", + "___id": "T000002R005819", "___s": true }, { @@ -60670,7 +60683,7 @@ "filename": "BitmapMask.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\mask", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\mask", "code": {} }, "classdesc": "A Bitmap Mask combines the alpha (opacity) of a masked pixel with the alpha of another pixel.\rUnlike the Geometry Mask, which is a clipping path, a Bitmap Mask behaves like an alpha mask,\rnot a clipping path. It is only available when using the WebGL Renderer.\r\rA Bitmap Mask can use any Game Object or Dynamic Texture to determine the alpha of each pixel of the masked Game Object(s).\rFor any given point of a masked Game Object's texture, the pixel's alpha will be multiplied by the alpha\rof the pixel at the same position in the Bitmap Mask's Game Object. The color of the pixel from the\rBitmap Mask doesn't matter.\r\rFor example, if a pure blue pixel with an alpha of 0.95 is masked with a pure red pixel with an\ralpha of 0.5, the resulting pixel will be pure blue with an alpha of 0.475. Naturally, this means\rthat a pixel in the mask with an alpha of 0 will hide the corresponding pixel in all masked Game Objects.\rA pixel with an alpha of 1 in the masked Game Object will receive the same alpha as the\rcorresponding pixel in the mask.\r\rNote: You cannot combine Bitmap Masks and Blend Modes on the same Game Object. You can, however,\rcombine Geometry Masks and Blend Modes together.\r\rThe Bitmap Mask's location matches the location of its Game Object, not the location of the\rmasked objects. Moving or transforming the underlying Game Object will change the mask\r(and affect the visibility of any masked objects), whereas moving or transforming a masked object\rwill not affect the mask.\r\rThe Bitmap Mask will not render its Game Object by itself. If the Game Object is not in a\rScene's display list, it will only be used for the mask and its full texture will not be directly\rvisible. Adding the underlying Game Object to a Scene will not cause any problems - it will\rrender as a normal Game Object and will also serve as a mask.", @@ -60800,7 +60813,7 @@ ], "scope": "static", "longname": "Phaser.Display.Masks.BitmapMask", - "___id": "T000002R005850", + "___id": "T000002R005831", "___s": true }, { @@ -60809,7 +60822,7 @@ "filename": "BitmapMask.js", "lineno": 63, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\display\\mask", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\mask", "code": {} }, "description": "The Game Object that is used as the mask. Must use a texture, such as a Sprite.", @@ -60838,7 +60851,7 @@ "longname": "Phaser.Display.Masks.BitmapMask#bitmapMask", "scope": "instance", "kind": "member", - "___id": "T000002R005859", + "___id": "T000002R005840", "___s": true }, { @@ -60847,7 +60860,7 @@ "filename": "BitmapMask.js", "lineno": 72, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\display\\mask", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\mask", "code": {} }, "description": "Whether to invert the masks alpha.\r\rIf `true`, the alpha of the masking pixel will be inverted before it's multiplied with the masked pixel.\r\rEssentially, this means that a masked area will be visible only if the corresponding area in the mask is invisible.", @@ -60866,7 +60879,7 @@ "longname": "Phaser.Display.Masks.BitmapMask#invertAlpha", "scope": "instance", "kind": "member", - "___id": "T000002R005861", + "___id": "T000002R005842", "___s": true }, { @@ -60875,7 +60888,7 @@ "filename": "BitmapMask.js", "lineno": 85, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\display\\mask", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\mask", "code": {} }, "description": "Is this mask a stencil mask? This is false by default and should not be changed.", @@ -60895,7 +60908,7 @@ "longname": "Phaser.Display.Masks.BitmapMask#isStencil", "scope": "instance", "kind": "member", - "___id": "T000002R005863", + "___id": "T000002R005844", "___s": true }, { @@ -60904,7 +60917,7 @@ "filename": "BitmapMask.js", "lineno": 96, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\mask", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\mask", "code": {} }, "description": "Sets a new Game Object or Dynamic Texture for this Bitmap Mask to use.\r\rIf a Game Object it must have a texture, such as a Sprite.\r\rYou can update the source of the mask as often as you like.", @@ -60939,7 +60952,7 @@ "memberof": "Phaser.Display.Masks.BitmapMask", "longname": "Phaser.Display.Masks.BitmapMask#setBitmap", "scope": "instance", - "___id": "T000002R005865", + "___id": "T000002R005846", "___s": true }, { @@ -60948,7 +60961,7 @@ "filename": "BitmapMask.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\mask", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\mask", "code": {} }, "description": "Prepares the WebGL Renderer to render a Game Object with this mask applied.\r\rThis renders the masking Game Object to the mask framebuffer and switches to the main framebuffer so that the masked Game Object will be rendered to it instead of being rendered directly to the frame.", @@ -61009,7 +61022,7 @@ "memberof": "Phaser.Display.Masks.BitmapMask", "longname": "Phaser.Display.Masks.BitmapMask#preRenderWebGL", "scope": "instance", - "___id": "T000002R005868", + "___id": "T000002R005849", "___s": true }, { @@ -61018,7 +61031,7 @@ "filename": "BitmapMask.js", "lineno": 130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\mask", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\mask", "code": {} }, "description": "Finalizes rendering of a masked Game Object.\r\rThis resets the previously bound framebuffer and switches the WebGL Renderer to the Bitmap Mask Pipeline, which uses a special fragment shader to apply the masking effect.", @@ -61080,7 +61093,7 @@ "memberof": "Phaser.Display.Masks.BitmapMask", "longname": "Phaser.Display.Masks.BitmapMask#postRenderWebGL", "scope": "instance", - "___id": "T000002R005870", + "___id": "T000002R005851", "___s": true }, { @@ -61089,7 +61102,7 @@ "filename": "BitmapMask.js", "lineno": 147, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\mask", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\mask", "code": {} }, "description": "This is a NOOP method. Bitmap Masks are not supported by the Canvas Renderer.", @@ -61150,7 +61163,7 @@ "memberof": "Phaser.Display.Masks.BitmapMask", "longname": "Phaser.Display.Masks.BitmapMask#preRenderCanvas", "scope": "instance", - "___id": "T000002R005872", + "___id": "T000002R005853", "___s": true }, { @@ -61159,7 +61172,7 @@ "filename": "BitmapMask.js", "lineno": 162, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\mask", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\mask", "code": {} }, "description": "This is a NOOP method. Bitmap Masks are not supported by the Canvas Renderer.", @@ -61194,7 +61207,7 @@ "memberof": "Phaser.Display.Masks.BitmapMask", "longname": "Phaser.Display.Masks.BitmapMask#postRenderCanvas", "scope": "instance", - "___id": "T000002R005874", + "___id": "T000002R005855", "___s": true }, { @@ -61203,7 +61216,7 @@ "filename": "BitmapMask.js", "lineno": 175, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\mask", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\mask", "code": {} }, "description": "Destroys this BitmapMask and nulls any references it holds.\r\rNote that if a Game Object is currently using this mask it will _not_ automatically detect you have destroyed it,\rso be sure to call `clearMask` on any Game Object using it, before destroying it.", @@ -61213,7 +61226,7 @@ "memberof": "Phaser.Display.Masks.BitmapMask", "longname": "Phaser.Display.Masks.BitmapMask#destroy", "scope": "instance", - "___id": "T000002R005876", + "___id": "T000002R005857", "___s": true }, { @@ -61222,7 +61235,7 @@ "filename": "BitmapMask.js", "lineno": 191, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\mask", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\mask", "code": {} }, "description": "A Bitmap Mask combines the alpha (opacity) of a masked pixel with the alpha of another pixel.\rUnlike the Geometry Mask, which is a clipping path, a Bitmap Mask behaves like an alpha mask,\rnot a clipping path. It is only available when using the WebGL Renderer.\r\rA Bitmap Mask can use any Game Object, or Dynamic Texture, to determine the alpha of each pixel of the masked Game Object(s).\rFor any given point of a masked Game Object's texture, the pixel's alpha will be multiplied by the alpha\rof the pixel at the same position in the Bitmap Mask's Game Object. The color of the pixel from the\rBitmap Mask doesn't matter.\r\rFor example, if a pure blue pixel with an alpha of 0.95 is masked with a pure red pixel with an\ralpha of 0.5, the resulting pixel will be pure blue with an alpha of 0.475. Naturally, this means\rthat a pixel in the mask with an alpha of 0 will hide the corresponding pixel in all masked Game Objects\r A pixel with an alpha of 1 in the masked Game Object will receive the same alpha as the\rcorresponding pixel in the mask.\r\rNote: You cannot combine Bitmap Masks and Blend Modes on the same Game Object. You can, however,\rcombine Geometry Masks and Blend Modes together.\r\rThe Bitmap Mask's location matches the location of its Game Object, not the location of the\rmasked objects. Moving or transforming the underlying Game Object will change the mask\r(and affect the visibility of any masked objects), whereas moving or transforming a masked object\rwill not affect the mask.\r\rThe Bitmap Mask will not render its Game Object by itself. If the Game Object is not in a\rScene's display list, it will only be used for the mask and its full texture will not be directly\rvisible. Adding the underlying Game Object to a Scene will not cause any problems - it will\rrender as a normal Game Object and will also serve as a mask.", @@ -61353,7 +61366,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#bitmapMask", "scope": "instance", - "___id": "T000002R005879", + "___id": "T000002R005860", "___s": true }, { @@ -61362,7 +61375,7 @@ "filename": "GeometryMask.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\mask", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\mask", "code": {} }, "classdesc": "A Geometry Mask can be applied to a Game Object to hide any pixels of it which don't intersect\ra visible pixel from the geometry mask. The mask is essentially a clipping path which can only\rmake a masked pixel fully visible or fully invisible without changing its alpha (opacity).\r\rA Geometry Mask uses a Graphics Game Object to determine which pixels of the masked Game Object(s)\rshould be clipped. For any given point of a masked Game Object's texture, the pixel will only be displayed\rif the Graphics Game Object of the Geometry Mask has a visible pixel at the same position. The color and\ralpha of the pixel from the Geometry Mask do not matter.\r\rThe Geometry Mask's location matches the location of its Graphics object, not the location of the masked objects.\rMoving or transforming the underlying Graphics object will change the mask (and affect the visibility\rof any masked objects), whereas moving or transforming a masked object will not affect the mask.\rYou can think of the Geometry Mask (or rather, of its Graphics object) as an invisible curtain placed\rin front of all masked objects which has its own visual properties and, naturally, respects the camera's\rvisual properties, but isn't affected by and doesn't follow the masked objects by itself.", @@ -61400,7 +61413,7 @@ ], "scope": "static", "longname": "Phaser.Display.Masks.GeometryMask", - "___id": "T000002R005882", + "___id": "T000002R005863", "___s": true }, { @@ -61409,7 +61422,7 @@ "filename": "GeometryMask.js", "lineno": 41, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\display\\mask", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\mask", "code": {} }, "description": "The Graphics object which describes the Geometry Mask.", @@ -61428,7 +61441,7 @@ "longname": "Phaser.Display.Masks.GeometryMask#geometryMask", "scope": "instance", "kind": "member", - "___id": "T000002R005885", + "___id": "T000002R005866", "___s": true }, { @@ -61437,7 +61450,7 @@ "filename": "GeometryMask.js", "lineno": 50, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\display\\mask", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\mask", "code": {} }, "description": "Similar to the BitmapMasks invertAlpha setting this to true will then hide all pixels\rdrawn to the Geometry Mask.\r\rThis is a WebGL only feature.", @@ -61456,7 +61469,7 @@ "longname": "Phaser.Display.Masks.GeometryMask#invertAlpha", "scope": "instance", "kind": "member", - "___id": "T000002R005887", + "___id": "T000002R005868", "___s": true }, { @@ -61465,7 +61478,7 @@ "filename": "GeometryMask.js", "lineno": 62, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\display\\mask", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\mask", "code": {} }, "description": "Is this mask a stencil mask?", @@ -61485,7 +61498,7 @@ "longname": "Phaser.Display.Masks.GeometryMask#isStencil", "scope": "instance", "kind": "member", - "___id": "T000002R005889", + "___id": "T000002R005870", "___s": true }, { @@ -61494,7 +61507,7 @@ "filename": "GeometryMask.js", "lineno": 72, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\display\\mask", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\mask", "code": {} }, "description": "The current stencil level. This can change dynamically at runtime\rand is set in the applyStencil method.", @@ -61513,7 +61526,7 @@ "longname": "Phaser.Display.Masks.GeometryMask#level", "scope": "instance", "kind": "member", - "___id": "T000002R005891", + "___id": "T000002R005872", "___s": true }, { @@ -61522,7 +61535,7 @@ "filename": "GeometryMask.js", "lineno": 83, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\mask", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\mask", "code": {} }, "description": "Sets a new Graphics object for the Geometry Mask.", @@ -61562,7 +61575,7 @@ "memberof": "Phaser.Display.Masks.GeometryMask", "longname": "Phaser.Display.Masks.GeometryMask#setShape", "scope": "instance", - "___id": "T000002R005893", + "___id": "T000002R005874", "___s": true }, { @@ -61571,7 +61584,7 @@ "filename": "GeometryMask.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\mask", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\mask", "code": {} }, "description": "Sets the `invertAlpha` property of this Geometry Mask.\r\rInverting the alpha essentially flips the way the mask works.\r\rThis is a WebGL only feature.", @@ -61613,7 +61626,7 @@ "memberof": "Phaser.Display.Masks.GeometryMask", "longname": "Phaser.Display.Masks.GeometryMask#setInvertAlpha", "scope": "instance", - "___id": "T000002R005896", + "___id": "T000002R005877", "___s": true }, { @@ -61622,7 +61635,7 @@ "filename": "GeometryMask.js", "lineno": 123, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\mask", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\mask", "code": {} }, "description": "Renders the Geometry Mask's underlying Graphics object to the OpenGL stencil buffer and enables the stencil test, which clips rendered pixels according to the mask.", @@ -61673,7 +61686,7 @@ "memberof": "Phaser.Display.Masks.GeometryMask", "longname": "Phaser.Display.Masks.GeometryMask#preRenderWebGL", "scope": "instance", - "___id": "T000002R005900", + "___id": "T000002R005881", "___s": true }, { @@ -61682,7 +61695,7 @@ "filename": "GeometryMask.js", "lineno": 160, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\mask", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\mask", "code": {} }, "description": "Applies the current stencil mask to the renderer.", @@ -61733,7 +61746,7 @@ "memberof": "Phaser.Display.Masks.GeometryMask", "longname": "Phaser.Display.Masks.GeometryMask#applyStencil", "scope": "instance", - "___id": "T000002R005907", + "___id": "T000002R005888", "___s": true }, { @@ -61742,7 +61755,7 @@ "filename": "GeometryMask.js", "lineno": 213, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\mask", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\mask", "code": {} }, "description": "Flushes all rendered pixels and disables the stencil test of a WebGL context, thus disabling the mask for it.", @@ -61767,7 +61780,7 @@ "memberof": "Phaser.Display.Masks.GeometryMask", "longname": "Phaser.Display.Masks.GeometryMask#postRenderWebGL", "scope": "instance", - "___id": "T000002R005914", + "___id": "T000002R005895", "___s": true }, { @@ -61776,7 +61789,7 @@ "filename": "GeometryMask.js", "lineno": 259, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\mask", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\mask", "code": {} }, "description": "Sets the clipping path of a 2D canvas context to the Geometry Mask's underlying Graphics object.", @@ -61827,7 +61840,7 @@ "memberof": "Phaser.Display.Masks.GeometryMask", "longname": "Phaser.Display.Masks.GeometryMask#preRenderCanvas", "scope": "instance", - "___id": "T000002R005923", + "___id": "T000002R005904", "___s": true }, { @@ -61836,7 +61849,7 @@ "filename": "GeometryMask.js", "lineno": 280, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\mask", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\mask", "code": {} }, "description": "Restore the canvas context's previous clipping path, thus turning off the mask for it.", @@ -61861,7 +61874,7 @@ "memberof": "Phaser.Display.Masks.GeometryMask", "longname": "Phaser.Display.Masks.GeometryMask#postRenderCanvas", "scope": "instance", - "___id": "T000002R005926", + "___id": "T000002R005907", "___s": true }, { @@ -61870,7 +61883,7 @@ "filename": "GeometryMask.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display\\mask", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\mask", "code": {} }, "description": "Destroys this GeometryMask and nulls any references it holds.\r\rNote that if a Game Object is currently using this mask it will _not_ automatically detect you have destroyed it,\rso be sure to call `clearMask` on any Game Object using it, before destroying it.", @@ -61880,7 +61893,7 @@ "memberof": "Phaser.Display.Masks.GeometryMask", "longname": "Phaser.Display.Masks.GeometryMask#destroy", "scope": "instance", - "___id": "T000002R005928", + "___id": "T000002R005909", "___s": true }, { @@ -61889,7 +61902,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\mask", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\mask", "code": {} }, "kind": "namespace", @@ -61897,7 +61910,7 @@ "memberof": "Phaser.Display", "longname": "Phaser.Display.Masks", "scope": "static", - "___id": "T000002R005932", + "___id": "T000002R005913", "___s": true }, { @@ -61906,7 +61919,7 @@ "filename": "RGB.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "classdesc": "The RGB class holds a single color value and allows for easy modification and reading of it,\rwith optional on-change callback notification and a dirty flag.", @@ -61963,7 +61976,7 @@ ], "scope": "static", "longname": "Phaser.Display.RGB", - "___id": "T000002R005938", + "___id": "T000002R005919", "___s": true }, { @@ -61972,7 +61985,7 @@ "filename": "RGB.js", "lineno": 40, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "This callback will be invoked each time one of the RGB color values change.\r\rThe callback is sent the new color values as the parameters.", @@ -61991,7 +62004,7 @@ "longname": "Phaser.Display.RGB#onChangeCallback", "scope": "instance", "kind": "member", - "___id": "T000002R005943", + "___id": "T000002R005924", "___s": true }, { @@ -62000,7 +62013,7 @@ "filename": "RGB.js", "lineno": 51, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "Is this color dirty?", @@ -62019,7 +62032,7 @@ "longname": "Phaser.Display.RGB#dirty", "scope": "instance", "kind": "member", - "___id": "T000002R005945", + "___id": "T000002R005926", "___s": true }, { @@ -62028,7 +62041,7 @@ "filename": "RGB.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "Sets the red, green and blue values of this RGB object, flags it as being\rdirty and then invokes the `onChangeCallback`, if set.", @@ -62100,7 +62113,7 @@ "memberof": "Phaser.Display.RGB", "longname": "Phaser.Display.RGB#set", "scope": "instance", - "___id": "T000002R005947", + "___id": "T000002R005928", "___s": true }, { @@ -62109,7 +62122,7 @@ "filename": "RGB.js", "lineno": 89, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "Compares the given rgb parameters with those in this object and returns\ra boolean `true` value if they are equal, otherwise it returns `false`.", @@ -62174,7 +62187,7 @@ "memberof": "Phaser.Display.RGB", "longname": "Phaser.Display.RGB#equals", "scope": "instance", - "___id": "T000002R005953", + "___id": "T000002R005934", "___s": true }, { @@ -62183,7 +62196,7 @@ "filename": "RGB.js", "lineno": 109, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "Internal on change handler. Sets this object as being dirty and\rthen invokes the `onChangeCallback`, if set, passing in the\rnew RGB values.", @@ -62193,7 +62206,7 @@ "memberof": "Phaser.Display.RGB", "longname": "Phaser.Display.RGB#onChange", "scope": "instance", - "___id": "T000002R005956", + "___id": "T000002R005937", "___s": true }, { @@ -62202,7 +62215,7 @@ "filename": "RGB.js", "lineno": 126, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "The red color value. Between 0 and 1.\r\rChanging this property will flag this RGB object as being dirty\rand invoke the `onChangeCallback` , if set.", @@ -62221,7 +62234,7 @@ "longname": "Phaser.Display.RGB#r", "scope": "instance", "kind": "member", - "___id": "T000002R005960", + "___id": "T000002R005941", "___s": true }, { @@ -62230,7 +62243,7 @@ "filename": "RGB.js", "lineno": 151, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "The green color value. Between 0 and 1.\r\rChanging this property will flag this RGB object as being dirty\rand invoke the `onChangeCallback` , if set.", @@ -62249,7 +62262,7 @@ "longname": "Phaser.Display.RGB#g", "scope": "instance", "kind": "member", - "___id": "T000002R005965", + "___id": "T000002R005946", "___s": true }, { @@ -62258,7 +62271,7 @@ "filename": "RGB.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "The blue color value. Between 0 and 1.\r\rChanging this property will flag this RGB object as being dirty\rand invoke the `onChangeCallback` , if set.", @@ -62277,7 +62290,7 @@ "longname": "Phaser.Display.RGB#b", "scope": "instance", "kind": "member", - "___id": "T000002R005970", + "___id": "T000002R005951", "___s": true }, { @@ -62286,7 +62299,7 @@ "filename": "RGB.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "description": "Nulls any external references this object contains.", @@ -62296,7 +62309,7 @@ "memberof": "Phaser.Display.RGB", "longname": "Phaser.Display.RGB#destroy", "scope": "instance", - "___id": "T000002R005975", + "___id": "T000002R005956", "___s": true }, { @@ -62305,7 +62318,7 @@ "filename": "BaseShader.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\shader", "code": {} }, "classdesc": "A BaseShader is a small resource class that contains the data required for a WebGL Shader to be created.\r\rIt contains the raw source code to the fragment and vertex shader, as well as an object that defines\rthe uniforms the shader requires, if any.\r\rBaseShaders are stored in the Shader Cache, available in a Scene via `this.cache.shaders` and are referenced\rby a unique key-based string. Retrieve them via `this.cache.shaders.get(key)`.\r\rBaseShaders are created automatically by the GLSL File Loader when loading an external shader resource.\rThey can also be created at runtime, allowing you to use dynamically generated shader source code.\r\rDefault fragment and vertex source is used if not provided in the constructor, setting-up a basic shader,\rsuitable for debug rendering.", @@ -62372,7 +62385,7 @@ ], "scope": "static", "longname": "Phaser.Display.BaseShader", - "___id": "T000002R005980", + "___id": "T000002R005961", "___s": true }, { @@ -62381,7 +62394,7 @@ "filename": "BaseShader.js", "lineno": 81, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\display\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\shader", "code": {} }, "description": "The key of this shader, unique within the shader cache of this Phaser game instance.", @@ -62400,7 +62413,7 @@ "longname": "Phaser.Display.BaseShader#key", "scope": "instance", "kind": "member", - "___id": "T000002R005986", + "___id": "T000002R005967", "___s": true }, { @@ -62409,7 +62422,7 @@ "filename": "BaseShader.js", "lineno": 90, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\display\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\shader", "code": {} }, "description": "The source code, as a string, of the fragment shader being used.", @@ -62428,7 +62441,7 @@ "longname": "Phaser.Display.BaseShader#fragmentSrc", "scope": "instance", "kind": "member", - "___id": "T000002R005988", + "___id": "T000002R005969", "___s": true }, { @@ -62437,7 +62450,7 @@ "filename": "BaseShader.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\display\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\shader", "code": {} }, "description": "The source code, as a string, of the vertex shader being used.", @@ -62456,7 +62469,7 @@ "longname": "Phaser.Display.BaseShader#vertexSrc", "scope": "instance", "kind": "member", - "___id": "T000002R005990", + "___id": "T000002R005971", "___s": true }, { @@ -62465,7 +62478,7 @@ "filename": "BaseShader.js", "lineno": 108, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\display\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\shader", "code": {} }, "description": "The default uniforms for this shader.", @@ -62486,7 +62499,7 @@ "longname": "Phaser.Display.BaseShader#uniforms", "scope": "instance", "kind": "member", - "___id": "T000002R005992", + "___id": "T000002R005973", "___s": true }, { @@ -62495,7 +62508,7 @@ "filename": "ColorObject.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\typedefs", "code": {} }, "kind": "typedef", @@ -62580,7 +62593,7 @@ "memberof": "Phaser.Types.Display", "longname": "Phaser.Types.Display.ColorObject", "scope": "static", - "___id": "T000002R005995", + "___id": "T000002R005976", "___s": true }, { @@ -62589,7 +62602,7 @@ "filename": "HSVColorObject.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\typedefs", "code": {} }, "kind": "typedef", @@ -62648,7 +62661,7 @@ "memberof": "Phaser.Types.Display", "longname": "Phaser.Types.Display.HSVColorObject", "scope": "static", - "___id": "T000002R005996", + "___id": "T000002R005977", "___s": true }, { @@ -62657,7 +62670,7 @@ "filename": "index.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\typedefs", "code": {} }, "kind": "namespace", @@ -62665,7 +62678,7 @@ "memberof": "Phaser.Types", "longname": "Phaser.Types.Display", "scope": "static", - "___id": "T000002R005997", + "___id": "T000002R005978", "___s": true }, { @@ -62674,7 +62687,7 @@ "filename": "InputColorObject.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\display\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display\\typedefs", "code": {} }, "kind": "typedef", @@ -62750,7 +62763,7 @@ "memberof": "Phaser.Types.Display", "longname": "Phaser.Types.Display.InputColorObject", "scope": "static", - "___id": "T000002R005998", + "___id": "T000002R005979", "___s": true }, { @@ -62759,7 +62772,7 @@ "filename": "AddToDOM.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\dom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\dom", "code": {} }, "description": "Adds the given element to the DOM. If a parent is provided the element is added as a child of the parent, providing it was able to access it.\rIf no parent was given it falls back to using `document.body`.", @@ -62822,7 +62835,7 @@ "memberof": "Phaser.DOM", "longname": "Phaser.DOM.AddToDOM", "scope": "static", - "___id": "T000002R005999", + "___id": "T000002R005980", "___s": true }, { @@ -62831,7 +62844,7 @@ "filename": "DOMContentLoaded.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\dom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\dom", "code": {} }, "kind": "typedef", @@ -62843,7 +62856,7 @@ }, "longname": "ContentLoadedCallback", "scope": "global", - "___id": "T000002R006014", + "___id": "T000002R005995", "___s": true }, { @@ -62852,7 +62865,7 @@ "filename": "DOMContentLoaded.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\dom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\dom", "code": {} }, "description": "Inspects the readyState of the document. If the document is already complete then it invokes the given callback.\rIf not complete it sets up several event listeners such as `deviceready`, and once those fire, it invokes the callback.\rCalled automatically by the Phaser.Game instance. Should not usually be accessed directly.", @@ -62877,7 +62890,7 @@ "memberof": "Phaser.DOM", "longname": "Phaser.DOM.DOMContentLoaded", "scope": "static", - "___id": "T000002R006015", + "___id": "T000002R005996", "___s": true }, { @@ -62886,7 +62899,7 @@ "filename": "GetInnerHeight.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\dom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\dom", "code": {} }, "description": "Attempts to determine the document inner height across iOS and standard devices.\rBased on code by @tylerjpeterson", @@ -62925,7 +62938,7 @@ "memberof": "Phaser.DOM", "longname": "Phaser.DOM.GetInnerHeight", "scope": "static", - "___id": "T000002R006019", + "___id": "T000002R006000", "___s": true }, { @@ -62934,7 +62947,7 @@ "filename": "GetScreenOrientation.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\dom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\dom", "code": {} }, "description": "Attempts to determine the screen orientation using the Orientation API.", @@ -62986,7 +62999,7 @@ "memberof": "Phaser.DOM", "longname": "Phaser.DOM.GetScreenOrientation", "scope": "static", - "___id": "T000002R006031", + "___id": "T000002R006012", "___s": true }, { @@ -62995,7 +63008,7 @@ "filename": "GetTarget.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\dom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\dom", "code": {} }, "description": "Attempts to get the target DOM element based on the given value, which can be either\ra string, in which case it will be looked-up by ID, or an element node. If nothing\rcan be found it will return a reference to the document.body.", @@ -63020,7 +63033,7 @@ "memberof": "Phaser.DOM", "longname": "Phaser.DOM.GetTarget", "scope": "static", - "___id": "T000002R006036", + "___id": "T000002R006017", "___s": true }, { @@ -63029,7 +63042,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\dom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\dom", "code": {} }, "kind": "namespace", @@ -63037,7 +63050,7 @@ "memberof": "Phaser", "longname": "Phaser.DOM", "scope": "static", - "___id": "T000002R006043", + "___id": "T000002R006024", "___s": true }, { @@ -63046,7 +63059,7 @@ "filename": "ParseXML.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\dom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\dom", "code": {} }, "description": "Takes the given data string and parses it as XML.\rFirst tries to use the window.DOMParser and reverts to the Microsoft.XMLDOM if that fails.\rThe parsed XML object is returned, or `null` if there was an error while parsing the data.", @@ -63097,7 +63110,7 @@ "memberof": "Phaser.DOM", "longname": "Phaser.DOM.ParseXML", "scope": "static", - "___id": "T000002R006054", + "___id": "T000002R006035", "___s": true }, { @@ -63106,7 +63119,7 @@ "filename": "RemoveFromDOM.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\dom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\dom", "code": {} }, "description": "Attempts to remove the element from its parentNode in the DOM.", @@ -63131,7 +63144,7 @@ "memberof": "Phaser.DOM", "longname": "Phaser.DOM.RemoveFromDOM", "scope": "static", - "___id": "T000002R006062", + "___id": "T000002R006043", "___s": true }, { @@ -63140,7 +63153,7 @@ "filename": "RequestAnimationFrame.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\dom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\dom", "code": {} }, "classdesc": "Abstracts away the use of RAF or setTimeOut for the core game update loop.\r\rThis is invoked automatically by the Phaser.Game instance.", @@ -63150,7 +63163,7 @@ "since": "3.0.0", "scope": "static", "longname": "Phaser.DOM.RequestAnimationFrame", - "___id": "T000002R006067", + "___id": "T000002R006048", "___s": true }, { @@ -63159,7 +63172,7 @@ "filename": "RequestAnimationFrame.js", "lineno": 27, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\dom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\dom", "code": {} }, "description": "True if RequestAnimationFrame is running, otherwise false.", @@ -63179,7 +63192,7 @@ "longname": "Phaser.DOM.RequestAnimationFrame#isRunning", "scope": "instance", "kind": "member", - "___id": "T000002R006070", + "___id": "T000002R006051", "___s": true }, { @@ -63188,7 +63201,7 @@ "filename": "RequestAnimationFrame.js", "lineno": 37, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\dom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\dom", "code": {} }, "description": "The callback to be invoked each step.", @@ -63207,7 +63220,7 @@ "longname": "Phaser.DOM.RequestAnimationFrame#callback", "scope": "instance", "kind": "member", - "___id": "T000002R006072", + "___id": "T000002R006053", "___s": true }, { @@ -63216,7 +63229,7 @@ "filename": "RequestAnimationFrame.js", "lineno": 46, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\dom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\dom", "code": {} }, "description": "True if the step is using setTimeout instead of RAF.", @@ -63236,7 +63249,7 @@ "longname": "Phaser.DOM.RequestAnimationFrame#isSetTimeOut", "scope": "instance", "kind": "member", - "___id": "T000002R006074", + "___id": "T000002R006055", "___s": true }, { @@ -63245,7 +63258,7 @@ "filename": "RequestAnimationFrame.js", "lineno": 56, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\dom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\dom", "code": {} }, "description": "The setTimeout or RAF callback ID used when canceling them.", @@ -63267,7 +63280,7 @@ "longname": "Phaser.DOM.RequestAnimationFrame#timeOutID", "scope": "instance", "kind": "member", - "___id": "T000002R006076", + "___id": "T000002R006057", "___s": true }, { @@ -63276,7 +63289,7 @@ "filename": "RequestAnimationFrame.js", "lineno": 66, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\dom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\dom", "code": {} }, "description": "The delay rate in ms for setTimeOut.", @@ -63296,7 +63309,7 @@ "longname": "Phaser.DOM.RequestAnimationFrame#delay", "scope": "instance", "kind": "member", - "___id": "T000002R006078", + "___id": "T000002R006059", "___s": true }, { @@ -63305,7 +63318,7 @@ "filename": "RequestAnimationFrame.js", "lineno": 78, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\dom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\dom", "code": {} }, "description": "The RAF step function.\r\rInvokes the callback and schedules another call to requestAnimationFrame.", @@ -63339,7 +63352,7 @@ "longname": "Phaser.DOM.RequestAnimationFrame#step", "scope": "instance", "kind": "member", - "___id": "T000002R006081", + "___id": "T000002R006062", "___s": true }, { @@ -63348,7 +63361,7 @@ "filename": "RequestAnimationFrame.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\dom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\dom", "code": {} }, "description": "The SetTimeout step function.\r\rInvokes the callback and schedules another call to setTimeout.", @@ -63367,7 +63380,7 @@ "longname": "Phaser.DOM.RequestAnimationFrame#stepTimeout", "scope": "instance", "kind": "member", - "___id": "T000002R006084", + "___id": "T000002R006065", "___s": true }, { @@ -63376,7 +63389,7 @@ "filename": "RequestAnimationFrame.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\dom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\dom", "code": {} }, "description": "Starts the requestAnimationFrame or setTimeout process running.", @@ -63427,7 +63440,7 @@ "memberof": "Phaser.DOM.RequestAnimationFrame", "longname": "Phaser.DOM.RequestAnimationFrame#start", "scope": "instance", - "___id": "T000002R006087", + "___id": "T000002R006068", "___s": true }, { @@ -63436,7 +63449,7 @@ "filename": "RequestAnimationFrame.js", "lineno": 148, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\dom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\dom", "code": {} }, "description": "Stops the requestAnimationFrame or setTimeout from running.", @@ -63446,7 +63459,7 @@ "memberof": "Phaser.DOM.RequestAnimationFrame", "longname": "Phaser.DOM.RequestAnimationFrame#stop", "scope": "instance", - "___id": "T000002R006094", + "___id": "T000002R006075", "___s": true }, { @@ -63455,7 +63468,7 @@ "filename": "RequestAnimationFrame.js", "lineno": 168, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\dom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\dom", "code": {} }, "description": "Stops the step from running and clears the callback reference.", @@ -63465,7 +63478,7 @@ "memberof": "Phaser.DOM.RequestAnimationFrame", "longname": "Phaser.DOM.RequestAnimationFrame#destroy", "scope": "instance", - "___id": "T000002R006097", + "___id": "T000002R006078", "___s": true }, { @@ -63474,7 +63487,7 @@ "filename": "EventEmitter.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "classdesc": "EventEmitter is a Scene Systems plugin compatible version of eventemitter3.", @@ -63484,7 +63497,7 @@ "since": "3.0.0", "scope": "static", "longname": "Phaser.Events.EventEmitter", - "___id": "T000002R006104", + "___id": "T000002R006085", "___s": true }, { @@ -63493,7 +63506,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "description": "Removes all listeners.", @@ -63503,7 +63516,7 @@ "memberof": "Phaser.Events.EventEmitter", "longname": "Phaser.Events.EventEmitter#shutdown", "scope": "instance", - "___id": "T000002R006108", + "___id": "T000002R006089", "___s": true }, { @@ -63512,7 +63525,7 @@ "filename": "EventEmitter.js", "lineno": 42, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "description": "Removes all listeners.", @@ -63522,7 +63535,7 @@ "memberof": "Phaser.Events.EventEmitter", "longname": "Phaser.Events.EventEmitter#destroy", "scope": "instance", - "___id": "T000002R006110", + "___id": "T000002R006091", "___s": true }, { @@ -63531,7 +63544,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "description": "Return an array listing the events for which the emitter has registered listeners.", @@ -63572,7 +63585,7 @@ "memberof": "Phaser.Events.EventEmitter", "longname": "Phaser.Events.EventEmitter#eventNames", "scope": "instance", - "___id": "T000002R006112", + "___id": "T000002R006093", "___s": true }, { @@ -63581,7 +63594,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "description": "Return the listeners registered for a given event.", @@ -63639,7 +63652,7 @@ "memberof": "Phaser.Events.EventEmitter", "longname": "Phaser.Events.EventEmitter#listeners", "scope": "instance", - "___id": "T000002R006113", + "___id": "T000002R006094", "___s": true }, { @@ -63648,7 +63661,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "description": "Return the number of listeners listening to a given event.", @@ -63697,7 +63710,7 @@ "memberof": "Phaser.Events.EventEmitter", "longname": "Phaser.Events.EventEmitter#listenerCount", "scope": "instance", - "___id": "T000002R006114", + "___id": "T000002R006095", "___s": true }, { @@ -63706,7 +63719,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "description": "Calls each of the listeners registered for a given event.", @@ -63770,7 +63783,7 @@ "memberof": "Phaser.Events.EventEmitter", "longname": "Phaser.Events.EventEmitter#emit", "scope": "instance", - "___id": "T000002R006115", + "___id": "T000002R006096", "___s": true }, { @@ -63779,7 +63792,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "description": "Add a listener for a given event.", @@ -63856,7 +63869,7 @@ "memberof": "Phaser.Events.EventEmitter", "longname": "Phaser.Events.EventEmitter#on", "scope": "instance", - "___id": "T000002R006116", + "___id": "T000002R006097", "___s": true }, { @@ -63865,7 +63878,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "description": "Add a listener for a given event.", @@ -63942,7 +63955,7 @@ "memberof": "Phaser.Events.EventEmitter", "longname": "Phaser.Events.EventEmitter#addListener", "scope": "instance", - "___id": "T000002R006117", + "___id": "T000002R006098", "___s": true }, { @@ -63951,7 +63964,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "description": "Add a one-time listener for a given event.", @@ -64028,7 +64041,7 @@ "memberof": "Phaser.Events.EventEmitter", "longname": "Phaser.Events.EventEmitter#once", "scope": "instance", - "___id": "T000002R006118", + "___id": "T000002R006099", "___s": true }, { @@ -64037,7 +64050,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "description": "Remove the listeners of a given event.", @@ -64128,7 +64141,7 @@ "memberof": "Phaser.Events.EventEmitter", "longname": "Phaser.Events.EventEmitter#removeListener", "scope": "instance", - "___id": "T000002R006119", + "___id": "T000002R006100", "___s": true }, { @@ -64137,7 +64150,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "description": "Remove the listeners of a given event.", @@ -64228,7 +64241,7 @@ "memberof": "Phaser.Events.EventEmitter", "longname": "Phaser.Events.EventEmitter#off", "scope": "instance", - "___id": "T000002R006120", + "___id": "T000002R006101", "___s": true }, { @@ -64237,7 +64250,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "description": "Remove all listeners, or those of the specified event.", @@ -64288,7 +64301,7 @@ "memberof": "Phaser.Events.EventEmitter", "longname": "Phaser.Events.EventEmitter#removeAllListeners", "scope": "instance", - "___id": "T000002R006121", + "___id": "T000002R006102", "___s": true }, { @@ -64297,7 +64310,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "kind": "namespace", @@ -64305,7 +64318,7 @@ "memberof": "Phaser", "longname": "Phaser.Events", "scope": "static", - "___id": "T000002R006123", + "___id": "T000002R006104", "___s": true }, { @@ -64314,7 +64327,7 @@ "filename": "Barrel.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "classdesc": "The Barrel FX Controller.\r\rThis FX controller manages the barrel distortion effect for a Game Object.\r\rA barrel effect allows you to apply either a 'pinch' or 'expand' distortion to\ra Game Object. The amount of the effect can be modified in real-time.\r\rA Barrel effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.preFX.addBarrel();\rsprite.postFX.addBarrel();\r```", @@ -64357,7 +64370,7 @@ ], "scope": "static", "longname": "Phaser.FX.Barrel", - "___id": "T000002R006129", + "___id": "T000002R006110", "___s": true }, { @@ -64366,7 +64379,7 @@ "filename": "Barrel.js", "lineno": 50, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The amount of distortion applied to the barrel effect.\r\rTypically keep this within the range 1 (no distortion) to +- 1.", @@ -64385,7 +64398,7 @@ "longname": "Phaser.FX.Barrel#amount", "scope": "instance", "kind": "member", - "___id": "T000002R006134", + "___id": "T000002R006115", "___s": true }, { @@ -64394,7 +64407,7 @@ "filename": "Bloom.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "classdesc": "The Bloom FX Controller.\r\rThis FX controller manages the bloom effect for a Game Object.\r\rBloom is an effect used to reproduce an imaging artifact of real-world cameras.\rThe effect produces fringes of light extending from the borders of bright areas in an image,\rcontributing to the illusion of an extremely bright light overwhelming the\rcamera or eye capturing the scene.\r\rA Bloom effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.preFX.addBloom();\rsprite.postFX.addBloom();\r```", @@ -64512,7 +64525,7 @@ ], "scope": "static", "longname": "Phaser.FX.Bloom", - "___id": "T000002R006140", + "___id": "T000002R006121", "___s": true }, { @@ -64521,7 +64534,7 @@ "filename": "Bloom.js", "lineno": 61, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The number of steps to run the Bloom effect for.\r\rThis value should always be an integer.\r\rIt defaults to 4. The higher the value, the smoother the Bloom,\rbut at the cost of exponentially more gl operations.\r\rKeep this to the lowest possible number you can have it, while\rstill looking correct for your game.", @@ -64540,7 +64553,7 @@ "longname": "Phaser.FX.Bloom#steps", "scope": "instance", "kind": "member", - "___id": "T000002R006149", + "___id": "T000002R006130", "___s": true }, { @@ -64549,7 +64562,7 @@ "filename": "Bloom.js", "lineno": 78, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The horizontal offset of the bloom effect.", @@ -64568,7 +64581,7 @@ "longname": "Phaser.FX.Bloom#offsetX", "scope": "instance", "kind": "member", - "___id": "T000002R006151", + "___id": "T000002R006132", "___s": true }, { @@ -64577,7 +64590,7 @@ "filename": "Bloom.js", "lineno": 87, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The vertical offset of the bloom effect.", @@ -64596,7 +64609,7 @@ "longname": "Phaser.FX.Bloom#offsetY", "scope": "instance", "kind": "member", - "___id": "T000002R006153", + "___id": "T000002R006134", "___s": true }, { @@ -64605,7 +64618,7 @@ "filename": "Bloom.js", "lineno": 96, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The strength of the blur process of the bloom effect.", @@ -64624,7 +64637,7 @@ "longname": "Phaser.FX.Bloom#blurStrength", "scope": "instance", "kind": "member", - "___id": "T000002R006155", + "___id": "T000002R006136", "___s": true }, { @@ -64633,7 +64646,7 @@ "filename": "Bloom.js", "lineno": 105, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The strength of the blend process of the bloom effect.", @@ -64652,7 +64665,7 @@ "longname": "Phaser.FX.Bloom#strength", "scope": "instance", "kind": "member", - "___id": "T000002R006157", + "___id": "T000002R006138", "___s": true }, { @@ -64661,7 +64674,7 @@ "filename": "Bloom.js", "lineno": 114, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The internal gl color array.", @@ -64689,7 +64702,7 @@ "longname": "Phaser.FX.Bloom#glcolor", "scope": "instance", "kind": "member", - "___id": "T000002R006159", + "___id": "T000002R006140", "___s": true }, { @@ -64698,7 +64711,7 @@ "filename": "Bloom.js", "lineno": 129, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The color of the bloom as a number value.", @@ -64717,7 +64730,7 @@ "longname": "Phaser.FX.Bloom#color", "scope": "instance", "kind": "member", - "___id": "T000002R006162", + "___id": "T000002R006143", "___s": true }, { @@ -64726,7 +64739,7 @@ "filename": "Blur.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "classdesc": "The Blur FX Controller.\r\rThis FX controller manages the blur effect for a Game Object.\r\rA Gaussian blur is the result of blurring an image by a Gaussian function. It is a widely used effect,\rtypically to reduce image noise and reduce detail. The visual effect of this blurring technique is a\rsmooth blur resembling that of viewing the image through a translucent screen, distinctly different\rfrom the bokeh effect produced by an out-of-focus lens or the shadow of an object under usual illumination.\r\rA Blur effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.preFX.addBlur();\rsprite.postFX.addBlur();\r```", @@ -64844,7 +64857,7 @@ ], "scope": "static", "longname": "Phaser.FX.Blur", - "___id": "T000002R006175", + "___id": "T000002R006156", "___s": true }, { @@ -64853,7 +64866,7 @@ "filename": "Blur.js", "lineno": 61, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The quality of the blur effect.\r\rThis can be:\r\r0 for Low Quality\r1 for Medium Quality\r2 for High Quality\r\rThe higher the quality, the more complex shader is used\rand the more processing time is spent on the GPU calculating\rthe final blur. This value is used in conjunction with the\r`steps` value, as one has a direct impact on the other.\r\rKeep this value as low as you can, while still achieving the\rdesired effect you need for your game.", @@ -64872,7 +64885,7 @@ "longname": "Phaser.FX.Blur#quality", "scope": "instance", "kind": "member", - "___id": "T000002R006184", + "___id": "T000002R006165", "___s": true }, { @@ -64881,7 +64894,7 @@ "filename": "Blur.js", "lineno": 84, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The horizontal offset of the blur effect.", @@ -64900,7 +64913,7 @@ "longname": "Phaser.FX.Blur#x", "scope": "instance", "kind": "member", - "___id": "T000002R006186", + "___id": "T000002R006167", "___s": true }, { @@ -64909,7 +64922,7 @@ "filename": "Blur.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The vertical offset of the blur effect.", @@ -64928,7 +64941,7 @@ "longname": "Phaser.FX.Blur#y", "scope": "instance", "kind": "member", - "___id": "T000002R006188", + "___id": "T000002R006169", "___s": true }, { @@ -64937,7 +64950,7 @@ "filename": "Blur.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The number of steps to run the Blur effect for.\r\rThis value should always be an integer.\r\rIt defaults to 4. The higher the value, the smoother the blur,\rbut at the cost of exponentially more gl operations.\r\rKeep this to the lowest possible number you can have it, while\rstill looking correct for your game.", @@ -64956,7 +64969,7 @@ "longname": "Phaser.FX.Blur#steps", "scope": "instance", "kind": "member", - "___id": "T000002R006190", + "___id": "T000002R006171", "___s": true }, { @@ -64965,7 +64978,7 @@ "filename": "Blur.js", "lineno": 119, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The strength of the blur effect.", @@ -64984,7 +64997,7 @@ "longname": "Phaser.FX.Blur#strength", "scope": "instance", "kind": "member", - "___id": "T000002R006192", + "___id": "T000002R006173", "___s": true }, { @@ -64993,7 +65006,7 @@ "filename": "Blur.js", "lineno": 128, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The internal gl color array.", @@ -65021,7 +65034,7 @@ "longname": "Phaser.FX.Blur#glcolor", "scope": "instance", "kind": "member", - "___id": "T000002R006194", + "___id": "T000002R006175", "___s": true }, { @@ -65030,7 +65043,7 @@ "filename": "Blur.js", "lineno": 143, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The color of the blur as a number value.", @@ -65049,7 +65062,7 @@ "longname": "Phaser.FX.Blur#color", "scope": "instance", "kind": "member", - "___id": "T000002R006197", + "___id": "T000002R006178", "___s": true }, { @@ -65058,7 +65071,7 @@ "filename": "Bokeh.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "classdesc": "The Bokeh FX Controller.\r\rThis FX controller manages the bokeh effect for a Game Object.\r\rBokeh refers to a visual effect that mimics the photographic technique of creating a shallow depth of field.\rThis effect is used to emphasize the game's main subject or action, by blurring the background or foreground\relements, resulting in a more immersive and visually appealing experience. It is achieved through rendering\rtechniques that simulate the out-of-focus areas, giving a sense of depth and realism to the game's graphics.\r\rThis effect can also be used to generate a Tilt Shift effect, which is a technique used to create a miniature\reffect by blurring everything except a small area of the image. This effect is achieved by blurring the\rtop and bottom elements, while keeping the center area in focus.\r\rA Bokeh effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.preFX.addBokeh();\rsprite.postFX.addBokeh();\r```", @@ -65191,7 +65204,7 @@ ], "scope": "static", "longname": "Phaser.FX.Bokeh", - "___id": "T000002R006210", + "___id": "T000002R006191", "___s": true }, { @@ -65200,7 +65213,7 @@ "filename": "Bokeh.js", "lineno": 68, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The radius of the bokeh effect.\r\rThis is a float value, where a radius of 0 will result in no effect being applied,\rand a radius of 1 will result in a strong bokeh. However, you can exceed this value\rfor even stronger effects.", @@ -65219,7 +65232,7 @@ "longname": "Phaser.FX.Bokeh#radius", "scope": "instance", "kind": "member", - "___id": "T000002R006221", + "___id": "T000002R006202", "___s": true }, { @@ -65228,7 +65241,7 @@ "filename": "Bokeh.js", "lineno": 81, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The amount, or strength, of the bokeh effect. Defaults to 1.", @@ -65247,7 +65260,7 @@ "longname": "Phaser.FX.Bokeh#amount", "scope": "instance", "kind": "member", - "___id": "T000002R006223", + "___id": "T000002R006204", "___s": true }, { @@ -65256,7 +65269,7 @@ "filename": "Bokeh.js", "lineno": 90, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The color contrast, or brightness, of the bokeh effect. Defaults to 0.2.", @@ -65275,7 +65288,7 @@ "longname": "Phaser.FX.Bokeh#contrast", "scope": "instance", "kind": "member", - "___id": "T000002R006225", + "___id": "T000002R006206", "___s": true }, { @@ -65284,7 +65297,7 @@ "filename": "Bokeh.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "Is this a Tilt Shift effect or a standard bokeh effect?", @@ -65303,7 +65316,7 @@ "longname": "Phaser.FX.Bokeh#isTiltShift", "scope": "instance", "kind": "member", - "___id": "T000002R006227", + "___id": "T000002R006208", "___s": true }, { @@ -65312,7 +65325,7 @@ "filename": "Bokeh.js", "lineno": 108, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "If a Tilt Shift effect this controls the strength of the blur.\r\rSetting this value on a non-Tilt Shift effect will have no effect.", @@ -65331,7 +65344,7 @@ "longname": "Phaser.FX.Bokeh#strength", "scope": "instance", "kind": "member", - "___id": "T000002R006229", + "___id": "T000002R006210", "___s": true }, { @@ -65340,7 +65353,7 @@ "filename": "Bokeh.js", "lineno": 119, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "If a Tilt Shift effect this controls the amount of horizontal blur.\r\rSetting this value on a non-Tilt Shift effect will have no effect.", @@ -65359,7 +65372,7 @@ "longname": "Phaser.FX.Bokeh#blurX", "scope": "instance", "kind": "member", - "___id": "T000002R006231", + "___id": "T000002R006212", "___s": true }, { @@ -65368,7 +65381,7 @@ "filename": "Bokeh.js", "lineno": 130, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "If a Tilt Shift effect this controls the amount of vertical blur.\r\rSetting this value on a non-Tilt Shift effect will have no effect.", @@ -65387,7 +65400,7 @@ "longname": "Phaser.FX.Bokeh#blurY", "scope": "instance", "kind": "member", - "___id": "T000002R006233", + "___id": "T000002R006214", "___s": true }, { @@ -65396,7 +65409,7 @@ "filename": "Circle.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "classdesc": "The Circle FX Controller.\r\rThis FX controller manages the circle effect for a Game Object.\r\rThis effect will draw a circle around the texture of the Game Object, effectively masking off\rany area outside of the circle without the need for an actual mask. You can control the thickness\rof the circle, the color of the circle and the color of the background, should the texture be\rtransparent. You can also control the feathering applied to the circle, allowing for a harsh or soft edge.\r\rPlease note that adding this effect to a Game Object will not change the input area or physics body of\rthe Game Object, should it have one.\r\rA Circle effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.preFX.addCircle();\rsprite.postFX.addCircle();\r```", @@ -65499,7 +65512,7 @@ ], "scope": "static", "longname": "Phaser.FX.Circle", - "___id": "T000002R006239", + "___id": "T000002R006220", "___s": true }, { @@ -65508,7 +65521,7 @@ "filename": "Circle.js", "lineno": 61, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The scale of the circle. The default scale is 1, which is a circle\rthe full size of the underlying texture. Reduce this value to create\ra smaller circle, or increase it to create a circle that extends off\rthe edges of the texture.", @@ -65527,7 +65540,7 @@ "longname": "Phaser.FX.Circle#scale", "scope": "instance", "kind": "member", - "___id": "T000002R006246", + "___id": "T000002R006227", "___s": true }, { @@ -65536,7 +65549,7 @@ "filename": "Circle.js", "lineno": 73, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The amount of feathering to apply to the circle from the ring,\rextending into the middle of the circle. The default is 0.005,\rwhich is a very low amount of feathering just making sure the ring\rhas a smooth edge. Increase this amount to a value such as 0.5\ror 0.025 for larger amounts of feathering.", @@ -65555,7 +65568,7 @@ "longname": "Phaser.FX.Circle#feather", "scope": "instance", "kind": "member", - "___id": "T000002R006248", + "___id": "T000002R006229", "___s": true }, { @@ -65564,7 +65577,7 @@ "filename": "Circle.js", "lineno": 86, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The width of the circle around the texture, in pixels. This value\rdoesn't factor in the feather, which can extend the thickness\rinternally depending on its value.", @@ -65583,7 +65596,7 @@ "longname": "Phaser.FX.Circle#thickness", "scope": "instance", "kind": "member", - "___id": "T000002R006250", + "___id": "T000002R006231", "___s": true }, { @@ -65592,7 +65605,7 @@ "filename": "Circle.js", "lineno": 97, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The internal gl color array for the ring color.", @@ -65620,7 +65633,7 @@ "longname": "Phaser.FX.Circle#glcolor", "scope": "instance", "kind": "member", - "___id": "T000002R006252", + "___id": "T000002R006233", "___s": true }, { @@ -65629,7 +65642,7 @@ "filename": "Circle.js", "lineno": 106, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The internal gl color array for the background color.", @@ -65657,7 +65670,7 @@ "longname": "Phaser.FX.Circle#glcolor2", "scope": "instance", "kind": "member", - "___id": "T000002R006254", + "___id": "T000002R006235", "___s": true }, { @@ -65666,7 +65679,7 @@ "filename": "Circle.js", "lineno": 126, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The color of the circular ring, given as a number value.", @@ -65685,7 +65698,7 @@ "longname": "Phaser.FX.Circle#color", "scope": "instance", "kind": "member", - "___id": "T000002R006258", + "___id": "T000002R006239", "___s": true }, { @@ -65694,7 +65707,7 @@ "filename": "Circle.js", "lineno": 153, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The color of the background, behind the texture, given as a number value.", @@ -65713,7 +65726,7 @@ "longname": "Phaser.FX.Circle#backgroundColor", "scope": "instance", "kind": "member", - "___id": "T000002R006267", + "___id": "T000002R006248", "___s": true }, { @@ -65722,7 +65735,7 @@ "filename": "Circle.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The alpha of the background, behind the texture, given as a number value.", @@ -65741,7 +65754,7 @@ "longname": "Phaser.FX.Circle#backgroundAlpha", "scope": "instance", "kind": "member", - "___id": "T000002R006276", + "___id": "T000002R006257", "___s": true }, { @@ -65750,7 +65763,7 @@ "filename": "ColorMatrix.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "classdesc": "The ColorMatrix FX Controller.\r\rThis FX controller manages the color matrix effect for a Game Object.\r\rThe color matrix effect is a visual technique that involves manipulating the colors of an image\ror scene using a mathematical matrix. This process can adjust hue, saturation, brightness, and contrast,\rallowing developers to create various stylistic appearances or mood settings within the game.\rCommon applications include simulating different lighting conditions, applying color filters,\ror achieving a specific visual style.\r\rA ColorMatrix effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.preFX.addColorMatrix();\rsprite.postFX.addColorMatrix();\r```", @@ -65778,7 +65791,7 @@ ], "scope": "static", "longname": "Phaser.FX.ColorMatrix", - "___id": "T000002R006285", + "___id": "T000002R006266", "___s": true }, { @@ -65787,7 +65800,7 @@ "filename": "ColorMatrix.js", "lineno": 50, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The FX_CONST type of this effect.", @@ -65806,7 +65819,7 @@ "longname": "Phaser.FX.ColorMatrix#type", "scope": "instance", "kind": "member", - "___id": "T000002R006289", + "___id": "T000002R006270", "___s": true }, { @@ -65815,7 +65828,7 @@ "filename": "ColorMatrix.js", "lineno": 59, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "A reference to the Game Object that owns this effect.", @@ -65834,7 +65847,7 @@ "longname": "Phaser.FX.ColorMatrix#gameObject", "scope": "instance", "kind": "member", - "___id": "T000002R006291", + "___id": "T000002R006272", "___s": true }, { @@ -65843,7 +65856,7 @@ "filename": "ColorMatrix.js", "lineno": 68, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "Toggle this boolean to enable or disable this effect,\rwithout removing and adding it from the Game Object.", @@ -65862,7 +65875,7 @@ "longname": "Phaser.FX.ColorMatrix#active", "scope": "instance", "kind": "member", - "___id": "T000002R006293", + "___id": "T000002R006274", "___s": true }, { @@ -65871,7 +65884,7 @@ "filename": "const.js", "lineno": 9, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The Glow FX.", @@ -65890,7 +65903,7 @@ "memberof": "Phaser.FX", "longname": "Phaser.FX.GLOW", "scope": "static", - "___id": "T000002R006301", + "___id": "T000002R006282", "___s": true }, { @@ -65899,7 +65912,7 @@ "filename": "const.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The Shadow FX.", @@ -65918,7 +65931,7 @@ "memberof": "Phaser.FX", "longname": "Phaser.FX.SHADOW", "scope": "static", - "___id": "T000002R006303", + "___id": "T000002R006284", "___s": true }, { @@ -65927,7 +65940,7 @@ "filename": "const.js", "lineno": 29, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The Pixelate FX.", @@ -65946,7 +65959,7 @@ "memberof": "Phaser.FX", "longname": "Phaser.FX.PIXELATE", "scope": "static", - "___id": "T000002R006305", + "___id": "T000002R006286", "___s": true }, { @@ -65955,7 +65968,7 @@ "filename": "const.js", "lineno": 39, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The Vignette FX.", @@ -65974,7 +65987,7 @@ "memberof": "Phaser.FX", "longname": "Phaser.FX.VIGNETTE", "scope": "static", - "___id": "T000002R006307", + "___id": "T000002R006288", "___s": true }, { @@ -65983,7 +65996,7 @@ "filename": "const.js", "lineno": 49, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The Shine FX.", @@ -66002,7 +66015,7 @@ "memberof": "Phaser.FX", "longname": "Phaser.FX.SHINE", "scope": "static", - "___id": "T000002R006309", + "___id": "T000002R006290", "___s": true }, { @@ -66011,7 +66024,7 @@ "filename": "const.js", "lineno": 59, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The Blur FX.", @@ -66030,7 +66043,7 @@ "memberof": "Phaser.FX", "longname": "Phaser.FX.BLUR", "scope": "static", - "___id": "T000002R006311", + "___id": "T000002R006292", "___s": true }, { @@ -66039,7 +66052,7 @@ "filename": "const.js", "lineno": 69, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The Gradient FX.", @@ -66058,7 +66071,7 @@ "memberof": "Phaser.FX", "longname": "Phaser.FX.GRADIENT", "scope": "static", - "___id": "T000002R006313", + "___id": "T000002R006294", "___s": true }, { @@ -66067,7 +66080,7 @@ "filename": "const.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The Bloom FX.", @@ -66086,7 +66099,7 @@ "memberof": "Phaser.FX", "longname": "Phaser.FX.BLOOM", "scope": "static", - "___id": "T000002R006315", + "___id": "T000002R006296", "___s": true }, { @@ -66095,7 +66108,7 @@ "filename": "const.js", "lineno": 89, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The Color Matrix FX.", @@ -66114,7 +66127,7 @@ "memberof": "Phaser.FX", "longname": "Phaser.FX.COLOR_MATRIX", "scope": "static", - "___id": "T000002R006317", + "___id": "T000002R006298", "___s": true }, { @@ -66123,7 +66136,7 @@ "filename": "const.js", "lineno": 99, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The Circle FX.", @@ -66142,7 +66155,7 @@ "memberof": "Phaser.FX", "longname": "Phaser.FX.CIRCLE", "scope": "static", - "___id": "T000002R006319", + "___id": "T000002R006300", "___s": true }, { @@ -66151,7 +66164,7 @@ "filename": "const.js", "lineno": 109, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The Barrel FX.", @@ -66170,7 +66183,7 @@ "memberof": "Phaser.FX", "longname": "Phaser.FX.BARREL", "scope": "static", - "___id": "T000002R006321", + "___id": "T000002R006302", "___s": true }, { @@ -66179,7 +66192,7 @@ "filename": "const.js", "lineno": 119, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The Displacement FX.", @@ -66198,7 +66211,7 @@ "memberof": "Phaser.FX", "longname": "Phaser.FX.DISPLACEMENT", "scope": "static", - "___id": "T000002R006323", + "___id": "T000002R006304", "___s": true }, { @@ -66207,7 +66220,7 @@ "filename": "const.js", "lineno": 129, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The Wipe FX.", @@ -66226,7 +66239,7 @@ "memberof": "Phaser.FX", "longname": "Phaser.FX.WIPE", "scope": "static", - "___id": "T000002R006325", + "___id": "T000002R006306", "___s": true }, { @@ -66235,7 +66248,7 @@ "filename": "const.js", "lineno": 139, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The Bokeh and Tilt Shift FX.", @@ -66254,7 +66267,7 @@ "memberof": "Phaser.FX", "longname": "Phaser.FX.BOKEH", "scope": "static", - "___id": "T000002R006327", + "___id": "T000002R006308", "___s": true }, { @@ -66263,7 +66276,7 @@ "filename": "Controller.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "classdesc": "FX Controller is the base class that all built-in FX use.\r\rYou should not normally create an instance of this class directly, but instead use one of the built-in FX that extend it.", @@ -66301,7 +66314,7 @@ ], "scope": "static", "longname": "Phaser.FX.Controller", - "___id": "T000002R006331", + "___id": "T000002R006312", "___s": true }, { @@ -66310,7 +66323,7 @@ "filename": "Controller.js", "lineno": 29, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The FX_CONST type of this effect.", @@ -66329,7 +66342,7 @@ "longname": "Phaser.FX.Controller#type", "scope": "instance", "kind": "member", - "___id": "T000002R006334", + "___id": "T000002R006315", "___s": true }, { @@ -66338,7 +66351,7 @@ "filename": "Controller.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "A reference to the Game Object that owns this effect.", @@ -66357,7 +66370,7 @@ "longname": "Phaser.FX.Controller#gameObject", "scope": "instance", "kind": "member", - "___id": "T000002R006336", + "___id": "T000002R006317", "___s": true }, { @@ -66366,7 +66379,7 @@ "filename": "Controller.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "Toggle this boolean to enable or disable this effect,\rwithout removing and adding it from the Game Object.\r\rOnly works for Pre FX.\r\rPost FX are always active.", @@ -66385,7 +66398,7 @@ "longname": "Phaser.FX.Controller#active", "scope": "instance", "kind": "member", - "___id": "T000002R006338", + "___id": "T000002R006319", "___s": true }, { @@ -66394,7 +66407,7 @@ "filename": "Controller.js", "lineno": 62, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "Sets the active state of this FX Controller.\r\rA disabled FX Controller will not be updated.", @@ -66434,7 +66447,7 @@ "memberof": "Phaser.FX.Controller", "longname": "Phaser.FX.Controller#setActive", "scope": "instance", - "___id": "T000002R006340", + "___id": "T000002R006321", "___s": true }, { @@ -66443,7 +66456,7 @@ "filename": "Controller.js", "lineno": 81, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "Destroys this FX Controller.", @@ -66453,7 +66466,7 @@ "memberof": "Phaser.FX.Controller", "longname": "Phaser.FX.Controller#destroy", "scope": "instance", - "___id": "T000002R006343", + "___id": "T000002R006324", "___s": true }, { @@ -66462,7 +66475,7 @@ "filename": "Displacement.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "classdesc": "The Displacement FX Controller.\r\rThis FX controller manages the displacement effect for a Game Object.\r\rThe displacement effect is a visual technique that alters the position of pixels in an image\ror texture based on the values of a displacement map. This effect is used to create the illusion\rof depth, surface irregularities, or distortion in otherwise flat elements. It can be applied to\rcharacters, objects, or backgrounds to enhance realism, convey movement, or achieve various\rstylistic appearances.\r\rA Displacement effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.preFX.addDisplacement();\rsprite.postFX.addDisplacement();\r```", @@ -66535,7 +66548,7 @@ ], "scope": "static", "longname": "Phaser.FX.Displacement", - "___id": "T000002R006351", + "___id": "T000002R006332", "___s": true }, { @@ -66544,7 +66557,7 @@ "filename": "Displacement.js", "lineno": 57, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The amount of horizontal displacement to apply.", @@ -66563,7 +66576,7 @@ "longname": "Phaser.FX.Displacement#x", "scope": "instance", "kind": "member", - "___id": "T000002R006358", + "___id": "T000002R006339", "___s": true }, { @@ -66572,7 +66585,7 @@ "filename": "Displacement.js", "lineno": 66, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The amount of vertical displacement to apply.", @@ -66591,7 +66604,7 @@ "longname": "Phaser.FX.Displacement#y", "scope": "instance", "kind": "member", - "___id": "T000002R006360", + "___id": "T000002R006341", "___s": true }, { @@ -66600,7 +66613,7 @@ "filename": "Displacement.js", "lineno": 75, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The underlying texture used for displacement.", @@ -66619,7 +66632,7 @@ "longname": "Phaser.FX.Displacement#glTexture", "scope": "instance", "kind": "member", - "___id": "T000002R006362", + "___id": "T000002R006343", "___s": true }, { @@ -66628,7 +66641,7 @@ "filename": "Displacement.js", "lineno": 87, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "Sets the Texture to be used for the displacement effect.\r\rYou can only use a whole texture, not a frame from a texture atlas or sprite sheet.", @@ -66670,7 +66683,7 @@ "memberof": "Phaser.FX.Displacement", "longname": "Phaser.FX.Displacement#setTexture", "scope": "instance", - "___id": "T000002R006364", + "___id": "T000002R006345", "___s": true }, { @@ -66679,7 +66692,7 @@ "filename": "Glow.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "classdesc": "The Glow FX Controller.\r\rThis FX controller manages the glow effect for a Game Object.\r\rThe glow effect is a visual technique that creates a soft, luminous halo around game objects,\rcharacters, or UI elements. This effect is used to emphasize importance, enhance visual appeal,\ror convey a sense of energy, magic, or otherworldly presence. The effect can also be set on\rthe inside of the Game Object. The color and strength of the glow can be modified.\r\rA Glow effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.preFX.addGlow();\rsprite.postFX.addGlow();\r```", @@ -66767,7 +66780,7 @@ ], "scope": "static", "longname": "Phaser.FX.Glow", - "___id": "T000002R006372", + "___id": "T000002R006353", "___s": true }, { @@ -66776,7 +66789,7 @@ "filename": "Glow.js", "lineno": 57, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The strength of the glow outward from the edge of the Sprite.", @@ -66795,7 +66808,7 @@ "longname": "Phaser.FX.Glow#outerStrength", "scope": "instance", "kind": "member", - "___id": "T000002R006379", + "___id": "T000002R006360", "___s": true }, { @@ -66804,7 +66817,7 @@ "filename": "Glow.js", "lineno": 66, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The strength of the glow inward from the edge of the Sprite.", @@ -66823,7 +66836,7 @@ "longname": "Phaser.FX.Glow#innerStrength", "scope": "instance", "kind": "member", - "___id": "T000002R006381", + "___id": "T000002R006362", "___s": true }, { @@ -66832,7 +66845,7 @@ "filename": "Glow.js", "lineno": 75, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "If `true` only the glow is drawn, not the texture itself.", @@ -66851,7 +66864,7 @@ "longname": "Phaser.FX.Glow#knockout", "scope": "instance", "kind": "member", - "___id": "T000002R006383", + "___id": "T000002R006364", "___s": true }, { @@ -66860,7 +66873,7 @@ "filename": "Glow.js", "lineno": 84, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "A 4 element array of gl color values.", @@ -66888,7 +66901,7 @@ "longname": "Phaser.FX.Glow#glcolor", "scope": "instance", "kind": "member", - "___id": "T000002R006385", + "___id": "T000002R006366", "___s": true }, { @@ -66897,7 +66910,7 @@ "filename": "Glow.js", "lineno": 99, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The color of the glow as a number value.", @@ -66916,7 +66929,7 @@ "longname": "Phaser.FX.Glow#color", "scope": "instance", "kind": "member", - "___id": "T000002R006388", + "___id": "T000002R006369", "___s": true }, { @@ -66925,7 +66938,7 @@ "filename": "Gradient.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "classdesc": "The Gradient FX Controller.\r\rThis FX controller manages the gradient effect for a Game Object.\r\rThe gradient overlay effect is a visual technique where a smooth color transition is applied over Game Objects,\rsuch as sprites or UI components. This effect is used to enhance visual appeal, emphasize depth, or create\rstylistic and atmospheric variations. It can also be utilized to convey information, such as representing\rprogress or health status through color changes.\r\rA Gradient effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.preFX.addGradient();\rsprite.postFX.addGradient();\r```", @@ -67073,7 +67086,7 @@ ], "scope": "static", "longname": "Phaser.FX.Gradient", - "___id": "T000002R006401", + "___id": "T000002R006382", "___s": true }, { @@ -67082,7 +67095,7 @@ "filename": "Gradient.js", "lineno": 64, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The alpha value of the gradient effect.", @@ -67101,7 +67114,7 @@ "longname": "Phaser.FX.Gradient#alpha", "scope": "instance", "kind": "member", - "___id": "T000002R006411", + "___id": "T000002R006392", "___s": true }, { @@ -67110,7 +67123,7 @@ "filename": "Gradient.js", "lineno": 73, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "Sets how many 'chunks' the gradient is divided in to, as spread over the\rentire height of the texture. Leave this at zero for a smooth gradient,\ror set to a higher number to split the gradient into that many sections, giving\ra more banded 'retro' effect.", @@ -67129,7 +67142,7 @@ "longname": "Phaser.FX.Gradient#size", "scope": "instance", "kind": "member", - "___id": "T000002R006413", + "___id": "T000002R006394", "___s": true }, { @@ -67138,7 +67151,7 @@ "filename": "Gradient.js", "lineno": 85, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The horizontal position the gradient will start from. This value is normalized, between 0 and 1 and is not in pixels.", @@ -67157,7 +67170,7 @@ "longname": "Phaser.FX.Gradient#fromX", "scope": "instance", "kind": "member", - "___id": "T000002R006415", + "___id": "T000002R006396", "___s": true }, { @@ -67166,7 +67179,7 @@ "filename": "Gradient.js", "lineno": 94, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The vertical position the gradient will start from. This value is normalized, between 0 and 1 and is not in pixels.", @@ -67185,7 +67198,7 @@ "longname": "Phaser.FX.Gradient#fromY", "scope": "instance", "kind": "member", - "___id": "T000002R006417", + "___id": "T000002R006398", "___s": true }, { @@ -67194,7 +67207,7 @@ "filename": "Gradient.js", "lineno": 103, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The horizontal position the gradient will end. This value is normalized, between 0 and 1 and is not in pixels.", @@ -67213,7 +67226,7 @@ "longname": "Phaser.FX.Gradient#toX", "scope": "instance", "kind": "member", - "___id": "T000002R006419", + "___id": "T000002R006400", "___s": true }, { @@ -67222,7 +67235,7 @@ "filename": "Gradient.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The vertical position the gradient will end. This value is normalized, between 0 and 1 and is not in pixels.", @@ -67241,7 +67254,7 @@ "longname": "Phaser.FX.Gradient#toY", "scope": "instance", "kind": "member", - "___id": "T000002R006421", + "___id": "T000002R006402", "___s": true }, { @@ -67250,7 +67263,7 @@ "filename": "Gradient.js", "lineno": 121, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The internal gl color array for the starting color.", @@ -67278,7 +67291,7 @@ "longname": "Phaser.FX.Gradient#glcolor1", "scope": "instance", "kind": "member", - "___id": "T000002R006423", + "___id": "T000002R006404", "___s": true }, { @@ -67287,7 +67300,7 @@ "filename": "Gradient.js", "lineno": 130, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The internal gl color array for the ending color.", @@ -67315,7 +67328,7 @@ "longname": "Phaser.FX.Gradient#glcolor2", "scope": "instance", "kind": "member", - "___id": "T000002R006425", + "___id": "T000002R006406", "___s": true }, { @@ -67324,7 +67337,7 @@ "filename": "Gradient.js", "lineno": 150, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The first gradient color, given as a number value.", @@ -67343,7 +67356,7 @@ "longname": "Phaser.FX.Gradient#color1", "scope": "instance", "kind": "member", - "___id": "T000002R006429", + "___id": "T000002R006410", "___s": true }, { @@ -67352,7 +67365,7 @@ "filename": "Gradient.js", "lineno": 177, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The second gradient color, given as a number value.", @@ -67371,7 +67384,7 @@ "longname": "Phaser.FX.Gradient#color2", "scope": "instance", "kind": "member", - "___id": "T000002R006438", + "___id": "T000002R006419", "___s": true }, { @@ -67380,7 +67393,7 @@ "filename": "index.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "kind": "namespace", @@ -67388,7 +67401,7 @@ "memberof": "Phaser", "longname": "Phaser.FX", "scope": "static", - "___id": "T000002R006450", + "___id": "T000002R006431", "___s": true }, { @@ -67397,7 +67410,7 @@ "filename": "Pixelate.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "classdesc": "The Pixelate FX Controller.\r\rThis FX controller manages the pixelate effect for a Game Object.\r\rThe pixelate effect is a visual technique that deliberately reduces the resolution or detail of an image,\rcreating a blocky or mosaic appearance composed of large, visible pixels. This effect can be used for stylistic\rpurposes, as a homage to retro gaming, or as a means to obscure certain elements within the game, such as\rduring a transition or to censor specific content.\r\rA Pixelate effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.preFX.addPixelate();\rsprite.postFX.addPixelate();\r```", @@ -67440,7 +67453,7 @@ ], "scope": "static", "longname": "Phaser.FX.Pixelate", - "___id": "T000002R006472", + "___id": "T000002R006453", "___s": true }, { @@ -67449,7 +67462,7 @@ "filename": "Pixelate.js", "lineno": 52, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The amount of pixelation to apply.", @@ -67468,7 +67481,7 @@ "longname": "Phaser.FX.Pixelate#amount", "scope": "instance", "kind": "member", - "___id": "T000002R006477", + "___id": "T000002R006458", "___s": true }, { @@ -67477,7 +67490,7 @@ "filename": "Shadow.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "classdesc": "The Shadow FX Controller.\r\rThis FX controller manages the shadow effect for a Game Object.\r\rThe shadow effect is a visual technique used to create the illusion of depth and realism by adding darker,\roffset silhouettes or shapes beneath game objects, characters, or environments. These simulated shadows\rhelp to enhance the visual appeal and immersion, making the 2D game world appear more dynamic and three-dimensional.\r\rA Shadow effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.preFX.addShadow();\rsprite.postFX.addShadow();\r```", @@ -67610,7 +67623,7 @@ ], "scope": "static", "longname": "Phaser.FX.Shadow", - "___id": "T000002R006483", + "___id": "T000002R006464", "___s": true }, { @@ -67619,7 +67632,7 @@ "filename": "Shadow.js", "lineno": 62, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The horizontal offset of the shadow effect.", @@ -67638,7 +67651,7 @@ "longname": "Phaser.FX.Shadow#x", "scope": "instance", "kind": "member", - "___id": "T000002R006493", + "___id": "T000002R006474", "___s": true }, { @@ -67647,7 +67660,7 @@ "filename": "Shadow.js", "lineno": 71, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The vertical offset of the shadow effect.", @@ -67666,7 +67679,7 @@ "longname": "Phaser.FX.Shadow#y", "scope": "instance", "kind": "member", - "___id": "T000002R006495", + "___id": "T000002R006476", "___s": true }, { @@ -67675,7 +67688,7 @@ "filename": "Shadow.js", "lineno": 80, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The amount of decay for the shadow effect.", @@ -67694,7 +67707,7 @@ "longname": "Phaser.FX.Shadow#decay", "scope": "instance", "kind": "member", - "___id": "T000002R006497", + "___id": "T000002R006478", "___s": true }, { @@ -67703,7 +67716,7 @@ "filename": "Shadow.js", "lineno": 89, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The power of the shadow effect.", @@ -67722,7 +67735,7 @@ "longname": "Phaser.FX.Shadow#power", "scope": "instance", "kind": "member", - "___id": "T000002R006499", + "___id": "T000002R006480", "___s": true }, { @@ -67731,7 +67744,7 @@ "filename": "Shadow.js", "lineno": 98, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The internal gl color array.", @@ -67759,7 +67772,7 @@ "longname": "Phaser.FX.Shadow#glcolor", "scope": "instance", "kind": "member", - "___id": "T000002R006501", + "___id": "T000002R006482", "___s": true }, { @@ -67768,7 +67781,7 @@ "filename": "Shadow.js", "lineno": 107, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The number of samples that the shadow effect will run for.\r\rThis should be an integer with a minimum value of 1 and a maximum of 12.", @@ -67787,7 +67800,7 @@ "longname": "Phaser.FX.Shadow#samples", "scope": "instance", "kind": "member", - "___id": "T000002R006503", + "___id": "T000002R006484", "___s": true }, { @@ -67796,7 +67809,7 @@ "filename": "Shadow.js", "lineno": 118, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The intensity of the shadow effect.", @@ -67815,7 +67828,7 @@ "longname": "Phaser.FX.Shadow#intensity", "scope": "instance", "kind": "member", - "___id": "T000002R006505", + "___id": "T000002R006486", "___s": true }, { @@ -67824,7 +67837,7 @@ "filename": "Shadow.js", "lineno": 133, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The color of the shadow.", @@ -67843,7 +67856,7 @@ "longname": "Phaser.FX.Shadow#color", "scope": "instance", "kind": "member", - "___id": "T000002R006508", + "___id": "T000002R006489", "___s": true }, { @@ -67852,7 +67865,7 @@ "filename": "Shine.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "classdesc": "The Shine FX Controller.\r\rThis FX controller manages the shift effect for a Game Object.\r\rThe shine effect is a visual technique that simulates the appearance of reflective\ror glossy surfaces by passing a light beam across a Game Object. This effect is used to\renhance visual appeal, emphasize certain features, and create a sense of depth or\rmaterial properties.\r\rA Shine effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.preFX.addShine();\rsprite.postFX.addShine();\r```", @@ -67940,7 +67953,7 @@ ], "scope": "static", "longname": "Phaser.FX.Shine", - "___id": "T000002R006521", + "___id": "T000002R006502", "___s": true }, { @@ -67949,7 +67962,7 @@ "filename": "Shine.js", "lineno": 58, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The speed of the Shine effect.", @@ -67968,7 +67981,7 @@ "longname": "Phaser.FX.Shine#speed", "scope": "instance", "kind": "member", - "___id": "T000002R006529", + "___id": "T000002R006510", "___s": true }, { @@ -67977,7 +67990,7 @@ "filename": "Shine.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The line width of the Shine effect.", @@ -67996,7 +68009,7 @@ "longname": "Phaser.FX.Shine#lineWidth", "scope": "instance", "kind": "member", - "___id": "T000002R006531", + "___id": "T000002R006512", "___s": true }, { @@ -68005,7 +68018,7 @@ "filename": "Shine.js", "lineno": 76, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The gradient of the Shine effect.", @@ -68024,7 +68037,7 @@ "longname": "Phaser.FX.Shine#gradient", "scope": "instance", "kind": "member", - "___id": "T000002R006533", + "___id": "T000002R006514", "___s": true }, { @@ -68033,7 +68046,7 @@ "filename": "Shine.js", "lineno": 85, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "Does this Shine effect reveal or get added to its target?", @@ -68052,7 +68065,7 @@ "longname": "Phaser.FX.Shine#reveal", "scope": "instance", "kind": "member", - "___id": "T000002R006535", + "___id": "T000002R006516", "___s": true }, { @@ -68061,7 +68074,7 @@ "filename": "Vignette.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "classdesc": "The Vignette FX Controller.\r\rThis FX controller manages the vignette effect for a Game Object.\r\rThe vignette effect is a visual technique where the edges of the screen, or a Game Object, gradually darken or blur,\rcreating a frame-like appearance. This effect is used to draw the player's focus towards the central action or subject,\renhance immersion, and provide a cinematic or artistic quality to the game's visuals.\r\rA Vignette effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.preFX.addVignette();\rsprite.postFX.addVignette();\r```", @@ -68149,7 +68162,7 @@ ], "scope": "static", "longname": "Phaser.FX.Vignette", - "___id": "T000002R006541", + "___id": "T000002R006522", "___s": true }, { @@ -68158,7 +68171,7 @@ "filename": "Vignette.js", "lineno": 57, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The horizontal offset of the vignette effect. This value is normalized to the range 0 to 1.", @@ -68177,7 +68190,7 @@ "longname": "Phaser.FX.Vignette#x", "scope": "instance", "kind": "member", - "___id": "T000002R006549", + "___id": "T000002R006530", "___s": true }, { @@ -68186,7 +68199,7 @@ "filename": "Vignette.js", "lineno": 66, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The vertical offset of the vignette effect. This value is normalized to the range 0 to 1.", @@ -68205,7 +68218,7 @@ "longname": "Phaser.FX.Vignette#y", "scope": "instance", "kind": "member", - "___id": "T000002R006551", + "___id": "T000002R006532", "___s": true }, { @@ -68214,7 +68227,7 @@ "filename": "Vignette.js", "lineno": 75, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The radius of the vignette effect. This value is normalized to the range 0 to 1.", @@ -68233,7 +68246,7 @@ "longname": "Phaser.FX.Vignette#radius", "scope": "instance", "kind": "member", - "___id": "T000002R006553", + "___id": "T000002R006534", "___s": true }, { @@ -68242,7 +68255,7 @@ "filename": "Vignette.js", "lineno": 84, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The strength of the vignette effect.", @@ -68261,7 +68274,7 @@ "longname": "Phaser.FX.Vignette#strength", "scope": "instance", "kind": "member", - "___id": "T000002R006555", + "___id": "T000002R006536", "___s": true }, { @@ -68270,7 +68283,7 @@ "filename": "Wipe.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "classdesc": "The Wipe FX Controller.\r\rThis FX controller manages the wipe effect for a Game Object.\r\rThe wipe or reveal effect is a visual technique that gradually uncovers or conceals elements\rin the game, such as images, text, or scene transitions. This effect is often used to create\ra sense of progression, reveal hidden content, or provide a smooth and visually appealing transition\rbetween game states.\r\rYou can set both the direction and the axis of the wipe effect. The following combinations are possible:\r\r* left to right: direction 0, axis 0\r* right to left: direction 1, axis 0\r* top to bottom: direction 1, axis 1\r* bottom to top: direction 1, axis 0\r\rIt is up to you to set the `progress` value yourself, i.e. via a Tween, in order to transition the effect.\r\rA Wipe effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.preFX.addWipe();\rsprite.postFX.addWipe();\rsprite.preFX.addReveal();\rsprite.postFX.addReveal();\r```", @@ -68358,7 +68371,7 @@ ], "scope": "static", "longname": "Phaser.FX.Wipe", - "___id": "T000002R006561", + "___id": "T000002R006542", "___s": true }, { @@ -68367,7 +68380,7 @@ "filename": "Wipe.js", "lineno": 69, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The progress of the Wipe effect. This value is normalized to the range 0 to 1.\r\rAdjust this value to make the wipe transition (i.e. via a Tween)", @@ -68386,7 +68399,7 @@ "longname": "Phaser.FX.Wipe#progress", "scope": "instance", "kind": "member", - "___id": "T000002R006569", + "___id": "T000002R006550", "___s": true }, { @@ -68395,7 +68408,7 @@ "filename": "Wipe.js", "lineno": 80, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The width of the wipe effect. This value is normalized in the range 0 to 1.", @@ -68414,7 +68427,7 @@ "longname": "Phaser.FX.Wipe#wipeWidth", "scope": "instance", "kind": "member", - "___id": "T000002R006571", + "___id": "T000002R006552", "___s": true }, { @@ -68423,7 +68436,7 @@ "filename": "Wipe.js", "lineno": 89, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The direction of the wipe effect. Either 0 or 1. Set in conjunction with the axis property.", @@ -68442,7 +68455,7 @@ "longname": "Phaser.FX.Wipe#direction", "scope": "instance", "kind": "member", - "___id": "T000002R006573", + "___id": "T000002R006554", "___s": true }, { @@ -68451,7 +68464,7 @@ "filename": "Wipe.js", "lineno": 98, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "The axis of the wipe effect. Either 0 or 1. Set in conjunction with the direction property.", @@ -68470,7 +68483,7 @@ "longname": "Phaser.FX.Wipe#axis", "scope": "instance", "kind": "member", - "___id": "T000002R006575", + "___id": "T000002R006556", "___s": true }, { @@ -68479,7 +68492,7 @@ "filename": "Wipe.js", "lineno": 107, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "description": "Is this a reveal (true) or a fade (false) effect?", @@ -68498,7 +68511,7 @@ "longname": "Phaser.FX.Wipe#reveal", "scope": "instance", "kind": "member", - "___id": "T000002R006577", + "___id": "T000002R006558", "___s": true }, { @@ -68507,7 +68520,7 @@ "filename": "const.js", "lineno": 9, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext", "code": {} }, "description": "Text Set 1 = !\\\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\\\]^_`abcdefghijklmnopqrstuvwxyz{|}~", @@ -68526,7 +68539,7 @@ "longname": "Phaser.GameObjects.RetroFont.TEXT_SET1", "scope": "static", "kind": "member", - "___id": "T000002R006596", + "___id": "T000002R006591", "___s": true }, { @@ -68535,7 +68548,7 @@ "filename": "const.js", "lineno": 18, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext", "code": {} }, "description": "Text Set 2 = !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ", @@ -68554,7 +68567,7 @@ "longname": "Phaser.GameObjects.RetroFont.TEXT_SET2", "scope": "static", "kind": "member", - "___id": "T000002R006598", + "___id": "T000002R006593", "___s": true }, { @@ -68563,7 +68576,7 @@ "filename": "const.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext", "code": {} }, "description": "Text Set 3 = ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789", @@ -68582,7 +68595,7 @@ "longname": "Phaser.GameObjects.RetroFont.TEXT_SET3", "scope": "static", "kind": "member", - "___id": "T000002R006600", + "___id": "T000002R006595", "___s": true }, { @@ -68591,7 +68604,7 @@ "filename": "const.js", "lineno": 36, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext", "code": {} }, "description": "Text Set 4 = ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789", @@ -68610,7 +68623,7 @@ "longname": "Phaser.GameObjects.RetroFont.TEXT_SET4", "scope": "static", "kind": "member", - "___id": "T000002R006602", + "___id": "T000002R006597", "___s": true }, { @@ -68619,7 +68632,7 @@ "filename": "const.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext", "code": {} }, "description": "Text Set 5 = ABCDEFGHIJKLMNOPQRSTUVWXYZ.,/() '!?-*:0123456789", @@ -68638,7 +68651,7 @@ "longname": "Phaser.GameObjects.RetroFont.TEXT_SET5", "scope": "static", "kind": "member", - "___id": "T000002R006604", + "___id": "T000002R006599", "___s": true }, { @@ -68647,7 +68660,7 @@ "filename": "const.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext", "code": {} }, "description": "Text Set 6 = ABCDEFGHIJKLMNOPQRSTUVWXYZ!?:;0123456789\"(),-.'", @@ -68666,7 +68679,7 @@ "longname": "Phaser.GameObjects.RetroFont.TEXT_SET6", "scope": "static", "kind": "member", - "___id": "T000002R006606", + "___id": "T000002R006601", "___s": true }, { @@ -68675,7 +68688,7 @@ "filename": "const.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext", "code": {} }, "description": "Text Set 7 = AGMSY+:4BHNTZ!;5CIOU.?06DJPV,(17EKQW\")28FLRX-'39", @@ -68694,7 +68707,7 @@ "longname": "Phaser.GameObjects.RetroFont.TEXT_SET7", "scope": "static", "kind": "member", - "___id": "T000002R006608", + "___id": "T000002R006603", "___s": true }, { @@ -68703,7 +68716,7 @@ "filename": "const.js", "lineno": 72, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext", "code": {} }, "description": "Text Set 8 = 0123456789 .ABCDEFGHIJKLMNOPQRSTUVWXYZ", @@ -68722,7 +68735,7 @@ "longname": "Phaser.GameObjects.RetroFont.TEXT_SET8", "scope": "static", "kind": "member", - "___id": "T000002R006610", + "___id": "T000002R006605", "___s": true }, { @@ -68731,7 +68744,7 @@ "filename": "const.js", "lineno": 81, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext", "code": {} }, "description": "Text Set 9 = ABCDEFGHIJKLMNOPQRSTUVWXYZ()-0123456789.:,'\"?!", @@ -68750,7 +68763,7 @@ "longname": "Phaser.GameObjects.RetroFont.TEXT_SET9", "scope": "static", "kind": "member", - "___id": "T000002R006612", + "___id": "T000002R006607", "___s": true }, { @@ -68759,7 +68772,7 @@ "filename": "const.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext", "code": {} }, "description": "Text Set 10 = ABCDEFGHIJKLMNOPQRSTUVWXYZ", @@ -68778,7 +68791,7 @@ "longname": "Phaser.GameObjects.RetroFont.TEXT_SET10", "scope": "static", "kind": "member", - "___id": "T000002R006614", + "___id": "T000002R006609", "___s": true }, { @@ -68787,7 +68800,7 @@ "filename": "const.js", "lineno": 99, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext", "code": {} }, "description": "Text Set 11 = ABCDEFGHIJKLMNOPQRSTUVWXYZ.,\"-+!?()':;0123456789", @@ -68806,7 +68819,7 @@ "longname": "Phaser.GameObjects.RetroFont.TEXT_SET11", "scope": "static", "kind": "member", - "___id": "T000002R006616", + "___id": "T000002R006611", "___s": true }, { @@ -68815,7 +68828,7 @@ "filename": "DynamicBitmapText.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\dynamic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\dynamic", "code": {} }, "classdesc": "BitmapText objects work by taking a texture file and an XML or JSON file that describes the font structure.\r\rDuring rendering for each letter of the text is rendered to the display, proportionally spaced out and aligned to\rmatch the font structure.\r\rDynamic Bitmap Text objects are different from Static Bitmap Text in that they invoke a callback for each\rletter being rendered during the render pass. This callback allows you to manipulate the properties of\reach letter being rendered, such as its position, scale or tint, allowing you to create interesting effects\rlike jiggling text, which can't be done with Static text. This means that Dynamic Text takes more processing\rtime, so only use them if you require the callback ability they have.\r\rBitmapText objects are less flexible than Text objects, in that they have less features such as shadows, fills and the ability\rto use Web Fonts, however you trade this flexibility for rendering speed. You can also create visually compelling BitmapTexts by\rprocessing the font texture in an image editor, applying fills and any other effects required.\r\rTo create multi-line text insert \\r, \\n or \\r\\n escape codes into the text string.\r\rTo create a BitmapText data files you need a 3rd party app such as:\r\rBMFont (Windows, free): {@link http://www.angelcode.com/products/bmfont/|http://www.angelcode.com/products/bmfont/}\rGlyph Designer (OS X, commercial): {@link http://www.71squared.com/en/glyphdesigner|http://www.71squared.com/en/glyphdesigner}\rSnow BMF (Web-based, free): {@link https://snowb.org//|https://snowb.org/}\rLittera (Flash-based, free): {@link http://kvazars.com/littera/|http://kvazars.com/littera/}\r\rFor most use cases it is recommended to use XML. If you wish to use JSON, the formatting should be equal to the result of\rconverting a valid XML file through the popular X2JS library. An online tool for conversion can be found here: {@link http://codebeautify.org/xmltojson|http://codebeautify.org/xmltojson}", @@ -68944,7 +68957,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.DynamicBitmapText", - "___id": "T000002R006622", + "___id": "T000002R006617", "___s": true }, { @@ -68953,7 +68966,7 @@ "filename": "DynamicBitmapText.js", "lineno": 70, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\dynamic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\dynamic", "code": {} }, "description": "The horizontal scroll position of the Bitmap Text.", @@ -68973,7 +68986,7 @@ "longname": "Phaser.GameObjects.DynamicBitmapText#scrollX", "scope": "instance", "kind": "member", - "___id": "T000002R006628", + "___id": "T000002R006623", "___s": true }, { @@ -68982,7 +68995,7 @@ "filename": "DynamicBitmapText.js", "lineno": 80, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\dynamic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\dynamic", "code": {} }, "description": "The vertical scroll position of the Bitmap Text.", @@ -69002,7 +69015,7 @@ "longname": "Phaser.GameObjects.DynamicBitmapText#scrollY", "scope": "instance", "kind": "member", - "___id": "T000002R006630", + "___id": "T000002R006625", "___s": true }, { @@ -69011,7 +69024,7 @@ "filename": "DynamicBitmapText.js", "lineno": 90, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\dynamic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\dynamic", "code": {} }, "description": "The crop width of the Bitmap Text.", @@ -69031,7 +69044,7 @@ "longname": "Phaser.GameObjects.DynamicBitmapText#cropWidth", "scope": "instance", "kind": "member", - "___id": "T000002R006632", + "___id": "T000002R006627", "___s": true }, { @@ -69040,7 +69053,7 @@ "filename": "DynamicBitmapText.js", "lineno": 100, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\dynamic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\dynamic", "code": {} }, "description": "The crop height of the Bitmap Text.", @@ -69060,7 +69073,7 @@ "longname": "Phaser.GameObjects.DynamicBitmapText#cropHeight", "scope": "instance", "kind": "member", - "___id": "T000002R006634", + "___id": "T000002R006629", "___s": true }, { @@ -69069,7 +69082,7 @@ "filename": "DynamicBitmapText.js", "lineno": 110, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\dynamic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\dynamic", "code": {} }, "description": "A callback that alters how each character of the Bitmap Text is rendered.", @@ -69088,7 +69101,7 @@ "longname": "Phaser.GameObjects.DynamicBitmapText#displayCallback", "scope": "instance", "kind": "member", - "___id": "T000002R006636", + "___id": "T000002R006631", "___s": true }, { @@ -69097,7 +69110,7 @@ "filename": "DynamicBitmapText.js", "lineno": 119, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\dynamic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\dynamic", "code": {} }, "description": "The data object that is populated during rendering, then passed to the displayCallback.\rYou should modify this object then return it back from the callback. It's updated values\rwill be used to render the specific glyph.\r\rPlease note that if you need a reference to this object locally in your game code then you\rshould shallow copy it, as it's updated and re-used for every glyph in the text.", @@ -69116,7 +69129,7 @@ "longname": "Phaser.GameObjects.DynamicBitmapText#callbackData", "scope": "instance", "kind": "member", - "___id": "T000002R006638", + "___id": "T000002R006633", "___s": true }, { @@ -69125,7 +69138,7 @@ "filename": "DynamicBitmapText.js", "lineno": 150, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\dynamic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\dynamic", "code": {} }, "description": "Set the crop size of this Bitmap Text.", @@ -69178,7 +69191,7 @@ "memberof": "Phaser.GameObjects.DynamicBitmapText", "longname": "Phaser.GameObjects.DynamicBitmapText#setSize", "scope": "instance", - "___id": "T000002R006654", + "___id": "T000002R006649", "___s": true }, { @@ -69187,7 +69200,7 @@ "filename": "DynamicBitmapText.js", "lineno": 169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\dynamic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\dynamic", "code": {} }, "description": "Set a callback that alters how each character of the Bitmap Text is rendered.\r\rThe callback receives a {@link Phaser.Types.GameObjects.BitmapText.DisplayCallbackConfig} object that contains information about the character that's\rabout to be rendered.\r\rIt should return an object with `x`, `y`, `scale` and `rotation` properties that will be used instead of the\rusual values when rendering.", @@ -69227,7 +69240,7 @@ "memberof": "Phaser.GameObjects.DynamicBitmapText", "longname": "Phaser.GameObjects.DynamicBitmapText#setDisplayCallback", "scope": "instance", - "___id": "T000002R006658", + "___id": "T000002R006653", "___s": true }, { @@ -69236,7 +69249,7 @@ "filename": "DynamicBitmapText.js", "lineno": 192, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\dynamic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\dynamic", "code": {} }, "description": "Set the horizontal scroll position of this Bitmap Text.", @@ -69276,7 +69289,7 @@ "memberof": "Phaser.GameObjects.DynamicBitmapText", "longname": "Phaser.GameObjects.DynamicBitmapText#setScrollX", "scope": "instance", - "___id": "T000002R006661", + "___id": "T000002R006656", "___s": true }, { @@ -69285,7 +69298,7 @@ "filename": "DynamicBitmapText.js", "lineno": 209, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\dynamic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\dynamic", "code": {} }, "description": "Set the vertical scroll position of this Bitmap Text.", @@ -69325,7 +69338,7 @@ "memberof": "Phaser.GameObjects.DynamicBitmapText", "longname": "Phaser.GameObjects.DynamicBitmapText#setScrollY", "scope": "instance", - "___id": "T000002R006664", + "___id": "T000002R006659", "___s": true }, { @@ -69334,7 +69347,7 @@ "filename": "DynamicBitmapTextCreator.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\dynamic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\dynamic", "code": {} }, "description": "Creates a new Dynamic Bitmap Text Game Object and returns it.\r\rNote: This method will only be available if the Dynamic Bitmap Text Game Object has been built into Phaser.", @@ -69387,7 +69400,7 @@ "memberof": "Phaser.GameObjects.GameObjectCreator", "longname": "Phaser.GameObjects.GameObjectCreator#dynamicBitmapText", "scope": "instance", - "___id": "T000002R006748", + "___id": "T000002R006743", "___s": true }, { @@ -69396,7 +69409,7 @@ "filename": "DynamicBitmapTextFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\dynamic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\dynamic", "code": {} }, "description": "Creates a new Dynamic Bitmap Text Game Object and adds it to the Scene.\r\rBitmapText objects work by taking a texture file and an XML or JSON file that describes the font structure.\r\rDuring rendering for each letter of the text is rendered to the display, proportionally spaced out and aligned to\rmatch the font structure.\r\rDynamic Bitmap Text objects are different from Static Bitmap Text in that they invoke a callback for each\rletter being rendered during the render pass. This callback allows you to manipulate the properties of\reach letter being rendered, such as its position, scale or tint, allowing you to create interesting effects\rlike jiggling text, which can't be done with Static text. This means that Dynamic Text takes more processing\rtime, so only use them if you require the callback ability they have.\r\rBitmapText objects are less flexible than Text objects, in that they have less features such as shadows, fills and the ability\rto use Web Fonts, however you trade this flexibility for rendering speed. You can also create visually compelling BitmapTexts by\rprocessing the font texture in an image editor, applying fills and any other effects required.\r\rTo create multi-line text insert \\r, \\n or \\r\\n escape codes into the text string.\r\rTo create a BitmapText data files you need a 3rd party app such as:\r\rBMFont (Windows, free): http://www.angelcode.com/products/bmfont/\rGlyph Designer (OS X, commercial): http://www.71squared.com/en/glyphdesigner\rLittera (Web-based, free): http://kvazars.com/littera/\r\rFor most use cases it is recommended to use XML. If you wish to use JSON, the formatting should be equal to the result of\rconverting a valid XML file through the popular X2JS library. An online tool for conversion can be found here: http://codebeautify.org/xmltojson\r\rNote: This method will only be available if the Dynamic Bitmap Text Game Object has been built into Phaser.", @@ -69508,7 +69521,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#dynamicBitmapText", "scope": "instance", - "___id": "T000002R006757", + "___id": "T000002R006752", "___s": true }, { @@ -69517,7 +69530,7 @@ "filename": "ParseRetroFont.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext", "code": {} }, "description": "Parses a Retro Font configuration object so you can pass it to the BitmapText constructor\rand create a BitmapText object using a fixed-width retro font.", @@ -69569,7 +69582,7 @@ "memberof": "Phaser.GameObjects.RetroFont", "longname": "Phaser.GameObjects.RetroFont.Parse", "scope": "static", - "___id": "T000002R007150", + "___id": "T000002R007148", "___s": true }, { @@ -69578,7 +69591,7 @@ "filename": "RetroFont.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext", "code": {} }, "kind": "namespace", @@ -69587,7 +69600,7 @@ "memberof": "Phaser.GameObjects", "longname": "Phaser.GameObjects.RetroFont", "scope": "static", - "___id": "T000002R007276", + "___id": "T000002R007274", "___s": true }, { @@ -69596,7 +69609,7 @@ "filename": "BitmapText.js", "lineno": 17, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "classdesc": "BitmapText objects work by taking a texture file and an XML or JSON file that describes the font structure.\r\rDuring rendering for each letter of the text is rendered to the display, proportionally spaced out and aligned to\rmatch the font structure.\r\rBitmapText objects are less flexible than Text objects, in that they have less features such as shadows, fills and the ability\rto use Web Fonts, however you trade this flexibility for rendering speed. You can also create visually compelling BitmapTexts by\rprocessing the font texture in an image editor, applying fills and any other effects required.\r\rTo create multi-line text insert \\r, \\n or \\r\\n escape codes into the text string.\r\rTo create a BitmapText data files you need a 3rd party app such as:\r\rBMFont (Windows, free): {@link http://www.angelcode.com/products/bmfont/|http://www.angelcode.com/products/bmfont/}\rGlyph Designer (OS X, commercial): {@link http://www.71squared.com/en/glyphdesigner|http://www.71squared.com/en/glyphdesigner}\rSnow BMF (Web-based, free): {@link https://snowb.org//|https://snowb.org/}\rLittera (Flash-based, free): {@link http://kvazars.com/littera/|http://kvazars.com/littera/}\r\rFor most use cases it is recommended to use XML. If you wish to use JSON, the formatting should be equal to the result of\rconverting a valid XML file through the popular X2JS library. An online tool for conversion can be found here: {@link http://codebeautify.org/xmltojson|http://codebeautify.org/xmltojson}", @@ -69738,7 +69751,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.BitmapText", - "___id": "T000002R007290", + "___id": "T000002R007288", "___s": true }, { @@ -69747,7 +69760,7 @@ "filename": "BitmapText.js", "lineno": 98, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "The key of the Bitmap Font used by this Bitmap Text.\rTo change the font after creation please use `setFont`.", @@ -69767,7 +69780,7 @@ "longname": "Phaser.GameObjects.BitmapText#font", "scope": "instance", "kind": "member", - "___id": "T000002R007297", + "___id": "T000002R007295", "___s": true }, { @@ -69776,7 +69789,7 @@ "filename": "BitmapText.js", "lineno": 116, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "The data of the Bitmap Font used by this Bitmap Text.", @@ -69796,7 +69809,7 @@ "longname": "Phaser.GameObjects.BitmapText#fontData", "scope": "instance", "kind": "member", - "___id": "T000002R007300", + "___id": "T000002R007298", "___s": true }, { @@ -69805,7 +69818,7 @@ "filename": "BitmapText.js", "lineno": 220, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "The character code used to detect for word wrapping.\rDefaults to 32 (a space character).", @@ -69824,7 +69837,7 @@ "longname": "Phaser.GameObjects.BitmapText#wordWrapCharCode", "scope": "instance", "kind": "member", - "___id": "T000002R007318", + "___id": "T000002R007316", "___s": true }, { @@ -69833,7 +69846,7 @@ "filename": "BitmapText.js", "lineno": 240, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "The horizontal offset of the drop shadow.\r\rYou can set this directly, or use `Phaser.GameObjects.BitmapText#setDropShadow`.", @@ -69852,7 +69865,7 @@ "longname": "Phaser.GameObjects.BitmapText#dropShadowX", "scope": "instance", "kind": "member", - "___id": "T000002R007322", + "___id": "T000002R007320", "___s": true }, { @@ -69861,7 +69874,7 @@ "filename": "BitmapText.js", "lineno": 251, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "The vertical offset of the drop shadow.\r\rYou can set this directly, or use `Phaser.GameObjects.BitmapText#setDropShadow`.", @@ -69880,7 +69893,7 @@ "longname": "Phaser.GameObjects.BitmapText#dropShadowY", "scope": "instance", "kind": "member", - "___id": "T000002R007324", + "___id": "T000002R007322", "___s": true }, { @@ -69889,7 +69902,7 @@ "filename": "BitmapText.js", "lineno": 262, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "The color of the drop shadow.\r\rYou can set this directly, or use `Phaser.GameObjects.BitmapText#setDropShadow`.", @@ -69908,7 +69921,7 @@ "longname": "Phaser.GameObjects.BitmapText#dropShadowColor", "scope": "instance", "kind": "member", - "___id": "T000002R007326", + "___id": "T000002R007324", "___s": true }, { @@ -69917,7 +69930,7 @@ "filename": "BitmapText.js", "lineno": 273, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "The alpha value of the drop shadow.\r\rYou can set this directly, or use `Phaser.GameObjects.BitmapText#setDropShadow`.", @@ -69936,7 +69949,7 @@ "longname": "Phaser.GameObjects.BitmapText#dropShadowAlpha", "scope": "instance", "kind": "member", - "___id": "T000002R007328", + "___id": "T000002R007326", "___s": true }, { @@ -69945,7 +69958,7 @@ "filename": "BitmapText.js", "lineno": 284, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Indicates whether the font texture is from an atlas or not.", @@ -69965,7 +69978,7 @@ "longname": "Phaser.GameObjects.BitmapText#fromAtlas", "scope": "instance", "kind": "member", - "___id": "T000002R007330", + "___id": "T000002R007328", "___s": true }, { @@ -69974,7 +69987,7 @@ "filename": "BitmapText.js", "lineno": 303, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Set the lines of text in this BitmapText to be left-aligned.\rThis only has any effect if this BitmapText contains more than one line of text.", @@ -69999,7 +70012,7 @@ "memberof": "Phaser.GameObjects.BitmapText", "longname": "Phaser.GameObjects.BitmapText#setLeftAlign", "scope": "instance", - "___id": "T000002R007332", + "___id": "T000002R007330", "___s": true }, { @@ -70008,7 +70021,7 @@ "filename": "BitmapText.js", "lineno": 321, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Set the lines of text in this BitmapText to be center-aligned.\rThis only has any effect if this BitmapText contains more than one line of text.", @@ -70033,7 +70046,7 @@ "memberof": "Phaser.GameObjects.BitmapText", "longname": "Phaser.GameObjects.BitmapText#setCenterAlign", "scope": "instance", - "___id": "T000002R007336", + "___id": "T000002R007334", "___s": true }, { @@ -70042,7 +70055,7 @@ "filename": "BitmapText.js", "lineno": 339, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Set the lines of text in this BitmapText to be right-aligned.\rThis only has any effect if this BitmapText contains more than one line of text.", @@ -70067,7 +70080,7 @@ "memberof": "Phaser.GameObjects.BitmapText", "longname": "Phaser.GameObjects.BitmapText#setRightAlign", "scope": "instance", - "___id": "T000002R007340", + "___id": "T000002R007338", "___s": true }, { @@ -70076,7 +70089,7 @@ "filename": "BitmapText.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Set the font size of this Bitmap Text.", @@ -70116,7 +70129,7 @@ "memberof": "Phaser.GameObjects.BitmapText", "longname": "Phaser.GameObjects.BitmapText#setFontSize", "scope": "instance", - "___id": "T000002R007344", + "___id": "T000002R007342", "___s": true }, { @@ -70125,7 +70138,7 @@ "filename": "BitmapText.js", "lineno": 376, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Sets the letter spacing between each character of this Bitmap Text.\rCan be a positive value to increase the space, or negative to reduce it.\rSpacing is applied after the kerning values have been set.", @@ -70167,7 +70180,7 @@ "memberof": "Phaser.GameObjects.BitmapText", "longname": "Phaser.GameObjects.BitmapText#setLetterSpacing", "scope": "instance", - "___id": "T000002R007348", + "___id": "T000002R007346", "___s": true }, { @@ -70176,7 +70189,7 @@ "filename": "BitmapText.js", "lineno": 399, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Sets the line spacing value. This value is added to the font height to\rcalculate the overall line height.\r\rSpacing can be a negative or positive number.\r\rOnly has an effect if this BitmapText object contains multiple lines of text.", @@ -70218,7 +70231,7 @@ "memberof": "Phaser.GameObjects.BitmapText", "longname": "Phaser.GameObjects.BitmapText#setLineSpacing", "scope": "instance", - "___id": "T000002R007353", + "___id": "T000002R007351", "___s": true }, { @@ -70227,7 +70240,7 @@ "filename": "BitmapText.js", "lineno": 423, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Set the textual content of this BitmapText.\r\rAn array of strings will be converted into multi-line text. Use the align methods to change multi-line alignment.", @@ -70286,7 +70299,7 @@ "memberof": "Phaser.GameObjects.BitmapText", "longname": "Phaser.GameObjects.BitmapText#setText", "scope": "instance", - "___id": "T000002R007357", + "___id": "T000002R007355", "___s": true }, { @@ -70295,7 +70308,7 @@ "filename": "BitmapText.js", "lineno": 459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Sets a drop shadow effect on this Bitmap Text.\r\rThis is a WebGL only feature and only works with Static Bitmap Text, not Dynamic.\r\rYou can set the vertical and horizontal offset of the shadow, as well as the color and alpha.\r\rOnce a shadow has been enabled you can modify the `dropShadowX` and `dropShadowY` properties of this\rBitmap Text directly to adjust the position of the shadow in real-time.\r\rIf you wish to clear the shadow, call this method with no parameters specified.", @@ -70389,7 +70402,7 @@ "memberof": "Phaser.GameObjects.BitmapText", "longname": "Phaser.GameObjects.BitmapText#setDropShadow", "scope": "instance", - "___id": "T000002R007363", + "___id": "T000002R007361", "___s": true }, { @@ -70398,7 +70411,7 @@ "filename": "BitmapText.js", "lineno": 497, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Sets a tint on a range of characters in this Bitmap Text, starting from the `start` parameter index\rand running for `length` quantity of characters.\r\rThe `start` parameter can be negative. In this case, it starts at the end of the text and counts\rbackwards `start` places.\r\rYou can also pass in -1 as the `length` and it will tint all characters from `start`\rup until the end of the string.\rRemember that spaces and punctuation count as characters.\r\rThis is a WebGL only feature and only works with Static Bitmap Text, not Dynamic.\r\rThe tint works by taking the pixel color values from the Bitmap Text texture, and then\rmultiplying it by the color value of the tint. You can provide either one color value,\rin which case the whole character will be tinted in that color. Or you can provide a color\rper corner. The colors are blended together across the extent of the character range.\r\rTo swap this from being an additive tint to a fill based tint, set the `tintFill` parameter to `true`.\r\rTo modify the tint color once set, call this method again with new color values.\r\rUsing `setWordTint` can override tints set by this function, and vice versa.\r\rTo remove a tint call this method with just the `start`, and optionally, the `length` parameters defined.", @@ -70534,7 +70547,7 @@ "memberof": "Phaser.GameObjects.BitmapText", "longname": "Phaser.GameObjects.BitmapText#setCharacterTint", "scope": "instance", - "___id": "T000002R007373", + "___id": "T000002R007371", "___s": true }, { @@ -70543,7 +70556,7 @@ "filename": "BitmapText.js", "lineno": 606, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Sets a tint on a matching word within this Bitmap Text.\r\rThe `word` parameter can be either a string or a number.\r\rIf a string, it will run a string comparison against the text contents, and if matching,\rit will tint the whole word.\r\rIf a number, if till that word, based on its offset within the text contents.\r\rThe `count` parameter controls how many words are replaced. Pass in -1 to replace them all.\r\rThis parameter is ignored if you pass a number as the `word` to be searched for.\r\rThis is a WebGL only feature and only works with Static Bitmap Text, not Dynamic.\r\rThe tint works by taking the pixel color values from the Bitmap Text texture, and then\rmultiplying it by the color value of the tint. You can provide either one color value,\rin which case the whole character will be tinted in that color. Or you can provide a color\rper corner. The colors are blended together across the extent of the character range.\r\rTo swap this from being an additive tint to a fill based tint, set the `tintFill` parameter to `true`.\r\rTo modify the tint color once set, call this method again with new color values.\r\rUsing `setCharacterTint` can override tints set by this function, and vice versa.", @@ -70687,7 +70700,7 @@ "memberof": "Phaser.GameObjects.BitmapText", "longname": "Phaser.GameObjects.BitmapText#setWordTint", "scope": "instance", - "___id": "T000002R007403", + "___id": "T000002R007401", "___s": true }, { @@ -70696,7 +70709,7 @@ "filename": "BitmapText.js", "lineno": 679, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Calculate the bounds of this Bitmap Text.\r\rAn object is returned that contains the position, width and height of the Bitmap Text in local and global\rcontexts.\r\rLocal size is based on just the font size and a [0, 0] position.\r\rGlobal size takes into account the Game Object's scale, world position and display origin.\r\rAlso in the object is data regarding the length of each line, should this be a multi-line BitmapText.", @@ -70737,7 +70750,7 @@ "memberof": "Phaser.GameObjects.BitmapText", "longname": "Phaser.GameObjects.BitmapText#getTextBounds", "scope": "instance", - "___id": "T000002R007412", + "___id": "T000002R007410", "___s": true }, { @@ -70746,7 +70759,7 @@ "filename": "BitmapText.js", "lineno": 716, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Gets the character located at the given x/y coordinate within this Bitmap Text.\r\rThe coordinates you pass in are translated into the local space of the\rBitmap Text, however, it is up to you to first translate the input coordinates to world space.\r\rIf you wish to use this in combination with an input event, be sure\rto pass in `Pointer.worldX` and `worldY` so they are in world space.\r\rIn some cases, based on kerning, characters can overlap. When this happens,\rthe first character in the word is returned.\r\rNote that this does not work for DynamicBitmapText if you have changed the\rcharacter positions during render. It will only scan characters in their un-translated state.", @@ -70812,7 +70825,7 @@ "memberof": "Phaser.GameObjects.BitmapText", "longname": "Phaser.GameObjects.BitmapText#getCharacterAt", "scope": "instance", - "___id": "T000002R007416", + "___id": "T000002R007414", "___s": true }, { @@ -70821,7 +70834,7 @@ "filename": "BitmapText.js", "lineno": 765, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Updates the Display Origin cached values internally stored on this Game Object.\rYou don't usually call this directly, but it is exposed for edge-cases where you may.", @@ -70847,7 +70860,7 @@ "longname": "Phaser.GameObjects.BitmapText#updateDisplayOrigin", "scope": "instance", "overrides": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", - "___id": "T000002R007424", + "___id": "T000002R007422", "___s": true }, { @@ -70856,7 +70869,7 @@ "filename": "BitmapText.js", "lineno": 783, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Changes the font this BitmapText is using to render.\r\rThe new texture is loaded and applied to the BitmapText. The existing text, size and alignment are preserved,\runless overridden via the arguments.", @@ -70925,7 +70938,7 @@ "memberof": "Phaser.GameObjects.BitmapText", "longname": "Phaser.GameObjects.BitmapText#setFont", "scope": "instance", - "___id": "T000002R007427", + "___id": "T000002R007425", "___s": true }, { @@ -70934,7 +70947,7 @@ "filename": "BitmapText.js", "lineno": 821, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Sets the maximum display width of this BitmapText in pixels.\r\rIf `BitmapText.text` is longer than `maxWidth` then the lines will be automatically wrapped\rbased on the previous whitespace character found in the line.\r\rIf no whitespace was found then no wrapping will take place and consequently the `maxWidth` value will not be honored.\r\rDisable maxWidth by setting the value to 0.\r\rYou can set the whitespace character to be searched for by setting the `wordWrapCharCode` parameter or property.", @@ -70988,7 +71001,7 @@ "memberof": "Phaser.GameObjects.BitmapText", "longname": "Phaser.GameObjects.BitmapText#setMaxWidth", "scope": "instance", - "___id": "T000002R007437", + "___id": "T000002R007435", "___s": true }, { @@ -70997,7 +71010,7 @@ "filename": "BitmapText.js", "lineno": 855, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Controls the alignment of each line of text in this BitmapText object.\r\rOnly has any effect when this BitmapText contains multiple lines of text, split with carriage-returns.\rHas no effect with single-lines of text.\r\rSee the methods `setLeftAlign`, `setCenterAlign` and `setRightAlign`.\r\r0 = Left aligned (default)\r1 = Middle aligned\r2 = Right aligned\r\rThe alignment position is based on the longest line of text.", @@ -71016,7 +71029,7 @@ "longname": "Phaser.GameObjects.BitmapText#align", "scope": "instance", "kind": "member", - "___id": "T000002R007442", + "___id": "T000002R007440", "___s": true }, { @@ -71025,7 +71038,7 @@ "filename": "BitmapText.js", "lineno": 888, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "The text that this Bitmap Text object displays.\r\rYou can also use the method `setText` if you want a chainable way to change the text content.", @@ -71044,7 +71057,7 @@ "longname": "Phaser.GameObjects.BitmapText#text", "scope": "instance", "kind": "member", - "___id": "T000002R007448", + "___id": "T000002R007446", "___s": true }, { @@ -71053,7 +71066,7 @@ "filename": "BitmapText.js", "lineno": 911, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "The font size of this Bitmap Text.\r\rYou can also use the method `setFontSize` if you want a chainable way to change the font size.", @@ -71072,7 +71085,7 @@ "longname": "Phaser.GameObjects.BitmapText#fontSize", "scope": "instance", "kind": "member", - "___id": "T000002R007452", + "___id": "T000002R007450", "___s": true }, { @@ -71081,7 +71094,7 @@ "filename": "BitmapText.js", "lineno": 935, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Adds / Removes spacing between characters.\r\rCan be a negative or positive number.\r\rYou can also use the method `setLetterSpacing` if you want a chainable way to change the letter spacing.", @@ -71100,7 +71113,7 @@ "longname": "Phaser.GameObjects.BitmapText#letterSpacing", "scope": "instance", "kind": "member", - "___id": "T000002R007458", + "___id": "T000002R007456", "___s": true }, { @@ -71109,7 +71122,7 @@ "filename": "BitmapText.js", "lineno": 961, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Adds / Removes spacing between lines.\r\rCan be a negative or positive number.\r\rYou can also use the method `setLineSpacing` if you want a chainable way to change the line spacing.", @@ -71128,7 +71141,7 @@ "longname": "Phaser.GameObjects.BitmapText#lineSpacing", "scope": "instance", "kind": "member", - "___id": "T000002R007464", + "___id": "T000002R007462", "___s": true }, { @@ -71137,7 +71150,7 @@ "filename": "BitmapText.js", "lineno": 987, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "The maximum display width of this BitmapText in pixels.\r\rIf BitmapText.text is longer than maxWidth then the lines will be automatically wrapped\rbased on the last whitespace character found in the line.\r\rIf no whitespace was found then no wrapping will take place and consequently the maxWidth value will not be honored.\r\rDisable maxWidth by setting the value to 0.", @@ -71156,7 +71169,7 @@ "longname": "Phaser.GameObjects.BitmapText#maxWidth", "scope": "instance", "kind": "member", - "___id": "T000002R007470", + "___id": "T000002R007468", "___s": true }, { @@ -71165,7 +71178,7 @@ "filename": "BitmapText.js", "lineno": 1016, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "The width of this Bitmap Text.\r\rThis property is read-only.", @@ -71185,7 +71198,7 @@ "longname": "Phaser.GameObjects.BitmapText#width", "scope": "instance", "kind": "member", - "___id": "T000002R007476", + "___id": "T000002R007474", "___s": true }, { @@ -71194,7 +71207,7 @@ "filename": "BitmapText.js", "lineno": 1037, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "The height of this Bitmap text.\r\rThis property is read-only.", @@ -71214,7 +71227,7 @@ "longname": "Phaser.GameObjects.BitmapText#height", "scope": "instance", "kind": "member", - "___id": "T000002R007479", + "___id": "T000002R007477", "___s": true }, { @@ -71223,7 +71236,7 @@ "filename": "BitmapText.js", "lineno": 1058, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "The displayed width of this Bitmap Text.\r\rThis value takes into account the scale factor.\r\rThis property is read-only.", @@ -71243,7 +71256,7 @@ "longname": "Phaser.GameObjects.BitmapText#displayWidth", "scope": "instance", "kind": "member", - "___id": "T000002R007482", + "___id": "T000002R007480", "___s": true }, { @@ -71252,7 +71265,7 @@ "filename": "BitmapText.js", "lineno": 1079, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "The displayed height of this Bitmap Text.\r\rThis value takes into account the scale factor.\r\rThis property is read-only.", @@ -71272,7 +71285,7 @@ "longname": "Phaser.GameObjects.BitmapText#displayHeight", "scope": "instance", "kind": "member", - "___id": "T000002R007485", + "___id": "T000002R007483", "___s": true }, { @@ -71281,7 +71294,7 @@ "filename": "BitmapText.js", "lineno": 1100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Build a JSON representation of this Bitmap Text.", @@ -71306,7 +71319,7 @@ "longname": "Phaser.GameObjects.BitmapText#toJSON", "scope": "instance", "overrides": "Phaser.GameObjects.GameObject#toJSON", - "___id": "T000002R007488", + "___id": "T000002R007486", "___s": true }, { @@ -71315,7 +71328,7 @@ "filename": "BitmapText.js", "lineno": 1128, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Internal destroy handler, called as part of the destroy process.", @@ -71326,7 +71339,7 @@ "memberof": "Phaser.GameObjects.BitmapText", "longname": "Phaser.GameObjects.BitmapText#preDestroy", "scope": "instance", - "___id": "T000002R007499", + "___id": "T000002R007497", "___s": true }, { @@ -71335,7 +71348,7 @@ "filename": "BitmapText.js", "lineno": 1144, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Left align the text characters in a multi-line BitmapText object.", @@ -71354,7 +71367,7 @@ "longname": "Phaser.GameObjects.BitmapText.ALIGN_LEFT", "scope": "static", "kind": "member", - "___id": "T000002R007504", + "___id": "T000002R007502", "___s": true }, { @@ -71363,7 +71376,7 @@ "filename": "BitmapText.js", "lineno": 1153, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Center align the text characters in a multi-line BitmapText object.", @@ -71382,7 +71395,7 @@ "longname": "Phaser.GameObjects.BitmapText.ALIGN_CENTER", "scope": "static", "kind": "member", - "___id": "T000002R007506", + "___id": "T000002R007504", "___s": true }, { @@ -71391,7 +71404,7 @@ "filename": "BitmapText.js", "lineno": 1162, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Right align the text characters in a multi-line BitmapText object.", @@ -71410,7 +71423,7 @@ "longname": "Phaser.GameObjects.BitmapText.ALIGN_RIGHT", "scope": "static", "kind": "member", - "___id": "T000002R007508", + "___id": "T000002R007506", "___s": true }, { @@ -71419,7 +71432,7 @@ "filename": "BitmapText.js", "lineno": 1171, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Parse an XML Bitmap Font from an Atlas.\r\rAdds the parsed Bitmap Font data to the cache with the `fontName` key.", @@ -71538,7 +71551,7 @@ "memberof": "Phaser.GameObjects.BitmapText", "longname": "Phaser.GameObjects.BitmapText.ParseFromAtlas", "scope": "static", - "___id": "T000002R007510", + "___id": "T000002R007508", "___s": true }, { @@ -71547,7 +71560,7 @@ "filename": "BitmapText.js", "lineno": 1191, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Parse an XML font to Bitmap Font data for the Bitmap Font cache.", @@ -71629,7 +71642,7 @@ "memberof": "Phaser.GameObjects.BitmapText", "longname": "Phaser.GameObjects.BitmapText.ParseXMLBitmapFont", "scope": "static", - "___id": "T000002R007512", + "___id": "T000002R007510", "___s": true }, { @@ -71638,7 +71651,7 @@ "filename": "BitmapTextCreator.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Creates a new Bitmap Text Game Object and returns it.\r\rNote: This method will only be available if the Bitmap Text Game Object has been built into Phaser.", @@ -71691,7 +71704,7 @@ "memberof": "Phaser.GameObjects.GameObjectCreator", "longname": "Phaser.GameObjects.GameObjectCreator#bitmapText", "scope": "instance", - "___id": "T000002R007582", + "___id": "T000002R007580", "___s": true }, { @@ -71700,7 +71713,7 @@ "filename": "BitmapTextFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "description": "Creates a new Bitmap Text Game Object and adds it to the Scene.\r\rBitmapText objects work by taking a texture file and an XML or JSON file that describes the font structure.\r\rDuring rendering for each letter of the text is rendered to the display, proportionally spaced out and aligned to\rmatch the font structure.\r\rBitmapText objects are less flexible than Text objects, in that they have less features such as shadows, fills and the ability\rto use Web Fonts, however you trade this flexibility for rendering speed. You can also create visually compelling BitmapTexts by\rprocessing the font texture in an image editor, applying fills and any other effects required.\r\rTo create multi-line text insert \\r, \\n or \\r\\n escape codes into the text string.\r\rTo create a BitmapText data files you need a 3rd party app such as:\r\rBMFont (Windows, free): http://www.angelcode.com/products/bmfont/\rGlyph Designer (OS X, commercial): http://www.71squared.com/en/glyphdesigner\rLittera (Web-based, free): http://kvazars.com/littera/\r\rFor most use cases it is recommended to use XML. If you wish to use JSON, the formatting should be equal to the result of\rconverting a valid XML file through the popular X2JS library. An online tool for conversion can be found here: http://codebeautify.org/xmltojson\r\rNote: This method will only be available if the Bitmap Text Game Object has been built into Phaser.", @@ -71827,19 +71840,19 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#bitmapText", "scope": "instance", - "___id": "T000002R007592", + "___id": "T000002R007590", "___s": true }, { - "comment": "/**\n * The font data for an individual character of a Bitmap Font.\n *\n * Describes the character's position, size, offset and kerning.\n *\n * As of version 3.50 it also includes the WebGL texture uv data.\n *\n * @typedef {object} Phaser.Types.GameObjects.BitmapText.BitmapFontCharacterData\n * @since 3.0.0\n *\n * @property {number} x - The x position of the character.\n * @property {number} y - The y position of the character.\n * @property {number} width - The width of the character.\n * @property {number} height - The height of the character.\n * @property {number} centerX - The center x position of the character.\n * @property {number} centerY - The center y position of the character.\n * @property {number} xOffset - The x offset of the character.\n * @property {number} yOffset - The y offset of the character.\n * @property {number} u0 - WebGL texture u0.\n * @property {number} v0 - WebGL texture v0.\n * @property {number} u1 - WebGL texture u1.\n * @property {number} v1 - WebGL texture v1.\n * @property {object} data - Extra data for the character.\n * @property {Object.} kerning - Kerning values, keyed by character code.\n */", + "comment": "/**\r\n * The font data for an individual character of a Bitmap Font.\r\n *\r\n * Describes the character's position, size, offset and kerning.\r\n *\r\n * As of version 3.50 it also includes the WebGL texture uv data.\r\n *\r\n * @typedef {object} Phaser.Types.GameObjects.BitmapText.BitmapFontCharacterData\r\n * @since 3.0.0\r\n *\r\n * @property {number} x - The x position of the character.\r\n * @property {number} y - The y position of the character.\r\n * @property {number} width - The width of the character.\r\n * @property {number} height - The height of the character.\r\n * @property {number} centerX - The center x position of the character.\r\n * @property {number} centerY - The center y position of the character.\r\n * @property {number} xOffset - The x offset of the character.\r\n * @property {number} yOffset - The y offset of the character.\r\n * @property {number} u0 - WebGL texture u0.\r\n * @property {number} v0 - WebGL texture v0.\r\n * @property {number} u1 - WebGL texture u1.\r\n * @property {number} v1 - WebGL texture v1.\r\n * @property {object} data - Extra data for the character.\r\n * @property {Object.} kerning - Kerning values, keyed by character code.\r\n */", "meta": { "filename": "BitmapFontCharacterData.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\typedefs", "code": {} }, - "description": "The font data for an individual character of a Bitmap Font.\n\nDescribes the character's position, size, offset and kerning.\n\nAs of version 3.50 it also includes the WebGL texture uv data.", + "description": "The font data for an individual character of a Bitmap Font.\r\rDescribes the character's position, size, offset and kerning.\r\rAs of version 3.50 it also includes the WebGL texture uv data.", "kind": "typedef", "name": "BitmapFontCharacterData", "type": { @@ -72048,7 +72061,7 @@ "memberof": "Phaser.Types.GameObjects.BitmapText", "longname": "Phaser.Types.GameObjects.BitmapText.BitmapFontCharacterData", "scope": "static", - "___id": "T000002R007649", + "___id": "T000002R007647", "___s": true }, { @@ -72057,7 +72070,7 @@ "filename": "BitmapFontData.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\typedefs", "code": {} }, "description": "Bitmap Font data that can be used by a BitmapText Game Object.", @@ -72156,7 +72169,7 @@ "memberof": "Phaser.Types.GameObjects.BitmapText", "longname": "Phaser.Types.GameObjects.BitmapText.BitmapFontData", "scope": "static", - "___id": "T000002R007650", + "___id": "T000002R007648", "___s": true }, { @@ -72165,7 +72178,7 @@ "filename": "BitmapTextCharacter.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\typedefs", "code": {} }, "description": "A single entry from the `BitmapTextSize` characters array.\r\rThe position and dimensions take the font size into account,\rbut are not translated into the local space of the Game Object itself.", @@ -72355,7 +72368,7 @@ "memberof": "Phaser.Types.GameObjects.BitmapText", "longname": "Phaser.Types.GameObjects.BitmapText.BitmapTextCharacter", "scope": "static", - "___id": "T000002R007651", + "___id": "T000002R007649", "___s": true }, { @@ -72364,7 +72377,7 @@ "filename": "BitmapTextConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\typedefs", "code": {} }, "kind": "typedef", @@ -72443,7 +72456,7 @@ "memberof": "Phaser.Types.GameObjects.BitmapText", "longname": "Phaser.Types.GameObjects.BitmapText.BitmapTextConfig", "scope": "static", - "___id": "T000002R007652", + "___id": "T000002R007650", "___s": true }, { @@ -72452,7 +72465,7 @@ "filename": "BitmapTextLines.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\typedefs", "code": {} }, "description": "Details about the line data in the `BitmapTextSize` object.", @@ -72534,16 +72547,16 @@ "memberof": "Phaser.Types.GameObjects.BitmapText", "longname": "Phaser.Types.GameObjects.BitmapText.BitmapTextLines", "scope": "static", - "___id": "T000002R007653", + "___id": "T000002R007651", "___s": true }, { - "comment": "/**\n * @typedef {object} Phaser.Types.GameObjects.BitmapText.BitmapTextSize\n * @since 3.0.0\n *\n * @property {Phaser.Types.GameObjects.BitmapText.GlobalBitmapTextSize} global - The position and size of the BitmapText, taking into account the position and scale of the Game Object.\n * @property {Phaser.Types.GameObjects.BitmapText.LocalBitmapTextSize} local - The position and size of the BitmapText, taking just the font size into account.\n * @property {Phaser.Types.GameObjects.BitmapText.BitmapTextLines} lines - Data about the lines of text within the BitmapText.\n * @property {Phaser.Types.GameObjects.BitmapText.BitmapTextCharacter[]} characters - An array containing per-character data. Only populated if `includeChars` is `true` in the `getTextBounds` call.\n * @property {Phaser.Types.GameObjects.BitmapText.BitmapTextWord[]} words - An array containing the word data from the BitmapText.\n * @property {number} scale - The scale of the BitmapText font being rendered vs. font size in the text data.\n * @property {number} scaleX - The scale X value of the BitmapText.\n * @property {number} scaleY - The scale Y value of the BitmapText.\n * @property {string} wrappedText - The wrapped text, if wrapping enabled and required.\n */", + "comment": "/**\r\n * @typedef {object} Phaser.Types.GameObjects.BitmapText.BitmapTextSize\r\n * @since 3.0.0\r\n *\r\n * @property {Phaser.Types.GameObjects.BitmapText.GlobalBitmapTextSize} global - The position and size of the BitmapText, taking into account the position and scale of the Game Object.\r\n * @property {Phaser.Types.GameObjects.BitmapText.LocalBitmapTextSize} local - The position and size of the BitmapText, taking just the font size into account.\r\n * @property {Phaser.Types.GameObjects.BitmapText.BitmapTextLines} lines - Data about the lines of text within the BitmapText.\r\n * @property {Phaser.Types.GameObjects.BitmapText.BitmapTextCharacter[]} characters - An array containing per-character data. Only populated if `includeChars` is `true` in the `getTextBounds` call.\r\n * @property {Phaser.Types.GameObjects.BitmapText.BitmapTextWord[]} words - An array containing the word data from the BitmapText.\r\n * @property {number} scale - The scale of the BitmapText font being rendered vs. font size in the text data.\r\n * @property {number} scaleX - The scale X value of the BitmapText.\r\n * @property {number} scaleY - The scale Y value of the BitmapText.\r\n * @property {string} wrappedText - The wrapped text, if wrapping enabled and required.\r\n */", "meta": { "filename": "BitmapTextSize.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\typedefs", "code": {} }, "kind": "typedef", @@ -72698,7 +72711,7 @@ "memberof": "Phaser.Types.GameObjects.BitmapText", "longname": "Phaser.Types.GameObjects.BitmapText.BitmapTextSize", "scope": "static", - "___id": "T000002R007654", + "___id": "T000002R007652", "___s": true }, { @@ -72707,7 +72720,7 @@ "filename": "BitmapTextWord.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\typedefs", "code": {} }, "description": "Details about a single world entry in the `BitmapTextSize` object words array.", @@ -72806,7 +72819,7 @@ "memberof": "Phaser.Types.GameObjects.BitmapText", "longname": "Phaser.Types.GameObjects.BitmapText.BitmapTextWord", "scope": "static", - "___id": "T000002R007655", + "___id": "T000002R007653", "___s": true }, { @@ -72815,7 +72828,7 @@ "filename": "DisplayCallbackConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\typedefs", "code": {} }, "kind": "typedef", @@ -72952,7 +72965,7 @@ "memberof": "Phaser.Types.GameObjects.BitmapText", "longname": "Phaser.Types.GameObjects.BitmapText.DisplayCallbackConfig", "scope": "static", - "___id": "T000002R007656", + "___id": "T000002R007654", "___s": true }, { @@ -72961,7 +72974,7 @@ "filename": "DisplayCallbackConfig.js", "lineno": 16, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\typedefs", "code": {} }, "kind": "typedef", @@ -73003,7 +73016,7 @@ "memberof": "Phaser.Types.GameObjects.BitmapText", "longname": "Phaser.Types.GameObjects.BitmapText.DisplayCallback", "scope": "static", - "___id": "T000002R007657", + "___id": "T000002R007655", "___s": true }, { @@ -73012,7 +73025,7 @@ "filename": "GlobalBitmapTextSize.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\typedefs", "code": {} }, "description": "The position and size of the Bitmap Text in global space, taking into account the Game Object's scale and world position.", @@ -73085,7 +73098,7 @@ "memberof": "Phaser.Types.GameObjects.BitmapText", "longname": "Phaser.Types.GameObjects.BitmapText.GlobalBitmapTextSize", "scope": "static", - "___id": "T000002R007658", + "___id": "T000002R007656", "___s": true }, { @@ -73094,7 +73107,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\typedefs", "code": {} }, "kind": "namespace", @@ -73102,7 +73115,7 @@ "memberof": "Phaser.Types.GameObjects", "longname": "Phaser.Types.GameObjects.BitmapText", "scope": "static", - "___id": "T000002R007659", + "___id": "T000002R007657", "___s": true }, { @@ -73111,7 +73124,7 @@ "filename": "JSONBitmapText.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\typedefs", "code": {} }, "kind": "typedef", @@ -73212,7 +73225,7 @@ "memberof": "Phaser.Types.GameObjects.BitmapText", "longname": "Phaser.Types.GameObjects.BitmapText.JSONBitmapText", "scope": "static", - "___id": "T000002R007660", + "___id": "T000002R007658", "___s": true }, { @@ -73221,7 +73234,7 @@ "filename": "LocalBitmapTextSize.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\typedefs", "code": {} }, "description": "The position and size of the Bitmap Text in local space, taking just the font size into account.", @@ -73294,7 +73307,7 @@ "memberof": "Phaser.Types.GameObjects.BitmapText", "longname": "Phaser.Types.GameObjects.BitmapText.LocalBitmapTextSize", "scope": "static", - "___id": "T000002R007661", + "___id": "T000002R007659", "___s": true }, { @@ -73303,7 +73316,7 @@ "filename": "RetroFontConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\typedefs", "code": {} }, "kind": "typedef", @@ -73453,7 +73466,7 @@ "memberof": "Phaser.Types.GameObjects.BitmapText", "longname": "Phaser.Types.GameObjects.BitmapText.RetroFontConfig", "scope": "static", - "___id": "T000002R007662", + "___id": "T000002R007660", "___s": true }, { @@ -73462,7 +73475,7 @@ "filename": "TintConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\typedefs", "code": {} }, "kind": "typedef", @@ -73534,7 +73547,7 @@ "memberof": "Phaser.Types.GameObjects.BitmapText", "longname": "Phaser.Types.GameObjects.BitmapText.TintConfig", "scope": "static", - "___id": "T000002R007663", + "___id": "T000002R007661", "___s": true }, { @@ -73543,7 +73556,7 @@ "filename": "Blitter.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "kind": "typedef", @@ -73583,7 +73596,7 @@ ], "longname": "CreateCallback", "scope": "global", - "___id": "T000002R007671", + "___id": "T000002R007669", "___s": true }, { @@ -73592,7 +73605,7 @@ "filename": "Blitter.js", "lineno": 22, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "classdesc": "A Blitter Game Object.\r\rThe Blitter Game Object is a special kind of container that creates, updates and manages Bob objects.\rBobs are designed for rendering speed rather than flexibility. They consist of a texture, or frame from a texture,\ra position and an alpha value. You cannot scale or rotate them. They use a batched drawing method for speed\rduring rendering.\r\rA Blitter Game Object has one texture bound to it. Bobs created by the Blitter can use any Frame from this\rTexture to render with, but they cannot use any other Texture. It is this single texture-bind that allows\rthem their speed.\r\rIf you have a need to blast a large volume of frames around the screen then Blitter objects are well worth\rinvestigating. They are especially useful for using as a base for your own special effects systems.", @@ -73701,7 +73714,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Blitter", - "___id": "T000002R007672", + "___id": "T000002R007670", "___s": true }, { @@ -73710,7 +73723,7 @@ "filename": "Blitter.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "The children of this Blitter.\rThis List contains all of the Bob objects created by the Blitter.", @@ -73738,7 +73751,7 @@ "longname": "Phaser.GameObjects.Blitter#children", "scope": "instance", "kind": "member", - "___id": "T000002R007677", + "___id": "T000002R007675", "___s": true }, { @@ -73747,7 +73760,7 @@ "filename": "Blitter.js", "lineno": 114, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "Is the Blitter considered dirty?\rA 'dirty' Blitter has had its child count changed since the last frame.", @@ -73766,7 +73779,7 @@ "longname": "Phaser.GameObjects.Blitter#dirty", "scope": "instance", "kind": "member", - "___id": "T000002R007681", + "___id": "T000002R007679", "___s": true }, { @@ -73775,7 +73788,7 @@ "filename": "Blitter.js", "lineno": 125, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "Creates a new Bob in this Blitter.\r\rThe Bob is created at the given coordinates, relative to the Blitter and uses the given frame.\rA Bob can use any frame belonging to the texture bound to the Blitter.", @@ -73885,7 +73898,7 @@ "memberof": "Phaser.GameObjects.Blitter", "longname": "Phaser.GameObjects.Blitter#create", "scope": "instance", - "___id": "T000002R007683", + "___id": "T000002R007681", "___s": true }, { @@ -73894,7 +73907,7 @@ "filename": "Blitter.js", "lineno": 165, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "Creates multiple Bob objects within this Blitter and then passes each of them to the specified callback.", @@ -74041,7 +74054,7 @@ "memberof": "Phaser.GameObjects.Blitter", "longname": "Phaser.GameObjects.Blitter#createFromCallback", "scope": "instance", - "___id": "T000002R007691", + "___id": "T000002R007689", "___s": true }, { @@ -74050,7 +74063,7 @@ "filename": "Blitter.js", "lineno": 192, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "Creates multiple Bobs in one call.\r\rThe amount created is controlled by a combination of the `quantity` argument and the number of frames provided.\r\rIf the quantity is set to 10 and you provide 2 frames, then 20 Bobs will be created. 10 with the first\rframe and 10 with the second.", @@ -74184,7 +74197,7 @@ "memberof": "Phaser.GameObjects.Blitter", "longname": "Phaser.GameObjects.Blitter#createMultiple", "scope": "instance", - "___id": "T000002R007696", + "___id": "T000002R007694", "___s": true }, { @@ -74193,7 +74206,7 @@ "filename": "Blitter.js", "lineno": 233, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "Checks if the given child can render or not, by checking its `visible` and `alpha` values.", @@ -74232,7 +74245,7 @@ "memberof": "Phaser.GameObjects.Blitter", "longname": "Phaser.GameObjects.Blitter#childCanRender", "scope": "instance", - "___id": "T000002R007704", + "___id": "T000002R007702", "___s": true }, { @@ -74241,7 +74254,7 @@ "filename": "Blitter.js", "lineno": 248, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "Returns an array of Bobs to be rendered.\rIf the Blitter is dirty then a new list is generated and stored in `renderList`.", @@ -74274,7 +74287,7 @@ "memberof": "Phaser.GameObjects.Blitter", "longname": "Phaser.GameObjects.Blitter#getRenderList", "scope": "instance", - "___id": "T000002R007706", + "___id": "T000002R007704", "___s": true }, { @@ -74283,7 +74296,7 @@ "filename": "Blitter.js", "lineno": 268, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "Removes all Bobs from the children List and clears the dirty flag.", @@ -74293,7 +74306,7 @@ "memberof": "Phaser.GameObjects.Blitter", "longname": "Phaser.GameObjects.Blitter#clear", "scope": "instance", - "___id": "T000002R007710", + "___id": "T000002R007708", "___s": true }, { @@ -74302,7 +74315,7 @@ "filename": "Blitter.js", "lineno": 280, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "Internal destroy handler, called as part of the destroy process.", @@ -74313,7 +74326,7 @@ "memberof": "Phaser.GameObjects.Blitter", "longname": "Phaser.GameObjects.Blitter#preDestroy", "scope": "instance", - "___id": "T000002R007713", + "___id": "T000002R007711", "___s": true }, { @@ -74322,7 +74335,7 @@ "filename": "BlitterCreator.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "Creates a new Blitter Game Object and returns it.\r\rNote: This method will only be available if the Blitter Game Object has been built into Phaser.", @@ -74375,7 +74388,7 @@ "memberof": "Phaser.GameObjects.GameObjectCreator", "longname": "Phaser.GameObjects.GameObjectCreator#blitter", "scope": "instance", - "___id": "T000002R007749", + "___id": "T000002R007747", "___s": true }, { @@ -74384,7 +74397,7 @@ "filename": "BlitterFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "Creates a new Blitter Game Object and adds it to the Scene.\r\rNote: This method will only be available if the Blitter Game Object has been built into Phaser.", @@ -74483,7 +74496,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#blitter", "scope": "instance", - "___id": "T000002R007757", + "___id": "T000002R007755", "___s": true }, { @@ -74492,7 +74505,7 @@ "filename": "Bob.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "classdesc": "A Bob Game Object.\r\rA Bob belongs to a Blitter Game Object. The Blitter is responsible for managing and rendering this object.\r\rA Bob has a position, alpha value and a frame from a texture that it uses to render with. You can also toggle\rthe flipped and visible state of the Bob. The Frame the Bob uses to render can be changed dynamically, but it\rmust be a Frame within the Texture used by the parent Blitter.\r\rBob positions are relative to the Blitter parent. So if you move the Blitter parent, all Bob children will\rhave their positions impacted by this change as well.\r\rYou can manipulate Bob objects directly from your game code, but the creation and destruction of them should be\rhandled via the Blitter parent.", @@ -74579,7 +74592,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Bob", - "___id": "T000002R007803", + "___id": "T000002R007802", "___s": true }, { @@ -74588,7 +74601,7 @@ "filename": "Bob.js", "lineno": 43, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "The Blitter object that this Bob belongs to.", @@ -74607,7 +74620,7 @@ "longname": "Phaser.GameObjects.Bob#parent", "scope": "instance", "kind": "member", - "___id": "T000002R007806", + "___id": "T000002R007805", "___s": true }, { @@ -74616,7 +74629,7 @@ "filename": "Bob.js", "lineno": 52, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "The x position of this Bob, relative to the x position of the Blitter.", @@ -74635,7 +74648,7 @@ "longname": "Phaser.GameObjects.Bob#x", "scope": "instance", "kind": "member", - "___id": "T000002R007808", + "___id": "T000002R007807", "___s": true }, { @@ -74644,7 +74657,7 @@ "filename": "Bob.js", "lineno": 61, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "The y position of this Bob, relative to the y position of the Blitter.", @@ -74663,7 +74676,7 @@ "longname": "Phaser.GameObjects.Bob#y", "scope": "instance", "kind": "member", - "___id": "T000002R007810", + "___id": "T000002R007809", "___s": true }, { @@ -74672,7 +74685,7 @@ "filename": "Bob.js", "lineno": 70, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "The frame that the Bob uses to render with.\rTo change the frame use the `Bob.setFrame` method.", @@ -74692,7 +74705,7 @@ "longname": "Phaser.GameObjects.Bob#frame", "scope": "instance", "kind": "member", - "___id": "T000002R007812", + "___id": "T000002R007811", "___s": true }, { @@ -74701,7 +74714,7 @@ "filename": "Bob.js", "lineno": 81, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "A blank object which can be used to store data related to this Bob in.", @@ -74721,7 +74734,7 @@ "longname": "Phaser.GameObjects.Bob#data", "scope": "instance", "kind": "member", - "___id": "T000002R007814", + "___id": "T000002R007813", "___s": true }, { @@ -74730,7 +74743,7 @@ "filename": "Bob.js", "lineno": 91, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "The tint value of this Bob.", @@ -74750,7 +74763,7 @@ "longname": "Phaser.GameObjects.Bob#tint", "scope": "instance", "kind": "member", - "___id": "T000002R007816", + "___id": "T000002R007815", "___s": true }, { @@ -74759,7 +74772,7 @@ "filename": "Bob.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "The horizontally flipped state of the Bob.\rA Bob that is flipped horizontally will render inversed on the horizontal axis.\rFlipping always takes place from the middle of the texture.", @@ -74778,7 +74791,7 @@ "longname": "Phaser.GameObjects.Bob#flipX", "scope": "instance", "kind": "member", - "___id": "T000002R007822", + "___id": "T000002R007821", "___s": true }, { @@ -74787,7 +74800,7 @@ "filename": "Bob.js", "lineno": 133, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "The vertically flipped state of the Bob.\rA Bob that is flipped vertically will render inversed on the vertical axis (i.e. upside down)\rFlipping always takes place from the middle of the texture.", @@ -74806,7 +74819,7 @@ "longname": "Phaser.GameObjects.Bob#flipY", "scope": "instance", "kind": "member", - "___id": "T000002R007824", + "___id": "T000002R007823", "___s": true }, { @@ -74815,7 +74828,7 @@ "filename": "Bob.js", "lineno": 156, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "Changes the Texture Frame being used by this Bob.\rThe frame must be part of the Texture the parent Blitter is using.\rIf no value is given it will use the default frame of the Blitter parent.", @@ -74871,7 +74884,7 @@ "memberof": "Phaser.GameObjects.Bob", "longname": "Phaser.GameObjects.Bob#setFrame", "scope": "instance", - "___id": "T000002R007828", + "___id": "T000002R007827", "___s": true }, { @@ -74880,7 +74893,7 @@ "filename": "Bob.js", "lineno": 186, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "Resets the horizontal and vertical flipped state of this Bob back to their default un-flipped state.", @@ -74905,7 +74918,7 @@ "memberof": "Phaser.GameObjects.Bob", "longname": "Phaser.GameObjects.Bob#resetFlip", "scope": "instance", - "___id": "T000002R007833", + "___id": "T000002R007832", "___s": true }, { @@ -74914,7 +74927,7 @@ "filename": "Bob.js", "lineno": 202, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "Resets this Bob.\r\rChanges the position to the values given, and optionally changes the frame.\r\rAlso resets the flipX and flipY values, sets alpha back to 1 and visible to true.", @@ -74996,7 +75009,7 @@ "memberof": "Phaser.GameObjects.Bob", "longname": "Phaser.GameObjects.Bob#reset", "scope": "instance", - "___id": "T000002R007837", + "___id": "T000002R007836", "___s": true }, { @@ -75005,7 +75018,7 @@ "filename": "Bob.js", "lineno": 239, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "Changes the position of this Bob to the values given.", @@ -75058,7 +75071,7 @@ "memberof": "Phaser.GameObjects.Bob", "longname": "Phaser.GameObjects.Bob#setPosition", "scope": "instance", - "___id": "T000002R007846", + "___id": "T000002R007845", "___s": true }, { @@ -75067,7 +75080,7 @@ "filename": "Bob.js", "lineno": 258, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "Sets the horizontal flipped state of this Bob.", @@ -75107,7 +75120,7 @@ "memberof": "Phaser.GameObjects.Bob", "longname": "Phaser.GameObjects.Bob#setFlipX", "scope": "instance", - "___id": "T000002R007850", + "___id": "T000002R007849", "___s": true }, { @@ -75116,7 +75129,7 @@ "filename": "Bob.js", "lineno": 275, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "Sets the vertical flipped state of this Bob.", @@ -75156,7 +75169,7 @@ "memberof": "Phaser.GameObjects.Bob", "longname": "Phaser.GameObjects.Bob#setFlipY", "scope": "instance", - "___id": "T000002R007853", + "___id": "T000002R007852", "___s": true }, { @@ -75165,7 +75178,7 @@ "filename": "Bob.js", "lineno": 292, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "Sets the horizontal and vertical flipped state of this Bob.", @@ -75218,7 +75231,7 @@ "memberof": "Phaser.GameObjects.Bob", "longname": "Phaser.GameObjects.Bob#setFlip", "scope": "instance", - "___id": "T000002R007856", + "___id": "T000002R007855", "___s": true }, { @@ -75227,7 +75240,7 @@ "filename": "Bob.js", "lineno": 311, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "Sets the visibility of this Bob.\r\rAn invisible Bob will skip rendering.", @@ -75267,7 +75280,7 @@ "memberof": "Phaser.GameObjects.Bob", "longname": "Phaser.GameObjects.Bob#setVisible", "scope": "instance", - "___id": "T000002R007860", + "___id": "T000002R007859", "___s": true }, { @@ -75276,7 +75289,7 @@ "filename": "Bob.js", "lineno": 330, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "Set the Alpha level of this Bob. The alpha controls the opacity of the Game Object as it renders.\rAlpha values are provided as a float between 0, fully transparent, and 1, fully opaque.\r\rA Bob with alpha 0 will skip rendering.", @@ -75316,7 +75329,7 @@ "memberof": "Phaser.GameObjects.Bob", "longname": "Phaser.GameObjects.Bob#setAlpha", "scope": "instance", - "___id": "T000002R007863", + "___id": "T000002R007862", "___s": true }, { @@ -75325,7 +75338,7 @@ "filename": "Bob.js", "lineno": 350, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "Sets the tint of this Bob.", @@ -75365,7 +75378,7 @@ "memberof": "Phaser.GameObjects.Bob", "longname": "Phaser.GameObjects.Bob#setTint", "scope": "instance", - "___id": "T000002R007866", + "___id": "T000002R007865", "___s": true }, { @@ -75374,7 +75387,7 @@ "filename": "Bob.js", "lineno": 367, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "Destroys this Bob instance.\rRemoves itself from the Blitter and clears the parent, frame and data properties.", @@ -75384,7 +75397,7 @@ "memberof": "Phaser.GameObjects.Bob", "longname": "Phaser.GameObjects.Bob#destroy", "scope": "instance", - "___id": "T000002R007869", + "___id": "T000002R007868", "___s": true }, { @@ -75393,7 +75406,7 @@ "filename": "Bob.js", "lineno": 385, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "The visible state of the Bob.\r\rAn invisible Bob will skip rendering.", @@ -75412,7 +75425,7 @@ "longname": "Phaser.GameObjects.Bob#visible", "scope": "instance", "kind": "member", - "___id": "T000002R007875", + "___id": "T000002R007874", "___s": true }, { @@ -75421,7 +75434,7 @@ "filename": "Bob.js", "lineno": 409, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\blitter", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\blitter", "code": {} }, "description": "The alpha value of the Bob, between 0 and 1.\r\rA Bob with alpha 0 will skip rendering.", @@ -75440,7 +75453,7 @@ "longname": "Phaser.GameObjects.Bob#alpha", "scope": "instance", "kind": "member", - "___id": "T000002R007881", + "___id": "T000002R007880", "___s": true }, { @@ -75449,7 +75462,7 @@ "filename": "BuildGameObject.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Builds a Game Object using the provided configuration object.", @@ -75514,7 +75527,7 @@ "memberof": "Phaser.GameObjects", "longname": "Phaser.GameObjects.BuildGameObject", "scope": "static", - "___id": "T000002R007890", + "___id": "T000002R007889", "___s": true }, { @@ -75523,7 +75536,7 @@ "filename": "BuildGameObjectAnimation.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Adds an Animation component to a Sprite and populates it based on the given config.", @@ -75575,7 +75588,7 @@ "memberof": "Phaser.GameObjects", "longname": "Phaser.GameObjects.BuildGameObjectAnimation", "scope": "static", - "___id": "T000002R007915", + "___id": "T000002R007914", "___s": true }, { @@ -75584,7 +75597,7 @@ "filename": "Alpha.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Provides methods used for setting the alpha properties of a Game Object.\rShould be applied as a mixin and not used directly.", @@ -75594,7 +75607,7 @@ "memberof": "Phaser.GameObjects.Components", "longname": "Phaser.GameObjects.Components.Alpha", "scope": "static", - "___id": "T000002R007937", + "___id": "T000002R007936", "___s": true }, { @@ -75603,7 +75616,7 @@ "filename": "Alpha.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Clears all alpha values associated with this Game Object.\r\rImmediately sets the alpha levels back to 1 (fully opaque).", @@ -75628,7 +75641,7 @@ "memberof": "Phaser.GameObjects.Components.Alpha", "longname": "Phaser.GameObjects.Components.Alpha#clearAlpha", "scope": "instance", - "___id": "T000002R007949", + "___id": "T000002R007948", "___s": true }, { @@ -75637,7 +75650,7 @@ "filename": "Alpha.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Set the Alpha level of this Game Object. The alpha controls the opacity of the Game Object as it renders.\rAlpha values are provided as a float between 0, fully transparent, and 1, fully opaque.\r\rIf your game is running under WebGL you can optionally specify four different alpha values, each of which\rcorrespond to the four corners of the Game Object. Under Canvas only the `topLeft` value given is used.", @@ -75721,7 +75734,7 @@ "memberof": "Phaser.GameObjects.Components.Alpha", "longname": "Phaser.GameObjects.Components.Alpha#setAlpha", "scope": "instance", - "___id": "T000002R007951", + "___id": "T000002R007950", "___s": true }, { @@ -75730,7 +75743,7 @@ "filename": "Alpha.js", "lineno": 129, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The alpha value of the Game Object.\r\rThis is a global value, impacting the entire Game Object, not just a region of it.", @@ -75749,7 +75762,7 @@ "longname": "Phaser.GameObjects.Components.Alpha#alpha", "scope": "instance", "kind": "member", - "___id": "T000002R007959", + "___id": "T000002R007958", "___s": true }, { @@ -75758,7 +75771,7 @@ "filename": "Alpha.js", "lineno": 167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The alpha value starting from the top-left of the Game Object.\rThis value is interpolated from the corner to the center of the Game Object.", @@ -75784,7 +75797,7 @@ "longname": "Phaser.GameObjects.Components.Alpha#alphaTopLeft", "scope": "instance", "kind": "member", - "___id": "T000002R007971", + "___id": "T000002R007970", "___s": true }, { @@ -75793,7 +75806,7 @@ "filename": "Alpha.js", "lineno": 197, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The alpha value starting from the top-right of the Game Object.\rThis value is interpolated from the corner to the center of the Game Object.", @@ -75819,7 +75832,7 @@ "longname": "Phaser.GameObjects.Components.Alpha#alphaTopRight", "scope": "instance", "kind": "member", - "___id": "T000002R007978", + "___id": "T000002R007977", "___s": true }, { @@ -75828,7 +75841,7 @@ "filename": "Alpha.js", "lineno": 227, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The alpha value starting from the bottom-left of the Game Object.\rThis value is interpolated from the corner to the center of the Game Object.", @@ -75854,7 +75867,7 @@ "longname": "Phaser.GameObjects.Components.Alpha#alphaBottomLeft", "scope": "instance", "kind": "member", - "___id": "T000002R007985", + "___id": "T000002R007984", "___s": true }, { @@ -75863,7 +75876,7 @@ "filename": "Alpha.js", "lineno": 257, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The alpha value starting from the bottom-right of the Game Object.\rThis value is interpolated from the corner to the center of the Game Object.", @@ -75889,7 +75902,7 @@ "longname": "Phaser.GameObjects.Components.Alpha#alphaBottomRight", "scope": "instance", "kind": "member", - "___id": "T000002R007992", + "___id": "T000002R007991", "___s": true }, { @@ -75898,7 +75911,7 @@ "filename": "AlphaSingle.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Provides methods used for setting the alpha property of a Game Object.\rShould be applied as a mixin and not used directly.", @@ -75908,7 +75921,7 @@ "memberof": "Phaser.GameObjects.Components", "longname": "Phaser.GameObjects.Components.AlphaSingle", "scope": "static", - "___id": "T000002R008002", + "___id": "T000002R008001", "___s": true }, { @@ -75917,7 +75930,7 @@ "filename": "AlphaSingle.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Clears all alpha values associated with this Game Object.\r\rImmediately sets the alpha levels back to 1 (fully opaque).", @@ -75942,7 +75955,7 @@ "memberof": "Phaser.GameObjects.Components.AlphaSingle", "longname": "Phaser.GameObjects.Components.AlphaSingle#clearAlpha", "scope": "instance", - "___id": "T000002R008006", + "___id": "T000002R008005", "___s": true }, { @@ -75951,7 +75964,7 @@ "filename": "AlphaSingle.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Set the Alpha level of this Game Object. The alpha controls the opacity of the Game Object as it renders.\rAlpha values are provided as a float between 0, fully transparent, and 1, fully opaque.", @@ -75993,7 +76006,7 @@ "memberof": "Phaser.GameObjects.Components.AlphaSingle", "longname": "Phaser.GameObjects.Components.AlphaSingle#setAlpha", "scope": "instance", - "___id": "T000002R008008", + "___id": "T000002R008007", "___s": true }, { @@ -76002,7 +76015,7 @@ "filename": "AlphaSingle.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The alpha value of the Game Object.\r\rThis is a global value, impacting the entire Game Object, not just a region of it.", @@ -76021,7 +76034,7 @@ "longname": "Phaser.GameObjects.Components.AlphaSingle#alpha", "scope": "instance", "kind": "member", - "___id": "T000002R008012", + "___id": "T000002R008011", "___s": true }, { @@ -76030,7 +76043,7 @@ "filename": "BlendMode.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Provides methods used for setting the blend mode of a Game Object.\rShould be applied as a mixin and not used directly.", @@ -76040,7 +76053,7 @@ "memberof": "Phaser.GameObjects.Components", "longname": "Phaser.GameObjects.Components.BlendMode", "scope": "static", - "___id": "T000002R008022", + "___id": "T000002R008021", "___s": true }, { @@ -76049,7 +76062,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the Blend Mode being used by this Game Object.\r\rThis can be a const, such as `Phaser.BlendModes.SCREEN`, or an integer, such as 4 (for Overlay)\r\rUnder WebGL only the following Blend Modes are available:\r\r* NORMAL\r* ADD\r* MULTIPLY\r* SCREEN\r* ERASE\r\rCanvas has more available depending on browser support.\r\rYou can also create your own custom Blend Modes in WebGL.\r\rBlend modes have different effects under Canvas and WebGL, and from browser to browser, depending\ron support. Blend Modes also cause a WebGL batch flush should it encounter a new blend mode. For these\rreasons try to be careful about the construction of your Scene and the frequency of which blend modes\rare used.", @@ -76083,7 +76096,7 @@ "longname": "Phaser.GameObjects.Components.BlendMode#blendMode", "scope": "instance", "kind": "member", - "___id": "T000002R008026", + "___id": "T000002R008025", "___s": true }, { @@ -76092,7 +76105,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the Blend Mode being used by this Game Object.\r\rThis can be a const, such as `Phaser.BlendModes.SCREEN`, or an integer, such as 4 (for Overlay)\r\rUnder WebGL only the following Blend Modes are available:\r\r* NORMAL\r* ADD\r* MULTIPLY\r* SCREEN\r* ERASE (only works when rendering to a framebuffer, like a Render Texture)\r\rCanvas has more available depending on browser support.\r\rYou can also create your own custom Blend Modes in WebGL.\r\rBlend modes have different effects under Canvas and WebGL, and from browser to browser, depending\ron support. Blend Modes also cause a WebGL batch flush should it encounter a new blend mode. For these\rreasons try to be careful about the construction of your Scene and the frequency in which blend modes\rare used.", @@ -76147,7 +76160,7 @@ "memberof": "Phaser.GameObjects.Components.BlendMode", "longname": "Phaser.GameObjects.Components.BlendMode#setBlendMode", "scope": "instance", - "___id": "T000002R008033", + "___id": "T000002R008032", "___s": true }, { @@ -76156,7 +76169,7 @@ "filename": "ComputedSize.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Provides methods used for calculating and setting the size of a non-Frame based Game Object.\rShould be applied as a mixin and not used directly.", @@ -76166,7 +76179,7 @@ "memberof": "Phaser.GameObjects.Components", "longname": "Phaser.GameObjects.Components.ComputedSize", "scope": "static", - "___id": "T000002R008037", + "___id": "T000002R008036", "___s": true }, { @@ -76175,7 +76188,7 @@ "filename": "ComputedSize.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The native (un-scaled) width of this Game Object.\r\rChanging this value will not change the size that the Game Object is rendered in-game.\rFor that you need to either set the scale of the Game Object (`setScale`) or use\rthe `displayWidth` property.", @@ -76194,7 +76207,7 @@ "longname": "Phaser.GameObjects.Components.ComputedSize#width", "scope": "instance", "kind": "member", - "___id": "T000002R008039", + "___id": "T000002R008038", "___s": true }, { @@ -76203,7 +76216,7 @@ "filename": "ComputedSize.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The native (un-scaled) height of this Game Object.\r\rChanging this value will not change the size that the Game Object is rendered in-game.\rFor that you need to either set the scale of the Game Object (`setScale`) or use\rthe `displayHeight` property.", @@ -76222,7 +76235,7 @@ "longname": "Phaser.GameObjects.Components.ComputedSize#height", "scope": "instance", "kind": "member", - "___id": "T000002R008041", + "___id": "T000002R008040", "___s": true }, { @@ -76231,7 +76244,7 @@ "filename": "ComputedSize.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The displayed width of this Game Object.\r\rThis value takes into account the scale factor.\r\rSetting this value will adjust the Game Object's scale property.", @@ -76250,7 +76263,7 @@ "longname": "Phaser.GameObjects.Components.ComputedSize#displayWidth", "scope": "instance", "kind": "member", - "___id": "T000002R008043", + "___id": "T000002R008042", "___s": true }, { @@ -76259,7 +76272,7 @@ "filename": "ComputedSize.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The displayed height of this Game Object.\r\rThis value takes into account the scale factor.\r\rSetting this value will adjust the Game Object's scale property.", @@ -76278,7 +76291,7 @@ "longname": "Phaser.GameObjects.Components.ComputedSize#displayHeight", "scope": "instance", "kind": "member", - "___id": "T000002R008048", + "___id": "T000002R008047", "___s": true }, { @@ -76287,7 +76300,7 @@ "filename": "ComputedSize.js", "lineno": 93, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the internal size of this Game Object, as used for frame or physics body creation.\r\rThis will not change the size that the Game Object is rendered in-game.\rFor that you need to either set the scale of the Game Object (`setScale`) or call the\r`setDisplaySize` method, which is the same thing as changing the scale but allows you\rto do so by giving pixel values.\r\rIf you have enabled this Game Object for input, changing the size will _not_ change the\rsize of the hit area. To do this you should adjust the `input.hitArea` object directly.", @@ -76340,7 +76353,7 @@ "memberof": "Phaser.GameObjects.Components.ComputedSize", "longname": "Phaser.GameObjects.Components.ComputedSize#setSize", "scope": "instance", - "___id": "T000002R008053", + "___id": "T000002R008052", "___s": true }, { @@ -76349,7 +76362,7 @@ "filename": "ComputedSize.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the display size of this Game Object.\r\rCalling this will adjust the scale.", @@ -76402,7 +76415,7 @@ "memberof": "Phaser.GameObjects.Components.ComputedSize", "longname": "Phaser.GameObjects.Components.ComputedSize#setDisplaySize", "scope": "instance", - "___id": "T000002R008057", + "___id": "T000002R008056", "___s": true }, { @@ -76411,7 +76424,7 @@ "filename": "Crop.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Provides methods used for getting and setting the texture of a Game Object.", @@ -76421,7 +76434,7 @@ "memberof": "Phaser.GameObjects.Components", "longname": "Phaser.GameObjects.Components.Crop", "scope": "static", - "___id": "T000002R008062", + "___id": "T000002R008061", "___s": true }, { @@ -76430,7 +76443,7 @@ "filename": "Crop.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The Texture this Game Object is using to render with.", @@ -76459,7 +76472,7 @@ "longname": "Phaser.GameObjects.Components.Crop#texture", "scope": "instance", "kind": "member", - "___id": "T000002R008064", + "___id": "T000002R008063", "___s": true }, { @@ -76468,7 +76481,7 @@ "filename": "Crop.js", "lineno": 25, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The Texture Frame this Game Object is using to render with.", @@ -76487,7 +76500,7 @@ "longname": "Phaser.GameObjects.Components.Crop#frame", "scope": "instance", "kind": "member", - "___id": "T000002R008066", + "___id": "T000002R008065", "___s": true }, { @@ -76496,7 +76509,7 @@ "filename": "Crop.js", "lineno": 34, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "A boolean flag indicating if this Game Object is being cropped or not.\rYou can toggle this at any time after `setCrop` has been called, to turn cropping on or off.\rEqually, calling `setCrop` with no arguments will reset the crop and disable it.", @@ -76515,7 +76528,7 @@ "longname": "Phaser.GameObjects.Components.Crop#isCropped", "scope": "instance", "kind": "member", - "___id": "T000002R008068", + "___id": "T000002R008067", "___s": true }, { @@ -76524,7 +76537,7 @@ "filename": "Crop.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Applies a crop to a texture based Game Object, such as a Sprite or Image.\r\rThe crop is a rectangle that limits the area of the texture frame that is visible during rendering.\r\rCropping a Game Object does not change its size, dimensions, physics body or hit area, it just\rchanges what is shown when rendered.\r\rThe crop size as well as coordinates can not exceed the the size of the texture frame.\r\rThe crop coordinates are relative to the texture frame, not the Game Object, meaning 0 x 0 is the top-left.\r\rTherefore, if you had a Game Object that had an 800x600 sized texture, and you wanted to show only the left\rhalf of it, you could call `setCrop(0, 0, 400, 600)`.\r\rIt is also scaled to match the Game Object scale automatically. Therefore a crop rectangle of 100x50 would crop\ran area of 200x100 when applied to a Game Object that had a scale factor of 2.\r\rYou can either pass in numeric values directly, or you can provide a single Rectangle object as the first argument.\r\rCall this method with no arguments at all to reset the crop, or toggle the property `isCropped` to `false`.\r\rYou should do this if the crop rectangle becomes the same size as the frame itself, as it will allow\rthe renderer to skip several internal calculations.", @@ -76617,7 +76630,7 @@ "memberof": "Phaser.GameObjects.Components.Crop", "longname": "Phaser.GameObjects.Components.Crop#setCrop", "scope": "instance", - "___id": "T000002R008070", + "___id": "T000002R008069", "___s": true }, { @@ -76626,7 +76639,7 @@ "filename": "Depth.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Provides methods used for setting the depth of a Game Object.\rShould be applied as a mixin and not used directly.", @@ -76636,16 +76649,16 @@ "memberof": "Phaser.GameObjects.Components", "longname": "Phaser.GameObjects.Components.Depth", "scope": "static", - "___id": "T000002R008092", + "___id": "T000002R008091", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\rThe depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\rof Game Objects, without actually moving their position in the display list.\r\rThe default depth is zero. A Game Object with a higher depth\rvalue will always render in front of one with a lower value.\r\rSetting the depth will queue a depth sort event within the Scene.", @@ -76671,9 +76684,9 @@ "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The depth of this Game Object within the Scene.\r\rThe depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\rof Game Objects, without actually moving their position in the display list.\r\rThe default depth is zero. A Game Object with a higher depth\rvalue will always render in front of one with a lower value.\r\rSetting the depth will queue a depth sort event within the Scene.", @@ -76716,13 +76729,179 @@ "___id": "T000002R008101", "___s": true }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "description": "Bring this Game Object to top of display list.", + "kind": "function", + "name": "bringMeToTop", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Components.Depth", + "longname": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "scope": "instance", + "___id": "T000002R008105", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "description": "Send this Game Object to bottom of display list.", + "kind": "function", + "name": "sendMeToBack", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Components.Depth", + "longname": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "scope": "instance", + "___id": "T000002R008110", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "description": "Move this Game Object below another Game Object.", + "kind": "function", + "name": "moveMyDepthBelow", + "since": "3.80.2", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Components.Depth", + "longname": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "scope": "instance", + "___id": "T000002R008115", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "description": "Move this Game Object above another Game Object.", + "kind": "function", + "name": "moveMyDepthAbove", + "since": "3.80.2", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Components.Depth", + "longname": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "scope": "instance", + "___id": "T000002R008120", + "___s": true + }, { "comment": "/**\r\n * Provides methods used for visually flipping a Game Object.\r\n * Should be applied as a mixin and not used directly.\r\n *\r\n * @namespace Phaser.GameObjects.Components.Flip\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Flip.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Provides methods used for visually flipping a Game Object.\rShould be applied as a mixin and not used directly.", @@ -76732,7 +76911,7 @@ "memberof": "Phaser.GameObjects.Components", "longname": "Phaser.GameObjects.Components.Flip", "scope": "static", - "___id": "T000002R008106", + "___id": "T000002R008126", "___s": true }, { @@ -76741,7 +76920,7 @@ "filename": "Flip.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The horizontally flipped state of the Game Object.\r\rA Game Object that is flipped horizontally will render inversed on the horizontal axis.\rFlipping always takes place from the middle of the texture and does not impact the scale value.\rIf this Game Object has a physics body, it will not change the body. This is a rendering toggle only.", @@ -76761,7 +76940,7 @@ "longname": "Phaser.GameObjects.Components.Flip#flipX", "scope": "instance", "kind": "member", - "___id": "T000002R008108", + "___id": "T000002R008128", "___s": true }, { @@ -76770,7 +76949,7 @@ "filename": "Flip.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The vertically flipped state of the Game Object.\r\rA Game Object that is flipped vertically will render inversed on the vertical axis (i.e. upside down)\rFlipping always takes place from the middle of the texture and does not impact the scale value.\rIf this Game Object has a physics body, it will not change the body. This is a rendering toggle only.", @@ -76790,7 +76969,7 @@ "longname": "Phaser.GameObjects.Components.Flip#flipY", "scope": "instance", "kind": "member", - "___id": "T000002R008110", + "___id": "T000002R008130", "___s": true }, { @@ -76799,7 +76978,7 @@ "filename": "Flip.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Toggles the horizontal flipped state of this Game Object.\r\rA Game Object that is flipped horizontally will render inversed on the horizontal axis.\rFlipping always takes place from the middle of the texture and does not impact the scale value.\rIf this Game Object has a physics body, it will not change the body. This is a rendering toggle only.", @@ -76824,7 +77003,7 @@ "memberof": "Phaser.GameObjects.Components.Flip", "longname": "Phaser.GameObjects.Components.Flip#toggleFlipX", "scope": "instance", - "___id": "T000002R008112", + "___id": "T000002R008132", "___s": true }, { @@ -76833,7 +77012,7 @@ "filename": "Flip.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Toggles the vertical flipped state of this Game Object.", @@ -76858,7 +77037,7 @@ "memberof": "Phaser.GameObjects.Components.Flip", "longname": "Phaser.GameObjects.Components.Flip#toggleFlipY", "scope": "instance", - "___id": "T000002R008115", + "___id": "T000002R008135", "___s": true }, { @@ -76867,7 +77046,7 @@ "filename": "Flip.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the horizontal flipped state of this Game Object.\r\rA Game Object that is flipped horizontally will render inversed on the horizontal axis.\rFlipping always takes place from the middle of the texture and does not impact the scale value.\rIf this Game Object has a physics body, it will not change the body. This is a rendering toggle only.", @@ -76907,7 +77086,7 @@ "memberof": "Phaser.GameObjects.Components.Flip", "longname": "Phaser.GameObjects.Components.Flip#setFlipX", "scope": "instance", - "___id": "T000002R008118", + "___id": "T000002R008138", "___s": true }, { @@ -76916,7 +77095,7 @@ "filename": "Flip.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the vertical flipped state of this Game Object.", @@ -76956,7 +77135,7 @@ "memberof": "Phaser.GameObjects.Components.Flip", "longname": "Phaser.GameObjects.Components.Flip#setFlipY", "scope": "instance", - "___id": "T000002R008121", + "___id": "T000002R008141", "___s": true }, { @@ -76965,7 +77144,7 @@ "filename": "Flip.js", "lineno": 117, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the horizontal and vertical flipped state of this Game Object.\r\rA Game Object that is flipped will render inversed on the flipped axis.\rFlipping always takes place from the middle of the texture and does not impact the scale value.\rIf this Game Object has a physics body, it will not change the body. This is a rendering toggle only.", @@ -77018,7 +77197,7 @@ "memberof": "Phaser.GameObjects.Components.Flip", "longname": "Phaser.GameObjects.Components.Flip#setFlip", "scope": "instance", - "___id": "T000002R008124", + "___id": "T000002R008144", "___s": true }, { @@ -77027,7 +77206,7 @@ "filename": "Flip.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Resets the horizontal and vertical flipped state of this Game Object back to their default un-flipped state.", @@ -77052,7 +77231,7 @@ "memberof": "Phaser.GameObjects.Components.Flip", "longname": "Phaser.GameObjects.Components.Flip#resetFlip", "scope": "instance", - "___id": "T000002R008128", + "___id": "T000002R008148", "___s": true }, { @@ -77061,7 +77240,7 @@ "filename": "FX.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "classdesc": "The FX Component features a set of methods used for applying a range of special built-in effects to a Game Object.\r\rThe effects include the following:\r\r* Barrel Distortion\r* Bloom\r* Blur\r* Bokeh / Tilt Shift\r* Circle Outline\r* Color Matrix\r* Glow\r* Displacement\r* Gradient\r* Pixelate\r* Shine\r* Shadow\r* Vignette\r* Wipe / Reveal\r\rAll Game Objects support Post FX. These are effects applied after the Game Object has been rendered.\r\rTexture-based Game Objects also support Pre FX, including:\r\r* Image\r* Sprite\r* TileSprite\r* Text\r* RenderTexture\r* Video\r\rAnd any Game Object that extends the above.\r\rThe difference between Pre FX and Post FX are that all Post FX take place in a canvas (renderer) sized frame buffer,\rafter the Game Object has been rendered. Pre FX, however, take place in a texture sized frame buffer, which is sized\rbased on the Game Object itself. The end result is then composited back to the main game canvas. For intensive effects,\rsuch as blur, bloom or glow, which can require many iterations, this is a much more efficient way to apply the effect,\ras only it only has to work on a Game Object sized texture and not all pixels in the canvas.\r\rIn short, you should always try and use a Pre FX if you can.\r\rDue to the way that FX work they can be stacked-up. For example, you can apply a blur to a Game Object, then apply\ra bloom effect to the same Game Object. The bloom effect will be applied to the blurred texture, not the original.\rKeep the order in mind when stacking effects.\r\rAll effects are WebGL only and do not have canvas counterparts.\r\rAs you can appreciate, some effects are more expensive than others. For example, a bloom effect is going to be more\rexpensive than a simple color matrix effect, so please consider using them wisely and performance test your target\rplatforms early on in production.\r\rThis component is created automatically by the `PostPipeline` class and does not need to be instantiated directly.", @@ -77106,7 +77285,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Components.FX", - "___id": "T000002R008136", + "___id": "T000002R008156", "___s": true }, { @@ -77115,7 +77294,7 @@ "filename": "FX.js", "lineno": 80, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "A reference to the Game Object that owns this FX Component.", @@ -77135,7 +77314,7 @@ "longname": "Phaser.GameObjects.Components.FX#gameObject", "scope": "instance", "kind": "member", - "___id": "T000002R008139", + "___id": "T000002R008159", "___s": true }, { @@ -77144,7 +77323,7 @@ "filename": "FX.js", "lineno": 90, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Is this a Post FX Controller? or a Pre FX Controller?", @@ -77164,7 +77343,7 @@ "longname": "Phaser.GameObjects.Components.FX#isPost", "scope": "instance", "kind": "member", - "___id": "T000002R008141", + "___id": "T000002R008161", "___s": true }, { @@ -77173,7 +77352,7 @@ "filename": "FX.js", "lineno": 100, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Has this FX Component been enabled?\r\rYou should treat this property as read-only, although it is toggled\rautomaticaly during internal use.", @@ -77192,7 +77371,7 @@ "longname": "Phaser.GameObjects.Components.FX#enabled", "scope": "instance", "kind": "member", - "___id": "T000002R008143", + "___id": "T000002R008163", "___s": true }, { @@ -77201,7 +77380,7 @@ "filename": "FX.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "An array containing all of the Pre FX Controllers that\rhave been added to this FX Component. They are processed in\rthe order they are added.\r\rThis array is empty if this is a Post FX Component.", @@ -77229,7 +77408,7 @@ "longname": "Phaser.GameObjects.Components.FX#list", "scope": "instance", "kind": "member", - "___id": "T000002R008145", + "___id": "T000002R008165", "___s": true }, { @@ -77238,7 +77417,7 @@ "filename": "FX.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The amount of extra padding to be applied to this Game Object\rwhen it is being rendered by a PreFX Pipeline.\r\rLots of FX require additional spacing added to the texture the\rGame Object uses, for example a glow or shadow effect, and this\rmethod allows you to control how much extra padding is included\rin addition to the texture size.\r\rYou do not need to set this if you're only using Post FX.", @@ -77258,7 +77437,7 @@ "longname": "Phaser.GameObjects.Components.FX#padding", "scope": "instance", "kind": "member", - "___id": "T000002R008147", + "___id": "T000002R008167", "___s": true }, { @@ -77267,7 +77446,7 @@ "filename": "FX.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the amount of extra padding to be applied to this Game Object\rwhen it is being rendered by a PreFX Pipeline.\r\rLots of FX require additional spacing added to the texture the\rGame Object uses, for example a glow or shadow effect, and this\rmethod allows you to control how much extra padding is included\rin addition to the texture size.\r\rYou do not need to set this if you're only using Post FX.", @@ -77316,7 +77495,7 @@ "memberof": "Phaser.GameObjects.Components.FX", "longname": "Phaser.GameObjects.Components.FX#setPadding", "scope": "instance", - "___id": "T000002R008149", + "___id": "T000002R008169", "___s": true }, { @@ -77325,7 +77504,7 @@ "filename": "FX.js", "lineno": 172, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "This callback is invoked when this Game Object is copied by a PreFX Pipeline.\r\rThis happens when the pipeline uses its `copySprite` method.\r\rIt's invoked prior to the copy, allowing you to set shader uniforms, etc on the pipeline.", @@ -77350,7 +77529,7 @@ "memberof": "Phaser.GameObjects.Components.FX", "longname": "Phaser.GameObjects.Components.FX#onFXCopy", "scope": "instance", - "___id": "T000002R008153", + "___id": "T000002R008173", "___s": true }, { @@ -77359,7 +77538,7 @@ "filename": "FX.js", "lineno": 188, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "This callback is invoked when this Game Object is rendered by a PreFX Pipeline.\r\rThis happens when the pipeline uses its `drawSprite` method.\r\rIt's invoked prior to the draw, allowing you to set shader uniforms, etc on the pipeline.", @@ -77384,7 +77563,7 @@ "memberof": "Phaser.GameObjects.Components.FX", "longname": "Phaser.GameObjects.Components.FX#onFX", "scope": "instance", - "___id": "T000002R008155", + "___id": "T000002R008175", "___s": true }, { @@ -77393,7 +77572,7 @@ "filename": "FX.js", "lineno": 204, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Enables this FX Component and applies the FXPipeline to the parent Game Object.\r\rThis is called automatically whenever you call a method such as `addBloom`, etc.\r\rYou can check the `enabled` property to see if the Game Object is already enabled, or not.\r\rThis only applies to Pre FX. Post FX are always enabled.", @@ -77420,7 +77599,7 @@ "memberof": "Phaser.GameObjects.Components.FX", "longname": "Phaser.GameObjects.Components.FX#enable", "scope": "instance", - "___id": "T000002R008157", + "___id": "T000002R008177", "___s": true }, { @@ -77429,7 +77608,7 @@ "filename": "FX.js", "lineno": 244, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Destroys and removes all FX Controllers that are part of this FX Component,\rthen disables it.\r\rIf this is a Pre FX Component it will only remove Pre FX.\rIf this is a Post FX Component it will only remove Post FX.\r\rTo remove both at once use the `GameObject.clearFX` method instead.", @@ -77454,7 +77633,7 @@ "memberof": "Phaser.GameObjects.Components.FX", "longname": "Phaser.GameObjects.Components.FX#clear", "scope": "instance", - "___id": "T000002R008164", + "___id": "T000002R008184", "___s": true }, { @@ -77463,7 +77642,7 @@ "filename": "FX.js", "lineno": 281, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Searches for the given FX Controller within this FX Component.\r\rIf found, the controller is removed from this component and then destroyed.", @@ -77517,7 +77696,7 @@ "memberof": "Phaser.GameObjects.Components.FX", "longname": "Phaser.GameObjects.Components.FX#remove", "scope": "instance", - "___id": "T000002R008170", + "___id": "T000002R008190", "___s": true }, { @@ -77526,7 +77705,7 @@ "filename": "FX.js", "lineno": 341, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Disables this FX Component.\r\rThis will reset the pipeline on the Game Object that owns this component back to its\rdefault and flag this component as disabled.\r\rYou can re-enable it again by calling `enable` for Pre FX or by adding an FX for Post FX.\r\rOptionally, set `clear` to destroy all current FX Controllers.", @@ -77568,7 +77747,7 @@ "memberof": "Phaser.GameObjects.Components.FX", "longname": "Phaser.GameObjects.Components.FX#disable", "scope": "instance", - "___id": "T000002R008179", + "___id": "T000002R008199", "___s": true }, { @@ -77577,7 +77756,7 @@ "filename": "FX.js", "lineno": 377, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Adds the given FX Controler to this FX Component.\r\rNote that adding an FX Controller does not remove any existing FX. They all stack-up\ron-top of each other. If you don't want this, make sure to call either `remove` or\r`clear` first.", @@ -77644,7 +77823,7 @@ "memberof": "Phaser.GameObjects.Components.FX", "longname": "Phaser.GameObjects.Components.FX#add", "scope": "instance", - "___id": "T000002R008183", + "___id": "T000002R008203", "___s": true }, { @@ -77653,7 +77832,7 @@ "filename": "FX.js", "lineno": 430, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Adds a Glow effect.\r\rThe glow effect is a visual technique that creates a soft, luminous halo around game objects,\rcharacters, or UI elements. This effect is used to emphasize importance, enhance visual appeal,\ror convey a sense of energy, magic, or otherworldly presence. The effect can also be set on\rthe inside of the Game Object. The color and strength of the glow can be modified.", @@ -77769,7 +77948,7 @@ "memberof": "Phaser.GameObjects.Components.FX", "longname": "Phaser.GameObjects.Components.FX#addGlow", "scope": "instance", - "___id": "T000002R008189", + "___id": "T000002R008209", "___s": true }, { @@ -77778,7 +77957,7 @@ "filename": "FX.js", "lineno": 455, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Adds a Shadow effect.\r\rThe shadow effect is a visual technique used to create the illusion of depth and realism by adding darker,\roffset silhouettes or shapes beneath game objects, characters, or environments. These simulated shadows\rhelp to enhance the visual appeal and immersion, making the 2D game world appear more dynamic and three-dimensional.", @@ -77909,7 +78088,7 @@ "memberof": "Phaser.GameObjects.Components.FX", "longname": "Phaser.GameObjects.Components.FX#addShadow", "scope": "instance", - "___id": "T000002R008193", + "___id": "T000002R008213", "___s": true }, { @@ -77918,7 +78097,7 @@ "filename": "FX.js", "lineno": 480, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Adds a Pixelate effect.\r\rThe pixelate effect is a visual technique that deliberately reduces the resolution or detail of an image,\rcreating a blocky or mosaic appearance composed of large, visible pixels. This effect can be used for stylistic\rpurposes, as a homage to retro gaming, or as a means to obscure certain elements within the game, such as\rduring a transition or to censor specific content.", @@ -77959,7 +78138,7 @@ "memberof": "Phaser.GameObjects.Components.FX", "longname": "Phaser.GameObjects.Components.FX#addPixelate", "scope": "instance", - "___id": "T000002R008195", + "___id": "T000002R008215", "___s": true }, { @@ -77968,7 +78147,7 @@ "filename": "FX.js", "lineno": 500, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Adds a Vignette effect.\r\rThe vignette effect is a visual technique where the edges of the screen, or a Game Object, gradually darken or blur,\rcreating a frame-like appearance. This effect is used to draw the player's focus towards the central action or subject,\renhance immersion, and provide a cinematic or artistic quality to the game's visuals.", @@ -78054,7 +78233,7 @@ "memberof": "Phaser.GameObjects.Components.FX", "longname": "Phaser.GameObjects.Components.FX#addVignette", "scope": "instance", - "___id": "T000002R008197", + "___id": "T000002R008217", "___s": true }, { @@ -78063,7 +78242,7 @@ "filename": "FX.js", "lineno": 522, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Adds a Shine effect.\r\rThe shine effect is a visual technique that simulates the appearance of reflective\ror glossy surfaces by passing a light beam across a Game Object. This effect is used to\renhance visual appeal, emphasize certain features, and create a sense of depth or\rmaterial properties.", @@ -78149,7 +78328,7 @@ "memberof": "Phaser.GameObjects.Components.FX", "longname": "Phaser.GameObjects.Components.FX#addShine", "scope": "instance", - "___id": "T000002R008199", + "___id": "T000002R008219", "___s": true }, { @@ -78158,7 +78337,7 @@ "filename": "FX.js", "lineno": 545, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Adds a Blur effect.\r\rA Gaussian blur is the result of blurring an image by a Gaussian function. It is a widely used effect,\rtypically to reduce image noise and reduce detail. The visual effect of this blurring technique is a\rsmooth blur resembling that of viewing the image through a translucent screen, distinctly different\rfrom the bokeh effect produced by an out-of-focus lens or the shadow of an object under usual illumination.", @@ -78274,7 +78453,7 @@ "memberof": "Phaser.GameObjects.Components.FX", "longname": "Phaser.GameObjects.Components.FX#addBlur", "scope": "instance", - "___id": "T000002R008201", + "___id": "T000002R008221", "___s": true }, { @@ -78283,7 +78462,7 @@ "filename": "FX.js", "lineno": 570, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Adds a Gradient effect.\r\rThe gradient overlay effect is a visual technique where a smooth color transition is applied over Game Objects,\rsuch as sprites or UI components. This effect is used to enhance visual appeal, emphasize depth, or create\rstylistic and atmospheric variations. It can also be utilized to convey information, such as representing\rprogress or health status through color changes.", @@ -78429,7 +78608,7 @@ "memberof": "Phaser.GameObjects.Components.FX", "longname": "Phaser.GameObjects.Components.FX#addGradient", "scope": "instance", - "___id": "T000002R008203", + "___id": "T000002R008223", "___s": true }, { @@ -78438,7 +78617,7 @@ "filename": "FX.js", "lineno": 597, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Adds a Bloom effect.\r\rBloom is an effect used to reproduce an imaging artifact of real-world cameras.\rThe effect produces fringes of light extending from the borders of bright areas in an image,\rcontributing to the illusion of an extremely bright light overwhelming the\rcamera or eye capturing the scene.", @@ -78553,7 +78732,7 @@ "memberof": "Phaser.GameObjects.Components.FX", "longname": "Phaser.GameObjects.Components.FX#addBloom", "scope": "instance", - "___id": "T000002R008205", + "___id": "T000002R008225", "___s": true }, { @@ -78562,7 +78741,7 @@ "filename": "FX.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Adds a ColorMatrix effect.\r\rThe color matrix effect is a visual technique that involves manipulating the colors of an image\ror scene using a mathematical matrix. This process can adjust hue, saturation, brightness, and contrast,\rallowing developers to create various stylistic appearances or mood settings within the game.\rCommon applications include simulating different lighting conditions, applying color filters,\ror achieving a specific visual style.", @@ -78586,7 +78765,7 @@ "memberof": "Phaser.GameObjects.Components.FX", "longname": "Phaser.GameObjects.Components.FX#addColorMatrix", "scope": "instance", - "___id": "T000002R008207", + "___id": "T000002R008227", "___s": true }, { @@ -78595,7 +78774,7 @@ "filename": "FX.js", "lineno": 641, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Adds a Circle effect.\r\rThis effect will draw a circle around the texture of the Game Object, effectively masking off\rany area outside of the circle without the need for an actual mask. You can control the thickness\rof the circle, the color of the circle and the color of the background, should the texture be\rtransparent. You can also control the feathering applied to the circle, allowing for a harsh or soft edge.\r\rPlease note that adding this effect to a Game Object will not change the input area or physics body of\rthe Game Object, should it have one.", @@ -78696,7 +78875,7 @@ "memberof": "Phaser.GameObjects.Components.FX", "longname": "Phaser.GameObjects.Components.FX#addCircle", "scope": "instance", - "___id": "T000002R008209", + "___id": "T000002R008229", "___s": true }, { @@ -78705,7 +78884,7 @@ "filename": "FX.js", "lineno": 668, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Adds a Barrel effect.\r\rA barrel effect allows you to apply either a 'pinch' or 'expand' distortion to\ra Game Object. The amount of the effect can be modified in real-time.", @@ -78746,7 +78925,7 @@ "memberof": "Phaser.GameObjects.Components.FX", "longname": "Phaser.GameObjects.Components.FX#addBarrel", "scope": "instance", - "___id": "T000002R008211", + "___id": "T000002R008231", "___s": true }, { @@ -78755,7 +78934,7 @@ "filename": "FX.js", "lineno": 686, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Adds a Displacement effect.\r\rThe displacement effect is a visual technique that alters the position of pixels in an image\ror texture based on the values of a displacement map. This effect is used to create the illusion\rof depth, surface irregularities, or distortion in otherwise flat elements. It can be applied to\rcharacters, objects, or backgrounds to enhance realism, convey movement, or achieve various\rstylistic appearances.", @@ -78826,7 +79005,7 @@ "memberof": "Phaser.GameObjects.Components.FX", "longname": "Phaser.GameObjects.Components.FX#addDisplacement", "scope": "instance", - "___id": "T000002R008213", + "___id": "T000002R008233", "___s": true }, { @@ -78835,7 +79014,7 @@ "filename": "FX.js", "lineno": 709, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Adds a Wipe effect.\r\rThe wipe or reveal effect is a visual technique that gradually uncovers or conceals elements\rin the game, such as images, text, or scene transitions. This effect is often used to create\ra sense of progression, reveal hidden content, or provide a smooth and visually appealing transition\rbetween game states.\r\rYou can set both the direction and the axis of the wipe effect. The following combinations are possible:\r\r* left to right: direction 0, axis 0\r* right to left: direction 1, axis 0\r* top to bottom: direction 1, axis 1\r* bottom to top: direction 1, axis 0\r\rIt is up to you to set the `progress` value yourself, i.e. via a Tween, in order to transition the effect.", @@ -78906,7 +79085,7 @@ "memberof": "Phaser.GameObjects.Components.FX", "longname": "Phaser.GameObjects.Components.FX#addWipe", "scope": "instance", - "___id": "T000002R008215", + "___id": "T000002R008235", "___s": true }, { @@ -78915,7 +79094,7 @@ "filename": "FX.js", "lineno": 740, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Adds a Reveal Wipe effect.\r\rThe wipe or reveal effect is a visual technique that gradually uncovers or conceals elements\rin the game, such as images, text, or scene transitions. This effect is often used to create\ra sense of progression, reveal hidden content, or provide a smooth and visually appealing transition\rbetween game states.\r\rYou can set both the direction and the axis of the wipe effect. The following combinations are possible:\r\r* left to right: direction 0, axis 0\r* right to left: direction 1, axis 0\r* top to bottom: direction 1, axis 1\r* bottom to top: direction 1, axis 0\r\rIt is up to you to set the `progress` value yourself, i.e. via a Tween, in order to transition the effect.", @@ -78986,7 +79165,7 @@ "memberof": "Phaser.GameObjects.Components.FX", "longname": "Phaser.GameObjects.Components.FX#addReveal", "scope": "instance", - "___id": "T000002R008217", + "___id": "T000002R008237", "___s": true }, { @@ -78995,7 +79174,7 @@ "filename": "FX.js", "lineno": 771, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Adds a Bokeh effect.\r\rBokeh refers to a visual effect that mimics the photographic technique of creating a shallow depth of field.\rThis effect is used to emphasize the game's main subject or action, by blurring the background or foreground\relements, resulting in a more immersive and visually appealing experience. It is achieved through rendering\rtechniques that simulate the out-of-focus areas, giving a sense of depth and realism to the game's graphics.\r\rSee also Tilt Shift.", @@ -79066,7 +79245,7 @@ "memberof": "Phaser.GameObjects.Components.FX", "longname": "Phaser.GameObjects.Components.FX#addBokeh", "scope": "instance", - "___id": "T000002R008219", + "___id": "T000002R008239", "___s": true }, { @@ -79075,7 +79254,7 @@ "filename": "FX.js", "lineno": 795, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Adds a Tilt Shift effect.\r\rThis Bokeh effect can also be used to generate a Tilt Shift effect, which is a technique used to create a miniature\reffect by blurring everything except a small area of the image. This effect is achieved by blurring the\rtop and bottom elements, while keeping the center area in focus.\r\rSee also Bokeh.", @@ -79191,7 +79370,7 @@ "memberof": "Phaser.GameObjects.Components.FX", "longname": "Phaser.GameObjects.Components.FX#addTiltShift", "scope": "instance", - "___id": "T000002R008221", + "___id": "T000002R008241", "___s": true }, { @@ -79200,7 +79379,7 @@ "filename": "FX.js", "lineno": 821, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Destroys this FX Component.\r\rCalled automatically when Game Objects are destroyed.", @@ -79210,7 +79389,7 @@ "memberof": "Phaser.GameObjects.Components.FX", "longname": "Phaser.GameObjects.Components.FX#destroy", "scope": "instance", - "___id": "T000002R008223", + "___id": "T000002R008243", "___s": true }, { @@ -79219,7 +79398,7 @@ "filename": "GetBounds.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Provides methods used for obtaining the bounds of a Game Object.\rShould be applied as a mixin and not used directly.", @@ -79229,7 +79408,7 @@ "memberof": "Phaser.GameObjects.Components", "longname": "Phaser.GameObjects.Components.GetBounds", "scope": "static", - "___id": "T000002R008230", + "___id": "T000002R008250", "___s": true }, { @@ -79238,7 +79417,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Gets the center coordinate of this Game Object, regardless of origin.\r\rThe returned point is calculated in local space and does not factor in any parent Containers,\runless the `includeParent` argument is set to `true`.", @@ -79301,7 +79480,7 @@ "memberof": "Phaser.GameObjects.Components.GetBounds", "longname": "Phaser.GameObjects.Components.GetBounds#getCenter", "scope": "instance", - "___id": "T000002R008236", + "___id": "T000002R008256", "___s": true }, { @@ -79310,7 +79489,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Gets the top-left corner coordinate of this Game Object, regardless of origin.\r\rThe returned point is calculated in local space and does not factor in any parent Containers,\runless the `includeParent` argument is set to `true`.", @@ -79373,7 +79552,7 @@ "memberof": "Phaser.GameObjects.Components.GetBounds", "longname": "Phaser.GameObjects.Components.GetBounds#getTopLeft", "scope": "instance", - "___id": "T000002R008241", + "___id": "T000002R008261", "___s": true }, { @@ -79382,7 +79561,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Gets the top-center coordinate of this Game Object, regardless of origin.\r\rThe returned point is calculated in local space and does not factor in any parent Containers,\runless the `includeParent` argument is set to `true`.", @@ -79445,7 +79624,7 @@ "memberof": "Phaser.GameObjects.Components.GetBounds", "longname": "Phaser.GameObjects.Components.GetBounds#getTopCenter", "scope": "instance", - "___id": "T000002R008246", + "___id": "T000002R008266", "___s": true }, { @@ -79454,7 +79633,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Gets the top-right corner coordinate of this Game Object, regardless of origin.\r\rThe returned point is calculated in local space and does not factor in any parent Containers,\runless the `includeParent` argument is set to `true`.", @@ -79517,7 +79696,7 @@ "memberof": "Phaser.GameObjects.Components.GetBounds", "longname": "Phaser.GameObjects.Components.GetBounds#getTopRight", "scope": "instance", - "___id": "T000002R008251", + "___id": "T000002R008271", "___s": true }, { @@ -79526,7 +79705,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Gets the left-center coordinate of this Game Object, regardless of origin.\r\rThe returned point is calculated in local space and does not factor in any parent Containers,\runless the `includeParent` argument is set to `true`.", @@ -79589,7 +79768,7 @@ "memberof": "Phaser.GameObjects.Components.GetBounds", "longname": "Phaser.GameObjects.Components.GetBounds#getLeftCenter", "scope": "instance", - "___id": "T000002R008256", + "___id": "T000002R008276", "___s": true }, { @@ -79598,7 +79777,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Gets the right-center coordinate of this Game Object, regardless of origin.\r\rThe returned point is calculated in local space and does not factor in any parent Containers,\runless the `includeParent` argument is set to `true`.", @@ -79661,7 +79840,7 @@ "memberof": "Phaser.GameObjects.Components.GetBounds", "longname": "Phaser.GameObjects.Components.GetBounds#getRightCenter", "scope": "instance", - "___id": "T000002R008261", + "___id": "T000002R008281", "___s": true }, { @@ -79670,7 +79849,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Gets the bottom-left corner coordinate of this Game Object, regardless of origin.\r\rThe returned point is calculated in local space and does not factor in any parent Containers,\runless the `includeParent` argument is set to `true`.", @@ -79733,7 +79912,7 @@ "memberof": "Phaser.GameObjects.Components.GetBounds", "longname": "Phaser.GameObjects.Components.GetBounds#getBottomLeft", "scope": "instance", - "___id": "T000002R008266", + "___id": "T000002R008286", "___s": true }, { @@ -79742,7 +79921,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Gets the bottom-center coordinate of this Game Object, regardless of origin.\r\rThe returned point is calculated in local space and does not factor in any parent Containers,\runless the `includeParent` argument is set to `true`.", @@ -79805,7 +79984,7 @@ "memberof": "Phaser.GameObjects.Components.GetBounds", "longname": "Phaser.GameObjects.Components.GetBounds#getBottomCenter", "scope": "instance", - "___id": "T000002R008271", + "___id": "T000002R008291", "___s": true }, { @@ -79814,7 +79993,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Gets the bottom-right corner coordinate of this Game Object, regardless of origin.\r\rThe returned point is calculated in local space and does not factor in any parent Containers,\runless the `includeParent` argument is set to `true`.", @@ -79877,7 +80056,7 @@ "memberof": "Phaser.GameObjects.Components.GetBounds", "longname": "Phaser.GameObjects.Components.GetBounds#getBottomRight", "scope": "instance", - "___id": "T000002R008276", + "___id": "T000002R008296", "___s": true }, { @@ -79886,7 +80065,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Gets the bounds of this Game Object, regardless of origin.\r\rThe values are stored and returned in a Rectangle, or Rectangle-like, object.", @@ -79954,7 +80133,7 @@ "memberof": "Phaser.GameObjects.Components.GetBounds", "longname": "Phaser.GameObjects.Components.GetBounds#getBounds", "scope": "instance", - "___id": "T000002R008281", + "___id": "T000002R008301", "___s": true }, { @@ -79963,7 +80142,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "kind": "namespace", @@ -79971,7 +80150,7 @@ "memberof": "Phaser.GameObjects", "longname": "Phaser.GameObjects.Components", "scope": "static", - "___id": "T000002R008314", + "___id": "T000002R008334", "___s": true }, { @@ -79980,7 +80159,7 @@ "filename": "Mask.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Provides methods used for getting and setting the mask of a Game Object.", @@ -79990,7 +80169,7 @@ "memberof": "Phaser.GameObjects.Components", "longname": "Phaser.GameObjects.Components.Mask", "scope": "static", - "___id": "T000002R008341", + "___id": "T000002R008361", "___s": true }, { @@ -79999,7 +80178,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The Mask this Game Object is using during render.", @@ -80028,7 +80207,7 @@ "longname": "Phaser.GameObjects.Components.Mask#mask", "scope": "instance", "kind": "member", - "___id": "T000002R008343", + "___id": "T000002R008363", "___s": true }, { @@ -80037,7 +80216,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the mask that this Game Object will use to render with.\r\rThe mask must have been previously created and can be either a GeometryMask or a BitmapMask.\rNote: Bitmap Masks only work on WebGL. Geometry Masks work on both WebGL and Canvas.\r\rIf a mask is already set on this Game Object it will be immediately replaced.\r\rMasks are positioned in global space and are not relative to the Game Object to which they\rare applied. The reason for this is that multiple Game Objects can all share the same mask.\r\rMasks have no impact on physics or input detection. They are purely a rendering component\rthat allows you to limit what is visible during the render pass.", @@ -80087,7 +80266,7 @@ "memberof": "Phaser.GameObjects.Components.Mask", "longname": "Phaser.GameObjects.Components.Mask#setMask", "scope": "instance", - "___id": "T000002R008345", + "___id": "T000002R008365", "___s": true }, { @@ -80096,7 +80275,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Clears the mask that this Game Object was using.", @@ -80138,7 +80317,7 @@ "memberof": "Phaser.GameObjects.Components.Mask", "longname": "Phaser.GameObjects.Components.Mask#clearMask", "scope": "instance", - "___id": "T000002R008348", + "___id": "T000002R008368", "___s": true }, { @@ -80147,7 +80326,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Creates and returns a Bitmap Mask. This mask can be used by any Game Object,\rincluding this one, or a Dynamic Texture.\r\rNote: Bitmap Masks only work on WebGL. Geometry Masks work on both WebGL and Canvas.\r\rTo create the mask you need to pass in a reference to a renderable Game Object.\rA renderable Game Object is one that uses a texture to render with, such as an\rImage, Sprite, Render Texture or BitmapText.\r\rIf you do not provide a renderable object, and this Game Object has a texture,\rit will use itself as the object. This means you can call this method to create\ra Bitmap Mask from any renderable texture-based Game Object.", @@ -80298,7 +80477,7 @@ "memberof": "Phaser.GameObjects.Components.Mask", "longname": "Phaser.GameObjects.Components.Mask#createBitmapMask", "scope": "instance", - "___id": "T000002R008352", + "___id": "T000002R008372", "___s": true }, { @@ -80307,7 +80486,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Creates and returns a Geometry Mask. This mask can be used by any Game Object,\rincluding this one.\r\rTo create the mask you need to pass in a reference to a Graphics Game Object.\r\rIf you do not provide a graphics object, and this Game Object is an instance\rof a Graphics object, then it will use itself to create the mask.\r\rThis means you can call this method to create a Geometry Mask from any Graphics Game Object.", @@ -80377,7 +80556,7 @@ "memberof": "Phaser.GameObjects.Components.Mask", "longname": "Phaser.GameObjects.Components.Mask#createGeometryMask", "scope": "instance", - "___id": "T000002R008355", + "___id": "T000002R008375", "___s": true }, { @@ -80386,7 +80565,7 @@ "filename": "Origin.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Provides methods used for getting and setting the origin of a Game Object.\rValues are normalized, given in the range 0 to 1.\rDisplay values contain the calculated pixel values.\rShould be applied as a mixin and not used directly.", @@ -80396,7 +80575,7 @@ "memberof": "Phaser.GameObjects.Components", "longname": "Phaser.GameObjects.Components.Origin", "scope": "static", - "___id": "T000002R008359", + "___id": "T000002R008379", "___s": true }, { @@ -80405,7 +80584,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The horizontal origin of this Game Object.\rThe origin maps the relationship between the size and position of the Game Object.\rThe default value is 0.5, meaning all Game Objects are positioned based on their center.\rSetting the value to 0 means the position now relates to the left of the Game Object.\rSet this value with `setOrigin()`.", @@ -80426,7 +80605,7 @@ "longname": "Phaser.GameObjects.Components.Origin#originX", "scope": "instance", "kind": "member", - "___id": "T000002R008363", + "___id": "T000002R008383", "___s": true }, { @@ -80435,7 +80614,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The vertical origin of this Game Object.\rThe origin maps the relationship between the size and position of the Game Object.\rThe default value is 0.5, meaning all Game Objects are positioned based on their center.\rSetting the value to 0 means the position now relates to the top of the Game Object.\rSet this value with `setOrigin()`.", @@ -80456,7 +80635,7 @@ "longname": "Phaser.GameObjects.Components.Origin#originY", "scope": "instance", "kind": "member", - "___id": "T000002R008365", + "___id": "T000002R008385", "___s": true }, { @@ -80465,7 +80644,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The horizontal display origin of this Game Object.\rThe origin is a normalized value between 0 and 1.\rThe displayOrigin is a pixel value, based on the size of the Game Object combined with the origin.", @@ -80484,7 +80663,7 @@ "longname": "Phaser.GameObjects.Components.Origin#displayOriginX", "scope": "instance", "kind": "member", - "___id": "T000002R008369", + "___id": "T000002R008389", "___s": true }, { @@ -80493,7 +80672,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The vertical display origin of this Game Object.\rThe origin is a normalized value between 0 and 1.\rThe displayOrigin is a pixel value, based on the size of the Game Object combined with the origin.", @@ -80512,7 +80691,7 @@ "longname": "Phaser.GameObjects.Components.Origin#displayOriginY", "scope": "instance", "kind": "member", - "___id": "T000002R008375", + "___id": "T000002R008395", "___s": true }, { @@ -80521,7 +80700,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the origin of this Game Object.\r\rThe values are given in the range 0 to 1.", @@ -80578,7 +80757,7 @@ "memberof": "Phaser.GameObjects.Components.Origin", "longname": "Phaser.GameObjects.Components.Origin#setOrigin", "scope": "instance", - "___id": "T000002R008381", + "___id": "T000002R008401", "___s": true }, { @@ -80587,7 +80766,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the origin of this Game Object based on the Pivot values in its Frame.", @@ -80612,7 +80791,7 @@ "memberof": "Phaser.GameObjects.Components.Origin", "longname": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "scope": "instance", - "___id": "T000002R008387", + "___id": "T000002R008407", "___s": true }, { @@ -80621,7 +80800,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the display origin of this Game Object.\rThe difference between this and setting the origin is that you can use pixel values for setting the display origin.", @@ -80678,7 +80857,7 @@ "memberof": "Phaser.GameObjects.Components.Origin", "longname": "Phaser.GameObjects.Components.Origin#setDisplayOrigin", "scope": "instance", - "___id": "T000002R008391", + "___id": "T000002R008411", "___s": true }, { @@ -80687,7 +80866,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Updates the Display Origin cached values internally stored on this Game Object.\rYou don't usually call this directly, but it is exposed for edge-cases where you may.", @@ -80712,7 +80891,7 @@ "memberof": "Phaser.GameObjects.Components.Origin", "longname": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "scope": "instance", - "___id": "T000002R008397", + "___id": "T000002R008417", "___s": true }, { @@ -80721,7 +80900,7 @@ "filename": "PathFollower.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Provides methods used for managing a Game Object following a Path.\rShould be applied as a mixin and not used directly.", @@ -80731,7 +80910,7 @@ "memberof": "Phaser.GameObjects.Components", "longname": "Phaser.GameObjects.Components.PathFollower", "scope": "static", - "___id": "T000002R008407", + "___id": "T000002R008427", "___s": true }, { @@ -80740,7 +80919,7 @@ "filename": "PathFollower.js", "lineno": 23, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The Path this PathFollower is following. It can only follow one Path at a time.", @@ -80759,7 +80938,7 @@ "longname": "Phaser.GameObjects.Components.PathFollower#path", "scope": "instance", "kind": "member", - "___id": "T000002R008409", + "___id": "T000002R008429", "___s": true }, { @@ -80768,7 +80947,7 @@ "filename": "PathFollower.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Should the PathFollower automatically rotate to point in the direction of the Path?", @@ -80788,7 +80967,7 @@ "longname": "Phaser.GameObjects.Components.PathFollower#rotateToPath", "scope": "instance", "kind": "member", - "___id": "T000002R008411", + "___id": "T000002R008431", "___s": true }, { @@ -80797,7 +80976,7 @@ "filename": "PathFollower.js", "lineno": 42, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "If the PathFollower is rotating to match the Path (@see Phaser.GameObjects.PathFollower#rotateToPath)\rthis value is added to the rotation value. This allows you to rotate objects to a path but control\rthe angle of the rotation as well.", @@ -80817,7 +80996,7 @@ "longname": "Phaser.GameObjects.PathFollower#pathRotationOffset", "scope": "instance", "kind": "member", - "___id": "T000002R008413", + "___id": "T000002R008433", "___s": true }, { @@ -80826,7 +81005,7 @@ "filename": "PathFollower.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "An additional vector to add to the PathFollowers position, allowing you to offset it from the\rPath coordinates.", @@ -80845,7 +81024,7 @@ "longname": "Phaser.GameObjects.PathFollower#pathOffset", "scope": "instance", "kind": "member", - "___id": "T000002R008415", + "___id": "T000002R008435", "___s": true }, { @@ -80854,7 +81033,7 @@ "filename": "PathFollower.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "A Vector2 that stores the current point of the path the follower is on.", @@ -80873,7 +81052,7 @@ "longname": "Phaser.GameObjects.PathFollower#pathVector", "scope": "instance", "kind": "member", - "___id": "T000002R008417", + "___id": "T000002R008437", "___s": true }, { @@ -80882,7 +81061,7 @@ "filename": "PathFollower.js", "lineno": 73, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The distance the follower has traveled from the previous point to the current one, at the last update.", @@ -80901,7 +81080,7 @@ "longname": "Phaser.GameObjects.PathFollower#pathDelta", "scope": "instance", "kind": "member", - "___id": "T000002R008419", + "___id": "T000002R008439", "___s": true }, { @@ -80910,7 +81089,7 @@ "filename": "PathFollower.js", "lineno": 82, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The Tween used for following the Path.", @@ -80929,7 +81108,7 @@ "longname": "Phaser.GameObjects.PathFollower#pathTween", "scope": "instance", "kind": "member", - "___id": "T000002R008421", + "___id": "T000002R008441", "___s": true }, { @@ -80938,7 +81117,7 @@ "filename": "PathFollower.js", "lineno": 91, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Settings for the PathFollower.", @@ -80960,7 +81139,7 @@ "longname": "Phaser.GameObjects.PathFollower#pathConfig", "scope": "instance", "kind": "member", - "___id": "T000002R008423", + "___id": "T000002R008443", "___s": true }, { @@ -80969,7 +81148,7 @@ "filename": "PathFollower.js", "lineno": 111, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Set the Path that this PathFollower should follow.\r\rOptionally accepts {@link Phaser.Types.GameObjects.PathFollower.PathConfig} settings.", @@ -81038,7 +81217,7 @@ "memberof": "Phaser.GameObjects.Components.PathFollower", "longname": "Phaser.GameObjects.Components.PathFollower#setPath", "scope": "instance", - "___id": "T000002R008427", + "___id": "T000002R008447", "___s": true }, { @@ -81047,7 +81226,7 @@ "filename": "PathFollower.js", "lineno": 145, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Set whether the PathFollower should automatically rotate to point in the direction of the Path.", @@ -81102,7 +81281,7 @@ "memberof": "Phaser.GameObjects.Components.PathFollower", "longname": "Phaser.GameObjects.Components.PathFollower#setRotateToPath", "scope": "instance", - "___id": "T000002R008432", + "___id": "T000002R008452", "___s": true }, { @@ -81111,7 +81290,7 @@ "filename": "PathFollower.js", "lineno": 167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Is this PathFollower actively following a Path or not?\r\rTo be considered as `isFollowing` it must be currently moving on a Path, and not paused.", @@ -81135,7 +81314,7 @@ "memberof": "Phaser.GameObjects.Components.PathFollower", "longname": "Phaser.GameObjects.Components.PathFollower#isFollowing", "scope": "instance", - "___id": "T000002R008437", + "___id": "T000002R008457", "___s": true }, { @@ -81144,7 +81323,7 @@ "filename": "PathFollower.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Starts this PathFollower following its given Path.", @@ -81216,7 +81395,7 @@ "memberof": "Phaser.GameObjects.Components.PathFollower", "longname": "Phaser.GameObjects.Components.PathFollower#startFollow", "scope": "instance", - "___id": "T000002R008440", + "___id": "T000002R008460", "___s": true }, { @@ -81225,7 +81404,7 @@ "filename": "PathFollower.js", "lineno": 285, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Pauses this PathFollower. It will still continue to render, but it will remain motionless at the\rpoint on the Path at which you paused it.", @@ -81250,7 +81429,7 @@ "memberof": "Phaser.GameObjects.Components.PathFollower", "longname": "Phaser.GameObjects.Components.PathFollower#pauseFollow", "scope": "instance", - "___id": "T000002R008472", + "___id": "T000002R008492", "___s": true }, { @@ -81259,7 +81438,7 @@ "filename": "PathFollower.js", "lineno": 306, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Resumes a previously paused PathFollower.\r\rIf the PathFollower was not paused this has no effect.", @@ -81284,7 +81463,7 @@ "memberof": "Phaser.GameObjects.Components.PathFollower", "longname": "Phaser.GameObjects.Components.PathFollower#resumeFollow", "scope": "instance", - "___id": "T000002R008475", + "___id": "T000002R008495", "___s": true }, { @@ -81293,7 +81472,7 @@ "filename": "PathFollower.js", "lineno": 328, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Stops this PathFollower from following the path any longer.\r\rThis will invoke any 'stop' conditions that may exist on the Path, or for the follower.", @@ -81318,7 +81497,7 @@ "memberof": "Phaser.GameObjects.Components.PathFollower", "longname": "Phaser.GameObjects.Components.PathFollower#stopFollow", "scope": "instance", - "___id": "T000002R008478", + "___id": "T000002R008498", "___s": true }, { @@ -81327,7 +81506,7 @@ "filename": "PathFollower.js", "lineno": 350, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Internal update handler that advances this PathFollower along the path.\r\rCalled automatically by the Scene step, should not typically be called directly.", @@ -81337,7 +81516,7 @@ "memberof": "Phaser.GameObjects.Components.PathFollower", "longname": "Phaser.GameObjects.Components.PathFollower#pathUpdate", "scope": "instance", - "___id": "T000002R008481", + "___id": "T000002R008501", "___s": true }, { @@ -81346,7 +81525,7 @@ "filename": "Pipeline.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Provides methods used for setting the WebGL rendering pipeline of a Game Object.", @@ -81363,7 +81542,7 @@ "memberof": "Phaser.GameObjects.Components", "longname": "Phaser.GameObjects.Components.Pipeline", "scope": "static", - "___id": "T000002R008495", + "___id": "T000002R008515", "___s": true }, { @@ -81372,7 +81551,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The initial WebGL pipeline of this Game Object.\r\rIf you call `resetPipeline` on this Game Object, the pipeline is reset to this default.", @@ -81399,7 +81578,7 @@ "longname": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "scope": "instance", "kind": "member", - "___id": "T000002R008497", + "___id": "T000002R008517", "___s": true }, { @@ -81408,7 +81587,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The current WebGL pipeline of this Game Object.", @@ -81435,7 +81614,7 @@ "longname": "Phaser.GameObjects.Components.Pipeline#pipeline", "scope": "instance", "kind": "member", - "___id": "T000002R008499", + "___id": "T000002R008519", "___s": true }, { @@ -81444,7 +81623,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "An object to store pipeline specific data in, to be read by the pipelines this Game Object uses.", @@ -81470,7 +81649,7 @@ "longname": "Phaser.GameObjects.Components.Pipeline#pipelineData", "scope": "instance", "kind": "member", - "___id": "T000002R008501", + "___id": "T000002R008521", "___s": true }, { @@ -81479,7 +81658,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the initial WebGL Pipeline of this Game Object.\r\rThis should only be called during the instantiation of the Game Object. After that, use `setPipeline`.", @@ -81536,7 +81715,7 @@ "memberof": "Phaser.GameObjects.Components.Pipeline", "longname": "Phaser.GameObjects.Components.Pipeline#initPipeline", "scope": "instance", - "___id": "T000002R008503", + "___id": "T000002R008523", "___s": true }, { @@ -81545,7 +81724,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the main WebGL Pipeline of this Game Object.\r\rAlso sets the `pipelineData` property, if the parameter is given.", @@ -81631,7 +81810,7 @@ "memberof": "Phaser.GameObjects.Components.Pipeline", "longname": "Phaser.GameObjects.Components.Pipeline#setPipeline", "scope": "instance", - "___id": "T000002R008512", + "___id": "T000002R008532", "___s": true }, { @@ -81640,7 +81819,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Adds an entry to the `pipelineData` object belonging to this Game Object.\r\rIf the 'key' already exists, its value is updated. If it doesn't exist, it is created.\r\rIf `value` is undefined, and `key` exists, `key` is removed from the data object.", @@ -81701,7 +81880,7 @@ "memberof": "Phaser.GameObjects.Components.Pipeline", "longname": "Phaser.GameObjects.Components.Pipeline#setPipelineData", "scope": "instance", - "___id": "T000002R008519", + "___id": "T000002R008539", "___s": true }, { @@ -81710,7 +81889,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Resets the WebGL Pipeline of this Game Object back to the default it was created with.", @@ -81758,16 +81937,16 @@ "memberof": "Phaser.GameObjects.Components.Pipeline", "longname": "Phaser.GameObjects.Components.Pipeline#resetPipeline", "scope": "instance", - "___id": "T000002R008523", + "___id": "T000002R008543", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Gets the name of the WebGL Pipeline this Game Object is currently using.", @@ -81789,16 +81968,18 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.Components.Pipeline", "longname": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "scope": "instance", - "___id": "T000002R008528", + "___id": "T000002R008548", "___s": true }, { @@ -81807,7 +81988,7 @@ "filename": "PostPipeline.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Provides methods used for setting the WebGL rendering post pipeline of a Game Object.", @@ -81824,7 +82005,7 @@ "memberof": "Phaser.GameObjects.Components", "longname": "Phaser.GameObjects.Components.PostPipeline", "scope": "static", - "___id": "T000002R008534", + "___id": "T000002R008554", "___s": true }, { @@ -81833,7 +82014,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Does this Game Object have any Post Pipelines set?", @@ -81859,7 +82040,7 @@ "longname": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "scope": "instance", "kind": "member", - "___id": "T000002R008536", + "___id": "T000002R008556", "___s": true }, { @@ -81868,7 +82049,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The WebGL Post FX Pipelines this Game Object uses for post-render effects.\r\rThe pipelines are processed in the order in which they appear in this array.\r\rIf you modify this array directly, be sure to set the\r`hasPostPipeline` property accordingly.", @@ -81903,7 +82084,7 @@ "longname": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "scope": "instance", "kind": "member", - "___id": "T000002R008538", + "___id": "T000002R008558", "___s": true }, { @@ -81912,7 +82093,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "An object to store pipeline specific data in, to be read by the pipelines this Game Object uses.", @@ -81938,7 +82119,7 @@ "longname": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "scope": "instance", "kind": "member", - "___id": "T000002R008540", + "___id": "T000002R008560", "___s": true }, { @@ -81947,7 +82128,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The Pre FX component of this Game Object.\r\rThis component allows you to apply a variety of built-in effects to this Game Object, such\ras glow, blur, bloom, displacements, vignettes and more. You access them via this property,\rfor example:\r\r```js\rconst player = this.add.sprite();\rplayer.preFX.addBloom();\r```\r\rOnly the following Game Objects support Pre FX:\r\r* Image\r* Sprite\r* TileSprite\r* Text\r* RenderTexture\r* Video\r\rAll FX are WebGL only and do not have Canvas counterparts.\r\rPlease see the FX Class for more details and available methods.", @@ -81975,7 +82156,7 @@ "longname": "Phaser.GameObjects.Components.PostPipeline#preFX", "scope": "instance", "kind": "member", - "___id": "T000002R008542", + "___id": "T000002R008562", "___s": true }, { @@ -81984,7 +82165,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The Post FX component of this Game Object.\r\rThis component allows you to apply a variety of built-in effects to this Game Object, such\ras glow, blur, bloom, displacements, vignettes and more. You access them via this property,\rfor example:\r\r```js\rconst player = this.add.sprite();\rplayer.postFX.addBloom();\r```\r\rAll FX are WebGL only and do not have Canvas counterparts.\r\rPlease see the FX Class for more details and available methods.\r\rThis property is always `null` until the `initPostPipeline` method is called.", @@ -82010,7 +82191,7 @@ "longname": "Phaser.GameObjects.Components.PostPipeline#postFX", "scope": "instance", "kind": "member", - "___id": "T000002R008544", + "___id": "T000002R008564", "___s": true }, { @@ -82019,7 +82200,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "This should only be called during the instantiation of the Game Object.\r\rIt is called by default by all core Game Objects and doesn't need\rcalling again.\r\rAfter that, use `setPostPipeline`.", @@ -82053,7 +82234,7 @@ "memberof": "Phaser.GameObjects.Components.PostPipeline", "longname": "Phaser.GameObjects.Components.PostPipeline#initPostPipeline", "scope": "instance", - "___id": "T000002R008546", + "___id": "T000002R008566", "___s": true }, { @@ -82062,7 +82243,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets one, or more, Post Pipelines on this Game Object.\r\rPost Pipelines are invoked after this Game Object has rendered to its target and\rare commonly used for post-fx.\r\rThe post pipelines are appended to the `postPipelines` array belonging to this\rGame Object. When the renderer processes this Game Object, it iterates through the post\rpipelines in the order in which they appear in the array. If you are stacking together\rmultiple effects, be aware that the order is important.\r\rIf you call this method multiple times, the new pipelines will be appended to any existing\rpost pipelines already set. Use the `resetPostPipeline` method to clear them first, if required.\r\rYou can optionally also set the `postPipelineData` property, if the parameter is given.", @@ -82195,7 +82376,7 @@ "memberof": "Phaser.GameObjects.Components.PostPipeline", "longname": "Phaser.GameObjects.Components.PostPipeline#setPostPipeline", "scope": "instance", - "___id": "T000002R008552", + "___id": "T000002R008572", "___s": true }, { @@ -82204,7 +82385,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Adds an entry to the `postPipelineData` object belonging to this Game Object.\r\rIf the 'key' already exists, its value is updated. If it doesn't exist, it is created.\r\rIf `value` is undefined, and `key` exists, `key` is removed from the data object.", @@ -82265,7 +82446,7 @@ "memberof": "Phaser.GameObjects.Components.PostPipeline", "longname": "Phaser.GameObjects.Components.PostPipeline#setPostPipelineData", "scope": "instance", - "___id": "T000002R008561", + "___id": "T000002R008581", "___s": true }, { @@ -82274,7 +82455,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Gets a Post Pipeline instance from this Game Object, based on the given name, and returns it.", @@ -82354,7 +82535,7 @@ "memberof": "Phaser.GameObjects.Components.PostPipeline", "longname": "Phaser.GameObjects.Components.PostPipeline#getPostPipeline", "scope": "instance", - "___id": "T000002R008565", + "___id": "T000002R008585", "___s": true }, { @@ -82363,7 +82544,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Resets the WebGL Post Pipelines of this Game Object. It does this by calling\rthe `destroy` method on each post pipeline and then clearing the local array.", @@ -82397,7 +82578,7 @@ "memberof": "Phaser.GameObjects.Components.PostPipeline", "longname": "Phaser.GameObjects.Components.PostPipeline#resetPostPipeline", "scope": "instance", - "___id": "T000002R008572", + "___id": "T000002R008592", "___s": true }, { @@ -82406,7 +82587,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Removes a type of Post Pipeline instances from this Game Object, based on the given name, and destroys them.\r\rIf you wish to remove all Post Pipelines use the `resetPostPipeline` method instead.", @@ -82463,7 +82644,7 @@ "memberof": "Phaser.GameObjects.Components.PostPipeline", "longname": "Phaser.GameObjects.Components.PostPipeline#removePostPipeline", "scope": "instance", - "___id": "T000002R008580", + "___id": "T000002R008600", "___s": true }, { @@ -82472,7 +82653,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Removes all Pre and Post FX Controllers from this Game Object.\r\rIf you wish to remove a single controller, use the `preFX.remove(fx)` or `postFX.remove(fx)` methods instead.\r\rIf you wish to clear a single controller, use the `preFX.clear()` or `postFX.clear()` methods instead.", @@ -82504,7 +82685,7 @@ "memberof": "Phaser.GameObjects.Components.PostPipeline", "longname": "Phaser.GameObjects.Components.PostPipeline#clearFX", "scope": "instance", - "___id": "T000002R008587", + "___id": "T000002R008607", "___s": true }, { @@ -82513,7 +82694,7 @@ "filename": "ScrollFactor.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Provides methods used for getting and setting the Scroll Factor of a Game Object.", @@ -82523,7 +82704,7 @@ "memberof": "Phaser.GameObjects.Components", "longname": "Phaser.GameObjects.Components.ScrollFactor", "scope": "static", - "___id": "T000002R008590", + "___id": "T000002R008610", "___s": true }, { @@ -82532,7 +82713,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The horizontal scroll factor of this Game Object.\r\rThe scroll factor controls the influence of the movement of a Camera upon this Game Object.\r\rWhen a camera scrolls it will change the location at which this Game Object is rendered on-screen.\rIt does not change the Game Objects actual position values.\r\rA value of 1 means it will move exactly in sync with a camera.\rA value of 0 means it will not move at all, even if the camera moves.\rOther values control the degree to which the camera movement is mapped to this Game Object.\r\rPlease be aware that scroll factor values other than 1 are not taken in to consideration when\rcalculating physics collisions. Bodies always collide based on their world position, but changing\rthe scroll factor is a visual adjustment to where the textures are rendered, which can offset\rthem from physics bodies if not accounted for in your code.", @@ -82552,7 +82733,7 @@ "longname": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "scope": "instance", "kind": "member", - "___id": "T000002R008592", + "___id": "T000002R008612", "___s": true }, { @@ -82561,7 +82742,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The vertical scroll factor of this Game Object.\r\rThe scroll factor controls the influence of the movement of a Camera upon this Game Object.\r\rWhen a camera scrolls it will change the location at which this Game Object is rendered on-screen.\rIt does not change the Game Objects actual position values.\r\rA value of 1 means it will move exactly in sync with a camera.\rA value of 0 means it will not move at all, even if the camera moves.\rOther values control the degree to which the camera movement is mapped to this Game Object.\r\rPlease be aware that scroll factor values other than 1 are not taken in to consideration when\rcalculating physics collisions. Bodies always collide based on their world position, but changing\rthe scroll factor is a visual adjustment to where the textures are rendered, which can offset\rthem from physics bodies if not accounted for in your code.", @@ -82581,7 +82762,7 @@ "longname": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "scope": "instance", "kind": "member", - "___id": "T000002R008594", + "___id": "T000002R008614", "___s": true }, { @@ -82590,7 +82771,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the scroll factor of this Game Object.\r\rThe scroll factor controls the influence of the movement of a Camera upon this Game Object.\r\rWhen a camera scrolls it will change the location at which this Game Object is rendered on-screen.\rIt does not change the Game Objects actual position values.\r\rA value of 1 means it will move exactly in sync with a camera.\rA value of 0 means it will not move at all, even if the camera moves.\rOther values control the degree to which the camera movement is mapped to this Game Object.\r\rPlease be aware that scroll factor values other than 1 are not taken in to consideration when\rcalculating physics collisions. Bodies always collide based on their world position, but changing\rthe scroll factor is a visual adjustment to where the textures are rendered, which can offset\rthem from physics bodies if not accounted for in your code.", @@ -82645,7 +82826,7 @@ "memberof": "Phaser.GameObjects.Components.ScrollFactor", "longname": "Phaser.GameObjects.Components.ScrollFactor#setScrollFactor", "scope": "instance", - "___id": "T000002R008596", + "___id": "T000002R008616", "___s": true }, { @@ -82654,7 +82835,7 @@ "filename": "Size.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Provides methods used for getting and setting the size of a Game Object.", @@ -82664,7 +82845,7 @@ "memberof": "Phaser.GameObjects.Components", "longname": "Phaser.GameObjects.Components.Size", "scope": "static", - "___id": "T000002R008602", + "___id": "T000002R008622", "___s": true }, { @@ -82673,7 +82854,7 @@ "filename": "Size.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The native (un-scaled) width of this Game Object.\r\rChanging this value will not change the size that the Game Object is rendered in-game.\rFor that you need to either set the scale of the Game Object (`setScale`) or use\rthe `displayWidth` property.", @@ -82692,7 +82873,7 @@ "longname": "Phaser.GameObjects.Components.Size#width", "scope": "instance", "kind": "member", - "___id": "T000002R008606", + "___id": "T000002R008626", "___s": true }, { @@ -82701,7 +82882,7 @@ "filename": "Size.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The native (un-scaled) height of this Game Object.\r\rChanging this value will not change the size that the Game Object is rendered in-game.\rFor that you need to either set the scale of the Game Object (`setScale`) or use\rthe `displayHeight` property.", @@ -82720,7 +82901,7 @@ "longname": "Phaser.GameObjects.Components.Size#height", "scope": "instance", "kind": "member", - "___id": "T000002R008608", + "___id": "T000002R008628", "___s": true }, { @@ -82729,7 +82910,7 @@ "filename": "Size.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The displayed width of this Game Object.\r\rThis value takes into account the scale factor.\r\rSetting this value will adjust the Game Object's scale property.", @@ -82748,7 +82929,7 @@ "longname": "Phaser.GameObjects.Components.Size#displayWidth", "scope": "instance", "kind": "member", - "___id": "T000002R008610", + "___id": "T000002R008630", "___s": true }, { @@ -82757,7 +82938,7 @@ "filename": "Size.js", "lineno": 78, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The displayed height of this Game Object.\r\rThis value takes into account the scale factor.\r\rSetting this value will adjust the Game Object's scale property.", @@ -82776,7 +82957,7 @@ "longname": "Phaser.GameObjects.Components.Size#displayHeight", "scope": "instance", "kind": "member", - "___id": "T000002R008615", + "___id": "T000002R008635", "___s": true }, { @@ -82785,7 +82966,7 @@ "filename": "Size.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the size of this Game Object to be that of the given Frame.\r\rThis will not change the size that the Game Object is rendered in-game.\rFor that you need to either set the scale of the Game Object (`setScale`) or call the\r`setDisplaySize` method, which is the same thing as changing the scale but allows you\rto do so by giving pixel values.\r\rIf you have enabled this Game Object for input, changing the size will _not_ change the\rsize of the hit area. To do this you should adjust the `input.hitArea` object directly.", @@ -82836,7 +83017,7 @@ "memberof": "Phaser.GameObjects.Components.Size", "longname": "Phaser.GameObjects.Components.Size#setSizeToFrame", "scope": "instance", - "___id": "T000002R008620", + "___id": "T000002R008640", "___s": true }, { @@ -82845,7 +83026,7 @@ "filename": "Size.js", "lineno": 139, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the internal size of this Game Object, as used for frame or physics body creation.\r\rThis will not change the size that the Game Object is rendered in-game.\rFor that you need to either set the scale of the Game Object (`setScale`) or call the\r`setDisplaySize` method, which is the same thing as changing the scale but allows you\rto do so by giving pixel values.\r\rIf you have enabled this Game Object for input, changing the size will _not_ change the\rsize of the hit area. To do this you should adjust the `input.hitArea` object directly.", @@ -82898,7 +83079,7 @@ "memberof": "Phaser.GameObjects.Components.Size", "longname": "Phaser.GameObjects.Components.Size#setSize", "scope": "instance", - "___id": "T000002R008628", + "___id": "T000002R008648", "___s": true }, { @@ -82907,7 +83088,7 @@ "filename": "Size.js", "lineno": 166, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the display size of this Game Object.\r\rCalling this will adjust the scale.", @@ -82960,7 +83141,7 @@ "memberof": "Phaser.GameObjects.Components.Size", "longname": "Phaser.GameObjects.Components.Size#setDisplaySize", "scope": "instance", - "___id": "T000002R008632", + "___id": "T000002R008652", "___s": true }, { @@ -82969,7 +83150,7 @@ "filename": "Texture.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Provides methods used for getting and setting the texture of a Game Object.", @@ -82979,7 +83160,7 @@ "memberof": "Phaser.GameObjects.Components", "longname": "Phaser.GameObjects.Components.Texture", "scope": "static", - "___id": "T000002R008639", + "___id": "T000002R008659", "___s": true }, { @@ -82988,7 +83169,7 @@ "filename": "Texture.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The Texture this Game Object is using to render with.", @@ -83017,7 +83198,7 @@ "longname": "Phaser.GameObjects.Components.Texture#texture", "scope": "instance", "kind": "member", - "___id": "T000002R008641", + "___id": "T000002R008661", "___s": true }, { @@ -83026,7 +83207,7 @@ "filename": "Texture.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The Texture Frame this Game Object is using to render with.", @@ -83045,7 +83226,7 @@ "longname": "Phaser.GameObjects.Components.Texture#frame", "scope": "instance", "kind": "member", - "___id": "T000002R008643", + "___id": "T000002R008663", "___s": true }, { @@ -83054,7 +83235,7 @@ "filename": "Texture.js", "lineno": 49, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the texture and frame this Game Object will use to render with.\r\rTextures are referenced by their string-based keys, as stored in the Texture Manager.\r\rCalling this method will modify the `width` and `height` properties of your Game Object.\r\rIt will also change the `origin` if the Frame has a custom pivot point, as exported from packages like Texture Packer.", @@ -83158,7 +83339,7 @@ "memberof": "Phaser.GameObjects.Components.Texture", "longname": "Phaser.GameObjects.Components.Texture#setTexture", "scope": "instance", - "___id": "T000002R008647", + "___id": "T000002R008667", "___s": true }, { @@ -83167,7 +83348,7 @@ "filename": "Texture.js", "lineno": 75, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the frame this Game Object will use to render with.\r\rIf you pass a string or index then the Frame has to belong to the current Texture being used\rby this Game Object.\r\rIf you pass a Frame instance, then the Texture being used by this Game Object will also be updated.\r\rCalling `setFrame` will modify the `width` and `height` properties of your Game Object.\r\rIt will also change the `origin` if the Frame has a custom pivot point, as exported from packages like Texture Packer.", @@ -83252,7 +83433,7 @@ "memberof": "Phaser.GameObjects.Components.Texture", "longname": "Phaser.GameObjects.Components.Texture#setFrame", "scope": "instance", - "___id": "T000002R008650", + "___id": "T000002R008670", "___s": true }, { @@ -83261,7 +83442,7 @@ "filename": "TextureCrop.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Provides methods used for getting and setting the texture of a Game Object.", @@ -83271,7 +83452,7 @@ "memberof": "Phaser.GameObjects.Components", "longname": "Phaser.GameObjects.Components.TextureCrop", "scope": "static", - "___id": "T000002R008662", + "___id": "T000002R008682", "___s": true }, { @@ -83280,7 +83461,7 @@ "filename": "TextureCrop.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The Texture this Game Object is using to render with.", @@ -83309,7 +83490,7 @@ "longname": "Phaser.GameObjects.Components.TextureCrop#texture", "scope": "instance", "kind": "member", - "___id": "T000002R008664", + "___id": "T000002R008684", "___s": true }, { @@ -83318,7 +83499,7 @@ "filename": "TextureCrop.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The Texture Frame this Game Object is using to render with.", @@ -83337,7 +83518,7 @@ "longname": "Phaser.GameObjects.Components.TextureCrop#frame", "scope": "instance", "kind": "member", - "___id": "T000002R008666", + "___id": "T000002R008686", "___s": true }, { @@ -83346,7 +83527,7 @@ "filename": "TextureCrop.js", "lineno": 39, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "A boolean flag indicating if this Game Object is being cropped or not.\rYou can toggle this at any time after `setCrop` has been called, to turn cropping on or off.\rEqually, calling `setCrop` with no arguments will reset the crop and disable it.", @@ -83365,7 +83546,7 @@ "longname": "Phaser.GameObjects.Components.TextureCrop#isCropped", "scope": "instance", "kind": "member", - "___id": "T000002R008668", + "___id": "T000002R008688", "___s": true }, { @@ -83374,7 +83555,7 @@ "filename": "TextureCrop.js", "lineno": 50, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Applies a crop to a texture based Game Object, such as a Sprite or Image.\r\rThe crop is a rectangle that limits the area of the texture frame that is visible during rendering.\r\rCropping a Game Object does not change its size, dimensions, physics body or hit area, it just\rchanges what is shown when rendered.\r\rThe crop size as well as coordinates can not exceed the the size of the texture frame.\r\rThe crop coordinates are relative to the texture frame, not the Game Object, meaning 0 x 0 is the top-left.\r\rTherefore, if you had a Game Object that had an 800x600 sized texture, and you wanted to show only the left\rhalf of it, you could call `setCrop(0, 0, 400, 600)`.\r\rIt is also scaled to match the Game Object scale automatically. Therefore a crop rectangle of 100x50 would crop\ran area of 200x100 when applied to a Game Object that had a scale factor of 2.\r\rYou can either pass in numeric values directly, or you can provide a single Rectangle object as the first argument.\r\rCall this method with no arguments at all to reset the crop, or toggle the property `isCropped` to `false`.\r\rYou should do this if the crop rectangle becomes the same size as the frame itself, as it will allow\rthe renderer to skip several internal calculations.", @@ -83467,7 +83648,7 @@ "memberof": "Phaser.GameObjects.Components.TextureCrop", "longname": "Phaser.GameObjects.Components.TextureCrop#setCrop", "scope": "instance", - "___id": "T000002R008670", + "___id": "T000002R008690", "___s": true }, { @@ -83476,7 +83657,7 @@ "filename": "TextureCrop.js", "lineno": 110, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the texture and frame this Game Object will use to render with.\r\rTextures are referenced by their string-based keys, as stored in the Texture Manager.", @@ -83540,7 +83721,7 @@ "memberof": "Phaser.GameObjects.Components.TextureCrop", "longname": "Phaser.GameObjects.Components.TextureCrop#setTexture", "scope": "instance", - "___id": "T000002R008675", + "___id": "T000002R008695", "___s": true }, { @@ -83549,7 +83730,7 @@ "filename": "TextureCrop.js", "lineno": 130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the frame this Game Object will use to render with.\r\rIf you pass a string or index then the Frame has to belong to the current Texture being used\rby this Game Object.\r\rIf you pass a Frame instance, then the Texture being used by this Game Object will also be updated.\r\rCalling `setFrame` will modify the `width` and `height` properties of your Game Object.\r\rIt will also change the `origin` if the Frame has a custom pivot point, as exported from packages like Texture Packer.", @@ -83634,7 +83815,7 @@ "memberof": "Phaser.GameObjects.Components.TextureCrop", "longname": "Phaser.GameObjects.Components.TextureCrop#setFrame", "scope": "instance", - "___id": "T000002R008678", + "___id": "T000002R008698", "___s": true }, { @@ -83643,7 +83824,7 @@ "filename": "Tint.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Provides methods used for setting the tint of a Game Object.\rShould be applied as a mixin and not used directly.", @@ -83660,7 +83841,7 @@ "memberof": "Phaser.GameObjects.Components", "longname": "Phaser.GameObjects.Components.Tint", "scope": "static", - "___id": "T000002R008704", + "___id": "T000002R008724", "___s": true }, { @@ -83669,7 +83850,7 @@ "filename": "Tint.js", "lineno": 18, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The tint value being applied to the top-left vertice of the Game Object.\rThis value is interpolated from the corner to the center of the Game Object.\rThe value should be set as a hex number, i.e. 0xff0000 for red, or 0xff00ff for purple.", @@ -83689,7 +83870,7 @@ "longname": "Phaser.GameObjects.Components.Tint#tintTopLeft", "scope": "instance", "kind": "member", - "___id": "T000002R008706", + "___id": "T000002R008726", "___s": true }, { @@ -83698,7 +83879,7 @@ "filename": "Tint.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The tint value being applied to the top-right vertice of the Game Object.\rThis value is interpolated from the corner to the center of the Game Object.\rThe value should be set as a hex number, i.e. 0xff0000 for red, or 0xff00ff for purple.", @@ -83718,7 +83899,7 @@ "longname": "Phaser.GameObjects.Components.Tint#tintTopRight", "scope": "instance", "kind": "member", - "___id": "T000002R008708", + "___id": "T000002R008728", "___s": true }, { @@ -83727,7 +83908,7 @@ "filename": "Tint.js", "lineno": 42, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The tint value being applied to the bottom-left vertice of the Game Object.\rThis value is interpolated from the corner to the center of the Game Object.\rThe value should be set as a hex number, i.e. 0xff0000 for red, or 0xff00ff for purple.", @@ -83747,7 +83928,7 @@ "longname": "Phaser.GameObjects.Components.Tint#tintBottomLeft", "scope": "instance", "kind": "member", - "___id": "T000002R008710", + "___id": "T000002R008730", "___s": true }, { @@ -83756,7 +83937,7 @@ "filename": "Tint.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The tint value being applied to the bottom-right vertice of the Game Object.\rThis value is interpolated from the corner to the center of the Game Object.\rThe value should be set as a hex number, i.e. 0xff0000 for red, or 0xff00ff for purple.", @@ -83776,7 +83957,7 @@ "longname": "Phaser.GameObjects.Components.Tint#tintBottomRight", "scope": "instance", "kind": "member", - "___id": "T000002R008712", + "___id": "T000002R008732", "___s": true }, { @@ -83785,7 +83966,7 @@ "filename": "Tint.js", "lineno": 66, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The tint fill mode.\r\r`false` = An additive tint (the default), where vertices colors are blended with the texture.\r`true` = A fill tint, where the vertices colors replace the texture, but respects texture alpha.", @@ -83805,7 +83986,7 @@ "longname": "Phaser.GameObjects.Components.Tint#tintFill", "scope": "instance", "kind": "member", - "___id": "T000002R008714", + "___id": "T000002R008734", "___s": true }, { @@ -83814,7 +83995,7 @@ "filename": "Tint.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Clears all tint values associated with this Game Object.\r\rImmediately sets the color values back to 0xffffff and the tint type to 'additive',\rwhich results in no visible change to the texture.", @@ -83846,7 +84027,7 @@ "memberof": "Phaser.GameObjects.Components.Tint", "longname": "Phaser.GameObjects.Components.Tint#clearTint", "scope": "instance", - "___id": "T000002R008716", + "___id": "T000002R008736", "___s": true }, { @@ -83855,7 +84036,7 @@ "filename": "Tint.js", "lineno": 98, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets an additive tint on this Game Object.\r\rThe tint works by taking the pixel color values from the Game Objects texture, and then\rmultiplying it by the color value of the tint. You can provide either one color value,\rin which case the whole Game Object will be tinted in that color. Or you can provide a color\rper corner. The colors are blended together across the extent of the Game Object.\r\rTo modify the tint color once set, either call this method again with new values or use the\r`tint` property to set all colors at once. Or, use the properties `tintTopLeft`, `tintTopRight,\r`tintBottomLeft` and `tintBottomRight` to set the corner color values independently.\r\rTo remove a tint call `clearTint`.\r\rTo swap this from being an additive tint to a fill based tint set the property `tintFill` to `true`.", @@ -83946,7 +84127,7 @@ "memberof": "Phaser.GameObjects.Components.Tint", "longname": "Phaser.GameObjects.Components.Tint#setTint", "scope": "instance", - "___id": "T000002R008718", + "___id": "T000002R008738", "___s": true }, { @@ -83955,7 +84136,7 @@ "filename": "Tint.js", "lineno": 146, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets a fill-based tint on this Game Object.\r\rUnlike an additive tint, a fill-tint literally replaces the pixel colors from the texture\rwith those in the tint. You can use this for effects such as making a player flash 'white'\rif hit by something. You can provide either one color value, in which case the whole\rGame Object will be rendered in that color. Or you can provide a color per corner. The colors\rare blended together across the extent of the Game Object.\r\rTo modify the tint color once set, either call this method again with new values or use the\r`tint` property to set all colors at once. Or, use the properties `tintTopLeft`, `tintTopRight,\r`tintBottomLeft` and `tintBottomRight` to set the corner color values independently.\r\rTo remove a tint call `clearTint`.\r\rTo swap this from being a fill-tint to an additive tint set the property `tintFill` to `false`.", @@ -84046,7 +84227,7 @@ "memberof": "Phaser.GameObjects.Components.Tint", "longname": "Phaser.GameObjects.Components.Tint#setTintFill", "scope": "instance", - "___id": "T000002R008729", + "___id": "T000002R008749", "___s": true }, { @@ -84055,7 +84236,7 @@ "filename": "Tint.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The tint value being applied to the whole of the Game Object.\rReturn `tintTopLeft` when read this tint property.", @@ -84081,7 +84262,7 @@ "longname": "Phaser.GameObjects.Components.Tint#tint", "scope": "instance", "kind": "member", - "___id": "T000002R008732", + "___id": "T000002R008752", "___s": true }, { @@ -84090,7 +84271,7 @@ "filename": "Tint.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Does this Game Object have a tint applied?\r\rIt checks to see if the 4 tint properties are set to the value 0xffffff\rand that the `tintFill` property is `false`. This indicates that a Game Object isn't tinted.", @@ -84117,7 +84298,7 @@ "longname": "Phaser.GameObjects.Components.Tint#isTinted", "scope": "instance", "kind": "member", - "___id": "T000002R008736", + "___id": "T000002R008756", "___s": true }, { @@ -84126,7 +84307,7 @@ "filename": "ToJSON.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Build a JSON representation of the given Game Object.\r\rThis is typically extended further by Game Object specific implementations.", @@ -84165,7 +84346,7 @@ "memberof": "Phaser.GameObjects.Components", "longname": "Phaser.GameObjects.Components.ToJSON", "scope": "static", - "___id": "T000002R008741", + "___id": "T000002R008761", "___s": true }, { @@ -84174,7 +84355,7 @@ "filename": "Transform.js", "lineno": 17, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Provides methods used for getting and setting the position, scale and rotation of a Game Object.", @@ -84184,7 +84365,7 @@ "memberof": "Phaser.GameObjects.Components", "longname": "Phaser.GameObjects.Components.Transform", "scope": "static", - "___id": "T000002R008774", + "___id": "T000002R008794", "___s": true }, { @@ -84193,7 +84374,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "A property indicating that a Game Object has this component.", @@ -84214,7 +84395,7 @@ "longname": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "scope": "instance", "kind": "member", - "___id": "T000002R008776", + "___id": "T000002R008796", "___s": true }, { @@ -84223,7 +84404,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The x position of this Game Object.", @@ -84243,7 +84424,7 @@ "longname": "Phaser.GameObjects.Components.Transform#x", "scope": "instance", "kind": "member", - "___id": "T000002R008784", + "___id": "T000002R008804", "___s": true }, { @@ -84252,7 +84433,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The y position of this Game Object.", @@ -84272,7 +84453,7 @@ "longname": "Phaser.GameObjects.Components.Transform#y", "scope": "instance", "kind": "member", - "___id": "T000002R008786", + "___id": "T000002R008806", "___s": true }, { @@ -84281,7 +84462,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The z position of this Game Object.\r\rNote: The z position does not control the rendering order of 2D Game Objects. Use\r{@link Phaser.GameObjects.Components.Depth#depth} instead.", @@ -84301,7 +84482,7 @@ "longname": "Phaser.GameObjects.Components.Transform#z", "scope": "instance", "kind": "member", - "___id": "T000002R008788", + "___id": "T000002R008808", "___s": true }, { @@ -84310,7 +84491,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The w position of this Game Object.", @@ -84330,7 +84511,7 @@ "longname": "Phaser.GameObjects.Components.Transform#w", "scope": "instance", "kind": "member", - "___id": "T000002R008790", + "___id": "T000002R008810", "___s": true }, { @@ -84339,7 +84520,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "This is a special setter that allows you to set both the horizontal and vertical scale of this Game Object\rto the same value, at the same time. When reading this value the result returned is `(scaleX + scaleY) / 2`.\r\rUse of this property implies you wish the horizontal and vertical scales to be equal to each other. If this\risn't the case, use the `scaleX` or `scaleY` properties instead.", @@ -84359,7 +84540,7 @@ "longname": "Phaser.GameObjects.Components.Transform#scale", "scope": "instance", "kind": "member", - "___id": "T000002R008792", + "___id": "T000002R008812", "___s": true }, { @@ -84368,7 +84549,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The horizontal scale of this Game Object.", @@ -84388,7 +84569,7 @@ "longname": "Phaser.GameObjects.Components.Transform#scaleX", "scope": "instance", "kind": "member", - "___id": "T000002R008800", + "___id": "T000002R008820", "___s": true }, { @@ -84397,7 +84578,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The vertical scale of this Game Object.", @@ -84417,7 +84598,7 @@ "longname": "Phaser.GameObjects.Components.Transform#scaleY", "scope": "instance", "kind": "member", - "___id": "T000002R008807", + "___id": "T000002R008827", "___s": true }, { @@ -84426,7 +84607,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The angle of this Game Object as expressed in degrees.\r\rPhaser uses a right-hand clockwise rotation system, where 0 is right, 90 is down, 180/-180 is left\rand -90 is up.\r\rIf you prefer to work in radians, see the `rotation` property instead.", @@ -84446,7 +84627,7 @@ "longname": "Phaser.GameObjects.Components.Transform#angle", "scope": "instance", "kind": "member", - "___id": "T000002R008814", + "___id": "T000002R008834", "___s": true }, { @@ -84455,7 +84636,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The angle of this Game Object in radians.\r\rPhaser uses a right-hand clockwise rotation system, where 0 is right, PI/2 is down, +-PI is left\rand -PI/2 is up.\r\rIf you prefer to work in degrees, see the `angle` property instead.", @@ -84475,7 +84656,7 @@ "longname": "Phaser.GameObjects.Components.Transform#rotation", "scope": "instance", "kind": "member", - "___id": "T000002R008819", + "___id": "T000002R008839", "___s": true }, { @@ -84484,7 +84665,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the position of this Game Object.", @@ -84571,7 +84752,7 @@ "memberof": "Phaser.GameObjects.Components.Transform", "longname": "Phaser.GameObjects.Components.Transform#setPosition", "scope": "instance", - "___id": "T000002R008824", + "___id": "T000002R008844", "___s": true }, { @@ -84580,7 +84761,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Copies an object's coordinates to this Game Object's position.", @@ -84635,7 +84816,7 @@ "memberof": "Phaser.GameObjects.Components.Transform", "longname": "Phaser.GameObjects.Components.Transform#copyPosition", "scope": "instance", - "___id": "T000002R008834", + "___id": "T000002R008854", "___s": true }, { @@ -84644,7 +84825,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the position of this Game Object to be a random position within the confines of\rthe given area.\r\rIf no area is specified a random position between 0 x 0 and the game width x height is used instead.\r\rThe position does not factor in the size of this Game Object, meaning that only the origin is\rguaranteed to be within the area.", @@ -84729,7 +84910,7 @@ "memberof": "Phaser.GameObjects.Components.Transform", "longname": "Phaser.GameObjects.Components.Transform#setRandomPosition", "scope": "instance", - "___id": "T000002R008840", + "___id": "T000002R008860", "___s": true }, { @@ -84738,7 +84919,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the rotation of this Game Object.", @@ -84780,7 +84961,7 @@ "memberof": "Phaser.GameObjects.Components.Transform", "longname": "Phaser.GameObjects.Components.Transform#setRotation", "scope": "instance", - "___id": "T000002R008848", + "___id": "T000002R008868", "___s": true }, { @@ -84789,7 +84970,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the angle of this Game Object.", @@ -84831,7 +85012,7 @@ "memberof": "Phaser.GameObjects.Components.Transform", "longname": "Phaser.GameObjects.Components.Transform#setAngle", "scope": "instance", - "___id": "T000002R008852", + "___id": "T000002R008872", "___s": true }, { @@ -84840,7 +85021,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the scale of this Game Object.", @@ -84897,7 +85078,7 @@ "memberof": "Phaser.GameObjects.Components.Transform", "longname": "Phaser.GameObjects.Components.Transform#setScale", "scope": "instance", - "___id": "T000002R008856", + "___id": "T000002R008876", "___s": true }, { @@ -84906,7 +85087,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the x position of this Game Object.", @@ -84948,7 +85129,7 @@ "memberof": "Phaser.GameObjects.Components.Transform", "longname": "Phaser.GameObjects.Components.Transform#setX", "scope": "instance", - "___id": "T000002R008862", + "___id": "T000002R008882", "___s": true }, { @@ -84957,7 +85138,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the y position of this Game Object.", @@ -84999,7 +85180,7 @@ "memberof": "Phaser.GameObjects.Components.Transform", "longname": "Phaser.GameObjects.Components.Transform#setY", "scope": "instance", - "___id": "T000002R008866", + "___id": "T000002R008886", "___s": true }, { @@ -85008,7 +85189,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the z position of this Game Object.\r\rNote: The z position does not control the rendering order of 2D Game Objects. Use\r{@link Phaser.GameObjects.Components.Depth#setDepth} instead.", @@ -85050,7 +85231,7 @@ "memberof": "Phaser.GameObjects.Components.Transform", "longname": "Phaser.GameObjects.Components.Transform#setZ", "scope": "instance", - "___id": "T000002R008870", + "___id": "T000002R008890", "___s": true }, { @@ -85059,7 +85240,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the w position of this Game Object.", @@ -85101,7 +85282,7 @@ "memberof": "Phaser.GameObjects.Components.Transform", "longname": "Phaser.GameObjects.Components.Transform#setW", "scope": "instance", - "___id": "T000002R008874", + "___id": "T000002R008894", "___s": true }, { @@ -85110,7 +85291,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Gets the local transform matrix for this Game Object.", @@ -85150,7 +85331,7 @@ "memberof": "Phaser.GameObjects.Components.Transform", "longname": "Phaser.GameObjects.Components.Transform#getLocalTransformMatrix", "scope": "instance", - "___id": "T000002R008878", + "___id": "T000002R008898", "___s": true }, { @@ -85159,7 +85340,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Gets the world transform matrix for this Game Object, factoring in any parent Containers.", @@ -85213,7 +85394,7 @@ "memberof": "Phaser.GameObjects.Components.Transform", "longname": "Phaser.GameObjects.Components.Transform#getWorldTransformMatrix", "scope": "instance", - "___id": "T000002R008881", + "___id": "T000002R008901", "___s": true }, { @@ -85222,7 +85403,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Takes the given `x` and `y` coordinates and converts them into local space for this\rGame Object, taking into account parent and local transforms, and the Display Origin.\r\rThe returned Vector2 contains the translated point in its properties.\r\rA Camera needs to be provided in order to handle modified scroll factors. If no\rcamera is specified, it will use the `main` camera from the Scene to which this\rGame Object belongs.", @@ -85302,7 +85483,7 @@ "memberof": "Phaser.GameObjects.Components.Transform", "longname": "Phaser.GameObjects.Components.Transform#getLocalPoint", "scope": "instance", - "___id": "T000002R008887", + "___id": "T000002R008907", "___s": true }, { @@ -85311,7 +85492,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Gets the sum total rotation of all of this Game Objects parent Containers.\r\rThe returned value is in radians and will be zero if this Game Object has no parent container.", @@ -85335,7 +85516,7 @@ "memberof": "Phaser.GameObjects.Components.Transform", "longname": "Phaser.GameObjects.Components.Transform#getParentRotation", "scope": "instance", - "___id": "T000002R008897", + "___id": "T000002R008917", "___s": true }, { @@ -85344,7 +85525,7 @@ "filename": "TransformMatrix.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "classdesc": "A Matrix used for display transformations for rendering.\r\rIt is represented like so:\r\r```\r| a | c | tx |\r| b | d | ty |\r| 0 | 0 | 1 |\r```", @@ -85446,7 +85627,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Components.TransformMatrix", - "___id": "T000002R008907", + "___id": "T000002R008927", "___s": true }, { @@ -85455,7 +85636,7 @@ "filename": "TransformMatrix.js", "lineno": 48, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The matrix values.", @@ -85474,7 +85655,7 @@ "longname": "Phaser.GameObjects.Components.TransformMatrix#matrix", "scope": "instance", "kind": "member", - "___id": "T000002R008916", + "___id": "T000002R008936", "___s": true }, { @@ -85483,7 +85664,7 @@ "filename": "TransformMatrix.js", "lineno": 57, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The decomposed matrix.", @@ -85502,7 +85683,7 @@ "longname": "Phaser.GameObjects.Components.TransformMatrix#decomposedMatrix", "scope": "instance", "kind": "member", - "___id": "T000002R008918", + "___id": "T000002R008938", "___s": true }, { @@ -85511,7 +85692,7 @@ "filename": "TransformMatrix.js", "lineno": 72, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The temporary quad value cache.", @@ -85530,7 +85711,7 @@ "longname": "Phaser.GameObjects.Components.TransformMatrix#quad", "scope": "instance", "kind": "member", - "___id": "T000002R008925", + "___id": "T000002R008945", "___s": true }, { @@ -85539,7 +85720,7 @@ "filename": "TransformMatrix.js", "lineno": 82, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The Scale X value.", @@ -85558,7 +85739,7 @@ "longname": "Phaser.GameObjects.Components.TransformMatrix#a", "scope": "instance", "kind": "member", - "___id": "T000002R008927", + "___id": "T000002R008947", "___s": true }, { @@ -85567,7 +85748,7 @@ "filename": "TransformMatrix.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The Skew Y value.", @@ -85586,7 +85767,7 @@ "longname": "Phaser.GameObjects.Components.TransformMatrix#b", "scope": "instance", "kind": "member", - "___id": "T000002R008932", + "___id": "T000002R008952", "___s": true }, { @@ -85595,7 +85776,7 @@ "filename": "TransformMatrix.js", "lineno": 124, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The Skew X value.", @@ -85614,7 +85795,7 @@ "longname": "Phaser.GameObjects.Components.TransformMatrix#c", "scope": "instance", "kind": "member", - "___id": "T000002R008937", + "___id": "T000002R008957", "___s": true }, { @@ -85623,7 +85804,7 @@ "filename": "TransformMatrix.js", "lineno": 145, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The Scale Y value.", @@ -85642,7 +85823,7 @@ "longname": "Phaser.GameObjects.Components.TransformMatrix#d", "scope": "instance", "kind": "member", - "___id": "T000002R008942", + "___id": "T000002R008962", "___s": true }, { @@ -85651,7 +85832,7 @@ "filename": "TransformMatrix.js", "lineno": 166, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The Translate X value.", @@ -85670,7 +85851,7 @@ "longname": "Phaser.GameObjects.Components.TransformMatrix#e", "scope": "instance", "kind": "member", - "___id": "T000002R008947", + "___id": "T000002R008967", "___s": true }, { @@ -85679,7 +85860,7 @@ "filename": "TransformMatrix.js", "lineno": 187, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The Translate Y value.", @@ -85698,7 +85879,7 @@ "longname": "Phaser.GameObjects.Components.TransformMatrix#f", "scope": "instance", "kind": "member", - "___id": "T000002R008952", + "___id": "T000002R008972", "___s": true }, { @@ -85707,7 +85888,7 @@ "filename": "TransformMatrix.js", "lineno": 208, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The Translate X value.", @@ -85726,7 +85907,7 @@ "longname": "Phaser.GameObjects.Components.TransformMatrix#tx", "scope": "instance", "kind": "member", - "___id": "T000002R008957", + "___id": "T000002R008977", "___s": true }, { @@ -85735,7 +85916,7 @@ "filename": "TransformMatrix.js", "lineno": 229, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The Translate Y value.", @@ -85754,7 +85935,7 @@ "longname": "Phaser.GameObjects.Components.TransformMatrix#ty", "scope": "instance", "kind": "member", - "___id": "T000002R008962", + "___id": "T000002R008982", "___s": true }, { @@ -85763,7 +85944,7 @@ "filename": "TransformMatrix.js", "lineno": 250, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The rotation of the Matrix. Value is in radians.", @@ -85783,7 +85964,7 @@ "longname": "Phaser.GameObjects.Components.TransformMatrix#rotation", "scope": "instance", "kind": "member", - "___id": "T000002R008967", + "___id": "T000002R008987", "___s": true }, { @@ -85792,7 +85973,7 @@ "filename": "TransformMatrix.js", "lineno": 267, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The rotation of the Matrix, normalized to be within the Phaser right-handed\rclockwise rotation space. Value is in radians.", @@ -85812,7 +85993,7 @@ "longname": "Phaser.GameObjects.Components.TransformMatrix#rotationNormalized", "scope": "instance", "kind": "member", - "___id": "T000002R008970", + "___id": "T000002R008990", "___s": true }, { @@ -85821,7 +86002,7 @@ "filename": "TransformMatrix.js", "lineno": 307, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The decomposed horizontal scale of the Matrix. This value is always positive.", @@ -85841,7 +86022,7 @@ "longname": "Phaser.GameObjects.Components.TransformMatrix#scaleX", "scope": "instance", "kind": "member", - "___id": "T000002R008978", + "___id": "T000002R008998", "___s": true }, { @@ -85850,7 +86031,7 @@ "filename": "TransformMatrix.js", "lineno": 324, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The decomposed vertical scale of the Matrix. This value is always positive.", @@ -85870,7 +86051,7 @@ "longname": "Phaser.GameObjects.Components.TransformMatrix#scaleY", "scope": "instance", "kind": "member", - "___id": "T000002R008981", + "___id": "T000002R009001", "___s": true }, { @@ -85879,7 +86060,7 @@ "filename": "TransformMatrix.js", "lineno": 341, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Reset the Matrix to an identity matrix.", @@ -85904,7 +86085,7 @@ "memberof": "Phaser.GameObjects.Components.TransformMatrix", "longname": "Phaser.GameObjects.Components.TransformMatrix#loadIdentity", "scope": "instance", - "___id": "T000002R008984", + "___id": "T000002R009004", "___s": true }, { @@ -85913,7 +86094,7 @@ "filename": "TransformMatrix.js", "lineno": 363, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Translate the Matrix.", @@ -85966,7 +86147,7 @@ "memberof": "Phaser.GameObjects.Components.TransformMatrix", "longname": "Phaser.GameObjects.Components.TransformMatrix#translate", "scope": "instance", - "___id": "T000002R008993", + "___id": "T000002R009013", "___s": true }, { @@ -85975,7 +86156,7 @@ "filename": "TransformMatrix.js", "lineno": 384, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Scale the Matrix.", @@ -86028,7 +86209,7 @@ "memberof": "Phaser.GameObjects.Components.TransformMatrix", "longname": "Phaser.GameObjects.Components.TransformMatrix#scale", "scope": "instance", - "___id": "T000002R008998", + "___id": "T000002R009018", "___s": true }, { @@ -86037,7 +86218,7 @@ "filename": "TransformMatrix.js", "lineno": 407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Rotate the Matrix.", @@ -86077,7 +86258,7 @@ "memberof": "Phaser.GameObjects.Components.TransformMatrix", "longname": "Phaser.GameObjects.Components.TransformMatrix#rotate", "scope": "instance", - "___id": "T000002R009005", + "___id": "T000002R009025", "___s": true }, { @@ -86086,7 +86267,7 @@ "filename": "TransformMatrix.js", "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Multiply this Matrix by the given Matrix.\r\rIf an `out` Matrix is given then the results will be stored in it.\rIf it is not given, this matrix will be updated in place instead.\rUse an `out` Matrix if you do not wish to mutate this matrix.", @@ -86150,7 +86331,7 @@ "memberof": "Phaser.GameObjects.Components.TransformMatrix", "longname": "Phaser.GameObjects.Components.TransformMatrix#multiply", "scope": "instance", - "___id": "T000002R009018", + "___id": "T000002R009038", "___s": true }, { @@ -86159,7 +86340,7 @@ "filename": "TransformMatrix.js", "lineno": 483, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Multiply this Matrix by the matrix given, including the offset.\r\rThe offsetX is added to the tx value: `offsetX * a + offsetY * c + tx`.\rThe offsetY is added to the ty value: `offsetY * b + offsetY * d + ty`.", @@ -86225,7 +86406,7 @@ "memberof": "Phaser.GameObjects.Components.TransformMatrix", "longname": "Phaser.GameObjects.Components.TransformMatrix#multiplyWithOffset", "scope": "instance", - "___id": "T000002R009041", + "___id": "T000002R009061", "___s": true }, { @@ -86234,7 +86415,7 @@ "filename": "TransformMatrix.js", "lineno": 530, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Transform the Matrix.", @@ -86339,7 +86520,7 @@ "memberof": "Phaser.GameObjects.Components.TransformMatrix", "longname": "Phaser.GameObjects.Components.TransformMatrix#transform", "scope": "instance", - "___id": "T000002R009065", + "___id": "T000002R009085", "___s": true }, { @@ -86348,7 +86529,7 @@ "filename": "TransformMatrix.js", "lineno": 566, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Transform a point in to the local space of this Matrix.", @@ -86414,7 +86595,7 @@ "memberof": "Phaser.GameObjects.Components.TransformMatrix", "longname": "Phaser.GameObjects.Components.TransformMatrix#transformPoint", "scope": "instance", - "___id": "T000002R009080", + "___id": "T000002R009100", "___s": true }, { @@ -86423,7 +86604,7 @@ "filename": "TransformMatrix.js", "lineno": 597, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Invert the Matrix.", @@ -86448,7 +86629,7 @@ "memberof": "Phaser.GameObjects.Components.TransformMatrix", "longname": "Phaser.GameObjects.Components.TransformMatrix#invert", "scope": "instance", - "___id": "T000002R009094", + "___id": "T000002R009114", "___s": true }, { @@ -86457,7 +86638,7 @@ "filename": "TransformMatrix.js", "lineno": 628, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Set the values of this Matrix to copy those of the matrix given.", @@ -86497,7 +86678,7 @@ "memberof": "Phaser.GameObjects.Components.TransformMatrix", "longname": "Phaser.GameObjects.Components.TransformMatrix#copyFrom", "scope": "instance", - "___id": "T000002R009110", + "___id": "T000002R009130", "___s": true }, { @@ -86506,7 +86687,7 @@ "filename": "TransformMatrix.js", "lineno": 652, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Set the values of this Matrix to copy those of the array given.\rWhere array indexes 0, 1, 2, 3, 4 and 5 are mapped to a, b, c, d, e and f.", @@ -86546,7 +86727,7 @@ "memberof": "Phaser.GameObjects.Components.TransformMatrix", "longname": "Phaser.GameObjects.Components.TransformMatrix#copyFromArray", "scope": "instance", - "___id": "T000002R009119", + "___id": "T000002R009139", "___s": true }, { @@ -86555,7 +86736,7 @@ "filename": "TransformMatrix.js", "lineno": 677, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Copy the values from this Matrix to the given Canvas Rendering Context.\rThis will use the Context.transform method.", @@ -86594,7 +86775,7 @@ "memberof": "Phaser.GameObjects.Components.TransformMatrix", "longname": "Phaser.GameObjects.Components.TransformMatrix#copyToContext", "scope": "instance", - "___id": "T000002R009128", + "___id": "T000002R009148", "___s": true }, { @@ -86603,7 +86784,7 @@ "filename": "TransformMatrix.js", "lineno": 697, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Copy the values from this Matrix to the given Canvas Rendering Context.\rThis will use the Context.setTransform method.", @@ -86642,7 +86823,7 @@ "memberof": "Phaser.GameObjects.Components.TransformMatrix", "longname": "Phaser.GameObjects.Components.TransformMatrix#setToContext", "scope": "instance", - "___id": "T000002R009131", + "___id": "T000002R009151", "___s": true }, { @@ -86651,7 +86832,7 @@ "filename": "TransformMatrix.js", "lineno": 715, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Copy the values in this Matrix to the array given.\r\rWhere array indexes 0, 1, 2, 3, 4 and 5 are mapped to a, b, c, d, e and f.", @@ -86691,7 +86872,7 @@ "memberof": "Phaser.GameObjects.Components.TransformMatrix", "longname": "Phaser.GameObjects.Components.TransformMatrix#copyToArray", "scope": "instance", - "___id": "T000002R009133", + "___id": "T000002R009153", "___s": true }, { @@ -86700,7 +86881,7 @@ "filename": "TransformMatrix.js", "lineno": 748, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Set the values of this Matrix.", @@ -86805,7 +86986,7 @@ "memberof": "Phaser.GameObjects.Components.TransformMatrix", "longname": "Phaser.GameObjects.Components.TransformMatrix#setTransform", "scope": "instance", - "___id": "T000002R009143", + "___id": "T000002R009163", "___s": true }, { @@ -86814,7 +86995,7 @@ "filename": "TransformMatrix.js", "lineno": 777, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Decompose this Matrix into its translation, scale and rotation values using QR decomposition.\r\rThe result must be applied in the following order to reproduce the current matrix:\r\rtranslate -> rotate -> scale", @@ -86838,7 +87019,7 @@ "memberof": "Phaser.GameObjects.Components.TransformMatrix", "longname": "Phaser.GameObjects.Components.TransformMatrix#decomposeMatrix", "scope": "instance", - "___id": "T000002R009152", + "___id": "T000002R009172", "___s": true }, { @@ -86847,7 +87028,7 @@ "filename": "TransformMatrix.js", "lineno": 836, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Apply the identity, translate, rotate and scale operations on the Matrix.", @@ -86939,7 +87120,7 @@ "memberof": "Phaser.GameObjects.Components.TransformMatrix", "longname": "Phaser.GameObjects.Components.TransformMatrix#applyITRS", "scope": "instance", - "___id": "T000002R009174", + "___id": "T000002R009194", "___s": true }, { @@ -86948,7 +87129,7 @@ "filename": "TransformMatrix.js", "lineno": 870, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Takes the `x` and `y` values and returns a new position in the `output` vector that is the inverse of\rthe current matrix with its transformation applied.\r\rCan be used to translate points from world to local space.", @@ -87014,7 +87195,7 @@ "memberof": "Phaser.GameObjects.Components.TransformMatrix", "longname": "Phaser.GameObjects.Components.TransformMatrix#applyInverse", "scope": "instance", - "___id": "T000002R009185", + "___id": "T000002R009205", "___s": true }, { @@ -87023,7 +87204,7 @@ "filename": "TransformMatrix.js", "lineno": 906, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Performs the 8 calculations required to create the vertices of\ra quad based on this matrix and the given x/y/xw/yh values.\r\rThe result is stored in `TransformMatrix.quad`, which is returned\rfrom this method.", @@ -87130,7 +87311,7 @@ "memberof": "Phaser.GameObjects.Components.TransformMatrix", "longname": "Phaser.GameObjects.Components.TransformMatrix#setQuad", "scope": "instance", - "___id": "T000002R009198", + "___id": "T000002R009218", "___s": true }, { @@ -87139,7 +87320,7 @@ "filename": "TransformMatrix.js", "lineno": 971, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Returns the X component of this matrix multiplied by the given values.\rThis is the same as `x * a + y * c + e`.", @@ -87191,7 +87372,7 @@ "memberof": "Phaser.GameObjects.Components.TransformMatrix", "longname": "Phaser.GameObjects.Components.TransformMatrix#getX", "scope": "instance", - "___id": "T000002R009225", + "___id": "T000002R009245", "___s": true }, { @@ -87200,7 +87381,7 @@ "filename": "TransformMatrix.js", "lineno": 988, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Returns the Y component of this matrix multiplied by the given values.\rThis is the same as `x * b + y * d + f`.", @@ -87252,7 +87433,7 @@ "memberof": "Phaser.GameObjects.Components.TransformMatrix", "longname": "Phaser.GameObjects.Components.TransformMatrix#getY", "scope": "instance", - "___id": "T000002R009227", + "___id": "T000002R009247", "___s": true }, { @@ -87261,7 +87442,7 @@ "filename": "TransformMatrix.js", "lineno": 1005, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Returns the X component of this matrix multiplied by the given values.\r\rThis is the same as `x * a + y * c + e`, optionally passing via `Math.round`.", @@ -87328,7 +87509,7 @@ "memberof": "Phaser.GameObjects.Components.TransformMatrix", "longname": "Phaser.GameObjects.Components.TransformMatrix#getXRound", "scope": "instance", - "___id": "T000002R009229", + "___id": "T000002R009249", "___s": true }, { @@ -87337,7 +87518,7 @@ "filename": "TransformMatrix.js", "lineno": 1031, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Returns the Y component of this matrix multiplied by the given values.\r\rThis is the same as `x * b + y * d + f`, optionally passing via `Math.round`.", @@ -87404,7 +87585,7 @@ "memberof": "Phaser.GameObjects.Components.TransformMatrix", "longname": "Phaser.GameObjects.Components.TransformMatrix#getYRound", "scope": "instance", - "___id": "T000002R009233", + "___id": "T000002R009253", "___s": true }, { @@ -87413,7 +87594,7 @@ "filename": "TransformMatrix.js", "lineno": 1057, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Returns a string that can be used in a CSS Transform call as a `matrix` property.", @@ -87437,7 +87618,7 @@ "memberof": "Phaser.GameObjects.Components.TransformMatrix", "longname": "Phaser.GameObjects.Components.TransformMatrix#getCSSMatrix", "scope": "instance", - "___id": "T000002R009237", + "___id": "T000002R009257", "___s": true }, { @@ -87446,7 +87627,7 @@ "filename": "TransformMatrix.js", "lineno": 1072, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Destroys this Transform Matrix.", @@ -87456,7 +87637,7 @@ "memberof": "Phaser.GameObjects.Components.TransformMatrix", "longname": "Phaser.GameObjects.Components.TransformMatrix#destroy", "scope": "instance", - "___id": "T000002R009240", + "___id": "T000002R009260", "___s": true }, { @@ -87465,7 +87646,7 @@ "filename": "Visible.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Provides methods used for setting the visibility of a Game Object.\rShould be applied as a mixin and not used directly.", @@ -87475,7 +87656,7 @@ "memberof": "Phaser.GameObjects.Components", "longname": "Phaser.GameObjects.Components.Visible", "scope": "static", - "___id": "T000002R009247", + "___id": "T000002R009267", "___s": true }, { @@ -87484,7 +87665,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "The visible state of the Game Object.\r\rAn invisible Game Object will skip rendering, but will still process update logic.", @@ -87503,7 +87684,7 @@ "longname": "Phaser.GameObjects.Components.Visible#visible", "scope": "instance", "kind": "member", - "___id": "T000002R009251", + "___id": "T000002R009271", "___s": true }, { @@ -87512,7 +87693,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "description": "Sets the visibility of this Game Object.\r\rAn invisible Game Object will skip rendering, but will still process update logic.", @@ -87552,7 +87733,7 @@ "memberof": "Phaser.GameObjects.Components.Visible", "longname": "Phaser.GameObjects.Components.Visible#setVisible", "scope": "instance", - "___id": "T000002R009259", + "___id": "T000002R009279", "___s": true }, { @@ -87561,7 +87742,7 @@ "filename": "Container.js", "lineno": 19, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "classdesc": "A Container Game Object.\r\rA Container, as the name implies, can 'contain' other types of Game Object.\rWhen a Game Object is added to a Container, the Container becomes responsible for the rendering of it.\rBy default it will be removed from the Display List and instead added to the Containers own internal list.\r\rThe position of the Game Object automatically becomes relative to the position of the Container.\r\rThe transform point of a Container is 0x0 (in local space) and that cannot be changed. The children you add to the\rContainer should be positioned with this value in mind. I.e. you should treat 0x0 as being the center of\rthe Container, and position children positively and negative around it as required.\r\rWhen the Container is rendered, all of its children are rendered as well, in the order in which they exist\rwithin the Container. Container children can be repositioned using methods such as `MoveUp`, `MoveDown` and `SendToBack`.\r\rIf you modify a transform property of the Container, such as `Container.x` or `Container.rotation` then it will\rautomatically influence all children as well.\r\rContainers can include other Containers for deeply nested transforms.\r\rContainers can have masks set on them and can be used as a mask too. However, Container children cannot be masked.\rThe masks do not 'stack up'. Only a Container on the root of the display list will use its mask.\r\rContainers can be enabled for input. Because they do not have a texture you need to provide a shape for them\rto use as their hit area. Container children can also be enabled for input, independent of the Container.\r\rIf input enabling a _child_ you should not set both the `origin` and a **negative** scale factor on the child,\ror the input area will become misaligned.\r\rContainers can be given a physics body for either Arcade Physics, Impact Physics or Matter Physics. However,\rif Container _children_ are enabled for physics you may get unexpected results, such as offset bodies,\rif the Container itself, or any of its ancestors, is positioned anywhere other than at 0 x 0. Container children\rwith physics do not factor in the Container due to the excessive extra calculations needed. Please structure\ryour game to work around this.\r\rIt's important to understand the impact of using Containers. They add additional processing overhead into\revery one of their children. The deeper you nest them, the more the cost escalates. This is especially true\rfor input events. You also loose the ability to set the display depth of Container children in the same\rflexible manner as those not within them. In short, don't use them for the sake of it. You pay a small cost\revery time you create one, try to structure your game around avoiding that where possible.", @@ -87650,7 +87831,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Container", - "___id": "T000002R009273", + "___id": "T000002R009293", "___s": true }, { @@ -87659,7 +87840,7 @@ "filename": "Container.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "An array holding the children of this Container.", @@ -87687,7 +87868,7 @@ "longname": "Phaser.GameObjects.Container#list", "scope": "instance", "kind": "member", - "___id": "T000002R009278", + "___id": "T000002R009298", "___s": true }, { @@ -87696,7 +87877,7 @@ "filename": "Container.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Does this Container exclusively manage its children?\r\rThe default is `true` which means a child added to this Container cannot\rbelong in another Container, which includes the Scene display list.\r\rIf you disable this then this Container will no longer exclusively manage its children.\rThis allows you to create all kinds of interesting graphical effects, such as replicating\rGame Objects without reparenting them all over the Scene.\rHowever, doing so will prevent children from receiving any kind of input event or have\rtheir physics bodies work by default, as they're no longer a single entity on the\rdisplay list, but are being replicated where-ever this Container is.", @@ -87716,7 +87897,7 @@ "longname": "Phaser.GameObjects.Container#exclusive", "scope": "instance", "kind": "member", - "___id": "T000002R009280", + "___id": "T000002R009300", "___s": true }, { @@ -87725,7 +87906,7 @@ "filename": "Container.js", "lineno": 133, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Containers can have an optional maximum size. If set to anything above 0 it\rwill constrict the addition of new Game Objects into the Container, capping off\rthe maximum limit the Container can grow in size to.", @@ -87745,7 +87926,7 @@ "longname": "Phaser.GameObjects.Container#maxSize", "scope": "instance", "kind": "member", - "___id": "T000002R009282", + "___id": "T000002R009302", "___s": true }, { @@ -87754,7 +87935,7 @@ "filename": "Container.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "The cursor position.", @@ -87773,7 +87954,7 @@ "longname": "Phaser.GameObjects.Container#position", "scope": "instance", "kind": "member", - "___id": "T000002R009284", + "___id": "T000002R009304", "___s": true }, { @@ -87782,7 +87963,7 @@ "filename": "Container.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Internal Transform Matrix used for local space conversion.", @@ -87801,7 +87982,7 @@ "longname": "Phaser.GameObjects.Container#localTransform", "scope": "instance", "kind": "member", - "___id": "T000002R009286", + "___id": "T000002R009306", "___s": true }, { @@ -87810,7 +87991,7 @@ "filename": "Container.js", "lineno": 193, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "The horizontal scroll factor of this Container.\r\rThe scroll factor controls the influence of the movement of a Camera upon this Container.\r\rWhen a camera scrolls it will change the location at which this Container is rendered on-screen.\rIt does not change the Containers actual position values.\r\rFor a Container, setting this value will only update the Container itself, not its children.\rIf you wish to change the scrollFactor of the children as well, use the `setScrollFactor` method.\r\rA value of 1 means it will move exactly in sync with a camera.\rA value of 0 means it will not move at all, even if the camera moves.\rOther values control the degree to which the camera movement is mapped to this Container.\r\rPlease be aware that scroll factor values other than 1 are not taken in to consideration when\rcalculating physics collisions. Bodies always collide based on their world position, but changing\rthe scroll factor is a visual adjustment to where the textures are rendered, which can offset\rthem from physics bodies if not accounted for in your code.", @@ -87830,7 +88011,7 @@ "longname": "Phaser.GameObjects.Container#scrollFactorX", "scope": "instance", "kind": "member", - "___id": "T000002R009294", + "___id": "T000002R009314", "___s": true }, { @@ -87839,7 +88020,7 @@ "filename": "Container.js", "lineno": 220, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "The vertical scroll factor of this Container.\r\rThe scroll factor controls the influence of the movement of a Camera upon this Container.\r\rWhen a camera scrolls it will change the location at which this Container is rendered on-screen.\rIt does not change the Containers actual position values.\r\rFor a Container, setting this value will only update the Container itself, not its children.\rIf you wish to change the scrollFactor of the children as well, use the `setScrollFactor` method.\r\rA value of 1 means it will move exactly in sync with a camera.\rA value of 0 means it will not move at all, even if the camera moves.\rOther values control the degree to which the camera movement is mapped to this Container.\r\rPlease be aware that scroll factor values other than 1 are not taken in to consideration when\rcalculating physics collisions. Bodies always collide based on their world position, but changing\rthe scroll factor is a visual adjustment to where the textures are rendered, which can offset\rthem from physics bodies if not accounted for in your code.", @@ -87859,7 +88040,7 @@ "longname": "Phaser.GameObjects.Container#scrollFactorY", "scope": "instance", "kind": "member", - "___id": "T000002R009296", + "___id": "T000002R009316", "___s": true }, { @@ -87868,7 +88049,7 @@ "filename": "Container.js", "lineno": 259, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Internal value to allow Containers to be used for input and physics.\rDo not change this value. It has no effect other than to break things.", @@ -87889,7 +88070,7 @@ "longname": "Phaser.GameObjects.Container#originX", "scope": "instance", "kind": "member", - "___id": "T000002R009298", + "___id": "T000002R009318", "___s": true }, { @@ -87898,7 +88079,7 @@ "filename": "Container.js", "lineno": 278, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Internal value to allow Containers to be used for input and physics.\rDo not change this value. It has no effect other than to break things.", @@ -87919,7 +88100,7 @@ "longname": "Phaser.GameObjects.Container#originY", "scope": "instance", "kind": "member", - "___id": "T000002R009301", + "___id": "T000002R009321", "___s": true }, { @@ -87928,7 +88109,7 @@ "filename": "Container.js", "lineno": 297, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Internal value to allow Containers to be used for input and physics.\rDo not change this value. It has no effect other than to break things.", @@ -87949,7 +88130,7 @@ "longname": "Phaser.GameObjects.Container#displayOriginX", "scope": "instance", "kind": "member", - "___id": "T000002R009304", + "___id": "T000002R009324", "___s": true }, { @@ -87958,7 +88139,7 @@ "filename": "Container.js", "lineno": 316, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Internal value to allow Containers to be used for input and physics.\rDo not change this value. It has no effect other than to break things.", @@ -87979,7 +88160,7 @@ "longname": "Phaser.GameObjects.Container#displayOriginY", "scope": "instance", "kind": "member", - "___id": "T000002R009307", + "___id": "T000002R009327", "___s": true }, { @@ -87988,7 +88169,7 @@ "filename": "Container.js", "lineno": 335, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Does this Container exclusively manage its children?\r\rThe default is `true` which means a child added to this Container cannot\rbelong in another Container, which includes the Scene display list.\r\rIf you disable this then this Container will no longer exclusively manage its children.\rThis allows you to create all kinds of interesting graphical effects, such as replicating\rGame Objects without reparenting them all over the Scene.\rHowever, doing so will prevent children from receiving any kind of input event or have\rtheir physics bodies work by default, as they're no longer a single entity on the\rdisplay list, but are being replicated where-ever this Container is.", @@ -88030,7 +88211,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#setExclusive", "scope": "instance", - "___id": "T000002R009310", + "___id": "T000002R009330", "___s": true }, { @@ -88039,7 +88220,7 @@ "filename": "Container.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Gets the bounds of this Container. It works by iterating all children of the Container,\rgetting their respective bounds, and then working out a min-max rectangle from that.\rIt does not factor in if the children render or not, all are included.\r\rSome children are unable to return their bounds, such as Graphics objects, in which case\rthey are skipped.\r\rDepending on the quantity of children in this Container it could be a really expensive call,\rso cache it and only poll it as needed.\r\rThe values are stored and returned in a Rectangle object.", @@ -88079,7 +88260,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#getBounds", "scope": "instance", - "___id": "T000002R009314", + "___id": "T000002R009334", "___s": true }, { @@ -88088,7 +88269,7 @@ "filename": "Container.js", "lineno": 481, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Takes a Point-like object, such as a Vector2, Geom.Point or object with public x and y properties,\rand transforms it into the space of this Container, then returns it in the output object.", @@ -88141,7 +88322,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#pointToContainer", "scope": "instance", - "___id": "T000002R009331", + "___id": "T000002R009351", "___s": true }, { @@ -88150,7 +88331,7 @@ "filename": "Container.js", "lineno": 519, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Returns the world transform matrix as used for Bounds checks.\r\rThe returned matrix is temporal and shouldn't be stored.", @@ -88174,7 +88355,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#getBoundsTransformMatrix", "scope": "instance", - "___id": "T000002R009337", + "___id": "T000002R009357", "___s": true }, { @@ -88183,7 +88364,7 @@ "filename": "Container.js", "lineno": 534, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Adds the given Game Object, or array of Game Objects, to this Container.\r\rEach Game Object must be unique within the Container.", @@ -88256,7 +88437,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#add", "scope": "instance", - "___id": "T000002R009339", + "___id": "T000002R009359", "___s": true }, { @@ -88265,7 +88446,7 @@ "filename": "Container.js", "lineno": 556, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Adds the given Game Object, or array of Game Objects, to this Container at the specified position.\r\rExisting Game Objects in the Container are shifted up.\r\rEach Game Object must be unique within the Container.", @@ -88353,7 +88534,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#addAt", "scope": "instance", - "___id": "T000002R009341", + "___id": "T000002R009361", "___s": true }, { @@ -88362,7 +88543,7 @@ "filename": "Container.js", "lineno": 581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Returns the Game Object at the given position in this Container.", @@ -88417,7 +88598,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#getAt", "scope": "instance", - "___id": "T000002R009343", + "___id": "T000002R009363", "___s": true }, { @@ -88426,7 +88607,7 @@ "filename": "Container.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Returns the index of the given Game Object in this Container.", @@ -88479,7 +88660,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#getIndex", "scope": "instance", - "___id": "T000002R009345", + "___id": "T000002R009365", "___s": true }, { @@ -88488,7 +88669,7 @@ "filename": "Container.js", "lineno": 617, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Sort the contents of this Container so the items are in order based on the given property.\rFor example: `sort('alpha')` would sort the elements based on the value of their `alpha` property.", @@ -88542,7 +88723,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#sort", "scope": "instance", - "___id": "T000002R009347", + "___id": "T000002R009367", "___s": true }, { @@ -88551,7 +88732,7 @@ "filename": "Container.js", "lineno": 649, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Searches for the first instance of a child with its `name` property matching the given argument.\rShould more than one child have the same name only the first is returned.", @@ -88606,7 +88787,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#getByName", "scope": "instance", - "___id": "T000002R009350", + "___id": "T000002R009370", "___s": true }, { @@ -88615,7 +88796,7 @@ "filename": "Container.js", "lineno": 668, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Returns a random Game Object from this Container.", @@ -88686,7 +88867,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#getRandom", "scope": "instance", - "___id": "T000002R009352", + "___id": "T000002R009372", "___s": true }, { @@ -88695,7 +88876,7 @@ "filename": "Container.js", "lineno": 687, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Gets the first Game Object in this Container.\r\rYou can also specify a property and value to search for, in which case it will return the first\rGame Object in this Container with a matching property and / or value.\r\rFor example: `getFirst('visible', true)` would return the first Game Object that had its `visible` property set.\r\rYou can limit the search to the `startIndex` - `endIndex` range.", @@ -88792,7 +88973,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#getFirst", "scope": "instance", - "___id": "T000002R009354", + "___id": "T000002R009374", "___s": true }, { @@ -88801,7 +88982,7 @@ "filename": "Container.js", "lineno": 715, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Returns all Game Objects in this Container.\r\rYou can optionally specify a matching criteria using the `property` and `value` arguments.\r\rFor example: `getAll('body')` would return only Game Objects that have a body property.\r\rYou can also specify a value to compare the property to:\r\r`getAll('visible', true)` would return only Game Objects that have their visible property set to `true`.\r\rOptionally you can specify a start and end index. For example if this Container had 100 Game Objects,\rand you set `startIndex` to 0 and `endIndex` to 50, it would return matches from only\rthe first 50 Game Objects.", @@ -88908,7 +89089,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#getAll", "scope": "instance", - "___id": "T000002R009356", + "___id": "T000002R009376", "___s": true }, { @@ -88917,7 +89098,7 @@ "filename": "Container.js", "lineno": 748, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Returns the total number of Game Objects in this Container that have a property\rmatching the given value.\r\rFor example: `count('visible', true)` would count all the elements that have their visible property set.\r\rYou can optionally limit the operation to the `startIndex` - `endIndex` range.", @@ -88999,7 +89180,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#count", "scope": "instance", - "___id": "T000002R009358", + "___id": "T000002R009378", "___s": true }, { @@ -89008,7 +89189,7 @@ "filename": "Container.js", "lineno": 771, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Swaps the position of two Game Objects in this Container.\rBoth Game Objects must belong to this Container.", @@ -89075,7 +89256,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#swap", "scope": "instance", - "___id": "T000002R009360", + "___id": "T000002R009380", "___s": true }, { @@ -89084,7 +89265,7 @@ "filename": "Container.js", "lineno": 793, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Moves a Game Object to a new position within this Container.\r\rThe Game Object must already be a child of this Container.\r\rThe Game Object is removed from its old position and inserted into the new one.\rTherefore the Container size does not change. Other children will change position accordingly.", @@ -89151,7 +89332,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#moveTo", "scope": "instance", - "___id": "T000002R009362", + "___id": "T000002R009382", "___s": true }, { @@ -89160,7 +89341,7 @@ "filename": "Container.js", "lineno": 819, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Moves a Game Object above another one within this Container.\r\rThese 2 Game Objects must already be children of this Container.", @@ -89227,7 +89408,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#moveAbove", "scope": "instance", - "___id": "T000002R009364", + "___id": "T000002R009384", "___s": true }, { @@ -89236,7 +89417,7 @@ "filename": "Container.js", "lineno": 842, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Moves a Game Object below another one within this Container.\r\rThese 2 Game Objects must already be children of this Container.", @@ -89303,7 +89484,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#moveBelow", "scope": "instance", - "___id": "T000002R009366", + "___id": "T000002R009386", "___s": true }, { @@ -89312,7 +89493,7 @@ "filename": "Container.js", "lineno": 865, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Removes the given Game Object, or array of Game Objects, from this Container.\r\rThe Game Objects must already be children of this Container.\r\rYou can also optionally call `destroy` on each Game Object that is removed from the Container.", @@ -89400,7 +89581,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#remove", "scope": "instance", - "___id": "T000002R009368", + "___id": "T000002R009388", "___s": true }, { @@ -89409,7 +89590,7 @@ "filename": "Container.js", "lineno": 903, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Removes the Game Object at the given position in this Container.\r\rYou can also optionally call `destroy` on the Game Object, if one is found.", @@ -89464,7 +89645,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#removeAt", "scope": "instance", - "___id": "T000002R009373", + "___id": "T000002R009393", "___s": true }, { @@ -89473,7 +89654,7 @@ "filename": "Container.js", "lineno": 928, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Removes the Game Objects between the given positions in this Container.\r\rYou can also optionally call `destroy` on each Game Object that is removed from the Container.", @@ -89545,7 +89726,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#removeBetween", "scope": "instance", - "___id": "T000002R009376", + "___id": "T000002R009396", "___s": true }, { @@ -89554,7 +89735,7 @@ "filename": "Container.js", "lineno": 957, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Removes all Game Objects from this Container.\r\rYou can also optionally call `destroy` on each Game Object that is removed from the Container.", @@ -89596,7 +89777,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#removeAll", "scope": "instance", - "___id": "T000002R009380", + "___id": "T000002R009400", "___s": true }, { @@ -89605,7 +89786,7 @@ "filename": "Container.js", "lineno": 995, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Brings the given Game Object to the top of this Container.\rThis will cause it to render on-top of any other objects in the Container.", @@ -89659,7 +89840,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#bringToTop", "scope": "instance", - "___id": "T000002R009385", + "___id": "T000002R009405", "___s": true }, { @@ -89668,7 +89849,7 @@ "filename": "Container.js", "lineno": 1016, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Sends the given Game Object to the bottom of this Container.\rThis will cause it to render below any other objects in the Container.", @@ -89722,7 +89903,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#sendToBack", "scope": "instance", - "___id": "T000002R009387", + "___id": "T000002R009407", "___s": true }, { @@ -89731,7 +89912,7 @@ "filename": "Container.js", "lineno": 1037, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Moves the given Game Object up one place in this Container, unless it's already at the top.", @@ -89785,7 +89966,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#moveUp", "scope": "instance", - "___id": "T000002R009389", + "___id": "T000002R009409", "___s": true }, { @@ -89794,7 +89975,7 @@ "filename": "Container.js", "lineno": 1057, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Moves the given Game Object down one place in this Container, unless it's already at the bottom.", @@ -89848,7 +90029,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#moveDown", "scope": "instance", - "___id": "T000002R009391", + "___id": "T000002R009411", "___s": true }, { @@ -89857,7 +90038,7 @@ "filename": "Container.js", "lineno": 1077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Reverses the order of all Game Objects in this Container.", @@ -89882,7 +90063,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#reverse", "scope": "instance", - "___id": "T000002R009393", + "___id": "T000002R009413", "___s": true }, { @@ -89891,7 +90072,7 @@ "filename": "Container.js", "lineno": 1092, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Shuffles the all Game Objects in this Container using the Fisher-Yates implementation.", @@ -89916,7 +90097,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#shuffle", "scope": "instance", - "___id": "T000002R009395", + "___id": "T000002R009415", "___s": true }, { @@ -89925,7 +90106,7 @@ "filename": "Container.js", "lineno": 1107, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Replaces a Game Object in this Container with the new Game Object.\rThe new Game Object cannot already be a child of this Container.", @@ -90007,7 +90188,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#replace", "scope": "instance", - "___id": "T000002R009397", + "___id": "T000002R009417", "___s": true }, { @@ -90016,7 +90197,7 @@ "filename": "Container.js", "lineno": 1141, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Returns `true` if the given Game Object is a direct child of this Container.\r\rThis check does not scan nested Containers.", @@ -90069,7 +90250,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#exists", "scope": "instance", - "___id": "T000002R009400", + "___id": "T000002R009420", "___s": true }, { @@ -90078,7 +90259,7 @@ "filename": "Container.js", "lineno": 1161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Sets the property to the given value on all Game Objects in this Container.\r\rOptionally you can specify a start and end index. For example if this Container had 100 Game Objects,\rand you set `startIndex` to 0 and `endIndex` to 50, it would return matches from only\rthe first 50 Game Objects.", @@ -90161,7 +90342,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#setAll", "scope": "instance", - "___id": "T000002R009402", + "___id": "T000002R009422", "___s": true }, { @@ -90170,7 +90351,7 @@ "filename": "Container.js", "lineno": 1185, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "kind": "typedef", @@ -90219,7 +90400,7 @@ ], "longname": "EachContainerCallback", "scope": "global", - "___id": "T000002R009404", + "___id": "T000002R009424", "___s": true }, { @@ -90228,7 +90409,7 @@ "filename": "Container.js", "lineno": 1193, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Passes all Game Objects in this Container to the given callback.\r\rA copy of the Container is made before passing each entry to your callback.\rThis protects against the callback itself modifying the Container.\r\rIf you know for sure that the callback will not change the size of this Container\rthen you can use the more performant `Container.iterate` method instead.", @@ -90297,7 +90478,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#each", "scope": "instance", - "___id": "T000002R009405", + "___id": "T000002R009425", "___s": true }, { @@ -90306,7 +90487,7 @@ "filename": "Container.js", "lineno": 1233, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Passes all Game Objects in this Container to the given callback.\r\rOnly use this method when you absolutely know that the Container will not be modified during\rthe iteration, i.e. by removing or adding to its contents.", @@ -90375,7 +90556,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#iterate", "scope": "instance", - "___id": "T000002R009414", + "___id": "T000002R009434", "___s": true }, { @@ -90384,7 +90565,7 @@ "filename": "Container.js", "lineno": 1268, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Sets the scroll factor of this Container and optionally all of its children.\r\rThe scroll factor controls the influence of the movement of a Camera upon this Game Object.\r\rWhen a camera scrolls it will change the location at which this Game Object is rendered on-screen.\rIt does not change the Game Objects actual position values.\r\rA value of 1 means it will move exactly in sync with a camera.\rA value of 0 means it will not move at all, even if the camera moves.\rOther values control the degree to which the camera movement is mapped to this Game Object.\r\rPlease be aware that scroll factor values other than 1 are not taken in to consideration when\rcalculating physics collisions. Bodies always collide based on their world position, but changing\rthe scroll factor is a visual adjustment to where the textures are rendered, which can offset\rthem from physics bodies if not accounted for in your code.", @@ -90454,7 +90635,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#setScrollFactor", "scope": "instance", - "___id": "T000002R009421", + "___id": "T000002R009441", "___s": true }, { @@ -90463,7 +90644,7 @@ "filename": "Container.js", "lineno": 1311, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "The number of Game Objects inside this Container.", @@ -90483,7 +90664,7 @@ "longname": "Phaser.GameObjects.Container#length", "scope": "instance", "kind": "member", - "___id": "T000002R009427", + "___id": "T000002R009447", "___s": true }, { @@ -90492,7 +90673,7 @@ "filename": "Container.js", "lineno": 1328, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Returns the first Game Object within the Container, or `null` if it is empty.\r\rYou can move the cursor by calling `Container.next` and `Container.previous`.", @@ -90514,7 +90695,7 @@ "longname": "Phaser.GameObjects.Container#first", "scope": "instance", "kind": "member", - "___id": "T000002R009430", + "___id": "T000002R009450", "___s": true }, { @@ -90523,7 +90704,7 @@ "filename": "Container.js", "lineno": 1356, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Returns the last Game Object within the Container, or `null` if it is empty.\r\rYou can move the cursor by calling `Container.next` and `Container.previous`.", @@ -90545,7 +90726,7 @@ "longname": "Phaser.GameObjects.Container#last", "scope": "instance", "kind": "member", - "___id": "T000002R009434", + "___id": "T000002R009454", "___s": true }, { @@ -90554,7 +90735,7 @@ "filename": "Container.js", "lineno": 1384, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Returns the next Game Object within the Container, or `null` if it is empty.\r\rYou can move the cursor by calling `Container.next` and `Container.previous`.", @@ -90576,7 +90757,7 @@ "longname": "Phaser.GameObjects.Container#next", "scope": "instance", "kind": "member", - "___id": "T000002R009438", + "___id": "T000002R009458", "___s": true }, { @@ -90585,7 +90766,7 @@ "filename": "Container.js", "lineno": 1412, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Returns the previous Game Object within the Container, or `null` if it is empty.\r\rYou can move the cursor by calling `Container.next` and `Container.previous`.", @@ -90607,7 +90788,7 @@ "longname": "Phaser.GameObjects.Container#previous", "scope": "instance", "kind": "member", - "___id": "T000002R009441", + "___id": "T000002R009461", "___s": true }, { @@ -90616,7 +90797,7 @@ "filename": "Container.js", "lineno": 1440, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Internal destroy handler, called as part of the destroy process.", @@ -90627,7 +90808,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#preDestroy", "scope": "instance", - "___id": "T000002R009444", + "___id": "T000002R009464", "___s": true }, { @@ -90636,7 +90817,7 @@ "filename": "Container.js", "lineno": 1457, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Internal handler, called when a child is destroyed.", @@ -90647,7 +90828,7 @@ "memberof": "Phaser.GameObjects.Container", "longname": "Phaser.GameObjects.Container#onChildDestroyed", "scope": "instance", - "___id": "T000002R009447", + "___id": "T000002R009467", "___s": true }, { @@ -90656,7 +90837,7 @@ "filename": "ContainerCreator.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Creates a new Container Game Object and returns it.\r\rNote: This method will only be available if the Container Game Object has been built into Phaser.", @@ -90709,7 +90890,7 @@ "memberof": "Phaser.GameObjects.GameObjectCreator", "longname": "Phaser.GameObjects.GameObjectCreator#container", "scope": "instance", - "___id": "T000002R009470", + "___id": "T000002R009490", "___s": true }, { @@ -90718,7 +90899,7 @@ "filename": "ContainerFactory.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container", "code": {} }, "description": "Creates a new Container Game Object and adds it to the Scene.\r\rNote: This method will only be available if the Container Game Object has been built into Phaser.", @@ -90807,7 +90988,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#container", "scope": "instance", - "___id": "T000002R009479", + "___id": "T000002R009499", "___s": true }, { @@ -90816,7 +90997,7 @@ "filename": "ContainerConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container\\typedefs", "code": {} }, "kind": "typedef", @@ -90862,7 +91043,7 @@ "memberof": "Phaser.Types.GameObjects.Container", "longname": "Phaser.Types.GameObjects.Container.ContainerConfig", "scope": "static", - "___id": "T000002R009521", + "___id": "T000002R009541", "___s": true }, { @@ -90871,7 +91052,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\container\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\container\\typedefs", "code": {} }, "kind": "namespace", @@ -90879,7 +91060,7 @@ "memberof": "Phaser.Types.GameObjects", "longname": "Phaser.Types.GameObjects.Container", "scope": "static", - "___id": "T000002R009522", + "___id": "T000002R009542", "___s": true }, { @@ -90888,7 +91069,7 @@ "filename": "DisplayList.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "classdesc": "The Display List plugin.\r\rDisplay Lists belong to a Scene and maintain the list of Game Objects to render every frame.\r\rSome of these Game Objects may also be part of the Scene's [Update List]{@link Phaser.GameObjects.UpdateList}, for updating.", @@ -90916,7 +91097,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.DisplayList", - "___id": "T000002R009529", + "___id": "T000002R009549", "___s": true }, { @@ -90925,7 +91106,7 @@ "filename": "DisplayList.js", "lineno": 40, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "The flag the determines whether Game Objects should be sorted when `depthSort()` is called.", @@ -90945,7 +91126,7 @@ "longname": "Phaser.GameObjects.DisplayList#sortChildrenFlag", "scope": "instance", "kind": "member", - "___id": "T000002R009533", + "___id": "T000002R009553", "___s": true }, { @@ -90954,7 +91135,7 @@ "filename": "DisplayList.js", "lineno": 50, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "The Scene that this Display List belongs to.", @@ -90973,7 +91154,7 @@ "longname": "Phaser.GameObjects.DisplayList#scene", "scope": "instance", "kind": "member", - "___id": "T000002R009535", + "___id": "T000002R009555", "___s": true }, { @@ -90982,7 +91163,7 @@ "filename": "DisplayList.js", "lineno": 59, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "The Scene's Systems.", @@ -91001,7 +91182,7 @@ "longname": "Phaser.GameObjects.DisplayList#systems", "scope": "instance", "kind": "member", - "___id": "T000002R009537", + "___id": "T000002R009557", "___s": true }, { @@ -91010,7 +91191,7 @@ "filename": "DisplayList.js", "lineno": 68, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "The Scene's Event Emitter.", @@ -91029,7 +91210,7 @@ "longname": "Phaser.GameObjects.DisplayList#events", "scope": "instance", "kind": "member", - "___id": "T000002R009539", + "___id": "T000002R009559", "___s": true }, { @@ -91038,7 +91219,7 @@ "filename": "DisplayList.js", "lineno": 169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Force a sort of the display list on the next call to depthSort.", @@ -91048,7 +91229,7 @@ "memberof": "Phaser.GameObjects.DisplayList", "longname": "Phaser.GameObjects.DisplayList#queueDepthSort", "scope": "instance", - "___id": "T000002R009553", + "___id": "T000002R009573", "___s": true }, { @@ -91057,7 +91238,7 @@ "filename": "DisplayList.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Immediately sorts the display list if the flag is set.", @@ -91067,7 +91248,7 @@ "memberof": "Phaser.GameObjects.DisplayList", "longname": "Phaser.GameObjects.DisplayList#depthSort", "scope": "instance", - "___id": "T000002R009556", + "___id": "T000002R009576", "___s": true }, { @@ -91076,7 +91257,7 @@ "filename": "DisplayList.js", "lineno": 196, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Compare the depth of two Game Objects.", @@ -91128,7 +91309,7 @@ "memberof": "Phaser.GameObjects.DisplayList", "longname": "Phaser.GameObjects.DisplayList#sortByDepth", "scope": "instance", - "___id": "T000002R009559", + "___id": "T000002R009579", "___s": true }, { @@ -91137,7 +91318,7 @@ "filename": "DisplayList.js", "lineno": 212, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Returns an array which contains all objects currently on the Display List.\rThis is a reference to the main list array, not a copy of it, so be careful not to modify it.", @@ -91170,7 +91351,7 @@ "memberof": "Phaser.GameObjects.DisplayList", "longname": "Phaser.GameObjects.DisplayList#getChildren", "scope": "instance", - "___id": "T000002R009561", + "___id": "T000002R009581", "___s": true }, { @@ -91179,7 +91360,7 @@ "filename": "DOMElement.js", "lineno": 16, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "classdesc": "DOM Element Game Objects are a way to control and manipulate HTML Elements over the top of your game.\r\rIn order for DOM Elements to display you have to enable them by adding the following to your game\rconfiguration object:\r\r```javascript\rdom {\r createContainer: true\r}\r```\r\rYou must also have a parent container for Phaser. This is specified by the `parent` property in the\rgame config.\r\rWhen these two things are added, Phaser will automatically create a DOM Container div that is positioned\rover the top of the game canvas. This div is sized to match the canvas, and if the canvas size changes,\ras a result of settings within the Scale Manager, the dom container is resized accordingly.\r\rIf you have not already done so, you have to provide a `parent` in the Game Configuration, or the DOM\rContainer will fail to be created.\r\rYou can create a DOM Element by either passing in DOMStrings, or by passing in a reference to an existing\rElement that you wish to be placed under the control of Phaser. For example:\r\r```javascript\rthis.add.dom(x, y, 'div', 'background-color: lime; width: 220px; height: 100px; font: 48px Arial', 'Phaser');\r```\r\rThe above code will insert a div element into the DOM Container at the given x/y coordinate. The DOMString in\rthe 4th argument sets the initial CSS style of the div and the final argument is the inner text. In this case,\rit will create a lime colored div that is 220px by 100px in size with the text Phaser in it, in an Arial font.\r\rYou should nearly always, without exception, use explicitly sized HTML Elements, in order to fully control\ralignment and positioning of the elements next to regular game content.\r\rRather than specify the CSS and HTML directly you can use the `load.html` File Loader to load it into the\rcache and then use the `createFromCache` method instead. You can also use `createFromHTML` and various other\rmethods available in this class to help construct your elements.\r\rOnce the element has been created you can then control it like you would any other Game Object. You can set its\rposition, scale, rotation, alpha and other properties. It will move as the main Scene Camera moves and be clipped\rat the edge of the canvas. It's important to remember some limitations of DOM Elements: The obvious one is that\rthey appear above or below your game canvas. You cannot blend them into the display list, meaning you cannot have\ra DOM Element, then a Sprite, then another DOM Element behind it.\r\rThey also cannot be enabled for input. To do that, you have to use the `addListener` method to add native event\rlisteners directly. The final limitation is to do with cameras. The DOM Container is sized to match the game canvas\rentirely and clipped accordingly. DOM Elements respect camera scrolling and scrollFactor settings, but if you\rchange the size of the camera so it no longer matches the size of the canvas, they won't be clipped accordingly.\r\rDOM Game Objects can be added to a Phaser Container, however you should only nest them **one level deep**.\rAny further down the chain and they will ignore all root container properties.\r\rAlso, all DOM Elements are inserted into the same DOM Container, regardless of which Scene they are created in.\r\rNote that you should only have DOM Elements in a Scene with a _single_ Camera. If you require multiple cameras,\ruse parallel scenes to achieve this.\r\rDOM Elements are a powerful way to align native HTML with your Phaser Game Objects. For example, you can insert\ra login form for a multiplayer game directly into your title screen. Or a text input box for a highscore table.\rOr a banner ad from a 3rd party service. Or perhaps you'd like to use them for high resolution text display and\rUI. The choice is up to you, just remember that you're dealing with standard HTML and CSS floating over the top\rof your game, and should treat it accordingly.", @@ -91306,7 +91487,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.DOMElement", - "___id": "T000002R009582", + "___id": "T000002R009602", "___s": true }, { @@ -91315,7 +91496,7 @@ "filename": "DOMElement.js", "lineno": 124, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "A reference to the parent DOM Container that the Game instance created when it started.", @@ -91334,7 +91515,7 @@ "longname": "Phaser.GameObjects.DOMElement#parent", "scope": "instance", "kind": "member", - "___id": "T000002R009587", + "___id": "T000002R009607", "___s": true }, { @@ -91343,7 +91524,7 @@ "filename": "DOMElement.js", "lineno": 133, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "A reference to the HTML Cache.", @@ -91362,7 +91543,7 @@ "longname": "Phaser.GameObjects.DOMElement#cache", "scope": "instance", "kind": "member", - "___id": "T000002R009589", + "___id": "T000002R009609", "___s": true }, { @@ -91371,7 +91552,7 @@ "filename": "DOMElement.js", "lineno": 142, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "The actual DOM Element that this Game Object is bound to. For example, if you've created a `
`\rthen this property is a direct reference to that element within the dom.", @@ -91390,7 +91571,7 @@ "longname": "Phaser.GameObjects.DOMElement#node", "scope": "instance", "kind": "member", - "___id": "T000002R009591", + "___id": "T000002R009611", "___s": true }, { @@ -91399,7 +91580,7 @@ "filename": "DOMElement.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "By default a DOM Element will have its transform, display, opacity, zIndex and blend mode properties\rupdated when its rendered. If, for some reason, you don't want any of these changed other than the\rCSS transform, then set this flag to `true`. When `true` only the CSS Transform is applied and it's\rup to you to keep track of and set the other properties as required.\r\rThis can be handy if, for example, you've a nested DOM Element and you don't want the opacity to be\rpicked-up by any of its children.", @@ -91418,7 +91599,7 @@ "longname": "Phaser.GameObjects.DOMElement#transformOnly", "scope": "instance", "kind": "member", - "___id": "T000002R009593", + "___id": "T000002R009613", "___s": true }, { @@ -91427,7 +91608,7 @@ "filename": "DOMElement.js", "lineno": 167, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "The angle, in radians, by which to skew the DOM Element on the horizontal axis.\r\rhttps://developer.mozilla.org/en-US/docs/Web/CSS/transform", @@ -91446,7 +91627,7 @@ "longname": "Phaser.GameObjects.DOMElement#skewX", "scope": "instance", "kind": "member", - "___id": "T000002R009595", + "___id": "T000002R009615", "___s": true }, { @@ -91455,7 +91636,7 @@ "filename": "DOMElement.js", "lineno": 178, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "The angle, in radians, by which to skew the DOM Element on the vertical axis.\r\rhttps://developer.mozilla.org/en-US/docs/Web/CSS/transform", @@ -91474,7 +91655,7 @@ "longname": "Phaser.GameObjects.DOMElement#skewY", "scope": "instance", "kind": "member", - "___id": "T000002R009597", + "___id": "T000002R009617", "___s": true }, { @@ -91483,7 +91664,7 @@ "filename": "DOMElement.js", "lineno": 189, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "A Vector4 that contains the 3D rotation of this DOM Element around a fixed axis in 3D space.\r\rAll values in the Vector4 are treated as degrees, unless the `rotate3dAngle` property is changed.\r\rFor more details see the following MDN page:\r\rhttps://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/rotate3d", @@ -91502,7 +91683,7 @@ "longname": "Phaser.GameObjects.DOMElement#rotate3d", "scope": "instance", "kind": "member", - "___id": "T000002R009599", + "___id": "T000002R009619", "___s": true }, { @@ -91511,7 +91692,7 @@ "filename": "DOMElement.js", "lineno": 204, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "The unit that represents the 3D rotation values. By default this is `deg` for degrees, but can\rbe changed to any supported unit. See this page for further details:\r\rhttps://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/rotate3d", @@ -91530,7 +91711,7 @@ "longname": "Phaser.GameObjects.DOMElement#rotate3dAngle", "scope": "instance", "kind": "member", - "___id": "T000002R009601", + "___id": "T000002R009621", "___s": true }, { @@ -91539,7 +91720,7 @@ "filename": "DOMElement.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "Sets the CSS `pointerEvents` attribute on the DOM Element during rendering.\r\rThis is 'auto' by default. Changing it may have unintended side-effects with\rinternal Phaser input handling, such as dragging, so only change this if you\runderstand the implications.", @@ -91558,7 +91739,7 @@ "longname": "Phaser.GameObjects.DOMElement#pointerEvents", "scope": "instance", "kind": "member", - "___id": "T000002R009603", + "___id": "T000002R009623", "___s": true }, { @@ -91567,7 +91748,7 @@ "filename": "DOMElement.js", "lineno": 229, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "The native (un-scaled) width of this Game Object.\r\rFor a DOM Element this property is read-only.\r\rThe property `displayWidth` holds the computed bounds of this DOM Element, factoring in scaling.", @@ -91587,7 +91768,7 @@ "longname": "Phaser.GameObjects.DOMElement#width", "scope": "instance", "kind": "member", - "___id": "T000002R009605", + "___id": "T000002R009625", "___s": true }, { @@ -91596,7 +91777,7 @@ "filename": "DOMElement.js", "lineno": 243, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "The native (un-scaled) height of this Game Object.\r\rFor a DOM Element this property is read-only.\r\rThe property `displayHeight` holds the computed bounds of this DOM Element, factoring in scaling.", @@ -91616,7 +91797,7 @@ "longname": "Phaser.GameObjects.DOMElement#height", "scope": "instance", "kind": "member", - "___id": "T000002R009607", + "___id": "T000002R009627", "___s": true }, { @@ -91625,7 +91806,7 @@ "filename": "DOMElement.js", "lineno": 257, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "The computed display width of this Game Object, based on the `getBoundingClientRect` DOM call.\r\rThe property `width` holds the un-scaled width of this DOM Element.", @@ -91645,7 +91826,7 @@ "longname": "Phaser.GameObjects.DOMElement#displayWidth", "scope": "instance", "kind": "member", - "___id": "T000002R009609", + "___id": "T000002R009629", "___s": true }, { @@ -91654,7 +91835,7 @@ "filename": "DOMElement.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "The computed display height of this Game Object, based on the `getBoundingClientRect` DOM call.\r\rThe property `height` holds the un-scaled height of this DOM Element.", @@ -91674,7 +91855,7 @@ "longname": "Phaser.GameObjects.DOMElement#displayHeight", "scope": "instance", "kind": "member", - "___id": "T000002R009611", + "___id": "T000002R009631", "___s": true }, { @@ -91683,7 +91864,7 @@ "filename": "DOMElement.js", "lineno": 335, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "Sets the horizontal and vertical skew values of this DOM Element.\r\rFor more information see: https://developer.mozilla.org/en-US/docs/Web/CSS/transform", @@ -91740,7 +91921,7 @@ "memberof": "Phaser.GameObjects.DOMElement", "longname": "Phaser.GameObjects.DOMElement#setSkew", "scope": "instance", - "___id": "T000002R009620", + "___id": "T000002R009640", "___s": true }, { @@ -91749,7 +91930,7 @@ "filename": "DOMElement.js", "lineno": 359, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "Sets the perspective CSS property of the _parent DOM Container_. This determines the distance between the z=0\rplane and the user in order to give a 3D-positioned element some perspective. Each 3D element with\rz > 0 becomes larger; each 3D-element with z < 0 becomes smaller. The strength of the effect is determined\rby the value of this property.\r\rFor more information see: https://developer.mozilla.org/en-US/docs/Web/CSS/perspective\r\r**Changing this value changes it globally for all DOM Elements, as they all share the same parent container.**", @@ -91789,7 +91970,7 @@ "memberof": "Phaser.GameObjects.DOMElement", "longname": "Phaser.GameObjects.DOMElement#setPerspective", "scope": "instance", - "___id": "T000002R009626", + "___id": "T000002R009646", "___s": true }, { @@ -91798,7 +91979,7 @@ "filename": "DOMElement.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "The perspective CSS property value of the _parent DOM Container_. This determines the distance between the z=0\rplane and the user in order to give a 3D-positioned element some perspective. Each 3D element with\rz > 0 becomes larger; each 3D-element with z < 0 becomes smaller. The strength of the effect is determined\rby the value of this property.\r\rFor more information see: https://developer.mozilla.org/en-US/docs/Web/CSS/perspective\r\r**Changing this value changes it globally for all DOM Elements, as they all share the same parent container.**", @@ -91817,7 +91998,7 @@ "longname": "Phaser.GameObjects.DOMElement#perspective", "scope": "instance", "kind": "member", - "___id": "T000002R009629", + "___id": "T000002R009649", "___s": true }, { @@ -91826,7 +92007,7 @@ "filename": "DOMElement.js", "lineno": 411, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "Adds one or more native DOM event listeners onto the underlying Element of this Game Object.\rThe event is then dispatched via this Game Objects standard event emitter.\r\rFor example:\r\r```javascript\rvar div = this.add.dom(x, y, element);\r\rdiv.addListener('click');\r\rdiv.on('click', handler);\r```", @@ -91867,7 +92048,7 @@ "longname": "Phaser.GameObjects.DOMElement#addListener", "scope": "instance", "overrides": "Phaser.GameObjects.GameObject#addListener", - "___id": "T000002R009634", + "___id": "T000002R009654", "___s": true }, { @@ -91876,7 +92057,7 @@ "filename": "DOMElement.js", "lineno": 447, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "Removes one or more native DOM event listeners from the underlying Element of this Game Object.", @@ -91917,7 +92098,7 @@ "longname": "Phaser.GameObjects.DOMElement#removeListener", "scope": "instance", "overrides": "Phaser.GameObjects.GameObject#removeListener", - "___id": "T000002R009638", + "___id": "T000002R009658", "___s": true }, { @@ -91926,7 +92107,7 @@ "filename": "DOMElement.js", "lineno": 486, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "Creates a native DOM Element, adds it to the parent DOM Container and then binds it to this Game Object,\rso you can control it. The `tagName` should be a string and is passed to `document.createElement`:\r\r```javascript\rthis.add.dom().createElement('div');\r```\r\rFor more details on acceptable tag names see: https://developer.mozilla.org/en-US/docs/Web/API/Document/createElement\r\rYou can also pass in a DOMString or style object to set the CSS on the created element, and an optional `innerText`\rvalue as well. Here is an example of a DOMString:\r\r```javascript\rthis.add.dom().createElement('div', 'background-color: lime; width: 220px; height: 100px; font: 48px Arial', 'Phaser');\r```\r\rAnd using a style object:\r\r```javascript\rvar style = {\r 'background-color': 'lime';\r 'width': '200px';\r 'height': '100px';\r 'font': '48px Arial';\r};\r\rthis.add.dom().createElement('div', style, 'Phaser');\r```\r\rIf this Game Object already has an Element, it is removed from the DOM entirely first.\rAny event listeners you may have previously created will need to be re-created after this call.", @@ -92004,7 +92185,7 @@ "memberof": "Phaser.GameObjects.DOMElement", "longname": "Phaser.GameObjects.DOMElement#createElement", "scope": "instance", - "___id": "T000002R009644", + "___id": "T000002R009664", "___s": true }, { @@ -92013,7 +92194,7 @@ "filename": "DOMElement.js", "lineno": 533, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "Binds a new DOM Element to this Game Object. If this Game Object already has an Element it is removed from the DOM\rentirely first. Any event listeners you may have previously created will need to be re-created on the new element.\r\rThe `element` argument you pass to this method can be either a string tagName:\r\r```javascript\r

Phaser

\r\rthis.add.dom().setElement('heading');\r```\r\rOr a reference to an Element instance:\r\r```javascript\r

Phaser

\r\rvar h1 = document.getElementById('heading');\r\rthis.add.dom().setElement(h1);\r```\r\rYou can also pass in a DOMString or style object to set the CSS on the created element, and an optional `innerText`\rvalue as well. Here is an example of a DOMString:\r\r```javascript\rthis.add.dom().setElement(h1, 'background-color: lime; width: 220px; height: 100px; font: 48px Arial', 'Phaser');\r```\r\rAnd using a style object:\r\r```javascript\rvar style = {\r 'background-color': 'lime';\r 'width': '200px';\r 'height': '100px';\r 'font': '48px Arial';\r};\r\rthis.add.dom().setElement(h1, style, 'Phaser');\r```", @@ -92101,7 +92282,7 @@ "memberof": "Phaser.GameObjects.DOMElement", "longname": "Phaser.GameObjects.DOMElement#setElement", "scope": "instance", - "___id": "T000002R009646", + "___id": "T000002R009666", "___s": true }, { @@ -92110,7 +92291,7 @@ "filename": "DOMElement.js", "lineno": 651, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "Takes a block of html from the HTML Cache, that has previously been preloaded into the game, and then\rcreates a DOM Element from it. The loaded HTML is set as the `innerHTML` property of the created\relement.\r\rAssume the following html is stored in a file called `loginform.html`:\r\r```html\r\r\r```\r\rWhich is loaded into your game using the cache key 'login':\r\r```javascript\rthis.load.html('login', 'assets/loginform.html');\r```\r\rYou can create a DOM Element from it using the cache key:\r\r```javascript\rthis.add.dom().createFromCache('login');\r```\r\rThe optional `elementType` argument controls the container that is created, into which the loaded html is inserted.\rThe default is a plain `div` object, but any valid tagName can be given.\r\rIf this Game Object already has an Element, it is removed from the DOM entirely first.\rAny event listeners you may have previously created will need to be re-created after this call.", @@ -92165,7 +92346,7 @@ "memberof": "Phaser.GameObjects.DOMElement", "longname": "Phaser.GameObjects.DOMElement#createFromCache", "scope": "instance", - "___id": "T000002R009661", + "___id": "T000002R009681", "___s": true }, { @@ -92174,7 +92355,7 @@ "filename": "DOMElement.js", "lineno": 701, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "Takes a string of html and then creates a DOM Element from it. The HTML is set as the `innerHTML`\rproperty of the created element.\r\r```javascript\rlet form = `\r\r\r`;\r```\r\rYou can create a DOM Element from it using the string:\r\r```javascript\rthis.add.dom().createFromHTML(form);\r```\r\rThe optional `elementType` argument controls the type of container that is created, into which the html is inserted.\rThe default is a plain `div` object, but any valid tagName can be given.\r\rIf this Game Object already has an Element, it is removed from the DOM entirely first.\rAny event listeners you may have previously created will need to be re-created after this call.", @@ -92229,7 +92410,7 @@ "memberof": "Phaser.GameObjects.DOMElement", "longname": "Phaser.GameObjects.DOMElement#createFromHTML", "scope": "instance", - "___id": "T000002R009664", + "___id": "T000002R009684", "___s": true }, { @@ -92238,7 +92419,7 @@ "filename": "DOMElement.js", "lineno": 761, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "Removes the current DOM Element bound to this Game Object from the DOM entirely and resets the\r`node` property of this Game Object to be `null`.", @@ -92263,7 +92444,7 @@ "memberof": "Phaser.GameObjects.DOMElement", "longname": "Phaser.GameObjects.DOMElement#removeElement", "scope": "instance", - "___id": "T000002R009674", + "___id": "T000002R009694", "___s": true }, { @@ -92272,7 +92453,7 @@ "filename": "DOMElement.js", "lineno": 782, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "Internal method that calls `getBoundingClientRect` on the `node` and then sets the bounds width\rand height into the `displayWidth` and `displayHeight` properties, and the `clientWidth` and `clientHeight`\rvalues into the `width` and `height` properties respectively.\r\rThis is called automatically whenever a new element is created or set.", @@ -92297,7 +92478,7 @@ "memberof": "Phaser.GameObjects.DOMElement", "longname": "Phaser.GameObjects.DOMElement#updateSize", "scope": "instance", - "___id": "T000002R009677", + "___id": "T000002R009697", "___s": true }, { @@ -92306,7 +92487,7 @@ "filename": "DOMElement.js", "lineno": 809, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "Gets all children from this DOM Elements node, using `querySelectorAll('*')` and then iterates through\rthem, looking for the first one that has a property matching the given key and value. It then returns this child\rif found, or `null` if not.", @@ -92360,7 +92541,7 @@ "memberof": "Phaser.GameObjects.DOMElement", "longname": "Phaser.GameObjects.DOMElement#getChildByProperty", "scope": "instance", - "___id": "T000002R009685", + "___id": "T000002R009705", "___s": true }, { @@ -92369,7 +92550,7 @@ "filename": "DOMElement.js", "lineno": 840, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "Gets all children from this DOM Elements node, using `querySelectorAll('*')` and then iterates through\rthem, looking for the first one that has a matching id. It then returns this child if found, or `null` if not.\r\rBe aware that class and id names are case-sensitive.", @@ -92410,7 +92591,7 @@ "memberof": "Phaser.GameObjects.DOMElement", "longname": "Phaser.GameObjects.DOMElement#getChildByID", "scope": "instance", - "___id": "T000002R009689", + "___id": "T000002R009709", "___s": true }, { @@ -92419,7 +92600,7 @@ "filename": "DOMElement.js", "lineno": 858, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "Gets all children from this DOM Elements node, using `querySelectorAll('*')` and then iterates through\rthem, looking for the first one that has a matching name. It then returns this child if found, or `null` if not.\r\rBe aware that class and id names are case-sensitive.", @@ -92460,7 +92641,7 @@ "memberof": "Phaser.GameObjects.DOMElement", "longname": "Phaser.GameObjects.DOMElement#getChildByName", "scope": "instance", - "___id": "T000002R009691", + "___id": "T000002R009711", "___s": true }, { @@ -92469,7 +92650,7 @@ "filename": "DOMElement.js", "lineno": 876, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "Sets the `className` property of the DOM Element node and updates the internal sizes.", @@ -92509,7 +92690,7 @@ "memberof": "Phaser.GameObjects.DOMElement", "longname": "Phaser.GameObjects.DOMElement#setClassName", "scope": "instance", - "___id": "T000002R009693", + "___id": "T000002R009713", "___s": true }, { @@ -92518,7 +92699,7 @@ "filename": "DOMElement.js", "lineno": 898, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "Sets the `innerText` property of the DOM Element node and updates the internal sizes.\r\rNote that only certain types of Elements can have `innerText` set on them.", @@ -92558,7 +92739,7 @@ "memberof": "Phaser.GameObjects.DOMElement", "longname": "Phaser.GameObjects.DOMElement#setText", "scope": "instance", - "___id": "T000002R009696", + "___id": "T000002R009716", "___s": true }, { @@ -92567,7 +92748,7 @@ "filename": "DOMElement.js", "lineno": 922, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "Sets the `innerHTML` property of the DOM Element node and updates the internal sizes.", @@ -92607,7 +92788,7 @@ "memberof": "Phaser.GameObjects.DOMElement", "longname": "Phaser.GameObjects.DOMElement#setHTML", "scope": "instance", - "___id": "T000002R009699", + "___id": "T000002R009719", "___s": true }, { @@ -92616,7 +92797,7 @@ "filename": "DOMElement.js", "lineno": 962, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "Compares the renderMask with the renderFlags to see if this Game Object will render or not.\r\rDOMElements always return `true` as they need to still set values during the render pass, even if not visible.", @@ -92641,7 +92822,7 @@ "longname": "Phaser.GameObjects.DOMElement#willRender", "scope": "instance", "overrides": "Phaser.GameObjects.GameObject#willRender", - "___id": "T000002R009707", + "___id": "T000002R009727", "___s": true }, { @@ -92650,7 +92831,7 @@ "filename": "DOMElementFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\domelement", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\domelement", "code": {} }, "description": "DOM Element Game Objects are a way to control and manipulate HTML Elements over the top of your game.\r\rIn order for DOM Elements to display you have to enable them by adding the following to your game\rconfiguration object:\r\r```javascript\rdom {\r createContainer: true\r}\r```\r\rWhen this is added, Phaser will automatically create a DOM Container div that is positioned over the top\rof the game canvas. This div is sized to match the canvas, and if the canvas size changes, as a result of\rsettings within the Scale Manager, the dom container is resized accordingly.\r\rYou can create a DOM Element by either passing in DOMStrings, or by passing in a reference to an existing\rElement that you wish to be placed under the control of Phaser. For example:\r\r```javascript\rthis.add.dom(x, y, 'div', 'background-color: lime; width: 220px; height: 100px; font: 48px Arial', 'Phaser');\r```\r\rThe above code will insert a div element into the DOM Container at the given x/y coordinate. The DOMString in\rthe 4th argument sets the initial CSS style of the div and the final argument is the inner text. In this case,\rit will create a lime colored div that is 220px by 100px in size with the text Phaser in it, in an Arial font.\r\rYou should nearly always, without exception, use explicitly sized HTML Elements, in order to fully control\ralignment and positioning of the elements next to regular game content.\r\rRather than specify the CSS and HTML directly you can use the `load.html` File Loader to load it into the\rcache and then use the `createFromCache` method instead. You can also use `createFromHTML` and various other\rmethods available in this class to help construct your elements.\r\rOnce the element has been created you can then control it like you would any other Game Object. You can set its\rposition, scale, rotation, alpha and other properties. It will move as the main Scene Camera moves and be clipped\rat the edge of the canvas. It's important to remember some limitations of DOM Elements: The obvious one is that\rthey appear above or below your game canvas. You cannot blend them into the display list, meaning you cannot have\ra DOM Element, then a Sprite, then another DOM Element behind it.\r\rThey also cannot be enabled for input. To do that, you have to use the `addListener` method to add native event\rlisteners directly. The final limitation is to do with cameras. The DOM Container is sized to match the game canvas\rentirely and clipped accordingly. DOM Elements respect camera scrolling and scrollFactor settings, but if you\rchange the size of the camera so it no longer matches the size of the canvas, they won't be clipped accordingly.\r\rAlso, all DOM Elements are inserted into the same DOM Container, regardless of which Scene they are created in.\r\rDOM Elements are a powerful way to align native HTML with your Phaser Game Objects. For example, you can insert\ra login form for a multiplayer game directly into your title screen. Or a text input box for a highscore table.\rOr a banner ad from a 3rd party service. Or perhaps you'd like to use them for high resolution text display and\rUI. The choice is up to you, just remember that you're dealing with standard HTML and CSS floating over the top\rof your game, and should treat it accordingly.\r\rNote: This method will only be available if the DOM Element Game Object has been built into Phaser.", @@ -92764,7 +92945,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#dom", "scope": "instance", - "___id": "T000002R009753", + "___id": "T000002R009773", "___s": true }, { @@ -92773,7 +92954,7 @@ "filename": "ADDED_TO_SCENE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\events", "code": {} }, "description": "The Game Object Added to Scene Event.\r\rThis event is dispatched when a Game Object is added to a Scene.\r\rListen for it on a Game Object instance using `GameObject.on('addedtoscene', listener)`.", @@ -92820,7 +93001,7 @@ "memberof": "Phaser.GameObjects.Events", "longname": "Phaser.GameObjects.Events#event:ADDED_TO_SCENE", "scope": "instance", - "___id": "T000002R009763", + "___id": "T000002R009783", "___s": true }, { @@ -92829,7 +93010,7 @@ "filename": "DESTROY_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\events", "code": {} }, "description": "The Game Object Destroy Event.\r\rThis event is dispatched when a Game Object instance is being destroyed.\r\rListen for it on a Game Object instance using `GameObject.on('destroy', listener)`.", @@ -92876,7 +93057,7 @@ "memberof": "Phaser.GameObjects.Events", "longname": "Phaser.GameObjects.Events#event:DESTROY", "scope": "instance", - "___id": "T000002R009765", + "___id": "T000002R009785", "___s": true }, { @@ -92885,7 +93066,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\events", "code": {} }, "kind": "namespace", @@ -92893,7 +93074,7 @@ "memberof": "Phaser.GameObjects", "longname": "Phaser.GameObjects.Events", "scope": "static", - "___id": "T000002R009767", + "___id": "T000002R009787", "___s": true }, { @@ -92902,7 +93083,7 @@ "filename": "REMOVED_FROM_SCENE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\events", "code": {} }, "description": "The Game Object Removed from Scene Event.\r\rThis event is dispatched when a Game Object is removed from a Scene.\r\rListen for it on a Game Object instance using `GameObject.on('removedfromscene', listener)`.", @@ -92949,7 +93130,7 @@ "memberof": "Phaser.GameObjects.Events", "longname": "Phaser.GameObjects.Events#event:REMOVED_FROM_SCENE", "scope": "instance", - "___id": "T000002R009787", + "___id": "T000002R009807", "___s": true }, { @@ -92958,7 +93139,7 @@ "filename": "VIDEO_COMPLETE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\events", "code": {} }, "description": "The Video Game Object Complete Event.\r\rThis event is dispatched when a Video finishes playback by reaching the end of its duration. It\ris also dispatched if a video marker sequence is being played and reaches the end.\r\rNote that not all videos can fire this event. Live streams, for example, have no fixed duration,\rso never technically 'complete'.\r\rIf a video is stopped from playback, via the `Video.stop` method, it will emit the\r`VIDEO_STOP` event instead of this one.\r\rListen for it from a Video Game Object instance using `Video.on('complete', listener)`.", @@ -92992,7 +93173,7 @@ "memberof": "Phaser.GameObjects.Events", "longname": "Phaser.GameObjects.Events#event:VIDEO_COMPLETE", "scope": "instance", - "___id": "T000002R009789", + "___id": "T000002R009809", "___s": true }, { @@ -93001,7 +93182,7 @@ "filename": "VIDEO_CREATED_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\events", "code": {} }, "description": "The Video Game Object Created Event.\r\rThis event is dispatched when the texture for a Video has been created. This happens\rwhen enough of the video source has been loaded that the browser is able to render a\rframe from it.\r\rListen for it from a Video Game Object instance using `Video.on('created', listener)`.", @@ -93061,7 +93242,7 @@ "memberof": "Phaser.GameObjects.Events", "longname": "Phaser.GameObjects.Events#event:VIDEO_CREATED", "scope": "instance", - "___id": "T000002R009791", + "___id": "T000002R009811", "___s": true }, { @@ -93070,7 +93251,7 @@ "filename": "VIDEO_ERROR_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\events", "code": {} }, "description": "The Video Game Object Error Event.\r\rThis event is dispatched when a Video tries to play a source that does not exist, or is the wrong file type.\r\rListen for it from a Video Game Object instance using `Video.on('error', listener)`.", @@ -93127,7 +93308,7 @@ "memberof": "Phaser.GameObjects.Events", "longname": "Phaser.GameObjects.Events#event:VIDEO_ERROR", "scope": "instance", - "___id": "T000002R009793", + "___id": "T000002R009813", "___s": true }, { @@ -93136,7 +93317,7 @@ "filename": "VIDEO_LOCKED_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\events", "code": {} }, "description": "The Video Game Object Locked Event.\r\rThis event is dispatched when a Video was attempted to be played, but the browser prevented it\rfrom doing so due to the Media Engagement Interaction policy.\r\rIf you get this event you will need to wait for the user to interact with the browser before\rthe video will play. This is a browser security measure to prevent autoplaying videos with\raudio. An interaction includes a mouse click, a touch, or a key press.\r\rListen for it from a Video Game Object instance using `Video.on('locked', listener)`.", @@ -93170,7 +93351,7 @@ "memberof": "Phaser.GameObjects.Events", "longname": "Phaser.GameObjects.Events#event:VIDEO_LOCKED", "scope": "instance", - "___id": "T000002R009795", + "___id": "T000002R009815", "___s": true }, { @@ -93179,7 +93360,7 @@ "filename": "VIDEO_LOOP_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\events", "code": {} }, "description": "The Video Game Object Loop Event.\r\rThis event is dispatched when a Video that is currently playing has looped. This only\rhappens if the `loop` parameter was specified, or the `setLoop` method was called,\rand if the video has a fixed duration. Video streams, for example, cannot loop, as\rthey have no duration.\r\rLooping is based on the result of the Video `timeupdate` event. This event is not\rframe-accurate, due to the way browsers work, so please do not rely on this loop\revent to be time or frame precise.\r\rListen for it from a Video Game Object instance using `Video.on('loop', listener)`.", @@ -93213,7 +93394,7 @@ "memberof": "Phaser.GameObjects.Events", "longname": "Phaser.GameObjects.Events#event:VIDEO_LOOP", "scope": "instance", - "___id": "T000002R009797", + "___id": "T000002R009817", "___s": true }, { @@ -93222,7 +93403,7 @@ "filename": "VIDEO_METADATA_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\events", "code": {} }, "description": "The Video Game Object Metadata Event.\r\rThis event is dispatched when a Video has access to the metadata.\r\rListen for it from a Video Game Object instance using `Video.on('metadata', listener)`.", @@ -93279,7 +93460,7 @@ "memberof": "Phaser.GameObjects.Events", "longname": "Phaser.GameObjects.Events#event:VIDEO_METADATA", "scope": "instance", - "___id": "T000002R009799", + "___id": "T000002R009819", "___s": true }, { @@ -93288,7 +93469,7 @@ "filename": "VIDEO_PLAYING_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\events", "code": {} }, "description": "The Video Game Object Playing Event.\r\rThe playing event is fired after playback is first started,\rand whenever it is restarted. For example it is fired when playback\rresumes after having been paused or delayed due to lack of data.\r\rListen for it from a Video Game Object instance using `Video.on('playing', listener)`.", @@ -93322,7 +93503,7 @@ "memberof": "Phaser.GameObjects.Events", "longname": "Phaser.GameObjects.Events#event:VIDEO_PLAYING", "scope": "instance", - "___id": "T000002R009801", + "___id": "T000002R009821", "___s": true }, { @@ -93331,7 +93512,7 @@ "filename": "VIDEO_PLAY_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\events", "code": {} }, "description": "The Video Game Object Play Event.\r\rThis event is dispatched when a Video begins playback. For videos that do not require\rinteraction unlocking, this is usually as soon as the `Video.play` method is called.\rHowever, for videos that require unlocking, it is fired once playback begins after\rthey've been unlocked.\r\rListen for it from a Video Game Object instance using `Video.on('play', listener)`.", @@ -93365,7 +93546,7 @@ "memberof": "Phaser.GameObjects.Events", "longname": "Phaser.GameObjects.Events#event:VIDEO_PLAY", "scope": "instance", - "___id": "T000002R009803", + "___id": "T000002R009823", "___s": true }, { @@ -93374,7 +93555,7 @@ "filename": "VIDEO_SEEKED_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\events", "code": {} }, "description": "The Video Game Object Seeked Event.\r\rThis event is dispatched when a Video completes seeking to a new point in its timeline.\r\rListen for it from a Video Game Object instance using `Video.on('seeked', listener)`.", @@ -93408,7 +93589,7 @@ "memberof": "Phaser.GameObjects.Events", "longname": "Phaser.GameObjects.Events#event:VIDEO_SEEKED", "scope": "instance", - "___id": "T000002R009805", + "___id": "T000002R009825", "___s": true }, { @@ -93417,7 +93598,7 @@ "filename": "VIDEO_SEEKING_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\events", "code": {} }, "description": "The Video Game Object Seeking Event.\r\rThis event is dispatched when a Video _begins_ seeking to a new point in its timeline.\rWhen the seek is complete, it will dispatch the `VIDEO_SEEKED` event to conclude.\r\rListen for it from a Video Game Object instance using `Video.on('seeking', listener)`.", @@ -93451,7 +93632,7 @@ "memberof": "Phaser.GameObjects.Events", "longname": "Phaser.GameObjects.Events#event:VIDEO_SEEKING", "scope": "instance", - "___id": "T000002R009807", + "___id": "T000002R009827", "___s": true }, { @@ -93460,7 +93641,7 @@ "filename": "VIDEO_STALLED_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\events", "code": {} }, "description": "The Video Game Object Stalled Event.\r\rThis event is dispatched by a Video Game Object when the video playback stalls.\r\rThis can happen if the video is buffering.\r\rIf will fire for any of the following native DOM events:\r\r`stalled`\r`suspend`\r`waiting`\r\rListen for it from a Video Game Object instance using `Video.on('stalled', listener)`.\r\rNote that being stalled isn't always a negative thing. A video can be stalled if it\rhas downloaded enough data in to its buffer to not need to download any more until\rthe current batch of frames have rendered.", @@ -93507,7 +93688,7 @@ "memberof": "Phaser.GameObjects.Events", "longname": "Phaser.GameObjects.Events#event:VIDEO_STALLED", "scope": "instance", - "___id": "T000002R009809", + "___id": "T000002R009829", "___s": true }, { @@ -93516,7 +93697,7 @@ "filename": "VIDEO_STOP_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\events", "code": {} }, "description": "The Video Game Object Stopped Event.\r\rThis event is dispatched when a Video is stopped from playback via a call to the `Video.stop` method,\reither directly via game code, or indirectly as the result of changing a video source or destroying it.\r\rListen for it from a Video Game Object instance using `Video.on('stop', listener)`.", @@ -93550,7 +93731,7 @@ "memberof": "Phaser.GameObjects.Events", "longname": "Phaser.GameObjects.Events#event:VIDEO_STOP", "scope": "instance", - "___id": "T000002R009811", + "___id": "T000002R009831", "___s": true }, { @@ -93559,7 +93740,7 @@ "filename": "VIDEO_TEXTURE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\events", "code": {} }, "description": "The Video Game Object Texture Ready Event.\r\rThis event is dispatched by a Video Game Object when it has finished creating its texture.\r\rThis happens when the video has finished loading enough data for its first frame.\r\rIf you wish to use the Video texture elsewhere in your game, such as as a Sprite texture,\rthen you should listen for this event first, before creating the Sprites that use it.\r\rListen for it from a Video Game Object instance using `Video.on('textureready', listener)`.", @@ -93606,7 +93787,7 @@ "memberof": "Phaser.GameObjects.Events", "longname": "Phaser.GameObjects.Events#event:VIDEO_TEXTURE", "scope": "instance", - "___id": "T000002R009813", + "___id": "T000002R009833", "___s": true }, { @@ -93615,7 +93796,7 @@ "filename": "VIDEO_UNLOCKED_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\events", "code": {} }, "description": "The Video Game Object Unlocked Event.\r\rThis event is dispatched when a Video that was prevented from playback due to the browsers\rMedia Engagement Interaction policy, is unlocked by a user gesture.\r\rListen for it from a Video Game Object instance using `Video.on('unlocked', listener)`.", @@ -93649,7 +93830,7 @@ "memberof": "Phaser.GameObjects.Events", "longname": "Phaser.GameObjects.Events#event:VIDEO_UNLOCKED", "scope": "instance", - "___id": "T000002R009815", + "___id": "T000002R009835", "___s": true }, { @@ -93658,7 +93839,7 @@ "filename": "VIDEO_UNSUPPORTED_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\events", "code": {} }, "description": "The Video Game Object Unsupported Event.\r\rThis event is dispatched by a Video Game Object if the media source\r(which may be specified as a MediaStream, MediaSource, Blob, or File,\rfor example) doesn't represent a supported media format.\r\rListen for it from a Video Game Object instance using `Video.on('unsupported', listener)`.", @@ -93715,7 +93896,7 @@ "memberof": "Phaser.GameObjects.Events", "longname": "Phaser.GameObjects.Events#event:VIDEO_UNSUPPORTED", "scope": "instance", - "___id": "T000002R009817", + "___id": "T000002R009837", "___s": true }, { @@ -93724,7 +93905,7 @@ "filename": "Extern.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\extern", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\extern", "code": {} }, "classdesc": "An Extern Game Object is a special type of Game Object that allows you to pass\rrendering off to a 3rd party.\r\rWhen you create an Extern and place it in the display list of a Scene, the renderer will\rprocess the list as usual. When it finds an Extern it will flush the current batch,\rclear down the pipeline and prepare a transform matrix which your render function can\rtake advantage of, if required.\r\rThe WebGL context is then left in a 'clean' state, ready for you to bind your own shaders,\ror draw to it, whatever you wish to do. This should all take place in the `render` method.\rThe correct way to deploy an Extern object is to create a class that extends it, then\roverride the `render` (and optionally `preUpdate`) methods and pass off control to your\r3rd party libraries or custom WebGL code there.\r\rOnce you've finished, you should free-up any of your resources.\rThe Extern will then rebind the Phaser pipeline and carry on rendering the display list.\r\rAlthough this object has lots of properties such as Alpha, Blend Mode and Tint, none of\rthem are used during rendering unless you take advantage of them in your own render code.", @@ -93763,7 +93944,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Extern", - "___id": "T000002R009823", + "___id": "T000002R009843", "___s": true }, { @@ -93772,7 +93953,7 @@ "filename": "ExternFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\extern", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\extern", "code": {} }, "description": "Creates a new Extern Game Object and adds it to the Scene.\r\rNote: This method will only be available if the Extern Game Object has been built into Phaser.", @@ -93796,7 +93977,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#extern", "scope": "instance", - "___id": "T000002R009835", + "___id": "T000002R009855", "___s": true }, { @@ -93805,7 +93986,7 @@ "filename": "GameObject.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "classdesc": "The base class that all Game Objects extend.\rYou don't create GameObjects directly and they cannot be added to the display list.\rInstead, use them as the base for your own custom classes.", @@ -93846,7 +94027,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.GameObject", - "___id": "T000002R009856", + "___id": "T000002R009876", "___s": true }, { @@ -93855,7 +94036,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "A reference to the Scene to which this Game Object belongs.\r\rGame Objects can only belong to one Scene.\r\rYou should consider this property as being read-only. You cannot move a\rGame Object to another Scene by simply changing it.", @@ -93874,7 +94055,7 @@ "longname": "Phaser.GameObjects.GameObject#scene", "scope": "instance", "kind": "member", - "___id": "T000002R009860", + "___id": "T000002R009880", "___s": true }, { @@ -93883,7 +94064,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Holds a reference to the Display List that contains this Game Object.\r\rThis is set automatically when this Game Object is added to a Scene or Layer.\r\rYou should treat this property as being read-only.", @@ -93913,7 +94094,7 @@ "longname": "Phaser.GameObjects.GameObject#displayList", "scope": "instance", "kind": "member", - "___id": "T000002R009862", + "___id": "T000002R009882", "___s": true }, { @@ -93922,7 +94103,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "A textual representation of this Game Object, i.e. `sprite`.\rUsed internally by Phaser but is available for your own custom classes to populate.", @@ -93941,7 +94122,7 @@ "longname": "Phaser.GameObjects.GameObject#type", "scope": "instance", "kind": "member", - "___id": "T000002R009864", + "___id": "T000002R009884", "___s": true }, { @@ -93950,7 +94131,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "The current state of this Game Object.\r\rPhaser itself will never modify this value, although plugins may do so.\r\rUse this property to track the state of a Game Object during its lifetime. For example, it could change from\ra state of 'moving', to 'attacking', to 'dead'. The state value should be an integer (ideally mapped to a constant\rin your game code), or a string. These are recommended to keep it light and simple, with fast comparisons.\rIf you need to store complex data about your Game Object, look at using the Data Component instead.", @@ -93979,7 +94160,7 @@ "longname": "Phaser.GameObjects.GameObject#state", "scope": "instance", "kind": "member", - "___id": "T000002R009866", + "___id": "T000002R009886", "___s": true }, { @@ -93988,7 +94169,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "The parent Container of this Game Object, if it has one.", @@ -94007,7 +94188,7 @@ "longname": "Phaser.GameObjects.GameObject#parentContainer", "scope": "instance", "kind": "member", - "___id": "T000002R009868", + "___id": "T000002R009888", "___s": true }, { @@ -94016,7 +94197,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "The name of this Game Object.\rEmpty by default and never populated by Phaser, this is left for developers to use.", @@ -94036,7 +94217,7 @@ "longname": "Phaser.GameObjects.GameObject#name", "scope": "instance", "kind": "member", - "___id": "T000002R009870", + "___id": "T000002R009890", "___s": true }, { @@ -94045,7 +94226,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "The active state of this Game Object.\rA Game Object with an active state of `true` is processed by the Scenes UpdateList, if added to it.\rAn active object is one which is having its logic and internal systems updated.", @@ -94065,7 +94246,7 @@ "longname": "Phaser.GameObjects.GameObject#active", "scope": "instance", "kind": "member", - "___id": "T000002R009872", + "___id": "T000002R009892", "___s": true }, { @@ -94074,7 +94255,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "The Tab Index of the Game Object.\rReserved for future use by plugins and the Input Manager.", @@ -94094,7 +94275,7 @@ "longname": "Phaser.GameObjects.GameObject#tabIndex", "scope": "instance", "kind": "member", - "___id": "T000002R009874", + "___id": "T000002R009894", "___s": true }, { @@ -94103,7 +94284,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "A Data Manager.\rIt allows you to store, query and get key/value paired information specific to this Game Object.\r`null` by default. Automatically created if you use `getData` or `setData` or `setDataEnabled`.", @@ -94123,7 +94304,7 @@ "longname": "Phaser.GameObjects.GameObject#data", "scope": "instance", "kind": "member", - "___id": "T000002R009876", + "___id": "T000002R009896", "___s": true }, { @@ -94132,7 +94313,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "The flags that are compared against `RENDER_MASK` to determine if this Game Object will render or not.\rThe bits are 0001 | 0010 | 0100 | 1000 set by the components Visible, Alpha, Transform and Texture respectively.\rIf those components are not used by your custom class then you can use this bitmask as you wish.", @@ -94152,7 +94333,7 @@ "longname": "Phaser.GameObjects.GameObject#renderFlags", "scope": "instance", "kind": "member", - "___id": "T000002R009878", + "___id": "T000002R009898", "___s": true }, { @@ -94161,7 +94342,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "A bitmask that controls if this Game Object is drawn by a Camera or not.\rNot usually set directly, instead call `Camera.ignore`, however you can\rset this property directly using the Camera.id property:", @@ -94184,7 +94365,7 @@ "longname": "Phaser.GameObjects.GameObject#cameraFilter", "scope": "instance", "kind": "member", - "___id": "T000002R009880", + "___id": "T000002R009900", "___s": true }, { @@ -94193,7 +94374,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "If this Game Object is enabled for input then this property will contain an InteractiveObject instance.\rNot usually set directly. Instead call `GameObject.setInteractive()`.", @@ -94215,7 +94396,7 @@ "longname": "Phaser.GameObjects.GameObject#input", "scope": "instance", "kind": "member", - "___id": "T000002R009882", + "___id": "T000002R009902", "___s": true }, { @@ -94224,7 +94405,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "If this Game Object is enabled for Arcade or Matter Physics then this property will contain a reference to a Physics Body.", @@ -94261,7 +94442,7 @@ "longname": "Phaser.GameObjects.GameObject#body", "scope": "instance", "kind": "member", - "___id": "T000002R009884", + "___id": "T000002R009904", "___s": true }, { @@ -94270,7 +94451,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "This Game Object will ignore all calls made to its destroy method if this flag is set to `true`.\rThis includes calls that may come from a Group, Container or the Scene itself.\rWhile it allows you to persist a Game Object across Scenes, please understand you are entirely\rresponsible for managing references to and from this Game Object.", @@ -94290,7 +94471,7 @@ "longname": "Phaser.GameObjects.GameObject#ignoreDestroy", "scope": "instance", "kind": "member", - "___id": "T000002R009886", + "___id": "T000002R009906", "___s": true }, { @@ -94299,7 +94480,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Sets the `active` property of this Game Object and returns this Game Object for further chaining.\rA Game Object with its `active` property set to `true` will be updated by the Scenes UpdateList.", @@ -94339,7 +94520,7 @@ "memberof": "Phaser.GameObjects.GameObject", "longname": "Phaser.GameObjects.GameObject#setActive", "scope": "instance", - "___id": "T000002R009888", + "___id": "T000002R009908", "___s": true }, { @@ -94348,7 +94529,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Sets the `name` property of this Game Object and returns this Game Object for further chaining.\rThe `name` property is not populated by Phaser and is presented for your own use.", @@ -94388,7 +94569,7 @@ "memberof": "Phaser.GameObjects.GameObject", "longname": "Phaser.GameObjects.GameObject#setName", "scope": "instance", - "___id": "T000002R009891", + "___id": "T000002R009911", "___s": true }, { @@ -94397,7 +94578,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Sets the current state of this Game Object.\r\rPhaser itself will never modify the State of a Game Object, although plugins may do so.\r\rFor example, a Game Object could change from a state of 'moving', to 'attacking', to 'dead'.\rThe state value should typically be an integer (ideally mapped to a constant\rin your game code), but could also be a string. It is recommended to keep it light and simple.\rIf you need to store complex data about your Game Object, look at using the Data Component instead.", @@ -94447,7 +94628,7 @@ "memberof": "Phaser.GameObjects.GameObject", "longname": "Phaser.GameObjects.GameObject#setState", "scope": "instance", - "___id": "T000002R009894", + "___id": "T000002R009914", "___s": true }, { @@ -94456,7 +94637,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Adds a Data Manager component to this Game Object.", @@ -94484,7 +94665,7 @@ "memberof": "Phaser.GameObjects.GameObject", "longname": "Phaser.GameObjects.GameObject#setDataEnabled", "scope": "instance", - "___id": "T000002R009897", + "___id": "T000002R009917", "___s": true }, { @@ -94493,7 +94674,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Allows you to store a key value pair within this Game Objects Data Manager.\r\rIf the Game Object has not been enabled for data (via `setDataEnabled`) then it will be enabled\rbefore setting the value.\r\rIf the key doesn't already exist in the Data Manager then it is created.\r\r```javascript\rsprite.setData('name', 'Red Gem Stone');\r```\r\rYou can also pass in an object of key value pairs as the first argument:\r\r```javascript\rsprite.setData({ name: 'Red Gem Stone', level: 2, owner: 'Link', gold: 50 });\r```\r\rTo get a value back again you can call `getData`:\r\r```javascript\rsprite.getData('gold');\r```\r\rOr you can access the value directly via the `values` property, where it works like any other variable:\r\r```javascript\rsprite.data.values.gold += 50;\r```\r\rWhen the value is first set, a `setdata` event is emitted from this Game Object.\r\rIf the key already exists, a `changedata` event is emitted instead, along an event named after the key.\rFor example, if you updated an existing key called `PlayerLives` then it would emit the event `changedata-PlayerLives`.\rThese events will be emitted regardless if you use this method to set the value, or the direct `values` setter.\r\rPlease note that the data keys are case-sensitive and must be valid JavaScript Object property strings.\rThis means the keys `gold` and `Gold` are treated as two unique values within the Data Manager.", @@ -94570,7 +94751,7 @@ "memberof": "Phaser.GameObjects.GameObject", "longname": "Phaser.GameObjects.GameObject#setData", "scope": "instance", - "___id": "T000002R009900", + "___id": "T000002R009920", "___s": true }, { @@ -94579,7 +94760,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Increase a value for the given key within this Game Objects Data Manager. If the key doesn't already exist in the Data Manager then it is increased from 0.\r\rIf the Game Object has not been enabled for data (via `setDataEnabled`) then it will be enabled\rbefore setting the value.\r\rIf the key doesn't already exist in the Data Manager then it is created.\r\rWhen the value is first set, a `setdata` event is emitted from this Game Object.", @@ -94634,7 +94815,7 @@ "memberof": "Phaser.GameObjects.GameObject", "longname": "Phaser.GameObjects.GameObject#incData", "scope": "instance", - "___id": "T000002R009903", + "___id": "T000002R009923", "___s": true }, { @@ -94643,7 +94824,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Toggle a boolean value for the given key within this Game Objects Data Manager. If the key doesn't already exist in the Data Manager then it is toggled from false.\r\rIf the Game Object has not been enabled for data (via `setDataEnabled`) then it will be enabled\rbefore setting the value.\r\rIf the key doesn't already exist in the Data Manager then it is created.\r\rWhen the value is first set, a `setdata` event is emitted from this Game Object.", @@ -94683,7 +94864,7 @@ "memberof": "Phaser.GameObjects.GameObject", "longname": "Phaser.GameObjects.GameObject#toggleData", "scope": "instance", - "___id": "T000002R009906", + "___id": "T000002R009926", "___s": true }, { @@ -94692,7 +94873,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Retrieves the value for the given key in this Game Objects Data Manager, or undefined if it doesn't exist.\r\rYou can also access values via the `values` object. For example, if you had a key called `gold` you can do either:\r\r```javascript\rsprite.getData('gold');\r```\r\rOr access the value directly:\r\r```javascript\rsprite.data.values.gold;\r```\r\rYou can also pass in an array of keys, in which case an array of values will be returned:\r\r```javascript\rsprite.getData([ 'gold', 'armor', 'health' ]);\r```\r\rThis approach is useful for destructuring arrays in ES6.", @@ -94749,7 +94930,7 @@ "memberof": "Phaser.GameObjects.GameObject", "longname": "Phaser.GameObjects.GameObject#getData", "scope": "instance", - "___id": "T000002R009909", + "___id": "T000002R009929", "___s": true }, { @@ -94758,7 +94939,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Pass this Game Object to the Input Manager to enable it for Input.\r\rInput works by using hit areas, these are nearly always geometric shapes, such as rectangles or circles, that act as the hit area\rfor the Game Object. However, you can provide your own hit area shape and callback, should you wish to handle some more advanced\rinput detection.\r\rIf no arguments are provided it will try and create a rectangle hit area based on the texture frame the Game Object is using. If\rthis isn't a texture-bound object, such as a Graphics or BitmapText object, this will fail, and you'll need to provide a specific\rshape for it to use.\r\rYou can also provide an Input Configuration Object as the only argument to this method.", @@ -94843,7 +95024,7 @@ "memberof": "Phaser.GameObjects.GameObject", "longname": "Phaser.GameObjects.GameObject#setInteractive", "scope": "instance", - "___id": "T000002R009912", + "___id": "T000002R009932", "___s": true }, { @@ -94852,7 +95033,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "If this Game Object has previously been enabled for input, this will disable it.\r\rAn object that is disabled for input stops processing or being considered for\rinput events, but can be turned back on again at any time by simply calling\r`setInteractive()` with no arguments provided.\r\rIf want to completely remove interaction from this Game Object then use `removeInteractive` instead.", @@ -94877,7 +95058,7 @@ "memberof": "Phaser.GameObjects.GameObject", "longname": "Phaser.GameObjects.GameObject#disableInteractive", "scope": "instance", - "___id": "T000002R009914", + "___id": "T000002R009934", "___s": true }, { @@ -94886,7 +95067,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "If this Game Object has previously been enabled for input, this will queue it\rfor removal, causing it to no longer be interactive. The removal happens on\rthe next game step, it is not immediate.\r\rThe Interactive Object that was assigned to this Game Object will be destroyed,\rremoved from the Input Manager and cleared from this Game Object.\r\rIf you wish to re-enable this Game Object at a later date you will need to\rre-create its InteractiveObject by calling `setInteractive` again.\r\rIf you wish to only temporarily stop an object from receiving input then use\r`disableInteractive` instead, as that toggles the interactive state, where-as\rthis erases it completely.\r\rIf you wish to resize a hit area, don't remove and then set it as being\rinteractive. Instead, access the hitarea object directly and resize the shape\rbeing used. I.e.: `sprite.input.hitArea.setSize(width, height)` (assuming the\rshape is a Rectangle, which it is by default.)", @@ -94911,7 +95092,7 @@ "memberof": "Phaser.GameObjects.GameObject", "longname": "Phaser.GameObjects.GameObject#removeInteractive", "scope": "instance", - "___id": "T000002R009916", + "___id": "T000002R009936", "___s": true }, { @@ -94920,7 +95101,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "This callback is invoked when this Game Object is added to a Scene.\r\rCan be overriden by custom Game Objects, but be aware of some Game Objects that\rwill use this, such as Sprites, to add themselves into the Update List.\r\rYou can also listen for the `ADDED_TO_SCENE` event from this Game Object.", @@ -94930,7 +95111,7 @@ "memberof": "Phaser.GameObjects.GameObject", "longname": "Phaser.GameObjects.GameObject#addedToScene", "scope": "instance", - "___id": "T000002R009919", + "___id": "T000002R009939", "___s": true }, { @@ -94939,7 +95120,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "This callback is invoked when this Game Object is removed from a Scene.\r\rCan be overriden by custom Game Objects, but be aware of some Game Objects that\rwill use this, such as Sprites, to removed themselves from the Update List.\r\rYou can also listen for the `REMOVED_FROM_SCENE` event from this Game Object.", @@ -94949,7 +95130,7 @@ "memberof": "Phaser.GameObjects.GameObject", "longname": "Phaser.GameObjects.GameObject#removedFromScene", "scope": "instance", - "___id": "T000002R009921", + "___id": "T000002R009941", "___s": true }, { @@ -94958,7 +95139,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "To be overridden by custom GameObjects. Allows base objects to be used in a Pool.", @@ -94985,7 +95166,7 @@ "memberof": "Phaser.GameObjects.GameObject", "longname": "Phaser.GameObjects.GameObject#update", "scope": "instance", - "___id": "T000002R009923", + "___id": "T000002R009943", "___s": true }, { @@ -94994,7 +95175,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Returns a JSON representation of the Game Object.", @@ -95018,7 +95199,7 @@ "memberof": "Phaser.GameObjects.GameObject", "longname": "Phaser.GameObjects.GameObject#toJSON", "scope": "instance", - "___id": "T000002R009925", + "___id": "T000002R009945", "___s": true }, { @@ -95027,7 +95208,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Compares the renderMask with the renderFlags to see if this Game Object will render or not.\rAlso checks the Game Object against the given Cameras exclusion list.", @@ -95066,7 +95247,7 @@ "memberof": "Phaser.GameObjects.GameObject", "longname": "Phaser.GameObjects.GameObject#willRender", "scope": "instance", - "___id": "T000002R009927", + "___id": "T000002R009947", "___s": true }, { @@ -95075,7 +95256,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Returns an array containing the display list index of either this Game Object, or if it has one,\rits parent Container. It then iterates up through all of the parent containers until it hits the\rroot of the display list (which is index 0 in the returned array).\r\rUsed internally by the InputPlugin but also useful if you wish to find out the display depth of\rthis Game Object and all of its ancestors.", @@ -95108,7 +95289,7 @@ "memberof": "Phaser.GameObjects.GameObject", "longname": "Phaser.GameObjects.GameObject#getIndexList", "scope": "instance", - "___id": "T000002R009930", + "___id": "T000002R009950", "___s": true }, { @@ -95117,7 +95298,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Adds this Game Object to the given Display List.\r\rIf no Display List is specified, it will default to the Display List owned by the Scene to which\rthis Game Object belongs.\r\rA Game Object can only exist on one Display List at any given time, but may move freely between them.\r\rIf this Game Object is already on another Display List when this method is called, it will first\rbe removed from it, before being added to the new list.\r\rYou can query which list it is on by looking at the `Phaser.GameObjects.GameObject#displayList` property.\r\rIf a Game Object isn't on any display list, it will not be rendered. If you just wish to temporarly\rdisable it from rendering, consider using the `setVisible` method, instead.", @@ -95172,7 +95353,7 @@ "memberof": "Phaser.GameObjects.GameObject", "longname": "Phaser.GameObjects.GameObject#addToDisplayList", "scope": "instance", - "___id": "T000002R009937", + "___id": "T000002R009957", "___s": true }, { @@ -95181,7 +95362,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Adds this Game Object to the Update List belonging to the Scene.\r\rWhen a Game Object is added to the Update List it will have its `preUpdate` method called\revery game frame. This method is passed two parameters: `delta` and `time`.\r\rIf you wish to run your own logic within `preUpdate` then you should always call\r`super.preUpdate(delta, time)` within it, or it may fail to process required operations,\rsuch as Sprite animations.", @@ -95206,7 +95387,7 @@ "memberof": "Phaser.GameObjects.GameObject", "longname": "Phaser.GameObjects.GameObject#addToUpdateList", "scope": "instance", - "___id": "T000002R009941", + "___id": "T000002R009961", "___s": true }, { @@ -95215,7 +95396,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Removes this Game Object from the Display List it is currently on.\r\rA Game Object can only exist on one Display List at any given time, but may move freely removed\rand added back at a later stage.\r\rYou can query which list it is on by looking at the `Phaser.GameObjects.GameObject#displayList` property.\r\rIf a Game Object isn't on any Display List, it will not be rendered. If you just wish to temporarly\rdisable it from rendering, consider using the `setVisible` method, instead.", @@ -95244,7 +95425,7 @@ "memberof": "Phaser.GameObjects.GameObject", "longname": "Phaser.GameObjects.GameObject#removeFromDisplayList", "scope": "instance", - "___id": "T000002R009943", + "___id": "T000002R009963", "___s": true }, { @@ -95253,7 +95434,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Removes this Game Object from the Scene's Update List.\r\rWhen a Game Object is on the Update List, it will have its `preUpdate` method called\revery game frame. Calling this method will remove it from the list, preventing this.\r\rRemoving a Game Object from the Update List will stop most internal functions working.\rFor example, removing a Sprite from the Update List will prevent it from being able to\rrun animations.", @@ -95278,7 +95459,7 @@ "memberof": "Phaser.GameObjects.GameObject", "longname": "Phaser.GameObjects.GameObject#removeFromUpdateList", "scope": "instance", - "___id": "T000002R009947", + "___id": "T000002R009967", "___s": true }, { @@ -95287,7 +95468,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Destroys this Game Object removing it from the Display List and Update List and\rsevering all ties to parent resources.\r\rAlso removes itself from the Input Manager and Physics Manager if previously enabled.\r\rUse this to remove a Game Object from your game if you don't ever plan to use it again.\rAs long as no reference to it exists within your own code it should become free for\rgarbage collection by the browser.\r\rIf you just want to temporarily disable an object then look at using the\rGame Object Pool instead of destroying it, as destroyed objects cannot be resurrected.", @@ -95318,7 +95499,7 @@ "longname": "Phaser.GameObjects.GameObject#destroy", "scope": "instance", "overrides": "Phaser.Events.EventEmitter#destroy", - "___id": "T000002R009949", + "___id": "T000002R009969", "___s": true }, { @@ -95327,7 +95508,7 @@ "filename": "GameObject.js", "lineno": 900, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "The bitmask that `GameObject.renderFlags` is compared against to determine if the Game Object will render or not.", @@ -95345,7 +95526,7 @@ "memberof": "Phaser.GameObjects.GameObject", "scope": "static", "longname": "Phaser.GameObjects.GameObject.RENDER_MASK", - "___id": "T000002R009961", + "___id": "T000002R009981", "___s": true }, { @@ -95354,7 +95535,7 @@ "filename": "GameObjectCreator.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "classdesc": "The Game Object Creator is a Scene plugin that allows you to quickly create many common\rtypes of Game Objects and return them using a configuration object, rather than\rhaving to specify a limited set of parameters such as with the GameObjectFactory.\r\rGame Objects made via this class are automatically added to the Scene and Update List\runless you explicitly set the `add` property in the configuration object to `false`.", @@ -95379,7 +95560,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.GameObjectCreator", - "___id": "T000002R009967", + "___id": "T000002R009987", "___s": true }, { @@ -95388,7 +95569,7 @@ "filename": "GameObjectCreator.js", "lineno": 33, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "The Scene to which this Game Object Creator belongs.", @@ -95408,7 +95589,7 @@ "longname": "Phaser.GameObjects.GameObjectCreator#scene", "scope": "instance", "kind": "member", - "___id": "T000002R009970", + "___id": "T000002R009990", "___s": true }, { @@ -95417,7 +95598,7 @@ "filename": "GameObjectCreator.js", "lineno": 43, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "A reference to the Scene.Systems.", @@ -95437,7 +95618,7 @@ "longname": "Phaser.GameObjects.GameObjectCreator#systems", "scope": "instance", "kind": "member", - "___id": "T000002R009972", + "___id": "T000002R009992", "___s": true }, { @@ -95446,7 +95627,7 @@ "filename": "GameObjectCreator.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "A reference to the Scene Event Emitter.", @@ -95466,7 +95647,7 @@ "longname": "Phaser.GameObjects.GameObjectCreator#events", "scope": "instance", "kind": "member", - "___id": "T000002R009974", + "___id": "T000002R009994", "___s": true }, { @@ -95475,7 +95656,7 @@ "filename": "GameObjectCreator.js", "lineno": 63, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "A reference to the Scene Display List.", @@ -95495,7 +95676,7 @@ "longname": "Phaser.GameObjects.GameObjectCreator#displayList", "scope": "instance", "kind": "member", - "___id": "T000002R009976", + "___id": "T000002R009996", "___s": true }, { @@ -95504,7 +95685,7 @@ "filename": "GameObjectCreator.js", "lineno": 73, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "A reference to the Scene Update List.", @@ -95524,7 +95705,7 @@ "longname": "Phaser.GameObjects.GameObjectCreator#updateList", "scope": "instance", "kind": "member", - "___id": "T000002R009978", + "___id": "T000002R009998", "___s": true }, { @@ -95533,7 +95714,7 @@ "filename": "GameObjectCreator.js", "lineno": 154, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Static method called directly by the Game Object creator functions.\rWith this method you can register a custom GameObject factory in the GameObjectCreator,\rproviding a name (`factoryType`) and the constructor (`factoryFunction`) in order\rto be called when you invoke Phaser.Scene.make[ factoryType ] method.", @@ -95571,7 +95752,7 @@ ], "memberof": "Phaser.GameObjects.GameObjectCreator", "longname": "Phaser.GameObjects.GameObjectCreator.register", - "___id": "T000002R009995", + "___id": "T000002R010015", "___s": true }, { @@ -95580,7 +95761,7 @@ "filename": "GameObjectCreator.js", "lineno": 175, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Static method called directly by the Game Object Creator functions.\r\rWith this method you can remove a custom Game Object Creator that has been previously\rregistered in the Game Object Creator. Pass in its `factoryType` in order to remove it.", @@ -95605,7 +95786,7 @@ ], "memberof": "Phaser.GameObjects.GameObjectCreator", "longname": "Phaser.GameObjects.GameObjectCreator.remove", - "___id": "T000002R009998", + "___id": "T000002R010018", "___s": true }, { @@ -95614,7 +95795,7 @@ "filename": "GameObjectFactory.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "classdesc": "The Game Object Factory is a Scene plugin that allows you to quickly create many common\rtypes of Game Objects and have them automatically registered with the Scene.\r\rGame Objects directly register themselves with the Factory and inject their own creation\rmethods into the class.", @@ -95639,7 +95820,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.GameObjectFactory", - "___id": "T000002R010004", + "___id": "T000002R010024", "___s": true }, { @@ -95648,7 +95829,7 @@ "filename": "GameObjectFactory.js", "lineno": 32, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "The Scene to which this Game Object Factory belongs.", @@ -95668,7 +95849,7 @@ "longname": "Phaser.GameObjects.GameObjectFactory#scene", "scope": "instance", "kind": "member", - "___id": "T000002R010007", + "___id": "T000002R010027", "___s": true }, { @@ -95677,7 +95858,7 @@ "filename": "GameObjectFactory.js", "lineno": 42, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "A reference to the Scene.Systems.", @@ -95697,7 +95878,7 @@ "longname": "Phaser.GameObjects.GameObjectFactory#systems", "scope": "instance", "kind": "member", - "___id": "T000002R010009", + "___id": "T000002R010029", "___s": true }, { @@ -95706,7 +95887,7 @@ "filename": "GameObjectFactory.js", "lineno": 52, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "A reference to the Scene Event Emitter.", @@ -95726,7 +95907,7 @@ "longname": "Phaser.GameObjects.GameObjectFactory#events", "scope": "instance", "kind": "member", - "___id": "T000002R010011", + "___id": "T000002R010031", "___s": true }, { @@ -95735,7 +95916,7 @@ "filename": "GameObjectFactory.js", "lineno": 62, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "A reference to the Scene Display List.", @@ -95755,7 +95936,7 @@ "longname": "Phaser.GameObjects.GameObjectFactory#displayList", "scope": "instance", "kind": "member", - "___id": "T000002R010013", + "___id": "T000002R010033", "___s": true }, { @@ -95764,7 +95945,7 @@ "filename": "GameObjectFactory.js", "lineno": 72, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "A reference to the Scene Update List.", @@ -95784,7 +95965,7 @@ "longname": "Phaser.GameObjects.GameObjectFactory#updateList", "scope": "instance", "kind": "member", - "___id": "T000002R010015", + "___id": "T000002R010035", "___s": true }, { @@ -95793,7 +95974,7 @@ "filename": "GameObjectFactory.js", "lineno": 116, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Adds an existing Game Object to this Scene.\r\rIf the Game Object renders, it will be added to the Display List.\rIf it has a `preUpdate` method, it will be added to the Update List.", @@ -95855,7 +96036,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#existing", "scope": "instance", - "___id": "T000002R010023", + "___id": "T000002R010043", "___s": true }, { @@ -95864,7 +96045,7 @@ "filename": "GameObjectFactory.js", "lineno": 185, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Static method called directly by the Game Object factory functions.\rWith this method you can register a custom GameObject factory in the GameObjectFactory,\rproviding a name (`factoryType`) and the constructor (`factoryFunction`) in order\rto be called when you call to Phaser.Scene.add[ factoryType ] method.", @@ -95902,7 +96083,7 @@ ], "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory.register", - "___id": "T000002R010034", + "___id": "T000002R010054", "___s": true }, { @@ -95911,7 +96092,7 @@ "filename": "GameObjectFactory.js", "lineno": 206, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Static method called directly by the Game Object factory functions.\rWith this method you can remove a custom GameObject factory registered in the GameObjectFactory,\rproviding a its `factoryType`.", @@ -95936,7 +96117,7 @@ ], "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory.remove", - "___id": "T000002R010037", + "___id": "T000002R010057", "___s": true }, { @@ -95945,7 +96126,7 @@ "filename": "GetCalcMatrix.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "Calculates the Transform Matrix of the given Game Object and Camera, factoring in\rthe parent matrix if provided.\r\rNote that the object this results contains _references_ to the Transform Matrices,\rnot new instances of them. Therefore, you should use their values immediately, or\rcopy them to your own matrix, as they will be replaced as soon as another Game\rObject is rendered.", @@ -96011,7 +96192,7 @@ ], "longname": "Phaser.GameObjects.GetCalcMatrix", "scope": "static", - "___id": "T000002R010048", + "___id": "T000002R010068", "___s": true }, { @@ -96020,7 +96201,7 @@ "filename": "Graphics.js", "lineno": 18, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "classdesc": "A Graphics object is a way to draw primitive shapes to your game. Primitives include forms of geometry, such as\rRectangles, Circles, and Polygons. They also include lines, arcs and curves. When you initially create a Graphics\robject it will be empty.\r\rTo draw to it you must first specify a line style or fill style (or both), draw shapes using paths, and finally\rfill or stroke them. For example:\r\r```javascript\rgraphics.lineStyle(5, 0xFF00FF, 1.0);\rgraphics.beginPath();\rgraphics.moveTo(100, 100);\rgraphics.lineTo(200, 200);\rgraphics.closePath();\rgraphics.strokePath();\r```\r\rThere are also many helpful methods that draw and fill/stroke common shapes for you.\r\r```javascript\rgraphics.lineStyle(5, 0xFF00FF, 1.0);\rgraphics.fillStyle(0xFFFFFF, 1.0);\rgraphics.fillRect(50, 50, 400, 200);\rgraphics.strokeRect(50, 50, 400, 200);\r```\r\rWhen a Graphics object is rendered it will render differently based on if the game is running under Canvas or WebGL.\rUnder Canvas it will use the HTML Canvas context drawing operations to draw the path.\rUnder WebGL the graphics data is decomposed into polygons. Both of these are expensive processes, especially with\rcomplex shapes.\r\rIf your Graphics object doesn't change much (or at all) once you've drawn your shape to it, then you will help\rperformance by calling {@link Phaser.GameObjects.Graphics#generateTexture}. This will 'bake' the Graphics object into\ra Texture, and return it. You can then use this Texture for Sprites or other display objects. If your Graphics object\rupdates frequently then you should avoid doing this, as it will constantly generate new textures, which will consume\rmemory.\r\rAs you can tell, Graphics objects are a bit of a trade-off. While they are extremely useful, you need to be careful\rin their complexity and quantity of them in your game.", @@ -96071,7 +96252,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Graphics", - "___id": "T000002R010088", + "___id": "T000002R010108", "___s": true }, { @@ -96080,7 +96261,7 @@ "filename": "Graphics.js", "lineno": 108, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "The horizontal display origin of the Graphics.", @@ -96100,7 +96281,7 @@ "longname": "Phaser.GameObjects.Graphics#displayOriginX", "scope": "instance", "kind": "member", - "___id": "T000002R010095", + "___id": "T000002R010115", "___s": true }, { @@ -96109,7 +96290,7 @@ "filename": "Graphics.js", "lineno": 118, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "The vertical display origin of the Graphics.", @@ -96129,7 +96310,7 @@ "longname": "Phaser.GameObjects.Graphics#displayOriginY", "scope": "instance", "kind": "member", - "___id": "T000002R010097", + "___id": "T000002R010117", "___s": true }, { @@ -96138,7 +96319,7 @@ "filename": "Graphics.js", "lineno": 128, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "The array of commands used to render the Graphics.", @@ -96158,7 +96339,7 @@ "longname": "Phaser.GameObjects.Graphics#commandBuffer", "scope": "instance", "kind": "member", - "___id": "T000002R010099", + "___id": "T000002R010119", "___s": true }, { @@ -96167,7 +96348,7 @@ "filename": "Graphics.js", "lineno": 138, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "The default fill color for shapes rendered by this Graphics object.\rSet this value with `setDefaultStyles()`.", @@ -96188,7 +96369,7 @@ "longname": "Phaser.GameObjects.Graphics#defaultFillColor", "scope": "instance", "kind": "member", - "___id": "T000002R010101", + "___id": "T000002R010121", "___s": true }, { @@ -96197,7 +96378,7 @@ "filename": "Graphics.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "The default fill alpha for shapes rendered by this Graphics object.\rSet this value with `setDefaultStyles()`.", @@ -96218,7 +96399,7 @@ "longname": "Phaser.GameObjects.Graphics#defaultFillAlpha", "scope": "instance", "kind": "member", - "___id": "T000002R010103", + "___id": "T000002R010123", "___s": true }, { @@ -96227,7 +96408,7 @@ "filename": "Graphics.js", "lineno": 162, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "The default stroke width for shapes rendered by this Graphics object.\rSet this value with `setDefaultStyles()`.", @@ -96248,7 +96429,7 @@ "longname": "Phaser.GameObjects.Graphics#defaultStrokeWidth", "scope": "instance", "kind": "member", - "___id": "T000002R010105", + "___id": "T000002R010125", "___s": true }, { @@ -96257,7 +96438,7 @@ "filename": "Graphics.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "The default stroke color for shapes rendered by this Graphics object.\rSet this value with `setDefaultStyles()`.", @@ -96278,7 +96459,7 @@ "longname": "Phaser.GameObjects.Graphics#defaultStrokeColor", "scope": "instance", "kind": "member", - "___id": "T000002R010107", + "___id": "T000002R010127", "___s": true }, { @@ -96287,7 +96468,7 @@ "filename": "Graphics.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "The default stroke alpha for shapes rendered by this Graphics object.\rSet this value with `setDefaultStyles()`.", @@ -96308,7 +96489,7 @@ "longname": "Phaser.GameObjects.Graphics#defaultStrokeAlpha", "scope": "instance", "kind": "member", - "___id": "T000002R010109", + "___id": "T000002R010129", "___s": true }, { @@ -96317,7 +96498,7 @@ "filename": "Graphics.js", "lineno": 214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Set the default style settings for this Graphics object.", @@ -96357,7 +96538,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#setDefaultStyles", "scope": "instance", - "___id": "T000002R010113", + "___id": "T000002R010133", "___s": true }, { @@ -96366,7 +96547,7 @@ "filename": "Graphics.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Set the current line style. Used for all 'stroke' related functions.", @@ -96434,7 +96615,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#lineStyle", "scope": "instance", - "___id": "T000002R010120", + "___id": "T000002R010140", "___s": true }, { @@ -96443,7 +96624,7 @@ "filename": "Graphics.js", "lineno": 272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Set the current fill style. Used for all 'fill' related functions.", @@ -96498,7 +96679,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#fillStyle", "scope": "instance", - "___id": "T000002R010124", + "___id": "T000002R010144", "___s": true }, { @@ -96507,7 +96688,7 @@ "filename": "Graphics.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Sets a gradient fill style. This is a WebGL only feature.\r\rThe gradient color values represent the 4 corners of an untransformed rectangle.\rThe gradient is used to color all filled shapes and paths drawn after calling this method.\rIf you wish to turn a gradient off, call `fillStyle` and provide a new single fill color.\r\rWhen filling a triangle only the first 3 color values provided are used for the 3 points of a triangle.\r\rThis feature is best used only on rectangles and triangles. All other shapes will give strange results.\r\rNote that for objects such as arcs or ellipses, or anything which is made out of triangles, each triangle used\rwill be filled with a gradient on its own. There is no ability to gradient fill a shape or path as a single\rentity at this time.", @@ -96653,7 +96834,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#fillGradientStyle", "scope": "instance", - "___id": "T000002R010127", + "___id": "T000002R010147", "___s": true }, { @@ -96662,7 +96843,7 @@ "filename": "Graphics.js", "lineno": 341, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Sets a gradient line style. This is a WebGL only feature.\r\rThe gradient color values represent the 4 corners of an untransformed rectangle.\rThe gradient is used to color all stroked shapes and paths drawn after calling this method.\rIf you wish to turn a gradient off, call `lineStyle` and provide a new single line color.\r\rThis feature is best used only on single lines. All other shapes will give strange results.\r\rNote that for objects such as arcs or ellipses, or anything which is made out of triangles, each triangle used\rwill be filled with a gradient on its own. There is no ability to gradient stroke a shape or path as a single\rentity at this time.", @@ -96776,7 +96957,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#lineGradientStyle", "scope": "instance", - "___id": "T000002R010133", + "___id": "T000002R010153", "___s": true }, { @@ -96785,7 +96966,7 @@ "filename": "Graphics.js", "lineno": 379, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Start a new shape path.", @@ -96810,7 +96991,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#beginPath", "scope": "instance", - "___id": "T000002R010136", + "___id": "T000002R010156", "___s": true }, { @@ -96819,7 +97000,7 @@ "filename": "Graphics.js", "lineno": 396, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Close the current path.", @@ -96844,7 +97025,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#closePath", "scope": "instance", - "___id": "T000002R010138", + "___id": "T000002R010158", "___s": true }, { @@ -96853,7 +97034,7 @@ "filename": "Graphics.js", "lineno": 413, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Fill the current path.", @@ -96878,7 +97059,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#fillPath", "scope": "instance", - "___id": "T000002R010140", + "___id": "T000002R010160", "___s": true }, { @@ -96887,7 +97068,7 @@ "filename": "Graphics.js", "lineno": 430, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Fill the current path.\r\rThis is an alias for `Graphics.fillPath` and does the same thing.\rIt was added to match the CanvasRenderingContext 2D API.", @@ -96912,7 +97093,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#fill", "scope": "instance", - "___id": "T000002R010142", + "___id": "T000002R010162", "___s": true }, { @@ -96921,7 +97102,7 @@ "filename": "Graphics.js", "lineno": 450, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Stroke the current path.", @@ -96946,7 +97127,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#strokePath", "scope": "instance", - "___id": "T000002R010144", + "___id": "T000002R010164", "___s": true }, { @@ -96955,7 +97136,7 @@ "filename": "Graphics.js", "lineno": 467, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Stroke the current path.\r\rThis is an alias for `Graphics.strokePath` and does the same thing.\rIt was added to match the CanvasRenderingContext 2D API.", @@ -96980,7 +97161,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#stroke", "scope": "instance", - "___id": "T000002R010146", + "___id": "T000002R010166", "___s": true }, { @@ -96989,7 +97170,7 @@ "filename": "Graphics.js", "lineno": 487, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Fill the given circle.", @@ -97029,7 +97210,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#fillCircleShape", "scope": "instance", - "___id": "T000002R010148", + "___id": "T000002R010168", "___s": true }, { @@ -97038,7 +97219,7 @@ "filename": "Graphics.js", "lineno": 502, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Stroke the given circle.", @@ -97078,7 +97259,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#strokeCircleShape", "scope": "instance", - "___id": "T000002R010150", + "___id": "T000002R010170", "___s": true }, { @@ -97087,7 +97268,7 @@ "filename": "Graphics.js", "lineno": 517, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Fill a circle with the given position and radius.", @@ -97153,7 +97334,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#fillCircle", "scope": "instance", - "___id": "T000002R010152", + "___id": "T000002R010172", "___s": true }, { @@ -97162,7 +97343,7 @@ "filename": "Graphics.js", "lineno": 538, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Stroke a circle with the given position and radius.", @@ -97228,7 +97409,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#strokeCircle", "scope": "instance", - "___id": "T000002R010154", + "___id": "T000002R010174", "___s": true }, { @@ -97237,7 +97418,7 @@ "filename": "Graphics.js", "lineno": 559, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Fill the given rectangle.", @@ -97277,7 +97458,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#fillRectShape", "scope": "instance", - "___id": "T000002R010156", + "___id": "T000002R010176", "___s": true }, { @@ -97286,7 +97467,7 @@ "filename": "Graphics.js", "lineno": 574, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Stroke the given rectangle.", @@ -97326,7 +97507,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#strokeRectShape", "scope": "instance", - "___id": "T000002R010158", + "___id": "T000002R010178", "___s": true }, { @@ -97335,7 +97516,7 @@ "filename": "Graphics.js", "lineno": 589, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Fill a rectangle with the given position and size.", @@ -97414,7 +97595,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#fillRect", "scope": "instance", - "___id": "T000002R010160", + "___id": "T000002R010180", "___s": true }, { @@ -97423,7 +97604,7 @@ "filename": "Graphics.js", "lineno": 612, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Stroke a rectangle with the given position and size.", @@ -97502,7 +97683,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#strokeRect", "scope": "instance", - "___id": "T000002R010162", + "___id": "T000002R010182", "___s": true }, { @@ -97511,7 +97692,7 @@ "filename": "Graphics.js", "lineno": 654, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Fill a rounded rectangle with the given position, size and radius.", @@ -97615,7 +97796,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#fillRoundedRect", "scope": "instance", - "___id": "T000002R010167", + "___id": "T000002R010187", "___s": true }, { @@ -97624,7 +97805,7 @@ "filename": "Graphics.js", "lineno": 746, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Stroke a rounded rectangle with the given position, size and radius.", @@ -97728,7 +97909,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#strokeRoundedRect", "scope": "instance", - "___id": "T000002R010186", + "___id": "T000002R010206", "___s": true }, { @@ -97737,7 +97918,7 @@ "filename": "Graphics.js", "lineno": 844, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Fill the given point.\r\rDraws a square at the given position, 1 pixel in size by default.", @@ -97807,7 +97988,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#fillPointShape", "scope": "instance", - "___id": "T000002R010206", + "___id": "T000002R010226", "___s": true }, { @@ -97816,7 +97997,7 @@ "filename": "Graphics.js", "lineno": 862, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Fill a point at the given position.\r\rDraws a square at the given position, 1 pixel in size by default.", @@ -97884,7 +98065,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#fillPoint", "scope": "instance", - "___id": "T000002R010208", + "___id": "T000002R010228", "___s": true }, { @@ -97893,7 +98074,7 @@ "filename": "Graphics.js", "lineno": 896, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Fill the given triangle.", @@ -97933,7 +98114,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#fillTriangleShape", "scope": "instance", - "___id": "T000002R010213", + "___id": "T000002R010233", "___s": true }, { @@ -97942,7 +98123,7 @@ "filename": "Graphics.js", "lineno": 911, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Stroke the given triangle.", @@ -97982,7 +98163,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#strokeTriangleShape", "scope": "instance", - "___id": "T000002R010215", + "___id": "T000002R010235", "___s": true }, { @@ -97991,7 +98172,7 @@ "filename": "Graphics.js", "lineno": 926, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Fill a triangle with the given points.", @@ -98096,7 +98277,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#fillTriangle", "scope": "instance", - "___id": "T000002R010217", + "___id": "T000002R010237", "___s": true }, { @@ -98105,7 +98286,7 @@ "filename": "Graphics.js", "lineno": 951, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Stroke a triangle with the given points.", @@ -98210,7 +98391,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#strokeTriangle", "scope": "instance", - "___id": "T000002R010219", + "___id": "T000002R010239", "___s": true }, { @@ -98219,7 +98400,7 @@ "filename": "Graphics.js", "lineno": 976, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Draw the given line.", @@ -98259,7 +98440,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#strokeLineShape", "scope": "instance", - "___id": "T000002R010221", + "___id": "T000002R010241", "___s": true }, { @@ -98268,7 +98449,7 @@ "filename": "Graphics.js", "lineno": 991, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Draw a line between the given points.", @@ -98347,7 +98528,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#lineBetween", "scope": "instance", - "___id": "T000002R010223", + "___id": "T000002R010243", "___s": true }, { @@ -98356,7 +98537,7 @@ "filename": "Graphics.js", "lineno": 1014, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Draw a line from the current drawing position to the given position.\r\rMoves the current drawing position to the given position.", @@ -98409,7 +98590,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#lineTo", "scope": "instance", - "___id": "T000002R010225", + "___id": "T000002R010245", "___s": true }, { @@ -98418,7 +98599,7 @@ "filename": "Graphics.js", "lineno": 1037, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Move the current drawing position to the given position.", @@ -98471,7 +98652,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#moveTo", "scope": "instance", - "___id": "T000002R010227", + "___id": "T000002R010247", "___s": true }, { @@ -98480,7 +98661,7 @@ "filename": "Graphics.js", "lineno": 1058, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Stroke the shape represented by the given array of points.\r\rPass `closeShape` to automatically close the shape by joining the last to the first point.\r\rPass `closePath` to automatically close the path before it is stroked.", @@ -98583,7 +98764,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#strokePoints", "scope": "instance", - "___id": "T000002R010229", + "___id": "T000002R010249", "___s": true }, { @@ -98592,7 +98773,7 @@ "filename": "Graphics.js", "lineno": 1105, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Fill the shape represented by the given array of points.\r\rPass `closeShape` to automatically close the shape by joining the last to the first point.\r\rPass `closePath` to automatically close the path before it is filled.", @@ -98695,7 +98876,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#fillPoints", "scope": "instance", - "___id": "T000002R010235", + "___id": "T000002R010255", "___s": true }, { @@ -98704,7 +98885,7 @@ "filename": "Graphics.js", "lineno": 1152, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Stroke the given ellipse.", @@ -98759,7 +98940,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#strokeEllipseShape", "scope": "instance", - "___id": "T000002R010241", + "___id": "T000002R010261", "___s": true }, { @@ -98768,7 +98949,7 @@ "filename": "Graphics.js", "lineno": 1172, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Stroke an ellipse with the given position and size.", @@ -98862,7 +99043,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#strokeEllipse", "scope": "instance", - "___id": "T000002R010245", + "___id": "T000002R010265", "___s": true }, { @@ -98871,7 +99052,7 @@ "filename": "Graphics.js", "lineno": 1197, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Fill the given ellipse.", @@ -98926,7 +99107,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#fillEllipseShape", "scope": "instance", - "___id": "T000002R010250", + "___id": "T000002R010270", "___s": true }, { @@ -98935,7 +99116,7 @@ "filename": "Graphics.js", "lineno": 1217, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Fill an ellipse with the given position and size.", @@ -99029,7 +99210,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#fillEllipse", "scope": "instance", - "___id": "T000002R010254", + "___id": "T000002R010274", "___s": true }, { @@ -99038,7 +99219,7 @@ "filename": "Graphics.js", "lineno": 1242, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Draw an arc.\r\rThis method can be used to create circles, or parts of circles.\r\rMake sure you call `beginPath` before starting the arc unless you wish for the arc to automatically\rclose when filled or stroked.\r\rUse the optional `overshoot` argument increase the number of iterations that take place when\rthe arc is rendered in WebGL. This is useful if you're drawing an arc with an especially thick line,\ras it will allow the arc to fully join-up. Try small values at first, i.e. 0.01.\r\rCall {@link Phaser.GameObjects.Graphics#fillPath} or {@link Phaser.GameObjects.Graphics#strokePath} after calling\rthis method to draw the arc.", @@ -99160,7 +99341,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#arc", "scope": "instance", - "___id": "T000002R010259", + "___id": "T000002R010279", "___s": true }, { @@ -99169,7 +99350,7 @@ "filename": "Graphics.js", "lineno": 1283, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Creates a pie-chart slice shape centered at `x`, `y` with the given radius.\rYou must define the start and end angle of the slice.\r\rSetting the `anticlockwise` argument to `true` creates a shape similar to Pacman.\rSetting it to `false` creates a shape like a slice of pie.\r\rThis method will begin a new path and close the path at the end of it.\rTo display the actual slice you need to call either `strokePath` or `fillPath` after it.", @@ -99291,7 +99472,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#slice", "scope": "instance", - "___id": "T000002R010263", + "___id": "T000002R010283", "___s": true }, { @@ -99300,7 +99481,7 @@ "filename": "Graphics.js", "lineno": 1322, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Saves the state of the Graphics by pushing the current state onto a stack.\r\rThe most recently saved state can then be restored with {@link Phaser.GameObjects.Graphics#restore}.", @@ -99325,7 +99506,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#save", "scope": "instance", - "___id": "T000002R010267", + "___id": "T000002R010287", "___s": true }, { @@ -99334,7 +99515,7 @@ "filename": "Graphics.js", "lineno": 1341, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Restores the most recently saved state of the Graphics by popping from the state stack.\r\rUse {@link Phaser.GameObjects.Graphics#save} to save the current state, and call this afterwards to restore that state.\r\rIf there is no saved state, this command does nothing.", @@ -99359,7 +99540,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#restore", "scope": "instance", - "___id": "T000002R010269", + "___id": "T000002R010289", "___s": true }, { @@ -99368,7 +99549,7 @@ "filename": "Graphics.js", "lineno": 1362, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Inserts a translation command into this Graphics objects command buffer.\r\rAll objects drawn _after_ calling this method will be translated\rby the given amount.\r\rThis does not change the position of the Graphics object itself,\ronly of the objects drawn by it after calling this method.", @@ -99421,7 +99602,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#translateCanvas", "scope": "instance", - "___id": "T000002R010271", + "___id": "T000002R010291", "___s": true }, { @@ -99430,7 +99611,7 @@ "filename": "Graphics.js", "lineno": 1389, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Inserts a scale command into this Graphics objects command buffer.\r\rAll objects drawn _after_ calling this method will be scaled\rby the given amount.\r\rThis does not change the scale of the Graphics object itself,\ronly of the objects drawn by it after calling this method.", @@ -99483,7 +99664,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#scaleCanvas", "scope": "instance", - "___id": "T000002R010273", + "___id": "T000002R010293", "___s": true }, { @@ -99492,7 +99673,7 @@ "filename": "Graphics.js", "lineno": 1416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Inserts a rotation command into this Graphics objects command buffer.\r\rAll objects drawn _after_ calling this method will be rotated\rby the given amount.\r\rThis does not change the rotation of the Graphics object itself,\ronly of the objects drawn by it after calling this method.", @@ -99532,7 +99713,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#rotateCanvas", "scope": "instance", - "___id": "T000002R010275", + "___id": "T000002R010295", "___s": true }, { @@ -99541,7 +99722,7 @@ "filename": "Graphics.js", "lineno": 1442, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Clear the command buffer and reset the fill style and line style to their defaults.", @@ -99566,7 +99747,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#clear", "scope": "instance", - "___id": "T000002R010277", + "___id": "T000002R010297", "___s": true }, { @@ -99575,7 +99756,7 @@ "filename": "Graphics.js", "lineno": 1467, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Generate a texture from this Graphics object.\r\rIf `key` is a string it'll generate a new texture using it and add it into the\rTexture Manager (assuming no key conflict happens).\r\rIf `key` is a Canvas it will draw the texture to that canvas context. Note that it will NOT\rautomatically upload it to the GPU in WebGL mode.\r\rPlease understand that the texture is created via the Canvas API of the browser, therefore some\rGraphics features, such as `fillGradientStyle`, will not appear on the resulting texture,\ras they're unsupported by the Canvas API.", @@ -99653,7 +99834,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#generateTexture", "scope": "instance", - "___id": "T000002R010280", + "___id": "T000002R010300", "___s": true }, { @@ -99662,7 +99843,7 @@ "filename": "Graphics.js", "lineno": 1551, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Internal destroy handler, called as part of the destroy process.", @@ -99673,7 +99854,7 @@ "memberof": "Phaser.GameObjects.Graphics", "longname": "Phaser.GameObjects.Graphics#preDestroy", "scope": "instance", - "___id": "T000002R010298", + "___id": "T000002R010318", "___s": true }, { @@ -99682,7 +99863,7 @@ "filename": "Graphics.js", "lineno": 1565, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "A Camera used specifically by the Graphics system for rendering to textures.", @@ -99701,7 +99882,7 @@ "longname": "Phaser.GameObjects.Graphics.TargetCamera", "scope": "static", "kind": "member", - "___id": "T000002R010301", + "___id": "T000002R010321", "___s": true }, { @@ -99710,7 +99891,7 @@ "filename": "GraphicsCreator.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Creates a new Graphics Game Object and returns it.\r\rNote: This method will only be available if the Graphics Game Object has been built into Phaser.", @@ -99764,7 +99945,7 @@ "memberof": "Phaser.GameObjects.GameObjectCreator", "longname": "Phaser.GameObjects.GameObjectCreator#graphics", "scope": "instance", - "___id": "T000002R010353", + "___id": "T000002R010373", "___s": true }, { @@ -99773,7 +99954,7 @@ "filename": "GraphicsFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics", "code": {} }, "description": "Creates a new Graphics Game Object and adds it to the Scene.\r\rNote: This method will only be available if the Graphics Game Object has been built into Phaser.", @@ -99813,7 +99994,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#graphics", "scope": "instance", - "___id": "T000002R010359", + "___id": "T000002R010379", "___s": true }, { @@ -99822,7 +100003,7 @@ "filename": "FillStyle.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics\\typedefs", "code": {} }, "description": "Graphics fill style settings.", @@ -99871,7 +100052,7 @@ "memberof": "Phaser.Types.GameObjects.Graphics", "longname": "Phaser.Types.GameObjects.Graphics.FillStyle", "scope": "static", - "___id": "T000002R010470", + "___id": "T000002R010490", "___s": true }, { @@ -99880,7 +100061,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics\\typedefs", "code": {} }, "kind": "namespace", @@ -99888,7 +100069,7 @@ "memberof": "Phaser.Types.GameObjects", "longname": "Phaser.Types.GameObjects.Graphics", "scope": "static", - "___id": "T000002R010471", + "___id": "T000002R010491", "___s": true }, { @@ -99897,7 +100078,7 @@ "filename": "LineStyle.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics\\typedefs", "code": {} }, "description": "Graphics line style (or stroke style) settings.", @@ -99960,7 +100141,7 @@ "memberof": "Phaser.Types.GameObjects.Graphics", "longname": "Phaser.Types.GameObjects.Graphics.LineStyle", "scope": "static", - "___id": "T000002R010472", + "___id": "T000002R010492", "___s": true }, { @@ -99969,7 +100150,7 @@ "filename": "Options.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics\\typedefs", "code": {} }, "description": "Options for the Graphics Game Object.", @@ -100021,7 +100202,7 @@ "memberof": "Phaser.Types.GameObjects.Graphics", "longname": "Phaser.Types.GameObjects.Graphics.Options", "scope": "static", - "___id": "T000002R010473", + "___id": "T000002R010493", "___s": true }, { @@ -100030,7 +100211,7 @@ "filename": "RoundedRectRadius.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics\\typedefs", "code": {} }, "kind": "typedef", @@ -100110,7 +100291,7 @@ "memberof": "Phaser.Types.GameObjects.Graphics", "longname": "Phaser.Types.GameObjects.Graphics.RoundedRectRadius", "scope": "static", - "___id": "T000002R010474", + "___id": "T000002R010494", "___s": true }, { @@ -100119,7 +100300,7 @@ "filename": "Styles.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\graphics\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\graphics\\typedefs", "code": {} }, "description": "Graphics style settings.", @@ -100168,7 +100349,7 @@ "memberof": "Phaser.Types.GameObjects.Graphics", "longname": "Phaser.Types.GameObjects.Graphics.Styles", "scope": "static", - "___id": "T000002R010475", + "___id": "T000002R010495", "___s": true }, { @@ -100177,7 +100358,7 @@ "filename": "Group.js", "lineno": 20, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "classdesc": "A Group is a way for you to create, manipulate, or recycle similar Game Objects.\r\rGroup membership is non-exclusive. A Game Object can belong to several groups, one group, or none.\r\rGroups themselves aren't displayable, and can't be positioned, rotated, scaled, or hidden.", @@ -100271,7 +100452,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Group", - "___id": "T000002R010488", + "___id": "T000002R010508", "___s": true }, { @@ -100280,7 +100461,7 @@ "filename": "Group.js", "lineno": 86, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "This scene this group belongs to.", @@ -100299,7 +100480,7 @@ "longname": "Phaser.GameObjects.Group#scene", "scope": "instance", "kind": "member", - "___id": "T000002R010497", + "___id": "T000002R010517", "___s": true }, { @@ -100308,7 +100489,7 @@ "filename": "Group.js", "lineno": 95, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Members of this group.", @@ -100336,7 +100517,7 @@ "longname": "Phaser.GameObjects.Group#children", "scope": "instance", "kind": "member", - "___id": "T000002R010499", + "___id": "T000002R010519", "___s": true }, { @@ -100345,7 +100526,7 @@ "filename": "Group.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "A flag identifying this object as a group.", @@ -100365,7 +100546,7 @@ "longname": "Phaser.GameObjects.Group#isParent", "scope": "instance", "kind": "member", - "___id": "T000002R010501", + "___id": "T000002R010521", "___s": true }, { @@ -100374,7 +100555,7 @@ "filename": "Group.js", "lineno": 114, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "A textual representation of this Game Object.\rUsed internally by Phaser but is available for your own custom classes to populate.", @@ -100394,7 +100575,7 @@ "longname": "Phaser.GameObjects.Group#type", "scope": "instance", "kind": "member", - "___id": "T000002R010503", + "___id": "T000002R010523", "___s": true }, { @@ -100403,7 +100584,7 @@ "filename": "Group.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "The class to create new group members from.", @@ -100426,7 +100607,7 @@ "longname": "Phaser.GameObjects.Group#classType", "scope": "instance", "kind": "member", - "___id": "T000002R010505", + "___id": "T000002R010525", "___s": true }, { @@ -100435,7 +100616,7 @@ "filename": "Group.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "The name of this group.\rEmpty by default and never populated by Phaser, this is left for developers to use.", @@ -100455,7 +100636,7 @@ "longname": "Phaser.GameObjects.Group#name", "scope": "instance", "kind": "member", - "___id": "T000002R010507", + "___id": "T000002R010527", "___s": true }, { @@ -100464,7 +100645,7 @@ "filename": "Group.js", "lineno": 147, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Whether this group runs its {@link Phaser.GameObjects.Group#preUpdate} method (which may update any members).", @@ -100483,7 +100664,7 @@ "longname": "Phaser.GameObjects.Group#active", "scope": "instance", "kind": "member", - "___id": "T000002R010509", + "___id": "T000002R010529", "___s": true }, { @@ -100492,7 +100673,7 @@ "filename": "Group.js", "lineno": 156, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "The maximum size of this group, if used as a pool. -1 is no limit.", @@ -100512,7 +100693,7 @@ "longname": "Phaser.GameObjects.Group#maxSize", "scope": "instance", "kind": "member", - "___id": "T000002R010511", + "___id": "T000002R010531", "___s": true }, { @@ -100521,7 +100702,7 @@ "filename": "Group.js", "lineno": 166, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "A default texture key to use when creating new group members.\r\rThis is used in {@link Phaser.GameObjects.Group#create}\rbut not in {@link Phaser.GameObjects.Group#createMultiple}.", @@ -100540,7 +100721,7 @@ "longname": "Phaser.GameObjects.Group#defaultKey", "scope": "instance", "kind": "member", - "___id": "T000002R010513", + "___id": "T000002R010533", "___s": true }, { @@ -100549,7 +100730,7 @@ "filename": "Group.js", "lineno": 178, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "A default texture frame to use when creating new group members.", @@ -100578,7 +100759,7 @@ "longname": "Phaser.GameObjects.Group#defaultFrame", "scope": "instance", "kind": "member", - "___id": "T000002R010515", + "___id": "T000002R010535", "___s": true }, { @@ -100587,7 +100768,7 @@ "filename": "Group.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Whether to call the update method of any members.", @@ -100610,7 +100791,7 @@ "longname": "Phaser.GameObjects.Group#runChildUpdate", "scope": "instance", "kind": "member", - "___id": "T000002R010517", + "___id": "T000002R010537", "___s": true }, { @@ -100619,7 +100800,7 @@ "filename": "Group.js", "lineno": 198, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "A function to be called when adding or creating group members.", @@ -100640,7 +100821,7 @@ "longname": "Phaser.GameObjects.Group#createCallback", "scope": "instance", "kind": "member", - "___id": "T000002R010519", + "___id": "T000002R010539", "___s": true }, { @@ -100649,7 +100830,7 @@ "filename": "Group.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "A function to be called when removing group members.", @@ -100670,7 +100851,7 @@ "longname": "Phaser.GameObjects.Group#removeCallback", "scope": "instance", "kind": "member", - "___id": "T000002R010521", + "___id": "T000002R010541", "___s": true }, { @@ -100679,7 +100860,7 @@ "filename": "Group.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "A function to be called when creating several group members at once.", @@ -100700,7 +100881,7 @@ "longname": "Phaser.GameObjects.Group#createMultipleCallback", "scope": "instance", "kind": "member", - "___id": "T000002R010523", + "___id": "T000002R010543", "___s": true }, { @@ -100709,7 +100890,7 @@ "filename": "Group.js", "lineno": 273, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Creates a new Game Object and adds it to this group, unless the group {@link Phaser.GameObjects.Group#isFull is full}.\r\rCalls {@link Phaser.GameObjects.Group#createCallback}.", @@ -100835,7 +101016,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#create", "scope": "instance", - "___id": "T000002R010531", + "___id": "T000002R010551", "___s": true }, { @@ -100844,7 +101025,7 @@ "filename": "Group.js", "lineno": 318, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Creates several Game Objects and adds them to this group.\r\rIf the group becomes {@link Phaser.GameObjects.Group#isFull}, no further Game Objects are created.\r\rCalls {@link Phaser.GameObjects.Group#createMultipleCallback} and {@link Phaser.GameObjects.Group#createCallback}.", @@ -100911,7 +101092,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#createMultiple", "scope": "instance", - "___id": "T000002R010541", + "___id": "T000002R010561", "___s": true }, { @@ -100920,7 +101101,7 @@ "filename": "Group.js", "lineno": 359, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "A helper for {@link Phaser.GameObjects.Group#createMultiple}.", @@ -100968,7 +101149,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#createFromConfig", "scope": "instance", - "___id": "T000002R010548", + "___id": "T000002R010568", "___s": true }, { @@ -100977,7 +101158,7 @@ "filename": "Group.js", "lineno": 545, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Updates any group members, if {@link Phaser.GameObjects.Group#runChildUpdate} is enabled.", @@ -101015,7 +101196,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#preUpdate", "scope": "instance", - "___id": "T000002R010603", + "___id": "T000002R010623", "___s": true }, { @@ -101024,7 +101205,7 @@ "filename": "Group.js", "lineno": 575, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Adds a Game Object to this group.\r\rCalls {@link Phaser.GameObjects.Group#createCallback}.", @@ -101079,7 +101260,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#add", "scope": "instance", - "___id": "T000002R010608", + "___id": "T000002R010628", "___s": true }, { @@ -101088,7 +101269,7 @@ "filename": "Group.js", "lineno": 620, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Adds several Game Objects to this group.\r\rCalls {@link Phaser.GameObjects.Group#createCallback}.", @@ -101152,7 +101333,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#addMultiple", "scope": "instance", - "___id": "T000002R010611", + "___id": "T000002R010631", "___s": true }, { @@ -101161,7 +101342,7 @@ "filename": "Group.js", "lineno": 648, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Removes a member of this Group and optionally removes it from the Scene and / or destroys it.\r\rCalls {@link Phaser.GameObjects.Group#removeCallback}.", @@ -101231,7 +101412,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#remove", "scope": "instance", - "___id": "T000002R010615", + "___id": "T000002R010635", "___s": true }, { @@ -101240,7 +101421,7 @@ "filename": "Group.js", "lineno": 699, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Removes all members of this Group and optionally removes them from the Scene and / or destroys them.\r\rDoes not call {@link Phaser.GameObjects.Group#removeCallback}.", @@ -101297,7 +101478,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#clear", "scope": "instance", - "___id": "T000002R010619", + "___id": "T000002R010639", "___s": true }, { @@ -101306,7 +101487,7 @@ "filename": "Group.js", "lineno": 741, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Tests if a Game Object is a member of this group.", @@ -101345,7 +101526,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#contains", "scope": "instance", - "___id": "T000002R010626", + "___id": "T000002R010646", "___s": true }, { @@ -101354,7 +101535,7 @@ "filename": "Group.js", "lineno": 756, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "All members of the group.", @@ -101387,7 +101568,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#getChildren", "scope": "instance", - "___id": "T000002R010628", + "___id": "T000002R010648", "___s": true }, { @@ -101396,7 +101577,7 @@ "filename": "Group.js", "lineno": 769, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "The number of members of the group.", @@ -101419,7 +101600,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#getLength", "scope": "instance", - "___id": "T000002R010630", + "___id": "T000002R010650", "___s": true }, { @@ -101428,7 +101609,7 @@ "filename": "Group.js", "lineno": 782, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Returns all children in this Group that match the given criteria based on the `property` and `value` arguments.\r\rFor example: `getMatching('visible', true)` would return only children that have their `visible` property set.\r\rOptionally, you can specify a start and end index. For example if the Group has 100 elements,\rand you set `startIndex` to 0 and `endIndex` to 50, it would return matches from only\rthe first 50.", @@ -101518,7 +101699,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#getMatching", "scope": "instance", - "___id": "T000002R010632", + "___id": "T000002R010652", "___s": true }, { @@ -101527,7 +101708,7 @@ "filename": "Group.js", "lineno": 806, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Scans the Group, from top to bottom, for the first member that has an {@link Phaser.GameObjects.GameObject#active} state matching the argument,\rassigns `x` and `y`, and returns the member.\r\rIf no matching member is found and `createIfNull` is true and the group isn't full then it will create a new Game Object using `x`, `y`, `key`, `frame`, and `visible`.\rUnless a new member is created, `key`, `frame`, and `visible` are ignored.", @@ -101668,7 +101849,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#getFirst", "scope": "instance", - "___id": "T000002R010634", + "___id": "T000002R010654", "___s": true }, { @@ -101677,7 +101858,7 @@ "filename": "Group.js", "lineno": 831, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Scans the Group, from top to bottom, for the nth member that has an {@link Phaser.GameObjects.GameObject#active} state matching the argument,\rassigns `x` and `y`, and returns the member.\r\rIf no matching member is found and `createIfNull` is true and the group isn't full then it will create a new Game Object using `x`, `y`, `key`, `frame`, and `visible`.\rUnless a new member is created, `key`, `frame`, and `visible` are ignored.", @@ -101831,7 +102012,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#getFirstNth", "scope": "instance", - "___id": "T000002R010636", + "___id": "T000002R010656", "___s": true }, { @@ -101840,7 +102021,7 @@ "filename": "Group.js", "lineno": 857, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Scans the Group for the last member that has an {@link Phaser.GameObjects.GameObject#active} state matching the argument,\rassigns `x` and `y`, and returns the member.\r\rIf no matching member is found and `createIfNull` is true and the group isn't full then it will create a new Game Object using `x`, `y`, `key`, `frame`, and `visible`.\rUnless a new member is created, `key`, `frame`, and `visible` are ignored.", @@ -101981,7 +102162,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#getLast", "scope": "instance", - "___id": "T000002R010638", + "___id": "T000002R010658", "___s": true }, { @@ -101990,7 +102171,7 @@ "filename": "Group.js", "lineno": 882, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Scans the Group for the last nth member that has an {@link Phaser.GameObjects.GameObject#active} state matching the argument,\rassigns `x` and `y`, and returns the member.\r\rIf no matching member is found and `createIfNull` is true and the group isn't full then it will create a new Game Object using `x`, `y`, `key`, `frame`, and `visible`.\rUnless a new member is created, `key`, `frame`, and `visible` are ignored.", @@ -102144,7 +102325,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#getLastNth", "scope": "instance", - "___id": "T000002R010640", + "___id": "T000002R010660", "___s": true }, { @@ -102153,7 +102334,7 @@ "filename": "Group.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Scans the group for the first member that has an {@link Phaser.GameObjects.GameObject#active} state set to `false`,\rassigns `x` and `y`, and returns the member.\r\rIf no inactive member is found and the group isn't full then it will create a new Game Object using `x`, `y`, `key`, `frame`, and `visible`.\rThe new Game Object will have its active state set to `true`.\rUnless a new member is created, `key`, `frame`, and `visible` are ignored.", @@ -102264,7 +102445,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#get", "scope": "instance", - "___id": "T000002R010658", + "___id": "T000002R010678", "___s": true }, { @@ -102273,7 +102454,7 @@ "filename": "Group.js", "lineno": 1035, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Scans the group for the first member that has an {@link Phaser.GameObjects.GameObject#active} state set to `true`,\rassigns `x` and `y`, and returns the member.\r\rIf no active member is found and `createIfNull` is `true` and the group isn't full then it will create a new one using `x`, `y`, `key`, `frame`, and `visible`.\rUnless a new member is created, `key`, `frame`, and `visible` are ignored.", @@ -102397,7 +102578,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#getFirstAlive", "scope": "instance", - "___id": "T000002R010660", + "___id": "T000002R010680", "___s": true }, { @@ -102406,7 +102587,7 @@ "filename": "Group.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Scans the group for the first member that has an {@link Phaser.GameObjects.GameObject#active} state set to `false`,\rassigns `x` and `y`, and returns the member.\r\rIf no inactive member is found and `createIfNull` is `true` and the group isn't full then it will create a new one using `x`, `y`, `key`, `frame`, and `visible`.\rThe new Game Object will have an active state set to `true`.\rUnless a new member is created, `key`, `frame`, and `visible` are ignored.", @@ -102530,7 +102711,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#getFirstDead", "scope": "instance", - "___id": "T000002R010662", + "___id": "T000002R010682", "___s": true }, { @@ -102539,7 +102720,7 @@ "filename": "Group.js", "lineno": 1084, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "{@link Phaser.GameObjects.Components.Animation#play Plays} an animation for all members of this group.", @@ -102594,7 +102775,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#playAnimation", "scope": "instance", - "___id": "T000002R010664", + "___id": "T000002R010684", "___s": true }, { @@ -102603,7 +102784,7 @@ "filename": "Group.js", "lineno": 1102, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Whether this group's size at its {@link Phaser.GameObjects.Group#maxSize maximum}.", @@ -102627,7 +102808,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#isFull", "scope": "instance", - "___id": "T000002R010666", + "___id": "T000002R010686", "___s": true }, { @@ -102636,7 +102817,7 @@ "filename": "Group.js", "lineno": 1122, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Counts the number of active (or inactive) group members.", @@ -102677,7 +102858,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#countActive", "scope": "instance", - "___id": "T000002R010668", + "___id": "T000002R010688", "___s": true }, { @@ -102686,7 +102867,7 @@ "filename": "Group.js", "lineno": 1149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Counts the number of in-use (active) group members.", @@ -102710,7 +102891,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#getTotalUsed", "scope": "instance", - "___id": "T000002R010673", + "___id": "T000002R010693", "___s": true }, { @@ -102719,7 +102900,7 @@ "filename": "Group.js", "lineno": 1162, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "The difference of {@link Phaser.GameObjects.Group#maxSize} and the number of active group members.\r\rThis represents the number of group members that could be created or reactivated before reaching the size limit.", @@ -102743,7 +102924,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#getTotalFree", "scope": "instance", - "___id": "T000002R010675", + "___id": "T000002R010695", "___s": true }, { @@ -102752,7 +102933,7 @@ "filename": "Group.js", "lineno": 1180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Sets the `active` property of this Group.\rWhen active, this Group runs its `preUpdate` method.", @@ -102792,7 +102973,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#setActive", "scope": "instance", - "___id": "T000002R010679", + "___id": "T000002R010699", "___s": true }, { @@ -102801,7 +102982,7 @@ "filename": "Group.js", "lineno": 1198, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Sets the `name` property of this Group.\rThe `name` property is not populated by Phaser and is presented for your own use.", @@ -102841,7 +103022,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#setName", "scope": "instance", - "___id": "T000002R010682", + "___id": "T000002R010702", "___s": true }, { @@ -102850,7 +103031,7 @@ "filename": "Group.js", "lineno": 1216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Sets the property as defined in `key` of each group member to the given value.", @@ -102948,7 +103129,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#propertyValueSet", "scope": "instance", - "___id": "T000002R010685", + "___id": "T000002R010705", "___s": true }, { @@ -102957,7 +103138,7 @@ "filename": "Group.js", "lineno": 1237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Adds the given value to the property as defined in `key` of each group member.", @@ -103055,7 +103236,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#propertyValueInc", "scope": "instance", - "___id": "T000002R010687", + "___id": "T000002R010707", "___s": true }, { @@ -103064,7 +103245,7 @@ "filename": "Group.js", "lineno": 1258, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Sets the x of each group member.", @@ -103119,7 +103300,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#setX", "scope": "instance", - "___id": "T000002R010689", + "___id": "T000002R010709", "___s": true }, { @@ -103128,7 +103309,7 @@ "filename": "Group.js", "lineno": 1276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Sets the y of each group member.", @@ -103183,7 +103364,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#setY", "scope": "instance", - "___id": "T000002R010691", + "___id": "T000002R010711", "___s": true }, { @@ -103192,7 +103373,7 @@ "filename": "Group.js", "lineno": 1294, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Sets the x, y of each group member.", @@ -103277,7 +103458,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#setXY", "scope": "instance", - "___id": "T000002R010693", + "___id": "T000002R010713", "___s": true }, { @@ -103286,7 +103467,7 @@ "filename": "Group.js", "lineno": 1314, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Adds the given value to the x of each group member.", @@ -103341,7 +103522,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#incX", "scope": "instance", - "___id": "T000002R010695", + "___id": "T000002R010715", "___s": true }, { @@ -103350,7 +103531,7 @@ "filename": "Group.js", "lineno": 1332, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Adds the given value to the y of each group member.", @@ -103405,7 +103586,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#incY", "scope": "instance", - "___id": "T000002R010697", + "___id": "T000002R010717", "___s": true }, { @@ -103414,7 +103595,7 @@ "filename": "Group.js", "lineno": 1350, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Adds the given value to the x, y of each group member.", @@ -103499,7 +103680,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#incXY", "scope": "instance", - "___id": "T000002R010699", + "___id": "T000002R010719", "___s": true }, { @@ -103508,7 +103689,7 @@ "filename": "Group.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Iterate through the group members changing the position of each element to be that of the element that came before\rit in the array (or after it if direction = 1)\r\rThe first group member position is set to x/y.", @@ -103576,7 +103757,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#shiftPosition", "scope": "instance", - "___id": "T000002R010701", + "___id": "T000002R010721", "___s": true }, { @@ -103585,7 +103766,7 @@ "filename": "Group.js", "lineno": 1392, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Sets the angle of each group member.", @@ -103640,7 +103821,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#angle", "scope": "instance", - "___id": "T000002R010703", + "___id": "T000002R010723", "___s": true }, { @@ -103649,7 +103830,7 @@ "filename": "Group.js", "lineno": 1410, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Sets the rotation of each group member.", @@ -103704,7 +103885,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#rotate", "scope": "instance", - "___id": "T000002R010705", + "___id": "T000002R010725", "___s": true }, { @@ -103713,7 +103894,7 @@ "filename": "Group.js", "lineno": 1428, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Rotates each group member around the given point by the given angle.", @@ -103766,7 +103947,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#rotateAround", "scope": "instance", - "___id": "T000002R010707", + "___id": "T000002R010727", "___s": true }, { @@ -103775,7 +103956,7 @@ "filename": "Group.js", "lineno": 1446, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Rotates each group member around the given point by the given angle and distance.", @@ -103841,7 +104022,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#rotateAroundDistance", "scope": "instance", - "___id": "T000002R010709", + "___id": "T000002R010729", "___s": true }, { @@ -103850,7 +104031,7 @@ "filename": "Group.js", "lineno": 1465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Sets the alpha of each group member.", @@ -103905,7 +104086,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#setAlpha", "scope": "instance", - "___id": "T000002R010711", + "___id": "T000002R010731", "___s": true }, { @@ -103914,7 +104095,7 @@ "filename": "Group.js", "lineno": 1483, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Sets the tint of each group member.", @@ -103996,7 +104177,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#setTint", "scope": "instance", - "___id": "T000002R010713", + "___id": "T000002R010733", "___s": true }, { @@ -104005,7 +104186,7 @@ "filename": "Group.js", "lineno": 1503, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Sets the originX, originY of each group member.", @@ -104089,7 +104270,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#setOrigin", "scope": "instance", - "___id": "T000002R010715", + "___id": "T000002R010735", "___s": true }, { @@ -104098,7 +104279,7 @@ "filename": "Group.js", "lineno": 1523, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Sets the scaleX of each group member.", @@ -104153,7 +104334,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#scaleX", "scope": "instance", - "___id": "T000002R010717", + "___id": "T000002R010737", "___s": true }, { @@ -104162,7 +104343,7 @@ "filename": "Group.js", "lineno": 1541, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Sets the scaleY of each group member.", @@ -104217,7 +104398,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#scaleY", "scope": "instance", - "___id": "T000002R010719", + "___id": "T000002R010739", "___s": true }, { @@ -104226,7 +104407,7 @@ "filename": "Group.js", "lineno": 1559, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Sets the scaleX, scaleY of each group member.", @@ -104310,7 +104491,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#scaleXY", "scope": "instance", - "___id": "T000002R010721", + "___id": "T000002R010741", "___s": true }, { @@ -104319,7 +104500,7 @@ "filename": "Group.js", "lineno": 1579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Sets the depth of each group member.", @@ -104374,7 +104555,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#setDepth", "scope": "instance", - "___id": "T000002R010723", + "___id": "T000002R010743", "___s": true }, { @@ -104383,7 +104564,7 @@ "filename": "Group.js", "lineno": 1597, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Sets the blendMode of each group member.", @@ -104423,7 +104604,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#setBlendMode", "scope": "instance", - "___id": "T000002R010725", + "___id": "T000002R010745", "___s": true }, { @@ -104432,7 +104613,7 @@ "filename": "Group.js", "lineno": 1614, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Passes all group members to the Input Manager to enable them for input with identical areas and callbacks.", @@ -104484,7 +104665,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#setHitArea", "scope": "instance", - "___id": "T000002R010727", + "___id": "T000002R010747", "___s": true }, { @@ -104493,7 +104674,7 @@ "filename": "Group.js", "lineno": 1632, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Shuffles the group members in place.", @@ -104518,7 +104699,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#shuffle", "scope": "instance", - "___id": "T000002R010729", + "___id": "T000002R010749", "___s": true }, { @@ -104527,7 +104708,7 @@ "filename": "Group.js", "lineno": 1647, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Deactivates a member of this group.", @@ -104552,7 +104733,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#kill", "scope": "instance", - "___id": "T000002R010731", + "___id": "T000002R010751", "___s": true }, { @@ -104561,7 +104742,7 @@ "filename": "Group.js", "lineno": 1663, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Deactivates and hides a member of this group.", @@ -104586,7 +104767,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#killAndHide", "scope": "instance", - "___id": "T000002R010733", + "___id": "T000002R010753", "___s": true }, { @@ -104595,7 +104776,7 @@ "filename": "Group.js", "lineno": 1680, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Sets the visible of each group member.", @@ -104665,7 +104846,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#setVisible", "scope": "instance", - "___id": "T000002R010735", + "___id": "T000002R010755", "___s": true }, { @@ -104674,7 +104855,7 @@ "filename": "Group.js", "lineno": 1699, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Toggles (flips) the visible state of each member of this group.", @@ -104699,7 +104880,7 @@ "memberof": "Phaser.GameObjects.Group", "longname": "Phaser.GameObjects.Group#toggleVisible", "scope": "instance", - "___id": "T000002R010737", + "___id": "T000002R010757", "___s": true }, { @@ -104708,7 +104889,7 @@ "filename": "Group.js", "lineno": 1714, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Empties this Group of all children and removes it from the Scene.\r\rDoes not call {@link Phaser.GameObjects.Group#removeCallback}.\r\rChildren of this Group will _not_ be removed from the Scene by calling this method\runless you specify the `removeFromScene` parameter.\r\rChildren of this Group will also _not_ be destroyed by calling this method\runless you specify the `destroyChildren` parameter.", @@ -104751,7 +104932,7 @@ "longname": "Phaser.GameObjects.Group#destroy", "scope": "instance", "overrides": "Phaser.Events.EventEmitter#destroy", - "___id": "T000002R010739", + "___id": "T000002R010759", "___s": true }, { @@ -104760,7 +104941,7 @@ "filename": "GroupCreator.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Creates a new Group Game Object and returns it.\r\rNote: This method will only be available if the Group Game Object has been built into Phaser.", @@ -104809,7 +104990,7 @@ "memberof": "Phaser.GameObjects.GameObjectCreator", "longname": "Phaser.GameObjects.GameObjectCreator#group", "scope": "instance", - "___id": "T000002R010748", + "___id": "T000002R010768", "___s": true }, { @@ -104818,7 +104999,7 @@ "filename": "GroupFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "description": "Creates a new Group Game Object and adds it to the Scene.\r\rNote: This method will only be available if the Group Game Object has been built into Phaser.", @@ -104920,7 +105101,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#group", "scope": "instance", - "___id": "T000002R010751", + "___id": "T000002R010771", "___s": true }, { @@ -104929,7 +105110,7 @@ "filename": "GroupCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group\\typedefs", "code": {} }, "kind": "typedef", @@ -104958,7 +105139,7 @@ "memberof": "Phaser.Types.GameObjects.Group", "longname": "Phaser.Types.GameObjects.Group.GroupCallback", "scope": "static", - "___id": "T000002R010752", + "___id": "T000002R010772", "___s": true }, { @@ -104967,7 +105148,7 @@ "filename": "GroupClassTypeConstructor.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group\\typedefs", "code": {} }, "kind": "typedef", @@ -105069,7 +105250,7 @@ "memberof": "Phaser.Types.GameObjects.Group", "longname": "Phaser.Types.GameObjects.Group.GroupClassTypeConstructor", "scope": "static", - "___id": "T000002R010753", + "___id": "T000002R010773", "___s": true }, { @@ -105078,7 +105259,7 @@ "filename": "GroupConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group\\typedefs", "code": {} }, "kind": "typedef", @@ -105278,7 +105459,7 @@ "memberof": "Phaser.Types.GameObjects.Group", "longname": "Phaser.Types.GameObjects.Group.GroupConfig", "scope": "static", - "___id": "T000002R010754", + "___id": "T000002R010774", "___s": true }, { @@ -105287,7 +105468,7 @@ "filename": "GroupCreateConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group\\typedefs", "code": {} }, "description": "The total number of objects created will be\r\r key.length * frame.length * frameQuantity * (yoyo ? 2 : 1) * (1 + repeat)\r\rIf `max` is nonzero, then the total created will not exceed `max`.\r\r`key` is required. {@link Phaser.GameObjects.Group#defaultKey} is not used.", @@ -106114,7 +106295,7 @@ "memberof": "Phaser.Types.GameObjects.Group", "longname": "Phaser.Types.GameObjects.Group.GroupCreateConfig", "scope": "static", - "___id": "T000002R010755", + "___id": "T000002R010775", "___s": true }, { @@ -106123,7 +106304,7 @@ "filename": "GroupMultipleCreateCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group\\typedefs", "code": {} }, "kind": "typedef", @@ -106161,7 +106342,7 @@ "memberof": "Phaser.Types.GameObjects.Group", "longname": "Phaser.Types.GameObjects.Group.GroupMultipleCreateCallback", "scope": "static", - "___id": "T000002R010756", + "___id": "T000002R010776", "___s": true }, { @@ -106170,7 +106351,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group\\typedefs", "code": {} }, "kind": "namespace", @@ -106178,7 +106359,7 @@ "memberof": "Phaser.Types.GameObjects", "longname": "Phaser.Types.GameObjects.Group", "scope": "static", - "___id": "T000002R010757", + "___id": "T000002R010777", "___s": true }, { @@ -106187,7 +106368,7 @@ "filename": "Image.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\image", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\image", "code": {} }, "classdesc": "An Image Game Object.\r\rAn Image is a light-weight Game Object useful for the display of static images in your game,\rsuch as logos, backgrounds, scenery or other non-animated elements. Images can have input\revents and physics bodies, or be tweened, tinted or scrolled. The main difference between an\rImage and a Sprite is that you cannot animate an Image as they do not have the Animation component.", @@ -106303,7 +106484,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Image", - "___id": "T000002R010762", + "___id": "T000002R010782", "___s": true }, { @@ -106312,7 +106493,7 @@ "filename": "ImageCreator.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\image", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\image", "code": {} }, "description": "Creates a new Image Game Object and returns it.\r\rNote: This method will only be available if the Image Game Object has been built into Phaser.", @@ -106365,7 +106546,7 @@ "memberof": "Phaser.GameObjects.GameObjectCreator", "longname": "Phaser.GameObjects.GameObjectCreator#image", "scope": "instance", - "___id": "T000002R010777", + "___id": "T000002R010797", "___s": true }, { @@ -106374,7 +106555,7 @@ "filename": "ImageFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\image", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\image", "code": {} }, "description": "Creates a new Image Game Object and adds it to the Scene.\r\rNote: This method will only be available if the Image Game Object has been built into Phaser.", @@ -106473,7 +106654,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#image", "scope": "instance", - "___id": "T000002R010785", + "___id": "T000002R010805", "___s": true }, { @@ -106482,7 +106663,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "kind": "namespace", @@ -106490,7 +106671,7 @@ "memberof": "Phaser", "longname": "Phaser.GameObjects", "scope": "static", - "___id": "T000002R010797", + "___id": "T000002R010817", "___s": true }, { @@ -106499,7 +106680,7 @@ "filename": "Layer.js", "lineno": 19, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "classdesc": "A Layer Game Object.\r\rA Layer is a special type of Game Object that acts as a Display List. You can add any type of Game Object\rto a Layer, just as you would to a Scene. Layers can be used to visually group together 'layers' of Game\rObjects:\r\r```javascript\rconst spaceman = this.add.sprite(150, 300, 'spaceman');\rconst bunny = this.add.sprite(400, 300, 'bunny');\rconst elephant = this.add.sprite(650, 300, 'elephant');\r\rconst layer = this.add.layer();\r\rlayer.add([ spaceman, bunny, elephant ]);\r```\r\rThe 3 sprites in the example above will now be managed by the Layer they were added to. Therefore,\rif you then set `layer.setVisible(false)` they would all vanish from the display.\r\rYou can also control the depth of the Game Objects within the Layer. For example, calling the\r`setDepth` method of a child of a Layer will allow you to adjust the depth of that child _within the\rLayer itself_, rather than the whole Scene. The Layer, too, can have its depth set as well.\r\rThe Layer class also offers many different methods for manipulating the list, such as the\rmethods `moveUp`, `moveDown`, `sendToBack`, `bringToTop` and so on. These allow you to change the\rdisplay list position of the Layers children, causing it to adjust the order in which they are\rrendered. Using `setDepth` on a child allows you to override this.\r\rLayers can have Post FX Pipelines set, which allows you to easily enable a post pipeline across\ra whole range of children, which, depending on the effect, can often be far more efficient that doing so\ron a per-child basis.\r\rLayers have no position or size within the Scene. This means you cannot enable a Layer for\rphysics or input, or change the position, rotation or scale of a Layer. They also have no scroll\rfactor, texture, tint, origin, crop or bounds.\r\rIf you need those kind of features then you should use a Container instead. Containers can be added\rto Layers, but Layers cannot be added to Containers.\r\rHowever, you can set the Alpha, Blend Mode, Depth, Mask and Visible state of a Layer. These settings\rwill impact all children being rendered by the Layer.", @@ -106556,7 +106737,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Layer", - "___id": "T000002R010923", + "___id": "T000002R010943", "___s": true }, { @@ -106565,7 +106746,7 @@ "filename": "Layer.js", "lineno": 101, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "A reference to the Scene to which this Game Object belongs.\r\rGame Objects can only belong to one Scene.\r\rYou should consider this property as being read-only. You cannot move a\rGame Object to another Scene by simply changing it.", @@ -106584,7 +106765,7 @@ "longname": "Phaser.GameObjects.Layer#scene", "scope": "instance", "kind": "member", - "___id": "T000002R010928", + "___id": "T000002R010948", "___s": true }, { @@ -106593,7 +106774,7 @@ "filename": "Layer.js", "lineno": 115, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "Holds a reference to the Display List that contains this Game Object.\r\rThis is set automatically when this Game Object is added to a Scene or Layer.\r\rYou should treat this property as being read-only.", @@ -106623,7 +106804,7 @@ "longname": "Phaser.GameObjects.Layer#displayList", "scope": "instance", "kind": "member", - "___id": "T000002R010930", + "___id": "T000002R010950", "___s": true }, { @@ -106632,7 +106813,7 @@ "filename": "Layer.js", "lineno": 129, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "A textual representation of this Game Object, i.e. `sprite`.\rUsed internally by Phaser but is available for your own custom classes to populate.", @@ -106651,7 +106832,7 @@ "longname": "Phaser.GameObjects.Layer#type", "scope": "instance", "kind": "member", - "___id": "T000002R010932", + "___id": "T000002R010952", "___s": true }, { @@ -106660,7 +106841,7 @@ "filename": "Layer.js", "lineno": 139, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "The current state of this Game Object.\r\rPhaser itself will never modify this value, although plugins may do so.\r\rUse this property to track the state of a Game Object during its lifetime. For example, it could change from\ra state of 'moving', to 'attacking', to 'dead'. The state value should be an integer (ideally mapped to a constant\rin your game code), or a string. These are recommended to keep it light and simple, with fast comparisons.\rIf you need to store complex data about your Game Object, look at using the Data Component instead.", @@ -106689,7 +106870,7 @@ "longname": "Phaser.GameObjects.Layer#state", "scope": "instance", "kind": "member", - "___id": "T000002R010934", + "___id": "T000002R010954", "___s": true }, { @@ -106698,7 +106879,7 @@ "filename": "Layer.js", "lineno": 155, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "A Layer cannot be placed inside a Container.\r\rThis property is kept purely so a Layer has the same\rshape as a Game Object.", @@ -106717,7 +106898,7 @@ "longname": "Phaser.GameObjects.Layer#parentContainer", "scope": "instance", "kind": "member", - "___id": "T000002R010936", + "___id": "T000002R010956", "___s": true }, { @@ -106726,7 +106907,7 @@ "filename": "Layer.js", "lineno": 167, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "The name of this Game Object.\rEmpty by default and never populated by Phaser, this is left for developers to use.", @@ -106746,7 +106927,7 @@ "longname": "Phaser.GameObjects.Layer#name", "scope": "instance", "kind": "member", - "___id": "T000002R010938", + "___id": "T000002R010958", "___s": true }, { @@ -106755,7 +106936,7 @@ "filename": "Layer.js", "lineno": 178, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "The active state of this Game Object.\rA Game Object with an active state of `true` is processed by the Scenes UpdateList, if added to it.\rAn active object is one which is having its logic and internal systems updated.", @@ -106775,7 +106956,7 @@ "longname": "Phaser.GameObjects.Layer#active", "scope": "instance", "kind": "member", - "___id": "T000002R010940", + "___id": "T000002R010960", "___s": true }, { @@ -106784,7 +106965,7 @@ "filename": "Layer.js", "lineno": 190, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "The Tab Index of the Game Object.\rReserved for future use by plugins and the Input Manager.", @@ -106804,7 +106985,7 @@ "longname": "Phaser.GameObjects.Layer#tabIndex", "scope": "instance", "kind": "member", - "___id": "T000002R010942", + "___id": "T000002R010962", "___s": true }, { @@ -106813,7 +106994,7 @@ "filename": "Layer.js", "lineno": 201, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "A Data Manager.\rIt allows you to store, query and get key/value paired information specific to this Game Object.\r`null` by default. Automatically created if you use `getData` or `setData` or `setDataEnabled`.", @@ -106833,7 +107014,7 @@ "longname": "Phaser.GameObjects.Layer#data", "scope": "instance", "kind": "member", - "___id": "T000002R010944", + "___id": "T000002R010964", "___s": true }, { @@ -106842,7 +107023,7 @@ "filename": "Layer.js", "lineno": 213, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "The flags that are compared against `RENDER_MASK` to determine if this Game Object will render or not.\rThe bits are 0001 | 0010 | 0100 | 1000 set by the components Visible, Alpha, Transform and Texture respectively.\rIf those components are not used by your custom class then you can use this bitmask as you wish.", @@ -106862,7 +107043,7 @@ "longname": "Phaser.GameObjects.Layer#renderFlags", "scope": "instance", "kind": "member", - "___id": "T000002R010946", + "___id": "T000002R010966", "___s": true }, { @@ -106871,7 +107052,7 @@ "filename": "Layer.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "A bitmask that controls if this Game Object is drawn by a Camera or not.\rNot usually set directly, instead call `Camera.ignore`, however you can\rset this property directly using the Camera.id property:", @@ -106894,7 +107075,7 @@ "longname": "Phaser.GameObjects.Layer#cameraFilter", "scope": "instance", "kind": "member", - "___id": "T000002R010948", + "___id": "T000002R010968", "___s": true }, { @@ -106903,7 +107084,7 @@ "filename": "Layer.js", "lineno": 240, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "This property is kept purely so a Layer has the same\rshape as a Game Object. You cannot input enable a Layer.", @@ -106925,7 +107106,7 @@ "longname": "Phaser.GameObjects.Layer#input", "scope": "instance", "kind": "member", - "___id": "T000002R010950", + "___id": "T000002R010970", "___s": true }, { @@ -106934,7 +107115,7 @@ "filename": "Layer.js", "lineno": 251, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "This property is kept purely so a Layer has the same\rshape as a Game Object. You cannot give a Layer a physics body.", @@ -106971,7 +107152,7 @@ "longname": "Phaser.GameObjects.Layer#body", "scope": "instance", "kind": "member", - "___id": "T000002R010952", + "___id": "T000002R010972", "___s": true }, { @@ -106980,7 +107161,7 @@ "filename": "Layer.js", "lineno": 262, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "This Game Object will ignore all calls made to its destroy method if this flag is set to `true`.\rThis includes calls that may come from a Group, Container or the Scene itself.\rWhile it allows you to persist a Game Object across Scenes, please understand you are entirely\rresponsible for managing references to and from this Game Object.", @@ -107000,7 +107181,7 @@ "longname": "Phaser.GameObjects.Layer#ignoreDestroy", "scope": "instance", "kind": "member", - "___id": "T000002R010954", + "___id": "T000002R010974", "___s": true }, { @@ -107009,7 +107190,7 @@ "filename": "Layer.js", "lineno": 275, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "A reference to the Scene Systems.", @@ -107028,7 +107209,7 @@ "longname": "Phaser.GameObjects.Layer#systems", "scope": "instance", "kind": "member", - "___id": "T000002R010956", + "___id": "T000002R010976", "___s": true }, { @@ -107037,7 +107218,7 @@ "filename": "Layer.js", "lineno": 284, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "A reference to the Scene Event Emitter.", @@ -107056,7 +107237,7 @@ "longname": "Phaser.GameObjects.Layer#events", "scope": "instance", "kind": "member", - "___id": "T000002R010958", + "___id": "T000002R010978", "___s": true }, { @@ -107065,7 +107246,7 @@ "filename": "Layer.js", "lineno": 293, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "The flag the determines whether Game Objects should be sorted when `depthSort()` is called.", @@ -107085,7 +107266,7 @@ "longname": "Phaser.GameObjects.Layer#sortChildrenFlag", "scope": "instance", "kind": "member", - "___id": "T000002R010960", + "___id": "T000002R010980", "___s": true }, { @@ -107094,7 +107275,7 @@ "filename": "Layer.js", "lineno": 322, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "Sets the `active` property of this Game Object and returns this Game Object for further chaining.\rA Game Object with its `active` property set to `true` will be updated by the Scenes UpdateList.", @@ -107134,7 +107315,7 @@ "memberof": "Phaser.GameObjects.Layer", "longname": "Phaser.GameObjects.Layer#setActive", "scope": "instance", - "___id": "T000002R010964", + "___id": "T000002R010984", "___s": true }, { @@ -107143,7 +107324,7 @@ "filename": "Layer.js", "lineno": 340, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "Sets the `name` property of this Game Object and returns this Game Object for further chaining.\rThe `name` property is not populated by Phaser and is presented for your own use.", @@ -107183,7 +107364,7 @@ "memberof": "Phaser.GameObjects.Layer", "longname": "Phaser.GameObjects.Layer#setName", "scope": "instance", - "___id": "T000002R010967", + "___id": "T000002R010987", "___s": true }, { @@ -107192,7 +107373,7 @@ "filename": "Layer.js", "lineno": 358, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "Sets the current state of this Game Object.\r\rPhaser itself will never modify the State of a Game Object, although plugins may do so.\r\rFor example, a Game Object could change from a state of 'moving', to 'attacking', to 'dead'.\rThe state value should typically be an integer (ideally mapped to a constant\rin your game code), but could also be a string. It is recommended to keep it light and simple.\rIf you need to store complex data about your Game Object, look at using the Data Component instead.", @@ -107242,7 +107423,7 @@ "memberof": "Phaser.GameObjects.Layer", "longname": "Phaser.GameObjects.Layer#setState", "scope": "instance", - "___id": "T000002R010970", + "___id": "T000002R010990", "___s": true }, { @@ -107251,7 +107432,7 @@ "filename": "Layer.js", "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "Adds a Data Manager component to this Game Object.", @@ -107279,7 +107460,7 @@ "memberof": "Phaser.GameObjects.Layer", "longname": "Phaser.GameObjects.Layer#setDataEnabled", "scope": "instance", - "___id": "T000002R010973", + "___id": "T000002R010993", "___s": true }, { @@ -107288,7 +107469,7 @@ "filename": "Layer.js", "lineno": 401, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "Allows you to store a key value pair within this Game Objects Data Manager.\r\rIf the Game Object has not been enabled for data (via `setDataEnabled`) then it will be enabled\rbefore setting the value.\r\rIf the key doesn't already exist in the Data Manager then it is created.\r\r```javascript\rsprite.setData('name', 'Red Gem Stone');\r```\r\rYou can also pass in an object of key value pairs as the first argument:\r\r```javascript\rsprite.setData({ name: 'Red Gem Stone', level: 2, owner: 'Link', gold: 50 });\r```\r\rTo get a value back again you can call `getData`:\r\r```javascript\rsprite.getData('gold');\r```\r\rOr you can access the value directly via the `values` property, where it works like any other variable:\r\r```javascript\rsprite.data.values.gold += 50;\r```\r\rWhen the value is first set, a `setdata` event is emitted from this Game Object.\r\rIf the key already exists, a `changedata` event is emitted instead, along an event named after the key.\rFor example, if you updated an existing key called `PlayerLives` then it would emit the event `changedata-PlayerLives`.\rThese events will be emitted regardless if you use this method to set the value, or the direct `values` setter.\r\rPlease note that the data keys are case-sensitive and must be valid JavaScript Object property strings.\rThis means the keys `gold` and `Gold` are treated as two unique values within the Data Manager.", @@ -107351,7 +107532,7 @@ "memberof": "Phaser.GameObjects.Layer", "longname": "Phaser.GameObjects.Layer#setData", "scope": "instance", - "___id": "T000002R010976", + "___id": "T000002R010996", "___s": true }, { @@ -107360,7 +107541,7 @@ "filename": "Layer.js", "lineno": 460, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "Increase a value for the given key within this Game Objects Data Manager. If the key doesn't already exist in the Data Manager then it is increased from 0.\r\rIf the Game Object has not been enabled for data (via `setDataEnabled`) then it will be enabled\rbefore setting the value.\r\rIf the key doesn't already exist in the Data Manager then it is created.\r\rWhen the value is first set, a `setdata` event is emitted from this Game Object.", @@ -107423,7 +107604,7 @@ "memberof": "Phaser.GameObjects.Layer", "longname": "Phaser.GameObjects.Layer#incData", "scope": "instance", - "___id": "T000002R010979", + "___id": "T000002R010999", "___s": true }, { @@ -107432,7 +107613,7 @@ "filename": "Layer.js", "lineno": 490, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "Toggle a boolean value for the given key within this Game Objects Data Manager. If the key doesn't already exist in the Data Manager then it is toggled from false.\r\rIf the Game Object has not been enabled for data (via `setDataEnabled`) then it will be enabled\rbefore setting the value.\r\rIf the key doesn't already exist in the Data Manager then it is created.\r\rWhen the value is first set, a `setdata` event is emitted from this Game Object.", @@ -107482,7 +107663,7 @@ "memberof": "Phaser.GameObjects.Layer", "longname": "Phaser.GameObjects.Layer#toggleData", "scope": "instance", - "___id": "T000002R010982", + "___id": "T000002R011002", "___s": true }, { @@ -107491,7 +107672,7 @@ "filename": "Layer.js", "lineno": 519, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "Retrieves the value for the given key in this Game Objects Data Manager, or undefined if it doesn't exist.\r\rYou can also access values via the `values` object. For example, if you had a key called `gold` you can do either:\r\r```javascript\rsprite.getData('gold');\r```\r\rOr access the value directly:\r\r```javascript\rsprite.data.values.gold;\r```\r\rYou can also pass in an array of keys, in which case an array of values will be returned:\r\r```javascript\rsprite.getData([ 'gold', 'armor', 'health' ]);\r```\r\rThis approach is useful for destructuring arrays in ES6.", @@ -107548,7 +107729,7 @@ "memberof": "Phaser.GameObjects.Layer", "longname": "Phaser.GameObjects.Layer#getData", "scope": "instance", - "___id": "T000002R010985", + "___id": "T000002R011005", "___s": true }, { @@ -107557,7 +107738,7 @@ "filename": "Layer.js", "lineno": 559, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "A Layer cannot be enabled for input.\r\rThis method does nothing and is kept to ensure\rthe Layer has the same shape as a Game Object.", @@ -107582,7 +107763,7 @@ "memberof": "Phaser.GameObjects.Layer", "longname": "Phaser.GameObjects.Layer#setInteractive", "scope": "instance", - "___id": "T000002R010988", + "___id": "T000002R011008", "___s": true }, { @@ -107591,7 +107772,7 @@ "filename": "Layer.js", "lineno": 575, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "A Layer cannot be enabled for input.\r\rThis method does nothing and is kept to ensure\rthe Layer has the same shape as a Game Object.", @@ -107616,7 +107797,7 @@ "memberof": "Phaser.GameObjects.Layer", "longname": "Phaser.GameObjects.Layer#disableInteractive", "scope": "instance", - "___id": "T000002R010990", + "___id": "T000002R011010", "___s": true }, { @@ -107625,7 +107806,7 @@ "filename": "Layer.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "A Layer cannot be enabled for input.\r\rThis method does nothing and is kept to ensure\rthe Layer has the same shape as a Game Object.", @@ -107650,7 +107831,7 @@ "memberof": "Phaser.GameObjects.Layer", "longname": "Phaser.GameObjects.Layer#removeInteractive", "scope": "instance", - "___id": "T000002R010992", + "___id": "T000002R011012", "___s": true }, { @@ -107659,7 +107840,7 @@ "filename": "Layer.js", "lineno": 607, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "This callback is invoked when this Game Object is added to a Scene.\r\rCan be overriden by custom Game Objects, but be aware of some Game Objects that\rwill use this, such as Sprites, to add themselves into the Update List.\r\rYou can also listen for the `ADDED_TO_SCENE` event from this Game Object.", @@ -107669,7 +107850,7 @@ "memberof": "Phaser.GameObjects.Layer", "longname": "Phaser.GameObjects.Layer#addedToScene", "scope": "instance", - "___id": "T000002R010994", + "___id": "T000002R011014", "___s": true }, { @@ -107678,7 +107859,7 @@ "filename": "Layer.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "This callback is invoked when this Game Object is removed from a Scene.\r\rCan be overriden by custom Game Objects, but be aware of some Game Objects that\rwill use this, such as Sprites, to removed themselves from the Update List.\r\rYou can also listen for the `REMOVED_FROM_SCENE` event from this Game Object.", @@ -107688,7 +107869,7 @@ "memberof": "Phaser.GameObjects.Layer", "longname": "Phaser.GameObjects.Layer#removedFromScene", "scope": "instance", - "___id": "T000002R010996", + "___id": "T000002R011016", "___s": true }, { @@ -107697,7 +107878,7 @@ "filename": "Layer.js", "lineno": 637, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "To be overridden by custom GameObjects. Allows base objects to be used in a Pool.", @@ -107724,7 +107905,7 @@ "memberof": "Phaser.GameObjects.Layer", "longname": "Phaser.GameObjects.Layer#update", "scope": "instance", - "___id": "T000002R010998", + "___id": "T000002R011018", "___s": true }, { @@ -107733,7 +107914,7 @@ "filename": "Layer.js", "lineno": 649, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "Returns a JSON representation of the Game Object.", @@ -107757,7 +107938,7 @@ "memberof": "Phaser.GameObjects.Layer", "longname": "Phaser.GameObjects.Layer#toJSON", "scope": "instance", - "___id": "T000002R011000", + "___id": "T000002R011020", "___s": true }, { @@ -107766,7 +107947,7 @@ "filename": "Layer.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "Compares the renderMask with the renderFlags to see if this Game Object will render or not.\rAlso checks the Game Object against the given Cameras exclusion list.", @@ -107805,7 +107986,7 @@ "memberof": "Phaser.GameObjects.Layer", "longname": "Phaser.GameObjects.Layer#willRender", "scope": "instance", - "___id": "T000002R011002", + "___id": "T000002R011022", "___s": true }, { @@ -107814,7 +107995,7 @@ "filename": "Layer.js", "lineno": 678, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "Returns an array containing the display list index of either this Game Object, or if it has one,\rits parent Container. It then iterates up through all of the parent containers until it hits the\rroot of the display list (which is index 0 in the returned array).\r\rUsed internally by the InputPlugin but also useful if you wish to find out the display depth of\rthis Game Object and all of its ancestors.", @@ -107847,7 +108028,7 @@ "memberof": "Phaser.GameObjects.Layer", "longname": "Phaser.GameObjects.Layer#getIndexList", "scope": "instance", - "___id": "T000002R011004", + "___id": "T000002R011024", "___s": true }, { @@ -107856,7 +108037,7 @@ "filename": "Layer.js", "lineno": 774, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "Force a sort of the display list on the next call to depthSort.", @@ -107866,7 +108047,7 @@ "memberof": "Phaser.GameObjects.Layer", "longname": "Phaser.GameObjects.Layer#queueDepthSort", "scope": "instance", - "___id": "T000002R011018", + "___id": "T000002R011038", "___s": true }, { @@ -107875,7 +108056,7 @@ "filename": "Layer.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "Immediately sorts the display list if the flag is set.", @@ -107885,7 +108066,7 @@ "memberof": "Phaser.GameObjects.Layer", "longname": "Phaser.GameObjects.Layer#depthSort", "scope": "instance", - "___id": "T000002R011021", + "___id": "T000002R011041", "___s": true }, { @@ -107894,7 +108075,7 @@ "filename": "Layer.js", "lineno": 801, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "Compare the depth of two Game Objects.", @@ -107946,7 +108127,7 @@ "memberof": "Phaser.GameObjects.Layer", "longname": "Phaser.GameObjects.Layer#sortByDepth", "scope": "instance", - "___id": "T000002R011024", + "___id": "T000002R011044", "___s": true }, { @@ -107955,7 +108136,7 @@ "filename": "Layer.js", "lineno": 817, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "Returns an array which contains all Game Objects within this Layer.\r\rThis is a reference to the main list array, not a copy of it, so be careful not to modify it.", @@ -107988,7 +108169,7 @@ "memberof": "Phaser.GameObjects.Layer", "longname": "Phaser.GameObjects.Layer#getChildren", "scope": "instance", - "___id": "T000002R011026", + "___id": "T000002R011046", "___s": true }, { @@ -107997,7 +108178,7 @@ "filename": "Layer.js", "lineno": 832, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "Adds this Layer to the given Display List.\r\rIf no Display List is specified, it will default to the Display List owned by the Scene to which\rthis Layer belongs.\r\rA Layer can only exist on one Display List at any given time, but may move freely between them.\r\rIf this Layer is already on another Display List when this method is called, it will first\rbe removed from it, before being added to the new list.\r\rYou can query which list it is on by looking at the `Phaser.GameObjects.Layer#displayList` property.\r\rIf a Layer isn't on any display list, it will not be rendered. If you just wish to temporarily\rdisable it from rendering, consider using the `setVisible` method, instead.", @@ -108052,7 +108233,7 @@ "memberof": "Phaser.GameObjects.Layer", "longname": "Phaser.GameObjects.Layer#addToDisplayList", "scope": "instance", - "___id": "T000002R011028", + "___id": "T000002R011048", "___s": true }, { @@ -108061,7 +108242,7 @@ "filename": "Layer.js", "lineno": 883, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "Removes this Layer from the Display List it is currently on.\r\rA Layer can only exist on one Display List at any given time, but may move freely removed\rand added back at a later stage.\r\rYou can query which list it is on by looking at the `Phaser.GameObjects.GameObject#displayList` property.\r\rIf a Layer isn't on any Display List, it will not be rendered. If you just wish to temporarily\rdisable it from rendering, consider using the `setVisible` method, instead.", @@ -108090,7 +108271,7 @@ "memberof": "Phaser.GameObjects.Layer", "longname": "Phaser.GameObjects.Layer#removeFromDisplayList", "scope": "instance", - "___id": "T000002R011032", + "___id": "T000002R011052", "___s": true }, { @@ -108099,7 +108280,7 @@ "filename": "Layer.js", "lineno": 921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "Destroys this Layer removing it from the Display List and Update List and\rsevering all ties to parent resources.\r\rAlso destroys all children of this Layer. If you do not wish for the\rchildren to be destroyed, you should move them from this Layer first.\r\rUse this to remove this Layer from your game if you don't ever plan to use it again.\rAs long as no reference to it exists within your own code it should become free for\rgarbage collection by the browser.\r\rIf you just want to temporarily disable an object then look at using the\rGame Object Pool instead of destroying it, as destroyed objects cannot be resurrected.", @@ -108129,7 +108310,7 @@ "memberof": "Phaser.GameObjects.Layer", "longname": "Phaser.GameObjects.Layer#destroy", "scope": "instance", - "___id": "T000002R011036", + "___id": "T000002R011056", "___s": true }, { @@ -108138,7 +108319,7 @@ "filename": "LayerCreator.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "Creates a new Layer Game Object and returns it.\r\rNote: This method will only be available if the Layer Game Object has been built into Phaser.", @@ -108191,7 +108372,7 @@ "memberof": "Phaser.GameObjects.GameObjectCreator", "longname": "Phaser.GameObjects.GameObjectCreator#layer", "scope": "instance", - "___id": "T000002R011061", + "___id": "T000002R011081", "___s": true }, { @@ -108200,7 +108381,7 @@ "filename": "LayerFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\layer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\layer", "code": {} }, "description": "Creates a new Layer Game Object and adds it to the Scene.\r\rNote: This method will only be available if the Layer Game Object has been built into Phaser.", @@ -108259,7 +108440,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#layer", "scope": "instance", - "___id": "T000002R011068", + "___id": "T000002R011088", "___s": true }, { @@ -108268,7 +108449,7 @@ "filename": "Light.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "classdesc": "A 2D Light.\r\rThese are created by the {@link Phaser.GameObjects.LightsManager}, available from within a scene via `this.lights`.\r\rAny Game Objects using the Light2D pipeline will then be affected by these Lights as long as they have a normal map.\r\rThey can also simply be used to represent a point light for your own purposes.\r\rLights cannot be added to Containers. They are designed to exist in the root of a Scene.", @@ -108377,7 +108558,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Light", - "___id": "T000002R011110", + "___id": "T000002R011130", "___s": true }, { @@ -108386,7 +108567,7 @@ "filename": "Light.js", "lineno": 59, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "The color of the light.", @@ -108405,7 +108586,7 @@ "longname": "Phaser.GameObjects.Light#color", "scope": "instance", "kind": "member", - "___id": "T000002R011115", + "___id": "T000002R011135", "___s": true }, { @@ -108414,7 +108595,7 @@ "filename": "Light.js", "lineno": 68, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "The intensity of the light.", @@ -108433,7 +108614,7 @@ "longname": "Phaser.GameObjects.Light#intensity", "scope": "instance", "kind": "member", - "___id": "T000002R011117", + "___id": "T000002R011137", "___s": true }, { @@ -108442,7 +108623,7 @@ "filename": "Light.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "The flags that are compared against `RENDER_MASK` to determine if this Game Object will render or not.\rThe bits are 0001 | 0010 | 0100 | 1000 set by the components Visible, Alpha, Transform and Texture respectively.\rIf those components are not used by your custom class then you can use this bitmask as you wish.", @@ -108462,7 +108643,7 @@ "longname": "Phaser.GameObjects.Light#renderFlags", "scope": "instance", "kind": "member", - "___id": "T000002R011119", + "___id": "T000002R011139", "___s": true }, { @@ -108471,7 +108652,7 @@ "filename": "Light.js", "lineno": 89, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "A bitmask that controls if this Game Object is drawn by a Camera or not.\rNot usually set directly, instead call `Camera.ignore`, however you can\rset this property directly using the Camera.id property:", @@ -108494,7 +108675,7 @@ "longname": "Phaser.GameObjects.Light#cameraFilter", "scope": "instance", "kind": "member", - "___id": "T000002R011121", + "___id": "T000002R011141", "___s": true }, { @@ -108503,7 +108684,7 @@ "filename": "Light.js", "lineno": 109, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "The width of this Light Game Object. This is the same as `Light.diameter`.", @@ -108522,7 +108703,7 @@ "longname": "Phaser.GameObjects.Light#displayWidth", "scope": "instance", "kind": "member", - "___id": "T000002R011123", + "___id": "T000002R011143", "___s": true }, { @@ -108531,7 +108712,7 @@ "filename": "Light.js", "lineno": 130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "The height of this Light Game Object. This is the same as `Light.diameter`.", @@ -108550,7 +108731,7 @@ "longname": "Phaser.GameObjects.Light#displayHeight", "scope": "instance", "kind": "member", - "___id": "T000002R011128", + "___id": "T000002R011148", "___s": true }, { @@ -108559,7 +108740,7 @@ "filename": "Light.js", "lineno": 151, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "The width of this Light Game Object. This is the same as `Light.diameter`.", @@ -108578,7 +108759,7 @@ "longname": "Phaser.GameObjects.Light#width", "scope": "instance", "kind": "member", - "___id": "T000002R011133", + "___id": "T000002R011153", "___s": true }, { @@ -108587,7 +108768,7 @@ "filename": "Light.js", "lineno": 172, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "The height of this Light Game Object. This is the same as `Light.diameter`.", @@ -108606,7 +108787,7 @@ "longname": "Phaser.GameObjects.Light#height", "scope": "instance", "kind": "member", - "___id": "T000002R011138", + "___id": "T000002R011158", "___s": true }, { @@ -108615,7 +108796,7 @@ "filename": "Light.js", "lineno": 193, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "Compares the renderMask with the renderFlags to see if this Game Object will render or not.\rAlso checks the Game Object against the given Cameras exclusion list.", @@ -108654,7 +108835,7 @@ "memberof": "Phaser.GameObjects.Light", "longname": "Phaser.GameObjects.Light#willRender", "scope": "instance", - "___id": "T000002R011143", + "___id": "T000002R011163", "___s": true }, { @@ -108663,7 +108844,7 @@ "filename": "Light.js", "lineno": 209, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "Set the color of the light from a single integer RGB value.", @@ -108703,7 +108884,7 @@ "memberof": "Phaser.GameObjects.Light", "longname": "Phaser.GameObjects.Light#setColor", "scope": "instance", - "___id": "T000002R011145", + "___id": "T000002R011165", "___s": true }, { @@ -108712,7 +108893,7 @@ "filename": "Light.js", "lineno": 228, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "Set the intensity of the light.", @@ -108752,7 +108933,7 @@ "memberof": "Phaser.GameObjects.Light", "longname": "Phaser.GameObjects.Light#setIntensity", "scope": "instance", - "___id": "T000002R011148", + "___id": "T000002R011168", "___s": true }, { @@ -108761,7 +108942,7 @@ "filename": "Light.js", "lineno": 245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "Set the radius of the light.", @@ -108801,7 +108982,7 @@ "memberof": "Phaser.GameObjects.Light", "longname": "Phaser.GameObjects.Light#setRadius", "scope": "instance", - "___id": "T000002R011151", + "___id": "T000002R011171", "___s": true }, { @@ -108810,7 +108991,7 @@ "filename": "Light.js", "lineno": 264, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "The bitmask that `GameObject.renderFlags` is compared against to determine if the Game Object will render or not.", @@ -108828,7 +109009,7 @@ "memberof": "Phaser.GameObjects.Light", "scope": "static", "longname": "Phaser.GameObjects.Light.RENDER_MASK", - "___id": "T000002R011154", + "___id": "T000002R011174", "___s": true }, { @@ -108837,7 +109018,7 @@ "filename": "LightsManager.js", "lineno": 17, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "kind": "typedef", @@ -108864,7 +109045,7 @@ ], "longname": "LightForEach", "scope": "global", - "___id": "T000002R011166", + "___id": "T000002R011186", "___s": true }, { @@ -108873,7 +109054,7 @@ "filename": "LightsManager.js", "lineno": 23, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "classdesc": "Manages Lights for a Scene.\r\rAffects the rendering of Game Objects using the `Light2D` pipeline.", @@ -108883,7 +109064,7 @@ "since": "3.0.0", "scope": "static", "longname": "Phaser.GameObjects.LightsManager", - "___id": "T000002R011167", + "___id": "T000002R011187", "___s": true }, { @@ -108892,7 +109073,7 @@ "filename": "LightsManager.js", "lineno": 40, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "The Lights in the Scene.", @@ -108921,7 +109102,7 @@ "longname": "Phaser.GameObjects.LightsManager#lights", "scope": "instance", "kind": "member", - "___id": "T000002R011170", + "___id": "T000002R011190", "___s": true }, { @@ -108930,7 +109111,7 @@ "filename": "LightsManager.js", "lineno": 50, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "The ambient color.", @@ -108949,7 +109130,7 @@ "longname": "Phaser.GameObjects.LightsManager#ambientColor", "scope": "instance", "kind": "member", - "___id": "T000002R011172", + "___id": "T000002R011192", "___s": true }, { @@ -108958,7 +109139,7 @@ "filename": "LightsManager.js", "lineno": 59, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "Whether the Lights Manager is enabled.", @@ -108978,7 +109159,7 @@ "longname": "Phaser.GameObjects.LightsManager#active", "scope": "instance", "kind": "member", - "___id": "T000002R011174", + "___id": "T000002R011194", "___s": true }, { @@ -108987,7 +109168,7 @@ "filename": "LightsManager.js", "lineno": 69, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "The maximum number of lights that a single Camera and the lights shader can process.\rChange this via the `maxLights` property in your game config, as it cannot be changed at runtime.", @@ -109007,7 +109188,7 @@ "longname": "Phaser.GameObjects.LightsManager#maxLights", "scope": "instance", "kind": "member", - "___id": "T000002R011176", + "___id": "T000002R011196", "___s": true }, { @@ -109016,7 +109197,7 @@ "filename": "LightsManager.js", "lineno": 80, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "The number of lights that the LightPipeline processed in the _previous_ frame.", @@ -109036,7 +109217,7 @@ "longname": "Phaser.GameObjects.LightsManager#visibleLights", "scope": "instance", "kind": "member", - "___id": "T000002R011178", + "___id": "T000002R011198", "___s": true }, { @@ -109045,7 +109226,7 @@ "filename": "LightsManager.js", "lineno": 91, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "Creates a new Point Light Game Object and adds it to the Scene.\r\rNote: This method will only be available if the Point Light Game Object has been built into Phaser.\r\rThe Point Light Game Object provides a way to add a point light effect into your game,\rwithout the expensive shader processing requirements of the traditional Light Game Object.\r\rThe difference is that the Point Light renders using a custom shader, designed to give the\rimpression of a point light source, of variable radius, intensity and color, in your game.\rHowever, unlike the Light Game Object, it does not impact any other Game Objects, or use their\rnormal maps for calcuations. This makes them extremely fast to render compared to Lights\rand perfect for special effects, such as flickering torches or muzzle flashes.\r\rFor maximum performance you should batch Point Light Game Objects together. This means\rensuring they follow each other consecutively on the display list. Ideally, use a Layer\rGame Object and then add just Point Lights to it, so that it can batch together the rendering\rof the lights. You don't _have_ to do this, and if you've only a handful of Point Lights in\ryour game then it's perfectly safe to mix them into the dislay list as normal. However, if\ryou're using a large number of them, please consider how they are mixed into the display list.\r\rThe renderer will automatically cull Point Lights. Those with a radius that does not intersect\rwith the Camera will be skipped in the rendering list. This happens automatically and the\rculled state is refreshed every frame, for every camera.\r\rThe origin of a Point Light is always 0.5 and it cannot be changed.\r\rPoint Lights are a WebGL only feature and do not have a Canvas counterpart.", @@ -109157,7 +109338,7 @@ "memberof": "Phaser.GameObjects.LightsManager", "longname": "Phaser.GameObjects.LightsManager#addPointLight", "scope": "instance", - "___id": "T000002R011180", + "___id": "T000002R011200", "___s": true }, { @@ -109166,7 +109347,7 @@ "filename": "LightsManager.js", "lineno": 137, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "Enable the Lights Manager.", @@ -109191,7 +109372,7 @@ "memberof": "Phaser.GameObjects.LightsManager", "longname": "Phaser.GameObjects.LightsManager#enable", "scope": "instance", - "___id": "T000002R011182", + "___id": "T000002R011202", "___s": true }, { @@ -109200,7 +109381,7 @@ "filename": "LightsManager.js", "lineno": 157, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "Disable the Lights Manager.", @@ -109225,7 +109406,7 @@ "memberof": "Phaser.GameObjects.LightsManager", "longname": "Phaser.GameObjects.LightsManager#disable", "scope": "instance", - "___id": "T000002R011186", + "___id": "T000002R011206", "___s": true }, { @@ -109234,7 +109415,7 @@ "filename": "LightsManager.js", "lineno": 172, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "Get all lights that can be seen by the given Camera.\r\rIt will automatically cull lights that are outside the world view of the Camera.\r\rIf more lights are returned than supported by the pipeline, the lights are then culled\rbased on the distance from the center of the camera. Only those closest are rendered.", @@ -109282,7 +109463,7 @@ "memberof": "Phaser.GameObjects.LightsManager", "longname": "Phaser.GameObjects.LightsManager#getLights", "scope": "instance", - "___id": "T000002R011189", + "___id": "T000002R011209", "___s": true }, { @@ -109291,7 +109472,7 @@ "filename": "LightsManager.js", "lineno": 228, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "Set the ambient light color.", @@ -109331,7 +109512,7 @@ "memberof": "Phaser.GameObjects.LightsManager", "longname": "Phaser.GameObjects.LightsManager#setAmbientColor", "scope": "instance", - "___id": "T000002R011201", + "___id": "T000002R011221", "___s": true }, { @@ -109340,7 +109521,7 @@ "filename": "LightsManager.js", "lineno": 247, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "Returns the maximum number of Lights allowed to appear at once.", @@ -109364,7 +109545,7 @@ "memberof": "Phaser.GameObjects.LightsManager", "longname": "Phaser.GameObjects.LightsManager#getMaxVisibleLights", "scope": "instance", - "___id": "T000002R011204", + "___id": "T000002R011224", "___s": true }, { @@ -109373,7 +109554,7 @@ "filename": "LightsManager.js", "lineno": 260, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "Get the number of Lights managed by this Lights Manager.", @@ -109397,7 +109578,7 @@ "memberof": "Phaser.GameObjects.LightsManager", "longname": "Phaser.GameObjects.LightsManager#getLightCount", "scope": "instance", - "___id": "T000002R011206", + "___id": "T000002R011226", "___s": true }, { @@ -109406,7 +109587,7 @@ "filename": "LightsManager.js", "lineno": 273, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "Add a Light.", @@ -109507,7 +109688,7 @@ "memberof": "Phaser.GameObjects.LightsManager", "longname": "Phaser.GameObjects.LightsManager#addLight", "scope": "instance", - "___id": "T000002R011208", + "___id": "T000002R011228", "___s": true }, { @@ -109516,7 +109697,7 @@ "filename": "LightsManager.js", "lineno": 304, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "Remove a Light.", @@ -109556,7 +109737,7 @@ "memberof": "Phaser.GameObjects.LightsManager", "longname": "Phaser.GameObjects.LightsManager#removeLight", "scope": "instance", - "___id": "T000002R011217", + "___id": "T000002R011237", "___s": true }, { @@ -109565,7 +109746,7 @@ "filename": "LightsManager.js", "lineno": 326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "Shut down the Lights Manager.\r\rRecycles all active Lights into the Light pool, resets ambient light color and clears the lists of Lights and\rculled Lights.", @@ -109575,7 +109756,7 @@ "memberof": "Phaser.GameObjects.LightsManager", "longname": "Phaser.GameObjects.LightsManager#shutdown", "scope": "instance", - "___id": "T000002R011220", + "___id": "T000002R011240", "___s": true }, { @@ -109584,7 +109765,7 @@ "filename": "LightsManager.js", "lineno": 340, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "Destroy the Lights Manager.\r\rCleans up all references by calling {@link Phaser.GameObjects.LightsManager#shutdown}.", @@ -109594,7 +109775,7 @@ "memberof": "Phaser.GameObjects.LightsManager", "longname": "Phaser.GameObjects.LightsManager#destroy", "scope": "instance", - "___id": "T000002R011223", + "___id": "T000002R011243", "___s": true }, { @@ -109603,7 +109784,7 @@ "filename": "LightsPlugin.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "classdesc": "A Scene plugin that provides a {@link Phaser.GameObjects.LightsManager} for the Light2D pipeline.\r\rAvailable from within a Scene via `this.lights`.\r\rAdd Lights using the {@link Phaser.GameObjects.LightsManager#addLight} method:\r\r```javascript\r// Enable the Lights Manager because it is disabled by default\rthis.lights.enable();\r\r// Create a Light at [400, 300] with a radius of 200\rthis.lights.addLight(400, 300, 200);\r```\r\rFor Game Objects to be affected by the Lights when rendered, you will need to set them to use the `Light2D` pipeline like so:\r\r```javascript\rsprite.setPipeline('Light2D');\r```\r\rNote that you cannot use this pipeline on Graphics Game Objects or Shape Game Objects.", @@ -109631,7 +109812,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.LightsPlugin", - "___id": "T000002R011230", + "___id": "T000002R011250", "___s": true }, { @@ -109640,7 +109821,7 @@ "filename": "LightsPlugin.js", "lineno": 52, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "A reference to the Scene that this Lights Plugin belongs to.", @@ -109659,7 +109840,7 @@ "longname": "Phaser.GameObjects.LightsPlugin#scene", "scope": "instance", "kind": "member", - "___id": "T000002R011234", + "___id": "T000002R011254", "___s": true }, { @@ -109668,7 +109849,7 @@ "filename": "LightsPlugin.js", "lineno": 61, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "A reference to the Scene's systems.", @@ -109687,7 +109868,7 @@ "longname": "Phaser.GameObjects.LightsPlugin#systems", "scope": "instance", "kind": "member", - "___id": "T000002R011236", + "___id": "T000002R011256", "___s": true }, { @@ -109696,7 +109877,7 @@ "filename": "LightsPlugin.js", "lineno": 78, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "Boot the Lights Plugin.", @@ -109706,7 +109887,7 @@ "memberof": "Phaser.GameObjects.LightsPlugin", "longname": "Phaser.GameObjects.LightsPlugin#boot", "scope": "instance", - "___id": "T000002R011238", + "___id": "T000002R011258", "___s": true }, { @@ -109715,7 +109896,7 @@ "filename": "LightsPlugin.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "description": "Destroy the Lights Plugin.\r\rCleans up all references.", @@ -109726,7 +109907,7 @@ "longname": "Phaser.GameObjects.LightsPlugin#destroy", "scope": "instance", "overrides": "Phaser.GameObjects.LightsManager#destroy", - "___id": "T000002R011241", + "___id": "T000002R011261", "___s": true }, { @@ -109735,7 +109916,7 @@ "filename": "Mesh.js", "lineno": 22, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "classdesc": "A Mesh Game Object.\r\rThe Mesh Game Object allows you to render a group of textured vertices and manipulate\rthe view of those vertices, such as rotation, translation or scaling.\r\rSupport for generating mesh data from grids, model data or Wavefront OBJ Files is included.\r\rAlthough you can use this to render 3D objects, its primary use is for displaying more complex\rSprites, or Sprites where you need fine-grained control over the vertex positions in order to\rachieve special effects in your games. Note that rendering still takes place using Phaser's\rorthographic camera (after being transformed via `projectionMesh`, see `setPerspective`,\r`setOrtho`, and `panZ` methods). As a result, all depth and face tests are done in an eventually\rorthographic space.\r\rThe rendering process will iterate through the faces of this Mesh and render out each face\rthat is considered as being in view of the camera. No depth buffer is used, and because of this,\ryou should be careful not to use model data with too many vertices, or overlapping geometry,\ror you'll probably encounter z-depth fighting. The Mesh was designed to allow for more advanced\r2D layouts, rather than displaying 3D objects, even though it can do this to a degree.\r\rIn short, if you want to remake Crysis, use a 3D engine, not a Mesh. However, if you want\rto easily add some small fun 3D elements into your game, or create some special effects involving\rvertex warping, this is the right object for you. Mesh data becomes part of the WebGL batch,\rjust like standard Sprites, so doesn't introduce any additional shader overhead. Because\rthe Mesh just generates vertices into the WebGL batch, like any other Sprite, you can use all of\rthe common Game Object components on a Mesh too, such as a custom pipeline, mask, blend mode\ror texture.\r\rNote that the Mesh object is WebGL only and does not have a Canvas counterpart.\r\rThe Mesh origin is always 0.5 x 0.5 and cannot be changed.", @@ -110032,7 +110213,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Mesh", - "___id": "T000002R011260", + "___id": "T000002R011280", "___s": true }, { @@ -110041,7 +110222,7 @@ "filename": "Mesh.js", "lineno": 117, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "An array containing the Face instances belonging to this Mesh.\r\rA Face consists of 3 Vertex objects.\r\rThis array is populated during calls such as `addVertices` or `addOBJ`.", @@ -110069,7 +110250,7 @@ "longname": "Phaser.GameObjects.Mesh#faces", "scope": "instance", "kind": "member", - "___id": "T000002R011268", + "___id": "T000002R011288", "___s": true }, { @@ -110078,7 +110259,7 @@ "filename": "Mesh.js", "lineno": 130, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "An array containing Vertex instances. One instance per vertex in this Mesh.\r\rThis array is populated during calls such as `addVertex` or `addOBJ`.", @@ -110106,7 +110287,7 @@ "longname": "Phaser.GameObjects.Mesh#vertices", "scope": "instance", "kind": "member", - "___id": "T000002R011270", + "___id": "T000002R011290", "___s": true }, { @@ -110115,7 +110296,7 @@ "filename": "Mesh.js", "lineno": 141, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "The tint fill mode.\r\r`false` = An additive tint (the default), where vertices colors are blended with the texture.\r`true` = A fill tint, where the vertex colors replace the texture, but respects texture alpha.", @@ -110135,7 +110316,7 @@ "longname": "Phaser.GameObjects.Mesh#tintFill", "scope": "instance", "kind": "member", - "___id": "T000002R011272", + "___id": "T000002R011292", "___s": true }, { @@ -110144,7 +110325,7 @@ "filename": "Mesh.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "You can optionally choose to render the vertices of this Mesh to a Graphics instance.\r\rAchieve this by setting the `debugCallback` and the `debugGraphic` properties.\r\rYou can do this in a single call via the `Mesh.setDebug` method, which will use the\rbuilt-in debug function. You can also set it to your own callback. The callback\rwill be invoked _once per render_ and sent the following parameters:\r\r`debugCallback(src, meshLength, verts)`\r\r`src` is the Mesh instance being debugged.\r`meshLength` is the number of mesh vertices in total.\r`verts` is an array of the translated vertex coordinates.\r\rTo disable rendering, set this property back to `null`.\r\rPlease note that high vertex count Meshes will struggle to debug properly.", @@ -110163,7 +110344,7 @@ "longname": "Phaser.GameObjects.Mesh#debugCallback", "scope": "instance", "kind": "member", - "___id": "T000002R011274", + "___id": "T000002R011294", "___s": true }, { @@ -110172,7 +110353,7 @@ "filename": "Mesh.js", "lineno": 179, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "The Graphics instance that the debug vertices will be drawn to, if `setDebug` has\rbeen called.", @@ -110191,7 +110372,7 @@ "longname": "Phaser.GameObjects.Mesh#debugGraphic", "scope": "instance", "kind": "member", - "___id": "T000002R011276", + "___id": "T000002R011296", "___s": true }, { @@ -110200,7 +110381,7 @@ "filename": "Mesh.js", "lineno": 189, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "When rendering, skip any Face that isn't counter clockwise?\r\rEnable this to hide backward-facing Faces during rendering.\r\rDisable it to render all Faces.", @@ -110219,7 +110400,7 @@ "longname": "Phaser.GameObjects.Mesh#hideCCW", "scope": "instance", "kind": "member", - "___id": "T000002R011278", + "___id": "T000002R011298", "___s": true }, { @@ -110228,7 +110409,7 @@ "filename": "Mesh.js", "lineno": 202, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "A Vector3 containing the 3D position of the vertices in this Mesh.\r\rModifying the components of this property will allow you to reposition where\rthe vertices are rendered within the Mesh. This happens in the `preUpdate` phase,\rwhere each vertex is transformed using the view and projection matrices.\r\rChanging this property will impact all vertices being rendered by this Mesh.\r\rYou can also adjust the 'view' by using the `pan` methods.", @@ -110247,7 +110428,7 @@ "longname": "Phaser.GameObjects.Mesh#modelPosition", "scope": "instance", "kind": "member", - "___id": "T000002R011280", + "___id": "T000002R011300", "___s": true }, { @@ -110256,7 +110437,7 @@ "filename": "Mesh.js", "lineno": 219, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "A Vector3 containing the 3D scale of the vertices in this Mesh.\r\rModifying the components of this property will allow you to scale\rthe vertices within the Mesh. This happens in the `preUpdate` phase,\rwhere each vertex is transformed using the view and projection matrices.\r\rChanging this property will impact all vertices being rendered by this Mesh.", @@ -110275,7 +110456,7 @@ "longname": "Phaser.GameObjects.Mesh#modelScale", "scope": "instance", "kind": "member", - "___id": "T000002R011282", + "___id": "T000002R011302", "___s": true }, { @@ -110284,7 +110465,7 @@ "filename": "Mesh.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "A Vector3 containing the 3D rotation of the vertices in this Mesh.\r\rThe values should be given in radians, i.e. to rotate the vertices by 90\rdegrees you can use `modelRotation.x = Phaser.Math.DegToRad(90)`.\r\rModifying the components of this property will allow you to rotate\rthe vertices within the Mesh. This happens in the `preUpdate` phase,\rwhere each vertex is transformed using the view and projection matrices.\r\rChanging this property will impact all vertices being rendered by this Mesh.", @@ -110303,7 +110484,7 @@ "longname": "Phaser.GameObjects.Mesh#modelRotation", "scope": "instance", "kind": "member", - "___id": "T000002R011284", + "___id": "T000002R011304", "___s": true }, { @@ -110312,7 +110493,7 @@ "filename": "Mesh.js", "lineno": 265, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "The transformation matrix for this Mesh.", @@ -110331,7 +110512,7 @@ "longname": "Phaser.GameObjects.Mesh#transformMatrix", "scope": "instance", "kind": "member", - "___id": "T000002R011288", + "___id": "T000002R011308", "___s": true }, { @@ -110340,7 +110521,7 @@ "filename": "Mesh.js", "lineno": 274, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "The view position for this Mesh.\r\rUse the methods`panX`, `panY` and `panZ` to adjust the view.", @@ -110359,7 +110540,7 @@ "longname": "Phaser.GameObjects.Mesh#viewPosition", "scope": "instance", "kind": "member", - "___id": "T000002R011290", + "___id": "T000002R011310", "___s": true }, { @@ -110368,7 +110549,7 @@ "filename": "Mesh.js", "lineno": 285, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "The view matrix for this Mesh.", @@ -110387,7 +110568,7 @@ "longname": "Phaser.GameObjects.Mesh#viewMatrix", "scope": "instance", "kind": "member", - "___id": "T000002R011292", + "___id": "T000002R011312", "___s": true }, { @@ -110396,7 +110577,7 @@ "filename": "Mesh.js", "lineno": 294, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "The projection matrix for this Mesh.\r\rUpdate it with the `setPerspective` or `setOrtho` methods.", @@ -110415,7 +110596,7 @@ "longname": "Phaser.GameObjects.Mesh#projectionMatrix", "scope": "instance", "kind": "member", - "___id": "T000002R011294", + "___id": "T000002R011314", "___s": true }, { @@ -110424,7 +110605,7 @@ "filename": "Mesh.js", "lineno": 305, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "How many faces were rendered by this Mesh Game Object in the last\rdraw? This is reset in the `preUpdate` method and then incremented\reach time a face is drawn. Note that in multi-camera Scenes this\rvalue may exceed that found in `Mesh.getFaceCount` due to\rcameras drawing the same faces more than once.", @@ -110444,7 +110625,7 @@ "longname": "Phaser.GameObjects.Mesh#totalRendered", "scope": "instance", "kind": "member", - "___id": "T000002R011296", + "___id": "T000002R011316", "___s": true }, { @@ -110453,7 +110634,7 @@ "filename": "Mesh.js", "lineno": 331, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "By default, the Mesh will check to see if its model or view transform has\rchanged each frame and only recalculate the vertex positions if they have.\r\rThis avoids lots of additional math in the `preUpdate` step when not required.\r\rHowever, if you are performing per-Face or per-Vertex manipulation on this Mesh,\rsuch as tweening a Face, or moving it without moving the rest of the Mesh,\rthen you may need to disable the dirty cache in order for the Mesh to re-render\rcorrectly. You can toggle this property to do that. Please note that leaving\rthis set to `true` will cause the Mesh to recalculate the position of every single\rvertex in it, every single frame. So only really do this if you know you\rneed it.", @@ -110472,7 +110653,7 @@ "longname": "Phaser.GameObjects.Mesh#ignoreDirtyCache", "scope": "instance", "kind": "member", - "___id": "T000002R011300", + "___id": "T000002R011320", "___s": true }, { @@ -110481,7 +110662,7 @@ "filename": "Mesh.js", "lineno": 351, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "The Camera fov (field of view) in degrees.\r\rThis is set automatically as part of the `Mesh.setPerspective` call, but exposed\rhere for additional math.\r\rDo not modify this property directly, doing so will not change the fov. For that,\rcall the respective Mesh methods.", @@ -110501,7 +110682,7 @@ "longname": "Phaser.GameObjects.Mesh#fov", "scope": "instance", "kind": "member", - "___id": "T000002R011302", + "___id": "T000002R011322", "___s": true }, { @@ -110510,7 +110691,7 @@ "filename": "Mesh.js", "lineno": 399, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "Translates the view position of this Mesh on the x axis by the given amount.", @@ -110535,7 +110716,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#panX", "scope": "instance", - "___id": "T000002R011309", + "___id": "T000002R011329", "___s": true }, { @@ -110544,7 +110725,7 @@ "filename": "Mesh.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "Translates the view position of this Mesh on the y axis by the given amount.", @@ -110569,7 +110750,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#panY", "scope": "instance", - "___id": "T000002R011312", + "___id": "T000002R011332", "___s": true }, { @@ -110578,7 +110759,7 @@ "filename": "Mesh.js", "lineno": 433, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "Translates the view position of this Mesh on the z axis by the given amount.\r\rAs the default `panZ` value is 0, vertices with `z=0` (the default) need special\rcare or else they will not display as they are \"behind\" the camera.\r\rConsider using `mesh.panZ(mesh.height / (2 * Math.tan(Math.PI / 16)))`,\rwhich will interpret vertex geometry 1:1 with pixel geometry (or see `setOrtho`).", @@ -110603,7 +110784,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#panZ", "scope": "instance", - "___id": "T000002R011316", + "___id": "T000002R011336", "___s": true }, { @@ -110612,7 +110793,7 @@ "filename": "Mesh.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "Builds a new perspective projection matrix from the given values.\r\rThese are also the initial projection matrix and parameters for `Mesh` (see `Mesh.panZ` for more discussion).\r\rSee also `setOrtho`.", @@ -110695,7 +110876,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#setPerspective", "scope": "instance", - "___id": "T000002R011320", + "___id": "T000002R011340", "___s": true }, { @@ -110704,7 +110885,7 @@ "filename": "Mesh.js", "lineno": 488, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "Builds a new orthographic projection matrix from the given values.\r\rIf using this mode you will often need to set `Mesh.hideCCW` to `false` as well.\r\rBy default, calling this method with no parameters will set the scaleX value to\rmatch the renderer's aspect ratio. If you would like to render vertex positions 1:1\rto pixel positions, consider calling as `mesh.setOrtho(mesh.width, mesh.height)`.\r\rSee also `setPerspective`.", @@ -110776,7 +110957,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#setOrtho", "scope": "instance", - "___id": "T000002R011328", + "___id": "T000002R011348", "___s": true }, { @@ -110785,7 +110966,7 @@ "filename": "Mesh.js", "lineno": 524, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "Iterates and destroys all current Faces in this Mesh, then resets the\r`faces` and `vertices` arrays.", @@ -110810,7 +110991,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#clear", "scope": "instance", - "___id": "T000002R011337", + "___id": "T000002R011357", "___s": true }, { @@ -110819,7 +111000,7 @@ "filename": "Mesh.js", "lineno": 546, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "This method will add the data from a triangulated Wavefront OBJ model file to this Mesh.\r\rThe data should have been loaded via the OBJFile:\r\r```javascript\rthis.load.obj(key, url);\r```\r\rThen use the same `key` as the first parameter to this method.\r\rMultiple Mesh Game Objects can use the same model data without impacting on each other.\r\rMake sure your 3D package has triangulated the model data prior to exporting it.\r\rYou can add multiple models to a single Mesh, although they will act as one when\rmoved or rotated. You can scale the model data, should it be too small, or too large, to see.\rYou can also offset the vertices of the model via the `x`, `y` and `z` parameters.", @@ -110979,7 +111160,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#addVerticesFromObj", "scope": "instance", - "___id": "T000002R011341", + "___id": "T000002R011361", "___s": true }, { @@ -110988,7 +111169,7 @@ "filename": "Mesh.js", "lineno": 598, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "Compare the depth of two Faces.", @@ -111040,7 +111221,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#sortByDepth", "scope": "instance", - "___id": "T000002R011346", + "___id": "T000002R011366", "___s": true }, { @@ -111049,7 +111230,7 @@ "filename": "Mesh.js", "lineno": 614, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "Runs a depth sort across all Faces in this Mesh, comparing their averaged depth.\r\rThis is called automatically if you use any of the `rotate` methods, but you can\ralso invoke it to sort the Faces should you manually position them.", @@ -111074,7 +111255,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#depthSort", "scope": "instance", - "___id": "T000002R011348", + "___id": "T000002R011368", "___s": true }, { @@ -111083,7 +111264,7 @@ "filename": "Mesh.js", "lineno": 632, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "Adds a new Vertex into the vertices array of this Mesh.\r\rJust adding a vertex isn't enough to render it. You need to also\rmake it part of a Face, with 3 Vertex instances per Face.", @@ -111205,7 +111386,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#addVertex", "scope": "instance", - "___id": "T000002R011350", + "___id": "T000002R011370", "___s": true }, { @@ -111214,7 +111395,7 @@ "filename": "Mesh.js", "lineno": 660, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "Adds a new Face into the faces array of this Mesh.\r\rA Face consists of references to 3 Vertex instances, which must be provided.", @@ -111280,7 +111461,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#addFace", "scope": "instance", - "___id": "T000002R011353", + "___id": "T000002R011373", "___s": true }, { @@ -111289,7 +111470,7 @@ "filename": "Mesh.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "Adds new vertices to this Mesh by parsing the given data.\r\rThis method will take vertex data in one of two formats, based on the `containsZ` parameter.\r\rIf your vertex data are `x`, `y` pairs, then `containsZ` should be `false` (this is the default, and will result in `z=0` for each vertex).\r\rIf your vertex data is groups of `x`, `y` and `z` values, then the `containsZ` parameter must be true.\r\rThe `uvs` parameter is a numeric array consisting of `u` and `v` pairs.\r\rThe `normals` parameter is a numeric array consisting of `x`, `y` vertex normal values and, if `containsZ` is true, `z` values as well.\r\rThe `indicies` parameter is an optional array that, if given, is an indexed list of vertices to be added.\r\rThe `colors` parameter is an optional array, or single value, that if given sets the color of each vertex created.\r\rThe `alphas` parameter is an optional array, or single value, that if given sets the alpha of each vertex created.\r\rWhen providing indexed data it is assumed that _all_ of the arrays are indexed, not just the vertices.\r\rThe following example will create a 256 x 256 sized quad using an index array:\r\r```javascript\rlet mesh = new Mesh(this); // Assuming `this` is a scene!\rconst vertices = [\r -128, 128,\r 128, 128,\r -128, -128,\r 128, -128\r];\r\rconst uvs = [\r 0, 1,\r 1, 1,\r 0, 0,\r 1, 0\r];\r\rconst indices = [ 0, 2, 1, 2, 3, 1 ];\r\rmesh.addVertices(vertices, uvs, indicies);\r// Note: Otherwise the added points will be \"behind\" the camera! This value will project vertex `x` & `y` values 1:1 to pixel values.\rmesh.hideCCW = false;\rmesh.setOrtho(mesh.width, mesh.height);\r```\r\rIf the data is not indexed, it's assumed that the arrays all contain sequential data.", @@ -111489,7 +111670,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#addVertices", "scope": "instance", - "___id": "T000002R011357", + "___id": "T000002R011377", "___s": true }, { @@ -111498,7 +111679,7 @@ "filename": "Mesh.js", "lineno": 766, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "Returns the total number of Faces in this Mesh Game Object.", @@ -111522,7 +111703,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#getFaceCount", "scope": "instance", - "___id": "T000002R011363", + "___id": "T000002R011383", "___s": true }, { @@ -111531,7 +111712,7 @@ "filename": "Mesh.js", "lineno": 779, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "Returns the total number of Vertices in this Mesh Game Object.", @@ -111555,7 +111736,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#getVertexCount", "scope": "instance", - "___id": "T000002R011365", + "___id": "T000002R011385", "___s": true }, { @@ -111564,7 +111745,7 @@ "filename": "Mesh.js", "lineno": 792, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "Returns the Face at the given index in this Mesh Game Object.", @@ -111603,7 +111784,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#getFace", "scope": "instance", - "___id": "T000002R011367", + "___id": "T000002R011387", "___s": true }, { @@ -111612,7 +111793,7 @@ "filename": "Mesh.js", "lineno": 807, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "Tests to see if _any_ face in this Mesh intersects with the given coordinates.\r\rThe given position is translated through the matrix of this Mesh and the given Camera,\rbefore being compared against the vertices.", @@ -111678,7 +111859,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#hasFaceAt", "scope": "instance", - "___id": "T000002R011369", + "___id": "T000002R011389", "___s": true }, { @@ -111687,7 +111868,7 @@ "filename": "Mesh.js", "lineno": 843, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "Return an array of Face objects from this Mesh that intersect with the given coordinates.\r\rThe given position is translated through the matrix of this Mesh and the given Camera,\rbefore being compared against the vertices.\r\rIf more than one Face intersects, they will all be returned in the array, but the array will\rbe depth sorted first, so the first element will always be that closest to the camera.", @@ -111762,7 +111943,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#getFaceAt", "scope": "instance", - "___id": "T000002R011376", + "___id": "T000002R011396", "___s": true }, { @@ -111771,7 +111952,7 @@ "filename": "Mesh.js", "lineno": 883, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "This method enables rendering of the Mesh vertices to the given Graphics instance.\r\rIf you enable this feature, you **must** call `Graphics.clear()` in your Scene `update`,\rotherwise the Graphics instance you provide to debug will fill-up with draw calls,\reventually crashing the browser. This is not done automatically to allow you to debug\rdraw multiple Mesh objects to a single Graphics instance.\r\rThe Mesh class has a built-in debug rendering callback `Mesh.renderDebug`, however\ryou can also provide your own callback to be used instead. Do this by setting the `callback` parameter.\r\rThe callback is invoked _once per render_ and sent the following parameters:\r\r`callback(src, faces)`\r\r`src` is the Mesh instance being debugged.\r`faces` is an array of the Faces that were rendered.\r\rYou can get the final drawn vertex position from a Face object like this:\r\r```javascript\rlet face = faces[i];\r\rlet x0 = face.vertex1.tx;\rlet y0 = face.vertex1.ty;\rlet x1 = face.vertex2.tx;\rlet y1 = face.vertex2.ty;\rlet x2 = face.vertex3.tx;\rlet y2 = face.vertex3.ty;\r\rgraphic.strokeTriangle(x0, y0, x1, y1, x2, y2);\r```\r\rIf using your own callback you do not have to provide a Graphics instance to this method.\r\rTo disable debug rendering, to either your own callback or the built-in one, call this method\rwith no arguments.", @@ -111826,7 +112007,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#setDebug", "scope": "instance", - "___id": "T000002R011384", + "___id": "T000002R011404", "___s": true }, { @@ -111835,7 +112016,7 @@ "filename": "Mesh.js", "lineno": 949, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "Checks if the transformation data in this mesh is dirty.\r\rThis is used internally by the `preUpdate` step to determine if the vertices should\rbe recalculated or not.", @@ -111859,7 +112040,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#isDirty", "scope": "instance", - "___id": "T000002R011390", + "___id": "T000002R011410", "___s": true }, { @@ -111868,7 +112049,7 @@ "filename": "Mesh.js", "lineno": 1017, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "The Mesh update loop. The following takes place in this method:\r\rFirst, the `totalRendered` and `totalFrame` properties are set.\r\rIf the view matrix of this Mesh isn't dirty, and the model position, rotate or scale properties are\rall clean, then the method returns at this point.\r\rOtherwise, if the viewPosition is dirty (i.e. from calling a method like `panZ`), then it will\rrefresh the viewMatrix.\r\rAfter this, a new transformMatrix is built and it then iterates through all Faces in this\rMesh, calling `transformCoordinatesLocal` on all of them. Internally, this updates every\rvertex, calculating its new transformed position, based on the new transform matrix.\r\rFinally, the faces are depth sorted.", @@ -111907,7 +112088,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#preUpdate", "scope": "instance", - "___id": "T000002R011426", + "___id": "T000002R011446", "___s": true }, { @@ -111916,7 +112097,7 @@ "filename": "Mesh.js", "lineno": 1091, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "The built-in Mesh debug rendering method.\r\rSee `Mesh.setDebug` for more details.", @@ -111963,7 +112144,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#renderDebug", "scope": "instance", - "___id": "T000002R011440", + "___id": "T000002R011460", "___s": true }, { @@ -111972,7 +112153,7 @@ "filename": "Mesh.js", "lineno": 1136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "Clears all tint values associated with this Game Object.\r\rImmediately sets the color values back to 0xffffff on all vertices,\rwhich results in no visible change to the texture.", @@ -112004,7 +112185,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#clearTint", "scope": "instance", - "___id": "T000002R011455", + "___id": "T000002R011475", "___s": true }, { @@ -112013,7 +112194,7 @@ "filename": "Mesh.js", "lineno": 1153, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "Pass this Mesh Game Object to the Input Manager to enable it for Input.\r\rUnlike other Game Objects, the Mesh Game Object uses its own special hit area callback, which you cannot override.", @@ -112064,7 +112245,7 @@ "longname": "Phaser.GameObjects.Mesh#setInteractive", "scope": "instance", "overrides": "Phaser.GameObjects.GameObject#setInteractive", - "___id": "T000002R011457", + "___id": "T000002R011477", "___s": true }, { @@ -112073,7 +112254,7 @@ "filename": "Mesh.js", "lineno": 1198, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "Sets an additive tint on all vertices of this Mesh Game Object.\r\rThe tint works by taking the pixel color values from the Game Objects texture, and then\rmultiplying it by the color value of the tint.\r\rTo modify the tint color once set, either call this method again with new values or use the\r`tint` property to set all colors at once.\r\rTo remove a tint call `clearTint`.", @@ -112122,7 +112303,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#setTint", "scope": "instance", - "___id": "T000002R011464", + "___id": "T000002R011484", "___s": true }, { @@ -112131,7 +112312,7 @@ "filename": "Mesh.js", "lineno": 1231, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "Scrolls the UV texture coordinates of all faces in this Mesh by\radding the given x/y amounts to them.\r\rIf you only wish to scroll one coordinate, pass a value of zero\rto the other.\r\rUse small values for scrolling. UVs are set from the range 0\rto 1, so you should increment (or decrement) them by suitably\rsmall values, such as 0.01.\r\rDue to a limitation in WebGL1 you can only UV scroll textures\rthat are a power-of-two in size. Scrolling NPOT textures will\rwork but will result in clamping the pixels to the edges.\r\rNote that if this Mesh is using a _frame_ from a texture atlas\rthen you will be unable to UV scroll its texture.", @@ -112191,7 +112372,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#uvScroll", "scope": "instance", - "___id": "T000002R011470", + "___id": "T000002R011490", "___s": true }, { @@ -112200,7 +112381,7 @@ "filename": "Mesh.js", "lineno": 1270, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "Scales the UV texture coordinates of all faces in this Mesh by\rthe exact given amounts.\r\rIf you only wish to scale one coordinate, pass a value of one\rto the other.\r\rDue to a limitation in WebGL1 you can only UV scale textures\rthat are a power-of-two in size. Scaling NPOT textures will\rwork but will result in clamping the pixels to the edges if\ryou scale beyond a value of 1. Scaling below 1 will work\rregardless of texture size.\r\rNote that if this Mesh is using a _frame_ from a texture atlas\rthen you will be unable to UV scale its texture.", @@ -112260,7 +112441,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#uvScale", "scope": "instance", - "___id": "T000002R011474", + "___id": "T000002R011494", "___s": true }, { @@ -112269,7 +112450,7 @@ "filename": "Mesh.js", "lineno": 1307, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "The tint value being applied to the whole of the Game Object.\rThis property is a setter-only.", @@ -112308,7 +112489,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#tint", "scope": "instance", - "___id": "T000002R011478", + "___id": "T000002R011498", "___s": true }, { @@ -112317,7 +112498,7 @@ "filename": "Mesh.js", "lineno": 1324, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "The x rotation of the Model in 3D space, as specified in degrees.\r\rIf you need the value in radians use the `modelRotation.x` property directly.", @@ -112349,7 +112530,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#rotateX", "scope": "instance", - "___id": "T000002R011481", + "___id": "T000002R011501", "___s": true }, { @@ -112358,7 +112539,7 @@ "filename": "Mesh.js", "lineno": 1347, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "The y rotation of the Model in 3D space, as specified in degrees.\r\rIf you need the value in radians use the `modelRotation.y` property directly.", @@ -112390,7 +112571,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#rotateY", "scope": "instance", - "___id": "T000002R011486", + "___id": "T000002R011506", "___s": true }, { @@ -112399,7 +112580,7 @@ "filename": "Mesh.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "The z rotation of the Model in 3D space, as specified in degrees.\r\rIf you need the value in radians use the `modelRotation.z` property directly.", @@ -112431,7 +112612,7 @@ "memberof": "Phaser.GameObjects.Mesh", "longname": "Phaser.GameObjects.Mesh#rotateZ", "scope": "instance", - "___id": "T000002R011491", + "___id": "T000002R011511", "___s": true }, { @@ -112440,7 +112621,7 @@ "filename": "MeshCreator.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "Creates a new Mesh Game Object and returns it.\r\rNote: This method will only be available if the Mesh Game Object and WebGL support have been built into Phaser.", @@ -112493,7 +112674,7 @@ "memberof": "Phaser.GameObjects.GameObjectCreator", "longname": "Phaser.GameObjects.GameObjectCreator#mesh", "scope": "instance", - "___id": "T000002R011505", + "___id": "T000002R011525", "___s": true }, { @@ -112502,7 +112683,7 @@ "filename": "MeshFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "description": "Creates a new Mesh Game Object and adds it to the Scene.\r\rNote: This method will only be available if the Mesh Game Object and WebGL support have been built into Phaser.", @@ -112786,7 +112967,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#mesh", "scope": "instance", - "___id": "T000002R011520", + "___id": "T000002R011540", "___s": true }, { @@ -112795,7 +112976,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh\\typedefs", "code": {} }, "kind": "namespace", @@ -112803,7 +112984,7 @@ "memberof": "Phaser.Types.GameObjects", "longname": "Phaser.Types.GameObjects.Mesh", "scope": "static", - "___id": "T000002R011563", + "___id": "T000002R011583", "___s": true }, { @@ -112812,7 +112993,7 @@ "filename": "MeshConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh\\typedefs", "code": {} }, "kind": "typedef", @@ -113058,7 +113239,7 @@ "memberof": "Phaser.Types.GameObjects.Mesh", "longname": "Phaser.Types.GameObjects.Mesh.MeshConfig", "scope": "static", - "___id": "T000002R011564", + "___id": "T000002R011584", "___s": true }, { @@ -113067,7 +113248,7 @@ "filename": "NineSlice.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "classdesc": "A Nine Slice Game Object allows you to display a texture-based object that\rcan be stretched both horizontally and vertically, but that retains\rfixed-sized corners. The dimensions of the corners are set via the\rparameters to this class.\r\rThis is extremely useful for UI and button like elements, where you need\rthem to expand to accommodate the content without distorting the texture.\r\rThe texture you provide for this Game Object should be based on the\rfollowing layout structure:\r\r```\r A B\r +---+----------------------+---+\r C | 1 | 2 | 3 |\r +---+----------------------+---+\r | | | |\r | 4 | 5 | 6 |\r | | | |\r +---+----------------------+---+\r D | 7 | 8 | 9 |\r +---+----------------------+---+\r```\r\rWhen changing this objects width and / or height:\r\r areas 1, 3, 7 and 9 (the corners) will remain unscaled\r areas 2 and 8 will be stretched horizontally only\r areas 4 and 6 will be stretched vertically only\r area 5 will be stretched both horizontally and vertically\r\rYou can also create a 3 slice Game Object:\r\rThis works in a similar way, except you can only stretch it horizontally.\rTherefore, it requires less configuration:\r\r```\r A B\r +---+----------------------+---+\r | | | |\r C | 1 | 2 | 3 |\r | | | |\r +---+----------------------+---+\r```\r\rWhen changing this objects width (you cannot change its height)\r\r areas 1 and 3 will remain unscaled\r area 2 will be stretched horizontally\r\rThe above configuration concept is adapted from the Pixi NineSlicePlane.\r\rTo specify a 3 slice object instead of a 9 slice you should only\rprovide the `leftWidth` and `rightWidth` parameters. To create a 9 slice\ryou must supply all parameters.\r\rThe _minimum_ width this Game Object can be is the total of\r`leftWidth` + `rightWidth`. The _minimum_ height this Game Object\rcan be is the total of `topHeight` + `bottomHeight`.\rIf you need to display this object at a smaller size, you can scale it.\r\rIn terms of performance, using a 3 slice Game Object is the equivalent of\rhaving 3 Sprites in a row. Using a 9 slice Game Object is the equivalent\rof having 9 Sprites in a row. The vertices of this object are all batched\rtogether and can co-exist with other Sprites and graphics on the display\rlist, without incurring any additional overhead.\r\rAs of Phaser 3.60 this Game Object is WebGL only.\r\rAs of Phaser 3.70 this Game Object can now populate its values automatically\rif they have been set within Texture Packer 7.1.0 or above and exported with\rthe atlas json. If this is the case, you can just call this method without\rspecifying anything more than the texture key and frame and it will pull the\rarea data from the atlas.", @@ -113270,7 +113451,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.NineSlice", - "___id": "T000002R011570", + "___id": "T000002R011590", "___s": true }, { @@ -113279,7 +113460,7 @@ "filename": "NineSlice.js", "lineno": 205, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "An array of Vertex objects that correspond to the quads that make-up\rthis Nine Slice Game Object. They are stored in the following order:\r\rTop Left - Indexes 0 - 5\rTop Center - Indexes 6 - 11\rTop Right - Indexes 12 - 17\rCenter Left - Indexes 18 - 23\rCenter - Indexes 24 - 29\rCenter Right - Indexes 30 - 35\rBottom Left - Indexes 36 - 41\rBottom Center - Indexes 42 - 47\rBottom Right - Indexes 48 - 53\r\rEach quad is represented by 6 Vertex instances.\r\rThis array will contain 18 elements for a 3 slice object\rand 54 for a nine slice object.\r\rYou should never modify this array once it has been populated.", @@ -113307,7 +113488,7 @@ "longname": "Phaser.GameObjects.NineSlice#vertices", "scope": "instance", "kind": "member", - "___id": "T000002R011585", + "___id": "T000002R011605", "___s": true }, { @@ -113316,7 +113497,7 @@ "filename": "NineSlice.js", "lineno": 232, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "The size of the left vertical bar (A).", @@ -113336,7 +113517,7 @@ "longname": "Phaser.GameObjects.NineSlice#leftWidth", "scope": "instance", "kind": "member", - "___id": "T000002R011587", + "___id": "T000002R011607", "___s": true }, { @@ -113345,7 +113526,7 @@ "filename": "NineSlice.js", "lineno": 242, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "The size of the right vertical bar (B).", @@ -113365,7 +113546,7 @@ "longname": "Phaser.GameObjects.NineSlice#rightWidth", "scope": "instance", "kind": "member", - "___id": "T000002R011589", + "___id": "T000002R011609", "___s": true }, { @@ -113374,7 +113555,7 @@ "filename": "NineSlice.js", "lineno": 252, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "The size of the top horizontal bar (C).\r\rIf this is a 3 slice object this property will be set to the\rheight of the texture being used.", @@ -113394,7 +113575,7 @@ "longname": "Phaser.GameObjects.NineSlice#topHeight", "scope": "instance", "kind": "member", - "___id": "T000002R011591", + "___id": "T000002R011611", "___s": true }, { @@ -113403,7 +113584,7 @@ "filename": "NineSlice.js", "lineno": 265, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "The size of the bottom horizontal bar (D).\r\rIf this is a 3 slice object this property will be set to zero.", @@ -113423,7 +113604,7 @@ "longname": "Phaser.GameObjects.NineSlice#bottomHeight", "scope": "instance", "kind": "member", - "___id": "T000002R011593", + "___id": "T000002R011613", "___s": true }, { @@ -113432,7 +113613,7 @@ "filename": "NineSlice.js", "lineno": 277, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "The tint value being applied to the top-left vertice of the Game Object.\rThis value is interpolated from the corner to the center of the Game Object.\rThe value should be set as a hex number, i.e. 0xff0000 for red, or 0xff00ff for purple.", @@ -113452,7 +113633,7 @@ "longname": "Phaser.GameObjects.NineSlice#tint", "scope": "instance", "kind": "member", - "___id": "T000002R011595", + "___id": "T000002R011615", "___s": true }, { @@ -113461,7 +113642,7 @@ "filename": "NineSlice.js", "lineno": 289, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "The tint fill mode.\r\r`false` = An additive tint (the default), where vertices colors are blended with the texture.\r`true` = A fill tint, where the vertices colors replace the texture, but respects texture alpha.", @@ -113481,7 +113662,7 @@ "longname": "Phaser.GameObjects.NineSlice#tintFill", "scope": "instance", "kind": "member", - "___id": "T000002R011597", + "___id": "T000002R011617", "___s": true }, { @@ -113490,7 +113671,7 @@ "filename": "NineSlice.js", "lineno": 304, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "This property is `true` if this Nine Slice Game Object was configured\rwith just `leftWidth` and `rightWidth` values, making it a 3-slice\rinstead of a 9-slice object.", @@ -113509,7 +113690,7 @@ "longname": "Phaser.GameObjects.NineSlice#is3Slice", "scope": "instance", "kind": "member", - "___id": "T000002R011600", + "___id": "T000002R011620", "___s": true }, { @@ -113518,7 +113699,7 @@ "filename": "NineSlice.js", "lineno": 340, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "Resets the width, height and slices for this NineSlice Game Object.\r\rThis allows you to modify the texture being used by this object and then reset the slice configuration,\rto avoid having to destroy this Game Object in order to use it for a different game element.\r\rPlease note that you cannot change a 9-slice to a 3-slice or vice versa.", @@ -113650,7 +113831,7 @@ "memberof": "Phaser.GameObjects.NineSlice", "longname": "Phaser.GameObjects.NineSlice#setSlices", "scope": "instance", - "___id": "T000002R011605", + "___id": "T000002R011625", "___s": true }, { @@ -113659,7 +113840,7 @@ "filename": "NineSlice.js", "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "Updates all of the vertice UV coordinates. This is called automatically\rwhen the NineSlice Game Object is created, or if the texture frame changes.\r\rUnlike with the `updateVertice` method, you do not need to call this\rmethod if the Nine Slice changes size. Only if it changes texture frame.", @@ -113669,7 +113850,7 @@ "memberof": "Phaser.GameObjects.NineSlice", "longname": "Phaser.GameObjects.NineSlice#updateUVs", "scope": "instance", - "___id": "T000002R011636", + "___id": "T000002R011656", "___s": true }, { @@ -113678,7 +113859,7 @@ "filename": "NineSlice.js", "lineno": 472, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "Recalculates all of the vertices in this Nine Slice Game Object\rbased on the `leftWidth`, `rightWidth`, `topHeight` and `bottomHeight`\rproperties, combined with the Game Object size.\r\rThis method is called automatically when this object is created\ror if it's origin is changed.\r\rYou should not typically need to call this method directly, but it\ris left public should you find a need to modify one of those properties\rafter creation.", @@ -113688,7 +113869,7 @@ "memberof": "Phaser.GameObjects.NineSlice", "longname": "Phaser.GameObjects.NineSlice#updateVertices", "scope": "instance", - "___id": "T000002R011644", + "___id": "T000002R011664", "___s": true }, { @@ -113697,7 +113878,7 @@ "filename": "NineSlice.js", "lineno": 512, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "Internally updates the position coordinates across all vertices of the\rgiven quad offset.\r\rYou should not typically need to call this method directly, but it\ris left public should an extended class require it.", @@ -113774,7 +113955,7 @@ "memberof": "Phaser.GameObjects.NineSlice", "longname": "Phaser.GameObjects.NineSlice#updateQuad", "scope": "instance", - "___id": "T000002R011652", + "___id": "T000002R011672", "___s": true }, { @@ -113783,7 +113964,7 @@ "filename": "NineSlice.js", "lineno": 545, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "Internally updates the UV coordinates across all vertices of the\rgiven quad offset, based on the frame size.\r\rYou should not typically need to call this method directly, but it\ris left public should an extended class require it.", @@ -113860,7 +114041,7 @@ "memberof": "Phaser.GameObjects.NineSlice", "longname": "Phaser.GameObjects.NineSlice#updateQuadUVs", "scope": "instance", - "___id": "T000002R011659", + "___id": "T000002R011679", "___s": true }, { @@ -113869,7 +114050,7 @@ "filename": "NineSlice.js", "lineno": 598, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "Clears all tint values associated with this Game Object.\r\rImmediately sets the color values back to 0xffffff and the tint type to 'additive',\rwhich results in no visible change to the texture.", @@ -113901,7 +114082,7 @@ "memberof": "Phaser.GameObjects.NineSlice", "longname": "Phaser.GameObjects.NineSlice#clearTint", "scope": "instance", - "___id": "T000002R011673", + "___id": "T000002R011693", "___s": true }, { @@ -113910,7 +114091,7 @@ "filename": "NineSlice.js", "lineno": 617, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "Sets an additive tint on this Game Object.\r\rThe tint works by taking the pixel color values from the Game Objects texture, and then\rmultiplying it by the color value of the tint.\r\rTo modify the tint color once set, either call this method again with new values or use the\r`tint` property.\r\rTo remove a tint call `clearTint`, or call this method with no parameters.\r\rTo swap this from being an additive tint to a fill based tint set the property `tintFill` to `true`.", @@ -113959,7 +114140,7 @@ "memberof": "Phaser.GameObjects.NineSlice", "longname": "Phaser.GameObjects.NineSlice#setTint", "scope": "instance", - "___id": "T000002R011675", + "___id": "T000002R011695", "___s": true }, { @@ -113968,7 +114149,7 @@ "filename": "NineSlice.js", "lineno": 649, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "Sets a fill-based tint on this Game Object.\r\rUnlike an additive tint, a fill-tint literally replaces the pixel colors from the texture\rwith those in the tint. You can use this for effects such as making a player flash 'white'\rif hit by something. The whole Game Object will be rendered in the given color.\r\rTo modify the tint color once set, either call this method again with new values or use the\r`tint` property.\r\rTo remove a tint call `clearTint`, or call this method with no parameters.\r\rTo swap this from being a fill-tint to an additive tint set the property `tintFill` to `false`.", @@ -114017,7 +114198,7 @@ "memberof": "Phaser.GameObjects.NineSlice", "longname": "Phaser.GameObjects.NineSlice#setTintFill", "scope": "instance", - "___id": "T000002R011680", + "___id": "T000002R011700", "___s": true }, { @@ -114026,7 +114207,7 @@ "filename": "NineSlice.js", "lineno": 680, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "Does this Game Object have a tint applied?\r\rIt checks to see if the tint property is set to a value other than 0xffffff.\rThis indicates that a Game Object is tinted.", @@ -114053,7 +114234,7 @@ "longname": "Phaser.GameObjects.NineSlice#isTinted", "scope": "instance", "kind": "member", - "___id": "T000002R011683", + "___id": "T000002R011703", "___s": true }, { @@ -114062,7 +114243,7 @@ "filename": "NineSlice.js", "lineno": 701, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "The displayed width of this Game Object.\r\rSetting this value will adjust the way in which this Nine Slice\robject scales horizontally, if configured to do so.\r\rThe _minimum_ width this Game Object can be is the total of\r`leftWidth` + `rightWidth`. If you need to display this object\rat a smaller size, you can also scale it.", @@ -114081,7 +114262,7 @@ "longname": "Phaser.GameObjects.NineSlice#width", "scope": "instance", "kind": "member", - "___id": "T000002R011686", + "___id": "T000002R011706", "___s": true }, { @@ -114090,7 +114271,7 @@ "filename": "NineSlice.js", "lineno": 731, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "The displayed height of this Game Object.\r\rSetting this value will adjust the way in which this Nine Slice\robject scales vertically, if configured to do so.\r\rThe _minimum_ height this Game Object can be is the total of\r`topHeight` + `bottomHeight`. If you need to display this object\rat a smaller size, you can also scale it.\r\rIf this is a 3-slice object, you can only stretch it horizontally\rand changing the height will be ignored.", @@ -114109,7 +114290,7 @@ "longname": "Phaser.GameObjects.NineSlice#height", "scope": "instance", "kind": "member", - "___id": "T000002R011691", + "___id": "T000002R011711", "___s": true }, { @@ -114118,7 +114299,7 @@ "filename": "NineSlice.js", "lineno": 767, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "The displayed width of this Game Object.\r\rThis value takes into account the scale factor.\r\rSetting this value will adjust the Game Object's scale property.", @@ -114137,7 +114318,7 @@ "longname": "Phaser.GameObjects.NineSlice#displayWidth", "scope": "instance", "kind": "member", - "___id": "T000002R011696", + "___id": "T000002R011716", "___s": true }, { @@ -114146,7 +114327,7 @@ "filename": "NineSlice.js", "lineno": 792, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "The displayed height of this Game Object.\r\rThis value takes into account the scale factor.\r\rSetting this value will adjust the Game Object's scale property.", @@ -114165,7 +114346,7 @@ "longname": "Phaser.GameObjects.NineSlice#displayHeight", "scope": "instance", "kind": "member", - "___id": "T000002R011701", + "___id": "T000002R011721", "___s": true }, { @@ -114174,7 +114355,7 @@ "filename": "NineSlice.js", "lineno": 817, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "Sets the size of this Game Object.\r\rFor a Nine Slice Game Object this means it will be stretched (or shrunk) horizontally\rand vertically depending on the dimensions given to this method, in accordance with\rhow it has been configured for the various corner sizes.\r\rIf this is a 3-slice object, you can only stretch it horizontally\rand changing the height will be ignored.\r\rIf you have enabled this Game Object for input, changing the size will also change the\rsize of the hit area.", @@ -114227,7 +114408,7 @@ "memberof": "Phaser.GameObjects.NineSlice", "longname": "Phaser.GameObjects.NineSlice#setSize", "scope": "instance", - "___id": "T000002R011706", + "___id": "T000002R011726", "___s": true }, { @@ -114236,7 +114417,7 @@ "filename": "NineSlice.js", "lineno": 856, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "Sets the display size of this Game Object.\r\rCalling this will adjust the scale.", @@ -114289,7 +114470,7 @@ "memberof": "Phaser.GameObjects.NineSlice", "longname": "Phaser.GameObjects.NineSlice#setDisplaySize", "scope": "instance", - "___id": "T000002R011713", + "___id": "T000002R011733", "___s": true }, { @@ -114298,7 +114479,7 @@ "filename": "NineSlice.js", "lineno": 877, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "The horizontal origin of this Game Object.\rThe origin maps the relationship between the size and position of the Game Object.\rThe default value is 0.5, meaning all Game Objects are positioned based on their center.\rSetting the value to 0 means the position now relates to the left of the Game Object.", @@ -114318,7 +114499,7 @@ "scope": "instance", "kind": "member", "overrides": "Phaser.GameObjects.Components.Origin#originX", - "___id": "T000002R011717", + "___id": "T000002R011737", "___s": true }, { @@ -114327,7 +114508,7 @@ "filename": "NineSlice.js", "lineno": 902, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "The vertical origin of this Game Object.\rThe origin maps the relationship between the size and position of the Game Object.\rThe default value is 0.5, meaning all Game Objects are positioned based on their center.\rSetting the value to 0 means the position now relates to the top of the Game Object.", @@ -114347,7 +114528,7 @@ "scope": "instance", "kind": "member", "overrides": "Phaser.GameObjects.Components.Origin#originY", - "___id": "T000002R011722", + "___id": "T000002R011742", "___s": true }, { @@ -114356,7 +114537,7 @@ "filename": "NineSlice.js", "lineno": 927, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "Sets the origin of this Game Object.\r\rThe values are given in the range 0 to 1.", @@ -114414,7 +114595,7 @@ "longname": "Phaser.GameObjects.NineSlice#setOrigin", "scope": "instance", "overrides": "Phaser.GameObjects.Components.Origin#setOrigin", - "___id": "T000002R011727", + "___id": "T000002R011747", "___s": true }, { @@ -114423,7 +114604,7 @@ "filename": "NineSlice.js", "lineno": 953, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "This method is included but does nothing for the Nine Slice Game Object,\rbecause the size of the object isn't based on the texture frame.\r\rYou should not call this method.", @@ -114448,7 +114629,7 @@ "memberof": "Phaser.GameObjects.NineSlice", "longname": "Phaser.GameObjects.NineSlice#setSizeToFrame", "scope": "instance", - "___id": "T000002R011733", + "___id": "T000002R011753", "___s": true }, { @@ -114457,7 +114638,7 @@ "filename": "NineSliceCreator.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "Creates a new Nine Slice Game Object and returns it.\r\rNote: This method will only be available if the Nine Slice Game Object and WebGL support have been built into Phaser.", @@ -114510,7 +114691,7 @@ "memberof": "Phaser.GameObjects.GameObjectCreator", "longname": "Phaser.GameObjects.GameObjectCreator#nineslice", "scope": "instance", - "___id": "T000002R011748", + "___id": "T000002R011768", "___s": true }, { @@ -114519,7 +114700,7 @@ "filename": "NineSliceFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice", "code": {} }, "description": "A Nine Slice Game Object allows you to display a texture-based object that\rcan be stretched both horizontally and vertically, but that retains\rfixed-sized corners. The dimensions of the corners are set via the\rparameters to this class.\r\rThis is extremely useful for UI and button like elements, where you need\rthem to expand to accommodate the content without distorting the texture.\r\rThe texture you provide for this Game Object should be based on the\rfollowing layout structure:\r\r```\r A B\r +---+----------------------+---+\r C | 1 | 2 | 3 |\r +---+----------------------+---+\r | | | |\r | 4 | 5 | 6 |\r | | | |\r +---+----------------------+---+\r D | 7 | 8 | 9 |\r +---+----------------------+---+\r```\r\rWhen changing this objects width and / or height:\r\r areas 1, 3, 7 and 9 (the corners) will remain unscaled\r areas 2 and 8 will be stretched horizontally only\r areas 4 and 6 will be stretched vertically only\r area 5 will be stretched both horizontally and vertically\r\rYou can also create a 3 slice Game Object:\r\rThis works in a similar way, except you can only stretch it horizontally.\rTherefore, it requires less configuration:\r\r```\r A B\r +---+----------------------+---+\r | | | |\r C | 1 | 2 | 3 |\r | | | |\r +---+----------------------+---+\r```\r\rWhen changing this objects width (you cannot change its height)\r\r areas 1 and 3 will remain unscaled\r area 2 will be stretched horizontally\r\rThe above configuration concept is adapted from the Pixi NineSlicePlane.\r\rTo specify a 3 slice object instead of a 9 slice you should only\rprovide the `leftWidth` and `rightWidth` parameters. To create a 9 slice\ryou must supply all parameters.\r\rThe _minimum_ width this Game Object can be is the total of\r`leftWidth` + `rightWidth`. The _minimum_ height this Game Object\rcan be is the total of `topHeight` + `bottomHeight`.\rIf you need to display this object at a smaller size, you can scale it.\r\rIn terms of performance, using a 3 slice Game Object is the equivalent of\rhaving 3 Sprites in a row. Using a 9 slice Game Object is the equivalent\rof having 9 Sprites in a row. The vertices of this object are all batched\rtogether and can co-exist with other Sprites and graphics on the display\rlist, without incurring any additional overhead.\r\rAs of Phaser 3.60 this Game Object is WebGL only.", @@ -114715,7 +114896,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#nineslice", "scope": "instance", - "___id": "T000002R011762", + "___id": "T000002R011782", "___s": true }, { @@ -114724,7 +114905,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice\\typedefs", "code": {} }, "kind": "namespace", @@ -114732,7 +114913,7 @@ "memberof": "Phaser.Types.GameObjects", "longname": "Phaser.Types.GameObjects.NineSlice", "scope": "static", - "___id": "T000002R011802", + "___id": "T000002R011822", "___s": true }, { @@ -114741,7 +114922,7 @@ "filename": "NineSliceConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\nineslice\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\nineslice\\typedefs", "code": {} }, "kind": "typedef", @@ -114902,7 +115083,7 @@ "memberof": "Phaser.Types.GameObjects.NineSlice", "longname": "Phaser.Types.GameObjects.NineSlice.NineSliceConfig", "scope": "static", - "___id": "T000002R011803", + "___id": "T000002R011823", "___s": true }, { @@ -114911,7 +115092,7 @@ "filename": "EmitterColorOp.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "classdesc": "This class is responsible for taking control over the color property\rin the Particle class and managing its emission and updating functions.\r\rSee the `ParticleEmitter` class for more details on emitter op configuration.", @@ -114939,7 +115120,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Particles.EmitterColorOp", - "___id": "T000002R011810", + "___id": "T000002R011830", "___s": true }, { @@ -114948,7 +115129,7 @@ "filename": "EmitterColorOp.js", "lineno": 43, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "An array containing the red color values.\r\rPopulated during the `setMethods` method.", @@ -114976,7 +115157,7 @@ "longname": "Phaser.GameObjects.Particles.EmitterColorOp#r", "scope": "instance", "kind": "member", - "___id": "T000002R011816", + "___id": "T000002R011836", "___s": true }, { @@ -114985,7 +115166,7 @@ "filename": "EmitterColorOp.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "An array containing the green color values.\r\rPopulated during the `setMethods` method.", @@ -115013,7 +115194,7 @@ "longname": "Phaser.GameObjects.Particles.EmitterColorOp#g", "scope": "instance", "kind": "member", - "___id": "T000002R011818", + "___id": "T000002R011838", "___s": true }, { @@ -115022,7 +115203,7 @@ "filename": "EmitterColorOp.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "An array containing the blue color values.\r\rPopulated during the `setMethods` method.", @@ -115050,7 +115231,7 @@ "longname": "Phaser.GameObjects.Particles.EmitterColorOp#b", "scope": "instance", "kind": "member", - "___id": "T000002R011820", + "___id": "T000002R011840", "___s": true }, { @@ -115059,7 +115240,7 @@ "filename": "EmitterColorOp.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Checks the type of `EmitterOp.propertyValue` to determine which\rmethod is required in order to return values from this op function.", @@ -115084,7 +115265,7 @@ "longname": "Phaser.GameObjects.Particles.EmitterColorOp#getMethod", "scope": "instance", "overrides": "Phaser.GameObjects.Particles.EmitterOp#getMethod", - "___id": "T000002R011822", + "___id": "T000002R011842", "___s": true }, { @@ -115093,7 +115274,7 @@ "filename": "EmitterColorOp.js", "lineno": 91, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Sets the EmitterColorOp method values, if in use.", @@ -115119,7 +115300,7 @@ "longname": "Phaser.GameObjects.Particles.EmitterColorOp#setMethods", "scope": "instance", "overrides": "Phaser.GameObjects.Particles.EmitterOp#setMethods", - "___id": "T000002R011824", + "___id": "T000002R011844", "___s": true }, { @@ -115128,7 +115309,7 @@ "filename": "EmitterColorOp.js", "lineno": 138, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Sets the Ease function to use for Color interpolation.", @@ -115153,7 +115334,7 @@ "memberof": "Phaser.GameObjects.Particles.EmitterColorOp", "longname": "Phaser.GameObjects.Particles.EmitterColorOp#setEase", "scope": "instance", - "___id": "T000002R011842", + "___id": "T000002R011862", "___s": true }, { @@ -115162,7 +115343,7 @@ "filename": "EmitterColorOp.js", "lineno": 153, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "An `onEmit` callback for an eased property.\r\rIt prepares the particle for easing by {@link Phaser.GameObjects.Particles.EmitterColorOp#easeValueUpdate}.", @@ -115215,7 +115396,7 @@ "longname": "Phaser.GameObjects.Particles.EmitterColorOp#easedValueEmit", "scope": "instance", "overrides": "Phaser.GameObjects.Particles.EmitterOp#easedValueEmit", - "___id": "T000002R011846", + "___id": "T000002R011866", "___s": true }, { @@ -115224,7 +115405,7 @@ "filename": "EmitterColorOp.js", "lineno": 173, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "An `onUpdate` callback that returns an eased value between the\r{@link Phaser.GameObjects.Particles.EmitterColorOp#start} and {@link Phaser.GameObjects.Particles.EmitterColorOp#end}\rrange.", @@ -115290,7 +115471,7 @@ "longname": "Phaser.GameObjects.Particles.EmitterColorOp#easeValueUpdate", "scope": "instance", "overrides": "Phaser.GameObjects.Particles.EmitterOp#easeValueUpdate", - "___id": "T000002R011849", + "___id": "T000002R011869", "___s": true }, { @@ -115299,7 +115480,7 @@ "filename": "EmitterOp.js", "lineno": 17, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "classdesc": "This class is responsible for taking control over a single property\rin the Particle class and managing its emission and updating functions.\r\rParticles properties such as `x`, `y`, `scaleX`, `lifespan` and others all use\rEmitterOp instances to manage them, as they can be given in a variety of\rformats: from simple values, to functions, to dynamic callbacks.\r\rSee the `ParticleEmitter` class for more details on emitter op configuration.", @@ -115362,7 +115543,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Particles.EmitterOp", - "___id": "T000002R011867", + "___id": "T000002R011887", "___s": true }, { @@ -115371,7 +115552,7 @@ "filename": "EmitterOp.js", "lineno": 45, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The name of this property.", @@ -115390,7 +115571,7 @@ "longname": "Phaser.GameObjects.Particles.EmitterOp#propertyKey", "scope": "instance", "kind": "member", - "___id": "T000002R011871", + "___id": "T000002R011891", "___s": true }, { @@ -115399,7 +115580,7 @@ "filename": "EmitterOp.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The current value of this property.\r\rThis can be a simple value, an array, a function or an onEmit\rconfiguration object.", @@ -115428,7 +115609,7 @@ "longname": "Phaser.GameObjects.Particles.EmitterOp#propertyValue", "scope": "instance", "kind": "member", - "___id": "T000002R011873", + "___id": "T000002R011893", "___s": true }, { @@ -115437,7 +115618,7 @@ "filename": "EmitterOp.js", "lineno": 66, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The default value of this property.\r\rThis can be a simple value, an array, a function or an onEmit\rconfiguration object.", @@ -115466,7 +115647,7 @@ "longname": "Phaser.GameObjects.Particles.EmitterOp#defaultValue", "scope": "instance", "kind": "member", - "___id": "T000002R011875", + "___id": "T000002R011895", "___s": true }, { @@ -115475,7 +115656,7 @@ "filename": "EmitterOp.js", "lineno": 78, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The number of steps for stepped easing between {@link Phaser.GameObjects.Particles.EmitterOp#start} and\r{@link Phaser.GameObjects.Particles.EmitterOp#end} values, per emit.", @@ -115495,7 +115676,7 @@ "longname": "Phaser.GameObjects.Particles.EmitterOp#steps", "scope": "instance", "kind": "member", - "___id": "T000002R011877", + "___id": "T000002R011897", "___s": true }, { @@ -115504,7 +115685,7 @@ "filename": "EmitterOp.js", "lineno": 89, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The step counter for stepped easing, per emit.", @@ -115524,7 +115705,7 @@ "longname": "Phaser.GameObjects.Particles.EmitterOp#counter", "scope": "instance", "kind": "member", - "___id": "T000002R011879", + "___id": "T000002R011899", "___s": true }, { @@ -115533,7 +115714,7 @@ "filename": "EmitterOp.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "When the step counter reaches it's maximum, should it then\ryoyo back to the start again, or flip over to it?", @@ -115553,7 +115734,7 @@ "longname": "Phaser.GameObjects.Particles.EmitterOp#yoyo", "scope": "instance", "kind": "member", - "___id": "T000002R011881", + "___id": "T000002R011901", "___s": true }, { @@ -115562,7 +115743,7 @@ "filename": "EmitterOp.js", "lineno": 110, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The counter direction. 0 for up and 1 for down.", @@ -115582,7 +115763,7 @@ "longname": "Phaser.GameObjects.Particles.EmitterOp#direction", "scope": "instance", "kind": "member", - "___id": "T000002R011883", + "___id": "T000002R011903", "___s": true }, { @@ -115591,7 +115772,7 @@ "filename": "EmitterOp.js", "lineno": 120, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The start value for this property to ease between.\r\rIf an interpolation this holds a reference to the number data array.", @@ -115630,7 +115811,7 @@ "longname": "Phaser.GameObjects.Particles.EmitterOp#start", "scope": "instance", "kind": "member", - "___id": "T000002R011885", + "___id": "T000002R011905", "___s": true }, { @@ -115639,7 +115820,7 @@ "filename": "EmitterOp.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The most recently calculated value. Updated every time an\remission or update method is called. Treat as read-only.", @@ -115658,7 +115839,7 @@ "longname": "Phaser.GameObjects.Particles.EmitterOp#current", "scope": "instance", "kind": "member", - "___id": "T000002R011887", + "___id": "T000002R011907", "___s": true }, { @@ -115667,7 +115848,7 @@ "filename": "EmitterOp.js", "lineno": 142, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The end value for this property to ease between.", @@ -115687,7 +115868,7 @@ "longname": "Phaser.GameObjects.Particles.EmitterOp#end", "scope": "instance", "kind": "member", - "___id": "T000002R011889", + "___id": "T000002R011909", "___s": true }, { @@ -115696,7 +115877,7 @@ "filename": "EmitterOp.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The easing function to use for updating this property, if any.", @@ -115717,7 +115898,7 @@ "longname": "Phaser.GameObjects.Particles.EmitterOp#ease", "scope": "instance", "kind": "member", - "___id": "T000002R011891", + "___id": "T000002R011911", "___s": true }, { @@ -115726,7 +115907,7 @@ "filename": "EmitterOp.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The interpolation function to use for updating this property, if any.", @@ -115747,7 +115928,7 @@ "longname": "Phaser.GameObjects.Particles.EmitterOp#interpolation", "scope": "instance", "kind": "member", - "___id": "T000002R011893", + "___id": "T000002R011913", "___s": true }, { @@ -115756,7 +115937,7 @@ "filename": "EmitterOp.js", "lineno": 170, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Whether this property can only be modified when a Particle is emitted.\r\rSet to `true` to allow only {@link Phaser.GameObjects.Particles.EmitterOp#onEmit} callbacks to be set and\raffect this property.\r\rSet to `false` to allow both {@link Phaser.GameObjects.Particles.EmitterOp#onEmit} and\r{@link Phaser.GameObjects.Particles.EmitterOp#onUpdate} callbacks to be set and affect this property.", @@ -115775,7 +115956,7 @@ "longname": "Phaser.GameObjects.Particles.EmitterOp#emitOnly", "scope": "instance", "kind": "member", - "___id": "T000002R011895", + "___id": "T000002R011915", "___s": true }, { @@ -115784,7 +115965,7 @@ "filename": "EmitterOp.js", "lineno": 185, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The callback to run for Particles when they are emitted from the Particle Emitter.", @@ -115803,7 +115984,7 @@ "longname": "Phaser.GameObjects.Particles.EmitterOp#onEmit", "scope": "instance", "kind": "member", - "___id": "T000002R011897", + "___id": "T000002R011917", "___s": true }, { @@ -115812,7 +115993,7 @@ "filename": "EmitterOp.js", "lineno": 194, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The callback to run for Particles when they are updated.", @@ -115831,7 +116012,7 @@ "longname": "Phaser.GameObjects.Particles.EmitterOp#onUpdate", "scope": "instance", "kind": "member", - "___id": "T000002R011899", + "___id": "T000002R011919", "___s": true }, { @@ -115840,7 +116021,7 @@ "filename": "EmitterOp.js", "lineno": 203, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Set to `false` to disable this EmitterOp.", @@ -115859,7 +116040,7 @@ "longname": "Phaser.GameObjects.Particles.EmitterOp#active", "scope": "instance", "kind": "member", - "___id": "T000002R011901", + "___id": "T000002R011921", "___s": true }, { @@ -115868,7 +116049,7 @@ "filename": "EmitterOp.js", "lineno": 212, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The onEmit method type of this EmitterOp.\r\rSet as part of `setMethod` and cached here to avoid\rre-setting when only the value changes.", @@ -115887,7 +116068,7 @@ "longname": "Phaser.GameObjects.Particles.EmitterOp#method", "scope": "instance", "kind": "member", - "___id": "T000002R011903", + "___id": "T000002R011923", "___s": true }, { @@ -115896,7 +116077,7 @@ "filename": "EmitterOp.js", "lineno": 247, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Load the property from a Particle Emitter configuration object.\r\rOptionally accepts a new property key to use, replacing the current one.", @@ -115936,7 +116117,7 @@ "memberof": "Phaser.GameObjects.Particles.EmitterOp", "longname": "Phaser.GameObjects.Particles.EmitterOp#loadConfig", "scope": "instance", - "___id": "T000002R011909", + "___id": "T000002R011929", "___s": true }, { @@ -115945,7 +116126,7 @@ "filename": "EmitterOp.js", "lineno": 287, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Build a JSON representation of this Particle Emitter property.", @@ -115969,7 +116150,7 @@ "memberof": "Phaser.GameObjects.Particles.EmitterOp", "longname": "Phaser.GameObjects.Particles.EmitterOp#toJSON", "scope": "instance", - "___id": "T000002R011916", + "___id": "T000002R011936", "___s": true }, { @@ -115978,7 +116159,7 @@ "filename": "EmitterOp.js", "lineno": 300, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Change the current value of the property and update its callback methods.", @@ -116018,7 +116199,7 @@ "memberof": "Phaser.GameObjects.Particles.EmitterOp", "longname": "Phaser.GameObjects.Particles.EmitterOp#onChange", "scope": "instance", - "___id": "T000002R011918", + "___id": "T000002R011938", "___s": true }, { @@ -116027,7 +116208,7 @@ "filename": "EmitterOp.js", "lineno": 360, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Checks the type of `EmitterOp.propertyValue` to determine which\rmethod is required in order to return values from this op function.", @@ -116051,7 +116232,7 @@ "memberof": "Phaser.GameObjects.Particles.EmitterOp", "longname": "Phaser.GameObjects.Particles.EmitterOp#getMethod", "scope": "instance", - "___id": "T000002R011929", + "___id": "T000002R011949", "___s": true }, { @@ -116060,7 +116241,7 @@ "filename": "EmitterOp.js", "lineno": 436, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Update the {@link Phaser.GameObjects.Particles.EmitterOp#onEmit} and\r{@link Phaser.GameObjects.Particles.EmitterOp#onUpdate} callbacks based on the method returned\rfrom `getMethod`. The method is stored in the `EmitterOp.method` property\rand is a number between 0 and 9 inclusively.", @@ -116085,7 +116266,7 @@ "memberof": "Phaser.GameObjects.Particles.EmitterOp", "longname": "Phaser.GameObjects.Particles.EmitterOp#setMethods", "scope": "instance", - "___id": "T000002R011933", + "___id": "T000002R011953", "___s": true }, { @@ -116094,7 +116275,7 @@ "filename": "EmitterOp.js", "lineno": 546, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Check whether an object has the given property.", @@ -116146,7 +116327,7 @@ "memberof": "Phaser.GameObjects.Particles.EmitterOp", "longname": "Phaser.GameObjects.Particles.EmitterOp#has", "scope": "instance", - "___id": "T000002R011982", + "___id": "T000002R012002", "___s": true }, { @@ -116155,7 +116336,7 @@ "filename": "EmitterOp.js", "lineno": 562, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Check whether an object has both of the given properties.", @@ -116220,7 +116401,7 @@ "memberof": "Phaser.GameObjects.Particles.EmitterOp", "longname": "Phaser.GameObjects.Particles.EmitterOp#hasBoth", "scope": "instance", - "___id": "T000002R011984", + "___id": "T000002R012004", "___s": true }, { @@ -116229,7 +116410,7 @@ "filename": "EmitterOp.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Check whether an object has at least one of the given properties.", @@ -116294,7 +116475,7 @@ "memberof": "Phaser.GameObjects.Particles.EmitterOp", "longname": "Phaser.GameObjects.Particles.EmitterOp#hasEither", "scope": "instance", - "___id": "T000002R011986", + "___id": "T000002R012006", "___s": true }, { @@ -116303,7 +116484,7 @@ "filename": "EmitterOp.js", "lineno": 596, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The returned value sets what the property will be at the START of the particles life, on emit.", @@ -116369,7 +116550,7 @@ "memberof": "Phaser.GameObjects.Particles.EmitterOp", "longname": "Phaser.GameObjects.Particles.EmitterOp#defaultEmit", "scope": "instance", - "___id": "T000002R011988", + "___id": "T000002R012008", "___s": true }, { @@ -116378,7 +116559,7 @@ "filename": "EmitterOp.js", "lineno": 613, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The returned value updates the property for the duration of the particles life.", @@ -116456,7 +116637,7 @@ "memberof": "Phaser.GameObjects.Particles.EmitterOp", "longname": "Phaser.GameObjects.Particles.EmitterOp#defaultUpdate", "scope": "instance", - "___id": "T000002R011990", + "___id": "T000002R012010", "___s": true }, { @@ -116465,7 +116646,7 @@ "filename": "EmitterOp.js", "lineno": 631, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The returned value sets what the property will be at the START of the particles life, on emit.\r\rThis method is only used when you have provided a custom emit callback.", @@ -116531,7 +116712,7 @@ "memberof": "Phaser.GameObjects.Particles.EmitterOp", "longname": "Phaser.GameObjects.Particles.EmitterOp#proxyEmit", "scope": "instance", - "___id": "T000002R011992", + "___id": "T000002R012012", "___s": true }, { @@ -116540,7 +116721,7 @@ "filename": "EmitterOp.js", "lineno": 654, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The returned value updates the property for the duration of the particles life.\r\rThis method is only used when you have provided a custom update callback.", @@ -116618,7 +116799,7 @@ "memberof": "Phaser.GameObjects.Particles.EmitterOp", "longname": "Phaser.GameObjects.Particles.EmitterOp#proxyUpdate", "scope": "instance", - "___id": "T000002R011996", + "___id": "T000002R012016", "___s": true }, { @@ -116627,7 +116808,7 @@ "filename": "EmitterOp.js", "lineno": 678, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "An `onEmit` callback that returns the current value of the property.", @@ -116651,7 +116832,7 @@ "memberof": "Phaser.GameObjects.Particles.EmitterOp", "longname": "Phaser.GameObjects.Particles.EmitterOp#staticValueEmit", "scope": "instance", - "___id": "T000002R012000", + "___id": "T000002R012020", "___s": true }, { @@ -116660,7 +116841,7 @@ "filename": "EmitterOp.js", "lineno": 691, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "An `onUpdate` callback that returns the current value of the property.", @@ -116684,7 +116865,7 @@ "memberof": "Phaser.GameObjects.Particles.EmitterOp", "longname": "Phaser.GameObjects.Particles.EmitterOp#staticValueUpdate", "scope": "instance", - "___id": "T000002R012002", + "___id": "T000002R012022", "___s": true }, { @@ -116693,7 +116874,7 @@ "filename": "EmitterOp.js", "lineno": 704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "An `onEmit` callback that returns a random value from the current value array.", @@ -116717,7 +116898,7 @@ "memberof": "Phaser.GameObjects.Particles.EmitterOp", "longname": "Phaser.GameObjects.Particles.EmitterOp#randomStaticValueEmit", "scope": "instance", - "___id": "T000002R012004", + "___id": "T000002R012024", "___s": true }, { @@ -116726,7 +116907,7 @@ "filename": "EmitterOp.js", "lineno": 721, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "An `onEmit` callback that returns a value between the {@link Phaser.GameObjects.Particles.EmitterOp#start} and\r{@link Phaser.GameObjects.Particles.EmitterOp#end} range.", @@ -116778,7 +116959,7 @@ "memberof": "Phaser.GameObjects.Particles.EmitterOp", "longname": "Phaser.GameObjects.Particles.EmitterOp#randomRangedValueEmit", "scope": "instance", - "___id": "T000002R012008", + "___id": "T000002R012028", "___s": true }, { @@ -116787,7 +116968,7 @@ "filename": "EmitterOp.js", "lineno": 748, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "An `onEmit` callback that returns a value between the {@link Phaser.GameObjects.Particles.EmitterOp#start} and\r{@link Phaser.GameObjects.Particles.EmitterOp#end} range.", @@ -116839,7 +117020,7 @@ "memberof": "Phaser.GameObjects.Particles.EmitterOp", "longname": "Phaser.GameObjects.Particles.EmitterOp#randomRangedIntEmit", "scope": "instance", - "___id": "T000002R012014", + "___id": "T000002R012034", "___s": true }, { @@ -116848,7 +117029,7 @@ "filename": "EmitterOp.js", "lineno": 775, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "An `onEmit` callback that returns a stepped value between the\r{@link Phaser.GameObjects.Particles.EmitterOp#start} and {@link Phaser.GameObjects.Particles.EmitterOp#end}\rrange.", @@ -116872,7 +117053,7 @@ "memberof": "Phaser.GameObjects.Particles.EmitterOp", "longname": "Phaser.GameObjects.Particles.EmitterOp#steppedEmit", "scope": "instance", - "___id": "T000002R012020", + "___id": "T000002R012040", "___s": true }, { @@ -116881,7 +117062,7 @@ "filename": "EmitterOp.js", "lineno": 838, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "An `onEmit` callback for an eased property.\r\rIt prepares the particle for easing by {@link Phaser.GameObjects.Particles.EmitterOp#easeValueUpdate}.", @@ -116933,7 +117114,7 @@ "memberof": "Phaser.GameObjects.Particles.EmitterOp", "longname": "Phaser.GameObjects.Particles.EmitterOp#easedValueEmit", "scope": "instance", - "___id": "T000002R012037", + "___id": "T000002R012057", "___s": true }, { @@ -116942,7 +117123,7 @@ "filename": "EmitterOp.js", "lineno": 866, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "An `onUpdate` callback that returns an eased value between the\r{@link Phaser.GameObjects.Particles.EmitterOp#start} and {@link Phaser.GameObjects.Particles.EmitterOp#end}\rrange.", @@ -117007,7 +117188,7 @@ "memberof": "Phaser.GameObjects.Particles.EmitterOp", "longname": "Phaser.GameObjects.Particles.EmitterOp#easeValueUpdate", "scope": "instance", - "___id": "T000002R012043", + "___id": "T000002R012063", "___s": true }, { @@ -117016,7 +117197,7 @@ "filename": "EmitterOp.js", "lineno": 901, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Destroys this EmitterOp instance and all of its references.\r\rCalled automatically when the ParticleEmitter that owns this\rEmitterOp is destroyed.", @@ -117026,7 +117207,7 @@ "memberof": "Phaser.GameObjects.Particles.EmitterOp", "longname": "Phaser.GameObjects.Particles.EmitterOp#destroy", "scope": "instance", - "___id": "T000002R012051", + "___id": "T000002R012071", "___s": true }, { @@ -117035,7 +117216,7 @@ "filename": "COMPLETE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\events", "code": {} }, "description": "The Particle Emitter Complete Event.\r\rThis event is dispatched when the final particle, emitted from a Particle Emitter that\rhas been stopped, dies. Upon receipt of this event you know that no particles are\rstill rendering at this point in time.\r\rListen for it on a Particle Emitter instance using `ParticleEmitter.on('complete', listener)`.", @@ -117069,7 +117250,7 @@ "memberof": "Phaser.GameObjects.Particles.Events", "longname": "Phaser.GameObjects.Particles.Events#event:COMPLETE", "scope": "instance", - "___id": "T000002R012060", + "___id": "T000002R012080", "___s": true }, { @@ -117078,7 +117259,7 @@ "filename": "DEATH_ZONE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\events", "code": {} }, "description": "The Particle Emitter Death Zone Event.\r\rThis event is dispatched when a Death Zone kills a Particle instance.\r\rListen for it on a Particle Emitter instance using `ParticleEmitter.on('deathzone', listener)`.\r\rIf you wish to know when the final particle is killed, see the `COMPLETE` event.", @@ -117138,7 +117319,7 @@ "memberof": "Phaser.GameObjects.Particles.Events", "longname": "Phaser.GameObjects.Particles.Events#event:DEATH_ZONE", "scope": "instance", - "___id": "T000002R012062", + "___id": "T000002R012082", "___s": true }, { @@ -117147,7 +117328,7 @@ "filename": "EXPLODE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\events", "code": {} }, "description": "The Particle Emitter Explode Event.\r\rThis event is dispatched when a Particle Emitter explodes a set of particles.\r\rListen for it on a Particle Emitter instance using `ParticleEmitter.on('explode', listener)`.", @@ -117194,7 +117375,7 @@ "memberof": "Phaser.GameObjects.Particles.Events", "longname": "Phaser.GameObjects.Particles.Events#event:EXPLODE", "scope": "instance", - "___id": "T000002R012064", + "___id": "T000002R012084", "___s": true }, { @@ -117203,7 +117384,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\events", "code": {} }, "kind": "namespace", @@ -117211,7 +117392,7 @@ "memberof": "Phaser.GameObjects.Particles", "longname": "Phaser.GameObjects.Particles.Events", "scope": "static", - "___id": "T000002R012066", + "___id": "T000002R012086", "___s": true }, { @@ -117220,7 +117401,7 @@ "filename": "START_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\events", "code": {} }, "description": "The Particle Emitter Start Event.\r\rThis event is dispatched when a Particle Emitter starts emission of particles.\r\rListen for it on a Particle Emitter instance using `ParticleEmitter.on('start', listener)`.", @@ -117254,7 +117435,7 @@ "memberof": "Phaser.GameObjects.Particles.Events", "longname": "Phaser.GameObjects.Particles.Events#event:START", "scope": "instance", - "___id": "T000002R012073", + "___id": "T000002R012093", "___s": true }, { @@ -117263,7 +117444,7 @@ "filename": "STOP_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\events", "code": {} }, "description": "The Particle Emitter Stop Event.\r\rThis event is dispatched when a Particle Emitter is stopped. This can happen either\rwhen you directly call the `ParticleEmitter.stop` method, or if the emitter has\rbeen configured to stop after a set time via the `duration` property, or after a\rset number of particles via the `stopAfter` property.\r\rListen for it on a Particle Emitter instance using `ParticleEmitter.on('stop', listener)`.\r\rNote that just because the emitter has stopped, that doesn't mean there aren't still\rparticles alive and rendering. It just means the emitter has stopped emitting particles.\r\rIf you wish to know when the final particle is killed, see the `COMPLETE` event.", @@ -117297,7 +117478,7 @@ "memberof": "Phaser.GameObjects.Particles.Events", "longname": "Phaser.GameObjects.Particles.Events#event:STOP", "scope": "instance", - "___id": "T000002R012075", + "___id": "T000002R012095", "___s": true }, { @@ -117306,7 +117487,7 @@ "filename": "GravityWell.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "classdesc": "The Gravity Well Particle Processor applies a force on the particles to draw\rthem towards, or repel them from, a single point.\r\rThe force applied is inversely proportional to the square of the distance\rfrom the particle to the point, in accordance with Newton's law of gravity.\r\rThis simulates the effect of gravity over large distances (as between planets, for example).", @@ -117406,7 +117587,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Particles.GravityWell", - "___id": "T000002R012080", + "___id": "T000002R012100", "___s": true }, { @@ -117415,7 +117596,7 @@ "filename": "GravityWell.js", "lineno": 95, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Takes a Particle and updates it based on the properties of this Gravity Well.", @@ -117467,7 +117648,7 @@ "longname": "Phaser.GameObjects.Particles.GravityWell#update", "scope": "instance", "overrides": "Phaser.GameObjects.Particles.ParticleProcessor#update", - "___id": "T000002R012101", + "___id": "T000002R012121", "___s": true }, { @@ -117476,7 +117657,7 @@ "filename": "GravityWell.js", "lineno": 129, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The minimum distance for which the gravity force is calculated.\r\rDefaults to 100.", @@ -117495,7 +117676,7 @@ "longname": "Phaser.GameObjects.Particles.GravityWell#epsilon", "scope": "instance", "kind": "member", - "___id": "T000002R012111", + "___id": "T000002R012131", "___s": true }, { @@ -117504,7 +117685,7 @@ "filename": "GravityWell.js", "lineno": 152, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The strength of the gravity force - larger numbers produce a stronger force.\r\rDefaults to 0.", @@ -117523,7 +117704,7 @@ "longname": "Phaser.GameObjects.Particles.GravityWell#power", "scope": "instance", "kind": "member", - "___id": "T000002R012116", + "___id": "T000002R012136", "___s": true }, { @@ -117532,7 +117713,7 @@ "filename": "GravityWell.js", "lineno": 175, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The gravitational force of this Gravity Well.\r\rDefaults to 50.", @@ -117551,7 +117732,7 @@ "longname": "Phaser.GameObjects.Particles.GravityWell#gravity", "scope": "instance", "kind": "member", - "___id": "T000002R012121", + "___id": "T000002R012141", "___s": true }, { @@ -117560,7 +117741,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "kind": "namespace", @@ -117568,7 +117749,7 @@ "memberof": "Phaser.GameObjects", "longname": "Phaser.GameObjects.Particles", "scope": "static", - "___id": "T000002R012129", + "___id": "T000002R012149", "___s": true }, { @@ -117577,7 +117758,7 @@ "filename": "Particle.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "classdesc": "A Particle is a simple object owned and controlled by a Particle Emitter.\r\rIt encapsulates all of the properties required to move and update according\rto the Emitters operations.", @@ -117602,7 +117783,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Particles.Particle", - "___id": "T000002R012147", + "___id": "T000002R012167", "___s": true }, { @@ -117611,7 +117792,7 @@ "filename": "Particle.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The Emitter to which this Particle belongs.\r\rA Particle can only belong to a single Emitter and is created, updated and destroyed by it.", @@ -117630,7 +117811,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#emitter", "scope": "instance", "kind": "member", - "___id": "T000002R012150", + "___id": "T000002R012170", "___s": true }, { @@ -117639,7 +117820,7 @@ "filename": "Particle.js", "lineno": 46, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The texture used by this Particle when it renders.", @@ -117659,7 +117840,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#texture", "scope": "instance", "kind": "member", - "___id": "T000002R012152", + "___id": "T000002R012172", "___s": true }, { @@ -117668,7 +117849,7 @@ "filename": "Particle.js", "lineno": 56, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The texture frame used by this Particle when it renders.", @@ -117688,7 +117869,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#frame", "scope": "instance", "kind": "member", - "___id": "T000002R012154", + "___id": "T000002R012174", "___s": true }, { @@ -117697,7 +117878,7 @@ "filename": "Particle.js", "lineno": 66, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The x coordinate of this Particle.", @@ -117717,7 +117898,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#x", "scope": "instance", "kind": "member", - "___id": "T000002R012156", + "___id": "T000002R012176", "___s": true }, { @@ -117726,7 +117907,7 @@ "filename": "Particle.js", "lineno": 76, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The y coordinate of this Particle.", @@ -117746,7 +117927,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#y", "scope": "instance", "kind": "member", - "___id": "T000002R012158", + "___id": "T000002R012178", "___s": true }, { @@ -117755,7 +117936,7 @@ "filename": "Particle.js", "lineno": 86, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The coordinates of this Particle in world space.\r\rUpdated as part of `computeVelocity`.", @@ -117774,7 +117955,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#worldPosition", "scope": "instance", "kind": "member", - "___id": "T000002R012160", + "___id": "T000002R012180", "___s": true }, { @@ -117783,7 +117964,7 @@ "filename": "Particle.js", "lineno": 97, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The x velocity of this Particle.", @@ -117803,7 +117984,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#velocityX", "scope": "instance", "kind": "member", - "___id": "T000002R012162", + "___id": "T000002R012182", "___s": true }, { @@ -117812,7 +117993,7 @@ "filename": "Particle.js", "lineno": 107, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The y velocity of this Particle.", @@ -117832,7 +118013,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#velocityY", "scope": "instance", "kind": "member", - "___id": "T000002R012164", + "___id": "T000002R012184", "___s": true }, { @@ -117841,7 +118022,7 @@ "filename": "Particle.js", "lineno": 117, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The x acceleration of this Particle.", @@ -117861,7 +118042,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#accelerationX", "scope": "instance", "kind": "member", - "___id": "T000002R012166", + "___id": "T000002R012186", "___s": true }, { @@ -117870,7 +118051,7 @@ "filename": "Particle.js", "lineno": 127, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The y acceleration of this Particle.", @@ -117890,7 +118071,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#accelerationY", "scope": "instance", "kind": "member", - "___id": "T000002R012168", + "___id": "T000002R012188", "___s": true }, { @@ -117899,7 +118080,7 @@ "filename": "Particle.js", "lineno": 137, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The maximum horizontal velocity this Particle can travel at.", @@ -117919,7 +118100,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#maxVelocityX", "scope": "instance", "kind": "member", - "___id": "T000002R012170", + "___id": "T000002R012190", "___s": true }, { @@ -117928,7 +118109,7 @@ "filename": "Particle.js", "lineno": 147, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The maximum vertical velocity this Particle can travel at.", @@ -117948,7 +118129,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#maxVelocityY", "scope": "instance", "kind": "member", - "___id": "T000002R012172", + "___id": "T000002R012192", "___s": true }, { @@ -117957,7 +118138,7 @@ "filename": "Particle.js", "lineno": 157, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The bounciness, or restitution, of this Particle.", @@ -117977,7 +118158,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#bounce", "scope": "instance", "kind": "member", - "___id": "T000002R012174", + "___id": "T000002R012194", "___s": true }, { @@ -117986,7 +118167,7 @@ "filename": "Particle.js", "lineno": 167, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The horizontal scale of this Particle.", @@ -118006,7 +118187,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#scaleX", "scope": "instance", "kind": "member", - "___id": "T000002R012176", + "___id": "T000002R012196", "___s": true }, { @@ -118015,7 +118196,7 @@ "filename": "Particle.js", "lineno": 177, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The vertical scale of this Particle.", @@ -118035,7 +118216,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#scaleY", "scope": "instance", "kind": "member", - "___id": "T000002R012178", + "___id": "T000002R012198", "___s": true }, { @@ -118044,7 +118225,7 @@ "filename": "Particle.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The alpha value of this Particle.", @@ -118064,7 +118245,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#alpha", "scope": "instance", "kind": "member", - "___id": "T000002R012180", + "___id": "T000002R012200", "___s": true }, { @@ -118073,7 +118254,7 @@ "filename": "Particle.js", "lineno": 197, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The angle of this Particle in degrees.", @@ -118093,7 +118274,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#angle", "scope": "instance", "kind": "member", - "___id": "T000002R012182", + "___id": "T000002R012202", "___s": true }, { @@ -118102,7 +118283,7 @@ "filename": "Particle.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The angle of this Particle in radians.", @@ -118122,7 +118303,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#rotation", "scope": "instance", "kind": "member", - "___id": "T000002R012184", + "___id": "T000002R012204", "___s": true }, { @@ -118131,7 +118312,7 @@ "filename": "Particle.js", "lineno": 217, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The tint applied to this Particle.", @@ -118157,7 +118338,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#tint", "scope": "instance", "kind": "member", - "___id": "T000002R012186", + "___id": "T000002R012206", "___s": true }, { @@ -118166,7 +118347,7 @@ "filename": "Particle.js", "lineno": 227, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The lifespan of this Particle in ms.", @@ -118186,7 +118367,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#life", "scope": "instance", "kind": "member", - "___id": "T000002R012188", + "___id": "T000002R012208", "___s": true }, { @@ -118195,7 +118376,7 @@ "filename": "Particle.js", "lineno": 237, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The current life of this Particle in ms.", @@ -118215,7 +118396,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#lifeCurrent", "scope": "instance", "kind": "member", - "___id": "T000002R012190", + "___id": "T000002R012210", "___s": true }, { @@ -118224,7 +118405,7 @@ "filename": "Particle.js", "lineno": 247, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The delay applied to this Particle upon emission, in ms.", @@ -118244,7 +118425,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#delayCurrent", "scope": "instance", "kind": "member", - "___id": "T000002R012192", + "___id": "T000002R012212", "___s": true }, { @@ -118253,7 +118434,7 @@ "filename": "Particle.js", "lineno": 257, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The hold applied to this Particle before it expires, in ms.", @@ -118273,7 +118454,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#holdCurrent", "scope": "instance", "kind": "member", - "___id": "T000002R012194", + "___id": "T000002R012214", "___s": true }, { @@ -118282,7 +118463,7 @@ "filename": "Particle.js", "lineno": 267, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The normalized lifespan T value, where 0 is the start and 1 is the end.", @@ -118302,7 +118483,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#lifeT", "scope": "instance", "kind": "member", - "___id": "T000002R012196", + "___id": "T000002R012216", "___s": true }, { @@ -118311,7 +118492,7 @@ "filename": "Particle.js", "lineno": 277, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The data used by the ease equation.", @@ -118330,7 +118511,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#data", "scope": "instance", "kind": "member", - "___id": "T000002R012198", + "___id": "T000002R012218", "___s": true }, { @@ -118339,7 +118520,7 @@ "filename": "Particle.js", "lineno": 312, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "A reference to the Scene to which this Game Object belongs.\r\rGame Objects can only belong to one Scene.\r\rYou should consider this property as being read-only. You cannot move a\rGame Object to another Scene by simply changing it.", @@ -118358,7 +118539,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#scene", "scope": "instance", "kind": "member", - "___id": "T000002R012244", + "___id": "T000002R012264", "___s": true }, { @@ -118367,7 +118548,7 @@ "filename": "Particle.js", "lineno": 326, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The Animation State component of this Particle.\r\rThis component provides features to apply animations to this Particle.\rIt is responsible for playing, loading, queuing animations for later playback,\rmixing between animations and setting the current animation frame to this Particle.", @@ -118386,7 +118567,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#anims", "scope": "instance", "kind": "member", - "___id": "T000002R012246", + "___id": "T000002R012266", "___s": true }, { @@ -118395,7 +118576,7 @@ "filename": "Particle.js", "lineno": 339, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "A rectangle that holds the bounds of this Particle after a call to\rthe `Particle.getBounds` method has been made.", @@ -118414,7 +118595,7 @@ "longname": "Phaser.GameObjects.Particles.Particle#bounds", "scope": "instance", "kind": "member", - "___id": "T000002R012248", + "___id": "T000002R012268", "___s": true }, { @@ -118423,7 +118604,7 @@ "filename": "Particle.js", "lineno": 350, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The Event Emitter proxy.\r\rPasses on all parameters to the `ParticleEmitter` to emit directly.", @@ -118542,7 +118723,7 @@ "memberof": "Phaser.GameObjects.Particles.Particle", "longname": "Phaser.GameObjects.Particles.Particle#emit", "scope": "instance", - "___id": "T000002R012250", + "___id": "T000002R012270", "___s": true }, { @@ -118551,7 +118732,7 @@ "filename": "Particle.js", "lineno": 372, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Checks to see if this Particle is alive and updating.", @@ -118575,7 +118756,7 @@ "memberof": "Phaser.GameObjects.Particles.Particle", "longname": "Phaser.GameObjects.Particles.Particle#isAlive", "scope": "instance", - "___id": "T000002R012252", + "___id": "T000002R012272", "___s": true }, { @@ -118584,7 +118765,7 @@ "filename": "Particle.js", "lineno": 385, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Kills this particle. This sets the `lifeCurrent` value to 0, which forces\rthe Particle to be removed the next time its parent Emitter runs an update.", @@ -118594,7 +118775,7 @@ "memberof": "Phaser.GameObjects.Particles.Particle", "longname": "Phaser.GameObjects.Particles.Particle#kill", "scope": "instance", - "___id": "T000002R012254", + "___id": "T000002R012274", "___s": true }, { @@ -118603,7 +118784,7 @@ "filename": "Particle.js", "lineno": 397, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Sets the position of this particle to the given x/y coordinates.\r\rIf the parameters are left undefined, it resets the particle back to 0x0.", @@ -118645,7 +118826,7 @@ "memberof": "Phaser.GameObjects.Particles.Particle", "longname": "Phaser.GameObjects.Particles.Particle#setPosition", "scope": "instance", - "___id": "T000002R012257", + "___id": "T000002R012277", "___s": true }, { @@ -118654,7 +118835,7 @@ "filename": "Particle.js", "lineno": 417, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Starts this Particle from the given coordinates.", @@ -118708,7 +118889,7 @@ "memberof": "Phaser.GameObjects.Particles.Particle", "longname": "Phaser.GameObjects.Particles.Particle#fire", "scope": "instance", - "___id": "T000002R012263", + "___id": "T000002R012283", "___s": true }, { @@ -118717,7 +118898,7 @@ "filename": "Particle.js", "lineno": 555, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The main update method for this Particle.\r\rUpdates its life values, computes the velocity and repositions the Particle.", @@ -118791,7 +118972,7 @@ "memberof": "Phaser.GameObjects.Particles.Particle", "longname": "Phaser.GameObjects.Particles.Particle#update", "scope": "instance", - "___id": "T000002R012306", + "___id": "T000002R012326", "___s": true }, { @@ -118800,7 +118981,7 @@ "filename": "Particle.js", "lineno": 657, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "An internal method that calculates the velocity of the Particle and\rits world position. It also runs it against any active Processors\rthat are set on the Emitter.", @@ -118886,7 +119067,7 @@ "memberof": "Phaser.GameObjects.Particles.Particle", "longname": "Phaser.GameObjects.Particles.Particle#computeVelocity", "scope": "instance", - "___id": "T000002R012331", + "___id": "T000002R012351", "___s": true }, { @@ -118895,7 +119076,7 @@ "filename": "Particle.js", "lineno": 713, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "This is a NOOP method and does nothing when called.", @@ -118905,7 +119086,7 @@ "memberof": "Phaser.GameObjects.Particles.Particle", "longname": "Phaser.GameObjects.Particles.Particle#setSizeToFrame", "scope": "instance", - "___id": "T000002R012351", + "___id": "T000002R012371", "___s": true }, { @@ -118914,7 +119095,7 @@ "filename": "Particle.js", "lineno": 724, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Gets the bounds of this particle as a Geometry Rectangle, factoring in any\rtransforms of the parent emitter and anything else above it in the display list.\r\rOnce calculated the bounds can be accessed via the `Particle.bounds` property.", @@ -118954,7 +119135,7 @@ "memberof": "Phaser.GameObjects.Particles.Particle", "longname": "Phaser.GameObjects.Particles.Particle#getBounds", "scope": "instance", - "___id": "T000002R012353", + "___id": "T000002R012373", "___s": true }, { @@ -118963,7 +119144,7 @@ "filename": "Particle.js", "lineno": 778, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Destroys this Particle.", @@ -118973,7 +119154,7 @@ "memberof": "Phaser.GameObjects.Particles.Particle", "longname": "Phaser.GameObjects.Particles.Particle#destroy", "scope": "instance", - "___id": "T000002R012372", + "___id": "T000002R012392", "___s": true }, { @@ -118982,7 +119163,7 @@ "filename": "ParticleBounds.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "classdesc": "The Particle Bounds Processor.\r\rDefines a rectangular region, in world space, within which particle movement\ris restrained.\r\rUse the properties `collideLeft`, `collideRight`, `collideTop` and\r`collideBottom` to control if a particle will rebound off the sides\rof this boundary, or not.\r\rThis happens when the particles worldPosition x/y coordinate hits the boundary.\r\rThe strength of the rebound is determined by the `Particle.bounce` property.", @@ -119109,7 +119290,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Particles.ParticleBounds", - "___id": "T000002R012383", + "___id": "T000002R012403", "___s": true }, { @@ -119118,7 +119299,7 @@ "filename": "ParticleBounds.js", "lineno": 56, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "A rectangular boundary constraining particle movement. Use the Emitter properties `collideLeft`,\r`collideRight`, `collideTop` and `collideBottom` to control if a particle will rebound off\rthe sides of this boundary, or not. This happens when the particles x/y coordinate hits\rthe boundary.", @@ -119137,7 +119318,7 @@ "longname": "Phaser.GameObjects.Particles.ParticleBounds#bounds", "scope": "instance", "kind": "member", - "___id": "T000002R012391", + "___id": "T000002R012411", "___s": true }, { @@ -119146,7 +119327,7 @@ "filename": "ParticleBounds.js", "lineno": 68, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Whether particles interact with the left edge of the emitter {@link Phaser.GameObjects.Particles.ParticleEmitter#bounds}.", @@ -119166,7 +119347,7 @@ "longname": "Phaser.GameObjects.Particles.ParticleBounds#collideLeft", "scope": "instance", "kind": "member", - "___id": "T000002R012393", + "___id": "T000002R012413", "___s": true }, { @@ -119175,7 +119356,7 @@ "filename": "ParticleBounds.js", "lineno": 78, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Whether particles interact with the right edge of the emitter {@link Phaser.GameObjects.Particles.ParticleBounds#bounds}.", @@ -119195,7 +119376,7 @@ "longname": "Phaser.GameObjects.Particles.ParticleBounds#collideRight", "scope": "instance", "kind": "member", - "___id": "T000002R012395", + "___id": "T000002R012415", "___s": true }, { @@ -119204,7 +119385,7 @@ "filename": "ParticleBounds.js", "lineno": 88, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Whether particles interact with the top edge of the emitter {@link Phaser.GameObjects.Particles.ParticleBounds#bounds}.", @@ -119224,7 +119405,7 @@ "longname": "Phaser.GameObjects.Particles.ParticleBounds#collideTop", "scope": "instance", "kind": "member", - "___id": "T000002R012397", + "___id": "T000002R012417", "___s": true }, { @@ -119233,7 +119414,7 @@ "filename": "ParticleBounds.js", "lineno": 98, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Whether particles interact with the bottom edge of the emitter {@link Phaser.GameObjects.Particles.ParticleBounds#bounds}.", @@ -119253,7 +119434,7 @@ "longname": "Phaser.GameObjects.Particles.ParticleBounds#collideBottom", "scope": "instance", "kind": "member", - "___id": "T000002R012399", + "___id": "T000002R012419", "___s": true }, { @@ -119262,7 +119443,7 @@ "filename": "ParticleBounds.js", "lineno": 109, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Takes a Particle and updates it against the bounds.", @@ -119288,7 +119469,7 @@ "longname": "Phaser.GameObjects.Particles.ParticleBounds#update", "scope": "instance", "overrides": "Phaser.GameObjects.Particles.ParticleProcessor#update", - "___id": "T000002R012401", + "___id": "T000002R012421", "___s": true }, { @@ -119297,7 +119478,7 @@ "filename": "ParticleEmitter.js", "lineno": 103, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "classdesc": "A Particle Emitter is a special kind of Game Object that controls a pool of {@link Phaser.GameObjects.Particles.Particle Particles}.\r\rParticle Emitters are created via a configuration object. The properties of this object\rcan be specified in a variety of formats, given you plenty of scope over the values they\rreturn, leading to complex visual effects. Here are the different forms of configuration\rvalue you can give:\r\r## An explicit static value:\r\r```js\rx: 400\r```\r\rThe x value will always be 400 when the particle is spawned.\r\r## A random value:\r\r```js\rx: [ 100, 200, 300, 400 ]\r```\r\rThe x value will be one of the 4 elements in the given array, picked at random on emission.\r\r## A custom callback:\r\r```js\rx: (particle, key, t, value) => {\r return value + 50;\r}\r```\r\rThe x value is the result of calling this function. This is only used when the\rparticle is emitted, so it provides it's initial starting value. It is not used\rwhen the particle is updated (see the onUpdate callback for that)\r\r## A start / end object:\r\rThis allows you to control the change in value between the given start and\rend parameters over the course of the particles lifetime:\r\r```js\rscale: { start: 0, end: 1 }\r```\r\rThe particle scale will start at 0 when emitted and ease to a scale of 1\rover the course of its lifetime. You can also specify the ease function\rused for this change (the default is Linear):\r\r```js\rscale: { start: 0, end: 1, ease: 'bounce.out' }\r```\r\r## A start / end random object:\r\rThe start and end object can have an optional `random` parameter.\rThis forces it to pick a random value between the two values and use\rthis as the starting value, then easing to the 'end' parameter over\rits lifetime.\r\r```js\rscale: { start: 4, end: 0.5, random: true }\r```\r\rThe particle will start with a random scale between 0.5 and 4 and then\rscale to the end value over its lifetime. You can combine the above\rwith the `ease` parameter as well to control the value easing.\r\r## An interpolation object:\r\rYou can provide an array of values which will be used for interpolation\rduring the particles lifetime. You can also define the interpolation\rfunction to be used. There are three provided: `linear` (the default),\r`bezier` and `catmull`, or you can provide your own function.\r\r```js\rx: { values: [ 50, 500, 200, 800 ], interpolation: 'catmull' }\r```\r\rThe particle scale will interpolate from 50 when emitted to 800 via the other\rpoints over the course of its lifetime. You can also specify an ease function\rused to control the rate of change through the values (the default is Linear):\r\r```js\rx: { values: [ 50, 500, 200, 800 ], interpolation: 'catmull', ease: 'bounce.out }\r```\r\r## A stepped emitter object:\r\rThe `steps` parameter allows you to control the placement of sequential\rparticles across the start-end range:\r\r```js\rx: { steps: 32, start: 0, end: 576 }\r```\r\rHere we have a range of 576 (start to end). This is divided into 32 steps.\r\rThe first particle will emit at the x position of 0. The next will emit\rat the next 'step' along, which would be 18. The following particle will emit\rat the next step, which is 36, and so on. Because the range of 576 has been\rdivided by 32, creating 18 pixels steps. When a particle reaches the 'end'\rvalue the next one will start from the beginning again.\r\r## A stepped emitter object with yoyo:\r\rYou can add the optional `yoyo` property to a stepped object:\r\r```js\rx: { steps: 32, start: 0, end: 576, yoyo: true }\r```\r\rAs with the stepped emitter, particles are emitted in sequence, from 'start'\rto 'end' in step sized jumps. Normally, when a stepped emitter reaches the\rend it snaps around to the start value again. However, if you provide the 'yoyo'\rparameter then when it reaches the end it will reverse direction and start\remitting back down to 'start' again. Depending on the effect you require this\rcan often look better.\r\r## A min / max object:\r\rThis allows you to pick a random float value between the min and max properties:\r\r```js\rx: { min: 100, max: 700 }\r```\r\rThe x value will be a random float between min and max.\r\rYou can force it select an integer by setting the 'int' flag:\r\r```js\rx: { min: 100, max: 700, int: true }\r```\r\rOr, you could use the 'random' array approach (see below)\r\r## A random object:\r\rThis allows you to pick a random integer value between the first and second array elements:\r\r```js\rx: { random: [ 100, 700 ] }\r```\r\rThe x value will be a random integer between 100 and 700 as it takes the first\relement in the 'random' array as the 'min' value and the 2nd element as the 'max' value.\r\r## Custom onEmit and onUpdate callbacks:\r\rIf the above won't give you the effect you're after, you can provide your own\rcallbacks that will be used when the particle is both emitted and updated:\r\r```js\rx: {\r onEmit: (particle, key, t, value) => {\r return value;\r },\r onUpdate: (particle, key, t, value) => {\r return value;\r }\r}\r```\r\rYou can provide either one or both functions. The `onEmit` is called at the\rstart of the particles life and defines the value of the property on birth.\r\rThe `onUpdate` function is called every time the Particle Emitter updates\runtil the particle dies. Both must return a value.\r\rThe properties are:\r\rparticle - A reference to the Particle instance.\rkey - The string based key of the property, i.e. 'x' or 'lifespan'.\rt - The current normalized lifetime of the particle, between 0 (birth) and 1 (death).\rvalue - The current property value. At a minimum you should return this.\r\rBy using the above configuration options you have an unlimited about of\rcontrol over how your particles behave.\r\r## v3.55 Differences\r\rPrior to v3.60 Phaser used a `ParticleEmitterManager`. This was removed in v3.60\rand now calling `this.add.particles` returns a `ParticleEmitter` instance instead.\r\rIn order to streamline memory and the display list we have removed the\r`ParticleEmitterManager` entirely. When you call `this.add.particles` you're now\rcreating a `ParticleEmitter` instance, which is being added directly to the\rdisplay list and can be manipulated just like any other Game Object, i.e.\rscaled, rotated, positioned, added to a Container, etc. It now extends the\r`GameObject` base class, meaning it's also an event emitter, which allowed us\rto create some handy new events for particles.\r\rSo, to create an emitter, you now give it an xy coordinate, a texture and an\remitter configuration object (you can also set this later, but most commonly\ryou'd do it on creation). I.e.:\r\r```js\rconst emitter = this.add.particles(100, 300, 'flares', {\r frame: 'red',\r angle: { min: -30, max: 30 },\r speed: 150\r});\r```\r\rThis will create a 'red flare' emitter at 100 x 300.\r\rPlease update your code to ensure it adheres to the new function signatures.", @@ -119401,7 +119582,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Particles.ParticleEmitter", - "___id": "T000002R012446", + "___id": "T000002R012466", "___s": true }, { @@ -119410,7 +119591,7 @@ "filename": "ParticleEmitter.js", "lineno": 360, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The Particle Class which will be emitted by this Emitter.", @@ -119433,16 +119614,44 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#particleClass", "scope": "instance", "kind": "member", - "___id": "T000002R012451", + "___id": "T000002R012471", + "___s": true + }, + { + "comment": "/**\r\n * An internal object holding the configuration for the Emitter.\r\n *\r\n * These are populated as part of the Emitter configuration parsing.\r\n *\r\n * You typically do not access them directly, but instead use the\r\n * `ParticleEmitter.setConfig` or `ParticleEmitter.updateConfig` methods.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#config\r\n * @type {Phaser.Types.GameObjects.Particles.ParticleEmitterConfig}\r\n * @since 3.90.0\r\n */", + "meta": { + "filename": "ParticleEmitter.js", + "lineno": 371, + "columnno": 8, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", + "code": {} + }, + "description": "An internal object holding the configuration for the Emitter.\r\rThese are populated as part of the Emitter configuration parsing.\r\rYou typically do not access them directly, but instead use the\r`ParticleEmitter.setConfig` or `ParticleEmitter.updateConfig` methods.", + "name": "config", + "type": { + "names": [ + "Phaser.Types.GameObjects.Particles.ParticleEmitterConfig" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.Types.GameObjects.Particles.ParticleEmitterConfig" + } + }, + "since": "3.90.0", + "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", + "longname": "Phaser.GameObjects.Particles.ParticleEmitter#config", + "scope": "instance", + "kind": "member", + "___id": "T000002R012473", "___s": true }, { "comment": "/**\r\n * An internal object holding all of the EmitterOp instances.\r\n *\r\n * These are populated as part of the Emitter configuration parsing.\r\n *\r\n * You typically do not access them directly, but instead use the\r\n * provided getters and setters on this class, such as `ParticleEmitter.speedX` etc.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#ops\r\n * @type {Phaser.Types.GameObjects.Particles.ParticleEmitterOps}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 371, + "lineno": 385, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "An internal object holding all of the EmitterOp instances.\r\rThese are populated as part of the Emitter configuration parsing.\r\rYou typically do not access them directly, but instead use the\rprovided getters and setters on this class, such as `ParticleEmitter.speedX` etc.", @@ -119461,16 +119670,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#ops", "scope": "instance", "kind": "member", - "___id": "T000002R012453", + "___id": "T000002R012475", "___s": true }, { "comment": "/**\r\n * A radial emitter will emit particles in all directions between angle min and max,\r\n * using {@link Phaser.GameObjects.Particles.ParticleEmitter#speed} as the value. If set to false then this acts as a point Emitter.\r\n * A point emitter will emit particles only in the direction derived from the speedX and speedY values.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#radial\r\n * @type {boolean}\r\n * @default true\r\n * @since 3.0.0\r\n * @see Phaser.GameObjects.Particles.ParticleEmitter#setRadial\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 408, + "lineno": 422, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "A radial emitter will emit particles in all directions between angle min and max,\rusing {@link Phaser.GameObjects.Particles.ParticleEmitter#speed} as the value. If set to false then this acts as a point Emitter.\rA point emitter will emit particles only in the direction derived from the speedX and speedY values.", @@ -119493,16 +119702,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#radial", "scope": "instance", "kind": "member", - "___id": "T000002R012479", + "___id": "T000002R012501", "___s": true }, { "comment": "/**\r\n * Horizontal acceleration applied to emitted particles, in pixels per second squared.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#gravityX\r\n * @type {number}\r\n * @default 0\r\n * @since 3.0.0\r\n * @see Phaser.GameObjects.Particles.ParticleEmitter#setGravity\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 421, + "lineno": 435, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Horizontal acceleration applied to emitted particles, in pixels per second squared.", @@ -119525,16 +119734,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#gravityX", "scope": "instance", "kind": "member", - "___id": "T000002R012481", + "___id": "T000002R012503", "___s": true }, { "comment": "/**\r\n * Vertical acceleration applied to emitted particles, in pixels per second squared.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#gravityY\r\n * @type {number}\r\n * @default 0\r\n * @since 3.0.0\r\n * @see Phaser.GameObjects.Particles.ParticleEmitter#setGravity\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 432, + "lineno": 446, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Vertical acceleration applied to emitted particles, in pixels per second squared.", @@ -119557,16 +119766,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#gravityY", "scope": "instance", "kind": "member", - "___id": "T000002R012483", + "___id": "T000002R012505", "___s": true }, { "comment": "/**\r\n * Whether accelerationX and accelerationY are non-zero. Set automatically during configuration.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#acceleration\r\n * @type {boolean}\r\n * @default false\r\n * @since 3.0.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 443, + "lineno": 457, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Whether accelerationX and accelerationY are non-zero. Set automatically during configuration.", @@ -119586,16 +119795,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#acceleration", "scope": "instance", "kind": "member", - "___id": "T000002R012485", + "___id": "T000002R012507", "___s": true }, { "comment": "/**\r\n * Whether moveToX and moveToY are set. Set automatically during configuration.\r\n *\r\n * When true the particles move toward the moveToX and moveToY coordinates and arrive at the end of their life.\r\n * Emitter angle, speedX, and speedY are ignored.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#moveTo\r\n * @type {boolean}\r\n * @default false\r\n * @since 3.0.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 453, + "lineno": 467, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Whether moveToX and moveToY are set. Set automatically during configuration.\r\rWhen true the particles move toward the moveToX and moveToY coordinates and arrive at the end of their life.\rEmitter angle, speedX, and speedY are ignored.", @@ -119615,16 +119824,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#moveTo", "scope": "instance", "kind": "member", - "___id": "T000002R012487", + "___id": "T000002R012509", "___s": true }, { "comment": "/**\r\n * A function to call when a particle is emitted.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#emitCallback\r\n * @type {?Phaser.Types.GameObjects.Particles.ParticleEmitterCallback}\r\n * @default null\r\n * @since 3.0.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 466, + "lineno": 480, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "A function to call when a particle is emitted.", @@ -119646,16 +119855,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#emitCallback", "scope": "instance", "kind": "member", - "___id": "T000002R012489", + "___id": "T000002R012511", "___s": true }, { "comment": "/**\r\n * The calling context for {@link Phaser.GameObjects.Particles.ParticleEmitter#emitCallback}.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#emitCallbackScope\r\n * @type {?*}\r\n * @default null\r\n * @since 3.0.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 476, + "lineno": 490, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The calling context for {@link Phaser.GameObjects.Particles.ParticleEmitter#emitCallback}.", @@ -119676,16 +119885,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#emitCallbackScope", "scope": "instance", "kind": "member", - "___id": "T000002R012491", + "___id": "T000002R012513", "___s": true }, { "comment": "/**\r\n * A function to call when a particle dies.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#deathCallback\r\n * @type {?Phaser.Types.GameObjects.Particles.ParticleDeathCallback}\r\n * @default null\r\n * @since 3.0.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 486, + "lineno": 500, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "A function to call when a particle dies.", @@ -119707,16 +119916,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#deathCallback", "scope": "instance", "kind": "member", - "___id": "T000002R012493", + "___id": "T000002R012515", "___s": true }, { "comment": "/**\r\n * The calling context for {@link Phaser.GameObjects.Particles.ParticleEmitter#deathCallback}.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#deathCallbackScope\r\n * @type {?*}\r\n * @default null\r\n * @since 3.0.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 496, + "lineno": 510, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The calling context for {@link Phaser.GameObjects.Particles.ParticleEmitter#deathCallback}.", @@ -119737,16 +119946,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#deathCallbackScope", "scope": "instance", "kind": "member", - "___id": "T000002R012495", + "___id": "T000002R012517", "___s": true }, { "comment": "/**\r\n * Set to hard limit the amount of particle objects this emitter is allowed to create\r\n * in total. This is the number of `Particle` instances it can create, not the number\r\n * of 'alive' particles.\r\n *\r\n * 0 means unlimited.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#maxParticles\r\n * @type {number}\r\n * @default 0\r\n * @since 3.0.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 506, + "lineno": 520, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Set to hard limit the amount of particle objects this emitter is allowed to create\rin total. This is the number of `Particle` instances it can create, not the number\rof 'alive' particles.\r\r0 means unlimited.", @@ -119766,16 +119975,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#maxParticles", "scope": "instance", "kind": "member", - "___id": "T000002R012497", + "___id": "T000002R012519", "___s": true }, { "comment": "/**\r\n * The maximum number of alive and rendering particles this emitter will update.\r\n * When this limit is reached, a particle needs to die before another can be emitted.\r\n *\r\n * 0 means no limits.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#maxAliveParticles\r\n * @type {number}\r\n * @default 0\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 520, + "lineno": 534, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The maximum number of alive and rendering particles this emitter will update.\rWhen this limit is reached, a particle needs to die before another can be emitted.\r\r0 means no limits.", @@ -119795,16 +120004,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#maxAliveParticles", "scope": "instance", "kind": "member", - "___id": "T000002R012499", + "___id": "T000002R012521", "___s": true }, { "comment": "/**\r\n * If set, either via the Emitter config, or by directly setting this property,\r\n * the Particle Emitter will stop emitting particles once this total has been\r\n * reached. It will then enter a 'stopped' state, firing the `STOP`\r\n * event. Note that entering a stopped state doesn't mean all the particles\r\n * have finished, just that it's not emitting any further ones.\r\n *\r\n * To know when the final particle expires, listen for the COMPLETE event.\r\n *\r\n * Use this if you wish to launch an exact number of particles and then stop\r\n * your emitter afterwards.\r\n *\r\n * The counter is reset each time the `ParticleEmitter.start` method is called.\r\n *\r\n * 0 means the emitter will not stop based on total emitted particles.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#stopAfter\r\n * @type {number}\r\n * @default 0\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 533, + "lineno": 547, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "If set, either via the Emitter config, or by directly setting this property,\rthe Particle Emitter will stop emitting particles once this total has been\rreached. It will then enter a 'stopped' state, firing the `STOP`\revent. Note that entering a stopped state doesn't mean all the particles\rhave finished, just that it's not emitting any further ones.\r\rTo know when the final particle expires, listen for the COMPLETE event.\r\rUse this if you wish to launch an exact number of particles and then stop\ryour emitter afterwards.\r\rThe counter is reset each time the `ParticleEmitter.start` method is called.\r\r0 means the emitter will not stop based on total emitted particles.", @@ -119824,16 +120033,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#stopAfter", "scope": "instance", "kind": "member", - "___id": "T000002R012501", + "___id": "T000002R012523", "___s": true }, { "comment": "/**\r\n * The number of milliseconds this emitter will emit particles for when in flow mode,\r\n * before it stops emission. A value of 0 (the default) means there is no duration.\r\n *\r\n * When the duration expires the `STOP` event is emitted. Note that entering a\r\n * stopped state doesn't mean all the particles have finished, just that it's\r\n * not emitting any further ones.\r\n *\r\n * To know when the final particle expires, listen for the COMPLETE event.\r\n *\r\n * The counter is reset each time the `ParticleEmitter.start` method is called.\r\n *\r\n * 0 means the emitter will not stop based on duration.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#duration\r\n * @type {number}\r\n * @default 0\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 556, + "lineno": 570, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The number of milliseconds this emitter will emit particles for when in flow mode,\rbefore it stops emission. A value of 0 (the default) means there is no duration.\r\rWhen the duration expires the `STOP` event is emitted. Note that entering a\rstopped state doesn't mean all the particles have finished, just that it's\rnot emitting any further ones.\r\rTo know when the final particle expires, listen for the COMPLETE event.\r\rThe counter is reset each time the `ParticleEmitter.start` method is called.\r\r0 means the emitter will not stop based on duration.", @@ -119853,16 +120062,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#duration", "scope": "instance", "kind": "member", - "___id": "T000002R012503", + "___id": "T000002R012525", "___s": true }, { "comment": "/**\r\n * For a flow emitter, the time interval (>= 0) between particle flow cycles in ms.\r\n * A value of 0 means there is one particle flow cycle for each logic update (the maximum flow frequency). This is the default setting.\r\n * For an exploding emitter, this value will be -1.\r\n * Calling {@link Phaser.GameObjects.Particles.ParticleEmitter#flow} also puts the emitter in flow mode (frequency >= 0).\r\n * Calling {@link Phaser.GameObjects.Particles.ParticleEmitter#explode} also puts the emitter in explode mode (frequency = -1).\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#frequency\r\n * @type {number}\r\n * @default 0\r\n * @since 3.0.0\r\n * @see Phaser.GameObjects.Particles.ParticleEmitter#setFrequency\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 577, + "lineno": 591, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "For a flow emitter, the time interval (>= 0) between particle flow cycles in ms.\rA value of 0 means there is one particle flow cycle for each logic update (the maximum flow frequency). This is the default setting.\rFor an exploding emitter, this value will be -1.\rCalling {@link Phaser.GameObjects.Particles.ParticleEmitter#flow} also puts the emitter in flow mode (frequency >= 0).\rCalling {@link Phaser.GameObjects.Particles.ParticleEmitter#explode} also puts the emitter in explode mode (frequency = -1).", @@ -119885,16 +120094,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#frequency", "scope": "instance", "kind": "member", - "___id": "T000002R012505", + "___id": "T000002R012527", "___s": true }, { "comment": "/**\r\n * Controls if the emitter is currently emitting a particle flow (when frequency >= 0).\r\n *\r\n * Already alive particles will continue to update until they expire.\r\n *\r\n * Controlled by {@link Phaser.GameObjects.Particles.ParticleEmitter#start} and {@link Phaser.GameObjects.Particles.ParticleEmitter#stop}.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#emitting\r\n * @type {boolean}\r\n * @default true\r\n * @since 3.0.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 592, + "lineno": 606, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Controls if the emitter is currently emitting a particle flow (when frequency >= 0).\r\rAlready alive particles will continue to update until they expire.\r\rControlled by {@link Phaser.GameObjects.Particles.ParticleEmitter#start} and {@link Phaser.GameObjects.Particles.ParticleEmitter#stop}.", @@ -119914,16 +120123,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#emitting", "scope": "instance", "kind": "member", - "___id": "T000002R012507", + "___id": "T000002R012529", "___s": true }, { "comment": "/**\r\n * Newly emitted particles are added to the top of the particle list, i.e. rendered above those already alive.\r\n *\r\n * Set to false to send them to the back.\r\n *\r\n * Also see the `sortOrder` property for more complex particle sorting.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#particleBringToTop\r\n * @type {boolean}\r\n * @default true\r\n * @since 3.0.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 606, + "lineno": 620, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Newly emitted particles are added to the top of the particle list, i.e. rendered above those already alive.\r\rSet to false to send them to the back.\r\rAlso see the `sortOrder` property for more complex particle sorting.", @@ -119943,16 +120152,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#particleBringToTop", "scope": "instance", "kind": "member", - "___id": "T000002R012509", + "___id": "T000002R012531", "___s": true }, { "comment": "/**\r\n * The time rate applied to active particles, affecting lifespan, movement, and tweens. Values larger than 1 are faster than normal.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#timeScale\r\n * @type {number}\r\n * @default 1\r\n * @since 3.0.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 620, + "lineno": 634, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The time rate applied to active particles, affecting lifespan, movement, and tweens. Values larger than 1 are faster than normal.", @@ -119972,16 +120181,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#timeScale", "scope": "instance", "kind": "member", - "___id": "T000002R012511", + "___id": "T000002R012533", "___s": true }, { "comment": "/**\r\n * An array containing Particle Emission Zones. These can be either EdgeZones or RandomZones.\r\n *\r\n * Particles are emitted from a randomly selected zone from this array.\r\n *\r\n * Prior to Phaser v3.60 an Emitter could only have one single Emission Zone.\r\n * In 3.60 they can now have an array of Emission Zones.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#emitZones\r\n * @type {Phaser.Types.GameObjects.Particles.EmitZoneObject[]}\r\n * @since 3.60.0\r\n * @see Phaser.GameObjects.Particles.ParticleEmitter#setEmitZone\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 630, + "lineno": 644, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "An array containing Particle Emission Zones. These can be either EdgeZones or RandomZones.\r\rParticles are emitted from a randomly selected zone from this array.\r\rPrior to Phaser v3.60 an Emitter could only have one single Emission Zone.\rIn 3.60 they can now have an array of Emission Zones.", @@ -120012,16 +120221,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#emitZones", "scope": "instance", "kind": "member", - "___id": "T000002R012513", + "___id": "T000002R012535", "___s": true }, { "comment": "/**\r\n * An array containing Particle Death Zone objects. A particle is immediately killed as soon as its x/y coordinates\r\n * intersect with any of the configured Death Zones.\r\n *\r\n * Prior to Phaser v3.60 an Emitter could only have one single Death Zone.\r\n * In 3.60 they can now have an array of Death Zones.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#deathZones\r\n * @type {Phaser.GameObjects.Particles.Zones.DeathZone[]}\r\n * @since 3.60.0\r\n * @see Phaser.GameObjects.Particles.ParticleEmitter#setDeathZone\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 645, + "lineno": 659, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "An array containing Particle Death Zone objects. A particle is immediately killed as soon as its x/y coordinates\rintersect with any of the configured Death Zones.\r\rPrior to Phaser v3.60 an Emitter could only have one single Death Zone.\rIn 3.60 they can now have an array of Death Zones.", @@ -120052,16 +120261,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#deathZones", "scope": "instance", "kind": "member", - "___id": "T000002R012515", + "___id": "T000002R012537", "___s": true }, { "comment": "/**\r\n * An optional Rectangle object that is used during rendering to cull Particles from\r\n * display. For example, if your particles are limited to only move within a 300x300\r\n * sized area from their origin, then you can set this Rectangle to those dimensions.\r\n *\r\n * The renderer will check to see if the `viewBounds` Rectangle intersects with the\r\n * Camera bounds during the render step and if not it will skip rendering the Emitter\r\n * entirely.\r\n *\r\n * This allows you to create many emitters in a Scene without the cost of\r\n * rendering if the contents aren't visible.\r\n *\r\n * Note that the Emitter will not perform any checks to see if the Particles themselves\r\n * are outside of these bounds, or not. It will simply check the bounds against the\r\n * camera. Use the `getBounds` method with the `advance` parameter to help define\r\n * the location and placement of the view bounds.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#viewBounds\r\n * @type {?Phaser.Geom.Rectangle}\r\n * @default null\r\n * @since 3.60.0\r\n * @see Phaser.GameObjects.Particles.ParticleEmitter#setViewBounds\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 659, + "lineno": 673, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "An optional Rectangle object that is used during rendering to cull Particles from\rdisplay. For example, if your particles are limited to only move within a 300x300\rsized area from their origin, then you can set this Rectangle to those dimensions.\r\rThe renderer will check to see if the `viewBounds` Rectangle intersects with the\rCamera bounds during the render step and if not it will skip rendering the Emitter\rentirely.\r\rThis allows you to create many emitters in a Scene without the cost of\rrendering if the contents aren't visible.\r\rNote that the Emitter will not perform any checks to see if the Particles themselves\rare outside of these bounds, or not. It will simply check the bounds against the\rcamera. Use the `getBounds` method with the `advance` parameter to help define\rthe location and placement of the view bounds.", @@ -120086,16 +120295,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#viewBounds", "scope": "instance", "kind": "member", - "___id": "T000002R012517", + "___id": "T000002R012539", "___s": true }, { "comment": "/**\r\n * A Game Object whose position is used as the particle origin.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#follow\r\n * @type {?Phaser.Types.Math.Vector2Like}\r\n * @default null\r\n * @since 3.0.0\r\n * @see Phaser.GameObjects.Particles.ParticleEmitter#startFollow\r\n * @see Phaser.GameObjects.Particles.ParticleEmitter#stopFollow\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 684, + "lineno": 698, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "A Game Object whose position is used as the particle origin.", @@ -120121,16 +120330,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#follow", "scope": "instance", "kind": "member", - "___id": "T000002R012519", + "___id": "T000002R012541", "___s": true }, { "comment": "/**\r\n * The offset of the particle origin from the {@link Phaser.GameObjects.Particles.ParticleEmitter#follow} target.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#followOffset\r\n * @type {Phaser.Math.Vector2}\r\n * @since 3.0.0\r\n * @see Phaser.GameObjects.Particles.ParticleEmitter#startFollow\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 696, + "lineno": 710, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The offset of the particle origin from the {@link Phaser.GameObjects.Particles.ParticleEmitter#follow} target.", @@ -120152,16 +120361,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#followOffset", "scope": "instance", "kind": "member", - "___id": "T000002R012521", + "___id": "T000002R012543", "___s": true }, { "comment": "/**\r\n * Whether the emitter's {@link Phaser.GameObjects.Particles.ParticleEmitter#visible} state will track\r\n * the {@link Phaser.GameObjects.Particles.ParticleEmitter#follow} target's visibility state.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#trackVisible\r\n * @type {boolean}\r\n * @default false\r\n * @since 3.0.0\r\n * @see Phaser.GameObjects.Particles.ParticleEmitter#startFollow\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 706, + "lineno": 720, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Whether the emitter's {@link Phaser.GameObjects.Particles.ParticleEmitter#visible} state will track\rthe {@link Phaser.GameObjects.Particles.ParticleEmitter#follow} target's visibility state.", @@ -120184,16 +120393,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#trackVisible", "scope": "instance", "kind": "member", - "___id": "T000002R012523", + "___id": "T000002R012545", "___s": true }, { "comment": "/**\r\n * The texture frames assigned to particles.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#frames\r\n * @type {Phaser.Textures.Frame[]}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 718, + "lineno": 732, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The texture frames assigned to particles.", @@ -120221,16 +120430,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#frames", "scope": "instance", "kind": "member", - "___id": "T000002R012525", + "___id": "T000002R012547", "___s": true }, { "comment": "/**\r\n * Whether texture {@link Phaser.GameObjects.Particles.ParticleEmitter#frames} are selected at random.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#randomFrame\r\n * @type {boolean}\r\n * @default true\r\n * @since 3.0.0\r\n * @see Phaser.GameObjects.Particles.ParticleEmitter#setEmitterFrame\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 727, + "lineno": 741, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Whether texture {@link Phaser.GameObjects.Particles.ParticleEmitter#frames} are selected at random.", @@ -120253,16 +120462,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#randomFrame", "scope": "instance", "kind": "member", - "___id": "T000002R012527", + "___id": "T000002R012549", "___s": true }, { "comment": "/**\r\n * The number of consecutive particles that receive a single texture frame (per frame cycle).\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#frameQuantity\r\n * @type {number}\r\n * @default 1\r\n * @since 3.0.0\r\n * @see Phaser.GameObjects.Particles.ParticleEmitter#setEmitterFrame\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 738, + "lineno": 752, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The number of consecutive particles that receive a single texture frame (per frame cycle).", @@ -120285,16 +120494,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#frameQuantity", "scope": "instance", "kind": "member", - "___id": "T000002R012529", + "___id": "T000002R012551", "___s": true }, { "comment": "/**\r\n * The animations assigned to particles.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#anims\r\n * @type {string[]}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 749, + "lineno": 763, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The animations assigned to particles.", @@ -120322,16 +120531,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#anims", "scope": "instance", "kind": "member", - "___id": "T000002R012531", + "___id": "T000002R012553", "___s": true }, { "comment": "/**\r\n * Whether animations {@link Phaser.GameObjects.Particles.ParticleEmitter#anims} are selected at random.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#randomAnim\r\n * @type {boolean}\r\n * @default true\r\n * @since 3.60.0\r\n * @see Phaser.GameObjects.Particles.ParticleEmitter#setAnim\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 758, + "lineno": 772, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Whether animations {@link Phaser.GameObjects.Particles.ParticleEmitter#anims} are selected at random.", @@ -120354,16 +120563,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#randomAnim", "scope": "instance", "kind": "member", - "___id": "T000002R012533", + "___id": "T000002R012555", "___s": true }, { "comment": "/**\r\n * The number of consecutive particles that receive a single animation (per frame cycle).\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#animQuantity\r\n * @type {number}\r\n * @default 1\r\n * @since 3.60.0\r\n * @see Phaser.GameObjects.Particles.ParticleEmitter#setAnim\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 769, + "lineno": 783, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The number of consecutive particles that receive a single animation (per frame cycle).", @@ -120386,16 +120595,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#animQuantity", "scope": "instance", "kind": "member", - "___id": "T000002R012535", + "___id": "T000002R012557", "___s": true }, { "comment": "/**\r\n * An internal property used to tell when the emitter is in fast-forwarc mode.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#skipping\r\n * @type {boolean}\r\n * @default true\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 821, + "lineno": 835, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "An internal property used to tell when the emitter is in fast-forwarc mode.", @@ -120415,16 +120624,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#skipping", "scope": "instance", "kind": "member", - "___id": "T000002R012543", + "___id": "T000002R012565", "___s": true }, { "comment": "/**\r\n * An internal Transform Matrix used to cache this emitters world matrix.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#worldMatrix\r\n * @type {Phaser.GameObjects.Components.TransformMatrix}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 831, + "lineno": 845, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "An internal Transform Matrix used to cache this emitters world matrix.", @@ -120443,16 +120652,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#worldMatrix", "scope": "instance", "kind": "member", - "___id": "T000002R012545", + "___id": "T000002R012567", "___s": true }, { "comment": "/**\r\n * Optionally sort the particles before they render based on this\r\n * property. The property must exist on the `Particle` class, such\r\n * as `y`, `lifeT`, `scaleX`, etc.\r\n *\r\n * When set this overrides the `particleBringToTop` setting.\r\n *\r\n * To reset this and disable sorting, so this property to an empty string.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#sortProperty\r\n * @type {string}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 840, + "lineno": 854, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Optionally sort the particles before they render based on this\rproperty. The property must exist on the `Particle` class, such\ras `y`, `lifeT`, `scaleX`, etc.\r\rWhen set this overrides the `particleBringToTop` setting.\r\rTo reset this and disable sorting, so this property to an empty string.", @@ -120471,16 +120680,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#sortProperty", "scope": "instance", "kind": "member", - "___id": "T000002R012547", + "___id": "T000002R012569", "___s": true }, { "comment": "/**\r\n * When `sortProperty` is defined this controls the sorting order,\r\n * either ascending or descending. Toggle to control the visual effect.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#sortOrderAsc\r\n * @type {boolean}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 855, + "lineno": 869, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "When `sortProperty` is defined this controls the sorting order,\reither ascending or descending. Toggle to control the visual effect.", @@ -120499,16 +120708,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#sortOrderAsc", "scope": "instance", "kind": "member", - "___id": "T000002R012549", + "___id": "T000002R012571", "___s": true }, { "comment": "/**\r\n * The callback used to sort the particles. Only used if `sortProperty`\r\n * has been set. Set this via the `setSortCallback` method.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#sortCallback\r\n * @type {?Phaser.Types.GameObjects.Particles.ParticleSortCallback}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 865, + "lineno": 879, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The callback used to sort the particles. Only used if `sortProperty`\rhas been set. Set this via the `setSortCallback` method.", @@ -120529,16 +120738,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#sortCallback", "scope": "instance", "kind": "member", - "___id": "T000002R012551", + "___id": "T000002R012573", "___s": true }, { "comment": "/**\r\n * A list of Particle Processors being managed by this Emitter.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#processors\r\n * @type {Phaser.Structs.List.}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 875, + "lineno": 889, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "A list of Particle Processors being managed by this Emitter.", @@ -120566,16 +120775,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#processors", "scope": "instance", "kind": "member", - "___id": "T000002R012553", + "___id": "T000002R012575", "___s": true }, { "comment": "/**\r\n * The tint fill mode used by the Particles in this Emitter.\r\n *\r\n * `false` = An additive tint (the default), where vertices colors are blended with the texture.\r\n * `true` = A fill tint, where the vertices colors replace the texture, but respects texture alpha.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#tintFill\r\n * @type {boolean}\r\n * @default false\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 884, + "lineno": 898, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The tint fill mode used by the Particles in this Emitter.\r\r`false` = An additive tint (the default), where vertices colors are blended with the texture.\r`true` = A fill tint, where the vertices colors replace the texture, but respects texture alpha.", @@ -120595,16 +120804,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#tintFill", "scope": "instance", "kind": "member", - "___id": "T000002R012555", + "___id": "T000002R012577", "___s": true }, { "comment": "/**\r\n * Takes an Emitter Configuration file and resets this Emitter, using any\r\n * properties defined in the config to then set it up again.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#setConfig\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Types.GameObjects.Particles.ParticleEmitterConfig} config - Settings for this emitter.\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 921, + "lineno": 935, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Takes an Emitter Configuration file and resets this Emitter, using any\rproperties defined in the config to then set it up again.", @@ -120644,16 +120853,65 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#setConfig", "scope": "instance", - "___id": "T000002R012559", + "___id": "T000002R012581", + "___s": true + }, + { + "comment": "/**\r\n * Takes an existing Emitter Configuration file and updates this Emitter.\r\n * Existing properties are overriden while new properties are added. The\r\n * updated configuration is then passed to the `setConfig` method to reset\r\n * the Emitter with the updated configuration.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#updateConfig\r\n * @since 3.85.0\r\n *\r\n * @param {Phaser.Types.GameObjects.Particles.ParticleEmitterConfig} config - Settings for this emitter.\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", + "meta": { + "filename": "ParticleEmitter.js", + "lineno": 1071, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", + "code": {} + }, + "description": "Takes an existing Emitter Configuration file and updates this Emitter.\rExisting properties are overriden while new properties are added. The\rupdated configuration is then passed to the `setConfig` method to reset\rthe Emitter with the updated configuration.", + "kind": "function", + "name": "updateConfig", + "since": "3.85.0", + "params": [ + { + "type": { + "names": [ + "Phaser.Types.GameObjects.Particles.ParticleEmitterConfig" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.Types.GameObjects.Particles.ParticleEmitterConfig" + } + }, + "description": "Settings for this emitter.", + "name": "config" + } + ], + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Particle Emitter." + } + ], + "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", + "longname": "Phaser.GameObjects.Particles.ParticleEmitter#updateConfig", + "scope": "instance", + "___id": "T000002R012605", "___s": true }, { "comment": "/**\r\n * Creates a description of this emitter suitable for JSON serialization.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#toJSON\r\n * @since 3.0.0\r\n *\r\n * @return {Phaser.Types.GameObjects.JSONGameObject} A JSON representation of the Game Object.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1055, + "lineno": 1103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Creates a description of this emitter suitable for JSON serialization.", @@ -120678,16 +120936,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#toJSON", "scope": "instance", "overrides": "Phaser.GameObjects.GameObject#toJSON", - "___id": "T000002R012582", + "___id": "T000002R012607", "___s": true }, { "comment": "/**\r\n * Resets the internal counter trackers.\r\n *\r\n * You shouldn't ever need to call this directly.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#resetCounters\r\n * @since 3.60.0\r\n *\r\n * @param {number} frequency - The frequency counter.\r\n * @param {boolean} on - Set the complete flag.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1106, + "lineno": 1154, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Resets the internal counter trackers.\r\rYou shouldn't ever need to call this directly.", @@ -120725,16 +120983,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#resetCounters", "scope": "instance", - "___id": "T000002R012596", + "___id": "T000002R012621", "___s": true }, { "comment": "/**\r\n * Continuously moves the particle origin to follow a Game Object's position.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#startFollow\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Types.Math.Vector2Like} target - The Object to follow.\r\n * @param {number} [offsetX=0] - Horizontal offset of the particle origin from the Game Object.\r\n * @param {number} [offsetY=0] - Vertical offset of the particle origin from the Game Object.\r\n * @param {boolean} [trackVisible=false] - Whether the emitter's visible state will track the target's visible state.\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1131, + "lineno": 1179, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Continuously moves the particle origin to follow a Game Object's position.", @@ -120819,16 +121077,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#startFollow", "scope": "instance", - "___id": "T000002R012601", + "___id": "T000002R012626", "___s": true }, { "comment": "/**\r\n * Stops following a Game Object.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#stopFollow\r\n * @since 3.0.0\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1157, + "lineno": 1205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Stops following a Game Object.", @@ -120853,16 +121111,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#stopFollow", "scope": "instance", - "___id": "T000002R012608", + "___id": "T000002R012633", "___s": true }, { "comment": "/**\r\n * Chooses a texture frame from {@link Phaser.GameObjects.Particles.ParticleEmitter#frames}.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#getFrame\r\n * @since 3.0.0\r\n *\r\n * @return {Phaser.Textures.Frame} The texture frame.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1174, + "lineno": 1222, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Chooses a texture frame from {@link Phaser.GameObjects.Particles.ParticleEmitter#frames}.", @@ -120886,16 +121144,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#getFrame", "scope": "instance", - "___id": "T000002R012612", + "___id": "T000002R012637", "___s": true }, { "comment": "/**\r\n * Sets a pattern for assigning texture frames to emitted particles. The `frames` configuration can be any of:\r\n *\r\n * frame: 0\r\n * frame: 'red'\r\n * frame: [ 0, 1, 2, 3 ]\r\n * frame: [ 'red', 'green', 'blue', 'pink', 'white' ]\r\n * frame: { frames: [ 'red', 'green', 'blue', 'pink', 'white' ], [cycle: bool], [quantity: int] }\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#setEmitterFrame\r\n * @since 3.0.0\r\n *\r\n * @param {(array|string|number|Phaser.Types.GameObjects.Particles.ParticleEmitterFrameConfig)} frames - One or more texture frames, or a configuration object.\r\n * @param {boolean} [pickRandom=true] - Whether frames should be assigned at random from `frames`.\r\n * @param {number} [quantity=1] - The number of consecutive particles that will receive each frame.\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1218, + "lineno": 1266, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Sets a pattern for assigning texture frames to emitted particles. The `frames` configuration can be any of:\r\rframe: 0\rframe: 'red'\rframe: [ 0, 1, 2, 3 ]\rframe: [ 'red', 'green', 'blue', 'pink', 'white' ]\rframe: { frames: [ 'red', 'green', 'blue', 'pink', 'white' ], [cycle: bool], [quantity: int] }", @@ -120985,16 +121243,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#setEmitterFrame", "scope": "instance", - "___id": "T000002R012622", + "___id": "T000002R012647", "___s": true }, { "comment": "/**\r\n * Chooses an animation from {@link Phaser.GameObjects.Particles.ParticleEmitter#anims}, if populated.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#getAnim\r\n * @since 3.60.0\r\n *\r\n * @return {string} The animation to play, or `null` if there aren't any.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1285, + "lineno": 1333, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Chooses an animation from {@link Phaser.GameObjects.Particles.ParticleEmitter#anims}, if populated.", @@ -121018,16 +121276,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#getAnim", "scope": "instance", - "___id": "T000002R012640", + "___id": "T000002R012665", "___s": true }, { "comment": "/**\r\n * Sets a pattern for assigning animations to emitted particles. The `anims` configuration can be any of:\r\n *\r\n * anim: 'red'\r\n * anim: [ 'red', 'green', 'blue', 'pink', 'white' ]\r\n * anim: { anims: [ 'red', 'green', 'blue', 'pink', 'white' ], [cycle: bool], [quantity: int] }\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#setAnim\r\n * @since 3.60.0\r\n *\r\n * @param {(string|string[]|Phaser.Types.GameObjects.Particles.ParticleEmitterAnimConfig)} anims - One or more animations, or a configuration object.\r\n * @param {boolean} [pickRandom=true] - Whether animations should be assigned at random from `anims`. If a config object is given, this parameter is ignored.\r\n * @param {number} [quantity=1] - The number of consecutive particles that will receive each animation. If a config object is given, this parameter is ignored.\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1326, + "lineno": 1374, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Sets a pattern for assigning animations to emitted particles. The `anims` configuration can be any of:\r\ranim: 'red'\ranim: [ 'red', 'green', 'blue', 'pink', 'white' ]\ranim: { anims: [ 'red', 'green', 'blue', 'pink', 'white' ], [cycle: bool], [quantity: int] }", @@ -121121,16 +121379,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#setAnim", "scope": "instance", - "___id": "T000002R012647", + "___id": "T000002R012672", "___s": true }, { "comment": "/**\r\n * Turns {@link Phaser.GameObjects.Particles.ParticleEmitter#radial} particle movement on or off.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#setRadial\r\n * @since 3.0.0\r\n *\r\n * @param {boolean} [value=true] - Radial mode (true) or point mode (true).\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1391, + "lineno": 1439, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Turns {@link Phaser.GameObjects.Particles.ParticleEmitter#radial} particle movement on or off.", @@ -121172,16 +121430,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#setRadial", "scope": "instance", - "___id": "T000002R012665", + "___id": "T000002R012690", "___s": true }, { "comment": "/**\r\n * Creates a Particle Bounds processor and adds it to this Emitter.\r\n *\r\n * This processor will check to see if any of the active Particles hit\r\n * the defined boundary, as specified by a Rectangle shape in world-space.\r\n *\r\n * If so, they are 'rebounded' back again by having their velocity adjusted.\r\n *\r\n * The strength of the rebound is controlled by the `Particle.bounce`\r\n * property.\r\n *\r\n * You should be careful to ensure that you emit particles within a bounds,\r\n * if set, otherwise it will lead to unpredictable visual results as the\r\n * particles are hastily repositioned.\r\n *\r\n * The Particle Bounds processor is returned from this method. If you wish\r\n * to modify the area you can directly change its `bounds` property, along\r\n * with the `collideLeft` etc values.\r\n *\r\n * To disable the bounds you can either set its `active` property to `false`,\r\n * or if you no longer require it, call `ParticleEmitter.removeParticleProcessor`.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#addParticleBounds\r\n * @since 3.60.0\r\n *\r\n * @param {(number|Phaser.Types.GameObjects.Particles.ParticleEmitterBounds|Phaser.Types.GameObjects.Particles.ParticleEmitterBoundsAlt)} x - The x-coordinate of the left edge of the boundary, or an object representing a rectangle.\r\n * @param {number} [y] - The y-coordinate of the top edge of the boundary.\r\n * @param {number} [width] - The width of the boundary.\r\n * @param {number} [height] - The height of the boundary.\r\n * @param {boolean} [collideLeft=true] - Whether particles interact with the left edge of the bounds.\r\n * @param {boolean} [collideRight=true] - Whether particles interact with the right edge of the bounds.\r\n * @param {boolean} [collideTop=true] - Whether particles interact with the top edge of the bounds.\r\n * @param {boolean} [collideBottom=true] - Whether particles interact with the bottom edge of the bounds.\r\n *\r\n * @return {Phaser.GameObjects.Particles.ParticleBounds} The Particle Bounds processor.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1410, + "lineno": 1458, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Creates a Particle Bounds processor and adds it to this Emitter.\r\rThis processor will check to see if any of the active Particles hit\rthe defined boundary, as specified by a Rectangle shape in world-space.\r\rIf so, they are 'rebounded' back again by having their velocity adjusted.\r\rThe strength of the rebound is controlled by the `Particle.bounce`\rproperty.\r\rYou should be careful to ensure that you emit particles within a bounds,\rif set, otherwise it will lead to unpredictable visual results as the\rparticles are hastily repositioned.\r\rThe Particle Bounds processor is returned from this method. If you wish\rto modify the area you can directly change its `bounds` property, along\rwith the `collideLeft` etc values.\r\rTo disable the bounds you can either set its `active` property to `false`,\ror if you no longer require it, call `ParticleEmitter.removeParticleProcessor`.", @@ -121337,16 +121595,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#addParticleBounds", "scope": "instance", - "___id": "T000002R012669", + "___id": "T000002R012694", "___s": true }, { "comment": "/**\r\n * Sets the initial radial speed of emitted particles.\r\n *\r\n * Changes the emitter to radial mode.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#setParticleSpeed\r\n * @since 3.60.0\r\n *\r\n * @param {number} x - The horizontal speed of the emitted Particles.\r\n * @param {number} [y=x] - The vertical speed of emitted Particles. If not set it will use the `x` value.\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1461, + "lineno": 1509, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Sets the initial radial speed of emitted particles.\r\rChanges the emitter to radial mode.", @@ -121401,16 +121659,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#setParticleSpeed", "scope": "instance", - "___id": "T000002R012676", + "___id": "T000002R012701", "___s": true }, { "comment": "/**\r\n * Sets the vertical and horizontal scale of the emitted particles.\r\n *\r\n * You can also set the scale of the entire emitter via `setScale`.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#setParticleScale\r\n * @since 3.60.0\r\n *\r\n * @param {number} [x=1] - The horizontal scale of the emitted Particles.\r\n * @param {number} [y=x] - The vertical scale of emitted Particles. If not set it will use the `x` value.\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1495, + "lineno": 1543, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Sets the vertical and horizontal scale of the emitted particles.\r\rYou can also set the scale of the entire emitter via `setScale`.", @@ -121467,16 +121725,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#setParticleScale", "scope": "instance", - "___id": "T000002R012681", + "___id": "T000002R012706", "___s": true }, { "comment": "/**\r\n * Sets the gravity applied to emitted particles.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#setParticleGravity\r\n * @since 3.60.0\r\n *\r\n * @param {number} x - Horizontal acceleration due to gravity, in pixels per second squared. Set to zero for no gravity.\r\n * @param {number} y - Vertical acceleration due to gravity, in pixels per second squared. Set to zero for no gravity.\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1519, + "lineno": 1567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Sets the gravity applied to emitted particles.", @@ -121529,16 +121787,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#setParticleGravity", "scope": "instance", - "___id": "T000002R012685", + "___id": "T000002R012710", "___s": true }, { "comment": "/**\r\n * Sets the opacity (alpha) of emitted particles.\r\n *\r\n * You can also set the alpha of the entire emitter via `setAlpha`.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#setParticleAlpha\r\n * @since 3.60.0\r\n *\r\n * @param {(Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType|Phaser.Types.GameObjects.Particles.EmitterOpOnUpdateType)} value - A value between 0 (transparent) and 1 (opaque).\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1538, + "lineno": 1586, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Sets the opacity (alpha) of emitted particles.\r\rYou can also set the alpha of the entire emitter via `setAlpha`.", @@ -121588,16 +121846,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#setParticleAlpha", "scope": "instance", - "___id": "T000002R012689", + "___id": "T000002R012714", "___s": true }, { "comment": "/**\r\n * Sets the color tint of emitted particles.\r\n *\r\n * This is a WebGL only feature.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#setParticleTint\r\n * @since 3.60.0\r\n * @webglOnly\r\n *\r\n * @param {(Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType|Phaser.Types.GameObjects.Particles.EmitterOpOnUpdateType)} value - A value between 0 and 0xffffff.\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1557, + "lineno": 1605, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Sets the color tint of emitted particles.\r\rThis is a WebGL only feature.", @@ -121654,16 +121912,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#setParticleTint", "scope": "instance", - "___id": "T000002R012691", + "___id": "T000002R012716", "___s": true }, { "comment": "/**\r\n * Sets the angle of a {@link Phaser.GameObjects.Particles.ParticleEmitter#radial} particle stream.\r\n *\r\n * The value is given in degrees using Phaser's right-handed coordinate system.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#setEmitterAngle\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType} value - The angle of the initial velocity of emitted particles, in degrees.\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1577, + "lineno": 1625, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Sets the angle of a {@link Phaser.GameObjects.Particles.ParticleEmitter#radial} particle stream.\r\rThe value is given in degrees using Phaser's right-handed coordinate system.", @@ -121703,16 +121961,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#setEmitterAngle", "scope": "instance", - "___id": "T000002R012693", + "___id": "T000002R012718", "___s": true }, { "comment": "/**\r\n * Sets the lifespan of newly emitted particles in milliseconds.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#setParticleLifespan\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType} value - The lifespan of a particle, in ms.\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1596, + "lineno": 1644, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Sets the lifespan of newly emitted particles in milliseconds.", @@ -121752,16 +122010,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#setParticleLifespan", "scope": "instance", - "___id": "T000002R012695", + "___id": "T000002R012720", "___s": true }, { "comment": "/**\r\n * Sets the number of particles released at each flow cycle or explosion.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#setQuantity\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType} quantity - The number of particles to release at each flow cycle or explosion.\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1613, + "lineno": 1661, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Sets the number of particles released at each flow cycle or explosion.", @@ -121801,16 +122059,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#setQuantity", "scope": "instance", - "___id": "T000002R012697", + "___id": "T000002R012722", "___s": true }, { "comment": "/**\r\n * Sets the emitter's {@link Phaser.GameObjects.Particles.ParticleEmitter#frequency}\r\n * and {@link Phaser.GameObjects.Particles.ParticleEmitter#quantity}.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#setFrequency\r\n * @since 3.0.0\r\n *\r\n * @param {number} frequency - The time interval (>= 0) of each flow cycle, in ms; or -1 to put the emitter in explosion mode.\r\n * @param {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType} [quantity] - The number of particles to release at each flow cycle or explosion.\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1630, + "lineno": 1678, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Sets the emitter's {@link Phaser.GameObjects.Particles.ParticleEmitter#frequency}\rand {@link Phaser.GameObjects.Particles.ParticleEmitter#quantity}.", @@ -121864,16 +122122,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#setFrequency", "scope": "instance", - "___id": "T000002R012700", + "___id": "T000002R012725", "___s": true }, { "comment": "/**\r\n * Adds a new Particle Death Zone to this Emitter.\r\n *\r\n * A particle is immediately killed as soon as its x/y coordinates intersect\r\n * with any of the configured Death Zones.\r\n *\r\n * The `source` can be a Geometry Shape, such as a Circle, Rectangle or Triangle.\r\n * Any valid object from the `Phaser.Geometry` namespace is allowed, as long as\r\n * it supports a `contains` function. You can set the `type` to be either `onEnter`\r\n * or `onLeave`.\r\n *\r\n * A single Death Zone instance can only exist once within this Emitter, but can belong\r\n * to multiple Emitters.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#addDeathZone\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Types.GameObjects.Particles.DeathZoneObject|Phaser.Types.GameObjects.Particles.DeathZoneObject[]} config - A Death Zone configuration object, a Death Zone instance, a valid Geometry object or an array of them.\r\n *\r\n * @return {Phaser.GameObjects.Particles.Zones.DeathZone[]} An array of the Death Zones that were added to this Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1656, + "lineno": 1704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Adds a new Particle Death Zone to this Emitter.\r\rA particle is immediately killed as soon as its x/y coordinates intersect\rwith any of the configured Death Zones.\r\rThe `source` can be a Geometry Shape, such as a Circle, Rectangle or Triangle.\rAny valid object from the `Phaser.Geometry` namespace is allowed, as long as\rit supports a `contains` function. You can set the `type` to be either `onEnter`\ror `onLeave`.\r\rA single Death Zone instance can only exist once within this Emitter, but can belong\rto multiple Emitters.", @@ -121940,16 +122198,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#addDeathZone", "scope": "instance", - "___id": "T000002R012705", + "___id": "T000002R012730", "___s": true }, { "comment": "/**\r\n * Removes the given Particle Death Zone from this Emitter.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#removeDeathZone\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.GameObjects.Particles.Zones.DeathZone} zone - The Death Zone that should be removed from this Emitter.\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1722, + "lineno": 1770, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Removes the given Particle Death Zone from this Emitter.", @@ -121989,16 +122247,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#removeDeathZone", "scope": "instance", - "___id": "T000002R012718", + "___id": "T000002R012743", "___s": true }, { "comment": "/**\r\n * Clear all Death Zones from this Particle Emitter.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#clearDeathZones\r\n * @since 3.70.0\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1739, + "lineno": 1787, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Clear all Death Zones from this Particle Emitter.", @@ -122023,16 +122281,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#clearDeathZones", "scope": "instance", - "___id": "T000002R012720", + "___id": "T000002R012745", "___s": true }, { "comment": "/**\r\n * Adds a new Particle Emission Zone to this Emitter.\r\n *\r\n * An {@link Phaser.Types.GameObjects.Particles.ParticleEmitterEdgeZoneConfig EdgeZone} places particles on its edges.\r\n * Its {@link Phaser.Types.GameObjects.Particles.EdgeZoneSource source} can be a Curve, Path, Circle, Ellipse, Line, Polygon, Rectangle, or Triangle;\r\n * or any object with a suitable {@link Phaser.Types.GameObjects.Particles.EdgeZoneSourceCallback getPoints} method.\r\n *\r\n * A {@link Phaser.Types.GameObjects.Particles.ParticleEmitterRandomZoneConfig RandomZone} places the particles randomly within its interior.\r\n * Its {@link RandomZoneSource source} can be a Circle, Ellipse, Line, Polygon, Rectangle, or Triangle; or any object with a suitable {@link Phaser.Types.GameObjects.Particles.RandomZoneSourceCallback getRandomPoint} method.\r\n *\r\n * An Emission Zone can only exist once within this Emitter.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#addEmitZone\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Types.GameObjects.Particles.EmitZoneData|Phaser.Types.GameObjects.Particles.EmitZoneData[]} zone - An Emission Zone configuration object, a RandomZone or EdgeZone instance, or an array of them.\r\n *\r\n * @return {Phaser.Types.GameObjects.Particles.EmitZoneObject[]} An array of the Emission Zones that were added to this Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1754, + "lineno": 1802, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Adds a new Particle Emission Zone to this Emitter.\r\rAn {@link Phaser.Types.GameObjects.Particles.ParticleEmitterEdgeZoneConfig EdgeZone} places particles on its edges.\rIts {@link Phaser.Types.GameObjects.Particles.EdgeZoneSource source} can be a Curve, Path, Circle, Ellipse, Line, Polygon, Rectangle, or Triangle;\ror any object with a suitable {@link Phaser.Types.GameObjects.Particles.EdgeZoneSourceCallback getPoints} method.\r\rA {@link Phaser.Types.GameObjects.Particles.ParticleEmitterRandomZoneConfig RandomZone} places the particles randomly within its interior.\rIts {@link RandomZoneSource source} can be a Circle, Ellipse, Line, Polygon, Rectangle, or Triangle; or any object with a suitable {@link Phaser.Types.GameObjects.Particles.RandomZoneSourceCallback getRandomPoint} method.\r\rAn Emission Zone can only exist once within this Emitter.", @@ -122099,16 +122357,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#addEmitZone", "scope": "instance", - "___id": "T000002R012723", + "___id": "T000002R012748", "___s": true }, { "comment": "/**\r\n * Removes the given Particle Emission Zone from this Emitter.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#removeEmitZone\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.GameObjects.Particles.Zones.EdgeZone|Phaser.GameObjects.Particles.Zones.RandomZone} zone - The Emission Zone that should be removed from this Emitter.\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1830, + "lineno": 1878, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Removes the given Particle Emission Zone from this Emitter.", @@ -122158,16 +122416,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#removeEmitZone", "scope": "instance", - "___id": "T000002R012740", + "___id": "T000002R012765", "___s": true }, { "comment": "/**\r\n * Clear all Emission Zones from this Particle Emitter.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#clearEmitZones\r\n * @since 3.70.0\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1849, + "lineno": 1897, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Clear all Emission Zones from this Particle Emitter.", @@ -122192,16 +122450,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#clearEmitZones", "scope": "instance", - "___id": "T000002R012743", + "___id": "T000002R012768", "___s": true }, { "comment": "/**\r\n * Takes the given particle and sets its x/y coordinates to match the next available\r\n * emission zone, if any have been configured. This method is called automatically\r\n * as part of the `Particle.fire` process.\r\n *\r\n * The Emit Zones are iterated in sequence. Once a zone has had a particle emitted\r\n * from it, then the next zone is used and so on, in a loop.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#getEmitZone\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.GameObjects.Particles.Particle} particle - The particle to set the emission zone for.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1866, + "lineno": 1914, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Takes the given particle and sets its x/y coordinates to match the next available\remission zone, if any have been configured. This method is called automatically\ras part of the `Particle.fire` process.\r\rThe Emit Zones are iterated in sequence. Once a zone has had a particle emitted\rfrom it, then the next zone is used and so on, in a loop.", @@ -122226,16 +122484,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#getEmitZone", "scope": "instance", - "___id": "T000002R012747", + "___id": "T000002R012772", "___s": true }, { "comment": "/**\r\n * Takes the given particle and checks to see if any of the configured Death Zones\r\n * will kill it and returns the result. This method is called automatically as part\r\n * of the `Particle.update` process.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#getDeathZone\r\n * @fires Phaser.GameObjects.Particles.Events#DEATH_ZONE\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.GameObjects.Particles.Particle} particle - The particle to test against the Death Zones.\r\n *\r\n * @return {boolean} `true` if the particle should be killed, otherwise `false`.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1913, + "lineno": 1961, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Takes the given particle and checks to see if any of the configured Death Zones\rwill kill it and returns the result. This method is called automatically as part\rof the `Particle.update` process.", @@ -122277,16 +122535,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#getDeathZone", "scope": "instance", - "___id": "T000002R012754", + "___id": "T000002R012779", "___s": true }, { "comment": "/**\r\n * Changes the currently active Emission Zone. The zones should have already\r\n * been added to this Emitter either via the emitter config, or the\r\n * `addEmitZone` method.\r\n *\r\n * Call this method by passing either a numeric zone index value, or\r\n * the zone instance itself.\r\n *\r\n * Prior to v3.60 an Emitter could only have a single Emit Zone and this\r\n * method was how you set it. From 3.60 and up it now performs a different\r\n * function and swaps between all available active zones.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#setEmitZone\r\n * @since 3.0.0\r\n *\r\n * @param {number|Phaser.GameObjects.Particles.Zones.EdgeZone|Phaser.GameObjects.Particles.Zones.RandomZone} zone - The Emit Zone to set as the active zone.\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1945, + "lineno": 1993, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Changes the currently active Emission Zone. The zones should have already\rbeen added to this Emitter either via the emitter config, or the\r`addEmitZone` method.\r\rCall this method by passing either a numeric zone index value, or\rthe zone instance itself.\r\rPrior to v3.60 an Emitter could only have a single Emit Zone and this\rmethod was how you set it. From 3.60 and up it now performs a different\rfunction and swaps between all available active zones.", @@ -122341,16 +122599,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#setEmitZone", "scope": "instance", - "___id": "T000002R012759", + "___id": "T000002R012784", "___s": true }, { "comment": "/**\r\n * Adds a Particle Processor, such as a Gravity Well, to this Emitter.\r\n *\r\n * It will start processing particles from the next update as long as its `active`\r\n * property is set.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#addParticleProcessor\r\n * @since 3.60.0\r\n *\r\n * @generic {Phaser.GameObjects.Particles.ParticleProcessor} T\r\n * @param {T} processor - The Particle Processor to add to this Emitter Manager.\r\n *\r\n * @return {T} The Particle Processor that was added to this Emitter Manager.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 1985, + "lineno": 2033, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Adds a Particle Processor, such as a Gravity Well, to this Emitter.\r\rIt will start processing particles from the next update as long as its `active`\rproperty is set.", @@ -122397,16 +122655,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#addParticleProcessor", "scope": "instance", - "___id": "T000002R012765", + "___id": "T000002R012790", "___s": true }, { "comment": "/**\r\n * Removes a Particle Processor from this Emitter.\r\n *\r\n * The Processor must belong to this Emitter to be removed.\r\n *\r\n * It is not destroyed when removed, allowing you to move it to another Emitter Manager,\r\n * so if you no longer require it you should call its `destroy` method directly.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#removeParticleProcessor\r\n * @since 3.60.0\r\n *\r\n * @generic {Phaser.GameObjects.Particles.ParticleProcessor} T\r\n * @param {T} processor - The Particle Processor to remove from this Emitter Manager.\r\n *\r\n * @return {?T} The Particle Processor that was removed, or null if it could not be found.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2016, + "lineno": 2064, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Removes a Particle Processor from this Emitter.\r\rThe Processor must belong to this Emitter to be removed.\r\rIt is not destroyed when removed, allowing you to move it to another Emitter Manager,\rso if you no longer require it you should call its `destroy` method directly.", @@ -122455,16 +122713,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#removeParticleProcessor", "scope": "instance", - "___id": "T000002R012768", + "___id": "T000002R012793", "___s": true }, { "comment": "/**\r\n * Gets all active Particle Processors.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#getProcessors\r\n * @since 3.60.0\r\n *\r\n * @return {Phaser.GameObjects.Particles.ParticleProcessor[]} - An array of active Particle Processors.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2044, + "lineno": 2092, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Gets all active Particle Processors.", @@ -122497,16 +122755,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#getProcessors", "scope": "instance", - "___id": "T000002R012771", + "___id": "T000002R012796", "___s": true }, { "comment": "/**\r\n * Creates a new Gravity Well, adds it to this Emitter and returns a reference to it.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#createGravityWell\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Types.GameObjects.Particles.GravityWellConfig} config - Configuration settings for the Gravity Well to create.\r\n *\r\n * @return {Phaser.GameObjects.Particles.GravityWell} The Gravity Well that was created.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2057, + "lineno": 2105, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Creates a new Gravity Well, adds it to this Emitter and returns a reference to it.", @@ -122545,16 +122803,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#createGravityWell", "scope": "instance", - "___id": "T000002R012773", + "___id": "T000002R012798", "___s": true }, { "comment": "/**\r\n * Creates inactive particles and adds them to this emitter's pool.\r\n *\r\n * If `ParticleEmitter.maxParticles` is set it will limit the\r\n * value passed to this method to make sure it's not exceeded.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#reserve\r\n * @since 3.0.0\r\n *\r\n * @param {number} count - The number of particles to create.\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2072, + "lineno": 2120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Creates inactive particles and adds them to this emitter's pool.\r\rIf `ParticleEmitter.maxParticles` is set it will limit the\rvalue passed to this method to make sure it's not exceeded.", @@ -122594,16 +122852,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#reserve", "scope": "instance", - "___id": "T000002R012775", + "___id": "T000002R012800", "___s": true }, { "comment": "/**\r\n * Gets the number of active (in-use) particles in this emitter.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#getAliveParticleCount\r\n * @since 3.0.0\r\n *\r\n * @return {number} The number of particles with `active=true`.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2107, + "lineno": 2155, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Gets the number of active (in-use) particles in this emitter.", @@ -122627,16 +122885,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#getAliveParticleCount", "scope": "instance", - "___id": "T000002R012781", + "___id": "T000002R012806", "___s": true }, { "comment": "/**\r\n * Gets the number of inactive (available) particles in this emitter.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#getDeadParticleCount\r\n * @since 3.0.0\r\n *\r\n * @return {number} The number of particles with `active=false`.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2120, + "lineno": 2168, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Gets the number of inactive (available) particles in this emitter.", @@ -122660,16 +122918,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#getDeadParticleCount", "scope": "instance", - "___id": "T000002R012783", + "___id": "T000002R012808", "___s": true }, { "comment": "/**\r\n * Gets the total number of particles in this emitter.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#getParticleCount\r\n * @since 3.0.0\r\n *\r\n * @return {number} The number of particles, including both alive and dead.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2133, + "lineno": 2181, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Gets the total number of particles in this emitter.", @@ -122693,16 +122951,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#getParticleCount", "scope": "instance", - "___id": "T000002R012785", + "___id": "T000002R012810", "___s": true }, { "comment": "/**\r\n * Whether this emitter is at either its hard-cap limit (maxParticles), if set, or\r\n * the max allowed number of 'alive' particles (maxAliveParticles).\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#atLimit\r\n * @since 3.0.0\r\n *\r\n * @return {boolean} Returns `true` if this Emitter is at its limit, or `false` if no limit, or below the `maxParticles` level.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2146, + "lineno": 2194, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Whether this emitter is at either its hard-cap limit (maxParticles), if set, or\rthe max allowed number of 'alive' particles (maxAliveParticles).", @@ -122726,16 +122984,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#atLimit", "scope": "instance", - "___id": "T000002R012787", + "___id": "T000002R012812", "___s": true }, { "comment": "/**\r\n * Sets a function to call for each newly emitted particle.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#onParticleEmit\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Types.GameObjects.Particles.ParticleEmitterCallback} callback - The function.\r\n * @param {*} [context] - The calling context.\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2165, + "lineno": 2213, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Sets a function to call for each newly emitted particle.", @@ -122788,16 +123046,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#onParticleEmit", "scope": "instance", - "___id": "T000002R012789", + "___id": "T000002R012814", "___s": true }, { "comment": "/**\r\n * Sets a function to call for each particle death.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#onParticleDeath\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Types.GameObjects.Particles.ParticleDeathCallback} callback - The function.\r\n * @param {*} [context] - The function's calling context.\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2197, + "lineno": 2245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Sets a function to call for each particle death.", @@ -122850,16 +123108,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#onParticleDeath", "scope": "instance", - "___id": "T000002R012795", + "___id": "T000002R012820", "___s": true }, { "comment": "/**\r\n * Deactivates every particle in this emitter immediately.\r\n *\r\n * This particles are killed but do not emit an event or callback.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#killAll\r\n * @since 3.0.0\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2229, + "lineno": 2277, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Deactivates every particle in this emitter immediately.\r\rThis particles are killed but do not emit an event or callback.", @@ -122884,16 +123142,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#killAll", "scope": "instance", - "___id": "T000002R012801", + "___id": "T000002R012826", "___s": true }, { "comment": "/**\r\n * Calls a function for each active particle in this emitter. The function is\r\n * sent two parameters: a reference to the Particle instance and to this Emitter.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#forEachAlive\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Types.GameObjects.Particles.ParticleEmitterCallback} callback - The function.\r\n * @param {*} context - The functions calling context.\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2252, + "lineno": 2300, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Calls a function for each active particle in this emitter. The function is\rsent two parameters: a reference to the Particle instance and to this Emitter.", @@ -122945,16 +123203,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#forEachAlive", "scope": "instance", - "___id": "T000002R012805", + "___id": "T000002R012830", "___s": true }, { "comment": "/**\r\n * Calls a function for each inactive particle in this emitter.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#forEachDead\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Types.GameObjects.Particles.ParticleEmitterCallback} callback - The function.\r\n * @param {*} context - The functions calling context.\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2278, + "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Calls a function for each inactive particle in this emitter.", @@ -123006,16 +123264,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#forEachDead", "scope": "instance", - "___id": "T000002R012810", + "___id": "T000002R012835", "___s": true }, { "comment": "/**\r\n * Turns {@link Phaser.GameObjects.Particles.ParticleEmitter#on} the emitter and resets the flow counter.\r\n *\r\n * If this emitter is in flow mode (frequency >= 0; the default), the particle flow will start (or restart).\r\n *\r\n * If this emitter is in explode mode (frequency = -1), nothing will happen.\r\n * Use {@link Phaser.GameObjects.Particles.ParticleEmitter#explode} or {@link Phaser.GameObjects.Particles.ParticleEmitter#flow} instead.\r\n *\r\n * Calling this method will emit the `START` event.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#start\r\n * @fires Phaser.GameObjects.Particles.Events#START\r\n * @since 3.0.0\r\n *\r\n * @param {number} [advance=0] - Advance this number of ms in time through the emitter.\r\n * @param {number} [duration=0] - Limit this emitter to only emit particles for the given number of ms. Setting this parameter will override any duration already set in the Emitter configuration object.\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2302, + "lineno": 2350, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Turns {@link Phaser.GameObjects.Particles.ParticleEmitter#on} the emitter and resets the flow counter.\r\rIf this emitter is in flow mode (frequency >= 0; the default), the particle flow will start (or restart).\r\rIf this emitter is in explode mode (frequency = -1), nothing will happen.\rUse {@link Phaser.GameObjects.Particles.ParticleEmitter#explode} or {@link Phaser.GameObjects.Particles.ParticleEmitter#flow} instead.\r\rCalling this method will emit the `START` event.", @@ -123075,16 +123333,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#start", "scope": "instance", - "___id": "T000002R012815", + "___id": "T000002R012840", "___s": true }, { "comment": "/**\r\n * Turns {@link Phaser.GameObjects.Particles.ParticleEmitter#emitting off} the emitter and\r\n * stops it from emitting further particles. Currently alive particles will remain\r\n * active until they naturally expire unless you set the `kill` parameter to `true`.\r\n *\r\n * Calling this method will emit the `STOP` event. When the final particle has\r\n * expired the `COMPLETE` event will be emitted.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#stop\r\n * @fires Phaser.GameObjects.Particles.Events#STOP\r\n * @since 3.11.0\r\n *\r\n * @param {boolean} [kill=false] - Kill all particles immediately (true), or leave them to die after their lifespan expires? (false, the default)\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2347, + "lineno": 2395, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Turns {@link Phaser.GameObjects.Particles.ParticleEmitter#emitting off} the emitter and\rstops it from emitting further particles. Currently alive particles will remain\ractive until they naturally expire unless you set the `kill` parameter to `true`.\r\rCalling this method will emit the `STOP` event. When the final particle has\rexpired the `COMPLETE` event will be emitted.", @@ -123129,16 +123387,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#stop", "scope": "instance", - "___id": "T000002R012820", + "___id": "T000002R012845", "___s": true }, { "comment": "/**\r\n * {@link Phaser.GameObjects.Particles.ParticleEmitter#active Deactivates} the emitter.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#pause\r\n * @since 3.0.0\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2382, + "lineno": 2430, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "{@link Phaser.GameObjects.Particles.ParticleEmitter#active Deactivates} the emitter.", @@ -123163,16 +123421,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#pause", "scope": "instance", - "___id": "T000002R012824", + "___id": "T000002R012849", "___s": true }, { "comment": "/**\r\n * {@link Phaser.GameObjects.Particles.ParticleEmitter#active Activates} the emitter.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#resume\r\n * @since 3.0.0\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2397, + "lineno": 2445, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "{@link Phaser.GameObjects.Particles.ParticleEmitter#active Activates} the emitter.", @@ -123197,16 +123455,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#resume", "scope": "instance", - "___id": "T000002R012827", + "___id": "T000002R012852", "___s": true }, { "comment": "/**\r\n * Set the property by which active particles are sorted prior to be rendered.\r\n *\r\n * It allows you to control the rendering order of the particles.\r\n *\r\n * This can be any valid property of the `Particle` class, such as `y`, `alpha`\r\n * or `lifeT`.\r\n *\r\n * The 'alive' particles array is sorted in place each game frame. Setting a\r\n * sort property will override the `particleBringToTop` setting.\r\n *\r\n * If you wish to use your own sorting function, see `setSortCallback` instead.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#setSortProperty\r\n * @since 3.60.0\r\n *\r\n * @param {string} [property] - The property on the `Particle` class to sort by.\r\n * @param {boolean} [ascending=true] - Should the particles be sorted in ascending or descending order?\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2412, + "lineno": 2460, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Set the property by which active particles are sorted prior to be rendered.\r\rIt allows you to control the rendering order of the particles.\r\rThis can be any valid property of the `Particle` class, such as `y`, `alpha`\ror `lifeT`.\r\rThe 'alive' particles array is sorted in place each game frame. Setting a\rsort property will override the `particleBringToTop` setting.\r\rIf you wish to use your own sorting function, see `setSortCallback` instead.", @@ -123262,16 +123520,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#setSortProperty", "scope": "instance", - "___id": "T000002R012830", + "___id": "T000002R012855", "___s": true }, { "comment": "/**\r\n * Sets a callback to be used to sort the particles before rendering each frame.\r\n *\r\n * This allows you to define your own logic and behavior in the callback.\r\n *\r\n * The callback will be sent two parameters: the two Particles being compared,\r\n * and must adhere to the criteria of the `compareFn` in `Array.sort`:\r\n *\r\n * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#description\r\n *\r\n * Call this method with no parameters to reset the sort callback.\r\n *\r\n * Setting your own callback will override both the `particleBringToTop` and\r\n * `sortProperty` settings of this Emitter.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#setSortCallback\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Types.GameObjects.Particles.ParticleSortCallback} [callback] - The callback to invoke when the particles are sorted. Leave undefined to reset to the default.\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2445, + "lineno": 2493, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Sets a callback to be used to sort the particles before rendering each frame.\r\rThis allows you to define your own logic and behavior in the callback.\r\rThe callback will be sent two parameters: the two Particles being compared,\rand must adhere to the criteria of the `compareFn` in `Array.sort`:\r\rhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#description\r\rCall this method with no parameters to reset the sort callback.\r\rSetting your own callback will override both the `particleBringToTop` and\r`sortProperty` settings of this Emitter.", @@ -123312,16 +123570,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#setSortCallback", "scope": "instance", - "___id": "T000002R012837", + "___id": "T000002R012862", "___s": true }, { "comment": "/**\r\n * Sorts active particles with {@link Phaser.GameObjects.Particles.ParticleEmitter#depthSortCallback}.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#depthSort\r\n * @since 3.0.0\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2483, + "lineno": 2531, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Sorts active particles with {@link Phaser.GameObjects.Particles.ParticleEmitter#depthSortCallback}.", @@ -123346,16 +123604,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#depthSort", "scope": "instance", - "___id": "T000002R012842", + "___id": "T000002R012867", "___s": true }, { "comment": "/**\r\n * Calculates the difference of two particles, for sorting them by depth.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#depthSortCallback\r\n * @since 3.0.0\r\n *\r\n * @param {object} a - The first particle.\r\n * @param {object} b - The second particle.\r\n *\r\n * @return {number} The difference of a and b's y coordinates.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2498, + "lineno": 2546, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Calculates the difference of two particles, for sorting them by depth.", @@ -123407,16 +123665,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#depthSortCallback", "scope": "instance", - "___id": "T000002R012844", + "___id": "T000002R012869", "___s": true }, { "comment": "/**\r\n * Puts the emitter in flow mode (frequency >= 0) and starts (or restarts) a particle flow.\r\n *\r\n * To resume a flow at the current frequency and quantity, use {@link Phaser.GameObjects.Particles.ParticleEmitter#start} instead.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#flow\r\n * @fires Phaser.GameObjects.Particles.Events#START\r\n * @since 3.0.0\r\n *\r\n * @param {number} frequency - The time interval (>= 0) of each flow cycle, in ms.\r\n * @param {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType} [count=1] - The number of particles to emit at each flow cycle.\r\n * @param {number} [stopAfter] - Stop this emitter from firing any more particles once this value is reached. Set to zero for unlimited. Setting this parameter will override any `stopAfter` value already set in the Emitter configuration object.\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2523, + "lineno": 2571, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Puts the emitter in flow mode (frequency >= 0) and starts (or restarts) a particle flow.\r\rTo resume a flow at the current frequency and quantity, use {@link Phaser.GameObjects.Particles.ParticleEmitter#start} instead.", @@ -123488,16 +123746,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#flow", "scope": "instance", - "___id": "T000002R012847", + "___id": "T000002R012872", "___s": true }, { "comment": "/**\r\n * Puts the emitter in explode mode (frequency = -1), stopping any current particle flow, and emits several particles all at once.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#explode\r\n * @fires Phaser.GameObjects.Particles.Events#EXPLODE\r\n * @since 3.0.0\r\n *\r\n * @param {number} [count=this.quantity] - The number of Particles to emit.\r\n * @param {number} [x=this.x] - The x coordinate to emit the Particles from.\r\n * @param {number} [y=this.x] - The y coordinate to emit the Particles from.\r\n *\r\n * @return {(Phaser.GameObjects.Particles.Particle|undefined)} The most recently emitted Particle, or `undefined` if the emitter is at its limit.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2555, + "lineno": 2603, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Puts the emitter in explode mode (frequency = -1), stopping any current particle flow, and emits several particles all at once.", @@ -123580,16 +123838,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#explode", "scope": "instance", - "___id": "T000002R012854", + "___id": "T000002R012879", "___s": true }, { "comment": "/**\r\n * Emits particles at the given position. If no position is given, it will\r\n * emit from this Emitters current location.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#emitParticleAt\r\n * @since 3.0.0\r\n *\r\n * @param {number} [x=this.x] - The x coordinate to emit the Particles from.\r\n * @param {number} [y=this.x] - The y coordinate to emit the Particles from.\r\n * @param {number} [count=this.quantity] - The number of Particles to emit.\r\n *\r\n * @return {(Phaser.GameObjects.Particles.Particle|undefined)} The most recently emitted Particle, or `undefined` if the emitter is at its limit.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2581, + "lineno": 2629, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Emits particles at the given position. If no position is given, it will\remit from this Emitters current location.", @@ -123669,16 +123927,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#emitParticleAt", "scope": "instance", - "___id": "T000002R012858", + "___id": "T000002R012883", "___s": true }, { "comment": "/**\r\n * Emits particles at a given position (or the emitters current position).\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#emitParticle\r\n * @since 3.0.0\r\n *\r\n * @param {number} [count=this.quantity] - The number of Particles to emit.\r\n * @param {number} [x=this.x] - The x coordinate to emit the Particles from.\r\n * @param {number} [y=this.x] - The y coordinate to emit the Particles from.\r\n *\r\n * @return {(Phaser.GameObjects.Particles.Particle|undefined)} The most recently emitted Particle, or `undefined` if the emitter is at its limit.\r\n *\r\n * @see Phaser.GameObjects.Particles.Particle#fire\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2599, + "lineno": 2647, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Emits particles at a given position (or the emitters current position).", @@ -123761,16 +124019,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#emitParticle", "scope": "instance", - "___id": "T000002R012860", + "___id": "T000002R012885", "___s": true }, { "comment": "/**\r\n * Fast forwards this Particle Emitter and all of its particles.\r\n *\r\n * Works by running the Emitter `preUpdate` handler in a loop until the `time`\r\n * has been reached at `delta` steps per loop.\r\n *\r\n * All callbacks and emitter related events that would normally be fired\r\n * will still be invoked.\r\n *\r\n * You can make an emitter 'fast forward' via the emitter config using the\r\n * `advance` property. Set this value to the number of ms you wish the\r\n * emitter to be fast-forwarded by. Or, call this method post-creation.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#fastForward\r\n * @since 3.60.0\r\n *\r\n * @param {number} time - The number of ms to advance the Particle Emitter by.\r\n * @param {number} [delta] - The amount of delta to use for each step. Defaults to 1000 / 60.\r\n *\r\n * @return {this} This Particle Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2680, + "lineno": 2728, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Fast forwards this Particle Emitter and all of its particles.\r\rWorks by running the Emitter `preUpdate` handler in a loop until the `time`\rhas been reached at `delta` steps per loop.\r\rAll callbacks and emitter related events that would normally be fired\rwill still be invoked.\r\rYou can make an emitter 'fast forward' via the emitter config using the\r`advance` property. Set this value to the number of ms you wish the\remitter to be fast-forwarded by. Or, call this method post-creation.", @@ -123824,16 +124082,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#fastForward", "scope": "instance", - "___id": "T000002R012870", + "___id": "T000002R012895", "___s": true }, { "comment": "/**\r\n * Updates this emitter and its particles.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#preUpdate\r\n * @fires Phaser.GameObjects.Particles.Events#COMPLETE\r\n * @since 3.0.0\r\n *\r\n * @param {number} time - The current timestamp as generated by the Request Animation Frame or SetTimeout.\r\n * @param {number} delta - The delta time, in ms, elapsed since the last frame.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2721, + "lineno": 2769, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Updates this emitter and its particles.", @@ -123874,16 +124132,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#preUpdate", "scope": "instance", - "___id": "T000002R012877", + "___id": "T000002R012902", "___s": true }, { "comment": "/**\r\n * Takes either a Rectangle Geometry object or an Arcade Physics Body and tests\r\n * to see if it intersects with any currently alive Particle in this Emitter.\r\n *\r\n * Overlapping particles are returned in an array, where you can perform further\r\n * processing on them. If nothing overlaps then the array will be empty.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#overlap\r\n * @since 3.60.0\r\n *\r\n * @param {(Phaser.Geom.Rectangle|Phaser.Physics.Arcade.Body)} target - A Rectangle or Arcade Physics Body to check for intersection against all alive particles.\r\n *\r\n * @return {Phaser.GameObjects.Particles.Particle[]} An array of Particles that overlap with the given target.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2845, + "lineno": 2893, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Takes either a Rectangle Geometry object or an Arcade Physics Body and tests\rto see if it intersects with any currently alive Particle in this Emitter.\r\rOverlapping particles are returned in an array, where you can perform further\rprocessing on them. If nothing overlaps then the array will be empty.", @@ -123941,16 +124199,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#overlap", "scope": "instance", - "___id": "T000002R012901", + "___id": "T000002R012926", "___s": true }, { "comment": "/**\r\n * Returns a bounds Rectangle calculated from the bounds of all currently\r\n * _active_ Particles in this Emitter. If this Emitter has only just been\r\n * created and not yet rendered, then calling this method will return a Rectangle\r\n * with a max safe integer for dimensions. Use the `advance` parameter to\r\n * avoid this.\r\n *\r\n * Typically it takes a few seconds for a flow Emitter to 'warm up'. You can\r\n * use the `advance` and `delta` parameters to force the Emitter to\r\n * 'fast forward' in time to try and allow the bounds to be more accurate,\r\n * as it will calculate the bounds based on the particle bounds across all\r\n * timesteps, giving a better result.\r\n *\r\n * You can also use the `padding` parameter to increase the size of the\r\n * bounds. Emitters with a lot of randomness in terms of direction or lifespan\r\n * can often return a bounds smaller than their possible maximum. By using\r\n * the `padding` (and `advance` if needed) you can help limit this.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#getBounds\r\n * @since 3.60.0\r\n *\r\n * @param {number} [padding] - The amount of padding, in pixels, to add to the bounds Rectangle.\r\n * @param {number} [advance] - The number of ms to advance the Particle Emitter by. Defaults to 0, i.e. not used.\r\n * @param {number} [delta] - The amount of delta to use for each step. Defaults to 1000 / 60.\r\n * @param {Phaser.Geom.Rectangle} [output] - The Rectangle to store the results in. If not given a new one will be created.\r\n *\r\n * @return {Phaser.Geom.Rectangle} A Rectangle containing the calculated bounds of this Emitter.\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2881, + "lineno": 2929, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Returns a bounds Rectangle calculated from the bounds of all currently\r_active_ Particles in this Emitter. If this Emitter has only just been\rcreated and not yet rendered, then calling this method will return a Rectangle\rwith a max safe integer for dimensions. Use the `advance` parameter to\ravoid this.\r\rTypically it takes a few seconds for a flow Emitter to 'warm up'. You can\ruse the `advance` and `delta` parameters to force the Emitter to\r'fast forward' in time to try and allow the bounds to be more accurate,\ras it will calculate the bounds based on the particle bounds across all\rtimesteps, giving a better result.\r\rYou can also use the `padding` parameter to increase the size of the\rbounds. Emitters with a lot of randomness in terms of direction or lifespan\rcan often return a bounds smaller than their possible maximum. By using\rthe `padding` (and `advance` if needed) you can help limit this.", @@ -124032,16 +124290,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#getBounds", "scope": "instance", - "___id": "T000002R012909", + "___id": "T000002R012934", "___s": true }, { "comment": "/**\r\n * Prints a warning to the console if you mistakenly call this function\r\n * thinking it works the same way as Phaser v3.55.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#createEmitter\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2983, + "lineno": 3031, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Prints a warning to the console if you mistakenly call this function\rthinking it works the same way as Phaser v3.55.", @@ -124051,16 +124309,16 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#createEmitter", "scope": "instance", - "___id": "T000002R012930", + "___id": "T000002R012955", "___s": true }, { "comment": "/**\r\n * The x coordinate the particles are emitted from.\r\n *\r\n * This is relative to the Emitters x coordinate and that of any parent.\r\n *\r\n * Accessing this property should typically return a number.\r\n * However, it can be set to any valid EmitterOp onEmit type.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#particleX\r\n * @type {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType|Phaser.Types.GameObjects.Particles.EmitterOpOnUpdateType}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 2995, + "lineno": 3043, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The x coordinate the particles are emitted from.\r\rThis is relative to the Emitters x coordinate and that of any parent.\r\rAccessing this property should typically return a number.\rHowever, it can be set to any valid EmitterOp onEmit type.", @@ -124089,16 +124347,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#particleX", "scope": "instance", "kind": "member", - "___id": "T000002R012932", + "___id": "T000002R012957", "___s": true }, { "comment": "/**\r\n * The y coordinate the particles are emitted from.\r\n *\r\n * This is relative to the Emitters x coordinate and that of any parent.\r\n *\r\n * Accessing this property should typically return a number.\r\n * However, it can be set to any valid EmitterOp onEmit type.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#particleY\r\n * @type {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType|Phaser.Types.GameObjects.Particles.EmitterOpOnUpdateType}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3021, + "lineno": 3069, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The y coordinate the particles are emitted from.\r\rThis is relative to the Emitters x coordinate and that of any parent.\r\rAccessing this property should typically return a number.\rHowever, it can be set to any valid EmitterOp onEmit type.", @@ -124127,16 +124385,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#particleY", "scope": "instance", "kind": "member", - "___id": "T000002R012936", + "___id": "T000002R012961", "___s": true }, { "comment": "/**\r\n * The horizontal acceleration applied to emitted particles, in pixels per second squared.\r\n *\r\n * Accessing this property should typically return a number.\r\n * However, it can be set to any valid EmitterOp onEmit type.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#accelerationX\r\n * @type {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3047, + "lineno": 3095, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The horizontal acceleration applied to emitted particles, in pixels per second squared.\r\rAccessing this property should typically return a number.\rHowever, it can be set to any valid EmitterOp onEmit type.", @@ -124155,16 +124413,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#accelerationX", "scope": "instance", "kind": "member", - "___id": "T000002R012940", + "___id": "T000002R012965", "___s": true }, { "comment": "/**\r\n * The vertical acceleration applied to emitted particles, in pixels per second squared.\r\n *\r\n * Accessing this property should typically return a number.\r\n * However, it can be set to any valid EmitterOp onEmit type.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#accelerationY\r\n * @type {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3071, + "lineno": 3119, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The vertical acceleration applied to emitted particles, in pixels per second squared.\r\rAccessing this property should typically return a number.\rHowever, it can be set to any valid EmitterOp onEmit type.", @@ -124183,16 +124441,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#accelerationY", "scope": "instance", "kind": "member", - "___id": "T000002R012944", + "___id": "T000002R012969", "___s": true }, { "comment": "/**\r\n * The maximum horizontal velocity emitted particles can reach, in pixels per second squared.\r\n *\r\n * Accessing this property should typically return a number.\r\n * However, it can be set to any valid EmitterOp onEmit type.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#maxVelocityX\r\n * @type {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType}\r\n * @since 3.60.0\r\n * @default 10000\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3095, + "lineno": 3143, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The maximum horizontal velocity emitted particles can reach, in pixels per second squared.\r\rAccessing this property should typically return a number.\rHowever, it can be set to any valid EmitterOp onEmit type.", @@ -124212,16 +124470,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#maxVelocityX", "scope": "instance", "kind": "member", - "___id": "T000002R012948", + "___id": "T000002R012973", "___s": true }, { "comment": "/**\r\n * The maximum vertical velocity emitted particles can reach, in pixels per second squared.\r\n *\r\n * Accessing this property should typically return a number.\r\n * However, it can be set to any valid EmitterOp onEmit type.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#maxVelocityY\r\n * @type {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType}\r\n * @since 3.60.0\r\n * @default 10000\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3120, + "lineno": 3168, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The maximum vertical velocity emitted particles can reach, in pixels per second squared.\r\rAccessing this property should typically return a number.\rHowever, it can be set to any valid EmitterOp onEmit type.", @@ -124241,16 +124499,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#maxVelocityY", "scope": "instance", "kind": "member", - "___id": "T000002R012952", + "___id": "T000002R012977", "___s": true }, { "comment": "/**\r\n * The initial speed of emitted particles, in pixels per second.\r\n *\r\n * If using this as a getter it will return the `speedX` value.\r\n *\r\n * If using it as a setter it will update both `speedX` and `speedY` to the\r\n * given value.\r\n *\r\n * Accessing this property should typically return a number.\r\n * However, it can be set to any valid EmitterOp onEmit type.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#speed\r\n * @type {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3145, + "lineno": 3193, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The initial speed of emitted particles, in pixels per second.\r\rIf using this as a getter it will return the `speedX` value.\r\rIf using it as a setter it will update both `speedX` and `speedY` to the\rgiven value.\r\rAccessing this property should typically return a number.\rHowever, it can be set to any valid EmitterOp onEmit type.", @@ -124269,16 +124527,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#speed", "scope": "instance", "kind": "member", - "___id": "T000002R012956", + "___id": "T000002R012981", "___s": true }, { "comment": "/**\r\n * The initial horizontal speed of emitted particles, in pixels per second.\r\n *\r\n * Accessing this property should typically return a number.\r\n * However, it can be set to any valid EmitterOp onEmit type.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#speedX\r\n * @type {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3175, + "lineno": 3223, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The initial horizontal speed of emitted particles, in pixels per second.\r\rAccessing this property should typically return a number.\rHowever, it can be set to any valid EmitterOp onEmit type.", @@ -124297,16 +124555,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#speedX", "scope": "instance", "kind": "member", - "___id": "T000002R012960", + "___id": "T000002R012985", "___s": true }, { "comment": "/**\r\n * The initial vertical speed of emitted particles, in pixels per second.\r\n *\r\n * Accessing this property should typically return a number.\r\n * However, it can be set to any valid EmitterOp onEmit type.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#speedY\r\n * @type {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3199, + "lineno": 3247, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The initial vertical speed of emitted particles, in pixels per second.\r\rAccessing this property should typically return a number.\rHowever, it can be set to any valid EmitterOp onEmit type.", @@ -124325,16 +124583,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#speedY", "scope": "instance", "kind": "member", - "___id": "T000002R012964", + "___id": "T000002R012989", "___s": true }, { "comment": "/**\r\n * The x coordinate emitted particles move toward, when {@link Phaser.GameObjects.Particles.ParticleEmitter#moveTo} is true.\r\n *\r\n * Accessing this property should typically return a number.\r\n * However, it can be set to any valid EmitterOp onEmit type.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#moveToX\r\n * @type {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3223, + "lineno": 3271, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The x coordinate emitted particles move toward, when {@link Phaser.GameObjects.Particles.ParticleEmitter#moveTo} is true.\r\rAccessing this property should typically return a number.\rHowever, it can be set to any valid EmitterOp onEmit type.", @@ -124353,16 +124611,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#moveToX", "scope": "instance", "kind": "member", - "___id": "T000002R012968", + "___id": "T000002R012993", "___s": true }, { "comment": "/**\r\n * The y coordinate emitted particles move toward, when {@link Phaser.GameObjects.Particles.ParticleEmitter#moveTo} is true.\r\n *\r\n * Accessing this property should typically return a number.\r\n * However, it can be set to any valid EmitterOp onEmit type.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#moveToY\r\n * @type {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3247, + "lineno": 3295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The y coordinate emitted particles move toward, when {@link Phaser.GameObjects.Particles.ParticleEmitter#moveTo} is true.\r\rAccessing this property should typically return a number.\rHowever, it can be set to any valid EmitterOp onEmit type.", @@ -124381,16 +124639,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#moveToY", "scope": "instance", "kind": "member", - "___id": "T000002R012972", + "___id": "T000002R012997", "___s": true }, { "comment": "/**\r\n * The amount of velocity particles will use when rebounding off the\r\n * emitter bounds, if set. A value of 0 means no bounce. A value of 1\r\n * means a full rebound.\r\n *\r\n * Accessing this property should typically return a number.\r\n * However, it can be set to any valid EmitterOp onEmit type.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#bounce\r\n * @type {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3271, + "lineno": 3319, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The amount of velocity particles will use when rebounding off the\remitter bounds, if set. A value of 0 means no bounce. A value of 1\rmeans a full rebound.\r\rAccessing this property should typically return a number.\rHowever, it can be set to any valid EmitterOp onEmit type.", @@ -124409,16 +124667,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#bounce", "scope": "instance", "kind": "member", - "___id": "T000002R012976", + "___id": "T000002R013001", "___s": true }, { "comment": "/**\r\n * The horizontal scale of emitted particles.\r\n *\r\n * This is relative to the Emitters scale and that of any parent.\r\n *\r\n * Accessing this property should typically return a number.\r\n * However, it can be set to any valid EmitterOp onEmit type.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#particleScaleX\r\n * @type {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3297, + "lineno": 3345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The horizontal scale of emitted particles.\r\rThis is relative to the Emitters scale and that of any parent.\r\rAccessing this property should typically return a number.\rHowever, it can be set to any valid EmitterOp onEmit type.", @@ -124437,16 +124695,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#particleScaleX", "scope": "instance", "kind": "member", - "___id": "T000002R012980", + "___id": "T000002R013005", "___s": true }, { "comment": "/**\r\n * The vertical scale of emitted particles.\r\n *\r\n * This is relative to the Emitters scale and that of any parent.\r\n *\r\n * Accessing this property should typically return a number.\r\n * However, it can be set to any valid EmitterOp onEmit type.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#particleScaleY\r\n * @type {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3323, + "lineno": 3371, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The vertical scale of emitted particles.\r\rThis is relative to the Emitters scale and that of any parent.\r\rAccessing this property should typically return a number.\rHowever, it can be set to any valid EmitterOp onEmit type.", @@ -124465,16 +124723,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#particleScaleY", "scope": "instance", "kind": "member", - "___id": "T000002R012984", + "___id": "T000002R013009", "___s": true }, { "comment": "/**\r\n * A color tint value that is applied to the texture of the emitted\r\n * particle. The value should be given in hex format, i.e. 0xff0000\r\n * for a red tint, and should not include the alpha channel.\r\n *\r\n * Tints are additive, meaning a tint value of white (0xffffff) will\r\n * effectively reset the tint to nothing.\r\n *\r\n * Modify the `ParticleEmitter.tintFill` property to change between\r\n * an additive and replacement tint mode.\r\n *\r\n * When you define the color via the Emitter config you should give\r\n * it as an array of color values. The Particle will then interpolate\r\n * through these colors over the course of its lifespan. Setting this\r\n * will override any `tint` value that may also be given.\r\n *\r\n * This is a WebGL only feature.\r\n *\r\n * Accessing this property should typically return a number.\r\n * However, it can be set to any valid EmitterOp onEmit type.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#particleColor\r\n * @type {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3349, + "lineno": 3397, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "A color tint value that is applied to the texture of the emitted\rparticle. The value should be given in hex format, i.e. 0xff0000\rfor a red tint, and should not include the alpha channel.\r\rTints are additive, meaning a tint value of white (0xffffff) will\reffectively reset the tint to nothing.\r\rModify the `ParticleEmitter.tintFill` property to change between\ran additive and replacement tint mode.\r\rWhen you define the color via the Emitter config you should give\rit as an array of color values. The Particle will then interpolate\rthrough these colors over the course of its lifespan. Setting this\rwill override any `tint` value that may also be given.\r\rThis is a WebGL only feature.\r\rAccessing this property should typically return a number.\rHowever, it can be set to any valid EmitterOp onEmit type.", @@ -124493,16 +124751,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#particleColor", "scope": "instance", "kind": "member", - "___id": "T000002R012988", + "___id": "T000002R013013", "___s": true }, { "comment": "/**\r\n * Controls the easing function used when you have created an\r\n * Emitter that uses the `color` property to interpolate the\r\n * tint of Particles over their lifetime.\r\n *\r\n * Setting this has no effect if you haven't also applied a\r\n * `particleColor` to this Emitter.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#colorEase\r\n * @type {string}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3388, + "lineno": 3436, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Controls the easing function used when you have created an\rEmitter that uses the `color` property to interpolate the\rtint of Particles over their lifetime.\r\rSetting this has no effect if you haven't also applied a\r`particleColor` to this Emitter.", @@ -124521,16 +124779,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#colorEase", "scope": "instance", "kind": "member", - "___id": "T000002R012992", + "___id": "T000002R013017", "___s": true }, { "comment": "/**\r\n * A color tint value that is applied to the texture of the emitted\r\n * particle. The value should be given in hex format, i.e. 0xff0000\r\n * for a red tint, and should not include the alpha channel.\r\n *\r\n * Tints are additive, meaning a tint value of white (0xffffff) will\r\n * effectively reset the tint to nothing.\r\n *\r\n * Modify the `ParticleEmitter.tintFill` property to change between\r\n * an additive and replacement tint mode.\r\n *\r\n * The `tint` value will be overriden if a `color` array is provided.\r\n *\r\n * This is a WebGL only feature.\r\n *\r\n * Accessing this property should typically return a number.\r\n * However, it can be set to any valid EmitterOp onEmit type.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#particleTint\r\n * @type {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3414, + "lineno": 3462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "A color tint value that is applied to the texture of the emitted\rparticle. The value should be given in hex format, i.e. 0xff0000\rfor a red tint, and should not include the alpha channel.\r\rTints are additive, meaning a tint value of white (0xffffff) will\reffectively reset the tint to nothing.\r\rModify the `ParticleEmitter.tintFill` property to change between\ran additive and replacement tint mode.\r\rThe `tint` value will be overriden if a `color` array is provided.\r\rThis is a WebGL only feature.\r\rAccessing this property should typically return a number.\rHowever, it can be set to any valid EmitterOp onEmit type.", @@ -124549,16 +124807,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#particleTint", "scope": "instance", "kind": "member", - "___id": "T000002R012996", + "___id": "T000002R013021", "___s": true }, { "comment": "/**\r\n * The alpha value of the emitted particles. This is a value\r\n * between 0 and 1. Particles with alpha zero are invisible\r\n * and are therefore not rendered, but are still processed\r\n * by the Emitter.\r\n *\r\n * Accessing this property should typically return a number.\r\n * However, it can be set to any valid EmitterOp onEmit type.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#particleAlpha\r\n * @type {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3450, + "lineno": 3498, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The alpha value of the emitted particles. This is a value\rbetween 0 and 1. Particles with alpha zero are invisible\rand are therefore not rendered, but are still processed\rby the Emitter.\r\rAccessing this property should typically return a number.\rHowever, it can be set to any valid EmitterOp onEmit type.", @@ -124577,16 +124835,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#particleAlpha", "scope": "instance", "kind": "member", - "___id": "T000002R013000", + "___id": "T000002R013025", "___s": true }, { "comment": "/**\r\n * The lifespan of the emitted particles. This value is given\r\n * in milliseconds and defaults to 1000ms (1 second). When a\r\n * particle reaches this amount it is killed.\r\n *\r\n * Accessing this property should typically return a number.\r\n * However, it can be set to any valid EmitterOp onEmit type.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#lifespan\r\n * @type {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3477, + "lineno": 3525, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The lifespan of the emitted particles. This value is given\rin milliseconds and defaults to 1000ms (1 second). When a\rparticle reaches this amount it is killed.\r\rAccessing this property should typically return a number.\rHowever, it can be set to any valid EmitterOp onEmit type.", @@ -124605,16 +124863,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#lifespan", "scope": "instance", "kind": "member", - "___id": "T000002R013004", + "___id": "T000002R013029", "___s": true }, { "comment": "/**\r\n * The angle at which the particles are emitted. The values are\r\n * given in degrees. This allows you to control the direction\r\n * of the emitter. If you wish instead to change the rotation\r\n * of the particles themselves, see the `particleRotate` property.\r\n *\r\n * Accessing this property should typically return a number.\r\n * However, it can be set to any valid EmitterOp onEmit type.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#particleAngle\r\n * @type {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3503, + "lineno": 3551, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The angle at which the particles are emitted. The values are\rgiven in degrees. This allows you to control the direction\rof the emitter. If you wish instead to change the rotation\rof the particles themselves, see the `particleRotate` property.\r\rAccessing this property should typically return a number.\rHowever, it can be set to any valid EmitterOp onEmit type.", @@ -124633,16 +124891,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#particleAngle", "scope": "instance", "kind": "member", - "___id": "T000002R013008", + "___id": "T000002R013033", "___s": true }, { "comment": "/**\r\n * The rotation (or angle) of each particle when it is emitted.\r\n * The value is given in degrees and uses a right-handed\r\n * coordinate system, where 0 degrees points to the right, 90 degrees\r\n * points down and -90 degrees points up.\r\n *\r\n * Accessing this property should typically return a number.\r\n * However, it can be set to any valid EmitterOp onEmit type.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#particleRotate\r\n * @type {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3530, + "lineno": 3578, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The rotation (or angle) of each particle when it is emitted.\rThe value is given in degrees and uses a right-handed\rcoordinate system, where 0 degrees points to the right, 90 degrees\rpoints down and -90 degrees points up.\r\rAccessing this property should typically return a number.\rHowever, it can be set to any valid EmitterOp onEmit type.", @@ -124661,16 +124919,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#particleRotate", "scope": "instance", "kind": "member", - "___id": "T000002R013012", + "___id": "T000002R013037", "___s": true }, { "comment": "/**\r\n * The number of particles that are emitted each time an emission\r\n * occurs, i.e. from one 'explosion' or each frame in a 'flow' cycle.\r\n *\r\n * The default is 1.\r\n *\r\n * Accessing this property should typically return a number.\r\n * However, it can be set to any valid EmitterOp onEmit type.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#quantity\r\n * @type {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType}\r\n * @see Phaser.GameObjects.Particles.ParticleEmitter#setFrequency\r\n * @see Phaser.GameObjects.Particles.ParticleEmitter#setQuantity\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3557, + "lineno": 3605, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The number of particles that are emitted each time an emission\roccurs, i.e. from one 'explosion' or each frame in a 'flow' cycle.\r\rThe default is 1.\r\rAccessing this property should typically return a number.\rHowever, it can be set to any valid EmitterOp onEmit type.", @@ -124693,16 +124951,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#quantity", "scope": "instance", "kind": "member", - "___id": "T000002R013016", + "___id": "T000002R013041", "___s": true }, { "comment": "/**\r\n * The number of milliseconds to wait after emission before\r\n * the particles start updating. This allows you to emit particles\r\n * that appear 'static' or still on-screen and then, after this value,\r\n * begin to move.\r\n *\r\n * Accessing this property should typically return a number.\r\n * However, it can be set to any valid EmitterOp onEmit type.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#delay\r\n * @type {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3586, + "lineno": 3634, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The number of milliseconds to wait after emission before\rthe particles start updating. This allows you to emit particles\rthat appear 'static' or still on-screen and then, after this value,\rbegin to move.\r\rAccessing this property should typically return a number.\rHowever, it can be set to any valid EmitterOp onEmit type.", @@ -124721,16 +124979,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#delay", "scope": "instance", "kind": "member", - "___id": "T000002R013020", + "___id": "T000002R013045", "___s": true }, { "comment": "/**\r\n * The number of milliseconds to wait after a particle has finished\r\n * its life before it will be removed. This allows you to 'hold' a\r\n * particle on the screen once it has reached its final state\r\n * before it then vanishes.\r\n *\r\n * Note that all particle updates will cease, including changing\r\n * alpha, scale, movement or animation.\r\n *\r\n * Accessing this property should typically return a number.\r\n * However, it can be set to any valid EmitterOp onEmit type.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#hold\r\n * @type {Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3613, + "lineno": 3661, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The number of milliseconds to wait after a particle has finished\rits life before it will be removed. This allows you to 'hold' a\rparticle on the screen once it has reached its final state\rbefore it then vanishes.\r\rNote that all particle updates will cease, including changing\ralpha, scale, movement or animation.\r\rAccessing this property should typically return a number.\rHowever, it can be set to any valid EmitterOp onEmit type.", @@ -124749,16 +125007,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#hold", "scope": "instance", "kind": "member", - "___id": "T000002R013024", + "___id": "T000002R013049", "___s": true }, { "comment": "/**\r\n * The internal flow counter.\r\n *\r\n * Treat this property as read-only.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#flowCounter\r\n * @type {number}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3643, + "lineno": 3691, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The internal flow counter.\r\rTreat this property as read-only.", @@ -124777,16 +125035,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#flowCounter", "scope": "instance", "kind": "member", - "___id": "T000002R013028", + "___id": "T000002R013053", "___s": true }, { "comment": "/**\r\n * The internal frame counter.\r\n *\r\n * Treat this property as read-only.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#frameCounter\r\n * @type {number}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3666, + "lineno": 3714, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The internal frame counter.\r\rTreat this property as read-only.", @@ -124805,16 +125063,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#frameCounter", "scope": "instance", "kind": "member", - "___id": "T000002R013033", + "___id": "T000002R013058", "___s": true }, { "comment": "/**\r\n * The internal animation counter.\r\n *\r\n * Treat this property as read-only.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#animCounter\r\n * @type {number}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3689, + "lineno": 3737, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The internal animation counter.\r\rTreat this property as read-only.", @@ -124833,16 +125091,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#animCounter", "scope": "instance", "kind": "member", - "___id": "T000002R013038", + "___id": "T000002R013063", "___s": true }, { "comment": "/**\r\n * The internal elasped counter.\r\n *\r\n * Treat this property as read-only.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#elapsed\r\n * @type {number}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3712, + "lineno": 3760, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The internal elasped counter.\r\rTreat this property as read-only.", @@ -124861,16 +125119,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#elapsed", "scope": "instance", "kind": "member", - "___id": "T000002R013043", + "___id": "T000002R013068", "___s": true }, { "comment": "/**\r\n * The internal stop counter.\r\n *\r\n * Treat this property as read-only.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#stopCounter\r\n * @type {number}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3735, + "lineno": 3783, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The internal stop counter.\r\rTreat this property as read-only.", @@ -124889,16 +125147,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#stopCounter", "scope": "instance", "kind": "member", - "___id": "T000002R013048", + "___id": "T000002R013073", "___s": true }, { "comment": "/**\r\n * The internal complete flag.\r\n *\r\n * Treat this property as read-only.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#completeFlag\r\n * @type {boolean}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3758, + "lineno": 3806, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The internal complete flag.\r\rTreat this property as read-only.", @@ -124917,16 +125175,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#completeFlag", "scope": "instance", "kind": "member", - "___id": "T000002R013053", + "___id": "T000002R013078", "___s": true }, { "comment": "/**\r\n * The internal zone index.\r\n *\r\n * Treat this property as read-only.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#zoneIndex\r\n * @type {number}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3781, + "lineno": 3829, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The internal zone index.\r\rTreat this property as read-only.", @@ -124945,16 +125203,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#zoneIndex", "scope": "instance", "kind": "member", - "___id": "T000002R013058", + "___id": "T000002R013083", "___s": true }, { "comment": "/**\r\n * The internal zone total.\r\n *\r\n * Treat this property as read-only.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#zoneTotal\r\n * @type {number}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3804, + "lineno": 3852, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The internal zone total.\r\rTreat this property as read-only.", @@ -124973,16 +125231,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#zoneTotal", "scope": "instance", "kind": "member", - "___id": "T000002R013063", + "___id": "T000002R013088", "___s": true }, { "comment": "/**\r\n * The current frame index.\r\n *\r\n * Treat this property as read-only.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#currentFrame\r\n * @type {number}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3827, + "lineno": 3875, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The current frame index.\r\rTreat this property as read-only.", @@ -125001,16 +125259,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#currentFrame", "scope": "instance", "kind": "member", - "___id": "T000002R013068", + "___id": "T000002R013093", "___s": true }, { "comment": "/**\r\n * The current animation index.\r\n *\r\n * Treat this property as read-only.\r\n *\r\n * @name Phaser.GameObjects.Particles.ParticleEmitter#currentAnim\r\n * @type {number}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3850, + "lineno": 3898, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The current animation index.\r\rTreat this property as read-only.", @@ -125029,16 +125287,16 @@ "longname": "Phaser.GameObjects.Particles.ParticleEmitter#currentAnim", "scope": "instance", "kind": "member", - "___id": "T000002R013073", + "___id": "T000002R013098", "___s": true }, { "comment": "/**\r\n * Destroys this Particle Emitter and all Particles it owns.\r\n *\r\n * @method Phaser.GameObjects.Particles.ParticleEmitter#preDestroy\r\n * @since 3.60.0\r\n */", "meta": { "filename": "ParticleEmitter.js", - "lineno": 3873, + "lineno": 3921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Destroys this Particle Emitter and all Particles it owns.", @@ -125048,7 +125306,7 @@ "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "longname": "Phaser.GameObjects.Particles.ParticleEmitter#preDestroy", "scope": "instance", - "___id": "T000002R013078", + "___id": "T000002R013103", "___s": true }, { @@ -125057,7 +125315,7 @@ "filename": "ParticleEmitterCreator.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Creates a new Particle Emitter Game Object and returns it.\r\rPrior to Phaser v3.60 this function would create a `ParticleEmitterManager`. These were removed\rin v3.60 and replaced with creating a `ParticleEmitter` instance directly. Please see the\rupdated function parameters and class documentation for more details.\r\rNote: This method will only be available if the Particles Game Object has been built into Phaser.", @@ -125110,7 +125368,7 @@ "memberof": "Phaser.GameObjects.GameObjectCreator", "longname": "Phaser.GameObjects.GameObjectCreator#particles", "scope": "instance", - "___id": "T000002R013143", + "___id": "T000002R013168", "___s": true }, { @@ -125119,7 +125377,7 @@ "filename": "ParticleEmitterFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Creates a new Particle Emitter Game Object and adds it to the Scene.\r\rIf you wish to configure the Emitter after creating it, use the `ParticleEmitter.setConfig` method.\r\rPrior to Phaser v3.60 this function would create a `ParticleEmitterManager`. These were removed\rin v3.60 and replaced with creating a `ParticleEmitter` instance directly. Please see the\rupdated function parameters and class documentation for more details.\r\rNote: This method will only be available if the Particles Game Object has been built into Phaser.", @@ -125211,7 +125469,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#particles", "scope": "instance", - "___id": "T000002R013151", + "___id": "T000002R013176", "___s": true }, { @@ -125220,7 +125478,7 @@ "filename": "ParticleProcessor.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "classdesc": "This class provides the structured required for all Particle Processors.\r\rYou should extend it and add the functionality required for your processor,\rincluding tidying up any resources this may create in the `destroy` method.\r\rSee the GravityWell for an example of a processor.", @@ -125277,7 +125535,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Particles.ParticleProcessor", - "___id": "T000002R013198", + "___id": "T000002R013223", "___s": true }, { @@ -125286,7 +125544,7 @@ "filename": "ParticleProcessor.js", "lineno": 37, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "A reference to the Particle Emitter that owns this Processor.\rThis is set automatically when the Processor is added to an Emitter\rand nulled when removed or destroyed.", @@ -125305,7 +125563,7 @@ "longname": "Phaser.GameObjects.Particles.ParticleProcessor#manager", "scope": "instance", "kind": "member", - "___id": "T000002R013204", + "___id": "T000002R013229", "___s": true }, { @@ -125314,7 +125572,7 @@ "filename": "ParticleProcessor.js", "lineno": 48, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The x coordinate of the Particle Processor, in world space.", @@ -125333,7 +125591,7 @@ "longname": "Phaser.GameObjects.Particles.ParticleProcessor#x", "scope": "instance", "kind": "member", - "___id": "T000002R013206", + "___id": "T000002R013231", "___s": true }, { @@ -125342,7 +125600,7 @@ "filename": "ParticleProcessor.js", "lineno": 57, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The y coordinate of the Particle Processor, in world space.", @@ -125361,7 +125619,7 @@ "longname": "Phaser.GameObjects.Particles.ParticleProcessor#y", "scope": "instance", "kind": "member", - "___id": "T000002R013208", + "___id": "T000002R013233", "___s": true }, { @@ -125370,7 +125628,7 @@ "filename": "ParticleProcessor.js", "lineno": 66, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The active state of the Particle Processor.\r\rAn inactive Particle Processor will be skipped for processing by\rits parent Emitter.", @@ -125389,7 +125647,7 @@ "longname": "Phaser.GameObjects.Particles.ParticleProcessor#active", "scope": "instance", "kind": "member", - "___id": "T000002R013210", + "___id": "T000002R013235", "___s": true }, { @@ -125398,7 +125656,7 @@ "filename": "ParticleProcessor.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "The Particle Processor update method should be overriden by your own\rmethod and handle the processing of the particles, typically modifying\rtheir velocityX/Y values based on the criteria of this processor.", @@ -125462,7 +125720,7 @@ "memberof": "Phaser.GameObjects.Particles.ParticleProcessor", "longname": "Phaser.GameObjects.Particles.ParticleProcessor#update", "scope": "instance", - "___id": "T000002R013212", + "___id": "T000002R013237", "___s": true }, { @@ -125471,7 +125729,7 @@ "filename": "ParticleProcessor.js", "lineno": 96, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "description": "Destroys this Particle Processor by removing all external references.\r\rThis is called automatically when the owning Particle Emitter is destroyed.", @@ -125481,7 +125739,7 @@ "memberof": "Phaser.GameObjects.Particles.ParticleProcessor", "longname": "Phaser.GameObjects.Particles.ParticleProcessor#destroy", "scope": "instance", - "___id": "T000002R013214", + "___id": "T000002R013239", "___s": true }, { @@ -125490,7 +125748,7 @@ "filename": "DeathZoneObject.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -125523,7 +125781,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.DeathZoneObject", "scope": "static", - "___id": "T000002R013218", + "___id": "T000002R013243", "___s": true }, { @@ -125532,7 +125790,7 @@ "filename": "DeathZoneSource.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -125571,7 +125829,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.DeathZoneSource", "scope": "static", - "___id": "T000002R013219", + "___id": "T000002R013244", "___s": true }, { @@ -125580,7 +125838,7 @@ "filename": "DeathZoneSourceCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -125636,7 +125894,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.DeathZoneSourceCallback", "scope": "static", - "___id": "T000002R013220", + "___id": "T000002R013245", "___s": true }, { @@ -125645,7 +125903,7 @@ "filename": "EdgeZoneSource.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -125688,7 +125946,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.EdgeZoneSource", "scope": "static", - "___id": "T000002R013221", + "___id": "T000002R013246", "___s": true }, { @@ -125697,7 +125955,7 @@ "filename": "EdgeZoneSourceCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -125763,7 +126021,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.EdgeZoneSourceCallback", "scope": "static", - "___id": "T000002R013222", + "___id": "T000002R013247", "___s": true }, { @@ -125772,7 +126030,7 @@ "filename": "EmitterOpCustomEmitConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -125805,7 +126063,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.EmitterOpCustomEmitConfig", "scope": "static", - "___id": "T000002R013223", + "___id": "T000002R013248", "___s": true }, { @@ -125814,7 +126072,7 @@ "filename": "EmitterOpCustomUpdateConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -125861,7 +126119,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.EmitterOpCustomUpdateConfig", "scope": "static", - "___id": "T000002R013224", + "___id": "T000002R013249", "___s": true }, { @@ -125870,7 +126128,7 @@ "filename": "EmitterOpEaseConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "description": "Defines an operation yielding a value incremented continuously across a range.", @@ -125979,7 +126237,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.EmitterOpEaseConfig", "scope": "static", - "___id": "T000002R013225", + "___id": "T000002R013250", "___s": true }, { @@ -125988,7 +126246,7 @@ "filename": "EmitterOpInterpolationConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "description": "Defines an operation yielding a value incremented continuously across an interpolated data set.", @@ -126104,7 +126362,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.EmitterOpInterpolationConfig", "scope": "static", - "___id": "T000002R013226", + "___id": "T000002R013251", "___s": true }, { @@ -126113,7 +126371,7 @@ "filename": "EmitterOpOnEmitCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "description": "The returned value sets what the property will be at the START of the particle's life, on emit.", @@ -126186,7 +126444,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.EmitterOpOnEmitCallback", "scope": "static", - "___id": "T000002R013227", + "___id": "T000002R013252", "___s": true }, { @@ -126195,7 +126453,7 @@ "filename": "EmitterOpOnEmitType.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -126257,7 +126515,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.EmitterOpOnEmitType", "scope": "static", - "___id": "T000002R013228", + "___id": "T000002R013253", "___s": true }, { @@ -126266,7 +126524,7 @@ "filename": "EmitterOpOnUpdateCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "description": "The returned value updates the property for the duration of the particle's life.", @@ -126349,7 +126607,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.EmitterOpOnUpdateCallback", "scope": "static", - "___id": "T000002R013229", + "___id": "T000002R013254", "___s": true }, { @@ -126358,7 +126616,7 @@ "filename": "EmitterOpOnUpdateType.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -126396,7 +126654,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.EmitterOpOnUpdateType", "scope": "static", - "___id": "T000002R013230", + "___id": "T000002R013255", "___s": true }, { @@ -126405,7 +126663,7 @@ "filename": "EmitterOpRandomConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "description": "Defines an operation yielding a random value within a range.", @@ -126448,7 +126706,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.EmitterOpRandomConfig", "scope": "static", - "___id": "T000002R013231", + "___id": "T000002R013256", "___s": true }, { @@ -126457,7 +126715,7 @@ "filename": "EmitterOpRandomMinMaxConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "description": "Defines an operation yielding a random value within a range.", @@ -126518,7 +126776,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.EmitterOpRandomMinMaxConfig", "scope": "static", - "___id": "T000002R013232", + "___id": "T000002R013257", "___s": true }, { @@ -126527,7 +126785,7 @@ "filename": "EmitterOpSteppedConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "description": "Defines an operation yielding a value incremented by steps across a range.", @@ -126587,7 +126845,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.EmitterOpSteppedConfig", "scope": "static", - "___id": "T000002R013233", + "___id": "T000002R013258", "___s": true }, { @@ -126596,7 +126854,7 @@ "filename": "EmitZoneData.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -126634,7 +126892,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.EmitZoneData", "scope": "static", - "___id": "T000002R013234", + "___id": "T000002R013259", "___s": true }, { @@ -126643,7 +126901,7 @@ "filename": "EmitZoneObject.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -126671,7 +126929,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.EmitZoneObject", "scope": "static", - "___id": "T000002R013235", + "___id": "T000002R013260", "___s": true }, { @@ -126680,7 +126938,7 @@ "filename": "GravityWellConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -126775,7 +127033,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.GravityWellConfig", "scope": "static", - "___id": "T000002R013236", + "___id": "T000002R013261", "___s": true }, { @@ -126784,7 +127042,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "namespace", @@ -126792,7 +127050,7 @@ "memberof": "Phaser.Types.GameObjects", "longname": "Phaser.Types.GameObjects.Particles", "scope": "static", - "___id": "T000002R013237", + "___id": "T000002R013262", "___s": true }, { @@ -126801,7 +127059,7 @@ "filename": "ParticleClassConstructor.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -126830,7 +127088,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.ParticleClassConstructor", "scope": "static", - "___id": "T000002R013238", + "___id": "T000002R013263", "___s": true }, { @@ -126839,7 +127097,7 @@ "filename": "ParticleData.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -127055,7 +127313,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.ParticleData", "scope": "static", - "___id": "T000002R013239", + "___id": "T000002R013264", "___s": true }, { @@ -127064,7 +127322,7 @@ "filename": "ParticleDataValue.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -127110,7 +127368,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.ParticleDataValue", "scope": "static", - "___id": "T000002R013240", + "___id": "T000002R013265", "___s": true }, { @@ -127119,7 +127377,7 @@ "filename": "ParticleDeathCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -127148,7 +127406,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.ParticleDeathCallback", "scope": "static", - "___id": "T000002R013241", + "___id": "T000002R013266", "___s": true }, { @@ -127157,7 +127415,7 @@ "filename": "ParticleEmitterAnimConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -127259,7 +127517,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.ParticleEmitterAnimConfig", "scope": "static", - "___id": "T000002R013242", + "___id": "T000002R013267", "___s": true }, { @@ -127268,7 +127526,7 @@ "filename": "ParticleEmitterBounds.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -127343,7 +127601,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.ParticleEmitterBounds", "scope": "static", - "___id": "T000002R013243", + "___id": "T000002R013268", "___s": true }, { @@ -127352,7 +127610,7 @@ "filename": "ParticleEmitterBoundsAlt.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -127427,7 +127685,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.ParticleEmitterBoundsAlt", "scope": "static", - "___id": "T000002R013244", + "___id": "T000002R013269", "___s": true }, { @@ -127436,7 +127694,7 @@ "filename": "ParticleEmitterCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -127478,7 +127736,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.ParticleEmitterCallback", "scope": "static", - "___id": "T000002R013245", + "___id": "T000002R013270", "___s": true }, { @@ -127487,7 +127745,7 @@ "filename": "ParticleEmitterConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -128727,7 +128985,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.ParticleEmitterConfig", "scope": "static", - "___id": "T000002R013246", + "___id": "T000002R013271", "___s": true }, { @@ -128736,7 +128994,7 @@ "filename": "ParticleEmitterCreatorConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -128787,7 +129045,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.ParticleEmitterCreatorConfig", "scope": "static", - "___id": "T000002R013247", + "___id": "T000002R013272", "___s": true }, { @@ -128796,7 +129054,7 @@ "filename": "ParticleEmitterDeathZoneConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -128844,7 +129102,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.ParticleEmitterDeathZoneConfig", "scope": "static", - "___id": "T000002R013248", + "___id": "T000002R013273", "___s": true }, { @@ -128853,7 +129111,7 @@ "filename": "ParticleEmitterEdgeZoneConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -128971,7 +129229,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.ParticleEmitterEdgeZoneConfig", "scope": "static", - "___id": "T000002R013249", + "___id": "T000002R013274", "___s": true }, { @@ -128980,7 +129238,7 @@ "filename": "ParticleEmitterFrameConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -129084,7 +129342,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.ParticleEmitterFrameConfig", "scope": "static", - "___id": "T000002R013250", + "___id": "T000002R013275", "___s": true }, { @@ -129093,7 +129351,7 @@ "filename": "ParticleEmitterOps.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -129399,7 +129657,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.ParticleEmitterOps", "scope": "static", - "___id": "T000002R013251", + "___id": "T000002R013276", "___s": true }, { @@ -129408,7 +129666,7 @@ "filename": "ParticleEmitterRandomZoneConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -129455,7 +129713,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.ParticleEmitterRandomZoneConfig", "scope": "static", - "___id": "T000002R013252", + "___id": "T000002R013277", "___s": true }, { @@ -129464,7 +129722,7 @@ "filename": "ParticleSortCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -129506,7 +129764,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.ParticleSortCallback", "scope": "static", - "___id": "T000002R013253", + "___id": "T000002R013278", "___s": true }, { @@ -129515,7 +129773,7 @@ "filename": "RandomZoneSource.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -129556,7 +129814,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.RandomZoneSource", "scope": "static", - "___id": "T000002R013254", + "___id": "T000002R013279", "___s": true }, { @@ -129565,7 +129823,7 @@ "filename": "RandomZoneSourceCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\typedefs", "code": {} }, "kind": "typedef", @@ -129594,7 +129852,7 @@ "memberof": "Phaser.Types.GameObjects.Particles", "longname": "Phaser.Types.GameObjects.Particles.RandomZoneSourceCallback", "scope": "static", - "___id": "T000002R013255", + "___id": "T000002R013280", "___s": true }, { @@ -129603,7 +129861,7 @@ "filename": "DeathZone.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\zones", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\zones", "code": {} }, "classdesc": "A Death Zone.\r\rA Death Zone is a special type of zone that will kill a Particle as soon as it either enters, or leaves, the zone.\r\rThe zone consists of a `source` which could be a Geometric shape, such as a Rectangle or Ellipse, or your own\robject as long as it includes a `contains` method for which the Particles can be tested against.", @@ -129641,7 +129899,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Particles.Zones.DeathZone", - "___id": "T000002R013257", + "___id": "T000002R013282", "___s": true }, { @@ -129650,7 +129908,7 @@ "filename": "DeathZone.js", "lineno": 32, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\zones", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\zones", "code": {} }, "description": "An object instance that has a `contains` method that returns a boolean when given `x` and `y` arguments.\rThis could be a Geometry shape, such as `Phaser.Geom.Circle`, or your own custom object.", @@ -129669,7 +129927,7 @@ "longname": "Phaser.GameObjects.Particles.Zones.DeathZone#source", "scope": "instance", "kind": "member", - "___id": "T000002R013260", + "___id": "T000002R013285", "___s": true }, { @@ -129678,7 +129936,7 @@ "filename": "DeathZone.js", "lineno": 42, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\zones", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\zones", "code": {} }, "description": "Set to `true` if the Particle should be killed if it enters this zone.\rSet to `false` to kill the Particle if it leaves this zone.", @@ -129697,7 +129955,7 @@ "longname": "Phaser.GameObjects.Particles.Zones.DeathZone#killOnEnter", "scope": "instance", "kind": "member", - "___id": "T000002R013262", + "___id": "T000002R013287", "___s": true }, { @@ -129706,7 +129964,7 @@ "filename": "DeathZone.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\zones", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\zones", "code": {} }, "description": "Checks if the given Particle will be killed or not by this zone.", @@ -129745,7 +130003,7 @@ "memberof": "Phaser.GameObjects.Particles.Zones.DeathZone", "longname": "Phaser.GameObjects.Particles.Zones.DeathZone#willKill", "scope": "instance", - "___id": "T000002R013264", + "___id": "T000002R013289", "___s": true }, { @@ -129754,7 +130012,7 @@ "filename": "EdgeZone.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\zones", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\zones", "code": {} }, "classdesc": "A zone that places particles on a shape's edges.", @@ -129851,7 +130109,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Particles.Zones.EdgeZone", - "___id": "T000002R013270", + "___id": "T000002R013294", "___s": true }, { @@ -129860,7 +130118,7 @@ "filename": "EdgeZone.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\zones", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\zones", "code": {} }, "description": "An object instance with a `getPoints(quantity, stepRate)` method returning an array of points.", @@ -129889,7 +130147,7 @@ "longname": "Phaser.GameObjects.Particles.Zones.EdgeZone#source", "scope": "instance", "kind": "member", - "___id": "T000002R013276", + "___id": "T000002R013300", "___s": true }, { @@ -129898,7 +130156,7 @@ "filename": "EdgeZone.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\zones", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\zones", "code": {} }, "description": "The points placed on the source edge.", @@ -129927,7 +130185,7 @@ "longname": "Phaser.GameObjects.Particles.Zones.EdgeZone#points", "scope": "instance", "kind": "member", - "___id": "T000002R013278", + "___id": "T000002R013302", "___s": true }, { @@ -129936,7 +130194,7 @@ "filename": "EdgeZone.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\zones", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\zones", "code": {} }, "description": "The number of particles to place on the source edge. Set to 0 to use `stepRate` instead.", @@ -129955,7 +130213,7 @@ "longname": "Phaser.GameObjects.Particles.Zones.EdgeZone#quantity", "scope": "instance", "kind": "member", - "___id": "T000002R013280", + "___id": "T000002R013304", "___s": true }, { @@ -129964,7 +130222,7 @@ "filename": "EdgeZone.js", "lineno": 63, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\zones", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\zones", "code": {} }, "description": "The distance between each particle. When set, `quantity` is implied and should be set to 0.", @@ -129983,7 +130241,7 @@ "longname": "Phaser.GameObjects.Particles.Zones.EdgeZone#stepRate", "scope": "instance", "kind": "member", - "___id": "T000002R013282", + "___id": "T000002R013306", "___s": true }, { @@ -129992,7 +130250,7 @@ "filename": "EdgeZone.js", "lineno": 72, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\zones", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\zones", "code": {} }, "description": "Whether particles are placed from start to end and then end to start.", @@ -130011,7 +130269,7 @@ "longname": "Phaser.GameObjects.Particles.Zones.EdgeZone#yoyo", "scope": "instance", "kind": "member", - "___id": "T000002R013284", + "___id": "T000002R013308", "___s": true }, { @@ -130020,7 +130278,7 @@ "filename": "EdgeZone.js", "lineno": 81, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\zones", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\zones", "code": {} }, "description": "The counter used for iterating the EdgeZone's points.", @@ -130040,7 +130298,7 @@ "longname": "Phaser.GameObjects.Particles.Zones.EdgeZone#counter", "scope": "instance", "kind": "member", - "___id": "T000002R013286", + "___id": "T000002R013310", "___s": true }, { @@ -130049,7 +130307,7 @@ "filename": "EdgeZone.js", "lineno": 91, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\zones", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\zones", "code": {} }, "description": "Whether one endpoint will be removed if it's identical to the other.", @@ -130068,7 +130326,7 @@ "longname": "Phaser.GameObjects.Particles.Zones.EdgeZone#seamless", "scope": "instance", "kind": "member", - "___id": "T000002R013288", + "___id": "T000002R013312", "___s": true }, { @@ -130077,7 +130335,7 @@ "filename": "EdgeZone.js", "lineno": 124, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\zones", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\zones", "code": {} }, "description": "The total number of particles this zone will emit before the Emitter\rtransfers control over to the next zone in its emission zone list.\r\rBy default this is -1, meaning it will never pass over from this\rzone to another one. You can call the `ParticleEmitter.setEmitZone`\rmethod to change it, or set this value to something else via the\rconfig, or directly at runtime.\r\rA value of 1 would mean the zones rotate in order, but it can\rbe set to any integer value.", @@ -130096,7 +130354,7 @@ "longname": "Phaser.GameObjects.Particles.Zones.EdgeZone#total", "scope": "instance", "kind": "member", - "___id": "T000002R013294", + "___id": "T000002R013318", "___s": true }, { @@ -130105,7 +130363,7 @@ "filename": "EdgeZone.js", "lineno": 145, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\zones", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\zones", "code": {} }, "description": "Update the {@link Phaser.GameObjects.Particles.Zones.EdgeZone#points} from the EdgeZone's\r{@link Phaser.GameObjects.Particles.Zones.EdgeZone#source}.\r\rAlso updates internal properties.", @@ -130130,7 +130388,7 @@ "memberof": "Phaser.GameObjects.Particles.Zones.EdgeZone", "longname": "Phaser.GameObjects.Particles.Zones.EdgeZone#updateSource", "scope": "instance", - "___id": "T000002R013296", + "___id": "T000002R013320", "___s": true }, { @@ -130139,7 +130397,7 @@ "filename": "EdgeZone.js", "lineno": 185, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\zones", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\zones", "code": {} }, "description": "Change the source of the EdgeZone.", @@ -130179,7 +130437,7 @@ "memberof": "Phaser.GameObjects.Particles.Zones.EdgeZone", "longname": "Phaser.GameObjects.Particles.Zones.EdgeZone#changeSource", "scope": "instance", - "___id": "T000002R013304", + "___id": "T000002R013328", "___s": true }, { @@ -130188,7 +130446,7 @@ "filename": "EdgeZone.js", "lineno": 202, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\zones", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\zones", "code": {} }, "description": "Get the next point in the Zone and set its coordinates on the given Particle.", @@ -130213,7 +130471,7 @@ "memberof": "Phaser.GameObjects.Particles.Zones.EdgeZone", "longname": "Phaser.GameObjects.Particles.Zones.EdgeZone#getPoint", "scope": "instance", - "___id": "T000002R013307", + "___id": "T000002R013331", "___s": true }, { @@ -130222,7 +130480,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\zones", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\zones", "code": {} }, "kind": "namespace", @@ -130230,7 +130488,7 @@ "memberof": "Phaser.GameObjects.Particles", "longname": "Phaser.GameObjects.Particles.Zones", "scope": "static", - "___id": "T000002R013319", + "___id": "T000002R013343", "___s": true }, { @@ -130239,7 +130497,7 @@ "filename": "RandomZone.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\zones", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\zones", "code": {} }, "classdesc": "A zone that places particles randomly within a shapes area.", @@ -130264,7 +130522,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Particles.Zones.RandomZone", - "___id": "T000002R013326", + "___id": "T000002R013350", "___s": true }, { @@ -130273,7 +130531,7 @@ "filename": "RandomZone.js", "lineno": 27, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\zones", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\zones", "code": {} }, "description": "An object instance with a `getRandomPoint(point)` method.", @@ -130292,7 +130550,7 @@ "longname": "Phaser.GameObjects.Particles.Zones.RandomZone#source", "scope": "instance", "kind": "member", - "___id": "T000002R013329", + "___id": "T000002R013353", "___s": true }, { @@ -130301,7 +130559,7 @@ "filename": "RandomZone.js", "lineno": 46, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\zones", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\zones", "code": {} }, "description": "The total number of particles this zone will emit before the Emitter\rtransfers control over to the next zone in its emission zone list.\r\rBy default this is -1, meaning it will never pass over from this\rzone to another one. You can call the `ParticleEmitter.setEmitZone`\rmethod to change it, or set this value to something else via the\rconfig, or directly at runtime.\r\rA value of 1 would mean the zones rotate in order, but it can\rbe set to any integer value.", @@ -130320,7 +130578,7 @@ "longname": "Phaser.GameObjects.Particles.Zones.RandomZone#total", "scope": "instance", "kind": "member", - "___id": "T000002R013333", + "___id": "T000002R013357", "___s": true }, { @@ -130329,7 +130587,7 @@ "filename": "RandomZone.js", "lineno": 65, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles\\zones", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles\\zones", "code": {} }, "description": "Get the next point in the Zone and set its coordinates on the given Particle.", @@ -130354,7 +130612,7 @@ "memberof": "Phaser.GameObjects.Particles.Zones.RandomZone", "longname": "Phaser.GameObjects.Particles.Zones.RandomZone#getPoint", "scope": "instance", - "___id": "T000002R013335", + "___id": "T000002R013359", "___s": true }, { @@ -130363,7 +130621,7 @@ "filename": "PathFollower.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\pathfollower", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\pathfollower", "code": {} }, "classdesc": "A PathFollower Game Object.\r\rA PathFollower is a Sprite Game Object with some extra helpers to allow it to follow a Path automatically.\r\rAnything you can do with a standard Sprite can be done with this PathFollower, such as animate it, tint it,\rscale it and so on.\r\rPathFollowers are bound to a single Path at any one time and can traverse the length of the Path, from start\rto finish, forwards or backwards, or from any given point on the Path to its end. They can optionally rotate\rto face the direction of the path, be offset from the path coordinates or rotate independently of the Path.", @@ -130478,7 +130736,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.PathFollower", - "___id": "T000002R013344", + "___id": "T000002R013368", "___s": true }, { @@ -130487,7 +130745,7 @@ "filename": "PathFollower.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\pathfollower", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\pathfollower", "code": {} }, "description": "Internal update handler that advances this PathFollower along the path.\r\rCalled automatically by the Scene step, should not typically be called directly.", @@ -130527,7 +130785,7 @@ "longname": "Phaser.GameObjects.PathFollower#preUpdate", "scope": "instance", "overrides": "Phaser.GameObjects.Sprite#preUpdate", - "___id": "T000002R013350", + "___id": "T000002R013374", "___s": true }, { @@ -130536,7 +130794,7 @@ "filename": "PathFollowerFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\pathfollower", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\pathfollower", "code": {} }, "description": "Creates a new PathFollower Game Object and adds it to the Scene.\r\rNote: This method will only be available if the PathFollower Game Object has been built into Phaser.", @@ -130648,7 +130906,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#follower", "scope": "instance", - "___id": "T000002R013355", + "___id": "T000002R013379", "___s": true }, { @@ -130657,7 +130915,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\pathfollower\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\pathfollower\\typedefs", "code": {} }, "kind": "namespace", @@ -130665,7 +130923,7 @@ "memberof": "Phaser.Types.GameObjects", "longname": "Phaser.Types.GameObjects.PathFollower", "scope": "static", - "___id": "T000002R013357", + "___id": "T000002R013381", "___s": true }, { @@ -130674,7 +130932,7 @@ "filename": "PathConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\pathfollower\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\pathfollower\\typedefs", "code": {} }, "description": "Settings for a PathFollower.", @@ -130800,7 +131058,7 @@ "memberof": "Phaser.Types.GameObjects.PathFollower", "longname": "Phaser.Types.GameObjects.PathFollower.PathConfig", "scope": "static", - "___id": "T000002R013358", + "___id": "T000002R013382", "___s": true }, { @@ -130809,7 +131067,7 @@ "filename": "Plane.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\plane", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\plane", "code": {} }, "classdesc": "A Plane Game Object.\r\rThe Plane Game Object is a helper class that takes the Mesh Game Object and extends it,\rallowing for fast and easy creation of Planes. A Plane is a one-sided grid of cells,\rwhere you specify the number of cells in each dimension. The Plane can have a texture\rthat is either repeated (tiled) across each cell, or applied to the full Plane.\r\rThe Plane can then be manipulated in 3D space, with rotation across all 3 axis.\r\rThis allows you to create effects not possible with regular Sprites, such as perspective\rdistortion. You can also adjust the vertices on a per-vertex basis. Plane data becomes\rpart of the WebGL batch, just like standard Sprites, so doesn't introduce any additional\rshader overhead. Because the Plane just generates vertices into the WebGL batch, like any\rother Sprite, you can use all of the common Game Object components on a Plane too,\rsuch as a custom pipeline, mask, blend mode or texture.\r\rYou can use the `uvScroll` and `uvScale` methods to adjust the placement and scaling\rof the texture if this Plane is using a single texture, and not a frame from a texture\ratlas or sprite sheet.\r\rThe Plane Game Object also has the Animation component, allowing you to play animations\racross the Plane just as you would with a Sprite. The animation frame size must be fixed\ras the first frame will be the size of the entire animation, for example use a `SpriteSheet`.\r\rNote that the Plane object is WebGL only and does not have a Canvas counterpart.\r\rThe Plane origin is always 0.5 x 0.5 and cannot be changed.", @@ -130958,7 +131216,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Plane", - "___id": "T000002R013365", + "___id": "T000002R013389", "___s": true }, { @@ -130967,7 +131225,7 @@ "filename": "Plane.js", "lineno": 73, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\plane", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\plane", "code": {} }, "description": "The Animation State component of this Sprite.\r\rThis component provides features to apply animations to this Sprite.\rIt is responsible for playing, loading, queuing animations for later playback,\rmixing between animations and setting the current animation frame to this Sprite.", @@ -130986,7 +131244,7 @@ "longname": "Phaser.GameObjects.Plane#anims", "scope": "instance", "kind": "member", - "___id": "T000002R013371", + "___id": "T000002R013395", "___s": true }, { @@ -130995,7 +131253,7 @@ "filename": "Plane.js", "lineno": 86, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\plane", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\plane", "code": {} }, "description": "The width of this Plane in cells, not pixels.\r\rThis value is read-only. To adjust it, see the `setGridSize` method.", @@ -131015,7 +131273,7 @@ "longname": "Phaser.GameObjects.Plane#gridWidth", "scope": "instance", "kind": "member", - "___id": "T000002R013373", + "___id": "T000002R013397", "___s": true }, { @@ -131024,7 +131282,7 @@ "filename": "Plane.js", "lineno": 98, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\plane", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\plane", "code": {} }, "description": "The height of this Plane in cells, not pixels.\r\rThis value is read-only. To adjust it, see the `setGridSize` method.", @@ -131044,7 +131302,7 @@ "longname": "Phaser.GameObjects.Plane#gridHeight", "scope": "instance", "kind": "member", - "___id": "T000002R013375", + "___id": "T000002R013399", "___s": true }, { @@ -131053,7 +131311,7 @@ "filename": "Plane.js", "lineno": 110, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\plane", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\plane", "code": {} }, "description": "Is the texture of this Plane tiled across all cells, or not?\r\rThis value is read-only. To adjust it, see the `setGridSize` method.", @@ -131073,7 +131331,7 @@ "longname": "Phaser.GameObjects.Plane#isTiled", "scope": "instance", "kind": "member", - "___id": "T000002R013377", + "___id": "T000002R013401", "___s": true }, { @@ -131082,7 +131340,7 @@ "filename": "Plane.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\plane", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\plane", "code": {} }, "description": "Do not change this value. It has no effect other than to break things.", @@ -131103,7 +131361,7 @@ "longname": "Phaser.GameObjects.Plane#originX", "scope": "instance", "kind": "member", - "___id": "T000002R013382", + "___id": "T000002R013406", "___s": true }, { @@ -131112,7 +131370,7 @@ "filename": "Plane.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\plane", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\plane", "code": {} }, "description": "Do not change this value. It has no effect other than to break things.", @@ -131133,7 +131391,7 @@ "longname": "Phaser.GameObjects.Plane#originY", "scope": "instance", "kind": "member", - "___id": "T000002R013385", + "___id": "T000002R013409", "___s": true }, { @@ -131142,7 +131400,7 @@ "filename": "Plane.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\plane", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\plane", "code": {} }, "description": "Modifies the layout of this Plane by adjusting the grid dimensions to the\rgiven width and height. The values are given in cells, not pixels.\r\rThe `tile` parameter allows you to control if the texture is tiled, or\rapplied across the entire Plane? A tiled texture will repeat with one\riteration per cell. A non-tiled texture will be applied across the whole\rPlane.\r\rNote that if this Plane is using a single texture, not from a texture atlas\ror sprite sheet, then you can use the `Plane.uvScale` method to have much\rmore fine-grained control over the texture tiling.", @@ -131200,7 +131458,7 @@ "longname": "Phaser.GameObjects.Plane#preDestroy", "scope": "instance", "overrides": "Phaser.GameObjects.Mesh#preDestroy", - "___id": "T000002R013388", + "___id": "T000002R013412", "___s": true }, { @@ -131209,7 +131467,7 @@ "filename": "Plane.js", "lineno": 336, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\plane", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\plane", "code": {} }, "description": "Sets the height of this Plane to match the given value, in pixels.\r\rThis adjusts the `Plane.viewPosition.z` value to achieve this.\r\rIf no `value` parameter is given, it will set the view height to match\rthat of the current texture frame the Plane is using.", @@ -131235,7 +131493,7 @@ "memberof": "Phaser.GameObjects.Plane", "longname": "Phaser.GameObjects.Plane#setViewHeight", "scope": "instance", - "___id": "T000002R013437", + "___id": "T000002R013461", "___s": true }, { @@ -131244,7 +131502,7 @@ "filename": "Plane.js", "lineno": 360, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\plane", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\plane", "code": {} }, "description": "Creates a checkerboard style texture, based on the given colors and alpha\rvalues and applies it to this Plane, replacing any current texture it may\rhave.\r\rThe colors are used in an alternating pattern, like a chess board.\r\rCalling this method generates a brand new 16x16 pixel WebGLTexture internally\rand applies it to this Plane. While quite fast to do, you should still be\rmindful of calling this method either extensively, or in tight parts of\ryour game.", @@ -131331,7 +131589,7 @@ "memberof": "Phaser.GameObjects.Plane", "longname": "Phaser.GameObjects.Plane#createCheckerboard", "scope": "instance", - "___id": "T000002R013443", + "___id": "T000002R013467", "___s": true }, { @@ -131340,7 +131598,7 @@ "filename": "Plane.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\plane", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\plane", "code": {} }, "description": "If this Plane has a Checkerboard Texture, this method will destroy it\rand reset the internal flag for it.", @@ -131350,7 +131608,7 @@ "memberof": "Phaser.GameObjects.Plane", "longname": "Phaser.GameObjects.Plane#removeCheckerboard", "scope": "instance", - "___id": "T000002R013456", + "___id": "T000002R013480", "___s": true }, { @@ -131359,7 +131617,7 @@ "filename": "Plane.js", "lineno": 441, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\plane", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\plane", "code": {} }, "description": "Start playing the given animation on this Plane.\r\rAnimations in Phaser can either belong to the global Animation Manager, or specifically to this Plane.\r\rThe benefit of a global animation is that multiple Game Objects can all play the same animation, without\rhaving to duplicate the data. You can just create it once and then play it on any animating Game Object.\r\rThe following code shows how to create a global repeating animation. The animation will be created\rfrom all of the frames within the sprite sheet that was loaded with the key 'muybridge':\r\r```javascript\rvar config = {\r key: 'run',\r frames: 'muybridge',\r frameRate: 15,\r repeat: -1\r};\r\r// This code should be run from within a Scene:\rthis.anims.create(config);\r```\r\rHowever, if you wish to create an animation that is unique to this Plane, and this Plane alone,\ryou can call the `Animation.create` method instead. It accepts the exact same parameters as when\rcreating a global animation, however the resulting data is kept locally in this Plane.\r\rWith the animation created, either globally or locally, you can now play it on this Plane:\r\r```javascript\rconst plane = this.add.plane(...);\rplane.play('run');\r```\r\rAlternatively, if you wish to run it at a different frame rate for example, you can pass a config\robject instead:\r\r```javascript\rconst plane = this.add.plane(...);\rplane.play({ key: 'run', frameRate: 24 });\r```\r\rWhen playing an animation on a Plane it will first check to see if it can find a matching key\rlocally within the Plane. If it can, it will play the local animation. If not, it will then\rsearch the global Animation Manager and look for it there.\r\rIf you need a Plane to be able to play both local and global animations, make sure they don't\rhave conflicting keys.\r\rSee the documentation for the `PlayAnimationConfig` config object for more details about this.\r\rAlso, see the documentation in the Animation Manager for further details on creating animations.", @@ -131432,7 +131690,7 @@ "memberof": "Phaser.GameObjects.Plane", "longname": "Phaser.GameObjects.Plane#play", "scope": "instance", - "___id": "T000002R013459", + "___id": "T000002R013483", "___s": true }, { @@ -131441,7 +131699,7 @@ "filename": "Plane.js", "lineno": 508, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\plane", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\plane", "code": {} }, "description": "Start playing the given animation on this Plane, in reverse.\r\rAnimations in Phaser can either belong to the global Animation Manager, or specifically to a Game Object.\r\rThe benefit of a global animation is that multiple Game Objects can all play the same animation, without\rhaving to duplicate the data. You can just create it once and then play it on any animating Game Object.\r\rThe following code shows how to create a global repeating animation. The animation will be created\rfrom all of the frames within the sprite sheet that was loaded with the key 'muybridge':\r\r```javascript\rvar config = {\r key: 'run',\r frames: 'muybridge',\r frameRate: 15,\r repeat: -1\r};\r\r// This code should be run from within a Scene:\rthis.anims.create(config);\r```\r\rHowever, if you wish to create an animation that is unique to this Game Object, and this Game Object alone,\ryou can call the `Animation.create` method instead. It accepts the exact same parameters as when\rcreating a global animation, however the resulting data is kept locally in this Game Object.\r\rWith the animation created, either globally or locally, you can now play it on this Game Object:\r\r```javascript\rconst plane = this.add.plane(...);\rplane.playReverse('run');\r```\r\rAlternatively, if you wish to run it at a different frame rate, for example, you can pass a config\robject instead:\r\r```javascript\rconst plane = this.add.plane(...);\rplane.playReverse({ key: 'run', frameRate: 24 });\r```\r\rWhen playing an animation on a Game Object it will first check to see if it can find a matching key\rlocally within the Game Object. If it can, it will play the local animation. If not, it will then\rsearch the global Animation Manager and look for it there.\r\rIf you need a Game Object to be able to play both local and global animations, make sure they don't\rhave conflicting keys.\r\rSee the documentation for the `PlayAnimationConfig` config object for more details about this.\r\rAlso, see the documentation in the Animation Manager for further details on creating animations.", @@ -131514,7 +131772,7 @@ "memberof": "Phaser.GameObjects.Plane", "longname": "Phaser.GameObjects.Plane#playReverse", "scope": "instance", - "___id": "T000002R013461", + "___id": "T000002R013485", "___s": true }, { @@ -131523,7 +131781,7 @@ "filename": "Plane.js", "lineno": 575, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\plane", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\plane", "code": {} }, "description": "Waits for the specified delay, in milliseconds, then starts playback of the given animation.\r\rIf the animation _also_ has a delay value set in its config, it will be **added** to the delay given here.\r\rIf an animation is already running and a new animation is given to this method, it will wait for\rthe given delay before starting the new animation.\r\rIf no animation is currently running, the given one begins after the delay.\r\rWhen playing an animation on a Game Object it will first check to see if it can find a matching key\rlocally within the Game Object. If it can, it will play the local animation. If not, it will then\rsearch the global Animation Manager and look for it there.", @@ -131594,7 +131852,7 @@ "memberof": "Phaser.GameObjects.Plane", "longname": "Phaser.GameObjects.Plane#playAfterDelay", "scope": "instance", - "___id": "T000002R013463", + "___id": "T000002R013487", "___s": true }, { @@ -131603,7 +131861,7 @@ "filename": "Plane.js", "lineno": 603, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\plane", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\plane", "code": {} }, "description": "Waits for the current animation to complete the `repeatCount` number of repeat cycles, then starts playback\rof the given animation.\r\rYou can use this to ensure there are no harsh jumps between two sets of animations, i.e. going from an\ridle animation to a walking animation, by making them blend smoothly into each other.\r\rIf no animation is currently running, the given one will start immediately.\r\rWhen playing an animation on a Game Object it will first check to see if it can find a matching key\rlocally within the Game Object. If it can, it will play the local animation. If not, it will then\rsearch the global Animation Manager and look for it there.", @@ -131676,7 +131934,7 @@ "memberof": "Phaser.GameObjects.Plane", "longname": "Phaser.GameObjects.Plane#playAfterRepeat", "scope": "instance", - "___id": "T000002R013465", + "___id": "T000002R013489", "___s": true }, { @@ -131685,7 +131943,7 @@ "filename": "Plane.js", "lineno": 630, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\plane", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\plane", "code": {} }, "description": "Immediately stops the current animation from playing and dispatches the `ANIMATION_STOP` events.\r\rIf no animation is playing, no event will be dispatched.\r\rIf there is another animation queued (via the `chain` method) then it will start playing immediately.", @@ -131713,7 +131971,7 @@ "memberof": "Phaser.GameObjects.Plane", "longname": "Phaser.GameObjects.Plane#stop", "scope": "instance", - "___id": "T000002R013467", + "___id": "T000002R013491", "___s": true }, { @@ -131722,7 +131980,7 @@ "filename": "Plane.js", "lineno": 648, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\plane", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\plane", "code": {} }, "description": "Stops the current animation from playing after the specified time delay, given in milliseconds.\r\rIt then dispatches the `ANIMATION_STOP` event.\r\rIf no animation is running, no events will be dispatched.\r\rIf there is another animation in the queue (set via the `chain` method) then it will start playing,\rwhen the current one stops.", @@ -131765,7 +132023,7 @@ "memberof": "Phaser.GameObjects.Plane", "longname": "Phaser.GameObjects.Plane#stopAfterDelay", "scope": "instance", - "___id": "T000002R013469", + "___id": "T000002R013493", "___s": true }, { @@ -131774,7 +132032,7 @@ "filename": "Plane.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\plane", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\plane", "code": {} }, "description": "Stops the current animation from playing after the given number of repeats.\r\rIt then dispatches the `ANIMATION_STOP` event.\r\rIf no animation is running, no events will be dispatched.\r\rIf there is another animation in the queue (set via the `chain` method) then it will start playing,\rwhen the current one stops.", @@ -131819,7 +132077,7 @@ "memberof": "Phaser.GameObjects.Plane", "longname": "Phaser.GameObjects.Plane#stopAfterRepeat", "scope": "instance", - "___id": "T000002R013471", + "___id": "T000002R013495", "___s": true }, { @@ -131828,7 +132086,7 @@ "filename": "Plane.js", "lineno": 694, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\plane", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\plane", "code": {} }, "description": "Stops the current animation from playing when it next sets the given frame.\rIf this frame doesn't exist within the animation it will not stop it from playing.\r\rIt then dispatches the `ANIMATION_STOP` event.\r\rIf no animation is running, no events will be dispatched.\r\rIf there is another animation in the queue (set via the `chain` method) then it will start playing,\rwhen the current one stops.", @@ -131871,7 +132129,7 @@ "memberof": "Phaser.GameObjects.Plane", "longname": "Phaser.GameObjects.Plane#stopOnFrame", "scope": "instance", - "___id": "T000002R013473", + "___id": "T000002R013497", "___s": true }, { @@ -131880,7 +132138,7 @@ "filename": "Plane.js", "lineno": 718, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\plane", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\plane", "code": {} }, "description": "Runs the preUpdate for this Plane, which will check its Animation State,\rif one is playing, and refresh view / model matrices, if updated.", @@ -131920,7 +132178,7 @@ "longname": "Phaser.GameObjects.Plane#preUpdate", "scope": "instance", "overrides": "Phaser.GameObjects.Mesh#preUpdate", - "___id": "T000002R013475", + "___id": "T000002R013499", "___s": true }, { @@ -131929,7 +132187,7 @@ "filename": "PlaneCreator.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\plane", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\plane", "code": {} }, "description": "Creates a new Plane Game Object and returns it.\r\rNote: This method will only be available if the Plane Game Object and WebGL support have been built into Phaser.", @@ -131982,7 +132240,7 @@ "memberof": "Phaser.GameObjects.GameObjectCreator", "longname": "Phaser.GameObjects.GameObjectCreator#plane", "scope": "instance", - "___id": "T000002R013489", + "___id": "T000002R013513", "___s": true }, { @@ -131991,7 +132249,7 @@ "filename": "PlaneFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\plane", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\plane", "code": {} }, "description": "Creates a new Plane Game Object and adds it to the Scene.\r\rNote: This method will only be available if the Plane Game Object has been built into Phaser.", @@ -132138,7 +132396,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#plane", "scope": "instance", - "___id": "T000002R013506", + "___id": "T000002R013530", "___s": true }, { @@ -132147,7 +132405,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\plane\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\plane\\typedefs", "code": {} }, "kind": "namespace", @@ -132155,7 +132413,7 @@ "memberof": "Phaser.Types.GameObjects", "longname": "Phaser.Types.GameObjects.Plane", "scope": "static", - "___id": "T000002R013507", + "___id": "T000002R013531", "___s": true }, { @@ -132164,7 +132422,7 @@ "filename": "PlaneCheckerboardConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\plane\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\plane\\typedefs", "code": {} }, "kind": "typedef", @@ -132259,7 +132517,7 @@ "memberof": "Phaser.Types.GameObjects.Plane", "longname": "Phaser.Types.GameObjects.Plane.PlaneCheckerboardConfig", "scope": "static", - "___id": "T000002R013508", + "___id": "T000002R013532", "___s": true }, { @@ -132268,7 +132526,7 @@ "filename": "PlaneConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\plane\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\plane\\typedefs", "code": {} }, "kind": "typedef", @@ -132398,7 +132656,7 @@ "memberof": "Phaser.Types.GameObjects.Plane", "longname": "Phaser.Types.GameObjects.Plane.PlaneConfig", "scope": "static", - "___id": "T000002R013509", + "___id": "T000002R013533", "___s": true }, { @@ -132407,7 +132665,7 @@ "filename": "PointLight.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\pointlight", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\pointlight", "code": {} }, "classdesc": "The Point Light Game Object provides a way to add a point light effect into your game,\rwithout the expensive shader processing requirements of the traditional Light Game Object.\r\rThe difference is that the Point Light renders using a custom shader, designed to give the\rimpression of a point light source, of variable radius, intensity and color, in your game.\rHowever, unlike the Light Game Object, it does not impact any other Game Objects, or use their\rnormal maps for calcuations. This makes them extremely fast to render compared to Lights\rand perfect for special effects, such as flickering torches or muzzle flashes.\r\rFor maximum performance you should batch Point Light Game Objects together. This means\rensuring they follow each other consecutively on the display list. Ideally, use a Layer\rGame Object and then add just Point Lights to it, so that it can batch together the rendering\rof the lights. You don't _have_ to do this, and if you've only a handful of Point Lights in\ryour game then it's perfectly safe to mix them into the dislay list as normal. However, if\ryou're using a large number of them, please consider how they are mixed into the display list.\r\rThe renderer will automatically cull Point Lights. Those with a radius that does not intersect\rwith the Camera will be skipped in the rendering list. This happens automatically and the\rculled state is refreshed every frame, for every camera.\r\rThe origin of a Point Light is always 0.5 and it cannot be changed.\r\rPoint Lights are a WebGL only feature and do not have a Canvas counterpart.", @@ -132531,7 +132789,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.PointLight", - "___id": "T000002R013516", + "___id": "T000002R013540", "___s": true }, { @@ -132540,7 +132798,7 @@ "filename": "PointLight.js", "lineno": 98, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\pointlight", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\pointlight", "code": {} }, "description": "The color of this Point Light. This property is an instance of a\rColor object, so you can use the methods within it, such as `setTo(r, g, b)`\rto change the color value.", @@ -132559,7 +132817,7 @@ "longname": "Phaser.GameObjects.PointLight#color", "scope": "instance", "kind": "member", - "___id": "T000002R013525", + "___id": "T000002R013549", "___s": true }, { @@ -132568,7 +132826,7 @@ "filename": "PointLight.js", "lineno": 109, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\pointlight", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\pointlight", "code": {} }, "description": "The intensity of the Point Light.\r\rThe colors of the light are multiplied by this value during rendering.", @@ -132587,7 +132845,7 @@ "longname": "Phaser.GameObjects.PointLight#intensity", "scope": "instance", "kind": "member", - "___id": "T000002R013527", + "___id": "T000002R013551", "___s": true }, { @@ -132596,7 +132854,7 @@ "filename": "PointLight.js", "lineno": 120, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\pointlight", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\pointlight", "code": {} }, "description": "The attenuation of the Point Light.\r\rThis value controls the force with which the light falls-off from the center of the light.\r\rUse small float-based values, i.e. 0.1.", @@ -132615,7 +132873,7 @@ "longname": "Phaser.GameObjects.PointLight#attenuation", "scope": "instance", "kind": "member", - "___id": "T000002R013529", + "___id": "T000002R013553", "___s": true }, { @@ -132624,7 +132882,7 @@ "filename": "PointLight.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\pointlight", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\pointlight", "code": {} }, "description": "The radius of the Point Light.", @@ -132643,7 +132901,7 @@ "longname": "Phaser.GameObjects.PointLight#radius", "scope": "instance", "kind": "member", - "___id": "T000002R013534", + "___id": "T000002R013558", "___s": true }, { @@ -132652,7 +132910,7 @@ "filename": "PointLightCreator.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\pointlight", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\pointlight", "code": {} }, "description": "Creates a new Point Light Game Object and returns it.\r\rNote: This method will only be available if the Point Light Game Object has been built into Phaser.", @@ -132705,7 +132963,7 @@ "memberof": "Phaser.GameObjects.GameObjectCreator", "longname": "Phaser.GameObjects.GameObjectCreator#pointlight", "scope": "instance", - "___id": "T000002R013554", + "___id": "T000002R013578", "___s": true }, { @@ -132714,7 +132972,7 @@ "filename": "PointLightFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\pointlight", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\pointlight", "code": {} }, "description": "Creates a new Point Light Game Object and adds it to the Scene.\r\rNote: This method will only be available if the Point Light Game Object has been built into Phaser.\r\rThe Point Light Game Object provides a way to add a point light effect into your game,\rwithout the expensive shader processing requirements of the traditional Light Game Object.\r\rThe difference is that the Point Light renders using a custom shader, designed to give the\rimpression of a point light source, of variable radius, intensity and color, in your game.\rHowever, unlike the Light Game Object, it does not impact any other Game Objects, or use their\rnormal maps for calcuations. This makes them extremely fast to render compared to Lights\rand perfect for special effects, such as flickering torches or muzzle flashes.\r\rFor maximum performance you should batch Point Light Game Objects together. This means\rensuring they follow each other consecutively on the display list. Ideally, use a Layer\rGame Object and then add just Point Lights to it, so that it can batch together the rendering\rof the lights. You don't _have_ to do this, and if you've only a handful of Point Lights in\ryour game then it's perfectly safe to mix them into the dislay list as normal. However, if\ryou're using a large number of them, please consider how they are mixed into the display list.\r\rThe renderer will automatically cull Point Lights. Those with a radius that does not intersect\rwith the Camera will be skipped in the rendering list. This happens automatically and the\rculled state is refreshed every frame, for every camera.\r\rThe origin of a Point Light is always 0.5 and it cannot be changed.\r\rPoint Lights are a WebGL only feature and do not have a Canvas counterpart.", @@ -132826,7 +133084,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#pointlight", "scope": "instance", - "___id": "T000002R013564", + "___id": "T000002R013588", "___s": true }, { @@ -132835,7 +133093,7 @@ "filename": "RenderTexture.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rendertexture", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rendertexture", "code": {} }, "classdesc": "A Render Texture is a combination of Dynamic Texture and an Image Game Object, that uses the\rDynamic Texture to display itself with.\r\rA Dynamic Texture is a special texture that allows you to draw textures, frames and most kind of\rGame Objects directly to it.\r\rYou can take many complex objects and draw them to this one texture, which can then be used as the\rbase texture for other Game Objects, such as Sprites. Should you then update this texture, all\rGame Objects using it will instantly be updated as well, reflecting the changes immediately.\r\rIt's a powerful way to generate dynamic textures at run-time that are WebGL friendly and don't invoke\rexpensive GPU uploads on each change.\r\rIn versions of Phaser before 3.60 a Render Texture was the only way you could create a texture\rlike this, that had the ability to be drawn on. But in 3.60 we split the core functions out to\rthe Dynamic Texture class as it made a lot more sense for them to reside in there. As a result,\rthe Render Texture is now a light-weight shim that sits on-top of an Image Game Object and offers\rproxy methods to the features available from a Dynamic Texture.\r\r**When should you use a Render Texture vs. a Dynamic Texture?**\r\rYou should use a Dynamic Texture if the texture is going to be used by multiple Game Objects,\ror you want to use it across multiple Scenes, because textures are globally stored.\r\rYou should use a Dynamic Texture if the texture isn't going to be displayed in-game, but is\rinstead going to be used for something like a mask or shader.\r\rYou should use a Render Texture if you need to display the texture in-game on a single Game Object,\ras it provides the convenience of wrapping an Image and Dynamic Texture together for you.\r\rUnder WebGL1, a FrameBuffer, which is what this Dynamic Texture uses internally, cannot be anti-aliased.\rThis means that when drawing objects such as Shapes or Graphics instances to this texture, they may appear\rto be drawn with no aliasing around the edges. This is a technical limitation of WebGL1. To get around it,\rcreate your shape as a texture in an art package, then draw that to this texture.", @@ -132923,7 +133181,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.RenderTexture", - "___id": "T000002R013597", + "___id": "T000002R013621", "___s": true }, { @@ -132932,7 +133190,7 @@ "filename": "RenderTexture.js", "lineno": 79, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rendertexture", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rendertexture", "code": {} }, "description": "An internal Camera that can be used to move around this Render Texture.\r\rControl it just like you would any Scene Camera. The difference is that it only impacts\rthe placement of Game Objects that you then draw to this texture.\r\rYou can scroll, zoom and rotate this Camera.\r\rThis property is a reference to `RenderTexture.texture.camera`.", @@ -132951,7 +133209,7 @@ "longname": "Phaser.GameObjects.RenderTexture#camera", "scope": "instance", "kind": "member", - "___id": "T000002R013607", + "___id": "T000002R013631", "___s": true }, { @@ -132960,7 +133218,7 @@ "filename": "RenderTexture.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rendertexture", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rendertexture", "code": {} }, "description": "Sets the internal size of this Render Texture, as used for frame or physics body creation.\r\rThis will not change the size that the Game Object is rendered in-game.\rFor that you need to either set the scale of the Game Object (`setScale`) or call the\r`setDisplaySize` method, which is the same thing as changing the scale but allows you\rto do so by giving pixel values.\r\rIf you have enabled this Game Object for input, changing the size will _not_ change the\rsize of the hit area. To do this you should adjust the `input.hitArea` object directly.", @@ -133014,7 +133272,7 @@ "longname": "Phaser.GameObjects.RenderTexture#setSize", "scope": "instance", "overrides": "Phaser.GameObjects.Image#setSize", - "___id": "T000002R013611", + "___id": "T000002R013635", "___s": true }, { @@ -133023,7 +133281,7 @@ "filename": "RenderTexture.js", "lineno": 145, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rendertexture", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rendertexture", "code": {} }, "description": "Resizes the Render Texture to the new dimensions given.\r\rIn WebGL it will destroy and then re-create the frame buffer being used by the Render Texture.\rIn Canvas it will resize the underlying canvas element.\r\rBoth approaches will erase everything currently drawn to the Render Texture.\r\rIf the dimensions given are the same as those already being used, calling this method will do nothing.", @@ -133078,7 +133336,7 @@ "memberof": "Phaser.GameObjects.RenderTexture", "longname": "Phaser.GameObjects.RenderTexture#resize", "scope": "instance", - "___id": "T000002R013618", + "___id": "T000002R013642", "___s": true }, { @@ -133087,7 +133345,7 @@ "filename": "RenderTexture.js", "lineno": 170, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rendertexture", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rendertexture", "code": {} }, "description": "Stores a copy of this Render Texture in the Texture Manager using the given key.\r\rAfter doing this, any texture based Game Object, such as a Sprite, can use the contents of this\rRender Texture by using the texture key:\r\r```javascript\rvar rt = this.add.renderTexture(0, 0, 128, 128);\r\r// Draw something to the Render Texture\r\rrt.saveTexture('doodle');\r\rthis.add.image(400, 300, 'doodle');\r```\r\rUpdating the contents of this Render Texture will automatically update _any_ Game Object\rthat is using it as a texture. Calling `saveTexture` again will not save another copy\rof the same texture, it will just rename the key of the existing copy.\r\rBy default it will create a single base texture. You can add frames to the texture\rby using the `Texture.add` method. After doing this, you can then allow Game Objects\rto use a specific frame from a Render Texture.\r\rIf you destroy this Render Texture, any Game Object using it via the Texture Manager will\rstop rendering. Ensure you remove the texture from the Texture Manager and any Game Objects\rusing it first, before destroying this Render Texture.", @@ -133126,7 +133384,7 @@ "memberof": "Phaser.GameObjects.RenderTexture", "longname": "Phaser.GameObjects.RenderTexture#saveTexture", "scope": "instance", - "___id": "T000002R013620", + "___id": "T000002R013644", "___s": true }, { @@ -133135,7 +133393,7 @@ "filename": "RenderTexture.js", "lineno": 219, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rendertexture", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rendertexture", "code": {} }, "description": "Fills this Render Texture with the given color.\r\rBy default it will fill the entire texture, however you can set it to fill a specific\rrectangular area by using the x, y, width and height arguments.\r\rThe color should be given in hex format, i.e. 0xff0000 for red, 0x00ff00 for green, etc.", @@ -133250,7 +133508,7 @@ "memberof": "Phaser.GameObjects.RenderTexture", "longname": "Phaser.GameObjects.RenderTexture#fill", "scope": "instance", - "___id": "T000002R013625", + "___id": "T000002R013649", "___s": true }, { @@ -133259,7 +133517,7 @@ "filename": "RenderTexture.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rendertexture", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rendertexture", "code": {} }, "description": "Fully clears this Render Texture, erasing everything from it and resetting it back to\ra blank, transparent, texture.", @@ -133284,7 +133542,7 @@ "memberof": "Phaser.GameObjects.RenderTexture", "longname": "Phaser.GameObjects.RenderTexture#clear", "scope": "instance", - "___id": "T000002R013627", + "___id": "T000002R013651", "___s": true }, { @@ -133293,7 +133551,7 @@ "filename": "RenderTexture.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rendertexture", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rendertexture", "code": {} }, "description": "Takes the given texture key and frame and then stamps it at the given\rx and y coordinates. You can use the optional 'config' argument to provide\rlots more options about how the stamp is applied, including the alpha,\rtint, angle, scale and origin.\r\rBy default, the frame will stamp on the x/y coordinates based on its center.\r\rIf you wish to stamp from the top-left, set the config `originX` and\r`originY` properties both to zero.", @@ -133401,7 +133659,7 @@ "memberof": "Phaser.GameObjects.RenderTexture", "longname": "Phaser.GameObjects.RenderTexture#stamp", "scope": "instance", - "___id": "T000002R013629", + "___id": "T000002R013653", "___s": true }, { @@ -133410,7 +133668,7 @@ "filename": "RenderTexture.js", "lineno": 291, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rendertexture", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rendertexture", "code": {} }, "description": "Draws the given object, or an array of objects, to this Render Texture using a blend mode of ERASE.\rThis has the effect of erasing any filled pixels present in the objects from this texture.\r\rIt can accept any of the following:\r\r* Any renderable Game Object, such as a Sprite, Text, Graphics or TileSprite.\r* Tilemap Layers.\r* A Group. The contents of which will be iterated and drawn in turn.\r* A Container. The contents of which will be iterated fully, and drawn in turn.\r* A Scene Display List. Pass in `Scene.children` to draw the whole list.\r* Another Dynamic Texture, or a Render Texture.\r* A Texture Frame instance.\r* A string. This is used to look-up the texture from the Texture Manager.\r\rNote: You cannot erase a Render Texture from itself.\r\rIf passing in a Group or Container it will only draw children that return `true`\rwhen their `willRender()` method is called. I.e. a Container with 10 children,\r5 of which have `visible=false` will only draw the 5 visible ones.\r\rIf passing in an array of Game Objects it will draw them all, regardless if\rthey pass a `willRender` check or not.\r\rYou can pass in a string in which case it will look for a texture in the Texture\rManager matching that string, and draw the base frame.\r\rYou can pass in the `x` and `y` coordinates to draw the objects at. The use of\rthe coordinates differ based on what objects are being drawn. If the object is\ra Group, Container or Display List, the coordinates are _added_ to the positions\rof the children. For all other types of object, the coordinates are exact.\r\rCalling this method causes the WebGL batch to flush, so it can write the texture\rdata to the framebuffer being used internally. The batch is flushed at the end,\rafter the entries have been iterated. So if you've a bunch of objects to draw,\rtry and pass them in an array in one single call, rather than making lots of\rseparate calls.", @@ -133480,7 +133738,7 @@ "memberof": "Phaser.GameObjects.RenderTexture", "longname": "Phaser.GameObjects.RenderTexture#erase", "scope": "instance", - "___id": "T000002R013631", + "___id": "T000002R013655", "___s": true }, { @@ -133489,7 +133747,7 @@ "filename": "RenderTexture.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rendertexture", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rendertexture", "code": {} }, "description": "Draws the given object, or an array of objects, to this Render Texture.\r\rIt can accept any of the following:\r\r* Any renderable Game Object, such as a Sprite, Text, Graphics or TileSprite.\r* Tilemap Layers.\r* A Group. The contents of which will be iterated and drawn in turn.\r* A Container. The contents of which will be iterated fully, and drawn in turn.\r* A Scene Display List. Pass in `Scene.children` to draw the whole list.\r* Another Dynamic Texture, or a Render Texture.\r* A Texture Frame instance.\r* A string. This is used to look-up the texture from the Texture Manager.\r\rNote 1: You cannot draw a Render Texture to itself.\r\rNote 2: For Game Objects that have Post FX Pipelines, the pipeline _cannot_ be\rused when drawn to this texture.\r\rIf passing in a Group or Container it will only draw children that return `true`\rwhen their `willRender()` method is called. I.e. a Container with 10 children,\r5 of which have `visible=false` will only draw the 5 visible ones.\r\rIf passing in an array of Game Objects it will draw them all, regardless if\rthey pass a `willRender` check or not.\r\rYou can pass in a string in which case it will look for a texture in the Texture\rManager matching that string, and draw the base frame. If you need to specify\rexactly which frame to draw then use the method `drawFrame` instead.\r\rYou can pass in the `x` and `y` coordinates to draw the objects at. The use of\rthe coordinates differ based on what objects are being drawn. If the object is\ra Group, Container or Display List, the coordinates are _added_ to the positions\rof the children. For all other types of object, the coordinates are exact.\r\rThe `alpha` and `tint` values are only used by Texture Frames.\rGame Objects use their own alpha and tint values when being drawn.\r\rCalling this method causes the WebGL batch to flush, so it can write the texture\rdata to the framebuffer being used internally. The batch is flushed at the end,\rafter the entries have been iterated. So if you've a bunch of objects to draw,\rtry and pass them in an array in one single call, rather than making lots of\rseparate calls.", @@ -133589,7 +133847,7 @@ "memberof": "Phaser.GameObjects.RenderTexture", "longname": "Phaser.GameObjects.RenderTexture#draw", "scope": "instance", - "___id": "T000002R013633", + "___id": "T000002R013657", "___s": true }, { @@ -133598,7 +133856,7 @@ "filename": "RenderTexture.js", "lineno": 407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rendertexture", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rendertexture", "code": {} }, "description": "Draws the Texture Frame to the Render Texture at the given position.\r\rTextures are referenced by their string-based keys, as stored in the Texture Manager.\r\r```javascript\rvar rt = this.add.renderTexture(0, 0, 800, 600);\rrt.drawFrame(key, frame);\r```\r\rYou can optionally provide a position, alpha and tint value to apply to the frame\rbefore it is drawn.\r\rCalling this method will cause a batch flush, so if you've got a stack of things to draw\rin a tight loop, try using the `draw` method instead.\r\rIf you need to draw a Sprite to this Render Texture, use the `draw` method instead.", @@ -133722,7 +133980,7 @@ "memberof": "Phaser.GameObjects.RenderTexture", "longname": "Phaser.GameObjects.RenderTexture#drawFrame", "scope": "instance", - "___id": "T000002R013635", + "___id": "T000002R013659", "___s": true }, { @@ -133731,7 +133989,7 @@ "filename": "RenderTexture.js", "lineno": 444, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rendertexture", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rendertexture", "code": {} }, "description": "Takes the given Texture Frame and draws it to this Render Texture as a fill pattern,\ri.e. in a grid-layout based on the frame dimensions.\r\rTextures are referenced by their string-based keys, as stored in the Texture Manager.\r\rYou can optionally provide a position, width, height, alpha and tint value to apply to\rthe frames before they are drawn. The position controls the top-left where the repeating\rfill will start from. The width and height control the size of the filled area.\r\rThe position can be negative if required, but the dimensions cannot.\r\rCalling this method will cause a batch flush by default. Use the `skipBatch` argument\rto disable this if this call is part of a larger batch draw.", @@ -133900,7 +134158,7 @@ "memberof": "Phaser.GameObjects.RenderTexture", "longname": "Phaser.GameObjects.RenderTexture#repeat", "scope": "instance", - "___id": "T000002R013637", + "___id": "T000002R013661", "___s": true }, { @@ -133909,7 +134167,7 @@ "filename": "RenderTexture.js", "lineno": 481, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rendertexture", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rendertexture", "code": {} }, "description": "Use this method if you need to batch draw a large number of Game Objects to\rthis Render Texture in a single pass, or on a frequent basis. This is especially\ruseful under WebGL, however, if your game is using Canvas only, it will not make\rany speed difference in that situation.\r\rThis method starts the beginning of a batched draw, unless one is already open.\r\rBatched drawing is faster than calling `draw` in loop, but you must be careful\rto manage the flow of code and remember to call `endDraw()` when you're finished.\r\rIf you don't need to draw large numbers of objects it's much safer and easier\rto use the `draw` method instead.\r\rThe flow should be:\r\r```javascript\r// Call once:\rRenderTexture.beginDraw();\r\r// repeat n times:\rRenderTexture.batchDraw();\r// or\rRenderTexture.batchDrawFrame();\r\r// Call once:\rRenderTexture.endDraw();\r```\r\rDo not call any methods other than `batchDraw`, `batchDrawFrame`, or `endDraw` once you\rhave started a batch. Also, be very careful not to destroy this Render Texture while the\rbatch is still open. Doing so will cause a run-time error in the WebGL Renderer.\r\rYou can use the `RenderTexture.texture.isDrawing` boolean property to tell if a batch is\rcurrently open, or not.", @@ -133934,7 +134192,7 @@ "memberof": "Phaser.GameObjects.RenderTexture", "longname": "Phaser.GameObjects.RenderTexture#beginDraw", "scope": "instance", - "___id": "T000002R013639", + "___id": "T000002R013663", "___s": true }, { @@ -133943,7 +134201,7 @@ "filename": "RenderTexture.js", "lineno": 529, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rendertexture", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rendertexture", "code": {} }, "description": "Use this method if you have already called `beginDraw` and need to batch\rdraw a large number of objects to this Render Texture.\r\rThis method batches the drawing of the given objects to this texture,\rwithout causing a WebGL bind or batch flush for each one.\r\rIt is faster than calling `draw`, but you must be careful to manage the\rflow of code and remember to call `endDraw()`. If you don't need to draw large\rnumbers of objects it's much safer and easier to use the `draw` method instead.\r\rThe flow should be:\r\r```javascript\r// Call once:\rRenderTexture.beginDraw();\r\r// repeat n times:\rRenderTexture.batchDraw();\r// or\rRenderTexture.batchDrawFrame();\r\r// Call once:\rRenderTexture.endDraw();\r```\r\rDo not call any methods other than `batchDraw`, `batchDrawFrame`, or `endDraw` once you\rhave started a batch. Also, be very careful not to destroy this Render Texture while the\rbatch is still open. Doing so will cause a run-time error in the WebGL Renderer.\r\rYou can use the `RenderTexture.texture.isDrawing` boolean property to tell if a batch is\rcurrently open, or not.\r\rThis method can accept any of the following:\r\r* Any renderable Game Object, such as a Sprite, Text, Graphics or TileSprite.\r* Tilemap Layers.\r* A Group. The contents of which will be iterated and drawn in turn.\r* A Container. The contents of which will be iterated fully, and drawn in turn.\r* A Scene's Display List. Pass in `Scene.children` to draw the whole list.\r* Another Dynamic Texture or Render Texture.\r* A Texture Frame instance.\r* A string. This is used to look-up a texture from the Texture Manager.\r\rNote: You cannot draw a Render Texture to itself.\r\rIf passing in a Group or Container it will only draw children that return `true`\rwhen their `willRender()` method is called. I.e. a Container with 10 children,\r5 of which have `visible=false` will only draw the 5 visible ones.\r\rIf passing in an array of Game Objects it will draw them all, regardless if\rthey pass a `willRender` check or not.\r\rYou can pass in a string in which case it will look for a texture in the Texture\rManager matching that string, and draw the base frame. If you need to specify\rexactly which frame to draw then use the method `drawFrame` instead.\r\rYou can pass in the `x` and `y` coordinates to draw the objects at. The use of\rthe coordinates differ based on what objects are being drawn. If the object is\ra Group, Container or Display List, the coordinates are _added_ to the positions\rof the children. For all other types of object, the coordinates are exact.\r\rThe `alpha` and `tint` values are only used by Texture Frames.\rGame Objects use their own alpha and tint values when being drawn.", @@ -134043,7 +134301,7 @@ "memberof": "Phaser.GameObjects.RenderTexture", "longname": "Phaser.GameObjects.RenderTexture#batchDraw", "scope": "instance", - "___id": "T000002R013641", + "___id": "T000002R013665", "___s": true }, { @@ -134052,7 +134310,7 @@ "filename": "RenderTexture.js", "lineno": 612, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rendertexture", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rendertexture", "code": {} }, "description": "Use this method if you have already called `beginDraw` and need to batch\rdraw a large number of texture frames to this Render Texture.\r\rThis method batches the drawing of the given frames to this Render Texture,\rwithout causing a WebGL bind or batch flush for each one.\r\rIt is faster than calling `drawFrame`, but you must be careful to manage the\rflow of code and remember to call `endDraw()`. If you don't need to draw large\rnumbers of frames it's much safer and easier to use the `drawFrame` method instead.\r\rThe flow should be:\r\r```javascript\r// Call once:\rRenderTexture.beginDraw();\r\r// repeat n times:\rRenderTexture.batchDraw();\r// or\rRenderTexture.batchDrawFrame();\r\r// Call once:\rRenderTexture.endDraw();\r```\r\rDo not call any methods other than `batchDraw`, `batchDrawFrame`, or `endDraw` once you\rhave started a batch. Also, be very careful not to destroy this Render Texture while the\rbatch is still open. Doing so will cause a run-time error in the WebGL Renderer.\r\rYou can use the `RenderTexture.texture.isDrawing` boolean property to tell if a batch is\rcurrently open, or not.\r\rTextures are referenced by their string-based keys, as stored in the Texture Manager.\r\rYou can optionally provide a position, alpha and tint value to apply to the frame\rbefore it is drawn.", @@ -134176,7 +134434,7 @@ "memberof": "Phaser.GameObjects.RenderTexture", "longname": "Phaser.GameObjects.RenderTexture#batchDrawFrame", "scope": "instance", - "___id": "T000002R013643", + "___id": "T000002R013667", "___s": true }, { @@ -134185,7 +134443,7 @@ "filename": "RenderTexture.js", "lineno": 669, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rendertexture", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rendertexture", "code": {} }, "description": "Use this method to finish batch drawing to this Render Texture.\r\rDoing so will stop the WebGL Renderer from capturing draws and then blit the\rframebuffer to the Render Target owned by this texture.\r\rCalling this method without first calling `beginDraw` will have no effect.\r\rBatch drawing is faster than calling `draw`, but you must be careful to manage the\rflow of code and remember to call `endDraw()` when you're finished.\r\rIf you don't need to draw large numbers of objects it's much safer and easier\rto use the `draw` method instead.\r\rThe flow should be:\r\r```javascript\r// Call once:\rRenderTexture.beginDraw();\r\r// repeat n times:\rRenderTexture.batchDraw();\r// or\rRenderTexture.batchDrawFrame();\r\r// Call once:\rRenderTexture.endDraw();\r```\r\rDo not call any methods other than `batchDraw`, `batchDrawFrame`, or `endDraw` once you\rhave started a batch. Also, be very careful not to destroy this Render Texture while the\rbatch is still open. Doing so will cause a run-time error in the WebGL Renderer.\r\rYou can use the `RenderTexture.texture.isDrawing` boolean property to tell if a batch is\rcurrently open, or not.", @@ -134227,7 +134485,7 @@ "memberof": "Phaser.GameObjects.RenderTexture", "longname": "Phaser.GameObjects.RenderTexture#endDraw", "scope": "instance", - "___id": "T000002R013645", + "___id": "T000002R013669", "___s": true }, { @@ -134236,7 +134494,7 @@ "filename": "RenderTexture.js", "lineno": 719, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rendertexture", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rendertexture", "code": {} }, "description": "Takes a snapshot of the given area of this Render Texture.\r\rThe snapshot is taken immediately, but the results are returned via the given callback.\r\rTo capture the whole Render Texture see the `snapshot` method.\rTo capture just a specific pixel, see the `snapshotPixel` method.\r\rSnapshots work by using the WebGL `readPixels` feature to grab every pixel from the frame buffer\rinto an ArrayBufferView. It then parses this, copying the contents to a temporary Canvas and finally\rcreating an Image object from it, which is the image returned to the callback provided.\r\rAll in all, this is a computationally expensive and blocking process, which gets more expensive\rthe larger the resolution this Render Texture has, so please be careful how you employ this in your game.", @@ -134358,7 +134616,7 @@ "memberof": "Phaser.GameObjects.RenderTexture", "longname": "Phaser.GameObjects.RenderTexture#snapshotArea", "scope": "instance", - "___id": "T000002R013647", + "___id": "T000002R013671", "___s": true }, { @@ -134367,7 +134625,7 @@ "filename": "RenderTexture.js", "lineno": 754, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rendertexture", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rendertexture", "code": {} }, "description": "Takes a snapshot of the whole of this Render Texture.\r\rThe snapshot is taken immediately, but the results are returned via the given callback.\r\rTo capture a portion of this Render Texture see the `snapshotArea` method.\rTo capture just a specific pixel, see the `snapshotPixel` method.\r\rSnapshots work by using the WebGL `readPixels` feature to grab every pixel from the frame buffer\rinto an ArrayBufferView. It then parses this, copying the contents to a temporary Canvas and finally\rcreating an Image object from it, which is the image returned to the callback provided.\r\rAll in all, this is a computationally expensive and blocking process, which gets more expensive\rthe larger the resolution this Render Texture has, so please be careful how you employ this in your game.", @@ -134437,7 +134695,7 @@ "memberof": "Phaser.GameObjects.RenderTexture", "longname": "Phaser.GameObjects.RenderTexture#snapshot", "scope": "instance", - "___id": "T000002R013649", + "___id": "T000002R013673", "___s": true }, { @@ -134446,7 +134704,7 @@ "filename": "RenderTexture.js", "lineno": 783, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rendertexture", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rendertexture", "code": {} }, "description": "Takes a snapshot of the given pixel from this Render Texture.\r\rThe snapshot is taken immediately, but the results are returned via the given callback.\r\rTo capture the whole Render Texture see the `snapshot` method.\rTo capture a portion of this Render Texture see the `snapshotArea` method.\r\rUnlike the two other snapshot methods, this one will send your callback a `Color` object\rcontaining the color data for the requested pixel. It doesn't need to create an internal\rCanvas or Image object, so is a lot faster to execute, using less memory than the other snapshot methods.", @@ -134512,7 +134770,7 @@ "memberof": "Phaser.GameObjects.RenderTexture", "longname": "Phaser.GameObjects.RenderTexture#snapshotPixel", "scope": "instance", - "___id": "T000002R013651", + "___id": "T000002R013675", "___s": true }, { @@ -134521,7 +134779,7 @@ "filename": "RenderTexture.js", "lineno": 809, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rendertexture", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rendertexture", "code": {} }, "description": "Internal destroy handler, called as part of the destroy process.", @@ -134532,7 +134790,7 @@ "memberof": "Phaser.GameObjects.RenderTexture", "longname": "Phaser.GameObjects.RenderTexture#preDestroy", "scope": "instance", - "___id": "T000002R013653", + "___id": "T000002R013677", "___s": true }, { @@ -134541,7 +134799,7 @@ "filename": "RenderTextureCreator.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rendertexture", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rendertexture", "code": {} }, "description": "Creates a new Render Texture Game Object and returns it.\r\rNote: This method will only be available if the Render Texture Game Object has been built into Phaser.\r\rA Render Texture is a combination of Dynamic Texture and an Image Game Object, that uses the\rDynamic Texture to display itself with.\r\rA Dynamic Texture is a special texture that allows you to draw textures, frames and most kind of\rGame Objects directly to it.\r\rYou can take many complex objects and draw them to this one texture, which can then be used as the\rbase texture for other Game Objects, such as Sprites. Should you then update this texture, all\rGame Objects using it will instantly be updated as well, reflecting the changes immediately.\r\rIt's a powerful way to generate dynamic textures at run-time that are WebGL friendly and don't invoke\rexpensive GPU uploads on each change.", @@ -134594,7 +134852,7 @@ "memberof": "Phaser.GameObjects.GameObjectCreator", "longname": "Phaser.GameObjects.GameObjectCreator#renderTexture", "scope": "instance", - "___id": "T000002R013661", + "___id": "T000002R013685", "___s": true }, { @@ -134603,7 +134861,7 @@ "filename": "RenderTextureFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rendertexture", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rendertexture", "code": {} }, "description": "Creates a new Render Texture Game Object and adds it to the Scene.\r\rNote: This method will only be available if the Render Texture Game Object has been built into Phaser.\r\rA Render Texture is a combination of Dynamic Texture and an Image Game Object, that uses the\rDynamic Texture to display itself with.\r\rA Dynamic Texture is a special texture that allows you to draw textures, frames and most kind of\rGame Objects directly to it.\r\rYou can take many complex objects and draw them to this one texture, which can then be used as the\rbase texture for other Game Objects, such as Sprites. Should you then update this texture, all\rGame Objects using it will instantly be updated as well, reflecting the changes immediately.\r\rIt's a powerful way to generate dynamic textures at run-time that are WebGL friendly and don't invoke\rexpensive GPU uploads on each change.", @@ -134685,7 +134943,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#renderTexture", "scope": "instance", - "___id": "T000002R013671", + "___id": "T000002R013695", "___s": true }, { @@ -134694,7 +134952,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rendertexture\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rendertexture\\typedefs", "code": {} }, "kind": "namespace", @@ -134702,7 +134960,7 @@ "memberof": "Phaser.Types.GameObjects", "longname": "Phaser.Types.GameObjects.RenderTexture", "scope": "static", - "___id": "T000002R013672", + "___id": "T000002R013696", "___s": true }, { @@ -134711,7 +134969,7 @@ "filename": "RenderTextureConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rendertexture\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rendertexture\\typedefs", "code": {} }, "kind": "typedef", @@ -134791,7 +135049,7 @@ "memberof": "Phaser.Types.GameObjects.RenderTexture", "longname": "Phaser.Types.GameObjects.RenderTexture.RenderTextureConfig", "scope": "static", - "___id": "T000002R013673", + "___id": "T000002R013697", "___s": true }, { @@ -134800,7 +135058,7 @@ "filename": "Rope.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "classdesc": "A Rope Game Object.\r\rThe Rope object is WebGL only and does not have a Canvas counterpart.\r\rA Rope is a special kind of Game Object that has a texture is stretched along its entire length.\r\rUnlike a Sprite, it isn't restricted to using just a quad and can have as many vertices as you define\rwhen creating it. The vertices can be arranged in a horizontal or vertical strip and have their own\rcolor and alpha values as well.\r\rA Ropes origin is always 0.5 x 0.5 and cannot be changed.", @@ -135014,7 +135272,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Rope", - "___id": "T000002R013681", + "___id": "T000002R013705", "___s": true }, { @@ -135023,7 +135281,7 @@ "filename": "Rope.js", "lineno": 89, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "The Animation State of this Rope.", @@ -135042,7 +135300,7 @@ "longname": "Phaser.GameObjects.Rope#anims", "scope": "instance", "kind": "member", - "___id": "T000002R013689", + "___id": "T000002R013713", "___s": true }, { @@ -135051,7 +135309,7 @@ "filename": "Rope.js", "lineno": 98, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "An array containing the points data for this Rope.\r\rEach point should be given as a Vector2Like object (i.e. a Vector2, Geom.Point or object with public x/y properties).\r\rThe point coordinates are given in local space, where 0 x 0 is the start of the Rope strip.\r\rYou can modify the contents of this array directly in real-time to create interesting effects.\rIf you do so, be sure to call `setDirty` _after_ modifying this array, so that the vertices data is\rupdated before the next render. Alternatively, you can use the `setPoints` method instead.\r\rShould you need to change the _size_ of this array, then you should always use the `setPoints` method.", @@ -135079,7 +135337,7 @@ "longname": "Phaser.GameObjects.Rope#points", "scope": "instance", "kind": "member", - "___id": "T000002R013691", + "___id": "T000002R013715", "___s": true }, { @@ -135088,7 +135346,7 @@ "filename": "Rope.js", "lineno": 117, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "An array containing the vertices data for this Rope.\r\rThis data is calculated automatically in the `updateVertices` method, based on the points provided.", @@ -135107,7 +135365,7 @@ "longname": "Phaser.GameObjects.Rope#vertices", "scope": "instance", "kind": "member", - "___id": "T000002R013693", + "___id": "T000002R013717", "___s": true }, { @@ -135116,7 +135374,7 @@ "filename": "Rope.js", "lineno": 128, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "An array containing the uv data for this Rope.\r\rThis data is calculated automatically in the `setPoints` method, based on the points provided.", @@ -135135,7 +135393,7 @@ "longname": "Phaser.GameObjects.Rope#uv", "scope": "instance", "kind": "member", - "___id": "T000002R013695", + "___id": "T000002R013719", "___s": true }, { @@ -135144,7 +135402,7 @@ "filename": "Rope.js", "lineno": 139, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "An array containing the color data for this Rope.\r\rColors should be given as numeric RGB values, such as 0xff0000.\rYou should provide _two_ color values for every point in the Rope, one for the top and one for the bottom of each quad.\r\rYou can modify the contents of this array directly in real-time, however, should you need to change the _size_\rof the array, then you should use the `setColors` method instead.", @@ -135163,7 +135421,7 @@ "longname": "Phaser.GameObjects.Rope#colors", "scope": "instance", "kind": "member", - "___id": "T000002R013697", + "___id": "T000002R013721", "___s": true }, { @@ -135172,7 +135430,7 @@ "filename": "Rope.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "An array containing the alpha data for this Rope.\r\rAlphas should be given as float values, such as 0.5.\rYou should provide _two_ alpha values for every point in the Rope, one for the top and one for the bottom of each quad.\r\rYou can modify the contents of this array directly in real-time, however, should you need to change the _size_\rof the array, then you should use the `setAlphas` method instead.", @@ -135191,7 +135449,7 @@ "longname": "Phaser.GameObjects.Rope#alphas", "scope": "instance", "kind": "member", - "___id": "T000002R013699", + "___id": "T000002R013723", "___s": true }, { @@ -135200,7 +135458,7 @@ "filename": "Rope.js", "lineno": 169, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "The tint fill mode.\r\r`false` = An additive tint (the default), where vertices colors are blended with the texture.\r`true` = A fill tint, where the vertices colors replace the texture, but respects texture alpha.", @@ -135219,7 +135477,7 @@ "longname": "Phaser.GameObjects.Rope#tintFill", "scope": "instance", "kind": "member", - "___id": "T000002R013701", + "___id": "T000002R013725", "___s": true }, { @@ -135228,7 +135486,7 @@ "filename": "Rope.js", "lineno": 181, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "If the Rope is marked as `dirty` it will automatically recalculate its vertices\rthe next time it renders. You can also force this by calling `updateVertices`.", @@ -135247,7 +135505,7 @@ "longname": "Phaser.GameObjects.Rope#dirty", "scope": "instance", "kind": "member", - "___id": "T000002R013703", + "___id": "T000002R013727", "___s": true }, { @@ -135256,7 +135514,7 @@ "filename": "Rope.js", "lineno": 191, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "Are the Rope vertices aligned horizontally, in a strip, or vertically, in a column?\r\rThis property is set during instantiation and cannot be changed directly.\rSee the `setVertical` and `setHorizontal` methods.", @@ -135276,7 +135534,7 @@ "longname": "Phaser.GameObjects.Rope#horizontal", "scope": "instance", "kind": "member", - "___id": "T000002R013705", + "___id": "T000002R013729", "___s": true }, { @@ -135285,7 +135543,7 @@ "filename": "Rope.js", "lineno": 244, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "You can optionally choose to render the vertices of this Rope to a Graphics instance.\r\rAchieve this by setting the `debugCallback` and the `debugGraphic` properties.\r\rYou can do this in a single call via the `Rope.setDebug` method, which will use the\rbuilt-in debug function. You can also set it to your own callback. The callback\rwill be invoked _once per render_ and sent the following parameters:\r\r`debugCallback(src, meshLength, verts)`\r\r`src` is the Rope instance being debugged.\r`meshLength` is the number of mesh vertices in total.\r`verts` is an array of the translated vertex coordinates.\r\rTo disable rendering, set this property back to `null`.", @@ -135304,7 +135562,7 @@ "longname": "Phaser.GameObjects.Rope#debugCallback", "scope": "instance", "kind": "member", - "___id": "T000002R013713", + "___id": "T000002R013737", "___s": true }, { @@ -135313,7 +135571,7 @@ "filename": "Rope.js", "lineno": 267, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "The Graphics instance that the debug vertices will be drawn to, if `setDebug` has\rbeen called.", @@ -135332,7 +135590,7 @@ "longname": "Phaser.GameObjects.Rope#debugGraphic", "scope": "instance", "kind": "member", - "___id": "T000002R013715", + "___id": "T000002R013739", "___s": true }, { @@ -135341,7 +135599,7 @@ "filename": "Rope.js", "lineno": 305, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "The Rope update loop.", @@ -135380,7 +135638,7 @@ "memberof": "Phaser.GameObjects.Rope", "longname": "Phaser.GameObjects.Rope#preUpdate", "scope": "instance", - "___id": "T000002R013719", + "___id": "T000002R013743", "___s": true }, { @@ -135389,7 +135647,7 @@ "filename": "Rope.js", "lineno": 328, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "Start playing the given animation.", @@ -135459,7 +135717,7 @@ "memberof": "Phaser.GameObjects.Rope", "longname": "Phaser.GameObjects.Rope#play", "scope": "instance", - "___id": "T000002R013722", + "___id": "T000002R013746", "___s": true }, { @@ -135468,7 +135726,7 @@ "filename": "Rope.js", "lineno": 347, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "Flags this Rope as being dirty. A dirty rope will recalculate all of its vertices data\rthe _next_ time it renders. You should set this rope as dirty if you update the points\rarray directly.", @@ -135493,7 +135751,7 @@ "memberof": "Phaser.GameObjects.Rope", "longname": "Phaser.GameObjects.Rope#setDirty", "scope": "instance", - "___id": "T000002R013724", + "___id": "T000002R013748", "___s": true }, { @@ -135502,7 +135760,7 @@ "filename": "Rope.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "Sets the alignment of the points in this Rope to be horizontal, in a strip format.\r\rCalling this method will reset this Rope. The current points, vertices, colors and alpha\rvalues will be reset to thoes values given as parameters.", @@ -135628,7 +135886,7 @@ "memberof": "Phaser.GameObjects.Rope", "longname": "Phaser.GameObjects.Rope#setHorizontal", "scope": "instance", - "___id": "T000002R013727", + "___id": "T000002R013751", "___s": true }, { @@ -135637,7 +135895,7 @@ "filename": "Rope.js", "lineno": 393, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "Sets the alignment of the points in this Rope to be vertical, in a column format.\r\rCalling this method will reset this Rope. The current points, vertices, colors and alpha\rvalues will be reset to thoes values given as parameters.", @@ -135763,7 +136021,7 @@ "memberof": "Phaser.GameObjects.Rope", "longname": "Phaser.GameObjects.Rope#setVertical", "scope": "instance", - "___id": "T000002R013731", + "___id": "T000002R013755", "___s": true }, { @@ -135772,7 +136030,7 @@ "filename": "Rope.js", "lineno": 422, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "Sets the tint fill mode.\r\rMode 0 (`false`) is an additive tint, the default, which blends the vertices colors with the texture.\rThis mode respects the texture alpha.\r\rMode 1 (`true`) is a fill tint. Unlike an additive tint, a fill-tint literally replaces the pixel colors\rfrom the texture with those in the tint. You can use this for effects such as making a player flash 'white'\rif hit by something. This mode respects the texture alpha.\r\rSee the `setColors` method for details of how to color each of the vertices.", @@ -135821,7 +136079,7 @@ "memberof": "Phaser.GameObjects.Rope", "longname": "Phaser.GameObjects.Rope#setTintFill", "scope": "instance", - "___id": "T000002R013735", + "___id": "T000002R013759", "___s": true }, { @@ -135830,7 +136088,7 @@ "filename": "Rope.js", "lineno": 451, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "Set the alpha values used by the Rope during rendering.\r\rYou can provide the values in a number of ways:\r\r1) One single numeric value: `setAlphas(0.5)` - This will set a single alpha for the whole Rope.\r2) Two numeric value: `setAlphas(1, 0.5)` - This will set a 'top' and 'bottom' alpha value across the whole Rope.\r3) An array of values: `setAlphas([ 1, 0.5, 0.2 ])`\r\rIf you provide an array of values and the array has exactly the same number of values as `points` in the Rope, it\rwill use each alpha value per rope segment.\r\rIf the provided array has a different number of values than `points` then it will use the values in order, from\rthe first Rope segment and on, until it runs out of values. This allows you to control the alpha values at all\rvertices in the Rope.\r\rNote this method is called `setAlphas` (plural) and not `setAlpha`.", @@ -135904,7 +136162,7 @@ "memberof": "Phaser.GameObjects.Rope", "longname": "Phaser.GameObjects.Rope#setAlphas", "scope": "instance", - "___id": "T000002R013739", + "___id": "T000002R013763", "___s": true }, { @@ -135913,7 +136171,7 @@ "filename": "Rope.js", "lineno": 550, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "Set the color values used by the Rope during rendering.\r\rColors are used to control the level of tint applied across the Rope texture.\r\rYou can provide the values in a number of ways:\r\r* One single numeric value: `setColors(0xff0000)` - This will set a single color tint for the whole Rope.\r* An array of values: `setColors([ 0xff0000, 0x00ff00, 0x0000ff ])`\r\rIf you provide an array of values and the array has exactly the same number of values as `points` in the Rope, it\rwill use each color per rope segment.\r\rIf the provided array has a different number of values than `points` then it will use the values in order, from\rthe first Rope segment and on, until it runs out of values. This allows you to control the color values at all\rvertices in the Rope.", @@ -135973,7 +136231,7 @@ "memberof": "Phaser.GameObjects.Rope", "longname": "Phaser.GameObjects.Rope#setColors", "scope": "instance", - "___id": "T000002R013762", + "___id": "T000002R013786", "___s": true }, { @@ -135982,7 +136240,7 @@ "filename": "Rope.js", "lineno": 635, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "Sets the points used by this Rope.\r\rThe points should be provided as an array of Vector2, or vector2-like objects (i.e. those with public x/y properties).\r\rEach point corresponds to one segment of the Rope. The more points in the array, the more segments the rope has.\r\rPoint coordinates are given in local-space, not world-space, and are directly related to the size of the texture\rthis Rope object is using.\r\rFor example, a Rope using a 512 px wide texture, split into 4 segments (128px each) would use the following points:\r\r```javascript\rrope.setPoints([\r { x: 0, y: 0 },\r { x: 128, y: 0 },\r { x: 256, y: 0 },\r { x: 384, y: 0 }\r]);\r```\r\rOr, you can provide an integer to do the same thing:\r\r```javascript\rrope.setPoints(4);\r```\r\rWhich will divide the Rope into 4 equally sized segments based on the frame width.\r\rNote that calling this method with a different number of points than the Rope has currently will\r_reset_ the color and alpha values, unless you provide them as arguments to this method.", @@ -136109,7 +136367,7 @@ "memberof": "Phaser.GameObjects.Rope", "longname": "Phaser.GameObjects.Rope#setPoints", "scope": "instance", - "___id": "T000002R013781", + "___id": "T000002R013805", "___s": true }, { @@ -136118,7 +136376,7 @@ "filename": "Rope.js", "lineno": 757, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "Updates all of the UVs based on the Rope.points and `flipX` and `flipY` settings.", @@ -136143,7 +136401,7 @@ "memberof": "Phaser.GameObjects.Rope", "longname": "Phaser.GameObjects.Rope#updateUVs", "scope": "instance", - "___id": "T000002R013806", + "___id": "T000002R013830", "___s": true }, { @@ -136152,7 +136410,7 @@ "filename": "Rope.js", "lineno": 845, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "Resizes all of the internal arrays: `vertices`, `uv`, `colors` and `alphas` to the new\rgiven Rope segment total.", @@ -136192,7 +136450,7 @@ "memberof": "Phaser.GameObjects.Rope", "longname": "Phaser.GameObjects.Rope#resizeArrays", "scope": "instance", - "___id": "T000002R013842", + "___id": "T000002R013866", "___s": true }, { @@ -136201,7 +136459,7 @@ "filename": "Rope.js", "lineno": 882, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "Updates the vertices based on the Rope points.\r\rThis method is called automatically during rendering if `Rope.dirty` is `true`, which is set\rby the `setPoints` and `setDirty` methods. You should flag the Rope as being dirty if you modify\rthe Rope points directly.", @@ -136226,7 +136484,7 @@ "memberof": "Phaser.GameObjects.Rope", "longname": "Phaser.GameObjects.Rope#updateVertices", "scope": "instance", - "___id": "T000002R013856", + "___id": "T000002R013880", "___s": true }, { @@ -136235,7 +136493,7 @@ "filename": "Rope.js", "lineno": 950, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "This method enables rendering of the Rope vertices to the given Graphics instance.\r\rIf you enable this feature, you **must** call `Graphics.clear()` in your Scene `update`,\rotherwise the Graphics instance you provide to debug will fill-up with draw calls,\reventually crashing the browser. This is not done automatically to allow you to debug\rdraw multiple Rope objects to a single Graphics instance.\r\rThe Rope class has a built-in debug rendering callback `Rope.renderDebugVerts`, however\ryou can also provide your own callback to be used instead. Do this by setting the `callback` parameter.\r\rThe callback is invoked _once per render_ and sent the following parameters:\r\r`callback(src, meshLength, verts)`\r\r`src` is the Rope instance being debugged.\r`meshLength` is the number of mesh vertices in total.\r`verts` is an array of the translated vertex coordinates.\r\rIf using your own callback you do not have to provide a Graphics instance to this method.\r\rTo disable debug rendering, to either your own callback or the built-in one, call this method\rwith no arguments.", @@ -136290,7 +136548,7 @@ "memberof": "Phaser.GameObjects.Rope", "longname": "Phaser.GameObjects.Rope#setDebug", "scope": "instance", - "___id": "T000002R013883", + "___id": "T000002R013907", "___s": true }, { @@ -136299,7 +136557,7 @@ "filename": "Rope.js", "lineno": 1002, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "The built-in Rope vertices debug rendering method.\r\rSee `Rope.setDebug` for more details.", @@ -136359,7 +136617,7 @@ "memberof": "Phaser.GameObjects.Rope", "longname": "Phaser.GameObjects.Rope#renderDebugVerts", "scope": "instance", - "___id": "T000002R013889", + "___id": "T000002R013913", "___s": true }, { @@ -136368,7 +136626,7 @@ "filename": "Rope.js", "lineno": 1067, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "The horizontally flipped state of the Game Object.\r\rA Game Object that is flipped horizontally will render inversed on the horizontal axis.\rFlipping always takes place from the middle of the texture and does not impact the scale value.\rIf this Game Object has a physics body, it will not change the body. This is a rendering toggle only.", @@ -136389,7 +136647,7 @@ "scope": "instance", "kind": "member", "overrides": "Phaser.GameObjects.Components.Flip#flipX", - "___id": "T000002R013916", + "___id": "T000002R013940", "___s": true }, { @@ -136398,7 +136656,7 @@ "filename": "Rope.js", "lineno": 1095, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "The vertically flipped state of the Game Object.\r\rA Game Object that is flipped vertically will render inversed on the vertical axis (i.e. upside down)\rFlipping always takes place from the middle of the texture and does not impact the scale value.\rIf this Game Object has a physics body, it will not change the body. This is a rendering toggle only.", @@ -136419,7 +136677,7 @@ "scope": "instance", "kind": "member", "overrides": "Phaser.GameObjects.Components.Flip#flipY", - "___id": "T000002R013921", + "___id": "T000002R013945", "___s": true }, { @@ -136428,7 +136686,7 @@ "filename": "RopeCreator.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "Creates a new Rope Game Object and returns it.\r\rNote: This method will only be available if the Rope Game Object and WebGL support have been built into Phaser.", @@ -136481,7 +136739,7 @@ "memberof": "Phaser.GameObjects.GameObjectCreator", "longname": "Phaser.GameObjects.GameObjectCreator#rope", "scope": "instance", - "___id": "T000002R013935", + "___id": "T000002R013959", "___s": true }, { @@ -136490,7 +136748,7 @@ "filename": "RopeFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope", "code": {} }, "description": "Creates a new Rope Game Object and adds it to the Scene.\r\rNote: This method will only be available if the Rope Game Object and WebGL support have been built into Phaser.", @@ -136680,7 +136938,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#rope", "scope": "instance", - "___id": "T000002R013947", + "___id": "T000002R013971", "___s": true }, { @@ -136689,7 +136947,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope\\typedefs", "code": {} }, "kind": "namespace", @@ -136697,7 +136955,7 @@ "memberof": "Phaser.Types.GameObjects", "longname": "Phaser.Types.GameObjects.Rope", "scope": "static", - "___id": "T000002R013999", + "___id": "T000002R014023", "___s": true }, { @@ -136706,7 +136964,7 @@ "filename": "RopeConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\rope\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\rope\\typedefs", "code": {} }, "kind": "typedef", @@ -136866,7 +137124,7 @@ "memberof": "Phaser.Types.GameObjects.Rope", "longname": "Phaser.Types.GameObjects.Rope.RopeConfig", "scope": "static", - "___id": "T000002R014000", + "___id": "T000002R014024", "___s": true }, { @@ -136875,7 +137133,7 @@ "filename": "Shader.js", "lineno": 18, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "classdesc": "A Shader Game Object.\r\rThis Game Object allows you to easily add a quad with its own shader into the display list, and manipulate it\ras you would any other Game Object, including scaling, rotating, positioning and adding to Containers. Shaders\rcan be masked with either Bitmap or Geometry masks and can also be used as a Bitmap Mask for a Camera or other\rGame Object. They can also be made interactive and used for input events.\r\rIt works by taking a reference to a `Phaser.Display.BaseShader` instance, as found in the Shader Cache. These can\rbe created dynamically at runtime, or loaded in via the GLSL File Loader:\r\r```javascript\rfunction preload ()\r{\r this.load.glsl('fire', 'shaders/fire.glsl.js');\r}\r\rfunction create ()\r{\r this.add.shader('fire', 400, 300, 512, 512);\r}\r```\r\rPlease see the Phaser 3 Examples GitHub repo for examples of loading and creating shaders dynamically.\r\rDue to the way in which they work, you cannot directly change the alpha or blend mode of a Shader. This should\rbe handled via exposed uniforms in the shader code itself.\r\rBy default a Shader will be created with a standard set of uniforms. These were added to match those\rfound on sites such as ShaderToy or GLSLSandbox, and provide common functionality a shader may need,\rsuch as the timestamp, resolution or pointer position. You can replace them by specifying your own uniforms\rin the Base Shader.\r\rThese Shaders work by halting the current pipeline during rendering, creating a viewport matched to the\rsize of this Game Object and then renders a quad using the bound shader. At the end, the pipeline is restored.\r\rBecause it blocks the pipeline it means it will interrupt any batching that is currently going on, so you should\ruse these Game Objects sparingly. If you need to have a fully batched custom shader, then please look at using\ra custom pipeline instead. However, for background or special masking effects, they are extremely effective.", @@ -137038,7 +137296,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Shader", - "___id": "T000002R014011", + "___id": "T000002R014035", "___s": true }, { @@ -137047,7 +137305,7 @@ "filename": "Shader.js", "lineno": 121, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "The underlying shader object being used.\rEmpty by default and set during a call to the `setShader` method.", @@ -137066,7 +137324,7 @@ "longname": "Phaser.GameObjects.Shader#shader", "scope": "instance", "kind": "member", - "___id": "T000002R014022", + "___id": "T000002R014046", "___s": true }, { @@ -137075,7 +137333,7 @@ "filename": "Shader.js", "lineno": 133, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "A reference to the current renderer.\rShaders only work with the WebGL Renderer.", @@ -137104,7 +137362,7 @@ "longname": "Phaser.GameObjects.Shader#renderer", "scope": "instance", "kind": "member", - "___id": "T000002R014025", + "___id": "T000002R014049", "___s": true }, { @@ -137113,7 +137371,7 @@ "filename": "Shader.js", "lineno": 143, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "The WebGL context belonging to the renderer.", @@ -137132,7 +137390,7 @@ "longname": "Phaser.GameObjects.Shader#gl", "scope": "instance", "kind": "member", - "___id": "T000002R014027", + "___id": "T000002R014051", "___s": true }, { @@ -137141,7 +137399,7 @@ "filename": "Shader.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "Raw byte buffer of vertices this Shader uses.", @@ -137160,7 +137418,7 @@ "longname": "Phaser.GameObjects.Shader#vertexData", "scope": "instance", "kind": "member", - "___id": "T000002R014029", + "___id": "T000002R014053", "___s": true }, { @@ -137169,7 +137427,7 @@ "filename": "Shader.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "The WebGL vertex buffer object this shader uses.", @@ -137188,7 +137446,7 @@ "longname": "Phaser.GameObjects.Shader#vertexBuffer", "scope": "instance", "kind": "member", - "___id": "T000002R014031", + "___id": "T000002R014055", "___s": true }, { @@ -137197,7 +137455,7 @@ "filename": "Shader.js", "lineno": 192, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "The WebGL shader program this shader uses.", @@ -137216,7 +137474,7 @@ "longname": "Phaser.GameObjects.Shader#program", "scope": "instance", "kind": "member", - "___id": "T000002R014037", + "___id": "T000002R014061", "___s": true }, { @@ -137225,7 +137483,7 @@ "filename": "Shader.js", "lineno": 201, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "Uint8 view to the vertex raw buffer. Used for uploading vertex buffer resources to the GPU.", @@ -137244,7 +137502,7 @@ "longname": "Phaser.GameObjects.Shader#bytes", "scope": "instance", "kind": "member", - "___id": "T000002R014039", + "___id": "T000002R014063", "___s": true }, { @@ -137253,7 +137511,7 @@ "filename": "Shader.js", "lineno": 210, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "Float32 view of the array buffer containing the shaders vertices.", @@ -137272,7 +137530,7 @@ "longname": "Phaser.GameObjects.Shader#vertexViewF32", "scope": "instance", "kind": "member", - "___id": "T000002R014041", + "___id": "T000002R014065", "___s": true }, { @@ -137281,7 +137539,7 @@ "filename": "Shader.js", "lineno": 249, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "The view matrix the shader uses during rendering.", @@ -137301,7 +137559,7 @@ "longname": "Phaser.GameObjects.Shader#viewMatrix", "scope": "instance", "kind": "member", - "___id": "T000002R014049", + "___id": "T000002R014073", "___s": true }, { @@ -137310,7 +137568,7 @@ "filename": "Shader.js", "lineno": 259, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "The projection matrix the shader uses during rendering.", @@ -137330,7 +137588,7 @@ "longname": "Phaser.GameObjects.Shader#projectionMatrix", "scope": "instance", "kind": "member", - "___id": "T000002R014051", + "___id": "T000002R014075", "___s": true }, { @@ -137339,7 +137597,7 @@ "filename": "Shader.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "The default uniform mappings. These can be added to (or replaced) by specifying your own uniforms when\rcreating this shader game object. The uniforms are updated automatically during the render step.\r\rThe defaults are:\r\r`resolution` (2f) - Set to the size of this shader.\r`time` (1f) - The elapsed game time, in seconds.\r`mouse` (2f) - If a pointer has been bound (with `setPointer`), this uniform contains its position each frame.\r`date` (4fv) - A vec4 containing the year, month, day and time in seconds.\r`sampleRate` (1f) - Sound sample rate. 44100 by default.\r`iChannel0...3` (sampler2D) - Input channels 0 to 3. `null` by default.", @@ -137358,7 +137616,7 @@ "longname": "Phaser.GameObjects.Shader#uniforms", "scope": "instance", "kind": "member", - "___id": "T000002R014053", + "___id": "T000002R014077", "___s": true }, { @@ -137367,7 +137625,7 @@ "filename": "Shader.js", "lineno": 288, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "The pointer bound to this shader, if any.\rSet via the chainable `setPointer` method, or by modifying this property directly.", @@ -137386,7 +137644,7 @@ "longname": "Phaser.GameObjects.Shader#pointer", "scope": "instance", "kind": "member", - "___id": "T000002R014055", + "___id": "T000002R014079", "___s": true }, { @@ -137395,7 +137653,7 @@ "filename": "Shader.js", "lineno": 328, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "A reference to the GL Frame Buffer this Shader is drawing to.\rThis property is only set if you have called `Shader.setRenderToTexture`.", @@ -137416,7 +137674,7 @@ "longname": "Phaser.GameObjects.Shader#framebuffer", "scope": "instance", "kind": "member", - "___id": "T000002R014063", + "___id": "T000002R014087", "___s": true }, { @@ -137425,7 +137683,7 @@ "filename": "Shader.js", "lineno": 338, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "A reference to the WebGLTextureWrapper this Shader is rendering to.\rThis property is only set if you have called `Shader.setRenderToTexture`.", @@ -137446,7 +137704,7 @@ "longname": "Phaser.GameObjects.Shader#glTexture", "scope": "instance", "kind": "member", - "___id": "T000002R014065", + "___id": "T000002R014089", "___s": true }, { @@ -137455,7 +137713,7 @@ "filename": "Shader.js", "lineno": 348, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "A flag that indicates if this Shader has been set to render to a texture instead of the display list.\r\rThis property is `true` if you have called `Shader.setRenderToTexture`, otherwise it's `false`.\r\rA Shader that is rendering to a texture _does not_ appear on the display list.", @@ -137475,7 +137733,7 @@ "longname": "Phaser.GameObjects.Shader#renderToTexture", "scope": "instance", "kind": "member", - "___id": "T000002R014067", + "___id": "T000002R014091", "___s": true }, { @@ -137484,7 +137742,7 @@ "filename": "Shader.js", "lineno": 362, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "A reference to the Phaser.Textures.Texture that has been stored in the Texture Manager for this Shader.\r\rThis property is only set if you have called `Shader.setRenderToTexture` with a key, otherwise it is `null`.", @@ -137503,7 +137761,7 @@ "longname": "Phaser.GameObjects.Shader#texture", "scope": "instance", "kind": "member", - "___id": "T000002R014069", + "___id": "T000002R014093", "___s": true }, { @@ -137512,7 +137770,7 @@ "filename": "Shader.js", "lineno": 381, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "Compares the renderMask with the renderFlags to see if this Game Object will render or not.\rAlso checks the Game Object against the given Cameras exclusion list.", @@ -137552,7 +137810,7 @@ "longname": "Phaser.GameObjects.Shader#willRender", "scope": "instance", "overrides": "Phaser.GameObjects.GameObject#willRender", - "___id": "T000002R014071", + "___id": "T000002R014095", "___s": true }, { @@ -137561,7 +137819,7 @@ "filename": "Shader.js", "lineno": 404, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "Changes this Shader so instead of rendering to the display list it renders to a\rWebGL Framebuffer and WebGL Texture instead. This allows you to use the output\rof this shader as an input for another shader, by mapping a sampler2D uniform\rto it.\r\rAfter calling this method the `Shader.framebuffer` and `Shader.glTexture` properties\rare populated.\r\rAdditionally, you can provide a key to this method. Doing so will create a Phaser Texture\rfrom this Shader and save it into the Texture Manager, allowing you to then use it for\rany texture-based Game Object, such as a Sprite or Image:\r\r```javascript\rvar shader = this.add.shader('myShader', x, y, width, height);\r\rshader.setRenderToTexture('doodle');\r\rthis.add.image(400, 300, 'doodle');\r```\r\rNote that it stores an active reference to this Shader. That means as this shader updates,\rso does the texture and any object using it to render with. Also, if you destroy this\rshader, be sure to clear any objects that may have been using it as a texture too.\r\rYou can access the Phaser Texture that is created via the `Shader.texture` property.\r\rBy default it will create a single base texture. You can add frames to the texture\rby using the `Texture.add` method. After doing this, you can then allow Game Objects\rto use a specific frame from a Render Texture.", @@ -137617,7 +137875,7 @@ "memberof": "Phaser.GameObjects.Shader", "longname": "Phaser.GameObjects.Shader#setRenderToTexture", "scope": "instance", - "___id": "T000002R014073", + "___id": "T000002R014097", "___s": true }, { @@ -137626,7 +137884,7 @@ "filename": "Shader.js", "lineno": 485, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "Sets the fragment and, optionally, the vertex shader source code that this Shader will use.\rThis will immediately delete the active shader program, if set, and then create a new one\rwith the given source. Finally, the shader uniforms are initialized.", @@ -137713,7 +137971,7 @@ "memberof": "Phaser.GameObjects.Shader", "longname": "Phaser.GameObjects.Shader#setShader", "scope": "instance", - "___id": "T000002R014085", + "___id": "T000002R014109", "___s": true }, { @@ -137722,7 +137980,7 @@ "filename": "Shader.js", "lineno": 582, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "Binds a Phaser Pointer object to this Shader.\r\rThe screen position of the pointer will be set in to the shaders `mouse` uniform\rautomatically every frame. Call this method with no arguments to unbind the pointer.", @@ -137763,7 +138021,7 @@ "memberof": "Phaser.GameObjects.Shader", "longname": "Phaser.GameObjects.Shader#setPointer", "scope": "instance", - "___id": "T000002R014143", + "___id": "T000002R014167", "___s": true }, { @@ -137772,7 +138030,7 @@ "filename": "Shader.js", "lineno": 602, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "Sets this shader to use an orthographic projection matrix.\rThis matrix is stored locally in the `projectionMatrix` property,\ras well as being bound to the `uProjectionMatrix` uniform.", @@ -137836,7 +138094,7 @@ "memberof": "Phaser.GameObjects.Shader", "longname": "Phaser.GameObjects.Shader#projOrtho", "scope": "instance", - "___id": "T000002R014146", + "___id": "T000002R014170", "___s": true }, { @@ -137845,7 +138103,7 @@ "filename": "Shader.js", "lineno": 687, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "Sets a sampler2D uniform on this shader where the source texture is a WebGLTextureBuffer.\r\rThis allows you to feed the output from one Shader into another:\r\r```javascript\rlet shader1 = this.add.shader(baseShader1, 0, 0, 512, 512).setRenderToTexture();\rlet shader2 = this.add.shader(baseShader2, 0, 0, 512, 512).setRenderToTexture('output');\r\rshader1.setSampler2DBuffer('iChannel0', shader2.glTexture, 512, 512);\rshader2.setSampler2DBuffer('iChannel0', shader1.glTexture, 512, 512);\r```\r\rIn the above code, the result of baseShader1 is fed into Shader2 as the `iChannel0` sampler2D uniform.\rThe result of baseShader2 is then fed back into shader1 again, creating a feedback loop.\r\rIf you wish to use an image from the Texture Manager as a sampler2D input for this shader,\rsee the `Shader.setSampler2D` method.", @@ -137953,7 +138211,7 @@ "memberof": "Phaser.GameObjects.Shader", "longname": "Phaser.GameObjects.Shader#setSampler2DBuffer", "scope": "instance", - "___id": "T000002R014183", + "___id": "T000002R014207", "___s": true }, { @@ -137962,7 +138220,7 @@ "filename": "Shader.js", "lineno": 739, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "Sets a sampler2D uniform on this shader.\r\rThe textureKey given is the key from the Texture Manager cache. You cannot use a single frame\rfrom a texture, only the full image. Also, lots of shaders expect textures to be power-of-two sized.\r\rIf you wish to use another Shader as a sampler2D input for this shader, see the `Shader.setSampler2DBuffer` method.", @@ -138044,7 +138302,7 @@ "memberof": "Phaser.GameObjects.Shader", "longname": "Phaser.GameObjects.Shader#setSampler2D", "scope": "instance", - "___id": "T000002R014193", + "___id": "T000002R014217", "___s": true }, { @@ -138053,7 +138311,7 @@ "filename": "Shader.js", "lineno": 803, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "Sets a property of a uniform already present on this shader.\r\rTo modify the value of a uniform such as a 1f or 1i use the `value` property directly:\r\r```javascript\rshader.setUniform('size.value', 16);\r```\r\rYou can use dot notation to access deeper values, for example:\r\r```javascript\rshader.setUniform('resolution.value.x', 512);\r```\r\rThe change to the uniform will take effect the next time the shader is rendered.", @@ -138106,7 +138364,7 @@ "memberof": "Phaser.GameObjects.Shader", "longname": "Phaser.GameObjects.Shader#setUniform", "scope": "instance", - "___id": "T000002R014208", + "___id": "T000002R014232", "___s": true }, { @@ -138115,7 +138373,7 @@ "filename": "Shader.js", "lineno": 835, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "Returns the uniform object for the given key, or `null` if the uniform couldn't be found.", @@ -138154,7 +138412,7 @@ "memberof": "Phaser.GameObjects.Shader", "longname": "Phaser.GameObjects.Shader#getUniform", "scope": "instance", - "___id": "T000002R014210", + "___id": "T000002R014234", "___s": true }, { @@ -138163,7 +138421,7 @@ "filename": "Shader.js", "lineno": 850, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "A short-cut method that will directly set the texture being used by the `iChannel0` sampler2D uniform.\r\rThe textureKey given is the key from the Texture Manager cache. You cannot use a single frame\rfrom a texture, only the full image. Also, lots of shaders expect textures to be power-of-two sized.", @@ -138217,7 +138475,7 @@ "memberof": "Phaser.GameObjects.Shader", "longname": "Phaser.GameObjects.Shader#setChannel0", "scope": "instance", - "___id": "T000002R014212", + "___id": "T000002R014236", "___s": true }, { @@ -138226,7 +138484,7 @@ "filename": "Shader.js", "lineno": 869, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "A short-cut method that will directly set the texture being used by the `iChannel1` sampler2D uniform.\r\rThe textureKey given is the key from the Texture Manager cache. You cannot use a single frame\rfrom a texture, only the full image. Also, lots of shaders expect textures to be power-of-two sized.", @@ -138280,7 +138538,7 @@ "memberof": "Phaser.GameObjects.Shader", "longname": "Phaser.GameObjects.Shader#setChannel1", "scope": "instance", - "___id": "T000002R014214", + "___id": "T000002R014238", "___s": true }, { @@ -138289,7 +138547,7 @@ "filename": "Shader.js", "lineno": 888, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "A short-cut method that will directly set the texture being used by the `iChannel2` sampler2D uniform.\r\rThe textureKey given is the key from the Texture Manager cache. You cannot use a single frame\rfrom a texture, only the full image. Also, lots of shaders expect textures to be power-of-two sized.", @@ -138343,7 +138601,7 @@ "memberof": "Phaser.GameObjects.Shader", "longname": "Phaser.GameObjects.Shader#setChannel2", "scope": "instance", - "___id": "T000002R014216", + "___id": "T000002R014240", "___s": true }, { @@ -138352,7 +138610,7 @@ "filename": "Shader.js", "lineno": 907, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "A short-cut method that will directly set the texture being used by the `iChannel3` sampler2D uniform.\r\rThe textureKey given is the key from the Texture Manager cache. You cannot use a single frame\rfrom a texture, only the full image. Also, lots of shaders expect textures to be power-of-two sized.", @@ -138406,7 +138664,7 @@ "memberof": "Phaser.GameObjects.Shader", "longname": "Phaser.GameObjects.Shader#setChannel3", "scope": "instance", - "___id": "T000002R014218", + "___id": "T000002R014242", "___s": true }, { @@ -138415,7 +138673,7 @@ "filename": "Shader.js", "lineno": 1058, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "Called automatically during render.\r\rThis method performs matrix ITRS and then stores the resulting value in the `uViewMatrix` uniform.\rIt then sets up the vertex buffer and shader, updates and syncs the uniforms ready\rfor flush to be called.", @@ -138441,7 +138699,7 @@ "memberof": "Phaser.GameObjects.Shader", "longname": "Phaser.GameObjects.Shader#load", "scope": "instance", - "___id": "T000002R014253", + "___id": "T000002R014277", "___s": true }, { @@ -138450,7 +138708,7 @@ "filename": "Shader.js", "lineno": 1130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "Called automatically during render.\r\rSets the active shader, loads the vertex buffer and then draws.", @@ -138460,7 +138718,7 @@ "memberof": "Phaser.GameObjects.Shader", "longname": "Phaser.GameObjects.Shader#flush", "scope": "instance", - "___id": "T000002R014282", + "___id": "T000002R014306", "___s": true }, { @@ -138469,7 +138727,7 @@ "filename": "Shader.js", "lineno": 1220, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "Run any logic that was deferred during context loss.", @@ -138479,7 +138737,7 @@ "memberof": "Phaser.GameObjects.Shader", "longname": "Phaser.GameObjects.Shader#onContextRestored", "scope": "instance", - "___id": "T000002R014304", + "___id": "T000002R014328", "___s": true }, { @@ -138488,7 +138746,7 @@ "filename": "Shader.js", "lineno": 1248, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "Internal destroy handler, called as part of the destroy process.", @@ -138499,7 +138757,7 @@ "memberof": "Phaser.GameObjects.Shader", "longname": "Phaser.GameObjects.Shader#preDestroy", "scope": "instance", - "___id": "T000002R014315", + "___id": "T000002R014339", "___s": true }, { @@ -138508,7 +138766,7 @@ "filename": "ShaderCreator.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "Creates a new Shader Game Object and returns it.\r\rNote: This method will only be available if the Shader Game Object and WebGL support have been built into Phaser.", @@ -138561,7 +138819,7 @@ "memberof": "Phaser.GameObjects.GameObjectCreator", "longname": "Phaser.GameObjects.GameObjectCreator#shader", "scope": "instance", - "___id": "T000002R014330", + "___id": "T000002R014354", "___s": true }, { @@ -138570,7 +138828,7 @@ "filename": "ShaderFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader", "code": {} }, "description": "Creates a new Shader Game Object and adds it to the Scene.\r\rNote: This method will only be available if the Shader Game Object and WebGL support have been built into Phaser.", @@ -138723,7 +138981,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#shader", "scope": "instance", - "___id": "T000002R014341", + "___id": "T000002R014365", "___s": true }, { @@ -138732,7 +138990,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader\\typedefs", "code": {} }, "kind": "namespace", @@ -138740,7 +138998,7 @@ "memberof": "Phaser.Types.GameObjects", "longname": "Phaser.Types.GameObjects.Shader", "scope": "static", - "___id": "T000002R014355", + "___id": "T000002R014379", "___s": true }, { @@ -138749,7 +139007,7 @@ "filename": "ShaderConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shader\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shader\\typedefs", "code": {} }, "kind": "typedef", @@ -138825,7 +139083,7 @@ "memberof": "Phaser.Types.GameObjects.Shader", "longname": "Phaser.Types.GameObjects.Shader.ShaderConfig", "scope": "static", - "___id": "T000002R014356", + "___id": "T000002R014380", "___s": true }, { @@ -138834,7 +139092,7 @@ "filename": "Arc.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\arc", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\arc", "code": {} }, "classdesc": "The Arc Shape is a Game Object that can be added to a Scene, Group or Container. You can\rtreat it like any other Game Object in your game, such as tweening it, scaling it, or enabling\rit for input or physics. It provides a quick and easy way for you to render this shape in your\rgame without using a texture, while still taking advantage of being fully batched in WebGL.\r\rThis shape supports both fill and stroke colors.\r\rWhen it renders it displays an arc shape. You can control the start and end angles of the arc,\ras well as if the angles are winding clockwise or anti-clockwise. With the default settings\rit renders as a complete circle. By changing the angles you can create other arc shapes,\rsuch as half-circles.\r\rArcs also have an `iterations` property and corresponding `setIterations` method. This allows\ryou to control how smooth the shape renders in WebGL, by controlling the number of iterations\rthat take place during construction.", @@ -138980,7 +139238,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Arc", - "___id": "T000002R014364", + "___id": "T000002R014388", "___s": true }, { @@ -138989,7 +139247,7 @@ "filename": "Arc.js", "lineno": 125, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\arc", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\arc", "code": {} }, "description": "The number of iterations used when drawing the arc.\rIncrease this value for smoother arcs, at the cost of more polygons being rendered.\rModify this value by small amounts, such as 0.01.", @@ -139009,7 +139267,7 @@ "longname": "Phaser.GameObjects.Arc#iterations", "scope": "instance", "kind": "member", - "___id": "T000002R014384", + "___id": "T000002R014408", "___s": true }, { @@ -139018,7 +139276,7 @@ "filename": "Arc.js", "lineno": 151, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\arc", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\arc", "code": {} }, "description": "The radius of the arc.", @@ -139037,7 +139295,7 @@ "longname": "Phaser.GameObjects.Arc#radius", "scope": "instance", "kind": "member", - "___id": "T000002R014389", + "___id": "T000002R014413", "___s": true }, { @@ -139046,7 +139304,7 @@ "filename": "Arc.js", "lineno": 177, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\arc", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\arc", "code": {} }, "description": "The start angle of the arc, in degrees.", @@ -139065,7 +139323,7 @@ "longname": "Phaser.GameObjects.Arc#startAngle", "scope": "instance", "kind": "member", - "___id": "T000002R014395", + "___id": "T000002R014419", "___s": true }, { @@ -139074,7 +139332,7 @@ "filename": "Arc.js", "lineno": 200, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\arc", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\arc", "code": {} }, "description": "The end angle of the arc, in degrees.", @@ -139093,7 +139351,7 @@ "longname": "Phaser.GameObjects.Arc#endAngle", "scope": "instance", "kind": "member", - "___id": "T000002R014400", + "___id": "T000002R014424", "___s": true }, { @@ -139102,7 +139360,7 @@ "filename": "Arc.js", "lineno": 223, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\arc", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\arc", "code": {} }, "description": "The winding order of the start and end angles.", @@ -139121,7 +139379,7 @@ "longname": "Phaser.GameObjects.Arc#anticlockwise", "scope": "instance", "kind": "member", - "___id": "T000002R014405", + "___id": "T000002R014429", "___s": true }, { @@ -139130,7 +139388,7 @@ "filename": "Arc.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\arc", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\arc", "code": {} }, "description": "Sets the radius of the arc.\rThis call can be chained.", @@ -139170,7 +139428,7 @@ "memberof": "Phaser.GameObjects.Arc", "longname": "Phaser.GameObjects.Arc#setRadius", "scope": "instance", - "___id": "T000002R014410", + "___id": "T000002R014434", "___s": true }, { @@ -139179,7 +139437,7 @@ "filename": "Arc.js", "lineno": 264, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\arc", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\arc", "code": {} }, "description": "Sets the number of iterations used when drawing the arc.\rIncrease this value for smoother arcs, at the cost of more polygons being rendered.\rModify this value by small amounts, such as 0.01.\rThis call can be chained.", @@ -139219,7 +139477,7 @@ "memberof": "Phaser.GameObjects.Arc", "longname": "Phaser.GameObjects.Arc#setIterations", "scope": "instance", - "___id": "T000002R014413", + "___id": "T000002R014437", "___s": true }, { @@ -139228,7 +139486,7 @@ "filename": "Arc.js", "lineno": 286, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\arc", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\arc", "code": {} }, "description": "Sets the starting angle of the arc, in degrees.\rThis call can be chained.", @@ -139268,7 +139526,7 @@ "memberof": "Phaser.GameObjects.Arc", "longname": "Phaser.GameObjects.Arc#setStartAngle", "scope": "instance", - "___id": "T000002R014417", + "___id": "T000002R014441", "___s": true }, { @@ -139277,7 +139535,7 @@ "filename": "Arc.js", "lineno": 309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\arc", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\arc", "code": {} }, "description": "Sets the ending angle of the arc, in degrees.\rThis call can be chained.", @@ -139317,7 +139575,7 @@ "memberof": "Phaser.GameObjects.Arc", "longname": "Phaser.GameObjects.Arc#setEndAngle", "scope": "instance", - "___id": "T000002R014421", + "___id": "T000002R014445", "___s": true }, { @@ -139326,7 +139584,7 @@ "filename": "ArcFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\arc", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\arc", "code": {} }, "description": "Creates a new Arc Shape Game Object and adds it to the Scene.\r\rNote: This method will only be available if the Arc Game Object has been built into Phaser.\r\rThe Arc Shape is a Game Object that can be added to a Scene, Group or Container. You can\rtreat it like any other Game Object in your game, such as tweening it, scaling it, or enabling\rit for input or physics. It provides a quick and easy way for you to render this shape in your\rgame without using a texture, while still taking advantage of being fully batched in WebGL.\r\rThis shape supports both fill and stroke colors.\r\rWhen it renders it displays an arc shape. You can control the start and end angles of the arc,\ras well as if the angles are winding clockwise or anti-clockwise. With the default settings\rit renders as a complete circle. By changing the angles you can create other arc shapes,\rsuch as half-circles.", @@ -139470,7 +139728,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#arc", "scope": "instance", - "___id": "T000002R014459", + "___id": "T000002R014483", "___s": true }, { @@ -139479,7 +139737,7 @@ "filename": "ArcFactory.js", "lineno": 46, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\arc", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\arc", "code": {} }, "description": "Creates a new Circle Shape Game Object and adds it to the Scene.\r\rA Circle is an Arc with no defined start and end angle, making it render as a complete circle.\r\rNote: This method will only be available if the Arc Game Object has been built into Phaser.", @@ -139578,7 +139836,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#circle", "scope": "instance", - "___id": "T000002R014460", + "___id": "T000002R014484", "___s": true }, { @@ -139587,7 +139845,7 @@ "filename": "Curve.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\curve", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\curve", "code": {} }, "classdesc": "The Curve Shape is a Game Object that can be added to a Scene, Group or Container. You can\rtreat it like any other Game Object in your game, such as tweening it, scaling it, or enabling\rit for input or physics. It provides a quick and easy way for you to render this shape in your\rgame without using a texture, while still taking advantage of being fully batched in WebGL.\r\rThis shape supports both fill and stroke colors.\r\rTo render a Curve Shape you must first create a `Phaser.Curves.Curve` object, then pass it to\rthe Curve Shape in the constructor.\r\rThe Curve shape also has a `smoothness` property and corresponding `setSmoothness` method.\rThis allows you to control how smooth the shape renders in WebGL, by controlling the number of iterations\rthat take place during construction. Increase and decrease the default value for smoother, or more\rjagged, shapes.", @@ -139687,7 +139945,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Curve", - "___id": "T000002R014486", + "___id": "T000002R014510", "___s": true }, { @@ -139696,7 +139954,7 @@ "filename": "Curve.js", "lineno": 94, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\curve", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\curve", "code": {} }, "description": "The smoothness of the curve. The number of points used when rendering it.\rIncrease this value for smoother curves, at the cost of more polygons being rendered.", @@ -139716,7 +139974,7 @@ "longname": "Phaser.GameObjects.Curve#smoothness", "scope": "instance", "kind": "member", - "___id": "T000002R014498", + "___id": "T000002R014522", "___s": true }, { @@ -139725,7 +139983,7 @@ "filename": "Curve.js", "lineno": 119, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\curve", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\curve", "code": {} }, "description": "Sets the smoothness of the curve. The number of points used when rendering it.\rIncrease this value for smoother curves, at the cost of more polygons being rendered.\rThis call can be chained.", @@ -139765,7 +140023,7 @@ "memberof": "Phaser.GameObjects.Curve", "longname": "Phaser.GameObjects.Curve#setSmoothness", "scope": "instance", - "___id": "T000002R014503", + "___id": "T000002R014527", "___s": true }, { @@ -139774,7 +140032,7 @@ "filename": "CurveFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\curve", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\curve", "code": {} }, "description": "Creates a new Curve Shape Game Object and adds it to the Scene.\r\rNote: This method will only be available if the Curve Game Object has been built into Phaser.\r\rThe Curve Shape is a Game Object that can be added to a Scene, Group or Container. You can\rtreat it like any other Game Object in your game, such as tweening it, scaling it, or enabling\rit for input or physics. It provides a quick and easy way for you to render this shape in your\rgame without using a texture, while still taking advantage of being fully batched in WebGL.\r\rThis shape supports both fill and stroke colors.\r\rTo render a Curve Shape you must first create a `Phaser.Curves.Curve` object, then pass it to\rthe Curve Shape in the constructor.\r\rThe Curve shape also has a `smoothness` property and corresponding `setSmoothness` method.\rThis allows you to control how smooth the shape renders in WebGL, by controlling the number of iterations\rthat take place during construction. Increase and decrease the default value for smoother, or more\rjagged, shapes.", @@ -139872,7 +140130,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#curve", "scope": "instance", - "___id": "T000002R014536", + "___id": "T000002R014560", "___s": true }, { @@ -139881,7 +140139,7 @@ "filename": "Ellipse.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\ellipse", "code": {} }, "classdesc": "The Ellipse Shape is a Game Object that can be added to a Scene, Group or Container. You can\rtreat it like any other Game Object in your game, such as tweening it, scaling it, or enabling\rit for input or physics. It provides a quick and easy way for you to render this shape in your\rgame without using a texture, while still taking advantage of being fully batched in WebGL.\r\rThis shape supports both fill and stroke colors.\r\rWhen it renders it displays an ellipse shape. You can control the width and height of the ellipse.\rIf the width and height match it will render as a circle. If the width is less than the height,\rit will look more like an egg shape.\r\rThe Ellipse shape also has a `smoothness` property and corresponding `setSmoothness` method.\rThis allows you to control how smooth the shape renders in WebGL, by controlling the number of iterations\rthat take place during construction. Increase and decrease the default value for smoother, or more\rjagged, shapes.", @@ -139997,7 +140255,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Ellipse", - "___id": "T000002R014562", + "___id": "T000002R014586", "___s": true }, { @@ -140006,7 +140264,7 @@ "filename": "Ellipse.js", "lineno": 89, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\ellipse", "code": {} }, "description": "The smoothness of the ellipse. The number of points used when rendering it.\rIncrease this value for a smoother ellipse, at the cost of more polygons being rendered.", @@ -140026,7 +140284,7 @@ "longname": "Phaser.GameObjects.Ellipse#smoothness", "scope": "instance", "kind": "member", - "___id": "T000002R014575", + "___id": "T000002R014599", "___s": true }, { @@ -140035,7 +140293,7 @@ "filename": "Ellipse.js", "lineno": 114, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\ellipse", "code": {} }, "description": "Sets the size of the ellipse by changing the underlying geometry data, rather than scaling the object.\rThis call can be chained.", @@ -140089,16 +140347,16 @@ "longname": "Phaser.GameObjects.Ellipse#setSize", "scope": "instance", "overrides": "Phaser.GameObjects.Shape#setSize", - "___id": "T000002R014580", + "___id": "T000002R014604", "___s": true }, { "comment": "/**\r\n * Sets the smoothness of the ellipse. The number of points used when rendering it.\r\n * Increase this value for a smoother ellipse, at the cost of more polygons being rendered.\r\n * This call can be chained.\r\n *\r\n * @method Phaser.GameObjects.Ellipse#setSmoothness\r\n * @since 3.13.0\r\n *\r\n * @param {number} value - The value to set the smoothness to.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Ellipse.js", - "lineno": 136, + "lineno": 138, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\ellipse", "code": {} }, "description": "Sets the smoothness of the ellipse. The number of points used when rendering it.\rIncrease this value for a smoother ellipse, at the cost of more polygons being rendered.\rThis call can be chained.", @@ -140138,7 +140396,7 @@ "memberof": "Phaser.GameObjects.Ellipse", "longname": "Phaser.GameObjects.Ellipse#setSmoothness", "scope": "instance", - "___id": "T000002R014584", + "___id": "T000002R014608", "___s": true }, { @@ -140147,7 +140405,7 @@ "filename": "EllipseFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\ellipse", "code": {} }, "description": "Creates a new Ellipse Shape Game Object and adds it to the Scene.\r\rNote: This method will only be available if the Ellipse Game Object has been built into Phaser.\r\rThe Ellipse Shape is a Game Object that can be added to a Scene, Group or Container. You can\rtreat it like any other Game Object in your game, such as tweening it, scaling it, or enabling\rit for input or physics. It provides a quick and easy way for you to render this shape in your\rgame without using a texture, while still taking advantage of being fully batched in WebGL.\r\rThis shape supports both fill and stroke colors.\r\rWhen it renders it displays an ellipse shape. You can control the width and height of the ellipse.\rIf the width and height match it will render as a circle. If the width is less than the height,\rit will look more like an egg shape.\r\rThe Ellipse shape also has a `smoothness` property and corresponding `setSmoothness` method.\rThis allows you to control how smooth the shape renders in WebGL, by controlling the number of iterations\rthat take place during construction. Increase and decrease the default value for smoother, or more\rjagged, shapes.", @@ -140261,7 +140519,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#ellipse", "scope": "instance", - "___id": "T000002R014615", + "___id": "T000002R014639", "___s": true }, { @@ -140270,7 +140528,7 @@ "filename": "Grid.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\grid", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\grid", "code": {} }, "classdesc": "The Grid Shape is a Game Object that can be added to a Scene, Group or Container. You can\rtreat it like any other Game Object in your game, such as tweening it, scaling it, or enabling\rit for input or physics. It provides a quick and easy way for you to render this shape in your\rgame without using a texture, while still taking advantage of being fully batched in WebGL.\r\rThis shape supports only fill colors and cannot be stroked.\r\rA Grid Shape allows you to display a grid in your game, where you can control the size of the\rgrid as well as the width and height of the grid cells. You can set a fill color for each grid\rcell as well as an alternate fill color. When the alternate fill color is set then the grid\rcells will alternate the fill colors as they render, creating a chess-board effect. You can\ralso optionally have an outline fill color. If set, this draws lines between the grid cells\rin the given color. If you specify an outline color with an alpha of zero, then it will draw\rthe cells spaced out, but without the lines between them.", @@ -140444,7 +140702,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Grid", - "___id": "T000002R014672", + "___id": "T000002R014696", "___s": true }, { @@ -140453,7 +140711,7 @@ "filename": "Grid.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\grid", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\grid", "code": {} }, "description": "The width of each grid cell.\rMust be a positive value.", @@ -140472,7 +140730,7 @@ "longname": "Phaser.GameObjects.Grid#cellWidth", "scope": "instance", "kind": "member", - "___id": "T000002R014683", + "___id": "T000002R014707", "___s": true }, { @@ -140481,7 +140739,7 @@ "filename": "Grid.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\grid", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\grid", "code": {} }, "description": "The height of each grid cell.\rMust be a positive value.", @@ -140500,7 +140758,7 @@ "longname": "Phaser.GameObjects.Grid#cellHeight", "scope": "instance", "kind": "member", - "___id": "T000002R014685", + "___id": "T000002R014709", "___s": true }, { @@ -140509,7 +140767,7 @@ "filename": "Grid.js", "lineno": 87, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\grid", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\grid", "code": {} }, "description": "Will the grid render its cells in the `fillColor`?", @@ -140528,7 +140786,7 @@ "longname": "Phaser.GameObjects.Grid#showCells", "scope": "instance", "kind": "member", - "___id": "T000002R014687", + "___id": "T000002R014711", "___s": true }, { @@ -140537,7 +140795,7 @@ "filename": "Grid.js", "lineno": 96, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\grid", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\grid", "code": {} }, "description": "The color of the lines between each grid cell.", @@ -140556,7 +140814,7 @@ "longname": "Phaser.GameObjects.Grid#outlineFillColor", "scope": "instance", "kind": "member", - "___id": "T000002R014689", + "___id": "T000002R014713", "___s": true }, { @@ -140565,7 +140823,7 @@ "filename": "Grid.js", "lineno": 105, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\grid", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\grid", "code": {} }, "description": "The alpha value for the color of the lines between each grid cell.", @@ -140584,7 +140842,7 @@ "longname": "Phaser.GameObjects.Grid#outlineFillAlpha", "scope": "instance", "kind": "member", - "___id": "T000002R014691", + "___id": "T000002R014715", "___s": true }, { @@ -140593,7 +140851,7 @@ "filename": "Grid.js", "lineno": 114, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\grid", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\grid", "code": {} }, "description": "Will the grid display the lines between each cell when it renders?", @@ -140612,7 +140870,7 @@ "longname": "Phaser.GameObjects.Grid#showOutline", "scope": "instance", "kind": "member", - "___id": "T000002R014693", + "___id": "T000002R014717", "___s": true }, { @@ -140621,7 +140879,7 @@ "filename": "Grid.js", "lineno": 123, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\grid", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\grid", "code": {} }, "description": "Will the grid render the alternating cells in the `altFillColor`?", @@ -140640,7 +140898,7 @@ "longname": "Phaser.GameObjects.Grid#showAltCells", "scope": "instance", "kind": "member", - "___id": "T000002R014695", + "___id": "T000002R014719", "___s": true }, { @@ -140649,7 +140907,7 @@ "filename": "Grid.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\grid", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\grid", "code": {} }, "description": "The color the alternating grid cells will be filled with, i.e. 0xff0000 for red.", @@ -140668,7 +140926,7 @@ "longname": "Phaser.GameObjects.Grid#altFillColor", "scope": "instance", "kind": "member", - "___id": "T000002R014697", + "___id": "T000002R014721", "___s": true }, { @@ -140677,7 +140935,7 @@ "filename": "Grid.js", "lineno": 141, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\grid", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\grid", "code": {} }, "description": "The alpha the alternating grid cells will be filled with.\rYou can also set the alpha of the overall Shape using its `alpha` property.", @@ -140696,7 +140954,7 @@ "longname": "Phaser.GameObjects.Grid#altFillAlpha", "scope": "instance", "kind": "member", - "___id": "T000002R014699", + "___id": "T000002R014723", "___s": true }, { @@ -140705,7 +140963,7 @@ "filename": "Grid.js", "lineno": 164, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\grid", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\grid", "code": {} }, "description": "Sets the fill color and alpha level the grid cells will use when rendering.\r\rIf this method is called with no values then the grid cells will not be rendered,\rhowever the grid lines and alternating cells may still be.\r\rAlso see the `setOutlineStyle` and `setAltFillStyle` methods.\r\rThis call can be chained.", @@ -140762,7 +141020,7 @@ "longname": "Phaser.GameObjects.Grid#setFillStyle", "scope": "instance", "overrides": "Phaser.GameObjects.Shape#setFillStyle", - "___id": "T000002R014701", + "___id": "T000002R014725", "___s": true }, { @@ -140771,7 +141029,7 @@ "filename": "Grid.js", "lineno": 200, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\grid", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\grid", "code": {} }, "description": "Sets the fill color and alpha level that the alternating grid cells will use.\r\rIf this method is called with no values then alternating grid cells will not be rendered in a different color.\r\rAlso see the `setOutlineStyle` and `setFillStyle` methods.\r\rThis call can be chained.", @@ -140827,7 +141085,7 @@ "memberof": "Phaser.GameObjects.Grid", "longname": "Phaser.GameObjects.Grid#setAltFillStyle", "scope": "instance", - "___id": "T000002R014708", + "___id": "T000002R014732", "___s": true }, { @@ -140836,7 +141094,7 @@ "filename": "Grid.js", "lineno": 235, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\grid", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\grid", "code": {} }, "description": "Sets the fill color and alpha level that the lines between each grid cell will use.\r\rIf this method is called with no values then the grid lines will not be rendered at all, however\rthe cells themselves may still be if they have colors set.\r\rAlso see the `setFillStyle` and `setAltFillStyle` methods.\r\rThis call can be chained.", @@ -140892,7 +141150,7 @@ "memberof": "Phaser.GameObjects.Grid", "longname": "Phaser.GameObjects.Grid#setOutlineStyle", "scope": "instance", - "___id": "T000002R014715", + "___id": "T000002R014739", "___s": true }, { @@ -140901,7 +141159,7 @@ "filename": "GridFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\grid", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\grid", "code": {} }, "description": "Creates a new Grid Shape Game Object and adds it to the Scene.\r\rNote: This method will only be available if the Grid Game Object has been built into Phaser.\r\rThe Grid Shape is a Game Object that can be added to a Scene, Group or Container. You can\rtreat it like any other Game Object in your game, such as tweening it, scaling it, or enabling\rit for input or physics. It provides a quick and easy way for you to render this shape in your\rgame without using a texture, while still taking advantage of being fully batched in WebGL.\r\rThis shape supports only fill colors and cannot be stroked.\r\rA Grid Shape allows you to display a grid in your game, where you can control the size of the\rgrid as well as the width and height of the grid cells. You can set a fill color for each grid\rcell as well as an alternate fill color. When the alternate fill color is set then the grid\rcells will alternate the fill colors as they render, creating a chess-board effect. You can\ralso optionally have an outline fill color. If set, this draws lines between the grid cells\rin the given color. If you specify an outline color with an alpha of zero, then it will draw\rthe cells spaced out, but without the lines between them.", @@ -141073,7 +141331,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#grid", "scope": "instance", - "___id": "T000002R014770", + "___id": "T000002R014794", "___s": true }, { @@ -141082,7 +141340,7 @@ "filename": "IsoBox.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\isobox", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\isobox", "code": {} }, "classdesc": "The IsoBox Shape is a Game Object that can be added to a Scene, Group or Container. You can\rtreat it like any other Game Object in your game, such as tweening it, scaling it, or enabling\rit for input or physics. It provides a quick and easy way for you to render this shape in your\rgame without using a texture, while still taking advantage of being fully batched in WebGL.\r\rThis shape supports only fill colors and cannot be stroked.\r\rAn IsoBox is an 'isometric' rectangle. Each face of it has a different fill color. You can set\rthe color of the top, left and right faces of the rectangle respectively. You can also choose\rwhich of the faces are rendered via the `showTop`, `showLeft` and `showRight` properties.\r\rYou cannot view an IsoBox from under-neath, however you can change the 'angle' by setting\rthe `projection` property.", @@ -141215,7 +141473,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.IsoBox", - "___id": "T000002R014846", + "___id": "T000002R014870", "___s": true }, { @@ -141224,7 +141482,7 @@ "filename": "IsoBox.js", "lineno": 64, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\isobox", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\isobox", "code": {} }, "description": "The projection level of the iso box. Change this to change the 'angle' at which you are looking at the box.", @@ -141244,7 +141502,7 @@ "longname": "Phaser.GameObjects.IsoBox#projection", "scope": "instance", "kind": "member", - "___id": "T000002R014858", + "___id": "T000002R014882", "___s": true }, { @@ -141253,7 +141511,7 @@ "filename": "IsoBox.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\isobox", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\isobox", "code": {} }, "description": "The color used to fill in the top of the iso box.", @@ -141272,7 +141530,7 @@ "longname": "Phaser.GameObjects.IsoBox#fillTop", "scope": "instance", "kind": "member", - "___id": "T000002R014860", + "___id": "T000002R014884", "___s": true }, { @@ -141281,7 +141539,7 @@ "filename": "IsoBox.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\isobox", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\isobox", "code": {} }, "description": "The color used to fill in the left-facing side of the iso box.", @@ -141300,7 +141558,7 @@ "longname": "Phaser.GameObjects.IsoBox#fillLeft", "scope": "instance", "kind": "member", - "___id": "T000002R014862", + "___id": "T000002R014886", "___s": true }, { @@ -141309,7 +141567,7 @@ "filename": "IsoBox.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\isobox", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\isobox", "code": {} }, "description": "The color used to fill in the right-facing side of the iso box.", @@ -141328,7 +141586,7 @@ "longname": "Phaser.GameObjects.IsoBox#fillRight", "scope": "instance", "kind": "member", - "___id": "T000002R014864", + "___id": "T000002R014888", "___s": true }, { @@ -141337,7 +141595,7 @@ "filename": "IsoBox.js", "lineno": 101, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\isobox", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\isobox", "code": {} }, "description": "Controls if the top-face of the iso box be rendered.", @@ -141357,7 +141615,7 @@ "longname": "Phaser.GameObjects.IsoBox#showTop", "scope": "instance", "kind": "member", - "___id": "T000002R014866", + "___id": "T000002R014890", "___s": true }, { @@ -141366,7 +141624,7 @@ "filename": "IsoBox.js", "lineno": 111, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\isobox", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\isobox", "code": {} }, "description": "Controls if the left-face of the iso box be rendered.", @@ -141386,7 +141644,7 @@ "longname": "Phaser.GameObjects.IsoBox#showLeft", "scope": "instance", "kind": "member", - "___id": "T000002R014868", + "___id": "T000002R014892", "___s": true }, { @@ -141395,7 +141653,7 @@ "filename": "IsoBox.js", "lineno": 121, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\isobox", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\isobox", "code": {} }, "description": "Controls if the right-face of the iso box be rendered.", @@ -141415,7 +141673,7 @@ "longname": "Phaser.GameObjects.IsoBox#showRight", "scope": "instance", "kind": "member", - "___id": "T000002R014870", + "___id": "T000002R014894", "___s": true }, { @@ -141424,7 +141682,7 @@ "filename": "IsoBox.js", "lineno": 139, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\isobox", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\isobox", "code": {} }, "description": "Sets the projection level of the iso box. Change this to change the 'angle' at which you are looking at the box.\rThis call can be chained.", @@ -141464,7 +141722,7 @@ "memberof": "Phaser.GameObjects.IsoBox", "longname": "Phaser.GameObjects.IsoBox#setProjection", "scope": "instance", - "___id": "T000002R014873", + "___id": "T000002R014897", "___s": true }, { @@ -141473,7 +141731,7 @@ "filename": "IsoBox.js", "lineno": 157, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\isobox", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\isobox", "code": {} }, "description": "Sets which faces of the iso box will be rendered.\rThis call can be chained.", @@ -141545,7 +141803,7 @@ "memberof": "Phaser.GameObjects.IsoBox", "longname": "Phaser.GameObjects.IsoBox#setFaces", "scope": "instance", - "___id": "T000002R014876", + "___id": "T000002R014900", "___s": true }, { @@ -141554,7 +141812,7 @@ "filename": "IsoBox.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\isobox", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\isobox", "code": {} }, "description": "Sets the fill colors for each face of the iso box.\rThis call can be chained.", @@ -141624,7 +141882,7 @@ "longname": "Phaser.GameObjects.IsoBox#setFillStyle", "scope": "instance", "overrides": "Phaser.GameObjects.Shape#setFillStyle", - "___id": "T000002R014884", + "___id": "T000002R014908", "___s": true }, { @@ -141633,7 +141891,7 @@ "filename": "IsoBoxFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\isobox", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\isobox", "code": {} }, "description": "Creates a new IsoBox Shape Game Object and adds it to the Scene.\r\rNote: This method will only be available if the IsoBox Game Object has been built into Phaser.\r\rThe IsoBox Shape is a Game Object that can be added to a Scene, Group or Container. You can\rtreat it like any other Game Object in your game, such as tweening it, scaling it, or enabling\rit for input or physics. It provides a quick and easy way for you to render this shape in your\rgame without using a texture, while still taking advantage of being fully batched in WebGL.\r\rThis shape supports only fill colors and cannot be stroked.\r\rAn IsoBox is an 'isometric' rectangle. Each face of it has a different fill color. You can set\rthe color of the top, left and right faces of the rectangle respectively. You can also choose\rwhich of the faces are rendered via the `showTop`, `showLeft` and `showRight` properties.\r\rYou cannot view an IsoBox from under-neath, however you can change the 'angle' by setting\rthe `projection` property.", @@ -141764,7 +142022,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#isobox", "scope": "instance", - "___id": "T000002R014903", + "___id": "T000002R014927", "___s": true }, { @@ -141773,7 +142031,7 @@ "filename": "IsoTriangle.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\isotriangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\isotriangle", "code": {} }, "classdesc": "The IsoTriangle Shape is a Game Object that can be added to a Scene, Group or Container. You can\rtreat it like any other Game Object in your game, such as tweening it, scaling it, or enabling\rit for input or physics. It provides a quick and easy way for you to render this shape in your\rgame without using a texture, while still taking advantage of being fully batched in WebGL.\r\rThis shape supports only fill colors and cannot be stroked.\r\rAn IsoTriangle is an 'isometric' triangle. Think of it like a pyramid. Each face has a different\rfill color. You can set the color of the top, left and right faces of the triangle respectively\rYou can also choose which of the faces are rendered via the `showTop`, `showLeft` and `showRight` properties.\r\rYou cannot view an IsoTriangle from under-neath, however you can change the 'angle' by setting\rthe `projection` property. The `reversed` property controls if the IsoTriangle is rendered upside\rdown or not.", @@ -141921,7 +142179,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.IsoTriangle", - "___id": "T000002R014964", + "___id": "T000002R014988", "___s": true }, { @@ -141930,7 +142188,7 @@ "filename": "IsoTriangle.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\isotriangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\isotriangle", "code": {} }, "description": "The projection level of the iso box. Change this to change the 'angle' at which you are looking at the box.", @@ -141950,7 +142208,7 @@ "longname": "Phaser.GameObjects.IsoTriangle#projection", "scope": "instance", "kind": "member", - "___id": "T000002R014977", + "___id": "T000002R015001", "___s": true }, { @@ -141959,7 +142217,7 @@ "filename": "IsoTriangle.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\isotriangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\isotriangle", "code": {} }, "description": "The color used to fill in the top of the iso triangle. This is only used if the triangle is reversed.", @@ -141978,7 +142236,7 @@ "longname": "Phaser.GameObjects.IsoTriangle#fillTop", "scope": "instance", "kind": "member", - "___id": "T000002R014979", + "___id": "T000002R015003", "___s": true }, { @@ -141987,7 +142245,7 @@ "filename": "IsoTriangle.js", "lineno": 86, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\isotriangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\isotriangle", "code": {} }, "description": "The color used to fill in the left-facing side of the iso triangle.", @@ -142006,7 +142264,7 @@ "longname": "Phaser.GameObjects.IsoTriangle#fillLeft", "scope": "instance", "kind": "member", - "___id": "T000002R014981", + "___id": "T000002R015005", "___s": true }, { @@ -142015,7 +142273,7 @@ "filename": "IsoTriangle.js", "lineno": 95, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\isotriangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\isotriangle", "code": {} }, "description": "The color used to fill in the right-facing side of the iso triangle.", @@ -142034,7 +142292,7 @@ "longname": "Phaser.GameObjects.IsoTriangle#fillRight", "scope": "instance", "kind": "member", - "___id": "T000002R014983", + "___id": "T000002R015007", "___s": true }, { @@ -142043,7 +142301,7 @@ "filename": "IsoTriangle.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\isotriangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\isotriangle", "code": {} }, "description": "Controls if the top-face of the iso triangle be rendered.", @@ -142063,7 +142321,7 @@ "longname": "Phaser.GameObjects.IsoTriangle#showTop", "scope": "instance", "kind": "member", - "___id": "T000002R014985", + "___id": "T000002R015009", "___s": true }, { @@ -142072,7 +142330,7 @@ "filename": "IsoTriangle.js", "lineno": 114, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\isotriangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\isotriangle", "code": {} }, "description": "Controls if the left-face of the iso triangle be rendered.", @@ -142092,7 +142350,7 @@ "longname": "Phaser.GameObjects.IsoTriangle#showLeft", "scope": "instance", "kind": "member", - "___id": "T000002R014987", + "___id": "T000002R015011", "___s": true }, { @@ -142101,7 +142359,7 @@ "filename": "IsoTriangle.js", "lineno": 124, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\isotriangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\isotriangle", "code": {} }, "description": "Controls if the right-face of the iso triangle be rendered.", @@ -142121,7 +142379,7 @@ "longname": "Phaser.GameObjects.IsoTriangle#showRight", "scope": "instance", "kind": "member", - "___id": "T000002R014989", + "___id": "T000002R015013", "___s": true }, { @@ -142130,7 +142388,7 @@ "filename": "IsoTriangle.js", "lineno": 134, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\isotriangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\isotriangle", "code": {} }, "description": "Sets if the iso triangle will be rendered upside down or not.", @@ -142150,7 +142408,7 @@ "longname": "Phaser.GameObjects.IsoTriangle#isReversed", "scope": "instance", "kind": "member", - "___id": "T000002R014991", + "___id": "T000002R015015", "___s": true }, { @@ -142159,7 +142417,7 @@ "filename": "IsoTriangle.js", "lineno": 152, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\isotriangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\isotriangle", "code": {} }, "description": "Sets the projection level of the iso triangle. Change this to change the 'angle' at which you are looking at the pyramid.\rThis call can be chained.", @@ -142199,7 +142457,7 @@ "memberof": "Phaser.GameObjects.IsoTriangle", "longname": "Phaser.GameObjects.IsoTriangle#setProjection", "scope": "instance", - "___id": "T000002R014994", + "___id": "T000002R015018", "___s": true }, { @@ -142208,7 +142466,7 @@ "filename": "IsoTriangle.js", "lineno": 170, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\isotriangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\isotriangle", "code": {} }, "description": "Sets if the iso triangle will be rendered upside down or not.\rThis call can be chained.", @@ -142248,7 +142506,7 @@ "memberof": "Phaser.GameObjects.IsoTriangle", "longname": "Phaser.GameObjects.IsoTriangle#setReversed", "scope": "instance", - "___id": "T000002R014997", + "___id": "T000002R015021", "___s": true }, { @@ -142257,7 +142515,7 @@ "filename": "IsoTriangle.js", "lineno": 188, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\isotriangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\isotriangle", "code": {} }, "description": "Sets which faces of the iso triangle will be rendered.\rThis call can be chained.", @@ -142329,7 +142587,7 @@ "memberof": "Phaser.GameObjects.IsoTriangle", "longname": "Phaser.GameObjects.IsoTriangle#setFaces", "scope": "instance", - "___id": "T000002R015000", + "___id": "T000002R015024", "___s": true }, { @@ -142338,7 +142596,7 @@ "filename": "IsoTriangle.js", "lineno": 214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\isotriangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\isotriangle", "code": {} }, "description": "Sets the fill colors for each face of the iso triangle.\rThis call can be chained.", @@ -142408,7 +142666,7 @@ "longname": "Phaser.GameObjects.IsoTriangle#setFillStyle", "scope": "instance", "overrides": "Phaser.GameObjects.Shape#setFillStyle", - "___id": "T000002R015008", + "___id": "T000002R015032", "___s": true }, { @@ -142417,7 +142675,7 @@ "filename": "IsoTriangleFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\isotriangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\isotriangle", "code": {} }, "description": "Creates a new IsoTriangle Shape Game Object and adds it to the Scene.\r\rNote: This method will only be available if the IsoTriangle Game Object has been built into Phaser.\r\rThe IsoTriangle Shape is a Game Object that can be added to a Scene, Group or Container. You can\rtreat it like any other Game Object in your game, such as tweening it, scaling it, or enabling\rit for input or physics. It provides a quick and easy way for you to render this shape in your\rgame without using a texture, while still taking advantage of being fully batched in WebGL.\r\rThis shape supports only fill colors and cannot be stroked.\r\rAn IsoTriangle is an 'isometric' triangle. Think of it like a pyramid. Each face has a different\rfill color. You can set the color of the top, left and right faces of the triangle respectively\rYou can also choose which of the faces are rendered via the `showTop`, `showLeft` and `showRight` properties.\r\rYou cannot view an IsoTriangle from under-neath, however you can change the 'angle' by setting\rthe `projection` property. The `reversed` property controls if the IsoTriangle is rendered upside\rdown or not.", @@ -142563,7 +142821,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#isotriangle", "scope": "instance", - "___id": "T000002R015028", + "___id": "T000002R015052", "___s": true }, { @@ -142572,7 +142830,7 @@ "filename": "Line.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\line", "code": {} }, "classdesc": "The Line Shape is a Game Object that can be added to a Scene, Group or Container. You can\rtreat it like any other Game Object in your game, such as tweening it, scaling it, or enabling\rit for input or physics. It provides a quick and easy way for you to render this shape in your\rgame without using a texture, while still taking advantage of being fully batched in WebGL.\r\rThis shape supports only stroke colors and cannot be filled.\r\rA Line Shape allows you to draw a line between two points in your game. You can control the\rstroke color and thickness of the line. In WebGL only you can also specify a different\rthickness for the start and end of the line, allowing you to render lines that taper-off.\r\rIf you need to draw multiple lines in a sequence you may wish to use the Polygon Shape instead.\r\rBe aware that as with all Game Objects the default origin is 0.5. If you need to draw a Line\rbetween two points and want the x1/y1 values to match the x/y values, then set the origin to 0.", @@ -142718,7 +142976,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Line", - "___id": "T000002R015097", + "___id": "T000002R015121", "___s": true }, { @@ -142727,7 +142985,7 @@ "filename": "Line.js", "lineno": 70, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\line", "code": {} }, "description": "The width (or thickness) of the line.\rSee the setLineWidth method for extra details on changing this on WebGL.", @@ -142747,7 +143005,7 @@ "scope": "instance", "kind": "member", "overrides": "Phaser.GameObjects.Shape#lineWidth", - "___id": "T000002R015110", + "___id": "T000002R015134", "___s": true }, { @@ -142756,7 +143014,7 @@ "filename": "Line.js", "lineno": 111, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\line", "code": {} }, "description": "Sets the width of the line.\r\rWhen using the WebGL renderer you can have different start and end widths.\rWhen using the Canvas renderer only the `startWidth` value is used. The `endWidth` is ignored.\r\rThis call can be chained.", @@ -142810,7 +143068,7 @@ "memberof": "Phaser.GameObjects.Line", "longname": "Phaser.GameObjects.Line#setLineWidth", "scope": "instance", - "___id": "T000002R015116", + "___id": "T000002R015140", "___s": true }, { @@ -142819,7 +143077,7 @@ "filename": "Line.js", "lineno": 139, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\line", "code": {} }, "description": "Sets the start and end coordinates of this Line.", @@ -142906,7 +143164,7 @@ "memberof": "Phaser.GameObjects.Line", "longname": "Phaser.GameObjects.Line#setTo", "scope": "instance", - "___id": "T000002R015122", + "___id": "T000002R015146", "___s": true }, { @@ -142915,7 +143173,7 @@ "filename": "LineFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\line", "code": {} }, "description": "Creates a new Line Shape Game Object and adds it to the Scene.\r\rNote: This method will only be available if the Line Game Object has been built into Phaser.\r\rThe Line Shape is a Game Object that can be added to a Scene, Group or Container. You can\rtreat it like any other Game Object in your game, such as tweening it, scaling it, or enabling\rit for input or physics. It provides a quick and easy way for you to render this shape in your\rgame without using a texture, while still taking advantage of being fully batched in WebGL.\r\rThis shape supports only stroke colors and cannot be filled.\r\rA Line Shape allows you to draw a line between two points in your game. You can control the\rstroke color and thickness of the line. In WebGL only you can also specify a different\rthickness for the start and end of the line, allowing you to render lines that taper-off.\r\rIf you need to draw multiple lines in a sequence you may wish to use the Polygon Shape instead.", @@ -143059,7 +143317,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#line", "scope": "instance", - "___id": "T000002R015135", + "___id": "T000002R015159", "___s": true }, { @@ -143068,7 +143326,7 @@ "filename": "Polygon.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\polygon", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\polygon", "code": {} }, "classdesc": "The Polygon Shape is a Game Object that can be added to a Scene, Group or Container. You can\rtreat it like any other Game Object in your game, such as tweening it, scaling it, or enabling\rit for input or physics. It provides a quick and easy way for you to render this shape in your\rgame without using a texture, while still taking advantage of being fully batched in WebGL.\r\rThis shape supports both fill and stroke colors.\r\rThe Polygon Shape is created by providing a list of points, which are then used to create an\rinternal Polygon geometry object. The points can be set from a variety of formats:\r\r- A string containing paired values separated by a single space: `'40 0 40 20 100 20 100 80 40 80 40 100 0 50'`\r- An array of Point or Vector2 objects: `[new Phaser.Math.Vector2(x1, y1), ...]`\r- An array of objects with public x/y properties: `[obj1, obj2, ...]`\r- An array of paired numbers that represent point coordinates: `[x1,y1, x2,y2, ...]`\r- An array of arrays with two elements representing x/y coordinates: `[[x1, y1], [x2, y2], ...]`\r\rBy default the `x` and `y` coordinates of this Shape refer to the center of it. However, depending\ron the coordinates of the points provided, the final shape may be rendered offset from its origin.\r\rNote: The method `getBounds` will return incorrect bounds if any of the points in the Polygon are negative.\rIf this is the case, please use the function `Phaser.Geom.Polygon.GetAABB(polygon.geom)` instead and then\radjust the returned Rectangle position accordingly.", @@ -143168,7 +143426,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Polygon", - "___id": "T000002R015177", + "___id": "T000002R015201", "___s": true }, { @@ -143177,7 +143435,7 @@ "filename": "Polygon.js", "lineno": 84, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\polygon", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\polygon", "code": {} }, "description": "Smooths the polygon over the number of iterations specified.\rThe base polygon data will be updated and replaced with the smoothed values.\rThis call can be chained.", @@ -143219,7 +143477,7 @@ "memberof": "Phaser.GameObjects.Polygon", "longname": "Phaser.GameObjects.Polygon#smooth", "scope": "instance", - "___id": "T000002R015185", + "___id": "T000002R015209", "___s": true }, { @@ -143228,7 +143486,7 @@ "filename": "Polygon.js", "lineno": 108, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\polygon", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\polygon", "code": {} }, "description": "Sets this Polygon to the given points.\r\rThe points can be set from a variety of formats:\r\r- A string containing paired values separated by a single space: `'40 0 40 20 100 20 100 80 40 80 40 100 0 50'`\r- An array of Point objects: `[new Phaser.Point(x1, y1), ...]`\r- An array of objects with public x/y properties: `[obj1, obj2, ...]`\r- An array of paired numbers that represent point coordinates: `[x1,y1, x2,y2, ...]`\r- An array of arrays with two elements representing x/y coordinates: `[[x1, y1], [x2, y2], ...]`\r\rCalling this method will reset the size (width, height) and display origin of this Shape.\r\rIt also runs both GetAABB and EarCut on the given points, so please be careful not to do this\rat a high frequency, or with too many points.", @@ -143302,7 +143560,7 @@ "memberof": "Phaser.GameObjects.Polygon", "longname": "Phaser.GameObjects.Polygon#setTo", "scope": "instance", - "___id": "T000002R015189", + "___id": "T000002R015213", "___s": true }, { @@ -143311,7 +143569,7 @@ "filename": "PolygonFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\polygon", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\polygon", "code": {} }, "description": "Creates a new Polygon Shape Game Object and adds it to the Scene.\r\rNote: This method will only be available if the Polygon Game Object has been built into Phaser.\r\rThe Polygon Shape is a Game Object that can be added to a Scene, Group or Container. You can\rtreat it like any other Game Object in your game, such as tweening it, scaling it, or enabling\rit for input or physics. It provides a quick and easy way for you to render this shape in your\rgame without using a texture, while still taking advantage of being fully batched in WebGL.\r\rThis shape supports both fill and stroke colors.\r\rThe Polygon Shape is created by providing a list of points, which are then used to create an\rinternal Polygon geometry object. The points can be set from a variety of formats:\r\r- An array of Point or Vector2 objects: `[new Phaser.Math.Vector2(x1, y1), ...]`\r- An array of objects with public x/y properties: `[obj1, obj2, ...]`\r- An array of paired numbers that represent point coordinates: `[x1,y1, x2,y2, ...]`\r- An array of arrays with two elements representing x/y coordinates: `[[x1, y1], [x2, y2], ...]`\r\rBy default the `x` and `y` coordinates of this Shape refer to the center of it. However, depending\ron the coordinates of the points provided, the final shape may be rendered offset from its origin.", @@ -143409,7 +143667,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#polygon", "scope": "instance", - "___id": "T000002R015220", + "___id": "T000002R015244", "___s": true }, { @@ -143418,7 +143676,7 @@ "filename": "Rectangle.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\rectangle", "code": {} }, "classdesc": "The Rectangle Shape is a Game Object that can be added to a Scene, Group or Container. You can\rtreat it like any other Game Object in your game, such as tweening it, scaling it, or enabling\rit for input or physics. It provides a quick and easy way for you to render this shape in your\rgame without using a texture, while still taking advantage of being fully batched in WebGL.\r\rThis shape supports both fill and stroke colors.\r\rYou can change the size of the rectangle by changing the `width` and `height` properties.", @@ -143530,7 +143788,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Rectangle", - "___id": "T000002R015245", + "___id": "T000002R015269", "___s": true }, { @@ -143539,7 +143797,7 @@ "filename": "Rectangle.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\rectangle", "code": {} }, "description": "Sets the internal size of this Rectangle, as used for frame or physics body creation.\r\rIf you have assigned a custom input hit area for this Rectangle, changing the Rectangle size will _not_ change the\rsize of the hit area. To do this you should adjust the `input.hitArea` object directly.", @@ -143593,7 +143851,7 @@ "longname": "Phaser.GameObjects.Rectangle#setSize", "scope": "instance", "overrides": "Phaser.GameObjects.Shape#setSize", - "___id": "T000002R015254", + "___id": "T000002R015278", "___s": true }, { @@ -143602,7 +143860,7 @@ "filename": "RectangleFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\rectangle", "code": {} }, "description": "Creates a new Rectangle Shape Game Object and adds it to the Scene.\r\rNote: This method will only be available if the Rectangle Game Object has been built into Phaser.\r\rThe Rectangle Shape is a Game Object that can be added to a Scene, Group or Container. You can\rtreat it like any other Game Object in your game, such as tweening it, scaling it, or enabling\rit for input or physics. It provides a quick and easy way for you to render this shape in your\rgame without using a texture, while still taking advantage of being fully batched in WebGL.\r\rThis shape supports both fill and stroke colors.\r\rYou can change the size of the rectangle by changing the `width` and `height` properties.", @@ -143716,7 +143974,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#rectangle", "scope": "instance", - "___id": "T000002R015279", + "___id": "T000002R015303", "___s": true }, { @@ -143725,7 +143983,7 @@ "filename": "Shape.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "classdesc": "The Shape Game Object is a base class for the various different shapes, such as the Arc, Star or Polygon.\rYou cannot add a Shape directly to your Scene, it is meant as a base for your own custom Shape classes.", @@ -143792,7 +144050,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Shape", - "___id": "T000002R015309", + "___id": "T000002R015333", "___s": true }, { @@ -143801,7 +144059,7 @@ "filename": "Shape.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "description": "The source Shape data. Typically a geometry object.\rYou should not manipulate this directly.", @@ -143821,7 +144079,7 @@ "longname": "Phaser.GameObjects.Shape#geom", "scope": "instance", "kind": "member", - "___id": "T000002R015315", + "___id": "T000002R015339", "___s": true }, { @@ -143830,7 +144088,7 @@ "filename": "Shape.js", "lineno": 76, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "description": "Holds the polygon path data for filled rendering.", @@ -143859,7 +144117,7 @@ "longname": "Phaser.GameObjects.Shape#pathData", "scope": "instance", "kind": "member", - "___id": "T000002R015317", + "___id": "T000002R015341", "___s": true }, { @@ -143868,7 +144126,7 @@ "filename": "Shape.js", "lineno": 86, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "description": "Holds the earcut polygon path index data for filled rendering.", @@ -143897,7 +144155,7 @@ "longname": "Phaser.GameObjects.Shape#pathIndexes", "scope": "instance", "kind": "member", - "___id": "T000002R015319", + "___id": "T000002R015343", "___s": true }, { @@ -143906,7 +144164,7 @@ "filename": "Shape.js", "lineno": 96, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "description": "The fill color used by this Shape.", @@ -143925,7 +144183,7 @@ "longname": "Phaser.GameObjects.Shape#fillColor", "scope": "instance", "kind": "member", - "___id": "T000002R015321", + "___id": "T000002R015345", "___s": true }, { @@ -143934,7 +144192,7 @@ "filename": "Shape.js", "lineno": 105, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "description": "The fill alpha value used by this Shape.", @@ -143953,7 +144211,7 @@ "longname": "Phaser.GameObjects.Shape#fillAlpha", "scope": "instance", "kind": "member", - "___id": "T000002R015323", + "___id": "T000002R015347", "___s": true }, { @@ -143962,7 +144220,7 @@ "filename": "Shape.js", "lineno": 114, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "description": "The stroke color used by this Shape.", @@ -143981,7 +144239,7 @@ "longname": "Phaser.GameObjects.Shape#strokeColor", "scope": "instance", "kind": "member", - "___id": "T000002R015325", + "___id": "T000002R015349", "___s": true }, { @@ -143990,7 +144248,7 @@ "filename": "Shape.js", "lineno": 123, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "description": "The stroke alpha value used by this Shape.", @@ -144009,7 +144267,7 @@ "longname": "Phaser.GameObjects.Shape#strokeAlpha", "scope": "instance", "kind": "member", - "___id": "T000002R015327", + "___id": "T000002R015351", "___s": true }, { @@ -144018,7 +144276,7 @@ "filename": "Shape.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "description": "The stroke line width used by this Shape.", @@ -144037,7 +144295,7 @@ "longname": "Phaser.GameObjects.Shape#lineWidth", "scope": "instance", "kind": "member", - "___id": "T000002R015329", + "___id": "T000002R015353", "___s": true }, { @@ -144046,7 +144304,7 @@ "filename": "Shape.js", "lineno": 141, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "description": "Controls if this Shape is filled or not.\rNote that some Shapes do not support being filled (such as Line shapes)", @@ -144065,7 +144323,7 @@ "longname": "Phaser.GameObjects.Shape#isFilled", "scope": "instance", "kind": "member", - "___id": "T000002R015331", + "___id": "T000002R015355", "___s": true }, { @@ -144074,7 +144332,7 @@ "filename": "Shape.js", "lineno": 151, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "description": "Controls if this Shape is stroked or not.\rNote that some Shapes do not support being stroked (such as Iso Box shapes)", @@ -144093,7 +144351,7 @@ "longname": "Phaser.GameObjects.Shape#isStroked", "scope": "instance", "kind": "member", - "___id": "T000002R015333", + "___id": "T000002R015357", "___s": true }, { @@ -144102,7 +144360,7 @@ "filename": "Shape.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "description": "Controls if this Shape path is closed during rendering when stroked.\rNote that some Shapes are always closed when stroked (such as Ellipse shapes)", @@ -144121,7 +144379,7 @@ "longname": "Phaser.GameObjects.Shape#closePath", "scope": "instance", "kind": "member", - "___id": "T000002R015335", + "___id": "T000002R015359", "___s": true }, { @@ -144130,7 +144388,7 @@ "filename": "Shape.js", "lineno": 182, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "description": "The native (un-scaled) width of this Game Object.\r\rChanging this value will not change the size that the Game Object is rendered in-game.\rFor that you need to either set the scale of the Game Object (`setScale`) or use\rthe `displayWidth` property.", @@ -144149,7 +144407,7 @@ "longname": "Phaser.GameObjects.Shape#width", "scope": "instance", "kind": "member", - "___id": "T000002R015339", + "___id": "T000002R015363", "___s": true }, { @@ -144158,7 +144416,7 @@ "filename": "Shape.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "description": "The native (un-scaled) height of this Game Object.\r\rChanging this value will not change the size that the Game Object is rendered in-game.\rFor that you need to either set the scale of the Game Object (`setScale`) or use\rthe `displayHeight` property.", @@ -144177,7 +144435,7 @@ "longname": "Phaser.GameObjects.Shape#height", "scope": "instance", "kind": "member", - "___id": "T000002R015341", + "___id": "T000002R015365", "___s": true }, { @@ -144186,7 +144444,7 @@ "filename": "Shape.js", "lineno": 212, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "description": "Sets the fill color and alpha for this Shape.\r\rIf you wish for the Shape to not be filled then call this method with no arguments, or just set `isFilled` to `false`.\r\rNote that some Shapes do not support fill colors, such as the Line shape.\r\rThis call can be chained.", @@ -144242,7 +144500,7 @@ "memberof": "Phaser.GameObjects.Shape", "longname": "Phaser.GameObjects.Shape#setFillStyle", "scope": "instance", - "___id": "T000002R015343", + "___id": "T000002R015367", "___s": true }, { @@ -144251,7 +144509,7 @@ "filename": "Shape.js", "lineno": 247, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "description": "Sets the stroke color and alpha for this Shape.\r\rIf you wish for the Shape to not be stroked then call this method with no arguments, or just set `isStroked` to `false`.\r\rNote that some Shapes do not support being stroked, such as the Iso Box shape.\r\rThis call can be chained.", @@ -144321,7 +144579,7 @@ "memberof": "Phaser.GameObjects.Shape", "longname": "Phaser.GameObjects.Shape#setStrokeStyle", "scope": "instance", - "___id": "T000002R015350", + "___id": "T000002R015374", "___s": true }, { @@ -144330,7 +144588,7 @@ "filename": "Shape.js", "lineno": 284, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "description": "Sets if this Shape path is closed during rendering when stroked.\rNote that some Shapes are always closed when stroked (such as Ellipse shapes)\r\rThis call can be chained.", @@ -144370,7 +144628,7 @@ "memberof": "Phaser.GameObjects.Shape", "longname": "Phaser.GameObjects.Shape#setClosePath", "scope": "instance", - "___id": "T000002R015358", + "___id": "T000002R015382", "___s": true }, { @@ -144379,7 +144637,7 @@ "filename": "Shape.js", "lineno": 332, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "description": "Sets the display size of this Shape.\r\rCalling this will adjust the scale.", @@ -144432,7 +144690,7 @@ "memberof": "Phaser.GameObjects.Shape", "longname": "Phaser.GameObjects.Shape#setDisplaySize", "scope": "instance", - "___id": "T000002R015365", + "___id": "T000002R015389", "___s": true }, { @@ -144441,7 +144699,7 @@ "filename": "Shape.js", "lineno": 353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "description": "Internal destroy handler, called as part of the destroy process.", @@ -144452,7 +144710,7 @@ "memberof": "Phaser.GameObjects.Shape", "longname": "Phaser.GameObjects.Shape#preDestroy", "scope": "instance", - "___id": "T000002R015369", + "___id": "T000002R015393", "___s": true }, { @@ -144461,7 +144719,7 @@ "filename": "Shape.js", "lineno": 368, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "description": "The displayed width of this Game Object.\r\rThis value takes into account the scale factor.\r\rSetting this value will adjust the Game Object's scale property.", @@ -144480,7 +144738,7 @@ "longname": "Phaser.GameObjects.Shape#displayWidth", "scope": "instance", "kind": "member", - "___id": "T000002R015375", + "___id": "T000002R015399", "___s": true }, { @@ -144489,7 +144747,7 @@ "filename": "Shape.js", "lineno": 393, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "description": "The displayed height of this Game Object.\r\rThis value takes into account the scale factor.\r\rSetting this value will adjust the Game Object's scale property.", @@ -144508,7 +144766,7 @@ "longname": "Phaser.GameObjects.Shape#displayHeight", "scope": "instance", "kind": "member", - "___id": "T000002R015380", + "___id": "T000002R015404", "___s": true }, { @@ -144517,7 +144775,7 @@ "filename": "Star.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\star", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\star", "code": {} }, "classdesc": "The Star Shape is a Game Object that can be added to a Scene, Group or Container. You can\rtreat it like any other Game Object in your game, such as tweening it, scaling it, or enabling\rit for input or physics. It provides a quick and easy way for you to render this shape in your\rgame without using a texture, while still taking advantage of being fully batched in WebGL.\r\rThis shape supports both fill and stroke colors.\r\rAs the name implies, the Star shape will display a star in your game. You can control several\raspects of it including the number of points that constitute the star. The default is 5. If\ryou change it to 4 it will render as a diamond. If you increase them, you'll get a more spiky\rstar shape.\r\rYou can also control the inner and outer radius, which is how 'long' each point of the star is.\rModify these values to create more interesting shapes.", @@ -144648,7 +144906,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Star", - "___id": "T000002R015390", + "___id": "T000002R015414", "___s": true }, { @@ -144657,7 +144915,7 @@ "filename": "Star.js", "lineno": 109, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\star", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\star", "code": {} }, "description": "Sets the number of points that make up the Star shape.\rThis call can be chained.", @@ -144697,7 +144955,7 @@ "memberof": "Phaser.GameObjects.Star", "longname": "Phaser.GameObjects.Star#setPoints", "scope": "instance", - "___id": "T000002R015406", + "___id": "T000002R015430", "___s": true }, { @@ -144706,7 +144964,7 @@ "filename": "Star.js", "lineno": 127, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\star", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\star", "code": {} }, "description": "Sets the inner radius of the Star shape.\rThis call can be chained.", @@ -144746,7 +145004,7 @@ "memberof": "Phaser.GameObjects.Star", "longname": "Phaser.GameObjects.Star#setInnerRadius", "scope": "instance", - "___id": "T000002R015409", + "___id": "T000002R015433", "___s": true }, { @@ -144755,7 +145013,7 @@ "filename": "Star.js", "lineno": 145, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\star", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\star", "code": {} }, "description": "Sets the outer radius of the Star shape.\rThis call can be chained.", @@ -144795,7 +145053,7 @@ "memberof": "Phaser.GameObjects.Star", "longname": "Phaser.GameObjects.Star#setOuterRadius", "scope": "instance", - "___id": "T000002R015412", + "___id": "T000002R015436", "___s": true }, { @@ -144804,7 +145062,7 @@ "filename": "Star.js", "lineno": 163, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\star", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\star", "code": {} }, "description": "The number of points that make up the Star shape.", @@ -144824,7 +145082,7 @@ "longname": "Phaser.GameObjects.Star#points", "scope": "instance", "kind": "member", - "___id": "T000002R015415", + "___id": "T000002R015439", "___s": true }, { @@ -144833,7 +145091,7 @@ "filename": "Star.js", "lineno": 187, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\star", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\star", "code": {} }, "description": "The inner radius of the Star shape.", @@ -144853,7 +145111,7 @@ "longname": "Phaser.GameObjects.Star#innerRadius", "scope": "instance", "kind": "member", - "___id": "T000002R015420", + "___id": "T000002R015444", "___s": true }, { @@ -144862,7 +145120,7 @@ "filename": "Star.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\star", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\star", "code": {} }, "description": "The outer radius of the Star shape.", @@ -144882,7 +145140,7 @@ "longname": "Phaser.GameObjects.Star#outerRadius", "scope": "instance", "kind": "member", - "___id": "T000002R015425", + "___id": "T000002R015449", "___s": true }, { @@ -144891,7 +145149,7 @@ "filename": "StarFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\star", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\star", "code": {} }, "description": "Creates a new Star Shape Game Object and adds it to the Scene.\r\rNote: This method will only be available if the Star Game Object has been built into Phaser.\r\rThe Star Shape is a Game Object that can be added to a Scene, Group or Container. You can\rtreat it like any other Game Object in your game, such as tweening it, scaling it, or enabling\rit for input or physics. It provides a quick and easy way for you to render this shape in your\rgame without using a texture, while still taking advantage of being fully batched in WebGL.\r\rThis shape supports both fill and stroke colors.\r\rAs the name implies, the Star shape will display a star in your game. You can control several\raspects of it including the number of points that constitute the star. The default is 5. If\ryou change it to 4 it will render as a diamond. If you increase them, you'll get a more spiky\rstar shape.\r\rYou can also control the inner and outer radius, which is how 'long' each point of the star is.\rModify these values to create more interesting shapes.", @@ -145020,7 +145278,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#star", "scope": "instance", - "___id": "T000002R015466", + "___id": "T000002R015490", "___s": true }, { @@ -145029,7 +145287,7 @@ "filename": "Triangle.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\triangle", "code": {} }, "classdesc": "The Triangle Shape is a Game Object that can be added to a Scene, Group or Container. You can\rtreat it like any other Game Object in your game, such as tweening it, scaling it, or enabling\rit for input or physics. It provides a quick and easy way for you to render this shape in your\rgame without using a texture, while still taking advantage of being fully batched in WebGL.\r\rThis shape supports both fill and stroke colors.\r\rThe Triangle consists of 3 lines, joining up to form a triangular shape. You can control the\rposition of each point of these lines. The triangle is always closed and cannot have an open\rface. If you require that, consider using a Polygon instead.", @@ -145205,7 +145463,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Triangle", - "___id": "T000002R015514", + "___id": "T000002R015538", "___s": true }, { @@ -145214,7 +145472,7 @@ "filename": "Triangle.js", "lineno": 81, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\triangle", "code": {} }, "description": "Sets the data for the lines that make up this Triangle shape.", @@ -145331,7 +145589,7 @@ "memberof": "Phaser.GameObjects.Triangle", "longname": "Phaser.GameObjects.Triangle#setTo", "scope": "instance", - "___id": "T000002R015529", + "___id": "T000002R015553", "___s": true }, { @@ -145340,7 +145598,7 @@ "filename": "TriangleFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape\\triangle", "code": {} }, "description": "Creates a new Triangle Shape Game Object and adds it to the Scene.\r\rNote: This method will only be available if the Triangle Game Object has been built into Phaser.\r\rThe Triangle Shape is a Game Object that can be added to a Scene, Group or Container. You can\rtreat it like any other Game Object in your game, such as tweening it, scaling it, or enabling\rit for input or physics. It provides a quick and easy way for you to render this shape in your\rgame without using a texture, while still taking advantage of being fully batched in WebGL.\r\rThis shape supports both fill and stroke colors.\r\rThe Triangle consists of 3 lines, joining up to form a triangular shape. You can control the\rposition of each point of these lines. The triangle is always closed and cannot have an open\rface. If you require that, consider using a Polygon instead.", @@ -145514,7 +145772,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#triangle", "scope": "instance", - "___id": "T000002R015555", + "___id": "T000002R015579", "___s": true }, { @@ -145523,7 +145781,7 @@ "filename": "Sprite.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "classdesc": "A Sprite Game Object.\r\rA Sprite Game Object is used for the display of both static and animated images in your game.\rSprites can have input events and physics bodies. They can also be tweened, tinted, scrolled\rand animated.\r\rThe main difference between a Sprite and an Image Game Object is that you cannot animate Images.\rAs such, Sprites take a fraction longer to process and have a larger API footprint due to the Animation\rComponent. If you do not require animation then you can safely use Images to replace Sprites in all cases.", @@ -145639,7 +145897,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Sprite", - "___id": "T000002R015592", + "___id": "T000002R015616", "___s": true }, { @@ -145648,7 +145906,7 @@ "filename": "Sprite.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "description": "The Animation State component of this Sprite.\r\rThis component provides features to apply animations to this Sprite.\rIt is responsible for playing, loading, queuing animations for later playback,\rmixing between animations and setting the current animation frame to this Sprite.", @@ -145667,7 +145925,7 @@ "longname": "Phaser.GameObjects.Sprite#anims", "scope": "instance", "kind": "member", - "___id": "T000002R015599", + "___id": "T000002R015623", "___s": true }, { @@ -145676,7 +145934,7 @@ "filename": "Sprite.js", "lineno": 125, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "description": "Update this Sprite's animations.", @@ -145715,7 +145973,7 @@ "memberof": "Phaser.GameObjects.Sprite", "longname": "Phaser.GameObjects.Sprite#preUpdate", "scope": "instance", - "___id": "T000002R015603", + "___id": "T000002R015627", "___s": true }, { @@ -145724,7 +145982,7 @@ "filename": "Sprite.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "description": "Start playing the given animation on this Sprite.\r\rAnimations in Phaser can either belong to the global Animation Manager, or specifically to this Sprite.\r\rThe benefit of a global animation is that multiple Sprites can all play the same animation, without\rhaving to duplicate the data. You can just create it once and then play it on any Sprite.\r\rThe following code shows how to create a global repeating animation. The animation will be created\rfrom all of the frames within the sprite sheet that was loaded with the key 'muybridge':\r\r```javascript\rvar config = {\r key: 'run',\r frames: 'muybridge',\r frameRate: 15,\r repeat: -1\r};\r\r// This code should be run from within a Scene:\rthis.anims.create(config);\r```\r\rHowever, if you wish to create an animation that is unique to this Sprite, and this Sprite alone,\ryou can call the `Animation.create` method instead. It accepts the exact same parameters as when\rcreating a global animation, however the resulting data is kept locally in this Sprite.\r\rWith the animation created, either globally or locally, you can now play it on this Sprite:\r\r```javascript\rthis.add.sprite(x, y).play('run');\r```\r\rAlternatively, if you wish to run it at a different frame rate, for example, you can pass a config\robject instead:\r\r```javascript\rthis.add.sprite(x, y).play({ key: 'run', frameRate: 24 });\r```\r\rWhen playing an animation on a Sprite it will first check to see if it can find a matching key\rlocally within the Sprite. If it can, it will play the local animation. If not, it will then\rsearch the global Animation Manager and look for it there.\r\rIf you need a Sprite to be able to play both local and global animations, make sure they don't\rhave conflicting keys.\r\rSee the documentation for the `PlayAnimationConfig` config object for more details about this.\r\rAlso, see the documentation in the Animation Manager for further details on creating animations.", @@ -145797,7 +146055,7 @@ "memberof": "Phaser.GameObjects.Sprite", "longname": "Phaser.GameObjects.Sprite#play", "scope": "instance", - "___id": "T000002R015605", + "___id": "T000002R015629", "___s": true }, { @@ -145806,7 +146064,7 @@ "filename": "Sprite.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "description": "Start playing the given animation on this Sprite, in reverse.\r\rAnimations in Phaser can either belong to the global Animation Manager, or specifically to this Sprite.\r\rThe benefit of a global animation is that multiple Sprites can all play the same animation, without\rhaving to duplicate the data. You can just create it once and then play it on any Sprite.\r\rThe following code shows how to create a global repeating animation. The animation will be created\rfrom all of the frames within the sprite sheet that was loaded with the key 'muybridge':\r\r```javascript\rvar config = {\r key: 'run',\r frames: 'muybridge',\r frameRate: 15,\r repeat: -1\r};\r\r// This code should be run from within a Scene:\rthis.anims.create(config);\r```\r\rHowever, if you wish to create an animation that is unique to this Sprite, and this Sprite alone,\ryou can call the `Animation.create` method instead. It accepts the exact same parameters as when\rcreating a global animation, however the resulting data is kept locally in this Sprite.\r\rWith the animation created, either globally or locally, you can now play it on this Sprite:\r\r```javascript\rthis.add.sprite(x, y).playReverse('run');\r```\r\rAlternatively, if you wish to run it at a different frame rate, for example, you can pass a config\robject instead:\r\r```javascript\rthis.add.sprite(x, y).playReverse({ key: 'run', frameRate: 24 });\r```\r\rWhen playing an animation on a Sprite it will first check to see if it can find a matching key\rlocally within the Sprite. If it can, it will play the local animation. If not, it will then\rsearch the global Animation Manager and look for it there.\r\rIf you need a Sprite to be able to play both local and global animations, make sure they don't\rhave conflicting keys.\r\rSee the documentation for the `PlayAnimationConfig` config object for more details about this.\r\rAlso, see the documentation in the Animation Manager for further details on creating animations.", @@ -145879,7 +146137,7 @@ "memberof": "Phaser.GameObjects.Sprite", "longname": "Phaser.GameObjects.Sprite#playReverse", "scope": "instance", - "___id": "T000002R015607", + "___id": "T000002R015631", "___s": true }, { @@ -145888,7 +146146,7 @@ "filename": "Sprite.js", "lineno": 270, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "description": "Waits for the specified delay, in milliseconds, then starts playback of the given animation.\r\rIf the animation _also_ has a delay value set in its config, it will be **added** to the delay given here.\r\rIf an animation is already running and a new animation is given to this method, it will wait for\rthe given delay before starting the new animation.\r\rIf no animation is currently running, the given one begins after the delay.\r\rWhen playing an animation on a Sprite it will first check to see if it can find a matching key\rlocally within the Sprite. If it can, it will play the local animation. If not, it will then\rsearch the global Animation Manager and look for it there.\r\rPrior to Phaser 3.50 this method was called 'delayedPlay'.", @@ -145959,7 +146217,7 @@ "memberof": "Phaser.GameObjects.Sprite", "longname": "Phaser.GameObjects.Sprite#playAfterDelay", "scope": "instance", - "___id": "T000002R015609", + "___id": "T000002R015633", "___s": true }, { @@ -145968,7 +146226,7 @@ "filename": "Sprite.js", "lineno": 300, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "description": "Waits for the current animation to complete the `repeatCount` number of repeat cycles, then starts playback\rof the given animation.\r\rYou can use this to ensure there are no harsh jumps between two sets of animations, i.e. going from an\ridle animation to a walking animation, by making them blend smoothly into each other.\r\rIf no animation is currently running, the given one will start immediately.\r\rWhen playing an animation on a Sprite it will first check to see if it can find a matching key\rlocally within the Sprite. If it can, it will play the local animation. If not, it will then\rsearch the global Animation Manager and look for it there.", @@ -146041,7 +146299,7 @@ "memberof": "Phaser.GameObjects.Sprite", "longname": "Phaser.GameObjects.Sprite#playAfterRepeat", "scope": "instance", - "___id": "T000002R015611", + "___id": "T000002R015635", "___s": true }, { @@ -146050,7 +146308,7 @@ "filename": "Sprite.js", "lineno": 327, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "description": "Sets an animation, or an array of animations, to be played immediately after the current one completes or stops.\r\rThe current animation must enter a 'completed' state for this to happen, i.e. finish all of its repeats, delays, etc,\ror have the `stop` method called directly on it.\r\rAn animation set to repeat forever will never enter a completed state.\r\rYou can chain a new animation at any point, including before the current one starts playing, during it,\ror when it ends (via its `animationcomplete` event).\r\rChained animations are specific to a Game Object, meaning different Game Objects can have different chained\ranimations without impacting the animation they're playing.\r\rCall this method with no arguments to reset all currently chained animations.\r\rWhen playing an animation on a Sprite it will first check to see if it can find a matching key\rlocally within the Sprite. If it can, it will play the local animation. If not, it will then\rsearch the global Animation Manager and look for it there.", @@ -146148,7 +146406,7 @@ "memberof": "Phaser.GameObjects.Sprite", "longname": "Phaser.GameObjects.Sprite#chain", "scope": "instance", - "___id": "T000002R015613", + "___id": "T000002R015637", "___s": true }, { @@ -146157,7 +146415,7 @@ "filename": "Sprite.js", "lineno": 359, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "description": "Immediately stops the current animation from playing and dispatches the `ANIMATION_STOP` events.\r\rIf no animation is playing, no event will be dispatched.\r\rIf there is another animation queued (via the `chain` method) then it will start playing immediately.", @@ -146185,7 +146443,7 @@ "memberof": "Phaser.GameObjects.Sprite", "longname": "Phaser.GameObjects.Sprite#stop", "scope": "instance", - "___id": "T000002R015615", + "___id": "T000002R015639", "___s": true }, { @@ -146194,7 +146452,7 @@ "filename": "Sprite.js", "lineno": 377, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "description": "Stops the current animation from playing after the specified time delay, given in milliseconds.\r\rIt then dispatches the `ANIMATION_STOP` event.\r\rIf no animation is running, no events will be dispatched.\r\rIf there is another animation in the queue (set via the `chain` method) then it will start playing,\rwhen the current one stops.", @@ -146237,7 +146495,7 @@ "memberof": "Phaser.GameObjects.Sprite", "longname": "Phaser.GameObjects.Sprite#stopAfterDelay", "scope": "instance", - "___id": "T000002R015617", + "___id": "T000002R015641", "___s": true }, { @@ -146246,7 +146504,7 @@ "filename": "Sprite.js", "lineno": 400, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "description": "Stops the current animation from playing after the given number of repeats.\r\rIt then dispatches the `ANIMATION_STOP` event.\r\rIf no animation is running, no events will be dispatched.\r\rIf there is another animation in the queue (set via the `chain` method) then it will start playing,\rwhen the current one stops.", @@ -146291,7 +146549,7 @@ "memberof": "Phaser.GameObjects.Sprite", "longname": "Phaser.GameObjects.Sprite#stopAfterRepeat", "scope": "instance", - "___id": "T000002R015619", + "___id": "T000002R015643", "___s": true }, { @@ -146300,7 +146558,7 @@ "filename": "Sprite.js", "lineno": 423, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "description": "Stops the current animation from playing when it next sets the given frame.\rIf this frame doesn't exist within the animation it will not stop it from playing.\r\rIt then dispatches the `ANIMATION_STOP` event.\r\rIf no animation is running, no events will be dispatched.\r\rIf there is another animation in the queue (set via the `chain` method) then it will start playing,\rwhen the current one stops.", @@ -146343,7 +146601,7 @@ "memberof": "Phaser.GameObjects.Sprite", "longname": "Phaser.GameObjects.Sprite#stopOnFrame", "scope": "instance", - "___id": "T000002R015621", + "___id": "T000002R015645", "___s": true }, { @@ -146352,7 +146610,7 @@ "filename": "Sprite.js", "lineno": 447, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "description": "Build a JSON representation of this Sprite.", @@ -146377,7 +146635,7 @@ "longname": "Phaser.GameObjects.Sprite#toJSON", "scope": "instance", "overrides": "Phaser.GameObjects.GameObject#toJSON", - "___id": "T000002R015623", + "___id": "T000002R015647", "___s": true }, { @@ -146386,7 +146644,7 @@ "filename": "SpriteCreator.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "description": "Creates a new Sprite Game Object and returns it.\r\rNote: This method will only be available if the Sprite Game Object has been built into Phaser.", @@ -146440,7 +146698,7 @@ "memberof": "Phaser.GameObjects.GameObjectCreator", "longname": "Phaser.GameObjects.GameObjectCreator#sprite", "scope": "instance", - "___id": "T000002R015637", + "___id": "T000002R015661", "___s": true }, { @@ -146449,7 +146707,7 @@ "filename": "SpriteFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "description": "Creates a new Sprite Game Object and adds it to the Scene.\r\rNote: This method will only be available if the Sprite Game Object has been built into Phaser.", @@ -146548,7 +146806,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#sprite", "scope": "instance", - "___id": "T000002R015645", + "___id": "T000002R015669", "___s": true }, { @@ -146557,7 +146815,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite\\typedefs", "code": {} }, "kind": "namespace", @@ -146565,16 +146823,16 @@ "memberof": "Phaser.Types.GameObjects", "longname": "Phaser.Types.GameObjects.Sprite", "scope": "static", - "___id": "T000002R015657", + "___id": "T000002R015681", "___s": true }, { - "comment": "/**\r\n * @typedef {object} Phaser.Types.GameObjects.Sprite.SpriteConfig\r\n * @extends Phaser.Types.GameObjects.GameObjectConfig\r\n * @since 3.0.0\r\n *\r\n * @property {(string|Phaser.Textures.Texture)} [key] - The key, or instance of the Texture this Game Object will use to render with, as stored in the Texture Manager.\r\n * @property {(string|number)} [frame] - An optional frame from the Texture this Game Object is rendering with.\r\n * @property {(string|Phaser.Animations.Animation|Phaser.Types.Animations.PlayAnimationConfig)} [anims] - The string-based key of the animation to play, or an Animation instance, or a `PlayAnimationConfig` object.\r\n */", + "comment": "/**\r\n * @typedef {object} Phaser.Types.GameObjects.Sprite.SpriteConfig\r\n * @extends Phaser.Types.GameObjects.GameObjectConfig\r\n * @since 3.0.0\r\n *\r\n * @property {(string|Phaser.Textures.Texture)} [key] - The key, or instance of the Texture this Game Object will use to render with, as stored in the Texture Manager.\r\n * @property {(string|number)} [frame] - An optional frame from the Texture this Game Object is rendering with.\r\n * @property {(string|Phaser.Animations.Animation|Phaser.Types.Animations.PlayAnimationConfig)} [anims] - The string-based key of the animation to play, or an Animation instance, or a `PlayAnimationConfig` object.\r\n * @property {boolean} [useSpriteSheet] - This property is used exclusively by `Tilemap.createFromTiles`. Set to `true` if this Sprite is being created by a Tilemap and is part of a spritesheet.\r\n */", "meta": { "filename": "SpriteConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite\\typedefs", "code": {} }, "kind": "typedef", @@ -146669,12 +146927,26 @@ "optional": true, "description": "The string-based key of the animation to play, or an Animation instance, or a `PlayAnimationConfig` object.", "name": "anims" + }, + { + "type": { + "names": [ + "boolean" + ], + "parsedType": { + "type": "NameExpression", + "name": "boolean" + } + }, + "optional": true, + "description": "This property is used exclusively by `Tilemap.createFromTiles`. Set to `true` if this Sprite is being created by a Tilemap and is part of a spritesheet.", + "name": "useSpriteSheet" } ], "memberof": "Phaser.Types.GameObjects.Sprite", "longname": "Phaser.Types.GameObjects.Sprite.SpriteConfig", "scope": "static", - "___id": "T000002R015658", + "___id": "T000002R015682", "___s": true }, { @@ -146683,7 +146955,7 @@ "filename": "GetTextSize.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Returns an object containing dimensions of the Text object.", @@ -146757,7 +147029,7 @@ "memberof": "Phaser.GameObjects", "longname": "Phaser.GameObjects.GetTextSize", "scope": "static", - "___id": "T000002R015659", + "___id": "T000002R015683", "___s": true }, { @@ -146766,7 +147038,7 @@ "filename": "MeasureText.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Calculates the ascent, descent and fontSize of a given font style.", @@ -146805,7 +147077,7 @@ "memberof": "Phaser.GameObjects", "longname": "Phaser.GameObjects.MeasureText", "scope": "static", - "___id": "T000002R015687", + "___id": "T000002R015711", "___s": true }, { @@ -146814,7 +147086,7 @@ "filename": "Text.js", "lineno": 19, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "classdesc": "A Text Game Object.\r\rText objects work by creating their own internal hidden Canvas and then renders text to it using\rthe standard Canvas `fillText` API. It then creates a texture from this canvas which is rendered\rto your game during the render pass.\r\rBecause it uses the Canvas API you can take advantage of all the features this offers, such as\rapplying gradient fills to the text, or strokes, shadows and more. You can also use custom fonts\rloaded externally, such as Google or TypeKit Web fonts.\r\r**Important:** The font name must be quoted if it contains certain combinations of digits or\rspecial characters, either when creating the Text object, or when setting the font via `setFont`\ror `setFontFamily`, e.g.:\r\r```javascript\rthis.add.text(0, 0, 'Hello World', { fontFamily: 'Georgia, \"Goudy Bookletter 1911\", Times, serif' });\r```\r\r```javascript\rthis.add.text(0, 0, 'Hello World', { font: '\"Press Start 2P\"' });\r```\r\rYou can only display fonts that are currently loaded and available to the browser: therefore fonts must\rbe pre-loaded. Phaser does not do this for you, so you will require the use of a 3rd party font loader,\ror have the fonts ready available in the CSS on the page in which your Phaser game resides.\r\rSee {@link http://www.jordanm.co.uk/tinytype this compatibility table} for the available default fonts\racross mobile browsers.\r\rA note on performance: Every time the contents of a Text object changes, i.e. changing the text being\rdisplayed, or the style of the text, it needs to remake the Text canvas, and if on WebGL, re-upload the\rnew texture to the GPU. This can be an expensive operation if used often, or with large quantities of\rText objects in your game. If you run into performance issues you would be better off using Bitmap Text\rinstead, as it benefits from batching and avoids expensive Canvas API calls.", @@ -146931,7 +147203,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Text", - "___id": "T000002R015750", + "___id": "T000002R015774", "___s": true }, { @@ -146940,7 +147212,7 @@ "filename": "Text.js", "lineno": 118, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The renderer in use by this Text object.", @@ -146969,7 +147241,7 @@ "longname": "Phaser.GameObjects.Text#renderer", "scope": "instance", "kind": "member", - "___id": "T000002R015757", + "___id": "T000002R015781", "___s": true }, { @@ -146978,7 +147250,7 @@ "filename": "Text.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The canvas element that the text is rendered to.", @@ -146997,7 +147269,7 @@ "longname": "Phaser.GameObjects.Text#canvas", "scope": "instance", "kind": "member", - "___id": "T000002R015759", + "___id": "T000002R015783", "___s": true }, { @@ -147006,7 +147278,7 @@ "filename": "Text.js", "lineno": 141, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The context of the canvas element that the text is rendered to.", @@ -147025,7 +147297,7 @@ "longname": "Phaser.GameObjects.Text#context", "scope": "instance", "kind": "member", - "___id": "T000002R015761", + "___id": "T000002R015785", "___s": true }, { @@ -147034,7 +147306,7 @@ "filename": "Text.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The Text Style object.\r\rManages the style of this Text object.", @@ -147053,7 +147325,7 @@ "longname": "Phaser.GameObjects.Text#style", "scope": "instance", "kind": "member", - "___id": "T000002R015763", + "___id": "T000002R015787", "___s": true }, { @@ -147062,7 +147334,7 @@ "filename": "Text.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Whether to automatically round line positions.", @@ -147082,7 +147354,7 @@ "longname": "Phaser.GameObjects.Text#autoRound", "scope": "instance", "kind": "member", - "___id": "T000002R015765", + "___id": "T000002R015789", "___s": true }, { @@ -147091,7 +147363,7 @@ "filename": "Text.js", "lineno": 171, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The Regular Expression that is used to split the text up into lines, in\rmulti-line text. By default this is `/(?:\\r\\n|\\r|\\n)/`.\rYou can change this RegExp to be anything else that you may need.", @@ -147110,7 +147382,7 @@ "longname": "Phaser.GameObjects.Text#splitRegExp", "scope": "instance", "kind": "member", - "___id": "T000002R015767", + "___id": "T000002R015791", "___s": true }, { @@ -147119,7 +147391,7 @@ "filename": "Text.js", "lineno": 192, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Specify a padding value which is added to the line width and height when calculating the Text size.\rAllows you to add extra spacing if the browser is unable to accurately determine the true font dimensions.", @@ -147138,7 +147410,7 @@ "longname": "Phaser.GameObjects.Text#padding", "scope": "instance", "kind": "member", - "___id": "T000002R015771", + "___id": "T000002R015795", "___s": true }, { @@ -147147,7 +147419,7 @@ "filename": "Text.js", "lineno": 202, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The width of this Text object.", @@ -147168,7 +147440,7 @@ "scope": "instance", "kind": "member", "overrides": "Phaser.GameObjects.Components.ComputedSize#width", - "___id": "T000002R015777", + "___id": "T000002R015801", "___s": true }, { @@ -147177,7 +147449,7 @@ "filename": "Text.js", "lineno": 212, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The height of this Text object.", @@ -147198,7 +147470,7 @@ "scope": "instance", "kind": "member", "overrides": "Phaser.GameObjects.Components.ComputedSize#height", - "___id": "T000002R015779", + "___id": "T000002R015803", "___s": true }, { @@ -147207,7 +147479,7 @@ "filename": "Text.js", "lineno": 222, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The line spacing value.\rThis value is added to the font height to calculate the overall line height.\rOnly has an effect if this Text object contains multiple lines of text.\r\rIf you update this property directly, instead of using the `setLineSpacing` method, then\rbe sure to call `updateText` after, or you won't see the change reflected in the Text object.", @@ -147226,7 +147498,7 @@ "longname": "Phaser.GameObjects.Text#lineSpacing", "scope": "instance", "kind": "member", - "___id": "T000002R015781", + "___id": "T000002R015805", "___s": true }, { @@ -147235,7 +147507,7 @@ "filename": "Text.js", "lineno": 236, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Adds / Removes spacing between characters.\rCan be a negative or positive number.\r\rIf you update this property directly, instead of using the `setLetterSpacing` method, then\rbe sure to call `updateText` after, or you won't see the change reflected in the Text object.", @@ -147254,7 +147526,7 @@ "longname": "Phaser.GameObjects.Text#letterSpacing", "scope": "instance", "kind": "member", - "___id": "T000002R015783", + "___id": "T000002R015807", "___s": true }, { @@ -147263,7 +147535,7 @@ "filename": "Text.js", "lineno": 310, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Initialize right to left text.", @@ -147273,7 +147545,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#initRTL", "scope": "instance", - "___id": "T000002R015795", + "___id": "T000002R015819", "___s": true }, { @@ -147282,7 +147554,7 @@ "filename": "Text.js", "lineno": 342, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Greedy wrapping algorithm that will wrap words as the line grows longer than its horizontal\rbounds.", @@ -147321,7 +147593,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#runWordWrap", "scope": "instance", - "___id": "T000002R015801", + "___id": "T000002R015825", "___s": true }, { @@ -147330,7 +147602,7 @@ "filename": "Text.js", "lineno": 385, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Advanced wrapping algorithm that will wrap words as the line grows longer than its horizontal\rbounds. Consecutive spaces will be collapsed and replaced with a single space. Lines will be\rtrimmed of white space before processing. Throws an error if wordWrapWidth is less than a\rsingle character.", @@ -147395,7 +147667,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#advancedWordWrap", "scope": "instance", - "___id": "T000002R015806", + "___id": "T000002R015830", "___s": true }, { @@ -147404,7 +147676,7 @@ "filename": "Text.js", "lineno": 507, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Greedy wrapping algorithm that will wrap words as the line grows longer than its horizontal\rbounds. Spaces are not collapsed and whitespace is not trimmed.", @@ -147469,7 +147741,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#basicWordWrap", "scope": "instance", - "___id": "T000002R015836", + "___id": "T000002R015860", "___s": true }, { @@ -147478,7 +147750,7 @@ "filename": "Text.js", "lineno": 577, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Runs the given text through this Text objects word wrapping and returns the results as an\rarray, where each element of the array corresponds to a wrapped line of text.", @@ -147527,7 +147799,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#getWrappedText", "scope": "instance", - "___id": "T000002R015858", + "___id": "T000002R015882", "___s": true }, { @@ -147536,7 +147808,7 @@ "filename": "Text.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the text to display.\r\rAn array of strings will be joined with `\\n` line breaks.", @@ -147595,7 +147867,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#setText", "scope": "instance", - "___id": "T000002R015862", + "___id": "T000002R015886", "___s": true }, { @@ -147604,7 +147876,7 @@ "filename": "Text.js", "lineno": 633, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Appends the given text to the content already being displayed by this Text object.\r\rAn array of strings will be joined with `\\n` line breaks.", @@ -147678,7 +147950,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#appendText", "scope": "instance", - "___id": "T000002R015867", + "___id": "T000002R015891", "___s": true }, { @@ -147687,7 +147959,7 @@ "filename": "Text.js", "lineno": 674, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the text style.", @@ -147730,7 +148002,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#setStyle", "scope": "instance", - "___id": "T000002R015875", + "___id": "T000002R015899", "___s": true }, { @@ -147739,7 +148011,7 @@ "filename": "Text.js", "lineno": 698, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the font.\r\rIf a string is given, the font family is set.\r\rIf an object is given, the `fontFamily`, `fontSize` and `fontStyle`\rproperties of that object are set.\r\r**Important:** The font name must be quoted if it contains certain combinations of digits or\rspecial characters:\r\r```javascript\rText.setFont('\"Press Start 2P\"');\r```\r\rEqually, if you wish to provide a list of fallback fonts, then you should ensure they are all\rquoted properly, too:\r\r```javascript\rText.setFont('Georgia, \"Goudy Bookletter 1911\", Times, serif');\r```", @@ -147782,7 +148054,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#setFont", "scope": "instance", - "___id": "T000002R015877", + "___id": "T000002R015901", "___s": true }, { @@ -147791,7 +148063,7 @@ "filename": "Text.js", "lineno": 734, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the font family.\r\r**Important:** The font name must be quoted if it contains certain combinations of digits or\rspecial characters:\r\r```javascript\rText.setFont('\"Press Start 2P\"');\r```\r\rEqually, if you wish to provide a list of fallback fonts, then you should ensure they are all\rquoted properly, too:\r\r```javascript\rText.setFont('Georgia, \"Goudy Bookletter 1911\", Times, serif');\r```", @@ -147834,7 +148106,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#setFontFamily", "scope": "instance", - "___id": "T000002R015879", + "___id": "T000002R015903", "___s": true }, { @@ -147843,7 +148115,7 @@ "filename": "Text.js", "lineno": 765, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the font size. Can be a string with a valid CSS unit, i.e. `16px`, or a number.", @@ -147893,7 +148165,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#setFontSize", "scope": "instance", - "___id": "T000002R015881", + "___id": "T000002R015905", "___s": true }, { @@ -147902,7 +148174,7 @@ "filename": "Text.js", "lineno": 780, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the font style.", @@ -147942,7 +148214,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#setFontStyle", "scope": "instance", - "___id": "T000002R015883", + "___id": "T000002R015907", "___s": true }, { @@ -147951,7 +148223,7 @@ "filename": "Text.js", "lineno": 795, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set a fixed width and height for the text.\r\rPass in `0` for either of these parameters to disable fixed width or height respectively.", @@ -148004,7 +148276,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#setFixedSize", "scope": "instance", - "___id": "T000002R015885", + "___id": "T000002R015909", "___s": true }, { @@ -148013,7 +148285,7 @@ "filename": "Text.js", "lineno": 813, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the background color.", @@ -148053,7 +148325,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#setBackgroundColor", "scope": "instance", - "___id": "T000002R015887", + "___id": "T000002R015911", "___s": true }, { @@ -148062,7 +148334,7 @@ "filename": "Text.js", "lineno": 828, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the fill style to be used by the Text object.\r\rThis can be any valid CanvasRenderingContext2D fillStyle value, such as\ra color (in hex, rgb, rgba, hsl or named values), a gradient or a pattern.\r\rSee the [MDN fillStyle docs](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/fillStyle) for more details.", @@ -148117,7 +148389,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#setFill", "scope": "instance", - "___id": "T000002R015889", + "___id": "T000002R015913", "___s": true }, { @@ -148126,7 +148398,7 @@ "filename": "Text.js", "lineno": 848, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the text fill color.", @@ -148181,7 +148453,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#setColor", "scope": "instance", - "___id": "T000002R015891", + "___id": "T000002R015915", "___s": true }, { @@ -148190,7 +148462,7 @@ "filename": "Text.js", "lineno": 863, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the stroke settings.", @@ -148258,7 +148530,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#setStroke", "scope": "instance", - "___id": "T000002R015893", + "___id": "T000002R015917", "___s": true }, { @@ -148267,7 +148539,7 @@ "filename": "Text.js", "lineno": 879, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the shadow settings.", @@ -148384,7 +148656,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#setShadow", "scope": "instance", - "___id": "T000002R015895", + "___id": "T000002R015919", "___s": true }, { @@ -148393,7 +148665,7 @@ "filename": "Text.js", "lineno": 899, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the shadow offset.", @@ -148446,7 +148718,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#setShadowOffset", "scope": "instance", - "___id": "T000002R015897", + "___id": "T000002R015921", "___s": true }, { @@ -148455,7 +148727,7 @@ "filename": "Text.js", "lineno": 915, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the shadow color.", @@ -148495,7 +148767,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#setShadowColor", "scope": "instance", - "___id": "T000002R015899", + "___id": "T000002R015923", "___s": true }, { @@ -148504,7 +148776,7 @@ "filename": "Text.js", "lineno": 930, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the shadow blur radius.", @@ -148544,7 +148816,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#setShadowBlur", "scope": "instance", - "___id": "T000002R015901", + "___id": "T000002R015925", "___s": true }, { @@ -148553,7 +148825,7 @@ "filename": "Text.js", "lineno": 945, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Enable or disable shadow stroke.", @@ -148593,7 +148865,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#setShadowStroke", "scope": "instance", - "___id": "T000002R015903", + "___id": "T000002R015927", "___s": true }, { @@ -148602,7 +148874,7 @@ "filename": "Text.js", "lineno": 960, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Enable or disable shadow fill.", @@ -148642,16 +148914,16 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#setShadowFill", "scope": "instance", - "___id": "T000002R015905", + "___id": "T000002R015929", "___s": true }, { - "comment": "/**\r\n * Set the width (in pixels) to use for wrapping lines. Pass in null to remove wrapping by width.\r\n *\r\n * @method Phaser.GameObjects.Text#setWordWrapWidth\r\n * @since 3.0.0\r\n *\r\n * @param {?number} width - The maximum width of a line in pixels. Set to null to remove wrapping.\r\n * @param {boolean} [useAdvancedWrap=false] - Whether or not to use the advanced wrapping\r\n * algorithm. If true, spaces are collapsed and whitespace is trimmed from lines. If false,\r\n * spaces and whitespace are left as is.\r\n *\r\n * @return {this} This Text object.\r\n */", + "comment": "/**\r\n * Set the width (in pixels) to use for wrapping lines. Pass in null to remove wrapping by width.\r\n *\r\n * @method Phaser.GameObjects.Text#setWordWrapWidth\r\n * @since 3.0.0\r\n *\r\n * @param {number | null} width - The maximum width of a line in pixels. Set to null to remove wrapping.\r\n * @param {boolean} [useAdvancedWrap=false] - Whether or not to use the advanced wrapping\r\n * algorithm. If true, spaces are collapsed and whitespace is trimmed from lines. If false,\r\n * spaces and whitespace are left as is.\r\n *\r\n * @return {this} This Text object.\r\n */", "meta": { "filename": "Text.js", "lineno": 975, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the width (in pixels) to use for wrapping lines. Pass in null to remove wrapping by width.", @@ -148662,15 +148934,22 @@ { "type": { "names": [ - "number" + "number", + "null" ], "parsedType": { - "type": "NameExpression", - "name": "number", - "nullable": true + "type": "TypeUnion", + "elements": [ + { + "type": "NameExpression", + "name": "number" + }, + { + "type": "NullLiteral" + } + ] } }, - "nullable": true, "description": "The maximum width of a line in pixels. Set to null to remove wrapping.", "name": "width" }, @@ -148708,7 +148987,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#setWordWrapWidth", "scope": "instance", - "___id": "T000002R015907", + "___id": "T000002R015931", "___s": true }, { @@ -148717,7 +148996,7 @@ "filename": "Text.js", "lineno": 993, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set a custom callback for wrapping lines. Pass in null to remove wrapping by callback.", @@ -148772,7 +149051,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#setWordWrapCallback", "scope": "instance", - "___id": "T000002R015909", + "___id": "T000002R015933", "___s": true }, { @@ -148781,7 +149060,7 @@ "filename": "Text.js", "lineno": 1012, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the alignment of the text in this Text object.\r\rThe argument can be one of: `left`, `right`, `center` or `justify`.\r\rAlignment only works if the Text object has more than one line of text.", @@ -148823,7 +149102,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#setAlign", "scope": "instance", - "___id": "T000002R015911", + "___id": "T000002R015935", "___s": true }, { @@ -148832,7 +149111,7 @@ "filename": "Text.js", "lineno": 1031, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the resolution used by this Text object.\r\rIt allows for much clearer text on High DPI devices, at the cost of memory because it uses larger\rinternal Canvas textures for the Text.\r\rTherefore, please use with caution, as the more high res Text you have, the more memory it uses.", @@ -148872,7 +149151,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#setResolution", "scope": "instance", - "___id": "T000002R015913", + "___id": "T000002R015937", "___s": true }, { @@ -148881,7 +149160,7 @@ "filename": "Text.js", "lineno": 1051, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Sets the line spacing value.\r\rThis value is _added_ to the height of the font when calculating the overall line height.\rThis only has an effect if this Text object consists of multiple lines of text.", @@ -148921,7 +149200,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#setLineSpacing", "scope": "instance", - "___id": "T000002R015915", + "___id": "T000002R015939", "___s": true }, { @@ -148930,7 +149209,7 @@ "filename": "Text.js", "lineno": 1071, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Sets the letter spacing value.\r\rThis will add, or remove spacing between each character of this Text Game Object. The value can be\reither positive or negative. Positive values increase the space between each character, whilst negative\rvalues decrease it. Note that some fonts are spaced naturally closer together than others.\r\rPlease understand that enabling this feature will cause Phaser to render each character in this Text object\rone by one, rather than use a draw for the whole string. This makes it extremely expensive when used with\reither long strings, or lots of strings in total. You will be better off creating bitmap font text if you\rneed to display large quantities of characters with fine control over the letter spacing.", @@ -148970,7 +149249,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#setLetterSpacing", "scope": "instance", - "___id": "T000002R015918", + "___id": "T000002R015942", "___s": true }, { @@ -148979,7 +149258,7 @@ "filename": "Text.js", "lineno": 1097, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the text padding.\r\r'left' can be an object.\r\rIf only 'left' and 'top' are given they are treated as 'x' and 'y'.", @@ -149071,7 +149350,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#setPadding", "scope": "instance", - "___id": "T000002R015921", + "___id": "T000002R015945", "___s": true }, { @@ -149080,7 +149359,7 @@ "filename": "Text.js", "lineno": 1163, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the maximum number of lines to draw.", @@ -149122,7 +149401,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#setMaxLines", "scope": "instance", - "___id": "T000002R015942", + "___id": "T000002R015966", "___s": true }, { @@ -149131,7 +149410,7 @@ "filename": "Text.js", "lineno": 1178, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Render text from right-to-left or left-to-right.", @@ -149173,7 +149452,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#setRTL", "scope": "instance", - "___id": "T000002R015944", + "___id": "T000002R015968", "___s": true }, { @@ -149182,7 +149461,7 @@ "filename": "Text.js", "lineno": 1227, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Update the displayed text.", @@ -149207,7 +149486,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#updateText", "scope": "instance", - "___id": "T000002R015956", + "___id": "T000002R015980", "___s": true }, { @@ -149216,7 +149495,7 @@ "filename": "Text.js", "lineno": 1453, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Get the current text metrics.", @@ -149240,7 +149519,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#getTextMetrics", "scope": "instance", - "___id": "T000002R016019", + "___id": "T000002R016043", "___s": true }, { @@ -149249,7 +149528,7 @@ "filename": "Text.js", "lineno": 1466, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The text string being rendered by this Text Game Object.", @@ -149268,7 +149547,7 @@ "longname": "Phaser.GameObjects.Text#text", "scope": "instance", "kind": "member", - "___id": "T000002R016021", + "___id": "T000002R016045", "___s": true }, { @@ -149277,7 +149556,7 @@ "filename": "Text.js", "lineno": 1487, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Build a JSON representation of the Text object.", @@ -149302,7 +149581,7 @@ "longname": "Phaser.GameObjects.Text#toJSON", "scope": "instance", "overrides": "Phaser.GameObjects.GameObject#toJSON", - "___id": "T000002R016025", + "___id": "T000002R016049", "___s": true }, { @@ -149311,7 +149590,7 @@ "filename": "Text.js", "lineno": 1518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Internal destroy handler, called as part of the destroy process.", @@ -149322,7 +149601,7 @@ "memberof": "Phaser.GameObjects.Text", "longname": "Phaser.GameObjects.Text#preDestroy", "scope": "instance", - "___id": "T000002R016038", + "___id": "T000002R016062", "___s": true }, { @@ -149331,7 +149610,7 @@ "filename": "TextCreator.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Creates a new Text Game Object and returns it.\r\rNote: This method will only be available if the Text Game Object has been built into Phaser.", @@ -149384,7 +149663,7 @@ "memberof": "Phaser.GameObjects.GameObjectCreator", "longname": "Phaser.GameObjects.GameObjectCreator#text", "scope": "instance", - "___id": "T000002R016049", + "___id": "T000002R016073", "___s": true }, { @@ -149393,7 +149672,7 @@ "filename": "TextFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Creates a new Text Game Object and adds it to the Scene.\r\rA Text Game Object.\r\rText objects work by creating their own internal hidden Canvas and then renders text to it using\rthe standard Canvas `fillText` API. It then creates a texture from this canvas which is rendered\rto your game during the render pass.\r\rBecause it uses the Canvas API you can take advantage of all the features this offers, such as\rapplying gradient fills to the text, or strokes, shadows and more. You can also use custom fonts\rloaded externally, such as Google or TypeKit Web fonts.\r\rYou can only display fonts that are currently loaded and available to the browser: therefore fonts must\rbe pre-loaded. Phaser does not do this for you, so you will require the use of a 3rd party font loader,\ror have the fonts ready available in the CSS on the page in which your Phaser game resides.\r\rSee {@link http://www.jordanm.co.uk/tinytype this compatibility table} for the available default fonts\racross mobile browsers.\r\rA note on performance: Every time the contents of a Text object changes, i.e. changing the text being\rdisplayed, or the style of the text, it needs to remake the Text canvas, and if on WebGL, re-upload the\rnew texture to the GPU. This can be an expensive operation if used often, or with large quantities of\rText objects in your game. If you run into performance issues you would be better off using Bitmap Text\rinstead, as it benefits from batching and avoids expensive Canvas API calls.\r\rNote: This method will only be available if the Text Game Object has been built into Phaser.", @@ -149491,7 +149770,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#text", "scope": "instance", - "___id": "T000002R016061", + "___id": "T000002R016085", "___s": true }, { @@ -149500,7 +149779,7 @@ "filename": "TextStyle.js", "lineno": 43, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "classdesc": "A TextStyle class manages all of the style settings for a Text object.\r\rText Game Objects create a TextStyle instance automatically, which is\raccessed via the `Text.style` property. You do not normally need to\rinstantiate one yourself.", @@ -149538,7 +149817,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.TextStyle", - "___id": "T000002R016101", + "___id": "T000002R016125", "___s": true }, { @@ -149547,7 +149826,7 @@ "filename": "TextStyle.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The Text object that this TextStyle is styling.", @@ -149566,7 +149845,7 @@ "longname": "Phaser.GameObjects.TextStyle#parent", "scope": "instance", "kind": "member", - "___id": "T000002R016104", + "___id": "T000002R016128", "___s": true }, { @@ -149575,7 +149854,7 @@ "filename": "TextStyle.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The font family.", @@ -149595,7 +149874,7 @@ "longname": "Phaser.GameObjects.TextStyle#fontFamily", "scope": "instance", "kind": "member", - "___id": "T000002R016106", + "___id": "T000002R016130", "___s": true }, { @@ -149604,7 +149883,7 @@ "filename": "TextStyle.js", "lineno": 84, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The font size.", @@ -149634,7 +149913,7 @@ "longname": "Phaser.GameObjects.TextStyle#fontSize", "scope": "instance", "kind": "member", - "___id": "T000002R016108", + "___id": "T000002R016132", "___s": true }, { @@ -149643,7 +149922,7 @@ "filename": "TextStyle.js", "lineno": 94, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The font style.", @@ -149662,7 +149941,7 @@ "longname": "Phaser.GameObjects.TextStyle#fontStyle", "scope": "instance", "kind": "member", - "___id": "T000002R016110", + "___id": "T000002R016134", "___s": true }, { @@ -149671,7 +149950,7 @@ "filename": "TextStyle.js", "lineno": 103, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The background color.", @@ -149690,7 +149969,7 @@ "longname": "Phaser.GameObjects.TextStyle#backgroundColor", "scope": "instance", "kind": "member", - "___id": "T000002R016112", + "___id": "T000002R016136", "___s": true }, { @@ -149699,7 +149978,7 @@ "filename": "TextStyle.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The text fill color.", @@ -149734,7 +150013,7 @@ "longname": "Phaser.GameObjects.TextStyle#color", "scope": "instance", "kind": "member", - "___id": "T000002R016114", + "___id": "T000002R016138", "___s": true }, { @@ -149743,7 +150022,7 @@ "filename": "TextStyle.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The text stroke color.", @@ -149778,7 +150057,7 @@ "longname": "Phaser.GameObjects.TextStyle#stroke", "scope": "instance", "kind": "member", - "___id": "T000002R016116", + "___id": "T000002R016140", "___s": true }, { @@ -149787,7 +150066,7 @@ "filename": "TextStyle.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The text stroke thickness.", @@ -149807,7 +150086,7 @@ "longname": "Phaser.GameObjects.TextStyle#strokeThickness", "scope": "instance", "kind": "member", - "___id": "T000002R016118", + "___id": "T000002R016142", "___s": true }, { @@ -149816,7 +150095,7 @@ "filename": "TextStyle.js", "lineno": 142, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The horizontal shadow offset.", @@ -149836,7 +150115,7 @@ "longname": "Phaser.GameObjects.TextStyle#shadowOffsetX", "scope": "instance", "kind": "member", - "___id": "T000002R016120", + "___id": "T000002R016144", "___s": true }, { @@ -149845,7 +150124,7 @@ "filename": "TextStyle.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The vertical shadow offset.", @@ -149865,7 +150144,7 @@ "longname": "Phaser.GameObjects.TextStyle#shadowOffsetY", "scope": "instance", "kind": "member", - "___id": "T000002R016122", + "___id": "T000002R016146", "___s": true }, { @@ -149874,7 +150153,7 @@ "filename": "TextStyle.js", "lineno": 162, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The shadow color.", @@ -149894,7 +150173,7 @@ "longname": "Phaser.GameObjects.TextStyle#shadowColor", "scope": "instance", "kind": "member", - "___id": "T000002R016124", + "___id": "T000002R016148", "___s": true }, { @@ -149903,7 +150182,7 @@ "filename": "TextStyle.js", "lineno": 172, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The shadow blur radius.", @@ -149923,7 +150202,7 @@ "longname": "Phaser.GameObjects.TextStyle#shadowBlur", "scope": "instance", "kind": "member", - "___id": "T000002R016126", + "___id": "T000002R016150", "___s": true }, { @@ -149932,7 +150211,7 @@ "filename": "TextStyle.js", "lineno": 182, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Whether shadow stroke is enabled or not.", @@ -149952,7 +150231,7 @@ "longname": "Phaser.GameObjects.TextStyle#shadowStroke", "scope": "instance", "kind": "member", - "___id": "T000002R016128", + "___id": "T000002R016152", "___s": true }, { @@ -149961,7 +150240,7 @@ "filename": "TextStyle.js", "lineno": 192, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Whether shadow fill is enabled or not.", @@ -149981,7 +150260,7 @@ "longname": "Phaser.GameObjects.TextStyle#shadowFill", "scope": "instance", "kind": "member", - "___id": "T000002R016130", + "___id": "T000002R016154", "___s": true }, { @@ -149990,7 +150269,7 @@ "filename": "TextStyle.js", "lineno": 202, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The text alignment.", @@ -150010,7 +150289,7 @@ "longname": "Phaser.GameObjects.TextStyle#align", "scope": "instance", "kind": "member", - "___id": "T000002R016132", + "___id": "T000002R016156", "___s": true }, { @@ -150019,7 +150298,7 @@ "filename": "TextStyle.js", "lineno": 212, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The maximum number of lines to draw.", @@ -150039,7 +150318,7 @@ "longname": "Phaser.GameObjects.TextStyle#maxLines", "scope": "instance", "kind": "member", - "___id": "T000002R016134", + "___id": "T000002R016158", "___s": true }, { @@ -150048,7 +150327,7 @@ "filename": "TextStyle.js", "lineno": 222, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The fixed width of the text.\r\r`0` means no fixed with.", @@ -150068,7 +150347,7 @@ "longname": "Phaser.GameObjects.TextStyle#fixedWidth", "scope": "instance", "kind": "member", - "___id": "T000002R016136", + "___id": "T000002R016160", "___s": true }, { @@ -150077,7 +150356,7 @@ "filename": "TextStyle.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The fixed height of the text.\r\r`0` means no fixed height.", @@ -150097,7 +150376,7 @@ "longname": "Phaser.GameObjects.TextStyle#fixedHeight", "scope": "instance", "kind": "member", - "___id": "T000002R016138", + "___id": "T000002R016162", "___s": true }, { @@ -150106,7 +150385,7 @@ "filename": "TextStyle.js", "lineno": 246, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The resolution the text is rendered to its internal canvas at.\rThe default is 0, which means it will use the resolution set in the Game Config.", @@ -150126,7 +150405,7 @@ "longname": "Phaser.GameObjects.TextStyle#resolution", "scope": "instance", "kind": "member", - "___id": "T000002R016140", + "___id": "T000002R016164", "___s": true }, { @@ -150135,7 +150414,7 @@ "filename": "TextStyle.js", "lineno": 257, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Whether the text should render right to left.", @@ -150155,7 +150434,7 @@ "longname": "Phaser.GameObjects.TextStyle#rtl", "scope": "instance", "kind": "member", - "___id": "T000002R016142", + "___id": "T000002R016166", "___s": true }, { @@ -150164,7 +150443,7 @@ "filename": "TextStyle.js", "lineno": 267, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The test string to use when measuring the font.", @@ -150184,7 +150463,7 @@ "longname": "Phaser.GameObjects.TextStyle#testString", "scope": "instance", "kind": "member", - "___id": "T000002R016144", + "___id": "T000002R016168", "___s": true }, { @@ -150193,7 +150472,7 @@ "filename": "TextStyle.js", "lineno": 277, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The amount of horizontal padding added to the width of the text when calculating the font metrics.", @@ -150213,7 +150492,7 @@ "longname": "Phaser.GameObjects.TextStyle#baselineX", "scope": "instance", "kind": "member", - "___id": "T000002R016146", + "___id": "T000002R016170", "___s": true }, { @@ -150222,7 +150501,7 @@ "filename": "TextStyle.js", "lineno": 287, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The amount of vertical padding added to the height of the text when calculating the font metrics.", @@ -150242,7 +150521,7 @@ "longname": "Phaser.GameObjects.TextStyle#baselineY", "scope": "instance", "kind": "member", - "___id": "T000002R016148", + "___id": "T000002R016172", "___s": true }, { @@ -150251,7 +150530,7 @@ "filename": "TextStyle.js", "lineno": 297, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The maximum width of a line of text in pixels. Null means no line wrapping. Setting this\rproperty directly will not re-run the word wrapping algorithm. To change the width and\rre-wrap, use {@link Phaser.GameObjects.TextStyle#setWordWrapWidth}.", @@ -150280,7 +150559,7 @@ "longname": "Phaser.GameObjects.TextStyle#wordWrapWidth", "scope": "instance", "kind": "member", - "___id": "T000002R016150", + "___id": "T000002R016174", "___s": true }, { @@ -150289,7 +150568,7 @@ "filename": "TextStyle.js", "lineno": 309, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "A custom function that will be responsible for wrapping the text. It will receive two\rarguments: text (the string to wrap), textObject (this Text instance). It should return\rthe wrapped lines either as an array of lines or as a string with newline characters in\rplace to indicate where breaks should happen. Setting this directly will not re-run the\rword wrapping algorithm. To change the callback and re-wrap, use\r{@link Phaser.GameObjects.TextStyle#setWordWrapCallback}.", @@ -150318,7 +150597,7 @@ "longname": "Phaser.GameObjects.TextStyle#wordWrapCallback", "scope": "instance", "kind": "member", - "___id": "T000002R016152", + "___id": "T000002R016176", "___s": true }, { @@ -150327,7 +150606,7 @@ "filename": "TextStyle.js", "lineno": 324, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "The scope that will be applied when the wordWrapCallback is invoked. Setting this directly will not re-run the\rword wrapping algorithm. To change the callback and re-wrap, use\r{@link Phaser.GameObjects.TextStyle#setWordWrapCallback}.", @@ -150356,7 +150635,7 @@ "longname": "Phaser.GameObjects.TextStyle#wordWrapCallbackScope", "scope": "instance", "kind": "member", - "___id": "T000002R016154", + "___id": "T000002R016178", "___s": true }, { @@ -150365,7 +150644,7 @@ "filename": "TextStyle.js", "lineno": 336, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Whether or not to use the advanced wrapping algorithm. If true, spaces are collapsed and\rwhitespace is trimmed from lines. If false, spaces and whitespace are left as is. Setting\rthis property directly will not re-run the word wrapping algorithm. To change the\radvanced setting and re-wrap, use {@link Phaser.GameObjects.TextStyle#setWordWrapWidth}.", @@ -150385,16 +150664,16 @@ "longname": "Phaser.GameObjects.TextStyle#wordWrapUseAdvanced", "scope": "instance", "kind": "member", - "___id": "T000002R016156", + "___id": "T000002R016180", "___s": true }, { - "comment": "/**\r\n * Set the text style.\r\n *\r\n * @example\r\n * text.setStyle({\r\n * fontSize: '64px',\r\n * fontFamily: 'Arial',\r\n * color: '#ffffff',\r\n * align: 'center',\r\n * backgroundColor: '#ff00ff'\r\n * });\r\n *\r\n * @method Phaser.GameObjects.TextStyle#setStyle\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Types.GameObjects.Text.TextStyle} style - The style settings to set.\r\n * @param {boolean} [updateText=true] - Whether to update the text immediately.\r\n * @param {boolean} [setDefaults=false] - Use the default values is not set, or the local values.\r\n *\r\n * @return {Phaser.GameObjects.Text} The parent Text object.\r\n */", + "comment": "/**\r\n * Set the text style.\r\n *\r\n * @example\r\n * text.setStyle({\r\n * fontSize: '64px',\r\n * fontFamily: 'Arial',\r\n * color: '#ffffff',\r\n * align: 'center',\r\n * backgroundColor: '#ff00ff'\r\n * });\r\n *\r\n * @method Phaser.GameObjects.TextStyle#setStyle\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Types.GameObjects.Text.TextStyle} style - The style settings to set.\r\n * @param {boolean} [updateText=true] - Whether to update the text immediately.\r\n * @param {boolean} [setDefaults=false] - Use the default values if not set, or the local values.\r\n *\r\n * @return {Phaser.GameObjects.Text} The parent Text object.\r\n */", "meta": { "filename": "TextStyle.js", "lineno": 363, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the text style.", @@ -150445,7 +150724,7 @@ }, "optional": true, "defaultvalue": false, - "description": "Use the default values is not set, or the local values.", + "description": "Use the default values if not set, or the local values.", "name": "setDefaults" } ], @@ -150466,16 +150745,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#setStyle", "scope": "instance", - "___id": "T000002R016160", + "___id": "T000002R016184", "___s": true }, { "comment": "/**\r\n * Synchronize the font settings to the given Canvas Rendering Context.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#syncFont\r\n * @since 3.0.0\r\n *\r\n * @param {HTMLCanvasElement} canvas - The Canvas Element.\r\n * @param {CanvasRenderingContext2D} context - The Canvas Rendering Context.\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 456, + "lineno": 453, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Synchronize the font settings to the given Canvas Rendering Context.", @@ -150513,16 +150792,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#syncFont", "scope": "instance", - "___id": "T000002R016179", + "___id": "T000002R016203", "___s": true }, { "comment": "/**\r\n * Synchronize the text style settings to the given Canvas Rendering Context.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#syncStyle\r\n * @since 3.0.0\r\n *\r\n * @param {HTMLCanvasElement} canvas - The Canvas Element.\r\n * @param {CanvasRenderingContext2D} context - The Canvas Rendering Context.\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 470, + "lineno": 467, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Synchronize the text style settings to the given Canvas Rendering Context.", @@ -150560,16 +150839,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#syncStyle", "scope": "instance", - "___id": "T000002R016182", + "___id": "T000002R016206", "___s": true }, { "comment": "/**\r\n * Synchronize the shadow settings to the given Canvas Rendering Context.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#syncShadow\r\n * @since 3.0.0\r\n *\r\n * @param {CanvasRenderingContext2D} context - The Canvas Rendering Context.\r\n * @param {boolean} enabled - Whether shadows are enabled or not.\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 491, + "lineno": 488, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Synchronize the shadow settings to the given Canvas Rendering Context.", @@ -150607,16 +150886,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#syncShadow", "scope": "instance", - "___id": "T000002R016190", + "___id": "T000002R016214", "___s": true }, { "comment": "/**\r\n * Update the style settings for the parent Text object.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#update\r\n * @since 3.0.0\r\n *\r\n * @param {boolean} recalculateMetrics - Whether to recalculate font and text metrics.\r\n *\r\n * @return {Phaser.GameObjects.Text} The parent Text object.\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 518, + "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Update the style settings for the parent Text object.", @@ -150655,16 +150934,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#update", "scope": "instance", - "___id": "T000002R016200", + "___id": "T000002R016224", "___s": true }, { "comment": "/**\r\n * Set the font.\r\n *\r\n * If a string is given, the font family is set.\r\n *\r\n * If an object is given, the `fontFamily`, `fontSize` and `fontStyle`\r\n * properties of that object are set.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#setFont\r\n * @since 3.0.0\r\n *\r\n * @param {(string|object)} font - The font family or font settings to set.\r\n * @param {boolean} [updateText=true] - Whether to update the text immediately.\r\n *\r\n * @return {Phaser.GameObjects.Text} The parent Text object.\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 540, + "lineno": 537, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the font.\r\rIf a string is given, the font family is set.\r\rIf an object is given, the `fontFamily`, `fontSize` and `fontStyle`\rproperties of that object are set.", @@ -150728,16 +151007,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#setFont", "scope": "instance", - "___id": "T000002R016204", + "___id": "T000002R016228", "___s": true }, { "comment": "/**\r\n * Set the font family.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#setFontFamily\r\n * @since 3.0.0\r\n *\r\n * @param {string} family - The font family.\r\n *\r\n * @return {Phaser.GameObjects.Text} The parent Text object.\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 596, + "lineno": 593, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the font family.", @@ -150776,16 +151055,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#setFontFamily", "scope": "instance", - "___id": "T000002R016221", + "___id": "T000002R016245", "___s": true }, { "comment": "/**\r\n * Set the font style.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#setFontStyle\r\n * @since 3.0.0\r\n *\r\n * @param {string} style - The font style.\r\n *\r\n * @return {Phaser.GameObjects.Text} The parent Text object.\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 618, + "lineno": 615, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the font style.", @@ -150824,16 +151103,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#setFontStyle", "scope": "instance", - "___id": "T000002R016224", + "___id": "T000002R016248", "___s": true }, { "comment": "/**\r\n * Set the font size. Can be a string with a valid CSS unit, i.e. `16px`, or a number.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#setFontSize\r\n * @since 3.0.0\r\n *\r\n * @param {(number|string)} size - The font size.\r\n *\r\n * @return {Phaser.GameObjects.Text} The parent Text object.\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 640, + "lineno": 637, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the font size. Can be a string with a valid CSS unit, i.e. `16px`, or a number.", @@ -150882,16 +151161,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#setFontSize", "scope": "instance", - "___id": "T000002R016227", + "___id": "T000002R016251", "___s": true }, { "comment": "/**\r\n * Set the test string to use when measuring the font.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#setTestString\r\n * @since 3.0.0\r\n *\r\n * @param {string} string - The test string to use when measuring the font.\r\n *\r\n * @return {Phaser.GameObjects.Text} The parent Text object.\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 667, + "lineno": 664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the test string to use when measuring the font.", @@ -150930,16 +151209,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#setTestString", "scope": "instance", - "___id": "T000002R016231", + "___id": "T000002R016255", "___s": true }, { "comment": "/**\r\n * Set a fixed width and height for the text.\r\n *\r\n * Pass in `0` for either of these parameters to disable fixed width or height respectively.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#setFixedSize\r\n * @since 3.0.0\r\n *\r\n * @param {number} width - The fixed width to set.\r\n * @param {number} height - The fixed height to set.\r\n *\r\n * @return {Phaser.GameObjects.Text} The parent Text object.\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 684, + "lineno": 681, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set a fixed width and height for the text.\r\rPass in `0` for either of these parameters to disable fixed width or height respectively.", @@ -150991,16 +151270,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#setFixedSize", "scope": "instance", - "___id": "T000002R016234", + "___id": "T000002R016258", "___s": true }, { "comment": "/**\r\n * Set the background color.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#setBackgroundColor\r\n * @since 3.0.0\r\n *\r\n * @param {string} color - The background color.\r\n *\r\n * @return {Phaser.GameObjects.Text} The parent Text object.\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 715, + "lineno": 712, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the background color.", @@ -151039,16 +151318,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#setBackgroundColor", "scope": "instance", - "___id": "T000002R016240", + "___id": "T000002R016264", "___s": true }, { "comment": "/**\r\n * Set the text fill color.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#setFill\r\n * @since 3.0.0\r\n *\r\n * @param {(string|CanvasGradient|CanvasPattern)} color - The text fill color.\r\n *\r\n * @return {Phaser.GameObjects.Text} The parent Text object.\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 732, + "lineno": 729, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the text fill color.", @@ -151102,16 +151381,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#setFill", "scope": "instance", - "___id": "T000002R016243", + "___id": "T000002R016267", "___s": true }, { "comment": "/**\r\n * Set the text fill color.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#setColor\r\n * @since 3.0.0\r\n *\r\n * @param {(string|CanvasGradient|CanvasPattern)} color - The text fill color.\r\n *\r\n * @return {Phaser.GameObjects.Text} The parent Text object.\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 749, + "lineno": 746, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the text fill color.", @@ -151165,16 +151444,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#setColor", "scope": "instance", - "___id": "T000002R016246", + "___id": "T000002R016270", "___s": true }, { "comment": "/**\r\n * Set the resolution used by the Text object.\r\n *\r\n * It allows for much clearer text on High DPI devices, at the cost of memory because\r\n * it uses larger internal Canvas textures for the Text.\r\n *\r\n * Please use with caution, as the more high res Text you have, the more memory it uses up.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#setResolution\r\n * @since 3.12.0\r\n *\r\n * @param {number} value - The resolution for this Text object to use.\r\n *\r\n * @return {Phaser.GameObjects.Text} The parent Text object.\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 766, + "lineno": 763, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the resolution used by the Text object.\r\rIt allows for much clearer text on High DPI devices, at the cost of memory because\rit uses larger internal Canvas textures for the Text.\r\rPlease use with caution, as the more high res Text you have, the more memory it uses up.", @@ -151213,16 +151492,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#setResolution", "scope": "instance", - "___id": "T000002R016249", + "___id": "T000002R016273", "___s": true }, { "comment": "/**\r\n * Set the stroke settings.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#setStroke\r\n * @since 3.0.0\r\n *\r\n * @param {(string|CanvasGradient|CanvasPattern)} color - The stroke color.\r\n * @param {number} thickness - The stroke thickness.\r\n *\r\n * @return {Phaser.GameObjects.Text} The parent Text object.\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 788, + "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the stroke settings.", @@ -151289,16 +151568,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#setStroke", "scope": "instance", - "___id": "T000002R016252", + "___id": "T000002R016276", "___s": true }, { "comment": "/**\r\n * Set the shadow settings.\r\n *\r\n * Calling this method always re-measures the parent Text object,\r\n * so only call it when you actually change the shadow settings.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#setShadow\r\n * @since 3.0.0\r\n *\r\n * @param {number} [x=0] - The horizontal shadow offset.\r\n * @param {number} [y=0] - The vertical shadow offset.\r\n * @param {string} [color='#000'] - The shadow color.\r\n * @param {number} [blur=0] - The shadow blur radius.\r\n * @param {boolean} [shadowStroke=false] - Whether to stroke the shadow.\r\n * @param {boolean} [shadowFill=true] - Whether to fill the shadow.\r\n *\r\n * @return {Phaser.GameObjects.Text} The parent Text object.\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 821, + "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the shadow settings.\r\rCalling this method always re-measures the parent Text object,\rso only call it when you actually change the shadow settings.", @@ -151414,16 +151693,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#setShadow", "scope": "instance", - "___id": "T000002R016258", + "___id": "T000002R016282", "___s": true }, { "comment": "/**\r\n * Set the shadow offset.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#setShadowOffset\r\n * @since 3.0.0\r\n *\r\n * @param {number} [x=0] - The horizontal shadow offset.\r\n * @param {number} [y=0] - The vertical shadow offset.\r\n *\r\n * @return {Phaser.GameObjects.Text} The parent Text object.\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 858, + "lineno": 855, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the shadow offset.", @@ -151479,16 +151758,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#setShadowOffset", "scope": "instance", - "___id": "T000002R016272", + "___id": "T000002R016296", "___s": true }, { "comment": "/**\r\n * Set the shadow color.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#setShadowColor\r\n * @since 3.0.0\r\n *\r\n * @param {string} [color='#000'] - The shadow color.\r\n *\r\n * @return {Phaser.GameObjects.Text} The parent Text object.\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 880, + "lineno": 877, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the shadow color.", @@ -151529,16 +151808,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#setShadowColor", "scope": "instance", - "___id": "T000002R016278", + "___id": "T000002R016302", "___s": true }, { "comment": "/**\r\n * Set the shadow blur radius.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#setShadowBlur\r\n * @since 3.0.0\r\n *\r\n * @param {number} [blur=0] - The shadow blur radius.\r\n *\r\n * @return {Phaser.GameObjects.Text} The parent Text object.\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 899, + "lineno": 896, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the shadow blur radius.", @@ -151579,16 +151858,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#setShadowBlur", "scope": "instance", - "___id": "T000002R016282", + "___id": "T000002R016306", "___s": true }, { "comment": "/**\r\n * Enable or disable shadow stroke.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#setShadowStroke\r\n * @since 3.0.0\r\n *\r\n * @param {boolean} enabled - Whether shadow stroke is enabled or not.\r\n *\r\n * @return {Phaser.GameObjects.Text} The parent Text object.\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 918, + "lineno": 915, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Enable or disable shadow stroke.", @@ -151627,16 +151906,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#setShadowStroke", "scope": "instance", - "___id": "T000002R016286", + "___id": "T000002R016310", "___s": true }, { "comment": "/**\r\n * Enable or disable shadow fill.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#setShadowFill\r\n * @since 3.0.0\r\n *\r\n * @param {boolean} enabled - Whether shadow fill is enabled or not.\r\n *\r\n * @return {Phaser.GameObjects.Text} The parent Text object.\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 935, + "lineno": 932, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Enable or disable shadow fill.", @@ -151675,16 +151954,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#setShadowFill", "scope": "instance", - "___id": "T000002R016289", + "___id": "T000002R016313", "___s": true }, { - "comment": "/**\r\n * Set the width (in pixels) to use for wrapping lines.\r\n *\r\n * Pass in null to remove wrapping by width.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#setWordWrapWidth\r\n * @since 3.0.0\r\n *\r\n * @param {number} width - The maximum width of a line in pixels. Set to null to remove wrapping.\r\n * @param {boolean} [useAdvancedWrap=false] - Whether or not to use the advanced wrapping\r\n * algorithm. If true, spaces are collapsed and whitespace is trimmed from lines. If false,\r\n * spaces and whitespace are left as is.\r\n *\r\n * @return {Phaser.GameObjects.Text} The parent Text object.\r\n */", + "comment": "/**\r\n * Set the width (in pixels) to use for wrapping lines.\r\n *\r\n * Pass in null to remove wrapping by width.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#setWordWrapWidth\r\n * @since 3.0.0\r\n *\r\n * @param {number | null} width - The maximum width of a line in pixels. Set to null to remove wrapping.\r\n * @param {boolean} [useAdvancedWrap=false] - Whether or not to use the advanced wrapping\r\n * algorithm. If true, spaces are collapsed and whitespace is trimmed from lines. If false,\r\n * spaces and whitespace are left as is.\r\n *\r\n * @return {Phaser.GameObjects.Text} The parent Text object.\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 952, + "lineno": 949, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the width (in pixels) to use for wrapping lines.\r\rPass in null to remove wrapping by width.", @@ -151695,11 +151974,20 @@ { "type": { "names": [ - "number" + "number", + "null" ], "parsedType": { - "type": "NameExpression", - "name": "number" + "type": "TypeUnion", + "elements": [ + { + "type": "NameExpression", + "name": "number" + }, + { + "type": "NullLiteral" + } + ] } }, "description": "The maximum width of a line in pixels. Set to null to remove wrapping.", @@ -151738,16 +152026,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#setWordWrapWidth", "scope": "instance", - "___id": "T000002R016292", + "___id": "T000002R016316", "___s": true }, { "comment": "/**\r\n * Set a custom callback for wrapping lines.\r\n *\r\n * Pass in null to remove wrapping by callback.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#setWordWrapCallback\r\n * @since 3.0.0\r\n *\r\n * @param {TextStyleWordWrapCallback} callback - A custom function that will be responsible for wrapping the\r\n * text. It will receive two arguments: text (the string to wrap), textObject (this Text\r\n * instance). It should return the wrapped lines either as an array of lines or as a string with\r\n * newline characters in place to indicate where breaks should happen.\r\n * @param {object} [scope=null] - The scope that will be applied when the callback is invoked.\r\n *\r\n * @return {Phaser.GameObjects.Text} The parent Text object.\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 977, + "lineno": 974, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set a custom callback for wrapping lines.\r\rPass in null to remove wrapping by callback.", @@ -151801,16 +152089,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#setWordWrapCallback", "scope": "instance", - "___id": "T000002R016297", + "___id": "T000002R016321", "___s": true }, { "comment": "/**\r\n * Set the alignment of the text in this Text object.\r\n *\r\n * The argument can be one of: `left`, `right`, `center` or `justify`.\r\n *\r\n * Alignment only works if the Text object has more than one line of text.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#setAlign\r\n * @since 3.0.0\r\n *\r\n * @param {string} [align='left'] - The text alignment for multi-line text.\r\n *\r\n * @return {Phaser.GameObjects.Text} The parent Text object.\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 1003, + "lineno": 1000, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the alignment of the text in this Text object.\r\rThe argument can be one of: `left`, `right`, `center` or `justify`.\r\rAlignment only works if the Text object has more than one line of text.", @@ -151851,16 +152139,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#setAlign", "scope": "instance", - "___id": "T000002R016302", + "___id": "T000002R016326", "___s": true }, { "comment": "/**\r\n * Set the maximum number of lines to draw.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#setMaxLines\r\n * @since 3.0.0\r\n *\r\n * @param {number} [max=0] - The maximum number of lines to draw.\r\n *\r\n * @return {Phaser.GameObjects.Text} The parent Text object.\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 1026, + "lineno": 1023, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Set the maximum number of lines to draw.", @@ -151901,16 +152189,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#setMaxLines", "scope": "instance", - "___id": "T000002R016306", + "___id": "T000002R016330", "___s": true }, { "comment": "/**\r\n * Get the current text metrics.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#getTextMetrics\r\n * @since 3.0.0\r\n *\r\n * @return {Phaser.Types.GameObjects.Text.TextMetrics} The text metrics.\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 1045, + "lineno": 1042, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Get the current text metrics.", @@ -151934,16 +152222,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#getTextMetrics", "scope": "instance", - "___id": "T000002R016310", + "___id": "T000002R016334", "___s": true }, { "comment": "/**\r\n * Build a JSON representation of this Text Style.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#toJSON\r\n * @since 3.0.0\r\n *\r\n * @return {object} A JSON representation of this Text Style.\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 1064, + "lineno": 1061, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Build a JSON representation of this Text Style.", @@ -151967,16 +152255,16 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#toJSON", "scope": "instance", - "___id": "T000002R016316", + "___id": "T000002R016340", "___s": true }, { "comment": "/**\r\n * Destroy this Text Style.\r\n *\r\n * @method Phaser.GameObjects.TextStyle#destroy\r\n * @since 3.0.0\r\n */", "meta": { "filename": "TextStyle.js", - "lineno": 1086, + "lineno": 1083, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text", "code": {} }, "description": "Destroy this Text Style.", @@ -151986,7 +152274,7 @@ "memberof": "Phaser.GameObjects.TextStyle", "longname": "Phaser.GameObjects.TextStyle#destroy", "scope": "instance", - "___id": "T000002R016322", + "___id": "T000002R016346", "___s": true }, { @@ -151995,7 +152283,7 @@ "filename": "GetTextSizeObject.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text\\typedefs", "code": {} }, "description": "Results object from a call to GetTextSize.", @@ -152103,7 +152391,7 @@ "memberof": "Phaser.Types.GameObjects.Text", "longname": "Phaser.Types.GameObjects.Text.GetTextSizeObject", "scope": "static", - "___id": "T000002R016336", + "___id": "T000002R016360", "___s": true }, { @@ -152112,7 +152400,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text\\typedefs", "code": {} }, "kind": "namespace", @@ -152120,7 +152408,7 @@ "memberof": "Phaser.Types.GameObjects", "longname": "Phaser.Types.GameObjects.Text", "scope": "static", - "___id": "T000002R016337", + "___id": "T000002R016361", "___s": true }, { @@ -152129,7 +152417,7 @@ "filename": "TextConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text\\typedefs", "code": {} }, "kind": "typedef", @@ -152213,7 +152501,7 @@ "memberof": "Phaser.Types.GameObjects.Text", "longname": "Phaser.Types.GameObjects.Text.TextConfig", "scope": "static", - "___id": "T000002R016338", + "___id": "T000002R016362", "___s": true }, { @@ -152222,7 +152510,7 @@ "filename": "TextMetrics.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text\\typedefs", "code": {} }, "description": "Font metrics for a Text Style object.", @@ -152282,7 +152570,7 @@ "memberof": "Phaser.Types.GameObjects.Text", "longname": "Phaser.Types.GameObjects.Text.TextMetrics", "scope": "static", - "___id": "T000002R016339", + "___id": "T000002R016363", "___s": true }, { @@ -152291,7 +152579,7 @@ "filename": "TextPadding.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text\\typedefs", "code": {} }, "description": "A Text Padding configuration object as used by the Text Style.", @@ -152396,7 +152684,7 @@ "memberof": "Phaser.Types.GameObjects.Text", "longname": "Phaser.Types.GameObjects.Text.TextPadding", "scope": "static", - "___id": "T000002R016340", + "___id": "T000002R016364", "___s": true }, { @@ -152405,7 +152693,7 @@ "filename": "TextShadow.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text\\typedefs", "code": {} }, "description": "A Text Shadow configuration object as used by the Text Style.", @@ -152516,7 +152804,7 @@ "memberof": "Phaser.Types.GameObjects.Text", "longname": "Phaser.Types.GameObjects.Text.TextShadow", "scope": "static", - "___id": "T000002R016341", + "___id": "T000002R016365", "___s": true }, { @@ -152525,7 +152813,7 @@ "filename": "TextStyle.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text\\typedefs", "code": {} }, "description": "A Text Style configuration object as used by the Text Game Object.", @@ -152908,7 +153196,7 @@ "memberof": "Phaser.Types.GameObjects.Text", "longname": "Phaser.Types.GameObjects.Text.TextStyle", "scope": "static", - "___id": "T000002R016342", + "___id": "T000002R016366", "___s": true }, { @@ -152917,7 +153205,7 @@ "filename": "TextWordWrap.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text\\typedefs", "code": {} }, "description": "A Text Word Wrap configuration object as used by the Text Style configuration.", @@ -152995,7 +153283,7 @@ "memberof": "Phaser.Types.GameObjects.Text", "longname": "Phaser.Types.GameObjects.Text.TextWordWrap", "scope": "static", - "___id": "T000002R016343", + "___id": "T000002R016367", "___s": true }, { @@ -153004,7 +153292,7 @@ "filename": "TextWordWrap.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\text\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\text\\typedefs", "code": {} }, "description": "A custom function that will be responsible for wrapping the text.", @@ -153078,7 +153366,7 @@ ], "longname": "TextStyleWordWrapCallback", "scope": "global", - "___id": "T000002R016344", + "___id": "T000002R016368", "___s": true }, { @@ -153087,7 +153375,7 @@ "filename": "TileSprite.js", "lineno": 20, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\tilesprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\tilesprite", "code": {} }, "classdesc": "A TileSprite is a Sprite that has a repeating texture.\r\rThe texture can be scrolled and scaled independently of the TileSprite itself. Textures will automatically wrap and\rare designed so that you can create game backdrops using seamless textures as a source.\r\rYou shouldn't ever create a TileSprite any larger than your actual canvas size. If you want to create a large repeating background\rthat scrolls across the whole map of your game, then you create a TileSprite that fits the canvas size and then use the `tilePosition`\rproperty to scroll the texture as the player moves. If you create a TileSprite that is thousands of pixels in size then it will\rconsume huge amounts of memory and cause performance issues. Remember: use `tilePosition` to scroll your texture and `tileScale` to\radjust the scale of the texture - don't resize the sprite itself or make it larger than it needs.\r\rAn important note about Tile Sprites and NPOT textures: Internally, TileSprite textures use GL_REPEAT to provide\rseamless repeating of the textures. This, combined with the way in which the textures are handled in WebGL, means\rthey need to be POT (power-of-two) sizes in order to wrap. If you provide a NPOT (non power-of-two) texture to a\rTileSprite it will generate a POT sized canvas and draw your texture to it, scaled up to the POT size. It's then\rscaled back down again during rendering to the original dimensions. While this works, in that it allows you to use\rany size texture for a Tile Sprite, it does mean that NPOT textures are going to appear anti-aliased when rendered,\rdue to the interpolation that took place when it was resized into a POT texture. This is especially visible in\rpixel art graphics. If you notice it and it becomes an issue, the only way to avoid it is to ensure that you\rprovide POT textures for Tile Sprites.", @@ -153219,7 +153507,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.TileSprite", - "___id": "T000002R016355", + "___id": "T000002R016379", "___s": true }, { @@ -153228,7 +153516,7 @@ "filename": "TileSprite.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\tilesprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\tilesprite", "code": {} }, "description": "Whether the Tile Sprite has changed in some way, requiring an re-render of its tile texture.\r\rSuch changes include the texture frame and scroll position of the Tile Sprite.", @@ -153248,7 +153536,7 @@ "longname": "Phaser.GameObjects.TileSprite#dirty", "scope": "instance", "kind": "member", - "___id": "T000002R016375", + "___id": "T000002R016399", "___s": true }, { @@ -153257,7 +153545,7 @@ "filename": "TileSprite.js", "lineno": 164, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\tilesprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\tilesprite", "code": {} }, "description": "The renderer in use by this Tile Sprite.", @@ -153286,7 +153574,7 @@ "longname": "Phaser.GameObjects.TileSprite#renderer", "scope": "instance", "kind": "member", - "___id": "T000002R016377", + "___id": "T000002R016401", "___s": true }, { @@ -153295,7 +153583,7 @@ "filename": "TileSprite.js", "lineno": 173, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\tilesprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\tilesprite", "code": {} }, "description": "The Canvas element that the TileSprite renders its fill pattern in to.\rOnly used in Canvas mode.", @@ -153316,7 +153604,7 @@ "longname": "Phaser.GameObjects.TileSprite#canvas", "scope": "instance", "kind": "member", - "___id": "T000002R016379", + "___id": "T000002R016403", "___s": true }, { @@ -153325,7 +153613,7 @@ "filename": "TileSprite.js", "lineno": 183, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\tilesprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\tilesprite", "code": {} }, "description": "The Context of the Canvas element that the TileSprite renders its fill pattern in to.\rOnly used in Canvas mode.", @@ -153344,7 +153632,7 @@ "longname": "Phaser.GameObjects.TileSprite#context", "scope": "instance", "kind": "member", - "___id": "T000002R016381", + "___id": "T000002R016405", "___s": true }, { @@ -153353,7 +153641,7 @@ "filename": "TileSprite.js", "lineno": 233, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\tilesprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\tilesprite", "code": {} }, "description": "The Texture this Game Object is using to render with.", @@ -153383,7 +153671,7 @@ "scope": "instance", "kind": "member", "overrides": "Phaser.GameObjects.Components.Crop#texture", - "___id": "T000002R016392", + "___id": "T000002R016416", "___s": true }, { @@ -153392,7 +153680,7 @@ "filename": "TileSprite.js", "lineno": 242, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\tilesprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\tilesprite", "code": {} }, "description": "The Texture Frame this Game Object is using to render with.", @@ -153412,7 +153700,7 @@ "scope": "instance", "kind": "member", "overrides": "Phaser.GameObjects.Components.Crop#frame", - "___id": "T000002R016394", + "___id": "T000002R016418", "___s": true }, { @@ -153421,7 +153709,7 @@ "filename": "TileSprite.js", "lineno": 251, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\tilesprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\tilesprite", "code": {} }, "description": "The next power of two value from the width of the Fill Pattern frame.", @@ -153440,7 +153728,7 @@ "longname": "Phaser.GameObjects.TileSprite#potWidth", "scope": "instance", "kind": "member", - "___id": "T000002R016396", + "___id": "T000002R016420", "___s": true }, { @@ -153449,7 +153737,7 @@ "filename": "TileSprite.js", "lineno": 260, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\tilesprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\tilesprite", "code": {} }, "description": "The next power of two value from the height of the Fill Pattern frame.", @@ -153468,7 +153756,7 @@ "longname": "Phaser.GameObjects.TileSprite#potHeight", "scope": "instance", "kind": "member", - "___id": "T000002R016398", + "___id": "T000002R016422", "___s": true }, { @@ -153477,7 +153765,7 @@ "filename": "TileSprite.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\tilesprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\tilesprite", "code": {} }, "description": "The Canvas that the TileSprites texture is rendered to.\rThis is used to create a WebGL texture from.", @@ -153496,7 +153784,7 @@ "longname": "Phaser.GameObjects.TileSprite#fillCanvas", "scope": "instance", "kind": "member", - "___id": "T000002R016400", + "___id": "T000002R016424", "___s": true }, { @@ -153505,7 +153793,7 @@ "filename": "TileSprite.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\tilesprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\tilesprite", "code": {} }, "description": "The Canvas Context used to render the TileSprites texture.", @@ -153524,7 +153812,7 @@ "longname": "Phaser.GameObjects.TileSprite#fillContext", "scope": "instance", "kind": "member", - "___id": "T000002R016402", + "___id": "T000002R016426", "___s": true }, { @@ -153533,7 +153821,7 @@ "filename": "TileSprite.js", "lineno": 288, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\tilesprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\tilesprite", "code": {} }, "description": "The texture that the Tile Sprite is rendered to, which is then rendered to a Scene.\rIn WebGL this is a WebGLTextureWrapper. In Canvas it's a Canvas Fill Pattern.", @@ -153564,7 +153852,7 @@ "longname": "Phaser.GameObjects.TileSprite#fillPattern", "scope": "instance", "kind": "member", - "___id": "T000002R016405", + "___id": "T000002R016429", "___s": true }, { @@ -153573,7 +153861,7 @@ "filename": "TileSprite.js", "lineno": 306, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\tilesprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\tilesprite", "code": {} }, "description": "Sets the texture and frame this Game Object will use to render with.\r\rTextures are referenced by their string-based keys, as stored in the Texture Manager.", @@ -153637,7 +153925,7 @@ "memberof": "Phaser.GameObjects.TileSprite", "longname": "Phaser.GameObjects.TileSprite#setTexture", "scope": "instance", - "___id": "T000002R016407", + "___id": "T000002R016431", "___s": true }, { @@ -153646,7 +153934,7 @@ "filename": "TileSprite.js", "lineno": 326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\tilesprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\tilesprite", "code": {} }, "description": "Sets the frame this Game Object will use to render with.\r\rThe Frame has to belong to the current Texture being used.\r\rIt can be either a string or an index.", @@ -153696,7 +153984,7 @@ "memberof": "Phaser.GameObjects.TileSprite", "longname": "Phaser.GameObjects.TileSprite#setFrame", "scope": "instance", - "___id": "T000002R016410", + "___id": "T000002R016434", "___s": true }, { @@ -153705,7 +153993,7 @@ "filename": "TileSprite.js", "lineno": 368, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\tilesprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\tilesprite", "code": {} }, "description": "Sets {@link Phaser.GameObjects.TileSprite#tilePositionX} and {@link Phaser.GameObjects.TileSprite#tilePositionY}.", @@ -153760,7 +154048,7 @@ "memberof": "Phaser.GameObjects.TileSprite", "longname": "Phaser.GameObjects.TileSprite#setTilePosition", "scope": "instance", - "___id": "T000002R016420", + "___id": "T000002R016444", "___s": true }, { @@ -153769,7 +154057,7 @@ "filename": "TileSprite.js", "lineno": 394, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\tilesprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\tilesprite", "code": {} }, "description": "Sets {@link Phaser.GameObjects.TileSprite#tileScaleX} and {@link Phaser.GameObjects.TileSprite#tileScaleY}.", @@ -153825,7 +154113,7 @@ "memberof": "Phaser.GameObjects.TileSprite", "longname": "Phaser.GameObjects.TileSprite#setTileScale", "scope": "instance", - "___id": "T000002R016424", + "___id": "T000002R016448", "___s": true }, { @@ -153834,7 +154122,7 @@ "filename": "TileSprite.js", "lineno": 545, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\tilesprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\tilesprite", "code": {} }, "description": "Internal destroy handler, called as part of the destroy process.", @@ -153845,7 +154133,7 @@ "memberof": "Phaser.GameObjects.TileSprite", "longname": "Phaser.GameObjects.TileSprite#preDestroy", "scope": "instance", - "___id": "T000002R016461", + "___id": "T000002R016485", "___s": true }, { @@ -153854,7 +154142,7 @@ "filename": "TileSprite.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\tilesprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\tilesprite", "code": {} }, "description": "The horizontal scroll position of the Tile Sprite.", @@ -153874,7 +154162,7 @@ "longname": "Phaser.GameObjects.TileSprite#tilePositionX", "scope": "instance", "kind": "member", - "___id": "T000002R016470", + "___id": "T000002R016494", "___s": true }, { @@ -153883,7 +154171,7 @@ "filename": "TileSprite.js", "lineno": 602, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\tilesprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\tilesprite", "code": {} }, "description": "The vertical scroll position of the Tile Sprite.", @@ -153903,7 +154191,7 @@ "longname": "Phaser.GameObjects.TileSprite#tilePositionY", "scope": "instance", "kind": "member", - "___id": "T000002R016476", + "___id": "T000002R016500", "___s": true }, { @@ -153912,7 +154200,7 @@ "filename": "TileSprite.js", "lineno": 625, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\tilesprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\tilesprite", "code": {} }, "description": "The horizontal scale of the Tile Sprite texture.", @@ -153932,7 +154220,7 @@ "longname": "Phaser.GameObjects.TileSprite#tileScaleX", "scope": "instance", "kind": "member", - "___id": "T000002R016482", + "___id": "T000002R016506", "___s": true }, { @@ -153941,7 +154229,7 @@ "filename": "TileSprite.js", "lineno": 648, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\tilesprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\tilesprite", "code": {} }, "description": "The vertical scale of the Tile Sprite texture.", @@ -153961,7 +154249,7 @@ "longname": "Phaser.GameObjects.TileSprite#tileScaleY", "scope": "instance", "kind": "member", - "___id": "T000002R016488", + "___id": "T000002R016512", "___s": true }, { @@ -153970,7 +154258,7 @@ "filename": "TileSpriteCreator.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\tilesprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\tilesprite", "code": {} }, "description": "Creates a new TileSprite Game Object and returns it.\r\rNote: This method will only be available if the TileSprite Game Object has been built into Phaser.", @@ -154023,7 +154311,7 @@ "memberof": "Phaser.GameObjects.GameObjectCreator", "longname": "Phaser.GameObjects.GameObjectCreator#tileSprite", "scope": "instance", - "___id": "T000002R016502", + "___id": "T000002R016526", "___s": true }, { @@ -154032,7 +154320,7 @@ "filename": "TileSpriteFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\tilesprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\tilesprite", "code": {} }, "description": "Creates a new TileSprite Game Object and adds it to the Scene.\r\rNote: This method will only be available if the TileSprite Game Object has been built into Phaser.", @@ -154157,7 +154445,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#tileSprite", "scope": "instance", - "___id": "T000002R016514", + "___id": "T000002R016538", "___s": true }, { @@ -154166,7 +154454,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\tilesprite\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\tilesprite\\typedefs", "code": {} }, "kind": "namespace", @@ -154174,7 +154462,7 @@ "memberof": "Phaser.Types.GameObjects", "longname": "Phaser.Types.GameObjects.TileSprite", "scope": "static", - "___id": "T000002R016532", + "___id": "T000002R016556", "___s": true }, { @@ -154183,7 +154471,7 @@ "filename": "TileSpriteConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\tilesprite\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\tilesprite\\typedefs", "code": {} }, "kind": "typedef", @@ -154311,7 +154599,7 @@ "memberof": "Phaser.Types.GameObjects.TileSprite", "longname": "Phaser.Types.GameObjects.TileSprite.TileSpriteConfig", "scope": "static", - "___id": "T000002R016533", + "___id": "T000002R016557", "___s": true }, { @@ -154320,7 +154608,7 @@ "filename": "DecomposeMatrixResults.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\typedefs", "code": {} }, "kind": "typedef", @@ -154405,7 +154693,7 @@ "memberof": "Phaser.Types.GameObjects", "longname": "Phaser.Types.GameObjects.DecomposeMatrixResults", "scope": "static", - "___id": "T000002R016534", + "___id": "T000002R016558", "___s": true }, { @@ -154414,7 +154702,7 @@ "filename": "Face.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\typedefs", "code": {} }, "kind": "typedef", @@ -154486,7 +154774,7 @@ "memberof": "Phaser.Types.GameObjects", "longname": "Phaser.Types.GameObjects.Face", "scope": "static", - "___id": "T000002R016535", + "___id": "T000002R016559", "___s": true }, { @@ -154495,7 +154783,7 @@ "filename": "GameObjectConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\typedefs", "code": {} }, "kind": "typedef", @@ -154828,7 +155116,7 @@ "memberof": "Phaser.Types.GameObjects", "longname": "Phaser.Types.GameObjects.GameObjectConfig", "scope": "static", - "___id": "T000002R016536", + "___id": "T000002R016560", "___s": true }, { @@ -154837,7 +155125,7 @@ "filename": "GetCalcMatrixResults.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\typedefs", "code": {} }, "kind": "typedef", @@ -154896,7 +155184,7 @@ "memberof": "Phaser.Types.GameObjects", "longname": "Phaser.Types.GameObjects.GetCalcMatrixResults", "scope": "static", - "___id": "T000002R016537", + "___id": "T000002R016561", "___s": true }, { @@ -154905,7 +155193,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\typedefs", "code": {} }, "kind": "namespace", @@ -154913,7 +155201,7 @@ "memberof": "Phaser.Types", "longname": "Phaser.Types.GameObjects", "scope": "static", - "___id": "T000002R016538", + "___id": "T000002R016562", "___s": true }, { @@ -154922,7 +155210,7 @@ "filename": "JSONGameObject.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\typedefs", "code": {} }, "kind": "typedef", @@ -155212,7 +155500,7 @@ "memberof": "Phaser.Types.GameObjects", "longname": "Phaser.Types.GameObjects.JSONGameObject", "scope": "static", - "___id": "T000002R016539", + "___id": "T000002R016563", "___s": true }, { @@ -155221,7 +155509,7 @@ "filename": "Vertex.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\typedefs", "code": {} }, "kind": "typedef", @@ -155358,7 +155646,7 @@ "memberof": "Phaser.Types.GameObjects", "longname": "Phaser.Types.GameObjects.Vertex", "scope": "static", - "___id": "T000002R016540", + "___id": "T000002R016564", "___s": true }, { @@ -155367,7 +155655,7 @@ "filename": "UpdateList.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "classdesc": "The Update List plugin.\r\rUpdate Lists belong to a Scene and maintain the list Game Objects to be updated every frame.\r\rSome or all of these Game Objects may also be part of the Scene's [Display List]{@link Phaser.GameObjects.DisplayList}, for Rendering.", @@ -155395,7 +155683,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.UpdateList", - "___id": "T000002R016545", + "___id": "T000002R016569", "___s": true }, { @@ -155404,7 +155692,7 @@ "filename": "UpdateList.js", "lineno": 41, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "The Scene that the Update List belongs to.", @@ -155423,7 +155711,7 @@ "longname": "Phaser.GameObjects.UpdateList#scene", "scope": "instance", "kind": "member", - "___id": "T000002R016550", + "___id": "T000002R016574", "___s": true }, { @@ -155432,7 +155720,7 @@ "filename": "UpdateList.js", "lineno": 50, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "The Scene's Systems.", @@ -155451,7 +155739,7 @@ "longname": "Phaser.GameObjects.UpdateList#systems", "scope": "instance", "kind": "member", - "___id": "T000002R016552", + "___id": "T000002R016576", "___s": true }, { @@ -155460,7 +155748,7 @@ "filename": "UpdateList.js", "lineno": 134, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "The update step.\r\rPre-updates every active Game Object in the list.", @@ -155498,7 +155786,7 @@ "memberof": "Phaser.GameObjects.UpdateList", "longname": "Phaser.GameObjects.UpdateList#sceneUpdate", "scope": "instance", - "___id": "T000002R016563", + "___id": "T000002R016587", "___s": true }, { @@ -155507,7 +155795,7 @@ "filename": "UpdateList.js", "lineno": 161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "The Scene that owns this plugin is shutting down.\r\rWe need to kill and reset all internal properties as well as stop listening to Scene events.", @@ -155517,7 +155805,7 @@ "memberof": "Phaser.GameObjects.UpdateList", "longname": "Phaser.GameObjects.UpdateList#shutdown", "scope": "instance", - "___id": "T000002R016569", + "___id": "T000002R016593", "___s": true }, { @@ -155526,7 +155814,7 @@ "filename": "UpdateList.js", "lineno": 207, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "description": "The Scene that owns this plugin is being destroyed.\r\rWe need to shutdown and then kill off all external references.", @@ -155536,7 +155824,7 @@ "memberof": "Phaser.GameObjects.UpdateList", "longname": "Phaser.GameObjects.UpdateList#destroy", "scope": "instance", - "___id": "T000002R016579", + "___id": "T000002R016603", "___s": true }, { @@ -155545,7 +155833,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video\\typedefs", "code": {} }, "kind": "namespace", @@ -155553,7 +155841,7 @@ "memberof": "Phaser.Types.GameObjects", "longname": "Phaser.Types.GameObjects.Video", "scope": "static", - "___id": "T000002R016584", + "___id": "T000002R016608", "___s": true }, { @@ -155562,7 +155850,7 @@ "filename": "VideoConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video\\typedefs", "code": {} }, "kind": "typedef", @@ -155599,7 +155887,7 @@ "memberof": "Phaser.Types.GameObjects.Video", "longname": "Phaser.Types.GameObjects.Video.VideoConfig", "scope": "static", - "___id": "T000002R016585", + "___id": "T000002R016609", "___s": true }, { @@ -155608,7 +155896,7 @@ "filename": "Video.js", "lineno": 18, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "classdesc": "A Video Game Object.\r\rThis Game Object is capable of handling playback of a video file, video stream or media stream.\r\rYou can optionally 'preload' the video into the Phaser Video Cache:\r\r```javascript\rpreload () {\r this.load.video('ripley', 'assets/aliens.mp4');\r}\r\rcreate () {\r this.add.video(400, 300, 'ripley');\r}\r```\r\rYou don't have to 'preload' the video. You can also play it directly from a URL:\r\r```javascript\rcreate () {\r this.add.video(400, 300).loadURL('assets/aliens.mp4');\r}\r```\r\rTo all intents and purposes, a video is a standard Game Object, just like a Sprite. And as such, you can do\rall the usual things to it, such as scaling, rotating, cropping, tinting, making interactive, giving a\rphysics body, etc.\r\rTransparent videos are also possible via the WebM file format. Providing the video file has was encoded with\ran alpha channel, and providing the browser supports WebM playback (not all of them do), then it will render\rin-game with full transparency.\r\rPlayback is handled entirely via the Request Video Frame API, which is supported by most modern browsers.\rA polyfill is provided for older browsers.\r\r### Autoplaying Videos\r\rVideos can only autoplay if the browser has been unlocked with an interaction, or satisfies the MEI settings.\rThe policies that control autoplaying are vast and vary between browser. You can, and should, read more about\rit here: https://developer.mozilla.org/en-US/docs/Web/Media/Autoplay_guide\r\rIf your video doesn't contain any audio, then set the `noAudio` parameter to `true` when the video is _loaded_,\rand it will often allow the video to play immediately:\r\r```javascript\rpreload () {\r this.load.video('pixar', 'nemo.mp4', true);\r}\r```\r\rThe 3rd parameter in the load call tells Phaser that the video doesn't contain any audio tracks. Video without\raudio can autoplay without requiring a user interaction. Video with audio cannot do this unless it satisfies\rthe browsers MEI settings. See the MDN Autoplay Guide for further details.\r\rOr:\r\r```javascript\rcreate () {\r this.add.video(400, 300).loadURL('assets/aliens.mp4', true);\r}\r```\r\rYou can set the `noAudio` parameter to `true` even if the video does contain audio. It will still allow the video\rto play immediately, but the audio will not start.\r\rNote that due to a bug in IE11 you cannot play a video texture to a Sprite in WebGL. For IE11 force Canvas mode.\r\rMore details about video playback and the supported media formats can be found on MDN:\r\rhttps://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement\rhttps://developer.mozilla.org/en-US/docs/Web/Media/Formats", @@ -155691,7 +155979,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Video", - "___id": "T000002R016596", + "___id": "T000002R016620", "___s": true }, { @@ -155700,7 +155988,7 @@ "filename": "Video.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "A reference to the HTML Video Element this Video Game Object is playing.\r\rWill be `undefined` until a video is loaded for playback.", @@ -155721,7 +156009,7 @@ "longname": "Phaser.GameObjects.Video#video", "scope": "instance", "kind": "member", - "___id": "T000002R016601", + "___id": "T000002R016625", "___s": true }, { @@ -155730,7 +156018,7 @@ "filename": "Video.js", "lineno": 159, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "The Phaser Texture this Game Object is using to render the video to.\r\rWill be `undefined` until a video is loaded for playback.", @@ -155751,7 +156039,7 @@ "longname": "Phaser.GameObjects.Video#videoTexture", "scope": "instance", "kind": "member", - "___id": "T000002R016603", + "___id": "T000002R016627", "___s": true }, { @@ -155760,7 +156048,7 @@ "filename": "Video.js", "lineno": 170, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "A reference to the TextureSource backing the `videoTexture` Texture object.\r\rWill be `undefined` until a video is loaded for playback.", @@ -155781,7 +156069,7 @@ "longname": "Phaser.GameObjects.Video#videoTextureSource", "scope": "instance", "kind": "member", - "___id": "T000002R016605", + "___id": "T000002R016629", "___s": true }, { @@ -155790,7 +156078,7 @@ "filename": "Video.js", "lineno": 181, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "A Phaser `CanvasTexture` instance that holds the most recent snapshot taken from the video.\r\rThis will only be set if the `snapshot` or `snapshotArea` methods have been called.\r\rUntil those methods are called, this property will be `undefined`.", @@ -155811,7 +156099,7 @@ "longname": "Phaser.GameObjects.Video#snapshotTexture", "scope": "instance", "kind": "member", - "___id": "T000002R016607", + "___id": "T000002R016631", "___s": true }, { @@ -155820,7 +156108,7 @@ "filename": "Video.js", "lineno": 194, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "If you have saved this video to a texture via the `saveTexture` method, this controls if the video\ris rendered with `flipY` in WebGL or not. You often need to set this if you wish to use the video texture\ras the input source for a shader. If you find your video is appearing upside down within a shader or\rcustom pipeline, flip this property.", @@ -155840,7 +156128,7 @@ "scope": "instance", "kind": "member", "overrides": "Phaser.GameObjects.Components.Flip#flipY", - "___id": "T000002R016609", + "___id": "T000002R016633", "___s": true }, { @@ -155849,7 +156137,7 @@ "filename": "Video.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "An internal flag holding the current state of the video lock, should document interaction be required\rbefore playback can begin.", @@ -155869,7 +156157,7 @@ "longname": "Phaser.GameObjects.Video#touchLocked", "scope": "instance", "kind": "member", - "___id": "T000002R016613", + "___id": "T000002R016637", "___s": true }, { @@ -155878,7 +156166,7 @@ "filename": "Video.js", "lineno": 227, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Should the video auto play when document interaction is required and happens?", @@ -155897,7 +156185,7 @@ "longname": "Phaser.GameObjects.Video#playWhenUnlocked", "scope": "instance", "kind": "member", - "___id": "T000002R016615", + "___id": "T000002R016639", "___s": true }, { @@ -155906,7 +156194,7 @@ "filename": "Video.js", "lineno": 236, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Has the video created its texture and populated it with the first frame of video?", @@ -155925,7 +156213,7 @@ "longname": "Phaser.GameObjects.Video#frameReady", "scope": "instance", "kind": "member", - "___id": "T000002R016617", + "___id": "T000002R016641", "___s": true }, { @@ -155934,7 +156222,7 @@ "filename": "Video.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "This read-only property returns `true` if the video is currently stalled, i.e. it has stopped\rplaying due to a lack of data, or too much data, but hasn't yet reached the end of the video.\r\rThis is set if the Video DOM element emits any of the following events:\r\r`stalled`\r`suspend`\r`waiting`\r\rAnd is cleared if the Video DOM element emits the `playing` event, or handles\ra requestVideoFrame call.\r\rListen for the Phaser Event `VIDEO_STALLED` to be notified and inspect the event\rto see which DOM event caused it.\r\rNote that being stalled isn't always a negative thing. A video can be stalled if it\rhas downloaded enough data in to its buffer to not need to download any more until\rthe current batch of frames have rendered.", @@ -155954,7 +156242,7 @@ "longname": "Phaser.GameObjects.Video#isStalled", "scope": "instance", "kind": "member", - "___id": "T000002R016619", + "___id": "T000002R016643", "___s": true }, { @@ -155963,7 +156251,7 @@ "filename": "Video.js", "lineno": 272, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Records the number of times the video has failed to play,\rtypically because the user hasn't interacted with the page yet.", @@ -155982,7 +156270,7 @@ "longname": "Phaser.GameObjects.Video#failedPlayAttempts", "scope": "instance", "kind": "member", - "___id": "T000002R016621", + "___id": "T000002R016645", "___s": true }, { @@ -155991,7 +156279,7 @@ "filename": "Video.js", "lineno": 282, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "If the browser supports the Request Video Frame API then this\rproperty will hold the metadata that is returned from\rthe callback each time it is invoked.\r\rSee https://wicg.github.io/video-rvfc/#video-frame-metadata-callback\rfor a complete list of all properties that will be in this object.\rLikely of most interest is the `mediaTime` property:\r\rThe media presentation timestamp (PTS) in seconds of the frame presented\r(e.g. its timestamp on the video.currentTime timeline). MAY have a zero\rvalue for live-streams or WebRTC applications.\r\rIf the browser doesn't support the API then this property will be undefined.", @@ -156010,7 +156298,7 @@ "longname": "Phaser.GameObjects.Video#metadata", "scope": "instance", "kind": "member", - "___id": "T000002R016623", + "___id": "T000002R016647", "___s": true }, { @@ -156019,7 +156307,7 @@ "filename": "Video.js", "lineno": 303, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "The current retry elapsed time.", @@ -156038,7 +156326,7 @@ "longname": "Phaser.GameObjects.Video#retry", "scope": "instance", "kind": "member", - "___id": "T000002R016625", + "___id": "T000002R016649", "___s": true }, { @@ -156047,7 +156335,7 @@ "filename": "Video.js", "lineno": 312, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "If a video fails to play due to a lack of user interaction, this is the\ramount of time, in ms, that the video will wait before trying again to\rplay. The default is 500ms.", @@ -156066,7 +156354,7 @@ "longname": "Phaser.GameObjects.Video#retryInterval", "scope": "instance", "kind": "member", - "___id": "T000002R016627", + "___id": "T000002R016651", "___s": true }, { @@ -156075,7 +156363,7 @@ "filename": "Video.js", "lineno": 412, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "An object containing in and out markers for sequence playback.", @@ -156094,7 +156382,7 @@ "longname": "Phaser.GameObjects.Video#markers", "scope": "instance", "kind": "member", - "___id": "T000002R016653", + "___id": "T000002R016677", "___s": true }, { @@ -156103,7 +156391,7 @@ "filename": "Video.js", "lineno": 461, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "The key of the current video as stored in the Video cache.\r\rIf the video did not come from the cache this will be an empty string.", @@ -156123,7 +156411,7 @@ "longname": "Phaser.GameObjects.Video#cacheKey", "scope": "instance", "kind": "member", - "___id": "T000002R016663", + "___id": "T000002R016687", "___s": true }, { @@ -156132,7 +156420,7 @@ "filename": "Video.js", "lineno": 473, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Is the video currently seeking?\r\rThis is set to `true` when the `seeking` event is fired,\rand set to `false` when the `seeked` event is fired.", @@ -156152,7 +156440,7 @@ "longname": "Phaser.GameObjects.Video#isSeeking", "scope": "instance", "kind": "member", - "___id": "T000002R016665", + "___id": "T000002R016689", "___s": true }, { @@ -156161,7 +156449,7 @@ "filename": "Video.js", "lineno": 551, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Loads a Video from the Video Cache, ready for playback with the `Video.play` method.\r\rIf a video is already playing, this method allows you to change the source of the current video element.\rIt works by first stopping the current video and then starts playback of the new source through the existing video element.\r\rThe reason you may wish to do this is because videos that require interaction to unlock, remain in an unlocked\rstate, even if you change the source of the video. By changing the source to a new video you avoid having to\rgo through the unlock process again.", @@ -156201,7 +156489,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#load", "scope": "instance", - "___id": "T000002R016677", + "___id": "T000002R016701", "___s": true }, { @@ -156210,7 +156498,7 @@ "filename": "Video.js", "lineno": 586, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "This method allows you to change the source of the current video element. It works by first stopping the\rcurrent video, if playing. Then deleting the video texture, if one has been created. Finally, it makes a\rnew video texture and starts playback of the new source through the existing video element.\r\rThe reason you may wish to do this is because videos that require interaction to unlock, remain in an unlocked\rstate, even if you change the source of the video. By changing the source to a new video you avoid having to\rgo through the unlock process again.", @@ -156308,7 +156596,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#changeSource", "scope": "instance", - "___id": "T000002R016681", + "___id": "T000002R016705", "___s": true }, { @@ -156317,7 +156605,7 @@ "filename": "Video.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Returns the key of the currently played video, as stored in the Video Cache.\r\rIf the video did not come from the cache this will return an empty string.", @@ -156341,7 +156629,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#getVideoKey", "scope": "instance", - "___id": "T000002R016685", + "___id": "T000002R016709", "___s": true }, { @@ -156350,7 +156638,7 @@ "filename": "Video.js", "lineno": 637, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Loads a Video from the given URL, ready for playback with the `Video.play` method.\r\rIf a video is already playing, this method allows you to change the source of the current video element.\rIt works by first stopping the current video and then starts playback of the new source through the existing video element.\r\rThe reason you may wish to do this is because videos that require interaction to unlock, remain in an unlocked\rstate, even if you change the source of the video. By changing the source to a new video you avoid having to\rgo through the unlock process again.", @@ -156458,7 +156746,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#loadURL", "scope": "instance", - "___id": "T000002R016687", + "___id": "T000002R016711", "___s": true }, { @@ -156467,7 +156755,7 @@ "filename": "Video.js", "lineno": 676, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Loads a Video from the given MediaStream object, ready for playback with the `Video.play` method.", @@ -156536,7 +156824,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#loadMediaStream", "scope": "instance", - "___id": "T000002R016692", + "___id": "T000002R016716", "___s": true }, { @@ -156545,7 +156833,7 @@ "filename": "Video.js", "lineno": 693, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Internal method that loads a Video from the given URL, ready for playback with the\r`Video.play` method.\r\rNormally you don't call this method directly, but instead use the `Video.loadURL` method,\ror the `Video.load` method if you have preloaded the video.\r\rCalling this method will skip checking if the browser supports the given format in\rthe URL, where-as the other two methods enforce these checks.", @@ -156628,7 +156916,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#loadHandler", "scope": "instance", - "___id": "T000002R016694", + "___id": "T000002R016718", "___s": true }, { @@ -156637,7 +156925,7 @@ "filename": "Video.js", "lineno": 806, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "This method handles the Request Video Frame callback.\r\rIt is called by the browser when a new video frame is ready to be displayed.\r\rIt's also responsible for the creation of the video texture, if it doesn't\ralready exist. If it does, it updates the texture as required.\r\rFor more details about the Request Video Frame callback, see:\rhttps://web.dev/requestvideoframecallback-rvfc", @@ -156682,7 +156970,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#requestVideoFrame", "scope": "instance", - "___id": "T000002R016712", + "___id": "T000002R016736", "___s": true }, { @@ -156691,7 +156979,7 @@ "filename": "Video.js", "lineno": 932, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Starts this video playing.\r\rIf the video is already playing, or has been queued to play with `changeSource` then this method just returns.\r\rVideos can only autoplay if the browser has been unlocked. This happens if you have interacted with the browser, i.e.\rby clicking on it or pressing a key, or due to server settings. The policies that control autoplaying are vast and\rvary between browser. You can read more here: https://developer.mozilla.org/en-US/docs/Web/Media/Autoplay_guide\r\rIf your video doesn't contain any audio, then set the `noAudio` parameter to `true` when the video is loaded,\rand it will often allow the video to play immediately:\r\r```javascript\rpreload () {\r this.load.video('pixar', 'nemo.mp4', true);\r}\r```\r\rThe 3rd parameter in the load call tells Phaser that the video doesn't contain any audio tracks. Video without\raudio can autoplay without requiring a user interaction. Video with audio cannot do this unless it satisfies\rthe browsers MEI settings. See the MDN Autoplay Guide for details.\r\rIf you need audio in your videos, then you'll have to consider the fact that the video cannot start playing until the\ruser has interacted with the browser, into your game flow.", @@ -156761,7 +157049,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#play", "scope": "instance", - "___id": "T000002R016736", + "___id": "T000002R016760", "___s": true }, { @@ -156770,7 +157058,7 @@ "filename": "Video.js", "lineno": 1007, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Adds the loading specific event handlers to the video element.", @@ -156780,7 +157068,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#addLoadEventHandlers", "scope": "instance", - "___id": "T000002R016748", + "___id": "T000002R016772", "___s": true }, { @@ -156789,7 +157077,7 @@ "filename": "Video.js", "lineno": 1025, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Removes the loading specific event handlers from the video element.", @@ -156799,7 +157087,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#removeLoadEventHandlers", "scope": "instance", - "___id": "T000002R016751", + "___id": "T000002R016775", "___s": true }, { @@ -156808,7 +157096,7 @@ "filename": "Video.js", "lineno": 1042, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Adds the playback specific event handlers to the video element.", @@ -156818,7 +157106,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#addEventHandlers", "scope": "instance", - "___id": "T000002R016754", + "___id": "T000002R016778", "___s": true }, { @@ -156827,7 +157115,7 @@ "filename": "Video.js", "lineno": 1066, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Removes the playback specific event handlers from the video element.", @@ -156837,7 +157125,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#removeEventHandlers", "scope": "instance", - "___id": "T000002R016759", + "___id": "T000002R016783", "___s": true }, { @@ -156846,7 +157134,7 @@ "filename": "Video.js", "lineno": 1087, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Creates the video.play promise and adds the success and error handlers to it.\r\rNot all browsers support the video.play promise, so this method will fall back to\rthe old-school way of handling the video.play call.\r\rSee https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/play#browser_compatibility for details.", @@ -156873,7 +157161,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#createPlayPromise", "scope": "instance", - "___id": "T000002R016764", + "___id": "T000002R016788", "___s": true }, { @@ -156882,7 +157170,7 @@ "filename": "Video.js", "lineno": 1137, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Adds a sequence marker to this video.\r\rMarkers allow you to split a video up into sequences, delineated by a start and end time, given in seconds.\r\rYou can then play back specific markers via the `playMarker` method.\r\rNote that marker timing is _not_ frame-perfect. You should construct your videos in such a way that you allow for\rplenty of extra padding before and after each sequence to allow for discrepancies in browser seek and currentTime accuracy.\r\rSee https://github.com/w3c/media-and-entertainment/issues/4 for more details about this issue.", @@ -156948,7 +157236,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#addMarker", "scope": "instance", - "___id": "T000002R016773", + "___id": "T000002R016797", "___s": true }, { @@ -156957,7 +157245,7 @@ "filename": "Video.js", "lineno": 1168, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Plays a pre-defined sequence in this video.\r\rMarkers allow you to split a video up into sequences, delineated by a start and end time, given in seconds and\rspecified via the `addMarker` method.\r\rNote that marker timing is _not_ frame-perfect. You should construct your videos in such a way that you allow for\rplenty of extra padding before and after each sequence to allow for discrepancies in browser seek and currentTime accuracy.\r\rSee https://github.com/w3c/media-and-entertainment/issues/4 for more details about this issue.", @@ -157012,7 +157300,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#playMarker", "scope": "instance", - "___id": "T000002R016776", + "___id": "T000002R016800", "___s": true }, { @@ -157021,7 +157309,7 @@ "filename": "Video.js", "lineno": 1199, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Removes a previously set marker from this video.\r\rIf the marker is currently playing it will _not_ stop playback.", @@ -157061,7 +157349,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#removeMarker", "scope": "instance", - "___id": "T000002R016779", + "___id": "T000002R016803", "___s": true }, { @@ -157070,7 +157358,7 @@ "filename": "Video.js", "lineno": 1218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Takes a snapshot of the current frame of the video and renders it to a CanvasTexture object,\rwhich is then returned. You can optionally resize the grab by passing a width and height.\r\rThis method returns a reference to the `Video.snapshotTexture` object. Calling this method\rmultiple times will overwrite the previous snapshot with the most recent one.", @@ -157123,7 +157411,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#snapshot", "scope": "instance", - "___id": "T000002R016781", + "___id": "T000002R016805", "___s": true }, { @@ -157132,7 +157420,7 @@ "filename": "Video.js", "lineno": 1241, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Takes a snapshot of the specified area of the current frame of the video and renders it to a CanvasTexture object,\rwhich is then returned. You can optionally resize the grab by passing a different `destWidth` and `destHeight`.\r\rThis method returns a reference to the `Video.snapshotTexture` object. Calling this method\rmultiple times will overwrite the previous snapshot with the most recent one.", @@ -157243,7 +157531,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#snapshotArea", "scope": "instance", - "___id": "T000002R016785", + "___id": "T000002R016809", "___s": true }, { @@ -157252,7 +157540,7 @@ "filename": "Video.js", "lineno": 1296, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Stores a copy of this Videos `snapshotTexture` in the Texture Manager using the given key.\r\rThis texture is created when the `snapshot` or `snapshotArea` methods are called.\r\rAfter doing this, any texture based Game Object, such as a Sprite, can use the contents of the\rsnapshot by using the texture key:\r\r```javascript\rvar vid = this.add.video(0, 0, 'intro');\r\rvid.snapshot();\r\rvid.saveSnapshotTexture('doodle');\r\rthis.add.image(400, 300, 'doodle');\r```\r\rUpdating the contents of the `snapshotTexture`, for example by calling `snapshot` again,\rwill automatically update _any_ Game Object that is using it as a texture.\rCalling `saveSnapshotTexture` again will not save another copy of the same texture,\rit will just rename the existing one.\r\rBy default it will create a single base texture. You can add frames to the texture\rby using the `Texture.add` method. After doing this, you can then allow Game Objects\rto use a specific frame.", @@ -157291,7 +157579,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#saveSnapshotTexture", "scope": "instance", - "___id": "T000002R016797", + "___id": "T000002R016821", "___s": true }, { @@ -157300,7 +157588,7 @@ "filename": "Video.js", "lineno": 1344, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "This internal method is called automatically if the playback Promise resolves successfully.", @@ -157313,7 +157601,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#playSuccess", "scope": "instance", - "___id": "T000002R016800", + "___id": "T000002R016824", "___s": true }, { @@ -157322,7 +157610,7 @@ "filename": "Video.js", "lineno": 1385, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "This internal method is called automatically if the playback Promise fails to resolve.", @@ -157352,7 +157640,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#playError", "scope": "instance", - "___id": "T000002R016806", + "___id": "T000002R016830", "___s": true }, { @@ -157361,7 +157649,7 @@ "filename": "Video.js", "lineno": 1422, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Called when the video emits a `playing` event.\r\rThis is the legacy handler for browsers that don't support Promise based playback.", @@ -157371,7 +157659,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#legacyPlayHandler", "scope": "instance", - "___id": "T000002R016812", + "___id": "T000002R016836", "___s": true }, { @@ -157380,7 +157668,7 @@ "filename": "Video.js", "lineno": 1442, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Called when the video emits a `playing` event.", @@ -157393,7 +157681,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#playingHandler", "scope": "instance", - "___id": "T000002R016815", + "___id": "T000002R016839", "___s": true }, { @@ -157402,7 +157690,7 @@ "filename": "Video.js", "lineno": 1456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "This internal method is called automatically if the video fails to load.", @@ -157430,7 +157718,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#loadErrorHandler", "scope": "instance", - "___id": "T000002R016818", + "___id": "T000002R016842", "___s": true }, { @@ -157439,7 +157727,7 @@ "filename": "Video.js", "lineno": 1472, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "This internal method is called automatically when the video metadata is available.", @@ -157467,7 +157755,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#metadataHandler", "scope": "instance", - "___id": "T000002R016820", + "___id": "T000002R016844", "___s": true }, { @@ -157476,7 +157764,7 @@ "filename": "Video.js", "lineno": 1486, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Sets the size of this Game Object to be that of the given Frame.\r\rThis will not change the size that the Game Object is rendered in-game.\rFor that you need to either set the scale of the Game Object (`setScale`) or call the\r`setDisplaySize` method, which is the same thing as changing the scale but allows you\rto do so by giving pixel values.\r\rIf you have enabled this Game Object for input, changing the size will _not_ change the\rsize of the hit area. To do this you should adjust the `input.hitArea` object directly.", @@ -157527,7 +157815,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#setSizeToFrame", "scope": "instance", - "___id": "T000002R016822", + "___id": "T000002R016846", "___s": true }, { @@ -157536,7 +157824,7 @@ "filename": "Video.js", "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "This internal method is called automatically if the video stalls, for whatever reason.", @@ -157564,7 +157852,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#stalledHandler", "scope": "instance", - "___id": "T000002R016832", + "___id": "T000002R016856", "___s": true }, { @@ -157573,7 +157861,7 @@ "filename": "Video.js", "lineno": 1548, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Called when the video completes playback, i.e. reaches an `ended` state.\r\rThis will never happen if the video is coming from a live stream, where the duration is `Infinity`.", @@ -157586,7 +157874,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#completeHandler", "scope": "instance", - "___id": "T000002R016835", + "___id": "T000002R016859", "___s": true }, { @@ -157595,7 +157883,7 @@ "filename": "Video.js", "lineno": 1596, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Seeks to a given point in the video. The value is given as a float between 0 and 1,\rwhere 0 represents the start of the video and 1 represents the end.\r\rSeeking only works if the video has a duration, so will not work for live streams.\r\rWhen seeking begins, this video will emit a `seeking` event. When the video completes\rseeking (i.e. reaches its designated timestamp) it will emit a `seeked` event.\r\rIf you wish to seek based on time instead, use the `Video.setCurrentTime` method.\r\rUnfortunately, the DOM video element does not guarantee frame-accurate seeking.\rThis has been an ongoing subject of discussion: https://github.com/w3c/media-and-entertainment/issues/4", @@ -157635,7 +157923,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#seekTo", "scope": "instance", - "___id": "T000002R016843", + "___id": "T000002R016867", "___s": true }, { @@ -157644,7 +157932,7 @@ "filename": "Video.js", "lineno": 1636, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "A double-precision floating-point value indicating the current playback time in seconds.\r\rIf the media has not started to play and has not been seeked, this value is the media's initial playback time.\r\rFor a more accurate value, use the `Video.metadata.mediaTime` property instead.", @@ -157668,7 +157956,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#getCurrentTime", "scope": "instance", - "___id": "T000002R016848", + "___id": "T000002R016872", "___s": true }, { @@ -157677,7 +157965,7 @@ "filename": "Video.js", "lineno": 1653, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Seeks to a given playback time in the video. The value is given in _seconds_ or as a string.\r\rSeeking only works if the video has a duration, so will not work for live streams.\r\rWhen seeking begins, this video will emit a `seeking` event. When the video completes\rseeking (i.e. reaches its designated timestamp) it will emit a `seeked` event.\r\rYou can provide a string prefixed with either a `+` or a `-`, such as `+2.5` or `-2.5`.\rIn this case it will seek to +/- the value given, relative to the _current time_.\r\rIf you wish to seek based on a duration percentage instead, use the `Video.seekTo` method.", @@ -157727,7 +158015,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#setCurrentTime", "scope": "instance", - "___id": "T000002R016850", + "___id": "T000002R016874", "___s": true }, { @@ -157736,7 +158024,7 @@ "filename": "Video.js", "lineno": 1730, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Returns the current progress of the video as a float.\r\rProgress is defined as a value between 0 (the start) and 1 (the end).\r\rProgress can only be returned if the video has a duration. Some videos,\rsuch as those coming from a live stream, do not have a duration. In this\rcase the method will return -1.", @@ -157760,7 +158048,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#getProgress", "scope": "instance", - "___id": "T000002R016864", + "___id": "T000002R016888", "___s": true }, { @@ -157769,7 +158057,7 @@ "filename": "Video.js", "lineno": 1761, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "A double-precision floating-point value which indicates the duration (total length) of the media in seconds,\ron the media's timeline. If no media is present on the element, or the media is not valid, the returned value is NaN.\r\rIf the media has no known end (such as for live streams of unknown duration, web radio, media incoming from WebRTC,\rand so forth), this value is +Infinity.\r\rIf no video has been loaded, this method will return 0.", @@ -157793,7 +158081,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#getDuration", "scope": "instance", - "___id": "T000002R016868", + "___id": "T000002R016892", "___s": true }, { @@ -157802,7 +158090,7 @@ "filename": "Video.js", "lineno": 1780, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Sets the muted state of the currently playing video, if one is loaded.", @@ -157844,7 +158132,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#setMute", "scope": "instance", - "___id": "T000002R016870", + "___id": "T000002R016894", "___s": true }, { @@ -157853,7 +158141,7 @@ "filename": "Video.js", "lineno": 1806, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Returns a boolean indicating if this Video is currently muted.", @@ -157877,7 +158165,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#isMuted", "scope": "instance", - "___id": "T000002R016876", + "___id": "T000002R016900", "___s": true }, { @@ -157886,7 +158174,7 @@ "filename": "Video.js", "lineno": 1877, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Sets the paused state of the currently loaded video.\r\rIf the video is playing, calling this method with `true` will pause playback.\rIf the video is paused, calling this method with `false` will resume playback.\r\rIf no video is loaded, this method does nothing.\r\rIf the video has not yet been played, `Video.play` will be called with no parameters.\r\rIf the video has ended, this method will do nothing.", @@ -157928,7 +158216,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#setPaused", "scope": "instance", - "___id": "T000002R016889", + "___id": "T000002R016913", "___s": true }, { @@ -157937,7 +158225,7 @@ "filename": "Video.js", "lineno": 1931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Pauses the current Video, if one is playing.\r\rIf no video is loaded, this method does nothing.\r\rCall `Video.resume` to resume playback.", @@ -157962,7 +158250,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#pause", "scope": "instance", - "___id": "T000002R016894", + "___id": "T000002R016918", "___s": true }, { @@ -157971,7 +158259,7 @@ "filename": "Video.js", "lineno": 1948, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Resumes the current Video, if one was previously playing and has been paused.\r\rIf no video is loaded, this method does nothing.\r\rCall `Video.pause` to pause playback.", @@ -157996,7 +158284,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#resume", "scope": "instance", - "___id": "T000002R016896", + "___id": "T000002R016920", "___s": true }, { @@ -158005,7 +158293,7 @@ "filename": "Video.js", "lineno": 1965, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Returns a double indicating the audio volume, from 0.0 (silent) to 1.0 (loudest).", @@ -158029,7 +158317,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#getVolume", "scope": "instance", - "___id": "T000002R016898", + "___id": "T000002R016922", "___s": true }, { @@ -158038,7 +158326,7 @@ "filename": "Video.js", "lineno": 1978, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Sets the volume of the currently playing video.\r\rThe value given is a double indicating the audio volume, from 0.0 (silent) to 1.0 (loudest).", @@ -158080,7 +158368,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#setVolume", "scope": "instance", - "___id": "T000002R016900", + "___id": "T000002R016924", "___s": true }, { @@ -158089,7 +158377,7 @@ "filename": "Video.js", "lineno": 2002, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Returns a double that indicates the rate at which the media is being played back.", @@ -158113,7 +158401,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#getPlaybackRate", "scope": "instance", - "___id": "T000002R016904", + "___id": "T000002R016928", "___s": true }, { @@ -158122,7 +158410,7 @@ "filename": "Video.js", "lineno": 2015, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Sets the playback rate of the current video.\r\rThe value given is a double that indicates the rate at which the media is being played back.", @@ -158163,7 +158451,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#setPlaybackRate", "scope": "instance", - "___id": "T000002R016906", + "___id": "T000002R016930", "___s": true }, { @@ -158172,7 +158460,7 @@ "filename": "Video.js", "lineno": 2037, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Returns a boolean which indicates whether the media element should start over when it reaches the end.", @@ -158196,7 +158484,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#getLoop", "scope": "instance", - "___id": "T000002R016909", + "___id": "T000002R016933", "___s": true }, { @@ -158205,7 +158493,7 @@ "filename": "Video.js", "lineno": 2050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Sets the loop state of the current video.\r\rThe value given is a boolean which indicates whether the media element will start over when it reaches the end.\r\rNot all videos can loop, for example live streams.\r\rPlease note that not all browsers support _seamless_ video looping for all encoding formats.", @@ -158247,7 +158535,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#setLoop", "scope": "instance", - "___id": "T000002R016911", + "___id": "T000002R016935", "___s": true }, { @@ -158256,7 +158544,7 @@ "filename": "Video.js", "lineno": 2078, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Returns a boolean which indicates whether the video is currently playing.", @@ -158280,7 +158568,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#isPlaying", "scope": "instance", - "___id": "T000002R016915", + "___id": "T000002R016939", "___s": true }, { @@ -158289,7 +158577,7 @@ "filename": "Video.js", "lineno": 2091, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Returns a boolean which indicates whether the video is currently paused.", @@ -158313,7 +158601,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#isPaused", "scope": "instance", - "___id": "T000002R016917", + "___id": "T000002R016941", "___s": true }, { @@ -158322,7 +158610,7 @@ "filename": "Video.js", "lineno": 2104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Stores this Video in the Texture Manager using the given key as a dynamic texture,\rwhich any texture-based Game Object, such as a Sprite, can use as its source:\r\r```javascript\rconst vid = this.add.video(0, 0, 'intro');\r\rvid.play();\r\rvid.saveTexture('doodle');\r\rthis.add.image(400, 300, 'doodle');\r```\r\rIf the video is not yet playing then you need to listen for the `TEXTURE_READY` event before\ryou can use this texture on a Game Object:\r\r```javascript\rconst vid = this.add.video(0, 0, 'intro');\r\rvid.play();\r\rvid.once('textureready', (video, texture, key) => {\r\r this.add.image(400, 300, key);\r\r});\r\rvid.saveTexture('doodle');\r```\r\rThe saved texture is automatically updated as the video plays. If you pause this video,\ror change its source, then the saved texture updates instantly.\r\rCalling `saveTexture` again will not save another copy of the same texture, it will just rename the existing one.\r\rBy default it will create a single base texture. You can add frames to the texture\rby using the `Texture.add` method. After doing this, you can then allow Game Objects\rto use a specific frame.\r\rIf you intend to save the texture so you can use it as the input for a Shader, you may need to set the\r`flipY` parameter to `true` if you find the video renders upside down in your shader.", @@ -158376,7 +158664,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#saveTexture", "scope": "instance", - "___id": "T000002R016919", + "___id": "T000002R016943", "___s": true }, { @@ -158385,7 +158673,7 @@ "filename": "Video.js", "lineno": 2171, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Stops the video playing and clears all internal event listeners.\r\rIf you only wish to pause playback of the video, and resume it a later time, use the `Video.pause` method instead.\r\rIf the video hasn't finished downloading, calling this method will not abort the download. To do that you need to\rcall `destroy` instead.", @@ -158430,7 +158718,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#stop", "scope": "instance", - "___id": "T000002R016924", + "___id": "T000002R016948", "___s": true }, { @@ -158439,7 +158727,7 @@ "filename": "Video.js", "lineno": 2213, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Removes the Video element from the DOM by calling parentNode.removeChild on itself.\r\rAlso removes the autoplay and src attributes and nulls the `Video.video` reference.\r\rIf you loaded an external video via `Video.loadURL` then you should call this function\rto clear up once you are done with the instance, but don't want to destroy this\rVideo Game Object.\r\rThis method is called automatically by `Video.destroy`.", @@ -158449,7 +158737,7 @@ "memberof": "Phaser.GameObjects.Video", "longname": "Phaser.GameObjects.Video#removeVideoElement", "scope": "instance", - "___id": "T000002R016930", + "___id": "T000002R016954", "___s": true }, { @@ -158458,7 +158746,7 @@ "filename": "VideoCreator.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Creates a new Video Game Object and returns it.\r\rNote: This method will only be available if the Video Game Object has been built into Phaser.", @@ -158511,7 +158799,7 @@ "memberof": "Phaser.GameObjects.GameObjectCreator", "longname": "Phaser.GameObjects.GameObjectCreator#video", "scope": "instance", - "___id": "T000002R016946", + "___id": "T000002R016970", "___s": true }, { @@ -158520,7 +158808,7 @@ "filename": "VideoFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\video", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\video", "code": {} }, "description": "Creates a new Video Game Object and adds it to the Scene.\r\rThis Game Object is capable of handling playback of a video file, video stream or media stream.\r\rYou can optionally 'preload' the video into the Phaser Video Cache:\r\r```javascript\rpreload () {\r this.load.video('ripley', 'assets/aliens.mp4');\r}\r\rcreate () {\r this.add.video(400, 300, 'ripley');\r}\r```\r\rYou don't have to 'preload' the video. You can also play it directly from a URL:\r\r```javascript\rcreate () {\r this.add.video(400, 300).loadURL('assets/aliens.mp4');\r}\r```\r\rTo all intents and purposes, a video is a standard Game Object, just like a Sprite. And as such, you can do\rall the usual things to it, such as scaling, rotating, cropping, tinting, making interactive, giving a\rphysics body, etc.\r\rTransparent videos are also possible via the WebM file format. Providing the video file has was encoded with\ran alpha channel, and providing the browser supports WebM playback (not all of them do), then it will render\rin-game with full transparency.\r\r### Autoplaying Videos\r\rVideos can only autoplay if the browser has been unlocked with an interaction, or satisfies the MEI settings.\rThe policies that control autoplaying are vast and vary between browser. You can, and should, read more about\rit here: https://developer.mozilla.org/en-US/docs/Web/Media/Autoplay_guide\r\rIf your video doesn't contain any audio, then set the `noAudio` parameter to `true` when the video is _loaded_,\rand it will often allow the video to play immediately:\r\r```javascript\rpreload () {\r this.load.video('pixar', 'nemo.mp4', true);\r}\r```\r\rThe 3rd parameter in the load call tells Phaser that the video doesn't contain any audio tracks. Video without\raudio can autoplay without requiring a user interaction. Video with audio cannot do this unless it satisfies\rthe browsers MEI settings. See the MDN Autoplay Guide for further details.\r\rOr:\r\r```javascript\rcreate () {\r this.add.video(400, 300).loadURL('assets/aliens.mp4', true);\r}\r```\r\rYou can set the `noAudio` parameter to `true` even if the video does contain audio. It will still allow the video\rto play immediately, but the audio will not start.\r\rNote that due to a bug in IE11 you cannot play a video texture to a Sprite in WebGL. For IE11 force Canvas mode.\r\rMore details about video playback and the supported media formats can be found on MDN:\r\rhttps://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement\rhttps://developer.mozilla.org/en-US/docs/Web/Media/Formats\r\rNote: This method will only be available if the Video Game Object has been built into Phaser.", @@ -158586,7 +158874,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#video", "scope": "instance", - "___id": "T000002R016953", + "___id": "T000002R016977", "___s": true }, { @@ -158595,7 +158883,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\zone\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\zone\\typedefs", "code": {} }, "kind": "namespace", @@ -158603,7 +158891,7 @@ "memberof": "Phaser.Types.GameObjects", "longname": "Phaser.Types.GameObjects.Zone", "scope": "static", - "___id": "T000002R016965", + "___id": "T000002R016989", "___s": true }, { @@ -158612,7 +158900,7 @@ "filename": "ZoneConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\zone\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\zone\\typedefs", "code": {} }, "kind": "typedef", @@ -158665,7 +158953,7 @@ "memberof": "Phaser.Types.GameObjects.Zone", "longname": "Phaser.Types.GameObjects.Zone.ZoneConfig", "scope": "static", - "___id": "T000002R016966", + "___id": "T000002R016990", "___s": true }, { @@ -158674,7 +158962,7 @@ "filename": "Zone.js", "lineno": 16, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\zone", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\zone", "code": {} }, "classdesc": "A Zone Game Object.\r\rA Zone is a non-rendering rectangular Game Object that has a position and size.\rIt has no texture and never displays, but does live on the display list and\rcan be moved, scaled and rotated like any other Game Object.\r\rIts primary use is for creating Drop Zones and Input Hit Areas and it has a couple of helper methods\rspecifically for this. It is also useful for object overlap checks, or as a base for your own\rnon-displaying Game Objects.\rThe default origin is 0.5, the center of the Zone, the same as with Game Objects.", @@ -158764,7 +159052,7 @@ ], "scope": "static", "longname": "Phaser.GameObjects.Zone", - "___id": "T000002R016975", + "___id": "T000002R016999", "___s": true }, { @@ -158773,7 +159061,7 @@ "filename": "Zone.js", "lineno": 73, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\zone", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\zone", "code": {} }, "description": "The native (un-scaled) width of this Game Object.", @@ -158792,7 +159080,7 @@ "longname": "Phaser.GameObjects.Zone#width", "scope": "instance", "kind": "member", - "___id": "T000002R016982", + "___id": "T000002R017006", "___s": true }, { @@ -158801,7 +159089,7 @@ "filename": "Zone.js", "lineno": 82, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\zone", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\zone", "code": {} }, "description": "The native (un-scaled) height of this Game Object.", @@ -158820,7 +159108,7 @@ "longname": "Phaser.GameObjects.Zone#height", "scope": "instance", "kind": "member", - "___id": "T000002R016984", + "___id": "T000002R017008", "___s": true }, { @@ -158829,7 +159117,7 @@ "filename": "Zone.js", "lineno": 91, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\zone", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\zone", "code": {} }, "description": "The Blend Mode of the Game Object.\rAlthough a Zone never renders, it still has a blend mode to allow it to fit seamlessly into\rdisplay lists without causing a batch flush.", @@ -158848,7 +159136,7 @@ "longname": "Phaser.GameObjects.Zone#blendMode", "scope": "instance", "kind": "member", - "___id": "T000002R016986", + "___id": "T000002R017010", "___s": true }, { @@ -158857,7 +159145,7 @@ "filename": "Zone.js", "lineno": 105, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\zone", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\zone", "code": {} }, "description": "The displayed width of this Game Object.\rThis value takes into account the scale factor.", @@ -158876,7 +159164,7 @@ "longname": "Phaser.GameObjects.Zone#displayWidth", "scope": "instance", "kind": "member", - "___id": "T000002R016988", + "___id": "T000002R017012", "___s": true }, { @@ -158885,7 +159173,7 @@ "filename": "Zone.js", "lineno": 127, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\zone", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\zone", "code": {} }, "description": "The displayed height of this Game Object.\rThis value takes into account the scale factor.", @@ -158904,7 +159192,7 @@ "longname": "Phaser.GameObjects.Zone#displayHeight", "scope": "instance", "kind": "member", - "___id": "T000002R016993", + "___id": "T000002R017017", "___s": true }, { @@ -158913,7 +159201,7 @@ "filename": "Zone.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\zone", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\zone", "code": {} }, "description": "Sets the size of this Game Object.", @@ -158981,7 +159269,7 @@ "memberof": "Phaser.GameObjects.Zone", "longname": "Phaser.GameObjects.Zone#setSize", "scope": "instance", - "___id": "T000002R016998", + "___id": "T000002R017022", "___s": true }, { @@ -158990,7 +159278,7 @@ "filename": "Zone.js", "lineno": 181, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\zone", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\zone", "code": {} }, "description": "Sets the display size of this Game Object.\rCalling this will adjust the scale.", @@ -159043,7 +159331,7 @@ "memberof": "Phaser.GameObjects.Zone", "longname": "Phaser.GameObjects.Zone#setDisplaySize", "scope": "instance", - "___id": "T000002R017006", + "___id": "T000002R017030", "___s": true }, { @@ -159052,7 +159340,7 @@ "filename": "Zone.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\zone", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\zone", "code": {} }, "description": "Sets this Zone to be a Circular Drop Zone.\rThe circle is centered on this Zones `x` and `y` coordinates.", @@ -159092,7 +159380,7 @@ "memberof": "Phaser.GameObjects.Zone", "longname": "Phaser.GameObjects.Zone#setCircleDropZone", "scope": "instance", - "___id": "T000002R017010", + "___id": "T000002R017034", "___s": true }, { @@ -159101,7 +159389,7 @@ "filename": "Zone.js", "lineno": 217, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\zone", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\zone", "code": {} }, "description": "Sets this Zone to be a Rectangle Drop Zone.\rThe rectangle is centered on this Zones `x` and `y` coordinates.", @@ -159154,7 +159442,7 @@ "memberof": "Phaser.GameObjects.Zone", "longname": "Phaser.GameObjects.Zone#setRectangleDropZone", "scope": "instance", - "___id": "T000002R017012", + "___id": "T000002R017036", "___s": true }, { @@ -159163,7 +159451,7 @@ "filename": "Zone.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\zone", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\zone", "code": {} }, "description": "Allows you to define your own Geometry shape to be used as a Drop Zone.", @@ -159218,7 +159506,7 @@ "memberof": "Phaser.GameObjects.Zone", "longname": "Phaser.GameObjects.Zone#setDropZone", "scope": "instance", - "___id": "T000002R017014", + "___id": "T000002R017038", "___s": true }, { @@ -159227,7 +159515,7 @@ "filename": "ZoneCreator.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\zone", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\zone", "code": {} }, "description": "Creates a new Zone Game Object and returns it.\r\rNote: This method will only be available if the Zone Game Object has been built into Phaser.", @@ -159266,7 +159554,7 @@ "memberof": "Phaser.GameObjects.GameObjectCreator", "longname": "Phaser.GameObjects.GameObjectCreator#zone", "scope": "instance", - "___id": "T000002R017028", + "___id": "T000002R017052", "___s": true }, { @@ -159275,7 +159563,7 @@ "filename": "ZoneFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\zone", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\zone", "code": {} }, "description": "Creates a new Zone Game Object and adds it to the Scene.\r\rNote: This method will only be available if the Zone Game Object has been built into Phaser.", @@ -159353,7 +159641,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#zone", "scope": "instance", - "___id": "T000002R017035", + "___id": "T000002R017059", "___s": true }, { @@ -159362,7 +159650,7 @@ "filename": "Area.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "Calculates the area of the circle.", @@ -159401,7 +159689,7 @@ "memberof": "Phaser.Geom.Circle", "longname": "Phaser.Geom.Circle.Area", "scope": "static", - "___id": "T000002R017036", + "___id": "T000002R017060", "___s": true }, { @@ -159410,7 +159698,7 @@ "filename": "Circle.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "classdesc": "A Circle object.\r\rThis is a geometry object, containing numerical values and related methods to inspect and modify them.\rIt is not a Game Object, in that you cannot add it to the display list, and it has no texture.\rTo render a Circle you should look at the capabilities of the Graphics class.", @@ -159467,7 +159755,7 @@ ], "scope": "static", "longname": "Phaser.Geom.Circle", - "___id": "T000002R017045", + "___id": "T000002R017069", "___s": true }, { @@ -159476,7 +159764,7 @@ "filename": "Circle.js", "lineno": 41, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "The geometry constant type of this object: `GEOM_CONST.CIRCLE`.\rUsed for fast type comparisons.", @@ -159496,7 +159784,7 @@ "longname": "Phaser.Geom.Circle#type", "scope": "instance", "kind": "member", - "___id": "T000002R017051", + "___id": "T000002R017075", "___s": true }, { @@ -159505,7 +159793,7 @@ "filename": "Circle.js", "lineno": 52, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "The x position of the center of the circle.", @@ -159525,7 +159813,7 @@ "longname": "Phaser.Geom.Circle#x", "scope": "instance", "kind": "member", - "___id": "T000002R017053", + "___id": "T000002R017077", "___s": true }, { @@ -159534,7 +159822,7 @@ "filename": "Circle.js", "lineno": 62, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "The y position of the center of the circle.", @@ -159554,7 +159842,7 @@ "longname": "Phaser.Geom.Circle#y", "scope": "instance", "kind": "member", - "___id": "T000002R017055", + "___id": "T000002R017079", "___s": true }, { @@ -159563,7 +159851,7 @@ "filename": "Circle.js", "lineno": 93, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "Check to see if the Circle contains the given x / y coordinates.", @@ -159615,7 +159903,7 @@ "memberof": "Phaser.Geom.Circle", "longname": "Phaser.Geom.Circle#contains", "scope": "instance", - "___id": "T000002R017061", + "___id": "T000002R017085", "___s": true }, { @@ -159624,7 +159912,7 @@ "filename": "Circle.js", "lineno": 109, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "Returns a Point object containing the coordinates of a point on the circumference of the Circle\rbased on the given angle normalized to the range 0 to 1. I.e. a value of 0.5 will give the point\rat 180 degrees around the circle.", @@ -159705,7 +159993,7 @@ "memberof": "Phaser.Geom.Circle", "longname": "Phaser.Geom.Circle#getPoint", "scope": "instance", - "___id": "T000002R017063", + "___id": "T000002R017087", "___s": true }, { @@ -159714,7 +160002,7 @@ "filename": "Circle.js", "lineno": 129, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "Returns an array of Point objects containing the coordinates of the points around the circumference of the Circle,\rbased on the given quantity or stepRate values.", @@ -159827,7 +160115,7 @@ "memberof": "Phaser.Geom.Circle", "longname": "Phaser.Geom.Circle#getPoints", "scope": "instance", - "___id": "T000002R017065", + "___id": "T000002R017089", "___s": true }, { @@ -159836,7 +160124,7 @@ "filename": "Circle.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "Returns a uniformly distributed random point from anywhere within the Circle.", @@ -159904,7 +160192,7 @@ "memberof": "Phaser.Geom.Circle", "longname": "Phaser.Geom.Circle#getRandomPoint", "scope": "instance", - "___id": "T000002R017067", + "___id": "T000002R017091", "___s": true }, { @@ -159913,7 +160201,7 @@ "filename": "Circle.js", "lineno": 166, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "Sets the x, y and radius of this circle.", @@ -159985,7 +160273,7 @@ "memberof": "Phaser.Geom.Circle", "longname": "Phaser.Geom.Circle#setTo", "scope": "instance", - "___id": "T000002R017069", + "___id": "T000002R017093", "___s": true }, { @@ -159994,7 +160282,7 @@ "filename": "Circle.js", "lineno": 188, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "Sets this Circle to be empty with a radius of zero.\rDoes not change its position.", @@ -160019,7 +160307,7 @@ "memberof": "Phaser.Geom.Circle", "longname": "Phaser.Geom.Circle#setEmpty", "scope": "instance", - "___id": "T000002R017075", + "___id": "T000002R017099", "___s": true }, { @@ -160028,7 +160316,7 @@ "filename": "Circle.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "Sets the position of this Circle.", @@ -160085,7 +160373,7 @@ "memberof": "Phaser.Geom.Circle", "longname": "Phaser.Geom.Circle#setPosition", "scope": "instance", - "___id": "T000002R017079", + "___id": "T000002R017103", "___s": true }, { @@ -160094,7 +160382,7 @@ "filename": "Circle.js", "lineno": 226, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "Checks to see if the Circle is empty: has a radius of zero.", @@ -160118,7 +160406,7 @@ "memberof": "Phaser.Geom.Circle", "longname": "Phaser.Geom.Circle#isEmpty", "scope": "instance", - "___id": "T000002R017084", + "___id": "T000002R017108", "___s": true }, { @@ -160127,7 +160415,7 @@ "filename": "Circle.js", "lineno": 239, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "The radius of the Circle.", @@ -160146,7 +160434,7 @@ "longname": "Phaser.Geom.Circle#radius", "scope": "instance", "kind": "member", - "___id": "T000002R017086", + "___id": "T000002R017110", "___s": true }, { @@ -160155,7 +160443,7 @@ "filename": "Circle.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "The diameter of the Circle.", @@ -160174,7 +160462,7 @@ "longname": "Phaser.Geom.Circle#diameter", "scope": "instance", "kind": "member", - "___id": "T000002R017092", + "___id": "T000002R017116", "___s": true }, { @@ -160183,7 +160471,7 @@ "filename": "Circle.js", "lineno": 283, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "The left position of the Circle.", @@ -160202,7 +160490,7 @@ "longname": "Phaser.Geom.Circle#left", "scope": "instance", "kind": "member", - "___id": "T000002R017098", + "___id": "T000002R017122", "___s": true }, { @@ -160211,7 +160499,7 @@ "filename": "Circle.js", "lineno": 304, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "The right position of the Circle.", @@ -160230,7 +160518,7 @@ "longname": "Phaser.Geom.Circle#right", "scope": "instance", "kind": "member", - "___id": "T000002R017103", + "___id": "T000002R017127", "___s": true }, { @@ -160239,7 +160527,7 @@ "filename": "Circle.js", "lineno": 325, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "The top position of the Circle.", @@ -160258,7 +160546,7 @@ "longname": "Phaser.Geom.Circle#top", "scope": "instance", "kind": "member", - "___id": "T000002R017108", + "___id": "T000002R017132", "___s": true }, { @@ -160267,7 +160555,7 @@ "filename": "Circle.js", "lineno": 346, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "The bottom position of the Circle.", @@ -160286,7 +160574,7 @@ "longname": "Phaser.Geom.Circle#bottom", "scope": "instance", "kind": "member", - "___id": "T000002R017113", + "___id": "T000002R017137", "___s": true }, { @@ -160295,7 +160583,7 @@ "filename": "Circumference.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "Returns the circumference of the given Circle.", @@ -160334,7 +160622,7 @@ "memberof": "Phaser.Geom.Circle", "longname": "Phaser.Geom.Circle.Circumference", "scope": "static", - "___id": "T000002R017119", + "___id": "T000002R017143", "___s": true }, { @@ -160343,7 +160631,7 @@ "filename": "CircumferencePoint.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "Returns a Point object containing the coordinates of a point on the circumference of the Circle based on the given angle.", @@ -160437,7 +160725,7 @@ "memberof": "Phaser.Geom.Circle", "longname": "Phaser.Geom.Circle.CircumferencePoint", "scope": "static", - "___id": "T000002R017123", + "___id": "T000002R017147", "___s": true }, { @@ -160446,7 +160734,7 @@ "filename": "Clone.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "Creates a new Circle instance based on the values contained in the given source.", @@ -160495,7 +160783,7 @@ "memberof": "Phaser.Geom.Circle", "longname": "Phaser.Geom.Circle.Clone", "scope": "static", - "___id": "T000002R017130", + "___id": "T000002R017154", "___s": true }, { @@ -160504,7 +160792,7 @@ "filename": "Contains.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "Check to see if the Circle contains the given x / y coordinates.", @@ -160569,7 +160857,7 @@ "memberof": "Phaser.Geom.Circle", "longname": "Phaser.Geom.Circle.Contains", "scope": "static", - "___id": "T000002R017133", + "___id": "T000002R017157", "___s": true }, { @@ -160578,7 +160866,7 @@ "filename": "ContainsPoint.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "Check to see if the Circle contains the given Point object.", @@ -160640,7 +160928,7 @@ "memberof": "Phaser.Geom.Circle", "longname": "Phaser.Geom.Circle.ContainsPoint", "scope": "static", - "___id": "T000002R017139", + "___id": "T000002R017163", "___s": true }, { @@ -160649,7 +160937,7 @@ "filename": "ContainsRect.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "Check to see if the Circle contains all four points of the given Rectangle object.", @@ -160711,7 +160999,7 @@ "memberof": "Phaser.Geom.Circle", "longname": "Phaser.Geom.Circle.ContainsRect", "scope": "static", - "___id": "T000002R017143", + "___id": "T000002R017167", "___s": true }, { @@ -160720,7 +161008,7 @@ "filename": "CopyFrom.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "Copies the `x`, `y` and `radius` properties from the `source` Circle\rinto the given `dest` Circle, then returns the `dest` Circle.", @@ -160780,7 +161068,7 @@ "memberof": "Phaser.Geom.Circle", "longname": "Phaser.Geom.Circle.CopyFrom", "scope": "static", - "___id": "T000002R017146", + "___id": "T000002R017170", "___s": true }, { @@ -160789,7 +161077,7 @@ "filename": "Equals.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "Compares the `x`, `y` and `radius` properties of the two given Circles.\rReturns `true` if they all match, otherwise returns `false`.", @@ -160841,7 +161129,7 @@ "memberof": "Phaser.Geom.Circle", "longname": "Phaser.Geom.Circle.Equals", "scope": "static", - "___id": "T000002R017149", + "___id": "T000002R017173", "___s": true }, { @@ -160850,7 +161138,7 @@ "filename": "GetBounds.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "Returns the bounds of the Circle object.", @@ -160931,7 +161219,7 @@ "memberof": "Phaser.Geom.Circle", "longname": "Phaser.Geom.Circle.GetBounds", "scope": "static", - "___id": "T000002R017153", + "___id": "T000002R017177", "___s": true }, { @@ -160940,7 +161228,7 @@ "filename": "GetPoint.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "Returns a Point object containing the coordinates of a point on the circumference of the Circle\rbased on the given angle normalized to the range 0 to 1. I.e. a value of 0.5 will give the point\rat 180 degrees around the circle.", @@ -161034,7 +161322,7 @@ "memberof": "Phaser.Geom.Circle", "longname": "Phaser.Geom.Circle.GetPoint", "scope": "static", - "___id": "T000002R017165", + "___id": "T000002R017189", "___s": true }, { @@ -161043,7 +161331,7 @@ "filename": "GetPoints.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "Returns an array of Point objects containing the coordinates of the points around the circumference of the Circle,\rbased on the given quantity or stepRate values.", @@ -161132,7 +161420,7 @@ "memberof": "Phaser.Geom.Circle", "longname": "Phaser.Geom.Circle.GetPoints", "scope": "static", - "___id": "T000002R017174", + "___id": "T000002R017198", "___s": true }, { @@ -161141,7 +161429,7 @@ "filename": "Offset.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "Offsets the Circle by the values given.", @@ -161214,7 +161502,7 @@ "memberof": "Phaser.Geom.Circle", "longname": "Phaser.Geom.Circle.Offset", "scope": "static", - "___id": "T000002R017198", + "___id": "T000002R017222", "___s": true }, { @@ -161223,7 +161511,7 @@ "filename": "OffsetPoint.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "Offsets the Circle by the values given in the `x` and `y` properties of the Point object.", @@ -161293,7 +161581,7 @@ "memberof": "Phaser.Geom.Circle", "longname": "Phaser.Geom.Circle.OffsetPoint", "scope": "static", - "___id": "T000002R017203", + "___id": "T000002R017227", "___s": true }, { @@ -161302,7 +161590,7 @@ "filename": "Random.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "description": "Returns a uniformly distributed random point from anywhere within the given Circle.", @@ -161383,7 +161671,7 @@ "memberof": "Phaser.Geom.Circle", "longname": "Phaser.Geom.Circle.Random", "scope": "static", - "___id": "T000002R017209", + "___id": "T000002R017233", "___s": true }, { @@ -161392,7 +161680,7 @@ "filename": "const.js", "lineno": 9, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom", "code": {} }, "description": "A Circle Geometry object type.", @@ -161411,7 +161699,7 @@ "longname": "Phaser.Geom.CIRCLE", "scope": "static", "kind": "member", - "___id": "T000002R017221", + "___id": "T000002R017245", "___s": true }, { @@ -161420,7 +161708,7 @@ "filename": "const.js", "lineno": 18, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom", "code": {} }, "description": "An Ellipse Geometry object type.", @@ -161439,7 +161727,7 @@ "longname": "Phaser.Geom.ELLIPSE", "scope": "static", "kind": "member", - "___id": "T000002R017223", + "___id": "T000002R017247", "___s": true }, { @@ -161448,7 +161736,7 @@ "filename": "const.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom", "code": {} }, "description": "A Line Geometry object type.", @@ -161467,7 +161755,7 @@ "longname": "Phaser.Geom.LINE", "scope": "static", "kind": "member", - "___id": "T000002R017225", + "___id": "T000002R017249", "___s": true }, { @@ -161476,7 +161764,7 @@ "filename": "const.js", "lineno": 36, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom", "code": {} }, "description": "A Point Geometry object type.", @@ -161495,7 +161783,7 @@ "longname": "Phaser.Geom.POINT", "scope": "static", "kind": "member", - "___id": "T000002R017227", + "___id": "T000002R017251", "___s": true }, { @@ -161504,7 +161792,7 @@ "filename": "const.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom", "code": {} }, "description": "A Polygon Geometry object type.", @@ -161523,7 +161811,7 @@ "longname": "Phaser.Geom.POLYGON", "scope": "static", "kind": "member", - "___id": "T000002R017229", + "___id": "T000002R017253", "___s": true }, { @@ -161532,7 +161820,7 @@ "filename": "const.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom", "code": {} }, "description": "A Rectangle Geometry object type.", @@ -161551,7 +161839,7 @@ "longname": "Phaser.Geom.RECTANGLE", "scope": "static", "kind": "member", - "___id": "T000002R017231", + "___id": "T000002R017255", "___s": true }, { @@ -161560,7 +161848,7 @@ "filename": "const.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom", "code": {} }, "description": "A Triangle Geometry object type.", @@ -161579,7 +161867,7 @@ "longname": "Phaser.Geom.TRIANGLE", "scope": "static", "kind": "member", - "___id": "T000002R017233", + "___id": "T000002R017257", "___s": true }, { @@ -161588,7 +161876,7 @@ "filename": "Area.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "Calculates the area of the Ellipse.", @@ -161627,7 +161915,7 @@ "memberof": "Phaser.Geom.Ellipse", "longname": "Phaser.Geom.Ellipse.Area", "scope": "static", - "___id": "T000002R017236", + "___id": "T000002R017260", "___s": true }, { @@ -161636,7 +161924,7 @@ "filename": "Circumference.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "Returns the circumference of the given Ellipse.", @@ -161675,7 +161963,7 @@ "memberof": "Phaser.Geom.Ellipse", "longname": "Phaser.Geom.Ellipse.Circumference", "scope": "static", - "___id": "T000002R017239", + "___id": "T000002R017263", "___s": true }, { @@ -161684,7 +161972,7 @@ "filename": "CircumferencePoint.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "Returns a Point object containing the coordinates of a point on the circumference of the Ellipse based on the given angle.", @@ -161778,7 +162066,7 @@ "memberof": "Phaser.Geom.Ellipse", "longname": "Phaser.Geom.Ellipse.CircumferencePoint", "scope": "static", - "___id": "T000002R017246", + "___id": "T000002R017270", "___s": true }, { @@ -161787,7 +162075,7 @@ "filename": "Clone.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "Creates a new Ellipse instance based on the values contained in the given source.", @@ -161826,7 +162114,7 @@ "memberof": "Phaser.Geom.Ellipse", "longname": "Phaser.Geom.Ellipse.Clone", "scope": "static", - "___id": "T000002R017255", + "___id": "T000002R017279", "___s": true }, { @@ -161835,7 +162123,7 @@ "filename": "Contains.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "Check to see if the Ellipse contains the given x / y coordinates.", @@ -161900,7 +162188,7 @@ "memberof": "Phaser.Geom.Ellipse", "longname": "Phaser.Geom.Ellipse.Contains", "scope": "static", - "___id": "T000002R017258", + "___id": "T000002R017282", "___s": true }, { @@ -161909,7 +162197,7 @@ "filename": "ContainsPoint.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "Check to see if the Ellipse contains the given Point object.", @@ -161971,7 +162259,7 @@ "memberof": "Phaser.Geom.Ellipse", "longname": "Phaser.Geom.Ellipse.ContainsPoint", "scope": "static", - "___id": "T000002R017266", + "___id": "T000002R017290", "___s": true }, { @@ -161980,7 +162268,7 @@ "filename": "ContainsRect.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "Check to see if the Ellipse contains all four points of the given Rectangle object.", @@ -162042,7 +162330,7 @@ "memberof": "Phaser.Geom.Ellipse", "longname": "Phaser.Geom.Ellipse.ContainsRect", "scope": "static", - "___id": "T000002R017270", + "___id": "T000002R017294", "___s": true }, { @@ -162051,7 +162339,7 @@ "filename": "CopyFrom.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "Copies the `x`, `y`, `width` and `height` properties from the `source` Ellipse\rinto the given `dest` Ellipse, then returns the `dest` Ellipse.", @@ -162111,7 +162399,7 @@ "memberof": "Phaser.Geom.Ellipse", "longname": "Phaser.Geom.Ellipse.CopyFrom", "scope": "static", - "___id": "T000002R017273", + "___id": "T000002R017297", "___s": true }, { @@ -162120,7 +162408,7 @@ "filename": "Ellipse.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "classdesc": "An Ellipse object.\r\rThis is a geometry object, containing numerical values and related methods to inspect and modify them.\rIt is not a Game Object, in that you cannot add it to the display list, and it has no texture.\rTo render an Ellipse you should look at the capabilities of the Graphics class.", @@ -162192,7 +162480,7 @@ ], "scope": "static", "longname": "Phaser.Geom.Ellipse", - "___id": "T000002R017282", + "___id": "T000002R017306", "___s": true }, { @@ -162201,7 +162489,7 @@ "filename": "Ellipse.js", "lineno": 43, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "The geometry constant type of this object: `GEOM_CONST.ELLIPSE`.\rUsed for fast type comparisons.", @@ -162221,7 +162509,7 @@ "longname": "Phaser.Geom.Ellipse#type", "scope": "instance", "kind": "member", - "___id": "T000002R017289", + "___id": "T000002R017313", "___s": true }, { @@ -162230,7 +162518,7 @@ "filename": "Ellipse.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "The x position of the center of the ellipse.", @@ -162250,7 +162538,7 @@ "longname": "Phaser.Geom.Ellipse#x", "scope": "instance", "kind": "member", - "___id": "T000002R017291", + "___id": "T000002R017315", "___s": true }, { @@ -162259,7 +162547,7 @@ "filename": "Ellipse.js", "lineno": 64, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "The y position of the center of the ellipse.", @@ -162279,7 +162567,7 @@ "longname": "Phaser.Geom.Ellipse#y", "scope": "instance", "kind": "member", - "___id": "T000002R017293", + "___id": "T000002R017317", "___s": true }, { @@ -162288,7 +162576,7 @@ "filename": "Ellipse.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "The width of the ellipse.", @@ -162308,7 +162596,7 @@ "longname": "Phaser.Geom.Ellipse#width", "scope": "instance", "kind": "member", - "___id": "T000002R017295", + "___id": "T000002R017319", "___s": true }, { @@ -162317,7 +162605,7 @@ "filename": "Ellipse.js", "lineno": 84, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "The height of the ellipse.", @@ -162337,7 +162625,7 @@ "longname": "Phaser.Geom.Ellipse#height", "scope": "instance", "kind": "member", - "___id": "T000002R017297", + "___id": "T000002R017321", "___s": true }, { @@ -162346,7 +162634,7 @@ "filename": "Ellipse.js", "lineno": 95, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "Check to see if the Ellipse contains the given x / y coordinates.", @@ -162398,7 +162686,7 @@ "memberof": "Phaser.Geom.Ellipse", "longname": "Phaser.Geom.Ellipse#contains", "scope": "instance", - "___id": "T000002R017299", + "___id": "T000002R017323", "___s": true }, { @@ -162407,7 +162695,7 @@ "filename": "Ellipse.js", "lineno": 111, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "Returns a Point object containing the coordinates of a point on the circumference of the Ellipse\rbased on the given angle normalized to the range 0 to 1. I.e. a value of 0.5 will give the point\rat 180 degrees around the circle.", @@ -162488,7 +162776,7 @@ "memberof": "Phaser.Geom.Ellipse", "longname": "Phaser.Geom.Ellipse#getPoint", "scope": "instance", - "___id": "T000002R017301", + "___id": "T000002R017325", "___s": true }, { @@ -162497,7 +162785,7 @@ "filename": "Ellipse.js", "lineno": 131, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "Returns an array of Point objects containing the coordinates of the points around the circumference of the Ellipse,\rbased on the given quantity or stepRate values.", @@ -162610,7 +162898,7 @@ "memberof": "Phaser.Geom.Ellipse", "longname": "Phaser.Geom.Ellipse#getPoints", "scope": "instance", - "___id": "T000002R017303", + "___id": "T000002R017327", "___s": true }, { @@ -162619,7 +162907,7 @@ "filename": "Ellipse.js", "lineno": 151, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "Returns a uniformly distributed random point from anywhere within the given Ellipse.", @@ -162687,7 +162975,7 @@ "memberof": "Phaser.Geom.Ellipse", "longname": "Phaser.Geom.Ellipse#getRandomPoint", "scope": "instance", - "___id": "T000002R017305", + "___id": "T000002R017329", "___s": true }, { @@ -162696,7 +162984,7 @@ "filename": "Ellipse.js", "lineno": 168, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "Sets the x, y, width and height of this ellipse.", @@ -162775,7 +163063,7 @@ "memberof": "Phaser.Geom.Ellipse", "longname": "Phaser.Geom.Ellipse#setTo", "scope": "instance", - "___id": "T000002R017307", + "___id": "T000002R017331", "___s": true }, { @@ -162784,7 +163072,7 @@ "filename": "Ellipse.js", "lineno": 191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "Sets this Ellipse to be empty with a width and height of zero.\rDoes not change its position.", @@ -162809,7 +163097,7 @@ "memberof": "Phaser.Geom.Ellipse", "longname": "Phaser.Geom.Ellipse#setEmpty", "scope": "instance", - "___id": "T000002R017313", + "___id": "T000002R017337", "___s": true }, { @@ -162818,7 +163106,7 @@ "filename": "Ellipse.js", "lineno": 208, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "Sets the position of this Ellipse.", @@ -162871,7 +163159,7 @@ "memberof": "Phaser.Geom.Ellipse", "longname": "Phaser.Geom.Ellipse#setPosition", "scope": "instance", - "___id": "T000002R017317", + "___id": "T000002R017341", "___s": true }, { @@ -162880,7 +163168,7 @@ "filename": "Ellipse.js", "lineno": 229, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "Sets the size of this Ellipse.\rDoes not change its position.", @@ -162935,7 +163223,7 @@ "memberof": "Phaser.Geom.Ellipse", "longname": "Phaser.Geom.Ellipse#setSize", "scope": "instance", - "___id": "T000002R017322", + "___id": "T000002R017346", "___s": true }, { @@ -162944,7 +163232,7 @@ "filename": "Ellipse.js", "lineno": 251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "Checks to see if the Ellipse is empty: has a width or height equal to zero.", @@ -162968,7 +163256,7 @@ "memberof": "Phaser.Geom.Ellipse", "longname": "Phaser.Geom.Ellipse#isEmpty", "scope": "instance", - "___id": "T000002R017327", + "___id": "T000002R017351", "___s": true }, { @@ -162977,7 +163265,7 @@ "filename": "Ellipse.js", "lineno": 264, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "Returns the minor radius of the ellipse. Also known as the Semi Minor Axis.", @@ -163001,7 +163289,7 @@ "memberof": "Phaser.Geom.Ellipse", "longname": "Phaser.Geom.Ellipse#getMinorRadius", "scope": "instance", - "___id": "T000002R017329", + "___id": "T000002R017353", "___s": true }, { @@ -163010,7 +163298,7 @@ "filename": "Ellipse.js", "lineno": 277, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "Returns the major radius of the ellipse. Also known as the Semi Major Axis.", @@ -163034,7 +163322,7 @@ "memberof": "Phaser.Geom.Ellipse", "longname": "Phaser.Geom.Ellipse#getMajorRadius", "scope": "instance", - "___id": "T000002R017331", + "___id": "T000002R017355", "___s": true }, { @@ -163043,7 +163331,7 @@ "filename": "Ellipse.js", "lineno": 290, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "The left position of the Ellipse.", @@ -163062,7 +163350,7 @@ "longname": "Phaser.Geom.Ellipse#left", "scope": "instance", "kind": "member", - "___id": "T000002R017333", + "___id": "T000002R017357", "___s": true }, { @@ -163071,7 +163359,7 @@ "filename": "Ellipse.js", "lineno": 311, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "The right position of the Ellipse.", @@ -163090,7 +163378,7 @@ "longname": "Phaser.Geom.Ellipse#right", "scope": "instance", "kind": "member", - "___id": "T000002R017338", + "___id": "T000002R017362", "___s": true }, { @@ -163099,7 +163387,7 @@ "filename": "Ellipse.js", "lineno": 332, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "The top position of the Ellipse.", @@ -163118,7 +163406,7 @@ "longname": "Phaser.Geom.Ellipse#top", "scope": "instance", "kind": "member", - "___id": "T000002R017343", + "___id": "T000002R017367", "___s": true }, { @@ -163127,7 +163415,7 @@ "filename": "Ellipse.js", "lineno": 353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "The bottom position of the Ellipse.", @@ -163146,7 +163434,7 @@ "longname": "Phaser.Geom.Ellipse#bottom", "scope": "instance", "kind": "member", - "___id": "T000002R017348", + "___id": "T000002R017372", "___s": true }, { @@ -163155,7 +163443,7 @@ "filename": "Equals.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "Compares the `x`, `y`, `width` and `height` properties of the two given Ellipses.\rReturns `true` if they all match, otherwise returns `false`.", @@ -163207,7 +163495,7 @@ "memberof": "Phaser.Geom.Ellipse", "longname": "Phaser.Geom.Ellipse.Equals", "scope": "static", - "___id": "T000002R017354", + "___id": "T000002R017378", "___s": true }, { @@ -163216,7 +163504,7 @@ "filename": "GetBounds.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "Returns the bounds of the Ellipse object.", @@ -163297,7 +163585,7 @@ "memberof": "Phaser.Geom.Ellipse", "longname": "Phaser.Geom.Ellipse.GetBounds", "scope": "static", - "___id": "T000002R017358", + "___id": "T000002R017382", "___s": true }, { @@ -163306,7 +163594,7 @@ "filename": "GetPoint.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "Returns a Point object containing the coordinates of a point on the circumference of the Ellipse\rbased on the given angle normalized to the range 0 to 1. I.e. a value of 0.5 will give the point\rat 180 degrees around the circle.", @@ -163400,7 +163688,7 @@ "memberof": "Phaser.Geom.Ellipse", "longname": "Phaser.Geom.Ellipse.GetPoint", "scope": "static", - "___id": "T000002R017370", + "___id": "T000002R017394", "___s": true }, { @@ -163409,7 +163697,7 @@ "filename": "GetPoints.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "Returns an array of Point objects containing the coordinates of the points around the circumference of the Ellipse,\rbased on the given quantity or stepRate values.", @@ -163535,7 +163823,7 @@ "memberof": "Phaser.Geom.Ellipse", "longname": "Phaser.Geom.Ellipse.GetPoints", "scope": "static", - "___id": "T000002R017379", + "___id": "T000002R017403", "___s": true }, { @@ -163544,7 +163832,7 @@ "filename": "Offset.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "Offsets the Ellipse by the values given.", @@ -163617,7 +163905,7 @@ "memberof": "Phaser.Geom.Ellipse", "longname": "Phaser.Geom.Ellipse.Offset", "scope": "static", - "___id": "T000002R017403", + "___id": "T000002R017427", "___s": true }, { @@ -163626,7 +163914,7 @@ "filename": "OffsetPoint.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "Offsets the Ellipse by the values given in the `x` and `y` properties of the Point object.", @@ -163696,7 +163984,7 @@ "memberof": "Phaser.Geom.Ellipse", "longname": "Phaser.Geom.Ellipse.OffsetPoint", "scope": "static", - "___id": "T000002R017408", + "___id": "T000002R017432", "___s": true }, { @@ -163705,7 +163993,7 @@ "filename": "Random.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\ellipse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\ellipse", "code": {} }, "description": "Returns a uniformly distributed random point from anywhere within the given Ellipse.", @@ -163786,7 +164074,7 @@ "memberof": "Phaser.Geom.Ellipse", "longname": "Phaser.Geom.Ellipse.Random", "scope": "static", - "___id": "T000002R017414", + "___id": "T000002R017438", "___s": true }, { @@ -163795,7 +164083,7 @@ "filename": "index.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom", "code": {} }, "kind": "namespace", @@ -163803,7 +164091,7 @@ "memberof": "Phaser", "longname": "Phaser.Geom", "scope": "static", - "___id": "T000002R017424", + "___id": "T000002R017448", "___s": true }, { @@ -163812,7 +164100,7 @@ "filename": "CircleToCircle.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "description": "Checks if two Circles intersect.", @@ -163864,7 +164152,7 @@ "memberof": "Phaser.Geom.Intersects", "longname": "Phaser.Geom.Intersects.CircleToCircle", "scope": "static", - "___id": "T000002R017438", + "___id": "T000002R017462", "___s": true }, { @@ -163873,7 +164161,7 @@ "filename": "CircleToRectangle.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "description": "Checks for intersection between a circle and a rectangle.", @@ -163925,7 +164213,7 @@ "memberof": "Phaser.Geom.Intersects", "longname": "Phaser.Geom.Intersects.CircleToRectangle", "scope": "static", - "___id": "T000002R017441", + "___id": "T000002R017465", "___s": true }, { @@ -163934,7 +164222,7 @@ "filename": "GetCircleToCircle.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "description": "Checks if two Circles intersect and returns the intersection points as a Point object array.", @@ -164000,7 +164288,7 @@ "memberof": "Phaser.Geom.Intersects", "longname": "Phaser.Geom.Intersects.GetCircleToCircle", "scope": "static", - "___id": "T000002R017457", + "___id": "T000002R017481", "___s": true }, { @@ -164009,7 +164297,7 @@ "filename": "GetCircleToRectangle.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "description": "Checks for intersection between a circle and a rectangle,\rand returns the intersection points as a Point object array.", @@ -164075,7 +164363,7 @@ "memberof": "Phaser.Geom.Intersects", "longname": "Phaser.Geom.Intersects.GetCircleToRectangle", "scope": "static", - "___id": "T000002R017488", + "___id": "T000002R017512", "___s": true }, { @@ -164084,7 +164372,7 @@ "filename": "GetLineToCircle.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "description": "Checks for intersection between the line segment and circle,\rand returns the intersection points as a Point object array.", @@ -164150,7 +164438,7 @@ "memberof": "Phaser.Geom.Intersects", "longname": "Phaser.Geom.Intersects.GetLineToCircle", "scope": "static", - "___id": "T000002R017498", + "___id": "T000002R017522", "___s": true }, { @@ -164159,7 +164447,7 @@ "filename": "GetLineToLine.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "description": "Checks for intersection between the two line segments, or a ray and a line segment,\rand returns the intersection point as a Vector3, or `null` if the lines are parallel, or do not intersect.\r\rThe `z` property of the Vector3 contains the intersection distance, which can be used to find\rthe closest intersecting point from a group of line segments.", @@ -164240,7 +164528,7 @@ "memberof": "Phaser.Geom.Intersects", "longname": "Phaser.Geom.Intersects.GetLineToLine", "scope": "static", - "___id": "T000002R017529", + "___id": "T000002R017553", "___s": true }, { @@ -164249,7 +164537,7 @@ "filename": "GetLineToPoints.js", "lineno": 17, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "description": "Checks for the closest point of intersection between a line segment and an array of points, where each pair\rof points are converted to line segments for the intersection tests.\r\rIf no intersection is found, this function returns `null`.\r\rIf intersection was found, a Vector3 is returned with the following properties:\r\rThe `x` and `y` components contain the point of the intersection.\rThe `z` component contains the closest distance.", @@ -164358,7 +164646,7 @@ "memberof": "Phaser.Geom.Intersects", "longname": "Phaser.Geom.Intersects.GetLineToPoints", "scope": "static", - "___id": "T000002R017561", + "___id": "T000002R017586", "___s": true }, { @@ -164367,7 +164655,7 @@ "filename": "GetLineToPolygon.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "description": "Checks for the closest point of intersection between a line segment and an array of polygons.\r\rIf no intersection is found, this function returns `null`.\r\rIf intersection was found, a Vector4 is returned with the following properties:\r\rThe `x` and `y` components contain the point of the intersection.\rThe `z` component contains the closest distance.\rThe `w` component contains the index of the polygon, in the given array, that triggered the intersection.", @@ -164467,7 +164755,7 @@ "memberof": "Phaser.Geom.Intersects", "longname": "Phaser.Geom.Intersects.GetLineToPolygon", "scope": "static", - "___id": "T000002R017576", + "___id": "T000002R017601", "___s": true }, { @@ -164476,7 +164764,7 @@ "filename": "GetLineToRectangle.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "description": "Checks for intersection between the Line and a Rectangle shape,\rand returns the intersection points as a Point object array.", @@ -164552,7 +164840,7 @@ "memberof": "Phaser.Geom.Intersects", "longname": "Phaser.Geom.Intersects.GetLineToRectangle", "scope": "static", - "___id": "T000002R017587", + "___id": "T000002R017612", "___s": true }, { @@ -164561,7 +164849,7 @@ "filename": "GetRaysFromPointToPolygon.js", "lineno": 40, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "description": "Projects rays out from the given point to each line segment of the polygons.\r\rIf the rays intersect with the polygons, the points of intersection are returned in an array.\r\rIf no intersections are found, the returned array will be empty.\r\rEach Vector4 intersection result has the following properties:\r\rThe `x` and `y` components contain the point of the intersection.\rThe `z` component contains the angle of intersection.\rThe `w` component contains the index of the polygon, in the given array, that triggered the intersection.", @@ -164654,7 +164942,7 @@ "memberof": "Phaser.Geom.Intersects", "longname": "Phaser.Geom.Intersects.GetRaysFromPointToPolygon", "scope": "static", - "___id": "T000002R017607", + "___id": "T000002R017632", "___s": true }, { @@ -164663,7 +164951,7 @@ "filename": "GetRectangleIntersection.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "description": "Checks if two Rectangle shapes intersect and returns the area of this intersection as Rectangle object.\r\rIf optional `output` parameter is omitted, new Rectangle object is created and returned. If there is intersection, it will contain intersection area. If there is no intersection, it wil be empty Rectangle (all values set to zero).\r\rIf Rectangle object is passed as `output` and there is intersection, then intersection area data will be loaded into it and it will be returned. If there is no intersection, it will be returned without any change.", @@ -164737,7 +165025,7 @@ "memberof": "Phaser.Geom.Intersects", "longname": "Phaser.Geom.Intersects.GetRectangleIntersection", "scope": "static", - "___id": "T000002R017619", + "___id": "T000002R017644", "___s": true }, { @@ -164746,7 +165034,7 @@ "filename": "GetRectangleToRectangle.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "description": "Checks if two Rectangles intersect and returns the intersection points as a Point object array.\r\rA Rectangle intersects another Rectangle if any part of its bounds is within the other Rectangle's bounds. As such, the two Rectangles are considered \"solid\". A Rectangle with no width or no height will never intersect another Rectangle.", @@ -164812,7 +165100,7 @@ "memberof": "Phaser.Geom.Intersects", "longname": "Phaser.Geom.Intersects.GetRectangleToRectangle", "scope": "static", - "___id": "T000002R017629", + "___id": "T000002R017654", "___s": true }, { @@ -164821,7 +165109,7 @@ "filename": "GetRectangleToTriangle.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "description": "Checks for intersection between Rectangle shape and Triangle shape,\rand returns the intersection points as a Point object array.", @@ -164887,7 +165175,7 @@ "memberof": "Phaser.Geom.Intersects", "longname": "Phaser.Geom.Intersects.GetRectangleToTriangle", "scope": "static", - "___id": "T000002R017639", + "___id": "T000002R017664", "___s": true }, { @@ -164896,7 +165184,7 @@ "filename": "GetTriangleToCircle.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "description": "Checks if a Triangle and a Circle intersect, and returns the intersection points as a Point object array.\r\rA Circle intersects a Triangle if its center is located within it or if any of the Triangle's sides intersect the Circle. As such, the Triangle and the Circle are considered \"solid\" for the intersection.", @@ -164962,7 +165250,7 @@ "memberof": "Phaser.Geom.Intersects", "longname": "Phaser.Geom.Intersects.GetTriangleToCircle", "scope": "static", - "___id": "T000002R017648", + "___id": "T000002R017673", "___s": true }, { @@ -164971,7 +165259,7 @@ "filename": "GetTriangleToLine.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "description": "Checks if a Triangle and a Line intersect, and returns the intersection points as a Point object array.\r\rThe Line intersects the Triangle if it starts inside of it, ends inside of it, or crosses any of the Triangle's sides. Thus, the Triangle is considered \"solid\".", @@ -165037,7 +165325,7 @@ "memberof": "Phaser.Geom.Intersects", "longname": "Phaser.Geom.Intersects.GetTriangleToLine", "scope": "static", - "___id": "T000002R017658", + "___id": "T000002R017683", "___s": true }, { @@ -165046,7 +165334,7 @@ "filename": "GetTriangleToTriangle.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "description": "Checks if two Triangles intersect, and returns the intersection points as a Point object array.\r\rA Triangle intersects another Triangle if any pair of their lines intersects or if any point of one Triangle is within the other Triangle. Thus, the Triangles are considered \"solid\".", @@ -165112,7 +165400,7 @@ "memberof": "Phaser.Geom.Intersects", "longname": "Phaser.Geom.Intersects.GetTriangleToTriangle", "scope": "static", - "___id": "T000002R017670", + "___id": "T000002R017695", "___s": true }, { @@ -165121,7 +165409,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "kind": "namespace", @@ -165129,7 +165417,7 @@ "memberof": "Phaser.Geom", "longname": "Phaser.Geom.Intersects", "scope": "static", - "___id": "T000002R017677", + "___id": "T000002R017702", "___s": true }, { @@ -165138,7 +165426,7 @@ "filename": "LineToCircle.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "description": "Checks for intersection between the line segment and circle.\r\rBased on code by [Matt DesLauriers](https://github.com/mattdesl/line-circle-collision/blob/master/LICENSE.md).", @@ -165214,7 +165502,7 @@ "memberof": "Phaser.Geom.Intersects", "longname": "Phaser.Geom.Intersects.LineToCircle", "scope": "static", - "___id": "T000002R017709", + "___id": "T000002R017734", "___s": true }, { @@ -165223,7 +165511,7 @@ "filename": "LineToLine.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "description": "Checks if two Lines intersect. If the Lines are identical, they will be treated as parallel and thus non-intersecting.", @@ -165289,7 +165577,7 @@ "memberof": "Phaser.Geom.Intersects", "longname": "Phaser.Geom.Intersects.LineToLine", "scope": "static", - "___id": "T000002R017730", + "___id": "T000002R017755", "___s": true }, { @@ -165298,7 +165586,7 @@ "filename": "LineToRectangle.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "description": "Checks for intersection between the Line and a Rectangle shape, or a rectangle-like\robject, with public `x`, `y`, `right` and `bottom` properties, such as a Sprite or Body.\r\rAn intersection is considered valid if:\r\rThe line starts within, or ends within, the Rectangle.\rThe line segment intersects one of the 4 rectangle edges.\r\rThe for the purposes of this function rectangles are considered 'solid'.", @@ -165360,7 +165648,7 @@ "memberof": "Phaser.Geom.Intersects", "longname": "Phaser.Geom.Intersects.LineToRectangle", "scope": "static", - "___id": "T000002R017746", + "___id": "T000002R017771", "___s": true }, { @@ -165369,7 +165657,7 @@ "filename": "PointToLine.js", "lineno": 8, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "description": "Checks if the a Point falls between the two end-points of a Line, based on the given line thickness.\r\rAssumes that the line end points are circular, not square.", @@ -165446,7 +165734,7 @@ "memberof": "Phaser.Geom.Intersects", "longname": "Phaser.Geom.Intersects.PointToLine", "scope": "static", - "___id": "T000002R017762", + "___id": "T000002R017787", "___s": true }, { @@ -165455,7 +165743,7 @@ "filename": "PointToLineSegment.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "description": "Checks if a Point is located on the given line segment.", @@ -165507,7 +165795,7 @@ "memberof": "Phaser.Geom.Intersects", "longname": "Phaser.Geom.Intersects.PointToLineSegment", "scope": "static", - "___id": "T000002R017776", + "___id": "T000002R017801", "___s": true }, { @@ -165516,7 +165804,7 @@ "filename": "RectangleToRectangle.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "description": "Checks if two Rectangles intersect.\r\rA Rectangle intersects another Rectangle if any part of its bounds is within the other Rectangle's bounds.\rAs such, the two Rectangles are considered \"solid\".\rA Rectangle with no width or no height will never intersect another Rectangle.", @@ -165568,7 +165856,7 @@ "memberof": "Phaser.Geom.Intersects", "longname": "Phaser.Geom.Intersects.RectangleToRectangle", "scope": "static", - "___id": "T000002R017783", + "___id": "T000002R017808", "___s": true }, { @@ -165577,7 +165865,7 @@ "filename": "RectangleToTriangle.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "description": "Checks for intersection between Rectangle shape and Triangle shape.", @@ -165629,7 +165917,7 @@ "memberof": "Phaser.Geom.Intersects", "longname": "Phaser.Geom.Intersects.RectangleToTriangle", "scope": "static", - "___id": "T000002R017790", + "___id": "T000002R017815", "___s": true }, { @@ -165638,7 +165926,7 @@ "filename": "RectangleToValues.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "description": "Check if rectangle intersects with values.", @@ -165744,7 +166032,7 @@ "memberof": "Phaser.Geom.Intersects", "longname": "Phaser.Geom.Intersects.RectangleToValues", "scope": "static", - "___id": "T000002R017802", + "___id": "T000002R017827", "___s": true }, { @@ -165753,7 +166041,7 @@ "filename": "TriangleToCircle.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "description": "Checks if a Triangle and a Circle intersect.\r\rA Circle intersects a Triangle if its center is located within it or if any of the Triangle's sides intersect the Circle. As such, the Triangle and the Circle are considered \"solid\" for the intersection.", @@ -165805,7 +166093,7 @@ "memberof": "Phaser.Geom.Intersects", "longname": "Phaser.Geom.Intersects.TriangleToCircle", "scope": "static", - "___id": "T000002R017808", + "___id": "T000002R017833", "___s": true }, { @@ -165814,7 +166102,7 @@ "filename": "TriangleToLine.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "description": "Checks if a Triangle and a Line intersect.\r\rThe Line intersects the Triangle if it starts inside of it, ends inside of it, or crosses any of the Triangle's sides. Thus, the Triangle is considered \"solid\".", @@ -165866,7 +166154,7 @@ "memberof": "Phaser.Geom.Intersects", "longname": "Phaser.Geom.Intersects.TriangleToLine", "scope": "static", - "___id": "T000002R017812", + "___id": "T000002R017837", "___s": true }, { @@ -165875,7 +166163,7 @@ "filename": "TriangleToTriangle.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\intersects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\intersects", "code": {} }, "description": "Checks if two Triangles intersect.\r\rA Triangle intersects another Triangle if any pair of their lines intersects or if any point of one Triangle is within the other Triangle. Thus, the Triangles are considered \"solid\".", @@ -165927,7 +166215,7 @@ "memberof": "Phaser.Geom.Intersects", "longname": "Phaser.Geom.Intersects.TriangleToTriangle", "scope": "static", - "___id": "T000002R017818", + "___id": "T000002R017843", "___s": true }, { @@ -165936,7 +166224,7 @@ "filename": "Angle.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Calculate the angle of the line in radians.", @@ -165975,7 +166263,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.Angle", "scope": "static", - "___id": "T000002R017831", + "___id": "T000002R017856", "___s": true }, { @@ -165984,7 +166272,7 @@ "filename": "BresenhamPoints.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Using Bresenham's line algorithm this will return an array of all coordinates on this line.\r\rThe `start` and `end` points are rounded before this runs as the algorithm works on integers.", @@ -166070,7 +166358,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.BresenhamPoints", "scope": "static", - "___id": "T000002R017834", + "___id": "T000002R017859", "___s": true }, { @@ -166079,7 +166367,7 @@ "filename": "CenterOn.js", "lineno": 8, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Center a line on the given coordinates.", @@ -166144,7 +166432,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.CenterOn", "scope": "static", - "___id": "T000002R017858", + "___id": "T000002R017883", "___s": true }, { @@ -166153,7 +166441,7 @@ "filename": "Clone.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Clone the given line.", @@ -166192,7 +166480,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.Clone", "scope": "static", - "___id": "T000002R017868", + "___id": "T000002R017893", "___s": true }, { @@ -166201,7 +166489,7 @@ "filename": "CopyFrom.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Copy the values of one line to a destination line.", @@ -166261,7 +166549,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.CopyFrom", "scope": "static", - "___id": "T000002R017871", + "___id": "T000002R017896", "___s": true }, { @@ -166270,7 +166558,7 @@ "filename": "Equals.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Compare two lines for strict equality.", @@ -166322,7 +166610,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.Equals", "scope": "static", - "___id": "T000002R017874", + "___id": "T000002R017899", "___s": true }, { @@ -166331,7 +166619,7 @@ "filename": "Extend.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Extends the start and end points of a Line by the given amounts.\r\rThe amounts can be positive or negative. Positive points will increase the length of the line,\rwhile negative ones will decrease it.\r\rIf no `right` value is provided it will extend the length of the line equally in both directions.\r\rPass a value of zero to leave the start or end point unchanged.", @@ -166397,7 +166685,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.Extend", "scope": "static", - "___id": "T000002R017878", + "___id": "T000002R017903", "___s": true }, { @@ -166406,7 +166694,7 @@ "filename": "GetEasedPoints.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Returns an array of `quantity` Points where each point is taken from the given Line,\rspaced out according to the ease function specified.\r\r```javascript\rconst line = new Phaser.Geom.Line(100, 300, 700, 300);\rconst points = Phaser.Geom.Line.GetEasedPoints(line, 'sine.out', 32)\r```\r\rIn the above example, the `points` array will contain 32 points spread-out across\rthe length of `line`, where the position of each point is determined by the `Sine.out`\rease function.\r\rYou can optionally provide a collinear threshold. In this case, the resulting points\rare checked against each other, and if they are `< collinearThreshold` distance apart,\rthey are dropped from the results. This can help avoid lots of clustered points at\rfar ends of the line with tightly-packed eases such as Quartic. Leave the value set\rto zero to skip this check.\r\rNote that if you provide a collinear threshold, the resulting array may not always\rcontain `quantity` points.", @@ -166536,7 +166824,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.GetEasedPoints", "scope": "static", - "___id": "T000002R017892", + "___id": "T000002R017917", "___s": true }, { @@ -166545,7 +166833,7 @@ "filename": "GetMidPoint.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Get the midpoint of the given line.", @@ -166626,7 +166914,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.GetMidPoint", "scope": "static", - "___id": "T000002R017916", + "___id": "T000002R017941", "___s": true }, { @@ -166635,7 +166923,7 @@ "filename": "GetNearestPoint.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Get the nearest point on a line perpendicular to the given point.", @@ -166739,7 +167027,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.GetNearestPoint", "scope": "static", - "___id": "T000002R017923", + "___id": "T000002R017948", "___s": true }, { @@ -166748,7 +167036,7 @@ "filename": "GetNormal.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Calculate the normal of the given line.\r\rThe normal of a line is a vector that points perpendicular from it.", @@ -166829,7 +167117,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.GetNormal", "scope": "static", - "___id": "T000002R017938", + "___id": "T000002R017963", "___s": true }, { @@ -166838,7 +167126,7 @@ "filename": "GetPoint.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Get a point on a line that's a given percentage along its length.", @@ -166932,7 +167220,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.GetPoint", "scope": "static", - "___id": "T000002R017946", + "___id": "T000002R017971", "___s": true }, { @@ -166941,7 +167229,7 @@ "filename": "GetPoints.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Get a number of points along a line's length.\r\rProvide a `quantity` to get an exact number of points along the line.\r\rProvide a `stepRate` to ensure a specific distance between each point on the line. Set `quantity` to `0` when\rproviding a `stepRate`.\r\rSee also `GetEasedPoints` for a way to distribute the points across the line according to an ease type or input function.", @@ -167067,7 +167355,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.GetPoints", "scope": "static", - "___id": "T000002R017954", + "___id": "T000002R017979", "___s": true }, { @@ -167076,7 +167364,7 @@ "filename": "GetShortestDistance.js", "lineno": 8, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Get the shortest distance from a Line to the given Point.", @@ -167138,7 +167426,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.GetShortestDistance", "scope": "static", - "___id": "T000002R017967", + "___id": "T000002R017992", "___s": true }, { @@ -167147,7 +167435,7 @@ "filename": "Height.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Calculate the height of the given line.", @@ -167186,7 +167474,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.Height", "scope": "static", - "___id": "T000002R017976", + "___id": "T000002R018001", "___s": true }, { @@ -167195,7 +167483,7 @@ "filename": "Length.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Calculate the length of the given line.", @@ -167234,7 +167522,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.Length", "scope": "static", - "___id": "T000002R018010", + "___id": "T000002R018035", "___s": true }, { @@ -167243,7 +167531,7 @@ "filename": "Line.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "classdesc": "Defines a Line segment, a part of a line between two endpoints.", @@ -167315,7 +167603,7 @@ ], "scope": "static", "longname": "Phaser.Geom.Line", - "___id": "T000002R018019", + "___id": "T000002R018044", "___s": true }, { @@ -167324,7 +167612,7 @@ "filename": "Line.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "The geometry constant type of this object: `GEOM_CONST.LINE`.\rUsed for fast type comparisons.", @@ -167344,7 +167632,7 @@ "longname": "Phaser.Geom.Line#type", "scope": "instance", "kind": "member", - "___id": "T000002R018026", + "___id": "T000002R018051", "___s": true }, { @@ -167353,7 +167641,7 @@ "filename": "Line.js", "lineno": 50, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "The x coordinate of the lines starting point.", @@ -167372,7 +167660,7 @@ "longname": "Phaser.Geom.Line#x1", "scope": "instance", "kind": "member", - "___id": "T000002R018028", + "___id": "T000002R018053", "___s": true }, { @@ -167381,7 +167669,7 @@ "filename": "Line.js", "lineno": 59, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "The y coordinate of the lines starting point.", @@ -167400,7 +167688,7 @@ "longname": "Phaser.Geom.Line#y1", "scope": "instance", "kind": "member", - "___id": "T000002R018030", + "___id": "T000002R018055", "___s": true }, { @@ -167409,7 +167697,7 @@ "filename": "Line.js", "lineno": 68, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "The x coordinate of the lines ending point.", @@ -167428,7 +167716,7 @@ "longname": "Phaser.Geom.Line#x2", "scope": "instance", "kind": "member", - "___id": "T000002R018032", + "___id": "T000002R018057", "___s": true }, { @@ -167437,7 +167725,7 @@ "filename": "Line.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "The y coordinate of the lines ending point.", @@ -167456,7 +167744,7 @@ "longname": "Phaser.Geom.Line#y2", "scope": "instance", "kind": "member", - "___id": "T000002R018034", + "___id": "T000002R018059", "___s": true }, { @@ -167465,7 +167753,7 @@ "filename": "Line.js", "lineno": 87, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Get a point on a line that's a given percentage along its length.", @@ -167546,7 +167834,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line#getPoint", "scope": "instance", - "___id": "T000002R018036", + "___id": "T000002R018061", "___s": true }, { @@ -167555,7 +167843,7 @@ "filename": "Line.js", "lineno": 105, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Get a number of points along a line's length.\r\rProvide a `quantity` to get an exact number of points along the line.\r\rProvide a `stepRate` to ensure a specific distance between each point on the line. Set `quantity` to `0` when\rproviding a `stepRate`.", @@ -167668,7 +167956,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line#getPoints", "scope": "instance", - "___id": "T000002R018038", + "___id": "T000002R018063", "___s": true }, { @@ -167677,7 +167965,7 @@ "filename": "Line.js", "lineno": 129, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Get a random Point on the Line.", @@ -167735,7 +168023,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line#getRandomPoint", "scope": "instance", - "___id": "T000002R018040", + "___id": "T000002R018065", "___s": true }, { @@ -167744,7 +168032,7 @@ "filename": "Line.js", "lineno": 146, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Set new coordinates for the line endpoints.", @@ -167831,7 +168119,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line#setTo", "scope": "instance", - "___id": "T000002R018042", + "___id": "T000002R018067", "___s": true }, { @@ -167840,7 +168128,7 @@ "filename": "Line.js", "lineno": 175, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Sets this Line to match the x/y coordinates of the two given Vector2Like objects.", @@ -167893,7 +168181,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line#setFromObjects", "scope": "instance", - "___id": "T000002R018052", + "___id": "T000002R018077", "___s": true }, { @@ -167902,7 +168190,7 @@ "filename": "Line.js", "lineno": 197, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Returns a Vector2 object that corresponds to the start of this Line.", @@ -167950,7 +168238,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line#getPointA", "scope": "instance", - "___id": "T000002R018058", + "___id": "T000002R018083", "___s": true }, { @@ -167959,7 +168247,7 @@ "filename": "Line.js", "lineno": 218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Returns a Vector2 object that corresponds to the end of this Line.", @@ -168007,7 +168295,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line#getPointB", "scope": "instance", - "___id": "T000002R018061", + "___id": "T000002R018086", "___s": true }, { @@ -168016,7 +168304,7 @@ "filename": "Line.js", "lineno": 239, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "The left position of the Line.", @@ -168035,7 +168323,7 @@ "longname": "Phaser.Geom.Line#left", "scope": "instance", "kind": "member", - "___id": "T000002R018064", + "___id": "T000002R018089", "___s": true }, { @@ -168044,7 +168332,7 @@ "filename": "Line.js", "lineno": 267, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "The right position of the Line.", @@ -168063,7 +168351,7 @@ "longname": "Phaser.Geom.Line#right", "scope": "instance", "kind": "member", - "___id": "T000002R018070", + "___id": "T000002R018095", "___s": true }, { @@ -168072,7 +168360,7 @@ "filename": "Line.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "The top position of the Line.", @@ -168091,7 +168379,7 @@ "longname": "Phaser.Geom.Line#top", "scope": "instance", "kind": "member", - "___id": "T000002R018076", + "___id": "T000002R018101", "___s": true }, { @@ -168100,7 +168388,7 @@ "filename": "Line.js", "lineno": 323, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "The bottom position of the Line.", @@ -168119,7 +168407,7 @@ "longname": "Phaser.Geom.Line#bottom", "scope": "instance", "kind": "member", - "___id": "T000002R018082", + "___id": "T000002R018107", "___s": true }, { @@ -168128,7 +168416,7 @@ "filename": "NormalAngle.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Get the angle of the normal of the given line in radians.", @@ -168167,7 +168455,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.NormalAngle", "scope": "static", - "___id": "T000002R018092", + "___id": "T000002R018117", "___s": true }, { @@ -168176,7 +168464,7 @@ "filename": "NormalX.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Returns the x component of the normal vector of the given line.", @@ -168215,7 +168503,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.NormalX", "scope": "static", - "___id": "T000002R018098", + "___id": "T000002R018123", "___s": true }, { @@ -168224,7 +168512,7 @@ "filename": "NormalY.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "The Y value of the normal of the given line.\rThe normal of a line is a vector that points perpendicular from it.", @@ -168263,7 +168551,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.NormalY", "scope": "static", - "___id": "T000002R018103", + "___id": "T000002R018128", "___s": true }, { @@ -168272,7 +168560,7 @@ "filename": "Offset.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Offset a line by the given amount.", @@ -168345,7 +168633,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.Offset", "scope": "static", - "___id": "T000002R018106", + "___id": "T000002R018131", "___s": true }, { @@ -168354,7 +168642,7 @@ "filename": "PerpSlope.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Calculate the perpendicular slope of the given line.", @@ -168393,7 +168681,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.PerpSlope", "scope": "static", - "___id": "T000002R018113", + "___id": "T000002R018138", "___s": true }, { @@ -168402,7 +168690,7 @@ "filename": "Random.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Returns a random point on a given Line.", @@ -168483,7 +168771,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.Random", "scope": "static", - "___id": "T000002R018117", + "___id": "T000002R018142", "___s": true }, { @@ -168492,7 +168780,7 @@ "filename": "ReflectAngle.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Calculate the reflected angle between two lines.\r\rThis is the outgoing angle based on the angle of Line 1 and the normalAngle of Line 2.", @@ -168544,7 +168832,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.ReflectAngle", "scope": "static", - "___id": "T000002R018126", + "___id": "T000002R018151", "___s": true }, { @@ -168553,7 +168841,7 @@ "filename": "Rotate.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Rotate a line around its midpoint by the given angle in radians.", @@ -168613,7 +168901,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.Rotate", "scope": "static", - "___id": "T000002R018130", + "___id": "T000002R018155", "___s": true }, { @@ -168622,7 +168910,7 @@ "filename": "RotateAroundPoint.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Rotate a line around a point by the given angle in radians.", @@ -168705,7 +168993,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.RotateAroundPoint", "scope": "static", - "___id": "T000002R018136", + "___id": "T000002R018161", "___s": true }, { @@ -168714,7 +169002,7 @@ "filename": "RotateAroundXY.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Rotate a line around the given coordinates by the given angle in radians.", @@ -168800,7 +169088,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.RotateAroundXY", "scope": "static", - "___id": "T000002R018139", + "___id": "T000002R018164", "___s": true }, { @@ -168809,7 +169097,7 @@ "filename": "SetToAngle.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Set a line to a given position, angle and length.", @@ -168908,7 +169196,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.SetToAngle", "scope": "static", - "___id": "T000002R018152", + "___id": "T000002R018177", "___s": true }, { @@ -168917,7 +169205,7 @@ "filename": "Slope.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Calculate the slope of the given line.", @@ -168956,7 +169244,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.Slope", "scope": "static", - "___id": "T000002R018159", + "___id": "T000002R018184", "___s": true }, { @@ -168965,7 +169253,7 @@ "filename": "Width.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\line", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\line", "code": {} }, "description": "Calculate the width of the given line.", @@ -169004,7 +169292,7 @@ "memberof": "Phaser.Geom.Line", "longname": "Phaser.Geom.Line.Width", "scope": "static", - "___id": "T000002R018162", + "___id": "T000002R018187", "___s": true }, { @@ -169013,7 +169301,7 @@ "filename": "Face.js", "lineno": 33, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "classdesc": "A Face Geometry Object.\r\rA Face is used by the Mesh Game Object. A Mesh consists of one, or more, faces that are\rused to render the Mesh Game Objects in WebGL.\r\rA Face consists of 3 Vertex instances, for the 3 corners of the face and methods to help\ryou modify and test them.", @@ -169064,7 +169352,7 @@ ], "scope": "static", "longname": "Phaser.Geom.Mesh.Face", - "___id": "T000002R018172", + "___id": "T000002R018197", "___s": true }, { @@ -169073,7 +169361,7 @@ "filename": "Face.js", "lineno": 58, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "The first vertex in this Face.", @@ -169092,7 +169380,7 @@ "longname": "Phaser.Geom.Mesh.Face#vertex1", "scope": "instance", "kind": "member", - "___id": "T000002R018175", + "___id": "T000002R018200", "___s": true }, { @@ -169101,7 +169389,7 @@ "filename": "Face.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "The second vertex in this Face.", @@ -169120,7 +169408,7 @@ "longname": "Phaser.Geom.Mesh.Face#vertex2", "scope": "instance", "kind": "member", - "___id": "T000002R018177", + "___id": "T000002R018202", "___s": true }, { @@ -169129,7 +169417,7 @@ "filename": "Face.js", "lineno": 76, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "The third vertex in this Face.", @@ -169148,7 +169436,7 @@ "longname": "Phaser.Geom.Mesh.Face#vertex3", "scope": "instance", "kind": "member", - "___id": "T000002R018179", + "___id": "T000002R018204", "___s": true }, { @@ -169157,7 +169445,7 @@ "filename": "Face.js", "lineno": 85, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "The bounds of this Face.\r\rBe sure to call the `Face.updateBounds` method _before_ using this property.", @@ -169176,7 +169464,7 @@ "longname": "Phaser.Geom.Mesh.Face#bounds", "scope": "instance", "kind": "member", - "___id": "T000002R018181", + "___id": "T000002R018206", "___s": true }, { @@ -169185,7 +169473,7 @@ "filename": "Face.js", "lineno": 107, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "Calculates and returns the in-center position of this Face.", @@ -169226,7 +169514,7 @@ "memberof": "Phaser.Geom.Mesh.Face", "longname": "Phaser.Geom.Mesh.Face#getInCenter", "scope": "instance", - "___id": "T000002R018185", + "___id": "T000002R018210", "___s": true }, { @@ -169235,7 +169523,7 @@ "filename": "Face.js", "lineno": 169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "Checks if the given coordinates are within this Face.\r\rYou can optionally provide a transform matrix. If given, the Face vertices\rwill be transformed first, before being checked against the coordinates.", @@ -169301,7 +169589,7 @@ "memberof": "Phaser.Geom.Mesh.Face", "longname": "Phaser.Geom.Mesh.Face#contains", "scope": "instance", - "___id": "T000002R018213", + "___id": "T000002R018238", "___s": true }, { @@ -169310,7 +169598,7 @@ "filename": "Face.js", "lineno": 242, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "Checks if the vertices in this Face are orientated counter-clockwise, or not.\r\rIt checks the transformed position of the vertices, not the local one.", @@ -169349,7 +169637,7 @@ "memberof": "Phaser.Geom.Mesh.Face", "longname": "Phaser.Geom.Mesh.Face#isCounterClockwise", "scope": "instance", - "___id": "T000002R018251", + "___id": "T000002R018276", "___s": true }, { @@ -169358,7 +169646,7 @@ "filename": "Face.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "Loads the data from this Vertex into the given Typed Arrays.", @@ -169449,7 +169737,7 @@ "memberof": "Phaser.Geom.Mesh.Face", "longname": "Phaser.Geom.Mesh.Face#load", "scope": "instance", - "___id": "T000002R018257", + "___id": "T000002R018282", "___s": true }, { @@ -169458,7 +169746,7 @@ "filename": "Face.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "Transforms all Face vertices by the given matrix, storing the results in their `vx`, `vy` and `vz` properties.", @@ -169537,7 +169825,7 @@ "memberof": "Phaser.Geom.Mesh.Face", "longname": "Phaser.Geom.Mesh.Face#transformCoordinatesLocal", "scope": "instance", - "___id": "T000002R018262", + "___id": "T000002R018287", "___s": true }, { @@ -169546,7 +169834,7 @@ "filename": "Face.js", "lineno": 310, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "Updates the bounds of this Face, based on the translated values of the vertices.\r\rCall this method prior to accessing the `Face.bounds` property.", @@ -169571,7 +169859,7 @@ "memberof": "Phaser.Geom.Mesh.Face", "longname": "Phaser.Geom.Mesh.Face#updateBounds", "scope": "instance", - "___id": "T000002R018264", + "___id": "T000002R018289", "___s": true }, { @@ -169580,7 +169868,7 @@ "filename": "Face.js", "lineno": 336, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "Checks if this Face is within the view of the given Camera.\r\rThis method is called in the `MeshWebGLRenderer` function. It performs the following tasks:\r\rFirst, the `Vertex.update` method is called on each of the vertices. This populates them\rwith the new translated values, updating their `tx`, `ty` and `ta` properties.\r\rThen it tests to see if this face is visible due to the alpha values, if not, it returns.\r\rAfter this, if `hideCCW` is set, it calls `isCounterClockwise` and returns if not.\r\rFinally, it will update the `Face.bounds` based on the newly translated vertex values\rand return the results of an intersection test between the bounds and the camera world view\rrectangle.", @@ -169749,7 +170037,7 @@ "memberof": "Phaser.Geom.Mesh.Face", "longname": "Phaser.Geom.Mesh.Face#isInView", "scope": "instance", - "___id": "T000002R018274", + "___id": "T000002R018299", "___s": true }, { @@ -169758,7 +170046,7 @@ "filename": "Face.js", "lineno": 408, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "Translates the original UV positions of each vertex by the given amounts.\r\rThe original properties `Vertex.u` and `Vertex.v`\rremain unchanged, only the translated properties\r`Vertex.tu` and `Vertex.tv`, as used in rendering,\rare updated.", @@ -169811,7 +170099,7 @@ "memberof": "Phaser.Geom.Mesh.Face", "longname": "Phaser.Geom.Mesh.Face#scrollUV", "scope": "instance", - "___id": "T000002R018286", + "___id": "T000002R018311", "___s": true }, { @@ -169820,7 +170108,7 @@ "filename": "Face.js", "lineno": 433, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "Scales the original UV values of each vertex by the given amounts.\r\rThe original properties `Vertex.u` and `Vertex.v`\rremain unchanged, only the translated properties\r`Vertex.tu` and `Vertex.tv`, as used in rendering,\rare updated.", @@ -169873,7 +170161,7 @@ "memberof": "Phaser.Geom.Mesh.Face", "longname": "Phaser.Geom.Mesh.Face#scaleUV", "scope": "instance", - "___id": "T000002R018288", + "___id": "T000002R018313", "___s": true }, { @@ -169882,7 +170170,7 @@ "filename": "Face.js", "lineno": 458, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "Sets the color value for each Vertex in this Face.", @@ -169922,7 +170210,7 @@ "memberof": "Phaser.Geom.Mesh.Face", "longname": "Phaser.Geom.Mesh.Face#setColor", "scope": "instance", - "___id": "T000002R018290", + "___id": "T000002R018315", "___s": true }, { @@ -169931,7 +170219,7 @@ "filename": "Face.js", "lineno": 477, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "Calls the `Vertex.update` method on each of the vertices. This populates them\rwith the new translated values, updating their `tx`, `ty` and `ta` properties.", @@ -170062,7 +170350,7 @@ "memberof": "Phaser.Geom.Mesh.Face", "longname": "Phaser.Geom.Mesh.Face#update", "scope": "instance", - "___id": "T000002R018295", + "___id": "T000002R018320", "___s": true }, { @@ -170071,7 +170359,7 @@ "filename": "Face.js", "lineno": 504, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "Translates the vertices of this Face by the given amounts.\r\rThe actual vertex positions are adjusted, not their transformed position.\r\rTherefore, this updates the vertex data directly.", @@ -170126,7 +170414,7 @@ "memberof": "Phaser.Geom.Mesh.Face", "longname": "Phaser.Geom.Mesh.Face#translate", "scope": "instance", - "___id": "T000002R018297", + "___id": "T000002R018322", "___s": true }, { @@ -170135,7 +170423,7 @@ "filename": "Face.js", "lineno": 539, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "The x coordinate of this Face, based on the in center position of the Face.", @@ -170154,7 +170442,7 @@ "longname": "Phaser.Geom.Mesh.Face#x", "scope": "instance", "kind": "member", - "___id": "T000002R018309", + "___id": "T000002R018334", "___s": true }, { @@ -170163,7 +170451,7 @@ "filename": "Face.js", "lineno": 562, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "The y coordinate of this Face, based on the in center position of the Face.", @@ -170182,7 +170470,7 @@ "longname": "Phaser.Geom.Mesh.Face#y", "scope": "instance", "kind": "member", - "___id": "T000002R018314", + "___id": "T000002R018339", "___s": true }, { @@ -170191,7 +170479,7 @@ "filename": "Face.js", "lineno": 585, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "Set the alpha value of this Face.\r\rEach vertex is given the same value. If you need to adjust the alpha on a per-vertex basis\rthen use the `Vertex.alpha` property instead.\r\rWhen getting the alpha of this Face, it will return an average of the alpha\rcomponent of all three vertices.", @@ -170210,7 +170498,7 @@ "longname": "Phaser.Geom.Mesh.Face#alpha", "scope": "instance", "kind": "member", - "___id": "T000002R018319", + "___id": "T000002R018344", "___s": true }, { @@ -170219,7 +170507,7 @@ "filename": "Face.js", "lineno": 618, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "The depth of this Face, which is an average of the z component of all three vertices.\r\rThe depth is calculated based on the transformed z value, not the local one.", @@ -170239,7 +170527,7 @@ "longname": "Phaser.Geom.Mesh.Face#depth", "scope": "instance", "kind": "member", - "___id": "T000002R018329", + "___id": "T000002R018354", "___s": true }, { @@ -170248,7 +170536,7 @@ "filename": "Face.js", "lineno": 641, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "Destroys this Face and nulls the references to the vertices.", @@ -170258,7 +170546,7 @@ "memberof": "Phaser.Geom.Mesh.Face", "longname": "Phaser.Geom.Mesh.Face#destroy", "scope": "instance", - "___id": "T000002R018335", + "___id": "T000002R018360", "___s": true }, { @@ -170267,7 +170555,7 @@ "filename": "GenerateGridVerts.js", "lineno": 17, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "Creates a grid of vertices based on the given configuration object and optionally adds it to a Mesh.\r\rThe size of the grid is given in pixels. An example configuration may be:\r\r`{ width: 256, height: 256, widthSegments: 2, heightSegments: 2, tile: true }`\r\rThis will create a grid 256 x 256 pixels in size, split into 2 x 2 segments, with\rthe texture tiling across the cells.\r\rYou can split the grid into segments both vertically and horizontally. This will\rgenerate two faces per grid segment as a result.\r\rThe `tile` parameter allows you to control if the tile will repeat across the grid\rsegments, or be displayed in full.\r\rIf adding this grid to a Mesh you can offset the grid via the `x` and `y` properties.\r\rUV coordinates are generated based on the given texture and frame in the config. For\rexample, no frame is given, the UVs will be in the range 0 to 1. If a frame is given,\rsuch as from a texture atlas, the UVs will be generated within the range of that frame.", @@ -170306,7 +170594,7 @@ "memberof": "Phaser.Geom.Mesh", "longname": "Phaser.Geom.Mesh.GenerateGridVerts", "scope": "static", - "___id": "T000002R018349", + "___id": "T000002R018374", "___s": true }, { @@ -170315,7 +170603,7 @@ "filename": "GenerateObjVerts.js", "lineno": 16, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "This method will return an object containing Face and Vertex instances, generated\rfrom the parsed triangulated OBJ Model data given to this function.\r\rThe obj data should have been parsed in advance via the ParseObj function:\r\r```javascript\rvar data = Phaser.Geom.Mesh.ParseObj(rawData, flipUV);\r\rvar results = GenerateObjVerts(data);\r```\r\rAlternatively, you can parse obj files loaded via the OBJFile loader:\r\r```javascript\rpreload ()\r{\r this.load.obj('alien', 'assets/3d/alien.obj);\r}\r\rvar results = GenerateObjVerts(this.cache.obj.get('alien));\r```\r\rMake sure your 3D package has triangulated the model data prior to exporting it.\r\rYou can use the data returned by this function to populate the vertices of a Mesh Game Object.\r\rYou may add multiple models to a single Mesh, although they will act as one when\rmoved or rotated. You can scale the model data, should it be too small (or large) to visualize.\rYou can also offset the model via the `x`, `y` and `z` parameters.", @@ -170488,7 +170776,7 @@ "memberof": "Phaser.Geom.Mesh", "longname": "Phaser.Geom.Mesh.GenerateObjVerts", "scope": "static", - "___id": "T000002R018441", + "___id": "T000002R018466", "___s": true }, { @@ -170497,7 +170785,7 @@ "filename": "GenerateVerts.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "Generates a set of Face and Vertex objects by parsing the given data.\r\rThis method will take vertex data in one of two formats, based on the `containsZ` parameter.\r\rIf your vertex data are `x`, `y` pairs, then `containsZ` should be `false` (this is the default)\r\rIf your vertex data is groups of `x`, `y` and `z` values, then the `containsZ` parameter must be true.\r\rThe `uvs` parameter is a numeric array consisting of `u` and `v` pairs.\r\rThe `normals` parameter is a numeric array consisting of `x`, `y` vertex normal values and, if `containsZ` is true, `z` values as well.\r\rThe `indicies` parameter is an optional array that, if given, is an indexed list of vertices to be added.\r\rThe `colors` parameter is an optional array, or single value, that if given sets the color of each vertex created.\r\rThe `alphas` parameter is an optional array, or single value, that if given sets the alpha of each vertex created.\r\rWhen providing indexed data it is assumed that _all_ of the arrays are indexed, not just the vertices.\r\rThe following example will create a 256 x 256 sized quad using an index array:\r\r```javascript\rconst vertices = [\r -128, 128,\r 128, 128,\r -128, -128,\r 128, -128\r];\r\rconst uvs = [\r 0, 1,\r 1, 1,\r 0, 0,\r 1, 0\r];\r\rconst indices = [ 0, 2, 1, 2, 3, 1 ];\r\rGenerateVerts(vertices, uvs, indicies);\r```\r\rIf the data is not indexed, it's assumed that the arrays all contain sequential data.", @@ -170711,7 +170999,7 @@ "memberof": "Phaser.Geom.Mesh", "longname": "Phaser.Geom.Mesh.GenerateVerts", "scope": "static", - "___id": "T000002R018490", + "___id": "T000002R018515", "___s": true }, { @@ -170720,7 +171008,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "kind": "namespace", @@ -170728,7 +171016,7 @@ "memberof": "Phaser.Geom", "longname": "Phaser.Geom.Mesh", "scope": "static", - "___id": "T000002R018555", + "___id": "T000002R018580", "___s": true }, { @@ -170737,7 +171025,7 @@ "filename": "ParseObj.js", "lineno": 226, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "Parses a Wavefront OBJ File, extracting the models from it and returning them in an array.\r\rThe model data *must* be triangulated for a Mesh Game Object to be able to render it.", @@ -170791,7 +171079,7 @@ "memberof": "Phaser.Geom.Mesh", "longname": "Phaser.Geom.Mesh.ParseObj", "scope": "static", - "___id": "T000002R018643", + "___id": "T000002R018668", "___s": true }, { @@ -170800,7 +171088,7 @@ "filename": "ParseObjMaterial.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "Takes a Wavefront Material file and extracts the diffuse reflectivity of the named\rmaterials, converts them to integer color values and returns them.\r\rThis is used internally by the `addOBJ` and `addModel` methods, but is exposed for\rpublic consumption as well.\r\rNote this only works with diffuse values, specified in the `Kd r g b` format, where\r`g` and `b` are optional, but `r` is required. It does not support spectral rfl files,\ror any other material statement (such as `Ka` or `Ks`)", @@ -170839,7 +171127,7 @@ "memberof": "Phaser.Geom.Mesh", "longname": "Phaser.Geom.Mesh.ParseObjMaterial", "scope": "static", - "___id": "T000002R018659", + "___id": "T000002R018684", "___s": true }, { @@ -170848,7 +171136,7 @@ "filename": "RotateFace.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "Rotates the vertices of a Face to the given angle.\r\rThe actual vertex positions are adjusted, not their transformed positions.\r\rTherefore, this updates the vertex data directly.", @@ -170914,7 +171202,7 @@ "memberof": "Phaser.Geom.Mesh", "longname": "Phaser.Geom.Mesh.RotateFace", "scope": "static", - "___id": "T000002R018673", + "___id": "T000002R018698", "___s": true }, { @@ -170923,7 +171211,7 @@ "filename": "GenerateGridConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh\\typedefs", "code": {} }, "kind": "typedef", @@ -171207,7 +171495,7 @@ "memberof": "Phaser.Types.Geom.Mesh", "longname": "Phaser.Types.Geom.Mesh.GenerateGridConfig", "scope": "static", - "___id": "T000002R018692", + "___id": "T000002R018717", "___s": true }, { @@ -171216,7 +171504,7 @@ "filename": "GenerateGridVertsResult.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh\\typedefs", "code": {} }, "kind": "typedef", @@ -171370,7 +171658,7 @@ "memberof": "Phaser.Types.Geom.Mesh", "longname": "Phaser.Types.Geom.Mesh.GenerateGridVertsResult", "scope": "static", - "___id": "T000002R018693", + "___id": "T000002R018718", "___s": true }, { @@ -171379,7 +171667,7 @@ "filename": "GenerateVertsResult.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh\\typedefs", "code": {} }, "kind": "typedef", @@ -171443,7 +171731,7 @@ "memberof": "Phaser.Types.Geom.Mesh", "longname": "Phaser.Types.Geom.Mesh.GenerateVertsResult", "scope": "static", - "___id": "T000002R018694", + "___id": "T000002R018719", "___s": true }, { @@ -171452,7 +171740,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh\\typedefs", "code": {} }, "kind": "namespace", @@ -171460,7 +171748,7 @@ "memberof": "Phaser.Types.Geom", "longname": "Phaser.Types.Geom.Mesh", "scope": "static", - "___id": "T000002R018695", + "___id": "T000002R018720", "___s": true }, { @@ -171469,7 +171757,7 @@ "filename": "OBJData.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh\\typedefs", "code": {} }, "kind": "typedef", @@ -171546,7 +171834,7 @@ "memberof": "Phaser.Types.Geom.Mesh", "longname": "Phaser.Types.Geom.Mesh.OBJData", "scope": "static", - "___id": "T000002R018696", + "___id": "T000002R018721", "___s": true }, { @@ -171555,7 +171843,7 @@ "filename": "OBJFace.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh\\typedefs", "code": {} }, "kind": "typedef", @@ -171623,7 +171911,7 @@ "memberof": "Phaser.Types.Geom.Mesh", "longname": "Phaser.Types.Geom.Mesh.OBJFace", "scope": "static", - "___id": "T000002R018697", + "___id": "T000002R018722", "___s": true }, { @@ -171632,7 +171920,7 @@ "filename": "OBJFaceVertice.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh\\typedefs", "code": {} }, "kind": "typedef", @@ -171691,7 +171979,7 @@ "memberof": "Phaser.Types.Geom.Mesh", "longname": "Phaser.Types.Geom.Mesh.OBJFaceVertice", "scope": "static", - "___id": "T000002R018698", + "___id": "T000002R018723", "___s": true }, { @@ -171700,7 +171988,7 @@ "filename": "OBJModel.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh\\typedefs", "code": {} }, "kind": "typedef", @@ -171821,7 +172109,7 @@ "memberof": "Phaser.Types.Geom.Mesh", "longname": "Phaser.Types.Geom.Mesh.OBJModel", "scope": "static", - "___id": "T000002R018699", + "___id": "T000002R018724", "___s": true }, { @@ -171830,7 +172118,7 @@ "filename": "UV.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh\\typedefs", "code": {} }, "kind": "typedef", @@ -171889,7 +172177,7 @@ "memberof": "Phaser.Types.Geom.Mesh", "longname": "Phaser.Types.Geom.Mesh.UV", "scope": "static", - "___id": "T000002R018700", + "___id": "T000002R018725", "___s": true }, { @@ -171898,7 +172186,7 @@ "filename": "Vertex.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "classdesc": "A Vertex Geometry Object.\r\rThis class consists of all the information required for a single vertex within a Face Geometry Object.\r\rFaces, and thus Vertex objects, are used by the Mesh Game Object in order to render objects in WebGL.", @@ -172053,7 +172341,7 @@ ], "scope": "static", "longname": "Phaser.Geom.Mesh.Vertex", - "___id": "T000002R018704", + "___id": "T000002R018729", "___s": true }, { @@ -172062,7 +172350,7 @@ "filename": "Vertex.js", "lineno": 52, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "The projected x coordinate of this vertex.", @@ -172081,7 +172369,7 @@ "longname": "Phaser.Geom.Mesh.Vertex#vx", "scope": "instance", "kind": "member", - "___id": "T000002R018713", + "___id": "T000002R018738", "___s": true }, { @@ -172090,7 +172378,7 @@ "filename": "Vertex.js", "lineno": 61, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "The projected y coordinate of this vertex.", @@ -172109,7 +172397,7 @@ "longname": "Phaser.Geom.Mesh.Vertex#vy", "scope": "instance", "kind": "member", - "___id": "T000002R018715", + "___id": "T000002R018740", "___s": true }, { @@ -172118,7 +172406,7 @@ "filename": "Vertex.js", "lineno": 70, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "The projected z coordinate of this vertex.", @@ -172137,7 +172425,7 @@ "longname": "Phaser.Geom.Mesh.Vertex#vz", "scope": "instance", "kind": "member", - "___id": "T000002R018717", + "___id": "T000002R018742", "___s": true }, { @@ -172146,7 +172434,7 @@ "filename": "Vertex.js", "lineno": 79, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "The normalized projected x coordinate of this vertex.", @@ -172165,7 +172453,7 @@ "longname": "Phaser.Geom.Mesh.Vertex#nx", "scope": "instance", "kind": "member", - "___id": "T000002R018719", + "___id": "T000002R018744", "___s": true }, { @@ -172174,7 +172462,7 @@ "filename": "Vertex.js", "lineno": 88, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "The normalized projected y coordinate of this vertex.", @@ -172193,7 +172481,7 @@ "longname": "Phaser.Geom.Mesh.Vertex#ny", "scope": "instance", "kind": "member", - "___id": "T000002R018721", + "___id": "T000002R018746", "___s": true }, { @@ -172202,7 +172490,7 @@ "filename": "Vertex.js", "lineno": 97, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "The normalized projected z coordinate of this vertex.", @@ -172221,7 +172509,7 @@ "longname": "Phaser.Geom.Mesh.Vertex#nz", "scope": "instance", "kind": "member", - "___id": "T000002R018723", + "___id": "T000002R018748", "___s": true }, { @@ -172230,7 +172518,7 @@ "filename": "Vertex.js", "lineno": 106, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "UV u coordinate of this vertex.", @@ -172249,7 +172537,7 @@ "longname": "Phaser.Geom.Mesh.Vertex#u", "scope": "instance", "kind": "member", - "___id": "T000002R018725", + "___id": "T000002R018750", "___s": true }, { @@ -172258,7 +172546,7 @@ "filename": "Vertex.js", "lineno": 115, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "UV v coordinate of this vertex.", @@ -172277,7 +172565,7 @@ "longname": "Phaser.Geom.Mesh.Vertex#v", "scope": "instance", "kind": "member", - "___id": "T000002R018727", + "___id": "T000002R018752", "___s": true }, { @@ -172286,7 +172574,7 @@ "filename": "Vertex.js", "lineno": 124, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "The color value of this vertex.", @@ -172305,7 +172593,7 @@ "longname": "Phaser.Geom.Mesh.Vertex#color", "scope": "instance", "kind": "member", - "___id": "T000002R018729", + "___id": "T000002R018754", "___s": true }, { @@ -172314,7 +172602,7 @@ "filename": "Vertex.js", "lineno": 133, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "The alpha value of this vertex.", @@ -172333,7 +172621,7 @@ "longname": "Phaser.Geom.Mesh.Vertex#alpha", "scope": "instance", "kind": "member", - "___id": "T000002R018731", + "___id": "T000002R018756", "___s": true }, { @@ -172342,7 +172630,7 @@ "filename": "Vertex.js", "lineno": 142, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "The translated x coordinate of this vertex.", @@ -172361,7 +172649,7 @@ "longname": "Phaser.Geom.Mesh.Vertex#tx", "scope": "instance", "kind": "member", - "___id": "T000002R018733", + "___id": "T000002R018758", "___s": true }, { @@ -172370,7 +172658,7 @@ "filename": "Vertex.js", "lineno": 151, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "The translated y coordinate of this vertex.", @@ -172389,7 +172677,7 @@ "longname": "Phaser.Geom.Mesh.Vertex#ty", "scope": "instance", "kind": "member", - "___id": "T000002R018735", + "___id": "T000002R018760", "___s": true }, { @@ -172398,7 +172686,7 @@ "filename": "Vertex.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "The translated alpha value of this vertex.", @@ -172417,7 +172705,7 @@ "longname": "Phaser.Geom.Mesh.Vertex#ta", "scope": "instance", "kind": "member", - "___id": "T000002R018737", + "___id": "T000002R018762", "___s": true }, { @@ -172426,7 +172714,7 @@ "filename": "Vertex.js", "lineno": 169, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "The translated uv u coordinate of this vertex.", @@ -172445,7 +172733,7 @@ "longname": "Phaser.Geom.Mesh.Vertex#tu", "scope": "instance", "kind": "member", - "___id": "T000002R018739", + "___id": "T000002R018764", "___s": true }, { @@ -172454,7 +172742,7 @@ "filename": "Vertex.js", "lineno": 178, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "The translated uv v coordinate of this vertex.", @@ -172473,7 +172761,7 @@ "longname": "Phaser.Geom.Mesh.Vertex#tv", "scope": "instance", "kind": "member", - "___id": "T000002R018741", + "___id": "T000002R018766", "___s": true }, { @@ -172482,7 +172770,7 @@ "filename": "Vertex.js", "lineno": 188, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "Sets the U and V properties.\r\rAlso resets the translated uv properties, undoing any scale\ror shift they may have had.", @@ -172535,7 +172823,7 @@ "memberof": "Phaser.Geom.Mesh.Vertex", "longname": "Phaser.Geom.Mesh.Vertex#setUVs", "scope": "instance", - "___id": "T000002R018743", + "___id": "T000002R018768", "___s": true }, { @@ -172544,7 +172832,7 @@ "filename": "Vertex.js", "lineno": 213, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "Translates the original UV positions by the given amounts.\r\rThe original properties `Vertex.u` and `Vertex.v`\rremain unchanged, only the translated properties\r`Vertex.tu` and `Vertex.tv`, as used in rendering,\rare updated.", @@ -172597,7 +172885,7 @@ "memberof": "Phaser.Geom.Mesh.Vertex", "longname": "Phaser.Geom.Mesh.Vertex#scrollUV", "scope": "instance", - "___id": "T000002R018749", + "___id": "T000002R018774", "___s": true }, { @@ -172606,7 +172894,7 @@ "filename": "Vertex.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "Scales the original UV values by the given amounts.\r\rThe original properties `Vertex.u` and `Vertex.v`\rremain unchanged, only the translated properties\r`Vertex.tu` and `Vertex.tv`, as used in rendering,\rare updated.", @@ -172659,7 +172947,7 @@ "memberof": "Phaser.Geom.Mesh.Vertex", "longname": "Phaser.Geom.Mesh.Vertex#scaleUV", "scope": "instance", - "___id": "T000002R018753", + "___id": "T000002R018778", "___s": true }, { @@ -172668,7 +172956,7 @@ "filename": "Vertex.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "Transforms this vertex by the given matrix, storing the results in `vx`, `vy` and `vz`.", @@ -172732,7 +173020,7 @@ "memberof": "Phaser.Geom.Mesh.Vertex", "longname": "Phaser.Geom.Mesh.Vertex#transformCoordinatesLocal", "scope": "instance", - "___id": "T000002R018757", + "___id": "T000002R018782", "___s": true }, { @@ -172741,7 +173029,7 @@ "filename": "Vertex.js", "lineno": 298, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "Resizes this Vertex by setting the x and y coordinates, then transforms this vertex\rby an identity matrix and dimensions, storing the results in `vx`, `vy` and `vz`.", @@ -172846,7 +173134,7 @@ "memberof": "Phaser.Geom.Mesh.Vertex", "longname": "Phaser.Geom.Mesh.Vertex#resize", "scope": "instance", - "___id": "T000002R018771", + "___id": "T000002R018796", "___s": true }, { @@ -172855,7 +173143,7 @@ "filename": "Vertex.js", "lineno": 344, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "Updates this Vertex based on the given transform.", @@ -172986,7 +173274,7 @@ "memberof": "Phaser.Geom.Mesh.Vertex", "longname": "Phaser.Geom.Mesh.Vertex#update", "scope": "instance", - "___id": "T000002R018782", + "___id": "T000002R018807", "___s": true }, { @@ -172995,7 +173283,7 @@ "filename": "Vertex.js", "lineno": 379, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\mesh", "code": {} }, "description": "Loads the data from this Vertex into the given Typed Arrays.", @@ -173086,7 +173374,7 @@ "memberof": "Phaser.Geom.Mesh.Vertex", "longname": "Phaser.Geom.Mesh.Vertex#load", "scope": "instance", - "___id": "T000002R018791", + "___id": "T000002R018816", "___s": true }, { @@ -173095,7 +173383,7 @@ "filename": "Ceil.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\point", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\point", "code": {} }, "description": "Apply `Math.ceil()` to each coordinate of the given Point.", @@ -173142,7 +173430,7 @@ "memberof": "Phaser.Geom.Point", "longname": "Phaser.Geom.Point.Ceil", "scope": "static", - "___id": "T000002R018801", + "___id": "T000002R018826", "___s": true }, { @@ -173151,7 +173439,7 @@ "filename": "Clone.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\point", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\point", "code": {} }, "description": "Clone the given Point.", @@ -173190,7 +173478,7 @@ "memberof": "Phaser.Geom.Point", "longname": "Phaser.Geom.Point.Clone", "scope": "static", - "___id": "T000002R018805", + "___id": "T000002R018830", "___s": true }, { @@ -173199,7 +173487,7 @@ "filename": "CopyFrom.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\point", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\point", "code": {} }, "description": "Copy the values of one Point to a destination Point.", @@ -173259,7 +173547,7 @@ "memberof": "Phaser.Geom.Point", "longname": "Phaser.Geom.Point.CopyFrom", "scope": "static", - "___id": "T000002R018808", + "___id": "T000002R018833", "___s": true }, { @@ -173268,7 +173556,7 @@ "filename": "Equals.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\point", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\point", "code": {} }, "description": "A comparison of two `Point` objects to see if they are equal.", @@ -173320,7 +173608,7 @@ "memberof": "Phaser.Geom.Point", "longname": "Phaser.Geom.Point.Equals", "scope": "static", - "___id": "T000002R018811", + "___id": "T000002R018836", "___s": true }, { @@ -173329,7 +173617,7 @@ "filename": "Floor.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\point", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\point", "code": {} }, "description": "Apply `Math.ceil()` to each coordinate of the given Point.", @@ -173376,7 +173664,7 @@ "memberof": "Phaser.Geom.Point", "longname": "Phaser.Geom.Point.Floor", "scope": "static", - "___id": "T000002R018814", + "___id": "T000002R018839", "___s": true }, { @@ -173385,7 +173673,7 @@ "filename": "GetCentroid.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\point", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\point", "code": {} }, "description": "Get the centroid or geometric center of a plane figure (the arithmetic mean position of all the points in the figure).\rInformally, it is the point at which a cutout of the shape could be perfectly balanced on the tip of a pin.", @@ -173455,7 +173743,7 @@ "memberof": "Phaser.Geom.Point", "longname": "Phaser.Geom.Point.GetCentroid", "scope": "static", - "___id": "T000002R018818", + "___id": "T000002R018843", "___s": true }, { @@ -173464,7 +173752,7 @@ "filename": "GetMagnitude.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\point", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\point", "code": {} }, "description": "Calculate the magnitude of the point, which equivalent to the length of the line from the origin to this point.", @@ -173503,7 +173791,7 @@ "memberof": "Phaser.Geom.Point", "longname": "Phaser.Geom.Point.GetMagnitude", "scope": "static", - "___id": "T000002R018830", + "___id": "T000002R018855", "___s": true }, { @@ -173512,7 +173800,7 @@ "filename": "GetMagnitudeSq.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\point", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\point", "code": {} }, "description": "Calculates the square of magnitude of given point.(Can be used for fast magnitude calculation of point)", @@ -173551,7 +173839,7 @@ "memberof": "Phaser.Geom.Point", "longname": "Phaser.Geom.Point.GetMagnitudeSq", "scope": "static", - "___id": "T000002R018833", + "___id": "T000002R018858", "___s": true }, { @@ -173560,7 +173848,7 @@ "filename": "GetRectangleFromPoints.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\point", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\point", "code": {} }, "description": "Calculates the Axis Aligned Bounding Box (or aabb) from an array of points.", @@ -173630,7 +173918,7 @@ "memberof": "Phaser.Geom.Point", "longname": "Phaser.Geom.Point.GetRectangleFromPoints", "scope": "static", - "___id": "T000002R018837", + "___id": "T000002R018862", "___s": true }, { @@ -173639,7 +173927,7 @@ "filename": "Interpolate.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\point", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\point", "code": {} }, "description": "Returns the linear interpolation point between the two given points, based on `t`.", @@ -173748,7 +174036,7 @@ "memberof": "Phaser.Geom.Point", "longname": "Phaser.Geom.Point.Interpolate", "scope": "static", - "___id": "T000002R018873", + "___id": "T000002R018898", "___s": true }, { @@ -173757,7 +174045,7 @@ "filename": "Invert.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\point", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\point", "code": {} }, "description": "Swaps the X and the Y coordinate of a point.", @@ -173804,7 +174092,7 @@ "memberof": "Phaser.Geom.Point", "longname": "Phaser.Geom.Point.Invert", "scope": "static", - "___id": "T000002R018880", + "___id": "T000002R018905", "___s": true }, { @@ -173813,7 +174101,7 @@ "filename": "Negative.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\point", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\point", "code": {} }, "description": "Inverts a Point's coordinates.", @@ -173874,7 +174162,7 @@ "memberof": "Phaser.Geom.Point", "longname": "Phaser.Geom.Point.Negative", "scope": "static", - "___id": "T000002R018884", + "___id": "T000002R018909", "___s": true }, { @@ -173883,7 +174171,7 @@ "filename": "Point.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\point", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\point", "code": {} }, "classdesc": "Defines a Point in 2D space, with an x and y component.", @@ -173925,7 +174213,7 @@ ], "scope": "static", "longname": "Phaser.Geom.Point", - "___id": "T000002R018890", + "___id": "T000002R018915", "___s": true }, { @@ -173934,7 +174222,7 @@ "filename": "Point.js", "lineno": 31, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\point", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\point", "code": {} }, "description": "The geometry constant type of this object: `GEOM_CONST.POINT`.\rUsed for fast type comparisons.", @@ -173954,7 +174242,7 @@ "longname": "Phaser.Geom.Point#type", "scope": "instance", "kind": "member", - "___id": "T000002R018895", + "___id": "T000002R018920", "___s": true }, { @@ -173963,7 +174251,7 @@ "filename": "Point.js", "lineno": 42, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\point", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\point", "code": {} }, "description": "The x coordinate of this Point.", @@ -173983,7 +174271,7 @@ "longname": "Phaser.Geom.Point#x", "scope": "instance", "kind": "member", - "___id": "T000002R018897", + "___id": "T000002R018922", "___s": true }, { @@ -173992,7 +174280,7 @@ "filename": "Point.js", "lineno": 52, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\point", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\point", "code": {} }, "description": "The y coordinate of this Point.", @@ -174012,7 +174300,7 @@ "longname": "Phaser.Geom.Point#y", "scope": "instance", "kind": "member", - "___id": "T000002R018899", + "___id": "T000002R018924", "___s": true }, { @@ -174021,7 +174309,7 @@ "filename": "Point.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\point", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\point", "code": {} }, "description": "Set the x and y coordinates of the point to the given values.", @@ -174078,7 +174366,7 @@ "memberof": "Phaser.Geom.Point", "longname": "Phaser.Geom.Point#setTo", "scope": "instance", - "___id": "T000002R018901", + "___id": "T000002R018926", "___s": true }, { @@ -174087,7 +174375,7 @@ "filename": "Project.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\point", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\point", "code": {} }, "description": "Calculates the vector projection of `pointA` onto the nonzero `pointB`. This is the\rorthogonal projection of `pointA` onto a straight line parallel to `pointB`.", @@ -174161,7 +174449,7 @@ "memberof": "Phaser.Geom.Point", "longname": "Phaser.Geom.Point.Project", "scope": "static", - "___id": "T000002R018910", + "___id": "T000002R018935", "___s": true }, { @@ -174170,7 +174458,7 @@ "filename": "ProjectUnit.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\point", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\point", "code": {} }, "description": "Calculates the vector projection of `pointA` onto the nonzero `pointB`. This is the\rorthogonal projection of `pointA` onto a straight line paralle to `pointB`.", @@ -174244,7 +174532,7 @@ "memberof": "Phaser.Geom.Point", "longname": "Phaser.Geom.Point.ProjectUnit", "scope": "static", - "___id": "T000002R018919", + "___id": "T000002R018944", "___s": true }, { @@ -174253,7 +174541,7 @@ "filename": "SetMagnitude.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\point", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\point", "code": {} }, "description": "Changes the magnitude (length) of a two-dimensional vector without changing its direction.", @@ -174313,7 +174601,7 @@ "memberof": "Phaser.Geom.Point", "longname": "Phaser.Geom.Point.SetMagnitude", "scope": "static", - "___id": "T000002R018927", + "___id": "T000002R018952", "___s": true }, { @@ -174322,7 +174610,7 @@ "filename": "Clone.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\polygon", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\polygon", "code": {} }, "description": "Create a new polygon which is a copy of the specified polygon", @@ -174361,7 +174649,7 @@ "memberof": "Phaser.Geom.Polygon", "longname": "Phaser.Geom.Polygon.Clone", "scope": "static", - "___id": "T000002R018936", + "___id": "T000002R018961", "___s": true }, { @@ -174370,7 +174658,7 @@ "filename": "Contains.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\polygon", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\polygon", "code": {} }, "description": "Checks if a point is within the bounds of a Polygon.", @@ -174435,7 +174723,7 @@ "memberof": "Phaser.Geom.Polygon", "longname": "Phaser.Geom.Polygon.Contains", "scope": "static", - "___id": "T000002R018939", + "___id": "T000002R018964", "___s": true }, { @@ -174444,7 +174732,7 @@ "filename": "ContainsPoint.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\polygon", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\polygon", "code": {} }, "description": "Checks the given Point again the Polygon to see if the Point lays within its vertices.", @@ -174496,7 +174784,7 @@ "memberof": "Phaser.Geom.Polygon", "longname": "Phaser.Geom.Polygon.ContainsPoint", "scope": "static", - "___id": "T000002R018952", + "___id": "T000002R018977", "___s": true }, { @@ -174505,7 +174793,7 @@ "filename": "Earcut.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\polygon", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\polygon", "code": {} }, "description": "This module implements a modified ear slicing algorithm, optimized by z-order curve hashing and extended to\rhandle holes, twisted polygons, degeneracies and self-intersections in a way that doesn't guarantee correctness\rof triangulation, but attempts to always produce acceptable results for practical data.\r\rExample:\r\r```javascript\rconst triangles = Phaser.Geom.Polygon.Earcut([10,0, 0,50, 60,60, 70,10]); // returns [1,0,3, 3,2,1]\r```\r\rEach group of three vertex indices in the resulting array forms a triangle.\r\r```javascript\r// triangulating a polygon with a hole\rearcut([0,0, 100,0, 100,100, 0,100, 20,20, 80,20, 80,80, 20,80], [4]);\r// [3,0,4, 5,4,0, 3,4,7, 5,0,1, 2,3,7, 6,5,1, 2,7,6, 6,1,2]\r\r// triangulating a polygon with 3d coords\rearcut([10,0,1, 0,50,2, 60,60,3, 70,10,4], null, 3);\r// [1,0,3, 3,2,1]\r```\r\rIf you pass a single vertex as a hole, Earcut treats it as a Steiner point.\r\rIf your input is a multi-dimensional array (e.g. GeoJSON Polygon), you can convert it to the format\rexpected by Earcut with `Phaser.Geom.Polygon.Earcut.flatten`:\r\r```javascript\rvar data = earcut.flatten(geojson.geometry.coordinates);\rvar triangles = earcut(data.vertices, data.holes, data.dimensions);\r```\r\rAfter getting a triangulation, you can verify its correctness with `Phaser.Geom.Polygon.Earcut.deviation`:\r\r```javascript\rvar deviation = earcut.deviation(vertices, holes, dimensions, triangles);\r```\rReturns the relative difference between the total area of triangles and the area of the input polygon.\r0 means the triangulation is fully correct.\r\rFor more information see https://github.com/mapbox/earcut", @@ -174600,7 +174888,7 @@ "memberof": "Phaser.Geom.Polygon", "longname": "Phaser.Geom.Polygon.Earcut", "scope": "static", - "___id": "T000002R018955", + "___id": "T000002R018980", "___s": true }, { @@ -174609,7 +174897,7 @@ "filename": "GetAABB.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\polygon", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\polygon", "code": {} }, "description": "Calculates the bounding AABB rectangle of a polygon.", @@ -174690,7 +174978,7 @@ "memberof": "Phaser.Geom.Polygon", "longname": "Phaser.Geom.Polygon.GetAABB", "scope": "static", - "___id": "T000002R019254", + "___id": "T000002R019279", "___s": true }, { @@ -174699,7 +174987,7 @@ "filename": "GetNumberArray.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\polygon", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\polygon", "code": {} }, "description": "Stores all of the points of a Polygon into a flat array of numbers following the sequence [ x,y, x,y, x,y ],\ri.e. each point of the Polygon, in the order it's defined, corresponds to two elements of the resultant\rarray for the point's X and Y coordinate.", @@ -174798,7 +175086,7 @@ "memberof": "Phaser.Geom.Polygon", "longname": "Phaser.Geom.Polygon.GetNumberArray", "scope": "static", - "___id": "T000002R019273", + "___id": "T000002R019298", "___s": true }, { @@ -174807,7 +175095,7 @@ "filename": "GetPoints.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\polygon", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\polygon", "code": {} }, "description": "Returns an array of Point objects containing the coordinates of the points around the perimeter of the Polygon,\rbased on the given quantity or stepRate values.", @@ -174896,7 +175184,7 @@ "memberof": "Phaser.Geom.Polygon", "longname": "Phaser.Geom.Polygon.GetPoints", "scope": "static", - "___id": "T000002R019281", + "___id": "T000002R019306", "___s": true }, { @@ -174905,7 +175193,7 @@ "filename": "Perimeter.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\polygon", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\polygon", "code": {} }, "description": "Returns the perimeter of the given Polygon.", @@ -174944,7 +175232,7 @@ "memberof": "Phaser.Geom.Polygon", "longname": "Phaser.Geom.Polygon.Perimeter", "scope": "static", - "___id": "T000002R019314", + "___id": "T000002R019339", "___s": true }, { @@ -174953,7 +175241,7 @@ "filename": "Polygon.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\polygon", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\polygon", "code": {} }, "classdesc": "A Polygon object\r\rThe polygon is a closed shape consists of a series of connected straight lines defined by list of ordered points.\rSeveral formats are supported to define the list of points, check the setTo method for details.\rThis is a geometry object allowing you to define and inspect the shape.\rIt is not a Game Object, in that you cannot add it to the display list, and it has no texture.\rTo render a Polygon you should look at the capabilities of the Graphics class.", @@ -175012,7 +175300,7 @@ ], "scope": "static", "longname": "Phaser.Geom.Polygon", - "___id": "T000002R019328", + "___id": "T000002R019353", "___s": true }, { @@ -175021,7 +175309,7 @@ "filename": "Polygon.js", "lineno": 40, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\polygon", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\polygon", "code": {} }, "description": "The geometry constant type of this object: `GEOM_CONST.POLYGON`.\rUsed for fast type comparisons.", @@ -175041,7 +175329,7 @@ "longname": "Phaser.Geom.Polygon#type", "scope": "instance", "kind": "member", - "___id": "T000002R019331", + "___id": "T000002R019356", "___s": true }, { @@ -175050,7 +175338,7 @@ "filename": "Polygon.js", "lineno": 51, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\polygon", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\polygon", "code": {} }, "description": "The area of this Polygon.", @@ -175070,7 +175358,7 @@ "longname": "Phaser.Geom.Polygon#area", "scope": "instance", "kind": "member", - "___id": "T000002R019333", + "___id": "T000002R019358", "___s": true }, { @@ -175079,7 +175367,7 @@ "filename": "Polygon.js", "lineno": 61, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\polygon", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\polygon", "code": {} }, "description": "An array of number pair objects that make up this polygon. I.e. [ {x,y}, {x,y}, {x,y} ]", @@ -175107,7 +175395,7 @@ "longname": "Phaser.Geom.Polygon#points", "scope": "instance", "kind": "member", - "___id": "T000002R019335", + "___id": "T000002R019360", "___s": true }, { @@ -175116,7 +175404,7 @@ "filename": "Polygon.js", "lineno": 76, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\polygon", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\polygon", "code": {} }, "description": "Check to see if the Polygon contains the given x / y coordinates.", @@ -175168,7 +175456,7 @@ "memberof": "Phaser.Geom.Polygon", "longname": "Phaser.Geom.Polygon#contains", "scope": "instance", - "___id": "T000002R019337", + "___id": "T000002R019362", "___s": true }, { @@ -175177,7 +175465,7 @@ "filename": "Polygon.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\polygon", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\polygon", "code": {} }, "description": "Sets this Polygon to the given points.\r\rThe points can be set from a variety of formats:\r\r- A string containing paired values separated by a single space: `'40 0 40 20 100 20 100 80 40 80 40 100 0 50'`\r- An array of Point objects: `[new Phaser.Point(x1, y1), ...]`\r- An array of objects with public x/y properties: `[obj1, obj2, ...]`\r- An array of paired numbers that represent point coordinates: `[x1,y1, x2,y2, ...]`\r- An array of arrays with two elements representing x/y coordinates: `[[x1, y1], [x2, y2], ...]`\r\r`setTo` may also be called without any arguments to remove all points.", @@ -175251,7 +175539,7 @@ "memberof": "Phaser.Geom.Polygon", "longname": "Phaser.Geom.Polygon#setTo", "scope": "instance", - "___id": "T000002R019339", + "___id": "T000002R019364", "___s": true }, { @@ -175260,7 +175548,7 @@ "filename": "Polygon.js", "lineno": 160, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\polygon", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\polygon", "code": {} }, "description": "Calculates the area of the Polygon. This is available in the property Polygon.area", @@ -175284,7 +175572,7 @@ "memberof": "Phaser.Geom.Polygon", "longname": "Phaser.Geom.Polygon#calculateArea", "scope": "instance", - "___id": "T000002R019355", + "___id": "T000002R019380", "___s": true }, { @@ -175293,7 +175581,7 @@ "filename": "Polygon.js", "lineno": 199, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\polygon", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\polygon", "code": {} }, "description": "Returns an array of Point objects containing the coordinates of the points around the perimeter of the Polygon,\rbased on the given quantity or stepRate values.", @@ -175406,7 +175694,7 @@ "memberof": "Phaser.Geom.Polygon", "longname": "Phaser.Geom.Polygon#getPoints", "scope": "instance", - "___id": "T000002R019369", + "___id": "T000002R019394", "___s": true }, { @@ -175415,7 +175703,7 @@ "filename": "Reverse.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\polygon", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\polygon", "code": {} }, "description": "Reverses the order of the points of a Polygon.", @@ -175462,7 +175750,7 @@ "memberof": "Phaser.Geom.Polygon", "longname": "Phaser.Geom.Polygon.Reverse", "scope": "static", - "___id": "T000002R019372", + "___id": "T000002R019397", "___s": true }, { @@ -175471,7 +175759,7 @@ "filename": "Simplify.js", "lineno": 160, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\polygon", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\polygon", "code": {} }, "description": "Takes a Polygon object and simplifies the points by running them through a combination of\rDouglas-Peucker and Radial Distance algorithms. Simplification dramatically reduces the number of\rpoints in a polygon while retaining its shape, giving a huge performance boost when processing\rit and also reducing visual noise.", @@ -175548,7 +175836,7 @@ "memberof": "Phaser.Geom.Polygon", "longname": "Phaser.Geom.Polygon.Simplify", "scope": "static", - "___id": "T000002R019408", + "___id": "T000002R019433", "___s": true }, { @@ -175557,7 +175845,7 @@ "filename": "Smooth.js", "lineno": 19, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\polygon", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\polygon", "code": {} }, "description": "Takes a Polygon object and applies Chaikin's smoothing algorithm on its points.", @@ -175604,7 +175892,7 @@ "memberof": "Phaser.Geom.Polygon", "longname": "Phaser.Geom.Polygon.Smooth", "scope": "static", - "___id": "T000002R019419", + "___id": "T000002R019444", "___s": true }, { @@ -175613,7 +175901,7 @@ "filename": "Translate.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\polygon", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\polygon", "code": {} }, "description": "Tranlates the points of the given Polygon.", @@ -175686,7 +175974,7 @@ "memberof": "Phaser.Geom.Polygon", "longname": "Phaser.Geom.Polygon.Translate", "scope": "static", - "___id": "T000002R019434", + "___id": "T000002R019459", "___s": true }, { @@ -175695,7 +175983,7 @@ "filename": "Area.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Calculates the area of the given Rectangle object.", @@ -175734,7 +176022,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.Area", "scope": "static", - "___id": "T000002R019441", + "___id": "T000002R019466", "___s": true }, { @@ -175743,7 +176031,7 @@ "filename": "Ceil.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Rounds a Rectangle's position up to the smallest integer greater than or equal to each current coordinate.", @@ -175790,7 +176078,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.Ceil", "scope": "static", - "___id": "T000002R019444", + "___id": "T000002R019469", "___s": true }, { @@ -175799,7 +176087,7 @@ "filename": "CeilAll.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Rounds a Rectangle's position and size up to the smallest integer greater than or equal to each respective value.", @@ -175846,7 +176134,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.CeilAll", "scope": "static", - "___id": "T000002R019449", + "___id": "T000002R019474", "___s": true }, { @@ -175855,7 +176143,7 @@ "filename": "CenterOn.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Moves the top-left corner of a Rectangle so that its center is at the given coordinates.", @@ -175928,7 +176216,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.CenterOn", "scope": "static", - "___id": "T000002R019456", + "___id": "T000002R019481", "___s": true }, { @@ -175937,7 +176225,7 @@ "filename": "Clone.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Creates a new Rectangle which is identical to the given one.", @@ -175976,7 +176264,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.Clone", "scope": "static", - "___id": "T000002R019462", + "___id": "T000002R019487", "___s": true }, { @@ -175985,7 +176273,7 @@ "filename": "Contains.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Checks if a given point is inside a Rectangle's bounds.", @@ -176050,7 +176338,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.Contains", "scope": "static", - "___id": "T000002R019465", + "___id": "T000002R019490", "___s": true }, { @@ -176059,7 +176347,7 @@ "filename": "ContainsPoint.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Determines whether the specified point is contained within the rectangular region defined by this Rectangle object.", @@ -176111,7 +176399,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.ContainsPoint", "scope": "static", - "___id": "T000002R019469", + "___id": "T000002R019494", "___s": true }, { @@ -176120,7 +176408,7 @@ "filename": "ContainsRect.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Tests if one rectangle fully contains another.", @@ -176172,7 +176460,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.ContainsRect", "scope": "static", - "___id": "T000002R019472", + "___id": "T000002R019497", "___s": true }, { @@ -176181,7 +176469,7 @@ "filename": "CopyFrom.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Copy the values of one Rectangle to a destination Rectangle.", @@ -176241,7 +176529,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.CopyFrom", "scope": "static", - "___id": "T000002R019475", + "___id": "T000002R019500", "___s": true }, { @@ -176250,7 +176538,7 @@ "filename": "Decompose.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Create an array of points for each corner of a Rectangle\rIf an array is specified, each point object will be added to the end of the array, otherwise a new array will be created.", @@ -176303,7 +176591,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.Decompose", "scope": "static", - "___id": "T000002R019478", + "___id": "T000002R019503", "___s": true }, { @@ -176312,7 +176600,7 @@ "filename": "Equals.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Compares the `x`, `y`, `width` and `height` properties of two rectangles.", @@ -176364,7 +176652,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.Equals", "scope": "static", - "___id": "T000002R019490", + "___id": "T000002R019515", "___s": true }, { @@ -176373,7 +176661,7 @@ "filename": "FitInside.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Adjusts the target rectangle, changing its width, height and position,\rso that it fits inside the area of the source rectangle, while maintaining its original\raspect ratio.\r\rUnlike the `FitOutside` function, there may be some space inside the source area not covered.", @@ -176433,7 +176721,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.FitInside", "scope": "static", - "___id": "T000002R019494", + "___id": "T000002R019519", "___s": true }, { @@ -176442,7 +176730,7 @@ "filename": "FitOutside.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Adjusts the target rectangle, changing its width, height and position,\rso that it fully covers the area of the source rectangle, while maintaining its original\raspect ratio.\r\rUnlike the `FitInside` function, the target rectangle may extend further out than the source.", @@ -176502,7 +176790,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.FitOutside", "scope": "static", - "___id": "T000002R019499", + "___id": "T000002R019524", "___s": true }, { @@ -176511,7 +176799,7 @@ "filename": "Floor.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Rounds down (floors) the top left X and Y coordinates of the given Rectangle to the largest integer less than or equal to them", @@ -176558,7 +176846,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.Floor", "scope": "static", - "___id": "T000002R019503", + "___id": "T000002R019528", "___s": true }, { @@ -176567,7 +176855,7 @@ "filename": "FloorAll.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Rounds a Rectangle's position and size down to the largest integer less than or equal to each current coordinate or dimension.", @@ -176614,7 +176902,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.FloorAll", "scope": "static", - "___id": "T000002R019508", + "___id": "T000002R019533", "___s": true }, { @@ -176623,7 +176911,7 @@ "filename": "FromPoints.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Constructs new Rectangle or repositions and resizes an existing Rectangle so that all of the given points are on or within its bounds.\r\rThe `points` parameter is an array of Point-like objects:\r\r```js\rconst points = [\r [100, 200],\r [200, 400],\r { x: 30, y: 60 }\r]\r```", @@ -176684,7 +176972,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.FromPoints", "scope": "static", - "___id": "T000002R019517", + "___id": "T000002R019542", "___s": true }, { @@ -176693,7 +176981,7 @@ "filename": "FromXY.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Create the smallest Rectangle containing two coordinate pairs.", @@ -176793,7 +177081,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.FromXY", "scope": "static", - "___id": "T000002R019543", + "___id": "T000002R019568", "___s": true }, { @@ -176802,7 +177090,7 @@ "filename": "GetAspectRatio.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Calculates the width/height ratio of a rectangle.", @@ -176841,7 +177129,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.GetAspectRatio", "scope": "static", - "___id": "T000002R019547", + "___id": "T000002R019572", "___s": true }, { @@ -176850,7 +177138,7 @@ "filename": "GetCenter.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Returns the center of a Rectangle as a Point.", @@ -176931,7 +177219,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.GetCenter", "scope": "static", - "___id": "T000002R019551", + "___id": "T000002R019576", "___s": true }, { @@ -176940,7 +177228,7 @@ "filename": "GetPoint.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Calculates the coordinates of a point at a certain `position` on the Rectangle's perimeter.\r\rThe `position` is a fraction between 0 and 1 which defines how far into the perimeter the point is.\r\rA value of 0 or 1 returns the point at the top left corner of the rectangle, while a value of 0.5 returns the point at the bottom right corner of the rectangle. Values between 0 and 0.5 are on the top or the right side and values between 0.5 and 1 are on the bottom or the left side.", @@ -177024,7 +177312,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.GetPoint", "scope": "static", - "___id": "T000002R019559", + "___id": "T000002R019584", "___s": true }, { @@ -177033,7 +177321,7 @@ "filename": "GetPoints.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Return an array of points from the perimeter of the rectangle, each spaced out based on the quantity or step required.", @@ -177158,7 +177446,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.GetPoints", "scope": "static", - "___id": "T000002R019577", + "___id": "T000002R019602", "___s": true }, { @@ -177167,7 +177455,7 @@ "filename": "GetSize.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Returns the size of the Rectangle, expressed as a Point object.\rWith the value of the `width` as the `x` property and the `height` as the `y` property.", @@ -177248,7 +177536,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.GetSize", "scope": "static", - "___id": "T000002R019585", + "___id": "T000002R019610", "___s": true }, { @@ -177257,7 +177545,7 @@ "filename": "Inflate.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Increases the size of a Rectangle by a specified amount.\r\rThe center of the Rectangle stays the same. The amounts are added to each side, so the actual increase in width or height is two times bigger than the respective argument.", @@ -177330,7 +177618,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.Inflate", "scope": "static", - "___id": "T000002R019632", + "___id": "T000002R019657", "___s": true }, { @@ -177339,7 +177627,7 @@ "filename": "Intersection.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Takes two Rectangles and first checks to see if they intersect.\rIf they intersect it will return the area of intersection in the `out` Rectangle.\rIf they do not intersect, the `out` Rectangle will have a width and height of zero.", @@ -177413,7 +177701,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.Intersection", "scope": "static", - "___id": "T000002R019639", + "___id": "T000002R019664", "___s": true }, { @@ -177422,7 +177710,7 @@ "filename": "MarchingAnts.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Returns an array of points from the perimeter of the Rectangle, where each point is spaced out based\ron either the `step` value, or the `quantity`.", @@ -177549,7 +177837,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.MarchingAnts", "scope": "static", - "___id": "T000002R019649", + "___id": "T000002R019674", "___s": true }, { @@ -177558,7 +177846,7 @@ "filename": "MergePoints.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Merges a Rectangle with a list of points by repositioning and/or resizing it such that all points are located on or within its bounds.", @@ -177627,7 +177915,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.MergePoints", "scope": "static", - "___id": "T000002R019674", + "___id": "T000002R019699", "___s": true }, { @@ -177636,7 +177924,7 @@ "filename": "MergeRect.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Merges the source rectangle into the target rectangle and returns the target.\rNeither rectangle should have a negative width or height.", @@ -177696,7 +177984,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.MergeRect", "scope": "static", - "___id": "T000002R019690", + "___id": "T000002R019715", "___s": true }, { @@ -177705,7 +177993,7 @@ "filename": "MergeXY.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Merges a Rectangle with a point by repositioning and/or resizing it so that the point is on or within its bounds.", @@ -177778,7 +178066,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.MergeXY", "scope": "static", - "___id": "T000002R019701", + "___id": "T000002R019726", "___s": true }, { @@ -177787,7 +178075,7 @@ "filename": "Offset.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Nudges (translates) the top left corner of a Rectangle by a given offset.", @@ -177860,7 +178148,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.Offset", "scope": "static", - "___id": "T000002R019712", + "___id": "T000002R019737", "___s": true }, { @@ -177869,7 +178157,7 @@ "filename": "OffsetPoint.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Nudges (translates) the top-left corner of a Rectangle by the coordinates of a point (translation vector).", @@ -177939,7 +178227,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.OffsetPoint", "scope": "static", - "___id": "T000002R019717", + "___id": "T000002R019742", "___s": true }, { @@ -177948,7 +178236,7 @@ "filename": "Overlaps.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Checks if two Rectangles overlap. If a Rectangle is within another Rectangle, the two will be considered overlapping. Thus, the Rectangles are treated as \"solid\".", @@ -178000,7 +178288,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.Overlaps", "scope": "static", - "___id": "T000002R019722", + "___id": "T000002R019747", "___s": true }, { @@ -178009,7 +178297,7 @@ "filename": "Perimeter.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Calculates the perimeter of a Rectangle.", @@ -178048,7 +178336,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.Perimeter", "scope": "static", - "___id": "T000002R019725", + "___id": "T000002R019750", "___s": true }, { @@ -178057,7 +178345,7 @@ "filename": "PerimeterPoint.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Returns a Point from the perimeter of a Rectangle based on the given angle.", @@ -178131,7 +178419,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.PerimeterPoint", "scope": "static", - "___id": "T000002R019730", + "___id": "T000002R019755", "___s": true }, { @@ -178140,7 +178428,7 @@ "filename": "Random.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Returns a random point within a Rectangle.", @@ -178200,7 +178488,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.Random", "scope": "static", - "___id": "T000002R019744", + "___id": "T000002R019769", "___s": true }, { @@ -178209,7 +178497,7 @@ "filename": "RandomOutside.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Calculates a random point that lies within the `outer` Rectangle, but outside of the `inner` Rectangle.\rThe inner Rectangle must be fully contained within the outer rectangle.", @@ -178283,7 +178571,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.RandomOutside", "scope": "static", - "___id": "T000002R019753", + "___id": "T000002R019778", "___s": true }, { @@ -178292,7 +178580,7 @@ "filename": "Rectangle.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "classdesc": "Encapsulates a 2D rectangle defined by its corner point in the top-left and its extends in x (width) and y (height)", @@ -178364,7 +178652,7 @@ ], "scope": "static", "longname": "Phaser.Geom.Rectangle", - "___id": "T000002R019772", + "___id": "T000002R019797", "___s": true }, { @@ -178373,7 +178661,7 @@ "filename": "Rectangle.js", "lineno": 40, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "The geometry constant type of this object: `GEOM_CONST.RECTANGLE`.\rUsed for fast type comparisons.", @@ -178393,7 +178681,7 @@ "longname": "Phaser.Geom.Rectangle#type", "scope": "instance", "kind": "member", - "___id": "T000002R019779", + "___id": "T000002R019804", "___s": true }, { @@ -178402,7 +178690,7 @@ "filename": "Rectangle.js", "lineno": 51, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "The X coordinate of the top left corner of the Rectangle.", @@ -178422,7 +178710,7 @@ "longname": "Phaser.Geom.Rectangle#x", "scope": "instance", "kind": "member", - "___id": "T000002R019781", + "___id": "T000002R019806", "___s": true }, { @@ -178431,7 +178719,7 @@ "filename": "Rectangle.js", "lineno": 61, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "The Y coordinate of the top left corner of the Rectangle.", @@ -178451,7 +178739,7 @@ "longname": "Phaser.Geom.Rectangle#y", "scope": "instance", "kind": "member", - "___id": "T000002R019783", + "___id": "T000002R019808", "___s": true }, { @@ -178460,7 +178748,7 @@ "filename": "Rectangle.js", "lineno": 71, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "The width of the Rectangle, i.e. the distance between its left side (defined by `x`) and its right side.", @@ -178480,7 +178768,7 @@ "longname": "Phaser.Geom.Rectangle#width", "scope": "instance", "kind": "member", - "___id": "T000002R019785", + "___id": "T000002R019810", "___s": true }, { @@ -178489,7 +178777,7 @@ "filename": "Rectangle.js", "lineno": 81, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "The height of the Rectangle, i.e. the distance between its top side (defined by `y`) and its bottom side.", @@ -178509,7 +178797,7 @@ "longname": "Phaser.Geom.Rectangle#height", "scope": "instance", "kind": "member", - "___id": "T000002R019787", + "___id": "T000002R019812", "___s": true }, { @@ -178518,7 +178806,7 @@ "filename": "Rectangle.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Checks if the given point is inside the Rectangle's bounds.", @@ -178570,7 +178858,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle#contains", "scope": "instance", - "___id": "T000002R019789", + "___id": "T000002R019814", "___s": true }, { @@ -178579,7 +178867,7 @@ "filename": "Rectangle.js", "lineno": 108, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Calculates the coordinates of a point at a certain `position` on the Rectangle's perimeter.\r\rThe `position` is a fraction between 0 and 1 which defines how far into the perimeter the point is.\r\rA value of 0 or 1 returns the point at the top left corner of the rectangle, while a value of 0.5 returns the point at the bottom right corner of the rectangle. Values between 0 and 0.5 are on the top or the right side and values between 0.5 and 1 are on the bottom or the left side.", @@ -178660,7 +178948,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle#getPoint", "scope": "instance", - "___id": "T000002R019791", + "___id": "T000002R019816", "___s": true }, { @@ -178669,7 +178957,7 @@ "filename": "Rectangle.js", "lineno": 130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Returns an array of points from the perimeter of the Rectangle, each spaced out based on the quantity or step required.", @@ -178782,7 +179070,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle#getPoints", "scope": "instance", - "___id": "T000002R019793", + "___id": "T000002R019818", "___s": true }, { @@ -178791,7 +179079,7 @@ "filename": "Rectangle.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Returns a random point within the Rectangle's bounds.", @@ -178839,7 +179127,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle#getRandomPoint", "scope": "instance", - "___id": "T000002R019795", + "___id": "T000002R019820", "___s": true }, { @@ -178848,7 +179136,7 @@ "filename": "Rectangle.js", "lineno": 166, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Sets the position, width, and height of the Rectangle.", @@ -178927,7 +179215,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle#setTo", "scope": "instance", - "___id": "T000002R019797", + "___id": "T000002R019822", "___s": true }, { @@ -178936,7 +179224,7 @@ "filename": "Rectangle.js", "lineno": 189, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Resets the position, width, and height of the Rectangle to 0.", @@ -178961,7 +179249,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle#setEmpty", "scope": "instance", - "___id": "T000002R019803", + "___id": "T000002R019828", "___s": true }, { @@ -178970,7 +179258,7 @@ "filename": "Rectangle.js", "lineno": 202, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Sets the position of the Rectangle.", @@ -179025,7 +179313,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle#setPosition", "scope": "instance", - "___id": "T000002R019805", + "___id": "T000002R019830", "___s": true }, { @@ -179034,7 +179322,7 @@ "filename": "Rectangle.js", "lineno": 223, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Sets the width and height of the Rectangle.", @@ -179089,7 +179377,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle#setSize", "scope": "instance", - "___id": "T000002R019810", + "___id": "T000002R019835", "___s": true }, { @@ -179098,7 +179386,7 @@ "filename": "Rectangle.js", "lineno": 244, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Determines if the Rectangle is empty. A Rectangle is empty if its width or height is less than or equal to 0.", @@ -179122,7 +179410,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle#isEmpty", "scope": "instance", - "___id": "T000002R019815", + "___id": "T000002R019840", "___s": true }, { @@ -179131,7 +179419,7 @@ "filename": "Rectangle.js", "lineno": 257, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Returns a Line object that corresponds to the top of this Rectangle.", @@ -179179,7 +179467,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle#getLineA", "scope": "instance", - "___id": "T000002R019817", + "___id": "T000002R019842", "___s": true }, { @@ -179188,7 +179476,7 @@ "filename": "Rectangle.js", "lineno": 278, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Returns a Line object that corresponds to the right of this Rectangle.", @@ -179236,7 +179524,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle#getLineB", "scope": "instance", - "___id": "T000002R019820", + "___id": "T000002R019845", "___s": true }, { @@ -179245,7 +179533,7 @@ "filename": "Rectangle.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Returns a Line object that corresponds to the bottom of this Rectangle.", @@ -179293,7 +179581,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle#getLineC", "scope": "instance", - "___id": "T000002R019823", + "___id": "T000002R019848", "___s": true }, { @@ -179302,7 +179590,7 @@ "filename": "Rectangle.js", "lineno": 320, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Returns a Line object that corresponds to the left of this Rectangle.", @@ -179350,7 +179638,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle#getLineD", "scope": "instance", - "___id": "T000002R019826", + "___id": "T000002R019851", "___s": true }, { @@ -179359,7 +179647,7 @@ "filename": "Rectangle.js", "lineno": 341, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "The x coordinate of the left of the Rectangle.\rChanging the left property of a Rectangle object has no effect on the y and height properties. However it does affect the width property, whereas changing the x value does not affect the width property.", @@ -179378,7 +179666,7 @@ "longname": "Phaser.Geom.Rectangle#left", "scope": "instance", "kind": "member", - "___id": "T000002R019829", + "___id": "T000002R019854", "___s": true }, { @@ -179387,7 +179675,7 @@ "filename": "Rectangle.js", "lineno": 372, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "The sum of the x and width properties.\rChanging the right property of a Rectangle object has no effect on the x, y and height properties, however it does affect the width property.", @@ -179406,7 +179694,7 @@ "longname": "Phaser.Geom.Rectangle#right", "scope": "instance", "kind": "member", - "___id": "T000002R019836", + "___id": "T000002R019861", "___s": true }, { @@ -179415,7 +179703,7 @@ "filename": "Rectangle.js", "lineno": 401, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "The y coordinate of the top of the Rectangle. Changing the top property of a Rectangle object has no effect on the x and width properties.\rHowever it does affect the height property, whereas changing the y value does not affect the height property.", @@ -179434,7 +179722,7 @@ "longname": "Phaser.Geom.Rectangle#top", "scope": "instance", "kind": "member", - "___id": "T000002R019842", + "___id": "T000002R019867", "___s": true }, { @@ -179443,7 +179731,7 @@ "filename": "Rectangle.js", "lineno": 432, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "The sum of the y and height properties.\rChanging the bottom property of a Rectangle object has no effect on the x, y and width properties, but does change the height property.", @@ -179462,7 +179750,7 @@ "longname": "Phaser.Geom.Rectangle#bottom", "scope": "instance", "kind": "member", - "___id": "T000002R019849", + "___id": "T000002R019874", "___s": true }, { @@ -179471,7 +179759,7 @@ "filename": "Rectangle.js", "lineno": 461, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "The x coordinate of the center of the Rectangle.", @@ -179490,7 +179778,7 @@ "longname": "Phaser.Geom.Rectangle#centerX", "scope": "instance", "kind": "member", - "___id": "T000002R019855", + "___id": "T000002R019880", "___s": true }, { @@ -179499,7 +179787,7 @@ "filename": "Rectangle.js", "lineno": 482, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "The y coordinate of the center of the Rectangle.", @@ -179518,7 +179806,7 @@ "longname": "Phaser.Geom.Rectangle#centerY", "scope": "instance", "kind": "member", - "___id": "T000002R019860", + "___id": "T000002R019885", "___s": true }, { @@ -179527,7 +179815,7 @@ "filename": "SameDimensions.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Determines if the two objects (either Rectangles or Rectangle-like) have the same width and height values under strict equality.", @@ -179579,7 +179867,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.SameDimensions", "scope": "static", - "___id": "T000002R019866", + "___id": "T000002R019891", "___s": true }, { @@ -179588,7 +179876,7 @@ "filename": "Scale.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Scales the width and height of this Rectangle by the given amounts.", @@ -179661,7 +179949,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.Scale", "scope": "static", - "___id": "T000002R019869", + "___id": "T000002R019894", "___s": true }, { @@ -179670,7 +179958,7 @@ "filename": "Union.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\rectangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\rectangle", "code": {} }, "description": "Creates a new Rectangle or repositions and/or resizes an existing Rectangle so that it encompasses the two given Rectangles, i.e. calculates their union.", @@ -179744,7 +180032,7 @@ "memberof": "Phaser.Geom.Rectangle", "longname": "Phaser.Geom.Rectangle.Union", "scope": "static", - "___id": "T000002R019876", + "___id": "T000002R019901", "___s": true }, { @@ -179753,7 +180041,7 @@ "filename": "Area.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Returns the area of a Triangle.", @@ -179792,7 +180080,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle.Area", "scope": "static", - "___id": "T000002R019884", + "___id": "T000002R019909", "___s": true }, { @@ -179801,7 +180089,7 @@ "filename": "BuildEquilateral.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Builds an equilateral triangle. In the equilateral triangle, all the sides are the same length (congruent) and all the angles are the same size (congruent).\rThe x/y specifies the top-middle of the triangle (x1/y1) and length is the length of each side.", @@ -179866,7 +180154,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle.BuildEquilateral", "scope": "static", - "___id": "T000002R019894", + "___id": "T000002R019919", "___s": true }, { @@ -179875,7 +180163,7 @@ "filename": "BuildFromPolygon.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Takes an array of vertex coordinates, and optionally an array of hole indices, then returns an array\rof Triangle instances, where the given vertices have been decomposed into a series of triangles.", @@ -180019,7 +180307,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle.BuildFromPolygon", "scope": "static", - "___id": "T000002R019906", + "___id": "T000002R019931", "___s": true }, { @@ -180028,7 +180316,7 @@ "filename": "BuildRight.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Builds a right triangle, i.e. one which has a 90-degree angle and two acute angles.", @@ -180106,7 +180394,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle.BuildRight", "scope": "static", - "___id": "T000002R019935", + "___id": "T000002R019960", "___s": true }, { @@ -180115,7 +180403,7 @@ "filename": "CenterOn.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "kind": "typedef", @@ -180156,7 +180444,7 @@ ], "longname": "CenterFunction", "scope": "global", - "___id": "T000002R019947", + "___id": "T000002R019972", "___s": true }, { @@ -180165,7 +180453,7 @@ "filename": "CenterOn.js", "lineno": 18, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Positions the Triangle so that it is centered on the given coordinates.", @@ -180252,7 +180540,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle.CenterOn", "scope": "static", - "___id": "T000002R019948", + "___id": "T000002R019973", "___s": true }, { @@ -180261,7 +180549,7 @@ "filename": "Centroid.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Calculates the position of a Triangle's centroid, which is also its center of mass (center of gravity).\r\rThe centroid is the point in a Triangle at which its three medians (the lines drawn from the vertices to the bisectors of the opposite sides) meet. It divides each one in a 2:1 ratio.", @@ -180342,7 +180630,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle.Centroid", "scope": "static", - "___id": "T000002R019956", + "___id": "T000002R019981", "___s": true }, { @@ -180351,7 +180639,7 @@ "filename": "CircumCenter.js", "lineno": 30, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Computes the circumcentre of a triangle. The circumcentre is the centre of\rthe circumcircle, the smallest circle which encloses the triangle. It is also\rthe common intersection point of the perpendicular bisectors of the sides of\rthe triangle, and is the only point which has equal distance to all three\rvertices of the triangle.", @@ -180412,7 +180700,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle.CircumCenter", "scope": "static", - "___id": "T000002R019965", + "___id": "T000002R019990", "___s": true }, { @@ -180421,7 +180709,7 @@ "filename": "CircumCircle.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Finds the circumscribed circle (circumcircle) of a Triangle object. The circumcircle is the circle which touches all of the triangle's vertices.", @@ -180482,7 +180770,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle.CircumCircle", "scope": "static", - "___id": "T000002R019981", + "___id": "T000002R020006", "___s": true }, { @@ -180491,7 +180779,7 @@ "filename": "Clone.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Clones a Triangle object.", @@ -180530,7 +180818,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle.Clone", "scope": "static", - "___id": "T000002R020013", + "___id": "T000002R020038", "___s": true }, { @@ -180539,7 +180827,7 @@ "filename": "Contains.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Checks if a point (as a pair of coordinates) is inside a Triangle's bounds.", @@ -180604,7 +180892,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle.Contains", "scope": "static", - "___id": "T000002R020016", + "___id": "T000002R020041", "___s": true }, { @@ -180613,7 +180901,7 @@ "filename": "ContainsArray.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Filters an array of point-like objects to only those contained within a triangle.\rIf `returnFirst` is true, will return an array containing only the first point in the provided array that is within the triangle (or an empty array if there are no such points).", @@ -180712,7 +181000,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle.ContainsArray", "scope": "static", - "___id": "T000002R020034", + "___id": "T000002R020059", "___s": true }, { @@ -180721,7 +181009,7 @@ "filename": "ContainsPoint.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Tests if a triangle contains a point.", @@ -180788,7 +181076,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle.ContainsPoint", "scope": "static", - "___id": "T000002R020066", + "___id": "T000002R020091", "___s": true }, { @@ -180797,7 +181085,7 @@ "filename": "CopyFrom.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Copy the values of one Triangle to a destination Triangle.", @@ -180857,7 +181145,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle.CopyFrom", "scope": "static", - "___id": "T000002R020069", + "___id": "T000002R020094", "___s": true }, { @@ -180866,7 +181154,7 @@ "filename": "Decompose.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Decomposes a Triangle into an array of its points.", @@ -180919,7 +181207,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle.Decompose", "scope": "static", - "___id": "T000002R020072", + "___id": "T000002R020097", "___s": true }, { @@ -180928,7 +181216,7 @@ "filename": "Equals.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Returns true if two triangles have the same coordinates.", @@ -180980,7 +181268,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle.Equals", "scope": "static", - "___id": "T000002R020082", + "___id": "T000002R020107", "___s": true }, { @@ -180989,7 +181277,7 @@ "filename": "GetPoint.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Returns a Point from around the perimeter of a Triangle.", @@ -181083,7 +181371,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle.GetPoint", "scope": "static", - "___id": "T000002R020087", + "___id": "T000002R020112", "___s": true }, { @@ -181092,7 +181380,7 @@ "filename": "GetPoints.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Returns an array of evenly spaced points on the perimeter of a Triangle.", @@ -181217,7 +181505,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle.GetPoints", "scope": "static", - "___id": "T000002R020115", + "___id": "T000002R020140", "___s": true }, { @@ -181226,7 +181514,7 @@ "filename": "InCenter.js", "lineno": 21, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Calculates the position of the incenter of a Triangle object. This is the point where its three angle bisectors meet and it's also the center of the incircle, which is the circle inscribed in the triangle.", @@ -181287,7 +181575,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle.InCenter", "scope": "static", - "___id": "T000002R020147", + "___id": "T000002R020172", "___s": true }, { @@ -181296,7 +181584,7 @@ "filename": "Offset.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Moves each point (vertex) of a Triangle by a given offset, thus moving the entire Triangle by that offset.", @@ -181369,7 +181657,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle.Offset", "scope": "static", - "___id": "T000002R020189", + "___id": "T000002R020214", "___s": true }, { @@ -181378,7 +181666,7 @@ "filename": "Perimeter.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Gets the length of the perimeter of the given triangle.\rCalculated by adding together the length of each of the three sides.", @@ -181417,7 +181705,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle.Perimeter", "scope": "static", - "___id": "T000002R020199", + "___id": "T000002R020224", "___s": true }, { @@ -181426,7 +181714,7 @@ "filename": "Random.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Returns a random Point from within the area of the given Triangle.", @@ -181487,7 +181775,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle.Random", "scope": "static", - "___id": "T000002R020206", + "___id": "T000002R020231", "___s": true }, { @@ -181496,7 +181784,7 @@ "filename": "Rotate.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Rotates a Triangle about its incenter, which is the point at which its three angle bisectors meet.", @@ -181556,7 +181844,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle.Rotate", "scope": "static", - "___id": "T000002R020222", + "___id": "T000002R020247", "___s": true }, { @@ -181565,7 +181853,7 @@ "filename": "RotateAroundPoint.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Rotates a Triangle at a certain angle about a given Point or object with public `x` and `y` properties.", @@ -181638,7 +181926,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle.RotateAroundPoint", "scope": "static", - "___id": "T000002R020227", + "___id": "T000002R020252", "___s": true }, { @@ -181647,7 +181935,7 @@ "filename": "RotateAroundXY.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Rotates an entire Triangle at a given angle about a specific point.", @@ -181733,7 +182021,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle.RotateAroundXY", "scope": "static", - "___id": "T000002R020230", + "___id": "T000002R020255", "___s": true }, { @@ -181742,7 +182030,7 @@ "filename": "Triangle.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "classdesc": "A triangle is a plane created by connecting three points.\rThe first two arguments specify the first point, the middle two arguments\rspecify the second point, and the last two arguments specify the third point.", @@ -181844,7 +182132,7 @@ ], "scope": "static", "longname": "Phaser.Geom.Triangle", - "___id": "T000002R020254", + "___id": "T000002R020279", "___s": true }, { @@ -181853,7 +182141,7 @@ "filename": "Triangle.js", "lineno": 46, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "The geometry constant type of this object: `GEOM_CONST.TRIANGLE`.\rUsed for fast type comparisons.", @@ -181873,7 +182161,7 @@ "longname": "Phaser.Geom.Triangle#type", "scope": "instance", "kind": "member", - "___id": "T000002R020263", + "___id": "T000002R020288", "___s": true }, { @@ -181882,7 +182170,7 @@ "filename": "Triangle.js", "lineno": 57, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "`x` coordinate of the first point.", @@ -181902,7 +182190,7 @@ "longname": "Phaser.Geom.Triangle#x1", "scope": "instance", "kind": "member", - "___id": "T000002R020265", + "___id": "T000002R020290", "___s": true }, { @@ -181911,7 +182199,7 @@ "filename": "Triangle.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "`y` coordinate of the first point.", @@ -181931,7 +182219,7 @@ "longname": "Phaser.Geom.Triangle#y1", "scope": "instance", "kind": "member", - "___id": "T000002R020267", + "___id": "T000002R020292", "___s": true }, { @@ -181940,7 +182228,7 @@ "filename": "Triangle.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "`x` coordinate of the second point.", @@ -181960,7 +182248,7 @@ "longname": "Phaser.Geom.Triangle#x2", "scope": "instance", "kind": "member", - "___id": "T000002R020269", + "___id": "T000002R020294", "___s": true }, { @@ -181969,7 +182257,7 @@ "filename": "Triangle.js", "lineno": 87, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "`y` coordinate of the second point.", @@ -181989,7 +182277,7 @@ "longname": "Phaser.Geom.Triangle#y2", "scope": "instance", "kind": "member", - "___id": "T000002R020271", + "___id": "T000002R020296", "___s": true }, { @@ -181998,7 +182286,7 @@ "filename": "Triangle.js", "lineno": 97, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "`x` coordinate of the third point.", @@ -182018,7 +182306,7 @@ "longname": "Phaser.Geom.Triangle#x3", "scope": "instance", "kind": "member", - "___id": "T000002R020273", + "___id": "T000002R020298", "___s": true }, { @@ -182027,7 +182315,7 @@ "filename": "Triangle.js", "lineno": 107, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "`y` coordinate of the third point.", @@ -182047,7 +182335,7 @@ "longname": "Phaser.Geom.Triangle#y3", "scope": "instance", "kind": "member", - "___id": "T000002R020275", + "___id": "T000002R020300", "___s": true }, { @@ -182056,7 +182344,7 @@ "filename": "Triangle.js", "lineno": 118, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Checks whether a given points lies within the triangle.", @@ -182108,7 +182396,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle#contains", "scope": "instance", - "___id": "T000002R020277", + "___id": "T000002R020302", "___s": true }, { @@ -182117,7 +182405,7 @@ "filename": "Triangle.js", "lineno": 134, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Returns a specific point on the triangle.", @@ -182198,7 +182486,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle#getPoint", "scope": "instance", - "___id": "T000002R020279", + "___id": "T000002R020304", "___s": true }, { @@ -182207,7 +182495,7 @@ "filename": "Triangle.js", "lineno": 152, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Calculates a list of evenly distributed points on the triangle. It is either possible to pass an amount of points to be generated (`quantity`) or the distance between two points (`stepRate`).", @@ -182320,7 +182608,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle#getPoints", "scope": "instance", - "___id": "T000002R020281", + "___id": "T000002R020306", "___s": true }, { @@ -182329,7 +182617,7 @@ "filename": "Triangle.js", "lineno": 171, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Returns a random point along the triangle.", @@ -182377,7 +182665,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle#getRandomPoint", "scope": "instance", - "___id": "T000002R020283", + "___id": "T000002R020308", "___s": true }, { @@ -182386,7 +182674,7 @@ "filename": "Triangle.js", "lineno": 188, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Sets all three points of the triangle. Leaving out any coordinate sets it to be `0`.", @@ -182503,7 +182791,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle#setTo", "scope": "instance", - "___id": "T000002R020285", + "___id": "T000002R020310", "___s": true }, { @@ -182512,7 +182800,7 @@ "filename": "Triangle.js", "lineno": 224, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Returns a Line object that corresponds to Line A of this Triangle.", @@ -182560,7 +182848,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle#getLineA", "scope": "instance", - "___id": "T000002R020299", + "___id": "T000002R020324", "___s": true }, { @@ -182569,7 +182857,7 @@ "filename": "Triangle.js", "lineno": 245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Returns a Line object that corresponds to Line B of this Triangle.", @@ -182617,7 +182905,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle#getLineB", "scope": "instance", - "___id": "T000002R020302", + "___id": "T000002R020327", "___s": true }, { @@ -182626,7 +182914,7 @@ "filename": "Triangle.js", "lineno": 266, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Returns a Line object that corresponds to Line C of this Triangle.", @@ -182674,7 +182962,7 @@ "memberof": "Phaser.Geom.Triangle", "longname": "Phaser.Geom.Triangle#getLineC", "scope": "instance", - "___id": "T000002R020305", + "___id": "T000002R020330", "___s": true }, { @@ -182683,7 +182971,7 @@ "filename": "Triangle.js", "lineno": 287, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Left most X coordinate of the triangle. Setting it moves the triangle on the X axis accordingly.", @@ -182702,7 +182990,7 @@ "longname": "Phaser.Geom.Triangle#left", "scope": "instance", "kind": "member", - "___id": "T000002R020308", + "___id": "T000002R020333", "___s": true }, { @@ -182711,7 +182999,7 @@ "filename": "Triangle.js", "lineno": 325, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Right most X coordinate of the triangle. Setting it moves the triangle on the X axis accordingly.", @@ -182730,7 +183018,7 @@ "longname": "Phaser.Geom.Triangle#right", "scope": "instance", "kind": "member", - "___id": "T000002R020319", + "___id": "T000002R020344", "___s": true }, { @@ -182739,7 +183027,7 @@ "filename": "Triangle.js", "lineno": 363, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Top most Y coordinate of the triangle. Setting it moves the triangle on the Y axis accordingly.", @@ -182758,7 +183046,7 @@ "longname": "Phaser.Geom.Triangle#top", "scope": "instance", "kind": "member", - "___id": "T000002R020330", + "___id": "T000002R020355", "___s": true }, { @@ -182767,7 +183055,7 @@ "filename": "Triangle.js", "lineno": 401, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\triangle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\triangle", "code": {} }, "description": "Bottom most Y coordinate of the triangle. Setting it moves the triangle on the Y axis accordingly.", @@ -182786,7 +183074,7 @@ "longname": "Phaser.Geom.Triangle#bottom", "scope": "instance", "kind": "member", - "___id": "T000002R020341", + "___id": "T000002R020366", "___s": true }, { @@ -182795,7 +183083,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\typedefs", "code": {} }, "kind": "namespace", @@ -182803,7 +183091,7 @@ "memberof": "Phaser.Types", "longname": "Phaser.Types.Geom", "scope": "static", - "___id": "T000002R020353", + "___id": "T000002R020378", "___s": true }, { @@ -182812,7 +183100,7 @@ "filename": "const.js", "lineno": 9, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The mouse pointer is being held down.", @@ -182831,7 +183119,7 @@ "longname": "Phaser.Input.MOUSE_DOWN", "scope": "static", "kind": "member", - "___id": "T000002R020355", + "___id": "T000002R020380", "___s": true }, { @@ -182840,7 +183128,7 @@ "filename": "const.js", "lineno": 18, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The mouse pointer is being moved.", @@ -182859,7 +183147,7 @@ "longname": "Phaser.Input.MOUSE_MOVE", "scope": "static", "kind": "member", - "___id": "T000002R020357", + "___id": "T000002R020382", "___s": true }, { @@ -182868,7 +183156,7 @@ "filename": "const.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The mouse pointer is released.", @@ -182887,7 +183175,7 @@ "longname": "Phaser.Input.MOUSE_UP", "scope": "static", "kind": "member", - "___id": "T000002R020359", + "___id": "T000002R020384", "___s": true }, { @@ -182896,7 +183184,7 @@ "filename": "const.js", "lineno": 36, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "A touch pointer has been started.", @@ -182915,7 +183203,7 @@ "longname": "Phaser.Input.TOUCH_START", "scope": "static", "kind": "member", - "___id": "T000002R020361", + "___id": "T000002R020386", "___s": true }, { @@ -182924,7 +183212,7 @@ "filename": "const.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "A touch pointer has been started.", @@ -182943,7 +183231,7 @@ "longname": "Phaser.Input.TOUCH_MOVE", "scope": "static", "kind": "member", - "___id": "T000002R020363", + "___id": "T000002R020388", "___s": true }, { @@ -182952,7 +183240,7 @@ "filename": "const.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "A touch pointer has been started.", @@ -182971,7 +183259,7 @@ "longname": "Phaser.Input.TOUCH_END", "scope": "static", "kind": "member", - "___id": "T000002R020365", + "___id": "T000002R020390", "___s": true }, { @@ -182980,7 +183268,7 @@ "filename": "const.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The pointer lock has changed.", @@ -182999,7 +183287,7 @@ "longname": "Phaser.Input.POINTER_LOCK_CHANGE", "scope": "static", "kind": "member", - "___id": "T000002R020367", + "___id": "T000002R020392", "___s": true }, { @@ -183008,7 +183296,7 @@ "filename": "const.js", "lineno": 72, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "A touch pointer has been been cancelled by the browser.", @@ -183027,7 +183315,7 @@ "longname": "Phaser.Input.TOUCH_CANCEL", "scope": "static", "kind": "member", - "___id": "T000002R020369", + "___id": "T000002R020394", "___s": true }, { @@ -183036,7 +183324,7 @@ "filename": "const.js", "lineno": 81, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The mouse wheel changes.", @@ -183055,7 +183343,7 @@ "longname": "Phaser.Input.MOUSE_WHEEL", "scope": "static", "kind": "member", - "___id": "T000002R020371", + "___id": "T000002R020396", "___s": true }, { @@ -183064,7 +183352,7 @@ "filename": "CreateInteractiveObject.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Creates a new Interactive Object.\r\rThis is called automatically by the Input Manager when you enable a Game Object for input.\r\rThe resulting Interactive Object is mapped to the Game Object's `input` property.", @@ -183129,7 +183417,7 @@ "memberof": "Phaser.Input", "longname": "Phaser.Input.CreateInteractiveObject", "scope": "static", - "___id": "T000002R020374", + "___id": "T000002R020399", "___s": true }, { @@ -183138,7 +183426,7 @@ "filename": "CreatePixelPerfectHandler.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Creates a new Pixel Perfect Handler function.\r\rAccess via `InputPlugin.makePixelPerfect` rather than calling it directly.", @@ -183190,7 +183478,7 @@ "memberof": "Phaser.Input", "longname": "Phaser.Input.CreatePixelPerfectHandler", "scope": "static", - "___id": "T000002R020397", + "___id": "T000002R020423", "___s": true }, { @@ -183199,7 +183487,7 @@ "filename": "BOOT_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Input Plugin Boot Event.\r\rThis internal event is dispatched by the Input Plugin when it boots, signalling to all of its systems to create themselves.", @@ -183218,7 +183506,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:BOOT", "scope": "instance", - "___id": "T000002R020401", + "___id": "T000002R020427", "___s": true }, { @@ -183227,7 +183515,7 @@ "filename": "DESTROY_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Input Plugin Destroy Event.\r\rThis internal event is dispatched by the Input Plugin when it is destroyed, signalling to all of its systems to destroy themselves.", @@ -183246,7 +183534,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:DESTROY", "scope": "instance", - "___id": "T000002R020403", + "___id": "T000002R020429", "___s": true }, { @@ -183255,7 +183543,7 @@ "filename": "DRAG_END_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Pointer Drag End Input Event.\r\rThis event is dispatched by the Input Plugin belonging to a Scene if a pointer stops dragging a Game Object.\r\rListen to this event from within a Scene using: `this.input.on('dragend', listener)`.\r\rTo listen for this event from a _specific_ Game Object, use the [GAMEOBJECT_DRAG_END]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_DRAG_END} event instead.", @@ -183315,7 +183603,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:DRAG_END", "scope": "instance", - "___id": "T000002R020405", + "___id": "T000002R020431", "___s": true }, { @@ -183324,7 +183612,7 @@ "filename": "DRAG_ENTER_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Pointer Drag Enter Input Event.\r\rThis event is dispatched by the Input Plugin belonging to a Scene if a pointer drags a Game Object into a Drag Target.\r\rListen to this event from within a Scene using: `this.input.on('dragenter', listener)`.\r\rA Pointer can only drag a single Game Object at once.\r\rTo listen for this event from a _specific_ Game Object, use the [GAMEOBJECT_DRAG_ENTER]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_DRAG_ENTER} event instead.", @@ -183384,7 +183672,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:DRAG_ENTER", "scope": "instance", - "___id": "T000002R020407", + "___id": "T000002R020433", "___s": true }, { @@ -183393,7 +183681,7 @@ "filename": "DRAG_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Pointer Drag Input Event.\r\rThis event is dispatched by the Input Plugin belonging to a Scene if a pointer moves while dragging a Game Object.\r\rListen to this event from within a Scene using: `this.input.on('drag', listener)`.\r\rA Pointer can only drag a single Game Object at once.\r\rTo listen for this event from a _specific_ Game Object, use the [GAMEOBJECT_DRAG]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_DRAG} event instead.", @@ -183466,7 +183754,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:DRAG", "scope": "instance", - "___id": "T000002R020409", + "___id": "T000002R020435", "___s": true }, { @@ -183475,7 +183763,7 @@ "filename": "DRAG_LEAVE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Pointer Drag Leave Input Event.\r\rThis event is dispatched by the Input Plugin belonging to a Scene if a pointer drags a Game Object out of a Drag Target.\r\rListen to this event from within a Scene using: `this.input.on('dragleave', listener)`.\r\rA Pointer can only drag a single Game Object at once.\r\rTo listen for this event from a _specific_ Game Object, use the [GAMEOBJECT_DRAG_LEAVE]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_DRAG_LEAVE} event instead.", @@ -183535,7 +183823,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:DRAG_LEAVE", "scope": "instance", - "___id": "T000002R020411", + "___id": "T000002R020437", "___s": true }, { @@ -183544,7 +183832,7 @@ "filename": "DRAG_OVER_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Pointer Drag Over Input Event.\r\rThis event is dispatched by the Input Plugin belonging to a Scene if a pointer drags a Game Object over a Drag Target.\r\rWhen the Game Object first enters the drag target it will emit a `dragenter` event. If it then moves while within\rthe drag target, it will emit this event instead.\r\rListen to this event from within a Scene using: `this.input.on('dragover', listener)`.\r\rA Pointer can only drag a single Game Object at once.\r\rTo listen for this event from a _specific_ Game Object, use the [GAMEOBJECT_DRAG_OVER]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_DRAG_OVER} event instead.", @@ -183604,7 +183892,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:DRAG_OVER", "scope": "instance", - "___id": "T000002R020413", + "___id": "T000002R020439", "___s": true }, { @@ -183613,7 +183901,7 @@ "filename": "DRAG_START_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Pointer Drag Start Input Event.\r\rThis event is dispatched by the Input Plugin belonging to a Scene if a pointer starts to drag any Game Object.\r\rListen to this event from within a Scene using: `this.input.on('dragstart', listener)`.\r\rA Pointer can only drag a single Game Object at once.\r\rTo listen for this event from a _specific_ Game Object, use the [GAMEOBJECT_DRAG_START]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_DRAG_START} event instead.", @@ -183660,7 +183948,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:DRAG_START", "scope": "instance", - "___id": "T000002R020415", + "___id": "T000002R020441", "___s": true }, { @@ -183669,7 +183957,7 @@ "filename": "DROP_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Pointer Drop Input Event.\r\rThis event is dispatched by the Input Plugin belonging to a Scene if a pointer drops a Game Object on a Drag Target.\r\rListen to this event from within a Scene using: `this.input.on('drop', listener)`.\r\rTo listen for this event from a _specific_ Game Object, use the [GAMEOBJECT_DROP]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_DROP} event instead.", @@ -183729,7 +184017,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:DROP", "scope": "instance", - "___id": "T000002R020417", + "___id": "T000002R020443", "___s": true }, { @@ -183738,7 +184026,7 @@ "filename": "GAMEOBJECT_DOWN_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Game Object Down Input Event.\r\rThis event is dispatched by the Input Plugin belonging to a Scene if a pointer is pressed down on _any_ interactive Game Object.\r\rListen to this event from within a Scene using: `this.input.on('gameobjectdown', listener)`.\r\rTo receive this event, the Game Objects must have been set as interactive.\rSee [GameObject.setInteractive]{@link Phaser.GameObjects.GameObject#setInteractive} for more details.\r\rTo listen for this event from a _specific_ Game Object, use the [GAMEOBJECT_POINTER_DOWN]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_POINTER_DOWN} event instead.\r\rThe event hierarchy is as follows:\r\r1. [GAMEOBJECT_POINTER_DOWN]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_POINTER_DOWN}\r2. [GAMEOBJECT_DOWN]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_DOWN}\r3. [POINTER_DOWN]{@linkcode Phaser.Input.Events#event:POINTER_DOWN} or [POINTER_DOWN_OUTSIDE]{@linkcode Phaser.Input.Events#event:POINTER_DOWN_OUTSIDE}\r\rWith the top event being dispatched first and then flowing down the list. Note that higher-up event handlers can stop\rthe propagation of this event.", @@ -183798,7 +184086,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:GAMEOBJECT_DOWN", "scope": "instance", - "___id": "T000002R020419", + "___id": "T000002R020445", "___s": true }, { @@ -183807,7 +184095,7 @@ "filename": "GAMEOBJECT_DRAG_END_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Game Object Drag End Event.\r\rThis event is dispatched by an interactive Game Object if a pointer stops dragging it.\r\rListen to this event from a Game Object using: `gameObject.on('dragend', listener)`.\rNote that the scope of the listener is automatically set to be the Game Object instance itself.\r\rTo receive this event, the Game Object must have been set as interactive and enabled for drag.\rSee [GameObject.setInteractive](Phaser.GameObjects.GameObject#setInteractive) for more details.", @@ -183880,7 +184168,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:GAMEOBJECT_DRAG_END", "scope": "instance", - "___id": "T000002R020421", + "___id": "T000002R020447", "___s": true }, { @@ -183889,7 +184177,7 @@ "filename": "GAMEOBJECT_DRAG_ENTER_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Game Object Drag Enter Event.\r\rThis event is dispatched by an interactive Game Object if a pointer drags it into a drag target.\r\rListen to this event from a Game Object using: `gameObject.on('dragenter', listener)`.\rNote that the scope of the listener is automatically set to be the Game Object instance itself.\r\rTo receive this event, the Game Object must have been set as interactive and enabled for drag.\rSee [GameObject.setInteractive]{@link Phaser.GameObjects.GameObject#setInteractive} for more details.", @@ -183936,7 +184224,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:GAMEOBJECT_DRAG_ENTER", "scope": "instance", - "___id": "T000002R020423", + "___id": "T000002R020449", "___s": true }, { @@ -183945,7 +184233,7 @@ "filename": "GAMEOBJECT_DRAG_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Game Object Drag Event.\r\rThis event is dispatched by an interactive Game Object if a pointer moves while dragging it.\r\rListen to this event from a Game Object using: `gameObject.on('drag', listener)`.\rNote that the scope of the listener is automatically set to be the Game Object instance itself.\r\rTo receive this event, the Game Object must have been set as interactive and enabled for drag.\rSee [GameObject.setInteractive]{@link Phaser.GameObjects.GameObject#setInteractive} for more details.", @@ -184005,7 +184293,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:GAMEOBJECT_DRAG", "scope": "instance", - "___id": "T000002R020425", + "___id": "T000002R020451", "___s": true }, { @@ -184014,7 +184302,7 @@ "filename": "GAMEOBJECT_DRAG_LEAVE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Game Object Drag Leave Event.\r\rThis event is dispatched by an interactive Game Object if a pointer drags it out of a drag target.\r\rListen to this event from a Game Object using: `gameObject.on('dragleave', listener)`.\rNote that the scope of the listener is automatically set to be the Game Object instance itself.\r\rTo receive this event, the Game Object must have been set as interactive and enabled for drag.\rSee [GameObject.setInteractive]{@link Phaser.GameObjects.GameObject#setInteractive} for more details.", @@ -184061,7 +184349,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:GAMEOBJECT_DRAG_LEAVE", "scope": "instance", - "___id": "T000002R020427", + "___id": "T000002R020453", "___s": true }, { @@ -184070,7 +184358,7 @@ "filename": "GAMEOBJECT_DRAG_OVER_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Game Object Drag Over Event.\r\rThis event is dispatched by an interactive Game Object if a pointer drags it over a drag target.\r\rWhen the Game Object first enters the drag target it will emit a `dragenter` event. If it then moves while within\rthe drag target, it will emit this event instead.\r\rListen to this event from a Game Object using: `gameObject.on('dragover', listener)`.\rNote that the scope of the listener is automatically set to be the Game Object instance itself.\r\rTo receive this event, the Game Object must have been set as interactive and enabled for drag.\rSee [GameObject.setInteractive]{@link Phaser.GameObjects.GameObject#setInteractive} for more details.", @@ -184117,7 +184405,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:GAMEOBJECT_DRAG_OVER", "scope": "instance", - "___id": "T000002R020429", + "___id": "T000002R020455", "___s": true }, { @@ -184126,7 +184414,7 @@ "filename": "GAMEOBJECT_DRAG_START_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Game Object Drag Start Event.\r\rThis event is dispatched by an interactive Game Object if a pointer starts to drag it.\r\rListen to this event from a Game Object using: `gameObject.on('dragstart', listener)`.\rNote that the scope of the listener is automatically set to be the Game Object instance itself.\r\rTo receive this event, the Game Object must have been set as interactive and enabled for drag.\rSee [GameObject.setInteractive]{@link Phaser.GameObjects.GameObject#setInteractive} for more details.\r\rThere are lots of useful drag related properties that are set within the Game Object when dragging occurs.\rFor example, `gameObject.input.dragStartX`, `dragStartY` and so on.", @@ -184186,7 +184474,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:GAMEOBJECT_DRAG_START", "scope": "instance", - "___id": "T000002R020431", + "___id": "T000002R020457", "___s": true }, { @@ -184195,7 +184483,7 @@ "filename": "GAMEOBJECT_DROP_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Game Object Drop Event.\r\rThis event is dispatched by an interactive Game Object if a pointer drops it on a Drag Target.\r\rListen to this event from a Game Object using: `gameObject.on('drop', listener)`.\rNote that the scope of the listener is automatically set to be the Game Object instance itself.\r\rTo receive this event, the Game Object must have been set as interactive and enabled for drag.\rSee [GameObject.setInteractive]{@link Phaser.GameObjects.GameObject#setInteractive} for more details.", @@ -184242,7 +184530,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:GAMEOBJECT_DROP", "scope": "instance", - "___id": "T000002R020433", + "___id": "T000002R020459", "___s": true }, { @@ -184251,7 +184539,7 @@ "filename": "GAMEOBJECT_MOVE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Game Object Move Input Event.\r\rThis event is dispatched by the Input Plugin belonging to a Scene if a pointer is moved across _any_ interactive Game Object.\r\rListen to this event from within a Scene using: `this.input.on('gameobjectmove', listener)`.\r\rTo receive this event, the Game Objects must have been set as interactive.\rSee [GameObject.setInteractive]{@link Phaser.GameObjects.GameObject#setInteractive} for more details.\r\rTo listen for this event from a _specific_ Game Object, use the [GAMEOBJECT_POINTER_MOVE]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_POINTER_MOVE} event instead.\r\rThe event hierarchy is as follows:\r\r1. [GAMEOBJECT_POINTER_MOVE]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_POINTER_MOVE}\r2. [GAMEOBJECT_MOVE]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_MOVE}\r3. [POINTER_MOVE]{@linkcode Phaser.Input.Events#event:POINTER_MOVE}\r\rWith the top event being dispatched first and then flowing down the list. Note that higher-up event handlers can stop\rthe propagation of this event.", @@ -184311,7 +184599,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:GAMEOBJECT_MOVE", "scope": "instance", - "___id": "T000002R020435", + "___id": "T000002R020461", "___s": true }, { @@ -184320,7 +184608,7 @@ "filename": "GAMEOBJECT_OUT_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Game Object Out Input Event.\r\rThis event is dispatched by the Input Plugin belonging to a Scene if a pointer moves out of _any_ interactive Game Object.\r\rListen to this event from within a Scene using: `this.input.on('gameobjectout', listener)`.\r\rTo receive this event, the Game Objects must have been set as interactive.\rSee [GameObject.setInteractive]{@link Phaser.GameObjects.GameObject#setInteractive} for more details.\r\rTo listen for this event from a _specific_ Game Object, use the [GAMEOBJECT_POINTER_OUT]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_POINTER_OUT} event instead.\r\rThe event hierarchy is as follows:\r\r1. [GAMEOBJECT_POINTER_OUT]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_POINTER_OUT}\r2. [GAMEOBJECT_OUT]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_OUT}\r3. [POINTER_OUT]{@linkcode Phaser.Input.Events#event:POINTER_OUT}\r\rWith the top event being dispatched first and then flowing down the list. Note that higher-up event handlers can stop\rthe propagation of this event.\r\rIf the pointer leaves the game canvas itself, it will not trigger an this event. To handle those cases,\rplease listen for the [GAME_OUT]{@linkcode Phaser.Input.Events#event:GAME_OUT} event.", @@ -184380,7 +184668,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:GAMEOBJECT_OUT", "scope": "instance", - "___id": "T000002R020437", + "___id": "T000002R020463", "___s": true }, { @@ -184389,7 +184677,7 @@ "filename": "GAMEOBJECT_OVER_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Game Object Over Input Event.\r\rThis event is dispatched by the Input Plugin belonging to a Scene if a pointer moves over _any_ interactive Game Object.\r\rListen to this event from within a Scene using: `this.input.on('gameobjectover', listener)`.\r\rTo receive this event, the Game Objects must have been set as interactive.\rSee [GameObject.setInteractive]{@link Phaser.GameObjects.GameObject#setInteractive} for more details.\r\rTo listen for this event from a _specific_ Game Object, use the [GAMEOBJECT_POINTER_OVER]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_POINTER_OVER} event instead.\r\rThe event hierarchy is as follows:\r\r1. [GAMEOBJECT_POINTER_OVER]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_POINTER_OVER}\r2. [GAMEOBJECT_OVER]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_OVER}\r3. [POINTER_OVER]{@linkcode Phaser.Input.Events#event:POINTER_OVER}\r\rWith the top event being dispatched first and then flowing down the list. Note that higher-up event handlers can stop\rthe propagation of this event.", @@ -184449,7 +184737,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:GAMEOBJECT_OVER", "scope": "instance", - "___id": "T000002R020439", + "___id": "T000002R020465", "___s": true }, { @@ -184458,7 +184746,7 @@ "filename": "GAMEOBJECT_POINTER_DOWN_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Game Object Pointer Down Event.\r\rThis event is dispatched by an interactive Game Object if a pointer is pressed down on it.\r\rListen to this event from a Game Object using: `gameObject.on('pointerdown', listener)`.\rNote that the scope of the listener is automatically set to be the Game Object instance itself.\r\rTo receive this event, the Game Object must have been set as interactive.\rSee [GameObject.setInteractive]{@link Phaser.GameObjects.GameObject#setInteractive} for more details.\r\rThe event hierarchy is as follows:\r\r1. [GAMEOBJECT_POINTER_DOWN]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_POINTER_DOWN}\r2. [GAMEOBJECT_DOWN]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_DOWN}\r3. [POINTER_DOWN]{@linkcode Phaser.Input.Events#event:POINTER_DOWN} or [POINTER_DOWN_OUTSIDE]{@linkcode Phaser.Input.Events#event:POINTER_DOWN_OUTSIDE}\r\rWith the top event being dispatched first and then flowing down the list. Note that higher-up event handlers can stop\rthe propagation of this event.", @@ -184531,7 +184819,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:GAMEOBJECT_POINTER_DOWN", "scope": "instance", - "___id": "T000002R020441", + "___id": "T000002R020467", "___s": true }, { @@ -184540,7 +184828,7 @@ "filename": "GAMEOBJECT_POINTER_MOVE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Game Object Pointer Move Event.\r\rThis event is dispatched by an interactive Game Object if a pointer is moved while over it.\r\rListen to this event from a Game Object using: `gameObject.on('pointermove', listener)`.\rNote that the scope of the listener is automatically set to be the Game Object instance itself.\r\rTo receive this event, the Game Object must have been set as interactive.\rSee [GameObject.setInteractive]{@link Phaser.GameObjects.GameObject#setInteractive} for more details.\r\rThe event hierarchy is as follows:\r\r1. [GAMEOBJECT_POINTER_MOVE]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_POINTER_MOVE}\r2. [GAMEOBJECT_MOVE]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_MOVE}\r3. [POINTER_MOVE]{@linkcode Phaser.Input.Events#event:POINTER_MOVE}\r\rWith the top event being dispatched first and then flowing down the list. Note that higher-up event handlers can stop\rthe propagation of this event.", @@ -184613,7 +184901,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:GAMEOBJECT_POINTER_MOVE", "scope": "instance", - "___id": "T000002R020443", + "___id": "T000002R020469", "___s": true }, { @@ -184622,7 +184910,7 @@ "filename": "GAMEOBJECT_POINTER_OUT_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Game Object Pointer Out Event.\r\rThis event is dispatched by an interactive Game Object if a pointer moves out of it.\r\rListen to this event from a Game Object using: `gameObject.on('pointerout', listener)`.\rNote that the scope of the listener is automatically set to be the Game Object instance itself.\r\rTo receive this event, the Game Object must have been set as interactive.\rSee [GameObject.setInteractive]{@link Phaser.GameObjects.GameObject#setInteractive} for more details.\r\rThe event hierarchy is as follows:\r\r1. [GAMEOBJECT_POINTER_OUT]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_POINTER_OUT}\r2. [GAMEOBJECT_OUT]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_OUT}\r3. [POINTER_OUT]{@linkcode Phaser.Input.Events#event:POINTER_OUT}\r\rWith the top event being dispatched first and then flowing down the list. Note that higher-up event handlers can stop\rthe propagation of this event.\r\rIf the pointer leaves the game canvas itself, it will not trigger an this event. To handle those cases,\rplease listen for the [GAME_OUT]{@linkcode Phaser.Input.Events#event:GAME_OUT} event.", @@ -184669,7 +184957,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:GAMEOBJECT_POINTER_OUT", "scope": "instance", - "___id": "T000002R020445", + "___id": "T000002R020471", "___s": true }, { @@ -184678,7 +184966,7 @@ "filename": "GAMEOBJECT_POINTER_OVER_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Game Object Pointer Over Event.\r\rThis event is dispatched by an interactive Game Object if a pointer moves over it.\r\rListen to this event from a Game Object using: `gameObject.on('pointerover', listener)`.\rNote that the scope of the listener is automatically set to be the Game Object instance itself.\r\rTo receive this event, the Game Object must have been set as interactive.\rSee [GameObject.setInteractive]{@link Phaser.GameObjects.GameObject#setInteractive} for more details.\r\rThe event hierarchy is as follows:\r\r1. [GAMEOBJECT_POINTER_OVER]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_POINTER_OVER}\r2. [GAMEOBJECT_OVER]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_OVER}\r3. [POINTER_OVER]{@linkcode Phaser.Input.Events#event:POINTER_OVER}\r\rWith the top event being dispatched first and then flowing down the list. Note that higher-up event handlers can stop\rthe propagation of this event.", @@ -184751,7 +185039,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:GAMEOBJECT_POINTER_OVER", "scope": "instance", - "___id": "T000002R020447", + "___id": "T000002R020473", "___s": true }, { @@ -184760,7 +185048,7 @@ "filename": "GAMEOBJECT_POINTER_UP_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Game Object Pointer Up Event.\r\rThis event is dispatched by an interactive Game Object if a pointer is released while over it.\r\rListen to this event from a Game Object using: `gameObject.on('pointerup', listener)`.\rNote that the scope of the listener is automatically set to be the Game Object instance itself.\r\rTo receive this event, the Game Object must have been set as interactive.\rSee [GameObject.setInteractive]{@link Phaser.GameObjects.GameObject#setInteractive} for more details.\r\rThe event hierarchy is as follows:\r\r1. [GAMEOBJECT_POINTER_UP]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_POINTER_UP}\r2. [GAMEOBJECT_UP]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_UP}\r3. [POINTER_UP]{@linkcode Phaser.Input.Events#event:POINTER_UP} or [POINTER_UP_OUTSIDE]{@linkcode Phaser.Input.Events#event:POINTER_UP_OUTSIDE}\r\rWith the top event being dispatched first and then flowing down the list. Note that higher-up event handlers can stop\rthe propagation of this event.", @@ -184833,7 +185121,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:GAMEOBJECT_POINTER_UP", "scope": "instance", - "___id": "T000002R020449", + "___id": "T000002R020475", "___s": true }, { @@ -184842,7 +185130,7 @@ "filename": "GAMEOBJECT_POINTER_WHEEL_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Game Object Pointer Wheel Event.\r\rThis event is dispatched by an interactive Game Object if a pointer has its wheel moved while over it.\r\rListen to this event from a Game Object using: `gameObject.on('wheel', listener)`.\rNote that the scope of the listener is automatically set to be the Game Object instance itself.\r\rTo receive this event, the Game Object must have been set as interactive.\rSee [GameObject.setInteractive]{@link Phaser.GameObjects.GameObject#setInteractive} for more details.\r\rThe event hierarchy is as follows:\r\r1. [GAMEOBJECT_POINTER_WHEEL]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_POINTER_WHEEL}\r2. [GAMEOBJECT_WHEEL]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_WHEEL}\r3. [POINTER_WHEEL]{@linkcode Phaser.Input.Events#event:POINTER_WHEEL}\r\rWith the top event being dispatched first and then flowing down the list. Note that higher-up event handlers can stop\rthe propagation of this event.", @@ -184928,7 +185216,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:GAMEOBJECT_POINTER_WHEEL", "scope": "instance", - "___id": "T000002R020451", + "___id": "T000002R020477", "___s": true }, { @@ -184937,7 +185225,7 @@ "filename": "GAMEOBJECT_UP_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Game Object Up Input Event.\r\rThis event is dispatched by the Input Plugin belonging to a Scene if a pointer is released while over _any_ interactive Game Object.\r\rListen to this event from within a Scene using: `this.input.on('gameobjectup', listener)`.\r\rTo receive this event, the Game Objects must have been set as interactive.\rSee [GameObject.setInteractive]{@link Phaser.GameObjects.GameObject#setInteractive} for more details.\r\rTo listen for this event from a _specific_ Game Object, use the [GAMEOBJECT_POINTER_UP]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_POINTER_UP} event instead.\r\rThe event hierarchy is as follows:\r\r1. [GAMEOBJECT_POINTER_UP]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_POINTER_UP}\r2. [GAMEOBJECT_UP]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_UP}\r3. [POINTER_UP]{@linkcode Phaser.Input.Events#event:POINTER_UP} or [POINTER_UP_OUTSIDE]{@linkcode Phaser.Input.Events#event:POINTER_UP_OUTSIDE}\r\rWith the top event being dispatched first and then flowing down the list. Note that higher-up event handlers can stop\rthe propagation of this event.", @@ -184997,7 +185285,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:GAMEOBJECT_UP", "scope": "instance", - "___id": "T000002R020453", + "___id": "T000002R020479", "___s": true }, { @@ -185006,7 +185294,7 @@ "filename": "GAMEOBJECT_WHEEL_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Game Object Wheel Input Event.\r\rThis event is dispatched by the Input Plugin belonging to a Scene if a pointer has its wheel moved while over _any_ interactive Game Object.\r\rListen to this event from within a Scene using: `this.input.on('gameobjectwheel', listener)`.\r\rTo receive this event, the Game Objects must have been set as interactive.\rSee [GameObject.setInteractive]{@link Phaser.GameObjects.GameObject#setInteractive} for more details.\r\rTo listen for this event from a _specific_ Game Object, use the [GAMEOBJECT_POINTER_WHEEL]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_POINTER_WHEEL} event instead.\r\rThe event hierarchy is as follows:\r\r1. [GAMEOBJECT_POINTER_WHEEL]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_POINTER_WHEEL}\r2. [GAMEOBJECT_WHEEL]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_WHEEL}\r3. [POINTER_WHEEL]{@linkcode Phaser.Input.Events#event:POINTER_WHEEL}\r\rWith the top event being dispatched first and then flowing down the list. Note that higher-up event handlers can stop\rthe propagation of this event.", @@ -185105,7 +185393,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:GAMEOBJECT_WHEEL", "scope": "instance", - "___id": "T000002R020455", + "___id": "T000002R020481", "___s": true }, { @@ -185114,7 +185402,7 @@ "filename": "GAME_OUT_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Input Plugin Game Out Event.\r\rThis event is dispatched by the Input Plugin if the active pointer leaves the game canvas and is now\routside of it, elsewhere on the web page.\r\rListen to this event from within a Scene using: `this.input.on('gameout', listener)`.", @@ -185171,7 +185459,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:GAME_OUT", "scope": "instance", - "___id": "T000002R020457", + "___id": "T000002R020483", "___s": true }, { @@ -185180,7 +185468,7 @@ "filename": "GAME_OVER_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Input Plugin Game Over Event.\r\rThis event is dispatched by the Input Plugin if the active pointer enters the game canvas and is now\rover of it, having previously been elsewhere on the web page.\r\rListen to this event from within a Scene using: `this.input.on('gameover', listener)`.", @@ -185237,7 +185525,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:GAME_OVER", "scope": "instance", - "___id": "T000002R020459", + "___id": "T000002R020485", "___s": true }, { @@ -185246,7 +185534,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "kind": "namespace", @@ -185254,7 +185542,7 @@ "memberof": "Phaser.Input", "longname": "Phaser.Input.Events", "scope": "static", - "___id": "T000002R020461", + "___id": "T000002R020487", "___s": true }, { @@ -185263,7 +185551,7 @@ "filename": "MANAGER_BOOT_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Input Manager Boot Event.\r\rThis internal event is dispatched by the Input Manager when it boots.", @@ -185282,7 +185570,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:MANAGER_BOOT", "scope": "instance", - "___id": "T000002R020509", + "___id": "T000002R020535", "___s": true }, { @@ -185291,7 +185579,7 @@ "filename": "MANAGER_PROCESS_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Input Manager Process Event.\r\rThis internal event is dispatched by the Input Manager when not using the legacy queue system,\rand it wants the Input Plugins to update themselves.", @@ -185338,7 +185626,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:MANAGER_PROCESS", "scope": "instance", - "___id": "T000002R020511", + "___id": "T000002R020537", "___s": true }, { @@ -185347,7 +185635,7 @@ "filename": "MANAGER_UPDATE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Input Manager Update Event.\r\rThis internal event is dispatched by the Input Manager as part of its update step.", @@ -185366,7 +185654,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:MANAGER_UPDATE", "scope": "instance", - "___id": "T000002R020513", + "___id": "T000002R020539", "___s": true }, { @@ -185375,7 +185663,7 @@ "filename": "POINTERLOCK_CHANGE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Input Manager Pointer Lock Change Event.\r\rThis event is dispatched by the Input Manager when it is processing a native Pointer Lock Change DOM Event.", @@ -185422,7 +185710,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:POINTERLOCK_CHANGE", "scope": "instance", - "___id": "T000002R020515", + "___id": "T000002R020541", "___s": true }, { @@ -185431,7 +185719,7 @@ "filename": "POINTER_DOWN_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Pointer Down Input Event.\r\rThis event is dispatched by the Input Plugin belonging to a Scene if a pointer is pressed down anywhere.\r\rListen to this event from within a Scene using: `this.input.on('pointerdown', listener)`.\r\rThe event hierarchy is as follows:\r\r1. [GAMEOBJECT_POINTER_DOWN]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_POINTER_DOWN}\r2. [GAMEOBJECT_DOWN]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_DOWN}\r3. [POINTER_DOWN]{@linkcode Phaser.Input.Events#event:POINTER_DOWN} or [POINTER_DOWN_OUTSIDE]{@linkcode Phaser.Input.Events#event:POINTER_DOWN_OUTSIDE}\r\rWith the top event being dispatched first and then flowing down the list. Note that higher-up event handlers can stop\rthe propagation of this event.", @@ -185487,7 +185775,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:POINTER_DOWN", "scope": "instance", - "___id": "T000002R020517", + "___id": "T000002R020543", "___s": true }, { @@ -185496,7 +185784,7 @@ "filename": "POINTER_DOWN_OUTSIDE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Pointer Down Outside Input Event.\r\rThis event is dispatched by the Input Plugin belonging to a Scene if a pointer is pressed down anywhere outside of the game canvas.\r\rListen to this event from within a Scene using: `this.input.on('pointerdownoutside', listener)`.\r\rThe event hierarchy is as follows:\r\r1. [GAMEOBJECT_POINTER_DOWN]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_POINTER_DOWN}\r2. [GAMEOBJECT_DOWN]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_DOWN}\r3. [POINTER_DOWN]{@linkcode Phaser.Input.Events#event:POINTER_DOWN} or [POINTER_DOWN_OUTSIDE]{@linkcode Phaser.Input.Events#event:POINTER_DOWN_OUTSIDE}\r\rWith the top event being dispatched first and then flowing down the list. Note that higher-up event handlers can stop\rthe propagation of this event.", @@ -185530,7 +185818,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:POINTER_DOWN_OUTSIDE", "scope": "instance", - "___id": "T000002R020519", + "___id": "T000002R020545", "___s": true }, { @@ -185539,7 +185827,7 @@ "filename": "POINTER_MOVE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Pointer Move Input Event.\r\rThis event is dispatched by the Input Plugin belonging to a Scene if a pointer is moved anywhere.\r\rListen to this event from within a Scene using: `this.input.on('pointermove', listener)`.\r\rThe event hierarchy is as follows:\r\r1. [GAMEOBJECT_POINTER_MOVE]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_POINTER_MOVE}\r2. [GAMEOBJECT_MOVE]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_MOVE}\r3. [POINTER_MOVE]{@linkcode Phaser.Input.Events#event:POINTER_MOVE}\r\rWith the top event being dispatched first and then flowing down the list. Note that higher-up event handlers can stop\rthe propagation of this event.", @@ -185595,7 +185883,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:POINTER_MOVE", "scope": "instance", - "___id": "T000002R020521", + "___id": "T000002R020547", "___s": true }, { @@ -185604,7 +185892,7 @@ "filename": "POINTER_OUT_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Pointer Out Input Event.\r\rThis event is dispatched by the Input Plugin belonging to a Scene if a pointer moves out of any interactive Game Object.\r\rListen to this event from within a Scene using: `this.input.on('pointerout', listener)`.\r\rThe event hierarchy is as follows:\r\r1. [GAMEOBJECT_POINTER_OUT]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_POINTER_OUT}\r2. [GAMEOBJECT_OUT]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_OUT}\r3. [POINTER_OUT]{@linkcode Phaser.Input.Events#event:POINTER_OUT}\r\rWith the top event being dispatched first and then flowing down the list. Note that higher-up event handlers can stop\rthe propagation of this event.\r\rIf the pointer leaves the game canvas itself, it will not trigger an this event. To handle those cases,\rplease listen for the [GAME_OUT]{@linkcode Phaser.Input.Events#event:GAME_OUT} event.", @@ -185660,7 +185948,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:POINTER_OUT", "scope": "instance", - "___id": "T000002R020523", + "___id": "T000002R020549", "___s": true }, { @@ -185669,7 +185957,7 @@ "filename": "POINTER_OVER_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Pointer Over Input Event.\r\rThis event is dispatched by the Input Plugin belonging to a Scene if a pointer moves over any interactive Game Object.\r\rListen to this event from within a Scene using: `this.input.on('pointerover', listener)`.\r\rThe event hierarchy is as follows:\r\r1. [GAMEOBJECT_POINTER_OVER]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_POINTER_OVER}\r2. [GAMEOBJECT_OVER]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_OVER}\r3. [POINTER_OVER]{@linkcode Phaser.Input.Events#event:POINTER_OVER}\r\rWith the top event being dispatched first and then flowing down the list. Note that higher-up event handlers can stop\rthe propagation of this event.", @@ -185725,7 +186013,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:POINTER_OVER", "scope": "instance", - "___id": "T000002R020525", + "___id": "T000002R020551", "___s": true }, { @@ -185734,7 +186022,7 @@ "filename": "POINTER_UP_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Pointer Up Input Event.\r\rThis event is dispatched by the Input Plugin belonging to a Scene if a pointer is released anywhere.\r\rListen to this event from within a Scene using: `this.input.on('pointerup', listener)`.\r\rThe event hierarchy is as follows:\r\r1. [GAMEOBJECT_POINTER_UP]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_POINTER_UP}\r2. [GAMEOBJECT_UP]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_UP}\r3. [POINTER_UP]{@linkcode Phaser.Input.Events#event:POINTER_UP} or [POINTER_UP_OUTSIDE]{@linkcode Phaser.Input.Events#event:POINTER_UP_OUTSIDE}\r\rWith the top event being dispatched first and then flowing down the list. Note that higher-up event handlers can stop\rthe propagation of this event.", @@ -185790,7 +186078,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:POINTER_UP", "scope": "instance", - "___id": "T000002R020527", + "___id": "T000002R020553", "___s": true }, { @@ -185799,7 +186087,7 @@ "filename": "POINTER_UP_OUTSIDE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Pointer Up Outside Input Event.\r\rThis event is dispatched by the Input Plugin belonging to a Scene if a pointer is released anywhere outside of the game canvas.\r\rListen to this event from within a Scene using: `this.input.on('pointerupoutside', listener)`.\r\rThe event hierarchy is as follows:\r\r1. [GAMEOBJECT_POINTER_UP]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_POINTER_UP}\r2. [GAMEOBJECT_UP]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_UP}\r3. [POINTER_UP]{@linkcode Phaser.Input.Events#event:POINTER_UP} or [POINTER_UP_OUTSIDE]{@linkcode Phaser.Input.Events#event:POINTER_UP_OUTSIDE}\r\rWith the top event being dispatched first and then flowing down the list. Note that higher-up event handlers can stop\rthe propagation of this event.", @@ -185833,7 +186121,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:POINTER_UP_OUTSIDE", "scope": "instance", - "___id": "T000002R020529", + "___id": "T000002R020555", "___s": true }, { @@ -185842,7 +186130,7 @@ "filename": "POINTER_WHEEL_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Pointer Wheel Input Event.\r\rThis event is dispatched by the Input Plugin belonging to a Scene if a pointer has its wheel updated.\r\rListen to this event from within a Scene using: `this.input.on('wheel', listener)`.\r\rThe event hierarchy is as follows:\r\r1. [GAMEOBJECT_POINTER_WHEEL]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_POINTER_WHEEL}\r2. [GAMEOBJECT_WHEEL]{@linkcode Phaser.Input.Events#event:GAMEOBJECT_WHEEL}\r3. [POINTER_WHEEL]{@linkcode Phaser.Input.Events#event:POINTER_WHEEL}\r\rWith the top event being dispatched first and then flowing down the list. Note that higher-up event handlers can stop\rthe propagation of this event.", @@ -185937,7 +186225,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:POINTER_WHEEL", "scope": "instance", - "___id": "T000002R020531", + "___id": "T000002R020557", "___s": true }, { @@ -185946,7 +186234,7 @@ "filename": "PRE_UPDATE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Input Plugin Pre-Update Event.\r\rThis internal event is dispatched by the Input Plugin at the start of its `preUpdate` method.\rThis hook is designed specifically for input plugins, but can also be listened to from user-land code.", @@ -185965,7 +186253,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:PRE_UPDATE", "scope": "instance", - "___id": "T000002R020533", + "___id": "T000002R020559", "___s": true }, { @@ -185974,7 +186262,7 @@ "filename": "SHUTDOWN_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Input Plugin Shutdown Event.\r\rThis internal event is dispatched by the Input Plugin when it shuts down, signalling to all of its systems to shut themselves down.", @@ -185993,7 +186281,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:SHUTDOWN", "scope": "instance", - "___id": "T000002R020535", + "___id": "T000002R020561", "___s": true }, { @@ -186002,7 +186290,7 @@ "filename": "START_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Input Plugin Start Event.\r\rThis internal event is dispatched by the Input Plugin when it has finished setting-up,\rsignalling to all of its internal systems to start.", @@ -186021,7 +186309,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:START", "scope": "instance", - "___id": "T000002R020537", + "___id": "T000002R020563", "___s": true }, { @@ -186030,7 +186318,7 @@ "filename": "UPDATE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\events", "code": {} }, "description": "The Input Plugin Update Event.\r\rThis internal event is dispatched by the Input Plugin at the start of its `update` method.\rThis hook is designed specifically for input plugins, but can also be listened to from user-land code.", @@ -186077,7 +186365,7 @@ "memberof": "Phaser.Input.Events", "longname": "Phaser.Input.Events#event:UPDATE", "scope": "instance", - "___id": "T000002R020539", + "___id": "T000002R020565", "___s": true }, { @@ -186086,7 +186374,7 @@ "filename": "Axis.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "classdesc": "Contains information about a specific Gamepad Axis.\rAxis objects are created automatically by the Gamepad as they are needed.", @@ -186124,7 +186412,7 @@ ], "scope": "static", "longname": "Phaser.Input.Gamepad.Axis", - "___id": "T000002R020542", + "___id": "T000002R020568", "___s": true }, { @@ -186133,7 +186421,7 @@ "filename": "Axis.js", "lineno": 28, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "A reference to the Gamepad that this Axis belongs to.", @@ -186152,7 +186440,7 @@ "longname": "Phaser.Input.Gamepad.Axis#pad", "scope": "instance", "kind": "member", - "___id": "T000002R020545", + "___id": "T000002R020571", "___s": true }, { @@ -186161,7 +186449,7 @@ "filename": "Axis.js", "lineno": 37, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "An event emitter to use to emit the axis events.", @@ -186180,7 +186468,7 @@ "longname": "Phaser.Input.Gamepad.Axis#events", "scope": "instance", "kind": "member", - "___id": "T000002R020547", + "___id": "T000002R020573", "___s": true }, { @@ -186189,7 +186477,7 @@ "filename": "Axis.js", "lineno": 46, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "The index of this Axis.", @@ -186208,7 +186496,7 @@ "longname": "Phaser.Input.Gamepad.Axis#index", "scope": "instance", "kind": "member", - "___id": "T000002R020549", + "___id": "T000002R020575", "___s": true }, { @@ -186217,7 +186505,7 @@ "filename": "Axis.js", "lineno": 55, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "The raw axis value, between -1 and 1 with 0 being dead center.\rUse the method `getValue` to get a normalized value with the threshold applied.", @@ -186237,7 +186525,7 @@ "longname": "Phaser.Input.Gamepad.Axis#value", "scope": "instance", "kind": "member", - "___id": "T000002R020551", + "___id": "T000002R020577", "___s": true }, { @@ -186246,7 +186534,7 @@ "filename": "Axis.js", "lineno": 66, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Movement tolerance threshold below which axis values are ignored in `getValue`.", @@ -186266,7 +186554,7 @@ "longname": "Phaser.Input.Gamepad.Axis#threshold", "scope": "instance", "kind": "member", - "___id": "T000002R020553", + "___id": "T000002R020579", "___s": true }, { @@ -186275,7 +186563,7 @@ "filename": "Axis.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Applies the `threshold` value to the axis and returns it.", @@ -186299,7 +186587,7 @@ "memberof": "Phaser.Input.Gamepad.Axis", "longname": "Phaser.Input.Gamepad.Axis#getValue", "scope": "instance", - "___id": "T000002R020558", + "___id": "T000002R020584", "___s": true }, { @@ -186308,7 +186596,7 @@ "filename": "Axis.js", "lineno": 105, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Destroys this Axis instance and releases external references it holds.", @@ -186318,7 +186606,7 @@ "memberof": "Phaser.Input.Gamepad.Axis", "longname": "Phaser.Input.Gamepad.Axis#destroy", "scope": "instance", - "___id": "T000002R020560", + "___id": "T000002R020586", "___s": true }, { @@ -186327,7 +186615,7 @@ "filename": "Button.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "classdesc": "Contains information about a specific button on a Gamepad.\rButton objects are created automatically by the Gamepad as they are needed.", @@ -186365,7 +186653,7 @@ ], "scope": "static", "longname": "Phaser.Input.Gamepad.Button", - "___id": "T000002R020567", + "___id": "T000002R020593", "___s": true }, { @@ -186374,7 +186662,7 @@ "filename": "Button.js", "lineno": 29, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "A reference to the Gamepad that this Button belongs to.", @@ -186393,7 +186681,7 @@ "longname": "Phaser.Input.Gamepad.Button#pad", "scope": "instance", "kind": "member", - "___id": "T000002R020570", + "___id": "T000002R020596", "___s": true }, { @@ -186402,7 +186690,7 @@ "filename": "Button.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "An event emitter to use to emit the button events.", @@ -186421,7 +186709,7 @@ "longname": "Phaser.Input.Gamepad.Button#events", "scope": "instance", "kind": "member", - "___id": "T000002R020572", + "___id": "T000002R020598", "___s": true }, { @@ -186430,7 +186718,7 @@ "filename": "Button.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "The index of this Button.", @@ -186449,7 +186737,7 @@ "longname": "Phaser.Input.Gamepad.Button#index", "scope": "instance", "kind": "member", - "___id": "T000002R020574", + "___id": "T000002R020600", "___s": true }, { @@ -186458,7 +186746,7 @@ "filename": "Button.js", "lineno": 56, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Between 0 and 1.", @@ -186478,7 +186766,7 @@ "longname": "Phaser.Input.Gamepad.Button#value", "scope": "instance", "kind": "member", - "___id": "T000002R020576", + "___id": "T000002R020602", "___s": true }, { @@ -186487,7 +186775,7 @@ "filename": "Button.js", "lineno": 66, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Can be set for analogue buttons to enable a 'pressure' threshold,\rbefore a button is considered as being 'pressed'.", @@ -186507,7 +186795,7 @@ "longname": "Phaser.Input.Gamepad.Button#threshold", "scope": "instance", "kind": "member", - "___id": "T000002R020578", + "___id": "T000002R020604", "___s": true }, { @@ -186516,7 +186804,7 @@ "filename": "Button.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Is the Button being pressed down or not?", @@ -186536,7 +186824,7 @@ "longname": "Phaser.Input.Gamepad.Button#pressed", "scope": "instance", "kind": "member", - "___id": "T000002R020580", + "___id": "T000002R020606", "___s": true }, { @@ -186545,7 +186833,7 @@ "filename": "Button.js", "lineno": 126, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Destroys this Button instance and releases external references it holds.", @@ -186555,7 +186843,7 @@ "memberof": "Phaser.Input.Gamepad.Button", "longname": "Phaser.Input.Gamepad.Button#destroy", "scope": "instance", - "___id": "T000002R020589", + "___id": "T000002R020615", "___s": true }, { @@ -186564,7 +186852,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "kind": "namespace", @@ -186572,7 +186860,7 @@ "memberof": "Phaser.Input.Gamepad", "longname": "Phaser.Input.Gamepad.Configs", "scope": "static", - "___id": "T000002R020594", + "___id": "T000002R020620", "___s": true }, { @@ -186581,7 +186869,7 @@ "filename": "SNES_USB_Controller.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Tatar SNES USB Controller Gamepad Configuration.\rUSB Gamepad (STANDARD GAMEPAD Vendor: 0079 Product: 0011)", @@ -186591,7 +186879,7 @@ "memberof": "Phaser.Input.Gamepad.Configs", "longname": "Phaser.Input.Gamepad.Configs.SNES_USB", "scope": "static", - "___id": "T000002R020599", + "___id": "T000002R020625", "___s": true }, { @@ -186600,7 +186888,7 @@ "filename": "SNES_USB_Controller.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "D-Pad up", @@ -186619,7 +186907,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.SNES_USB", "longname": "Phaser.Input.Gamepad.Configs.SNES_USB.UP", "scope": "static", - "___id": "T000002R020601", + "___id": "T000002R020627", "___s": true }, { @@ -186628,7 +186916,7 @@ "filename": "SNES_USB_Controller.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "D-Pad down", @@ -186647,7 +186935,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.SNES_USB", "longname": "Phaser.Input.Gamepad.Configs.SNES_USB.DOWN", "scope": "static", - "___id": "T000002R020603", + "___id": "T000002R020629", "___s": true }, { @@ -186656,7 +186944,7 @@ "filename": "SNES_USB_Controller.js", "lineno": 37, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "D-Pad left", @@ -186675,7 +186963,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.SNES_USB", "longname": "Phaser.Input.Gamepad.Configs.SNES_USB.LEFT", "scope": "static", - "___id": "T000002R020605", + "___id": "T000002R020631", "___s": true }, { @@ -186684,7 +186972,7 @@ "filename": "SNES_USB_Controller.js", "lineno": 47, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "D-Pad right", @@ -186703,7 +186991,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.SNES_USB", "longname": "Phaser.Input.Gamepad.Configs.SNES_USB.RIGHT", "scope": "static", - "___id": "T000002R020607", + "___id": "T000002R020633", "___s": true }, { @@ -186712,7 +187000,7 @@ "filename": "SNES_USB_Controller.js", "lineno": 57, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Select button", @@ -186731,7 +187019,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.SNES_USB", "longname": "Phaser.Input.Gamepad.Configs.SNES_USB.SELECT", "scope": "static", - "___id": "T000002R020609", + "___id": "T000002R020635", "___s": true }, { @@ -186740,7 +187028,7 @@ "filename": "SNES_USB_Controller.js", "lineno": 67, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Start button", @@ -186759,7 +187047,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.SNES_USB", "longname": "Phaser.Input.Gamepad.Configs.SNES_USB.START", "scope": "static", - "___id": "T000002R020611", + "___id": "T000002R020637", "___s": true }, { @@ -186768,7 +187056,7 @@ "filename": "SNES_USB_Controller.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "B Button (Bottom)", @@ -186787,7 +187075,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.SNES_USB", "longname": "Phaser.Input.Gamepad.Configs.SNES_USB.B", "scope": "static", - "___id": "T000002R020613", + "___id": "T000002R020639", "___s": true }, { @@ -186796,7 +187084,7 @@ "filename": "SNES_USB_Controller.js", "lineno": 87, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "A Button (Right)", @@ -186815,7 +187103,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.SNES_USB", "longname": "Phaser.Input.Gamepad.Configs.SNES_USB.A", "scope": "static", - "___id": "T000002R020615", + "___id": "T000002R020641", "___s": true }, { @@ -186824,7 +187112,7 @@ "filename": "SNES_USB_Controller.js", "lineno": 97, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Y Button (Left)", @@ -186843,7 +187131,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.SNES_USB", "longname": "Phaser.Input.Gamepad.Configs.SNES_USB.Y", "scope": "static", - "___id": "T000002R020617", + "___id": "T000002R020643", "___s": true }, { @@ -186852,7 +187140,7 @@ "filename": "SNES_USB_Controller.js", "lineno": 107, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "X Button (Top)", @@ -186871,7 +187159,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.SNES_USB", "longname": "Phaser.Input.Gamepad.Configs.SNES_USB.X", "scope": "static", - "___id": "T000002R020619", + "___id": "T000002R020645", "___s": true }, { @@ -186880,7 +187168,7 @@ "filename": "SNES_USB_Controller.js", "lineno": 117, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Left bumper", @@ -186899,7 +187187,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.SNES_USB", "longname": "Phaser.Input.Gamepad.Configs.SNES_USB.LEFT_SHOULDER", "scope": "static", - "___id": "T000002R020621", + "___id": "T000002R020647", "___s": true }, { @@ -186908,7 +187196,7 @@ "filename": "SNES_USB_Controller.js", "lineno": 127, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Right bumper", @@ -186927,7 +187215,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.SNES_USB", "longname": "Phaser.Input.Gamepad.Configs.SNES_USB.RIGHT_SHOULDER", "scope": "static", - "___id": "T000002R020623", + "___id": "T000002R020649", "___s": true }, { @@ -186936,7 +187224,7 @@ "filename": "Sony_PlayStation_DualShock_4.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "PlayStation DualShock 4 Gamepad Configuration.\rSony PlayStation DualShock 4 (v2) wireless controller", @@ -186946,7 +187234,7 @@ "memberof": "Phaser.Input.Gamepad.Configs", "longname": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4", "scope": "static", - "___id": "T000002R020625", + "___id": "T000002R020651", "___s": true }, { @@ -186955,7 +187243,7 @@ "filename": "Sony_PlayStation_DualShock_4.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "D-Pad up", @@ -186974,7 +187262,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4", "longname": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4.UP", "scope": "static", - "___id": "T000002R020627", + "___id": "T000002R020653", "___s": true }, { @@ -186983,7 +187271,7 @@ "filename": "Sony_PlayStation_DualShock_4.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "D-Pad down", @@ -187002,7 +187290,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4", "longname": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4.DOWN", "scope": "static", - "___id": "T000002R020629", + "___id": "T000002R020655", "___s": true }, { @@ -187011,7 +187299,7 @@ "filename": "Sony_PlayStation_DualShock_4.js", "lineno": 37, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "D-Pad left", @@ -187030,7 +187318,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4", "longname": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4.LEFT", "scope": "static", - "___id": "T000002R020631", + "___id": "T000002R020657", "___s": true }, { @@ -187039,7 +187327,7 @@ "filename": "Sony_PlayStation_DualShock_4.js", "lineno": 47, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "D-Pad up", @@ -187058,7 +187346,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4", "longname": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4.RIGHT", "scope": "static", - "___id": "T000002R020633", + "___id": "T000002R020659", "___s": true }, { @@ -187067,7 +187355,7 @@ "filename": "Sony_PlayStation_DualShock_4.js", "lineno": 57, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Share button", @@ -187086,7 +187374,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4", "longname": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4.SHARE", "scope": "static", - "___id": "T000002R020635", + "___id": "T000002R020661", "___s": true }, { @@ -187095,7 +187383,7 @@ "filename": "Sony_PlayStation_DualShock_4.js", "lineno": 67, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Options button", @@ -187114,7 +187402,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4", "longname": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4.OPTIONS", "scope": "static", - "___id": "T000002R020637", + "___id": "T000002R020663", "___s": true }, { @@ -187123,7 +187411,7 @@ "filename": "Sony_PlayStation_DualShock_4.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "PlayStation logo button", @@ -187142,7 +187430,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4", "longname": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4.PS", "scope": "static", - "___id": "T000002R020639", + "___id": "T000002R020665", "___s": true }, { @@ -187151,7 +187439,7 @@ "filename": "Sony_PlayStation_DualShock_4.js", "lineno": 87, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Touchpad click", @@ -187170,7 +187458,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4", "longname": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4.TOUCHBAR", "scope": "static", - "___id": "T000002R020641", + "___id": "T000002R020667", "___s": true }, { @@ -187179,7 +187467,7 @@ "filename": "Sony_PlayStation_DualShock_4.js", "lineno": 97, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Cross button (Bottom)", @@ -187198,7 +187486,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4", "longname": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4.X", "scope": "static", - "___id": "T000002R020643", + "___id": "T000002R020669", "___s": true }, { @@ -187207,7 +187495,7 @@ "filename": "Sony_PlayStation_DualShock_4.js", "lineno": 107, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Circle button (Right)", @@ -187226,7 +187514,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4", "longname": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4.CIRCLE", "scope": "static", - "___id": "T000002R020645", + "___id": "T000002R020671", "___s": true }, { @@ -187235,7 +187523,7 @@ "filename": "Sony_PlayStation_DualShock_4.js", "lineno": 117, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Square button (Left)", @@ -187254,7 +187542,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4", "longname": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4.SQUARE", "scope": "static", - "___id": "T000002R020647", + "___id": "T000002R020673", "___s": true }, { @@ -187263,7 +187551,7 @@ "filename": "Sony_PlayStation_DualShock_4.js", "lineno": 127, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Triangle button (Top)", @@ -187282,7 +187570,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4", "longname": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4.TRIANGLE", "scope": "static", - "___id": "T000002R020649", + "___id": "T000002R020675", "___s": true }, { @@ -187291,7 +187579,7 @@ "filename": "Sony_PlayStation_DualShock_4.js", "lineno": 137, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Left bumper (L1)", @@ -187310,7 +187598,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4", "longname": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4.L1", "scope": "static", - "___id": "T000002R020651", + "___id": "T000002R020677", "___s": true }, { @@ -187319,7 +187607,7 @@ "filename": "Sony_PlayStation_DualShock_4.js", "lineno": 147, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Right bumper (R1)", @@ -187338,7 +187626,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4", "longname": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4.R1", "scope": "static", - "___id": "T000002R020653", + "___id": "T000002R020679", "___s": true }, { @@ -187347,7 +187635,7 @@ "filename": "Sony_PlayStation_DualShock_4.js", "lineno": 157, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Left trigger (L2)", @@ -187366,7 +187654,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4", "longname": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4.L2", "scope": "static", - "___id": "T000002R020655", + "___id": "T000002R020681", "___s": true }, { @@ -187375,7 +187663,7 @@ "filename": "Sony_PlayStation_DualShock_4.js", "lineno": 167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Right trigger (R2)", @@ -187394,7 +187682,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4", "longname": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4.R2", "scope": "static", - "___id": "T000002R020657", + "___id": "T000002R020683", "___s": true }, { @@ -187403,7 +187691,7 @@ "filename": "Sony_PlayStation_DualShock_4.js", "lineno": 177, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Left stick click (L3)", @@ -187422,7 +187710,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4", "longname": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4.L3", "scope": "static", - "___id": "T000002R020659", + "___id": "T000002R020685", "___s": true }, { @@ -187431,7 +187719,7 @@ "filename": "Sony_PlayStation_DualShock_4.js", "lineno": 187, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Right stick click (R3)", @@ -187450,7 +187738,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4", "longname": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4.R3", "scope": "static", - "___id": "T000002R020661", + "___id": "T000002R020687", "___s": true }, { @@ -187459,7 +187747,7 @@ "filename": "Sony_PlayStation_DualShock_4.js", "lineno": 197, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Left stick horizontal", @@ -187478,7 +187766,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4", "longname": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4.LEFT_STICK_H", "scope": "static", - "___id": "T000002R020663", + "___id": "T000002R020689", "___s": true }, { @@ -187487,7 +187775,7 @@ "filename": "Sony_PlayStation_DualShock_4.js", "lineno": 207, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Left stick vertical", @@ -187506,7 +187794,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4", "longname": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4.LEFT_STICK_V", "scope": "static", - "___id": "T000002R020665", + "___id": "T000002R020691", "___s": true }, { @@ -187515,7 +187803,7 @@ "filename": "Sony_PlayStation_DualShock_4.js", "lineno": 217, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Right stick horizontal", @@ -187534,7 +187822,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4", "longname": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4.RIGHT_STICK_H", "scope": "static", - "___id": "T000002R020667", + "___id": "T000002R020693", "___s": true }, { @@ -187543,7 +187831,7 @@ "filename": "Sony_PlayStation_DualShock_4.js", "lineno": 227, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Right stick vertical", @@ -187562,7 +187850,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4", "longname": "Phaser.Input.Gamepad.Configs.DUALSHOCK_4.RIGHT_STICK_V", "scope": "static", - "___id": "T000002R020669", + "___id": "T000002R020695", "___s": true }, { @@ -187571,7 +187859,7 @@ "filename": "XBox360_Controller.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "XBox 360 Gamepad Configuration.", @@ -187581,7 +187869,7 @@ "memberof": "Phaser.Input.Gamepad.Configs", "longname": "Phaser.Input.Gamepad.Configs.XBOX_360", "scope": "static", - "___id": "T000002R020671", + "___id": "T000002R020697", "___s": true }, { @@ -187590,7 +187878,7 @@ "filename": "XBox360_Controller.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "D-Pad up", @@ -187609,7 +187897,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.XBOX_360", "longname": "Phaser.Input.Gamepad.Configs.XBOX_360.UP", "scope": "static", - "___id": "T000002R020673", + "___id": "T000002R020699", "___s": true }, { @@ -187618,7 +187906,7 @@ "filename": "XBox360_Controller.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "D-Pad down", @@ -187637,7 +187925,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.XBOX_360", "longname": "Phaser.Input.Gamepad.Configs.XBOX_360.DOWN", "scope": "static", - "___id": "T000002R020675", + "___id": "T000002R020701", "___s": true }, { @@ -187646,7 +187934,7 @@ "filename": "XBox360_Controller.js", "lineno": 36, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "D-Pad left", @@ -187665,7 +187953,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.XBOX_360", "longname": "Phaser.Input.Gamepad.Configs.XBOX_360.LEFT", "scope": "static", - "___id": "T000002R020677", + "___id": "T000002R020703", "___s": true }, { @@ -187674,7 +187962,7 @@ "filename": "XBox360_Controller.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "D-Pad right", @@ -187693,7 +187981,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.XBOX_360", "longname": "Phaser.Input.Gamepad.Configs.XBOX_360.RIGHT", "scope": "static", - "___id": "T000002R020679", + "___id": "T000002R020705", "___s": true }, { @@ -187702,7 +187990,7 @@ "filename": "XBox360_Controller.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "XBox menu button", @@ -187721,7 +188009,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.XBOX_360", "longname": "Phaser.Input.Gamepad.Configs.XBOX_360.MENU", "scope": "static", - "___id": "T000002R020681", + "___id": "T000002R020707", "___s": true }, { @@ -187730,7 +188018,7 @@ "filename": "XBox360_Controller.js", "lineno": 66, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "A button (Bottom)", @@ -187749,7 +188037,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.XBOX_360", "longname": "Phaser.Input.Gamepad.Configs.XBOX_360.A", "scope": "static", - "___id": "T000002R020683", + "___id": "T000002R020709", "___s": true }, { @@ -187758,7 +188046,7 @@ "filename": "XBox360_Controller.js", "lineno": 76, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "B button (Right)", @@ -187777,7 +188065,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.XBOX_360", "longname": "Phaser.Input.Gamepad.Configs.XBOX_360.B", "scope": "static", - "___id": "T000002R020685", + "___id": "T000002R020711", "___s": true }, { @@ -187786,7 +188074,7 @@ "filename": "XBox360_Controller.js", "lineno": 86, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "X button (Left)", @@ -187805,7 +188093,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.XBOX_360", "longname": "Phaser.Input.Gamepad.Configs.XBOX_360.X", "scope": "static", - "___id": "T000002R020687", + "___id": "T000002R020713", "___s": true }, { @@ -187814,7 +188102,7 @@ "filename": "XBox360_Controller.js", "lineno": 96, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Y button (Top)", @@ -187833,7 +188121,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.XBOX_360", "longname": "Phaser.Input.Gamepad.Configs.XBOX_360.Y", "scope": "static", - "___id": "T000002R020689", + "___id": "T000002R020715", "___s": true }, { @@ -187842,7 +188130,7 @@ "filename": "XBox360_Controller.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Left Bumper", @@ -187861,7 +188149,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.XBOX_360", "longname": "Phaser.Input.Gamepad.Configs.XBOX_360.LB", "scope": "static", - "___id": "T000002R020691", + "___id": "T000002R020717", "___s": true }, { @@ -187870,7 +188158,7 @@ "filename": "XBox360_Controller.js", "lineno": 116, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Right Bumper", @@ -187889,7 +188177,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.XBOX_360", "longname": "Phaser.Input.Gamepad.Configs.XBOX_360.RB", "scope": "static", - "___id": "T000002R020693", + "___id": "T000002R020719", "___s": true }, { @@ -187898,7 +188186,7 @@ "filename": "XBox360_Controller.js", "lineno": 126, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Left Trigger", @@ -187917,7 +188205,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.XBOX_360", "longname": "Phaser.Input.Gamepad.Configs.XBOX_360.LT", "scope": "static", - "___id": "T000002R020695", + "___id": "T000002R020721", "___s": true }, { @@ -187926,7 +188214,7 @@ "filename": "XBox360_Controller.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Right Trigger", @@ -187945,7 +188233,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.XBOX_360", "longname": "Phaser.Input.Gamepad.Configs.XBOX_360.RT", "scope": "static", - "___id": "T000002R020697", + "___id": "T000002R020723", "___s": true }, { @@ -187954,7 +188242,7 @@ "filename": "XBox360_Controller.js", "lineno": 146, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Back / Change View button", @@ -187973,7 +188261,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.XBOX_360", "longname": "Phaser.Input.Gamepad.Configs.XBOX_360.BACK", "scope": "static", - "___id": "T000002R020699", + "___id": "T000002R020725", "___s": true }, { @@ -187982,7 +188270,7 @@ "filename": "XBox360_Controller.js", "lineno": 156, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Start button", @@ -188001,7 +188289,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.XBOX_360", "longname": "Phaser.Input.Gamepad.Configs.XBOX_360.START", "scope": "static", - "___id": "T000002R020701", + "___id": "T000002R020727", "___s": true }, { @@ -188010,7 +188298,7 @@ "filename": "XBox360_Controller.js", "lineno": 166, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Left Stick press", @@ -188029,7 +188317,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.XBOX_360", "longname": "Phaser.Input.Gamepad.Configs.XBOX_360.LS", "scope": "static", - "___id": "T000002R020703", + "___id": "T000002R020729", "___s": true }, { @@ -188038,7 +188326,7 @@ "filename": "XBox360_Controller.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Right stick press", @@ -188057,7 +188345,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.XBOX_360", "longname": "Phaser.Input.Gamepad.Configs.XBOX_360.RS", "scope": "static", - "___id": "T000002R020705", + "___id": "T000002R020731", "___s": true }, { @@ -188066,7 +188354,7 @@ "filename": "XBox360_Controller.js", "lineno": 186, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Left Stick horizontal", @@ -188085,7 +188373,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.XBOX_360", "longname": "Phaser.Input.Gamepad.Configs.XBOX_360.LEFT_STICK_H", "scope": "static", - "___id": "T000002R020707", + "___id": "T000002R020733", "___s": true }, { @@ -188094,7 +188382,7 @@ "filename": "XBox360_Controller.js", "lineno": 196, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Left Stick vertical", @@ -188113,7 +188401,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.XBOX_360", "longname": "Phaser.Input.Gamepad.Configs.XBOX_360.LEFT_STICK_V", "scope": "static", - "___id": "T000002R020709", + "___id": "T000002R020735", "___s": true }, { @@ -188122,7 +188410,7 @@ "filename": "XBox360_Controller.js", "lineno": 206, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Right Stick horizontal", @@ -188141,7 +188429,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.XBOX_360", "longname": "Phaser.Input.Gamepad.Configs.XBOX_360.RIGHT_STICK_H", "scope": "static", - "___id": "T000002R020711", + "___id": "T000002R020737", "___s": true }, { @@ -188150,7 +188438,7 @@ "filename": "XBox360_Controller.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\configs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\configs", "code": {} }, "description": "Right Stick vertical", @@ -188169,7 +188457,7 @@ "memberof": "Phaser.Input.Gamepad.Configs.XBOX_360", "longname": "Phaser.Input.Gamepad.Configs.XBOX_360.RIGHT_STICK_V", "scope": "static", - "___id": "T000002R020713", + "___id": "T000002R020739", "___s": true }, { @@ -188178,7 +188466,7 @@ "filename": "BUTTON_DOWN_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\events", "code": {} }, "description": "The Gamepad Button Down Event.\r\rThis event is dispatched by the Gamepad Plugin when a button has been pressed on any active Gamepad.\r\rListen to this event from within a Scene using: `this.input.gamepad.on('down', listener)`.\r\rYou can also listen for a DOWN event from a Gamepad instance. See the [GAMEPAD_BUTTON_DOWN]{@linkcode Phaser.Input.Gamepad.Events#event:GAMEPAD_BUTTON_DOWN} event for details.", @@ -188238,7 +188526,7 @@ "memberof": "Phaser.Input.Gamepad.Events", "longname": "Phaser.Input.Gamepad.Events#event:BUTTON_DOWN", "scope": "instance", - "___id": "T000002R020715", + "___id": "T000002R020741", "___s": true }, { @@ -188247,7 +188535,7 @@ "filename": "BUTTON_UP_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\events", "code": {} }, "description": "The Gamepad Button Up Event.\r\rThis event is dispatched by the Gamepad Plugin when a button has been released on any active Gamepad.\r\rListen to this event from within a Scene using: `this.input.gamepad.on('up', listener)`.\r\rYou can also listen for an UP event from a Gamepad instance. See the [GAMEPAD_BUTTON_UP]{@linkcode Phaser.Input.Gamepad.Events#event:GAMEPAD_BUTTON_UP} event for details.", @@ -188307,7 +188595,7 @@ "memberof": "Phaser.Input.Gamepad.Events", "longname": "Phaser.Input.Gamepad.Events#event:BUTTON_UP", "scope": "instance", - "___id": "T000002R020717", + "___id": "T000002R020743", "___s": true }, { @@ -188316,7 +188604,7 @@ "filename": "CONNECTED_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\events", "code": {} }, "description": "The Gamepad Connected Event.\r\rThis event is dispatched by the Gamepad Plugin when a Gamepad has been connected.\r\rListen to this event from within a Scene using: `this.input.gamepad.once('connected', listener)`.\r\rNote that the browser may require you to press a button on a gamepad before it will allow you to access it,\rthis is for security reasons. However, it may also trust the page already, in which case you won't get the\r'connected' event and instead should check `GamepadPlugin.total` to see if it thinks there are any gamepads\ralready connected.", @@ -188363,7 +188651,7 @@ "memberof": "Phaser.Input.Gamepad.Events", "longname": "Phaser.Input.Gamepad.Events#event:CONNECTED", "scope": "instance", - "___id": "T000002R020719", + "___id": "T000002R020745", "___s": true }, { @@ -188372,7 +188660,7 @@ "filename": "DISCONNECTED_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\events", "code": {} }, "description": "The Gamepad Disconnected Event.\r\rThis event is dispatched by the Gamepad Plugin when a Gamepad has been disconnected.\r\rListen to this event from within a Scene using: `this.input.gamepad.once('disconnected', listener)`.", @@ -188419,7 +188707,7 @@ "memberof": "Phaser.Input.Gamepad.Events", "longname": "Phaser.Input.Gamepad.Events#event:DISCONNECTED", "scope": "instance", - "___id": "T000002R020721", + "___id": "T000002R020747", "___s": true }, { @@ -188428,7 +188716,7 @@ "filename": "GAMEPAD_BUTTON_DOWN_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\events", "code": {} }, "description": "The Gamepad Button Down Event.\r\rThis event is dispatched by a Gamepad instance when a button has been pressed on it.\r\rListen to this event from a Gamepad instance. Once way to get this is from the `pad1`, `pad2`, etc properties on the Gamepad Plugin:\r`this.input.gamepad.pad1.on('down', listener)`.\r\rNote that you will not receive any Gamepad button events until the browser considers the Gamepad as being 'connected'.\r\rYou can also listen for a DOWN event from the Gamepad Plugin. See the [BUTTON_DOWN]{@linkcode Phaser.Input.Gamepad.Events#event:BUTTON_DOWN} event for details.", @@ -188488,7 +188776,7 @@ "memberof": "Phaser.Input.Gamepad.Events", "longname": "Phaser.Input.Gamepad.Events#event:GAMEPAD_BUTTON_DOWN", "scope": "instance", - "___id": "T000002R020723", + "___id": "T000002R020749", "___s": true }, { @@ -188497,7 +188785,7 @@ "filename": "GAMEPAD_BUTTON_UP_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\events", "code": {} }, "description": "The Gamepad Button Up Event.\r\rThis event is dispatched by a Gamepad instance when a button has been released on it.\r\rListen to this event from a Gamepad instance. Once way to get this is from the `pad1`, `pad2`, etc properties on the Gamepad Plugin:\r`this.input.gamepad.pad1.on('up', listener)`.\r\rNote that you will not receive any Gamepad button events until the browser considers the Gamepad as being 'connected'.\r\rYou can also listen for an UP event from the Gamepad Plugin. See the [BUTTON_UP]{@linkcode Phaser.Input.Gamepad.Events#event:BUTTON_UP} event for details.", @@ -188557,7 +188845,7 @@ "memberof": "Phaser.Input.Gamepad.Events", "longname": "Phaser.Input.Gamepad.Events#event:GAMEPAD_BUTTON_UP", "scope": "instance", - "___id": "T000002R020725", + "___id": "T000002R020751", "___s": true }, { @@ -188566,7 +188854,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\events", "code": {} }, "kind": "namespace", @@ -188574,7 +188862,7 @@ "memberof": "Phaser.Input.Gamepad", "longname": "Phaser.Input.Gamepad.Events", "scope": "static", - "___id": "T000002R020727", + "___id": "T000002R020753", "___s": true }, { @@ -188583,7 +188871,7 @@ "filename": "Gamepad.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "classdesc": "A single Gamepad.\r\rThese are created, updated and managed by the Gamepad Plugin.", @@ -188624,7 +188912,7 @@ ], "scope": "static", "longname": "Phaser.Input.Gamepad.Gamepad", - "___id": "T000002R020740", + "___id": "T000002R020766", "___s": true }, { @@ -188633,7 +188921,7 @@ "filename": "Gamepad.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "A reference to the Gamepad Plugin.", @@ -188652,7 +188940,7 @@ "longname": "Phaser.Input.Gamepad.Gamepad#manager", "scope": "instance", "kind": "member", - "___id": "T000002R020744", + "___id": "T000002R020770", "___s": true }, { @@ -188661,7 +188949,7 @@ "filename": "Gamepad.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "A reference to the native Gamepad object that is connected to the browser.", @@ -188680,7 +188968,7 @@ "longname": "Phaser.Input.Gamepad.Gamepad#pad", "scope": "instance", "kind": "member", - "___id": "T000002R020746", + "___id": "T000002R020772", "___s": true }, { @@ -188689,7 +188977,7 @@ "filename": "Gamepad.js", "lineno": 56, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "A string containing some information about the controller.\r\rThis is not strictly specified, but in Firefox it will contain three pieces of information\rseparated by dashes (-): two 4-digit hexadecimal strings containing the USB vendor and\rproduct id of the controller, and the name of the controller as provided by the driver.\rIn Chrome it will contain the name of the controller as provided by the driver,\rfollowed by vendor and product 4-digit hexadecimal strings.", @@ -188708,7 +188996,7 @@ "longname": "Phaser.Input.Gamepad.Gamepad#id", "scope": "instance", "kind": "member", - "___id": "T000002R020748", + "___id": "T000002R020774", "___s": true }, { @@ -188717,7 +189005,7 @@ "filename": "Gamepad.js", "lineno": 71, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "An integer that is unique for each Gamepad currently connected to the system.\rThis can be used to distinguish multiple controllers.\rNote that disconnecting a device and then connecting a new device may reuse the previous index.", @@ -188736,7 +189024,7 @@ "longname": "Phaser.Input.Gamepad.Gamepad#index", "scope": "instance", "kind": "member", - "___id": "T000002R020750", + "___id": "T000002R020776", "___s": true }, { @@ -188745,7 +189033,7 @@ "filename": "Gamepad.js", "lineno": 89, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "An array of Gamepad Button objects, corresponding to the different buttons available on the Gamepad.", @@ -188773,7 +189061,7 @@ "longname": "Phaser.Input.Gamepad.Gamepad#buttons", "scope": "instance", "kind": "member", - "___id": "T000002R020754", + "___id": "T000002R020780", "___s": true }, { @@ -188782,7 +189070,7 @@ "filename": "Gamepad.js", "lineno": 105, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "An array of Gamepad Axis objects, corresponding to the different axes available on the Gamepad, if any.", @@ -188810,7 +189098,7 @@ "longname": "Phaser.Input.Gamepad.Gamepad#axes", "scope": "instance", "kind": "member", - "___id": "T000002R020758", + "___id": "T000002R020784", "___s": true }, { @@ -188819,7 +189107,7 @@ "filename": "Gamepad.js", "lineno": 114, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "The Gamepad's Haptic Actuator (Vibration / Rumble support).\rThis is highly experimental and only set if both present on the device,\rand exposed by both the hardware and browser.", @@ -188838,7 +189126,7 @@ "longname": "Phaser.Input.Gamepad.Gamepad#vibration", "scope": "instance", "kind": "member", - "___id": "T000002R020760", + "___id": "T000002R020786", "___s": true }, { @@ -188847,7 +189135,7 @@ "filename": "Gamepad.js", "lineno": 291, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "A Vector2 containing the most recent values from the Gamepad's left axis stick.\rThis is updated automatically as part of the Gamepad.update cycle.\rThe H Axis is mapped to the `Vector2.x` property, and the V Axis to the `Vector2.y` property.\rThe values are based on the Axis thresholds.\rIf the Gamepad does not have a left axis stick, the values will always be zero.", @@ -188866,7 +189154,7 @@ "longname": "Phaser.Input.Gamepad.Gamepad#leftStick", "scope": "instance", "kind": "member", - "___id": "T000002R020799", + "___id": "T000002R020825", "___s": true }, { @@ -188875,7 +189163,7 @@ "filename": "Gamepad.js", "lineno": 304, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "A Vector2 containing the most recent values from the Gamepad's right axis stick.\rThis is updated automatically as part of the Gamepad.update cycle.\rThe H Axis is mapped to the `Vector2.x` property, and the V Axis to the `Vector2.y` property.\rThe values are based on the Axis thresholds.\rIf the Gamepad does not have a right axis stick, the values will always be zero.", @@ -188894,7 +189182,7 @@ "longname": "Phaser.Input.Gamepad.Gamepad#rightStick", "scope": "instance", "kind": "member", - "___id": "T000002R020801", + "___id": "T000002R020827", "___s": true }, { @@ -188903,7 +189191,7 @@ "filename": "Gamepad.js", "lineno": 328, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Gets the total number of axis this Gamepad claims to support.", @@ -188927,7 +189215,7 @@ "memberof": "Phaser.Input.Gamepad.Gamepad", "longname": "Phaser.Input.Gamepad.Gamepad#getAxisTotal", "scope": "instance", - "___id": "T000002R020805", + "___id": "T000002R020831", "___s": true }, { @@ -188936,7 +189224,7 @@ "filename": "Gamepad.js", "lineno": 341, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Gets the value of an axis based on the given index.\rThe index must be valid within the range of axes supported by this Gamepad.\rThe return value will be a float between 0 and 1.", @@ -188975,7 +189263,7 @@ "memberof": "Phaser.Input.Gamepad.Gamepad", "longname": "Phaser.Input.Gamepad.Gamepad#getAxisValue", "scope": "instance", - "___id": "T000002R020807", + "___id": "T000002R020833", "___s": true }, { @@ -188984,7 +189272,7 @@ "filename": "Gamepad.js", "lineno": 358, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Sets the threshold value of all axis on this Gamepad.\rThe value is a float between 0 and 1 and is the amount below which the axis is considered as not having been moved.", @@ -189009,7 +189297,7 @@ "memberof": "Phaser.Input.Gamepad.Gamepad", "longname": "Phaser.Input.Gamepad.Gamepad#setAxisThreshold", "scope": "instance", - "___id": "T000002R020809", + "___id": "T000002R020835", "___s": true }, { @@ -189018,7 +189306,7 @@ "filename": "Gamepad.js", "lineno": 375, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Gets the total number of buttons this Gamepad claims to have.", @@ -189042,7 +189330,7 @@ "memberof": "Phaser.Input.Gamepad.Gamepad", "longname": "Phaser.Input.Gamepad.Gamepad#getButtonTotal", "scope": "instance", - "___id": "T000002R020813", + "___id": "T000002R020839", "___s": true }, { @@ -189051,7 +189339,7 @@ "filename": "Gamepad.js", "lineno": 388, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Gets the value of a button based on the given index.\rThe index must be valid within the range of buttons supported by this Gamepad.\r\rThe return value will be either 0 or 1 for an analogue button, or a float between 0 and 1\rfor a pressure-sensitive digital button, such as the shoulder buttons on a Dual Shock.", @@ -189090,7 +189378,7 @@ "memberof": "Phaser.Input.Gamepad.Gamepad", "longname": "Phaser.Input.Gamepad.Gamepad#getButtonValue", "scope": "instance", - "___id": "T000002R020815", + "___id": "T000002R020841", "___s": true }, { @@ -189099,7 +189387,7 @@ "filename": "Gamepad.js", "lineno": 407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Returns if the button is pressed down or not.\rThe index must be valid within the range of buttons supported by this Gamepad.", @@ -189138,7 +189426,7 @@ "memberof": "Phaser.Input.Gamepad.Gamepad", "longname": "Phaser.Input.Gamepad.Gamepad#isButtonDown", "scope": "instance", - "___id": "T000002R020817", + "___id": "T000002R020843", "___s": true }, { @@ -189147,7 +189435,7 @@ "filename": "Gamepad.js", "lineno": 475, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Destroys this Gamepad instance, its buttons and axes, and releases external references it holds.", @@ -189158,7 +189446,7 @@ "longname": "Phaser.Input.Gamepad.Gamepad#destroy", "scope": "instance", "overrides": "Phaser.Events.EventEmitter#destroy", - "___id": "T000002R020830", + "___id": "T000002R020856", "___s": true }, { @@ -189167,7 +189455,7 @@ "filename": "Gamepad.js", "lineno": 504, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Is this Gamepad currently connected or not?", @@ -189187,7 +189475,7 @@ "longname": "Phaser.Input.Gamepad.Gamepad#connected", "scope": "instance", "kind": "member", - "___id": "T000002R020839", + "___id": "T000002R020865", "___s": true }, { @@ -189196,7 +189484,7 @@ "filename": "Gamepad.js", "lineno": 521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "A timestamp containing the most recent time this Gamepad was updated.", @@ -189215,7 +189503,7 @@ "longname": "Phaser.Input.Gamepad.Gamepad#timestamp", "scope": "instance", "kind": "member", - "___id": "T000002R020842", + "___id": "T000002R020868", "___s": true }, { @@ -189224,7 +189512,7 @@ "filename": "Gamepad.js", "lineno": 537, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Is the Gamepad's Left button being pressed?\rIf the Gamepad doesn't have this button it will always return false.\rThis is the d-pad left button under standard Gamepad mapping.", @@ -189243,7 +189531,7 @@ "longname": "Phaser.Input.Gamepad.Gamepad#left", "scope": "instance", "kind": "member", - "___id": "T000002R020845", + "___id": "T000002R020871", "___s": true }, { @@ -189252,7 +189540,7 @@ "filename": "Gamepad.js", "lineno": 555, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Is the Gamepad's Right button being pressed?\rIf the Gamepad doesn't have this button it will always return false.\rThis is the d-pad right button under standard Gamepad mapping.", @@ -189271,7 +189559,7 @@ "longname": "Phaser.Input.Gamepad.Gamepad#right", "scope": "instance", "kind": "member", - "___id": "T000002R020848", + "___id": "T000002R020874", "___s": true }, { @@ -189280,7 +189568,7 @@ "filename": "Gamepad.js", "lineno": 573, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Is the Gamepad's Up button being pressed?\rIf the Gamepad doesn't have this button it will always return false.\rThis is the d-pad up button under standard Gamepad mapping.", @@ -189299,7 +189587,7 @@ "longname": "Phaser.Input.Gamepad.Gamepad#up", "scope": "instance", "kind": "member", - "___id": "T000002R020851", + "___id": "T000002R020877", "___s": true }, { @@ -189308,7 +189596,7 @@ "filename": "Gamepad.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Is the Gamepad's Down button being pressed?\rIf the Gamepad doesn't have this button it will always return false.\rThis is the d-pad down button under standard Gamepad mapping.", @@ -189327,7 +189615,7 @@ "longname": "Phaser.Input.Gamepad.Gamepad#down", "scope": "instance", "kind": "member", - "___id": "T000002R020854", + "___id": "T000002R020880", "___s": true }, { @@ -189336,7 +189624,7 @@ "filename": "Gamepad.js", "lineno": 609, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Is the Gamepad's bottom button in the right button cluster being pressed?\rIf the Gamepad doesn't have this button it will always return false.\rOn a Dual Shock controller it's the X button.\rOn an XBox controller it's the A button.", @@ -189355,7 +189643,7 @@ "longname": "Phaser.Input.Gamepad.Gamepad#A", "scope": "instance", "kind": "member", - "___id": "T000002R020857", + "___id": "T000002R020883", "___s": true }, { @@ -189364,7 +189652,7 @@ "filename": "Gamepad.js", "lineno": 628, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Is the Gamepad's top button in the right button cluster being pressed?\rIf the Gamepad doesn't have this button it will always return false.\rOn a Dual Shock controller it's the Triangle button.\rOn an XBox controller it's the Y button.", @@ -189383,7 +189671,7 @@ "longname": "Phaser.Input.Gamepad.Gamepad#Y", "scope": "instance", "kind": "member", - "___id": "T000002R020860", + "___id": "T000002R020886", "___s": true }, { @@ -189392,7 +189680,7 @@ "filename": "Gamepad.js", "lineno": 647, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Is the Gamepad's left button in the right button cluster being pressed?\rIf the Gamepad doesn't have this button it will always return false.\rOn a Dual Shock controller it's the Square button.\rOn an XBox controller it's the X button.", @@ -189411,7 +189699,7 @@ "longname": "Phaser.Input.Gamepad.Gamepad#X", "scope": "instance", "kind": "member", - "___id": "T000002R020863", + "___id": "T000002R020889", "___s": true }, { @@ -189420,7 +189708,7 @@ "filename": "Gamepad.js", "lineno": 666, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Is the Gamepad's right button in the right button cluster being pressed?\rIf the Gamepad doesn't have this button it will always return false.\rOn a Dual Shock controller it's the Circle button.\rOn an XBox controller it's the B button.", @@ -189439,7 +189727,7 @@ "longname": "Phaser.Input.Gamepad.Gamepad#B", "scope": "instance", "kind": "member", - "___id": "T000002R020866", + "___id": "T000002R020892", "___s": true }, { @@ -189448,7 +189736,7 @@ "filename": "Gamepad.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Returns the value of the Gamepad's top left shoulder button.\rIf the Gamepad doesn't have this button it will always return zero.\rThe value is a float between 0 and 1, corresponding to how depressed the button is.\rOn a Dual Shock controller it's the L1 button.\rOn an XBox controller it's the LB button.", @@ -189467,7 +189755,7 @@ "longname": "Phaser.Input.Gamepad.Gamepad#L1", "scope": "instance", "kind": "member", - "___id": "T000002R020869", + "___id": "T000002R020895", "___s": true }, { @@ -189476,7 +189764,7 @@ "filename": "Gamepad.js", "lineno": 705, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Returns the value of the Gamepad's bottom left shoulder button.\rIf the Gamepad doesn't have this button it will always return zero.\rThe value is a float between 0 and 1, corresponding to how depressed the button is.\rOn a Dual Shock controller it's the L2 button.\rOn an XBox controller it's the LT button.", @@ -189495,7 +189783,7 @@ "longname": "Phaser.Input.Gamepad.Gamepad#L2", "scope": "instance", "kind": "member", - "___id": "T000002R020872", + "___id": "T000002R020898", "___s": true }, { @@ -189504,7 +189792,7 @@ "filename": "Gamepad.js", "lineno": 725, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Returns the value of the Gamepad's top right shoulder button.\rIf the Gamepad doesn't have this button it will always return zero.\rThe value is a float between 0 and 1, corresponding to how depressed the button is.\rOn a Dual Shock controller it's the R1 button.\rOn an XBox controller it's the RB button.", @@ -189523,7 +189811,7 @@ "longname": "Phaser.Input.Gamepad.Gamepad#R1", "scope": "instance", "kind": "member", - "___id": "T000002R020875", + "___id": "T000002R020901", "___s": true }, { @@ -189532,7 +189820,7 @@ "filename": "Gamepad.js", "lineno": 745, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Returns the value of the Gamepad's bottom right shoulder button.\rIf the Gamepad doesn't have this button it will always return zero.\rThe value is a float between 0 and 1, corresponding to how depressed the button is.\rOn a Dual Shock controller it's the R2 button.\rOn an XBox controller it's the RT button.", @@ -189551,7 +189839,7 @@ "longname": "Phaser.Input.Gamepad.Gamepad#R2", "scope": "instance", "kind": "member", - "___id": "T000002R020878", + "___id": "T000002R020904", "___s": true }, { @@ -189560,7 +189848,7 @@ "filename": "GamepadPlugin.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "classdesc": "The Gamepad Plugin is an input plugin that belongs to the Scene-owned Input system.\r\rIts role is to listen for native DOM Gamepad Events and then process them.\r\rYou do not need to create this class directly, the Input system will create an instance of it automatically.\r\rYou can access it from within a Scene using `this.input.gamepad`.\r\rTo listen for a gamepad being connected:\r\r```javascript\rthis.input.gamepad.once('connected', function (pad) {\r // 'pad' is a reference to the gamepad that was just connected\r});\r```\r\rNote that the browser may require you to press a button on a gamepad before it will allow you to access it,\rthis is for security reasons. However, it may also trust the page already, in which case you won't get the\r'connected' event and instead should check `GamepadPlugin.total` to see if it thinks there are any gamepads\ralready connected.\r\rOnce you have received the connected event, or polled the gamepads and found them enabled, you can access\rthem via the built-in properties `GamepadPlugin.pad1` to `pad4`, for up to 4 game pads. With a reference\rto the gamepads you can poll its buttons and axis sticks. See the properties and methods available on\rthe `Gamepad` class for more details.\r\rAs of September 2020 Chrome, and likely other browsers, will soon start to require that games requesting\raccess to the Gamepad API are running under SSL. They will actively block API access if they are not.\r\rFor more information about Gamepad support in browsers see the following resources:\r\rhttps://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API\rhttps://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API/Using_the_Gamepad_API\rhttps://www.smashingmagazine.com/2015/11/gamepad-api-in-web-games/\rhttp://html5gamepad.com/", @@ -189588,7 +189876,7 @@ ], "scope": "static", "longname": "Phaser.Input.Gamepad.GamepadPlugin", - "___id": "T000002R020889", + "___id": "T000002R020915", "___s": true }, { @@ -189597,7 +189885,7 @@ "filename": "GamepadPlugin.js", "lineno": 71, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "A reference to the Scene that this Input Plugin is responsible for.", @@ -189616,7 +189904,7 @@ "longname": "Phaser.Input.Gamepad.GamepadPlugin#scene", "scope": "instance", "kind": "member", - "___id": "T000002R020893", + "___id": "T000002R020919", "___s": true }, { @@ -189625,7 +189913,7 @@ "filename": "GamepadPlugin.js", "lineno": 80, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "A reference to the Scene Systems Settings.", @@ -189644,7 +189932,7 @@ "longname": "Phaser.Input.Gamepad.GamepadPlugin#settings", "scope": "instance", "kind": "member", - "___id": "T000002R020895", + "___id": "T000002R020921", "___s": true }, { @@ -189653,7 +189941,7 @@ "filename": "GamepadPlugin.js", "lineno": 89, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "A reference to the Scene Input Plugin that created this Keyboard Plugin.", @@ -189672,7 +189960,7 @@ "longname": "Phaser.Input.Gamepad.GamepadPlugin#sceneInputPlugin", "scope": "instance", "kind": "member", - "___id": "T000002R020897", + "___id": "T000002R020923", "___s": true }, { @@ -189681,7 +189969,7 @@ "filename": "GamepadPlugin.js", "lineno": 98, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "A boolean that controls if the Gamepad Manager is enabled or not.\rCan be toggled on the fly.", @@ -189701,7 +189989,7 @@ "longname": "Phaser.Input.Gamepad.GamepadPlugin#enabled", "scope": "instance", "kind": "member", - "___id": "T000002R020899", + "___id": "T000002R020925", "___s": true }, { @@ -189710,7 +189998,7 @@ "filename": "GamepadPlugin.js", "lineno": 109, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "The Gamepad Event target, as defined in the Game Config.\rTypically the browser window, but can be any interactive DOM element.", @@ -189729,7 +190017,7 @@ "longname": "Phaser.Input.Gamepad.GamepadPlugin#target", "scope": "instance", "kind": "member", - "___id": "T000002R020901", + "___id": "T000002R020927", "___s": true }, { @@ -189738,7 +190026,7 @@ "filename": "GamepadPlugin.js", "lineno": 119, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "An array of the connected Gamepads.", @@ -189767,7 +190055,7 @@ "longname": "Phaser.Input.Gamepad.GamepadPlugin#gamepads", "scope": "instance", "kind": "member", - "___id": "T000002R020903", + "___id": "T000002R020929", "___s": true }, { @@ -189776,7 +190064,7 @@ "filename": "GamepadPlugin.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Checks to see if both this plugin and the Scene to which it belongs is active.", @@ -189800,7 +190088,7 @@ "memberof": "Phaser.Input.Gamepad.GamepadPlugin", "longname": "Phaser.Input.Gamepad.GamepadPlugin#isActive", "scope": "instance", - "___id": "T000002R020926", + "___id": "T000002R020952", "___s": true }, { @@ -189809,7 +190097,7 @@ "filename": "GamepadPlugin.js", "lineno": 307, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Disconnects all current Gamepads.", @@ -189819,7 +190107,7 @@ "memberof": "Phaser.Input.Gamepad.GamepadPlugin", "longname": "Phaser.Input.Gamepad.GamepadPlugin#disconnectAll", "scope": "instance", - "___id": "T000002R020937", + "___id": "T000002R020963", "___s": true }, { @@ -189828,7 +190116,7 @@ "filename": "GamepadPlugin.js", "lineno": 397, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Returns an array of all currently connected Gamepads.", @@ -189861,7 +190149,7 @@ "memberof": "Phaser.Input.Gamepad.GamepadPlugin", "longname": "Phaser.Input.Gamepad.GamepadPlugin#getAll", "scope": "instance", - "___id": "T000002R020957", + "___id": "T000002R020983", "___s": true }, { @@ -189870,7 +190158,7 @@ "filename": "GamepadPlugin.js", "lineno": 421, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "Looks-up a single Gamepad based on the given index value.", @@ -189909,7 +190197,7 @@ "memberof": "Phaser.Input.Gamepad.GamepadPlugin", "longname": "Phaser.Input.Gamepad.GamepadPlugin#getPad", "scope": "instance", - "___id": "T000002R020962", + "___id": "T000002R020988", "___s": true }, { @@ -189918,7 +190206,7 @@ "filename": "GamepadPlugin.js", "lineno": 532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "The total number of connected game pads.", @@ -189937,7 +190225,7 @@ "longname": "Phaser.Input.Gamepad.GamepadPlugin#total", "scope": "instance", "kind": "member", - "___id": "T000002R020983", + "___id": "T000002R021009", "___s": true }, { @@ -189946,7 +190234,7 @@ "filename": "GamepadPlugin.js", "lineno": 548, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "A reference to the first connected Gamepad.\r\rThis will be undefined if either no pads are connected, or the browser\rhas not yet issued a gamepadconnect, which can happen even if a Gamepad\ris plugged in, but hasn't yet had any buttons pressed on it.", @@ -189965,7 +190253,7 @@ "longname": "Phaser.Input.Gamepad.GamepadPlugin#pad1", "scope": "instance", "kind": "member", - "___id": "T000002R020986", + "___id": "T000002R021012", "___s": true }, { @@ -189974,7 +190262,7 @@ "filename": "GamepadPlugin.js", "lineno": 568, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "A reference to the second connected Gamepad.\r\rThis will be undefined if either no pads are connected, or the browser\rhas not yet issued a gamepadconnect, which can happen even if a Gamepad\ris plugged in, but hasn't yet had any buttons pressed on it.", @@ -189993,7 +190281,7 @@ "longname": "Phaser.Input.Gamepad.GamepadPlugin#pad2", "scope": "instance", "kind": "member", - "___id": "T000002R020989", + "___id": "T000002R021015", "___s": true }, { @@ -190002,7 +190290,7 @@ "filename": "GamepadPlugin.js", "lineno": 588, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "A reference to the third connected Gamepad.\r\rThis will be undefined if either no pads are connected, or the browser\rhas not yet issued a gamepadconnect, which can happen even if a Gamepad\ris plugged in, but hasn't yet had any buttons pressed on it.", @@ -190021,7 +190309,7 @@ "longname": "Phaser.Input.Gamepad.GamepadPlugin#pad3", "scope": "instance", "kind": "member", - "___id": "T000002R020992", + "___id": "T000002R021018", "___s": true }, { @@ -190030,7 +190318,7 @@ "filename": "GamepadPlugin.js", "lineno": 608, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "A reference to the fourth connected Gamepad.\r\rThis will be undefined if either no pads are connected, or the browser\rhas not yet issued a gamepadconnect, which can happen even if a Gamepad\ris plugged in, but hasn't yet had any buttons pressed on it.", @@ -190049,7 +190337,7 @@ "longname": "Phaser.Input.Gamepad.GamepadPlugin#pad4", "scope": "instance", "kind": "member", - "___id": "T000002R020995", + "___id": "T000002R021021", "___s": true }, { @@ -190058,7 +190346,7 @@ "filename": "GamepadPlugin.js", "lineno": 630, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "description": "An instance of the Gamepad Plugin class, if enabled via the `input.gamepad` Scene or Game Config property.\rUse this to create access Gamepads connected to the browser and respond to gamepad buttons.", @@ -190079,7 +190367,7 @@ "longname": "Phaser.Input.InputPlugin#gamepad", "scope": "instance", "kind": "member", - "___id": "T000002R020998", + "___id": "T000002R021024", "___s": true }, { @@ -190088,7 +190376,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad", "code": {} }, "kind": "namespace", @@ -190096,7 +190384,7 @@ "memberof": "Phaser.Input", "longname": "Phaser.Input.Gamepad", "scope": "static", - "___id": "T000002R021000", + "___id": "T000002R021026", "___s": true }, { @@ -190105,7 +190393,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\typedefs", "code": {} }, "kind": "namespace", @@ -190113,7 +190401,7 @@ "memberof": "Phaser.Types.Input", "longname": "Phaser.Types.Input.Gamepad", "scope": "static", - "___id": "T000002R021008", + "___id": "T000002R021034", "___s": true }, { @@ -190122,7 +190410,7 @@ "filename": "Pad.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\gamepad\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\gamepad\\typedefs", "code": {} }, "description": "The Gamepad object, as extracted from GamepadEvent.", @@ -190169,7 +190457,7 @@ "memberof": "Phaser.Types.Input.Gamepad", "longname": "Phaser.Types.Input.Gamepad.Pad", "scope": "static", - "___id": "T000002R021009", + "___id": "T000002R021035", "___s": true }, { @@ -190178,7 +190466,7 @@ "filename": "index.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "kind": "namespace", @@ -190186,7 +190474,7 @@ "memberof": "Phaser", "longname": "Phaser.Input", "scope": "static", - "___id": "T000002R021012", + "___id": "T000002R021038", "___s": true }, { @@ -190195,7 +190483,7 @@ "filename": "InputManager.js", "lineno": 19, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "classdesc": "The Input Manager is responsible for handling the pointer related systems in a single Phaser Game instance.\r\rBased on the Game Config it will create handlers for mouse and touch support.\r\rKeyboard and Gamepad are plugins, handled directly by the InputPlugin class.\r\rIt then manages the events, pointer creation and general hit test related operations.\r\rYou rarely need to interact with the Input Manager directly, and as such, all of its properties and methods\rshould be considered private. Instead, you should use the Input Plugin, which is a Scene level system, responsible\rfor dealing with all input events for a Scene.", @@ -190233,7 +190521,7 @@ ], "scope": "static", "longname": "Phaser.Input.InputManager", - "___id": "T000002R021038", + "___id": "T000002R021064", "___s": true }, { @@ -190242,7 +190530,7 @@ "filename": "InputManager.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The Game instance that owns the Input Manager.\rA Game only maintains on instance of the Input Manager at any time.", @@ -190262,7 +190550,7 @@ "longname": "Phaser.Input.InputManager#game", "scope": "instance", "kind": "member", - "___id": "T000002R021041", + "___id": "T000002R021067", "___s": true }, { @@ -190271,7 +190559,7 @@ "filename": "InputManager.js", "lineno": 58, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "A reference to the global Game Scale Manager.\rUsed for all bounds checks and pointer scaling.", @@ -190290,7 +190578,7 @@ "longname": "Phaser.Input.InputManager#scaleManager", "scope": "instance", "kind": "member", - "___id": "T000002R021043", + "___id": "T000002R021069", "___s": true }, { @@ -190299,7 +190587,7 @@ "filename": "InputManager.js", "lineno": 68, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The Canvas that is used for all DOM event input listeners.", @@ -190318,7 +190606,7 @@ "longname": "Phaser.Input.InputManager#canvas", "scope": "instance", "kind": "member", - "___id": "T000002R021045", + "___id": "T000002R021071", "___s": true }, { @@ -190327,7 +190615,7 @@ "filename": "InputManager.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The Game Configuration object, as set during the game boot.", @@ -190346,7 +190634,7 @@ "longname": "Phaser.Input.InputManager#config", "scope": "instance", "kind": "member", - "___id": "T000002R021047", + "___id": "T000002R021073", "___s": true }, { @@ -190355,7 +190643,7 @@ "filename": "InputManager.js", "lineno": 86, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "If set, the Input Manager will run its update loop every frame.", @@ -190375,7 +190663,7 @@ "longname": "Phaser.Input.InputManager#enabled", "scope": "instance", "kind": "member", - "___id": "T000002R021049", + "___id": "T000002R021075", "___s": true }, { @@ -190384,7 +190672,7 @@ "filename": "InputManager.js", "lineno": 96, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The Event Emitter instance that the Input Manager uses to emit events from.", @@ -190403,7 +190691,7 @@ "longname": "Phaser.Input.InputManager#events", "scope": "instance", "kind": "member", - "___id": "T000002R021051", + "___id": "T000002R021077", "___s": true }, { @@ -190412,7 +190700,7 @@ "filename": "InputManager.js", "lineno": 105, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Are any mouse or touch pointers currently over the game canvas?\rThis is updated automatically by the canvas over and out handlers.", @@ -190432,7 +190720,7 @@ "longname": "Phaser.Input.InputManager#isOver", "scope": "instance", "kind": "member", - "___id": "T000002R021053", + "___id": "T000002R021079", "___s": true }, { @@ -190441,7 +190729,7 @@ "filename": "InputManager.js", "lineno": 116, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The default CSS cursor to be used when interacting with your game.\r\rSee the `setDefaultCursor` method for more details.", @@ -190460,7 +190748,7 @@ "longname": "Phaser.Input.InputManager#defaultCursor", "scope": "instance", "kind": "member", - "___id": "T000002R021055", + "___id": "T000002R021081", "___s": true }, { @@ -190469,7 +190757,7 @@ "filename": "InputManager.js", "lineno": 127, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "A reference to the Keyboard Manager class, if enabled via the `input.keyboard` Game Config property.", @@ -190490,7 +190778,7 @@ "longname": "Phaser.Input.InputManager#keyboard", "scope": "instance", "kind": "member", - "___id": "T000002R021057", + "___id": "T000002R021083", "___s": true }, { @@ -190499,7 +190787,7 @@ "filename": "InputManager.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "A reference to the Mouse Manager class, if enabled via the `input.mouse` Game Config property.", @@ -190520,7 +190808,7 @@ "longname": "Phaser.Input.InputManager#mouse", "scope": "instance", "kind": "member", - "___id": "T000002R021059", + "___id": "T000002R021085", "___s": true }, { @@ -190529,7 +190817,7 @@ "filename": "InputManager.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "A reference to the Touch Manager class, if enabled via the `input.touch` Game Config property.", @@ -190548,7 +190836,7 @@ "longname": "Phaser.Input.InputManager#touch", "scope": "instance", "kind": "member", - "___id": "T000002R021061", + "___id": "T000002R021087", "___s": true }, { @@ -190557,7 +190845,7 @@ "filename": "InputManager.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "An array of Pointers that have been added to the game.\rThe first entry is reserved for the Mouse Pointer, the rest are Touch Pointers.\r\rBy default there is 1 touch pointer enabled. If you need more use the `addPointer` method to start them,\ror set the `input.activePointers` property in the Game Config.", @@ -190585,7 +190873,7 @@ "longname": "Phaser.Input.InputManager#pointers", "scope": "instance", "kind": "member", - "___id": "T000002R021063", + "___id": "T000002R021089", "___s": true }, { @@ -190594,7 +190882,7 @@ "filename": "InputManager.js", "lineno": 167, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The number of touch objects activated and being processed each update.\r\rYou can change this by either calling `addPointer` at run-time, or by\rsetting the `input.activePointers` property in the Game Config.", @@ -190614,16 +190902,16 @@ "longname": "Phaser.Input.InputManager#pointersTotal", "scope": "instance", "kind": "member", - "___id": "T000002R021065", + "___id": "T000002R021091", "___s": true }, { "comment": "/**\r\n * The mouse has its own unique Pointer object, which you can reference directly if making a _desktop specific game_.\r\n * If you are supporting both desktop and touch devices then do not use this property, instead use `activePointer`\r\n * which will always map to the most recently interacted pointer.\r\n *\r\n * @name Phaser.Input.InputManager#mousePointer\r\n * @type {?Phaser.Input.Pointer}\r\n * @since 3.10.0\r\n */", "meta": { "filename": "InputManager.js", - "lineno": 194, + "lineno": 189, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The mouse has its own unique Pointer object, which you can reference directly if making a _desktop specific game_.\rIf you are supporting both desktop and touch devices then do not use this property, instead use `activePointer`\rwhich will always map to the most recently interacted pointer.", @@ -190644,16 +190932,16 @@ "longname": "Phaser.Input.InputManager#mousePointer", "scope": "instance", "kind": "member", - "___id": "T000002R021071", + "___id": "T000002R021096", "___s": true }, { "comment": "/**\r\n * The most recently active Pointer object.\r\n *\r\n * If you've only 1 Pointer in your game then this will accurately be either the first finger touched, or the mouse.\r\n *\r\n * If your game doesn't need to support multi-touch then you can safely use this property in all of your game\r\n * code and it will adapt to be either the mouse or the touch, based on device.\r\n *\r\n * @name Phaser.Input.InputManager#activePointer\r\n * @type {Phaser.Input.Pointer}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "InputManager.js", - "lineno": 205, + "lineno": 200, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The most recently active Pointer object.\r\rIf you've only 1 Pointer in your game then this will accurately be either the first finger touched, or the mouse.\r\rIf your game doesn't need to support multi-touch then you can safely use this property in all of your game\rcode and it will adapt to be either the mouse or the touch, based on device.", @@ -190672,16 +190960,16 @@ "longname": "Phaser.Input.InputManager#activePointer", "scope": "instance", "kind": "member", - "___id": "T000002R021073", + "___id": "T000002R021098", "___s": true }, { "comment": "/**\r\n * If the top-most Scene in the Scene List receives an input it will stop input from\r\n * propagating any lower down the scene list, i.e. if you have a UI Scene at the top\r\n * and click something on it, that click will not then be passed down to any other\r\n * Scene below. Disable this to have input events passed through all Scenes, all the time.\r\n *\r\n * @name Phaser.Input.InputManager#globalTopOnly\r\n * @type {boolean}\r\n * @default true\r\n * @since 3.0.0\r\n */", "meta": { "filename": "InputManager.js", - "lineno": 219, + "lineno": 214, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "If the top-most Scene in the Scene List receives an input it will stop input from\rpropagating any lower down the scene list, i.e. if you have a UI Scene at the top\rand click something on it, that click will not then be passed down to any other\rScene below. Disable this to have input events passed through all Scenes, all the time.", @@ -190701,16 +190989,16 @@ "longname": "Phaser.Input.InputManager#globalTopOnly", "scope": "instance", "kind": "member", - "___id": "T000002R021075", + "___id": "T000002R021100", "___s": true }, { "comment": "/**\r\n * The time this Input Manager was last updated.\r\n * This value is populated by the Game Step each frame.\r\n *\r\n * @name Phaser.Input.InputManager#time\r\n * @type {number}\r\n * @readonly\r\n * @since 3.16.2\r\n */", "meta": { "filename": "InputManager.js", - "lineno": 232, + "lineno": 227, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The time this Input Manager was last updated.\rThis value is populated by the Game Step each frame.", @@ -190730,16 +191018,16 @@ "longname": "Phaser.Input.InputManager#time", "scope": "instance", "kind": "member", - "___id": "T000002R021077", + "___id": "T000002R021102", "___s": true }, { "comment": "/**\r\n * The Boot handler is called by Phaser.Game when it first starts up.\r\n * The renderer is available by now.\r\n *\r\n * @method Phaser.Input.InputManager#boot\r\n * @protected\r\n * @fires Phaser.Input.Events#MANAGER_BOOT\r\n * @since 3.0.0\r\n */", "meta": { "filename": "InputManager.js", - "lineno": 307, + "lineno": 302, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The Boot handler is called by Phaser.Game when it first starts up.\rThe renderer is available by now.", @@ -190753,16 +191041,16 @@ "memberof": "Phaser.Input.InputManager", "longname": "Phaser.Input.InputManager#boot", "scope": "instance", - "___id": "T000002R021093", + "___id": "T000002R021118", "___s": true }, { "comment": "/**\r\n * Tells the Input system to set a custom cursor.\r\n *\r\n * This cursor will be the default cursor used when interacting with the game canvas.\r\n *\r\n * If an Interactive Object also sets a custom cursor, this is the cursor that is reset after its use.\r\n *\r\n * Any valid CSS cursor value is allowed, including paths to image files, i.e.:\r\n *\r\n * ```javascript\r\n * this.input.setDefaultCursor('url(assets/cursors/sword.cur), pointer');\r\n * ```\r\n *\r\n * Please read about the differences between browsers when it comes to the file formats and sizes they support:\r\n *\r\n * https://developer.mozilla.org/en-US/docs/Web/CSS/cursor\r\n * https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_User_Interface/Using_URL_values_for_the_cursor_property\r\n *\r\n * It's up to you to pick a suitable cursor format that works across the range of browsers you need to support.\r\n *\r\n * @method Phaser.Input.InputManager#setDefaultCursor\r\n * @since 3.10.0\r\n *\r\n * @param {string} cursor - The CSS to be used when setting the default cursor.\r\n */", "meta": { "filename": "InputManager.js", - "lineno": 395, + "lineno": 390, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Tells the Input system to set a custom cursor.\r\rThis cursor will be the default cursor used when interacting with the game canvas.\r\rIf an Interactive Object also sets a custom cursor, this is the cursor that is reset after its use.\r\rAny valid CSS cursor value is allowed, including paths to image files, i.e.:\r\r```javascript\rthis.input.setDefaultCursor('url(assets/cursors/sword.cur), pointer');\r```\r\rPlease read about the differences between browsers when it comes to the file formats and sizes they support:\r\rhttps://developer.mozilla.org/en-US/docs/Web/CSS/cursor\rhttps://developer.mozilla.org/en-US/docs/Web/CSS/CSS_User_Interface/Using_URL_values_for_the_cursor_property\r\rIt's up to you to pick a suitable cursor format that works across the range of browsers you need to support.", @@ -190787,16 +191075,16 @@ "memberof": "Phaser.Input.InputManager", "longname": "Phaser.Input.InputManager#setDefaultCursor", "scope": "instance", - "___id": "T000002R021113", + "___id": "T000002R021138", "___s": true }, { "comment": "/**\r\n * Adds new Pointer objects to the Input Manager.\r\n *\r\n * By default Phaser creates 2 pointer objects: `mousePointer` and `pointer1`.\r\n *\r\n * You can create more either by calling this method, or by setting the `input.activePointers` property\r\n * in the Game Config, up to a maximum of 10 pointers.\r\n *\r\n * The first 10 pointers are available via the `InputPlugin.pointerX` properties, once they have been added\r\n * via this method.\r\n *\r\n * @method Phaser.Input.InputManager#addPointer\r\n * @since 3.10.0\r\n *\r\n * @param {number} [quantity=1] The number of new Pointers to create. A maximum of 10 is allowed in total.\r\n *\r\n * @return {Phaser.Input.Pointer[]} An array containing all of the new Pointer objects that were created.\r\n */", "meta": { "filename": "InputManager.js", - "lineno": 470, + "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Adds new Pointer objects to the Input Manager.\r\rBy default Phaser creates 2 pointer objects: `mousePointer` and `pointer1`.\r\rYou can create more either by calling this method, or by setting the `input.activePointers` property\rin the Game Config, up to a maximum of 10 pointers.\r\rThe first 10 pointers are available via the `InputPlugin.pointerX` properties, once they have been added\rvia this method.", @@ -190846,16 +191134,16 @@ "memberof": "Phaser.Input.InputManager", "longname": "Phaser.Input.InputManager#addPointer", "scope": "instance", - "___id": "T000002R021123", + "___id": "T000002R021148", "___s": true }, { "comment": "/**\r\n * Internal method that gets a list of all the active Input Plugins in the game\r\n * and updates each of them in turn, in reverse order (top to bottom), to allow\r\n * for DOM top-level event handling simulation.\r\n *\r\n * @method Phaser.Input.InputManager#updateInputPlugins\r\n * @since 3.16.0\r\n *\r\n * @param {number} type - The type of event to process.\r\n * @param {Phaser.Input.Pointer[]} pointers - An array of Pointers on which the event occurred.\r\n */", "meta": { "filename": "InputManager.js", - "lineno": 517, + "lineno": 512, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Internal method that gets a list of all the active Input Plugins in the game\rand updates each of them in turn, in reverse order (top to bottom), to allow\rfor DOM top-level event handling simulation.", @@ -190902,16 +191190,16 @@ "memberof": "Phaser.Input.InputManager", "longname": "Phaser.Input.InputManager#updateInputPlugins", "scope": "instance", - "___id": "T000002R021132", + "___id": "T000002R021157", "___s": true }, { "comment": "/**\r\n * Performs a hit test using the given Pointer and camera, against an array of interactive Game Objects.\r\n *\r\n * The Game Objects are culled against the camera, and then the coordinates are translated into the local camera space\r\n * and used to determine if they fall within the remaining Game Objects hit areas or not.\r\n *\r\n * If nothing is matched an empty array is returned.\r\n *\r\n * This method is called automatically by InputPlugin.hitTestPointer and doesn't usually need to be invoked directly.\r\n *\r\n * @method Phaser.Input.InputManager#hitTest\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Input.Pointer} pointer - The Pointer to test against.\r\n * @param {array} gameObjects - An array of interactive Game Objects to check.\r\n * @param {Phaser.Cameras.Scene2D.Camera} camera - The Camera which is being tested against.\r\n * @param {array} [output] - An array to store the results in. If not given, a new empty array is created.\r\n *\r\n * @return {array} An array of the Game Objects that were hit during this hit test.\r\n */", "meta": { "filename": "InputManager.js", - "lineno": 872, + "lineno": 867, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Performs a hit test using the given Pointer and camera, against an array of interactive Game Objects.\r\rThe Game Objects are culled against the camera, and then the coordinates are translated into the local camera space\rand used to determine if they fall within the remaining Game Objects hit areas or not.\r\rIf nothing is matched an empty array is returned.\r\rThis method is called automatically by InputPlugin.hitTestPointer and doesn't usually need to be invoked directly.", @@ -190990,16 +191278,16 @@ "memberof": "Phaser.Input.InputManager", "longname": "Phaser.Input.InputManager#hitTest", "scope": "instance", - "___id": "T000002R021202", + "___id": "T000002R021227", "___s": true }, { "comment": "/**\r\n * Checks if the given x and y coordinate are within the hit area of the Game Object.\r\n *\r\n * This method assumes that the coordinate values have already been translated into the space of the Game Object.\r\n *\r\n * If the coordinates are within the hit area they are set into the Game Objects Input `localX` and `localY` properties.\r\n *\r\n * @method Phaser.Input.InputManager#pointWithinHitArea\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.GameObjects.GameObject} gameObject - The interactive Game Object to check against.\r\n * @param {number} x - The translated x coordinate for the hit test.\r\n * @param {number} y - The translated y coordinate for the hit test.\r\n *\r\n * @return {boolean} `true` if the coordinates were inside the Game Objects hit area, otherwise `false`.\r\n */", "meta": { "filename": "InputManager.js", - "lineno": 951, + "lineno": 946, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Checks if the given x and y coordinate are within the hit area of the Game Object.\r\rThis method assumes that the coordinate values have already been translated into the space of the Game Object.\r\rIf the coordinates are within the hit area they are set into the Game Objects Input `localX` and `localY` properties.", @@ -191064,16 +191352,16 @@ "memberof": "Phaser.Input.InputManager", "longname": "Phaser.Input.InputManager#pointWithinHitArea", "scope": "instance", - "___id": "T000002R021222", + "___id": "T000002R021247", "___s": true }, { "comment": "/**\r\n * Checks if the given x and y coordinate are within the hit area of the Interactive Object.\r\n *\r\n * This method assumes that the coordinate values have already been translated into the space of the Interactive Object.\r\n *\r\n * If the coordinates are within the hit area they are set into the Interactive Objects Input `localX` and `localY` properties.\r\n *\r\n * @method Phaser.Input.InputManager#pointWithinInteractiveObject\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Types.Input.InteractiveObject} object - The Interactive Object to check against.\r\n * @param {number} x - The translated x coordinate for the hit test.\r\n * @param {number} y - The translated y coordinate for the hit test.\r\n *\r\n * @return {boolean} `true` if the coordinates were inside the Game Objects hit area, otherwise `false`.\r\n */", "meta": { "filename": "InputManager.js", - "lineno": 988, + "lineno": 983, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Checks if the given x and y coordinate are within the hit area of the Interactive Object.\r\rThis method assumes that the coordinate values have already been translated into the space of the Interactive Object.\r\rIf the coordinates are within the hit area they are set into the Interactive Objects Input `localX` and `localY` properties.", @@ -191138,16 +191426,16 @@ "memberof": "Phaser.Input.InputManager", "longname": "Phaser.Input.InputManager#pointWithinInteractiveObject", "scope": "instance", - "___id": "T000002R021229", + "___id": "T000002R021254", "___s": true }, { "comment": "/**\r\n * Transforms the pageX and pageY values of a Pointer into the scaled coordinate space of the Input Manager.\r\n *\r\n * @method Phaser.Input.InputManager#transformPointer\r\n * @since 3.10.0\r\n *\r\n * @param {Phaser.Input.Pointer} pointer - The Pointer to transform the values for.\r\n * @param {number} pageX - The Page X value.\r\n * @param {number} pageY - The Page Y value.\r\n * @param {boolean} wasMove - Are we transforming the Pointer from a move event, or an up / down event?\r\n */", "meta": { "filename": "InputManager.js", - "lineno": 1021, + "lineno": 1016, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Transforms the pageX and pageY values of a Pointer into the scaled coordinate space of the Input Manager.", @@ -191211,16 +191499,16 @@ "memberof": "Phaser.Input.InputManager", "longname": "Phaser.Input.InputManager#transformPointer", "scope": "instance", - "___id": "T000002R021235", + "___id": "T000002R021260", "___s": true }, { "comment": "/**\r\n * Destroys the Input Manager and all of its systems.\r\n *\r\n * There is no way to recover from doing this.\r\n *\r\n * @method Phaser.Input.InputManager#destroy\r\n * @since 3.0.0\r\n */", "meta": { "filename": "InputManager.js", - "lineno": 1061, + "lineno": 1056, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Destroys the Input Manager and all of its systems.\r\rThere is no way to recover from doing this.", @@ -191230,7 +191518,7 @@ "memberof": "Phaser.Input.InputManager", "longname": "Phaser.Input.InputManager#destroy", "scope": "instance", - "___id": "T000002R021248", + "___id": "T000002R021273", "___s": true }, { @@ -191239,7 +191527,7 @@ "filename": "InputPlugin.js", "lineno": 29, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "classdesc": "The Input Plugin belongs to a Scene and handles all input related events and operations for it.\r\rYou can access it from within a Scene using `this.input`.\r\rIt emits events directly. For example, you can do:\r\r```javascript\rthis.input.on('pointerdown', callback, context);\r```\r\rTo listen for a pointer down event anywhere on the game canvas.\r\rGame Objects can be enabled for input by calling their `setInteractive` method. After which they\rwill directly emit input events:\r\r```javascript\rvar sprite = this.add.sprite(x, y, texture);\rsprite.setInteractive();\rsprite.on('pointerdown', callback, context);\r```\r\rThere are lots of game configuration options available relating to input.\rSee the [Input Config object]{@linkcode Phaser.Types.Core.InputConfig} for more details, including how to deal with Phaser\rlistening for input events outside of the canvas, how to set a default number of pointers, input\rcapture settings and more.\r\rPlease also see the Input examples and tutorials for further information.\r\r**Incorrect input coordinates with Angular**\r\rIf you are using Phaser within Angular, and use nglf or the router, to make the component in which the Phaser game resides\rchange state (i.e. appear or disappear) then you'll need to notify the Scale Manager about this, as Angular will mess with\rthe DOM in a way in which Phaser can't detect directly. Call `this.scale.updateBounds()` as part of your game init in order\rto refresh the canvas DOM bounds values, which Phaser uses for input point position calculations.", @@ -191267,7 +191555,7 @@ ], "scope": "static", "longname": "Phaser.Input.InputPlugin", - "___id": "T000002R021277", + "___id": "T000002R021302", "___s": true }, { @@ -191276,7 +191564,7 @@ "filename": "InputPlugin.js", "lineno": 84, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "A reference to the Scene that this Input Plugin is responsible for.", @@ -191295,7 +191583,7 @@ "longname": "Phaser.Input.InputPlugin#scene", "scope": "instance", "kind": "member", - "___id": "T000002R021281", + "___id": "T000002R021306", "___s": true }, { @@ -191304,7 +191592,7 @@ "filename": "InputPlugin.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "A reference to the Scene Systems class.", @@ -191323,7 +191611,7 @@ "longname": "Phaser.Input.InputPlugin#systems", "scope": "instance", "kind": "member", - "___id": "T000002R021283", + "___id": "T000002R021308", "___s": true }, { @@ -191332,7 +191620,7 @@ "filename": "InputPlugin.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "A reference to the Scene Systems Settings.", @@ -191351,7 +191639,7 @@ "longname": "Phaser.Input.InputPlugin#settings", "scope": "instance", "kind": "member", - "___id": "T000002R021285", + "___id": "T000002R021310", "___s": true }, { @@ -191360,7 +191648,7 @@ "filename": "InputPlugin.js", "lineno": 111, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "A reference to the Game Input Manager.", @@ -191379,7 +191667,7 @@ "longname": "Phaser.Input.InputPlugin#manager", "scope": "instance", "kind": "member", - "___id": "T000002R021287", + "___id": "T000002R021312", "___s": true }, { @@ -191388,7 +191676,7 @@ "filename": "InputPlugin.js", "lineno": 130, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "If `true` this Input Plugin will process DOM input events.", @@ -191408,7 +191696,7 @@ "longname": "Phaser.Input.InputPlugin#enabled", "scope": "instance", "kind": "member", - "___id": "T000002R021291", + "___id": "T000002R021316", "___s": true }, { @@ -191417,7 +191705,7 @@ "filename": "InputPlugin.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "A reference to the Scene Display List. This property is set during the `boot` method.", @@ -191436,7 +191724,7 @@ "longname": "Phaser.Input.InputPlugin#displayList", "scope": "instance", "kind": "member", - "___id": "T000002R021293", + "___id": "T000002R021318", "___s": true }, { @@ -191445,7 +191733,7 @@ "filename": "InputPlugin.js", "lineno": 149, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "A reference to the Scene Cameras Manager. This property is set during the `boot` method.", @@ -191464,7 +191752,7 @@ "longname": "Phaser.Input.InputPlugin#cameras", "scope": "instance", "kind": "member", - "___id": "T000002R021295", + "___id": "T000002R021320", "___s": true }, { @@ -191473,7 +191761,7 @@ "filename": "InputPlugin.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "A reference to the Mouse Manager.\r\rThis property is only set if Mouse support has been enabled in your Game Configuration file.\r\rIf you just wish to get access to the mouse pointer, use the `mousePointer` property instead.", @@ -191494,7 +191782,7 @@ "longname": "Phaser.Input.InputPlugin#mouse", "scope": "instance", "kind": "member", - "___id": "T000002R021297", + "___id": "T000002R021322", "___s": true }, { @@ -191503,7 +191791,7 @@ "filename": "InputPlugin.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "When set to `true` (the default) the Input Plugin will emulate DOM behavior by only emitting events from\rthe top-most Game Objects in the Display List.\r\rIf set to `false` it will emit events from all Game Objects below a Pointer, not just the top one.", @@ -191523,7 +191811,7 @@ "longname": "Phaser.Input.InputPlugin#topOnly", "scope": "instance", "kind": "member", - "___id": "T000002R021299", + "___id": "T000002R021324", "___s": true }, { @@ -191532,7 +191820,7 @@ "filename": "InputPlugin.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "How often should the Pointers be checked?\r\rThe value is a time, given in ms, and is the time that must have elapsed between game steps before\rthe Pointers will be polled again. When a pointer is polled it runs a hit test to see which Game\rObjects are currently below it, or being interacted with it.\r\rPointers will *always* be checked if they have been moved by the user, or press or released.\r\rThis property only controls how often they will be polled if they have not been updated.\rYou should set this if you want to have Game Objects constantly check against the pointers, even\rif the pointer didn't itself move.\r\rSet to 0 to poll constantly. Set to -1 to only poll on user movement.", @@ -191552,7 +191840,7 @@ "longname": "Phaser.Input.InputPlugin#pollRate", "scope": "instance", "kind": "member", - "___id": "T000002R021301", + "___id": "T000002R021326", "___s": true }, { @@ -191561,7 +191849,7 @@ "filename": "InputPlugin.js", "lineno": 247, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The distance, in pixels, a pointer has to move while being held down, before it thinks it is being dragged.", @@ -191581,7 +191869,7 @@ "longname": "Phaser.Input.InputPlugin#dragDistanceThreshold", "scope": "instance", "kind": "member", - "___id": "T000002R021313", + "___id": "T000002R021338", "___s": true }, { @@ -191590,7 +191878,7 @@ "filename": "InputPlugin.js", "lineno": 257, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The amount of time, in ms, a pointer has to be held down before it thinks it is dragging.\r\rThe default polling rate is to poll only on move so once the time threshold is reached the\rdrag event will not start until you move the mouse. If you want it to start immediately\rwhen the time threshold is reached, you must increase the polling rate by calling\r[setPollAlways]{@linkcode Phaser.Input.InputPlugin#setPollAlways} or\r[setPollRate]{@linkcode Phaser.Input.InputPlugin#setPollRate}.", @@ -191610,7 +191898,7 @@ "longname": "Phaser.Input.InputPlugin#dragTimeThreshold", "scope": "instance", "kind": "member", - "___id": "T000002R021315", + "___id": "T000002R021340", "___s": true }, { @@ -191619,7 +191907,7 @@ "filename": "InputPlugin.js", "lineno": 528, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Checks to see if both this plugin and the Scene to which it belongs is active.", @@ -191643,7 +191931,7 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#isActive", "scope": "instance", - "___id": "T000002R021386", + "___id": "T000002R021411", "___s": true }, { @@ -191652,7 +191940,7 @@ "filename": "InputPlugin.js", "lineno": 541, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "This is called automatically by the Input Manager.\rIt emits events for plugins to listen to and also handles polling updates, if enabled.", @@ -191704,16 +191992,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#updatePoll", "scope": "instance", - "___id": "T000002R021388", + "___id": "T000002R021413", "___s": true }, { "comment": "/**\r\n * Clears a Game Object so it no longer has an Interactive Object associated with it.\r\n * The Game Object is then queued for removal from the Input Plugin on the next update.\r\n *\r\n * @method Phaser.Input.InputPlugin#clear\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.GameObjects.GameObject} gameObject - The Game Object that will have its Interactive Object removed.\r\n * @param {boolean} [skipQueue=false] - Skip adding this Game Object into the removal queue?\r\n *\r\n * @return {Phaser.GameObjects.GameObject} The Game Object that had its Interactive Object removed.\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 763, + "lineno": 761, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Clears a Game Object so it no longer has an Interactive Object associated with it.\rThe Game Object is then queued for removal from the Input Plugin on the next update.", @@ -191767,16 +192055,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#clear", "scope": "instance", - "___id": "T000002R021434", + "___id": "T000002R021457", "___s": true }, { "comment": "/**\r\n * Disables Input on a single Game Object.\r\n *\r\n * An input disabled Game Object still retains its Interactive Object component and can be re-enabled\r\n * at any time, by passing it to `InputPlugin.enable`.\r\n *\r\n * @method Phaser.Input.InputPlugin#disable\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.GameObjects.GameObject} gameObject - The Game Object to have its input system disabled.\r\n *\r\n * @return {this} This Input Plugin.\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 813, + "lineno": 811, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Disables Input on a single Game Object.\r\rAn input disabled Game Object still retains its Interactive Object component and can be re-enabled\rat any time, by passing it to `InputPlugin.enable`.", @@ -191816,16 +192104,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#disable", "scope": "instance", - "___id": "T000002R021445", + "___id": "T000002R021468", "___s": true }, { "comment": "/**\r\n * Enable a Game Object for interaction.\r\n *\r\n * If the Game Object already has an Interactive Object component, it is enabled and returned.\r\n *\r\n * Otherwise, a new Interactive Object component is created and assigned to the Game Object's `input` property.\r\n *\r\n * Input works by using hit areas, these are nearly always geometric shapes, such as rectangles or circles, that act as the hit area\r\n * for the Game Object. However, you can provide your own hit area shape and callback, should you wish to handle some more advanced\r\n * input detection.\r\n *\r\n * If no arguments are provided it will try and create a rectangle hit area based on the texture frame the Game Object is using. If\r\n * this isn't a texture-bound object, such as a Graphics or BitmapText object, this will fail, and you'll need to provide a specific\r\n * shape for it to use.\r\n *\r\n * You can also provide an Input Configuration Object as the only argument to this method.\r\n *\r\n * @method Phaser.Input.InputPlugin#enable\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.GameObjects.GameObject} gameObject - The Game Object to be enabled for input.\r\n * @param {(Phaser.Types.Input.InputConfiguration|any)} [hitArea] - Either an input configuration object, or a geometric shape that defines the hit area for the Game Object. If not specified a Rectangle will be used.\r\n * @param {Phaser.Types.Input.HitAreaCallback} [hitAreaCallback] - The 'contains' function to invoke to check if the pointer is within the hit area.\r\n * @param {boolean} [dropZone=false] - Is this Game Object a drop zone or not?\r\n *\r\n * @return {this} This Input Plugin.\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 861, + "lineno": 859, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Enable a Game Object for interaction.\r\rIf the Game Object already has an Interactive Object component, it is enabled and returned.\r\rOtherwise, a new Interactive Object component is created and assigned to the Game Object's `input` property.\r\rInput works by using hit areas, these are nearly always geometric shapes, such as rectangles or circles, that act as the hit area\rfor the Game Object. However, you can provide your own hit area shape and callback, should you wish to handle some more advanced\rinput detection.\r\rIf no arguments are provided it will try and create a rectangle hit area based on the texture frame the Game Object is using. If\rthis isn't a texture-bound object, such as a Graphics or BitmapText object, this will fail, and you'll need to provide a specific\rshape for it to use.\r\rYou can also provide an Input Configuration Object as the only argument to this method.", @@ -191918,16 +192206,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#enable", "scope": "instance", - "___id": "T000002R021457", + "___id": "T000002R021480", "___s": true }, { "comment": "/**\r\n * Takes the given Pointer and performs a hit test against it, to see which interactive Game Objects\r\n * it is currently above.\r\n *\r\n * The hit test is performed against which-ever Camera the Pointer is over. If it is over multiple\r\n * cameras, it starts checking the camera at the top of the camera list, and if nothing is found, iterates down the list.\r\n *\r\n * @method Phaser.Input.InputPlugin#hitTestPointer\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Input.Pointer} pointer - The Pointer to check against the Game Objects.\r\n *\r\n * @return {Phaser.GameObjects.GameObject[]} An array of all the interactive Game Objects the Pointer was above.\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 911, + "lineno": 909, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Takes the given Pointer and performs a hit test against it, to see which interactive Game Objects\rit is currently above.\r\rThe hit test is performed against which-ever Camera the Pointer is over. If it is over multiple\rcameras, it starts checking the camera at the top of the camera list, and if nothing is found, iterates down the list.", @@ -191975,16 +192263,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#hitTestPointer", "scope": "instance", - "___id": "T000002R021462", + "___id": "T000002R021485", "___s": true }, { "comment": "/**\r\n * Returns the drag state of the given Pointer for this Input Plugin.\r\n *\r\n * The state will be one of the following:\r\n *\r\n * 0 = Not dragging anything\r\n * 1 = Primary button down and objects below, so collect a draglist\r\n * 2 = Pointer being checked if meets drag criteria\r\n * 3 = Pointer meets criteria, notify the draglist\r\n * 4 = Pointer actively dragging the draglist and has moved\r\n * 5 = Pointer actively dragging but has been released, notify draglist\r\n *\r\n * @method Phaser.Input.InputPlugin#getDragState\r\n * @since 3.16.0\r\n *\r\n * @param {Phaser.Input.Pointer} pointer - The Pointer to get the drag state for.\r\n *\r\n * @return {number} The drag state of the given Pointer.\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 1036, + "lineno": 1034, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Returns the drag state of the given Pointer for this Input Plugin.\r\rThe state will be one of the following:\r\r0 = Not dragging anything\r1 = Primary button down and objects below, so collect a draglist\r2 = Pointer being checked if meets drag criteria\r3 = Pointer meets criteria, notify the draglist\r4 = Pointer actively dragging the draglist and has moved\r5 = Pointer actively dragging but has been released, notify draglist", @@ -192023,16 +192311,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#getDragState", "scope": "instance", - "___id": "T000002R021484", + "___id": "T000002R021507", "___s": true }, { "comment": "/**\r\n * Sets the drag state of the given Pointer for this Input Plugin.\r\n *\r\n * The state must be one of the following values:\r\n *\r\n * 0 = Not dragging anything\r\n * 1 = Primary button down and objects below, so collect a draglist\r\n * 2 = Pointer being checked if meets drag criteria\r\n * 3 = Pointer meets criteria, notify the draglist\r\n * 4 = Pointer actively dragging the draglist and has moved\r\n * 5 = Pointer actively dragging but has been released, notify draglist\r\n *\r\n * @method Phaser.Input.InputPlugin#setDragState\r\n * @since 3.16.0\r\n *\r\n * @param {Phaser.Input.Pointer} pointer - The Pointer to set the drag state for.\r\n * @param {number} state - The drag state value. An integer between 0 and 5.\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 1060, + "lineno": 1058, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Sets the drag state of the given Pointer for this Input Plugin.\r\rThe state must be one of the following values:\r\r0 = Not dragging anything\r1 = Primary button down and objects below, so collect a draglist\r2 = Pointer being checked if meets drag criteria\r3 = Pointer meets criteria, notify the draglist\r4 = Pointer actively dragging the draglist and has moved\r5 = Pointer actively dragging but has been released, notify draglist", @@ -192070,16 +192358,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#setDragState", "scope": "instance", - "___id": "T000002R021486", + "___id": "T000002R021509", "___s": true }, { "comment": "/**\r\n * Sets the draggable state of the given array of Game Objects.\r\n *\r\n * They can either be set to be draggable, or can have their draggable state removed by passing `false`.\r\n *\r\n * A Game Object will not fire drag events unless it has been specifically enabled for drag.\r\n *\r\n * @method Phaser.Input.InputPlugin#setDraggable\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.GameObjects.GameObject|Phaser.GameObjects.GameObject[])} gameObjects - An array of Game Objects to change the draggable state on.\r\n * @param {boolean} [value=true] - Set to `true` if the Game Objects should be made draggable, `false` if they should be unset.\r\n *\r\n * @return {this} This InputPlugin object.\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 2033, + "lineno": 2052, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Sets the draggable state of the given array of Game Objects.\r\rThey can either be set to be draggable, or can have their draggable state removed by passing `false`.\r\rA Game Object will not fire drag events unless it has been specifically enabled for drag.", @@ -192153,16 +192441,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#setDraggable", "scope": "instance", - "___id": "T000002R021666", + "___id": "T000002R021695", "___s": true }, { "comment": "/**\r\n * Creates a function that can be passed to `setInteractive`, `enable` or `setHitArea` that will handle\r\n * pixel-perfect input detection on an Image or Sprite based Game Object, or any custom class that extends them.\r\n *\r\n * The following will create a sprite that is clickable on any pixel that has an alpha value >= 1.\r\n *\r\n * ```javascript\r\n * this.add.sprite(x, y, key).setInteractive(this.input.makePixelPerfect());\r\n * ```\r\n *\r\n * The following will create a sprite that is clickable on any pixel that has an alpha value >= 150.\r\n *\r\n * ```javascript\r\n * this.add.sprite(x, y, key).setInteractive(this.input.makePixelPerfect(150));\r\n * ```\r\n *\r\n * Once you have made an Interactive Object pixel perfect it impacts all input related events for it: down, up,\r\n * dragstart, drag, etc.\r\n *\r\n * As a pointer interacts with the Game Object it will constantly poll the texture, extracting a single pixel from\r\n * the given coordinates and checking its color values. This is an expensive process, so should only be enabled on\r\n * Game Objects that really need it.\r\n *\r\n * You cannot make non-texture based Game Objects pixel perfect. So this will not work on Graphics, BitmapText,\r\n * Render Textures, Text, Tilemaps, Containers or Particles.\r\n *\r\n * @method Phaser.Input.InputPlugin#makePixelPerfect\r\n * @since 3.10.0\r\n *\r\n * @param {number} [alphaTolerance=1] - The alpha level that the pixel should be above to be included as a successful interaction.\r\n *\r\n * @return {function} A Pixel Perfect Handler for use as a hitArea shape callback.\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 2078, + "lineno": 2097, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Creates a function that can be passed to `setInteractive`, `enable` or `setHitArea` that will handle\rpixel-perfect input detection on an Image or Sprite based Game Object, or any custom class that extends them.\r\rThe following will create a sprite that is clickable on any pixel that has an alpha value >= 1.\r\r```javascript\rthis.add.sprite(x, y, key).setInteractive(this.input.makePixelPerfect());\r```\r\rThe following will create a sprite that is clickable on any pixel that has an alpha value >= 150.\r\r```javascript\rthis.add.sprite(x, y, key).setInteractive(this.input.makePixelPerfect(150));\r```\r\rOnce you have made an Interactive Object pixel perfect it impacts all input related events for it: down, up,\rdragstart, drag, etc.\r\rAs a pointer interacts with the Game Object it will constantly poll the texture, extracting a single pixel from\rthe given coordinates and checking its color values. This is an expensive process, so should only be enabled on\rGame Objects that really need it.\r\rYou cannot make non-texture based Game Objects pixel perfect. So this will not work on Graphics, BitmapText,\rRender Textures, Text, Tilemaps, Containers or Particles.", @@ -192203,16 +192491,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#makePixelPerfect", "scope": "instance", - "___id": "T000002R021674", + "___id": "T000002R021703", "___s": true }, { "comment": "/**\r\n * Sets the hit area for the given array of Game Objects.\r\n *\r\n * A hit area is typically one of the geometric shapes Phaser provides, such as a `Phaser.Geom.Rectangle`\r\n * or `Phaser.Geom.Circle`. However, it can be any object as long as it works with the provided callback.\r\n *\r\n * If no hit area is provided a Rectangle is created based on the size of the Game Object, if possible\r\n * to calculate.\r\n *\r\n * The hit area callback is the function that takes an `x` and `y` coordinate and returns a boolean if\r\n * those values fall within the area of the shape or not. All of the Phaser geometry objects provide this,\r\n * such as `Phaser.Geom.Rectangle.Contains`.\r\n * \r\n * A hit area callback can be supplied to the `hitArea` parameter without using the `hitAreaCallback` parameter.\r\n *\r\n * @method Phaser.Input.InputPlugin#setHitArea\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.GameObjects.GameObject|Phaser.GameObjects.GameObject[])} gameObjects - An array of Game Objects to set the hit area on.\r\n * @param {(Phaser.Types.Input.InputConfiguration|Phaser.Types.Input.HitAreaCallback|any)} [hitArea] - Either an input configuration object, a geometric shape that defines the hit area or a hit area callback. If not specified a Rectangle hit area will be used.\r\n * @param {Phaser.Types.Input.HitAreaCallback} [hitAreaCallback] - The 'contains' function to invoke to check if the pointer is within the hit area.\r\n *\r\n * @return {this} This InputPlugin object.\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 2120, + "lineno": 2139, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Sets the hit area for the given array of Game Objects.\r\rA hit area is typically one of the geometric shapes Phaser provides, such as a `Phaser.Geom.Rectangle`\ror `Phaser.Geom.Circle`. However, it can be any object as long as it works with the provided callback.\r\rIf no hit area is provided a Rectangle is created based on the size of the Game Object, if possible\rto calculate.\r\rThe hit area callback is the function that takes an `x` and `y` coordinate and returns a boolean if\rthose values fall within the area of the shape or not. All of the Phaser geometry objects provide this,\rsuch as `Phaser.Geom.Rectangle.Contains`.\r\rA hit area callback can be supplied to the `hitArea` parameter without using the `hitAreaCallback` parameter.", @@ -192314,16 +192602,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#setHitArea", "scope": "instance", - "___id": "T000002R021678", + "___id": "T000002R021707", "___s": true }, { "comment": "/**\r\n * Sets the hit area for an array of Game Objects to be a `Phaser.Geom.Circle` shape, using\r\n * the given coordinates and radius to control its position and size.\r\n *\r\n * @method Phaser.Input.InputPlugin#setHitAreaCircle\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.GameObjects.GameObject|Phaser.GameObjects.GameObject[])} gameObjects - An array of Game Objects to set as having a circle hit area.\r\n * @param {number} x - The center of the circle.\r\n * @param {number} y - The center of the circle.\r\n * @param {number} radius - The radius of the circle.\r\n * @param {Phaser.Types.Input.HitAreaCallback} [callback] - The hit area callback. If undefined it uses Circle.Contains.\r\n *\r\n * @return {this} This InputPlugin object.\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 2236, + "lineno": 2255, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Sets the hit area for an array of Game Objects to be a `Phaser.Geom.Circle` shape, using\rthe given coordinates and radius to control its position and size.", @@ -192435,16 +192723,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#setHitAreaCircle", "scope": "instance", - "___id": "T000002R021709", + "___id": "T000002R021738", "___s": true }, { "comment": "/**\r\n * Sets the hit area for an array of Game Objects to be a `Phaser.Geom.Ellipse` shape, using\r\n * the given coordinates and dimensions to control its position and size.\r\n *\r\n * @method Phaser.Input.InputPlugin#setHitAreaEllipse\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.GameObjects.GameObject|Phaser.GameObjects.GameObject[])} gameObjects - An array of Game Objects to set as having an ellipse hit area.\r\n * @param {number} x - The center of the ellipse.\r\n * @param {number} y - The center of the ellipse.\r\n * @param {number} width - The width of the ellipse.\r\n * @param {number} height - The height of the ellipse.\r\n * @param {Phaser.Types.Input.HitAreaCallback} [callback] - The hit area callback. If undefined it uses Ellipse.Contains.\r\n *\r\n * @return {this} This InputPlugin object.\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 2260, + "lineno": 2279, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Sets the hit area for an array of Game Objects to be a `Phaser.Geom.Ellipse` shape, using\rthe given coordinates and dimensions to control its position and size.", @@ -192569,16 +192857,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#setHitAreaEllipse", "scope": "instance", - "___id": "T000002R021713", + "___id": "T000002R021742", "___s": true }, { "comment": "/**\r\n * Sets the hit area for an array of Game Objects to be a `Phaser.Geom.Rectangle` shape, using\r\n * the Game Objects texture frame to define the position and size of the hit area.\r\n *\r\n * @method Phaser.Input.InputPlugin#setHitAreaFromTexture\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.GameObjects.GameObject|Phaser.GameObjects.GameObject[])} gameObjects - An array of Game Objects to set as having an ellipse hit area.\r\n * @param {Phaser.Types.Input.HitAreaCallback} [callback] - The hit area callback. If undefined it uses Rectangle.Contains.\r\n *\r\n * @return {this} This InputPlugin object.\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 2285, + "lineno": 2304, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Sets the hit area for an array of Game Objects to be a `Phaser.Geom.Rectangle` shape, using\rthe Game Objects texture frame to define the position and size of the hit area.", @@ -192651,16 +192939,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#setHitAreaFromTexture", "scope": "instance", - "___id": "T000002R021717", + "___id": "T000002R021746", "___s": true }, { "comment": "/**\r\n * Sets the hit area for an array of Game Objects to be a `Phaser.Geom.Rectangle` shape, using\r\n * the given coordinates and dimensions to control its position and size.\r\n *\r\n * @method Phaser.Input.InputPlugin#setHitAreaRectangle\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.GameObjects.GameObject|Phaser.GameObjects.GameObject[])} gameObjects - An array of Game Objects to set as having a rectangular hit area.\r\n * @param {number} x - The top-left of the rectangle.\r\n * @param {number} y - The top-left of the rectangle.\r\n * @param {number} width - The width of the rectangle.\r\n * @param {number} height - The height of the rectangle.\r\n * @param {Phaser.Types.Input.HitAreaCallback} [callback] - The hit area callback. If undefined it uses Rectangle.Contains.\r\n *\r\n * @return {this} This InputPlugin object.\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 2343, + "lineno": 2362, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Sets the hit area for an array of Game Objects to be a `Phaser.Geom.Rectangle` shape, using\rthe given coordinates and dimensions to control its position and size.", @@ -192785,16 +193073,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#setHitAreaRectangle", "scope": "instance", - "___id": "T000002R021731", + "___id": "T000002R021760", "___s": true }, { "comment": "/**\r\n * Sets the hit area for an array of Game Objects to be a `Phaser.Geom.Triangle` shape, using\r\n * the given coordinates to control the position of its points.\r\n *\r\n * @method Phaser.Input.InputPlugin#setHitAreaTriangle\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.GameObjects.GameObject|Phaser.GameObjects.GameObject[])} gameObjects - An array of Game Objects to set as having a triangular hit area.\r\n * @param {number} x1 - The x coordinate of the first point of the triangle.\r\n * @param {number} y1 - The y coordinate of the first point of the triangle.\r\n * @param {number} x2 - The x coordinate of the second point of the triangle.\r\n * @param {number} y2 - The y coordinate of the second point of the triangle.\r\n * @param {number} x3 - The x coordinate of the third point of the triangle.\r\n * @param {number} y3 - The y coordinate of the third point of the triangle.\r\n * @param {Phaser.Types.Input.HitAreaCallback} [callback] - The hit area callback. If undefined it uses Triangle.Contains.\r\n *\r\n * @return {this} This InputPlugin object.\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 2368, + "lineno": 2387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Sets the hit area for an array of Game Objects to be a `Phaser.Geom.Triangle` shape, using\rthe given coordinates to control the position of its points.", @@ -192945,16 +193233,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#setHitAreaTriangle", "scope": "instance", - "___id": "T000002R021735", + "___id": "T000002R021764", "___s": true }, { "comment": "/**\r\n * Creates an Input Debug Shape for the given Game Object.\r\n *\r\n * The Game Object must have _already_ been enabled for input prior to calling this method.\r\n *\r\n * This is intended to assist you during development and debugging.\r\n *\r\n * Debug Shapes can only be created for Game Objects that are using standard Phaser Geometry for input,\r\n * including: Circle, Ellipse, Line, Polygon, Rectangle and Triangle.\r\n *\r\n * Game Objects that are using their automatic hit areas are using Rectangles by default, so will also work.\r\n *\r\n * The Debug Shape is created and added to the display list and is then kept in sync with the Game Object\r\n * it is connected with. Should you need to modify it yourself, such as to hide it, you can access it via\r\n * the Game Object property: `GameObject.input.hitAreaDebug`.\r\n *\r\n * Calling this method on a Game Object that already has a Debug Shape will first destroy the old shape,\r\n * before creating a new one. If you wish to remove the Debug Shape entirely, you should call the\r\n * method `InputPlugin.removeDebug`.\r\n *\r\n * Note that the debug shape will only show the outline of the input area. If the input test is using a\r\n * pixel perfect check, for example, then this is not displayed. If you are using a custom shape, that\r\n * doesn't extend one of the base Phaser Geometry objects, as your hit area, then this method will not\r\n * work.\r\n *\r\n * @method Phaser.Input.InputPlugin#enableDebug\r\n * @since 3.19.0\r\n *\r\n * @param {Phaser.GameObjects.GameObject} gameObject - The Game Object to create the input debug shape for.\r\n * @param {number} [color=0x00ff00] - The outline color of the debug shape.\r\n *\r\n * @return {this} This Input Plugin.\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 2395, + "lineno": 2414, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Creates an Input Debug Shape for the given Game Object.\r\rThe Game Object must have _already_ been enabled for input prior to calling this method.\r\rThis is intended to assist you during development and debugging.\r\rDebug Shapes can only be created for Game Objects that are using standard Phaser Geometry for input,\rincluding: Circle, Ellipse, Line, Polygon, Rectangle and Triangle.\r\rGame Objects that are using their automatic hit areas are using Rectangles by default, so will also work.\r\rThe Debug Shape is created and added to the display list and is then kept in sync with the Game Object\rit is connected with. Should you need to modify it yourself, such as to hide it, you can access it via\rthe Game Object property: `GameObject.input.hitAreaDebug`.\r\rCalling this method on a Game Object that already has a Debug Shape will first destroy the old shape,\rbefore creating a new one. If you wish to remove the Debug Shape entirely, you should call the\rmethod `InputPlugin.removeDebug`.\r\rNote that the debug shape will only show the outline of the input area. If the input test is using a\rpixel perfect check, for example, then this is not displayed. If you are using a custom shape, that\rdoesn't extend one of the base Phaser Geometry objects, as your hit area, then this method will not\rwork.", @@ -193009,16 +193297,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#enableDebug", "scope": "instance", - "___id": "T000002R021739", + "___id": "T000002R021768", "___s": true }, { "comment": "/**\r\n * Removes an Input Debug Shape from the given Game Object.\r\n *\r\n * The shape is destroyed immediately and the `hitAreaDebug` property is set to `null`.\r\n *\r\n * @method Phaser.Input.InputPlugin#removeDebug\r\n * @since 3.19.0\r\n *\r\n * @param {Phaser.GameObjects.GameObject} gameObject - The Game Object to remove the input debug shape from.\r\n *\r\n * @return {this} This Input Plugin.\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 2535, + "lineno": 2554, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Removes an Input Debug Shape from the given Game Object.\r\rThe shape is destroyed immediately and the `hitAreaDebug` property is set to `null`.", @@ -193058,16 +193346,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#removeDebug", "scope": "instance", - "___id": "T000002R021778", + "___id": "T000002R021807", "___s": true }, { "comment": "/**\r\n * Sets the Pointers to always poll.\r\n *\r\n * When a pointer is polled it runs a hit test to see which Game Objects are currently below it,\r\n * or being interacted with it, regardless if the Pointer has actually moved or not.\r\n *\r\n * You should enable this if you want objects in your game to fire over / out events, and the objects\r\n * are constantly moving, but the pointer may not have. Polling every frame has additional computation\r\n * costs, especially if there are a large number of interactive objects in your game.\r\n *\r\n * @method Phaser.Input.InputPlugin#setPollAlways\r\n * @since 3.0.0\r\n *\r\n * @return {this} This InputPlugin object.\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 2564, + "lineno": 2583, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Sets the Pointers to always poll.\r\rWhen a pointer is polled it runs a hit test to see which Game Objects are currently below it,\ror being interacted with it, regardless if the Pointer has actually moved or not.\r\rYou should enable this if you want objects in your game to fire over / out events, and the objects\rare constantly moving, but the pointer may not have. Polling every frame has additional computation\rcosts, especially if there are a large number of interactive objects in your game.", @@ -193092,16 +193380,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#setPollAlways", "scope": "instance", - "___id": "T000002R021783", + "___id": "T000002R021812", "___s": true }, { "comment": "/**\r\n * Sets the Pointers to only poll when they are moved or updated.\r\n *\r\n * When a pointer is polled it runs a hit test to see which Game Objects are currently below it,\r\n * or being interacted with it.\r\n *\r\n * @method Phaser.Input.InputPlugin#setPollOnMove\r\n * @since 3.0.0\r\n *\r\n * @return {this} This InputPlugin object.\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 2584, + "lineno": 2603, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Sets the Pointers to only poll when they are moved or updated.\r\rWhen a pointer is polled it runs a hit test to see which Game Objects are currently below it,\ror being interacted with it.", @@ -193126,16 +193414,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#setPollOnMove", "scope": "instance", - "___id": "T000002R021785", + "___id": "T000002R021814", "___s": true }, { "comment": "/**\r\n * Sets the poll rate value. This is the amount of time that should have elapsed before a pointer\r\n * will be polled again. See the `setPollAlways` and `setPollOnMove` methods.\r\n *\r\n * @method Phaser.Input.InputPlugin#setPollRate\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The amount of time, in ms, that should elapsed before re-polling the pointers.\r\n *\r\n * @return {this} This InputPlugin object.\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 2600, + "lineno": 2619, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Sets the poll rate value. This is the amount of time that should have elapsed before a pointer\rwill be polled again. See the `setPollAlways` and `setPollOnMove` methods.", @@ -193175,16 +193463,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#setPollRate", "scope": "instance", - "___id": "T000002R021787", + "___id": "T000002R021816", "___s": true }, { "comment": "/**\r\n * When set to `true` the global Input Manager will emulate DOM behavior by only emitting events from\r\n * the top-most Scene in the Scene List. By default, if a Scene receives an input event it will then stop the event\r\n * from flowing down to any Scenes below it in the Scene list. To disable this behavior call this method with `false`.\r\n *\r\n * @method Phaser.Input.InputPlugin#setGlobalTopOnly\r\n * @since 3.0.0\r\n *\r\n * @param {boolean} value - Set to `true` to stop processing input events on the Scene that receives it, or `false` to let the event continue down the Scene list.\r\n *\r\n * @return {this} This InputPlugin object.\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 2619, + "lineno": 2638, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "When set to `true` the global Input Manager will emulate DOM behavior by only emitting events from\rthe top-most Scene in the Scene List. By default, if a Scene receives an input event it will then stop the event\rfrom flowing down to any Scenes below it in the Scene list. To disable this behavior call this method with `false`.", @@ -193224,16 +193512,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#setGlobalTopOnly", "scope": "instance", - "___id": "T000002R021791", + "___id": "T000002R021820", "___s": true }, { "comment": "/**\r\n * When set to `true` this Input Plugin will emulate DOM behavior by only emitting events from\r\n * the top-most Game Objects in the Display List.\r\n *\r\n * If set to `false` it will emit events from all Game Objects below a Pointer, not just the top one.\r\n *\r\n * @method Phaser.Input.InputPlugin#setTopOnly\r\n * @since 3.0.0\r\n *\r\n * @param {boolean} value - `true` to only include the top-most Game Object, or `false` to include all Game Objects in a hit test.\r\n *\r\n * @return {this} This InputPlugin object.\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 2638, + "lineno": 2657, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "When set to `true` this Input Plugin will emulate DOM behavior by only emitting events from\rthe top-most Game Objects in the Display List.\r\rIf set to `false` it will emit events from all Game Objects below a Pointer, not just the top one.", @@ -193273,16 +193561,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#setTopOnly", "scope": "instance", - "___id": "T000002R021794", + "___id": "T000002R021823", "___s": true }, { "comment": "/**\r\n * Given an array of Game Objects and a Pointer, sort the array and return it,\r\n * so that the objects are in render order with the lowest at the bottom.\r\n *\r\n * @method Phaser.Input.InputPlugin#sortGameObjects\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.GameObjects.GameObject[]} gameObjects - An array of Game Objects to be sorted.\r\n * @param {Phaser.Input.Pointer} pointer - The Pointer to check against the Game Objects.\r\n *\r\n * @return {Phaser.GameObjects.GameObject[]} The sorted array of Game Objects.\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 2658, + "lineno": 2677, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Given an array of Game Objects and a Pointer, sort the array and return it,\rso that the objects are in render order with the lowest at the bottom.", @@ -193352,16 +193640,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#sortGameObjects", "scope": "instance", - "___id": "T000002R021797", + "___id": "T000002R021826", "___s": true }, { "comment": "/**\r\n * Given an array of Drop Zone Game Objects, sort the array and return it,\r\n * so that the objects are in depth index order with the lowest at the bottom.\r\n *\r\n * @method Phaser.Input.InputPlugin#sortDropZones\r\n * @since 3.52.0\r\n *\r\n * @param {Phaser.GameObjects.GameObject[]} gameObjects - An array of Game Objects to be sorted.\r\n *\r\n * @return {Phaser.GameObjects.GameObject[]} The sorted array of Game Objects.\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 2688, + "lineno": 2707, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Given an array of Drop Zone Game Objects, sort the array and return it,\rso that the objects are in depth index order with the lowest at the bottom.", @@ -193418,16 +193706,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#sortDropZones", "scope": "instance", - "___id": "T000002R021802", + "___id": "T000002R021831", "___s": true }, { "comment": "/**\r\n * This method should be called from within an input event handler, such as `pointerdown`.\r\n *\r\n * When called, it stops the Input Manager from allowing _this specific event_ to be processed by any other Scene\r\n * not yet handled in the scene list.\r\n *\r\n * @method Phaser.Input.InputPlugin#stopPropagation\r\n * @since 3.0.0\r\n *\r\n * @return {this} This InputPlugin object.\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 2780, + "lineno": 2799, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "This method should be called from within an input event handler, such as `pointerdown`.\r\rWhen called, it stops the Input Manager from allowing _this specific event_ to be processed by any other Scene\rnot yet handled in the scene list.", @@ -193452,16 +193740,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#stopPropagation", "scope": "instance", - "___id": "T000002R021812", + "___id": "T000002R021841", "___s": true }, { "comment": "/**\r\n * Adds new Pointer objects to the Input Manager.\r\n *\r\n * By default Phaser creates 2 pointer objects: `mousePointer` and `pointer1`.\r\n *\r\n * You can create more either by calling this method, or by setting the `input.activePointers` property\r\n * in the Game Config, up to a maximum of 10 pointers.\r\n *\r\n * The first 10 pointers are available via the `InputPlugin.pointerX` properties, once they have been added\r\n * via this method.\r\n *\r\n * @method Phaser.Input.InputPlugin#addPointer\r\n * @since 3.10.0\r\n *\r\n * @param {number} [quantity=1] The number of new Pointers to create. A maximum of 10 is allowed in total.\r\n *\r\n * @return {Phaser.Input.Pointer[]} An array containing all of the new Pointer objects that were created.\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 2798, + "lineno": 2817, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Adds new Pointer objects to the Input Manager.\r\rBy default Phaser creates 2 pointer objects: `mousePointer` and `pointer1`.\r\rYou can create more either by calling this method, or by setting the `input.activePointers` property\rin the Game Config, up to a maximum of 10 pointers.\r\rThe first 10 pointers are available via the `InputPlugin.pointerX` properties, once they have been added\rvia this method.", @@ -193511,16 +193799,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#addPointer", "scope": "instance", - "___id": "T000002R021815", + "___id": "T000002R021844", "___s": true }, { "comment": "/**\r\n * Tells the Input system to set a custom cursor.\r\n *\r\n * This cursor will be the default cursor used when interacting with the game canvas.\r\n *\r\n * If an Interactive Object also sets a custom cursor, this is the cursor that is reset after its use.\r\n *\r\n * Any valid CSS cursor value is allowed, including paths to image files, i.e.:\r\n *\r\n * ```javascript\r\n * this.input.setDefaultCursor('url(assets/cursors/sword.cur), pointer');\r\n * ```\r\n *\r\n * Please read about the differences between browsers when it comes to the file formats and sizes they support:\r\n *\r\n * https://developer.mozilla.org/en-US/docs/Web/CSS/cursor\r\n * https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_User_Interface/Using_URL_values_for_the_cursor_property\r\n *\r\n * It's up to you to pick a suitable cursor format that works across the range of browsers you need to support.\r\n *\r\n * @method Phaser.Input.InputPlugin#setDefaultCursor\r\n * @since 3.10.0\r\n *\r\n * @param {string} cursor - The CSS to be used when setting the default cursor.\r\n *\r\n * @return {this} This Input instance.\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 2821, + "lineno": 2840, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Tells the Input system to set a custom cursor.\r\rThis cursor will be the default cursor used when interacting with the game canvas.\r\rIf an Interactive Object also sets a custom cursor, this is the cursor that is reset after its use.\r\rAny valid CSS cursor value is allowed, including paths to image files, i.e.:\r\r```javascript\rthis.input.setDefaultCursor('url(assets/cursors/sword.cur), pointer');\r```\r\rPlease read about the differences between browsers when it comes to the file formats and sizes they support:\r\rhttps://developer.mozilla.org/en-US/docs/Web/CSS/cursor\rhttps://developer.mozilla.org/en-US/docs/Web/CSS/CSS_User_Interface/Using_URL_values_for_the_cursor_property\r\rIt's up to you to pick a suitable cursor format that works across the range of browsers you need to support.", @@ -193560,16 +193848,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#setDefaultCursor", "scope": "instance", - "___id": "T000002R021817", + "___id": "T000002R021846", "___s": true }, { "comment": "/**\r\n * Loops through all of the Input Manager Pointer instances and calls `reset` on them.\r\n *\r\n * Use this function if you find that input has been stolen from Phaser via a 3rd\r\n * party component, such as Vue, and you need to tell Phaser to reset the Pointer states.\r\n *\r\n * @method Phaser.Input.InputPlugin#resetPointers\r\n * @since 3.60.0\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 2940, + "lineno": 2959, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Loops through all of the Input Manager Pointer instances and calls `reset` on them.\r\rUse this function if you find that input has been stolen from Phaser via a 3rd\rparty component, such as Vue, and you need to tell Phaser to reset the Pointer states.", @@ -193579,16 +193867,16 @@ "memberof": "Phaser.Input.InputPlugin", "longname": "Phaser.Input.InputPlugin#resetPointers", "scope": "instance", - "___id": "T000002R021842", + "___id": "T000002R021871", "___s": true }, { "comment": "/**\r\n * The x coordinates of the ActivePointer based on the first camera in the camera list.\r\n * This is only safe to use if your game has just 1 non-transformed camera and doesn't use multi-touch.\r\n *\r\n * @name Phaser.Input.InputPlugin#x\r\n * @type {number}\r\n * @readonly\r\n * @since 3.0.0\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 2986, + "lineno": 3005, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The x coordinates of the ActivePointer based on the first camera in the camera list.\rThis is only safe to use if your game has just 1 non-transformed camera and doesn't use multi-touch.", @@ -193608,16 +193896,16 @@ "longname": "Phaser.Input.InputPlugin#x", "scope": "instance", "kind": "member", - "___id": "T000002R021853", + "___id": "T000002R021882", "___s": true }, { "comment": "/**\r\n * The y coordinates of the ActivePointer based on the first camera in the camera list.\r\n * This is only safe to use if your game has just 1 non-transformed camera and doesn't use multi-touch.\r\n *\r\n * @name Phaser.Input.InputPlugin#y\r\n * @type {number}\r\n * @readonly\r\n * @since 3.0.0\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 3004, + "lineno": 3023, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The y coordinates of the ActivePointer based on the first camera in the camera list.\rThis is only safe to use if your game has just 1 non-transformed camera and doesn't use multi-touch.", @@ -193637,16 +193925,16 @@ "longname": "Phaser.Input.InputPlugin#y", "scope": "instance", "kind": "member", - "___id": "T000002R021856", + "___id": "T000002R021885", "___s": true }, { "comment": "/**\r\n * Are any mouse or touch pointers currently over the game canvas?\r\n *\r\n * @name Phaser.Input.InputPlugin#isOver\r\n * @type {boolean}\r\n * @readonly\r\n * @since 3.16.0\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 3022, + "lineno": 3041, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Are any mouse or touch pointers currently over the game canvas?", @@ -193666,16 +193954,16 @@ "longname": "Phaser.Input.InputPlugin#isOver", "scope": "instance", "kind": "member", - "___id": "T000002R021859", + "___id": "T000002R021888", "___s": true }, { "comment": "/**\r\n * The mouse has its own unique Pointer object, which you can reference directly if making a _desktop specific game_.\r\n * If you are supporting both desktop and touch devices then do not use this property, instead use `activePointer`\r\n * which will always map to the most recently interacted pointer.\r\n *\r\n * @name Phaser.Input.InputPlugin#mousePointer\r\n * @type {Phaser.Input.Pointer}\r\n * @readonly\r\n * @since 3.10.0\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 3039, + "lineno": 3058, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The mouse has its own unique Pointer object, which you can reference directly if making a _desktop specific game_.\rIf you are supporting both desktop and touch devices then do not use this property, instead use `activePointer`\rwhich will always map to the most recently interacted pointer.", @@ -193695,16 +193983,16 @@ "longname": "Phaser.Input.InputPlugin#mousePointer", "scope": "instance", "kind": "member", - "___id": "T000002R021862", + "___id": "T000002R021891", "___s": true }, { "comment": "/**\r\n * The current active input Pointer.\r\n *\r\n * @name Phaser.Input.InputPlugin#activePointer\r\n * @type {Phaser.Input.Pointer}\r\n * @readonly\r\n * @since 3.0.0\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 3058, + "lineno": 3077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The current active input Pointer.", @@ -193724,16 +194012,16 @@ "longname": "Phaser.Input.InputPlugin#activePointer", "scope": "instance", "kind": "member", - "___id": "T000002R021865", + "___id": "T000002R021894", "___s": true }, { "comment": "/**\r\n * A touch-based Pointer object.\r\n * This will be `undefined` by default unless you add a new Pointer using `addPointer`.\r\n *\r\n * @name Phaser.Input.InputPlugin#pointer1\r\n * @type {Phaser.Input.Pointer}\r\n * @readonly\r\n * @since 3.10.0\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 3075, + "lineno": 3094, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "A touch-based Pointer object.\rThis will be `undefined` by default unless you add a new Pointer using `addPointer`.", @@ -193753,16 +194041,16 @@ "longname": "Phaser.Input.InputPlugin#pointer1", "scope": "instance", "kind": "member", - "___id": "T000002R021868", + "___id": "T000002R021897", "___s": true }, { "comment": "/**\r\n * A touch-based Pointer object.\r\n * This will be `undefined` by default unless you add a new Pointer using `addPointer`.\r\n *\r\n * @name Phaser.Input.InputPlugin#pointer2\r\n * @type {Phaser.Input.Pointer}\r\n * @readonly\r\n * @since 3.10.0\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 3093, + "lineno": 3112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "A touch-based Pointer object.\rThis will be `undefined` by default unless you add a new Pointer using `addPointer`.", @@ -193782,16 +194070,16 @@ "longname": "Phaser.Input.InputPlugin#pointer2", "scope": "instance", "kind": "member", - "___id": "T000002R021871", + "___id": "T000002R021900", "___s": true }, { "comment": "/**\r\n * A touch-based Pointer object.\r\n * This will be `undefined` by default unless you add a new Pointer using `addPointer`.\r\n *\r\n * @name Phaser.Input.InputPlugin#pointer3\r\n * @type {Phaser.Input.Pointer}\r\n * @readonly\r\n * @since 3.10.0\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 3111, + "lineno": 3130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "A touch-based Pointer object.\rThis will be `undefined` by default unless you add a new Pointer using `addPointer`.", @@ -193811,16 +194099,16 @@ "longname": "Phaser.Input.InputPlugin#pointer3", "scope": "instance", "kind": "member", - "___id": "T000002R021874", + "___id": "T000002R021903", "___s": true }, { "comment": "/**\r\n * A touch-based Pointer object.\r\n * This will be `undefined` by default unless you add a new Pointer using `addPointer`.\r\n *\r\n * @name Phaser.Input.InputPlugin#pointer4\r\n * @type {Phaser.Input.Pointer}\r\n * @readonly\r\n * @since 3.10.0\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 3129, + "lineno": 3148, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "A touch-based Pointer object.\rThis will be `undefined` by default unless you add a new Pointer using `addPointer`.", @@ -193840,16 +194128,16 @@ "longname": "Phaser.Input.InputPlugin#pointer4", "scope": "instance", "kind": "member", - "___id": "T000002R021877", + "___id": "T000002R021906", "___s": true }, { "comment": "/**\r\n * A touch-based Pointer object.\r\n * This will be `undefined` by default unless you add a new Pointer using `addPointer`.\r\n *\r\n * @name Phaser.Input.InputPlugin#pointer5\r\n * @type {Phaser.Input.Pointer}\r\n * @readonly\r\n * @since 3.10.0\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 3147, + "lineno": 3166, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "A touch-based Pointer object.\rThis will be `undefined` by default unless you add a new Pointer using `addPointer`.", @@ -193869,16 +194157,16 @@ "longname": "Phaser.Input.InputPlugin#pointer5", "scope": "instance", "kind": "member", - "___id": "T000002R021880", + "___id": "T000002R021909", "___s": true }, { "comment": "/**\r\n * A touch-based Pointer object.\r\n * This will be `undefined` by default unless you add a new Pointer using `addPointer`.\r\n *\r\n * @name Phaser.Input.InputPlugin#pointer6\r\n * @type {Phaser.Input.Pointer}\r\n * @readonly\r\n * @since 3.10.0\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 3165, + "lineno": 3184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "A touch-based Pointer object.\rThis will be `undefined` by default unless you add a new Pointer using `addPointer`.", @@ -193898,16 +194186,16 @@ "longname": "Phaser.Input.InputPlugin#pointer6", "scope": "instance", "kind": "member", - "___id": "T000002R021883", + "___id": "T000002R021912", "___s": true }, { "comment": "/**\r\n * A touch-based Pointer object.\r\n * This will be `undefined` by default unless you add a new Pointer using `addPointer`.\r\n *\r\n * @name Phaser.Input.InputPlugin#pointer7\r\n * @type {Phaser.Input.Pointer}\r\n * @readonly\r\n * @since 3.10.0\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 3183, + "lineno": 3202, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "A touch-based Pointer object.\rThis will be `undefined` by default unless you add a new Pointer using `addPointer`.", @@ -193927,16 +194215,16 @@ "longname": "Phaser.Input.InputPlugin#pointer7", "scope": "instance", "kind": "member", - "___id": "T000002R021886", + "___id": "T000002R021915", "___s": true }, { "comment": "/**\r\n * A touch-based Pointer object.\r\n * This will be `undefined` by default unless you add a new Pointer using `addPointer`.\r\n *\r\n * @name Phaser.Input.InputPlugin#pointer8\r\n * @type {Phaser.Input.Pointer}\r\n * @readonly\r\n * @since 3.10.0\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 3201, + "lineno": 3220, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "A touch-based Pointer object.\rThis will be `undefined` by default unless you add a new Pointer using `addPointer`.", @@ -193956,16 +194244,16 @@ "longname": "Phaser.Input.InputPlugin#pointer8", "scope": "instance", "kind": "member", - "___id": "T000002R021889", + "___id": "T000002R021918", "___s": true }, { "comment": "/**\r\n * A touch-based Pointer object.\r\n * This will be `undefined` by default unless you add a new Pointer using `addPointer`.\r\n *\r\n * @name Phaser.Input.InputPlugin#pointer9\r\n * @type {Phaser.Input.Pointer}\r\n * @readonly\r\n * @since 3.10.0\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 3219, + "lineno": 3238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "A touch-based Pointer object.\rThis will be `undefined` by default unless you add a new Pointer using `addPointer`.", @@ -193985,16 +194273,16 @@ "longname": "Phaser.Input.InputPlugin#pointer9", "scope": "instance", "kind": "member", - "___id": "T000002R021892", + "___id": "T000002R021921", "___s": true }, { "comment": "/**\r\n * A touch-based Pointer object.\r\n * This will be `undefined` by default unless you add a new Pointer using `addPointer`.\r\n *\r\n * @name Phaser.Input.InputPlugin#pointer10\r\n * @type {Phaser.Input.Pointer}\r\n * @readonly\r\n * @since 3.10.0\r\n */", "meta": { "filename": "InputPlugin.js", - "lineno": 3237, + "lineno": 3256, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "A touch-based Pointer object.\rThis will be `undefined` by default unless you add a new Pointer using `addPointer`.", @@ -194014,7 +194302,7 @@ "longname": "Phaser.Input.InputPlugin#pointer10", "scope": "instance", "kind": "member", - "___id": "T000002R021895", + "___id": "T000002R021924", "___s": true }, { @@ -194023,7 +194311,7 @@ "filename": "InputPluginCache.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "kind": "namespace", @@ -194031,7 +194319,7 @@ "memberof": "Phaser.Input", "longname": "Phaser.Input.InputPluginCache", "scope": "static", - "___id": "T000002R021901", + "___id": "T000002R021930", "___s": true }, { @@ -194040,7 +194328,7 @@ "filename": "InputPluginCache.js", "lineno": 19, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Static method called directly by the Core internal Plugins.\rKey is a reference used to get the plugin from the plugins object (i.e. InputPlugin)\rPlugin is the object to instantiate to create the plugin\rMapping is what the plugin is injected into the Scene.Systems as (i.e. input)", @@ -194117,7 +194405,7 @@ ], "memberof": "Phaser.Input.InputPluginCache", "longname": "Phaser.Input.InputPluginCache.register", - "___id": "T000002R021903", + "___id": "T000002R021932", "___s": true }, { @@ -194126,7 +194414,7 @@ "filename": "InputPluginCache.js", "lineno": 40, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Returns the input plugin object from the cache based on the given key.", @@ -194165,7 +194453,7 @@ ], "memberof": "Phaser.Input.InputPluginCache", "longname": "Phaser.Input.InputPluginCache.getPlugin", - "___id": "T000002R021910", + "___id": "T000002R021939", "___s": true }, { @@ -194174,7 +194462,7 @@ "filename": "InputPluginCache.js", "lineno": 56, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Installs all of the registered Input Plugins into the given target.", @@ -194199,7 +194487,7 @@ ], "memberof": "Phaser.Input.InputPluginCache", "longname": "Phaser.Input.InputPluginCache.install", - "___id": "T000002R021912", + "___id": "T000002R021941", "___s": true }, { @@ -194208,7 +194496,7 @@ "filename": "InputPluginCache.js", "lineno": 85, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Removes an input plugin based on the given key.", @@ -194233,7 +194521,7 @@ ], "memberof": "Phaser.Input.InputPluginCache", "longname": "Phaser.Input.InputPluginCache.remove", - "___id": "T000002R021923", + "___id": "T000002R021952", "___s": true }, { @@ -194242,7 +194530,7 @@ "filename": "KeyCombo.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\combo", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\combo", "code": {} }, "classdesc": "A KeyCombo will listen for a specific string of keys from the Keyboard, and when it receives them\rit will emit a `keycombomatch` event from the Keyboard Manager.\r\rThe keys to be listened for can be defined as:\r\rA string (i.e. 'ATARI')\rAn array of either integers (key codes) or strings, or a mixture of both\rAn array of objects (such as Key objects) with a public 'keyCode' property\r\rFor example, to listen for the Konami code (up, up, down, down, left, right, left, right, b, a, enter)\ryou could pass the following array of key codes:\r\r```javascript\rthis.input.keyboard.createCombo([ 38, 38, 40, 40, 37, 39, 37, 39, 66, 65, 13 ], { resetOnMatch: true });\r\rthis.input.keyboard.on('keycombomatch', function (event) {\r console.log('Konami Code entered!');\r});\r```\r\rOr, to listen for the user entering the word PHASER:\r\r```javascript\rthis.input.keyboard.createCombo('PHASER');\r```", @@ -194330,7 +194618,7 @@ ], "scope": "static", "longname": "Phaser.Input.Keyboard.KeyCombo", - "___id": "T000002R021936", + "___id": "T000002R021965", "___s": true }, { @@ -194339,7 +194627,7 @@ "filename": "KeyCombo.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\combo", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\combo", "code": {} }, "description": "A reference to the Keyboard Manager", @@ -194358,7 +194646,7 @@ "longname": "Phaser.Input.Keyboard.KeyCombo#manager", "scope": "instance", "kind": "member", - "___id": "T000002R021940", + "___id": "T000002R021969", "___s": true }, { @@ -194367,7 +194655,7 @@ "filename": "KeyCombo.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\combo", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\combo", "code": {} }, "description": "A flag that controls if this Key Combo is actively processing keys or not.", @@ -194387,7 +194675,7 @@ "longname": "Phaser.Input.Keyboard.KeyCombo#enabled", "scope": "instance", "kind": "member", - "___id": "T000002R021942", + "___id": "T000002R021971", "___s": true }, { @@ -194396,7 +194684,7 @@ "filename": "KeyCombo.js", "lineno": 84, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\combo", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\combo", "code": {} }, "description": "An array of the keycodes that comprise this combo.", @@ -194416,7 +194704,7 @@ "longname": "Phaser.Input.Keyboard.KeyCombo#keyCodes", "scope": "instance", "kind": "member", - "___id": "T000002R021944", + "___id": "T000002R021973", "___s": true }, { @@ -194425,7 +194713,7 @@ "filename": "KeyCombo.js", "lineno": 114, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\combo", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\combo", "code": {} }, "description": "The current keyCode the combo is waiting for.", @@ -194444,7 +194732,7 @@ "longname": "Phaser.Input.Keyboard.KeyCombo#current", "scope": "instance", "kind": "member", - "___id": "T000002R021948", + "___id": "T000002R021977", "___s": true }, { @@ -194453,7 +194741,7 @@ "filename": "KeyCombo.js", "lineno": 123, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\combo", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\combo", "code": {} }, "description": "The current index of the key being waited for in the 'keys' string.", @@ -194473,7 +194761,7 @@ "longname": "Phaser.Input.Keyboard.KeyCombo#index", "scope": "instance", "kind": "member", - "___id": "T000002R021950", + "___id": "T000002R021979", "___s": true }, { @@ -194482,7 +194770,7 @@ "filename": "KeyCombo.js", "lineno": 133, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\combo", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\combo", "code": {} }, "description": "The length of this combo (in keycodes)", @@ -194501,7 +194789,7 @@ "longname": "Phaser.Input.Keyboard.KeyCombo#size", "scope": "instance", "kind": "member", - "___id": "T000002R021952", + "___id": "T000002R021981", "___s": true }, { @@ -194510,7 +194798,7 @@ "filename": "KeyCombo.js", "lineno": 142, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\combo", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\combo", "code": {} }, "description": "The time the previous key in the combo was matched.", @@ -194530,7 +194818,7 @@ "longname": "Phaser.Input.Keyboard.KeyCombo#timeLastMatched", "scope": "instance", "kind": "member", - "___id": "T000002R021954", + "___id": "T000002R021983", "___s": true }, { @@ -194539,7 +194827,7 @@ "filename": "KeyCombo.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\combo", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\combo", "code": {} }, "description": "Has this Key Combo been matched yet?", @@ -194559,7 +194847,7 @@ "longname": "Phaser.Input.Keyboard.KeyCombo#matched", "scope": "instance", "kind": "member", - "___id": "T000002R021956", + "___id": "T000002R021985", "___s": true }, { @@ -194568,7 +194856,7 @@ "filename": "KeyCombo.js", "lineno": 162, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\combo", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\combo", "code": {} }, "description": "The time the entire combo was matched.", @@ -194588,7 +194876,7 @@ "longname": "Phaser.Input.Keyboard.KeyCombo#timeMatched", "scope": "instance", "kind": "member", - "___id": "T000002R021958", + "___id": "T000002R021987", "___s": true }, { @@ -194597,7 +194885,7 @@ "filename": "KeyCombo.js", "lineno": 172, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\combo", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\combo", "code": {} }, "description": "If they press the wrong key do we reset the combo?", @@ -194617,7 +194905,7 @@ "longname": "Phaser.Input.Keyboard.KeyCombo#resetOnWrongKey", "scope": "instance", "kind": "member", - "___id": "T000002R021960", + "___id": "T000002R021989", "___s": true }, { @@ -194626,7 +194914,7 @@ "filename": "KeyCombo.js", "lineno": 182, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\combo", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\combo", "code": {} }, "description": "The max delay in ms between each key press. Above this the combo is reset. 0 means disabled.", @@ -194646,7 +194934,7 @@ "longname": "Phaser.Input.Keyboard.KeyCombo#maxKeyDelay", "scope": "instance", "kind": "member", - "___id": "T000002R021962", + "___id": "T000002R021991", "___s": true }, { @@ -194655,7 +194943,7 @@ "filename": "KeyCombo.js", "lineno": 192, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\combo", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\combo", "code": {} }, "description": "If previously matched and they press the first key of the combo again, will it reset?", @@ -194675,7 +194963,7 @@ "longname": "Phaser.Input.Keyboard.KeyCombo#resetOnMatch", "scope": "instance", "kind": "member", - "___id": "T000002R021964", + "___id": "T000002R021993", "___s": true }, { @@ -194684,7 +194972,7 @@ "filename": "KeyCombo.js", "lineno": 202, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\combo", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\combo", "code": {} }, "description": "If the combo matches, will it delete itself?", @@ -194704,7 +194992,7 @@ "longname": "Phaser.Input.Keyboard.KeyCombo#deleteOnMatch", "scope": "instance", "kind": "member", - "___id": "T000002R021966", + "___id": "T000002R021995", "___s": true }, { @@ -194713,7 +195001,7 @@ "filename": "KeyCombo.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\combo", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\combo", "code": {} }, "description": "How far complete is this combo? A value between 0 and 1.", @@ -194733,7 +195021,7 @@ "longname": "Phaser.Input.Keyboard.KeyCombo#progress", "scope": "instance", "kind": "member", - "___id": "T000002R021973", + "___id": "T000002R022002", "___s": true }, { @@ -194742,7 +195030,7 @@ "filename": "KeyCombo.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\combo", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\combo", "code": {} }, "description": "Destroys this Key Combo and all of its references.", @@ -194752,7 +195040,7 @@ "memberof": "Phaser.Input.Keyboard.KeyCombo", "longname": "Phaser.Input.Keyboard.KeyCombo#destroy", "scope": "instance", - "___id": "T000002R021976", + "___id": "T000002R022005", "___s": true }, { @@ -194761,7 +195049,7 @@ "filename": "ANY_KEY_DOWN_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\events", "code": {} }, "description": "The Global Key Down Event.\r\rThis event is dispatched by the Keyboard Plugin when any key on the keyboard is pressed down.\r\rListen to this event from within a Scene using: `this.input.keyboard.on('keydown', listener)`.\r\rYou can also listen for a specific key being pressed. See [Keyboard.Events.KEY_DOWN]{@linkcode Phaser.Input.Keyboard.Events#event:KEY_DOWN} for details.\r\rFinally, you can create Key objects, which you can also listen for events from. See [Keyboard.Events.DOWN]{@linkcode Phaser.Input.Keyboard.Events#event:DOWN} for details.\r\r_Note_: Many keyboards are unable to process certain combinations of keys due to hardware limitations known as ghosting.\rRead [this article on ghosting]{@link http://www.html5gamedevs.com/topic/4876-impossible-to-use-more-than-2-keyboard-input-buttons-at-the-same-time/} for details.\r\rAlso, please be aware that some browser extensions can disable or override Phaser keyboard handling.\rFor example, the Chrome extension vimium is known to disable Phaser from using the D key, while EverNote disables the backtick key.\rThere are others. So, please check your extensions if you find you have specific keys that don't work.", @@ -194795,7 +195083,7 @@ "memberof": "Phaser.Input.Keyboard.Events", "longname": "Phaser.Input.Keyboard.Events#event:ANY_KEY_DOWN", "scope": "instance", - "___id": "T000002R022006", + "___id": "T000002R022035", "___s": true }, { @@ -194804,7 +195092,7 @@ "filename": "ANY_KEY_UP_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\events", "code": {} }, "description": "The Global Key Up Event.\r\rThis event is dispatched by the Keyboard Plugin when any key on the keyboard is released.\r\rListen to this event from within a Scene using: `this.input.keyboard.on('keyup', listener)`.\r\rYou can also listen for a specific key being released. See [Keyboard.Events.KEY_UP]{@linkcode Phaser.Input.Keyboard.Events#event:KEY_UP} for details.\r\rFinally, you can create Key objects, which you can also listen for events from. See [Keyboard.Events.UP]{@linkcode Phaser.Input.Keyboard.Events#event:UP} for details.", @@ -194838,7 +195126,7 @@ "memberof": "Phaser.Input.Keyboard.Events", "longname": "Phaser.Input.Keyboard.Events#event:ANY_KEY_UP", "scope": "instance", - "___id": "T000002R022008", + "___id": "T000002R022037", "___s": true }, { @@ -194847,7 +195135,7 @@ "filename": "COMBO_MATCH_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\events", "code": {} }, "description": "The Key Combo Match Event.\r\rThis event is dispatched by the Keyboard Plugin when a [Key Combo]{@link Phaser.Input.Keyboard.KeyCombo} is matched.\r\rListen for this event from the Key Plugin after a combo has been created:\r\r```javascript\rthis.input.keyboard.createCombo([ 38, 38, 40, 40, 37, 39, 37, 39, 66, 65, 13 ], { resetOnMatch: true });\r\rthis.input.keyboard.on('keycombomatch', function (event) {\r console.log('Konami Code entered!');\r});\r```", @@ -194894,7 +195182,7 @@ "memberof": "Phaser.Input.Keyboard.Events", "longname": "Phaser.Input.Keyboard.Events#event:COMBO_MATCH", "scope": "instance", - "___id": "T000002R022010", + "___id": "T000002R022039", "___s": true }, { @@ -194903,7 +195191,7 @@ "filename": "DOWN_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\events", "code": {} }, "description": "The Key Down Event.\r\rThis event is dispatched by a [Key]{@link Phaser.Input.Keyboard.Key} object when it is pressed.\r\rListen for this event from the Key object instance directly:\r\r```javascript\rvar spaceBar = this.input.keyboard.addKey(Phaser.Input.Keyboard.KeyCodes.SPACE);\r\rspaceBar.on('down', listener)\r```\r\rYou can also create a generic 'global' listener. See [Keyboard.Events.ANY_KEY_DOWN]{@linkcode Phaser.Input.Keyboard.Events#event:ANY_KEY_DOWN} for details.", @@ -194950,7 +195238,7 @@ "memberof": "Phaser.Input.Keyboard.Events", "longname": "Phaser.Input.Keyboard.Events#event:DOWN", "scope": "instance", - "___id": "T000002R022012", + "___id": "T000002R022041", "___s": true }, { @@ -194959,7 +195247,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\events", "code": {} }, "kind": "namespace", @@ -194967,7 +195255,7 @@ "memberof": "Phaser.Input.Keyboard", "longname": "Phaser.Input.Keyboard.Events", "scope": "static", - "___id": "T000002R022014", + "___id": "T000002R022043", "___s": true }, { @@ -194976,7 +195264,7 @@ "filename": "KEY_DOWN_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\events", "code": {} }, "description": "The Key Down Event.\r\rThis event is dispatched by the Keyboard Plugin when any key on the keyboard is pressed down.\r\rUnlike the `ANY_KEY_DOWN` event, this one has a special dynamic event name. For example, to listen for the `A` key being pressed\ruse the following from within a Scene: `this.input.keyboard.on('keydown-A', listener)`. You can replace the `-A` part of the event\rname with any valid [Key Code string]{@link Phaser.Input.Keyboard.KeyCodes}. For example, this will listen for the space bar:\r`this.input.keyboard.on('keydown-SPACE', listener)`.\r\rYou can also create a generic 'global' listener. See [Keyboard.Events.ANY_KEY_DOWN]{@linkcode Phaser.Input.Keyboard.Events#event:ANY_KEY_DOWN} for details.\r\rFinally, you can create Key objects, which you can also listen for events from. See [Keyboard.Events.DOWN]{@linkcode Phaser.Input.Keyboard.Events#event:DOWN} for details.\r\r_Note_: Many keyboards are unable to process certain combinations of keys due to hardware limitations known as ghosting.\rRead [this article on ghosting]{@link http://www.html5gamedevs.com/topic/4876-impossible-to-use-more-than-2-keyboard-input-buttons-at-the-same-time/} for details.\r\rAlso, please be aware that some browser extensions can disable or override Phaser keyboard handling.\rFor example, the Chrome extension vimium is known to disable Phaser from using the D key, while EverNote disables the backtick key.\rThere are others. So, please check your extensions if you find you have specific keys that don't work.", @@ -195010,7 +195298,7 @@ "memberof": "Phaser.Input.Keyboard.Events", "longname": "Phaser.Input.Keyboard.Events#event:KEY_DOWN", "scope": "instance", - "___id": "T000002R022023", + "___id": "T000002R022052", "___s": true }, { @@ -195019,7 +195307,7 @@ "filename": "KEY_UP_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\events", "code": {} }, "description": "The Key Up Event.\r\rThis event is dispatched by the Keyboard Plugin when any key on the keyboard is released.\r\rUnlike the `ANY_KEY_UP` event, this one has a special dynamic event name. For example, to listen for the `A` key being released\ruse the following from within a Scene: `this.input.keyboard.on('keyup-A', listener)`. You can replace the `-A` part of the event\rname with any valid [Key Code string]{@link Phaser.Input.Keyboard.KeyCodes}. For example, this will listen for the space bar:\r`this.input.keyboard.on('keyup-SPACE', listener)`.\r\rYou can also create a generic 'global' listener. See [Keyboard.Events.ANY_KEY_UP]{@linkcode Phaser.Input.Keyboard.Events#event:ANY_KEY_UP} for details.\r\rFinally, you can create Key objects, which you can also listen for events from. See [Keyboard.Events.UP]{@linkcode Phaser.Input.Keyboard.Events#event:UP} for details.", @@ -195053,7 +195341,7 @@ "memberof": "Phaser.Input.Keyboard.Events", "longname": "Phaser.Input.Keyboard.Events#event:KEY_UP", "scope": "instance", - "___id": "T000002R022025", + "___id": "T000002R022054", "___s": true }, { @@ -195062,7 +195350,7 @@ "filename": "UP_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\events", "code": {} }, "description": "The Key Up Event.\r\rThis event is dispatched by a [Key]{@link Phaser.Input.Keyboard.Key} object when it is released.\r\rListen for this event from the Key object instance directly:\r\r```javascript\rvar spaceBar = this.input.keyboard.addKey(Phaser.Input.Keyboard.KeyCodes.SPACE);\r\rspaceBar.on('up', listener)\r```\r\rYou can also create a generic 'global' listener. See [Keyboard.Events.ANY_KEY_UP]{@linkcode Phaser.Input.Keyboard.Events#event:ANY_KEY_UP} for details.", @@ -195109,7 +195397,7 @@ "memberof": "Phaser.Input.Keyboard.Events", "longname": "Phaser.Input.Keyboard.Events#event:UP", "scope": "instance", - "___id": "T000002R022027", + "___id": "T000002R022056", "___s": true }, { @@ -195118,7 +195406,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "kind": "namespace", @@ -195126,7 +195414,7 @@ "memberof": "Phaser.Input", "longname": "Phaser.Input.Keyboard", "scope": "static", - "___id": "T000002R022029", + "___id": "T000002R022058", "___s": true }, { @@ -195135,7 +195423,7 @@ "filename": "KeyboardManager.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "classdesc": "The Keyboard Manager is a helper class that belongs to the global Input Manager.\r\rIts role is to listen for native DOM Keyboard Events and then store them for further processing by the Keyboard Plugin.\r\rYou do not need to create this class directly, the Input Manager will create an instance of it automatically if keyboard\rinput has been enabled in the Game Config.", @@ -195160,7 +195448,7 @@ ], "scope": "static", "longname": "Phaser.Input.Keyboard.KeyboardManager", - "___id": "T000002R022050", + "___id": "T000002R022079", "___s": true }, { @@ -195169,7 +195457,7 @@ "filename": "KeyboardManager.js", "lineno": 36, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "A reference to the Input Manager.", @@ -195188,7 +195476,7 @@ "longname": "Phaser.Input.Keyboard.KeyboardManager#manager", "scope": "instance", "kind": "member", - "___id": "T000002R022053", + "___id": "T000002R022082", "___s": true }, { @@ -195197,7 +195485,7 @@ "filename": "KeyboardManager.js", "lineno": 55, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "A flag that controls if the non-modified keys, matching those stored in the `captures` array,\rhave `preventDefault` called on them or not.\r\rA non-modified key is one that doesn't have a modifier key held down with it. The modifier keys are\rshift, control, alt and the meta key (Command on a Mac, the Windows Key on Windows).\rTherefore, if the user presses shift + r, it won't prevent this combination, because of the modifier.\rHowever, if the user presses just the r key on its own, it will have its event prevented.\r\rIf you wish to stop capturing the keys, for example switching out to a DOM based element, then\ryou can toggle this property at run-time.", @@ -195216,7 +195504,7 @@ "longname": "Phaser.Input.Keyboard.KeyboardManager#preventDefault", "scope": "instance", "kind": "member", - "___id": "T000002R022057", + "___id": "T000002R022086", "___s": true }, { @@ -195225,7 +195513,7 @@ "filename": "KeyboardManager.js", "lineno": 73, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "An array of Key Code values that will automatically have `preventDefault` called on them,\ras long as the `KeyboardManager.preventDefault` boolean is set to `true`.\r\rBy default the array is empty.\r\rThe key must be non-modified when pressed in order to be captured.\r\rA non-modified key is one that doesn't have a modifier key held down with it. The modifier keys are\rshift, control, alt and the meta key (Command on a Mac, the Windows Key on Windows).\rTherefore, if the user presses shift + r, it won't prevent this combination, because of the modifier.\rHowever, if the user presses just the r key on its own, it will have its event prevented.\r\rIf you wish to stop capturing the keys, for example switching out to a DOM based element, then\ryou can toggle the `KeyboardManager.preventDefault` boolean at run-time.\r\rIf you need more specific control, you can create Key objects and set the flag on each of those instead.\r\rThis array can be populated via the Game Config by setting the `input.keyboard.capture` array, or you\rcan call the `addCapture` method. See also `removeCapture` and `clearCaptures`.", @@ -195253,7 +195541,7 @@ "longname": "Phaser.Input.Keyboard.KeyboardManager#captures", "scope": "instance", "kind": "member", - "___id": "T000002R022059", + "___id": "T000002R022088", "___s": true }, { @@ -195262,7 +195550,7 @@ "filename": "KeyboardManager.js", "lineno": 100, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "A boolean that controls if the Keyboard Manager is enabled or not.\rCan be toggled on the fly.", @@ -195282,7 +195570,7 @@ "longname": "Phaser.Input.Keyboard.KeyboardManager#enabled", "scope": "instance", "kind": "member", - "___id": "T000002R022061", + "___id": "T000002R022090", "___s": true }, { @@ -195291,7 +195579,7 @@ "filename": "KeyboardManager.js", "lineno": 111, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "The Keyboard Event target, as defined in the Game Config.\rTypically the window in which the game is rendering, but can be any interactive DOM element.", @@ -195310,7 +195598,7 @@ "longname": "Phaser.Input.Keyboard.KeyboardManager#target", "scope": "instance", "kind": "member", - "___id": "T000002R022063", + "___id": "T000002R022092", "___s": true }, { @@ -195319,7 +195607,7 @@ "filename": "KeyboardManager.js", "lineno": 121, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "The Key Down Event handler.\rThis function is sent the native DOM KeyEvent.\rInitially empty and bound in the `startListeners` method.", @@ -195338,7 +195626,7 @@ "longname": "Phaser.Input.Keyboard.KeyboardManager#onKeyDown", "scope": "instance", "kind": "member", - "___id": "T000002R022065", + "___id": "T000002R022094", "___s": true }, { @@ -195347,7 +195635,7 @@ "filename": "KeyboardManager.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "The Key Up Event handler.\rThis function is sent the native DOM KeyEvent.\rInitially empty and bound in the `startListeners` method.", @@ -195366,7 +195654,7 @@ "longname": "Phaser.Input.Keyboard.KeyboardManager#onKeyUp", "scope": "instance", "kind": "member", - "___id": "T000002R022067", + "___id": "T000002R022096", "___s": true }, { @@ -195375,7 +195663,7 @@ "filename": "KeyboardManager.js", "lineno": 175, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "Starts the Keyboard Event listeners running.\rThis is called automatically and does not need to be manually invoked.", @@ -195385,7 +195673,7 @@ "memberof": "Phaser.Input.Keyboard.KeyboardManager", "longname": "Phaser.Input.Keyboard.KeyboardManager#startListeners", "scope": "instance", - "___id": "T000002R022075", + "___id": "T000002R022104", "___s": true }, { @@ -195394,7 +195682,7 @@ "filename": "KeyboardManager.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "Stops the Key Event listeners.\rThis is called automatically and does not need to be manually invoked.", @@ -195404,7 +195692,7 @@ "memberof": "Phaser.Input.Keyboard.KeyboardManager", "longname": "Phaser.Input.Keyboard.KeyboardManager#stopListeners", "scope": "instance", - "___id": "T000002R022084", + "___id": "T000002R022113", "___s": true }, { @@ -195413,7 +195701,7 @@ "filename": "KeyboardManager.js", "lineno": 267, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "By default when a key is pressed Phaser will not stop the event from propagating up to the browser.\rThere are some keys this can be annoying for, like the arrow keys or space bar, which make the browser window scroll.\r\rThis `addCapture` method enables consuming keyboard event for specific keys so it doesn't bubble up to the the browser\rand cause the default browser behavior.\r\rPlease note that keyboard captures are global. This means that if you call this method from within a Scene, to say prevent\rthe SPACE BAR from triggering a page scroll, then it will prevent it for any Scene in your game, not just the calling one.\r\rYou can pass in a single key code value, or an array of key codes, or a string:\r\r```javascript\rthis.input.keyboard.addCapture(62);\r```\r\rAn array of key codes:\r\r```javascript\rthis.input.keyboard.addCapture([ 62, 63, 64 ]);\r```\r\rOr a string:\r\r```javascript\rthis.input.keyboard.addCapture('W,S,A,D');\r```\r\rTo use non-alpha numeric keys, use a string, such as 'UP', 'SPACE' or 'LEFT'.\r\rYou can also provide an array mixing both strings and key code integers.\r\rIf there are active captures after calling this method, the `preventDefault` property is set to `true`.", @@ -195476,7 +195764,7 @@ "memberof": "Phaser.Input.Keyboard.KeyboardManager", "longname": "Phaser.Input.Keyboard.KeyboardManager#addCapture", "scope": "instance", - "___id": "T000002R022091", + "___id": "T000002R022120", "___s": true }, { @@ -195485,7 +195773,7 @@ "filename": "KeyboardManager.js", "lineno": 338, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "Removes an existing key capture.\r\rPlease note that keyboard captures are global. This means that if you call this method from within a Scene, to remove\rthe capture of a key, then it will remove it for any Scene in your game, not just the calling one.\r\rYou can pass in a single key code value, or an array of key codes, or a string:\r\r```javascript\rthis.input.keyboard.removeCapture(62);\r```\r\rAn array of key codes:\r\r```javascript\rthis.input.keyboard.removeCapture([ 62, 63, 64 ]);\r```\r\rOr a string:\r\r```javascript\rthis.input.keyboard.removeCapture('W,S,A,D');\r```\r\rTo use non-alpha numeric keys, use a string, such as 'UP', 'SPACE' or 'LEFT'.\r\rYou can also provide an array mixing both strings and key code integers.\r\rIf there are no captures left after calling this method, the `preventDefault` property is set to `false`.", @@ -195548,7 +195836,7 @@ "memberof": "Phaser.Input.Keyboard.KeyboardManager", "longname": "Phaser.Input.Keyboard.KeyboardManager#removeCapture", "scope": "instance", - "___id": "T000002R022100", + "___id": "T000002R022129", "___s": true }, { @@ -195557,7 +195845,7 @@ "filename": "KeyboardManager.js", "lineno": 402, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "Removes all keyboard captures and sets the `preventDefault` property to `false`.", @@ -195567,7 +195855,7 @@ "memberof": "Phaser.Input.Keyboard.KeyboardManager", "longname": "Phaser.Input.Keyboard.KeyboardManager#clearCaptures", "scope": "instance", - "___id": "T000002R022109", + "___id": "T000002R022138", "___s": true }, { @@ -195576,7 +195864,7 @@ "filename": "KeyboardManager.js", "lineno": 415, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "Destroys this Keyboard Manager instance.", @@ -195586,7 +195874,7 @@ "memberof": "Phaser.Input.Keyboard.KeyboardManager", "longname": "Phaser.Input.Keyboard.KeyboardManager#destroy", "scope": "instance", - "___id": "T000002R022113", + "___id": "T000002R022142", "___s": true }, { @@ -195595,7 +195883,7 @@ "filename": "KeyboardPlugin.js", "lineno": 21, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "classdesc": "The Keyboard Plugin is an input plugin that belongs to the Scene-owned Input system.\r\rIts role is to listen for native DOM Keyboard Events and then process them.\r\rYou do not need to create this class directly, the Input system will create an instance of it automatically.\r\rYou can access it from within a Scene using `this.input.keyboard`. For example, you can do:\r\r```javascript\rthis.input.keyboard.on('keydown', callback, context);\r```\r\rOr, to listen for a specific key:\r\r```javascript\rthis.input.keyboard.on('keydown-A', callback, context);\r```\r\rYou can also create Key objects, which you can then poll in your game loop:\r\r```javascript\rvar spaceBar = this.input.keyboard.addKey(Phaser.Input.Keyboard.KeyCodes.SPACE);\r```\r\rIf you have multiple parallel Scenes, each trying to get keyboard input, be sure to disable capture on them to stop them from\rstealing input from another Scene in the list. You can do this with `this.input.keyboard.enabled = false` within the\rScene to stop all input, or `this.input.keyboard.preventDefault = false` to stop a Scene halting input on another Scene.\r\r_Note_: Many keyboards are unable to process certain combinations of keys due to hardware limitations known as ghosting.\rSee http://www.html5gamedevs.com/topic/4876-impossible-to-use-more-than-2-keyboard-input-buttons-at-the-same-time/ for more details\rand use the site https://w3c.github.io/uievents/tools/key-event-viewer.html to test your n-key support in browser.\r\rAlso please be aware that certain browser extensions can disable or override Phaser keyboard handling.\rFor example the Chrome extension vimium is known to disable Phaser from using the D key, while EverNote disables the backtick key.\rAnd there are others. So, please check your extensions before opening Phaser issues about keys that don't work.", @@ -195623,7 +195911,7 @@ ], "scope": "static", "longname": "Phaser.Input.Keyboard.KeyboardPlugin", - "___id": "T000002R022133", + "___id": "T000002R022162", "___s": true }, { @@ -195632,7 +195920,7 @@ "filename": "KeyboardPlugin.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "A reference to the core game, so we can listen for visibility events.", @@ -195651,7 +195939,7 @@ "longname": "Phaser.Input.Keyboard.KeyboardPlugin#game", "scope": "instance", "kind": "member", - "___id": "T000002R022137", + "___id": "T000002R022166", "___s": true }, { @@ -195660,7 +195948,7 @@ "filename": "KeyboardPlugin.js", "lineno": 86, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "A reference to the Scene that this Input Plugin is responsible for.", @@ -195679,7 +195967,7 @@ "longname": "Phaser.Input.Keyboard.KeyboardPlugin#scene", "scope": "instance", "kind": "member", - "___id": "T000002R022139", + "___id": "T000002R022168", "___s": true }, { @@ -195688,7 +195976,7 @@ "filename": "KeyboardPlugin.js", "lineno": 95, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "A reference to the Scene Systems Settings.", @@ -195707,7 +195995,7 @@ "longname": "Phaser.Input.Keyboard.KeyboardPlugin#settings", "scope": "instance", "kind": "member", - "___id": "T000002R022141", + "___id": "T000002R022170", "___s": true }, { @@ -195716,7 +196004,7 @@ "filename": "KeyboardPlugin.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "A reference to the Scene Input Plugin that created this Keyboard Plugin.", @@ -195735,7 +196023,7 @@ "longname": "Phaser.Input.Keyboard.KeyboardPlugin#sceneInputPlugin", "scope": "instance", "kind": "member", - "___id": "T000002R022143", + "___id": "T000002R022172", "___s": true }, { @@ -195744,7 +196032,7 @@ "filename": "KeyboardPlugin.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "A reference to the global Keyboard Manager.", @@ -195763,7 +196051,7 @@ "longname": "Phaser.Input.Keyboard.KeyboardPlugin#manager", "scope": "instance", "kind": "member", - "___id": "T000002R022145", + "___id": "T000002R022174", "___s": true }, { @@ -195772,7 +196060,7 @@ "filename": "KeyboardPlugin.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "A boolean that controls if this Keyboard Plugin is enabled or not.\rCan be toggled on the fly.", @@ -195792,7 +196080,7 @@ "longname": "Phaser.Input.Keyboard.KeyboardPlugin#enabled", "scope": "instance", "kind": "member", - "___id": "T000002R022147", + "___id": "T000002R022176", "___s": true }, { @@ -195801,7 +196089,7 @@ "filename": "KeyboardPlugin.js", "lineno": 133, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "An array of Key objects to process.", @@ -195829,7 +196117,7 @@ "longname": "Phaser.Input.Keyboard.KeyboardPlugin#keys", "scope": "instance", "kind": "member", - "___id": "T000002R022149", + "___id": "T000002R022178", "___s": true }, { @@ -195838,7 +196126,7 @@ "filename": "KeyboardPlugin.js", "lineno": 142, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "An array of KeyCombo objects to process.", @@ -195866,7 +196154,7 @@ "longname": "Phaser.Input.Keyboard.KeyboardPlugin#combos", "scope": "instance", "kind": "member", - "___id": "T000002R022151", + "___id": "T000002R022180", "___s": true }, { @@ -195875,7 +196163,7 @@ "filename": "KeyboardPlugin.js", "lineno": 230, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "Checks to see if both this plugin and the Scene to which it belongs is active.", @@ -195899,7 +196187,7 @@ "memberof": "Phaser.Input.Keyboard.KeyboardPlugin", "longname": "Phaser.Input.Keyboard.KeyboardPlugin#isActive", "scope": "instance", - "___id": "T000002R022166", + "___id": "T000002R022195", "___s": true }, { @@ -195908,7 +196196,7 @@ "filename": "KeyboardPlugin.js", "lineno": 243, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "By default when a key is pressed Phaser will not stop the event from propagating up to the browser.\rThere are some keys this can be annoying for, like the arrow keys or space bar, which make the browser window scroll.\r\rThis `addCapture` method enables consuming keyboard events for specific keys, so they don't bubble up the browser\rand cause the default behaviors.\r\rPlease note that keyboard captures are global. This means that if you call this method from within a Scene, to say prevent\rthe SPACE BAR from triggering a page scroll, then it will prevent it for any Scene in your game, not just the calling one.\r\rYou can pass a single key code value:\r\r```javascript\rthis.input.keyboard.addCapture(62);\r```\r\rAn array of key codes:\r\r```javascript\rthis.input.keyboard.addCapture([ 62, 63, 64 ]);\r```\r\rOr, a comma-delimited string:\r\r```javascript\rthis.input.keyboard.addCapture('W,S,A,D');\r```\r\rTo use non-alpha numeric keys, use a string, such as 'UP', 'SPACE' or 'LEFT'.\r\rYou can also provide an array mixing both strings and key code integers.", @@ -195986,7 +196274,7 @@ "memberof": "Phaser.Input.Keyboard.KeyboardPlugin", "longname": "Phaser.Input.Keyboard.KeyboardPlugin#addCapture", "scope": "instance", - "___id": "T000002R022168", + "___id": "T000002R022197", "___s": true }, { @@ -195995,7 +196283,7 @@ "filename": "KeyboardPlugin.js", "lineno": 289, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "Removes an existing key capture.\r\rPlease note that keyboard captures are global. This means that if you call this method from within a Scene, to remove\rthe capture of a key, then it will remove it for any Scene in your game, not just the calling one.\r\rYou can pass a single key code value:\r\r```javascript\rthis.input.keyboard.removeCapture(62);\r```\r\rAn array of key codes:\r\r```javascript\rthis.input.keyboard.removeCapture([ 62, 63, 64 ]);\r```\r\rOr, a comma-delimited string:\r\r```javascript\rthis.input.keyboard.removeCapture('W,S,A,D');\r```\r\rTo use non-alpha numeric keys, use a string, such as 'UP', 'SPACE' or 'LEFT'.\r\rYou can also provide an array mixing both strings and key code integers.", @@ -196073,7 +196361,7 @@ "memberof": "Phaser.Input.Keyboard.KeyboardPlugin", "longname": "Phaser.Input.Keyboard.KeyboardPlugin#removeCapture", "scope": "instance", - "___id": "T000002R022170", + "___id": "T000002R022199", "___s": true }, { @@ -196082,7 +196370,7 @@ "filename": "KeyboardPlugin.js", "lineno": 331, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "Returns an array that contains all of the keyboard captures currently enabled.", @@ -196115,7 +196403,7 @@ "memberof": "Phaser.Input.Keyboard.KeyboardPlugin", "longname": "Phaser.Input.Keyboard.KeyboardPlugin#getCaptures", "scope": "instance", - "___id": "T000002R022172", + "___id": "T000002R022201", "___s": true }, { @@ -196124,7 +196412,7 @@ "filename": "KeyboardPlugin.js", "lineno": 344, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "Allows Phaser to prevent any key captures you may have defined from bubbling up the browser.\rYou can use this to re-enable event capturing if you had paused it via `disableGlobalCapture`.", @@ -196149,7 +196437,7 @@ "memberof": "Phaser.Input.Keyboard.KeyboardPlugin", "longname": "Phaser.Input.Keyboard.KeyboardPlugin#enableGlobalCapture", "scope": "instance", - "___id": "T000002R022174", + "___id": "T000002R022203", "___s": true }, { @@ -196158,7 +196446,7 @@ "filename": "KeyboardPlugin.js", "lineno": 360, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "Disables Phaser from preventing any key captures you may have defined, without actually removing them.\rYou can use this to temporarily disable event capturing if, for example, you swap to a DOM element.", @@ -196183,7 +196471,7 @@ "memberof": "Phaser.Input.Keyboard.KeyboardPlugin", "longname": "Phaser.Input.Keyboard.KeyboardPlugin#disableGlobalCapture", "scope": "instance", - "___id": "T000002R022177", + "___id": "T000002R022206", "___s": true }, { @@ -196192,7 +196480,7 @@ "filename": "KeyboardPlugin.js", "lineno": 376, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "Removes all keyboard captures.\r\rNote that this is a global change. It will clear all event captures across your game, not just for this specific Scene.", @@ -196217,7 +196505,7 @@ "memberof": "Phaser.Input.Keyboard.KeyboardPlugin", "longname": "Phaser.Input.Keyboard.KeyboardPlugin#clearCaptures", "scope": "instance", - "___id": "T000002R022180", + "___id": "T000002R022209", "___s": true }, { @@ -196226,7 +196514,7 @@ "filename": "KeyboardPlugin.js", "lineno": 393, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "Creates and returns an object containing 4 hotkeys for Up, Down, Left and Right, and also Space Bar and shift.", @@ -196250,7 +196538,7 @@ "memberof": "Phaser.Input.Keyboard.KeyboardPlugin", "longname": "Phaser.Input.Keyboard.KeyboardPlugin#createCursorKeys", "scope": "instance", - "___id": "T000002R022182", + "___id": "T000002R022211", "___s": true }, { @@ -196259,7 +196547,7 @@ "filename": "KeyboardPlugin.js", "lineno": 413, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "A practical way to create an object containing user selected hotkeys.\r\rFor example:\r\r```javascript\rthis.input.keyboard.addKeys({ 'up': Phaser.Input.Keyboard.KeyCodes.W, 'down': Phaser.Input.Keyboard.KeyCodes.S });\r```\r\rwould return an object containing the properties (`up` and `down`) mapped to W and S {@link Phaser.Input.Keyboard.Key} objects.\r\rYou can also pass in a comma-separated string:\r\r```javascript\rthis.input.keyboard.addKeys('W,S,A,D');\r```\r\rWhich will return an object with the properties W, S, A and D mapped to the relevant Key objects.\r\rTo use non-alpha numeric keys, use a string, such as 'UP', 'SPACE' or 'LEFT'.", @@ -196338,7 +196626,7 @@ "memberof": "Phaser.Input.Keyboard.KeyboardPlugin", "longname": "Phaser.Input.Keyboard.KeyboardPlugin#addKeys", "scope": "instance", - "___id": "T000002R022190", + "___id": "T000002R022219", "___s": true }, { @@ -196347,7 +196635,7 @@ "filename": "KeyboardPlugin.js", "lineno": 475, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "Adds a Key object to this Keyboard Plugin.\r\rThe given argument can be either an existing Key object, a string, such as `A` or `SPACE`, or a key code value.\r\rIf a Key object is given, and one already exists matching the same key code, the existing one is replaced with the new one.", @@ -196431,7 +196719,7 @@ "memberof": "Phaser.Input.Keyboard.KeyboardPlugin", "longname": "Phaser.Input.Keyboard.KeyboardPlugin#addKey", "scope": "instance", - "___id": "T000002R022201", + "___id": "T000002R022230", "___s": true }, { @@ -196440,7 +196728,7 @@ "filename": "KeyboardPlugin.js", "lineno": 541, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "Removes a Key object from this Keyboard Plugin.\r\rThe given argument can be either a Key object, a string, such as `A` or `SPACE`, or a key code value.", @@ -196525,7 +196813,7 @@ "memberof": "Phaser.Input.Keyboard.KeyboardPlugin", "longname": "Phaser.Input.Keyboard.KeyboardPlugin#removeKey", "scope": "instance", - "___id": "T000002R022211", + "___id": "T000002R022240", "___s": true }, { @@ -196534,7 +196822,7 @@ "filename": "KeyboardPlugin.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "Removes all Key objects created by _this_ Keyboard Plugin.", @@ -196591,7 +196879,7 @@ "memberof": "Phaser.Input.Keyboard.KeyboardPlugin", "longname": "Phaser.Input.Keyboard.KeyboardPlugin#removeAllKeys", "scope": "instance", - "___id": "T000002R022224", + "___id": "T000002R022253", "___s": true }, { @@ -196600,7 +196888,7 @@ "filename": "KeyboardPlugin.js", "lineno": 645, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "Creates a new KeyCombo.\r\rA KeyCombo will listen for a specific string of keys from the Keyboard, and when it receives them\rit will emit a `keycombomatch` event from this Keyboard Plugin.\r\rThe keys to be listened for can be defined as:\r\rA string (i.e. 'ATARI')\rAn array of either integers (key codes) or strings, or a mixture of both\rAn array of objects (such as Key objects) with a public 'keyCode' property\r\rFor example, to listen for the Konami code (up, up, down, down, left, right, left, right, b, a, enter)\ryou could pass the following array of key codes:\r\r```javascript\rthis.input.keyboard.createCombo([ 38, 38, 40, 40, 37, 39, 37, 39, 66, 65, 13 ], { resetOnMatch: true });\r\rthis.input.keyboard.on('keycombomatch', function (event) {\r console.log('Konami Code entered!');\r});\r```\r\rOr, to listen for the user entering the word PHASER:\r\r```javascript\rthis.input.keyboard.createCombo('PHASER');\r```", @@ -196686,7 +196974,7 @@ "memberof": "Phaser.Input.Keyboard.KeyboardPlugin", "longname": "Phaser.Input.Keyboard.KeyboardPlugin#createCombo", "scope": "instance", - "___id": "T000002R022232", + "___id": "T000002R022261", "___s": true }, { @@ -196695,7 +196983,7 @@ "filename": "KeyboardPlugin.js", "lineno": 687, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "Checks if the given Key object is currently being held down.\r\rThe difference between this method and checking the `Key.isDown` property directly is that you can provide\ra duration to this method. For example, if you wanted a key press to fire a bullet, but you only wanted\rit to be able to fire every 100ms, then you can call this method with a `duration` of 100 and it\rwill only return `true` every 100ms.\r\rIf the Keyboard Plugin has been disabled, this method will always return `false`.", @@ -196749,7 +197037,7 @@ "memberof": "Phaser.Input.Keyboard.KeyboardPlugin", "longname": "Phaser.Input.Keyboard.KeyboardPlugin#checkDown", "scope": "instance", - "___id": "T000002R022234", + "___id": "T000002R022263", "___s": true }, { @@ -196758,7 +197046,7 @@ "filename": "KeyboardPlugin.js", "lineno": 840, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "Resets all Key objects created by _this_ Keyboard Plugin back to their default un-pressed states.\rThis can only reset keys created via the `addKey`, `addKeys` or `createCursorKeys` methods.\rIf you have created a Key object directly you'll need to reset it yourself.\r\rThis method is called automatically when the Keyboard Plugin shuts down, but can be\rinvoked directly at any time you require.", @@ -196783,7 +197071,7 @@ "memberof": "Phaser.Input.Keyboard.KeyboardPlugin", "longname": "Phaser.Input.Keyboard.KeyboardPlugin#resetKeys", "scope": "instance", - "___id": "T000002R022259", + "___id": "T000002R022288", "___s": true }, { @@ -196792,7 +197080,7 @@ "filename": "KeyboardPlugin.js", "lineno": 946, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard", "code": {} }, "description": "An instance of the Keyboard Plugin class, if enabled via the `input.keyboard` Scene or Game Config property.\rUse this to create Key objects and listen for keyboard specific events.", @@ -196813,7 +197101,7 @@ "longname": "Phaser.Input.InputPlugin#keyboard", "scope": "instance", "kind": "member", - "___id": "T000002R022280", + "___id": "T000002R022309", "___s": true }, { @@ -196822,7 +197110,7 @@ "filename": "DownDuration.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "Returns `true` if the Key was pressed down within the `duration` value given, based on the current\rgame clock time. Or `false` if it either isn't down, or was pressed down longer ago than the given duration.", @@ -196876,7 +197164,7 @@ "memberof": "Phaser.Input.Keyboard", "longname": "Phaser.Input.Keyboard.DownDuration", "scope": "static", - "___id": "T000002R022282", + "___id": "T000002R022311", "___s": true }, { @@ -196885,7 +197173,7 @@ "filename": "JustDown.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The justDown value allows you to test if this Key has just been pressed down or not.\r\rWhen you check this value it will return `true` if the Key is down, otherwise `false`.\r\rYou can only call justDown once per key press. It will only return `true` once, until the Key is released and pressed down again.\rThis allows you to use it in situations where you want to check if this key is down without using an event, such as in a core game loop.", @@ -196924,7 +197212,7 @@ "memberof": "Phaser.Input.Keyboard", "longname": "Phaser.Input.Keyboard.JustDown", "scope": "static", - "___id": "T000002R022287", + "___id": "T000002R022316", "___s": true }, { @@ -196933,7 +197221,7 @@ "filename": "JustUp.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The justUp value allows you to test if this Key has just been released or not.\r\rWhen you check this value it will return `true` if the Key is up, otherwise `false`.\r\rYou can only call JustUp once per key release. It will only return `true` once, until the Key is pressed down and released again.\rThis allows you to use it in situations where you want to check if this key is up without using an event, such as in a core game loop.", @@ -196972,7 +197260,7 @@ "memberof": "Phaser.Input.Keyboard", "longname": "Phaser.Input.Keyboard.JustUp", "scope": "static", - "___id": "T000002R022291", + "___id": "T000002R022320", "___s": true }, { @@ -196981,7 +197269,7 @@ "filename": "Key.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "classdesc": "A generic Key object which can be passed to the Process functions (and so on)\rkeycode must be an integer", @@ -197022,7 +197310,7 @@ ], "scope": "static", "longname": "Phaser.Input.Keyboard.Key", - "___id": "T000002R022298", + "___id": "T000002R022327", "___s": true }, { @@ -197031,7 +197319,7 @@ "filename": "Key.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The Keyboard Plugin instance that owns this Key object.", @@ -197050,7 +197338,7 @@ "longname": "Phaser.Input.Keyboard.Key#plugin", "scope": "instance", "kind": "member", - "___id": "T000002R022302", + "___id": "T000002R022331", "___s": true }, { @@ -197059,7 +197347,7 @@ "filename": "Key.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The keycode of this key.", @@ -197078,7 +197366,7 @@ "longname": "Phaser.Input.Keyboard.Key#keyCode", "scope": "instance", "kind": "member", - "___id": "T000002R022304", + "___id": "T000002R022333", "___s": true }, { @@ -197087,7 +197375,7 @@ "filename": "Key.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The original DOM event.", @@ -197106,7 +197394,7 @@ "longname": "Phaser.Input.Keyboard.Key#originalEvent", "scope": "instance", "kind": "member", - "___id": "T000002R022306", + "___id": "T000002R022335", "___s": true }, { @@ -197115,7 +197403,7 @@ "filename": "Key.js", "lineno": 62, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "Can this Key be processed?", @@ -197135,7 +197423,7 @@ "longname": "Phaser.Input.Keyboard.Key#enabled", "scope": "instance", "kind": "member", - "___id": "T000002R022308", + "___id": "T000002R022337", "___s": true }, { @@ -197144,7 +197432,7 @@ "filename": "Key.js", "lineno": 72, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The \"down\" state of the key. This will remain `true` for as long as the keyboard thinks this key is held down.", @@ -197164,7 +197452,7 @@ "longname": "Phaser.Input.Keyboard.Key#isDown", "scope": "instance", "kind": "member", - "___id": "T000002R022310", + "___id": "T000002R022339", "___s": true }, { @@ -197173,7 +197461,7 @@ "filename": "Key.js", "lineno": 82, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The \"up\" state of the key. This will remain `true` for as long as the keyboard thinks this key is up.", @@ -197193,7 +197481,7 @@ "longname": "Phaser.Input.Keyboard.Key#isUp", "scope": "instance", "kind": "member", - "___id": "T000002R022312", + "___id": "T000002R022341", "___s": true }, { @@ -197202,7 +197490,7 @@ "filename": "Key.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The down state of the ALT key, if pressed at the same time as this key.", @@ -197222,7 +197510,7 @@ "longname": "Phaser.Input.Keyboard.Key#altKey", "scope": "instance", "kind": "member", - "___id": "T000002R022314", + "___id": "T000002R022343", "___s": true }, { @@ -197231,7 +197519,7 @@ "filename": "Key.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The down state of the CTRL key, if pressed at the same time as this key.", @@ -197251,7 +197539,7 @@ "longname": "Phaser.Input.Keyboard.Key#ctrlKey", "scope": "instance", "kind": "member", - "___id": "T000002R022316", + "___id": "T000002R022345", "___s": true }, { @@ -197260,7 +197548,7 @@ "filename": "Key.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The down state of the SHIFT key, if pressed at the same time as this key.", @@ -197280,7 +197568,7 @@ "longname": "Phaser.Input.Keyboard.Key#shiftKey", "scope": "instance", "kind": "member", - "___id": "T000002R022318", + "___id": "T000002R022347", "___s": true }, { @@ -197289,7 +197577,7 @@ "filename": "Key.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The down state of the Meta key, if pressed at the same time as this key.\rOn a Mac the Meta Key is the Command key. On Windows keyboards, it's the Windows key.", @@ -197309,7 +197597,7 @@ "longname": "Phaser.Input.Keyboard.Key#metaKey", "scope": "instance", "kind": "member", - "___id": "T000002R022320", + "___id": "T000002R022349", "___s": true }, { @@ -197318,7 +197606,7 @@ "filename": "Key.js", "lineno": 133, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The location of the modifier key. 0 for standard (or unknown), 1 for left, 2 for right, 3 for numpad.", @@ -197338,7 +197626,7 @@ "longname": "Phaser.Input.Keyboard.Key#location", "scope": "instance", "kind": "member", - "___id": "T000002R022322", + "___id": "T000002R022351", "___s": true }, { @@ -197347,7 +197635,7 @@ "filename": "Key.js", "lineno": 143, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The timestamp when the key was last pressed down.", @@ -197367,7 +197655,7 @@ "longname": "Phaser.Input.Keyboard.Key#timeDown", "scope": "instance", "kind": "member", - "___id": "T000002R022324", + "___id": "T000002R022353", "___s": true }, { @@ -197376,7 +197664,7 @@ "filename": "Key.js", "lineno": 153, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The number of milliseconds this key was held down for in the previous down - up sequence.\rThis value isn't updated every game step, only when the Key changes state.\rTo get the current duration use the `getDuration` method.", @@ -197396,7 +197684,7 @@ "longname": "Phaser.Input.Keyboard.Key#duration", "scope": "instance", "kind": "member", - "___id": "T000002R022326", + "___id": "T000002R022355", "___s": true }, { @@ -197405,7 +197693,7 @@ "filename": "Key.js", "lineno": 165, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The timestamp when the key was last released.", @@ -197425,7 +197713,7 @@ "longname": "Phaser.Input.Keyboard.Key#timeUp", "scope": "instance", "kind": "member", - "___id": "T000002R022328", + "___id": "T000002R022357", "___s": true }, { @@ -197434,7 +197722,7 @@ "filename": "Key.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "When a key is held down should it continuously fire the `down` event each time it repeats?\r\rBy default it will emit the `down` event just once, but if you wish to receive the event\rfor each repeat as well, enable this property.", @@ -197454,7 +197742,7 @@ "longname": "Phaser.Input.Keyboard.Key#emitOnRepeat", "scope": "instance", "kind": "member", - "___id": "T000002R022330", + "___id": "T000002R022359", "___s": true }, { @@ -197463,7 +197751,7 @@ "filename": "Key.js", "lineno": 188, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "If a key is held down this holds down the number of times the key has 'repeated'.", @@ -197483,7 +197771,7 @@ "longname": "Phaser.Input.Keyboard.Key#repeats", "scope": "instance", "kind": "member", - "___id": "T000002R022332", + "___id": "T000002R022361", "___s": true }, { @@ -197492,7 +197780,7 @@ "filename": "Key.js", "lineno": 231, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "Controls if this Key will continuously emit a `down` event while being held down (true),\ror emit the event just once, on first press, and then skip future events (false).", @@ -197532,7 +197820,7 @@ "memberof": "Phaser.Input.Keyboard.Key", "longname": "Phaser.Input.Keyboard.Key#setEmitOnRepeat", "scope": "instance", - "___id": "T000002R022340", + "___id": "T000002R022369", "___s": true }, { @@ -197541,7 +197829,7 @@ "filename": "Key.js", "lineno": 249, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "Processes the Key Down action for this Key.\rCalled automatically by the Keyboard Plugin.", @@ -197569,7 +197857,7 @@ "memberof": "Phaser.Input.Keyboard.Key", "longname": "Phaser.Input.Keyboard.Key#onDown", "scope": "instance", - "___id": "T000002R022343", + "___id": "T000002R022372", "___s": true }, { @@ -197578,7 +197866,7 @@ "filename": "Key.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "Processes the Key Up action for this Key.\rCalled automatically by the Keyboard Plugin.", @@ -197606,7 +197894,7 @@ "memberof": "Phaser.Input.Keyboard.Key", "longname": "Phaser.Input.Keyboard.Key#onUp", "scope": "instance", - "___id": "T000002R022357", + "___id": "T000002R022386", "___s": true }, { @@ -197615,7 +197903,7 @@ "filename": "Key.js", "lineno": 325, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "Resets this Key object back to its default un-pressed state.\r\rAs of version 3.60.0 it no longer resets the `enabled` or `preventDefault` flags.", @@ -197640,7 +197928,7 @@ "memberof": "Phaser.Input.Keyboard.Key", "longname": "Phaser.Input.Keyboard.Key#reset", "scope": "instance", - "___id": "T000002R022368", + "___id": "T000002R022397", "___s": true }, { @@ -197649,7 +197937,7 @@ "filename": "Key.js", "lineno": 354, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "Returns the duration, in ms, that the Key has been held down for.\r\rIf the key is not currently down it will return zero.\r\rTo get the duration the Key was held down for in the previous up-down cycle,\ruse the `Key.duration` property value instead.", @@ -197673,7 +197961,7 @@ "memberof": "Phaser.Input.Keyboard.Key", "longname": "Phaser.Input.Keyboard.Key#getDuration", "scope": "instance", - "___id": "T000002R022383", + "___id": "T000002R022412", "___s": true }, { @@ -197682,7 +197970,7 @@ "filename": "Key.js", "lineno": 379, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "Removes any bound event handlers and removes local references.", @@ -197693,7 +197981,7 @@ "longname": "Phaser.Input.Keyboard.Key#destroy", "scope": "instance", "overrides": "Phaser.Events.EventEmitter#destroy", - "___id": "T000002R022385", + "___id": "T000002R022414", "___s": true }, { @@ -197702,7 +197990,7 @@ "filename": "KeyCodes.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "Keyboard Codes.", @@ -197712,7 +198000,7 @@ "since": "3.0.0", "longname": "Phaser.Input.Keyboard.KeyCodes", "scope": "static", - "___id": "T000002R022390", + "___id": "T000002R022419", "___s": true }, { @@ -197721,7 +198009,7 @@ "filename": "KeyCodes.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The BACKSPACE key.", @@ -197740,7 +198028,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.BACKSPACE", "scope": "static", "kind": "member", - "___id": "T000002R022392", + "___id": "T000002R022421", "___s": true }, { @@ -197749,7 +198037,7 @@ "filename": "KeyCodes.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The TAB key.", @@ -197768,7 +198056,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.TAB", "scope": "static", "kind": "member", - "___id": "T000002R022394", + "___id": "T000002R022423", "___s": true }, { @@ -197777,7 +198065,7 @@ "filename": "KeyCodes.js", "lineno": 35, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The ENTER key.", @@ -197796,7 +198084,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.ENTER", "scope": "static", "kind": "member", - "___id": "T000002R022396", + "___id": "T000002R022425", "___s": true }, { @@ -197805,7 +198093,7 @@ "filename": "KeyCodes.js", "lineno": 44, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The SHIFT key.", @@ -197824,7 +198112,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.SHIFT", "scope": "static", "kind": "member", - "___id": "T000002R022398", + "___id": "T000002R022427", "___s": true }, { @@ -197833,7 +198121,7 @@ "filename": "KeyCodes.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The CTRL key.", @@ -197852,7 +198140,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.CTRL", "scope": "static", "kind": "member", - "___id": "T000002R022400", + "___id": "T000002R022429", "___s": true }, { @@ -197861,7 +198149,7 @@ "filename": "KeyCodes.js", "lineno": 62, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The ALT key.", @@ -197880,7 +198168,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.ALT", "scope": "static", "kind": "member", - "___id": "T000002R022402", + "___id": "T000002R022431", "___s": true }, { @@ -197889,7 +198177,7 @@ "filename": "KeyCodes.js", "lineno": 71, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The PAUSE key.", @@ -197908,7 +198196,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.PAUSE", "scope": "static", "kind": "member", - "___id": "T000002R022404", + "___id": "T000002R022433", "___s": true }, { @@ -197917,7 +198205,7 @@ "filename": "KeyCodes.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The CAPS_LOCK key.", @@ -197936,7 +198224,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.CAPS_LOCK", "scope": "static", "kind": "member", - "___id": "T000002R022406", + "___id": "T000002R022435", "___s": true }, { @@ -197945,7 +198233,7 @@ "filename": "KeyCodes.js", "lineno": 89, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The ESC key.", @@ -197964,7 +198252,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.ESC", "scope": "static", "kind": "member", - "___id": "T000002R022408", + "___id": "T000002R022437", "___s": true }, { @@ -197973,7 +198261,7 @@ "filename": "KeyCodes.js", "lineno": 98, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The SPACE key.", @@ -197992,7 +198280,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.SPACE", "scope": "static", "kind": "member", - "___id": "T000002R022410", + "___id": "T000002R022439", "___s": true }, { @@ -198001,7 +198289,7 @@ "filename": "KeyCodes.js", "lineno": 107, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The PAGE_UP key.", @@ -198020,7 +198308,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.PAGE_UP", "scope": "static", "kind": "member", - "___id": "T000002R022412", + "___id": "T000002R022441", "___s": true }, { @@ -198029,7 +198317,7 @@ "filename": "KeyCodes.js", "lineno": 116, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The PAGE_DOWN key.", @@ -198048,7 +198336,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.PAGE_DOWN", "scope": "static", "kind": "member", - "___id": "T000002R022414", + "___id": "T000002R022443", "___s": true }, { @@ -198057,7 +198345,7 @@ "filename": "KeyCodes.js", "lineno": 125, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The END key.", @@ -198076,7 +198364,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.END", "scope": "static", "kind": "member", - "___id": "T000002R022416", + "___id": "T000002R022445", "___s": true }, { @@ -198085,7 +198373,7 @@ "filename": "KeyCodes.js", "lineno": 134, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The HOME key.", @@ -198104,7 +198392,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.HOME", "scope": "static", "kind": "member", - "___id": "T000002R022418", + "___id": "T000002R022447", "___s": true }, { @@ -198113,7 +198401,7 @@ "filename": "KeyCodes.js", "lineno": 143, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The LEFT key.", @@ -198132,7 +198420,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.LEFT", "scope": "static", "kind": "member", - "___id": "T000002R022420", + "___id": "T000002R022449", "___s": true }, { @@ -198141,7 +198429,7 @@ "filename": "KeyCodes.js", "lineno": 152, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The UP key.", @@ -198160,7 +198448,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.UP", "scope": "static", "kind": "member", - "___id": "T000002R022422", + "___id": "T000002R022451", "___s": true }, { @@ -198169,7 +198457,7 @@ "filename": "KeyCodes.js", "lineno": 161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The RIGHT key.", @@ -198188,7 +198476,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.RIGHT", "scope": "static", "kind": "member", - "___id": "T000002R022424", + "___id": "T000002R022453", "___s": true }, { @@ -198197,7 +198485,7 @@ "filename": "KeyCodes.js", "lineno": 170, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The DOWN key.", @@ -198216,7 +198504,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.DOWN", "scope": "static", "kind": "member", - "___id": "T000002R022426", + "___id": "T000002R022455", "___s": true }, { @@ -198225,7 +198513,7 @@ "filename": "KeyCodes.js", "lineno": 179, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The PRINT_SCREEN key.", @@ -198244,7 +198532,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.PRINT_SCREEN", "scope": "static", "kind": "member", - "___id": "T000002R022428", + "___id": "T000002R022457", "___s": true }, { @@ -198253,7 +198541,7 @@ "filename": "KeyCodes.js", "lineno": 188, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The INSERT key.", @@ -198272,7 +198560,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.INSERT", "scope": "static", "kind": "member", - "___id": "T000002R022430", + "___id": "T000002R022459", "___s": true }, { @@ -198281,7 +198569,7 @@ "filename": "KeyCodes.js", "lineno": 197, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The DELETE key.", @@ -198300,7 +198588,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.DELETE", "scope": "static", "kind": "member", - "___id": "T000002R022432", + "___id": "T000002R022461", "___s": true }, { @@ -198309,7 +198597,7 @@ "filename": "KeyCodes.js", "lineno": 206, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The ZERO key.", @@ -198328,7 +198616,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.ZERO", "scope": "static", "kind": "member", - "___id": "T000002R022434", + "___id": "T000002R022463", "___s": true }, { @@ -198337,7 +198625,7 @@ "filename": "KeyCodes.js", "lineno": 215, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The ONE key.", @@ -198356,7 +198644,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.ONE", "scope": "static", "kind": "member", - "___id": "T000002R022436", + "___id": "T000002R022465", "___s": true }, { @@ -198365,7 +198653,7 @@ "filename": "KeyCodes.js", "lineno": 224, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The TWO key.", @@ -198384,7 +198672,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.TWO", "scope": "static", "kind": "member", - "___id": "T000002R022438", + "___id": "T000002R022467", "___s": true }, { @@ -198393,7 +198681,7 @@ "filename": "KeyCodes.js", "lineno": 233, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The THREE key.", @@ -198412,7 +198700,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.THREE", "scope": "static", "kind": "member", - "___id": "T000002R022440", + "___id": "T000002R022469", "___s": true }, { @@ -198421,7 +198709,7 @@ "filename": "KeyCodes.js", "lineno": 242, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The FOUR key.", @@ -198440,7 +198728,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.FOUR", "scope": "static", "kind": "member", - "___id": "T000002R022442", + "___id": "T000002R022471", "___s": true }, { @@ -198449,7 +198737,7 @@ "filename": "KeyCodes.js", "lineno": 251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The FIVE key.", @@ -198468,7 +198756,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.FIVE", "scope": "static", "kind": "member", - "___id": "T000002R022444", + "___id": "T000002R022473", "___s": true }, { @@ -198477,7 +198765,7 @@ "filename": "KeyCodes.js", "lineno": 260, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The SIX key.", @@ -198496,7 +198784,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.SIX", "scope": "static", "kind": "member", - "___id": "T000002R022446", + "___id": "T000002R022475", "___s": true }, { @@ -198505,7 +198793,7 @@ "filename": "KeyCodes.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The SEVEN key.", @@ -198524,7 +198812,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.SEVEN", "scope": "static", "kind": "member", - "___id": "T000002R022448", + "___id": "T000002R022477", "___s": true }, { @@ -198533,7 +198821,7 @@ "filename": "KeyCodes.js", "lineno": 278, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The EIGHT key.", @@ -198552,7 +198840,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.EIGHT", "scope": "static", "kind": "member", - "___id": "T000002R022450", + "___id": "T000002R022479", "___s": true }, { @@ -198561,7 +198849,7 @@ "filename": "KeyCodes.js", "lineno": 287, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The NINE key.", @@ -198580,7 +198868,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.NINE", "scope": "static", "kind": "member", - "___id": "T000002R022452", + "___id": "T000002R022481", "___s": true }, { @@ -198589,7 +198877,7 @@ "filename": "KeyCodes.js", "lineno": 296, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The NUMPAD_ZERO key.", @@ -198608,7 +198896,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.NUMPAD_ZERO", "scope": "static", "kind": "member", - "___id": "T000002R022454", + "___id": "T000002R022483", "___s": true }, { @@ -198617,7 +198905,7 @@ "filename": "KeyCodes.js", "lineno": 305, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The NUMPAD_ONE key.", @@ -198636,7 +198924,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.NUMPAD_ONE", "scope": "static", "kind": "member", - "___id": "T000002R022456", + "___id": "T000002R022485", "___s": true }, { @@ -198645,7 +198933,7 @@ "filename": "KeyCodes.js", "lineno": 314, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The NUMPAD_TWO key.", @@ -198664,7 +198952,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.NUMPAD_TWO", "scope": "static", "kind": "member", - "___id": "T000002R022458", + "___id": "T000002R022487", "___s": true }, { @@ -198673,7 +198961,7 @@ "filename": "KeyCodes.js", "lineno": 323, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The NUMPAD_THREE key.", @@ -198692,7 +198980,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.NUMPAD_THREE", "scope": "static", "kind": "member", - "___id": "T000002R022460", + "___id": "T000002R022489", "___s": true }, { @@ -198701,7 +198989,7 @@ "filename": "KeyCodes.js", "lineno": 332, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The NUMPAD_FOUR key.", @@ -198720,7 +199008,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.NUMPAD_FOUR", "scope": "static", "kind": "member", - "___id": "T000002R022462", + "___id": "T000002R022491", "___s": true }, { @@ -198729,7 +199017,7 @@ "filename": "KeyCodes.js", "lineno": 341, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The NUMPAD_FIVE key.", @@ -198748,7 +199036,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.NUMPAD_FIVE", "scope": "static", "kind": "member", - "___id": "T000002R022464", + "___id": "T000002R022493", "___s": true }, { @@ -198757,7 +199045,7 @@ "filename": "KeyCodes.js", "lineno": 350, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The NUMPAD_SIX key.", @@ -198776,7 +199064,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.NUMPAD_SIX", "scope": "static", "kind": "member", - "___id": "T000002R022466", + "___id": "T000002R022495", "___s": true }, { @@ -198785,7 +199073,7 @@ "filename": "KeyCodes.js", "lineno": 359, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The NUMPAD_SEVEN key.", @@ -198804,7 +199092,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.NUMPAD_SEVEN", "scope": "static", "kind": "member", - "___id": "T000002R022468", + "___id": "T000002R022497", "___s": true }, { @@ -198813,7 +199101,7 @@ "filename": "KeyCodes.js", "lineno": 368, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The NUMPAD_EIGHT key.", @@ -198832,7 +199120,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.NUMPAD_EIGHT", "scope": "static", "kind": "member", - "___id": "T000002R022470", + "___id": "T000002R022499", "___s": true }, { @@ -198841,7 +199129,7 @@ "filename": "KeyCodes.js", "lineno": 377, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The NUMPAD_NINE key.", @@ -198860,7 +199148,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.NUMPAD_NINE", "scope": "static", "kind": "member", - "___id": "T000002R022472", + "___id": "T000002R022501", "___s": true }, { @@ -198869,7 +199157,7 @@ "filename": "KeyCodes.js", "lineno": 386, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The Numpad Addition (+) key.", @@ -198888,7 +199176,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.NUMPAD_ADD", "scope": "static", "kind": "member", - "___id": "T000002R022474", + "___id": "T000002R022503", "___s": true }, { @@ -198897,7 +199185,7 @@ "filename": "KeyCodes.js", "lineno": 395, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The Numpad Subtraction (-) key.", @@ -198916,7 +199204,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.NUMPAD_SUBTRACT", "scope": "static", "kind": "member", - "___id": "T000002R022476", + "___id": "T000002R022505", "___s": true }, { @@ -198925,7 +199213,7 @@ "filename": "KeyCodes.js", "lineno": 404, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The A key.", @@ -198944,7 +199232,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.A", "scope": "static", "kind": "member", - "___id": "T000002R022478", + "___id": "T000002R022507", "___s": true }, { @@ -198953,7 +199241,7 @@ "filename": "KeyCodes.js", "lineno": 413, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The B key.", @@ -198972,7 +199260,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.B", "scope": "static", "kind": "member", - "___id": "T000002R022480", + "___id": "T000002R022509", "___s": true }, { @@ -198981,7 +199269,7 @@ "filename": "KeyCodes.js", "lineno": 422, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The C key.", @@ -199000,7 +199288,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.C", "scope": "static", "kind": "member", - "___id": "T000002R022482", + "___id": "T000002R022511", "___s": true }, { @@ -199009,7 +199297,7 @@ "filename": "KeyCodes.js", "lineno": 431, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The D key.", @@ -199028,7 +199316,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.D", "scope": "static", "kind": "member", - "___id": "T000002R022484", + "___id": "T000002R022513", "___s": true }, { @@ -199037,7 +199325,7 @@ "filename": "KeyCodes.js", "lineno": 440, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The E key.", @@ -199056,7 +199344,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.E", "scope": "static", "kind": "member", - "___id": "T000002R022486", + "___id": "T000002R022515", "___s": true }, { @@ -199065,7 +199353,7 @@ "filename": "KeyCodes.js", "lineno": 449, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The F key.", @@ -199084,7 +199372,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.F", "scope": "static", "kind": "member", - "___id": "T000002R022488", + "___id": "T000002R022517", "___s": true }, { @@ -199093,7 +199381,7 @@ "filename": "KeyCodes.js", "lineno": 458, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The G key.", @@ -199112,7 +199400,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.G", "scope": "static", "kind": "member", - "___id": "T000002R022490", + "___id": "T000002R022519", "___s": true }, { @@ -199121,7 +199409,7 @@ "filename": "KeyCodes.js", "lineno": 467, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The H key.", @@ -199140,7 +199428,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.H", "scope": "static", "kind": "member", - "___id": "T000002R022492", + "___id": "T000002R022521", "___s": true }, { @@ -199149,7 +199437,7 @@ "filename": "KeyCodes.js", "lineno": 476, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The I key.", @@ -199168,7 +199456,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.I", "scope": "static", "kind": "member", - "___id": "T000002R022494", + "___id": "T000002R022523", "___s": true }, { @@ -199177,7 +199465,7 @@ "filename": "KeyCodes.js", "lineno": 485, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The J key.", @@ -199196,7 +199484,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.J", "scope": "static", "kind": "member", - "___id": "T000002R022496", + "___id": "T000002R022525", "___s": true }, { @@ -199205,7 +199493,7 @@ "filename": "KeyCodes.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The K key.", @@ -199224,7 +199512,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.K", "scope": "static", "kind": "member", - "___id": "T000002R022498", + "___id": "T000002R022527", "___s": true }, { @@ -199233,7 +199521,7 @@ "filename": "KeyCodes.js", "lineno": 503, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The L key.", @@ -199252,7 +199540,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.L", "scope": "static", "kind": "member", - "___id": "T000002R022500", + "___id": "T000002R022529", "___s": true }, { @@ -199261,7 +199549,7 @@ "filename": "KeyCodes.js", "lineno": 512, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The M key.", @@ -199280,7 +199568,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.M", "scope": "static", "kind": "member", - "___id": "T000002R022502", + "___id": "T000002R022531", "___s": true }, { @@ -199289,7 +199577,7 @@ "filename": "KeyCodes.js", "lineno": 521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The N key.", @@ -199308,7 +199596,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.N", "scope": "static", "kind": "member", - "___id": "T000002R022504", + "___id": "T000002R022533", "___s": true }, { @@ -199317,7 +199605,7 @@ "filename": "KeyCodes.js", "lineno": 530, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The O key.", @@ -199336,7 +199624,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.O", "scope": "static", "kind": "member", - "___id": "T000002R022506", + "___id": "T000002R022535", "___s": true }, { @@ -199345,7 +199633,7 @@ "filename": "KeyCodes.js", "lineno": 539, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The P key.", @@ -199364,7 +199652,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.P", "scope": "static", "kind": "member", - "___id": "T000002R022508", + "___id": "T000002R022537", "___s": true }, { @@ -199373,7 +199661,7 @@ "filename": "KeyCodes.js", "lineno": 548, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The Q key.", @@ -199392,7 +199680,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.Q", "scope": "static", "kind": "member", - "___id": "T000002R022510", + "___id": "T000002R022539", "___s": true }, { @@ -199401,7 +199689,7 @@ "filename": "KeyCodes.js", "lineno": 557, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The R key.", @@ -199420,7 +199708,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.R", "scope": "static", "kind": "member", - "___id": "T000002R022512", + "___id": "T000002R022541", "___s": true }, { @@ -199429,7 +199717,7 @@ "filename": "KeyCodes.js", "lineno": 566, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The S key.", @@ -199448,7 +199736,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.S", "scope": "static", "kind": "member", - "___id": "T000002R022514", + "___id": "T000002R022543", "___s": true }, { @@ -199457,7 +199745,7 @@ "filename": "KeyCodes.js", "lineno": 575, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The T key.", @@ -199476,7 +199764,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.T", "scope": "static", "kind": "member", - "___id": "T000002R022516", + "___id": "T000002R022545", "___s": true }, { @@ -199485,7 +199773,7 @@ "filename": "KeyCodes.js", "lineno": 584, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The U key.", @@ -199504,7 +199792,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.U", "scope": "static", "kind": "member", - "___id": "T000002R022518", + "___id": "T000002R022547", "___s": true }, { @@ -199513,7 +199801,7 @@ "filename": "KeyCodes.js", "lineno": 593, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The V key.", @@ -199532,7 +199820,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.V", "scope": "static", "kind": "member", - "___id": "T000002R022520", + "___id": "T000002R022549", "___s": true }, { @@ -199541,7 +199829,7 @@ "filename": "KeyCodes.js", "lineno": 602, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The W key.", @@ -199560,7 +199848,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.W", "scope": "static", "kind": "member", - "___id": "T000002R022522", + "___id": "T000002R022551", "___s": true }, { @@ -199569,7 +199857,7 @@ "filename": "KeyCodes.js", "lineno": 611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The X key.", @@ -199588,7 +199876,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.X", "scope": "static", "kind": "member", - "___id": "T000002R022524", + "___id": "T000002R022553", "___s": true }, { @@ -199597,7 +199885,7 @@ "filename": "KeyCodes.js", "lineno": 620, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The Y key.", @@ -199616,7 +199904,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.Y", "scope": "static", "kind": "member", - "___id": "T000002R022526", + "___id": "T000002R022555", "___s": true }, { @@ -199625,7 +199913,7 @@ "filename": "KeyCodes.js", "lineno": 629, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The Z key.", @@ -199644,7 +199932,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.Z", "scope": "static", "kind": "member", - "___id": "T000002R022528", + "___id": "T000002R022557", "___s": true }, { @@ -199653,7 +199941,7 @@ "filename": "KeyCodes.js", "lineno": 638, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The F1 key.", @@ -199672,7 +199960,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.F1", "scope": "static", "kind": "member", - "___id": "T000002R022530", + "___id": "T000002R022559", "___s": true }, { @@ -199681,7 +199969,7 @@ "filename": "KeyCodes.js", "lineno": 647, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The F2 key.", @@ -199700,7 +199988,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.F2", "scope": "static", "kind": "member", - "___id": "T000002R022532", + "___id": "T000002R022561", "___s": true }, { @@ -199709,7 +199997,7 @@ "filename": "KeyCodes.js", "lineno": 656, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The F3 key.", @@ -199728,7 +200016,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.F3", "scope": "static", "kind": "member", - "___id": "T000002R022534", + "___id": "T000002R022563", "___s": true }, { @@ -199737,7 +200025,7 @@ "filename": "KeyCodes.js", "lineno": 665, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The F4 key.", @@ -199756,7 +200044,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.F4", "scope": "static", "kind": "member", - "___id": "T000002R022536", + "___id": "T000002R022565", "___s": true }, { @@ -199765,7 +200053,7 @@ "filename": "KeyCodes.js", "lineno": 674, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The F5 key.", @@ -199784,7 +200072,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.F5", "scope": "static", "kind": "member", - "___id": "T000002R022538", + "___id": "T000002R022567", "___s": true }, { @@ -199793,7 +200081,7 @@ "filename": "KeyCodes.js", "lineno": 683, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The F6 key.", @@ -199812,7 +200100,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.F6", "scope": "static", "kind": "member", - "___id": "T000002R022540", + "___id": "T000002R022569", "___s": true }, { @@ -199821,7 +200109,7 @@ "filename": "KeyCodes.js", "lineno": 692, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The F7 key.", @@ -199840,7 +200128,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.F7", "scope": "static", "kind": "member", - "___id": "T000002R022542", + "___id": "T000002R022571", "___s": true }, { @@ -199849,7 +200137,7 @@ "filename": "KeyCodes.js", "lineno": 701, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The F8 key.", @@ -199868,7 +200156,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.F8", "scope": "static", "kind": "member", - "___id": "T000002R022544", + "___id": "T000002R022573", "___s": true }, { @@ -199877,7 +200165,7 @@ "filename": "KeyCodes.js", "lineno": 710, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The F9 key.", @@ -199896,7 +200184,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.F9", "scope": "static", "kind": "member", - "___id": "T000002R022546", + "___id": "T000002R022575", "___s": true }, { @@ -199905,7 +200193,7 @@ "filename": "KeyCodes.js", "lineno": 719, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The F10 key.", @@ -199924,7 +200212,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.F10", "scope": "static", "kind": "member", - "___id": "T000002R022548", + "___id": "T000002R022577", "___s": true }, { @@ -199933,7 +200221,7 @@ "filename": "KeyCodes.js", "lineno": 728, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The F11 key.", @@ -199952,7 +200240,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.F11", "scope": "static", "kind": "member", - "___id": "T000002R022550", + "___id": "T000002R022579", "___s": true }, { @@ -199961,7 +200249,7 @@ "filename": "KeyCodes.js", "lineno": 737, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The F12 key.", @@ -199980,7 +200268,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.F12", "scope": "static", "kind": "member", - "___id": "T000002R022552", + "___id": "T000002R022581", "___s": true }, { @@ -199989,7 +200277,7 @@ "filename": "KeyCodes.js", "lineno": 746, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The SEMICOLON key.", @@ -200008,7 +200296,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.SEMICOLON", "scope": "static", "kind": "member", - "___id": "T000002R022554", + "___id": "T000002R022583", "___s": true }, { @@ -200017,7 +200305,7 @@ "filename": "KeyCodes.js", "lineno": 755, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The PLUS key.", @@ -200036,7 +200324,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.PLUS", "scope": "static", "kind": "member", - "___id": "T000002R022556", + "___id": "T000002R022585", "___s": true }, { @@ -200045,7 +200333,7 @@ "filename": "KeyCodes.js", "lineno": 764, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The COMMA key.", @@ -200064,7 +200352,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.COMMA", "scope": "static", "kind": "member", - "___id": "T000002R022558", + "___id": "T000002R022587", "___s": true }, { @@ -200073,7 +200361,7 @@ "filename": "KeyCodes.js", "lineno": 773, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The MINUS key.", @@ -200092,7 +200380,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.MINUS", "scope": "static", "kind": "member", - "___id": "T000002R022560", + "___id": "T000002R022589", "___s": true }, { @@ -200101,7 +200389,7 @@ "filename": "KeyCodes.js", "lineno": 782, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The PERIOD key.", @@ -200120,7 +200408,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.PERIOD", "scope": "static", "kind": "member", - "___id": "T000002R022562", + "___id": "T000002R022591", "___s": true }, { @@ -200129,7 +200417,7 @@ "filename": "KeyCodes.js", "lineno": 791, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The FORWARD_SLASH key.", @@ -200148,7 +200436,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.FORWARD_SLASH", "scope": "static", "kind": "member", - "___id": "T000002R022564", + "___id": "T000002R022593", "___s": true }, { @@ -200157,7 +200445,7 @@ "filename": "KeyCodes.js", "lineno": 800, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The BACK_SLASH key.", @@ -200176,7 +200464,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.BACK_SLASH", "scope": "static", "kind": "member", - "___id": "T000002R022566", + "___id": "T000002R022595", "___s": true }, { @@ -200185,7 +200473,7 @@ "filename": "KeyCodes.js", "lineno": 809, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The QUOTES key.", @@ -200204,7 +200492,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.QUOTES", "scope": "static", "kind": "member", - "___id": "T000002R022568", + "___id": "T000002R022597", "___s": true }, { @@ -200213,7 +200501,7 @@ "filename": "KeyCodes.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The BACKTICK key.", @@ -200232,7 +200520,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.BACKTICK", "scope": "static", "kind": "member", - "___id": "T000002R022570", + "___id": "T000002R022599", "___s": true }, { @@ -200241,7 +200529,7 @@ "filename": "KeyCodes.js", "lineno": 827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The OPEN_BRACKET key.", @@ -200260,7 +200548,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.OPEN_BRACKET", "scope": "static", "kind": "member", - "___id": "T000002R022572", + "___id": "T000002R022601", "___s": true }, { @@ -200269,7 +200557,7 @@ "filename": "KeyCodes.js", "lineno": 836, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The CLOSED_BRACKET key.", @@ -200288,7 +200576,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.CLOSED_BRACKET", "scope": "static", "kind": "member", - "___id": "T000002R022574", + "___id": "T000002R022603", "___s": true }, { @@ -200297,7 +200585,7 @@ "filename": "KeyCodes.js", "lineno": 845, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The SEMICOLON_FIREFOX key.", @@ -200316,7 +200604,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.SEMICOLON_FIREFOX", "scope": "static", "kind": "member", - "___id": "T000002R022576", + "___id": "T000002R022605", "___s": true }, { @@ -200325,7 +200613,7 @@ "filename": "KeyCodes.js", "lineno": 854, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The COLON key.", @@ -200344,7 +200632,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.COLON", "scope": "static", "kind": "member", - "___id": "T000002R022578", + "___id": "T000002R022607", "___s": true }, { @@ -200353,7 +200641,7 @@ "filename": "KeyCodes.js", "lineno": 863, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The COMMA_FIREFOX_WINDOWS key.", @@ -200372,7 +200660,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.COMMA_FIREFOX_WINDOWS", "scope": "static", "kind": "member", - "___id": "T000002R022580", + "___id": "T000002R022609", "___s": true }, { @@ -200381,7 +200669,7 @@ "filename": "KeyCodes.js", "lineno": 872, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The COMMA_FIREFOX key.", @@ -200400,7 +200688,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.COMMA_FIREFOX", "scope": "static", "kind": "member", - "___id": "T000002R022582", + "___id": "T000002R022611", "___s": true }, { @@ -200409,7 +200697,7 @@ "filename": "KeyCodes.js", "lineno": 881, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The BRACKET_RIGHT_FIREFOX key.", @@ -200428,7 +200716,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.BRACKET_RIGHT_FIREFOX", "scope": "static", "kind": "member", - "___id": "T000002R022584", + "___id": "T000002R022613", "___s": true }, { @@ -200437,7 +200725,7 @@ "filename": "KeyCodes.js", "lineno": 890, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "The BRACKET_LEFT_FIREFOX key.", @@ -200456,7 +200744,7 @@ "longname": "Phaser.Input.Keyboard.KeyCodes.BRACKET_LEFT_FIREFOX", "scope": "static", "kind": "member", - "___id": "T000002R022586", + "___id": "T000002R022615", "___s": true }, { @@ -200465,7 +200753,7 @@ "filename": "UpDuration.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\keys", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\keys", "code": {} }, "description": "Returns `true` if the Key was released within the `duration` value given, based on the current\rgame clock time. Or returns `false` if it either isn't up, or was released longer ago than the given duration.", @@ -200519,7 +200807,7 @@ "memberof": "Phaser.Input.Keyboard", "longname": "Phaser.Input.Keyboard.UpDuration", "scope": "static", - "___id": "T000002R022594", + "___id": "T000002R022623", "___s": true }, { @@ -200528,7 +200816,7 @@ "filename": "CursorKeys.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\typedefs", "code": {} }, "kind": "typedef", @@ -200626,7 +200914,7 @@ "memberof": "Phaser.Types.Input.Keyboard", "longname": "Phaser.Types.Input.Keyboard.CursorKeys", "scope": "static", - "___id": "T000002R022599", + "___id": "T000002R022628", "___s": true }, { @@ -200635,7 +200923,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\typedefs", "code": {} }, "kind": "namespace", @@ -200643,7 +200931,7 @@ "memberof": "Phaser.Types.Input", "longname": "Phaser.Types.Input.Keyboard", "scope": "static", - "___id": "T000002R022600", + "___id": "T000002R022629", "___s": true }, { @@ -200652,7 +200940,7 @@ "filename": "KeyboardKeydownCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\typedefs", "code": {} }, "kind": "typedef", @@ -200681,7 +200969,7 @@ "memberof": "Phaser.Types.Input.Keyboard", "longname": "Phaser.Types.Input.Keyboard.KeyboardKeydownCallback", "scope": "static", - "___id": "T000002R022601", + "___id": "T000002R022630", "___s": true }, { @@ -200690,7 +200978,7 @@ "filename": "KeyComboConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\keyboard\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\keyboard\\typedefs", "code": {} }, "kind": "typedef", @@ -200770,7 +201058,7 @@ "memberof": "Phaser.Types.Input.Keyboard", "longname": "Phaser.Types.Input.Keyboard.KeyComboConfig", "scope": "static", - "___id": "T000002R022602", + "___id": "T000002R022631", "___s": true }, { @@ -200779,7 +201067,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\mouse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\mouse", "code": {} }, "kind": "namespace", @@ -200787,7 +201075,7 @@ "memberof": "Phaser.Input", "longname": "Phaser.Input.Mouse", "scope": "static", - "___id": "T000002R022603", + "___id": "T000002R022632", "___s": true }, { @@ -200796,7 +201084,7 @@ "filename": "MouseManager.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\mouse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\mouse", "code": {} }, "classdesc": "The Mouse Manager is a helper class that belongs to the Input Manager.\r\rIts role is to listen for native DOM Mouse Events and then pass them onto the Input Manager for further processing.\r\rYou do not need to create this class directly, the Input Manager will create an instance of it automatically.", @@ -200821,7 +201109,7 @@ ], "scope": "static", "longname": "Phaser.Input.Mouse.MouseManager", - "___id": "T000002R022610", + "___id": "T000002R022639", "___s": true }, { @@ -200830,7 +201118,7 @@ "filename": "MouseManager.js", "lineno": 36, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\mouse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\mouse", "code": {} }, "description": "A reference to the Input Manager.", @@ -200849,7 +201137,7 @@ "longname": "Phaser.Input.Mouse.MouseManager#manager", "scope": "instance", "kind": "member", - "___id": "T000002R022613", + "___id": "T000002R022642", "___s": true }, { @@ -200858,7 +201146,7 @@ "filename": "MouseManager.js", "lineno": 45, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\mouse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\mouse", "code": {} }, "description": "If `true` the DOM `mousedown` event will have `preventDefault` set.", @@ -200878,7 +201166,7 @@ "longname": "Phaser.Input.Mouse.MouseManager#preventDefaultDown", "scope": "instance", "kind": "member", - "___id": "T000002R022615", + "___id": "T000002R022644", "___s": true }, { @@ -200887,7 +201175,7 @@ "filename": "MouseManager.js", "lineno": 55, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\mouse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\mouse", "code": {} }, "description": "If `true` the DOM `mouseup` event will have `preventDefault` set.", @@ -200907,7 +201195,7 @@ "longname": "Phaser.Input.Mouse.MouseManager#preventDefaultUp", "scope": "instance", "kind": "member", - "___id": "T000002R022617", + "___id": "T000002R022646", "___s": true }, { @@ -200916,7 +201204,7 @@ "filename": "MouseManager.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\mouse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\mouse", "code": {} }, "description": "If `true` the DOM `mousemove` event will have `preventDefault` set.", @@ -200936,7 +201224,7 @@ "longname": "Phaser.Input.Mouse.MouseManager#preventDefaultMove", "scope": "instance", "kind": "member", - "___id": "T000002R022619", + "___id": "T000002R022648", "___s": true }, { @@ -200945,7 +201233,7 @@ "filename": "MouseManager.js", "lineno": 75, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\mouse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\mouse", "code": {} }, "description": "If `true` the DOM `wheel` event will have `preventDefault` set.", @@ -200965,7 +201253,7 @@ "longname": "Phaser.Input.Mouse.MouseManager#preventDefaultWheel", "scope": "instance", "kind": "member", - "___id": "T000002R022621", + "___id": "T000002R022650", "___s": true }, { @@ -200974,7 +201262,7 @@ "filename": "MouseManager.js", "lineno": 85, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\mouse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\mouse", "code": {} }, "description": "A boolean that controls if the Mouse Manager is enabled or not.\rCan be toggled on the fly.", @@ -200994,7 +201282,7 @@ "longname": "Phaser.Input.Mouse.MouseManager#enabled", "scope": "instance", "kind": "member", - "___id": "T000002R022623", + "___id": "T000002R022652", "___s": true }, { @@ -201003,7 +201291,7 @@ "filename": "MouseManager.js", "lineno": 96, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\mouse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\mouse", "code": {} }, "description": "The Mouse target, as defined in the Game Config.\rTypically the canvas to which the game is rendering, but can be any interactive DOM element.", @@ -201022,7 +201310,7 @@ "longname": "Phaser.Input.Mouse.MouseManager#target", "scope": "instance", "kind": "member", - "___id": "T000002R022625", + "___id": "T000002R022654", "___s": true }, { @@ -201031,7 +201319,7 @@ "filename": "MouseManager.js", "lineno": 106, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\mouse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\mouse", "code": {} }, "description": "If the mouse has been pointer locked successfully this will be set to true.", @@ -201051,7 +201339,7 @@ "longname": "Phaser.Input.Mouse.MouseManager#locked", "scope": "instance", "kind": "member", - "___id": "T000002R022627", + "___id": "T000002R022656", "___s": true }, { @@ -201060,7 +201348,7 @@ "filename": "MouseManager.js", "lineno": 116, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\mouse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\mouse", "code": {} }, "description": "The Mouse Move Event handler.\rThis function is sent the native DOM MouseEvent.\rInitially empty and bound in the `startListeners` method.", @@ -201079,7 +201367,7 @@ "longname": "Phaser.Input.Mouse.MouseManager#onMouseMove", "scope": "instance", "kind": "member", - "___id": "T000002R022629", + "___id": "T000002R022658", "___s": true }, { @@ -201088,7 +201376,7 @@ "filename": "MouseManager.js", "lineno": 127, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\mouse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\mouse", "code": {} }, "description": "The Mouse Down Event handler.\rThis function is sent the native DOM MouseEvent.\rInitially empty and bound in the `startListeners` method.", @@ -201107,7 +201395,7 @@ "longname": "Phaser.Input.Mouse.MouseManager#onMouseDown", "scope": "instance", "kind": "member", - "___id": "T000002R022631", + "___id": "T000002R022660", "___s": true }, { @@ -201116,7 +201404,7 @@ "filename": "MouseManager.js", "lineno": 138, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\mouse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\mouse", "code": {} }, "description": "The Mouse Up Event handler.\rThis function is sent the native DOM MouseEvent.\rInitially empty and bound in the `startListeners` method.", @@ -201135,7 +201423,7 @@ "longname": "Phaser.Input.Mouse.MouseManager#onMouseUp", "scope": "instance", "kind": "member", - "___id": "T000002R022633", + "___id": "T000002R022662", "___s": true }, { @@ -201144,7 +201432,7 @@ "filename": "MouseManager.js", "lineno": 149, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\mouse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\mouse", "code": {} }, "description": "The Mouse Down Event handler specifically for events on the Window.\rThis function is sent the native DOM MouseEvent.\rInitially empty and bound in the `startListeners` method.", @@ -201163,7 +201451,7 @@ "longname": "Phaser.Input.Mouse.MouseManager#onMouseDownWindow", "scope": "instance", "kind": "member", - "___id": "T000002R022635", + "___id": "T000002R022664", "___s": true }, { @@ -201172,7 +201460,7 @@ "filename": "MouseManager.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\mouse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\mouse", "code": {} }, "description": "The Mouse Up Event handler specifically for events on the Window.\rThis function is sent the native DOM MouseEvent.\rInitially empty and bound in the `startListeners` method.", @@ -201191,7 +201479,7 @@ "longname": "Phaser.Input.Mouse.MouseManager#onMouseUpWindow", "scope": "instance", "kind": "member", - "___id": "T000002R022637", + "___id": "T000002R022666", "___s": true }, { @@ -201200,7 +201488,7 @@ "filename": "MouseManager.js", "lineno": 171, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\mouse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\mouse", "code": {} }, "description": "The Mouse Over Event handler.\rThis function is sent the native DOM MouseEvent.\rInitially empty and bound in the `startListeners` method.", @@ -201219,7 +201507,7 @@ "longname": "Phaser.Input.Mouse.MouseManager#onMouseOver", "scope": "instance", "kind": "member", - "___id": "T000002R022639", + "___id": "T000002R022668", "___s": true }, { @@ -201228,7 +201516,7 @@ "filename": "MouseManager.js", "lineno": 182, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\mouse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\mouse", "code": {} }, "description": "The Mouse Out Event handler.\rThis function is sent the native DOM MouseEvent.\rInitially empty and bound in the `startListeners` method.", @@ -201247,7 +201535,7 @@ "longname": "Phaser.Input.Mouse.MouseManager#onMouseOut", "scope": "instance", "kind": "member", - "___id": "T000002R022641", + "___id": "T000002R022670", "___s": true }, { @@ -201256,7 +201544,7 @@ "filename": "MouseManager.js", "lineno": 193, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\mouse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\mouse", "code": {} }, "description": "The Mouse Wheel Event handler.\rThis function is sent the native DOM MouseEvent.\rInitially empty and bound in the `startListeners` method.", @@ -201275,7 +201563,7 @@ "longname": "Phaser.Input.Mouse.MouseManager#onMouseWheel", "scope": "instance", "kind": "member", - "___id": "T000002R022643", + "___id": "T000002R022672", "___s": true }, { @@ -201284,7 +201572,7 @@ "filename": "MouseManager.js", "lineno": 204, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\mouse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\mouse", "code": {} }, "description": "Internal pointerLockChange handler.\rThis function is sent the native DOM MouseEvent.\rInitially empty and bound in the `startListeners` method.", @@ -201303,7 +201591,7 @@ "longname": "Phaser.Input.Mouse.MouseManager#pointerLockChange", "scope": "instance", "kind": "member", - "___id": "T000002R022645", + "___id": "T000002R022674", "___s": true }, { @@ -201312,7 +201600,7 @@ "filename": "MouseManager.js", "lineno": 215, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\mouse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\mouse", "code": {} }, "description": "Are the event listeners hooked into `window.top` or `window`?\r\rThis is set during the `boot` sequence. If the browser does not have access to `window.top`,\rsuch as in cross-origin iframe environments, this property gets set to `false` and the events\rare hooked into `window` instead.", @@ -201332,7 +201620,7 @@ "longname": "Phaser.Input.Mouse.MouseManager#isTop", "scope": "instance", "kind": "member", - "___id": "T000002R022647", + "___id": "T000002R022676", "___s": true }, { @@ -201341,7 +201629,7 @@ "filename": "MouseManager.js", "lineno": 272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\mouse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\mouse", "code": {} }, "description": "Attempts to disable the context menu from appearing if you right-click on the game canvas, or specified input target.\r\rWorks by listening for the `contextmenu` event and prevent defaulting it.\r\rUse this if you need to enable right-button mouse support in your game, and the context\rmenu keeps getting in the way.", @@ -201366,7 +201654,7 @@ "memberof": "Phaser.Input.Mouse.MouseManager", "longname": "Phaser.Input.Mouse.MouseManager#disableContextMenu", "scope": "instance", - "___id": "T000002R022661", + "___id": "T000002R022690", "___s": true }, { @@ -201375,7 +201663,7 @@ "filename": "MouseManager.js", "lineno": 296, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\mouse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\mouse", "code": {} }, "description": "If the browser supports it, you can request that the pointer be locked to the browser window.\r\rThis is classically known as 'FPS controls', where the pointer can't leave the browser until\rthe user presses an exit key.\r\rIf the browser successfully enters a locked state, a `POINTER_LOCK_CHANGE_EVENT` will be dispatched,\rfrom the games Input Manager, with an `isPointerLocked` property.\r\rIt is important to note that pointer lock can only be enabled after an 'engagement gesture',\rsee: https://w3c.github.io/pointerlock/#dfn-engagement-gesture.\r\rNote for Firefox: There is a bug in certain Firefox releases that cause native DOM events like\r`mousemove` to fire continuously when in pointer lock mode. You can get around this by setting\r`this.preventDefaultMove` to `false` in this class. You may also need to do the same for\r`preventDefaultDown` and/or `preventDefaultUp`. Please test combinations of these if you encounter\rthe error.", @@ -201385,7 +201673,7 @@ "memberof": "Phaser.Input.Mouse.MouseManager", "longname": "Phaser.Input.Mouse.MouseManager#requestPointerLock", "scope": "instance", - "___id": "T000002R022663", + "___id": "T000002R022692", "___s": true }, { @@ -201394,7 +201682,7 @@ "filename": "MouseManager.js", "lineno": 329, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\mouse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\mouse", "code": {} }, "description": "If the browser supports pointer lock, this will request that the pointer lock is released. If\rthe browser successfully enters a locked state, a 'POINTER_LOCK_CHANGE_EVENT' will be\rdispatched - from the game's input manager - with an `isPointerLocked` property.", @@ -201404,7 +201692,7 @@ "memberof": "Phaser.Input.Mouse.MouseManager", "longname": "Phaser.Input.Mouse.MouseManager#releasePointerLock", "scope": "instance", - "___id": "T000002R022667", + "___id": "T000002R022696", "___s": true }, { @@ -201413,7 +201701,7 @@ "filename": "MouseManager.js", "lineno": 346, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\mouse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\mouse", "code": {} }, "description": "Starts the Mouse Event listeners running.\rThis is called automatically and does not need to be manually invoked.", @@ -201423,7 +201711,7 @@ "memberof": "Phaser.Input.Mouse.MouseManager", "longname": "Phaser.Input.Mouse.MouseManager#startListeners", "scope": "instance", - "___id": "T000002R022670", + "___id": "T000002R022699", "___s": true }, { @@ -201432,7 +201720,7 @@ "filename": "MouseManager.js", "lineno": 520, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\mouse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\mouse", "code": {} }, "description": "Stops the Mouse Event listeners.\rThis is called automatically and does not need to be manually invoked.", @@ -201442,7 +201730,7 @@ "memberof": "Phaser.Input.Mouse.MouseManager", "longname": "Phaser.Input.Mouse.MouseManager#stopListeners", "scope": "instance", - "___id": "T000002R022693", + "___id": "T000002R022722", "___s": true }, { @@ -201451,7 +201739,7 @@ "filename": "MouseManager.js", "lineno": 553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\mouse", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\mouse", "code": {} }, "description": "Destroys this Mouse Manager instance.", @@ -201461,7 +201749,7 @@ "memberof": "Phaser.Input.Mouse.MouseManager", "longname": "Phaser.Input.Mouse.MouseManager#destroy", "scope": "instance", - "___id": "T000002R022697", + "___id": "T000002R022726", "___s": true }, { @@ -201470,7 +201758,7 @@ "filename": "Pointer.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "classdesc": "A Pointer object encapsulates both mouse and touch input within Phaser.\r\rBy default, Phaser will create 2 pointers for your game to use. If you require more, i.e. for a multi-touch\rgame, then use the `InputPlugin.addPointer` method to do so, rather than instantiating this class directly,\rotherwise it won't be managed by the input system.\r\rYou can reference the current active pointer via `InputPlugin.activePointer`. You can also use the properties\r`InputPlugin.pointer1` through to `pointer10`, for each pointer you have enabled in your game.\r\rThe properties of this object are set by the Input Plugin during processing. This object is then sent in all\rinput related events that the Input Plugin emits, so you can reference properties from it directly in your\rcallbacks.", @@ -201508,7 +201796,7 @@ ], "scope": "static", "longname": "Phaser.Input.Pointer", - "___id": "T000002R022710", + "___id": "T000002R022739", "___s": true }, { @@ -201517,7 +201805,7 @@ "filename": "Pointer.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "A reference to the Input Manager.", @@ -201536,7 +201824,7 @@ "longname": "Phaser.Input.Pointer#manager", "scope": "instance", "kind": "member", - "___id": "T000002R022713", + "___id": "T000002R022742", "___s": true }, { @@ -201545,7 +201833,7 @@ "filename": "Pointer.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The internal ID of this Pointer.", @@ -201565,7 +201853,7 @@ "longname": "Phaser.Input.Pointer#id", "scope": "instance", "kind": "member", - "___id": "T000002R022715", + "___id": "T000002R022744", "___s": true }, { @@ -201574,7 +201862,7 @@ "filename": "Pointer.js", "lineno": 63, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The most recent native DOM Event this Pointer has processed.", @@ -201608,7 +201896,7 @@ "longname": "Phaser.Input.Pointer#event", "scope": "instance", "kind": "member", - "___id": "T000002R022717", + "___id": "T000002R022746", "___s": true }, { @@ -201617,7 +201905,7 @@ "filename": "Pointer.js", "lineno": 72, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The DOM element the Pointer was pressed down on, taken from the DOM event.\rIn a default set-up this will be the Canvas that Phaser is rendering to, or the Window element.", @@ -201637,7 +201925,7 @@ "longname": "Phaser.Input.Pointer#downElement", "scope": "instance", "kind": "member", - "___id": "T000002R022719", + "___id": "T000002R022748", "___s": true }, { @@ -201646,7 +201934,7 @@ "filename": "Pointer.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The DOM element the Pointer was released on, taken from the DOM event.\rIn a default set-up this will be the Canvas that Phaser is rendering to, or the Window element.", @@ -201666,7 +201954,7 @@ "longname": "Phaser.Input.Pointer#upElement", "scope": "instance", "kind": "member", - "___id": "T000002R022721", + "___id": "T000002R022750", "___s": true }, { @@ -201675,7 +201963,7 @@ "filename": "Pointer.js", "lineno": 94, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The camera the Pointer interacted with during its last update.\r\rA Pointer can only ever interact with one camera at once, which will be the top-most camera\rin the list should multiple cameras be positioned on-top of each other.", @@ -201695,7 +201983,7 @@ "longname": "Phaser.Input.Pointer#camera", "scope": "instance", "kind": "member", - "___id": "T000002R022723", + "___id": "T000002R022752", "___s": true }, { @@ -201704,7 +201992,7 @@ "filename": "Pointer.js", "lineno": 107, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "A read-only property that indicates which button was pressed, or released, on the pointer\rduring the most recent event. It is only set during `up` and `down` events.\r\rOn Touch devices the value is always 0.\r\rUsers may change the configuration of buttons on their pointing device so that if an event's button property\ris zero, it may not have been caused by the button that is physically left–most on the pointing device;\rhowever, it should behave as if the left button was clicked in the standard button layout.", @@ -201725,7 +202013,7 @@ "longname": "Phaser.Input.Pointer#button", "scope": "instance", "kind": "member", - "___id": "T000002R022725", + "___id": "T000002R022754", "___s": true }, { @@ -201734,7 +202022,7 @@ "filename": "Pointer.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "0: No button or un-initialized\r1: Left button\r2: Right button\r4: Wheel button or middle button\r8: 4th button (typically the \"Browser Back\" button)\r16: 5th button (typically the \"Browser Forward\" button)\r\rFor a mouse configured for left-handed use, the button actions are reversed.\rIn this case, the values are read from right to left.", @@ -201754,7 +202042,7 @@ "longname": "Phaser.Input.Pointer#buttons", "scope": "instance", "kind": "member", - "___id": "T000002R022727", + "___id": "T000002R022756", "___s": true }, { @@ -201763,7 +202051,7 @@ "filename": "Pointer.js", "lineno": 143, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The position of the Pointer in screen space.", @@ -201783,7 +202071,7 @@ "longname": "Phaser.Input.Pointer#position", "scope": "instance", "kind": "member", - "___id": "T000002R022729", + "___id": "T000002R022758", "___s": true }, { @@ -201792,7 +202080,7 @@ "filename": "Pointer.js", "lineno": 153, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The previous position of the Pointer in screen space.\r\rThe old x and y values are stored in here during the InputManager.transformPointer call.\r\rUse the properties `velocity`, `angle` and `distance` to create your own gesture recognition.", @@ -201812,7 +202100,7 @@ "longname": "Phaser.Input.Pointer#prevPosition", "scope": "instance", "kind": "member", - "___id": "T000002R022731", + "___id": "T000002R022760", "___s": true }, { @@ -201821,7 +202109,7 @@ "filename": "Pointer.js", "lineno": 177, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The current velocity of the Pointer, based on its current and previous positions.\r\rThis value is smoothed out each frame, according to the `motionFactor` property.\r\rThis property is updated whenever the Pointer moves, regardless of any button states. In other words,\rit changes based on movement alone - a button doesn't have to be pressed first.", @@ -201841,7 +202129,7 @@ "longname": "Phaser.Input.Pointer#velocity", "scope": "instance", "kind": "member", - "___id": "T000002R022735", + "___id": "T000002R022764", "___s": true }, { @@ -201850,7 +202138,7 @@ "filename": "Pointer.js", "lineno": 192, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The current angle the Pointer is moving, in radians, based on its previous and current position.\r\rThe angle is based on the old position facing to the current position.\r\rThis property is updated whenever the Pointer moves, regardless of any button states. In other words,\rit changes based on movement alone - a button doesn't have to be pressed first.", @@ -201870,7 +202158,7 @@ "longname": "Phaser.Input.Pointer#angle", "scope": "instance", "kind": "member", - "___id": "T000002R022737", + "___id": "T000002R022766", "___s": true }, { @@ -201879,7 +202167,7 @@ "filename": "Pointer.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The distance the Pointer has moved, based on its previous and current position.\r\rThis value is smoothed out each frame, according to the `motionFactor` property.\r\rThis property is updated whenever the Pointer moves, regardless of any button states. In other words,\rit changes based on movement alone - a button doesn't have to be pressed first.\r\rIf you need the total distance travelled since the primary buttons was pressed down,\rthen use the `Pointer.getDistance` method.", @@ -201899,7 +202187,7 @@ "longname": "Phaser.Input.Pointer#distance", "scope": "instance", "kind": "member", - "___id": "T000002R022739", + "___id": "T000002R022768", "___s": true }, { @@ -201908,7 +202196,7 @@ "filename": "Pointer.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The smoothing factor to apply to the Pointer position.\r\rDue to their nature, pointer positions are inherently noisy. While this is fine for lots of games, if you need cleaner positions\rthen you can set this value to apply an automatic smoothing to the positions as they are recorded.\r\rThe default value of zero means 'no smoothing'.\rSet to a small value, such as 0.2, to apply an average level of smoothing between positions. You can do this by changing this\rvalue directly, or by setting the `input.smoothFactor` property in the Game Config.\r\rPositions are only smoothed when the pointer moves. If the primary button on this Pointer enters an Up or Down state, then the position\ris always precise, and not smoothed.", @@ -201928,7 +202216,7 @@ "longname": "Phaser.Input.Pointer#smoothFactor", "scope": "instance", "kind": "member", - "___id": "T000002R022741", + "___id": "T000002R022770", "___s": true }, { @@ -201937,7 +202225,7 @@ "filename": "Pointer.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The factor applied to the motion smoothing each frame.\r\rThis value is passed to the Smooth Step Interpolation that is used to calculate the velocity,\rangle and distance of the Pointer. It's applied every frame, until the midPoint reaches the current\rposition of the Pointer. 0.2 provides a good average but can be increased if you need a\rquicker update and are working in a high performance environment. Never set this value to\rzero.", @@ -201957,7 +202245,7 @@ "longname": "Phaser.Input.Pointer#motionFactor", "scope": "instance", "kind": "member", - "___id": "T000002R022743", + "___id": "T000002R022772", "___s": true }, { @@ -201966,7 +202254,7 @@ "filename": "Pointer.js", "lineno": 261, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The x position of this Pointer, translated into the coordinate space of the most recent Camera it interacted with.\r\rIf you wish to use this value _outside_ of an input event handler then you should update it first by calling\rthe `Pointer.updateWorldPoint` method.", @@ -201986,7 +202274,7 @@ "longname": "Phaser.Input.Pointer#worldX", "scope": "instance", "kind": "member", - "___id": "T000002R022745", + "___id": "T000002R022774", "___s": true }, { @@ -201995,7 +202283,7 @@ "filename": "Pointer.js", "lineno": 274, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The y position of this Pointer, translated into the coordinate space of the most recent Camera it interacted with.\r\rIf you wish to use this value _outside_ of an input event handler then you should update it first by calling\rthe `Pointer.updateWorldPoint` method.", @@ -202015,7 +202303,7 @@ "longname": "Phaser.Input.Pointer#worldY", "scope": "instance", "kind": "member", - "___id": "T000002R022747", + "___id": "T000002R022776", "___s": true }, { @@ -202024,7 +202312,7 @@ "filename": "Pointer.js", "lineno": 287, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Time when this Pointer was most recently moved (regardless of the state of its buttons, if any)", @@ -202044,7 +202332,7 @@ "longname": "Phaser.Input.Pointer#moveTime", "scope": "instance", "kind": "member", - "___id": "T000002R022749", + "___id": "T000002R022778", "___s": true }, { @@ -202053,7 +202341,7 @@ "filename": "Pointer.js", "lineno": 297, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "X coordinate of the Pointer when Button 1 (left button), or Touch, was pressed, used for dragging objects.", @@ -202073,7 +202361,7 @@ "longname": "Phaser.Input.Pointer#downX", "scope": "instance", "kind": "member", - "___id": "T000002R022751", + "___id": "T000002R022780", "___s": true }, { @@ -202082,7 +202370,7 @@ "filename": "Pointer.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Y coordinate of the Pointer when Button 1 (left button), or Touch, was pressed, used for dragging objects.", @@ -202102,7 +202390,7 @@ "longname": "Phaser.Input.Pointer#downY", "scope": "instance", "kind": "member", - "___id": "T000002R022753", + "___id": "T000002R022782", "___s": true }, { @@ -202111,7 +202399,7 @@ "filename": "Pointer.js", "lineno": 317, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The Event timestamp when the first button, or Touch input, was pressed. Used for dragging objects.", @@ -202131,7 +202419,7 @@ "longname": "Phaser.Input.Pointer#downTime", "scope": "instance", "kind": "member", - "___id": "T000002R022755", + "___id": "T000002R022784", "___s": true }, { @@ -202140,7 +202428,7 @@ "filename": "Pointer.js", "lineno": 327, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "X coordinate of the Pointer when Button 1 (left button), or Touch, was released, used for dragging objects.", @@ -202160,7 +202448,7 @@ "longname": "Phaser.Input.Pointer#upX", "scope": "instance", "kind": "member", - "___id": "T000002R022757", + "___id": "T000002R022786", "___s": true }, { @@ -202169,7 +202457,7 @@ "filename": "Pointer.js", "lineno": 337, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Y coordinate of the Pointer when Button 1 (left button), or Touch, was released, used for dragging objects.", @@ -202189,7 +202477,7 @@ "longname": "Phaser.Input.Pointer#upY", "scope": "instance", "kind": "member", - "___id": "T000002R022759", + "___id": "T000002R022788", "___s": true }, { @@ -202198,7 +202486,7 @@ "filename": "Pointer.js", "lineno": 347, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The Event timestamp when the final button, or Touch input, was released. Used for dragging objects.", @@ -202218,7 +202506,7 @@ "longname": "Phaser.Input.Pointer#upTime", "scope": "instance", "kind": "member", - "___id": "T000002R022761", + "___id": "T000002R022790", "___s": true }, { @@ -202227,7 +202515,7 @@ "filename": "Pointer.js", "lineno": 357, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Is the primary button down? (usually button 0, the left mouse button)", @@ -202247,7 +202535,7 @@ "longname": "Phaser.Input.Pointer#primaryDown", "scope": "instance", "kind": "member", - "___id": "T000002R022763", + "___id": "T000002R022792", "___s": true }, { @@ -202256,7 +202544,7 @@ "filename": "Pointer.js", "lineno": 367, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Is _any_ button on this pointer considered as being down?", @@ -202276,7 +202564,7 @@ "longname": "Phaser.Input.Pointer#isDown", "scope": "instance", "kind": "member", - "___id": "T000002R022765", + "___id": "T000002R022794", "___s": true }, { @@ -202285,7 +202573,7 @@ "filename": "Pointer.js", "lineno": 377, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Did the previous input event come from a Touch input (true) or Mouse? (false)", @@ -202305,7 +202593,7 @@ "longname": "Phaser.Input.Pointer#wasTouch", "scope": "instance", "kind": "member", - "___id": "T000002R022767", + "___id": "T000002R022796", "___s": true }, { @@ -202314,7 +202602,7 @@ "filename": "Pointer.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Did this Pointer get canceled by a touchcancel event?\r\rNote: \"canceled\" is the American-English spelling of \"cancelled\". Please don't submit PRs correcting it!", @@ -202334,7 +202622,7 @@ "longname": "Phaser.Input.Pointer#wasCanceled", "scope": "instance", "kind": "member", - "___id": "T000002R022769", + "___id": "T000002R022798", "___s": true }, { @@ -202343,7 +202631,7 @@ "filename": "Pointer.js", "lineno": 399, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "If the mouse is locked, the horizontal relative movement of the Pointer in pixels since last frame.", @@ -202363,7 +202651,7 @@ "longname": "Phaser.Input.Pointer#movementX", "scope": "instance", "kind": "member", - "___id": "T000002R022771", + "___id": "T000002R022800", "___s": true }, { @@ -202372,7 +202660,7 @@ "filename": "Pointer.js", "lineno": 409, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "If the mouse is locked, the vertical relative movement of the Pointer in pixels since last frame.", @@ -202392,7 +202680,7 @@ "longname": "Phaser.Input.Pointer#movementY", "scope": "instance", "kind": "member", - "___id": "T000002R022773", + "___id": "T000002R022802", "___s": true }, { @@ -202401,7 +202689,7 @@ "filename": "Pointer.js", "lineno": 419, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The identifier property of the Pointer as set by the DOM event when this Pointer is started.", @@ -202420,7 +202708,7 @@ "longname": "Phaser.Input.Pointer#identifier", "scope": "instance", "kind": "member", - "___id": "T000002R022775", + "___id": "T000002R022804", "___s": true }, { @@ -202429,7 +202717,7 @@ "filename": "Pointer.js", "lineno": 428, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The pointerId property of the Pointer as set by the DOM event when this Pointer is started.\rThe browser can and will recycle this value.", @@ -202448,7 +202736,7 @@ "longname": "Phaser.Input.Pointer#pointerId", "scope": "instance", "kind": "member", - "___id": "T000002R022777", + "___id": "T000002R022806", "___s": true }, { @@ -202457,7 +202745,7 @@ "filename": "Pointer.js", "lineno": 438, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "An active Pointer is one that is currently pressed down on the display.\rA Mouse is always considered as active.", @@ -202476,7 +202764,7 @@ "longname": "Phaser.Input.Pointer#active", "scope": "instance", "kind": "member", - "___id": "T000002R022779", + "___id": "T000002R022808", "___s": true }, { @@ -202485,7 +202773,7 @@ "filename": "Pointer.js", "lineno": 448, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Is this pointer Pointer Locked?\r\rOnly a mouse pointer can be locked and it only becomes locked when requested via\rthe browsers Pointer Lock API.\r\rYou can request this by calling the `this.input.mouse.requestPointerLock()` method from\ra `pointerdown` or `pointerup` event handler.", @@ -202505,7 +202793,7 @@ "longname": "Phaser.Input.Pointer#locked", "scope": "instance", "kind": "member", - "___id": "T000002R022781", + "___id": "T000002R022810", "___s": true }, { @@ -202514,7 +202802,7 @@ "filename": "Pointer.js", "lineno": 464, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The horizontal scroll amount that occurred due to the user moving a mouse wheel or similar input device.", @@ -202534,7 +202822,7 @@ "longname": "Phaser.Input.Pointer#deltaX", "scope": "instance", "kind": "member", - "___id": "T000002R022783", + "___id": "T000002R022812", "___s": true }, { @@ -202543,7 +202831,7 @@ "filename": "Pointer.js", "lineno": 474, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The vertical scroll amount that occurred due to the user moving a mouse wheel or similar input device.\rThis value will typically be less than 0 if the user scrolls up and greater than zero if scrolling down.", @@ -202563,7 +202851,7 @@ "longname": "Phaser.Input.Pointer#deltaY", "scope": "instance", "kind": "member", - "___id": "T000002R022785", + "___id": "T000002R022814", "___s": true }, { @@ -202572,7 +202860,7 @@ "filename": "Pointer.js", "lineno": 485, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The z-axis scroll amount that occurred due to the user moving a mouse wheel or similar input device.", @@ -202592,7 +202880,7 @@ "longname": "Phaser.Input.Pointer#deltaZ", "scope": "instance", "kind": "member", - "___id": "T000002R022787", + "___id": "T000002R022816", "___s": true }, { @@ -202601,7 +202889,7 @@ "filename": "Pointer.js", "lineno": 496, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Takes a Camera and updates this Pointer's `worldX` and `worldY` values so they are\rthe result of a translation through the given Camera.\r\rNote that the values will be automatically replaced the moment the Pointer is\rupdated by an input event, such as a mouse move, so should be used immediately.", @@ -202641,7 +202929,7 @@ "memberof": "Phaser.Input.Pointer", "longname": "Phaser.Input.Pointer#updateWorldPoint", "scope": "instance", - "___id": "T000002R022789", + "___id": "T000002R022818", "___s": true }, { @@ -202650,7 +202938,7 @@ "filename": "Pointer.js", "lineno": 521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Takes a Camera and returns a Vector2 containing the translated position of this Pointer\rwithin that Camera. This can be used to convert this Pointers position into camera space.", @@ -202723,7 +203011,7 @@ "memberof": "Phaser.Input.Pointer", "longname": "Phaser.Input.Pointer#positionToCamera", "scope": "instance", - "___id": "T000002R022794", + "___id": "T000002R022823", "___s": true }, { @@ -202732,7 +203020,7 @@ "filename": "Pointer.js", "lineno": 878, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Checks to see if any buttons are being held down on this Pointer.", @@ -202756,7 +203044,7 @@ "memberof": "Phaser.Input.Pointer", "longname": "Phaser.Input.Pointer#noButtonDown", "scope": "instance", - "___id": "T000002R022899", + "___id": "T000002R022928", "___s": true }, { @@ -202765,7 +203053,7 @@ "filename": "Pointer.js", "lineno": 891, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Checks to see if the left button is being held down on this Pointer.", @@ -202789,7 +203077,7 @@ "memberof": "Phaser.Input.Pointer", "longname": "Phaser.Input.Pointer#leftButtonDown", "scope": "instance", - "___id": "T000002R022901", + "___id": "T000002R022930", "___s": true }, { @@ -202798,7 +203086,7 @@ "filename": "Pointer.js", "lineno": 904, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Checks to see if the right button is being held down on this Pointer.", @@ -202822,7 +203110,7 @@ "memberof": "Phaser.Input.Pointer", "longname": "Phaser.Input.Pointer#rightButtonDown", "scope": "instance", - "___id": "T000002R022903", + "___id": "T000002R022932", "___s": true }, { @@ -202831,7 +203119,7 @@ "filename": "Pointer.js", "lineno": 917, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Checks to see if the middle button is being held down on this Pointer.", @@ -202855,7 +203143,7 @@ "memberof": "Phaser.Input.Pointer", "longname": "Phaser.Input.Pointer#middleButtonDown", "scope": "instance", - "___id": "T000002R022905", + "___id": "T000002R022934", "___s": true }, { @@ -202864,7 +203152,7 @@ "filename": "Pointer.js", "lineno": 930, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Checks to see if the back button is being held down on this Pointer.", @@ -202888,7 +203176,7 @@ "memberof": "Phaser.Input.Pointer", "longname": "Phaser.Input.Pointer#backButtonDown", "scope": "instance", - "___id": "T000002R022907", + "___id": "T000002R022936", "___s": true }, { @@ -202897,7 +203185,7 @@ "filename": "Pointer.js", "lineno": 943, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Checks to see if the forward button is being held down on this Pointer.", @@ -202921,7 +203209,7 @@ "memberof": "Phaser.Input.Pointer", "longname": "Phaser.Input.Pointer#forwardButtonDown", "scope": "instance", - "___id": "T000002R022909", + "___id": "T000002R022938", "___s": true }, { @@ -202930,7 +203218,7 @@ "filename": "Pointer.js", "lineno": 956, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Checks to see if the left button was just released on this Pointer.", @@ -202954,7 +203242,7 @@ "memberof": "Phaser.Input.Pointer", "longname": "Phaser.Input.Pointer#leftButtonReleased", "scope": "instance", - "___id": "T000002R022911", + "___id": "T000002R022940", "___s": true }, { @@ -202963,7 +203251,7 @@ "filename": "Pointer.js", "lineno": 969, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Checks to see if the right button was just released on this Pointer.", @@ -202987,7 +203275,7 @@ "memberof": "Phaser.Input.Pointer", "longname": "Phaser.Input.Pointer#rightButtonReleased", "scope": "instance", - "___id": "T000002R022913", + "___id": "T000002R022942", "___s": true }, { @@ -202996,7 +203284,7 @@ "filename": "Pointer.js", "lineno": 982, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Checks to see if the middle button was just released on this Pointer.", @@ -203020,7 +203308,7 @@ "memberof": "Phaser.Input.Pointer", "longname": "Phaser.Input.Pointer#middleButtonReleased", "scope": "instance", - "___id": "T000002R022915", + "___id": "T000002R022944", "___s": true }, { @@ -203029,7 +203317,7 @@ "filename": "Pointer.js", "lineno": 995, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Checks to see if the back button was just released on this Pointer.", @@ -203053,7 +203341,7 @@ "memberof": "Phaser.Input.Pointer", "longname": "Phaser.Input.Pointer#backButtonReleased", "scope": "instance", - "___id": "T000002R022917", + "___id": "T000002R022946", "___s": true }, { @@ -203062,7 +203350,7 @@ "filename": "Pointer.js", "lineno": 1008, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Checks to see if the forward button was just released on this Pointer.", @@ -203086,7 +203374,7 @@ "memberof": "Phaser.Input.Pointer", "longname": "Phaser.Input.Pointer#forwardButtonReleased", "scope": "instance", - "___id": "T000002R022919", + "___id": "T000002R022948", "___s": true }, { @@ -203095,7 +203383,7 @@ "filename": "Pointer.js", "lineno": 1021, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "If the Pointer has a button pressed down at the time this method is called, it will return the\rdistance between the Pointer's `downX` and `downY` values and the current position.\r\rIf no button is held down, it will return the last recorded distance, based on where\rthe Pointer was when the button was released.\r\rIf you wish to get the distance being travelled currently, based on the velocity of the Pointer,\rthen see the `Pointer.distance` property.", @@ -203119,7 +203407,7 @@ "memberof": "Phaser.Input.Pointer", "longname": "Phaser.Input.Pointer#getDistance", "scope": "instance", - "___id": "T000002R022921", + "___id": "T000002R022950", "___s": true }, { @@ -203128,7 +203416,7 @@ "filename": "Pointer.js", "lineno": 1048, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "If the Pointer has a button pressed down at the time this method is called, it will return the\rhorizontal distance between the Pointer's `downX` and `downY` values and the current position.\r\rIf no button is held down, it will return the last recorded horizontal distance, based on where\rthe Pointer was when the button was released.", @@ -203152,7 +203440,7 @@ "memberof": "Phaser.Input.Pointer", "longname": "Phaser.Input.Pointer#getDistanceX", "scope": "instance", - "___id": "T000002R022923", + "___id": "T000002R022952", "___s": true }, { @@ -203161,7 +203449,7 @@ "filename": "Pointer.js", "lineno": 1072, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "If the Pointer has a button pressed down at the time this method is called, it will return the\rvertical distance between the Pointer's `downX` and `downY` values and the current position.\r\rIf no button is held down, it will return the last recorded vertical distance, based on where\rthe Pointer was when the button was released.", @@ -203185,7 +203473,7 @@ "memberof": "Phaser.Input.Pointer", "longname": "Phaser.Input.Pointer#getDistanceY", "scope": "instance", - "___id": "T000002R022925", + "___id": "T000002R022954", "___s": true }, { @@ -203194,7 +203482,7 @@ "filename": "Pointer.js", "lineno": 1096, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "If the Pointer has a button pressed down at the time this method is called, it will return the\rduration since the button was pressed down.\r\rIf no button is held down, it will return the last recorded duration, based on the time\rthe last button on the Pointer was released.", @@ -203218,7 +203506,7 @@ "memberof": "Phaser.Input.Pointer", "longname": "Phaser.Input.Pointer#getDuration", "scope": "instance", - "___id": "T000002R022927", + "___id": "T000002R022956", "___s": true }, { @@ -203227,7 +203515,7 @@ "filename": "Pointer.js", "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "If the Pointer has a button pressed down at the time this method is called, it will return the\rangle between the Pointer's `downX` and `downY` values and the current position.\r\rIf no button is held down, it will return the last recorded angle, based on where\rthe Pointer was when the button was released.\r\rThe angle is based on the old position facing to the current position.\r\rIf you wish to get the current angle, based on the velocity of the Pointer, then\rsee the `Pointer.angle` property.", @@ -203251,7 +203539,7 @@ "memberof": "Phaser.Input.Pointer", "longname": "Phaser.Input.Pointer#getAngle", "scope": "instance", - "___id": "T000002R022929", + "___id": "T000002R022958", "___s": true }, { @@ -203260,7 +203548,7 @@ "filename": "Pointer.js", "lineno": 1149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Takes the previous and current Pointer positions and then generates an array of interpolated values between\rthe two. The array will be populated up to the size of the `steps` argument.\r\r```javaScript\rvar points = pointer.getInterpolatedPosition(4);\r\r// points[0] = { x: 0, y: 0 }\r// points[1] = { x: 2, y: 1 }\r// points[2] = { x: 3, y: 2 }\r// points[3] = { x: 6, y: 3 }\r```\r\rUse this if you need to get smoothed values between the previous and current pointer positions. DOM pointer\revents can often fire faster than the main browser loop, and this will help you avoid janky movement\respecially if you have an object following a Pointer.\r\rNote that if you provide an output array it will only be populated up to the number of steps provided.\rIt will not clear any previous data that may have existed beyond the range of the steps count.\r\rInternally it uses the Smooth Step interpolation calculation.", @@ -203315,7 +203603,7 @@ "memberof": "Phaser.Input.Pointer", "longname": "Phaser.Input.Pointer#getInterpolatedPosition", "scope": "instance", - "___id": "T000002R022931", + "___id": "T000002R022960", "___s": true }, { @@ -203324,7 +203612,7 @@ "filename": "Pointer.js", "lineno": 1200, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Fully reset this Pointer back to its unitialized state.", @@ -203334,7 +203622,7 @@ "memberof": "Phaser.Input.Pointer", "longname": "Phaser.Input.Pointer#reset", "scope": "instance", - "___id": "T000002R022944", + "___id": "T000002R022973", "___s": true }, { @@ -203343,7 +203631,7 @@ "filename": "Pointer.js", "lineno": 1245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Destroys this Pointer instance and resets its external references.", @@ -203353,7 +203641,7 @@ "memberof": "Phaser.Input.Pointer", "longname": "Phaser.Input.Pointer#destroy", "scope": "instance", - "___id": "T000002R022974", + "___id": "T000002R023003", "___s": true }, { @@ -203362,7 +203650,7 @@ "filename": "Pointer.js", "lineno": 1258, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The x position of this Pointer.\rThe value is in screen space.\rSee `worldX` to get a camera converted position.", @@ -203381,7 +203669,7 @@ "longname": "Phaser.Input.Pointer#x", "scope": "instance", "kind": "member", - "___id": "T000002R022979", + "___id": "T000002R023008", "___s": true }, { @@ -203390,7 +203678,7 @@ "filename": "Pointer.js", "lineno": 1281, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "The y position of this Pointer.\rThe value is in screen space.\rSee `worldY` to get a camera converted position.", @@ -203409,7 +203697,7 @@ "longname": "Phaser.Input.Pointer#y", "scope": "instance", "kind": "member", - "___id": "T000002R022984", + "___id": "T000002R023013", "___s": true }, { @@ -203418,7 +203706,7 @@ "filename": "Pointer.js", "lineno": 1304, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input", "code": {} }, "description": "Time when this Pointer was most recently updated by a DOM Event.\rThis comes directly from the `event.timeStamp` property.\rIf no event has yet taken place, it will return zero.", @@ -203438,7 +203726,7 @@ "longname": "Phaser.Input.Pointer#time", "scope": "instance", "kind": "member", - "___id": "T000002R022989", + "___id": "T000002R023018", "___s": true }, { @@ -203447,7 +203735,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\touch", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\touch", "code": {} }, "kind": "namespace", @@ -203455,7 +203743,7 @@ "memberof": "Phaser.Input", "longname": "Phaser.Input.Touch", "scope": "static", - "___id": "T000002R022993", + "___id": "T000002R023022", "___s": true }, { @@ -203464,7 +203752,7 @@ "filename": "TouchManager.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\touch", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\touch", "code": {} }, "classdesc": "The Touch Manager is a helper class that belongs to the Input Manager.\r\rIts role is to listen for native DOM Touch Events and then pass them onto the Input Manager for further processing.\r\rYou do not need to create this class directly, the Input Manager will create an instance of it automatically.", @@ -203489,7 +203777,7 @@ ], "scope": "static", "longname": "Phaser.Input.Touch.TouchManager", - "___id": "T000002R022999", + "___id": "T000002R023028", "___s": true }, { @@ -203498,7 +203786,7 @@ "filename": "TouchManager.js", "lineno": 36, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\touch", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\touch", "code": {} }, "description": "A reference to the Input Manager.", @@ -203517,7 +203805,7 @@ "longname": "Phaser.Input.Touch.TouchManager#manager", "scope": "instance", "kind": "member", - "___id": "T000002R023002", + "___id": "T000002R023031", "___s": true }, { @@ -203526,7 +203814,7 @@ "filename": "TouchManager.js", "lineno": 45, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\touch", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\touch", "code": {} }, "description": "If true the DOM events will have event.preventDefault applied to them, if false they will propagate fully.", @@ -203546,7 +203834,7 @@ "longname": "Phaser.Input.Touch.TouchManager#capture", "scope": "instance", "kind": "member", - "___id": "T000002R023004", + "___id": "T000002R023033", "___s": true }, { @@ -203555,7 +203843,7 @@ "filename": "TouchManager.js", "lineno": 55, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\touch", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\touch", "code": {} }, "description": "A boolean that controls if the Touch Manager is enabled or not.\rCan be toggled on the fly.", @@ -203575,7 +203863,7 @@ "longname": "Phaser.Input.Touch.TouchManager#enabled", "scope": "instance", "kind": "member", - "___id": "T000002R023006", + "___id": "T000002R023035", "___s": true }, { @@ -203584,7 +203872,7 @@ "filename": "TouchManager.js", "lineno": 66, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\touch", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\touch", "code": {} }, "description": "The Touch Event target, as defined in the Game Config.\rTypically the canvas to which the game is rendering, but can be any interactive DOM element.", @@ -203603,7 +203891,7 @@ "longname": "Phaser.Input.Touch.TouchManager#target", "scope": "instance", "kind": "member", - "___id": "T000002R023008", + "___id": "T000002R023037", "___s": true }, { @@ -203612,7 +203900,7 @@ "filename": "TouchManager.js", "lineno": 76, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\touch", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\touch", "code": {} }, "description": "The Touch Start event handler function.\rInitially empty and bound in the `startListeners` method.", @@ -203631,7 +203919,7 @@ "longname": "Phaser.Input.Touch.TouchManager#onTouchStart", "scope": "instance", "kind": "member", - "___id": "T000002R023010", + "___id": "T000002R023039", "___s": true }, { @@ -203640,7 +203928,7 @@ "filename": "TouchManager.js", "lineno": 86, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\touch", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\touch", "code": {} }, "description": "The Touch Start event handler function specifically for events on the Window.\rInitially empty and bound in the `startListeners` method.", @@ -203659,7 +203947,7 @@ "longname": "Phaser.Input.Touch.TouchManager#onTouchStartWindow", "scope": "instance", "kind": "member", - "___id": "T000002R023012", + "___id": "T000002R023041", "___s": true }, { @@ -203668,7 +203956,7 @@ "filename": "TouchManager.js", "lineno": 96, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\touch", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\touch", "code": {} }, "description": "The Touch Move event handler function.\rInitially empty and bound in the `startListeners` method.", @@ -203687,7 +203975,7 @@ "longname": "Phaser.Input.Touch.TouchManager#onTouchMove", "scope": "instance", "kind": "member", - "___id": "T000002R023014", + "___id": "T000002R023043", "___s": true }, { @@ -203696,7 +203984,7 @@ "filename": "TouchManager.js", "lineno": 106, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\touch", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\touch", "code": {} }, "description": "The Touch End event handler function.\rInitially empty and bound in the `startListeners` method.", @@ -203715,7 +204003,7 @@ "longname": "Phaser.Input.Touch.TouchManager#onTouchEnd", "scope": "instance", "kind": "member", - "___id": "T000002R023016", + "___id": "T000002R023045", "___s": true }, { @@ -203724,7 +204012,7 @@ "filename": "TouchManager.js", "lineno": 116, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\touch", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\touch", "code": {} }, "description": "The Touch End event handler function specifically for events on the Window.\rInitially empty and bound in the `startListeners` method.", @@ -203743,7 +204031,7 @@ "longname": "Phaser.Input.Touch.TouchManager#onTouchEndWindow", "scope": "instance", "kind": "member", - "___id": "T000002R023018", + "___id": "T000002R023047", "___s": true }, { @@ -203752,7 +204040,7 @@ "filename": "TouchManager.js", "lineno": 126, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\touch", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\touch", "code": {} }, "description": "The Touch Cancel event handler function.\rInitially empty and bound in the `startListeners` method.", @@ -203771,7 +204059,7 @@ "longname": "Phaser.Input.Touch.TouchManager#onTouchCancel", "scope": "instance", "kind": "member", - "___id": "T000002R023020", + "___id": "T000002R023049", "___s": true }, { @@ -203780,7 +204068,7 @@ "filename": "TouchManager.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\touch", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\touch", "code": {} }, "description": "The Touch Cancel event handler function specifically for events on the Window.\rInitially empty and bound in the `startListeners` method.", @@ -203799,7 +204087,7 @@ "longname": "Phaser.Input.Touch.TouchManager#onTouchCancelWindow", "scope": "instance", "kind": "member", - "___id": "T000002R023022", + "___id": "T000002R023051", "___s": true }, { @@ -203808,7 +204096,7 @@ "filename": "TouchManager.js", "lineno": 146, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\input\\touch", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\touch", "code": {} }, "description": "Are the event listeners hooked into `window.top` or `window`?\r\rThis is set during the `boot` sequence. If the browser does not have access to `window.top`,\rsuch as in cross-origin iframe environments, this property gets set to `false` and the events\rare hooked into `window` instead.", @@ -203828,7 +204116,7 @@ "longname": "Phaser.Input.Touch.TouchManager#isTop", "scope": "instance", "kind": "member", - "___id": "T000002R023024", + "___id": "T000002R023053", "___s": true }, { @@ -203837,7 +204125,7 @@ "filename": "TouchManager.js", "lineno": 198, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\touch", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\touch", "code": {} }, "description": "Attempts to disable the context menu from appearing if you touch-hold on the browser.\r\rWorks by listening for the `contextmenu` event and prevent defaulting it.\r\rUse this if you need to disable the OS context menu on mobile.", @@ -203862,7 +204150,7 @@ "memberof": "Phaser.Input.Touch.TouchManager", "longname": "Phaser.Input.Touch.TouchManager#disableContextMenu", "scope": "instance", - "___id": "T000002R023034", + "___id": "T000002R023063", "___s": true }, { @@ -203871,7 +204159,7 @@ "filename": "TouchManager.js", "lineno": 221, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\touch", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\touch", "code": {} }, "description": "Starts the Touch Event listeners running as long as an input target is set.\r\rThis method is called automatically if Touch Input is enabled in the game config,\rwhich it is by default. However, you can call it manually should you need to\rdelay input capturing until later in the game.", @@ -203881,7 +204169,7 @@ "memberof": "Phaser.Input.Touch.TouchManager", "longname": "Phaser.Input.Touch.TouchManager#startListeners", "scope": "instance", - "___id": "T000002R023036", + "___id": "T000002R023065", "___s": true }, { @@ -203890,7 +204178,7 @@ "filename": "TouchManager.js", "lineno": 358, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\touch", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\touch", "code": {} }, "description": "Stops the Touch Event listeners.\rThis is called automatically and does not need to be manually invoked.", @@ -203900,7 +204188,7 @@ "memberof": "Phaser.Input.Touch.TouchManager", "longname": "Phaser.Input.Touch.TouchManager#stopListeners", "scope": "instance", - "___id": "T000002R023057", + "___id": "T000002R023086", "___s": true }, { @@ -203909,7 +204197,7 @@ "filename": "TouchManager.js", "lineno": 384, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\input\\touch", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\touch", "code": {} }, "description": "Destroys this Touch Manager instance.", @@ -203919,7 +204207,7 @@ "memberof": "Phaser.Input.Touch.TouchManager", "longname": "Phaser.Input.Touch.TouchManager#destroy", "scope": "instance", - "___id": "T000002R023061", + "___id": "T000002R023090", "___s": true }, { @@ -203928,7 +204216,7 @@ "filename": "EventData.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\typedefs", "code": {} }, "description": "A Phaser Input Event Data object.\r\rThis object is passed to the registered event listeners and allows you to stop any further propagation.", @@ -203977,7 +204265,7 @@ "memberof": "Phaser.Types.Input", "longname": "Phaser.Types.Input.EventData", "scope": "static", - "___id": "T000002R023067", + "___id": "T000002R023096", "___s": true }, { @@ -203986,7 +204274,7 @@ "filename": "HitAreaCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\typedefs", "code": {} }, "kind": "typedef", @@ -204068,7 +204356,7 @@ "memberof": "Phaser.Types.Input", "longname": "Phaser.Types.Input.HitAreaCallback", "scope": "static", - "___id": "T000002R023068", + "___id": "T000002R023097", "___s": true }, { @@ -204077,7 +204365,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\typedefs", "code": {} }, "kind": "namespace", @@ -204085,7 +204373,7 @@ "memberof": "Phaser.Types", "longname": "Phaser.Types.Input", "scope": "static", - "___id": "T000002R023069", + "___id": "T000002R023098", "___s": true }, { @@ -204094,7 +204382,7 @@ "filename": "InputConfiguration.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\typedefs", "code": {} }, "kind": "typedef", @@ -204231,7 +204519,7 @@ "memberof": "Phaser.Types.Input", "longname": "Phaser.Types.Input.InputConfiguration", "scope": "static", - "___id": "T000002R023070", + "___id": "T000002R023099", "___s": true }, { @@ -204240,7 +204528,7 @@ "filename": "InputPluginContainer.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\typedefs", "code": {} }, "kind": "typedef", @@ -204300,7 +204588,7 @@ "memberof": "Phaser.Types.Input", "longname": "Phaser.Types.Input.InputPluginContainer", "scope": "static", - "___id": "T000002R023071", + "___id": "T000002R023100", "___s": true }, { @@ -204309,7 +204597,7 @@ "filename": "InteractiveObject.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\input\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\input\\typedefs", "code": {} }, "kind": "typedef", @@ -204616,7 +204904,7 @@ "memberof": "Phaser.Types.Input", "longname": "Phaser.Types.Input.InteractiveObject", "scope": "static", - "___id": "T000002R023072", + "___id": "T000002R023101", "___s": true }, { @@ -204625,7 +204913,7 @@ "filename": "const.js", "lineno": 9, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The Loader is idle.", @@ -204644,7 +204932,7 @@ "longname": "Phaser.Loader.LOADER_IDLE", "scope": "static", "kind": "member", - "___id": "T000002R023074", + "___id": "T000002R023103", "___s": true }, { @@ -204653,7 +204941,7 @@ "filename": "const.js", "lineno": 18, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The Loader is actively loading.", @@ -204672,7 +204960,7 @@ "longname": "Phaser.Loader.LOADER_LOADING", "scope": "static", "kind": "member", - "___id": "T000002R023076", + "___id": "T000002R023105", "___s": true }, { @@ -204681,7 +204969,7 @@ "filename": "const.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The Loader is processing files is has loaded.", @@ -204700,7 +204988,7 @@ "longname": "Phaser.Loader.LOADER_PROCESSING", "scope": "static", "kind": "member", - "___id": "T000002R023078", + "___id": "T000002R023107", "___s": true }, { @@ -204709,7 +204997,7 @@ "filename": "const.js", "lineno": 36, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The Loader has completed loading and processing.", @@ -204728,7 +205016,7 @@ "longname": "Phaser.Loader.LOADER_COMPLETE", "scope": "static", "kind": "member", - "___id": "T000002R023080", + "___id": "T000002R023109", "___s": true }, { @@ -204737,7 +205025,7 @@ "filename": "const.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The Loader is shutting down.", @@ -204756,7 +205044,7 @@ "longname": "Phaser.Loader.LOADER_SHUTDOWN", "scope": "static", "kind": "member", - "___id": "T000002R023082", + "___id": "T000002R023111", "___s": true }, { @@ -204765,7 +205053,7 @@ "filename": "const.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The Loader has been destroyed.", @@ -204784,7 +205072,7 @@ "longname": "Phaser.Loader.LOADER_DESTROYED", "scope": "static", "kind": "member", - "___id": "T000002R023084", + "___id": "T000002R023113", "___s": true }, { @@ -204793,7 +205081,7 @@ "filename": "const.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "File is in the load queue but not yet started.", @@ -204812,7 +205100,7 @@ "longname": "Phaser.Loader.FILE_PENDING", "scope": "static", "kind": "member", - "___id": "T000002R023086", + "___id": "T000002R023115", "___s": true }, { @@ -204821,7 +205109,7 @@ "filename": "const.js", "lineno": 72, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "File has been started to load by the loader (onLoad called)", @@ -204840,7 +205128,7 @@ "longname": "Phaser.Loader.FILE_LOADING", "scope": "static", "kind": "member", - "___id": "T000002R023088", + "___id": "T000002R023117", "___s": true }, { @@ -204849,7 +205137,7 @@ "filename": "const.js", "lineno": 81, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "File has loaded successfully, awaiting processing.", @@ -204868,7 +205156,7 @@ "longname": "Phaser.Loader.FILE_LOADED", "scope": "static", "kind": "member", - "___id": "T000002R023090", + "___id": "T000002R023119", "___s": true }, { @@ -204877,7 +205165,7 @@ "filename": "const.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "File failed to load.", @@ -204896,7 +205184,7 @@ "longname": "Phaser.Loader.FILE_FAILED", "scope": "static", "kind": "member", - "___id": "T000002R023092", + "___id": "T000002R023121", "___s": true }, { @@ -204905,7 +205193,7 @@ "filename": "const.js", "lineno": 99, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "File is being processed (onProcess callback)", @@ -204924,7 +205212,7 @@ "longname": "Phaser.Loader.FILE_PROCESSING", "scope": "static", "kind": "member", - "___id": "T000002R023094", + "___id": "T000002R023123", "___s": true }, { @@ -204933,7 +205221,7 @@ "filename": "const.js", "lineno": 108, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The File has errored somehow during processing.", @@ -204952,7 +205240,7 @@ "longname": "Phaser.Loader.FILE_ERRORED", "scope": "static", "kind": "member", - "___id": "T000002R023096", + "___id": "T000002R023125", "___s": true }, { @@ -204961,7 +205249,7 @@ "filename": "const.js", "lineno": 117, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "File has finished processing.", @@ -204980,7 +205268,7 @@ "longname": "Phaser.Loader.FILE_COMPLETE", "scope": "static", "kind": "member", - "___id": "T000002R023098", + "___id": "T000002R023127", "___s": true }, { @@ -204989,7 +205277,7 @@ "filename": "const.js", "lineno": 126, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "File has been destroyed.", @@ -205008,7 +205296,7 @@ "longname": "Phaser.Loader.FILE_DESTROYED", "scope": "static", "kind": "member", - "___id": "T000002R023100", + "___id": "T000002R023129", "___s": true }, { @@ -205017,7 +205305,7 @@ "filename": "const.js", "lineno": 135, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "File was populated from local data and doesn't need an HTTP request.", @@ -205036,7 +205324,7 @@ "longname": "Phaser.Loader.FILE_POPULATED", "scope": "static", "kind": "member", - "___id": "T000002R023102", + "___id": "T000002R023131", "___s": true }, { @@ -205045,7 +205333,7 @@ "filename": "const.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "File is pending being destroyed.", @@ -205064,7 +205352,7 @@ "longname": "Phaser.Loader.FILE_PENDING_DESTROY", "scope": "static", "kind": "member", - "___id": "T000002R023104", + "___id": "T000002R023133", "___s": true }, { @@ -205073,7 +205361,7 @@ "filename": "ADD_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\events", "code": {} }, "description": "The Loader Plugin Add File Event.\r\rThis event is dispatched when a new file is successfully added to the Loader and placed into the load queue.\r\rListen to it from a Scene using: `this.load.on('addfile', listener)`.\r\rIf you add lots of files to a Loader from a `preload` method, it will dispatch this event for each one of them.", @@ -205146,7 +205434,7 @@ "memberof": "Phaser.Loader.Events", "longname": "Phaser.Loader.Events#event:ADD", "scope": "instance", - "___id": "T000002R023107", + "___id": "T000002R023136", "___s": true }, { @@ -205155,7 +205443,7 @@ "filename": "COMPLETE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\events", "code": {} }, "description": "The Loader Plugin Complete Event.\r\rThis event is dispatched when the Loader has fully processed everything in the load queue.\rBy this point every loaded file will now be in its associated cache and ready for use.\r\rListen to it from a Scene using: `this.load.on('complete', listener)`.", @@ -205215,7 +205503,7 @@ "memberof": "Phaser.Loader.Events", "longname": "Phaser.Loader.Events#event:COMPLETE", "scope": "instance", - "___id": "T000002R023109", + "___id": "T000002R023138", "___s": true }, { @@ -205224,7 +205512,7 @@ "filename": "FILE_COMPLETE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\events", "code": {} }, "description": "The File Load Complete Event.\r\rThis event is dispatched by the Loader Plugin when _any_ file in the queue finishes loading.\r\rListen to it from a Scene using: `this.load.on('filecomplete', listener)`.\r\rMake sure you remove this listener when you have finished, or it will continue to fire if the Scene reloads.\r\rYou can also listen for the completion of a specific file. See the [FILE_KEY_COMPLETE]{@linkcode Phaser.Loader.Events#event:FILE_KEY_COMPLETE} event.", @@ -205285,7 +205573,7 @@ "memberof": "Phaser.Loader.Events", "longname": "Phaser.Loader.Events#event:FILE_COMPLETE", "scope": "instance", - "___id": "T000002R023111", + "___id": "T000002R023140", "___s": true }, { @@ -205294,7 +205582,7 @@ "filename": "FILE_KEY_COMPLETE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\events", "code": {} }, "description": "The File Load Complete Event.\r\rThis event is dispatched by the Loader Plugin when any file in the queue finishes loading.\r\rIt uses a special dynamic event name constructed from the key and type of the file.\r\rFor example, if you have loaded an `image` with a key of `monster`, you can listen for it\rusing the following:\r\r```javascript\rthis.load.on('filecomplete-image-monster', function (key, type, data) {\r // Your handler code\r});\r```\r\rOr, if you have loaded a texture `atlas` with a key of `Level1`:\r\r```javascript\rthis.load.on('filecomplete-atlasjson-Level1', function (key, type, data) {\r // Your handler code\r});\r```\r\rOr, if you have loaded a sprite sheet with a key of `Explosion` and a prefix of `GAMEOVER`:\r\r```javascript\rthis.load.on('filecomplete-spritesheet-GAMEOVERExplosion', function (key, type, data) {\r // Your handler code\r});\r```\r\rMake sure you remove your listeners when you have finished, or they will continue to fire if the Scene reloads.\r\rYou can also listen for the generic completion of files. See the [FILE_COMPLETE]{@linkcode Phaser.Loader.Events#event:FILE_COMPLETE} event.", @@ -205355,7 +205643,7 @@ "memberof": "Phaser.Loader.Events", "longname": "Phaser.Loader.Events#event:FILE_KEY_COMPLETE", "scope": "instance", - "___id": "T000002R023113", + "___id": "T000002R023142", "___s": true }, { @@ -205364,7 +205652,7 @@ "filename": "FILE_LOAD_ERROR_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\events", "code": {} }, "description": "The File Load Error Event.\r\rThis event is dispatched by the Loader Plugin when a file fails to load.\r\rListen to it from a Scene using: `this.load.on('loaderror', listener)`.", @@ -205398,7 +205686,7 @@ "memberof": "Phaser.Loader.Events", "longname": "Phaser.Loader.Events#event:FILE_LOAD_ERROR", "scope": "instance", - "___id": "T000002R023115", + "___id": "T000002R023144", "___s": true }, { @@ -205407,7 +205695,7 @@ "filename": "FILE_LOAD_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\events", "code": {} }, "description": "The File Load Event.\r\rThis event is dispatched by the Loader Plugin when a file finishes loading,\rbut _before_ it is processed and added to the internal Phaser caches.\r\rListen to it from a Scene using: `this.load.on('load', listener)`.", @@ -205441,7 +205729,7 @@ "memberof": "Phaser.Loader.Events", "longname": "Phaser.Loader.Events#event:FILE_LOAD", "scope": "instance", - "___id": "T000002R023117", + "___id": "T000002R023146", "___s": true }, { @@ -205450,7 +205738,7 @@ "filename": "FILE_PROGRESS_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\events", "code": {} }, "description": "The File Load Progress Event.\r\rThis event is dispatched by the Loader Plugin during the load of a file, if the browser receives a DOM ProgressEvent and\rthe `lengthComputable` event property is true. Depending on the size of the file and browser in use, this may, or may not happen.\r\rListen to it from a Scene using: `this.load.on('fileprogress', listener)`.", @@ -205497,7 +205785,7 @@ "memberof": "Phaser.Loader.Events", "longname": "Phaser.Loader.Events#event:FILE_PROGRESS", "scope": "instance", - "___id": "T000002R023119", + "___id": "T000002R023148", "___s": true }, { @@ -205506,7 +205794,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\events", "code": {} }, "kind": "namespace", @@ -205514,7 +205802,7 @@ "memberof": "Phaser.Loader", "longname": "Phaser.Loader.Events", "scope": "static", - "___id": "T000002R023121", + "___id": "T000002R023150", "___s": true }, { @@ -205523,7 +205811,7 @@ "filename": "POST_PROCESS_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\events", "code": {} }, "description": "The Loader Plugin Post Process Event.\r\rThis event is dispatched by the Loader Plugin when the Loader has finished loading everything in the load queue.\rIt is dispatched before the internal lists are cleared and each File is destroyed.\r\rUse this hook to perform any last minute processing of files that can only happen once the\rLoader has completed, but prior to it emitting the `complete` event.\r\rListen to it from a Scene using: `this.load.on('postprocess', listener)`.", @@ -205557,7 +205845,7 @@ "memberof": "Phaser.Loader.Events", "longname": "Phaser.Loader.Events#event:POST_PROCESS", "scope": "instance", - "___id": "T000002R023133", + "___id": "T000002R023162", "___s": true }, { @@ -205566,7 +205854,7 @@ "filename": "PROGRESS_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\events", "code": {} }, "description": "The Loader Plugin Progress Event.\r\rThis event is dispatched when the Loader updates its load progress, typically as a result of a file having completed loading.\r\rListen to it from a Scene using: `this.load.on('progress', listener)`.", @@ -205600,7 +205888,7 @@ "memberof": "Phaser.Loader.Events", "longname": "Phaser.Loader.Events#event:PROGRESS", "scope": "instance", - "___id": "T000002R023135", + "___id": "T000002R023164", "___s": true }, { @@ -205609,7 +205897,7 @@ "filename": "START_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\events", "code": {} }, "description": "The Loader Plugin Start Event.\r\rThis event is dispatched when the Loader starts running. At this point load progress is zero.\r\rThis event is dispatched even if there aren't any files in the load queue.\r\rListen to it from a Scene using: `this.load.on('start', listener)`.", @@ -205643,7 +205931,7 @@ "memberof": "Phaser.Loader.Events", "longname": "Phaser.Loader.Events#event:START", "scope": "instance", - "___id": "T000002R023137", + "___id": "T000002R023166", "___s": true }, { @@ -205652,7 +205940,7 @@ "filename": "File.js", "lineno": 16, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "classdesc": "The base File class used by all File Types that the Loader can support.\rYou shouldn't create an instance of a File directly, but should extend it with your own class, setting a custom type and processing methods.", @@ -205690,7 +205978,7 @@ ], "scope": "static", "longname": "Phaser.Loader.File", - "___id": "T000002R023147", + "___id": "T000002R023176", "___s": true }, { @@ -205699,7 +205987,7 @@ "filename": "File.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "A reference to the Loader that is going to load this file.", @@ -205718,7 +206006,7 @@ "longname": "Phaser.Loader.File#loader", "scope": "instance", "kind": "member", - "___id": "T000002R023150", + "___id": "T000002R023179", "___s": true }, { @@ -205727,7 +206015,7 @@ "filename": "File.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "A reference to the Cache, or Texture Manager, that is going to store this file if it loads.", @@ -205756,7 +206044,7 @@ "longname": "Phaser.Loader.File#cache", "scope": "instance", "kind": "member", - "___id": "T000002R023152", + "___id": "T000002R023181", "___s": true }, { @@ -205765,7 +206053,7 @@ "filename": "File.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The file type string (image, json, etc) for sorting within the Loader.", @@ -205784,7 +206072,7 @@ "longname": "Phaser.Loader.File#type", "scope": "instance", "kind": "member", - "___id": "T000002R023154", + "___id": "T000002R023183", "___s": true }, { @@ -205793,7 +206081,7 @@ "filename": "File.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Unique cache key (unique within its file type)", @@ -205812,7 +206100,7 @@ "longname": "Phaser.Loader.File#key", "scope": "instance", "kind": "member", - "___id": "T000002R023156", + "___id": "T000002R023185", "___s": true }, { @@ -205821,7 +206109,7 @@ "filename": "File.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The URL of the file, not including baseURL.\r\rAutomatically has Loader.path prepended to it if a string.\r\rCan also be a JavaScript Object, such as the results of parsing JSON data.", @@ -205850,7 +206138,7 @@ "longname": "Phaser.Loader.File#url", "scope": "instance", "kind": "member", - "___id": "T000002R023163", + "___id": "T000002R023192", "___s": true }, { @@ -205859,7 +206147,7 @@ "filename": "File.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The final URL this file will load from, including baseURL and path.\rSet automatically when the Loader calls 'load' on this file.", @@ -205878,7 +206166,7 @@ "longname": "Phaser.Loader.File#src", "scope": "instance", "kind": "member", - "___id": "T000002R023165", + "___id": "T000002R023194", "___s": true }, { @@ -205887,7 +206175,7 @@ "filename": "File.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The merged XHRSettings for this file.", @@ -205906,7 +206194,7 @@ "longname": "Phaser.Loader.File#xhrSettings", "scope": "instance", "kind": "member", - "___id": "T000002R023167", + "___id": "T000002R023196", "___s": true }, { @@ -205915,7 +206203,7 @@ "filename": "File.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The XMLHttpRequest instance (as created by XHR Loader) that is loading this File.", @@ -205936,7 +206224,7 @@ "longname": "Phaser.Loader.File#xhrLoader", "scope": "instance", "kind": "member", - "___id": "T000002R023170", + "___id": "T000002R023199", "___s": true }, { @@ -205945,7 +206233,7 @@ "filename": "File.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The current state of the file. One of the FILE_CONST values.", @@ -205964,7 +206252,7 @@ "longname": "Phaser.Loader.File#state", "scope": "instance", "kind": "member", - "___id": "T000002R023172", + "___id": "T000002R023201", "___s": true }, { @@ -205973,7 +206261,7 @@ "filename": "File.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The total size of this file.\rSet by onProgress and only if loading via XHR.", @@ -205993,7 +206281,7 @@ "longname": "Phaser.Loader.File#bytesTotal", "scope": "instance", "kind": "member", - "___id": "T000002R023174", + "___id": "T000002R023203", "___s": true }, { @@ -206002,7 +206290,7 @@ "filename": "File.js", "lineno": 165, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Updated as the file loads.\rOnly set if loading via XHR.", @@ -206022,7 +206310,7 @@ "longname": "Phaser.Loader.File#bytesLoaded", "scope": "instance", "kind": "member", - "___id": "T000002R023176", + "___id": "T000002R023205", "___s": true }, { @@ -206031,7 +206319,7 @@ "filename": "File.js", "lineno": 176, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "A percentage value between 0 and 1 indicating how much of this file has loaded.\rOnly set if loading via XHR.", @@ -206051,7 +206339,7 @@ "longname": "Phaser.Loader.File#percentComplete", "scope": "instance", "kind": "member", - "___id": "T000002R023178", + "___id": "T000002R023207", "___s": true }, { @@ -206060,7 +206348,7 @@ "filename": "File.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "For CORs based loading.\rIf this is undefined then the File will check BaseLoader.crossOrigin and use that (if set)", @@ -206088,7 +206376,7 @@ "longname": "Phaser.Loader.File#crossOrigin", "scope": "instance", "kind": "member", - "___id": "T000002R023180", + "___id": "T000002R023209", "___s": true }, { @@ -206097,7 +206385,7 @@ "filename": "File.js", "lineno": 197, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The processed file data, stored here after the file has loaded.", @@ -206115,7 +206403,7 @@ "longname": "Phaser.Loader.File#data", "scope": "instance", "kind": "member", - "___id": "T000002R023182", + "___id": "T000002R023211", "___s": true }, { @@ -206124,7 +206412,7 @@ "filename": "File.js", "lineno": 206, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "A config object that can be used by file types to store transitional data.", @@ -206142,7 +206430,7 @@ "longname": "Phaser.Loader.File#config", "scope": "instance", "kind": "member", - "___id": "T000002R023184", + "___id": "T000002R023213", "___s": true }, { @@ -206151,7 +206439,7 @@ "filename": "File.js", "lineno": 215, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "If this is a multipart file, i.e. an atlas and its json together, then this is a reference\rto the parent MultiFile. Set and used internally by the Loader or specific file types.", @@ -206172,7 +206460,7 @@ "longname": "Phaser.Loader.File#multiFile", "scope": "instance", "kind": "member", - "___id": "T000002R023186", + "___id": "T000002R023215", "___s": true }, { @@ -206181,7 +206469,7 @@ "filename": "File.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Does this file have an associated linked file? Such as an image and a normal map.\rAtlases and Bitmap Fonts use the multiFile, because those files need loading together but aren't\ractually bound by data, where-as a linkFile is.", @@ -206202,7 +206490,7 @@ "longname": "Phaser.Loader.File#linkFile", "scope": "instance", "kind": "member", - "___id": "T000002R023188", + "___id": "T000002R023217", "___s": true }, { @@ -206211,7 +206499,7 @@ "filename": "File.js", "lineno": 236, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Does this File contain a data URI?", @@ -206230,7 +206518,7 @@ "longname": "Phaser.Loader.File#base64", "scope": "instance", "kind": "member", - "___id": "T000002R023190", + "___id": "T000002R023219", "___s": true }, { @@ -206239,7 +206527,7 @@ "filename": "File.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Links this File with another, so they depend upon each other for loading and processing.", @@ -206264,7 +206552,7 @@ "memberof": "Phaser.Loader.File", "longname": "Phaser.Loader.File#setLink", "scope": "instance", - "___id": "T000002R023192", + "___id": "T000002R023221", "___s": true }, { @@ -206273,7 +206561,7 @@ "filename": "File.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Resets the XHRLoader instance this file is using.", @@ -206283,7 +206571,7 @@ "memberof": "Phaser.Loader.File", "longname": "Phaser.Loader.File#resetXHR", "scope": "instance", - "___id": "T000002R023196", + "___id": "T000002R023225", "___s": true }, { @@ -206292,7 +206580,7 @@ "filename": "File.js", "lineno": 277, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Called by the Loader, starts the actual file downloading.\rDuring the load the methods onLoad, onError and onProgress are called, based on the XHR events.\rYou shouldn't normally call this method directly, it's meant to be invoked by the Loader.", @@ -206302,16 +206590,16 @@ "memberof": "Phaser.Loader.File", "longname": "Phaser.Loader.File#load", "scope": "instance", - "___id": "T000002R023201", + "___id": "T000002R023230", "___s": true }, { "comment": "/**\r\n * Called when the file finishes loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onLoad\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this load.\r\n */", "meta": { "filename": "File.js", - "lineno": 307, + "lineno": 312, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Called when the file finishes loading, is sent a DOM ProgressEvent.", @@ -206349,16 +206637,16 @@ "memberof": "Phaser.Loader.File", "longname": "Phaser.Loader.File#onLoad", "scope": "instance", - "___id": "T000002R023207", + "___id": "T000002R023236", "___s": true }, { "comment": "/**\r\n * Called by the XHRLoader if it was given a File with base64 data to load.\r\n *\r\n * @method Phaser.Loader.File#onBase64Load\r\n * @since 3.80.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The FakeXHR object containing the decoded base64 data.\r\n */", "meta": { "filename": "File.js", - "lineno": 340, + "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Called by the XHRLoader if it was given a File with base64 data to load.", @@ -206383,16 +206671,16 @@ "memberof": "Phaser.Loader.File", "longname": "Phaser.Loader.File#onBase64Load", "scope": "instance", - "___id": "T000002R023214", + "___id": "T000002R023243", "___s": true }, { "comment": "/**\r\n * Called if the file errors while loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onError\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this error.\r\n */", "meta": { "filename": "File.js", - "lineno": 361, + "lineno": 366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Called if the file errors while loading, is sent a DOM ProgressEvent.", @@ -206430,16 +206718,16 @@ "memberof": "Phaser.Loader.File", "longname": "Phaser.Loader.File#onError", "scope": "instance", - "___id": "T000002R023219", + "___id": "T000002R023248", "___s": true }, { "comment": "/**\r\n * Called during the file load progress. Is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onProgress\r\n * @fires Phaser.Loader.Events#FILE_PROGRESS\r\n * @since 3.0.0\r\n *\r\n * @param {ProgressEvent} event - The DOM ProgressEvent.\r\n */", "meta": { "filename": "File.js", - "lineno": 377, + "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Called during the file load progress. Is sent a DOM ProgressEvent.", @@ -206467,16 +206755,16 @@ "memberof": "Phaser.Loader.File", "longname": "Phaser.Loader.File#onProgress", "scope": "instance", - "___id": "T000002R023221", + "___id": "T000002R023250", "___s": true }, { "comment": "/**\r\n * Usually overridden by the FileTypes and is called by Loader.nextFile.\r\n * This method controls what extra work this File does with its loaded data, for example a JSON file will parse itself during this stage.\r\n *\r\n * @method Phaser.Loader.File#onProcess\r\n * @since 3.0.0\r\n */", "meta": { "filename": "File.js", - "lineno": 399, + "lineno": 404, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Usually overridden by the FileTypes and is called by Loader.nextFile.\rThis method controls what extra work this File does with its loaded data, for example a JSON file will parse itself during this stage.", @@ -206486,16 +206774,16 @@ "memberof": "Phaser.Loader.File", "longname": "Phaser.Loader.File#onProcess", "scope": "instance", - "___id": "T000002R023226", + "___id": "T000002R023255", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessComplete\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 413, + "lineno": 418, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Called when the File has completed processing.\rChecks on the state of its multifile, if set.", @@ -206505,16 +206793,16 @@ "memberof": "Phaser.Loader.File", "longname": "Phaser.Loader.File#onProcessComplete", "scope": "instance", - "___id": "T000002R023229", + "___id": "T000002R023258", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing but it generated an error.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessError\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 432, + "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Called when the File has completed processing but it generated an error.\rChecks on the state of its multifile, if set.", @@ -206524,16 +206812,16 @@ "memberof": "Phaser.Loader.File", "longname": "Phaser.Loader.File#onProcessError", "scope": "instance", - "___id": "T000002R023232", + "___id": "T000002R023261", "___s": true }, { "comment": "/**\r\n * Checks if a key matching the one used by this file exists in the target Cache or not.\r\n * This is called automatically by the LoaderPlugin to decide if the file can be safely\r\n * loaded or will conflict.\r\n *\r\n * @method Phaser.Loader.File#hasCacheConflict\r\n * @since 3.7.0\r\n *\r\n * @return {boolean} `true` if adding this file will cause a conflict, otherwise `false`.\r\n */", "meta": { "filename": "File.js", - "lineno": 454, + "lineno": 459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Checks if a key matching the one used by this file exists in the target Cache or not.\rThis is called automatically by the LoaderPlugin to decide if the file can be safely\rloaded or will conflict.", @@ -206557,16 +206845,16 @@ "memberof": "Phaser.Loader.File", "longname": "Phaser.Loader.File#hasCacheConflict", "scope": "instance", - "___id": "T000002R023235", + "___id": "T000002R023264", "___s": true }, { "comment": "/**\r\n * Adds this file to its target cache upon successful loading and processing.\r\n * This method is often overridden by specific file types.\r\n *\r\n * @method Phaser.Loader.File#addToCache\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 469, + "lineno": 474, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Adds this file to its target cache upon successful loading and processing.\rThis method is often overridden by specific file types.", @@ -206576,16 +206864,16 @@ "memberof": "Phaser.Loader.File", "longname": "Phaser.Loader.File#addToCache", "scope": "instance", - "___id": "T000002R023237", + "___id": "T000002R023266", "___s": true }, { "comment": "/**\r\n * Called once the file has been added to its cache and is now ready for deletion from the Loader.\r\n * It will emit a `filecomplete` event from the LoaderPlugin.\r\n *\r\n * @method Phaser.Loader.File#pendingDestroy\r\n * @fires Phaser.Loader.Events#FILE_COMPLETE\r\n * @fires Phaser.Loader.Events#FILE_KEY_COMPLETE\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 484, + "lineno": 489, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Called once the file has been added to its cache and is now ready for deletion from the Loader.\rIt will emit a `filecomplete` event from the LoaderPlugin.", @@ -206599,16 +206887,16 @@ "memberof": "Phaser.Loader.File", "longname": "Phaser.Loader.File#pendingDestroy", "scope": "instance", - "___id": "T000002R023239", + "___id": "T000002R023268", "___s": true }, { "comment": "/**\r\n * Destroy this File and any references it holds.\r\n *\r\n * @method Phaser.Loader.File#destroy\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 513, + "lineno": 518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Destroy this File and any references it holds.", @@ -206618,16 +206906,16 @@ "memberof": "Phaser.Loader.File", "longname": "Phaser.Loader.File#destroy", "scope": "instance", - "___id": "T000002R023245", + "___id": "T000002R023274", "___s": true }, { "comment": "/**\r\n * Static method for creating object URL using URL API and setting it as image 'src' attribute.\r\n * If URL API is not supported (usually on old browsers) it falls back to creating Base64 encoded url using FileReader.\r\n *\r\n * @method Phaser.Loader.File.createObjectURL\r\n * @static\r\n * @since 3.7.0\r\n *\r\n * @param {HTMLImageElement} image - Image object which 'src' attribute should be set to object URL.\r\n * @param {Blob} blob - A Blob object to create an object URL for.\r\n * @param {string} defaultType - Default mime type used if blob type is not available.\r\n */", "meta": { "filename": "File.js", - "lineno": 531, + "lineno": 536, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Static method for creating object URL using URL API and setting it as image 'src' attribute.\rIf URL API is not supported (usually on old browsers) it falls back to creating Base64 encoded url using FileReader.", @@ -206678,16 +206966,16 @@ ], "memberof": "Phaser.Loader.File", "longname": "Phaser.Loader.File.createObjectURL", - "___id": "T000002R023253", + "___id": "T000002R023282", "___s": true }, { "comment": "/**\r\n * Static method for releasing an existing object URL which was previously created\r\n * by calling {@link File#createObjectURL} method.\r\n *\r\n * @method Phaser.Loader.File.revokeObjectURL\r\n * @static\r\n * @since 3.7.0\r\n *\r\n * @param {HTMLImageElement} image - Image object which 'src' attribute should be revoked.\r\n */", "meta": { "filename": "File.js", - "lineno": 565, + "lineno": 570, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Static method for releasing an existing object URL which was previously created\rby calling {@link File#createObjectURL} method.", @@ -206712,7 +207000,7 @@ ], "memberof": "Phaser.Loader.File", "longname": "Phaser.Loader.File.revokeObjectURL", - "___id": "T000002R023260", + "___id": "T000002R023289", "___s": true }, { @@ -206721,7 +207009,7 @@ "filename": "AnimationJSONFile.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single Animation JSON File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#animation method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#animation.", @@ -206814,7 +207102,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.AnimationJSONFile", - "___id": "T000002R023267", + "___id": "T000002R023296", "___s": true }, { @@ -206823,7 +207111,7 @@ "filename": "AnimationJSONFile.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called automatically by Loader.nextFile.\rThis method controls what extra work this File does with its loaded data.", @@ -206834,7 +207122,7 @@ "longname": "Phaser.Loader.FileTypes.AnimationJSONFile#onProcess", "scope": "instance", "overrides": "Phaser.Loader.File#onProcess", - "___id": "T000002R023272", + "___id": "T000002R023301", "___s": true }, { @@ -206843,7 +207131,7 @@ "filename": "AnimationJSONFile.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called at the end of the load process, after the Loader has finished all files in its queue.", @@ -206853,7 +207141,7 @@ "memberof": "Phaser.Loader.FileTypes.AnimationJSONFile", "longname": "Phaser.Loader.FileTypes.AnimationJSONFile#onLoadComplete", "scope": "instance", - "___id": "T000002R023274", + "___id": "T000002R023303", "___s": true }, { @@ -206862,7 +207150,7 @@ "filename": "AnimationJSONFile.js", "lineno": 77, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds an Animation JSON Data file, or array of Animation JSON files, to the current load queue.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.animation('baddieAnims', 'files/BaddieAnims.json');\r}\r```\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rIf you call this from outside of `preload` then you are responsible for starting the Loader afterwards and monitoring\rits events to know when it's safe to use the asset. Please see the Phaser.Loader.LoaderPlugin class for more details.\r\rThe key must be a unique String. It is used to add the file to the global JSON Cache upon a successful load.\rThe key should be unique both in terms of files being loaded and files already present in the JSON Cache.\rLoading a file using a key that is already taken will result in a warning. If you wish to replace an existing file\rthen remove it from the JSON Cache first, before loading a new one.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.animation({\r key: 'baddieAnims',\r url: 'files/BaddieAnims.json'\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.JSONFileConfig` for more details.\r\rOnce the file has finished loading it will automatically be passed to the global Animation Managers `fromJSON` method.\rThis will parse all of the JSON data and create animation data from it. This process happens at the very end\rof the Loader, once every other file in the load queue has finished. The reason for this is to allow you to load\rboth animation data and the images it relies upon in the same load call.\r\rOnce the animation data has been parsed you will be able to play animations using that data.\rPlease see the Animation Manager `fromJSON` method for more details about the format and playback.\r\rYou can also access the raw animation data from its Cache using its key:\r\r```javascript\rthis.load.animation('baddieAnims', 'files/BaddieAnims.json');\r// and later in your game ...\rvar data = this.cache.json.get('baddieAnims');\r```\r\rIf you have specified a prefix in the loader, via `Loader.setPrefix` then this value will be prepended to this files\rkey. For example, if the prefix was `LEVEL1.` and the key was `Waves` the final key will be `LEVEL1.Waves` and\rthis is what you would use to retrieve the text from the JSON Cache.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rIf the URL isn't specified the Loader will take the key and create a filename from that. For example if the key is \"data\"\rand no URL is given then the Loader will set the URL to be \"data.json\". It will always add `.json` as the extension, although\rthis can be overridden if using an object instead of method arguments. If you do not desire this action then provide a URL.\r\rYou can also optionally provide a `dataKey` to use. This allows you to extract only a part of the JSON and store it in the Cache,\rrather than the whole file. For example, if your JSON data had a structure like this:\r\r```json\r{\r \"level1\": {\r \"baddies\": {\r \"aliens\": {},\r \"boss\": {}\r }\r },\r \"level2\": {},\r \"level3\": {}\r}\r```\r\rAnd if you only wanted to create animations from the `boss` data, then you could pass `level1.baddies.boss`as the `dataKey`.\r\rNote: The ability to load this type of file will only be available if the JSON File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -206971,7 +207259,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#animation", "scope": "instance", - "___id": "T000002R023276", + "___id": "T000002R023305", "___s": true }, { @@ -206980,7 +207268,7 @@ "filename": "AsepriteFile.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single JSON based Texture Atlas File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#atlas method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#atlas.\r\rhttps://www.codeandweb.com/texturepacker/tutorials/how-to-create-sprite-sheets-for-phaser3?source=photonstorm", @@ -207116,7 +207404,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.AsepriteFile", - "___id": "T000002R023286", + "___id": "T000002R023315", "___s": true }, { @@ -207125,7 +207413,7 @@ "filename": "AsepriteFile.js", "lineno": 87, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds this file to its target cache upon successful loading and processing.", @@ -207135,7 +207423,7 @@ "memberof": "Phaser.Loader.FileTypes.AsepriteFile", "longname": "Phaser.Loader.FileTypes.AsepriteFile#addToCache", "scope": "instance", - "___id": "T000002R023307", + "___id": "T000002R023336", "___s": true }, { @@ -207144,7 +207432,7 @@ "filename": "AsepriteFile.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Aseprite is a powerful animated sprite editor and pixel art tool.\r\rYou can find more details at https://www.aseprite.org/\r\rAdds a JSON based Aseprite Animation, or array of animations, to the current load queue.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.aseprite('gladiator', 'images/Gladiator.png', 'images/Gladiator.json');\r}\r```\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rIf you call this from outside of `preload` then you are responsible for starting the Loader afterwards and monitoring\rits events to know when it's safe to use the asset. Please see the Phaser.Loader.LoaderPlugin class for more details.\r\rTo export a compatible JSON file in Aseprite, please do the following:\r\r1. Go to \"File - Export Sprite Sheet\"\r\r2. On the **Layout** tab:\r2a. Set the \"Sheet type\" to \"Packed\"\r2b. Set the \"Constraints\" to \"None\"\r2c. Check the \"Merge Duplicates\" checkbox\r\r3. On the **Sprite** tab:\r3a. Set \"Layers\" to \"Visible layers\"\r3b. Set \"Frames\" to \"All frames\", unless you only wish to export a sub-set of tags\r\r4. On the **Borders** tab:\r4a. Check the \"Trim Sprite\" and \"Trim Cells\" options\r4b. Ensure \"Border Padding\", \"Spacing\" and \"Inner Padding\" are all > 0 (1 is usually enough)\r\r5. On the **Output** tab:\r5a. Check \"Output File\", give your image a name and make sure you choose \"png files\" as the file type\r5b. Check \"JSON Data\" and give your json file a name\r5c. The JSON Data type can be either a Hash or Array, Phaser doesn't mind.\r5d. Make sure \"Tags\" is checked in the Meta options\r5e. In the \"Item Filename\" input box, make sure it says just \"{frame}\" and nothing more.\r\r6. Click export\r\rThis was tested with Aseprite 1.2.25.\r\rThis will export a png and json file which you can load using the Aseprite Loader, i.e.:\r\rPhaser can load all common image types: png, jpg, gif and any other format the browser can natively handle.\r\rThe key must be a unique String. It is used to add the file to the global Texture Manager upon a successful load.\rThe key should be unique both in terms of files being loaded and files already present in the Texture Manager.\rLoading a file using a key that is already taken will result in a warning. If you wish to replace an existing file\rthen remove it from the Texture Manager first, before loading a new one.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.aseprite({\r key: 'gladiator',\r textureURL: 'images/Gladiator.png',\r atlasURL: 'images/Gladiator.json'\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.AsepriteFileConfig` for more details.\r\rInstead of passing a URL for the JSON data you can also pass in a well formed JSON object instead.\r\rOnce loaded, you can call this method from within a Scene with the 'atlas' key:\r\r```javascript\rthis.anims.createFromAseprite('paladin');\r```\r\rAny animations defined in the JSON will now be available to use in Phaser and you play them\rvia their Tag name. For example, if you have an animation called 'War Cry' on your Aseprite timeline,\ryou can play it in Phaser using that Tag name:\r\r```javascript\rthis.add.sprite(400, 300).play('War Cry');\r```\r\rWhen calling this method you can optionally provide an array of tag names, and only those animations\rwill be created. For example:\r\r```javascript\rthis.anims.createFromAseprite('paladin', [ 'step', 'War Cry', 'Magnum Break' ]);\r```\r\rThis will only create the 3 animations defined. Note that the tag names are case-sensitive.\r\rIf you have specified a prefix in the loader, via `Loader.setPrefix` then this value will be prepended to this files\rkey. For example, if the prefix was `MENU.` and the key was `Background` the final key will be `MENU.Background` and\rthis is what you would use to retrieve the image from the Texture Manager.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rIf the URL isn't specified the Loader will take the key and create a filename from that. For example if the key is \"alien\"\rand no URL is given then the Loader will set the URL to be \"alien.png\". It will always add `.png` as the extension, although\rthis can be overridden if using an object instead of method arguments. If you do not desire this action then provide a URL.\r\rNote: The ability to load this type of file will only be available if the Aseprite File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -207296,7 +207584,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#aseprite", "scope": "instance", - "___id": "T000002R023313", + "___id": "T000002R023342", "___s": true }, { @@ -207305,7 +207593,7 @@ "filename": "AtlasJSONFile.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single JSON based Texture Atlas File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#atlas method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#atlas.\r\rhttps://www.codeandweb.com/texturepacker/tutorials/how-to-create-sprite-sheets-for-phaser3?source=photonstorm", @@ -207441,7 +207729,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.AtlasJSONFile", - "___id": "T000002R023326", + "___id": "T000002R023355", "___s": true }, { @@ -207450,7 +207738,7 @@ "filename": "AtlasJSONFile.js", "lineno": 87, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds this file to its target cache upon successful loading and processing.", @@ -207460,7 +207748,7 @@ "memberof": "Phaser.Loader.FileTypes.AtlasJSONFile", "longname": "Phaser.Loader.FileTypes.AtlasJSONFile#addToCache", "scope": "instance", - "___id": "T000002R023347", + "___id": "T000002R023376", "___s": true }, { @@ -207469,7 +207757,7 @@ "filename": "AtlasJSONFile.js", "lineno": 109, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds a JSON based Texture Atlas, or array of atlases, to the current load queue.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.atlas('mainmenu', 'images/MainMenu.png', 'images/MainMenu.json');\r}\r```\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rIf you call this from outside of `preload` then you are responsible for starting the Loader afterwards and monitoring\rits events to know when it's safe to use the asset. Please see the Phaser.Loader.LoaderPlugin class for more details.\r\rPhaser expects the atlas data to be provided in a JSON file, using either the JSON Hash or JSON Array format.\r\rThese files are created by software such as:\r\r* [Texture Packer](https://www.codeandweb.com/texturepacker/tutorials/how-to-create-sprite-sheets-for-phaser3?source=photonstorm)\r* [Shoebox](https://renderhjs.net/shoebox/)\r* [Gamma Texture Packer](https://gammafp.com/tool/atlas-packer/)\r* [Adobe Flash / Animate](https://www.adobe.com/uk/products/animate.html)\r* [Free Texture Packer](http://free-tex-packer.com/)\r* [Leshy SpriteSheet Tool](https://www.leshylabs.com/apps/sstool/)\r\rIf you are using Texture Packer and have enabled multi-atlas support, then please use the Phaser Multi Atlas loader\rinstead of this one.\r\rPhaser can load all common image types: png, jpg, gif and any other format the browser can natively handle.\r\rThe key must be a unique String. It is used to add the file to the global Texture Manager upon a successful load.\rThe key should be unique both in terms of files being loaded and files already present in the Texture Manager.\rLoading a file using a key that is already taken will result in a warning. If you wish to replace an existing file\rthen remove it from the Texture Manager first, before loading a new one.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.atlas({\r key: 'mainmenu',\r textureURL: 'images/MainMenu.png',\r atlasURL: 'images/MainMenu.json'\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.AtlasJSONFileConfig` for more details.\r\rInstead of passing a URL for the atlas JSON data you can also pass in a well formed JSON object instead.\r\rOnce the atlas has finished loading you can use frames from it as textures for a Game Object by referencing its key:\r\r```javascript\rthis.load.atlas('mainmenu', 'images/MainMenu.png', 'images/MainMenu.json');\r// and later in your game ...\rthis.add.image(x, y, 'mainmenu', 'background');\r```\r\rTo get a list of all available frames within an atlas please consult your Texture Atlas software.\r\rIf you have specified a prefix in the loader, via `Loader.setPrefix` then this value will be prepended to this files\rkey. For example, if the prefix was `MENU.` and the key was `Background` the final key will be `MENU.Background` and\rthis is what you would use to retrieve the image from the Texture Manager.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rIf the URL isn't specified the Loader will take the key and create a filename from that. For example if the key is \"alien\"\rand no URL is given then the Loader will set the URL to be \"alien.png\". It will always add `.png` as the extension, although\rthis can be overridden if using an object instead of method arguments. If you do not desire this action then provide a URL.\r\rPhaser also supports the automatic loading of associated normal maps. If you have a normal map to go with this image,\rthen you can specify it by providing an array as the `url` where the second element is the normal map:\r\r```javascript\rthis.load.atlas('mainmenu', [ 'images/MainMenu.png', 'images/MainMenu-n.png' ], 'images/MainMenu.json');\r```\r\rOr, if you are using a config object use the `normalMap` property:\r\r```javascript\rthis.load.atlas({\r key: 'mainmenu',\r textureURL: 'images/MainMenu.png',\r normalMap: 'images/MainMenu-n.png',\r atlasURL: 'images/MainMenu.json'\r});\r```\r\rThe normal map file is subject to the same conditions as the image file with regard to the path, baseURL, CORs and XHR Settings.\rNormal maps are a WebGL only feature.\r\rNote: The ability to load this type of file will only be available if the Atlas JSON File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -207621,7 +207909,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#atlas", "scope": "instance", - "___id": "T000002R023353", + "___id": "T000002R023382", "___s": true }, { @@ -207630,7 +207918,7 @@ "filename": "AtlasXMLFile.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single XML based Texture Atlas File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#atlasXML method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#atlasXML.", @@ -207756,7 +208044,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.AtlasXMLFile", - "___id": "T000002R023366", + "___id": "T000002R023395", "___s": true }, { @@ -207765,7 +208053,7 @@ "filename": "AtlasXMLFile.js", "lineno": 85, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds this file to its target cache upon successful loading and processing.", @@ -207775,7 +208063,7 @@ "memberof": "Phaser.Loader.FileTypes.AtlasXMLFile", "longname": "Phaser.Loader.FileTypes.AtlasXMLFile#addToCache", "scope": "instance", - "___id": "T000002R023387", + "___id": "T000002R023416", "___s": true }, { @@ -207784,7 +208072,7 @@ "filename": "AtlasXMLFile.js", "lineno": 107, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds an XML based Texture Atlas, or array of atlases, to the current load queue.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.atlasXML('mainmenu', 'images/MainMenu.png', 'images/MainMenu.xml');\r}\r```\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rIf you call this from outside of `preload` then you are responsible for starting the Loader afterwards and monitoring\rits events to know when it's safe to use the asset. Please see the Phaser.Loader.LoaderPlugin class for more details.\r\rPhaser expects the atlas data to be provided in an XML file format.\rThese files are created by software such as Shoebox and Adobe Flash / Animate.\r\rPhaser can load all common image types: png, jpg, gif and any other format the browser can natively handle.\r\rThe key must be a unique String. It is used to add the file to the global Texture Manager upon a successful load.\rThe key should be unique both in terms of files being loaded and files already present in the Texture Manager.\rLoading a file using a key that is already taken will result in a warning. If you wish to replace an existing file\rthen remove it from the Texture Manager first, before loading a new one.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.atlasXML({\r key: 'mainmenu',\r textureURL: 'images/MainMenu.png',\r atlasURL: 'images/MainMenu.xml'\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.AtlasXMLFileConfig` for more details.\r\rOnce the atlas has finished loading you can use frames from it as textures for a Game Object by referencing its key:\r\r```javascript\rthis.load.atlasXML('mainmenu', 'images/MainMenu.png', 'images/MainMenu.xml');\r// and later in your game ...\rthis.add.image(x, y, 'mainmenu', 'background');\r```\r\rTo get a list of all available frames within an atlas please consult your Texture Atlas software.\r\rIf you have specified a prefix in the loader, via `Loader.setPrefix` then this value will be prepended to this files\rkey. For example, if the prefix was `MENU.` and the key was `Background` the final key will be `MENU.Background` and\rthis is what you would use to retrieve the image from the Texture Manager.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rIf the URL isn't specified the Loader will take the key and create a filename from that. For example if the key is \"alien\"\rand no URL is given then the Loader will set the URL to be \"alien.png\". It will always add `.png` as the extension, although\rthis can be overridden if using an object instead of method arguments. If you do not desire this action then provide a URL.\r\rPhaser also supports the automatic loading of associated normal maps. If you have a normal map to go with this image,\rthen you can specify it by providing an array as the `url` where the second element is the normal map:\r\r```javascript\rthis.load.atlasXML('mainmenu', [ 'images/MainMenu.png', 'images/MainMenu-n.png' ], 'images/MainMenu.xml');\r```\r\rOr, if you are using a config object use the `normalMap` property:\r\r```javascript\rthis.load.atlasXML({\r key: 'mainmenu',\r textureURL: 'images/MainMenu.png',\r normalMap: 'images/MainMenu-n.png',\r atlasURL: 'images/MainMenu.xml'\r});\r```\r\rThe normal map file is subject to the same conditions as the image file with regard to the path, baseURL, CORs and XHR Settings.\rNormal maps are a WebGL only feature.\r\rNote: The ability to load this type of file will only be available if the Atlas XML File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -207926,7 +208214,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#atlasXML", "scope": "instance", - "___id": "T000002R023393", + "___id": "T000002R023422", "___s": true }, { @@ -207935,7 +208223,7 @@ "filename": "AudioFile.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single Audio File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#audio method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#audio.", @@ -208028,7 +208316,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.AudioFile", - "___id": "T000002R023406", + "___id": "T000002R023435", "___s": true }, { @@ -208037,7 +208325,7 @@ "filename": "AudioFile.js", "lineno": 67, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called automatically by Loader.nextFile.\rThis method controls what extra work this File does with its loaded data.", @@ -208048,7 +208336,7 @@ "longname": "Phaser.Loader.FileTypes.AudioFile#onProcess", "scope": "instance", "overrides": "Phaser.Loader.File#onProcess", - "___id": "T000002R023424", + "___id": "T000002R023453", "___s": true }, { @@ -208057,7 +208345,7 @@ "filename": "AudioFile.js", "lineno": 172, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds an Audio or HTML5Audio file, or array of audio files, to the current load queue.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.audio('title', [ 'music/Title.ogg', 'music/Title.mp3', 'music/Title.m4a' ]);\r}\r```\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rThe key must be a unique String. It is used to add the file to the global Audio Cache upon a successful load.\rThe key should be unique both in terms of files being loaded and files already present in the Audio Cache.\rLoading a file using a key that is already taken will result in a warning. If you wish to replace an existing file\rthen remove it from the Audio Cache first, before loading a new one.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.audio({\r key: 'title',\r url: [ 'music/Title.ogg', 'music/Title.mp3', 'music/Title.m4a' ]\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.AudioFileConfig` for more details.\r\rThe URLs can be relative or absolute. If the URLs are relative the `Loader.baseURL` and `Loader.path` values will be prepended to them.\r\rDue to different browsers supporting different audio file types you should usually provide your audio files in a variety of formats.\rogg, mp3 and m4a are the most common. If you provide an array of URLs then the Loader will determine which _one_ file to load based on\rbrowser support.\r\rIf audio has been disabled in your game, either via the game config, or lack of support from the device, then no audio will be loaded.\r\rNote: The ability to load this type of file will only be available if the Audio File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -208204,7 +208492,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#audio", "scope": "instance", - "___id": "T000002R023447", + "___id": "T000002R023476", "___s": true }, { @@ -208213,7 +208501,7 @@ "filename": "AudioSpriteFile.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "An Audio Sprite File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#audioSprite method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#audioSprite.", @@ -208359,7 +208647,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.AudioSpriteFile", - "___id": "T000002R023463", + "___id": "T000002R023492", "___s": true }, { @@ -208368,7 +208656,7 @@ "filename": "AudioSpriteFile.js", "lineno": 85, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called by each File when it finishes loading.", @@ -208394,7 +208682,7 @@ "longname": "Phaser.Loader.FileTypes.AudioSpriteFile#onFileComplete", "scope": "instance", "overrides": "Phaser.Loader.MultiFile#onFileComplete", - "___id": "T000002R023482", + "___id": "T000002R023511", "___s": true }, { @@ -208403,7 +208691,7 @@ "filename": "AudioSpriteFile.js", "lineno": 121, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds this file to its target cache upon successful loading and processing.", @@ -208413,7 +208701,7 @@ "memberof": "Phaser.Loader.FileTypes.AudioSpriteFile", "longname": "Phaser.Loader.FileTypes.AudioSpriteFile#addToCache", "scope": "instance", - "___id": "T000002R023489", + "___id": "T000002R023518", "___s": true }, { @@ -208422,7 +208710,7 @@ "filename": "AudioSpriteFile.js", "lineno": 143, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds a JSON based Audio Sprite, or array of audio sprites, to the current load queue.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.audioSprite('kyobi', 'kyobi.json', [\r 'kyobi.ogg',\r 'kyobi.mp3',\r 'kyobi.m4a'\r ]);\r}\r```\r\rAudio Sprites are a combination of audio files and a JSON configuration.\rThe JSON follows the format of that created by https://github.com/tonistiigi/audiosprite\r\rIf the JSON file includes a 'resource' object then you can let Phaser parse it and load the audio\rfiles automatically based on its content. To do this exclude the audio URLs from the load:\r\r```javascript\rfunction preload ()\r{\r this.load.audioSprite('kyobi', 'kyobi.json');\r}\r```\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rIf you call this from outside of `preload` then you are responsible for starting the Loader afterwards and monitoring\rits events to know when it's safe to use the asset. Please see the Phaser.Loader.LoaderPlugin class for more details.\r\rThe key must be a unique String. It is used to add the file to the global Audio Cache upon a successful load.\rThe key should be unique both in terms of files being loaded and files already present in the Audio Cache.\rLoading a file using a key that is already taken will result in a warning. If you wish to replace an existing file\rthen remove it from the Audio Cache first, before loading a new one.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.audioSprite({\r key: 'kyobi',\r jsonURL: 'audio/Kyobi.json',\r audioURL: [\r 'audio/Kyobi.ogg',\r 'audio/Kyobi.mp3',\r 'audio/Kyobi.m4a'\r ]\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.AudioSpriteFileConfig` for more details.\r\rInstead of passing a URL for the audio JSON data you can also pass in a well formed JSON object instead.\r\rOnce the audio has finished loading you can use it create an Audio Sprite by referencing its key:\r\r```javascript\rthis.load.audioSprite('kyobi', 'kyobi.json');\r// and later in your game ...\rvar music = this.sound.addAudioSprite('kyobi');\rmusic.play('title');\r```\r\rIf you have specified a prefix in the loader, via `Loader.setPrefix` then this value will be prepended to this files\rkey. For example, if the prefix was `MENU.` and the key was `Background` the final key will be `MENU.Background` and\rthis is what you would use to retrieve the image from the Texture Manager.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rDue to different browsers supporting different audio file types you should usually provide your audio files in a variety of formats.\rogg, mp3 and m4a are the most common. If you provide an array of URLs then the Loader will determine which _one_ file to load based on\rbrowser support.\r\rIf audio has been disabled in your game, either via the game config, or lack of support from the device, then no audio will be loaded.\r\rNote: The ability to load this type of file will only be available if the Audio Sprite File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -208577,7 +208865,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#audioSprite", "scope": "instance", - "___id": "T000002R023494", + "___id": "T000002R023523", "___s": true }, { @@ -208586,7 +208874,7 @@ "filename": "BinaryFile.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single Binary File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#binary method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#binary.", @@ -208679,7 +208967,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.BinaryFile", - "___id": "T000002R023508", + "___id": "T000002R023537", "___s": true }, { @@ -208688,7 +208976,7 @@ "filename": "BinaryFile.js", "lineno": 69, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called automatically by Loader.nextFile.\rThis method controls what extra work this File does with its loaded data.", @@ -208699,7 +208987,7 @@ "longname": "Phaser.Loader.FileTypes.BinaryFile#onProcess", "scope": "instance", "overrides": "Phaser.Loader.File#onProcess", - "___id": "T000002R023529", + "___id": "T000002R023558", "___s": true }, { @@ -208708,7 +208996,7 @@ "filename": "BinaryFile.js", "lineno": 89, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds a Binary file, or array of Binary files, to the current load queue.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.binary('doom', 'files/Doom.wad');\r}\r```\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rThe key must be a unique String. It is used to add the file to the global Binary Cache upon a successful load.\rThe key should be unique both in terms of files being loaded and files already present in the Binary Cache.\rLoading a file using a key that is already taken will result in a warning. If you wish to replace an existing file\rthen remove it from the Binary Cache first, before loading a new one.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.binary({\r key: 'doom',\r url: 'files/Doom.wad',\r dataType: Uint8Array\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.BinaryFileConfig` for more details.\r\rOnce the file has finished loading you can access it from its Cache using its key:\r\r```javascript\rthis.load.binary('doom', 'files/Doom.wad');\r// and later in your game ...\rvar data = this.cache.binary.get('doom');\r```\r\rIf you have specified a prefix in the loader, via `Loader.setPrefix` then this value will be prepended to this files\rkey. For example, if the prefix was `LEVEL1.` and the key was `Data` the final key will be `LEVEL1.Data` and\rthis is what you would use to retrieve the text from the Binary Cache.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rIf the URL isn't specified the Loader will take the key and create a filename from that. For example if the key is \"doom\"\rand no URL is given then the Loader will set the URL to be \"doom.bin\". It will always add `.bin` as the extension, although\rthis can be overridden if using an object instead of method arguments. If you do not desire this action then provide a URL.\r\rNote: The ability to load this type of file will only be available if the Binary File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -208817,7 +209105,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#binary", "scope": "instance", - "___id": "T000002R023534", + "___id": "T000002R023563", "___s": true }, { @@ -208826,7 +209114,7 @@ "filename": "BitmapFontFile.js", "lineno": 16, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single Bitmap Font based File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#bitmapFont method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#bitmapFont.", @@ -208952,7 +209240,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.BitmapFontFile", - "___id": "T000002R023545", + "___id": "T000002R023574", "___s": true }, { @@ -208961,7 +209249,7 @@ "filename": "BitmapFontFile.js", "lineno": 86, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds this file to its target cache upon successful loading and processing.", @@ -208971,7 +209259,7 @@ "memberof": "Phaser.Loader.FileTypes.BitmapFontFile", "longname": "Phaser.Loader.FileTypes.BitmapFontFile#addToCache", "scope": "instance", - "___id": "T000002R023566", + "___id": "T000002R023595", "___s": true }, { @@ -208980,7 +209268,7 @@ "filename": "BitmapFontFile.js", "lineno": 113, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds an XML based Bitmap Font, or array of fonts, to the current load queue.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r```javascript\rfunction preload ()\r{\r this.load.bitmapFont('goldenFont', 'images/GoldFont.png', 'images/GoldFont.xml');\r}\r```\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rIf you call this from outside of `preload` then you are responsible for starting the Loader afterwards and monitoring\rits events to know when it's safe to use the asset. Please see the Phaser.Loader.LoaderPlugin class for more details.\r\rPhaser expects the font data to be provided in an XML file format.\rThese files are created by software such as the [Angelcode Bitmap Font Generator](http://www.angelcode.com/products/bmfont/),\r[Littera](http://kvazars.com/littera/) or [Glyph Designer](https://71squared.com/glyphdesigner)\r\rPhaser can load all common image types: png, jpg, gif and any other format the browser can natively handle.\r\rThe key must be a unique String. It is used to add the file to the global Texture Manager upon a successful load.\rThe key should be unique both in terms of files being loaded and files already present in the Texture Manager.\rLoading a file using a key that is already taken will result in a warning. If you wish to replace an existing file\rthen remove it from the Texture Manager first, before loading a new one.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.bitmapFont({\r key: 'goldenFont',\r textureURL: 'images/GoldFont.png',\r fontDataURL: 'images/GoldFont.xml'\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.BitmapFontFileConfig` for more details.\r\rOnce the atlas has finished loading you can use key of it when creating a Bitmap Text Game Object:\r\r```javascript\rthis.load.bitmapFont('goldenFont', 'images/GoldFont.png', 'images/GoldFont.xml');\r// and later in your game ...\rthis.add.bitmapText(x, y, 'goldenFont', 'Hello World');\r```\r\rIf you have specified a prefix in the loader, via `Loader.setPrefix` then this value will be prepended to this files\rkey. For example, if the prefix was `MENU.` and the key was `Background` the final key will be `MENU.Background` and\rthis is what you would use when creating a Bitmap Text object.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rIf the URL isn't specified the Loader will take the key and create a filename from that. For example if the key is \"alien\"\rand no URL is given then the Loader will set the URL to be \"alien.png\". It will always add `.png` as the extension, although\rthis can be overridden if using an object instead of method arguments. If you do not desire this action then provide a URL.\r\rPhaser also supports the automatic loading of associated normal maps. If you have a normal map to go with this image,\rthen you can specify it by providing an array as the `url` where the second element is the normal map:\r\r```javascript\rthis.load.bitmapFont('goldenFont', [ 'images/GoldFont.png', 'images/GoldFont-n.png' ], 'images/GoldFont.xml');\r```\r\rOr, if you are using a config object use the `normalMap` property:\r\r```javascript\rthis.load.bitmapFont({\r key: 'goldenFont',\r textureURL: 'images/GoldFont.png',\r normalMap: 'images/GoldFont-n.png',\r fontDataURL: 'images/GoldFont.xml'\r});\r```\r\rThe normal map file is subject to the same conditions as the image file with regard to the path, baseURL, CORs and XHR Settings.\rNormal maps are a WebGL only feature.\r\rNote: The ability to load this type of file will only be available if the Bitmap Font File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -209122,7 +209410,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#bitmapFont", "scope": "instance", - "___id": "T000002R023576", + "___id": "T000002R023605", "___s": true }, { @@ -209131,7 +209419,7 @@ "filename": "CompressedTextureFile.js", "lineno": 22, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A Compressed Texture File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#texture method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#texture.", @@ -209199,7 +209487,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.CompressedTextureFile", - "___id": "T000002R023596", + "___id": "T000002R023625", "___s": true }, { @@ -209208,7 +209496,7 @@ "filename": "CompressedTextureFile.js", "lineno": 97, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called by each File when it finishes loading.", @@ -209234,7 +209522,7 @@ "longname": "Phaser.Loader.FileTypes.CompressedTextureFile#onFileComplete", "scope": "instance", "overrides": "Phaser.Loader.MultiFile#onFileComplete", - "___id": "T000002R023619", + "___id": "T000002R023648", "___s": true }, { @@ -209243,7 +209531,7 @@ "filename": "CompressedTextureFile.js", "lineno": 186, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds this file to its target cache upon successful loading and processing.", @@ -209253,7 +209541,7 @@ "memberof": "Phaser.Loader.FileTypes.CompressedTextureFile", "longname": "Phaser.Loader.FileTypes.CompressedTextureFile#addToCache", "scope": "instance", - "___id": "T000002R023638", + "___id": "T000002R023667", "___s": true }, { @@ -209262,7 +209550,7 @@ "filename": "CompressedTextureFile.js", "lineno": 257, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds all of the multi-file entties to their target caches upon successful loading and processing.", @@ -209272,7 +209560,7 @@ "memberof": "Phaser.Loader.FileTypes.CompressedTextureFile", "longname": "Phaser.Loader.FileTypes.CompressedTextureFile#addMultiToCache", "scope": "instance", - "___id": "T000002R023654", + "___id": "T000002R023683", "___s": true }, { @@ -209281,7 +209569,7 @@ "filename": "CompressedTextureFile.js", "lineno": 337, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds a Compressed Texture file to the current load queue. This feature is WebGL only.\r\rThis method takes a key and a configuration object, which lists the different formats\rand files associated with them.\r\rThe texture format object should be ordered in GPU priority order, with IMG as the last entry.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rpreload ()\r{\r this.load.texture('yourPic', {\r ASTC: { type: 'PVR', textureURL: 'pic-astc-4x4.pvr' },\r PVRTC: { type: 'PVR', textureURL: 'pic-pvrtc-4bpp-rgba.pvr' },\r S3TC: { type: 'PVR', textureURL: 'pic-dxt5.pvr' },\r IMG: { textureURL: 'pic.png' }\r });\r```\r\rIf you wish to load a texture atlas, provide the `atlasURL` property:\r\r```javascript\rpreload ()\r{\r const path = 'assets/compressed';\r\r this.load.texture('yourAtlas', {\r 'ASTC': { type: 'PVR', textureURL: `${path}/textures-astc-4x4.pvr`, atlasURL: `${path}/textures.json` },\r 'PVRTC': { type: 'PVR', textureURL: `${path}/textures-pvrtc-4bpp-rgba.pvr`, atlasURL: `${path}/textures-pvrtc-4bpp-rgba.json` },\r 'S3TC': { type: 'PVR', textureURL: `${path}/textures-dxt5.pvr`, atlasURL: `${path}/textures-dxt5.json` },\r 'IMG': { textureURL: `${path}/textures.png`, atlasURL: `${path}/textures.json` }\r });\r}\r```\r\rIf you wish to load a Multi Atlas, as exported from Texture Packer Pro, use the `multiAtlasURL` property instead:\r\r```javascript\rpreload ()\r{\r const path = 'assets/compressed';\r\r this.load.texture('yourAtlas', {\r 'ASTC': { type: 'PVR', atlasURL: `${path}/textures.json` },\r 'PVRTC': { type: 'PVR', atlasURL: `${path}/textures-pvrtc-4bpp-rgba.json` },\r 'S3TC': { type: 'PVR', atlasURL: `${path}/textures-dxt5.json` },\r 'IMG': { atlasURL: `${path}/textures.json` }\r });\r}\r```\r\rWhen loading a Multi Atlas you do not need to specify the `textureURL` property as it will be read from the JSON file.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.texture({\r key: 'yourPic',\r url: {\r ASTC: { type: 'PVR', textureURL: 'pic-astc-4x4.pvr' },\r PVRTC: { type: 'PVR', textureURL: 'pic-pvrtc-4bpp-rgba.pvr' },\r S3TC: { type: 'PVR', textureURL: 'pic-dxt5.pvr' },\r IMG: { textureURL: 'pic.png' }\r }\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.CompressedTextureFileConfig` for more details.\r\rThe number of formats you provide to this function is up to you, but you should ensure you\rcover the primary platforms where appropriate.\r\rThe 'IMG' entry is a fallback to a JPG or PNG, should the browser be unable to load any of the other\rformats presented to this function. You should really always include this, although it is optional.\r\rPhaser supports loading both the PVR and KTX container formats. Within those, it can parse\rthe following texture compression formats:\r\rETC\rETC1\rATC\rASTC\rBPTC\rRGTC\rPVRTC\rS3TC\rS3TCSRGB\r\rFor more information about the benefits of compressed textures please see the\rfollowing articles:\r\rTexture Compression in 2020 (https://aras-p.info/blog/2020/12/08/Texture-Compression-in-2020/)\rCompressed GPU Texture Formats (https://themaister.net/blog/2020/08/12/compressed-gpu-texture-formats-a-review-and-compute-shader-decoders-part-1/)\r\rTo create compressed texture files use a 3rd party application such as:\r\rTexture Packer (https://www.codeandweb.com/texturepacker/tutorials/how-to-create-sprite-sheets-for-phaser3?utm_source=ad&utm_medium=banner&utm_campaign=phaser-2018-10-16)\rPVRTexTool (https://developer.imaginationtech.com/pvrtextool/) - available for Windows, macOS and Linux.\rMali Texture Compression Tool (https://developer.arm.com/tools-and-software/graphics-and-gaming/mali-texture-compression-tool)\rASTC Encoder (https://github.com/ARM-software/astc-encoder)\r\rASTCs must have a Channel Type of Unsigned Normalized Bytes (UNorm).\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rThe key must be a unique String. It is used to add the file to the global Texture Manager upon a successful load.\rThe key should be unique both in terms of files being loaded and files already present in the Texture Manager.\rLoading a file using a key that is already taken will result in a warning. If you wish to replace an existing file\rthen remove it from the Texture Manager first, before loading a new one.\r\rIf you have specified a prefix in the loader, via `Loader.setPrefix` then this value will be prepended to this files\rkey. For example, if the prefix was `LEVEL1.` and the key was `Data` the final key will be `LEVEL1.Data` and\rthis is what you would use to retrieve the text from the Texture Manager.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rUnlike other file loaders in Phaser, the URLs must include the file extension.\r\rNote: The ability to load this type of file will only be available if the Compressed Texture File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -209376,7 +209664,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#texture", "scope": "instance", - "___id": "T000002R023676", + "___id": "T000002R023705", "___s": true }, { @@ -209385,7 +209673,7 @@ "filename": "CSSFile.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single CSS File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#css method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#css.", @@ -209464,7 +209752,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.CSSFile", - "___id": "T000002R023714", + "___id": "T000002R023743", "___s": true }, { @@ -209473,7 +209761,7 @@ "filename": "CSSFile.js", "lineno": 66, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called automatically by Loader.nextFile.\rThis method controls what extra work this File does with its loaded data.", @@ -209484,7 +209772,7 @@ "longname": "Phaser.Loader.FileTypes.CSSFile#onProcess", "scope": "instance", "overrides": "Phaser.Loader.File#onProcess", - "___id": "T000002R023732", + "___id": "T000002R023761", "___s": true }, { @@ -209493,7 +209781,7 @@ "filename": "CSSFile.js", "lineno": 88, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds a CSS file, or array of CSS files, to the current load queue.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.css('headers', 'styles/headers.css');\r}\r```\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rThe key must be a unique String and not already in-use by another file in the Loader.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.css({\r key: 'headers',\r url: 'styles/headers.css'\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.CSSFileConfig` for more details.\r\rOnce the file has finished loading it will automatically be converted into a style DOM element\rvia `document.createElement('style')`. It will have its `defer` property set to false and then the\rresulting element will be appended to `document.head`. The CSS styles are then applied to the current document.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rIf the URL isn't specified the Loader will take the key and create a filename from that. For example if the key is \"alien\"\rand no URL is given then the Loader will set the URL to be \"alien.css\". It will always add `.css` as the extension, although\rthis can be overridden if using an object instead of method arguments. If you do not desire this action then provide a URL.\r\rNote: The ability to load this type of file will only be available if the CSS File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -209588,7 +209876,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#css", "scope": "instance", - "___id": "T000002R023738", + "___id": "T000002R023767", "___s": true }, { @@ -209597,7 +209885,7 @@ "filename": "GLSLFile.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single GLSL File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#glsl method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#glsl.", @@ -209691,7 +209979,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.GLSLFile", - "___id": "T000002R023748", + "___id": "T000002R023777", "___s": true }, { @@ -209700,7 +209988,7 @@ "filename": "GLSLFile.js", "lineno": 76, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called automatically by Loader.nextFile.\rThis method controls what extra work this File does with its loaded data.", @@ -209711,7 +209999,7 @@ "longname": "Phaser.Loader.FileTypes.GLSLFile#onProcess", "scope": "instance", "overrides": "Phaser.Loader.File#onProcess", - "___id": "T000002R023770", + "___id": "T000002R023799", "___s": true }, { @@ -209720,7 +210008,7 @@ "filename": "GLSLFile.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds this file to its target cache upon successful loading and processing.", @@ -209731,7 +210019,7 @@ "longname": "Phaser.Loader.FileTypes.GLSLFile#addToCache", "scope": "instance", "overrides": "Phaser.Loader.File#addToCache", - "___id": "T000002R023774", + "___id": "T000002R023803", "___s": true }, { @@ -209740,7 +210028,7 @@ "filename": "GLSLFile.js", "lineno": 155, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Returns the name of the shader from the header block.", @@ -209788,7 +210076,7 @@ "memberof": "Phaser.Loader.FileTypes.GLSLFile", "longname": "Phaser.Loader.FileTypes.GLSLFile#getShaderName", "scope": "instance", - "___id": "T000002R023787", + "___id": "T000002R023816", "___s": true }, { @@ -209797,7 +210085,7 @@ "filename": "GLSLFile.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Returns the type of the shader from the header block.", @@ -209845,7 +210133,7 @@ "memberof": "Phaser.Loader.FileTypes.GLSLFile", "longname": "Phaser.Loader.FileTypes.GLSLFile#getShaderType", "scope": "instance", - "___id": "T000002R023791", + "___id": "T000002R023820", "___s": true }, { @@ -209854,7 +210142,7 @@ "filename": "GLSLFile.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Returns the shader uniforms from the header block.", @@ -209902,7 +210190,7 @@ "memberof": "Phaser.Loader.FileTypes.GLSLFile", "longname": "Phaser.Loader.FileTypes.GLSLFile#getShaderUniforms", "scope": "instance", - "___id": "T000002R023795", + "___id": "T000002R023824", "___s": true }, { @@ -209911,7 +210199,7 @@ "filename": "GLSLFile.js", "lineno": 315, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds a GLSL file, or array of GLSL files, to the current load queue.\rIn Phaser 3 GLSL files are just plain Text files at the current moment in time.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.glsl('plasma', 'shaders/Plasma.glsl');\r}\r```\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rThe key must be a unique String. It is used to add the file to the global Shader Cache upon a successful load.\rThe key should be unique both in terms of files being loaded and files already present in the Shader Cache.\rLoading a file using a key that is already taken will result in a warning. If you wish to replace an existing file\rthen remove it from the Shader Cache first, before loading a new one.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.glsl({\r key: 'plasma',\r shaderType: 'fragment',\r url: 'shaders/Plasma.glsl'\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.GLSLFileConfig` for more details.\r\rOnce the file has finished loading you can access it from its Cache using its key:\r\r```javascript\rthis.load.glsl('plasma', 'shaders/Plasma.glsl');\r// and later in your game ...\rvar data = this.cache.shader.get('plasma');\r```\r\rIf you have specified a prefix in the loader, via `Loader.setPrefix` then this value will be prepended to this files\rkey. For example, if the prefix was `FX.` and the key was `Plasma` the final key will be `FX.Plasma` and\rthis is what you would use to retrieve the text from the Shader Cache.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rIf the URL isn't specified the Loader will take the key and create a filename from that. For example if the key is \"plasma\"\rand no URL is given then the Loader will set the URL to be \"plasma.glsl\". It will always add `.glsl` as the extension, although\rthis can be overridden if using an object instead of method arguments. If you do not desire this action then provide a URL.\r\rNote: The ability to load this type of file will only be available if the GLSL File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -210021,7 +210309,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#glsl", "scope": "instance", - "___id": "T000002R023824", + "___id": "T000002R023853", "___s": true }, { @@ -210030,7 +210318,7 @@ "filename": "HTML5AudioFile.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single Audio File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#audio method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#audio.", @@ -210109,7 +210397,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.HTML5AudioFile", - "___id": "T000002R023833", + "___id": "T000002R023862", "___s": true }, { @@ -210118,7 +210406,7 @@ "filename": "HTML5AudioFile.js", "lineno": 67, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called when the file finishes loading.", @@ -210129,7 +210417,7 @@ "longname": "Phaser.Loader.FileTypes.HTML5AudioFile#onLoad", "scope": "instance", "overrides": "Phaser.Loader.File#onLoad", - "___id": "T000002R023851", + "___id": "T000002R023880", "___s": true }, { @@ -210138,7 +210426,7 @@ "filename": "HTML5AudioFile.js", "lineno": 85, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called if the file errors while loading.", @@ -210149,7 +210437,7 @@ "longname": "Phaser.Loader.FileTypes.HTML5AudioFile#onError", "scope": "instance", "overrides": "Phaser.Loader.File#onError", - "___id": "T000002R023854", + "___id": "T000002R023883", "___s": true }, { @@ -210158,7 +210446,7 @@ "filename": "HTML5AudioFile.js", "lineno": 104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called during the file load progress. Is sent a DOM ProgressEvent.", @@ -210172,7 +210460,7 @@ "longname": "Phaser.Loader.FileTypes.HTML5AudioFile#onProgress", "scope": "instance", "overrides": "Phaser.Loader.File#onProgress", - "___id": "T000002R023860", + "___id": "T000002R023889", "___s": true }, { @@ -210181,7 +210469,7 @@ "filename": "HTML5AudioFile.js", "lineno": 130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called by the Loader, starts the actual file downloading.\rDuring the load the methods onLoad, onError and onProgress are called, based on the XHR events.\rYou shouldn't normally call this method directly, it's meant to be invoked by the Loader.", @@ -210192,7 +210480,7 @@ "longname": "Phaser.Loader.FileTypes.HTML5AudioFile#load", "scope": "instance", "overrides": "Phaser.Loader.File#load", - "___id": "T000002R023866", + "___id": "T000002R023895", "___s": true }, { @@ -210201,7 +210489,7 @@ "filename": "HTMLFile.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single HTML File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#html method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#html.", @@ -210280,7 +210568,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.HTMLFile", - "___id": "T000002R023893", + "___id": "T000002R023922", "___s": true }, { @@ -210289,7 +210577,7 @@ "filename": "HTMLFile.js", "lineno": 66, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called automatically by Loader.nextFile.\rThis method controls what extra work this File does with its loaded data.", @@ -210300,7 +210588,7 @@ "longname": "Phaser.Loader.FileTypes.HTMLFile#onProcess", "scope": "instance", "overrides": "Phaser.Loader.File#onProcess", - "___id": "T000002R023911", + "___id": "T000002R023940", "___s": true }, { @@ -210309,7 +210597,7 @@ "filename": "HTMLFile.js", "lineno": 84, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds an HTML file, or array of HTML files, to the current load queue.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.html('story', 'files/LoginForm.html');\r}\r```\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rThe key must be a unique String. It is used to add the file to the global HTML Cache upon a successful load.\rThe key should be unique both in terms of files being loaded and files already present in the HTML Cache.\rLoading a file using a key that is already taken will result in a warning. If you wish to replace an existing file\rthen remove it from the HTML Cache first, before loading a new one.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.html({\r key: 'login',\r url: 'files/LoginForm.html'\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.HTMLFileConfig` for more details.\r\rOnce the file has finished loading you can access it from its Cache using its key:\r\r```javascript\rthis.load.html('login', 'files/LoginForm.html');\r// and later in your game ...\rvar data = this.cache.html.get('login');\r```\r\rIf you have specified a prefix in the loader, via `Loader.setPrefix` then this value will be prepended to this files\rkey. For example, if the prefix was `LEVEL1.` and the key was `Story` the final key will be `LEVEL1.Story` and\rthis is what you would use to retrieve the html from the HTML Cache.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rIf the URL isn't specified the Loader will take the key and create a filename from that. For example if the key is \"story\"\rand no URL is given then the Loader will set the URL to be \"story.html\". It will always add `.html` as the extension, although\rthis can be overridden if using an object instead of method arguments. If you do not desire this action then provide a URL.\r\rNote: The ability to load this type of file will only be available if the HTML File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -210404,7 +210692,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#html", "scope": "instance", - "___id": "T000002R023915", + "___id": "T000002R023944", "___s": true }, { @@ -210413,7 +210701,7 @@ "filename": "HTMLTextureFile.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single HTML File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#htmlTexture method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#htmlTexture.", @@ -210520,7 +210808,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.HTMLTextureFile", - "___id": "T000002R023924", + "___id": "T000002R023953", "___s": true }, { @@ -210529,7 +210817,7 @@ "filename": "HTMLTextureFile.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called automatically by Loader.nextFile.\rThis method controls what extra work this File does with its loaded data.", @@ -210540,7 +210828,7 @@ "longname": "Phaser.Loader.FileTypes.HTMLTextureFile#onProcess", "scope": "instance", "overrides": "Phaser.Loader.File#onProcess", - "___id": "T000002R023949", + "___id": "T000002R023978", "___s": true }, { @@ -210549,7 +210837,7 @@ "filename": "HTMLTextureFile.js", "lineno": 138, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds this file to its target cache upon successful loading and processing.", @@ -210560,7 +210848,7 @@ "longname": "Phaser.Loader.FileTypes.HTMLTextureFile#addToCache", "scope": "instance", "overrides": "Phaser.Loader.File#addToCache", - "___id": "T000002R023964", + "___id": "T000002R023993", "___s": true }, { @@ -210569,7 +210857,7 @@ "filename": "HTMLTextureFile.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds an HTML File, or array of HTML Files, to the current load queue. When the files are loaded they\rwill be rendered to textures and stored in the Texture Manager.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.htmlTexture('instructions', 'content/intro.html', 256, 512);\r}\r```\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rThe key must be a unique String. It is used to add the file to the global Texture Manager upon a successful load.\rThe key should be unique both in terms of files being loaded and files already present in the Texture Manager.\rLoading a file using a key that is already taken will result in a warning. If you wish to replace an existing file\rthen remove it from the Texture Manager first, before loading a new one.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.htmlTexture({\r key: 'instructions',\r url: 'content/intro.html',\r width: 256,\r height: 512\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.HTMLTextureFileConfig` for more details.\r\rOnce the file has finished loading you can use it as a texture for a Game Object by referencing its key:\r\r```javascript\rthis.load.htmlTexture('instructions', 'content/intro.html', 256, 512);\r// and later in your game ...\rthis.add.image(x, y, 'instructions');\r```\r\rIf you have specified a prefix in the loader, via `Loader.setPrefix` then this value will be prepended to this files\rkey. For example, if the prefix was `MENU.` and the key was `Background` the final key will be `MENU.Background` and\rthis is what you would use to retrieve the image from the Texture Manager.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rIf the URL isn't specified the Loader will take the key and create a filename from that. For example if the key is \"alien\"\rand no URL is given then the Loader will set the URL to be \"alien.html\". It will always add `.html` as the extension, although\rthis can be overridden if using an object instead of method arguments. If you do not desire this action then provide a URL.\r\rThe width and height are the size of the texture to which the HTML will be rendered. It's not possible to determine these\rautomatically, so you will need to provide them, either as arguments or in the file config object.\rWhen the HTML file has loaded a new SVG element is created with a size and viewbox set to the width and height given.\rThe SVG file has a body tag added to it, with the HTML file contents included. It then calls `window.Blob` on the SVG,\rand if successful is added to the Texture Manager, otherwise it fails processing. The overall quality of the rendered\rHTML depends on your browser, and some of them may not even support the svg / blob process used. Be aware that there are\rlimitations on what HTML can be inside an SVG. You can find out more details in this\r[Mozilla MDN entry](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Drawing_DOM_objects_into_a_canvas).\r\rNote: The ability to load this type of file will only be available if the HTMLTextureFile File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -210694,7 +210982,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#htmlTexture", "scope": "instance", - "___id": "T000002R023966", + "___id": "T000002R023995", "___s": true }, { @@ -210703,7 +210991,7 @@ "filename": "ImageFile.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single Image File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#image method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#image.", @@ -210815,7 +211103,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.ImageFile", - "___id": "T000002R023976", + "___id": "T000002R024005", "___s": true }, { @@ -210824,7 +211112,7 @@ "filename": "ImageFile.js", "lineno": 98, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called automatically by Loader.nextFile.\rThis method controls what extra work this File does with its loaded data.", @@ -210835,7 +211123,7 @@ "longname": "Phaser.Loader.FileTypes.ImageFile#onProcess", "scope": "instance", "overrides": "Phaser.Loader.File#onProcess", - "___id": "T000002R024005", + "___id": "T000002R024034", "___s": true }, { @@ -210844,7 +211132,7 @@ "filename": "ImageFile.js", "lineno": 189, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds this file to its target cache upon successful loading and processing.", @@ -210855,7 +211143,7 @@ "longname": "Phaser.Loader.FileTypes.ImageFile#addToCache", "scope": "instance", "overrides": "Phaser.Loader.File#addToCache", - "___id": "T000002R024028", + "___id": "T000002R024057", "___s": true }, { @@ -210864,7 +211152,7 @@ "filename": "ImageFile.js", "lineno": 234, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds an Image, or array of Images, to the current load queue.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.image('logo', 'images/phaserLogo.png');\r}\r```\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rPhaser can load all common image types: png, jpg, gif and any other format the browser can natively handle.\rIf you try to load an animated gif only the first frame will be rendered. Browsers do not natively support playback\rof animated gifs to Canvas elements.\r\rThe key must be a unique String. It is used to add the file to the global Texture Manager upon a successful load.\rThe key should be unique both in terms of files being loaded and files already present in the Texture Manager.\rLoading a file using a key that is already taken will result in a warning. If you wish to replace an existing file\rthen remove it from the Texture Manager first, before loading a new one.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.image({\r key: 'logo',\r url: 'images/AtariLogo.png'\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.ImageFileConfig` for more details.\r\rOnce the file has finished loading you can use it as a texture for a Game Object by referencing its key:\r\r```javascript\rthis.load.image('logo', 'images/AtariLogo.png');\r// and later in your game ...\rthis.add.image(x, y, 'logo');\r```\r\rIf you have specified a prefix in the loader, via `Loader.setPrefix` then this value will be prepended to this files\rkey. For example, if the prefix was `MENU.` and the key was `Background` the final key will be `MENU.Background` and\rthis is what you would use to retrieve the image from the Texture Manager.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rIf the URL isn't specified the Loader will take the key and create a filename from that. For example if the key is \"alien\"\rand no URL is given then the Loader will set the URL to be \"alien.png\". It will always add `.png` as the extension, although\rthis can be overridden if using an object instead of method arguments. If you do not desire this action then provide a URL.\r\rPhaser also supports the automatic loading of associated normal maps. If you have a normal map to go with this image,\rthen you can specify it by providing an array as the `url` where the second element is the normal map:\r\r```javascript\rthis.load.image('logo', [ 'images/AtariLogo.png', 'images/AtariLogo-n.png' ]);\r```\r\rOr, if you are using a config object use the `normalMap` property:\r\r```javascript\rthis.load.image({\r key: 'logo',\r url: 'images/AtariLogo.png',\r normalMap: 'images/AtariLogo-n.png'\r});\r```\r\rThe normal map file is subject to the same conditions as the image file with regard to the path, baseURL, CORs and XHR Settings.\rNormal maps are a WebGL only feature.\r\rIn Phaser 3.60 a new property was added that allows you to control how images are loaded. By default, images are loaded via XHR as Blobs.\rHowever, you can set `loader.imageLoadType: \"HTMLImageElement\"` in the Game Configuration and instead, the Loader will load all images\rvia the Image tag instead.\r\rNote: The ability to load this type of file will only be available if the Image File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -210978,7 +211266,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#image", "scope": "instance", - "___id": "T000002R024031", + "___id": "T000002R024060", "___s": true }, { @@ -210987,7 +211275,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "kind": "namespace", @@ -210995,7 +211283,7 @@ "memberof": "Phaser.Loader", "longname": "Phaser.Loader.FileTypes", "scope": "static", - "___id": "T000002R024034", + "___id": "T000002R024063", "___s": true }, { @@ -211004,7 +211292,7 @@ "filename": "JSONFile.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single JSON File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#json method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#json.", @@ -211107,7 +211395,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.JSONFile", - "___id": "T000002R024076", + "___id": "T000002R024105", "___s": true }, { @@ -211116,7 +211404,7 @@ "filename": "JSONFile.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called automatically by Loader.nextFile.\rThis method controls what extra work this File does with its loaded data.", @@ -211127,7 +211415,7 @@ "longname": "Phaser.Loader.FileTypes.JSONFile#onProcess", "scope": "instance", "overrides": "Phaser.Loader.File#onProcess", - "___id": "T000002R024099", + "___id": "T000002R024128", "___s": true }, { @@ -211136,7 +211424,7 @@ "filename": "JSONFile.js", "lineno": 129, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds a JSON file, or array of JSON files, to the current load queue.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.json('wavedata', 'files/AlienWaveData.json');\r}\r```\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rThe key must be a unique String. It is used to add the file to the global JSON Cache upon a successful load.\rThe key should be unique both in terms of files being loaded and files already present in the JSON Cache.\rLoading a file using a key that is already taken will result in a warning. If you wish to replace an existing file\rthen remove it from the JSON Cache first, before loading a new one.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.json({\r key: 'wavedata',\r url: 'files/AlienWaveData.json'\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.JSONFileConfig` for more details.\r\rOnce the file has finished loading you can access it from its Cache using its key:\r\r```javascript\rthis.load.json('wavedata', 'files/AlienWaveData.json');\r// and later in your game ...\rvar data = this.cache.json.get('wavedata');\r```\r\rIf you have specified a prefix in the loader, via `Loader.setPrefix` then this value will be prepended to this files\rkey. For example, if the prefix was `LEVEL1.` and the key was `Waves` the final key will be `LEVEL1.Waves` and\rthis is what you would use to retrieve the text from the JSON Cache.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rIf the URL isn't specified the Loader will take the key and create a filename from that. For example if the key is \"data\"\rand no URL is given then the Loader will set the URL to be \"data.json\". It will always add `.json` as the extension, although\rthis can be overridden if using an object instead of method arguments. If you do not desire this action then provide a URL.\r\rYou can also optionally provide a `dataKey` to use. This allows you to extract only a part of the JSON and store it in the Cache,\rrather than the whole file. For example, if your JSON data had a structure like this:\r\r```json\r{\r \"level1\": {\r \"baddies\": {\r \"aliens\": {},\r \"boss\": {}\r }\r },\r \"level2\": {},\r \"level3\": {}\r}\r```\r\rAnd you only wanted to store the `boss` data in the Cache, then you could pass `level1.baddies.boss`as the `dataKey`.\r\rNote: The ability to load this type of file will only be available if the JSON File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -211255,7 +211543,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#json", "scope": "instance", - "___id": "T000002R024106", + "___id": "T000002R024135", "___s": true }, { @@ -211264,7 +211552,7 @@ "filename": "MultiAtlasFile.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single Multi Texture Atlas File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#multiatlas method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#multiatlas.", @@ -211385,7 +211673,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.MultiAtlasFile", - "___id": "T000002R024116", + "___id": "T000002R024145", "___s": true }, { @@ -211394,7 +211682,7 @@ "filename": "MultiAtlasFile.js", "lineno": 75, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called by each File when it finishes loading.", @@ -211420,7 +211708,7 @@ "longname": "Phaser.Loader.FileTypes.MultiAtlasFile#onFileComplete", "scope": "instance", "overrides": "Phaser.Loader.MultiFile#onFileComplete", - "___id": "T000002R024132", + "___id": "T000002R024161", "___s": true }, { @@ -211429,7 +211717,7 @@ "filename": "MultiAtlasFile.js", "lineno": 148, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds this file to its target cache upon successful loading and processing.", @@ -211439,7 +211727,7 @@ "memberof": "Phaser.Loader.FileTypes.MultiAtlasFile", "longname": "Phaser.Loader.FileTypes.MultiAtlasFile#addToCache", "scope": "instance", - "___id": "T000002R024151", + "___id": "T000002R024180", "___s": true }, { @@ -211448,7 +211736,7 @@ "filename": "MultiAtlasFile.js", "lineno": 212, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds a Multi Texture Atlas, or array of multi atlases, to the current load queue.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.multiatlas('level1', 'images/Level1.json');\r}\r```\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rIf you call this from outside of `preload` then you are responsible for starting the Loader afterwards and monitoring\rits events to know when it's safe to use the asset. Please see the Phaser.Loader.LoaderPlugin class for more details.\r\rPhaser expects the atlas data to be provided in a JSON file as exported from the application Texture Packer,\rversion 4.6.3 or above, where you have made sure to use the Phaser 3 Export option.\r\rThe way it works internally is that you provide a URL to the JSON file. Phaser then loads this JSON, parses it and\rextracts which texture files it also needs to load to complete the process. If the JSON also defines normal maps,\rPhaser will load those as well.\r\rThe key must be a unique String. It is used to add the file to the global Texture Manager upon a successful load.\rThe key should be unique both in terms of files being loaded and files already present in the Texture Manager.\rLoading a file using a key that is already taken will result in a warning. If you wish to replace an existing file\rthen remove it from the Texture Manager first, before loading a new one.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.multiatlas({\r key: 'level1',\r atlasURL: 'images/Level1.json'\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.MultiAtlasFileConfig` for more details.\r\rInstead of passing a URL for the atlas JSON data you can also pass in a well formed JSON object instead.\r\rOnce the atlas has finished loading you can use frames from it as textures for a Game Object by referencing its key:\r\r```javascript\rthis.load.multiatlas('level1', 'images/Level1.json');\r// and later in your game ...\rthis.add.image(x, y, 'level1', 'background');\r```\r\rTo get a list of all available frames within an atlas please consult your Texture Atlas software.\r\rIf you have specified a prefix in the loader, via `Loader.setPrefix` then this value will be prepended to this files\rkey. For example, if the prefix was `MENU.` and the key was `Background` the final key will be `MENU.Background` and\rthis is what you would use to retrieve the image from the Texture Manager.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rIf the URL isn't specified the Loader will take the key and create a filename from that. For example if the key is \"alien\"\rand no URL is given then the Loader will set the URL to be \"alien.png\". It will always add `.png` as the extension, although\rthis can be overridden if using an object instead of method arguments. If you do not desire this action then provide a URL.\r\rNote: The ability to load this type of file will only be available if the Multi Atlas File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -211571,7 +211859,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#multiatlas", "scope": "instance", - "___id": "T000002R024166", + "___id": "T000002R024195", "___s": true }, { @@ -211580,7 +211868,7 @@ "filename": "MultiScriptFile.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A Multi Script File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#scripts method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#scripts.", @@ -211668,7 +211956,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.MultiScriptFile", - "___id": "T000002R024178", + "___id": "T000002R024207", "___s": true }, { @@ -211677,7 +211965,7 @@ "filename": "MultiScriptFile.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds this file to its target cache upon successful loading and processing.", @@ -211687,7 +211975,7 @@ "memberof": "Phaser.Loader.FileTypes.MultiScriptFile", "longname": "Phaser.Loader.FileTypes.MultiScriptFile#addToCache", "scope": "instance", - "___id": "T000002R024197", + "___id": "T000002R024226", "___s": true }, { @@ -211696,7 +211984,7 @@ "filename": "MultiScriptFile.js", "lineno": 109, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds an array of Script files to the current load queue.\r\rThe difference between this and the `ScriptFile` file type is that you give an array of scripts to this method,\rand the scripts are then processed _exactly_ in that order. This allows you to load a bunch of scripts that\rmay have dependencies on each other without worrying about the async nature of traditional script loading.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.scripts('PostProcess', [\r 'libs/shaders/CopyShader.js',\r 'libs/postprocessing/EffectComposer.js',\r 'libs/postprocessing/RenderPass.js',\r 'libs/postprocessing/MaskPass.js',\r 'libs/postprocessing/ShaderPass.js',\r 'libs/postprocessing/AfterimagePass.js'\r ]);\r}\r```\r\rIn the code above the script files will all be loaded in parallel but only processed (i.e. invoked) in the exact\rorder given in the array.\r\rThe files are **not** loaded right away. They are added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the files are queued\rit means you cannot use the files immediately after calling this method, but must wait for the files to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rThe key must be a unique String and not already in-use by another file in the Loader.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.scripts({\r key: 'PostProcess',\r url: [\r 'libs/shaders/CopyShader.js',\r 'libs/postprocessing/EffectComposer.js',\r 'libs/postprocessing/RenderPass.js',\r 'libs/postprocessing/MaskPass.js',\r 'libs/postprocessing/ShaderPass.js',\r 'libs/postprocessing/AfterimagePass.js'\r ]\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.MultiScriptFileConfig` for more details.\r\rOnce all the files have finished loading they will automatically be converted into a script element\rvia `document.createElement('script')`. They will have their language set to JavaScript, `defer` set to\rfalse and then the resulting element will be appended to `document.head`. Any code then in the\rscript will be executed. This is done in the exact order the files are specified in the url array.\r\rThe URLs can be relative or absolute. If the URLs are relative the `Loader.baseURL` and `Loader.path` values will be prepended to them.\r\rNote: The ability to load this type of file will only be available if the MultiScript File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -211815,7 +212103,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#scripts", "scope": "instance", - "___id": "T000002R024207", + "___id": "T000002R024236", "___s": true }, { @@ -211824,7 +212112,7 @@ "filename": "OBJFile.js", "lineno": 16, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single Wavefront OBJ File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#obj method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#obj.", @@ -211931,7 +212219,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.OBJFile", - "___id": "T000002R024221", + "___id": "T000002R024250", "___s": true }, { @@ -211940,7 +212228,7 @@ "filename": "OBJFile.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds this file to its target cache upon successful loading and processing.", @@ -211950,7 +212238,7 @@ "memberof": "Phaser.Loader.FileTypes.OBJFile", "longname": "Phaser.Loader.FileTypes.OBJFile#addToCache", "scope": "instance", - "___id": "T000002R024263", + "___id": "T000002R024292", "___s": true }, { @@ -211959,7 +212247,7 @@ "filename": "OBJFile.js", "lineno": 140, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds a Wavefront OBJ file, or array of OBJ files, to the current load queue.\r\rNote: You should ensure your 3D package has triangulated the OBJ file prior to export.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.obj('ufo', 'files/spaceship.obj');\r}\r```\r\rYou can optionally also load a Wavefront Material file as well, by providing the 3rd parameter:\r\r```javascript\rfunction preload ()\r{\r this.load.obj('ufo', 'files/spaceship.obj', 'files/spaceship.mtl');\r}\r```\r\rIf given, the material will be parsed and stored along with the obj data in the cache.\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rThe key must be a unique String. It is used to add the file to the global OBJ Cache upon a successful load.\rThe key should be unique both in terms of files being loaded and files already present in the OBJ Cache.\rLoading a file using a key that is already taken will result in a warning. If you wish to replace an existing file\rthen remove it from the OBJ Cache first, before loading a new one.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.obj({\r key: 'ufo',\r url: 'files/spaceship.obj',\r matURL: 'files/spaceship.mtl',\r flipUV: true\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.OBJFileConfig` for more details.\r\rOnce the file has finished loading you can access it from its Cache using its key:\r\r```javascript\rthis.load.obj('ufo', 'files/spaceship.obj');\r// and later in your game ...\rvar data = this.cache.obj.get('ufo');\r```\r\rIf you have specified a prefix in the loader, via `Loader.setPrefix` then this value will be prepended to this files\rkey. For example, if the prefix was `LEVEL1.` and the key was `Story` the final key will be `LEVEL1.Story` and\rthis is what you would use to retrieve the obj from the OBJ Cache.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rIf the URL isn't specified the Loader will take the key and create a filename from that. For example if the key is \"story\"\rand no URL is given then the Loader will set the URL to be \"story.obj\". It will always add `.obj` as the extension, although\rthis can be overridden if using an object instead of method arguments. If you do not desire this action then provide a URL.\r\rNote: The ability to load this type of file will only be available if the OBJ File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -212082,7 +212370,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#obj", "scope": "instance", - "___id": "T000002R024270", + "___id": "T000002R024299", "___s": true }, { @@ -212091,7 +212379,7 @@ "filename": "PackFile.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single JSON Pack File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#pack method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#pack.", @@ -212194,7 +212482,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.PackFile", - "___id": "T000002R024280", + "___id": "T000002R024309", "___s": true }, { @@ -212203,7 +212491,7 @@ "filename": "PackFile.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called automatically by Loader.nextFile.\rThis method controls what extra work this File does with its loaded data.", @@ -212214,7 +212502,7 @@ "longname": "Phaser.Loader.FileTypes.PackFile#onProcess", "scope": "instance", "overrides": "Phaser.Loader.File#onProcess", - "___id": "T000002R024285", + "___id": "T000002R024314", "___s": true }, { @@ -212223,7 +212511,7 @@ "filename": "PackFile.js", "lineno": 81, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds a JSON File Pack, or array of packs, to the current load queue.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.pack('level1', 'data/Level1Files.json');\r}\r```\r\rA File Pack is a JSON file (or object) that contains details about other files that should be added into the Loader.\rHere is a small example:\r\r```json\r{\r \"test1\": {\r \"files\": [\r {\r \"type\": \"image\",\r \"key\": \"taikodrummaster\",\r \"url\": \"assets/pics/taikodrummaster.jpg\"\r },\r {\r \"type\": \"image\",\r \"key\": \"sukasuka-chtholly\",\r \"url\": \"assets/pics/sukasuka-chtholly.png\"\r }\r ]\r },\r \"meta\": {\r \"generated\": \"1401380327373\",\r \"app\": \"Phaser 3 Asset Packer\",\r \"url\": \"https://phaser.io\",\r \"version\": \"1.0\",\r \"copyright\": \"Photon Storm Ltd. 2018\"\r }\r}\r```\r\rThe pack can be split into sections. In the example above you'll see a section called `test1`. You can tell\rthe `load.pack` method to parse only a particular section of a pack. The pack is stored in the JSON Cache,\rso you can pass it to the Loader to process additional sections as needed in your game, or you can just load\rthem all at once without specifying anything.\r\rThe pack file can contain an entry for any type of file that Phaser can load. The object structures exactly\rmatch that of the file type configs, and all properties available within the file type configs can be used\rin the pack file too. An entry's `type` is the name of the Loader method that will load it, e.g., 'image'.\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rIf you call this from outside of `preload` then you are responsible for starting the Loader afterwards and monitoring\rits events to know when it's safe to use the asset. Please see the Phaser.Loader.LoaderPlugin class for more details.\r\rThe key must be a unique String. It is used to add the file to the global JSON Cache upon a successful load.\rThe key should be unique both in terms of files being loaded and files already present in the JSON Cache.\rLoading a file using a key that is already taken will result in a warning. If you wish to replace an existing file\rthen remove it from the JSON Cache first, before loading a new one.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.pack({\r key: 'level1',\r url: 'data/Level1Files.json'\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.PackFileConfig` for more details.\r\rIf you have specified a prefix in the loader, via `Loader.setPrefix` then this value will be prepended to this files\rkey. For example, if the prefix was `LEVEL1.` and the key was `Waves` the final key will be `LEVEL1.Waves` and\rthis is what you would use to retrieve the text from the JSON Cache.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rIf the URL isn't specified the Loader will take the key and create a filename from that. For example if the key is \"data\"\rand no URL is given then the Loader will set the URL to be \"data.json\". It will always add `.json` as the extension, although\rthis can be overridden if using an object instead of method arguments. If you do not desire this action then provide a URL.\r\rYou can also optionally provide a `dataKey` to use. This allows you to extract only a part of the JSON and store it in the Cache,\rrather than the whole file. For example, if your JSON data had a structure like this:\r\r```json\r{\r \"level1\": {\r \"baddies\": {\r \"aliens\": {},\r \"boss\": {}\r }\r },\r \"level2\": {},\r \"level3\": {}\r}\r```\r\rAnd you only wanted to store the `boss` data in the Cache, then you could pass `level1.baddies.boss`as the `dataKey`.\r\rNote: The ability to load this type of file will only be available if the Pack File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -212332,7 +212620,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#pack", "scope": "instance", - "___id": "T000002R024292", + "___id": "T000002R024321", "___s": true }, { @@ -212341,7 +212629,7 @@ "filename": "PluginFile.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single Plugin Script File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#plugin method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#plugin.", @@ -212449,7 +212737,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.PluginFile", - "___id": "T000002R024301", + "___id": "T000002R024330", "___s": true }, { @@ -212458,7 +212746,7 @@ "filename": "PluginFile.js", "lineno": 82, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called automatically by Loader.nextFile.\rThis method controls what extra work this File does with its loaded data.", @@ -212469,7 +212757,7 @@ "longname": "Phaser.Loader.FileTypes.PluginFile#onProcess", "scope": "instance", "overrides": "Phaser.Loader.File#onProcess", - "___id": "T000002R024326", + "___id": "T000002R024355", "___s": true }, { @@ -212478,7 +212766,7 @@ "filename": "PluginFile.js", "lineno": 129, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds a Plugin Script file, or array of plugin files, to the current load queue.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.plugin('modplayer', 'plugins/ModPlayer.js');\r}\r```\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rThe key must be a unique String and not already in-use by another file in the Loader.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.plugin({\r key: 'modplayer',\r url: 'plugins/ModPlayer.js'\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.PluginFileConfig` for more details.\r\rOnce the file has finished loading it will automatically be converted into a script element\rvia `document.createElement('script')`. It will have its language set to JavaScript, `defer` set to\rfalse and then the resulting element will be appended to `document.head`. Any code then in the\rscript will be executed. It will then be passed to the Phaser PluginCache.register method.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rIf the URL isn't specified the Loader will take the key and create a filename from that. For example if the key is \"alien\"\rand no URL is given then the Loader will set the URL to be \"alien.js\". It will always add `.js` as the extension, although\rthis can be overridden if using an object instead of method arguments. If you do not desire this action then provide a URL.\r\rNote: The ability to load this type of file will only be available if the Plugin File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -212611,7 +212899,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#plugin", "scope": "instance", - "___id": "T000002R024341", + "___id": "T000002R024370", "___s": true }, { @@ -212620,7 +212908,7 @@ "filename": "SceneFile.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "An external Scene JavaScript File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#sceneFile method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#sceneFile.", @@ -212699,7 +212987,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.SceneFile", - "___id": "T000002R024350", + "___id": "T000002R024379", "___s": true }, { @@ -212708,7 +212996,7 @@ "filename": "SceneFile.js", "lineno": 65, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called automatically by Loader.nextFile.\rThis method controls what extra work this File does with its loaded data.", @@ -212719,7 +213007,7 @@ "longname": "Phaser.Loader.FileTypes.SceneFile#onProcess", "scope": "instance", "overrides": "Phaser.Loader.File#onProcess", - "___id": "T000002R024367", + "___id": "T000002R024396", "___s": true }, { @@ -212728,7 +213016,7 @@ "filename": "SceneFile.js", "lineno": 81, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds this file to its target cache upon successful loading and processing.", @@ -212739,7 +213027,7 @@ "longname": "Phaser.Loader.FileTypes.SceneFile#addToCache", "scope": "instance", "overrides": "Phaser.Loader.File#addToCache", - "___id": "T000002R024371", + "___id": "T000002R024400", "___s": true }, { @@ -212748,7 +213036,7 @@ "filename": "SceneFile.js", "lineno": 101, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds an external Scene file, or array of Scene files, to the current load queue.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.sceneFile('Level1', 'src/Level1.js');\r}\r```\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rThe key must be a unique String. It is used to add the file to the global Scene Manager upon a successful load.\r\rFor a Scene File it's vitally important that the key matches the class name in the JavaScript file.\r\rFor example here is the source file:\r\r```javascript\rclass ExternalScene extends Phaser.Scene {\r\r constructor ()\r {\r super('myScene');\r }\r\r}\r```\r\rBecause the class is called `ExternalScene` that is the exact same key you must use when loading it:\r\r```javascript\rfunction preload ()\r{\r this.load.sceneFile('ExternalScene', 'src/yourScene.js');\r}\r```\r\rThe key that is used within the Scene Manager can either be set to the same, or you can override it in the Scene\rconstructor, as we've done in the example above, where the Scene key was changed to `myScene`.\r\rThe key should be unique both in terms of files being loaded and Scenes already present in the Scene Manager.\rLoading a file using a key that is already taken will result in a warning. If you wish to replace an existing file\rthen remove it from the Scene Manager first, before loading a new one.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.sceneFile({\r key: 'Level1',\r url: 'src/Level1.js'\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.SceneFileConfig` for more details.\r\rOnce the file has finished loading it will be added to the Scene Manager.\r\r```javascript\rthis.load.sceneFile('Level1', 'src/Level1.js');\r// and later in your game ...\rthis.scene.start('Level1');\r```\r\rIf you have specified a prefix in the loader, via `Loader.setPrefix` then this value will be prepended to this files\rkey. For example, if the prefix was `WORLD1.` and the key was `Story` the final key will be `WORLD1.Story` and\rthis is what you would use to retrieve the text from the Scene Manager.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rIf the URL isn't specified the Loader will take the key and create a filename from that. For example if the key is \"story\"\rand no URL is given then the Loader will set the URL to be \"story.js\". It will always add `.js` as the extension, although\rthis can be overridden if using an object instead of method arguments. If you do not desire this action then provide a URL.\r\rNote: The ability to load this type of file will only be available if the Scene File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -212843,7 +213131,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#sceneFile", "scope": "instance", - "___id": "T000002R024376", + "___id": "T000002R024405", "___s": true }, { @@ -212852,7 +213140,7 @@ "filename": "ScenePluginFile.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single Scene Plugin Script File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#scenePlugin method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#scenePlugin.", @@ -212959,7 +213247,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.ScenePluginFile", - "___id": "T000002R024385", + "___id": "T000002R024414", "___s": true }, { @@ -212968,7 +213256,7 @@ "filename": "ScenePluginFile.js", "lineno": 82, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called automatically by Loader.nextFile.\rThis method controls what extra work this File does with its loaded data.", @@ -212979,7 +213267,7 @@ "longname": "Phaser.Loader.FileTypes.ScenePluginFile#onProcess", "scope": "instance", "overrides": "Phaser.Loader.File#onProcess", - "___id": "T000002R024410", + "___id": "T000002R024439", "___s": true }, { @@ -212988,7 +213276,7 @@ "filename": "ScenePluginFile.js", "lineno": 123, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds a Scene Plugin Script file, or array of plugin files, to the current load queue.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.scenePlugin('ModPlayer', 'plugins/ModPlayer.js', 'modPlayer', 'mods');\r}\r```\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rThe key must be a unique String and not already in-use by another file in the Loader.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.scenePlugin({\r key: 'modplayer',\r url: 'plugins/ModPlayer.js'\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.ScenePluginFileConfig` for more details.\r\rOnce the file has finished loading it will automatically be converted into a script element\rvia `document.createElement('script')`. It will have its language set to JavaScript, `defer` set to\rfalse and then the resulting element will be appended to `document.head`. Any code then in the\rscript will be executed. It will then be passed to the Phaser PluginCache.register method.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rIf the URL isn't specified the Loader will take the key and create a filename from that. For example if the key is \"alien\"\rand no URL is given then the Loader will set the URL to be \"alien.js\". It will always add `.js` as the extension, although\rthis can be overridden if using an object instead of method arguments. If you do not desire this action then provide a URL.\r\rNote: The ability to load this type of file will only be available if the Script File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -213121,7 +213409,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#scenePlugin", "scope": "instance", - "___id": "T000002R024423", + "___id": "T000002R024452", "___s": true }, { @@ -213130,7 +213418,7 @@ "filename": "ScriptFile.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single Script File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#script method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#script.", @@ -213224,7 +213512,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.ScriptFile", - "___id": "T000002R024432", + "___id": "T000002R024461", "___s": true }, { @@ -213233,7 +213521,7 @@ "filename": "ScriptFile.js", "lineno": 72, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called automatically by Loader.nextFile.\rThis method controls what extra work this File does with its loaded data.", @@ -213244,7 +213532,7 @@ "longname": "Phaser.Loader.FileTypes.ScriptFile#onProcess", "scope": "instance", "overrides": "Phaser.Loader.File#onProcess", - "___id": "T000002R024452", + "___id": "T000002R024481", "___s": true }, { @@ -213253,7 +213541,7 @@ "filename": "ScriptFile.js", "lineno": 96, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds a Script file, or array of Script files, to the current load queue.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.script('aliens', 'lib/aliens.js');\r}\r```\r\rIf the script file contains a module, then you should specify that using the 'type' parameter:\r\r```javascript\rfunction preload ()\r{\r this.load.script('aliens', 'lib/aliens.js', 'module');\r}\r```\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rThe key must be a unique String and not already in-use by another file in the Loader.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.script({\r key: 'aliens',\r url: 'lib/aliens.js',\r type: 'script' // or 'module'\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.ScriptFileConfig` for more details.\r\rOnce the file has finished loading it will automatically be converted into a script element\rvia `document.createElement('script')`. It will have its language set to JavaScript, `defer` set to\rfalse and then the resulting element will be appended to `document.head`. Any code then in the\rscript will be executed.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rIf the URL isn't specified the Loader will take the key and create a filename from that. For example if the key is \"alien\"\rand no URL is given then the Loader will set the URL to be \"alien.js\". It will always add `.js` as the extension, although\rthis can be overridden if using an object instead of method arguments. If you do not desire this action then provide a URL.\r\rNote: The ability to load this type of file will only be available if the Script File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -213363,7 +213651,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#script", "scope": "instance", - "___id": "T000002R024460", + "___id": "T000002R024489", "___s": true }, { @@ -213372,7 +213660,7 @@ "filename": "SpriteSheetFile.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single Sprite Sheet Image File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#spritesheet method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#spritesheet.", @@ -213484,7 +213772,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.SpriteSheetFile", - "___id": "T000002R024467", + "___id": "T000002R024496", "___s": true }, { @@ -213493,7 +213781,7 @@ "filename": "SpriteSheetFile.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds this file to its target cache upon successful loading and processing.", @@ -213504,7 +213792,7 @@ "longname": "Phaser.Loader.FileTypes.SpriteSheetFile#addToCache", "scope": "instance", "overrides": "Phaser.Loader.File#addToCache", - "___id": "T000002R024472", + "___id": "T000002R024501", "___s": true }, { @@ -213513,7 +213801,7 @@ "filename": "SpriteSheetFile.js", "lineno": 87, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds a Sprite Sheet Image, or array of Sprite Sheet Images, to the current load queue.\r\rThe term 'Sprite Sheet' in Phaser means a fixed-size sheet. Where every frame in the sheet is the exact same size,\rand you reference those frames using numbers, not frame names. This is not the same thing as a Texture Atlas, where\rthe frames are packed in a way where they take up the least amount of space, and are referenced by their names,\rnot numbers. Some articles and software use the term 'Sprite Sheet' to mean Texture Atlas, so please be aware of\rwhat sort of file you're actually trying to load.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.spritesheet('bot', 'images/robot.png', { frameWidth: 32, frameHeight: 38 });\r}\r```\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rPhaser can load all common image types: png, jpg, gif and any other format the browser can natively handle.\rIf you try to load an animated gif only the first frame will be rendered. Browsers do not natively support playback\rof animated gifs to Canvas elements.\r\rThe key must be a unique String. It is used to add the file to the global Texture Manager upon a successful load.\rThe key should be unique both in terms of files being loaded and files already present in the Texture Manager.\rLoading a file using a key that is already taken will result in a warning. If you wish to replace an existing file\rthen remove it from the Texture Manager first, before loading a new one.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.spritesheet({\r key: 'bot',\r url: 'images/robot.png',\r frameConfig: {\r frameWidth: 32,\r frameHeight: 38,\r startFrame: 0,\r endFrame: 8\r }\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.SpriteSheetFileConfig` for more details.\r\rOnce the file has finished loading you can use it as a texture for a Game Object by referencing its key:\r\r```javascript\rthis.load.spritesheet('bot', 'images/robot.png', { frameWidth: 32, frameHeight: 38 });\r// and later in your game ...\rthis.add.image(x, y, 'bot', 0);\r```\r\rIf you have specified a prefix in the loader, via `Loader.setPrefix` then this value will be prepended to this files\rkey. For example, if the prefix was `PLAYER.` and the key was `Running` the final key will be `PLAYER.Running` and\rthis is what you would use to retrieve the image from the Texture Manager.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rIf the URL isn't specified the Loader will take the key and create a filename from that. For example if the key is \"alien\"\rand no URL is given then the Loader will set the URL to be \"alien.png\". It will always add `.png` as the extension, although\rthis can be overridden if using an object instead of method arguments. If you do not desire this action then provide a URL.\r\rPhaser also supports the automatic loading of associated normal maps. If you have a normal map to go with this image,\rthen you can specify it by providing an array as the `url` where the second element is the normal map:\r\r```javascript\rthis.load.spritesheet('logo', [ 'images/AtariLogo.png', 'images/AtariLogo-n.png' ], { frameWidth: 256, frameHeight: 80 });\r```\r\rOr, if you are using a config object use the `normalMap` property:\r\r```javascript\rthis.load.spritesheet({\r key: 'logo',\r url: 'images/AtariLogo.png',\r normalMap: 'images/AtariLogo-n.png',\r frameConfig: {\r frameWidth: 256,\r frameHeight: 80\r }\r});\r```\r\rThe normal map file is subject to the same conditions as the image file with regard to the path, baseURL, CORs and XHR Settings.\rNormal maps are a WebGL only feature.\r\rNote: The ability to load this type of file will only be available if the Sprite Sheet File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -213622,7 +213910,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#spritesheet", "scope": "instance", - "___id": "T000002R024475", + "___id": "T000002R024504", "___s": true }, { @@ -213631,7 +213919,7 @@ "filename": "SVGFile.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single SVG File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#svg method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#svg.", @@ -213724,7 +214012,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.SVGFile", - "___id": "T000002R024484", + "___id": "T000002R024513", "___s": true }, { @@ -213733,7 +214021,7 @@ "filename": "SVGFile.js", "lineno": 73, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called automatically by Loader.nextFile.\rThis method controls what extra work this File does with its loaded data.", @@ -213744,7 +214032,7 @@ "longname": "Phaser.Loader.FileTypes.SVGFile#onProcess", "scope": "instance", "overrides": "Phaser.Loader.File#onProcess", - "___id": "T000002R024507", + "___id": "T000002R024536", "___s": true }, { @@ -213753,7 +214041,7 @@ "filename": "SVGFile.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds this file to its target cache upon successful loading and processing.", @@ -213764,7 +214052,7 @@ "longname": "Phaser.Loader.FileTypes.SVGFile#addToCache", "scope": "instance", "overrides": "Phaser.Loader.File#addToCache", - "___id": "T000002R024538", + "___id": "T000002R024567", "___s": true }, { @@ -213773,7 +214061,7 @@ "filename": "SVGFile.js", "lineno": 195, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds an SVG File, or array of SVG Files, to the current load queue. When the files are loaded they\rwill be rendered to bitmap textures and stored in the Texture Manager.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.svg('morty', 'images/Morty.svg');\r}\r```\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rThe key must be a unique String. It is used to add the file to the global Texture Manager upon a successful load.\rThe key should be unique both in terms of files being loaded and files already present in the Texture Manager.\rLoading a file using a key that is already taken will result in a warning. If you wish to replace an existing file\rthen remove it from the Texture Manager first, before loading a new one.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.svg({\r key: 'morty',\r url: 'images/Morty.svg'\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.SVGFileConfig` for more details.\r\rOnce the file has finished loading you can use it as a texture for a Game Object by referencing its key:\r\r```javascript\rthis.load.svg('morty', 'images/Morty.svg');\r// and later in your game ...\rthis.add.image(x, y, 'morty');\r```\r\rIf you have specified a prefix in the loader, via `Loader.setPrefix` then this value will be prepended to this files\rkey. For example, if the prefix was `MENU.` and the key was `Background` the final key will be `MENU.Background` and\rthis is what you would use to retrieve the image from the Texture Manager.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rIf the URL isn't specified the Loader will take the key and create a filename from that. For example if the key is \"alien\"\rand no URL is given then the Loader will set the URL to be \"alien.html\". It will always add `.html` as the extension, although\rthis can be overridden if using an object instead of method arguments. If you do not desire this action then provide a URL.\r\rYou can optionally pass an SVG Resize Configuration object when you load an SVG file. By default the SVG will be rendered to a texture\rat the same size defined in the SVG file attributes. However, this isn't always desirable. You may wish to resize the SVG (either down\ror up) to improve texture clarity, or reduce texture memory consumption. You can either specify an exact width and height to resize\rthe SVG to:\r\r```javascript\rfunction preload ()\r{\r this.load.svg('morty', 'images/Morty.svg', { width: 300, height: 600 });\r}\r```\r\rOr when using a configuration object:\r\r```javascript\rthis.load.svg({\r key: 'morty',\r url: 'images/Morty.svg',\r svgConfig: {\r width: 300,\r height: 600\r }\r});\r```\r\rAlternatively, you can just provide a scale factor instead:\r\r```javascript\rfunction preload ()\r{\r this.load.svg('morty', 'images/Morty.svg', { scale: 2.5 });\r}\r```\r\rOr when using a configuration object:\r\r```javascript\rthis.load.svg({\r key: 'morty',\r url: 'images/Morty.svg',\r svgConfig: {\r scale: 2.5\r }\r});\r```\r\rIf scale, width and height values are all given, the scale has priority and the width and height values are ignored.\r\rNote: The ability to load this type of file will only be available if the SVG File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -213882,7 +214170,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#svg", "scope": "instance", - "___id": "T000002R024540", + "___id": "T000002R024569", "___s": true }, { @@ -213891,7 +214179,7 @@ "filename": "TextFile.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single Text File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#text method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#text.", @@ -213970,7 +214258,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.TextFile", - "___id": "T000002R024549", + "___id": "T000002R024578", "___s": true }, { @@ -213979,7 +214267,7 @@ "filename": "TextFile.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called automatically by Loader.nextFile.\rThis method controls what extra work this File does with its loaded data.", @@ -213990,7 +214278,7 @@ "longname": "Phaser.Loader.FileTypes.TextFile#onProcess", "scope": "instance", "overrides": "Phaser.Loader.File#onProcess", - "___id": "T000002R024571", + "___id": "T000002R024600", "___s": true }, { @@ -213999,7 +214287,7 @@ "filename": "TextFile.js", "lineno": 88, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds a Text file, or array of Text files, to the current load queue.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.text('story', 'files/IntroStory.txt');\r}\r```\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rThe key must be a unique String. It is used to add the file to the global Text Cache upon a successful load.\rThe key should be unique both in terms of files being loaded and files already present in the Text Cache.\rLoading a file using a key that is already taken will result in a warning. If you wish to replace an existing file\rthen remove it from the Text Cache first, before loading a new one.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.text({\r key: 'story',\r url: 'files/IntroStory.txt'\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.TextFileConfig` for more details.\r\rOnce the file has finished loading you can access it from its Cache using its key:\r\r```javascript\rthis.load.text('story', 'files/IntroStory.txt');\r// and later in your game ...\rvar data = this.cache.text.get('story');\r```\r\rIf you have specified a prefix in the loader, via `Loader.setPrefix` then this value will be prepended to this files\rkey. For example, if the prefix was `LEVEL1.` and the key was `Story` the final key will be `LEVEL1.Story` and\rthis is what you would use to retrieve the text from the Text Cache.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rIf the URL isn't specified the Loader will take the key and create a filename from that. For example if the key is \"story\"\rand no URL is given then the Loader will set the URL to be \"story.txt\". It will always add `.txt` as the extension, although\rthis can be overridden if using an object instead of method arguments. If you do not desire this action then provide a URL.\r\rNote: The ability to load this type of file will only be available if the Text File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -214094,7 +214382,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#text", "scope": "instance", - "___id": "T000002R024575", + "___id": "T000002R024604", "___s": true }, { @@ -214103,7 +214391,7 @@ "filename": "TilemapCSVFile.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single Tilemap CSV File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#tilemapCSV method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#tilemapCSV.", @@ -214182,7 +214470,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.TilemapCSVFile", - "___id": "T000002R024585", + "___id": "T000002R024614", "___s": true }, { @@ -214191,7 +214479,7 @@ "filename": "TilemapCSVFile.js", "lineno": 69, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called automatically by Loader.nextFile.\rThis method controls what extra work this File does with its loaded data.", @@ -214202,7 +214490,7 @@ "longname": "Phaser.Loader.FileTypes.TilemapCSVFile#onProcess", "scope": "instance", "overrides": "Phaser.Loader.File#onProcess", - "___id": "T000002R024604", + "___id": "T000002R024633", "___s": true }, { @@ -214211,7 +214499,7 @@ "filename": "TilemapCSVFile.js", "lineno": 85, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds this file to its target cache upon successful loading and processing.", @@ -214222,7 +214510,7 @@ "longname": "Phaser.Loader.FileTypes.TilemapCSVFile#addToCache", "scope": "instance", "overrides": "Phaser.Loader.File#addToCache", - "___id": "T000002R024608", + "___id": "T000002R024637", "___s": true }, { @@ -214231,7 +214519,7 @@ "filename": "TilemapCSVFile.js", "lineno": 100, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds a CSV Tilemap file, or array of CSV files, to the current load queue.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.tilemapCSV('level1', 'maps/Level1.csv');\r}\r```\r\rTilemap CSV data can be created in a text editor, or a 3rd party app that exports as CSV.\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rThe key must be a unique String. It is used to add the file to the global Tilemap Cache upon a successful load.\rThe key should be unique both in terms of files being loaded and files already present in the Tilemap Cache.\rLoading a file using a key that is already taken will result in a warning. If you wish to replace an existing file\rthen remove it from the Text Cache first, before loading a new one.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.tilemapCSV({\r key: 'level1',\r url: 'maps/Level1.csv'\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.TilemapCSVFileConfig` for more details.\r\rOnce the file has finished loading you can access it from its Cache using its key:\r\r```javascript\rthis.load.tilemapCSV('level1', 'maps/Level1.csv');\r// and later in your game ...\rvar map = this.make.tilemap({ key: 'level1' });\r```\r\rIf you have specified a prefix in the loader, via `Loader.setPrefix` then this value will be prepended to this files\rkey. For example, if the prefix was `LEVEL1.` and the key was `Story` the final key will be `LEVEL1.Story` and\rthis is what you would use to retrieve the text from the Tilemap Cache.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rIf the URL isn't specified the Loader will take the key and create a filename from that. For example if the key is \"level\"\rand no URL is given then the Loader will set the URL to be \"level.csv\". It will always add `.csv` as the extension, although\rthis can be overridden if using an object instead of method arguments. If you do not desire this action then provide a URL.\r\rNote: The ability to load this type of file will only be available if the Tilemap CSV File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -214326,7 +214614,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#tilemapCSV", "scope": "instance", - "___id": "T000002R024613", + "___id": "T000002R024642", "___s": true }, { @@ -214335,7 +214623,7 @@ "filename": "TilemapImpactFile.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single Impact.js Tilemap JSON File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#tilemapImpact method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#tilemapImpact.", @@ -214414,7 +214702,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.TilemapImpactFile", - "___id": "T000002R024620", + "___id": "T000002R024649", "___s": true }, { @@ -214423,7 +214711,7 @@ "filename": "TilemapImpactFile.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds this file to its target cache upon successful loading and processing.", @@ -214434,7 +214722,7 @@ "longname": "Phaser.Loader.FileTypes.TilemapImpactFile#addToCache", "scope": "instance", "overrides": "Phaser.Loader.File#addToCache", - "___id": "T000002R024626", + "___id": "T000002R024655", "___s": true }, { @@ -214443,7 +214731,7 @@ "filename": "TilemapImpactFile.js", "lineno": 61, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds an Impact.js Tilemap file, or array of map files, to the current load queue.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.tilemapImpact('level1', 'maps/Level1.json');\r}\r```\r\rImpact Tilemap data is created the Impact.js Map Editor called Weltmeister.\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rThe key must be a unique String. It is used to add the file to the global Tilemap Cache upon a successful load.\rThe key should be unique both in terms of files being loaded and files already present in the Tilemap Cache.\rLoading a file using a key that is already taken will result in a warning. If you wish to replace an existing file\rthen remove it from the Text Cache first, before loading a new one.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.tilemapImpact({\r key: 'level1',\r url: 'maps/Level1.json'\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.TilemapImpactFileConfig` for more details.\r\rOnce the file has finished loading you can access it from its Cache using its key:\r\r```javascript\rthis.load.tilemapImpact('level1', 'maps/Level1.json');\r// and later in your game ...\rvar map = this.make.tilemap({ key: 'level1' });\r```\r\rIf you have specified a prefix in the loader, via `Loader.setPrefix` then this value will be prepended to this files\rkey. For example, if the prefix was `LEVEL1.` and the key was `Story` the final key will be `LEVEL1.Story` and\rthis is what you would use to retrieve the text from the Tilemap Cache.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rIf the URL isn't specified the Loader will take the key and create a filename from that. For example if the key is \"level\"\rand no URL is given then the Loader will set the URL to be \"level.json\". It will always add `.json` as the extension, although\rthis can be overridden if using an object instead of method arguments. If you do not desire this action then provide a URL.\r\rNote: The ability to load this type of file will only be available if the Tilemap Impact File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -214538,23 +214826,23 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#tilemapImpact", "scope": "instance", - "___id": "T000002R024631", + "___id": "T000002R024660", "___s": true }, { - "comment": "/**\r\n * @classdesc\r\n * A single Tiled Tilemap JSON File suitable for loading by the Loader.\r\n *\r\n * These are created when you use the Phaser.Loader.LoaderPlugin#tilemapTiledJSON method and are not typically created directly.\r\n *\r\n * For documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#tilemapTiledJSON.\r\n *\r\n * @class TilemapJSONFile\r\n * @extends Phaser.Loader.File\r\n * @memberof Phaser.Loader.FileTypes\r\n * @constructor\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Loader.LoaderPlugin} loader - A reference to the Loader that is responsible for this file.\r\n * @param {(string|Phaser.Types.Loader.FileTypes.TilemapJSONFileConfig)} key - The key to use for this file, or a file configuration object.\r\n * @param {object|string} [url] - The absolute or relative URL to load this file from. If undefined or `null` it will be set to `.json`, i.e. if `key` was \"alien\" then the URL will be \"alien.json\". Or, a well formed JSON object.\r\n * @param {Phaser.Types.Loader.XHRSettingsObject} [xhrSettings] - Extra XHR Settings specifically for this file.\r\n */", + "comment": "/**\r\n * @classdesc\r\n * A single Tiled Tilemap JSON File suitable for loading by the Loader.\r\n *\r\n * These are created when you use the Phaser.Loader.LoaderPlugin#tilemapTiledJSON method and are not typically created directly.\r\n *\r\n * For documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#tilemapTiledJSON.\r\n *\r\n * @class TilemapJSONFile\r\n * @extends Phaser.Loader.FileTypes.JSONFile\r\n * @memberof Phaser.Loader.FileTypes\r\n * @constructor\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Loader.LoaderPlugin} loader - A reference to the Loader that is responsible for this file.\r\n * @param {(string|Phaser.Types.Loader.FileTypes.TilemapJSONFileConfig)} key - The key to use for this file, or a file configuration object.\r\n * @param {object|string} [url] - The absolute or relative URL to load this file from. If undefined or `null` it will be set to `.json`, i.e. if `key` was \"alien\" then the URL will be \"alien.json\". Or, a well formed JSON object.\r\n * @param {Phaser.Types.Loader.XHRSettingsObject} [xhrSettings] - Extra XHR Settings specifically for this file.\r\n */", "meta": { "filename": "TilemapJSONFile.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single Tiled Tilemap JSON File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#tilemapTiledJSON method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#tilemapTiledJSON.", "kind": "class", "name": "TilemapJSONFile", "augments": [ - "Phaser.Loader.File" + "Phaser.Loader.FileTypes.JSONFile" ], "memberof": "Phaser.Loader.FileTypes", "since": "3.0.0", @@ -214636,7 +214924,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.TilemapJSONFile", - "___id": "T000002R024638", + "___id": "T000002R024667", "___s": true }, { @@ -214645,7 +214933,7 @@ "filename": "TilemapJSONFile.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds this file to its target cache upon successful loading and processing.", @@ -214655,8 +214943,8 @@ "memberof": "Phaser.Loader.FileTypes.TilemapJSONFile", "longname": "Phaser.Loader.FileTypes.TilemapJSONFile#addToCache", "scope": "instance", - "overrides": "Phaser.Loader.File#addToCache", - "___id": "T000002R024644", + "overrides": "Phaser.Loader.FileTypes.JSONFile#addToCache", + "___id": "T000002R024673", "___s": true }, { @@ -214665,7 +214953,7 @@ "filename": "TilemapJSONFile.js", "lineno": 61, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds a Tiled JSON Tilemap file, or array of map files, to the current load queue.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.tilemapTiledJSON('level1', 'maps/Level1.json');\r}\r```\r\rThe Tilemap data is created using the Tiled Map Editor and selecting JSON as the export format.\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rThe key must be a unique String. It is used to add the file to the global Tilemap Cache upon a successful load.\rThe key should be unique both in terms of files being loaded and files already present in the Tilemap Cache.\rLoading a file using a key that is already taken will result in a warning. If you wish to replace an existing file\rthen remove it from the Text Cache first, before loading a new one.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.tilemapTiledJSON({\r key: 'level1',\r url: 'maps/Level1.json'\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.TilemapJSONFileConfig` for more details.\r\rOnce the file has finished loading you can access it from its Cache using its key:\r\r```javascript\rthis.load.tilemapTiledJSON('level1', 'maps/Level1.json');\r// and later in your game ...\rvar map = this.make.tilemap({ key: 'level1' });\r```\r\rIf you have specified a prefix in the loader, via `Loader.setPrefix` then this value will be prepended to this files\rkey. For example, if the prefix was `LEVEL1.` and the key was `Story` the final key will be `LEVEL1.Story` and\rthis is what you would use to retrieve the text from the Tilemap Cache.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rIf the URL isn't specified the Loader will take the key and create a filename from that. For example if the key is \"level\"\rand no URL is given then the Loader will set the URL to be \"level.json\". It will always add `.json` as the extension, although\rthis can be overridden if using an object instead of method arguments. If you do not desire this action then provide a URL.\r\rNote: The ability to load this type of file will only be available if the Tilemap JSON File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -214770,16 +215058,16 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#tilemapTiledJSON", "scope": "instance", - "___id": "T000002R024649", + "___id": "T000002R024678", "___s": true }, { - "comment": "/**\n * @typedef {object} Phaser.Types.Loader.FileTypes.AsepriteFileConfig\n *\n * @property {string} key - The key of the file. Must be unique within both the Loader and the Texture Manager.\n * @property {string} [textureURL] - The absolute or relative URL to load the texture image file from.\n * @property {string} [textureExtension='png'] - The default file extension to use for the image texture if no url is provided.\n * @property {Phaser.Types.Loader.XHRSettingsObject} [textureXhrSettings] - Extra XHR Settings specifically for the texture image file.\n * @property {object|string} [atlasURL] - The absolute or relative URL to load the atlas json file from. Or, a well formed JSON object to use instead.\n * @property {string} [atlasExtension='json'] - The default file extension to use for the atlas json if no url is provided.\n * @property {Phaser.Types.Loader.XHRSettingsObject} [atlasXhrSettings] - Extra XHR Settings specifically for the atlas json file.\n */", + "comment": "/**\r\n * @typedef {object} Phaser.Types.Loader.FileTypes.AsepriteFileConfig\r\n *\r\n * @property {string} key - The key of the file. Must be unique within both the Loader and the Texture Manager.\r\n * @property {string} [textureURL] - The absolute or relative URL to load the texture image file from.\r\n * @property {string} [textureExtension='png'] - The default file extension to use for the image texture if no url is provided.\r\n * @property {Phaser.Types.Loader.XHRSettingsObject} [textureXhrSettings] - Extra XHR Settings specifically for the texture image file.\r\n * @property {object|string} [atlasURL] - The absolute or relative URL to load the atlas json file from. Or, a well formed JSON object to use instead.\r\n * @property {string} [atlasExtension='json'] - The default file extension to use for the atlas json if no url is provided.\r\n * @property {Phaser.Types.Loader.XHRSettingsObject} [atlasXhrSettings] - Extra XHR Settings specifically for the atlas json file.\r\n */", "meta": { "filename": "AsepriteFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -214907,16 +215195,16 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.AsepriteFileConfig", "scope": "static", - "___id": "T000002R024652", + "___id": "T000002R024681", "___s": true }, { - "comment": "/**\n * @typedef {object} Phaser.Types.Loader.FileTypes.AtlasJSONFileConfig\n *\n * @property {string} key - The key of the file. Must be unique within both the Loader and the Texture Manager.\n * @property {string} [textureURL] - The absolute or relative URL to load the texture image file from.\n * @property {string} [textureExtension='png'] - The default file extension to use for the image texture if no url is provided.\n * @property {Phaser.Types.Loader.XHRSettingsObject} [textureXhrSettings] - Extra XHR Settings specifically for the texture image file.\n * @property {string} [normalMap] - The filename of an associated normal map. It uses the same path and url to load as the texture image.\n * @property {object|string} [atlasURL] - The absolute or relative URL to load the atlas json file from. Or, a well formed JSON object to use instead.\n * @property {string} [atlasExtension='json'] - The default file extension to use for the atlas json if no url is provided.\n * @property {Phaser.Types.Loader.XHRSettingsObject} [atlasXhrSettings] - Extra XHR Settings specifically for the atlas json file.\n */", + "comment": "/**\r\n * @typedef {object} Phaser.Types.Loader.FileTypes.AtlasJSONFileConfig\r\n *\r\n * @property {string} key - The key of the file. Must be unique within both the Loader and the Texture Manager.\r\n * @property {string} [textureURL] - The absolute or relative URL to load the texture image file from.\r\n * @property {string} [textureExtension='png'] - The default file extension to use for the image texture if no url is provided.\r\n * @property {Phaser.Types.Loader.XHRSettingsObject} [textureXhrSettings] - Extra XHR Settings specifically for the texture image file.\r\n * @property {string} [normalMap] - The filename of an associated normal map. It uses the same path and url to load as the texture image.\r\n * @property {object|string} [atlasURL] - The absolute or relative URL to load the atlas json file from. Or, a well formed JSON object to use instead.\r\n * @property {string} [atlasExtension='json'] - The default file extension to use for the atlas json if no url is provided.\r\n * @property {Phaser.Types.Loader.XHRSettingsObject} [atlasXhrSettings] - Extra XHR Settings specifically for the atlas json file.\r\n */", "meta": { "filename": "AtlasJSONFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -215058,7 +215346,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.AtlasJSONFileConfig", "scope": "static", - "___id": "T000002R024653", + "___id": "T000002R024682", "___s": true }, { @@ -215067,7 +215355,7 @@ "filename": "AtlasXMLFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -215199,7 +215487,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.AtlasXMLFileConfig", "scope": "static", - "___id": "T000002R024654", + "___id": "T000002R024683", "___s": true }, { @@ -215208,7 +215496,7 @@ "filename": "AudioFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -215320,7 +215608,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.AudioFileConfig", "scope": "static", - "___id": "T000002R024655", + "___id": "T000002R024684", "___s": true }, { @@ -215329,7 +215617,7 @@ "filename": "AudioFileURLConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -215374,7 +215662,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.AudioFileURLConfig", "scope": "static", - "___id": "T000002R024656", + "___id": "T000002R024685", "___s": true }, { @@ -215383,7 +215671,7 @@ "filename": "AudioSpriteFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -215510,7 +215798,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.AudioSpriteFileConfig", "scope": "static", - "___id": "T000002R024657", + "___id": "T000002R024686", "___s": true }, { @@ -215519,7 +215807,7 @@ "filename": "BinaryFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -215608,7 +215896,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.BinaryFileConfig", "scope": "static", - "___id": "T000002R024658", + "___id": "T000002R024687", "___s": true }, { @@ -215617,7 +215905,7 @@ "filename": "BitmapFontFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -215749,7 +216037,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.BitmapFontFileConfig", "scope": "static", - "___id": "T000002R024659", + "___id": "T000002R024688", "___s": true }, { @@ -215758,7 +216046,7 @@ "filename": "CompressedTextureFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -215875,7 +216163,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.CompressedTextureFileEntry", "scope": "static", - "___id": "T000002R024660", + "___id": "T000002R024689", "___s": true }, { @@ -215884,7 +216172,7 @@ "filename": "CompressedTextureFileConfig.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -216143,7 +216431,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.CompressedTextureFileConfig", "scope": "static", - "___id": "T000002R024661", + "___id": "T000002R024690", "___s": true }, { @@ -216152,7 +216440,7 @@ "filename": "CSSFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -216227,7 +216515,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.CSSFileConfig", "scope": "static", - "___id": "T000002R024662", + "___id": "T000002R024691", "___s": true }, { @@ -216236,7 +216524,7 @@ "filename": "GLSLFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -216326,7 +216614,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.GLSLFileConfig", "scope": "static", - "___id": "T000002R024663", + "___id": "T000002R024692", "___s": true }, { @@ -216335,7 +216623,7 @@ "filename": "HTMLFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -216410,7 +216698,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.HTMLFileConfig", "scope": "static", - "___id": "T000002R024664", + "___id": "T000002R024693", "___s": true }, { @@ -216419,7 +216707,7 @@ "filename": "HTMLTextureFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -216524,7 +216812,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.HTMLTextureFileConfig", "scope": "static", - "___id": "T000002R024665", + "___id": "T000002R024694", "___s": true }, { @@ -216533,7 +216821,7 @@ "filename": "ImageFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -216636,7 +216924,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.ImageFileConfig", "scope": "static", - "___id": "T000002R024666", + "___id": "T000002R024695", "___s": true }, { @@ -216645,7 +216933,7 @@ "filename": "ImageFrameConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -216750,7 +217038,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.ImageFrameConfig", "scope": "static", - "___id": "T000002R024667", + "___id": "T000002R024696", "___s": true }, { @@ -216759,7 +217047,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "namespace", @@ -216767,7 +217055,7 @@ "memberof": "Phaser.Types.Loader", "longname": "Phaser.Types.Loader.FileTypes", "scope": "static", - "___id": "T000002R024668", + "___id": "T000002R024697", "___s": true }, { @@ -216776,7 +217064,7 @@ "filename": "JSONFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -216875,7 +217163,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.JSONFileConfig", "scope": "static", - "___id": "T000002R024669", + "___id": "T000002R024698", "___s": true }, { @@ -216884,7 +217172,7 @@ "filename": "MultiAtlasFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -217015,7 +217303,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.MultiAtlasFileConfig", "scope": "static", - "___id": "T000002R024670", + "___id": "T000002R024699", "___s": true }, { @@ -217024,7 +217312,7 @@ "filename": "MultiScriptFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -217108,7 +217396,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.MultiScriptFileConfig", "scope": "static", - "___id": "T000002R024671", + "___id": "T000002R024700", "___s": true }, { @@ -217117,7 +217405,7 @@ "filename": "OBJFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -217235,7 +217523,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.OBJFileConfig", "scope": "static", - "___id": "T000002R024672", + "___id": "T000002R024701", "___s": true }, { @@ -217244,7 +217532,7 @@ "filename": "PackFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -217343,7 +217631,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.PackFileConfig", "scope": "static", - "___id": "T000002R024673", + "___id": "T000002R024702", "___s": true }, { @@ -217352,7 +217640,7 @@ "filename": "PackFileSection.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -217452,7 +217740,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.PackFileSection", "scope": "static", - "___id": "T000002R024674", + "___id": "T000002R024703", "___s": true }, { @@ -217461,7 +217749,7 @@ "filename": "PluginFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -217565,7 +217853,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.PluginFileConfig", "scope": "static", - "___id": "T000002R024675", + "___id": "T000002R024704", "___s": true }, { @@ -217574,7 +217862,7 @@ "filename": "SceneFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -217649,7 +217937,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.SceneFileConfig", "scope": "static", - "___id": "T000002R024676", + "___id": "T000002R024705", "___s": true }, { @@ -217658,7 +217946,7 @@ "filename": "ScenePluginFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -217771,7 +218059,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.ScenePluginFileConfig", "scope": "static", - "___id": "T000002R024677", + "___id": "T000002R024706", "___s": true }, { @@ -217780,7 +218068,7 @@ "filename": "ScriptFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -217870,7 +218158,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.ScriptFileConfig", "scope": "static", - "___id": "T000002R024678", + "___id": "T000002R024707", "___s": true }, { @@ -217879,7 +218167,7 @@ "filename": "SpriteSheetFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -217982,7 +218270,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.SpriteSheetFileConfig", "scope": "static", - "___id": "T000002R024679", + "___id": "T000002R024708", "___s": true }, { @@ -217991,7 +218279,7 @@ "filename": "SVGFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -218080,7 +218368,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.SVGFileConfig", "scope": "static", - "___id": "T000002R024680", + "___id": "T000002R024709", "___s": true }, { @@ -218089,7 +218377,7 @@ "filename": "SVGSizeConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -218150,7 +218438,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.SVGSizeConfig", "scope": "static", - "___id": "T000002R024681", + "___id": "T000002R024710", "___s": true }, { @@ -218159,7 +218447,7 @@ "filename": "TextFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -218234,7 +218522,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.TextFileConfig", "scope": "static", - "___id": "T000002R024682", + "___id": "T000002R024711", "___s": true }, { @@ -218243,7 +218531,7 @@ "filename": "TilemapCSVFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -218318,7 +218606,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.TilemapCSVFileConfig", "scope": "static", - "___id": "T000002R024683", + "___id": "T000002R024712", "___s": true }, { @@ -218327,7 +218615,7 @@ "filename": "TilemapImpactFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -218402,16 +218690,16 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.TilemapImpactFileConfig", "scope": "static", - "___id": "T000002R024684", + "___id": "T000002R024713", "___s": true }, { - "comment": "/**\n * @typedef {object} Phaser.Types.Loader.FileTypes.TilemapJSONFileConfig\n *\n * @property {string} key - The key of the file. Must be unique within both the Loader and the Tilemap Cache.\n * @property {object|string} [url] - The absolute or relative URL to load the file from. Or, a well formed JSON object.\n * @property {string} [extension='json'] - The default file extension to use if no url is provided.\n * @property {Phaser.Types.Loader.XHRSettingsObject} [xhrSettings] - Extra XHR Settings specifically for this file.\n */", + "comment": "/**\r\n * @typedef {object} Phaser.Types.Loader.FileTypes.TilemapJSONFileConfig\r\n *\r\n * @property {string} key - The key of the file. Must be unique within both the Loader and the Tilemap Cache.\r\n * @property {object|string} [url] - The absolute or relative URL to load the file from. Or, a well formed JSON object.\r\n * @property {string} [extension='json'] - The default file extension to use if no url is provided.\r\n * @property {Phaser.Types.Loader.XHRSettingsObject} [xhrSettings] - Extra XHR Settings specifically for this file.\r\n */", "meta": { "filename": "TilemapJSONFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -218496,7 +218784,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.TilemapJSONFileConfig", "scope": "static", - "___id": "T000002R024685", + "___id": "T000002R024714", "___s": true }, { @@ -218505,7 +218793,7 @@ "filename": "UnityAtlasFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -218637,7 +218925,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.UnityAtlasFileConfig", "scope": "static", - "___id": "T000002R024686", + "___id": "T000002R024715", "___s": true }, { @@ -218646,7 +218934,7 @@ "filename": "VideoFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -218754,7 +219042,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.VideoFileConfig", "scope": "static", - "___id": "T000002R024687", + "___id": "T000002R024716", "___s": true }, { @@ -218763,7 +219051,7 @@ "filename": "VideoFileURLConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -218808,7 +219096,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.VideoFileURLConfig", "scope": "static", - "___id": "T000002R024688", + "___id": "T000002R024717", "___s": true }, { @@ -218817,7 +219105,7 @@ "filename": "XMLFileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes\\typedefs", "code": {} }, "kind": "typedef", @@ -218892,7 +219180,7 @@ "memberof": "Phaser.Types.Loader.FileTypes", "longname": "Phaser.Types.Loader.FileTypes.XMLFileConfig", "scope": "static", - "___id": "T000002R024689", + "___id": "T000002R024718", "___s": true }, { @@ -218901,7 +219189,7 @@ "filename": "UnityAtlasFile.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single text file based Unity Texture Atlas File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#unityAtlas method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#unityAtlas.", @@ -219027,7 +219315,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.UnityAtlasFile", - "___id": "T000002R024697", + "___id": "T000002R024726", "___s": true }, { @@ -219036,7 +219324,7 @@ "filename": "UnityAtlasFile.js", "lineno": 85, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds this file to its target cache upon successful loading and processing.", @@ -219046,7 +219334,7 @@ "memberof": "Phaser.Loader.FileTypes.UnityAtlasFile", "longname": "Phaser.Loader.FileTypes.UnityAtlasFile#addToCache", "scope": "instance", - "___id": "T000002R024718", + "___id": "T000002R024747", "___s": true }, { @@ -219055,7 +219343,7 @@ "filename": "UnityAtlasFile.js", "lineno": 107, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds a Unity YAML based Texture Atlas, or array of atlases, to the current load queue.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.unityAtlas('mainmenu', 'images/MainMenu.png', 'images/MainMenu.txt');\r}\r```\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rIf you call this from outside of `preload` then you are responsible for starting the Loader afterwards and monitoring\rits events to know when it's safe to use the asset. Please see the Phaser.Loader.LoaderPlugin class for more details.\r\rPhaser expects the atlas data to be provided in a YAML formatted text file as exported from Unity.\r\rPhaser can load all common image types: png, jpg, gif and any other format the browser can natively handle.\r\rThe key must be a unique String. It is used to add the file to the global Texture Manager upon a successful load.\rThe key should be unique both in terms of files being loaded and files already present in the Texture Manager.\rLoading a file using a key that is already taken will result in a warning. If you wish to replace an existing file\rthen remove it from the Texture Manager first, before loading a new one.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.unityAtlas({\r key: 'mainmenu',\r textureURL: 'images/MainMenu.png',\r atlasURL: 'images/MainMenu.txt'\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.UnityAtlasFileConfig` for more details.\r\rOnce the atlas has finished loading you can use frames from it as textures for a Game Object by referencing its key:\r\r```javascript\rthis.load.unityAtlas('mainmenu', 'images/MainMenu.png', 'images/MainMenu.json');\r// and later in your game ...\rthis.add.image(x, y, 'mainmenu', 'background');\r```\r\rTo get a list of all available frames within an atlas please consult your Texture Atlas software.\r\rIf you have specified a prefix in the loader, via `Loader.setPrefix` then this value will be prepended to this files\rkey. For example, if the prefix was `MENU.` and the key was `Background` the final key will be `MENU.Background` and\rthis is what you would use to retrieve the image from the Texture Manager.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rIf the URL isn't specified the Loader will take the key and create a filename from that. For example if the key is \"alien\"\rand no URL is given then the Loader will set the URL to be \"alien.png\". It will always add `.png` as the extension, although\rthis can be overridden if using an object instead of method arguments. If you do not desire this action then provide a URL.\r\rPhaser also supports the automatic loading of associated normal maps. If you have a normal map to go with this image,\rthen you can specify it by providing an array as the `url` where the second element is the normal map:\r\r```javascript\rthis.load.unityAtlas('mainmenu', [ 'images/MainMenu.png', 'images/MainMenu-n.png' ], 'images/MainMenu.txt');\r```\r\rOr, if you are using a config object use the `normalMap` property:\r\r```javascript\rthis.load.unityAtlas({\r key: 'mainmenu',\r textureURL: 'images/MainMenu.png',\r normalMap: 'images/MainMenu-n.png',\r atlasURL: 'images/MainMenu.txt'\r});\r```\r\rThe normal map file is subject to the same conditions as the image file with regard to the path, baseURL, CORs and XHR Settings.\rNormal maps are a WebGL only feature.\r\rNote: The ability to load this type of file will only be available if the Unity Atlas File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -219197,7 +219485,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#unityAtlas", "scope": "instance", - "___id": "T000002R024724", + "___id": "T000002R024753", "___s": true }, { @@ -219206,7 +219494,7 @@ "filename": "VideoFile.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single Video File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#video method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#video.", @@ -219324,7 +219612,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.VideoFile", - "___id": "T000002R024737", + "___id": "T000002R024766", "___s": true }, { @@ -219333,7 +219621,7 @@ "filename": "VideoFile.js", "lineno": 74, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called automatically by Loader.nextFile.\rThis method controls what extra work this File does with its loaded data.", @@ -219344,7 +219632,7 @@ "longname": "Phaser.Loader.FileTypes.VideoFile#onProcess", "scope": "instance", "overrides": "Phaser.Loader.File#onProcess", - "___id": "T000002R024755", + "___id": "T000002R024784", "___s": true }, { @@ -219353,7 +219641,7 @@ "filename": "VideoFile.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called by the Loader, starts the actual file downloading.\rDuring the load the methods onLoad, onError and onProgress are called, based on the XHR events.\rYou shouldn't normally call this method directly, it's meant to be invoked by the Loader.", @@ -219364,7 +219652,7 @@ "longname": "Phaser.Loader.FileTypes.VideoFile#load", "scope": "instance", "overrides": "Phaser.Loader.File#load", - "___id": "T000002R024761", + "___id": "T000002R024790", "___s": true }, { @@ -219373,7 +219661,7 @@ "filename": "VideoFile.js", "lineno": 113, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds a Video file, or array of video files, to the current load queue.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.video('intro', [ 'video/level1.mp4', 'video/level1.webm', 'video/level1.mov' ]);\r}\r```\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rThe key must be a unique String. It is used to add the file to the global Video Cache upon a successful load.\rThe key should be unique both in terms of files being loaded and files already present in the Video Cache.\rLoading a file using a key that is already taken will result in a warning. If you wish to replace an existing file\rthen remove it from the Video Cache first, before loading a new one.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.video({\r key: 'intro',\r url: [ 'video/level1.mp4', 'video/level1.webm', 'video/level1.mov' ],\r noAudio: true\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.VideoFileConfig` for more details.\r\rThe URLs can be relative or absolute. If the URLs are relative the `Loader.baseURL` and `Loader.path` values will be prepended to them.\r\rDue to different browsers supporting different video file types you should usually provide your video files in a variety of formats.\rmp4, mov and webm are the most common. If you provide an array of URLs then the Loader will determine which _one_ file to load based on\rbrowser support, starting with the first in the array and progressing to the end.\r\rUnlike most asset-types, videos do not _need_ to be preloaded. You can create a Video Game Object and then call its `loadURL` method,\rto load a video at run-time, rather than in advance.\r\rNote: The ability to load this type of file will only be available if the Video File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -219507,7 +219795,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#video", "scope": "instance", - "___id": "T000002R024765", + "___id": "T000002R024794", "___s": true }, { @@ -219516,7 +219804,7 @@ "filename": "XMLFile.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "classdesc": "A single XML File suitable for loading by the Loader.\r\rThese are created when you use the Phaser.Loader.LoaderPlugin#xml method and are not typically created directly.\r\rFor documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#xml.", @@ -219595,7 +219883,7 @@ ], "scope": "static", "longname": "Phaser.Loader.FileTypes.XMLFile", - "___id": "T000002R024775", + "___id": "T000002R024804", "___s": true }, { @@ -219604,7 +219892,7 @@ "filename": "XMLFile.js", "lineno": 67, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Called automatically by Loader.nextFile.\rThis method controls what extra work this File does with its loaded data.", @@ -219615,7 +219903,7 @@ "longname": "Phaser.Loader.FileTypes.XMLFile#onProcess", "scope": "instance", "overrides": "Phaser.Loader.File#onProcess", - "___id": "T000002R024793", + "___id": "T000002R024822", "___s": true }, { @@ -219624,7 +219912,7 @@ "filename": "XMLFile.js", "lineno": 92, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\filetypes", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", "code": {} }, "description": "Adds an XML file, or array of XML files, to the current load queue.\r\rYou can call this method from within your Scene's `preload`, along with any other files you wish to load:\r\r```javascript\rfunction preload ()\r{\r this.load.xml('wavedata', 'files/AlienWaveData.xml');\r}\r```\r\rThe file is **not** loaded right away. It is added to a queue ready to be loaded either when the loader starts,\ror if it's already running, when the next free load slot becomes available. This happens automatically if you\rare calling this from within the Scene's `preload` method, or a related callback. Because the file is queued\rit means you cannot use the file immediately after calling this method, but must wait for the file to complete.\rThe typical flow for a Phaser Scene is that you load assets in the Scene's `preload` method and then when the\rScene's `create` method is called you are guaranteed that all of those assets are ready for use and have been\rloaded.\r\rThe key must be a unique String. It is used to add the file to the global XML Cache upon a successful load.\rThe key should be unique both in terms of files being loaded and files already present in the XML Cache.\rLoading a file using a key that is already taken will result in a warning. If you wish to replace an existing file\rthen remove it from the XML Cache first, before loading a new one.\r\rInstead of passing arguments you can pass a configuration object, such as:\r\r```javascript\rthis.load.xml({\r key: 'wavedata',\r url: 'files/AlienWaveData.xml'\r});\r```\r\rSee the documentation for `Phaser.Types.Loader.FileTypes.XMLFileConfig` for more details.\r\rOnce the file has finished loading you can access it from its Cache using its key:\r\r```javascript\rthis.load.xml('wavedata', 'files/AlienWaveData.xml');\r// and later in your game ...\rvar data = this.cache.xml.get('wavedata');\r```\r\rIf you have specified a prefix in the loader, via `Loader.setPrefix` then this value will be prepended to this files\rkey. For example, if the prefix was `LEVEL1.` and the key was `Waves` the final key will be `LEVEL1.Waves` and\rthis is what you would use to retrieve the text from the XML Cache.\r\rThe URL can be relative or absolute. If the URL is relative the `Loader.baseURL` and `Loader.path` values will be prepended to it.\r\rIf the URL isn't specified the Loader will take the key and create a filename from that. For example if the key is \"data\"\rand no URL is given then the Loader will set the URL to be \"data.xml\". It will always add `.xml` as the extension, although\rthis can be overridden if using an object instead of method arguments. If you do not desire this action then provide a URL.\r\rNote: The ability to load this type of file will only be available if the XML File type has been built into Phaser.\rIt is available in the default build but can be excluded from custom builds.", @@ -219719,7 +220007,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#xml", "scope": "instance", - "___id": "T000002R024797", + "___id": "T000002R024826", "___s": true }, { @@ -219728,7 +220016,7 @@ "filename": "FileTypesManager.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "kind": "namespace", @@ -219736,7 +220024,7 @@ "memberof": "Phaser.Loader", "longname": "Phaser.Loader.FileTypesManager", "scope": "static", - "___id": "T000002R024801", + "___id": "T000002R024830", "___s": true }, { @@ -219745,7 +220033,7 @@ "filename": "FileTypesManager.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Static method called when a LoaderPlugin is created.\r\rLoops through the local types object and injects all of them as\rproperties into the LoaderPlugin instance.", @@ -219770,7 +220058,7 @@ "memberof": "Phaser.Loader.FileTypesManager", "longname": "Phaser.Loader.FileTypesManager.install", "scope": "static", - "___id": "T000002R024803", + "___id": "T000002R024832", "___s": true }, { @@ -219779,7 +220067,7 @@ "filename": "FileTypesManager.js", "lineno": 34, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Static method called directly by the File Types.\r\rThe key is a reference to the function used to load the files via the Loader, i.e. `image`.", @@ -219817,7 +220105,7 @@ "memberof": "Phaser.Loader.FileTypesManager", "longname": "Phaser.Loader.FileTypesManager.register", "scope": "static", - "___id": "T000002R024807", + "___id": "T000002R024836", "___s": true }, { @@ -219826,7 +220114,7 @@ "filename": "FileTypesManager.js", "lineno": 50, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Removed all associated file types.", @@ -219836,7 +220124,7 @@ "memberof": "Phaser.Loader.FileTypesManager", "longname": "Phaser.Loader.FileTypesManager.destroy", "scope": "static", - "___id": "T000002R024810", + "___id": "T000002R024839", "___s": true }, { @@ -219845,7 +220133,7 @@ "filename": "GetURL.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Given a File and a baseURL value this returns the URL the File will use to download from.", @@ -219897,7 +220185,7 @@ "memberof": "Phaser.Loader", "longname": "Phaser.Loader.GetURL", "scope": "static", - "___id": "T000002R024814", + "___id": "T000002R024843", "___s": true }, { @@ -219906,7 +220194,7 @@ "filename": "index.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "kind": "namespace", @@ -219914,16 +220202,16 @@ "memberof": "Phaser", "longname": "Phaser.Loader", "scope": "static", - "___id": "T000002R024819", + "___id": "T000002R024848", "___s": true }, { "comment": "/**\r\n * @classdesc\r\n * The Loader handles loading all external content such as Images, Sounds, Texture Atlases and data files.\r\n * You typically interact with it via `this.load` in your Scene. Scenes can have a `preload` method, which is always\r\n * called before the Scenes `create` method, allowing you to preload assets that the Scene may need.\r\n *\r\n * If you call any `this.load` methods from outside of `Scene.preload` then you need to start the Loader going\r\n * yourself by calling `Loader.start()`. It's only automatically started during the Scene preload.\r\n *\r\n * The Loader uses a combination of tag loading (eg. Audio elements) and XHR and provides progress and completion events.\r\n * Files are loaded in parallel by default. The amount of concurrent connections can be controlled in your Game Configuration.\r\n *\r\n * Once the Loader has started loading you are still able to add files to it. These can be injected as a result of a loader\r\n * event, the type of file being loaded (such as a pack file) or other external events. As long as the Loader hasn't finished\r\n * simply adding a new file to it, while running, will ensure it's added into the current queue.\r\n *\r\n * Every Scene has its own instance of the Loader and they are bound to the Scene in which they are created. However,\r\n * assets loaded by the Loader are placed into global game-level caches. For example, loading an XML file will place that\r\n * file inside `Game.cache.xml`, which is accessible from every Scene in your game, no matter who was responsible\r\n * for loading it. The same is true of Textures. A texture loaded in one Scene is instantly available to all other Scenes\r\n * in your game.\r\n *\r\n * The Loader works by using custom File Types. These are stored in the FileTypesManager, which injects them into the Loader\r\n * when it's instantiated. You can create your own custom file types by extending either the File or MultiFile classes.\r\n * See those files for more details.\r\n *\r\n * @class LoaderPlugin\r\n * @extends Phaser.Events.EventEmitter\r\n * @memberof Phaser.Loader\r\n * @constructor\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Scene} scene - The Scene which owns this Loader instance.\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 19, + "lineno": 20, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "classdesc": "The Loader handles loading all external content such as Images, Sounds, Texture Atlases and data files.\rYou typically interact with it via `this.load` in your Scene. Scenes can have a `preload` method, which is always\rcalled before the Scenes `create` method, allowing you to preload assets that the Scene may need.\r\rIf you call any `this.load` methods from outside of `Scene.preload` then you need to start the Loader going\ryourself by calling `Loader.start()`. It's only automatically started during the Scene preload.\r\rThe Loader uses a combination of tag loading (eg. Audio elements) and XHR and provides progress and completion events.\rFiles are loaded in parallel by default. The amount of concurrent connections can be controlled in your Game Configuration.\r\rOnce the Loader has started loading you are still able to add files to it. These can be injected as a result of a loader\revent, the type of file being loaded (such as a pack file) or other external events. As long as the Loader hasn't finished\rsimply adding a new file to it, while running, will ensure it's added into the current queue.\r\rEvery Scene has its own instance of the Loader and they are bound to the Scene in which they are created. However,\rassets loaded by the Loader are placed into global game-level caches. For example, loading an XML file will place that\rfile inside `Game.cache.xml`, which is accessible from every Scene in your game, no matter who was responsible\rfor loading it. The same is true of Textures. A texture loaded in one Scene is instantly available to all other Scenes\rin your game.\r\rThe Loader works by using custom File Types. These are stored in the FileTypesManager, which injects them into the Loader\rwhen it's instantiated. You can create your own custom file types by extending either the File or MultiFile classes.\rSee those files for more details.", @@ -219951,16 +220239,16 @@ ], "scope": "static", "longname": "Phaser.Loader.LoaderPlugin", - "___id": "T000002R024844", + "___id": "T000002R024874", "___s": true }, { "comment": "/**\r\n * The Scene which owns this Loader instance.\r\n *\r\n * @name Phaser.Loader.LoaderPlugin#scene\r\n * @type {Phaser.Scene}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 66, + "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The Scene which owns this Loader instance.", @@ -219979,16 +220267,16 @@ "longname": "Phaser.Loader.LoaderPlugin#scene", "scope": "instance", "kind": "member", - "___id": "T000002R024850", + "___id": "T000002R024880", "___s": true }, { "comment": "/**\r\n * A reference to the Scene Systems.\r\n *\r\n * @name Phaser.Loader.LoaderPlugin#systems\r\n * @type {Phaser.Scenes.Systems}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 75, + "lineno": 76, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "A reference to the Scene Systems.", @@ -220007,16 +220295,16 @@ "longname": "Phaser.Loader.LoaderPlugin#systems", "scope": "instance", "kind": "member", - "___id": "T000002R024852", + "___id": "T000002R024882", "___s": true }, { "comment": "/**\r\n * A reference to the global Cache Manager.\r\n *\r\n * @name Phaser.Loader.LoaderPlugin#cacheManager\r\n * @type {Phaser.Cache.CacheManager}\r\n * @since 3.7.0\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 84, + "lineno": 85, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "A reference to the global Cache Manager.", @@ -220035,16 +220323,16 @@ "longname": "Phaser.Loader.LoaderPlugin#cacheManager", "scope": "instance", "kind": "member", - "___id": "T000002R024854", + "___id": "T000002R024884", "___s": true }, { "comment": "/**\r\n * A reference to the global Texture Manager.\r\n *\r\n * @name Phaser.Loader.LoaderPlugin#textureManager\r\n * @type {Phaser.Textures.TextureManager}\r\n * @since 3.7.0\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 93, + "lineno": 94, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "A reference to the global Texture Manager.", @@ -220063,16 +220351,16 @@ "longname": "Phaser.Loader.LoaderPlugin#textureManager", "scope": "instance", "kind": "member", - "___id": "T000002R024856", + "___id": "T000002R024886", "___s": true }, { "comment": "/**\r\n * A reference to the global Scene Manager.\r\n *\r\n * @name Phaser.Loader.LoaderPlugin#sceneManager\r\n * @type {Phaser.Scenes.SceneManager}\r\n * @protected\r\n * @since 3.16.0\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 102, + "lineno": 103, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "A reference to the global Scene Manager.", @@ -220092,16 +220380,16 @@ "longname": "Phaser.Loader.LoaderPlugin#sceneManager", "scope": "instance", "kind": "member", - "___id": "T000002R024858", + "___id": "T000002R024888", "___s": true }, { "comment": "/**\r\n * An optional prefix that is automatically prepended to the start of every file key.\r\n * If prefix was `MENU.` and you load an image with the key 'Background' the resulting key would be `MENU.Background`.\r\n * You can set this directly, or call `Loader.setPrefix()`. It will then affect every file added to the Loader\r\n * from that point on. It does _not_ change any file already in the load queue.\r\n *\r\n * @name Phaser.Loader.LoaderPlugin#prefix\r\n * @type {string}\r\n * @default ''\r\n * @since 3.7.0\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 115, + "lineno": 116, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "An optional prefix that is automatically prepended to the start of every file key.\rIf prefix was `MENU.` and you load an image with the key 'Background' the resulting key would be `MENU.Background`.\rYou can set this directly, or call `Loader.setPrefix()`. It will then affect every file added to the Loader\rfrom that point on. It does _not_ change any file already in the load queue.", @@ -220121,16 +220409,16 @@ "longname": "Phaser.Loader.LoaderPlugin#prefix", "scope": "instance", "kind": "member", - "___id": "T000002R024860", + "___id": "T000002R024890", "___s": true }, { "comment": "/**\r\n * The value of `path`, if set, is placed before any _relative_ file path given. For example:\r\n *\r\n * ```javascript\r\n * this.load.path = \"images/sprites/\";\r\n * this.load.image(\"ball\", \"ball.png\");\r\n * this.load.image(\"tree\", \"level1/oaktree.png\");\r\n * this.load.image(\"boom\", \"http://server.com/explode.png\");\r\n * ```\r\n *\r\n * Would load the `ball` file from `images/sprites/ball.png` and the tree from\r\n * `images/sprites/level1/oaktree.png` but the file `boom` would load from the URL\r\n * given as it's an absolute URL.\r\n *\r\n * Please note that the path is added before the filename but *after* the baseURL (if set.)\r\n *\r\n * If you set this property directly then it _must_ end with a \"/\". Alternatively, call `setPath()` and it'll do it for you.\r\n *\r\n * @name Phaser.Loader.LoaderPlugin#path\r\n * @type {string}\r\n * @default ''\r\n * @since 3.0.0\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 128, + "lineno": 129, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The value of `path`, if set, is placed before any _relative_ file path given. For example:\r\r```javascript\rthis.load.path = \"images/sprites/\";\rthis.load.image(\"ball\", \"ball.png\");\rthis.load.image(\"tree\", \"level1/oaktree.png\");\rthis.load.image(\"boom\", \"http://server.com/explode.png\");\r```\r\rWould load the `ball` file from `images/sprites/ball.png` and the tree from\r`images/sprites/level1/oaktree.png` but the file `boom` would load from the URL\rgiven as it's an absolute URL.\r\rPlease note that the path is added before the filename but *after* the baseURL (if set.)\r\rIf you set this property directly then it _must_ end with a \"/\". Alternatively, call `setPath()` and it'll do it for you.", @@ -220150,16 +220438,16 @@ "longname": "Phaser.Loader.LoaderPlugin#path", "scope": "instance", "kind": "member", - "___id": "T000002R024862", + "___id": "T000002R024892", "___s": true }, { "comment": "/**\r\n * If you want to append a URL before the path of any asset you can set this here.\r\n *\r\n * Useful if allowing the asset base url to be configured outside of the game code.\r\n *\r\n * If you set this property directly then it _must_ end with a \"/\". Alternatively, call `setBaseURL()` and it'll do it for you.\r\n *\r\n * @name Phaser.Loader.LoaderPlugin#baseURL\r\n * @type {string}\r\n * @default ''\r\n * @since 3.0.0\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 153, + "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "If you want to append a URL before the path of any asset you can set this here.\r\rUseful if allowing the asset base url to be configured outside of the game code.\r\rIf you set this property directly then it _must_ end with a \"/\". Alternatively, call `setBaseURL()` and it'll do it for you.", @@ -220179,16 +220467,16 @@ "longname": "Phaser.Loader.LoaderPlugin#baseURL", "scope": "instance", "kind": "member", - "___id": "T000002R024864", + "___id": "T000002R024894", "___s": true }, { "comment": "/**\r\n * The number of concurrent / parallel resources to try and fetch at once.\r\n *\r\n * Old browsers limit 6 requests per domain; modern ones, especially those with HTTP/2 don't limit it at all.\r\n *\r\n * The default is 32 but you can change this in your Game Config, or by changing this property before the Loader starts.\r\n *\r\n * @name Phaser.Loader.LoaderPlugin#maxParallelDownloads\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 173, + "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The number of concurrent / parallel resources to try and fetch at once.\r\rOld browsers limit 6 requests per domain; modern ones, especially those with HTTP/2 don't limit it at all.\r\rThe default is 32 but you can change this in your Game Config, or by changing this property before the Loader starts.", @@ -220207,16 +220495,16 @@ "longname": "Phaser.Loader.LoaderPlugin#maxParallelDownloads", "scope": "instance", "kind": "member", - "___id": "T000002R024866", + "___id": "T000002R024896", "___s": true }, { "comment": "/**\r\n * xhr specific global settings (can be overridden on a per-file basis)\r\n *\r\n * @name Phaser.Loader.LoaderPlugin#xhr\r\n * @type {Phaser.Types.Loader.XHRSettingsObject}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 186, + "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "xhr specific global settings (can be overridden on a per-file basis)", @@ -220235,16 +220523,16 @@ "longname": "Phaser.Loader.LoaderPlugin#xhr", "scope": "instance", "kind": "member", - "___id": "T000002R024868", + "___id": "T000002R024898", "___s": true }, { "comment": "/**\r\n * The crossOrigin value applied to loaded images. Very often this needs to be set to 'anonymous'.\r\n *\r\n * @name Phaser.Loader.LoaderPlugin#crossOrigin\r\n * @type {string}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 202, + "lineno": 203, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The crossOrigin value applied to loaded images. Very often this needs to be set to 'anonymous'.", @@ -220263,16 +220551,16 @@ "longname": "Phaser.Loader.LoaderPlugin#crossOrigin", "scope": "instance", "kind": "member", - "___id": "T000002R024870", + "___id": "T000002R024900", "___s": true }, { "comment": "/**\r\n * Optional load type for image files. `XHR` is the default. Set to `HTMLImageElement` to load images using the Image tag instead.\r\n *\r\n * @name Phaser.Loader.LoaderPlugin#imageLoadType\r\n * @type {string}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 211, + "lineno": 212, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Optional load type for image files. `XHR` is the default. Set to `HTMLImageElement` to load images using the Image tag instead.", @@ -220291,16 +220579,16 @@ "longname": "Phaser.Loader.LoaderPlugin#imageLoadType", "scope": "instance", "kind": "member", - "___id": "T000002R024872", + "___id": "T000002R024902", "___s": true }, { "comment": "/**\r\n * An array of all schemes that the Loader considers as being 'local'.\r\n *\r\n * This is populated by the `Phaser.Core.Config#loaderLocalScheme` game configuration setting and defaults to\r\n * `[ 'file://', 'capacitor://' ]`. Additional local schemes can be added to this array as needed.\r\n *\r\n * @name Phaser.Loader.LoaderPlugin#localSchemes\r\n * @type {string[]}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 220, + "lineno": 221, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "An array of all schemes that the Loader considers as being 'local'.\r\rThis is populated by the `Phaser.Core.Config#loaderLocalScheme` game configuration setting and defaults to\r`[ 'file://', 'capacitor://' ]`. Additional local schemes can be added to this array as needed.", @@ -220328,16 +220616,16 @@ "longname": "Phaser.Loader.LoaderPlugin#localSchemes", "scope": "instance", "kind": "member", - "___id": "T000002R024874", + "___id": "T000002R024904", "___s": true }, { "comment": "/**\r\n * The total number of files to load. It may not always be accurate because you may add to the Loader during the process\r\n * of loading, especially if you load a Pack File. Therefore this value can change, but in most cases remains static.\r\n *\r\n * @name Phaser.Loader.LoaderPlugin#totalToLoad\r\n * @type {number}\r\n * @default 0\r\n * @since 3.0.0\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 232, + "lineno": 233, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The total number of files to load. It may not always be accurate because you may add to the Loader during the process\rof loading, especially if you load a Pack File. Therefore this value can change, but in most cases remains static.", @@ -220357,16 +220645,16 @@ "longname": "Phaser.Loader.LoaderPlugin#totalToLoad", "scope": "instance", "kind": "member", - "___id": "T000002R024876", + "___id": "T000002R024906", "___s": true }, { "comment": "/**\r\n * The progress of the current load queue, as a float value between 0 and 1.\r\n * This is updated automatically as files complete loading.\r\n * Note that it is possible for this value to go down again if you add content to the current load queue during a load.\r\n *\r\n * @name Phaser.Loader.LoaderPlugin#progress\r\n * @type {number}\r\n * @default 0\r\n * @since 3.0.0\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 243, + "lineno": 244, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The progress of the current load queue, as a float value between 0 and 1.\rThis is updated automatically as files complete loading.\rNote that it is possible for this value to go down again if you add content to the current load queue during a load.", @@ -220386,16 +220674,16 @@ "longname": "Phaser.Loader.LoaderPlugin#progress", "scope": "instance", "kind": "member", - "___id": "T000002R024878", + "___id": "T000002R024908", "___s": true }, { "comment": "/**\r\n * Files are placed in this Set when they're added to the Loader via `addFile`.\r\n *\r\n * They are moved to the `inflight` Set when they start loading, and assuming a successful\r\n * load, to the `queue` Set for further processing.\r\n *\r\n * By the end of the load process this Set will be empty.\r\n *\r\n * @name Phaser.Loader.LoaderPlugin#list\r\n * @type {Phaser.Structs.Set.}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 255, + "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Files are placed in this Set when they're added to the Loader via `addFile`.\r\rThey are moved to the `inflight` Set when they start loading, and assuming a successful\rload, to the `queue` Set for further processing.\r\rBy the end of the load process this Set will be empty.", @@ -220423,16 +220711,16 @@ "longname": "Phaser.Loader.LoaderPlugin#list", "scope": "instance", "kind": "member", - "___id": "T000002R024880", + "___id": "T000002R024910", "___s": true }, { "comment": "/**\r\n * Files are stored in this Set while they're in the process of being loaded.\r\n *\r\n * Upon a successful load they are moved to the `queue` Set.\r\n *\r\n * By the end of the load process this Set will be empty.\r\n *\r\n * @name Phaser.Loader.LoaderPlugin#inflight\r\n * @type {Phaser.Structs.Set.}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 269, + "lineno": 270, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Files are stored in this Set while they're in the process of being loaded.\r\rUpon a successful load they are moved to the `queue` Set.\r\rBy the end of the load process this Set will be empty.", @@ -220460,16 +220748,16 @@ "longname": "Phaser.Loader.LoaderPlugin#inflight", "scope": "instance", "kind": "member", - "___id": "T000002R024882", + "___id": "T000002R024912", "___s": true }, { "comment": "/**\r\n * Files are stored in this Set while they're being processed.\r\n *\r\n * If the process is successful they are moved to their final destination, which could be\r\n * a Cache or the Texture Manager.\r\n *\r\n * At the end of the load process this Set will be empty.\r\n *\r\n * @name Phaser.Loader.LoaderPlugin#queue\r\n * @type {Phaser.Structs.Set.}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 282, + "lineno": 283, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Files are stored in this Set while they're being processed.\r\rIf the process is successful they are moved to their final destination, which could be\ra Cache or the Texture Manager.\r\rAt the end of the load process this Set will be empty.", @@ -220497,16 +220785,16 @@ "longname": "Phaser.Loader.LoaderPlugin#queue", "scope": "instance", "kind": "member", - "___id": "T000002R024884", + "___id": "T000002R024914", "___s": true }, { "comment": "/**\r\n * The total number of files that failed to load during the most recent load.\r\n * This value is reset when you call `Loader.start`.\r\n *\r\n * @name Phaser.Loader.LoaderPlugin#totalFailed\r\n * @type {number}\r\n * @default 0\r\n * @since 3.7.0\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 307, + "lineno": 308, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The total number of files that failed to load during the most recent load.\rThis value is reset when you call `Loader.start`.", @@ -220526,16 +220814,16 @@ "longname": "Phaser.Loader.LoaderPlugin#totalFailed", "scope": "instance", "kind": "member", - "___id": "T000002R024888", + "___id": "T000002R024918", "___s": true }, { "comment": "/**\r\n * The total number of files that successfully loaded during the most recent load.\r\n * This value is reset when you call `Loader.start`.\r\n *\r\n * @name Phaser.Loader.LoaderPlugin#totalComplete\r\n * @type {number}\r\n * @default 0\r\n * @since 3.7.0\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 318, + "lineno": 319, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The total number of files that successfully loaded during the most recent load.\rThis value is reset when you call `Loader.start`.", @@ -220555,16 +220843,16 @@ "longname": "Phaser.Loader.LoaderPlugin#totalComplete", "scope": "instance", "kind": "member", - "___id": "T000002R024890", + "___id": "T000002R024920", "___s": true }, { "comment": "/**\r\n * The current state of the Loader.\r\n *\r\n * @name Phaser.Loader.LoaderPlugin#state\r\n * @type {number}\r\n * @readonly\r\n * @since 3.0.0\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 329, + "lineno": 330, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The current state of the Loader.", @@ -220584,16 +220872,16 @@ "longname": "Phaser.Loader.LoaderPlugin#state", "scope": "instance", "kind": "member", - "___id": "T000002R024892", + "___id": "T000002R024922", "___s": true }, { "comment": "/**\r\n * If you want to append a URL before the path of any asset you can set this here.\r\n *\r\n * Useful if allowing the asset base url to be configured outside of the game code.\r\n *\r\n * Once a base URL is set it will affect every file loaded by the Loader from that point on. It does _not_ change any\r\n * file _already_ being loaded. To reset it, call this method with no arguments.\r\n *\r\n * @method Phaser.Loader.LoaderPlugin#setBaseURL\r\n * @since 3.0.0\r\n *\r\n * @param {string} [url] - The URL to use. Leave empty to reset.\r\n *\r\n * @return {this} This Loader object.\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 380, + "lineno": 381, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "If you want to append a URL before the path of any asset you can set this here.\r\rUseful if allowing the asset base url to be configured outside of the game code.\r\rOnce a base URL is set it will affect every file loaded by the Loader from that point on. It does _not_ change any\rfile _already_ being loaded. To reset it, call this method with no arguments.", @@ -220634,16 +220922,16 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#setBaseURL", "scope": "instance", - "___id": "T000002R024900", + "___id": "T000002R024930", "___s": true }, { "comment": "/**\r\n * The value of `path`, if set, is placed before any _relative_ file path given. For example:\r\n *\r\n * ```javascript\r\n * this.load.setPath(\"images/sprites/\");\r\n * this.load.image(\"ball\", \"ball.png\");\r\n * this.load.image(\"tree\", \"level1/oaktree.png\");\r\n * this.load.image(\"boom\", \"http://server.com/explode.png\");\r\n * ```\r\n *\r\n * Would load the `ball` file from `images/sprites/ball.png` and the tree from\r\n * `images/sprites/level1/oaktree.png` but the file `boom` would load from the URL\r\n * given as it's an absolute URL.\r\n *\r\n * Please note that the path is added before the filename but *after* the baseURL (if set.)\r\n *\r\n * Once a path is set it will then affect every file added to the Loader from that point on. It does _not_ change any\r\n * file _already_ in the load queue. To reset it, call this method with no arguments.\r\n *\r\n * @method Phaser.Loader.LoaderPlugin#setPath\r\n * @since 3.0.0\r\n *\r\n * @param {string} [path] - The path to use. Leave empty to reset.\r\n *\r\n * @return {this} This Loader object.\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 409, + "lineno": 410, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The value of `path`, if set, is placed before any _relative_ file path given. For example:\r\r```javascript\rthis.load.setPath(\"images/sprites/\");\rthis.load.image(\"ball\", \"ball.png\");\rthis.load.image(\"tree\", \"level1/oaktree.png\");\rthis.load.image(\"boom\", \"http://server.com/explode.png\");\r```\r\rWould load the `ball` file from `images/sprites/ball.png` and the tree from\r`images/sprites/level1/oaktree.png` but the file `boom` would load from the URL\rgiven as it's an absolute URL.\r\rPlease note that the path is added before the filename but *after* the baseURL (if set.)\r\rOnce a path is set it will then affect every file added to the Loader from that point on. It does _not_ change any\rfile _already_ in the load queue. To reset it, call this method with no arguments.", @@ -220684,16 +220972,16 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#setPath", "scope": "instance", - "___id": "T000002R024905", + "___id": "T000002R024935", "___s": true }, { "comment": "/**\r\n * An optional prefix that is automatically prepended to the start of every file key.\r\n *\r\n * If prefix was `MENU.` and you load an image with the key 'Background' the resulting key would be `MENU.Background`.\r\n *\r\n * Once a prefix is set it will then affect every file added to the Loader from that point on. It does _not_ change any\r\n * file _already_ in the load queue. To reset it, call this method with no arguments.\r\n *\r\n * @method Phaser.Loader.LoaderPlugin#setPrefix\r\n * @since 3.7.0\r\n *\r\n * @param {string} [prefix] - The prefix to use. Leave empty to reset.\r\n *\r\n * @return {this} This Loader object.\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 449, + "lineno": 450, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "An optional prefix that is automatically prepended to the start of every file key.\r\rIf prefix was `MENU.` and you load an image with the key 'Background' the resulting key would be `MENU.Background`.\r\rOnce a prefix is set it will then affect every file added to the Loader from that point on. It does _not_ change any\rfile _already_ in the load queue. To reset it, call this method with no arguments.", @@ -220734,16 +221022,16 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#setPrefix", "scope": "instance", - "___id": "T000002R024910", + "___id": "T000002R024940", "___s": true }, { "comment": "/**\r\n * Sets the Cross Origin Resource Sharing value used when loading files.\r\n *\r\n * Files can override this value on a per-file basis by specifying an alternative `crossOrigin` value in their file config.\r\n *\r\n * Once CORs is set it will then affect every file loaded by the Loader from that point on, as long as they don't have\r\n * their own CORs setting. To reset it, call this method with no arguments.\r\n *\r\n * For more details about CORs see https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS\r\n *\r\n * @method Phaser.Loader.LoaderPlugin#setCORS\r\n * @since 3.0.0\r\n *\r\n * @param {string} [crossOrigin] - The value to use for the `crossOrigin` property in the load request.\r\n *\r\n * @return {this} This Loader object.\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 473, + "lineno": 474, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Sets the Cross Origin Resource Sharing value used when loading files.\r\rFiles can override this value on a per-file basis by specifying an alternative `crossOrigin` value in their file config.\r\rOnce CORs is set it will then affect every file loaded by the Loader from that point on, as long as they don't have\rtheir own CORs setting. To reset it, call this method with no arguments.\r\rFor more details about CORs see https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS", @@ -220784,16 +221072,16 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#setCORS", "scope": "instance", - "___id": "T000002R024914", + "___id": "T000002R024944", "___s": true }, { "comment": "/**\r\n * Adds a file, or array of files, into the load queue.\r\n *\r\n * The file must be an instance of `Phaser.Loader.File`, or a class that extends it. The Loader will check that the key\r\n * used by the file won't conflict with any other key either in the loader, the inflight queue or the target cache.\r\n * If allowed it will then add the file into the pending list, read for the load to start. Or, if the load has already\r\n * started, ready for the next batch of files to be pulled from the list to the inflight queue.\r\n *\r\n * You should not normally call this method directly, but rather use one of the Loader methods like `image` or `atlas`,\r\n * however you can call this as long as the file given to it is well formed.\r\n *\r\n * @method Phaser.Loader.LoaderPlugin#addFile\r\n * @fires Phaser.Loader.Events#ADD\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.Loader.File|Phaser.Loader.File[])} file - The file, or array of files, to be added to the load queue.\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 497, + "lineno": 498, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Adds a file, or array of files, into the load queue.\r\rThe file must be an instance of `Phaser.Loader.File`, or a class that extends it. The Loader will check that the key\rused by the file won't conflict with any other key either in the loader, the inflight queue or the target cache.\rIf allowed it will then add the file into the pending list, read for the load to start. Or, if the load has already\rstarted, ready for the next batch of files to be pulled from the list to the inflight queue.\r\rYou should not normally call this method directly, but rather use one of the Loader methods like `image` or `atlas`,\rhowever you can call this as long as the file given to it is well formed.", @@ -220840,16 +221128,16 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#addFile", "scope": "instance", - "___id": "T000002R024917", + "___id": "T000002R024947", "___s": true }, { "comment": "/**\r\n * Checks the key and type of the given file to see if it will conflict with anything already\r\n * in a Cache, the Texture Manager, or the list or inflight queues.\r\n *\r\n * @method Phaser.Loader.LoaderPlugin#keyExists\r\n * @since 3.7.0\r\n *\r\n * @param {Phaser.Loader.File} file - The file to check the key of.\r\n *\r\n * @return {boolean} `true` if adding this file will cause a cache or queue conflict, otherwise `false`.\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 542, + "lineno": 543, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Checks the key and type of the given file to see if it will conflict with anything already\rin a Cache, the Texture Manager, or the list or inflight queues.", @@ -220888,16 +221176,16 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#keyExists", "scope": "instance", - "___id": "T000002R024922", + "___id": "T000002R024952", "___s": true }, { "comment": "/**\r\n * Takes a well formed, fully parsed pack file object and adds its entries into the load queue. Usually you do not call\r\n * this method directly, but instead use `Loader.pack` and supply a path to a JSON file that holds the\r\n * pack data. However, if you've got the data prepared you can pass it to this method.\r\n *\r\n * You can also provide an optional key. If you do then it will only add the entries from that part of the pack into\r\n * to the load queue. If not specified it will add all entries it finds. For more details about the pack file format\r\n * see the `LoaderPlugin.pack` method.\r\n *\r\n * @method Phaser.Loader.LoaderPlugin#addPack\r\n * @since 3.7.0\r\n *\r\n * @param {any} pack - The Pack File data to be parsed and each entry of it to added to the load queue.\r\n * @param {string} [packKey] - An optional key to use from the pack file data.\r\n *\r\n * @return {boolean} `true` if any files were added to the queue, otherwise `false`.\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 599, + "lineno": 600, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Takes a well formed, fully parsed pack file object and adds its entries into the load queue. Usually you do not call\rthis method directly, but instead use `Loader.pack` and supply a path to a JSON file that holds the\rpack data. However, if you've got the data prepared you can pass it to this method.\r\rYou can also provide an optional key. If you do then it will only add the entries from that part of the pack into\rto the load queue. If not specified it will add all entries it finds. For more details about the pack file format\rsee the `LoaderPlugin.pack` method.", @@ -220950,16 +221238,74 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#addPack", "scope": "instance", - "___id": "T000002R024928", + "___id": "T000002R024958", + "___s": true + }, + { + "comment": "/**\r\n * Remove the resources listed in an Asset Pack.\r\n *\r\n * This removes Animations from the Animation Manager, Textures from the Texture Manager, and all other assets from their respective caches.\r\n * It doesn't remove the Pack itself from the JSON cache, if it exists there.\r\n * If the Pack includes another Pack, its resources will be removed too.\r\n *\r\n * @method Phaser.Loader.LoaderPlugin#removePack\r\n * @since 3.90.0\r\n *\r\n * @param {(string|object)} packKey - The key of an Asset Pack in the JSON cache, or a Pack File data.\r\n * @param {string} [dataKey] - A key in the Pack data, if you want to process only a section of it.\r\n */", + "meta": { + "filename": "LoaderPlugin.js", + "lineno": 682, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", + "code": {} + }, + "description": "Remove the resources listed in an Asset Pack.\r\rThis removes Animations from the Animation Manager, Textures from the Texture Manager, and all other assets from their respective caches.\rIt doesn't remove the Pack itself from the JSON cache, if it exists there.\rIf the Pack includes another Pack, its resources will be removed too.", + "kind": "function", + "name": "removePack", + "since": "3.90.0", + "params": [ + { + "type": { + "names": [ + "string", + "object" + ], + "parsedType": { + "type": "TypeUnion", + "elements": [ + { + "type": "NameExpression", + "name": "string" + }, + { + "type": "NameExpression", + "name": "object" + } + ] + } + }, + "description": "The key of an Asset Pack in the JSON cache, or a Pack File data.", + "name": "packKey" + }, + { + "type": { + "names": [ + "string" + ], + "parsedType": { + "type": "NameExpression", + "name": "string" + } + }, + "optional": true, + "description": "A key in the Pack data, if you want to process only a section of it.", + "name": "dataKey" + } + ], + "memberof": "Phaser.Loader.LoaderPlugin", + "longname": "Phaser.Loader.LoaderPlugin#removePack", + "scope": "instance", + "___id": "T000002R024977", "___s": true }, { "comment": "/**\r\n * Is the Loader actively loading, or processing loaded files?\r\n *\r\n * @method Phaser.Loader.LoaderPlugin#isLoading\r\n * @since 3.0.0\r\n *\r\n * @return {boolean} `true` if the Loader is busy loading or processing, otherwise `false`.\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 681, + "lineno": 856, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Is the Loader actively loading, or processing loaded files?", @@ -220983,16 +221329,16 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#isLoading", "scope": "instance", - "___id": "T000002R024947", + "___id": "T000002R025027", "___s": true }, { "comment": "/**\r\n * Is the Loader ready to start a new load?\r\n *\r\n * @method Phaser.Loader.LoaderPlugin#isReady\r\n * @since 3.0.0\r\n *\r\n * @return {boolean} `true` if the Loader is ready to start a new load, otherwise `false`.\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 694, + "lineno": 869, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Is the Loader ready to start a new load?", @@ -221016,16 +221362,16 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#isReady", "scope": "instance", - "___id": "T000002R024949", + "___id": "T000002R025029", "___s": true }, { "comment": "/**\r\n * Starts the Loader running. This will reset the progress and totals and then emit a `start` event.\r\n * If there is nothing in the queue the Loader will immediately complete, otherwise it will start\r\n * loading the first batch of files.\r\n *\r\n * The Loader is started automatically if the queue is populated within your Scenes `preload` method.\r\n *\r\n * However, outside of this, you need to call this method to start it.\r\n *\r\n * If the Loader is already running this method will simply return.\r\n *\r\n * @method Phaser.Loader.LoaderPlugin#start\r\n * @fires Phaser.Loader.Events#START\r\n * @since 3.0.0\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 707, + "lineno": 882, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Starts the Loader running. This will reset the progress and totals and then emit a `start` event.\rIf there is nothing in the queue the Loader will immediately complete, otherwise it will start\rloading the first batch of files.\r\rThe Loader is started automatically if the queue is populated within your Scenes `preload` method.\r\rHowever, outside of this, you need to call this method to start it.\r\rIf the Loader is already running this method will simply return.", @@ -221038,16 +221384,16 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#start", "scope": "instance", - "___id": "T000002R024951", + "___id": "T000002R025031", "___s": true }, { "comment": "/**\r\n * Called automatically during the load process.\r\n * It updates the `progress` value and then emits a progress event, which you can use to\r\n * display a loading bar in your game.\r\n *\r\n * @method Phaser.Loader.LoaderPlugin#updateProgress\r\n * @fires Phaser.Loader.Events#PROGRESS\r\n * @since 3.0.0\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 756, + "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Called automatically during the load process.\rIt updates the `progress` value and then emits a progress event, which you can use to\rdisplay a loading bar in your game.", @@ -221060,16 +221406,16 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#updateProgress", "scope": "instance", - "___id": "T000002R024958", + "___id": "T000002R025038", "___s": true }, { "comment": "/**\r\n * Called automatically during the load process.\r\n *\r\n * @method Phaser.Loader.LoaderPlugin#update\r\n * @since 3.10.0\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 772, + "lineno": 947, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Called automatically during the load process.", @@ -221079,16 +221425,16 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#update", "scope": "instance", - "___id": "T000002R024961", + "___id": "T000002R025041", "___s": true }, { "comment": "/**\r\n * An internal method called automatically by the XHRLoader belong to a File.\r\n *\r\n * This method will remove the given file from the inflight Set and update the load progress.\r\n * If the file was successful its `onProcess` method is called, otherwise it is added to the delete queue.\r\n *\r\n * @method Phaser.Loader.LoaderPlugin#nextFile\r\n * @fires Phaser.Loader.Events#FILE_LOAD\r\n * @fires Phaser.Loader.Events#FILE_LOAD_ERROR\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Loader.File} file - The File that just finished loading, or errored during load.\r\n * @param {boolean} success - `true` if the file loaded successfully, otherwise `false`.\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 826, + "lineno": 1001, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "An internal method called automatically by the XHRLoader belong to a File.\r\rThis method will remove the given file from the inflight Set and update the load progress.\rIf the file was successful its `onProcess` method is called, otherwise it is added to the delete queue.", @@ -221130,16 +221476,16 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#nextFile", "scope": "instance", - "___id": "T000002R024966", + "___id": "T000002R025046", "___s": true }, { "comment": "/**\r\n * An internal method that is called automatically by the File when it has finished processing.\r\n *\r\n * If the process was successful, and the File isn't part of a MultiFile, its `addToCache` method is called.\r\n *\r\n * It this then removed from the queue. If there are no more files to load `loadComplete` is called.\r\n *\r\n * @method Phaser.Loader.LoaderPlugin#fileProcessComplete\r\n * @since 3.7.0\r\n *\r\n * @param {Phaser.Loader.File} file - The file that has finished processing.\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 874, + "lineno": 1049, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "An internal method that is called automatically by the File when it has finished processing.\r\rIf the process was successful, and the File isn't part of a MultiFile, its `addToCache` method is called.\r\rIt this then removed from the queue. If there are no more files to load `loadComplete` is called.", @@ -221164,16 +221510,16 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#fileProcessComplete", "scope": "instance", - "___id": "T000002R024968", + "___id": "T000002R025048", "___s": true }, { "comment": "/**\r\n * Called at the end when the load queue is exhausted and all files have either loaded or errored.\r\n * By this point every loaded file will now be in its associated cache and ready for use.\r\n *\r\n * Also clears down the Sets, puts progress to 1 and clears the deletion queue.\r\n *\r\n * @method Phaser.Loader.LoaderPlugin#loadComplete\r\n * @fires Phaser.Loader.Events#COMPLETE\r\n * @fires Phaser.Loader.Events#POST_PROCESS\r\n * @since 3.7.0\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 932, + "lineno": 1107, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Called at the end when the load queue is exhausted and all files have either loaded or errored.\rBy this point every loaded file will now be in its associated cache and ready for use.\r\rAlso clears down the Sets, puts progress to 1 and clears the deletion queue.", @@ -221187,16 +221533,16 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#loadComplete", "scope": "instance", - "___id": "T000002R024970", + "___id": "T000002R025050", "___s": true }, { "comment": "/**\r\n * Adds a File into the pending-deletion queue.\r\n *\r\n * @method Phaser.Loader.LoaderPlugin#flagForRemoval\r\n * @since 3.7.0\r\n *\r\n * @param {Phaser.Loader.File} file - The File to be queued for deletion when the Loader completes.\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 965, + "lineno": 1140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Adds a File into the pending-deletion queue.", @@ -221221,16 +221567,16 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#flagForRemoval", "scope": "instance", - "___id": "T000002R024974", + "___id": "T000002R025054", "___s": true }, { "comment": "/**\r\n * Converts the given JSON data into a file that the browser then prompts you to download so you can save it locally.\r\n *\r\n * The data must be well formed JSON and ready-parsed, not a JavaScript object.\r\n *\r\n * @method Phaser.Loader.LoaderPlugin#saveJSON\r\n * @since 3.0.0\r\n *\r\n * @param {*} data - The JSON data, ready parsed.\r\n * @param {string} [filename=file.json] - The name to save the JSON file as.\r\n *\r\n * @return {this} This Loader plugin.\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 978, + "lineno": 1153, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Converts the given JSON data into a file that the browser then prompts you to download so you can save it locally.\r\rThe data must be well formed JSON and ready-parsed, not a JavaScript object.", @@ -221284,16 +221630,16 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#saveJSON", "scope": "instance", - "___id": "T000002R024976", + "___id": "T000002R025056", "___s": true }, { "comment": "/**\r\n * Causes the browser to save the given data as a file to its default Downloads folder.\r\n *\r\n * Creates a DOM level anchor link, assigns it as being a `download` anchor, sets the href\r\n * to be an ObjectURL based on the given data, and then invokes a click event.\r\n *\r\n * @method Phaser.Loader.LoaderPlugin#save\r\n * @since 3.0.0\r\n *\r\n * @param {*} data - The data to be saved. Will be passed through URL.createObjectURL.\r\n * @param {string} [filename=file.json] - The filename to save the file as.\r\n * @param {string} [filetype=application/json] - The file type to use when saving the file. Defaults to JSON.\r\n *\r\n * @return {this} This Loader plugin.\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 996, + "lineno": 1171, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Causes the browser to save the given data as a file to its default Downloads folder.\r\rCreates a DOM level anchor link, assigns it as being a `download` anchor, sets the href\rto be an ObjectURL based on the given data, and then invokes a click event.", @@ -221362,16 +221708,16 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#save", "scope": "instance", - "___id": "T000002R024978", + "___id": "T000002R025058", "___s": true }, { "comment": "/**\r\n * Resets the Loader.\r\n *\r\n * This will clear all lists and reset the base URL, path and prefix.\r\n *\r\n * Warning: If the Loader is currently downloading files, or has files in its queue, they will be aborted.\r\n *\r\n * @method Phaser.Loader.LoaderPlugin#reset\r\n * @since 3.0.0\r\n */", "meta": { "filename": "LoaderPlugin.js", - "lineno": 1030, + "lineno": 1205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Resets the Loader.\r\rThis will clear all lists and reset the base URL, path and prefix.\r\rWarning: If the Loader is currently downloading files, or has files in its queue, they will be aborted.", @@ -221381,7 +221727,7 @@ "memberof": "Phaser.Loader.LoaderPlugin", "longname": "Phaser.Loader.LoaderPlugin#reset", "scope": "instance", - "___id": "T000002R024989", + "___id": "T000002R025069", "___s": true }, { @@ -221390,7 +221736,7 @@ "filename": "MergeXHRSettings.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Takes two XHRSettings Objects and creates a new XHRSettings object from them.\r\rThe new object is seeded by the values given in the global settings, but any setting in\rthe local object overrides the global ones.", @@ -221442,7 +221788,7 @@ "memberof": "Phaser.Loader", "longname": "Phaser.Loader.MergeXHRSettings", "scope": "static", - "___id": "T000002R025011", + "___id": "T000002R025091", "___s": true }, { @@ -221451,7 +221797,7 @@ "filename": "MultiFile.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "classdesc": "A MultiFile is a special kind of parent that contains two, or more, Files as children and looks after\rthe loading and processing of them all. It is commonly extended and used as a base class for file types such as AtlasJSON or BitmapFont.\r\rYou shouldn't create an instance of a MultiFile directly, but should extend it with your own class, setting a custom type and processing methods.", @@ -221524,7 +221870,7 @@ ], "scope": "static", "longname": "Phaser.Loader.MultiFile", - "___id": "T000002R025020", + "___id": "T000002R025100", "___s": true }, { @@ -221533,7 +221879,7 @@ "filename": "MultiFile.js", "lineno": 45, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "A reference to the Loader that is going to load this file.", @@ -221552,7 +221898,7 @@ "longname": "Phaser.Loader.MultiFile#loader", "scope": "instance", "kind": "member", - "___id": "T000002R025024", + "___id": "T000002R025104", "___s": true }, { @@ -221561,7 +221907,7 @@ "filename": "MultiFile.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The file type string for sorting within the Loader.", @@ -221580,7 +221926,7 @@ "longname": "Phaser.Loader.MultiFile#type", "scope": "instance", "kind": "member", - "___id": "T000002R025026", + "___id": "T000002R025106", "___s": true }, { @@ -221589,7 +221935,7 @@ "filename": "MultiFile.js", "lineno": 63, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Unique cache key (unique within its file type)", @@ -221608,7 +221954,7 @@ "longname": "Phaser.Loader.MultiFile#key", "scope": "instance", "kind": "member", - "___id": "T000002R025028", + "___id": "T000002R025108", "___s": true }, { @@ -221617,7 +221963,7 @@ "filename": "MultiFile.js", "lineno": 89, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Array of files that make up this MultiFile.", @@ -221645,7 +221991,7 @@ "longname": "Phaser.Loader.MultiFile#files", "scope": "instance", "kind": "member", - "___id": "T000002R025034", + "___id": "T000002R025114", "___s": true }, { @@ -221654,7 +222000,7 @@ "filename": "MultiFile.js", "lineno": 98, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The current state of the file. One of the FILE_CONST values.", @@ -221673,7 +222019,7 @@ "longname": "Phaser.Loader.MultiFile#state", "scope": "instance", "kind": "member", - "___id": "T000002R025036", + "___id": "T000002R025116", "___s": true }, { @@ -221682,7 +222028,7 @@ "filename": "MultiFile.js", "lineno": 107, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The completion status of this MultiFile.", @@ -221702,7 +222048,7 @@ "longname": "Phaser.Loader.MultiFile#complete", "scope": "instance", "kind": "member", - "___id": "T000002R025038", + "___id": "T000002R025118", "___s": true }, { @@ -221711,7 +222057,7 @@ "filename": "MultiFile.js", "lineno": 117, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The number of files to load.", @@ -221730,7 +222076,7 @@ "longname": "Phaser.Loader.MultiFile#pending", "scope": "instance", "kind": "member", - "___id": "T000002R025040", + "___id": "T000002R025120", "___s": true }, { @@ -221739,7 +222085,7 @@ "filename": "MultiFile.js", "lineno": 127, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "The number of files that failed to load.", @@ -221759,7 +222105,7 @@ "longname": "Phaser.Loader.MultiFile#failed", "scope": "instance", "kind": "member", - "___id": "T000002R025042", + "___id": "T000002R025122", "___s": true }, { @@ -221768,7 +222114,7 @@ "filename": "MultiFile.js", "lineno": 137, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "A storage container for transient data that the loading files need.", @@ -221787,7 +222133,7 @@ "longname": "Phaser.Loader.MultiFile#config", "scope": "instance", "kind": "member", - "___id": "T000002R025044", + "___id": "T000002R025124", "___s": true }, { @@ -221796,7 +222142,7 @@ "filename": "MultiFile.js", "lineno": 146, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "A reference to the Loaders baseURL at the time this MultiFile was created.\rUsed to populate child-files.", @@ -221815,7 +222161,7 @@ "longname": "Phaser.Loader.MultiFile#baseURL", "scope": "instance", "kind": "member", - "___id": "T000002R025046", + "___id": "T000002R025126", "___s": true }, { @@ -221824,7 +222170,7 @@ "filename": "MultiFile.js", "lineno": 156, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "A reference to the Loaders path at the time this MultiFile was created.\rUsed to populate child-files.", @@ -221843,7 +222189,7 @@ "longname": "Phaser.Loader.MultiFile#path", "scope": "instance", "kind": "member", - "___id": "T000002R025048", + "___id": "T000002R025128", "___s": true }, { @@ -221852,7 +222198,7 @@ "filename": "MultiFile.js", "lineno": 166, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "A reference to the Loaders prefix at the time this MultiFile was created.\rUsed to populate child-files.", @@ -221871,7 +222217,7 @@ "longname": "Phaser.Loader.MultiFile#prefix", "scope": "instance", "kind": "member", - "___id": "T000002R025050", + "___id": "T000002R025130", "___s": true }, { @@ -221880,7 +222226,7 @@ "filename": "MultiFile.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Checks if this MultiFile is ready to process its children or not.", @@ -221904,7 +222250,7 @@ "memberof": "Phaser.Loader.MultiFile", "longname": "Phaser.Loader.MultiFile#isReadyToProcess", "scope": "instance", - "___id": "T000002R025054", + "___id": "T000002R025134", "___s": true }, { @@ -221913,7 +222259,7 @@ "filename": "MultiFile.js", "lineno": 196, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Adds another child to this MultiFile, increases the pending count and resets the completion status.", @@ -221952,7 +222298,7 @@ "memberof": "Phaser.Loader.MultiFile", "longname": "Phaser.Loader.MultiFile#addToMultiFile", "scope": "instance", - "___id": "T000002R025056", + "___id": "T000002R025136", "___s": true }, { @@ -221961,7 +222307,7 @@ "filename": "MultiFile.js", "lineno": 219, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Called by each File when it finishes loading.", @@ -221986,7 +222332,7 @@ "memberof": "Phaser.Loader.MultiFile", "longname": "Phaser.Loader.MultiFile#onFileComplete", "scope": "instance", - "___id": "T000002R025060", + "___id": "T000002R025140", "___s": true }, { @@ -221995,7 +222341,7 @@ "filename": "MultiFile.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Called by each File that fails to load.", @@ -222020,7 +222366,7 @@ "memberof": "Phaser.Loader.MultiFile", "longname": "Phaser.Loader.MultiFile#onFileFailed", "scope": "instance", - "___id": "T000002R025063", + "___id": "T000002R025143", "___s": true }, { @@ -222029,7 +222375,7 @@ "filename": "MultiFile.js", "lineno": 258, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Called once all children of this multi file have been added to their caches and is now\rready for deletion from the Loader.\r\rIt will emit a `filecomplete` event from the LoaderPlugin.", @@ -222043,7 +222389,7 @@ "memberof": "Phaser.Loader.MultiFile", "longname": "Phaser.Loader.MultiFile#pendingDestroy", "scope": "instance", - "___id": "T000002R025066", + "___id": "T000002R025146", "___s": true }, { @@ -222052,7 +222398,7 @@ "filename": "MultiFile.js", "lineno": 292, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Destroy this Multi File and any references it holds.", @@ -222062,7 +222408,7 @@ "memberof": "Phaser.Loader.MultiFile", "longname": "Phaser.Loader.MultiFile#destroy", "scope": "instance", - "___id": "T000002R025072", + "___id": "T000002R025152", "___s": true }, { @@ -222071,7 +222417,7 @@ "filename": "FileConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\typedefs", "code": {} }, "kind": "typedef", @@ -222941,7 +223287,7 @@ "memberof": "Phaser.Types.Loader", "longname": "Phaser.Types.Loader.FileConfig", "scope": "static", - "___id": "T000002R025078", + "___id": "T000002R025158", "___s": true }, { @@ -222950,7 +223296,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\typedefs", "code": {} }, "kind": "namespace", @@ -222958,7 +223304,7 @@ "memberof": "Phaser.Types", "longname": "Phaser.Types.Loader", "scope": "static", - "___id": "T000002R025079", + "___id": "T000002R025159", "___s": true }, { @@ -222967,7 +223313,7 @@ "filename": "XHRSettingsObject.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\typedefs", "code": {} }, "kind": "typedef", @@ -223190,7 +223536,7 @@ "memberof": "Phaser.Types.Loader", "longname": "Phaser.Types.Loader.XHRSettingsObject", "scope": "static", - "___id": "T000002R025080", + "___id": "T000002R025160", "___s": true }, { @@ -223199,7 +223545,7 @@ "filename": "XHRLoader.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Creates a new XMLHttpRequest (xhr) object based on the given File and XHRSettings\rand starts the download of it. It uses the Files own XHRSettings and merges them\rwith the global XHRSettings object to set the xhr values before download.", @@ -223251,7 +223597,7 @@ "memberof": "Phaser.Loader", "longname": "Phaser.Loader.XHRLoader", "scope": "static", - "___id": "T000002R025082", + "___id": "T000002R025162", "___s": true }, { @@ -223260,7 +223606,7 @@ "filename": "XHRSettings.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "description": "Creates an XHRSettings Object with default values.", @@ -223376,7 +223722,7 @@ "memberof": "Phaser.Loader", "longname": "Phaser.Loader.XHRSettings", "scope": "static", - "___id": "T000002R025098", + "___id": "T000002R025178", "___s": true }, { @@ -223385,7 +223731,7 @@ "filename": "Between.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\angle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\angle", "code": {} }, "description": "Find the angle of a segment from (x1, y1) -> (x2, y2).", @@ -223463,7 +223809,7 @@ "memberof": "Phaser.Math.Angle", "longname": "Phaser.Math.Angle.Between", "scope": "static", - "___id": "T000002R025118", + "___id": "T000002R025198", "___s": true }, { @@ -223472,7 +223818,7 @@ "filename": "BetweenPoints.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\angle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\angle", "code": {} }, "description": "Find the angle of a segment from (point1.x, point1.y) -> (point2.x, point2.y).\r\rCalculates the angle of the vector from the first point to the second point.", @@ -223524,7 +223870,7 @@ "memberof": "Phaser.Math.Angle", "longname": "Phaser.Math.Angle.BetweenPoints", "scope": "static", - "___id": "T000002R025121", + "___id": "T000002R025201", "___s": true }, { @@ -223533,7 +223879,7 @@ "filename": "BetweenPointsY.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\angle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\angle", "code": {} }, "description": "Find the angle of a segment from (point1.x, point1.y) -> (point2.x, point2.y).\r\rThe difference between this method and {@link Phaser.Math.Angle.BetweenPoints} is that this assumes the y coordinate\rtravels down the screen.", @@ -223585,7 +223931,7 @@ "memberof": "Phaser.Math.Angle", "longname": "Phaser.Math.Angle.BetweenPointsY", "scope": "static", - "___id": "T000002R025124", + "___id": "T000002R025204", "___s": true }, { @@ -223594,7 +223940,7 @@ "filename": "BetweenY.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\angle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\angle", "code": {} }, "description": "Find the angle of a segment from (x1, y1) -> (x2, y2).\r\rThe difference between this method and {@link Phaser.Math.Angle.Between} is that this assumes the y coordinate\rtravels down the screen.", @@ -223672,7 +224018,7 @@ "memberof": "Phaser.Math.Angle", "longname": "Phaser.Math.Angle.BetweenY", "scope": "static", - "___id": "T000002R025127", + "___id": "T000002R025207", "___s": true }, { @@ -223681,7 +224027,7 @@ "filename": "CounterClockwise.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\angle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\angle", "code": {} }, "description": "Takes an angle in Phasers default clockwise format and converts it so that\r0 is North, 90 is West, 180 is South and 270 is East,\rtherefore running counter-clockwise instead of clockwise.\r\rYou can pass in the angle from a Game Object using:\r\r```javascript\rvar converted = CounterClockwise(gameobject.rotation);\r```\r\rAll values for this function are in radians.", @@ -223720,7 +224066,7 @@ "memberof": "Phaser.Math.Angle", "longname": "Phaser.Math.Angle.CounterClockwise", "scope": "static", - "___id": "T000002R025131", + "___id": "T000002R025211", "___s": true }, { @@ -223729,7 +224075,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\angle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\angle", "code": {} }, "kind": "namespace", @@ -223737,7 +224083,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.Angle", "scope": "static", - "___id": "T000002R025135", + "___id": "T000002R025215", "___s": true }, { @@ -223746,7 +224092,7 @@ "filename": "Normalize.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\angle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\angle", "code": {} }, "description": "Normalize an angle to the [0, 2pi] range.", @@ -223785,7 +224131,7 @@ "memberof": "Phaser.Math.Angle", "longname": "Phaser.Math.Angle.Normalize", "scope": "static", - "___id": "T000002R025150", + "___id": "T000002R025230", "___s": true }, { @@ -223794,7 +224140,7 @@ "filename": "Random.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\angle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\angle", "code": {} }, "description": "Returns a random angle in the range [-pi, pi].", @@ -223818,7 +224164,7 @@ "memberof": "Phaser.Math.Angle", "longname": "Phaser.Math.Angle.Random", "scope": "static", - "___id": "T000002R025155", + "___id": "T000002R025235", "___s": true }, { @@ -223827,7 +224173,7 @@ "filename": "RandomDegrees.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\angle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\angle", "code": {} }, "description": "Returns a random angle in the range [-180, 180].", @@ -223851,7 +224197,7 @@ "memberof": "Phaser.Math.Angle", "longname": "Phaser.Math.Angle.RandomDegrees", "scope": "static", - "___id": "T000002R025159", + "___id": "T000002R025239", "___s": true }, { @@ -223860,7 +224206,7 @@ "filename": "Reverse.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\angle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\angle", "code": {} }, "description": "Reverse the given angle.", @@ -223899,7 +224245,7 @@ "memberof": "Phaser.Math.Angle", "longname": "Phaser.Math.Angle.Reverse", "scope": "static", - "___id": "T000002R025163", + "___id": "T000002R025243", "___s": true }, { @@ -223908,7 +224254,7 @@ "filename": "RotateTo.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\angle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\angle", "code": {} }, "description": "Rotates `currentAngle` towards `targetAngle`, taking the shortest rotation distance. The `lerp` argument is the amount to rotate by in this call.", @@ -223975,7 +224321,7 @@ "memberof": "Phaser.Math.Angle", "longname": "Phaser.Math.Angle.RotateTo", "scope": "static", - "___id": "T000002R025167", + "___id": "T000002R025247", "___s": true }, { @@ -223984,7 +224330,7 @@ "filename": "ShortestBetween.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\angle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\angle", "code": {} }, "description": "Gets the shortest angle between `angle1` and `angle2`.\r\rBoth angles must be in the range -180 to 180, which is the same clamped\rrange that `sprite.angle` uses, so you can pass in two sprite angles to\rthis method and get the shortest angle back between the two of them.\r\rThe angle returned will be in the same range. If the returned angle is\rgreater than 0 then it's a counter-clockwise rotation, if < 0 then it's\ra clockwise rotation.", @@ -224036,7 +224382,7 @@ "memberof": "Phaser.Math.Angle", "longname": "Phaser.Math.Angle.ShortestBetween", "scope": "static", - "___id": "T000002R025176", + "___id": "T000002R025256", "___s": true }, { @@ -224045,7 +224391,7 @@ "filename": "Wrap.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\angle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\angle", "code": {} }, "description": "Wrap an angle.\r\rWraps the angle to a value in the range of -PI to PI.", @@ -224084,7 +224430,7 @@ "memberof": "Phaser.Math.Angle", "longname": "Phaser.Math.Angle.Wrap", "scope": "static", - "___id": "T000002R025182", + "___id": "T000002R025262", "___s": true }, { @@ -224093,7 +224439,7 @@ "filename": "WrapDegrees.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\angle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\angle", "code": {} }, "description": "Wrap an angle in degrees.\r\rWraps the angle to a value in the range of -180 to 180.", @@ -224132,7 +224478,7 @@ "memberof": "Phaser.Math.Angle", "longname": "Phaser.Math.Angle.WrapDegrees", "scope": "static", - "___id": "T000002R025186", + "___id": "T000002R025266", "___s": true }, { @@ -224141,7 +224487,7 @@ "filename": "Average.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the mean average of the given values.", @@ -224189,7 +224535,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.Average", "scope": "static", - "___id": "T000002R025189", + "___id": "T000002R025269", "___s": true }, { @@ -224198,7 +224544,7 @@ "filename": "Bernstein.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculates the Bernstein basis from the three factorial coefficients.", @@ -224250,7 +224596,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.Bernstein", "scope": "static", - "___id": "T000002R025196", + "___id": "T000002R025276", "___s": true }, { @@ -224259,7 +224605,7 @@ "filename": "Between.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Compute a random integer between the `min` and `max` values, inclusive.", @@ -224311,7 +224657,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.Between", "scope": "static", - "___id": "T000002R025199", + "___id": "T000002R025279", "___s": true }, { @@ -224320,7 +224666,7 @@ "filename": "CatmullRom.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculates a Catmull-Rom value from the given points, based on an alpha of 0.5.", @@ -224411,7 +224757,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.CatmullRom", "scope": "static", - "___id": "T000002R025202", + "___id": "T000002R025282", "___s": true }, { @@ -224420,7 +224766,7 @@ "filename": "CeilTo.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Ceils to some place comparative to a `base`, default is 10 for decimal place.\r\rThe `place` is represented by the power applied to `base` to get that place.", @@ -224489,7 +224835,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.CeilTo", "scope": "static", - "___id": "T000002R025209", + "___id": "T000002R025289", "___s": true }, { @@ -224498,7 +224844,7 @@ "filename": "Clamp.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Force a value within the boundaries by clamping it to the range `min`, `max`.", @@ -224563,7 +224909,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.Clamp", "scope": "static", - "___id": "T000002R025215", + "___id": "T000002R025295", "___s": true }, { @@ -224572,7 +224918,7 @@ "filename": "const.js", "lineno": 9, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "The value of PI * 2.", @@ -224591,7 +224937,7 @@ "longname": "Phaser.Math.PI2", "scope": "static", "kind": "member", - "___id": "T000002R025219", + "___id": "T000002R025299", "___s": true }, { @@ -224600,7 +224946,7 @@ "filename": "const.js", "lineno": 18, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "The value of PI * 0.5.\r\rYes, we understand that this should actually be PI * 2, but\rit has been like this for so long we can't change it now.\rIf you need PI * 2, use the PI2 constant instead.", @@ -224619,7 +224965,7 @@ "longname": "Phaser.Math.TAU", "scope": "static", "kind": "member", - "___id": "T000002R025221", + "___id": "T000002R025301", "___s": true }, { @@ -224628,7 +224974,7 @@ "filename": "const.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "An epsilon value (1.0e-6)", @@ -224647,7 +224993,7 @@ "longname": "Phaser.Math.EPSILON", "scope": "static", "kind": "member", - "___id": "T000002R025223", + "___id": "T000002R025303", "___s": true }, { @@ -224656,7 +225002,7 @@ "filename": "const.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "For converting degrees to radians (PI / 180)", @@ -224675,7 +225021,7 @@ "longname": "Phaser.Math.DEG_TO_RAD", "scope": "static", "kind": "member", - "___id": "T000002R025225", + "___id": "T000002R025305", "___s": true }, { @@ -224684,7 +225030,7 @@ "filename": "const.js", "lineno": 49, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "For converting radians to degrees (180 / PI)", @@ -224703,7 +225049,7 @@ "longname": "Phaser.Math.RAD_TO_DEG", "scope": "static", "kind": "member", - "___id": "T000002R025227", + "___id": "T000002R025307", "___s": true }, { @@ -224712,7 +225058,7 @@ "filename": "const.js", "lineno": 58, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "An instance of the Random Number Generator.\rThis is not set until the Game boots.", @@ -224731,7 +225077,7 @@ "longname": "Phaser.Math.RND", "scope": "static", "kind": "member", - "___id": "T000002R025229", + "___id": "T000002R025309", "___s": true }, { @@ -224740,7 +225086,7 @@ "filename": "const.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "The minimum safe integer this browser supports.\rWe use a const for backward compatibility with Internet Explorer.", @@ -224759,7 +225105,7 @@ "longname": "Phaser.Math.MIN_SAFE_INTEGER", "scope": "static", "kind": "member", - "___id": "T000002R025231", + "___id": "T000002R025311", "___s": true }, { @@ -224768,7 +225114,7 @@ "filename": "const.js", "lineno": 78, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "The maximum safe integer this browser supports.\rWe use a const for backward compatibility with Internet Explorer.", @@ -224787,7 +225133,7 @@ "longname": "Phaser.Math.MAX_SAFE_INTEGER", "scope": "static", "kind": "member", - "___id": "T000002R025233", + "___id": "T000002R025313", "___s": true }, { @@ -224796,7 +225142,7 @@ "filename": "DegToRad.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Convert the given angle from degrees, to the equivalent angle in radians.", @@ -224835,7 +225181,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.DegToRad", "scope": "static", - "___id": "T000002R025237", + "___id": "T000002R025317", "___s": true }, { @@ -224844,7 +225190,7 @@ "filename": "Difference.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculates the positive difference of two given numbers.", @@ -224896,7 +225242,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.Difference", "scope": "static", - "___id": "T000002R025240", + "___id": "T000002R025320", "___s": true }, { @@ -224905,7 +225251,7 @@ "filename": "DistanceBetween.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\distance", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\distance", "code": {} }, "description": "Calculate the distance between two sets of coordinates (points).", @@ -224983,7 +225329,7 @@ "memberof": "Phaser.Math.Distance", "longname": "Phaser.Math.Distance.Between", "scope": "static", - "___id": "T000002R025243", + "___id": "T000002R025323", "___s": true }, { @@ -224992,7 +225338,7 @@ "filename": "DistanceBetweenPoints.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\distance", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\distance", "code": {} }, "description": "Calculate the distance between two points.", @@ -225044,7 +225390,7 @@ "memberof": "Phaser.Math.Distance", "longname": "Phaser.Math.Distance.BetweenPoints", "scope": "static", - "___id": "T000002R025248", + "___id": "T000002R025328", "___s": true }, { @@ -225053,7 +225399,7 @@ "filename": "DistanceBetweenPointsSquared.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\distance", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\distance", "code": {} }, "description": "Calculate the squared distance between two points.", @@ -225105,7 +225451,7 @@ "memberof": "Phaser.Math.Distance", "longname": "Phaser.Math.Distance.BetweenPointsSquared", "scope": "static", - "___id": "T000002R025253", + "___id": "T000002R025333", "___s": true }, { @@ -225114,7 +225460,7 @@ "filename": "DistanceChebyshev.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\distance", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\distance", "code": {} }, "description": "Calculate the Chebyshev distance between two sets of coordinates (points).\r\rChebyshev distance (or chessboard distance) is the maximum of the horizontal and vertical distances.\rIt's the effective distance when movement can be horizontal, vertical, or diagonal.", @@ -225192,7 +225538,7 @@ "memberof": "Phaser.Math.Distance", "longname": "Phaser.Math.Distance.Chebyshev", "scope": "static", - "___id": "T000002R025258", + "___id": "T000002R025338", "___s": true }, { @@ -225201,7 +225547,7 @@ "filename": "DistancePower.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\distance", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\distance", "code": {} }, "description": "Calculate the distance between two sets of coordinates (points) to the power of `pow`.", @@ -225292,7 +225638,7 @@ "memberof": "Phaser.Math.Distance", "longname": "Phaser.Math.Distance.Power", "scope": "static", - "___id": "T000002R025261", + "___id": "T000002R025341", "___s": true }, { @@ -225301,7 +225647,7 @@ "filename": "DistanceSnake.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\distance", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\distance", "code": {} }, "description": "Calculate the snake distance between two sets of coordinates (points).\r\rSnake distance (rectilinear distance, Manhattan distance) is the sum of the horizontal and vertical distances.\rIt's the effective distance when movement is allowed only horizontally or vertically (but not both).", @@ -225379,7 +225725,7 @@ "memberof": "Phaser.Math.Distance", "longname": "Phaser.Math.Distance.Snake", "scope": "static", - "___id": "T000002R025265", + "___id": "T000002R025345", "___s": true }, { @@ -225388,7 +225734,7 @@ "filename": "DistanceSquared.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\distance", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\distance", "code": {} }, "description": "Calculate the distance between two sets of coordinates (points), squared.", @@ -225466,7 +225812,7 @@ "memberof": "Phaser.Math.Distance", "longname": "Phaser.Math.Distance.Squared", "scope": "static", - "___id": "T000002R025268", + "___id": "T000002R025348", "___s": true }, { @@ -225475,7 +225821,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\distance", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\distance", "code": {} }, "kind": "namespace", @@ -225483,7 +225829,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.Distance", "scope": "static", - "___id": "T000002R025273", + "___id": "T000002R025353", "___s": true }, { @@ -225492,7 +225838,7 @@ "filename": "In.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\back", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\back", "code": {} }, "description": "Back ease-in.", @@ -225546,7 +225892,7 @@ "memberof": "Phaser.Math.Easing.Back", "longname": "Phaser.Math.Easing.Back.In", "scope": "static", - "___id": "T000002R025282", + "___id": "T000002R025362", "___s": true }, { @@ -225555,7 +225901,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\back", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\back", "code": {} }, "kind": "namespace", @@ -225563,7 +225909,7 @@ "memberof": "Phaser.Math.Easing", "longname": "Phaser.Math.Easing.Back", "scope": "static", - "___id": "T000002R025286", + "___id": "T000002R025366", "___s": true }, { @@ -225572,7 +225918,7 @@ "filename": "InOut.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\back", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\back", "code": {} }, "description": "Back ease-in/out.", @@ -225626,7 +225972,7 @@ "memberof": "Phaser.Math.Easing.Back", "longname": "Phaser.Math.Easing.Back.InOut", "scope": "static", - "___id": "T000002R025291", + "___id": "T000002R025371", "___s": true }, { @@ -225635,7 +225981,7 @@ "filename": "Out.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\back", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\back", "code": {} }, "description": "Back ease-out.", @@ -225689,7 +226035,7 @@ "memberof": "Phaser.Math.Easing.Back", "longname": "Phaser.Math.Easing.Back.Out", "scope": "static", - "___id": "T000002R025298", + "___id": "T000002R025378", "___s": true }, { @@ -225698,7 +226044,7 @@ "filename": "In.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\bounce", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\bounce", "code": {} }, "description": "Bounce ease-in.", @@ -225737,7 +226083,7 @@ "memberof": "Phaser.Math.Easing.Bounce", "longname": "Phaser.Math.Easing.Bounce.In", "scope": "static", - "___id": "T000002R025302", + "___id": "T000002R025382", "___s": true }, { @@ -225746,7 +226092,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\bounce", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\bounce", "code": {} }, "kind": "namespace", @@ -225754,7 +226100,7 @@ "memberof": "Phaser.Math.Easing", "longname": "Phaser.Math.Easing.Bounce", "scope": "static", - "___id": "T000002R025309", + "___id": "T000002R025389", "___s": true }, { @@ -225763,7 +226109,7 @@ "filename": "InOut.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\bounce", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\bounce", "code": {} }, "description": "Bounce ease-in/out.", @@ -225802,7 +226148,7 @@ "memberof": "Phaser.Math.Easing.Bounce", "longname": "Phaser.Math.Easing.Bounce.InOut", "scope": "static", - "___id": "T000002R025314", + "___id": "T000002R025394", "___s": true }, { @@ -225811,7 +226157,7 @@ "filename": "Out.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\bounce", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\bounce", "code": {} }, "description": "Bounce ease-out.", @@ -225850,7 +226196,7 @@ "memberof": "Phaser.Math.Easing.Bounce", "longname": "Phaser.Math.Easing.Bounce.Out", "scope": "static", - "___id": "T000002R025328", + "___id": "T000002R025408", "___s": true }, { @@ -225859,7 +226205,7 @@ "filename": "In.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\circular", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\circular", "code": {} }, "description": "Circular ease-in.", @@ -225898,7 +226244,7 @@ "memberof": "Phaser.Math.Easing.Circular", "longname": "Phaser.Math.Easing.Circular.In", "scope": "static", - "___id": "T000002R025334", + "___id": "T000002R025414", "___s": true }, { @@ -225907,7 +226253,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\circular", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\circular", "code": {} }, "kind": "namespace", @@ -225915,7 +226261,7 @@ "memberof": "Phaser.Math.Easing", "longname": "Phaser.Math.Easing.Circular", "scope": "static", - "___id": "T000002R025337", + "___id": "T000002R025417", "___s": true }, { @@ -225924,7 +226270,7 @@ "filename": "InOut.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\circular", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\circular", "code": {} }, "description": "Circular ease-in/out.", @@ -225963,7 +226309,7 @@ "memberof": "Phaser.Math.Easing.Circular", "longname": "Phaser.Math.Easing.Circular.InOut", "scope": "static", - "___id": "T000002R025342", + "___id": "T000002R025422", "___s": true }, { @@ -225972,7 +226318,7 @@ "filename": "Out.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\circular", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\circular", "code": {} }, "description": "Circular ease-out.", @@ -226011,7 +226357,7 @@ "memberof": "Phaser.Math.Easing.Circular", "longname": "Phaser.Math.Easing.Circular.Out", "scope": "static", - "___id": "T000002R025347", + "___id": "T000002R025427", "___s": true }, { @@ -226020,7 +226366,7 @@ "filename": "In.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\cubic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\cubic", "code": {} }, "description": "Cubic ease-in.", @@ -226059,7 +226405,7 @@ "memberof": "Phaser.Math.Easing.Cubic", "longname": "Phaser.Math.Easing.Cubic.In", "scope": "static", - "___id": "T000002R025350", + "___id": "T000002R025430", "___s": true }, { @@ -226068,7 +226414,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\cubic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\cubic", "code": {} }, "kind": "namespace", @@ -226076,7 +226422,7 @@ "memberof": "Phaser.Math.Easing", "longname": "Phaser.Math.Easing.Cubic", "scope": "static", - "___id": "T000002R025353", + "___id": "T000002R025433", "___s": true }, { @@ -226085,7 +226431,7 @@ "filename": "InOut.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\cubic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\cubic", "code": {} }, "description": "Cubic ease-in/out.", @@ -226124,7 +226470,7 @@ "memberof": "Phaser.Math.Easing.Cubic", "longname": "Phaser.Math.Easing.Cubic.InOut", "scope": "static", - "___id": "T000002R025358", + "___id": "T000002R025438", "___s": true }, { @@ -226133,7 +226479,7 @@ "filename": "Out.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\cubic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\cubic", "code": {} }, "description": "Cubic ease-out.", @@ -226172,7 +226518,7 @@ "memberof": "Phaser.Math.Easing.Cubic", "longname": "Phaser.Math.Easing.Cubic.Out", "scope": "static", - "___id": "T000002R025363", + "___id": "T000002R025443", "___s": true }, { @@ -226181,7 +226527,7 @@ "filename": "In.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\elastic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\elastic", "code": {} }, "description": "Elastic ease-in.", @@ -226250,7 +226596,7 @@ "memberof": "Phaser.Math.Easing.Elastic", "longname": "Phaser.Math.Easing.Elastic.In", "scope": "static", - "___id": "T000002R025426", + "___id": "T000002R025506", "___s": true }, { @@ -226259,7 +226605,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\elastic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\elastic", "code": {} }, "kind": "namespace", @@ -226267,7 +226613,7 @@ "memberof": "Phaser.Math.Easing", "longname": "Phaser.Math.Easing.Elastic", "scope": "static", - "___id": "T000002R025435", + "___id": "T000002R025515", "___s": true }, { @@ -226276,7 +226622,7 @@ "filename": "InOut.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\elastic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\elastic", "code": {} }, "description": "Elastic ease-in/out.", @@ -226345,7 +226691,7 @@ "memberof": "Phaser.Math.Easing.Elastic", "longname": "Phaser.Math.Easing.Elastic.InOut", "scope": "static", - "___id": "T000002R025440", + "___id": "T000002R025520", "___s": true }, { @@ -226354,7 +226700,7 @@ "filename": "Out.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\elastic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\elastic", "code": {} }, "description": "Elastic ease-out.", @@ -226423,7 +226769,7 @@ "memberof": "Phaser.Math.Easing.Elastic", "longname": "Phaser.Math.Easing.Elastic.Out", "scope": "static", - "___id": "T000002R025451", + "___id": "T000002R025531", "___s": true }, { @@ -226432,7 +226778,7 @@ "filename": "In.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\expo", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\expo", "code": {} }, "description": "Exponential ease-in.", @@ -226471,7 +226817,7 @@ "memberof": "Phaser.Math.Easing.Expo", "longname": "Phaser.Math.Easing.Expo.In", "scope": "static", - "___id": "T000002R025459", + "___id": "T000002R025539", "___s": true }, { @@ -226480,7 +226826,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\expo", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\expo", "code": {} }, "kind": "namespace", @@ -226488,7 +226834,7 @@ "memberof": "Phaser.Math.Easing", "longname": "Phaser.Math.Easing.Expo", "scope": "static", - "___id": "T000002R025462", + "___id": "T000002R025542", "___s": true }, { @@ -226497,7 +226843,7 @@ "filename": "InOut.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\expo", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\expo", "code": {} }, "description": "Exponential ease-in/out.", @@ -226536,7 +226882,7 @@ "memberof": "Phaser.Math.Easing.Expo", "longname": "Phaser.Math.Easing.Expo.InOut", "scope": "static", - "___id": "T000002R025467", + "___id": "T000002R025547", "___s": true }, { @@ -226545,7 +226891,7 @@ "filename": "Out.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\expo", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\expo", "code": {} }, "description": "Exponential ease-out.", @@ -226584,7 +226930,7 @@ "memberof": "Phaser.Math.Easing.Expo", "longname": "Phaser.Math.Easing.Expo.Out", "scope": "static", - "___id": "T000002R025471", + "___id": "T000002R025551", "___s": true }, { @@ -226593,7 +226939,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing", "code": {} }, "kind": "namespace", @@ -226601,7 +226947,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.Easing", "scope": "static", - "___id": "T000002R025474", + "___id": "T000002R025554", "___s": true }, { @@ -226610,7 +226956,7 @@ "filename": "Linear.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\linear", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\linear", "code": {} }, "description": "Linear easing (no variation).", @@ -226649,7 +226995,7 @@ "memberof": "Phaser.Math.Easing", "longname": "Phaser.Math.Easing.Linear", "scope": "static", - "___id": "T000002R025489", + "___id": "T000002R025569", "___s": true }, { @@ -226658,7 +227004,7 @@ "filename": "In.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\quadratic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\quadratic", "code": {} }, "description": "Quadratic ease-in.", @@ -226697,7 +227043,7 @@ "memberof": "Phaser.Math.Easing.Quadratic", "longname": "Phaser.Math.Easing.Quadratic.In", "scope": "static", - "___id": "T000002R025492", + "___id": "T000002R025572", "___s": true }, { @@ -226706,7 +227052,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\quadratic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\quadratic", "code": {} }, "kind": "namespace", @@ -226714,7 +227060,7 @@ "memberof": "Phaser.Math.Easing", "longname": "Phaser.Math.Easing.Quadratic", "scope": "static", - "___id": "T000002R025495", + "___id": "T000002R025575", "___s": true }, { @@ -226723,7 +227069,7 @@ "filename": "InOut.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\quadratic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\quadratic", "code": {} }, "description": "Quadratic ease-in/out.", @@ -226762,7 +227108,7 @@ "memberof": "Phaser.Math.Easing.Quadratic", "longname": "Phaser.Math.Easing.Quadratic.InOut", "scope": "static", - "___id": "T000002R025500", + "___id": "T000002R025580", "___s": true }, { @@ -226771,7 +227117,7 @@ "filename": "Out.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\quadratic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\quadratic", "code": {} }, "description": "Quadratic ease-out.", @@ -226810,7 +227156,7 @@ "memberof": "Phaser.Math.Easing.Quadratic", "longname": "Phaser.Math.Easing.Quadratic.Out", "scope": "static", - "___id": "T000002R025504", + "___id": "T000002R025584", "___s": true }, { @@ -226819,7 +227165,7 @@ "filename": "In.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\quartic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\quartic", "code": {} }, "description": "Quartic ease-in.", @@ -226858,7 +227204,7 @@ "memberof": "Phaser.Math.Easing.Quartic", "longname": "Phaser.Math.Easing.Quartic.In", "scope": "static", - "___id": "T000002R025507", + "___id": "T000002R025587", "___s": true }, { @@ -226867,7 +227213,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\quartic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\quartic", "code": {} }, "kind": "namespace", @@ -226875,7 +227221,7 @@ "memberof": "Phaser.Math.Easing", "longname": "Phaser.Math.Easing.Quartic", "scope": "static", - "___id": "T000002R025510", + "___id": "T000002R025590", "___s": true }, { @@ -226884,7 +227230,7 @@ "filename": "InOut.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\quartic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\quartic", "code": {} }, "description": "Quartic ease-in/out.", @@ -226923,7 +227269,7 @@ "memberof": "Phaser.Math.Easing.Quartic", "longname": "Phaser.Math.Easing.Quartic.InOut", "scope": "static", - "___id": "T000002R025515", + "___id": "T000002R025595", "___s": true }, { @@ -226932,7 +227278,7 @@ "filename": "Out.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\quartic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\quartic", "code": {} }, "description": "Quartic ease-out.", @@ -226971,7 +227317,7 @@ "memberof": "Phaser.Math.Easing.Quartic", "longname": "Phaser.Math.Easing.Quartic.Out", "scope": "static", - "___id": "T000002R025520", + "___id": "T000002R025600", "___s": true }, { @@ -226980,7 +227326,7 @@ "filename": "In.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\quintic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\quintic", "code": {} }, "description": "Quintic ease-in.", @@ -227019,7 +227365,7 @@ "memberof": "Phaser.Math.Easing.Quintic", "longname": "Phaser.Math.Easing.Quintic.In", "scope": "static", - "___id": "T000002R025523", + "___id": "T000002R025603", "___s": true }, { @@ -227028,7 +227374,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\quintic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\quintic", "code": {} }, "kind": "namespace", @@ -227036,7 +227382,7 @@ "memberof": "Phaser.Math.Easing", "longname": "Phaser.Math.Easing.Quintic", "scope": "static", - "___id": "T000002R025526", + "___id": "T000002R025606", "___s": true }, { @@ -227045,7 +227391,7 @@ "filename": "InOut.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\quintic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\quintic", "code": {} }, "description": "Quintic ease-in/out.", @@ -227084,7 +227430,7 @@ "memberof": "Phaser.Math.Easing.Quintic", "longname": "Phaser.Math.Easing.Quintic.InOut", "scope": "static", - "___id": "T000002R025531", + "___id": "T000002R025611", "___s": true }, { @@ -227093,7 +227439,7 @@ "filename": "Out.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\quintic", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\quintic", "code": {} }, "description": "Quintic ease-out.", @@ -227132,7 +227478,7 @@ "memberof": "Phaser.Math.Easing.Quintic", "longname": "Phaser.Math.Easing.Quintic.Out", "scope": "static", - "___id": "T000002R025536", + "___id": "T000002R025616", "___s": true }, { @@ -227141,7 +227487,7 @@ "filename": "In.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\sine", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\sine", "code": {} }, "description": "Sinusoidal ease-in.", @@ -227180,7 +227526,7 @@ "memberof": "Phaser.Math.Easing.Sine", "longname": "Phaser.Math.Easing.Sine.In", "scope": "static", - "___id": "T000002R025539", + "___id": "T000002R025619", "___s": true }, { @@ -227189,7 +227535,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\sine", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\sine", "code": {} }, "kind": "namespace", @@ -227197,7 +227543,7 @@ "memberof": "Phaser.Math.Easing", "longname": "Phaser.Math.Easing.Sine", "scope": "static", - "___id": "T000002R025542", + "___id": "T000002R025622", "___s": true }, { @@ -227206,7 +227552,7 @@ "filename": "InOut.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\sine", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\sine", "code": {} }, "description": "Sinusoidal ease-in/out.", @@ -227245,7 +227591,7 @@ "memberof": "Phaser.Math.Easing.Sine", "longname": "Phaser.Math.Easing.Sine.InOut", "scope": "static", - "___id": "T000002R025547", + "___id": "T000002R025627", "___s": true }, { @@ -227254,7 +227600,7 @@ "filename": "Out.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\sine", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\sine", "code": {} }, "description": "Sinusoidal ease-out.", @@ -227293,7 +227639,7 @@ "memberof": "Phaser.Math.Easing.Sine", "longname": "Phaser.Math.Easing.Sine.Out", "scope": "static", - "___id": "T000002R025550", + "___id": "T000002R025630", "___s": true }, { @@ -227302,7 +227648,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\stepped", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\stepped", "code": {} }, "kind": "namespace", @@ -227310,7 +227656,7 @@ "memberof": "Phaser.Math.Easing", "longname": "Phaser.Math.Easing.Stepped", "scope": "static", - "___id": "T000002R025553", + "___id": "T000002R025633", "___s": true }, { @@ -227319,7 +227665,7 @@ "filename": "Stepped.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\easing\\stepped", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\easing\\stepped", "code": {} }, "description": "Stepped easing.", @@ -227373,7 +227719,7 @@ "memberof": "Phaser.Math.Easing", "longname": "Phaser.Math.Easing.Stepped", "scope": "static", - "___id": "T000002R025555", + "___id": "T000002R025635", "___s": true }, { @@ -227382,7 +227728,7 @@ "filename": "Euler.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "kind": "class", @@ -227435,7 +227781,7 @@ ], "scope": "static", "longname": "Phaser.Math.Euler", - "___id": "T000002R025564", + "___id": "T000002R025644", "___s": true }, { @@ -227444,7 +227790,7 @@ "filename": "Factorial.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculates the factorial of a given number for integer values greater than 0.", @@ -227483,7 +227829,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.Factorial", "scope": "static", - "___id": "T000002R025650", + "___id": "T000002R025730", "___s": true }, { @@ -227492,7 +227838,7 @@ "filename": "FloatBetween.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Generate a random floating point number between the two given bounds, minimum inclusive, maximum exclusive.", @@ -227544,7 +227890,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.FloatBetween", "scope": "static", - "___id": "T000002R025655", + "___id": "T000002R025735", "___s": true }, { @@ -227553,7 +227899,7 @@ "filename": "FloorTo.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Floors to some place comparative to a `base`, default is 10 for decimal place.\r\rThe `place` is represented by the power applied to `base` to get that place.", @@ -227622,7 +227968,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.FloorTo", "scope": "static", - "___id": "T000002R025658", + "___id": "T000002R025738", "___s": true }, { @@ -227631,7 +227977,7 @@ "filename": "FromPercent.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Return a value based on the range between `min` and `max` and the percentage given.", @@ -227697,7 +228043,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.FromPercent", "scope": "static", - "___id": "T000002R025665", + "___id": "T000002R025745", "___s": true }, { @@ -227706,7 +228052,7 @@ "filename": "Ceil.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\fuzzy", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\fuzzy", "code": {} }, "description": "Calculate the fuzzy ceiling of the given value.", @@ -227760,7 +228106,7 @@ "memberof": "Phaser.Math.Fuzzy", "longname": "Phaser.Math.Fuzzy.Ceil", "scope": "static", - "___id": "T000002R025669", + "___id": "T000002R025749", "___s": true }, { @@ -227769,7 +228115,7 @@ "filename": "Equal.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\fuzzy", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\fuzzy", "code": {} }, "description": "Check whether the given values are fuzzily equal.\r\rTwo numbers are fuzzily equal if their difference is less than `epsilon`.", @@ -227836,7 +228182,7 @@ "memberof": "Phaser.Math.Fuzzy", "longname": "Phaser.Math.Fuzzy.Equal", "scope": "static", - "___id": "T000002R025673", + "___id": "T000002R025753", "___s": true }, { @@ -227845,7 +228191,7 @@ "filename": "Floor.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\fuzzy", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\fuzzy", "code": {} }, "description": "Calculate the fuzzy floor of the given value.", @@ -227899,7 +228245,7 @@ "memberof": "Phaser.Math.Fuzzy", "longname": "Phaser.Math.Fuzzy.Floor", "scope": "static", - "___id": "T000002R025677", + "___id": "T000002R025757", "___s": true }, { @@ -227908,7 +228254,7 @@ "filename": "GreaterThan.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\fuzzy", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\fuzzy", "code": {} }, "description": "Check whether `a` is fuzzily greater than `b`.\r\r`a` is fuzzily greater than `b` if it is more than `b - epsilon`.", @@ -227975,7 +228321,7 @@ "memberof": "Phaser.Math.Fuzzy", "longname": "Phaser.Math.Fuzzy.GreaterThan", "scope": "static", - "___id": "T000002R025681", + "___id": "T000002R025761", "___s": true }, { @@ -227984,7 +228330,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\fuzzy", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\fuzzy", "code": {} }, "kind": "namespace", @@ -227992,7 +228338,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.Fuzzy", "scope": "static", - "___id": "T000002R025685", + "___id": "T000002R025765", "___s": true }, { @@ -228001,7 +228347,7 @@ "filename": "LessThan.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\fuzzy", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\fuzzy", "code": {} }, "description": "Check whether `a` is fuzzily less than `b`.\r\r`a` is fuzzily less than `b` if it is less than `b + epsilon`.", @@ -228068,7 +228414,7 @@ "memberof": "Phaser.Math.Fuzzy", "longname": "Phaser.Math.Fuzzy.LessThan", "scope": "static", - "___id": "T000002R025692", + "___id": "T000002R025772", "___s": true }, { @@ -228077,7 +228423,7 @@ "filename": "GetSpeed.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate a per-ms speed from a distance and time (given in seconds).", @@ -228132,7 +228478,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.GetSpeed", "scope": "static", - "___id": "T000002R025696", + "___id": "T000002R025776", "___s": true }, { @@ -228141,7 +228487,7 @@ "filename": "index.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "kind": "namespace", @@ -228149,7 +228495,7 @@ "memberof": "Phaser", "longname": "Phaser.Math", "scope": "static", - "___id": "T000002R025701", + "___id": "T000002R025781", "___s": true }, { @@ -228158,7 +228504,7 @@ "filename": "BezierInterpolation.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\interpolation", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\interpolation", "code": {} }, "description": "A bezier interpolation method.", @@ -228219,7 +228565,7 @@ "memberof": "Phaser.Math.Interpolation", "longname": "Phaser.Math.Interpolation.Bezier", "scope": "static", - "___id": "T000002R025760", + "___id": "T000002R025840", "___s": true }, { @@ -228228,7 +228574,7 @@ "filename": "CatmullRomInterpolation.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\interpolation", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\interpolation", "code": {} }, "description": "A Catmull-Rom interpolation method.", @@ -228289,7 +228635,7 @@ "memberof": "Phaser.Math.Interpolation", "longname": "Phaser.Math.Interpolation.CatmullRom", "scope": "static", - "___id": "T000002R025768", + "___id": "T000002R025848", "___s": true }, { @@ -228298,7 +228644,7 @@ "filename": "CubicBezierInterpolation.js", "lineno": 43, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\interpolation", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\interpolation", "code": {} }, "description": "A cubic bezier interpolation method.\r\rhttps://medium.com/@adrian_cooney/bezier-interpolation-13b68563313a", @@ -228389,7 +228735,7 @@ "memberof": "Phaser.Math.Interpolation", "longname": "Phaser.Math.Interpolation.CubicBezier", "scope": "static", - "___id": "T000002R025782", + "___id": "T000002R025862", "___s": true }, { @@ -228398,7 +228744,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\interpolation", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\interpolation", "code": {} }, "kind": "namespace", @@ -228406,7 +228752,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.Interpolation", "scope": "static", - "___id": "T000002R025785", + "___id": "T000002R025865", "___s": true }, { @@ -228415,7 +228761,7 @@ "filename": "LinearInterpolation.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\interpolation", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\interpolation", "code": {} }, "description": "A linear interpolation method.", @@ -228483,7 +228829,7 @@ "memberof": "Phaser.Math.Interpolation", "longname": "Phaser.Math.Interpolation.Linear", "scope": "static", - "___id": "T000002R025795", + "___id": "T000002R025875", "___s": true }, { @@ -228492,7 +228838,7 @@ "filename": "QuadraticBezierInterpolation.js", "lineno": 35, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\interpolation", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\interpolation", "code": {} }, "description": "A quadratic bezier interpolation method.", @@ -228570,7 +228916,7 @@ "memberof": "Phaser.Math.Interpolation", "longname": "Phaser.Math.Interpolation.QuadraticBezier", "scope": "static", - "___id": "T000002R025805", + "___id": "T000002R025885", "___s": true }, { @@ -228579,7 +228925,7 @@ "filename": "SmootherStepInterpolation.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\interpolation", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\interpolation", "code": {} }, "description": "A Smoother Step interpolation method.", @@ -228647,7 +228993,7 @@ "memberof": "Phaser.Math.Interpolation", "longname": "Phaser.Math.Interpolation.SmootherStep", "scope": "static", - "___id": "T000002R025809", + "___id": "T000002R025889", "___s": true }, { @@ -228656,7 +229002,7 @@ "filename": "SmoothStepInterpolation.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\interpolation", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\interpolation", "code": {} }, "description": "A Smooth Step interpolation method.", @@ -228724,7 +229070,7 @@ "memberof": "Phaser.Math.Interpolation", "longname": "Phaser.Math.Interpolation.SmoothStep", "scope": "static", - "___id": "T000002R025813", + "___id": "T000002R025893", "___s": true }, { @@ -228733,7 +229079,7 @@ "filename": "IsEven.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Check if a given value is an even number.", @@ -228772,7 +229118,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.IsEven", "scope": "static", - "___id": "T000002R025816", + "___id": "T000002R025896", "___s": true }, { @@ -228781,7 +229127,7 @@ "filename": "IsEvenStrict.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Check if a given value is an even number using a strict type check.", @@ -228820,7 +229166,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.IsEvenStrict", "scope": "static", - "___id": "T000002R025819", + "___id": "T000002R025899", "___s": true }, { @@ -228829,7 +229175,7 @@ "filename": "Linear.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculates a linear (interpolation) value over t.", @@ -228894,7 +229240,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.Linear", "scope": "static", - "___id": "T000002R025822", + "___id": "T000002R025902", "___s": true }, { @@ -228903,7 +229249,7 @@ "filename": "LinearXY.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Interpolates two given Vectors and returns a new Vector between them.\r\rDoes not modify either of the passed Vectors.", @@ -228970,7 +229316,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.LinearXY", "scope": "static", - "___id": "T000002R025825", + "___id": "T000002R025905", "___s": true }, { @@ -228979,7 +229325,7 @@ "filename": "Matrix3.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "classdesc": "A three-dimensional matrix.\r\rDefaults to the identity matrix when instantiated.", @@ -229005,7 +229351,7 @@ ], "scope": "static", "longname": "Phaser.Math.Matrix3", - "___id": "T000002R025830", + "___id": "T000002R025910", "___s": true }, { @@ -229014,7 +229360,7 @@ "filename": "Matrix3.js", "lineno": 31, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "The matrix values.", @@ -229033,7 +229379,7 @@ "longname": "Phaser.Math.Matrix3#val", "scope": "instance", "kind": "member", - "___id": "T000002R025833", + "___id": "T000002R025913", "___s": true }, { @@ -229042,7 +229388,7 @@ "filename": "Matrix3.js", "lineno": 52, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Make a clone of this Matrix3.", @@ -229066,7 +229412,7 @@ "memberof": "Phaser.Math.Matrix3", "longname": "Phaser.Math.Matrix3#clone", "scope": "instance", - "___id": "T000002R025835", + "___id": "T000002R025915", "___s": true }, { @@ -229075,7 +229421,7 @@ "filename": "Matrix3.js", "lineno": 65, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "This method is an alias for `Matrix3.copy`.", @@ -229114,7 +229460,7 @@ "memberof": "Phaser.Math.Matrix3", "longname": "Phaser.Math.Matrix3#set", "scope": "instance", - "___id": "T000002R025837", + "___id": "T000002R025917", "___s": true }, { @@ -229123,7 +229469,7 @@ "filename": "Matrix3.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Copy the values of a given Matrix into this Matrix.", @@ -229162,7 +229508,7 @@ "memberof": "Phaser.Math.Matrix3", "longname": "Phaser.Math.Matrix3#copy", "scope": "instance", - "___id": "T000002R025839", + "___id": "T000002R025919", "___s": true }, { @@ -229171,7 +229517,7 @@ "filename": "Matrix3.js", "lineno": 108, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Copy the values of a given Matrix4 into this Matrix3.", @@ -229210,7 +229556,7 @@ "memberof": "Phaser.Math.Matrix3", "longname": "Phaser.Math.Matrix3#fromMat4", "scope": "instance", - "___id": "T000002R025852", + "___id": "T000002R025932", "___s": true }, { @@ -229219,7 +229565,7 @@ "filename": "Matrix3.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Set the values of this Matrix from the given array.", @@ -229258,7 +229604,7 @@ "memberof": "Phaser.Math.Matrix3", "longname": "Phaser.Math.Matrix3#fromArray", "scope": "instance", - "___id": "T000002R025865", + "___id": "T000002R025945", "___s": true }, { @@ -229267,7 +229613,7 @@ "filename": "Matrix3.js", "lineno": 163, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Reset this Matrix to an identity (default) matrix.", @@ -229291,7 +229637,7 @@ "memberof": "Phaser.Math.Matrix3", "longname": "Phaser.Math.Matrix3#identity", "scope": "instance", - "___id": "T000002R025877", + "___id": "T000002R025957", "___s": true }, { @@ -229300,7 +229646,7 @@ "filename": "Matrix3.js", "lineno": 188, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Transpose this Matrix.", @@ -229324,7 +229670,7 @@ "memberof": "Phaser.Math.Matrix3", "longname": "Phaser.Math.Matrix3#transpose", "scope": "instance", - "___id": "T000002R025889", + "___id": "T000002R025969", "___s": true }, { @@ -229333,7 +229679,7 @@ "filename": "Matrix3.js", "lineno": 213, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Invert this Matrix.", @@ -229357,7 +229703,7 @@ "memberof": "Phaser.Math.Matrix3", "longname": "Phaser.Math.Matrix3#invert", "scope": "instance", - "___id": "T000002R025901", + "___id": "T000002R025981", "___s": true }, { @@ -229366,7 +229712,7 @@ "filename": "Matrix3.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the adjoint, or adjugate, of this Matrix.", @@ -229390,7 +229736,7 @@ "memberof": "Phaser.Math.Matrix3", "longname": "Phaser.Math.Matrix3#adjoint", "scope": "instance", - "___id": "T000002R025927", + "___id": "T000002R026007", "___s": true }, { @@ -229399,7 +229745,7 @@ "filename": "Matrix3.js", "lineno": 297, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the determinant of this Matrix.", @@ -229423,7 +229769,7 @@ "memberof": "Phaser.Math.Matrix3", "longname": "Phaser.Math.Matrix3#determinant", "scope": "instance", - "___id": "T000002R025948", + "___id": "T000002R026028", "___s": true }, { @@ -229432,7 +229778,7 @@ "filename": "Matrix3.js", "lineno": 322, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Multiply this Matrix by the given Matrix.", @@ -229471,7 +229817,7 @@ "memberof": "Phaser.Math.Matrix3", "longname": "Phaser.Math.Matrix3#multiply", "scope": "instance", - "___id": "T000002R025960", + "___id": "T000002R026040", "___s": true }, { @@ -229480,7 +229826,7 @@ "filename": "Matrix3.js", "lineno": 373, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Translate this Matrix using the given Vector.", @@ -229534,7 +229880,7 @@ "memberof": "Phaser.Math.Matrix3", "longname": "Phaser.Math.Matrix3#translate", "scope": "instance", - "___id": "T000002R025991", + "___id": "T000002R026071", "___s": true }, { @@ -229543,7 +229889,7 @@ "filename": "Matrix3.js", "lineno": 396, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Apply a rotation transformation to this Matrix.", @@ -229582,7 +229928,7 @@ "memberof": "Phaser.Math.Matrix3", "longname": "Phaser.Math.Matrix3#rotate", "scope": "instance", - "___id": "T000002R025999", + "___id": "T000002R026079", "___s": true }, { @@ -229591,7 +229937,7 @@ "filename": "Matrix3.js", "lineno": 431, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Apply a scale transformation to this Matrix.\r\rUses the `x` and `y` components of the given Vector to scale the Matrix.", @@ -229645,7 +229991,7 @@ "memberof": "Phaser.Math.Matrix3", "longname": "Phaser.Math.Matrix3#scale", "scope": "instance", - "___id": "T000002R026016", + "___id": "T000002R026096", "___s": true }, { @@ -229654,7 +230000,7 @@ "filename": "Matrix3.js", "lineno": 460, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Set the values of this Matrix from the given Quaternion.", @@ -229693,7 +230039,7 @@ "memberof": "Phaser.Math.Matrix3", "longname": "Phaser.Math.Matrix3#fromQuat", "scope": "instance", - "___id": "T000002R026027", + "___id": "T000002R026107", "___s": true }, { @@ -229702,7 +230048,7 @@ "filename": "Matrix3.js", "lineno": 510, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Set the values of this Matrix3 to be normalized from the given Matrix4.", @@ -229741,7 +230087,7 @@ "memberof": "Phaser.Math.Matrix3", "longname": "Phaser.Math.Matrix3#normalFromMat4", "scope": "instance", - "___id": "T000002R026055", + "___id": "T000002R026135", "___s": true }, { @@ -229750,7 +230096,7 @@ "filename": "Matrix4.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "classdesc": "A four-dimensional matrix.\r\rAdapted from [gl-matrix](https://github.com/toji/gl-matrix) by toji\rand [vecmath](https://github.com/mattdesl/vecmath) by mattdesl", @@ -229776,7 +230122,7 @@ ], "scope": "static", "longname": "Phaser.Math.Matrix4", - "___id": "T000002R026102", + "___id": "T000002R026182", "___s": true }, { @@ -229785,7 +230131,7 @@ "filename": "Matrix4.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "The matrix values.", @@ -229804,7 +230150,7 @@ "longname": "Phaser.Math.Matrix4#val", "scope": "instance", "kind": "member", - "___id": "T000002R026105", + "___id": "T000002R026185", "___s": true }, { @@ -229813,7 +230159,7 @@ "filename": "Matrix4.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Make a clone of this Matrix4.", @@ -229837,7 +230183,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#clone", "scope": "instance", - "___id": "T000002R026107", + "___id": "T000002R026187", "___s": true }, { @@ -229846,7 +230192,7 @@ "filename": "Matrix4.js", "lineno": 69, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "This method is an alias for `Matrix4.copy`.", @@ -229886,7 +230232,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#set", "scope": "instance", - "___id": "T000002R026109", + "___id": "T000002R026189", "___s": true }, { @@ -229895,7 +230241,7 @@ "filename": "Matrix4.js", "lineno": 84, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Sets all values of this Matrix4.", @@ -230130,7 +230476,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#setValues", "scope": "instance", - "___id": "T000002R026111", + "___id": "T000002R026191", "___s": true }, { @@ -230139,7 +230485,7 @@ "filename": "Matrix4.js", "lineno": 133, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Copy the values of a given Matrix into this Matrix.", @@ -230179,7 +230525,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#copy", "scope": "instance", - "___id": "T000002R026130", + "___id": "T000002R026210", "___s": true }, { @@ -230188,7 +230534,7 @@ "filename": "Matrix4.js", "lineno": 150, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Set the values of this Matrix from the given array.", @@ -230237,7 +230583,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#fromArray", "scope": "instance", - "___id": "T000002R026133", + "___id": "T000002R026213", "___s": true }, { @@ -230246,7 +230592,7 @@ "filename": "Matrix4.js", "lineno": 165, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Reset this Matrix.\r\rSets all values to `0`.", @@ -230270,7 +230616,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#zero", "scope": "instance", - "___id": "T000002R026135", + "___id": "T000002R026215", "___s": true }, { @@ -230279,7 +230625,7 @@ "filename": "Matrix4.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Generates a transform matrix based on the given position, scale and rotation.", @@ -230345,7 +230691,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#transform", "scope": "instance", - "___id": "T000002R026137", + "___id": "T000002R026217", "___s": true }, { @@ -230354,7 +230700,7 @@ "filename": "Matrix4.js", "lineno": 225, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Set the `x`, `y` and `z` values of this Matrix.", @@ -230420,7 +230766,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#xyz", "scope": "instance", - "___id": "T000002R026144", + "___id": "T000002R026224", "___s": true }, { @@ -230429,7 +230775,7 @@ "filename": "Matrix4.js", "lineno": 250, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Set the scaling values of this Matrix.", @@ -230495,7 +230841,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#scaling", "scope": "instance", - "___id": "T000002R026150", + "___id": "T000002R026230", "___s": true }, { @@ -230504,7 +230850,7 @@ "filename": "Matrix4.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Reset this Matrix to an identity (default) matrix.", @@ -230529,7 +230875,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#identity", "scope": "instance", - "___id": "T000002R026157", + "___id": "T000002R026237", "___s": true }, { @@ -230538,7 +230884,7 @@ "filename": "Matrix4.js", "lineno": 289, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Transpose this Matrix.", @@ -230563,7 +230909,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#transpose", "scope": "instance", - "___id": "T000002R026159", + "___id": "T000002R026239", "___s": true }, { @@ -230572,7 +230918,7 @@ "filename": "Matrix4.js", "lineno": 324, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Copies the given Matrix4 into this Matrix and then inverses it.", @@ -230612,7 +230958,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#getInverse", "scope": "instance", - "___id": "T000002R026180", + "___id": "T000002R026260", "___s": true }, { @@ -230621,7 +230967,7 @@ "filename": "Matrix4.js", "lineno": 341, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Invert this Matrix.", @@ -230646,7 +230992,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#invert", "scope": "instance", - "___id": "T000002R026182", + "___id": "T000002R026262", "___s": true }, { @@ -230655,7 +231001,7 @@ "filename": "Matrix4.js", "lineno": 418, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the adjoint, or adjugate, of this Matrix.", @@ -230680,7 +231026,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#adjoint", "scope": "instance", - "___id": "T000002R026215", + "___id": "T000002R026295", "___s": true }, { @@ -230689,7 +231035,7 @@ "filename": "Matrix4.js", "lineno": 470, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the determinant of this Matrix.", @@ -230713,7 +231059,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#determinant", "scope": "instance", - "___id": "T000002R026234", + "___id": "T000002R026314", "___s": true }, { @@ -230722,7 +231068,7 @@ "filename": "Matrix4.js", "lineno": 519, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Multiply this Matrix by the given Matrix.", @@ -230762,7 +231108,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#multiply", "scope": "instance", - "___id": "T000002R026265", + "___id": "T000002R026345", "___s": true }, { @@ -230771,7 +231117,7 @@ "filename": "Matrix4.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Multiply the values of this Matrix4 by those given in the `src` argument.", @@ -230811,7 +231157,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#multiplyLocal", "scope": "instance", - "___id": "T000002R026317", + "___id": "T000002R026397", "___s": true }, { @@ -230820,7 +231166,7 @@ "filename": "Matrix4.js", "lineno": 637, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Multiplies the given Matrix4 object with this Matrix.\r\rThis is the same as calling `multiplyMatrices(m, this)`.", @@ -230860,7 +231206,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#premultiply", "scope": "instance", - "___id": "T000002R026321", + "___id": "T000002R026401", "___s": true }, { @@ -230869,7 +231215,7 @@ "filename": "Matrix4.js", "lineno": 654, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Multiplies the two given Matrix4 objects and stores the results in this Matrix.", @@ -230922,7 +231268,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#multiplyMatrices", "scope": "instance", - "___id": "T000002R026323", + "___id": "T000002R026403", "___s": true }, { @@ -230931,7 +231277,7 @@ "filename": "Matrix4.js", "lineno": 724, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Translate this Matrix using the given Vector.", @@ -230981,7 +231327,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#translate", "scope": "instance", - "___id": "T000002R026359", + "___id": "T000002R026439", "___s": true }, { @@ -230990,7 +231336,7 @@ "filename": "Matrix4.js", "lineno": 739, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Translate this Matrix using the given values.", @@ -231056,7 +231402,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#translateXYZ", "scope": "instance", - "___id": "T000002R026361", + "___id": "T000002R026441", "___s": true }, { @@ -231065,7 +231411,7 @@ "filename": "Matrix4.js", "lineno": 763, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Apply a scale transformation to this Matrix.\r\rUses the `x`, `y` and `z` components of the given Vector to scale the Matrix.", @@ -231115,7 +231461,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#scale", "scope": "instance", - "___id": "T000002R026368", + "___id": "T000002R026448", "___s": true }, { @@ -231124,7 +231470,7 @@ "filename": "Matrix4.js", "lineno": 780, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Apply a scale transformation to this Matrix.", @@ -231190,7 +231536,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#scaleXYZ", "scope": "instance", - "___id": "T000002R026370", + "___id": "T000002R026450", "___s": true }, { @@ -231199,7 +231545,7 @@ "filename": "Matrix4.js", "lineno": 814, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Derive a rotation matrix around the given axis.", @@ -231262,7 +231608,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#makeRotationAxis", "scope": "instance", - "___id": "T000002R026385", + "___id": "T000002R026465", "___s": true }, { @@ -231271,7 +231617,7 @@ "filename": "Matrix4.js", "lineno": 846, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Apply a rotation transformation to this Matrix.", @@ -231324,7 +231670,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#rotate", "scope": "instance", - "___id": "T000002R026395", + "___id": "T000002R026475", "___s": true }, { @@ -231333,7 +231679,7 @@ "filename": "Matrix4.js", "lineno": 930, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Rotate this matrix on its X axis.", @@ -231373,7 +231719,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#rotateX", "scope": "instance", - "___id": "T000002R026434", + "___id": "T000002R026514", "___s": true }, { @@ -231382,7 +231728,7 @@ "filename": "Matrix4.js", "lineno": 969, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Rotate this matrix on its Y axis.", @@ -231422,7 +231768,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#rotateY", "scope": "instance", - "___id": "T000002R026455", + "___id": "T000002R026535", "___s": true }, { @@ -231431,7 +231777,7 @@ "filename": "Matrix4.js", "lineno": 1008, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Rotate this matrix on its Z axis.", @@ -231471,7 +231817,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#rotateZ", "scope": "instance", - "___id": "T000002R026476", + "___id": "T000002R026556", "___s": true }, { @@ -231480,7 +231826,7 @@ "filename": "Matrix4.js", "lineno": 1047, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Set the values of this Matrix from the given rotation Quaternion and translation Vector.", @@ -231533,7 +231879,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#fromRotationTranslation", "scope": "instance", - "___id": "T000002R026497", + "___id": "T000002R026577", "___s": true }, { @@ -231542,7 +231888,7 @@ "filename": "Matrix4.js", "lineno": 1105, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Set the values of this Matrix from the given Quaternion.", @@ -231582,7 +231928,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#fromQuat", "scope": "instance", - "___id": "T000002R026515", + "___id": "T000002R026595", "___s": true }, { @@ -231591,7 +231937,7 @@ "filename": "Matrix4.js", "lineno": 1161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Generate a frustum matrix with the given bounds.", @@ -231696,7 +232042,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#frustum", "scope": "instance", - "___id": "T000002R026533", + "___id": "T000002R026613", "___s": true }, { @@ -231705,7 +232051,7 @@ "filename": "Matrix4.js", "lineno": 1205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Generate a perspective projection matrix with the given bounds.", @@ -231784,7 +232130,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#perspective", "scope": "instance", - "___id": "T000002R026538", + "___id": "T000002R026618", "___s": true }, { @@ -231793,7 +232139,7 @@ "filename": "Matrix4.js", "lineno": 1246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Generate a perspective projection matrix with the given bounds.", @@ -231872,7 +232218,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#perspectiveLH", "scope": "instance", - "___id": "T000002R026542", + "___id": "T000002R026622", "___s": true }, { @@ -231881,7 +232227,7 @@ "filename": "Matrix4.js", "lineno": 1284, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Generate an orthogonal projection matrix with the given bounds.", @@ -231986,7 +232332,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#ortho", "scope": "instance", - "___id": "T000002R026544", + "___id": "T000002R026624", "___s": true }, { @@ -231995,7 +232341,7 @@ "filename": "Matrix4.js", "lineno": 1333, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Generate a right-handed look-at matrix with the given eye position, target and up axis.", @@ -232061,7 +232407,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#lookAtRH", "scope": "instance", - "___id": "T000002R026552", + "___id": "T000002R026632", "___s": true }, { @@ -232070,7 +232416,7 @@ "filename": "Matrix4.js", "lineno": 1393, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Generate a look-at matrix with the given eye position, focal point, and up axis.", @@ -232136,7 +232482,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#lookAt", "scope": "instance", - "___id": "T000002R026567", + "___id": "T000002R026647", "___s": true }, { @@ -232145,7 +232491,7 @@ "filename": "Matrix4.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Set the values of this matrix from the given `yaw`, `pitch` and `roll` values.", @@ -232211,7 +232557,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#yawPitchRoll", "scope": "instance", - "___id": "T000002R026607", + "___id": "T000002R026687", "___s": true }, { @@ -232220,7 +232566,7 @@ "filename": "Matrix4.js", "lineno": 1560, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Generate a world matrix from the given rotation, position, scale, view matrix and projection matrix.", @@ -232314,7 +232660,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#setWorldMatrix", "scope": "instance", - "___id": "T000002R026636", + "___id": "T000002R026716", "___s": true }, { @@ -232323,7 +232669,7 @@ "filename": "Matrix4.js", "lineno": 1597, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Multiplies this Matrix4 by the given `src` Matrix4 and stores the results in the `out` Matrix4.", @@ -232375,7 +232721,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#multiplyToMat4", "scope": "instance", - "___id": "T000002R026638", + "___id": "T000002R026718", "___s": true }, { @@ -232384,7 +232730,7 @@ "filename": "Matrix4.js", "lineno": 1670, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Takes the rotation and position vectors and builds this Matrix4 from them.", @@ -232450,7 +232796,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#fromRotationXYTranslation", "scope": "instance", - "___id": "T000002R026674", + "___id": "T000002R026754", "___s": true }, { @@ -232459,7 +232805,7 @@ "filename": "Matrix4.js", "lineno": 1741, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Returns the maximum axis scale from this Matrix4.", @@ -232483,7 +232829,7 @@ "memberof": "Phaser.Math.Matrix4", "longname": "Phaser.Math.Matrix4#getMaxScaleOnAxis", "scope": "instance", - "___id": "T000002R026694", + "___id": "T000002R026774", "___s": true }, { @@ -232492,7 +232838,7 @@ "filename": "MaxAdd.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Add an `amount` to a `value`, limiting the maximum result to `max`.", @@ -232557,7 +232903,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.MaxAdd", "scope": "static", - "___id": "T000002R026706", + "___id": "T000002R026786", "___s": true }, { @@ -232566,7 +232912,7 @@ "filename": "Median.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the median of the given values. The values are sorted and the middle value is returned.\rIn case of an even number of values, the average of the two middle values is returned.", @@ -232614,7 +232960,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.Median", "scope": "static", - "___id": "T000002R026709", + "___id": "T000002R026789", "___s": true }, { @@ -232623,7 +232969,7 @@ "filename": "MinSub.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Subtract an `amount` from `value`, limiting the minimum result to `min`.", @@ -232688,7 +233034,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.MinSub", "scope": "static", - "___id": "T000002R026714", + "___id": "T000002R026794", "___s": true }, { @@ -232697,7 +233043,7 @@ "filename": "Percent.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Work out what percentage `value` is of the range between `min` and `max`.\rIf `max` isn't given then it will return the percentage of `value` to `min`.\r\rYou can optionally specify an `upperMax` value, which is a mid-way point in the range that represents 100%, after which the % starts to go down to zero again.", @@ -232777,7 +233123,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.Percent", "scope": "static", - "___id": "T000002R026717", + "___id": "T000002R026797", "___s": true }, { @@ -232786,7 +233132,7 @@ "filename": "GetPowerOfTwo.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\pow2", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\pow2", "code": {} }, "description": "Returns the nearest power of 2 to the given `value`.", @@ -232825,7 +233171,7 @@ "memberof": "Phaser.Math.Pow2", "longname": "Phaser.Math.Pow2.GetNext", "scope": "static", - "___id": "T000002R026726", + "___id": "T000002R026806", "___s": true }, { @@ -232834,7 +233180,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\pow2", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\pow2", "code": {} }, "kind": "namespace", @@ -232842,7 +233188,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.Pow2", "scope": "static", - "___id": "T000002R026730", + "___id": "T000002R026810", "___s": true }, { @@ -232851,7 +233197,7 @@ "filename": "IsSizePowerOfTwo.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\pow2", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\pow2", "code": {} }, "description": "Checks if the given `width` and `height` are a power of two.\rUseful for checking texture dimensions.", @@ -232903,7 +233249,7 @@ "memberof": "Phaser.Math.Pow2", "longname": "Phaser.Math.Pow2.IsSize", "scope": "static", - "___id": "T000002R026735", + "___id": "T000002R026815", "___s": true }, { @@ -232912,7 +233258,7 @@ "filename": "IsValuePowerOfTwo.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\pow2", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\pow2", "code": {} }, "description": "Tests the value and returns `true` if it is a power of two.", @@ -232951,7 +233297,7 @@ "memberof": "Phaser.Math.Pow2", "longname": "Phaser.Math.Pow2.IsValue", "scope": "static", - "___id": "T000002R026738", + "___id": "T000002R026818", "___s": true }, { @@ -232960,7 +233306,7 @@ "filename": "Quaternion.js", "lineno": 27, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "classdesc": "A quaternion.", @@ -233032,7 +233378,7 @@ ], "scope": "static", "longname": "Phaser.Math.Quaternion", - "___id": "T000002R026752", + "___id": "T000002R026832", "___s": true }, { @@ -233041,7 +233387,7 @@ "filename": "Quaternion.js", "lineno": 87, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "This callback is invoked, if set, each time a value in this quaternion is changed.\rThe callback is passed one argument, a reference to this quaternion.", @@ -233060,7 +233406,7 @@ "longname": "Phaser.Math.Quaternion#onChangeCallback", "scope": "instance", "kind": "member", - "___id": "T000002R026759", + "___id": "T000002R026839", "___s": true }, { @@ -233069,7 +233415,7 @@ "filename": "Quaternion.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "The x component of this Quaternion.", @@ -233089,7 +233435,7 @@ "longname": "Phaser.Math.Quaternion#x", "scope": "instance", "kind": "member", - "___id": "T000002R026761", + "___id": "T000002R026841", "___s": true }, { @@ -233098,7 +233444,7 @@ "filename": "Quaternion.js", "lineno": 122, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "The y component of this Quaternion.", @@ -233118,7 +233464,7 @@ "longname": "Phaser.Math.Quaternion#y", "scope": "instance", "kind": "member", - "___id": "T000002R026766", + "___id": "T000002R026846", "___s": true }, { @@ -233127,7 +233473,7 @@ "filename": "Quaternion.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "The z component of this Quaternion.", @@ -233147,7 +233493,7 @@ "longname": "Phaser.Math.Quaternion#z", "scope": "instance", "kind": "member", - "___id": "T000002R026771", + "___id": "T000002R026851", "___s": true }, { @@ -233156,7 +233502,7 @@ "filename": "Quaternion.js", "lineno": 166, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "The w component of this Quaternion.", @@ -233176,7 +233522,7 @@ "longname": "Phaser.Math.Quaternion#w", "scope": "instance", "kind": "member", - "___id": "T000002R026776", + "___id": "T000002R026856", "___s": true }, { @@ -233185,7 +233531,7 @@ "filename": "Quaternion.js", "lineno": 188, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Copy the components of a given Quaternion or Vector into this Quaternion.", @@ -233234,7 +233580,7 @@ "memberof": "Phaser.Math.Quaternion", "longname": "Phaser.Math.Quaternion#copy", "scope": "instance", - "___id": "T000002R026781", + "___id": "T000002R026861", "___s": true }, { @@ -233243,7 +233589,7 @@ "filename": "Quaternion.js", "lineno": 203, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Set the components of this Quaternion and optionally call the `onChangeCallback`.", @@ -233354,7 +233700,7 @@ "memberof": "Phaser.Math.Quaternion", "longname": "Phaser.Math.Quaternion#set", "scope": "instance", - "___id": "T000002R026783", + "___id": "T000002R026863", "___s": true }, { @@ -233363,7 +233709,7 @@ "filename": "Quaternion.js", "lineno": 244, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Add a given Quaternion or Vector to this Quaternion. Addition is component-wise.", @@ -233412,7 +233758,7 @@ "memberof": "Phaser.Math.Quaternion", "longname": "Phaser.Math.Quaternion#add", "scope": "instance", - "___id": "T000002R026794", + "___id": "T000002R026874", "___s": true }, { @@ -233421,7 +233767,7 @@ "filename": "Quaternion.js", "lineno": 266, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Subtract a given Quaternion or Vector from this Quaternion. Subtraction is component-wise.", @@ -233470,7 +233816,7 @@ "memberof": "Phaser.Math.Quaternion", "longname": "Phaser.Math.Quaternion#subtract", "scope": "instance", - "___id": "T000002R026800", + "___id": "T000002R026880", "___s": true }, { @@ -233479,7 +233825,7 @@ "filename": "Quaternion.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Scale this Quaternion by the given value.", @@ -233518,7 +233864,7 @@ "memberof": "Phaser.Math.Quaternion", "longname": "Phaser.Math.Quaternion#scale", "scope": "instance", - "___id": "T000002R026806", + "___id": "T000002R026886", "___s": true }, { @@ -233527,7 +233873,7 @@ "filename": "Quaternion.js", "lineno": 310, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the length of this Quaternion.", @@ -233551,7 +233897,7 @@ "memberof": "Phaser.Math.Quaternion", "longname": "Phaser.Math.Quaternion#length", "scope": "instance", - "___id": "T000002R026812", + "___id": "T000002R026892", "___s": true }, { @@ -233560,7 +233906,7 @@ "filename": "Quaternion.js", "lineno": 328, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the length of this Quaternion squared.", @@ -233584,7 +233930,7 @@ "memberof": "Phaser.Math.Quaternion", "longname": "Phaser.Math.Quaternion#lengthSq", "scope": "instance", - "___id": "T000002R026818", + "___id": "T000002R026898", "___s": true }, { @@ -233593,7 +233939,7 @@ "filename": "Quaternion.js", "lineno": 346, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Normalize this Quaternion.", @@ -233617,7 +233963,7 @@ "memberof": "Phaser.Math.Quaternion", "longname": "Phaser.Math.Quaternion#normalize", "scope": "instance", - "___id": "T000002R026824", + "___id": "T000002R026904", "___s": true }, { @@ -233626,7 +233972,7 @@ "filename": "Quaternion.js", "lineno": 377, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the dot product of this Quaternion and the given Quaternion or Vector.", @@ -233675,7 +234021,7 @@ "memberof": "Phaser.Math.Quaternion", "longname": "Phaser.Math.Quaternion#dot", "scope": "instance", - "___id": "T000002R026836", + "___id": "T000002R026916", "___s": true }, { @@ -233684,7 +234030,7 @@ "filename": "Quaternion.js", "lineno": 392, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Linearly interpolate this Quaternion towards the given Quaternion or Vector.", @@ -233748,7 +234094,7 @@ "memberof": "Phaser.Math.Quaternion", "longname": "Phaser.Math.Quaternion#lerp", "scope": "instance", - "___id": "T000002R026838", + "___id": "T000002R026918", "___s": true }, { @@ -233757,7 +234103,7 @@ "filename": "Quaternion.js", "lineno": 420, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Rotates this Quaternion based on the two given vectors.", @@ -233809,7 +234155,7 @@ "memberof": "Phaser.Math.Quaternion", "longname": "Phaser.Math.Quaternion#rotationTo", "scope": "instance", - "___id": "T000002R026845", + "___id": "T000002R026925", "___s": true }, { @@ -233818,7 +234164,7 @@ "filename": "Quaternion.js", "lineno": 464, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Set the axes of this Quaternion.", @@ -233883,7 +234229,7 @@ "memberof": "Phaser.Math.Quaternion", "longname": "Phaser.Math.Quaternion#setAxes", "scope": "instance", - "___id": "T000002R026852", + "___id": "T000002R026932", "___s": true }, { @@ -233892,7 +234238,7 @@ "filename": "Quaternion.js", "lineno": 495, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Reset this Matrix to an identity (default) Quaternion.", @@ -233916,7 +234262,7 @@ "memberof": "Phaser.Math.Quaternion", "longname": "Phaser.Math.Quaternion#identity", "scope": "instance", - "___id": "T000002R026864", + "___id": "T000002R026944", "___s": true }, { @@ -233925,7 +234271,7 @@ "filename": "Quaternion.js", "lineno": 508, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Set the axis angle of this Quaternion.", @@ -233977,7 +234323,7 @@ "memberof": "Phaser.Math.Quaternion", "longname": "Phaser.Math.Quaternion#setAxisAngle", "scope": "instance", - "___id": "T000002R026866", + "___id": "T000002R026946", "___s": true }, { @@ -233986,7 +234332,7 @@ "filename": "Quaternion.js", "lineno": 533, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Multiply this Quaternion by the given Quaternion or Vector.", @@ -234035,7 +234381,7 @@ "memberof": "Phaser.Math.Quaternion", "longname": "Phaser.Math.Quaternion#multiply", "scope": "instance", - "___id": "T000002R026870", + "___id": "T000002R026950", "___s": true }, { @@ -234044,7 +234390,7 @@ "filename": "Quaternion.js", "lineno": 563, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Smoothly linearly interpolate this Quaternion towards the given Quaternion or Vector.", @@ -234106,7 +234452,7 @@ "memberof": "Phaser.Math.Quaternion", "longname": "Phaser.Math.Quaternion#slerp", "scope": "instance", - "___id": "T000002R026880", + "___id": "T000002R026960", "___s": true }, { @@ -234115,7 +234461,7 @@ "filename": "Quaternion.js", "lineno": 626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Invert this Quaternion.", @@ -234139,7 +234485,7 @@ "memberof": "Phaser.Math.Quaternion", "longname": "Phaser.Math.Quaternion#invert", "scope": "instance", - "___id": "T000002R026902", + "___id": "T000002R026982", "___s": true }, { @@ -234148,7 +234494,7 @@ "filename": "Quaternion.js", "lineno": 652, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Convert this Quaternion into its conjugate.\r\rSets the x, y and z components.", @@ -234172,7 +234518,7 @@ "memberof": "Phaser.Math.Quaternion", "longname": "Phaser.Math.Quaternion#conjugate", "scope": "instance", - "___id": "T000002R026910", + "___id": "T000002R026990", "___s": true }, { @@ -234181,7 +234527,7 @@ "filename": "Quaternion.js", "lineno": 673, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Rotate this Quaternion on the X axis.", @@ -234220,7 +234566,7 @@ "memberof": "Phaser.Math.Quaternion", "longname": "Phaser.Math.Quaternion#rotateX", "scope": "instance", - "___id": "T000002R026915", + "___id": "T000002R026995", "___s": true }, { @@ -234229,7 +234575,7 @@ "filename": "Quaternion.js", "lineno": 703, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Rotate this Quaternion on the Y axis.", @@ -234268,7 +234614,7 @@ "memberof": "Phaser.Math.Quaternion", "longname": "Phaser.Math.Quaternion#rotateY", "scope": "instance", - "___id": "T000002R026924", + "___id": "T000002R027004", "___s": true }, { @@ -234277,7 +234623,7 @@ "filename": "Quaternion.js", "lineno": 733, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Rotate this Quaternion on the Z axis.", @@ -234316,7 +234662,7 @@ "memberof": "Phaser.Math.Quaternion", "longname": "Phaser.Math.Quaternion#rotateZ", "scope": "instance", - "___id": "T000002R026933", + "___id": "T000002R027013", "___s": true }, { @@ -234325,7 +234671,7 @@ "filename": "Quaternion.js", "lineno": 763, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Create a unit (or rotation) Quaternion from its x, y, and z components.\r\rSets the w component.", @@ -234349,7 +234695,7 @@ "memberof": "Phaser.Math.Quaternion", "longname": "Phaser.Math.Quaternion#calculateW", "scope": "instance", - "___id": "T000002R026942", + "___id": "T000002R027022", "___s": true }, { @@ -234358,7 +234704,7 @@ "filename": "Quaternion.js", "lineno": 784, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Set this Quaternion from the given Euler, based on Euler order.", @@ -234412,7 +234758,7 @@ "memberof": "Phaser.Math.Quaternion", "longname": "Phaser.Math.Quaternion#setFromEuler", "scope": "instance", - "___id": "T000002R026948", + "___id": "T000002R027028", "___s": true }, { @@ -234421,7 +234767,7 @@ "filename": "Quaternion.js", "lineno": 893, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Sets the rotation of this Quaternion from the given Matrix4.", @@ -234460,7 +234806,7 @@ "memberof": "Phaser.Math.Quaternion", "longname": "Phaser.Math.Quaternion#setFromRotationMatrix", "scope": "instance", - "___id": "T000002R026959", + "___id": "T000002R027039", "___s": true }, { @@ -234469,7 +234815,7 @@ "filename": "Quaternion.js", "lineno": 968, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Convert the given Matrix into this Quaternion.", @@ -234508,7 +234854,7 @@ "memberof": "Phaser.Math.Quaternion", "longname": "Phaser.Math.Quaternion#fromMat3", "scope": "instance", - "___id": "T000002R026977", + "___id": "T000002R027057", "___s": true }, { @@ -234517,7 +234863,7 @@ "filename": "RadToDeg.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Convert the given angle in radians, to the equivalent angle in degrees.", @@ -234556,7 +234902,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.RadToDeg", "scope": "static", - "___id": "T000002R027004", + "___id": "T000002R027084", "___s": true }, { @@ -234565,7 +234911,7 @@ "filename": "RandomDataGenerator.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\random-data-generator", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\random-data-generator", "code": {} }, "classdesc": "A seeded Random Data Generator.\r\rAccess via `Phaser.Math.RND` which is an instance of this class pre-defined\rby Phaser. Or, create your own instance to use as you require.\r\rThe `Math.RND` generator is seeded by the Game Config property value `seed`.\rIf no such config property exists, a random number is used.\r\rIf you create your own instance of this class you should provide a seed for it.\rIf no seed is given it will use a 'random' one based on Date.now.", @@ -234610,7 +234956,7 @@ ], "scope": "static", "longname": "Phaser.Math.RandomDataGenerator", - "___id": "T000002R027008", + "___id": "T000002R027088", "___s": true }, { @@ -234619,7 +234965,7 @@ "filename": "RandomDataGenerator.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\math\\random-data-generator", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\random-data-generator", "code": {} }, "description": "Signs to choose from.", @@ -234647,7 +234993,7 @@ "longname": "Phaser.Math.RandomDataGenerator#signs", "scope": "instance", "kind": "member", - "___id": "T000002R027022", + "___id": "T000002R027102", "___s": true }, { @@ -234656,7 +235002,7 @@ "filename": "RandomDataGenerator.js", "lineno": 163, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math\\random-data-generator", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\random-data-generator", "code": {} }, "description": "Initialize the state of the random data generator.", @@ -234700,7 +235046,7 @@ "memberof": "Phaser.Math.RandomDataGenerator", "longname": "Phaser.Math.RandomDataGenerator#init", "scope": "instance", - "___id": "T000002R027046", + "___id": "T000002R027126", "___s": true }, { @@ -234709,7 +235055,7 @@ "filename": "RandomDataGenerator.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math\\random-data-generator", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\random-data-generator", "code": {} }, "description": "Reset the seed of the random data generator.\r\r_Note_: the seed array is only processed up to the first `undefined` (or `null`) value, should such be present.", @@ -234743,7 +235089,7 @@ "memberof": "Phaser.Math.RandomDataGenerator", "longname": "Phaser.Math.RandomDataGenerator#sow", "scope": "instance", - "___id": "T000002R027048", + "___id": "T000002R027128", "___s": true }, { @@ -234752,7 +235098,7 @@ "filename": "RandomDataGenerator.js", "lineno": 221, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math\\random-data-generator", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\random-data-generator", "code": {} }, "description": "Returns a random integer between 0 and 2^32.", @@ -234776,7 +235122,7 @@ "memberof": "Phaser.Math.RandomDataGenerator", "longname": "Phaser.Math.RandomDataGenerator#integer", "scope": "instance", - "___id": "T000002R027063", + "___id": "T000002R027143", "___s": true }, { @@ -234785,7 +235131,7 @@ "filename": "RandomDataGenerator.js", "lineno": 235, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math\\random-data-generator", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\random-data-generator", "code": {} }, "description": "Returns a random real number between 0 and 1.", @@ -234809,7 +235155,7 @@ "memberof": "Phaser.Math.RandomDataGenerator", "longname": "Phaser.Math.RandomDataGenerator#frac", "scope": "instance", - "___id": "T000002R027065", + "___id": "T000002R027145", "___s": true }, { @@ -234818,7 +235164,7 @@ "filename": "RandomDataGenerator.js", "lineno": 249, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math\\random-data-generator", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\random-data-generator", "code": {} }, "description": "Returns a random real number between 0 and 2^32.", @@ -234842,7 +235188,7 @@ "memberof": "Phaser.Math.RandomDataGenerator", "longname": "Phaser.Math.RandomDataGenerator#real", "scope": "instance", - "___id": "T000002R027067", + "___id": "T000002R027147", "___s": true }, { @@ -234851,7 +235197,7 @@ "filename": "RandomDataGenerator.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math\\random-data-generator", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\random-data-generator", "code": {} }, "description": "Returns a random integer between and including min and max.", @@ -234903,7 +235249,7 @@ "memberof": "Phaser.Math.RandomDataGenerator", "longname": "Phaser.Math.RandomDataGenerator#integerInRange", "scope": "instance", - "___id": "T000002R027069", + "___id": "T000002R027149", "___s": true }, { @@ -234912,7 +235258,7 @@ "filename": "RandomDataGenerator.js", "lineno": 278, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math\\random-data-generator", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\random-data-generator", "code": {} }, "description": "Returns a random integer between and including min and max.\rThis method is an alias for RandomDataGenerator.integerInRange.", @@ -234964,7 +235310,7 @@ "memberof": "Phaser.Math.RandomDataGenerator", "longname": "Phaser.Math.RandomDataGenerator#between", "scope": "instance", - "___id": "T000002R027071", + "___id": "T000002R027151", "___s": true }, { @@ -234973,7 +235319,7 @@ "filename": "RandomDataGenerator.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math\\random-data-generator", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\random-data-generator", "code": {} }, "description": "Returns a random real number between min and max.", @@ -235025,7 +235371,7 @@ "memberof": "Phaser.Math.RandomDataGenerator", "longname": "Phaser.Math.RandomDataGenerator#realInRange", "scope": "instance", - "___id": "T000002R027073", + "___id": "T000002R027153", "___s": true }, { @@ -235034,7 +235380,7 @@ "filename": "RandomDataGenerator.js", "lineno": 311, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math\\random-data-generator", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\random-data-generator", "code": {} }, "description": "Returns a random real number between -1 and 1.", @@ -235058,7 +235404,7 @@ "memberof": "Phaser.Math.RandomDataGenerator", "longname": "Phaser.Math.RandomDataGenerator#normal", "scope": "instance", - "___id": "T000002R027075", + "___id": "T000002R027155", "___s": true }, { @@ -235067,7 +235413,7 @@ "filename": "RandomDataGenerator.js", "lineno": 324, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math\\random-data-generator", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\random-data-generator", "code": {} }, "description": "Returns a valid RFC4122 version4 ID hex string from https://gist.github.com/1308368", @@ -235091,7 +235437,7 @@ "memberof": "Phaser.Math.RandomDataGenerator", "longname": "Phaser.Math.RandomDataGenerator#uuid", "scope": "instance", - "___id": "T000002R027077", + "___id": "T000002R027157", "___s": true }, { @@ -235100,7 +235446,7 @@ "filename": "RandomDataGenerator.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math\\random-data-generator", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\random-data-generator", "code": {} }, "description": "Returns a random element from within the given array.", @@ -235168,7 +235514,7 @@ "memberof": "Phaser.Math.RandomDataGenerator", "longname": "Phaser.Math.RandomDataGenerator#pick", "scope": "instance", - "___id": "T000002R027084", + "___id": "T000002R027164", "___s": true }, { @@ -235177,7 +235523,7 @@ "filename": "RandomDataGenerator.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math\\random-data-generator", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\random-data-generator", "code": {} }, "description": "Returns a sign to be used with multiplication operator.", @@ -235201,7 +235547,7 @@ "memberof": "Phaser.Math.RandomDataGenerator", "longname": "Phaser.Math.RandomDataGenerator#sign", "scope": "instance", - "___id": "T000002R027086", + "___id": "T000002R027166", "___s": true }, { @@ -235210,7 +235556,7 @@ "filename": "RandomDataGenerator.js", "lineno": 377, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math\\random-data-generator", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\random-data-generator", "code": {} }, "description": "Returns a random element from within the given array, favoring the earlier entries.", @@ -235278,7 +235624,7 @@ "memberof": "Phaser.Math.RandomDataGenerator", "longname": "Phaser.Math.RandomDataGenerator#weightedPick", "scope": "instance", - "___id": "T000002R027088", + "___id": "T000002R027168", "___s": true }, { @@ -235287,7 +235633,7 @@ "filename": "RandomDataGenerator.js", "lineno": 396, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math\\random-data-generator", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\random-data-generator", "code": {} }, "description": "Returns a random timestamp between min and max, or between the beginning of 2000 and the end of 2020 if min and max aren't specified.", @@ -235339,7 +235685,7 @@ "memberof": "Phaser.Math.RandomDataGenerator", "longname": "Phaser.Math.RandomDataGenerator#timestamp", "scope": "instance", - "___id": "T000002R027090", + "___id": "T000002R027170", "___s": true }, { @@ -235348,7 +235694,7 @@ "filename": "RandomDataGenerator.js", "lineno": 412, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math\\random-data-generator", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\random-data-generator", "code": {} }, "description": "Returns a random angle between -180 and 180.", @@ -235372,7 +235718,7 @@ "memberof": "Phaser.Math.RandomDataGenerator", "longname": "Phaser.Math.RandomDataGenerator#angle", "scope": "instance", - "___id": "T000002R027092", + "___id": "T000002R027172", "___s": true }, { @@ -235381,7 +235727,7 @@ "filename": "RandomDataGenerator.js", "lineno": 425, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math\\random-data-generator", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\random-data-generator", "code": {} }, "description": "Returns a random rotation in radians, between -3.141 and 3.141", @@ -235405,7 +235751,7 @@ "memberof": "Phaser.Math.RandomDataGenerator", "longname": "Phaser.Math.RandomDataGenerator#rotation", "scope": "instance", - "___id": "T000002R027094", + "___id": "T000002R027174", "___s": true }, { @@ -235414,7 +235760,7 @@ "filename": "RandomDataGenerator.js", "lineno": 438, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math\\random-data-generator", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\random-data-generator", "code": {} }, "description": "Gets or Sets the state of the generator. This allows you to retain the values\rthat the generator is using between games, i.e. in a game save file.\r\rTo seed this generator with a previously saved state you can pass it as the\r`seed` value in your game config, or call this method directly after Phaser has booted.\r\rCall this method with no parameters to return the current state.\r\rIf providing a state it should match the same format that this method\rreturns, which is a string with a header `!rnd` followed by the `c`,\r`s0`, `s1` and `s2` values respectively, each comma-delimited.", @@ -235454,7 +235800,7 @@ "memberof": "Phaser.Math.RandomDataGenerator", "longname": "Phaser.Math.RandomDataGenerator#state", "scope": "instance", - "___id": "T000002R027096", + "___id": "T000002R027176", "___s": true }, { @@ -235463,7 +235809,7 @@ "filename": "RandomDataGenerator.js", "lineno": 473, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math\\random-data-generator", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\random-data-generator", "code": {} }, "description": "Shuffles the given array, using the current seed.", @@ -235535,7 +235881,7 @@ "memberof": "Phaser.Math.RandomDataGenerator", "longname": "Phaser.Math.RandomDataGenerator#shuffle", "scope": "instance", - "___id": "T000002R027103", + "___id": "T000002R027183", "___s": true }, { @@ -235544,7 +235890,7 @@ "filename": "RandomXY.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Compute a random unit vector.\r\rComputes random values for the given vector between -1 and 1 that can be used to represent a direction.\r\rOptionally accepts a scale value to scale the resulting vector by.", @@ -235598,7 +235944,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.RandomXY", "scope": "static", - "___id": "T000002R027112", + "___id": "T000002R027192", "___s": true }, { @@ -235607,7 +235953,7 @@ "filename": "RandomXYZ.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Compute a random position vector in a spherical area, optionally defined by the given radius.", @@ -235661,7 +236007,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.RandomXYZ", "scope": "static", - "___id": "T000002R027119", + "___id": "T000002R027199", "___s": true }, { @@ -235670,7 +236016,7 @@ "filename": "RandomXYZW.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Compute a random four-dimensional vector.", @@ -235724,7 +236070,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.RandomXYZW", "scope": "static", - "___id": "T000002R027129", + "___id": "T000002R027209", "___s": true }, { @@ -235733,7 +236079,7 @@ "filename": "Rotate.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Rotate a given point by a given angle around the origin (0, 0), in an anti-clockwise direction.", @@ -235795,7 +236141,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.Rotate", "scope": "static", - "___id": "T000002R027137", + "___id": "T000002R027217", "___s": true }, { @@ -235804,7 +236150,7 @@ "filename": "RotateAround.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Rotate a `point` around `x` and `y` to the given `angle`, at the same distance.\r\rIn polar notation, this maps a point from (r, t) to (r, angle), vs. the origin (x, y).", @@ -235900,7 +236246,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.RotateAround", "scope": "static", - "___id": "T000002R027144", + "___id": "T000002R027224", "___s": true }, { @@ -235909,7 +236255,7 @@ "filename": "RotateAroundDistance.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Rotate a `point` around `x` and `y` by the given `angle` and `distance`.\r\rIn polar notation, this maps a point from (r, t) to (distance, t + angle), vs. the origin (x, y).", @@ -236018,7 +236364,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.RotateAroundDistance", "scope": "static", - "___id": "T000002R027153", + "___id": "T000002R027233", "___s": true }, { @@ -236027,7 +236373,7 @@ "filename": "RotateTo.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Position a `point` at the given `angle` and `distance` to (`x`, `y`).", @@ -236126,7 +236472,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.RotateTo", "scope": "static", - "___id": "T000002R027159", + "___id": "T000002R027239", "___s": true }, { @@ -236135,7 +236481,7 @@ "filename": "RotateVec3.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Rotates a vector in place by axis angle.\r\rThis is the same as transforming a point by an\raxis-angle quaternion, but it has higher precision.", @@ -236200,7 +236546,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.RotateVec3", "scope": "static", - "___id": "T000002R027170", + "___id": "T000002R027250", "___s": true }, { @@ -236209,7 +236555,7 @@ "filename": "RoundAwayFromZero.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Round a given number so it is further away from zero. That is, positive numbers are rounded up, and negative numbers are rounded down.", @@ -236248,7 +236594,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.RoundAwayFromZero", "scope": "static", - "___id": "T000002R027173", + "___id": "T000002R027253", "___s": true }, { @@ -236257,7 +236603,7 @@ "filename": "RoundTo.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Round a value to the given precision.\r\rFor example:\r\r```javascript\rRoundTo(123.456, 0) = 123\rRoundTo(123.456, 1) = 120\rRoundTo(123.456, 2) = 100\r```\r\rTo round the decimal, i.e. to round to precision, pass in a negative `place`:\r\r```javascript\rRoundTo(123.456789, 0) = 123\rRoundTo(123.456789, -1) = 123.5\rRoundTo(123.456789, -2) = 123.46\rRoundTo(123.456789, -3) = 123.457\r```", @@ -236326,7 +236672,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.RoundTo", "scope": "static", - "___id": "T000002R027176", + "___id": "T000002R027256", "___s": true }, { @@ -236335,7 +236681,7 @@ "filename": "SinCosTableGenerator.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Generate a series of sine and cosine values.", @@ -236419,7 +236765,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.SinCosTableGenerator", "scope": "static", - "___id": "T000002R027182", + "___id": "T000002R027262", "___s": true }, { @@ -236428,7 +236774,7 @@ "filename": "SmootherStep.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate a smoother interpolation percentage of `x` between `min` and `max`.\r\rThe function receives the number `x` as an argument and returns 0 if `x` is less than or equal to the left edge,\r1 if `x` is greater than or equal to the right edge, and smoothly interpolates, using a Hermite polynomial,\rbetween 0 and 1 otherwise.\r\rProduces an even smoother interpolation than {@link Phaser.Math.SmoothStep}.", @@ -236496,7 +236842,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.SmootherStep", "scope": "static", - "___id": "T000002R027199", + "___id": "T000002R027279", "___s": true }, { @@ -236505,7 +236851,7 @@ "filename": "SmoothStep.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate a smooth interpolation percentage of `x` between `min` and `max`.\r\rThe function receives the number `x` as an argument and returns 0 if `x` is less than or equal to the left edge,\r1 if `x` is greater than or equal to the right edge, and smoothly interpolates, using a Hermite polynomial,\rbetween 0 and 1 otherwise.", @@ -236573,7 +236919,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.SmoothStep", "scope": "static", - "___id": "T000002R027203", + "___id": "T000002R027283", "___s": true }, { @@ -236582,7 +236928,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\snap", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\snap", "code": {} }, "kind": "namespace", @@ -236590,7 +236936,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.Snap", "scope": "static", - "___id": "T000002R027207", + "___id": "T000002R027287", "___s": true }, { @@ -236599,7 +236945,7 @@ "filename": "SnapCeil.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\snap", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\snap", "code": {} }, "description": "Snap a value to nearest grid slice, using ceil.\r\rExample: if you have an interval gap of `5` and a position of `12`... you will snap to `15`.\rAs will `14` snap to `15`... but `16` will snap to `20`.", @@ -236681,7 +237027,7 @@ "memberof": "Phaser.Math.Snap", "longname": "Phaser.Math.Snap.Ceil", "scope": "static", - "___id": "T000002R027212", + "___id": "T000002R027292", "___s": true }, { @@ -236690,7 +237036,7 @@ "filename": "SnapFloor.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\snap", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\snap", "code": {} }, "description": "Snap a value to nearest grid slice, using floor.\r\rExample: if you have an interval gap of `5` and a position of `12`... you will snap to `10`.\rAs will `14` snap to `10`... but `16` will snap to `15`.", @@ -236772,7 +237118,7 @@ "memberof": "Phaser.Math.Snap", "longname": "Phaser.Math.Snap.Floor", "scope": "static", - "___id": "T000002R027218", + "___id": "T000002R027298", "___s": true }, { @@ -236781,7 +237127,7 @@ "filename": "SnapTo.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\snap", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\snap", "code": {} }, "description": "Snap a value to nearest grid slice, using rounding.\r\rExample: if you have an interval gap of `5` and a position of `12`... you will snap to `10` whereas `14` will snap to `15`.", @@ -236863,7 +237209,7 @@ "memberof": "Phaser.Math.Snap", "longname": "Phaser.Math.Snap.To", "scope": "static", - "___id": "T000002R027224", + "___id": "T000002R027304", "___s": true }, { @@ -236872,7 +237218,7 @@ "filename": "ToXY.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Returns a Vector2 containing the x and y position of the given index in a `width` x `height` sized grid.\r\rFor example, in a 6 x 4 grid, index 16 would equal x: 4 y: 2.\r\rIf the given index is out of range an empty Vector2 is returned.", @@ -236951,7 +237297,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.ToXY", "scope": "static", - "___id": "T000002R027231", + "___id": "T000002R027311", "___s": true }, { @@ -236960,7 +237306,7 @@ "filename": "TransformXY.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Takes the `x` and `y` coordinates and transforms them into the same space as\rdefined by the position, rotation and scale values.", @@ -237121,7 +237467,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.TransformXY", "scope": "static", - "___id": "T000002R027242", + "___id": "T000002R027322", "___s": true }, { @@ -237130,7 +237476,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\typedefs", "code": {} }, "kind": "namespace", @@ -237138,7 +237484,7 @@ "memberof": "Phaser.Types", "longname": "Phaser.Types.Math", "scope": "static", - "___id": "T000002R027255", + "___id": "T000002R027335", "___s": true }, { @@ -237147,7 +237493,7 @@ "filename": "RectangleLike.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\typedefs", "code": {} }, "kind": "typedef", @@ -237219,7 +237565,7 @@ "memberof": "Phaser.Types.Math", "longname": "Phaser.Types.Math.RectangleLike", "scope": "static", - "___id": "T000002R027256", + "___id": "T000002R027336", "___s": true }, { @@ -237228,7 +237574,7 @@ "filename": "SinCosTable.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\typedefs", "code": {} }, "kind": "typedef", @@ -237287,7 +237633,7 @@ "memberof": "Phaser.Types.Math", "longname": "Phaser.Types.Math.SinCosTable", "scope": "static", - "___id": "T000002R027257", + "___id": "T000002R027337", "___s": true }, { @@ -237296,7 +237642,7 @@ "filename": "Vector2Like.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\typedefs", "code": {} }, "kind": "typedef", @@ -237342,16 +237688,16 @@ "memberof": "Phaser.Types.Math", "longname": "Phaser.Types.Math.Vector2Like", "scope": "static", - "___id": "T000002R027258", + "___id": "T000002R027338", "___s": true }, { - "comment": "/**\n * @typedef {object} Phaser.Types.Math.Vector3Like\n * @since 3.50.0\n *\n * @property {number} [x] - The x component.\n * @property {number} [y] - The y component.\n * @property {number} [z] - The z component.\n */", + "comment": "/**\r\n * @typedef {object} Phaser.Types.Math.Vector3Like\r\n * @since 3.50.0\r\n *\r\n * @property {number} [x] - The x component.\r\n * @property {number} [y] - The y component.\r\n * @property {number} [z] - The z component.\r\n */", "meta": { "filename": "Vector3Like.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\typedefs", "code": {} }, "kind": "typedef", @@ -237413,16 +237759,16 @@ "memberof": "Phaser.Types.Math", "longname": "Phaser.Types.Math.Vector3Like", "scope": "static", - "___id": "T000002R027259", + "___id": "T000002R027339", "___s": true }, { - "comment": "/**\n * @typedef {object} Phaser.Types.Math.Vector4Like\n * @since 3.50.0\n *\n * @property {number} [x] - The x component.\n * @property {number} [y] - The y component.\n * @property {number} [z] - The z component.\n * @property {number} [w] - The w component.\n */", + "comment": "/**\r\n * @typedef {object} Phaser.Types.Math.Vector4Like\r\n * @since 3.50.0\r\n *\r\n * @property {number} [x] - The x component.\r\n * @property {number} [y] - The y component.\r\n * @property {number} [z] - The z component.\r\n * @property {number} [w] - The w component.\r\n */", "meta": { "filename": "Vector4Like.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math\\typedefs", "code": {} }, "kind": "typedef", @@ -237498,7 +237844,7 @@ "memberof": "Phaser.Types.Math", "longname": "Phaser.Types.Math.Vector4Like", "scope": "static", - "___id": "T000002R027260", + "___id": "T000002R027340", "___s": true }, { @@ -237507,7 +237853,7 @@ "filename": "Vector2.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "classdesc": "A representation of a vector in 2D space.\r\rA two-component vector.", @@ -237559,7 +237905,7 @@ ], "scope": "static", "longname": "Phaser.Math.Vector2", - "___id": "T000002R027263", + "___id": "T000002R027343", "___s": true }, { @@ -237568,7 +237914,7 @@ "filename": "Vector2.js", "lineno": 33, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "The x component of this Vector.", @@ -237588,7 +237934,7 @@ "longname": "Phaser.Math.Vector2#x", "scope": "instance", "kind": "member", - "___id": "T000002R027266", + "___id": "T000002R027346", "___s": true }, { @@ -237597,7 +237943,7 @@ "filename": "Vector2.js", "lineno": 43, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "The y component of this Vector.", @@ -237617,7 +237963,7 @@ "longname": "Phaser.Math.Vector2#y", "scope": "instance", "kind": "member", - "___id": "T000002R027268", + "___id": "T000002R027348", "___s": true }, { @@ -237626,7 +237972,7 @@ "filename": "Vector2.js", "lineno": 67, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Make a clone of this Vector2.", @@ -237650,7 +237996,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#clone", "scope": "instance", - "___id": "T000002R027275", + "___id": "T000002R027355", "___s": true }, { @@ -237659,7 +238005,7 @@ "filename": "Vector2.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Copy the components of a given Vector into this Vector.", @@ -237698,7 +238044,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#copy", "scope": "instance", - "___id": "T000002R027277", + "___id": "T000002R027357", "___s": true }, { @@ -237707,7 +238053,7 @@ "filename": "Vector2.js", "lineno": 98, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Set the component values of this Vector from a given Vector2Like object.", @@ -237746,7 +238092,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#setFromObject", "scope": "instance", - "___id": "T000002R027281", + "___id": "T000002R027361", "___s": true }, { @@ -237755,7 +238101,7 @@ "filename": "Vector2.js", "lineno": 116, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Set the `x` and `y` components of the this Vector to the given `x` and `y` values.", @@ -237809,7 +238155,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#set", "scope": "instance", - "___id": "T000002R027285", + "___id": "T000002R027365", "___s": true }, { @@ -237818,7 +238164,7 @@ "filename": "Vector2.js", "lineno": 137, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "This method is an alias for `Vector2.set`.", @@ -237872,7 +238218,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#setTo", "scope": "instance", - "___id": "T000002R027290", + "___id": "T000002R027370", "___s": true }, { @@ -237881,7 +238227,7 @@ "filename": "Vector2.js", "lineno": 153, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Sets the `x` and `y` values of this object from a given polar coordinate.", @@ -237935,7 +238281,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#setToPolar", "scope": "instance", - "___id": "T000002R027292", + "___id": "T000002R027372", "___s": true }, { @@ -237944,7 +238290,7 @@ "filename": "Vector2.js", "lineno": 174, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Check whether this Vector is equal to a given Vector.\r\rPerforms a strict equality check against each Vector's components.", @@ -237983,7 +238329,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#equals", "scope": "instance", - "___id": "T000002R027297", + "___id": "T000002R027377", "___s": true }, { @@ -237992,7 +238338,7 @@ "filename": "Vector2.js", "lineno": 191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Check whether this Vector is approximately equal to a given Vector.", @@ -238046,7 +238392,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#fuzzyEquals", "scope": "instance", - "___id": "T000002R027299", + "___id": "T000002R027379", "___s": true }, { @@ -238055,7 +238401,7 @@ "filename": "Vector2.js", "lineno": 207, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the angle between this Vector and the positive x-axis, in radians.", @@ -238079,7 +238425,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#angle", "scope": "instance", - "___id": "T000002R027301", + "___id": "T000002R027381", "___s": true }, { @@ -238088,7 +238434,7 @@ "filename": "Vector2.js", "lineno": 229, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Set the angle of this Vector.", @@ -238127,7 +238473,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#setAngle", "scope": "instance", - "___id": "T000002R027305", + "___id": "T000002R027385", "___s": true }, { @@ -238136,7 +238482,7 @@ "filename": "Vector2.js", "lineno": 244, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Add a given Vector to this Vector. Addition is component-wise.", @@ -238175,7 +238521,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#add", "scope": "instance", - "___id": "T000002R027307", + "___id": "T000002R027387", "___s": true }, { @@ -238184,7 +238530,7 @@ "filename": "Vector2.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Subtract the given Vector from this Vector. Subtraction is component-wise.", @@ -238223,7 +238569,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#subtract", "scope": "instance", - "___id": "T000002R027311", + "___id": "T000002R027391", "___s": true }, { @@ -238232,7 +238578,7 @@ "filename": "Vector2.js", "lineno": 280, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Perform a component-wise multiplication between this Vector and the given Vector.\r\rMultiplies this Vector by the given Vector.", @@ -238271,7 +238617,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#multiply", "scope": "instance", - "___id": "T000002R027315", + "___id": "T000002R027395", "___s": true }, { @@ -238280,7 +238626,7 @@ "filename": "Vector2.js", "lineno": 300, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Scale this Vector by the given value.", @@ -238319,7 +238665,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#scale", "scope": "instance", - "___id": "T000002R027319", + "___id": "T000002R027399", "___s": true }, { @@ -238328,7 +238674,7 @@ "filename": "Vector2.js", "lineno": 326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Perform a component-wise division between this Vector and the given Vector.\r\rDivides this Vector by the given Vector.", @@ -238367,7 +238713,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#divide", "scope": "instance", - "___id": "T000002R027325", + "___id": "T000002R027405", "___s": true }, { @@ -238376,7 +238722,7 @@ "filename": "Vector2.js", "lineno": 346, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Negate the `x` and `y` components of this Vector.", @@ -238400,7 +238746,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#negate", "scope": "instance", - "___id": "T000002R027329", + "___id": "T000002R027409", "___s": true }, { @@ -238409,7 +238755,7 @@ "filename": "Vector2.js", "lineno": 362, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the distance between this Vector and the given Vector.", @@ -238448,7 +238794,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#distance", "scope": "instance", - "___id": "T000002R027333", + "___id": "T000002R027413", "___s": true }, { @@ -238457,7 +238803,7 @@ "filename": "Vector2.js", "lineno": 380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the distance between this Vector and the given Vector, squared.", @@ -238496,7 +238842,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#distanceSq", "scope": "instance", - "___id": "T000002R027337", + "___id": "T000002R027417", "___s": true }, { @@ -238505,7 +238851,7 @@ "filename": "Vector2.js", "lineno": 398, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the length (or magnitude) of this Vector.", @@ -238529,7 +238875,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#length", "scope": "instance", - "___id": "T000002R027341", + "___id": "T000002R027421", "___s": true }, { @@ -238538,7 +238884,7 @@ "filename": "Vector2.js", "lineno": 414, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Set the length (or magnitude) of this Vector.", @@ -238576,7 +238922,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#setLength", "scope": "instance", - "___id": "T000002R027345", + "___id": "T000002R027425", "___s": true }, { @@ -238585,7 +238931,7 @@ "filename": "Vector2.js", "lineno": 429, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the length of this Vector squared.", @@ -238609,7 +238955,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#lengthSq", "scope": "instance", - "___id": "T000002R027347", + "___id": "T000002R027427", "___s": true }, { @@ -238618,7 +238964,7 @@ "filename": "Vector2.js", "lineno": 445, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Normalize this Vector.\r\rMakes the vector a unit length vector (magnitude of 1) in the same direction.", @@ -238642,7 +238988,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#normalize", "scope": "instance", - "___id": "T000002R027351", + "___id": "T000002R027431", "___s": true }, { @@ -238651,7 +238997,7 @@ "filename": "Vector2.js", "lineno": 472, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Rotate this Vector to its perpendicular, in the positive direction.", @@ -238675,7 +239021,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#normalizeRightHand", "scope": "instance", - "___id": "T000002R027359", + "___id": "T000002R027439", "___s": true }, { @@ -238684,7 +239030,7 @@ "filename": "Vector2.js", "lineno": 490, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Rotate this Vector to its perpendicular, in the negative direction.", @@ -238708,7 +239054,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#normalizeLeftHand", "scope": "instance", - "___id": "T000002R027364", + "___id": "T000002R027444", "___s": true }, { @@ -238717,7 +239063,7 @@ "filename": "Vector2.js", "lineno": 508, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the dot product of this Vector and the given Vector.", @@ -238756,7 +239102,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#dot", "scope": "instance", - "___id": "T000002R027369", + "___id": "T000002R027449", "___s": true }, { @@ -238765,7 +239111,7 @@ "filename": "Vector2.js", "lineno": 523, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the cross product of this Vector and the given Vector.", @@ -238804,7 +239150,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#cross", "scope": "instance", - "___id": "T000002R027371", + "___id": "T000002R027451", "___s": true }, { @@ -238813,7 +239159,7 @@ "filename": "Vector2.js", "lineno": 538, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Linearly interpolate between this Vector and the given Vector.\r\rInterpolates this Vector towards the given Vector.", @@ -238867,7 +239213,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#lerp", "scope": "instance", - "___id": "T000002R027373", + "___id": "T000002R027453", "___s": true }, { @@ -238876,7 +239222,7 @@ "filename": "Vector2.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Transform this Vector with the given Matrix.", @@ -238915,7 +239261,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#transformMat3", "scope": "instance", - "___id": "T000002R027380", + "___id": "T000002R027460", "___s": true }, { @@ -238924,7 +239270,7 @@ "filename": "Vector2.js", "lineno": 586, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Transform this Vector with the given Matrix.", @@ -238963,7 +239309,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#transformMat4", "scope": "instance", - "___id": "T000002R027387", + "___id": "T000002R027467", "___s": true }, { @@ -238972,7 +239318,7 @@ "filename": "Vector2.js", "lineno": 608, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Make this Vector the zero vector (0, 0).", @@ -238996,7 +239342,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#reset", "scope": "instance", - "___id": "T000002R027394", + "___id": "T000002R027474", "___s": true }, { @@ -239005,7 +239351,7 @@ "filename": "Vector2.js", "lineno": 624, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Limit the length (or magnitude) of this Vector.", @@ -239044,7 +239390,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#limit", "scope": "instance", - "___id": "T000002R027398", + "___id": "T000002R027478", "___s": true }, { @@ -239053,7 +239399,7 @@ "filename": "Vector2.js", "lineno": 646, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Reflect this Vector off a line defined by a normal.", @@ -239092,7 +239438,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#reflect", "scope": "instance", - "___id": "T000002R027401", + "___id": "T000002R027481", "___s": true }, { @@ -239101,7 +239447,7 @@ "filename": "Vector2.js", "lineno": 663, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Reflect this Vector across another.", @@ -239140,7 +239486,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#mirror", "scope": "instance", - "___id": "T000002R027404", + "___id": "T000002R027484", "___s": true }, { @@ -239149,7 +239495,7 @@ "filename": "Vector2.js", "lineno": 678, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Rotate this Vector by an angle amount.", @@ -239188,7 +239534,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#rotate", "scope": "instance", - "___id": "T000002R027406", + "___id": "T000002R027486", "___s": true }, { @@ -239197,7 +239543,7 @@ "filename": "Vector2.js", "lineno": 696, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Project this Vector onto another.", @@ -239236,7 +239582,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2#project", "scope": "instance", - "___id": "T000002R027410", + "___id": "T000002R027490", "___s": true }, { @@ -239245,7 +239591,7 @@ "filename": "Vector2.js", "lineno": 715, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "A static zero Vector2 for use by reference.\r\rThis constant is meant for comparison operations and should not be modified directly.", @@ -239264,7 +239610,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2.ZERO", "scope": "static", - "___id": "T000002R027413", + "___id": "T000002R027493", "___s": true }, { @@ -239273,7 +239619,7 @@ "filename": "Vector2.js", "lineno": 727, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "A static right Vector2 for use by reference.\r\rThis constant is meant for comparison operations and should not be modified directly.", @@ -239292,7 +239638,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2.RIGHT", "scope": "static", - "___id": "T000002R027415", + "___id": "T000002R027495", "___s": true }, { @@ -239301,7 +239647,7 @@ "filename": "Vector2.js", "lineno": 739, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "A static left Vector2 for use by reference.\r\rThis constant is meant for comparison operations and should not be modified directly.", @@ -239320,7 +239666,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2.LEFT", "scope": "static", - "___id": "T000002R027417", + "___id": "T000002R027497", "___s": true }, { @@ -239329,7 +239675,7 @@ "filename": "Vector2.js", "lineno": 751, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "A static up Vector2 for use by reference.\r\rThis constant is meant for comparison operations and should not be modified directly.", @@ -239348,7 +239694,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2.UP", "scope": "static", - "___id": "T000002R027419", + "___id": "T000002R027499", "___s": true }, { @@ -239357,7 +239703,7 @@ "filename": "Vector2.js", "lineno": 763, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "A static down Vector2 for use by reference.\r\rThis constant is meant for comparison operations and should not be modified directly.", @@ -239376,7 +239722,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2.DOWN", "scope": "static", - "___id": "T000002R027421", + "___id": "T000002R027501", "___s": true }, { @@ -239385,7 +239731,7 @@ "filename": "Vector2.js", "lineno": 775, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "A static one Vector2 for use by reference.\r\rThis constant is meant for comparison operations and should not be modified directly.", @@ -239404,7 +239750,7 @@ "memberof": "Phaser.Math.Vector2", "longname": "Phaser.Math.Vector2.ONE", "scope": "static", - "___id": "T000002R027423", + "___id": "T000002R027503", "___s": true }, { @@ -239413,7 +239759,7 @@ "filename": "Vector3.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "classdesc": "A representation of a vector in 3D space.\r\rA three-component vector.", @@ -239467,7 +239813,7 @@ ], "scope": "static", "longname": "Phaser.Math.Vector3", - "___id": "T000002R027427", + "___id": "T000002R027507", "___s": true }, { @@ -239476,7 +239822,7 @@ "filename": "Vector3.js", "lineno": 33, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "The x component of this Vector.", @@ -239496,7 +239842,7 @@ "longname": "Phaser.Math.Vector3#x", "scope": "instance", "kind": "member", - "___id": "T000002R027430", + "___id": "T000002R027510", "___s": true }, { @@ -239505,7 +239851,7 @@ "filename": "Vector3.js", "lineno": 43, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "The y component of this Vector.", @@ -239525,7 +239871,7 @@ "longname": "Phaser.Math.Vector3#y", "scope": "instance", "kind": "member", - "___id": "T000002R027432", + "___id": "T000002R027512", "___s": true }, { @@ -239534,7 +239880,7 @@ "filename": "Vector3.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "The z component of this Vector.", @@ -239554,7 +239900,7 @@ "longname": "Phaser.Math.Vector3#z", "scope": "instance", "kind": "member", - "___id": "T000002R027434", + "___id": "T000002R027514", "___s": true }, { @@ -239563,7 +239909,7 @@ "filename": "Vector3.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Set this Vector to point up.\r\rSets the y component of the vector to 1, and the others to 0.", @@ -239587,7 +239933,7 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#up", "scope": "instance", - "___id": "T000002R027442", + "___id": "T000002R027522", "___s": true }, { @@ -239596,7 +239942,7 @@ "filename": "Vector3.js", "lineno": 96, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Sets the components of this Vector to be the `Math.min` result from the given vector.", @@ -239635,7 +239981,7 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#min", "scope": "instance", - "___id": "T000002R027447", + "___id": "T000002R027527", "___s": true }, { @@ -239644,7 +239990,7 @@ "filename": "Vector3.js", "lineno": 115, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Sets the components of this Vector to be the `Math.max` result from the given vector.", @@ -239683,7 +240029,7 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#max", "scope": "instance", - "___id": "T000002R027452", + "___id": "T000002R027532", "___s": true }, { @@ -239692,7 +240038,7 @@ "filename": "Vector3.js", "lineno": 134, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Make a clone of this Vector3.", @@ -239716,7 +240062,7 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#clone", "scope": "instance", - "___id": "T000002R027457", + "___id": "T000002R027537", "___s": true }, { @@ -239725,7 +240071,7 @@ "filename": "Vector3.js", "lineno": 147, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Adds the two given Vector3s and sets the results into this Vector3.", @@ -239777,16 +240123,77 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#addVectors", "scope": "instance", - "___id": "T000002R027459", + "___id": "T000002R027539", + "___s": true + }, + { + "comment": "/**\r\n * Subtracts the two given Vector3s and sets the results into this Vector3.\r\n *\r\n * @method Phaser.Math.Vector3#subVectors\r\n * @since 3.85.0\r\n *\r\n * @param {Phaser.Math.Vector3} a - The first Vector to sub.\r\n * @param {Phaser.Math.Vector3} b - The second Vector to sub.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", + "meta": { + "filename": "Vector3.js", + "lineno": 167, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", + "code": {} + }, + "description": "Subtracts the two given Vector3s and sets the results into this Vector3.", + "kind": "function", + "name": "subVectors", + "since": "3.85.0", + "params": [ + { + "type": { + "names": [ + "Phaser.Math.Vector3" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.Math.Vector3" + } + }, + "description": "The first Vector to sub.", + "name": "a" + }, + { + "type": { + "names": [ + "Phaser.Math.Vector3" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.Math.Vector3" + } + }, + "description": "The second Vector to sub.", + "name": "b" + } + ], + "returns": [ + { + "type": { + "names": [ + "Phaser.Math.Vector3" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.Math.Vector3" + } + }, + "description": "This Vector3." + } + ], + "memberof": "Phaser.Math.Vector3", + "longname": "Phaser.Math.Vector3#subVectors", + "scope": "instance", + "___id": "T000002R027544", "___s": true }, { "comment": "/**\r\n * Calculate the cross (vector) product of two given Vectors.\r\n *\r\n * @method Phaser.Math.Vector3#crossVectors\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Math.Vector3} a - The first Vector to multiply.\r\n * @param {Phaser.Math.Vector3} b - The second Vector to multiply.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 167, + "lineno": 187, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the cross (vector) product of two given Vectors.", @@ -239838,16 +240245,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#crossVectors", "scope": "instance", - "___id": "T000002R027464", + "___id": "T000002R027549", "___s": true }, { "comment": "/**\r\n * Check whether this Vector is equal to a given Vector.\r\n *\r\n * Performs a strict equality check against each Vector's components.\r\n *\r\n * @method Phaser.Math.Vector3#equals\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Math.Vector3} v - The Vector3 to compare against.\r\n *\r\n * @return {boolean} True if the two vectors strictly match, otherwise false.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 194, + "lineno": 214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Check whether this Vector is equal to a given Vector.\r\rPerforms a strict equality check against each Vector's components.", @@ -239886,16 +240293,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#equals", "scope": "instance", - "___id": "T000002R027475", + "___id": "T000002R027560", "___s": true }, { "comment": "/**\r\n * Copy the components of a given Vector into this Vector.\r\n *\r\n * @method Phaser.Math.Vector3#copy\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.Math.Vector2|Phaser.Math.Vector3)} src - The Vector to copy the components from.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 211, + "lineno": 231, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Copy the components of a given Vector into this Vector.", @@ -239944,16 +240351,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#copy", "scope": "instance", - "___id": "T000002R027477", + "___id": "T000002R027562", "___s": true }, { "comment": "/**\r\n * Set the `x`, `y`, and `z` components of this Vector to the given `x`, `y`, and `z` values.\r\n *\r\n * @method Phaser.Math.Vector3#set\r\n * @since 3.0.0\r\n *\r\n * @param {(number|object)} x - The x value to set for this Vector, or an object containing x, y and z components.\r\n * @param {number} [y] - The y value to set for this Vector.\r\n * @param {number} [z] - The z value to set for this Vector.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 230, + "lineno": 250, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Set the `x`, `y`, and `z` components of this Vector to the given `x`, `y`, and `z` values.", @@ -240030,16 +240437,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#set", "scope": "instance", - "___id": "T000002R027482", + "___id": "T000002R027567", "___s": true }, { "comment": "/**\r\n * Sets the components of this Vector3 from the position of the given Matrix4.\r\n *\r\n * @method Phaser.Math.Vector3#setFromMatrixPosition\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Math.Matrix4} mat4 - The Matrix4 to get the position from.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 260, + "lineno": 280, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Sets the components of this Vector3 from the position of the given Matrix4.", @@ -240078,16 +240485,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#setFromMatrixPosition", "scope": "instance", - "___id": "T000002R027490", + "___id": "T000002R027575", "___s": true }, { "comment": "/**\r\n * Sets the components of this Vector3 from the Matrix4 column specified.\r\n *\r\n * @method Phaser.Math.Vector3#setFromMatrixColumn\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Math.Matrix4} mat4 - The Matrix4 to get the column from.\r\n * @param {number} index - The column index.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 275, + "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Sets the components of this Vector3 from the Matrix4 column specified.", @@ -240139,16 +240546,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#setFromMatrixColumn", "scope": "instance", - "___id": "T000002R027492", + "___id": "T000002R027577", "___s": true }, { "comment": "/**\r\n * Sets the components of this Vector3 from the given array, based on the offset.\r\n *\r\n * Vector3.x = array[offset]\r\n * Vector3.y = array[offset + 1]\r\n * Vector3.z = array[offset + 2]\r\n *\r\n * @method Phaser.Math.Vector3#fromArray\r\n * @since 3.50.0\r\n *\r\n * @param {number[]} array - The array of values to get this Vector from.\r\n * @param {number} [offset=0] - The offset index into the array.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 291, + "lineno": 311, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Sets the components of this Vector3 from the given array, based on the offset.\r\rVector3.x = array[offset]\rVector3.y = array[offset + 1]\rVector3.z = array[offset + 2]", @@ -240211,16 +240618,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#fromArray", "scope": "instance", - "___id": "T000002R027494", + "___id": "T000002R027579", "___s": true }, { "comment": "/**\r\n * Add a given Vector to this Vector. Addition is component-wise.\r\n *\r\n * @method Phaser.Math.Vector3#add\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.Math.Vector2|Phaser.Math.Vector3)} v - The Vector to add to this Vector.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 317, + "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Add a given Vector to this Vector. Addition is component-wise.", @@ -240269,16 +240676,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#add", "scope": "instance", - "___id": "T000002R027500", + "___id": "T000002R027585", "___s": true }, { "comment": "/**\r\n * Add the given value to each component of this Vector.\r\n *\r\n * @method Phaser.Math.Vector3#addScalar\r\n * @since 3.50.0\r\n *\r\n * @param {number} s - The amount to add to this Vector.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 336, + "lineno": 356, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Add the given value to each component of this Vector.", @@ -240317,16 +240724,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#addScalar", "scope": "instance", - "___id": "T000002R027505", + "___id": "T000002R027590", "___s": true }, { "comment": "/**\r\n * Add and scale a given Vector to this Vector. Addition is component-wise.\r\n *\r\n * @method Phaser.Math.Vector3#addScale\r\n * @since 3.50.0\r\n *\r\n * @param {(Phaser.Math.Vector2|Phaser.Math.Vector3)} v - The Vector to add to this Vector.\r\n * @param {number} scale - The amount to scale `v` by.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 355, + "lineno": 375, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Add and scale a given Vector to this Vector. Addition is component-wise.", @@ -240388,16 +240795,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#addScale", "scope": "instance", - "___id": "T000002R027510", + "___id": "T000002R027595", "___s": true }, { "comment": "/**\r\n * Subtract the given Vector from this Vector. Subtraction is component-wise.\r\n *\r\n * @method Phaser.Math.Vector3#subtract\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.Math.Vector2|Phaser.Math.Vector3)} v - The Vector to subtract from this Vector.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 375, + "lineno": 395, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Subtract the given Vector from this Vector. Subtraction is component-wise.", @@ -240446,16 +240853,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#subtract", "scope": "instance", - "___id": "T000002R027515", + "___id": "T000002R027600", "___s": true }, { "comment": "/**\r\n * Perform a component-wise multiplication between this Vector and the given Vector.\r\n *\r\n * Multiplies this Vector by the given Vector.\r\n *\r\n * @method Phaser.Math.Vector3#multiply\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.Math.Vector2|Phaser.Math.Vector3)} v - The Vector to multiply this Vector by.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 394, + "lineno": 414, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Perform a component-wise multiplication between this Vector and the given Vector.\r\rMultiplies this Vector by the given Vector.", @@ -240504,16 +240911,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#multiply", "scope": "instance", - "___id": "T000002R027520", + "___id": "T000002R027605", "___s": true }, { "comment": "/**\r\n * Scale this Vector by the given value.\r\n *\r\n * @method Phaser.Math.Vector3#scale\r\n * @since 3.0.0\r\n *\r\n * @param {number} scale - The value to scale this Vector by.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 415, + "lineno": 435, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Scale this Vector by the given value.", @@ -240552,16 +240959,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#scale", "scope": "instance", - "___id": "T000002R027525", + "___id": "T000002R027610", "___s": true }, { "comment": "/**\r\n * Perform a component-wise division between this Vector and the given Vector.\r\n *\r\n * Divides this Vector by the given Vector.\r\n *\r\n * @method Phaser.Math.Vector3#divide\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.Math.Vector2|Phaser.Math.Vector3)} v - The Vector to divide this Vector by.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 443, + "lineno": 463, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Perform a component-wise division between this Vector and the given Vector.\r\rDivides this Vector by the given Vector.", @@ -240610,16 +241017,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#divide", "scope": "instance", - "___id": "T000002R027533", + "___id": "T000002R027618", "___s": true }, { "comment": "/**\r\n * Negate the `x`, `y` and `z` components of this Vector.\r\n *\r\n * @method Phaser.Math.Vector3#negate\r\n * @since 3.0.0\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 464, + "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Negate the `x`, `y` and `z` components of this Vector.", @@ -240643,16 +241050,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#negate", "scope": "instance", - "___id": "T000002R027538", + "___id": "T000002R027623", "___s": true }, { "comment": "/**\r\n * Calculate the distance between this Vector and the given Vector.\r\n *\r\n * @method Phaser.Math.Vector3#distance\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.Math.Vector2|Phaser.Math.Vector3)} v - The Vector to calculate the distance to.\r\n *\r\n * @return {number} The distance from this Vector to the given Vector.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 481, + "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the distance between this Vector and the given Vector.", @@ -240701,16 +241108,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#distance", "scope": "instance", - "___id": "T000002R027543", + "___id": "T000002R027628", "___s": true }, { "comment": "/**\r\n * Calculate the distance between this Vector and the given Vector, squared.\r\n *\r\n * @method Phaser.Math.Vector3#distanceSq\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.Math.Vector2|Phaser.Math.Vector3)} v - The Vector to calculate the distance to.\r\n *\r\n * @return {number} The distance from this Vector to the given Vector, squared.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 500, + "lineno": 520, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the distance between this Vector and the given Vector, squared.", @@ -240759,16 +241166,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#distanceSq", "scope": "instance", - "___id": "T000002R027548", + "___id": "T000002R027633", "___s": true }, { "comment": "/**\r\n * Calculate the length (or magnitude) of this Vector.\r\n *\r\n * @method Phaser.Math.Vector3#length\r\n * @since 3.0.0\r\n *\r\n * @return {number} The length of this Vector.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 519, + "lineno": 539, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the length (or magnitude) of this Vector.", @@ -240792,16 +241199,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#length", "scope": "instance", - "___id": "T000002R027553", + "___id": "T000002R027638", "___s": true }, { "comment": "/**\r\n * Calculate the length of this Vector squared.\r\n *\r\n * @method Phaser.Math.Vector3#lengthSq\r\n * @since 3.0.0\r\n *\r\n * @return {number} The length of this Vector, squared.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 536, + "lineno": 556, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the length of this Vector squared.", @@ -240825,16 +241232,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#lengthSq", "scope": "instance", - "___id": "T000002R027558", + "___id": "T000002R027643", "___s": true }, { "comment": "/**\r\n * Normalize this Vector.\r\n *\r\n * Makes the vector a unit length vector (magnitude of 1) in the same direction.\r\n *\r\n * @method Phaser.Math.Vector3#normalize\r\n * @since 3.0.0\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 553, + "lineno": 573, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Normalize this Vector.\r\rMakes the vector a unit length vector (magnitude of 1) in the same direction.", @@ -240858,16 +241265,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#normalize", "scope": "instance", - "___id": "T000002R027563", + "___id": "T000002R027648", "___s": true }, { "comment": "/**\r\n * Calculate the dot product of this Vector and the given Vector.\r\n *\r\n * @method Phaser.Math.Vector3#dot\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Math.Vector3} v - The Vector3 to dot product with this Vector3.\r\n *\r\n * @return {number} The dot product of this Vector and `v`.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 582, + "lineno": 602, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the dot product of this Vector and the given Vector.", @@ -240906,16 +241313,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#dot", "scope": "instance", - "___id": "T000002R027573", + "___id": "T000002R027658", "___s": true }, { "comment": "/**\r\n * Calculate the cross (vector) product of this Vector (which will be modified) and the given Vector.\r\n *\r\n * @method Phaser.Math.Vector3#cross\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Math.Vector3} v - The Vector to cross product with.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 597, + "lineno": 617, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the cross (vector) product of this Vector (which will be modified) and the given Vector.", @@ -240954,16 +241361,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#cross", "scope": "instance", - "___id": "T000002R027575", + "___id": "T000002R027660", "___s": true }, { "comment": "/**\r\n * Linearly interpolate between this Vector and the given Vector.\r\n *\r\n * Interpolates this Vector towards the given Vector.\r\n *\r\n * @method Phaser.Math.Vector3#lerp\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Math.Vector3} v - The Vector3 to interpolate towards.\r\n * @param {number} [t=0] - The interpolation percentage, between 0 and 1.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 623, + "lineno": 643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Linearly interpolate between this Vector and the given Vector.\r\rInterpolates this Vector towards the given Vector.", @@ -241017,16 +241424,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#lerp", "scope": "instance", - "___id": "T000002R027586", + "___id": "T000002R027671", "___s": true }, { "comment": "/**\r\n * Takes a Matrix3 and applies it to this Vector3.\r\n *\r\n * @method Phaser.Math.Vector3#applyMatrix3\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Math.Matrix3} mat3 - The Matrix3 to apply to this Vector3.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 651, + "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Takes a Matrix3 and applies it to this Vector3.", @@ -241065,16 +241472,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#applyMatrix3", "scope": "instance", - "___id": "T000002R027595", + "___id": "T000002R027680", "___s": true }, { "comment": "/**\r\n * Takes a Matrix4 and applies it to this Vector3.\r\n *\r\n * @method Phaser.Math.Vector3#applyMatrix4\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Math.Matrix4} mat4 - The Matrix4 to apply to this Vector3.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 675, + "lineno": 695, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Takes a Matrix4 and applies it to this Vector3.", @@ -241113,16 +241520,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#applyMatrix4", "scope": "instance", - "___id": "T000002R027604", + "___id": "T000002R027689", "___s": true }, { "comment": "/**\r\n * Transform this Vector with the given Matrix.\r\n *\r\n * @method Phaser.Math.Vector3#transformMat3\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Math.Matrix3} mat - The Matrix3 to transform this Vector3 with.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 701, + "lineno": 721, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Transform this Vector with the given Matrix.", @@ -241161,16 +241568,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#transformMat3", "scope": "instance", - "___id": "T000002R027614", + "___id": "T000002R027699", "___s": true }, { "comment": "/**\r\n * Transform this Vector with the given Matrix4.\r\n *\r\n * @method Phaser.Math.Vector3#transformMat4\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Math.Matrix4} mat - The Matrix4 to transform this Vector3 with.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 725, + "lineno": 745, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Transform this Vector with the given Matrix4.", @@ -241209,16 +241616,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#transformMat4", "scope": "instance", - "___id": "T000002R027623", + "___id": "T000002R027708", "___s": true }, { "comment": "/**\r\n * Transforms the coordinates of this Vector3 with the given Matrix4.\r\n *\r\n * @method Phaser.Math.Vector3#transformCoordinates\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Math.Matrix4} mat - The Matrix4 to transform this Vector3 with.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 749, + "lineno": 769, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Transforms the coordinates of this Vector3 with the given Matrix4.", @@ -241257,16 +241664,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#transformCoordinates", "scope": "instance", - "___id": "T000002R027632", + "___id": "T000002R027717", "___s": true }, { "comment": "/**\r\n * Transform this Vector with the given Quaternion.\r\n *\r\n * @method Phaser.Math.Vector3#transformQuat\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Math.Quaternion} q - The Quaternion to transform this Vector with.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 778, + "lineno": 798, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Transform this Vector with the given Quaternion.", @@ -241305,16 +241712,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#transformQuat", "scope": "instance", - "___id": "T000002R027645", + "___id": "T000002R027730", "___s": true }, { "comment": "/**\r\n * Multiplies this Vector3 by the specified matrix, applying a W divide. This is useful for projection,\r\n * e.g. unprojecting a 2D point into 3D space.\r\n *\r\n * @method Phaser.Math.Vector3#project\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Math.Matrix4} mat - The Matrix4 to multiply this Vector3 with.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 813, + "lineno": 833, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Multiplies this Vector3 by the specified matrix, applying a W divide. This is useful for projection,\re.g. unprojecting a 2D point into 3D space.", @@ -241353,16 +241760,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#project", "scope": "instance", - "___id": "T000002R027661", + "___id": "T000002R027746", "___s": true }, { "comment": "/**\r\n * Multiplies this Vector3 by the given view and projection matrices.\r\n *\r\n * @method Phaser.Math.Vector3#projectViewMatrix\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Math.Matrix4} viewMatrix - A View Matrix.\r\n * @param {Phaser.Math.Matrix4} projectionMatrix - A Projection Matrix.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 857, + "lineno": 877, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Multiplies this Vector3 by the given view and projection matrices.", @@ -241414,16 +241821,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#projectViewMatrix", "scope": "instance", - "___id": "T000002R027687", + "___id": "T000002R027772", "___s": true }, { "comment": "/**\r\n * Multiplies this Vector3 by the given inversed projection matrix and world matrix.\r\n *\r\n * @method Phaser.Math.Vector3#unprojectViewMatrix\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Math.Matrix4} projectionMatrix - An inversed Projection Matrix.\r\n * @param {Phaser.Math.Matrix4} worldMatrix - A World View Matrix.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 873, + "lineno": 893, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Multiplies this Vector3 by the given inversed projection matrix and world matrix.", @@ -241475,16 +241882,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#unprojectViewMatrix", "scope": "instance", - "___id": "T000002R027689", + "___id": "T000002R027774", "___s": true }, { "comment": "/**\r\n * Unproject this point from 2D space to 3D space.\r\n * The point should have its x and y properties set to\r\n * 2D screen space, and the z either at 0 (near plane)\r\n * or 1 (far plane). The provided matrix is assumed to already\r\n * be combined, i.e. projection * view * model.\r\n *\r\n * After this operation, this vector's (x, y, z) components will\r\n * represent the unprojected 3D coordinate.\r\n *\r\n * @method Phaser.Math.Vector3#unproject\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Math.Vector4} viewport - Screen x, y, width and height in pixels.\r\n * @param {Phaser.Math.Matrix4} invProjectionView - Combined projection and view matrix.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 889, + "lineno": 909, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Unproject this point from 2D space to 3D space.\rThe point should have its x and y properties set to\r2D screen space, and the z either at 0 (near plane)\ror 1 (far plane). The provided matrix is assumed to already\rbe combined, i.e. projection * view * model.\r\rAfter this operation, this vector's (x, y, z) components will\rrepresent the unprojected 3D coordinate.", @@ -241536,16 +241943,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#unproject", "scope": "instance", - "___id": "T000002R027691", + "___id": "T000002R027776", "___s": true }, { "comment": "/**\r\n * Make this Vector the zero vector (0, 0, 0).\r\n *\r\n * @method Phaser.Math.Vector3#reset\r\n * @since 3.0.0\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 925, + "lineno": 945, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Make this Vector the zero vector (0, 0, 0).", @@ -241569,16 +241976,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3#reset", "scope": "instance", - "___id": "T000002R027703", + "___id": "T000002R027788", "___s": true }, { "comment": "/**\r\n * A static zero Vector3 for use by reference.\r\n *\r\n * This constant is meant for comparison operations and should not be modified directly.\r\n *\r\n * @constant\r\n * @name Phaser.Math.Vector3.ZERO\r\n * @type {Phaser.Math.Vector3}\r\n * @since 3.16.0\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 944, + "lineno": 964, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "A static zero Vector3 for use by reference.\r\rThis constant is meant for comparison operations and should not be modified directly.", @@ -241597,16 +242004,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3.ZERO", "scope": "static", - "___id": "T000002R027708", + "___id": "T000002R027793", "___s": true }, { "comment": "/**\r\n * A static right Vector3 for use by reference.\r\n *\r\n * This constant is meant for comparison operations and should not be modified directly.\r\n *\r\n * @constant\r\n * @name Phaser.Math.Vector3.RIGHT\r\n * @type {Phaser.Math.Vector3}\r\n * @since 3.16.0\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 956, + "lineno": 976, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "A static right Vector3 for use by reference.\r\rThis constant is meant for comparison operations and should not be modified directly.", @@ -241625,16 +242032,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3.RIGHT", "scope": "static", - "___id": "T000002R027710", + "___id": "T000002R027795", "___s": true }, { "comment": "/**\r\n * A static left Vector3 for use by reference.\r\n *\r\n * This constant is meant for comparison operations and should not be modified directly.\r\n *\r\n * @constant\r\n * @name Phaser.Math.Vector3.LEFT\r\n * @type {Phaser.Math.Vector3}\r\n * @since 3.16.0\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 968, + "lineno": 988, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "A static left Vector3 for use by reference.\r\rThis constant is meant for comparison operations and should not be modified directly.", @@ -241653,16 +242060,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3.LEFT", "scope": "static", - "___id": "T000002R027712", + "___id": "T000002R027797", "___s": true }, { "comment": "/**\r\n * A static up Vector3 for use by reference.\r\n *\r\n * This constant is meant for comparison operations and should not be modified directly.\r\n *\r\n * @constant\r\n * @name Phaser.Math.Vector3.UP\r\n * @type {Phaser.Math.Vector3}\r\n * @since 3.16.0\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 980, + "lineno": 1000, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "A static up Vector3 for use by reference.\r\rThis constant is meant for comparison operations and should not be modified directly.", @@ -241681,16 +242088,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3.UP", "scope": "static", - "___id": "T000002R027714", + "___id": "T000002R027799", "___s": true }, { "comment": "/**\r\n * A static down Vector3 for use by reference.\r\n *\r\n * This constant is meant for comparison operations and should not be modified directly.\r\n *\r\n * @constant\r\n * @name Phaser.Math.Vector3.DOWN\r\n * @type {Phaser.Math.Vector3}\r\n * @since 3.16.0\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 992, + "lineno": 1012, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "A static down Vector3 for use by reference.\r\rThis constant is meant for comparison operations and should not be modified directly.", @@ -241709,16 +242116,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3.DOWN", "scope": "static", - "___id": "T000002R027716", + "___id": "T000002R027801", "___s": true }, { "comment": "/**\r\n * A static forward Vector3 for use by reference.\r\n *\r\n * This constant is meant for comparison operations and should not be modified directly.\r\n *\r\n * @constant\r\n * @name Phaser.Math.Vector3.FORWARD\r\n * @type {Phaser.Math.Vector3}\r\n * @since 3.16.0\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 1004, + "lineno": 1024, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "A static forward Vector3 for use by reference.\r\rThis constant is meant for comparison operations and should not be modified directly.", @@ -241737,16 +242144,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3.FORWARD", "scope": "static", - "___id": "T000002R027718", + "___id": "T000002R027803", "___s": true }, { "comment": "/**\r\n * A static back Vector3 for use by reference.\r\n *\r\n * This constant is meant for comparison operations and should not be modified directly.\r\n *\r\n * @constant\r\n * @name Phaser.Math.Vector3.BACK\r\n * @type {Phaser.Math.Vector3}\r\n * @since 3.16.0\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 1016, + "lineno": 1036, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "A static back Vector3 for use by reference.\r\rThis constant is meant for comparison operations and should not be modified directly.", @@ -241765,16 +242172,16 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3.BACK", "scope": "static", - "___id": "T000002R027720", + "___id": "T000002R027805", "___s": true }, { "comment": "/**\r\n * A static one Vector3 for use by reference.\r\n *\r\n * This constant is meant for comparison operations and should not be modified directly.\r\n *\r\n * @constant\r\n * @name Phaser.Math.Vector3.ONE\r\n * @type {Phaser.Math.Vector3}\r\n * @since 3.16.0\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 1028, + "lineno": 1048, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "A static one Vector3 for use by reference.\r\rThis constant is meant for comparison operations and should not be modified directly.", @@ -241793,7 +242200,7 @@ "memberof": "Phaser.Math.Vector3", "longname": "Phaser.Math.Vector3.ONE", "scope": "static", - "___id": "T000002R027722", + "___id": "T000002R027807", "___s": true }, { @@ -241802,7 +242209,7 @@ "filename": "Vector4.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "classdesc": "A representation of a vector in 4D space.\r\rA four-component vector.", @@ -241870,7 +242277,7 @@ ], "scope": "static", "longname": "Phaser.Math.Vector4", - "___id": "T000002R027726", + "___id": "T000002R027811", "___s": true }, { @@ -241879,7 +242286,7 @@ "filename": "Vector4.js", "lineno": 34, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "The x component of this Vector.", @@ -241899,7 +242306,7 @@ "longname": "Phaser.Math.Vector4#x", "scope": "instance", "kind": "member", - "___id": "T000002R027729", + "___id": "T000002R027814", "___s": true }, { @@ -241908,7 +242315,7 @@ "filename": "Vector4.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "The y component of this Vector.", @@ -241928,7 +242335,7 @@ "longname": "Phaser.Math.Vector4#y", "scope": "instance", "kind": "member", - "___id": "T000002R027731", + "___id": "T000002R027816", "___s": true }, { @@ -241937,7 +242344,7 @@ "filename": "Vector4.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "The z component of this Vector.", @@ -241957,7 +242364,7 @@ "longname": "Phaser.Math.Vector4#z", "scope": "instance", "kind": "member", - "___id": "T000002R027733", + "___id": "T000002R027818", "___s": true }, { @@ -241966,7 +242373,7 @@ "filename": "Vector4.js", "lineno": 64, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "The w component of this Vector.", @@ -241986,7 +242393,7 @@ "longname": "Phaser.Math.Vector4#w", "scope": "instance", "kind": "member", - "___id": "T000002R027735", + "___id": "T000002R027820", "___s": true }, { @@ -241995,7 +242402,7 @@ "filename": "Vector4.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Make a clone of this Vector4.", @@ -242019,7 +242426,7 @@ "memberof": "Phaser.Math.Vector4", "longname": "Phaser.Math.Vector4#clone", "scope": "instance", - "___id": "T000002R027745", + "___id": "T000002R027830", "___s": true }, { @@ -242028,7 +242435,7 @@ "filename": "Vector4.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Copy the components of a given Vector into this Vector.", @@ -242067,7 +242474,7 @@ "memberof": "Phaser.Math.Vector4", "longname": "Phaser.Math.Vector4#copy", "scope": "instance", - "___id": "T000002R027747", + "___id": "T000002R027832", "___s": true }, { @@ -242076,7 +242483,7 @@ "filename": "Vector4.js", "lineno": 123, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Check whether this Vector is equal to a given Vector.\r\rPerforms a strict quality check against each Vector's components.", @@ -242115,7 +242522,7 @@ "memberof": "Phaser.Math.Vector4", "longname": "Phaser.Math.Vector4#equals", "scope": "instance", - "___id": "T000002R027753", + "___id": "T000002R027838", "___s": true }, { @@ -242124,7 +242531,7 @@ "filename": "Vector4.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Set the `x`, `y`, `z` and `w` components of the this Vector to the given `x`, `y`, `z` and `w` values.", @@ -242212,7 +242619,7 @@ "memberof": "Phaser.Math.Vector4", "longname": "Phaser.Math.Vector4#set", "scope": "instance", - "___id": "T000002R027755", + "___id": "T000002R027840", "___s": true }, { @@ -242221,7 +242628,7 @@ "filename": "Vector4.js", "lineno": 173, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Add a given Vector to this Vector. Addition is component-wise.", @@ -242275,7 +242682,7 @@ "memberof": "Phaser.Math.Vector4", "longname": "Phaser.Math.Vector4#add", "scope": "instance", - "___id": "T000002R027765", + "___id": "T000002R027850", "___s": true }, { @@ -242284,7 +242691,7 @@ "filename": "Vector4.js", "lineno": 193, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Subtract the given Vector from this Vector. Subtraction is component-wise.", @@ -242338,7 +242745,7 @@ "memberof": "Phaser.Math.Vector4", "longname": "Phaser.Math.Vector4#subtract", "scope": "instance", - "___id": "T000002R027771", + "___id": "T000002R027856", "___s": true }, { @@ -242347,7 +242754,7 @@ "filename": "Vector4.js", "lineno": 213, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Scale this Vector by the given value.", @@ -242386,7 +242793,7 @@ "memberof": "Phaser.Math.Vector4", "longname": "Phaser.Math.Vector4#scale", "scope": "instance", - "___id": "T000002R027777", + "___id": "T000002R027862", "___s": true }, { @@ -242395,7 +242802,7 @@ "filename": "Vector4.js", "lineno": 233, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the length (or magnitude) of this Vector.", @@ -242419,7 +242826,7 @@ "memberof": "Phaser.Math.Vector4", "longname": "Phaser.Math.Vector4#length", "scope": "instance", - "___id": "T000002R027783", + "___id": "T000002R027868", "___s": true }, { @@ -242428,7 +242835,7 @@ "filename": "Vector4.js", "lineno": 251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the length of this Vector squared.", @@ -242452,7 +242859,7 @@ "memberof": "Phaser.Math.Vector4", "longname": "Phaser.Math.Vector4#lengthSq", "scope": "instance", - "___id": "T000002R027789", + "___id": "T000002R027874", "___s": true }, { @@ -242461,7 +242868,7 @@ "filename": "Vector4.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Normalize this Vector.\r\rMakes the vector a unit length vector (magnitude of 1) in the same direction.", @@ -242485,7 +242892,7 @@ "memberof": "Phaser.Math.Vector4", "longname": "Phaser.Math.Vector4#normalize", "scope": "instance", - "___id": "T000002R027795", + "___id": "T000002R027880", "___s": true }, { @@ -242494,7 +242901,7 @@ "filename": "Vector4.js", "lineno": 300, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the dot product of this Vector and the given Vector.", @@ -242533,7 +242940,7 @@ "memberof": "Phaser.Math.Vector4", "longname": "Phaser.Math.Vector4#dot", "scope": "instance", - "___id": "T000002R027807", + "___id": "T000002R027892", "___s": true }, { @@ -242542,7 +242949,7 @@ "filename": "Vector4.js", "lineno": 315, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Linearly interpolate between this Vector and the given Vector.\r\rInterpolates this Vector towards the given Vector.", @@ -242596,7 +243003,7 @@ "memberof": "Phaser.Math.Vector4", "longname": "Phaser.Math.Vector4#lerp", "scope": "instance", - "___id": "T000002R027809", + "___id": "T000002R027894", "___s": true }, { @@ -242605,7 +243012,7 @@ "filename": "Vector4.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Perform a component-wise multiplication between this Vector and the given Vector.\r\rMultiplies this Vector by the given Vector.", @@ -242659,7 +243066,7 @@ "memberof": "Phaser.Math.Vector4", "longname": "Phaser.Math.Vector4#multiply", "scope": "instance", - "___id": "T000002R027820", + "___id": "T000002R027905", "___s": true }, { @@ -242668,7 +243075,7 @@ "filename": "Vector4.js", "lineno": 367, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Perform a component-wise division between this Vector and the given Vector.\r\rDivides this Vector by the given Vector.", @@ -242722,7 +243129,7 @@ "memberof": "Phaser.Math.Vector4", "longname": "Phaser.Math.Vector4#divide", "scope": "instance", - "___id": "T000002R027826", + "___id": "T000002R027911", "___s": true }, { @@ -242731,7 +243138,7 @@ "filename": "Vector4.js", "lineno": 389, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the distance between this Vector and the given Vector.", @@ -242785,7 +243192,7 @@ "memberof": "Phaser.Math.Vector4", "longname": "Phaser.Math.Vector4#distance", "scope": "instance", - "___id": "T000002R027832", + "___id": "T000002R027917", "___s": true }, { @@ -242794,7 +243201,7 @@ "filename": "Vector4.js", "lineno": 409, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Calculate the distance between this Vector and the given Vector, squared.", @@ -242848,7 +243255,7 @@ "memberof": "Phaser.Math.Vector4", "longname": "Phaser.Math.Vector4#distanceSq", "scope": "instance", - "___id": "T000002R027838", + "___id": "T000002R027923", "___s": true }, { @@ -242857,7 +243264,7 @@ "filename": "Vector4.js", "lineno": 429, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Negate the `x`, `y`, `z` and `w` components of this Vector.", @@ -242881,7 +243288,7 @@ "memberof": "Phaser.Math.Vector4", "longname": "Phaser.Math.Vector4#negate", "scope": "instance", - "___id": "T000002R027844", + "___id": "T000002R027929", "___s": true }, { @@ -242890,7 +243297,7 @@ "filename": "Vector4.js", "lineno": 447, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Transform this Vector with the given Matrix.", @@ -242929,7 +243336,7 @@ "memberof": "Phaser.Math.Vector4", "longname": "Phaser.Math.Vector4#transformMat4", "scope": "instance", - "___id": "T000002R027850", + "___id": "T000002R027935", "___s": true }, { @@ -242938,7 +243345,7 @@ "filename": "Vector4.js", "lineno": 473, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Transform this Vector with the given Quaternion.", @@ -242977,7 +243384,7 @@ "memberof": "Phaser.Math.Vector4", "longname": "Phaser.Math.Vector4#transformQuat", "scope": "instance", - "___id": "T000002R027861", + "___id": "T000002R027946", "___s": true }, { @@ -242986,7 +243393,7 @@ "filename": "Vector4.js", "lineno": 507, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Make this Vector the zero vector (0, 0, 0, 0).", @@ -243010,7 +243417,7 @@ "memberof": "Phaser.Math.Vector4", "longname": "Phaser.Math.Vector4#reset", "scope": "instance", - "___id": "T000002R027877", + "___id": "T000002R027962", "___s": true }, { @@ -243019,7 +243426,7 @@ "filename": "Within.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Checks if the two values are within the given `tolerance` of each other.", @@ -243084,7 +243491,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.Within", "scope": "static", - "___id": "T000002R027891", + "___id": "T000002R027976", "___s": true }, { @@ -243093,7 +243500,7 @@ "filename": "Wrap.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "description": "Wrap the given `value` between `min` and `max`.", @@ -243158,7 +243565,7 @@ "memberof": "Phaser.Math", "longname": "Phaser.Math.Wrap", "scope": "static", - "___id": "T000002R027894", + "___id": "T000002R027979", "___s": true }, { @@ -243167,14 +243574,14 @@ "filename": "phaser.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\src", "code": {} }, "kind": "namespace", "name": "Phaser", "longname": "Phaser", "scope": "global", - "___id": "T000002R027900", + "___id": "T000002R027985", "___s": true }, { @@ -243183,7 +243590,7 @@ "filename": "phaser.js", "lineno": 78, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\src", "code": {} }, "description": "The root types namespace.", @@ -243193,7 +243600,7 @@ "memberof": "Phaser", "longname": "Phaser.Types", "scope": "static", - "___id": "T000002R027942", + "___id": "T000002R028027", "___s": true }, { @@ -243202,7 +243609,7 @@ "filename": "ArcadeImage.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "classdesc": "An Arcade Physics Image is an Image with an Arcade Physics body and related components.\rThe body can be dynamic or static.\r\rThe main difference between an Arcade Image and an Arcade Sprite is that you cannot animate an Arcade Image.", @@ -243332,7 +243739,7 @@ ], "scope": "static", "longname": "Phaser.Physics.Arcade.Image", - "___id": "T000002R027948", + "___id": "T000002R028033", "___s": true }, { @@ -243341,7 +243748,7 @@ "filename": "ArcadeImage.js", "lineno": 87, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "This Game Object's Physics Body.", @@ -243374,7 +243781,7 @@ "scope": "instance", "kind": "member", "overrides": "Phaser.GameObjects.Image#body", - "___id": "T000002R027953", + "___id": "T000002R028038", "___s": true }, { @@ -243383,7 +243790,7 @@ "filename": "ArcadePhysics.js", "lineno": 21, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "classdesc": "The Arcade Physics Plugin belongs to a Scene and sets up and manages the Scene's physics simulation.\rIt also holds some useful methods for moving and rotating Arcade Physics Bodies.\r\rYou can access it from within a Scene using `this.physics`.\r\rArcade Physics uses the Projection Method of collision resolution and separation. While it's fast and suitable\rfor 'arcade' style games it lacks stability when multiple objects are in close proximity or resting upon each other.\rThe separation that stops two objects penetrating may create a new penetration against a different object. If you\rrequire a high level of stability please consider using an alternative physics system, such as Matter.js.", @@ -243408,7 +243815,7 @@ ], "scope": "static", "longname": "Phaser.Physics.Arcade.ArcadePhysics", - "___id": "T000002R027969", + "___id": "T000002R028054", "___s": true }, { @@ -243417,7 +243824,7 @@ "filename": "ArcadePhysics.js", "lineno": 46, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Scene that this Plugin belongs to.", @@ -243436,7 +243843,7 @@ "longname": "Phaser.Physics.Arcade.ArcadePhysics#scene", "scope": "instance", "kind": "member", - "___id": "T000002R027972", + "___id": "T000002R028057", "___s": true }, { @@ -243445,7 +243852,7 @@ "filename": "ArcadePhysics.js", "lineno": 55, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Scene's Systems.", @@ -243464,7 +243871,7 @@ "longname": "Phaser.Physics.Arcade.ArcadePhysics#systems", "scope": "instance", "kind": "member", - "___id": "T000002R027974", + "___id": "T000002R028059", "___s": true }, { @@ -243473,7 +243880,7 @@ "filename": "ArcadePhysics.js", "lineno": 64, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "A configuration object. Union of the `physics.arcade.*` properties of the GameConfig and SceneConfig objects.", @@ -243492,7 +243899,7 @@ "longname": "Phaser.Physics.Arcade.ArcadePhysics#config", "scope": "instance", "kind": "member", - "___id": "T000002R027976", + "___id": "T000002R028061", "___s": true }, { @@ -243501,7 +243908,7 @@ "filename": "ArcadePhysics.js", "lineno": 73, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The physics simulation.", @@ -243520,7 +243927,7 @@ "longname": "Phaser.Physics.Arcade.ArcadePhysics#world", "scope": "instance", "kind": "member", - "___id": "T000002R027978", + "___id": "T000002R028063", "___s": true }, { @@ -243529,7 +243936,7 @@ "filename": "ArcadePhysics.js", "lineno": 82, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "An object holding the Arcade Physics factory methods.", @@ -243548,7 +243955,7 @@ "longname": "Phaser.Physics.Arcade.ArcadePhysics#add", "scope": "instance", "kind": "member", - "___id": "T000002R027980", + "___id": "T000002R028065", "___s": true }, { @@ -243557,7 +243964,7 @@ "filename": "ArcadePhysics.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Causes `World.update` to be automatically called each time the Scene\remits and `UPDATE` event. This is the default setting, so only needs\rcalling if you have specifically disabled it.", @@ -243567,7 +243974,7 @@ "memberof": "Phaser.Physics.Arcade.ArcadePhysics", "longname": "Phaser.Physics.Arcade.ArcadePhysics#enableUpdate", "scope": "instance", - "___id": "T000002R027993", + "___id": "T000002R028078", "___s": true }, { @@ -243576,7 +243983,7 @@ "filename": "ArcadePhysics.js", "lineno": 162, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Causes `World.update` to **not** be automatically called each time the Scene\remits and `UPDATE` event.\r\rIf you wish to run the World update at your own rate, or from your own\rcomponent, then you should call this method to disable the built-in link,\rand then call `World.update(delta, time)` accordingly.\r\rNote that `World.postUpdate` is always automatically called when the Scene\remits a `POST_UPDATE` event, regardless of this setting.", @@ -243586,7 +243993,7 @@ "memberof": "Phaser.Physics.Arcade.ArcadePhysics", "longname": "Phaser.Physics.Arcade.ArcadePhysics#disableUpdate", "scope": "instance", - "___id": "T000002R027995", + "___id": "T000002R028080", "___s": true }, { @@ -243595,7 +244002,7 @@ "filename": "ArcadePhysics.js", "lineno": 181, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Creates the physics configuration for the current Scene.", @@ -243619,7 +244026,7 @@ "memberof": "Phaser.Physics.Arcade.ArcadePhysics", "longname": "Phaser.Physics.Arcade.ArcadePhysics#getConfig", "scope": "instance", - "___id": "T000002R027997", + "___id": "T000002R028082", "___s": true }, { @@ -243628,7 +244035,7 @@ "filename": "ArcadePhysics.js", "lineno": 202, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Returns the next available collision category.\r\rYou can have a maximum of 32 categories.\r\rBy default all bodies collide with all other bodies.\r\rUse the `Body.setCollisionCategory()` and\r`Body.setCollidesWith()` methods to change this.", @@ -243652,7 +244059,7 @@ "memberof": "Phaser.Physics.Arcade.ArcadePhysics", "longname": "Phaser.Physics.Arcade.ArcadePhysics#nextCategory", "scope": "instance", - "___id": "T000002R028002", + "___id": "T000002R028087", "___s": true }, { @@ -243661,7 +244068,7 @@ "filename": "ArcadePhysics.js", "lineno": 224, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Tests if Game Objects overlap. See {@link Phaser.Physics.Arcade.World#overlap}", @@ -243758,7 +244165,7 @@ "memberof": "Phaser.Physics.Arcade.ArcadePhysics", "longname": "Phaser.Physics.Arcade.ArcadePhysics#overlap", "scope": "instance", - "___id": "T000002R028005", + "___id": "T000002R028090", "___s": true }, { @@ -243767,7 +244174,7 @@ "filename": "ArcadePhysics.js", "lineno": 249, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Performs a collision check and separation between the two physics enabled objects given, which can be single\rGame Objects, arrays of Game Objects, Physics Groups, arrays of Physics Groups or normal Groups.\r\rIf you don't require separation then use {@link #overlap} instead.\r\rIf two Groups or arrays are passed, each member of one will be tested against each member of the other.\r\rIf **only** one Group is passed (as `object1`), each member of the Group will be collided against the other members.\r\rIf **only** one Array is passed, the array is iterated and every element in it is tested against the others.\r\rTwo callbacks can be provided. The `collideCallback` is invoked if a collision occurs and the two colliding\robjects are passed to it.\r\rArcade Physics uses the Projection Method of collision resolution and separation. While it's fast and suitable\rfor 'arcade' style games it lacks stability when multiple objects are in close proximity or resting upon each other.\rThe separation that stops two objects penetrating may create a new penetration against a different object. If you\rrequire a high level of stability please consider using an alternative physics system, such as Matter.js.", @@ -243864,7 +244271,7 @@ "memberof": "Phaser.Physics.Arcade.ArcadePhysics", "longname": "Phaser.Physics.Arcade.ArcadePhysics#collide", "scope": "instance", - "___id": "T000002R028010", + "___id": "T000002R028095", "___s": true }, { @@ -243873,7 +244280,7 @@ "filename": "ArcadePhysics.js", "lineno": 291, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "This advanced method is specifically for testing for collision between a single Sprite and an array of Tile objects.\r\rYou should generally use the `collide` method instead, with a Sprite vs. a Tilemap Layer, as that will perform\rtile filtering and culling for you, as well as handle the interesting face collision automatically.\r\rThis method is offered for those who would like to check for collision with specific Tiles in a layer, without\rhaving to set any collision attributes on the tiles in question. This allows you to perform quick dynamic collisions\ron small sets of Tiles. As such, no culling or checks are made to the array of Tiles given to this method,\ryou should filter them before passing them to this method.\r\rImportant: Use of this method skips the `interesting faces` system that Tilemap Layers use. This means if you have\rsay a row or column of tiles, and you jump into, or walk over them, it's possible to get stuck on the edges of the\rtiles as the interesting face calculations are skipped. However, for quick-fire small collision set tests on\rdynamic maps, this method can prove very useful.", @@ -243979,7 +244386,7 @@ "memberof": "Phaser.Physics.Arcade.ArcadePhysics", "longname": "Phaser.Physics.Arcade.ArcadePhysics#collideTiles", "scope": "instance", - "___id": "T000002R028015", + "___id": "T000002R028100", "___s": true }, { @@ -243988,7 +244395,7 @@ "filename": "ArcadePhysics.js", "lineno": 324, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "This advanced method is specifically for testing for overlaps between a single Sprite and an array of Tile objects.\r\rYou should generally use the `overlap` method instead, with a Sprite vs. a Tilemap Layer, as that will perform\rtile filtering and culling for you, as well as handle the interesting face collision automatically.\r\rThis method is offered for those who would like to check for overlaps with specific Tiles in a layer, without\rhaving to set any collision attributes on the tiles in question. This allows you to perform quick dynamic overlap\rtests on small sets of Tiles. As such, no culling or checks are made to the array of Tiles given to this method,\ryou should filter them before passing them to this method.", @@ -244094,7 +244501,7 @@ "memberof": "Phaser.Physics.Arcade.ArcadePhysics", "longname": "Phaser.Physics.Arcade.ArcadePhysics#overlapTiles", "scope": "instance", - "___id": "T000002R028017", + "___id": "T000002R028102", "___s": true }, { @@ -244103,7 +244510,7 @@ "filename": "ArcadePhysics.js", "lineno": 352, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Pauses the simulation.", @@ -244127,7 +244534,7 @@ "memberof": "Phaser.Physics.Arcade.ArcadePhysics", "longname": "Phaser.Physics.Arcade.ArcadePhysics#pause", "scope": "instance", - "___id": "T000002R028019", + "___id": "T000002R028104", "___s": true }, { @@ -244136,7 +244543,7 @@ "filename": "ArcadePhysics.js", "lineno": 365, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Resumes the simulation (if paused).", @@ -244160,7 +244567,7 @@ "memberof": "Phaser.Physics.Arcade.ArcadePhysics", "longname": "Phaser.Physics.Arcade.ArcadePhysics#resume", "scope": "instance", - "___id": "T000002R028021", + "___id": "T000002R028106", "___s": true }, { @@ -244169,7 +244576,7 @@ "filename": "ArcadePhysics.js", "lineno": 378, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the acceleration.x/y property on the game object so it will move towards the x/y coordinates at the given rate (in pixels per second squared)\r\rYou must give a maximum speed value, beyond which the game object won't go any faster.\r\rNote: The game object does not continuously track the target. If the target changes location during transit the game object will not modify its course.\rNote: The game object doesn't stop moving once it reaches the destination coordinates.", @@ -244279,7 +244686,7 @@ "memberof": "Phaser.Physics.Arcade.ArcadePhysics", "longname": "Phaser.Physics.Arcade.ArcadePhysics#accelerateTo", "scope": "instance", - "___id": "T000002R028023", + "___id": "T000002R028108", "___s": true }, { @@ -244288,7 +244695,7 @@ "filename": "ArcadePhysics.js", "lineno": 414, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the acceleration.x/y property on the game object so it will move towards the x/y coordinates at the given rate (in pixels per second squared)\r\rYou must give a maximum speed value, beyond which the game object won't go any faster.\r\rNote: The game object does not continuously track the target. If the target changes location during transit the game object will not modify its course.\rNote: The game object doesn't stop moving once it reaches the destination coordinates.", @@ -244385,7 +244792,7 @@ "memberof": "Phaser.Physics.Arcade.ArcadePhysics", "longname": "Phaser.Physics.Arcade.ArcadePhysics#accelerateToObject", "scope": "instance", - "___id": "T000002R028027", + "___id": "T000002R028112", "___s": true }, { @@ -244394,7 +244801,7 @@ "filename": "ArcadePhysics.js", "lineno": 438, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Finds the Body or Game Object closest to a source point or object.\r\rIf a `targets` argument is passed, this method finds the closest of those.\rThe targets can be Arcade Physics Game Objects, Dynamic Bodies, or Static Bodies.\r\rIf no `targets` argument is passed, this method finds the closest Dynamic Body.\r\rIf two or more targets are the exact same distance from the source point, only the first target\ris returned.", @@ -244473,7 +244880,7 @@ "memberof": "Phaser.Physics.Arcade.ArcadePhysics", "longname": "Phaser.Physics.Arcade.ArcadePhysics#closest", "scope": "instance", - "___id": "T000002R028029", + "___id": "T000002R028114", "___s": true }, { @@ -244482,7 +244889,7 @@ "filename": "ArcadePhysics.js", "lineno": 493, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Finds the Body or Game Object farthest from a source point or object.\r\rIf a `targets` argument is passed, this method finds the farthest of those.\rThe targets can be Arcade Physics Game Objects, Dynamic Bodies, or Static Bodies.\r\rIf no `targets` argument is passed, this method finds the farthest Dynamic Body.\r\rIf two or more targets are the exact same distance from the source point, only the first target\ris returned.", @@ -244594,7 +245001,7 @@ "memberof": "Phaser.Physics.Arcade.ArcadePhysics", "longname": "Phaser.Physics.Arcade.ArcadePhysics#furthest", "scope": "instance", - "___id": "T000002R028043", + "___id": "T000002R028128", "___s": true }, { @@ -244603,7 +245010,7 @@ "filename": "ArcadePhysics.js", "lineno": 548, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Move the given display object towards the x/y coordinates at a steady velocity.\rIf you specify a maxTime then it will adjust the speed (over-writing what you set) so it arrives at the destination in that number of seconds.\rTimings are approximate due to the way browser timers work. Allow for a variance of +- 50ms.\rNote: The display object does not continuously track the target. If the target changes location during transit the display object will not modify its course.\rNote: The display object doesn't stop moving once it reaches the destination coordinates.\rNote: Doesn't take into account acceleration, maxVelocity or drag (if you've set drag or acceleration too high this object may not move at all)", @@ -244698,7 +245105,7 @@ "memberof": "Phaser.Physics.Arcade.ArcadePhysics", "longname": "Phaser.Physics.Arcade.ArcadePhysics#moveTo", "scope": "instance", - "___id": "T000002R028057", + "___id": "T000002R028142", "___s": true }, { @@ -244707,7 +245114,7 @@ "filename": "ArcadePhysics.js", "lineno": 585, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Move the given display object towards the destination object at a steady velocity.\rIf you specify a maxTime then it will adjust the speed (overwriting what you set) so it arrives at the destination in that number of seconds.\rTimings are approximate due to the way browser timers work. Allow for a variance of +- 50ms.\rNote: The display object does not continuously track the target. If the target changes location during transit the display object will not modify its course.\rNote: The display object doesn't stop moving once it reaches the destination coordinates.\rNote: Doesn't take into account acceleration, maxVelocity or drag (if you've set drag or acceleration too high this object may not move at all)", @@ -244789,7 +245196,7 @@ "memberof": "Phaser.Physics.Arcade.ArcadePhysics", "longname": "Phaser.Physics.Arcade.ArcadePhysics#moveToObject", "scope": "instance", - "___id": "T000002R028063", + "___id": "T000002R028148", "___s": true }, { @@ -244798,7 +245205,7 @@ "filename": "ArcadePhysics.js", "lineno": 608, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Given the angle (in degrees) and speed calculate the velocity and return it as a vector, or set it to the given vector object.\rOne way to use this is: velocityFromAngle(angle, 200, sprite.body.velocity) which will set the values directly to the sprite's velocity and not create a new vector object.", @@ -244866,7 +245273,7 @@ "memberof": "Phaser.Physics.Arcade.ArcadePhysics", "longname": "Phaser.Physics.Arcade.ArcadePhysics#velocityFromAngle", "scope": "instance", - "___id": "T000002R028065", + "___id": "T000002R028150", "___s": true }, { @@ -244875,7 +245282,7 @@ "filename": "ArcadePhysics.js", "lineno": 629, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Given the rotation (in radians) and speed calculate the velocity and return it as a vector, or set it to the given vector object.\rOne way to use this is: velocityFromRotation(rotation, 200, sprite.body.velocity) which will set the values directly to the sprite's velocity and not create a new vector object.", @@ -244943,7 +245350,7 @@ "memberof": "Phaser.Physics.Arcade.ArcadePhysics", "longname": "Phaser.Physics.Arcade.ArcadePhysics#velocityFromRotation", "scope": "instance", - "___id": "T000002R028069", + "___id": "T000002R028154", "___s": true }, { @@ -244952,7 +245359,7 @@ "filename": "ArcadePhysics.js", "lineno": 650, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "This method will search the given rectangular area and return an array of all physics bodies that\roverlap with it. It can return either Dynamic, Static bodies or a mixture of both.\r\rA body only has to intersect with the search area to be considered, it doesn't have to be fully\rcontained within it.\r\rIf Arcade Physics is set to use the RTree (which it is by default) then the search for is extremely fast,\rotherwise the search is O(N) for Dynamic Bodies.", @@ -245088,7 +245495,7 @@ "memberof": "Phaser.Physics.Arcade.ArcadePhysics", "longname": "Phaser.Physics.Arcade.ArcadePhysics#overlapRect", "scope": "instance", - "___id": "T000002R028073", + "___id": "T000002R028158", "___s": true }, { @@ -245097,7 +245504,7 @@ "filename": "ArcadePhysics.js", "lineno": 677, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "This method will search the given circular area and return an array of all physics bodies that\roverlap with it. It can return either Dynamic, Static bodies or a mixture of both.\r\rA body only has to intersect with the search area to be considered, it doesn't have to be fully\rcontained within it.\r\rIf Arcade Physics is set to use the RTree (which it is by default) then the search is rather fast,\rotherwise the search is O(N) for Dynamic Bodies.", @@ -245220,7 +245627,7 @@ "memberof": "Phaser.Physics.Arcade.ArcadePhysics", "longname": "Phaser.Physics.Arcade.ArcadePhysics#overlapCirc", "scope": "instance", - "___id": "T000002R028075", + "___id": "T000002R028160", "___s": true }, { @@ -245229,7 +245636,7 @@ "filename": "ArcadePhysics.js", "lineno": 703, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Scene that owns this plugin is shutting down.\rWe need to kill and reset all internal properties as well as stop listening to Scene events.", @@ -245239,7 +245646,7 @@ "memberof": "Phaser.Physics.Arcade.ArcadePhysics", "longname": "Phaser.Physics.Arcade.ArcadePhysics#shutdown", "scope": "instance", - "___id": "T000002R028077", + "___id": "T000002R028162", "___s": true }, { @@ -245248,7 +245655,7 @@ "filename": "ArcadePhysics.js", "lineno": 732, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Scene that owns this plugin is being destroyed.\rWe need to shutdown and then kill off all external references.", @@ -245258,7 +245665,7 @@ "memberof": "Phaser.Physics.Arcade.ArcadePhysics", "longname": "Phaser.Physics.Arcade.ArcadePhysics#destroy", "scope": "instance", - "___id": "T000002R028083", + "___id": "T000002R028168", "___s": true }, { @@ -245267,7 +245674,7 @@ "filename": "ArcadeSprite.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "classdesc": "An Arcade Physics Sprite is a Sprite with an Arcade Physics body and related components.\rThe body can be dynamic or static.\r\rThe main difference between an Arcade Sprite and an Arcade Image is that you cannot animate an Arcade Image.\rIf you do not require animation then you can safely use Arcade Images instead of Arcade Sprites.", @@ -245397,7 +245804,7 @@ ], "scope": "static", "longname": "Phaser.Physics.Arcade.Sprite", - "___id": "T000002R028091", + "___id": "T000002R028176", "___s": true }, { @@ -245406,7 +245813,7 @@ "filename": "ArcadeSprite.js", "lineno": 88, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "This Game Object's Physics Body.", @@ -245439,7 +245846,7 @@ "scope": "instance", "kind": "member", "overrides": "Phaser.GameObjects.Sprite#body", - "___id": "T000002R028096", + "___id": "T000002R028181", "___s": true }, { @@ -245448,7 +245855,7 @@ "filename": "Body.js", "lineno": 17, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "classdesc": "A Dynamic Arcade Body.\r\rIts static counterpart is {@link Phaser.Physics.Arcade.StaticBody}.", @@ -245490,7 +245897,7 @@ ], "scope": "static", "longname": "Phaser.Physics.Arcade.Body", - "___id": "T000002R028108", + "___id": "T000002R028193", "___s": true }, { @@ -245499,7 +245906,7 @@ "filename": "Body.js", "lineno": 70, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Arcade Physics simulation this Body belongs to.", @@ -245518,7 +245925,7 @@ "longname": "Phaser.Physics.Arcade.Body#world", "scope": "instance", "kind": "member", - "___id": "T000002R028127", + "___id": "T000002R028212", "___s": true }, { @@ -245527,7 +245934,7 @@ "filename": "Body.js", "lineno": 79, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Game Object this Body belongs to.\r\rAs of Phaser 3.60 this is now optional and can be undefined.", @@ -245546,7 +245953,7 @@ "longname": "Phaser.Physics.Arcade.Body#gameObject", "scope": "instance", "kind": "member", - "___id": "T000002R028129", + "___id": "T000002R028214", "___s": true }, { @@ -245555,7 +245962,7 @@ "filename": "Body.js", "lineno": 90, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "A quick-test flag that signifies this is a Body, used in the World collision handler.", @@ -245575,7 +245982,7 @@ "longname": "Phaser.Physics.Arcade.Body#isBody", "scope": "instance", "kind": "member", - "___id": "T000002R028131", + "___id": "T000002R028216", "___s": true }, { @@ -245584,7 +245991,7 @@ "filename": "Body.js", "lineno": 100, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Transformations applied to this Body.", @@ -245603,7 +246010,7 @@ "longname": "Phaser.Physics.Arcade.Body#transform", "scope": "instance", "kind": "member", - "___id": "T000002R028133", + "___id": "T000002R028218", "___s": true }, { @@ -245612,7 +246019,7 @@ "filename": "Body.js", "lineno": 117, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether the Body is drawn to the debug display.", @@ -245631,7 +246038,7 @@ "longname": "Phaser.Physics.Arcade.Body#debugShowBody", "scope": "instance", "kind": "member", - "___id": "T000002R028142", + "___id": "T000002R028227", "___s": true }, { @@ -245640,7 +246047,7 @@ "filename": "Body.js", "lineno": 126, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether the Body's velocity is drawn to the debug display.", @@ -245659,7 +246066,7 @@ "longname": "Phaser.Physics.Arcade.Body#debugShowVelocity", "scope": "instance", "kind": "member", - "___id": "T000002R028144", + "___id": "T000002R028229", "___s": true }, { @@ -245668,7 +246075,7 @@ "filename": "Body.js", "lineno": 135, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The color of this Body on the debug display.", @@ -245687,7 +246094,7 @@ "longname": "Phaser.Physics.Arcade.Body#debugBodyColor", "scope": "instance", "kind": "member", - "___id": "T000002R028146", + "___id": "T000002R028231", "___s": true }, { @@ -245696,7 +246103,7 @@ "filename": "Body.js", "lineno": 144, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether this Body is updated by the physics simulation.", @@ -245716,7 +246123,7 @@ "longname": "Phaser.Physics.Arcade.Body#enable", "scope": "instance", "kind": "member", - "___id": "T000002R028148", + "___id": "T000002R028233", "___s": true }, { @@ -245725,7 +246132,7 @@ "filename": "Body.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether this Body is circular (true) or rectangular (false).", @@ -245748,7 +246155,7 @@ "longname": "Phaser.Physics.Arcade.Body#isCircle", "scope": "instance", "kind": "member", - "___id": "T000002R028150", + "___id": "T000002R028235", "___s": true }, { @@ -245757,7 +246164,7 @@ "filename": "Body.js", "lineno": 165, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "If this Body is circular, this is the unscaled radius of the Body, as set by setCircle(), in source pixels.\rThe true radius is equal to `halfWidth`.", @@ -245780,7 +246187,7 @@ "longname": "Phaser.Physics.Arcade.Body#radius", "scope": "instance", "kind": "member", - "___id": "T000002R028152", + "___id": "T000002R028237", "___s": true }, { @@ -245789,7 +246196,7 @@ "filename": "Body.js", "lineno": 177, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The offset of this Body's position from its Game Object's position, in source pixels.", @@ -245811,7 +246218,7 @@ "longname": "Phaser.Physics.Arcade.Body#offset", "scope": "instance", "kind": "member", - "___id": "T000002R028154", + "___id": "T000002R028239", "___s": true }, { @@ -245820,7 +246227,7 @@ "filename": "Body.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The position of this Body within the simulation.", @@ -245839,7 +246246,7 @@ "longname": "Phaser.Physics.Arcade.Body#position", "scope": "instance", "kind": "member", - "___id": "T000002R028156", + "___id": "T000002R028241", "___s": true }, { @@ -245848,7 +246255,7 @@ "filename": "Body.js", "lineno": 199, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The position of this Body during the previous step.", @@ -245867,7 +246274,7 @@ "longname": "Phaser.Physics.Arcade.Body#prev", "scope": "instance", "kind": "member", - "___id": "T000002R028158", + "___id": "T000002R028243", "___s": true }, { @@ -245876,7 +246283,7 @@ "filename": "Body.js", "lineno": 208, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The position of this Body during the previous frame.", @@ -245895,7 +246302,7 @@ "longname": "Phaser.Physics.Arcade.Body#prevFrame", "scope": "instance", "kind": "member", - "___id": "T000002R028160", + "___id": "T000002R028245", "___s": true }, { @@ -245904,7 +246311,7 @@ "filename": "Body.js", "lineno": 217, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether this Body's `rotation` is affected by its angular acceleration and angular velocity.", @@ -245924,7 +246331,7 @@ "longname": "Phaser.Physics.Arcade.Body#allowRotation", "scope": "instance", "kind": "member", - "___id": "T000002R028162", + "___id": "T000002R028247", "___s": true }, { @@ -245933,7 +246340,7 @@ "filename": "Body.js", "lineno": 227, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "This body's rotation, in degrees, based on its angular acceleration and angular velocity.\rThe Body's rotation controls the `angle` of its Game Object.\rIt doesn't rotate the Body's own geometry, which is always an axis-aligned rectangle or a circle.", @@ -245952,7 +246359,7 @@ "longname": "Phaser.Physics.Arcade.Body#rotation", "scope": "instance", "kind": "member", - "___id": "T000002R028164", + "___id": "T000002R028249", "___s": true }, { @@ -245961,7 +246368,7 @@ "filename": "Body.js", "lineno": 238, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Body rotation, in degrees, during the previous step.", @@ -245980,7 +246387,7 @@ "longname": "Phaser.Physics.Arcade.Body#preRotation", "scope": "instance", "kind": "member", - "___id": "T000002R028166", + "___id": "T000002R028251", "___s": true }, { @@ -245989,7 +246396,7 @@ "filename": "Body.js", "lineno": 247, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The width of the Body, in pixels.\rIf the Body is circular, this is also the diameter.\rIf you wish to change the width use the `Body.setSize` method.", @@ -246010,7 +246417,7 @@ "longname": "Phaser.Physics.Arcade.Body#width", "scope": "instance", "kind": "member", - "___id": "T000002R028168", + "___id": "T000002R028253", "___s": true }, { @@ -246019,7 +246426,7 @@ "filename": "Body.js", "lineno": 260, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The height of the Body, in pixels.\rIf the Body is circular, this is also the diameter.\rIf you wish to change the height use the `Body.setSize` method.", @@ -246040,7 +246447,7 @@ "longname": "Phaser.Physics.Arcade.Body#height", "scope": "instance", "kind": "member", - "___id": "T000002R028170", + "___id": "T000002R028255", "___s": true }, { @@ -246049,7 +246456,7 @@ "filename": "Body.js", "lineno": 273, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The unscaled width of the Body, in source pixels, as set by setSize().\rThe default is the width of the Body's Game Object's texture frame.", @@ -246071,7 +246478,7 @@ "longname": "Phaser.Physics.Arcade.Body#sourceWidth", "scope": "instance", "kind": "member", - "___id": "T000002R028172", + "___id": "T000002R028257", "___s": true }, { @@ -246080,7 +246487,7 @@ "filename": "Body.js", "lineno": 284, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The unscaled height of the Body, in source pixels, as set by setSize().\rThe default is the height of the Body's Game Object's texture frame.", @@ -246102,7 +246509,7 @@ "longname": "Phaser.Physics.Arcade.Body#sourceHeight", "scope": "instance", "kind": "member", - "___id": "T000002R028174", + "___id": "T000002R028259", "___s": true }, { @@ -246111,7 +246518,7 @@ "filename": "Body.js", "lineno": 301, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Half the Body's width, in pixels.", @@ -246130,7 +246537,7 @@ "longname": "Phaser.Physics.Arcade.Body#halfWidth", "scope": "instance", "kind": "member", - "___id": "T000002R028178", + "___id": "T000002R028263", "___s": true }, { @@ -246139,7 +246546,7 @@ "filename": "Body.js", "lineno": 310, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Half the Body's height, in pixels.", @@ -246158,7 +246565,7 @@ "longname": "Phaser.Physics.Arcade.Body#halfHeight", "scope": "instance", "kind": "member", - "___id": "T000002R028180", + "___id": "T000002R028265", "___s": true }, { @@ -246167,7 +246574,7 @@ "filename": "Body.js", "lineno": 319, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The center of the Body.\rThe midpoint of its `position` (top-left corner) and its bottom-right corner.", @@ -246186,7 +246593,7 @@ "longname": "Phaser.Physics.Arcade.Body#center", "scope": "instance", "kind": "member", - "___id": "T000002R028182", + "___id": "T000002R028267", "___s": true }, { @@ -246195,7 +246602,7 @@ "filename": "Body.js", "lineno": 329, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Body's velocity, in pixels per second.", @@ -246214,7 +246621,7 @@ "longname": "Phaser.Physics.Arcade.Body#velocity", "scope": "instance", "kind": "member", - "___id": "T000002R028184", + "___id": "T000002R028269", "___s": true }, { @@ -246223,7 +246630,7 @@ "filename": "Body.js", "lineno": 338, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Body's change in position (due to velocity) at the last step, in pixels.\r\rThe size of this value depends on the simulation's step rate.", @@ -246243,7 +246650,7 @@ "longname": "Phaser.Physics.Arcade.Body#newVelocity", "scope": "instance", "kind": "member", - "___id": "T000002R028186", + "___id": "T000002R028271", "___s": true }, { @@ -246252,7 +246659,7 @@ "filename": "Body.js", "lineno": 350, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Body's absolute maximum change in position, in pixels per step.", @@ -246271,7 +246678,7 @@ "longname": "Phaser.Physics.Arcade.Body#deltaMax", "scope": "instance", "kind": "member", - "___id": "T000002R028188", + "___id": "T000002R028273", "___s": true }, { @@ -246280,7 +246687,7 @@ "filename": "Body.js", "lineno": 359, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Body's change in velocity, in pixels per second squared.", @@ -246299,7 +246706,7 @@ "longname": "Phaser.Physics.Arcade.Body#acceleration", "scope": "instance", "kind": "member", - "___id": "T000002R028190", + "___id": "T000002R028275", "___s": true }, { @@ -246308,7 +246715,7 @@ "filename": "Body.js", "lineno": 368, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether this Body's velocity is affected by its `drag`.", @@ -246328,7 +246735,7 @@ "longname": "Phaser.Physics.Arcade.Body#allowDrag", "scope": "instance", "kind": "member", - "___id": "T000002R028192", + "___id": "T000002R028277", "___s": true }, { @@ -246337,7 +246744,7 @@ "filename": "Body.js", "lineno": 378, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "When `useDamping` is false (the default), this is absolute loss of velocity due to movement, in pixels per second squared.\r\rWhen `useDamping` is true, this is a damping multiplier between 0 and 1.\rA value of 0 means the Body stops instantly.\rA value of 0.01 mean the Body keeps 1% of its velocity per second, losing 99%.\rA value of 0.1 means the Body keeps 10% of its velocity per second, losing 90%.\rA value of 1 means the Body loses no velocity.\rYou can use very small values (e.g., 0.001) to stop the Body quickly.\r\rThe x and y components are applied separately.\r\rDrag is applied only when `acceleration` is zero.", @@ -246356,7 +246763,7 @@ "longname": "Phaser.Physics.Arcade.Body#drag", "scope": "instance", "kind": "member", - "___id": "T000002R028194", + "___id": "T000002R028279", "___s": true }, { @@ -246365,7 +246772,7 @@ "filename": "Body.js", "lineno": 398, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether this Body's position is affected by gravity (local or world).", @@ -246389,7 +246796,7 @@ "longname": "Phaser.Physics.Arcade.Body#allowGravity", "scope": "instance", "kind": "member", - "___id": "T000002R028196", + "___id": "T000002R028281", "___s": true }, { @@ -246398,7 +246805,7 @@ "filename": "Body.js", "lineno": 410, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Acceleration due to gravity (specific to this Body), in pixels per second squared.\rTotal gravity is the sum of this vector and the simulation's `gravity`.", @@ -246420,7 +246827,7 @@ "longname": "Phaser.Physics.Arcade.Body#gravity", "scope": "instance", "kind": "member", - "___id": "T000002R028198", + "___id": "T000002R028283", "___s": true }, { @@ -246429,7 +246836,7 @@ "filename": "Body.js", "lineno": 421, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Rebound following a collision, relative to 1.", @@ -246448,7 +246855,7 @@ "longname": "Phaser.Physics.Arcade.Body#bounce", "scope": "instance", "kind": "member", - "___id": "T000002R028200", + "___id": "T000002R028285", "___s": true }, { @@ -246457,7 +246864,7 @@ "filename": "Body.js", "lineno": 430, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Rebound following a collision with the world boundary, relative to 1.\rIf null, `bounce` is used instead.", @@ -246479,7 +246886,7 @@ "longname": "Phaser.Physics.Arcade.Body#worldBounce", "scope": "instance", "kind": "member", - "___id": "T000002R028202", + "___id": "T000002R028287", "___s": true }, { @@ -246488,7 +246895,7 @@ "filename": "Body.js", "lineno": 441, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The rectangle used for world boundary collisions.\r\rBy default it is set to the world boundary rectangle. Or, if this Body was\rcreated by a Physics Group, then whatever rectangle that Group defined.\r\rYou can also change it by using the `Body.setBoundsRectangle` method.", @@ -246507,7 +246914,7 @@ "longname": "Phaser.Physics.Arcade.Body#customBoundsRectangle", "scope": "instance", "kind": "member", - "___id": "T000002R028204", + "___id": "T000002R028289", "___s": true }, { @@ -246516,7 +246923,7 @@ "filename": "Body.js", "lineno": 455, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether the simulation emits a `worldbounds` event when this Body collides with the world boundary\r(and `collideWorldBounds` is also true).", @@ -246539,7 +246946,7 @@ "longname": "Phaser.Physics.Arcade.Body#onWorldBounds", "scope": "instance", "kind": "member", - "___id": "T000002R028206", + "___id": "T000002R028291", "___s": true }, { @@ -246548,7 +246955,7 @@ "filename": "Body.js", "lineno": 467, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether the simulation emits a `collide` event when this Body collides with another.", @@ -246571,7 +246978,7 @@ "longname": "Phaser.Physics.Arcade.Body#onCollide", "scope": "instance", "kind": "member", - "___id": "T000002R028208", + "___id": "T000002R028293", "___s": true }, { @@ -246580,7 +246987,7 @@ "filename": "Body.js", "lineno": 478, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether the simulation emits an `overlap` event when this Body overlaps with another.", @@ -246603,7 +247010,7 @@ "longname": "Phaser.Physics.Arcade.Body#onOverlap", "scope": "instance", "kind": "member", - "___id": "T000002R028210", + "___id": "T000002R028295", "___s": true }, { @@ -246612,7 +247019,7 @@ "filename": "Body.js", "lineno": 489, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The absolute maximum velocity of this body, in pixels per second.\rThe horizontal and vertical components are applied separately.", @@ -246631,7 +247038,7 @@ "longname": "Phaser.Physics.Arcade.Body#maxVelocity", "scope": "instance", "kind": "member", - "___id": "T000002R028212", + "___id": "T000002R028297", "___s": true }, { @@ -246640,7 +247047,7 @@ "filename": "Body.js", "lineno": 499, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The maximum speed this Body is allowed to reach, in pixels per second.\r\rIf not negative it limits the scalar value of speed.\r\rAny negative value means no maximum is being applied (the default).", @@ -246660,7 +247067,7 @@ "longname": "Phaser.Physics.Arcade.Body#maxSpeed", "scope": "instance", "kind": "member", - "___id": "T000002R028214", + "___id": "T000002R028299", "___s": true }, { @@ -246669,7 +247076,7 @@ "filename": "Body.js", "lineno": 513, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "If this Body is `immovable` and in motion, `friction` is the proportion of this Body's motion received by the riding Body on each axis, relative to 1.\rThe horizontal component (x) is applied only when two colliding Bodies are separated vertically.\rThe vertical component (y) is applied only when two colliding Bodies are separated horizontally.\rThe default value (1, 0) moves the riding Body horizontally in equal proportion to this Body and vertically not at all.", @@ -246688,7 +247095,7 @@ "longname": "Phaser.Physics.Arcade.Body#friction", "scope": "instance", "kind": "member", - "___id": "T000002R028216", + "___id": "T000002R028301", "___s": true }, { @@ -246697,7 +247104,7 @@ "filename": "Body.js", "lineno": 525, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "If this Body is using `drag` for deceleration this property controls how the drag is applied.\rIf set to `true` drag will use a damping effect rather than a linear approach. If you are\rcreating a game where the Body moves freely at any angle (i.e. like the way the ship moves in\rthe game Asteroids) then you will get a far smoother and more visually correct deceleration\rby using damping, avoiding the axis-drift that is prone with linear deceleration.\r\rIf you enable this property then you should use far smaller `drag` values than with linear, as\rthey are used as a multiplier on the velocity. Values such as 0.05 will give a nice slow\rdeceleration.", @@ -246717,7 +247124,7 @@ "longname": "Phaser.Physics.Arcade.Body#useDamping", "scope": "instance", "kind": "member", - "___id": "T000002R028218", + "___id": "T000002R028303", "___s": true }, { @@ -246726,7 +247133,7 @@ "filename": "Body.js", "lineno": 543, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The rate of change of this Body's `rotation`, in degrees per second.", @@ -246746,7 +247153,7 @@ "longname": "Phaser.Physics.Arcade.Body#angularVelocity", "scope": "instance", "kind": "member", - "___id": "T000002R028220", + "___id": "T000002R028305", "___s": true }, { @@ -246755,7 +247162,7 @@ "filename": "Body.js", "lineno": 553, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Body's angular acceleration (change in angular velocity), in degrees per second squared.", @@ -246775,7 +247182,7 @@ "longname": "Phaser.Physics.Arcade.Body#angularAcceleration", "scope": "instance", "kind": "member", - "___id": "T000002R028222", + "___id": "T000002R028307", "___s": true }, { @@ -246784,7 +247191,7 @@ "filename": "Body.js", "lineno": 563, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Loss of angular velocity due to angular movement, in degrees per second.\r\rAngular drag is applied only when angular acceleration is zero.", @@ -246804,7 +247211,7 @@ "longname": "Phaser.Physics.Arcade.Body#angularDrag", "scope": "instance", "kind": "member", - "___id": "T000002R028224", + "___id": "T000002R028309", "___s": true }, { @@ -246813,7 +247220,7 @@ "filename": "Body.js", "lineno": 575, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Body's maximum angular velocity, in degrees per second.", @@ -246833,7 +247240,7 @@ "longname": "Phaser.Physics.Arcade.Body#maxAngular", "scope": "instance", "kind": "member", - "___id": "T000002R028226", + "___id": "T000002R028311", "___s": true }, { @@ -246842,7 +247249,7 @@ "filename": "Body.js", "lineno": 585, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Body's inertia, relative to a default unit (1).\rWith `bounce`, this affects the exchange of momentum (velocities) during collisions.", @@ -246862,7 +247269,7 @@ "longname": "Phaser.Physics.Arcade.Body#mass", "scope": "instance", "kind": "member", - "___id": "T000002R028228", + "___id": "T000002R028313", "___s": true }, { @@ -246871,7 +247278,7 @@ "filename": "Body.js", "lineno": 596, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The calculated angle of this Body's velocity vector, in radians, during the last step.", @@ -246891,7 +247298,7 @@ "longname": "Phaser.Physics.Arcade.Body#angle", "scope": "instance", "kind": "member", - "___id": "T000002R028230", + "___id": "T000002R028315", "___s": true }, { @@ -246900,7 +247307,7 @@ "filename": "Body.js", "lineno": 606, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The calculated magnitude of the Body's velocity, in pixels per second, during the last step.", @@ -246920,7 +247327,7 @@ "longname": "Phaser.Physics.Arcade.Body#speed", "scope": "instance", "kind": "member", - "___id": "T000002R028232", + "___id": "T000002R028317", "___s": true }, { @@ -246929,7 +247336,7 @@ "filename": "Body.js", "lineno": 616, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The direction of the Body's velocity, as calculated during the last step.\rThis is a numeric constant value (FACING_UP, FACING_DOWN, FACING_LEFT, FACING_RIGHT).\rIf the Body is moving on both axes, this describes motion on the vertical axis only.", @@ -246954,7 +247361,7 @@ "longname": "Phaser.Physics.Arcade.Body#facing", "scope": "instance", "kind": "member", - "___id": "T000002R028234", + "___id": "T000002R028319", "___s": true }, { @@ -246963,7 +247370,7 @@ "filename": "Body.js", "lineno": 632, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether this Body can be moved by collisions with another Body.", @@ -246983,7 +247390,7 @@ "longname": "Phaser.Physics.Arcade.Body#immovable", "scope": "instance", "kind": "member", - "___id": "T000002R028236", + "___id": "T000002R028321", "___s": true }, { @@ -246992,7 +247399,7 @@ "filename": "Body.js", "lineno": 642, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets if this Body can be pushed by another Body.\r\rA body that cannot be pushed will reflect back all of the velocity it is given to the\rcolliding body. If that body is also not pushable, then the separation will be split\rbetween them evenly.\r\rIf you want your body to never move or seperate at all, see the `setImmovable` method.\r\rBy default, Dynamic Bodies are always pushable.", @@ -247015,7 +247422,7 @@ "longname": "Phaser.Physics.Arcade.Body#pushable", "scope": "instance", "kind": "member", - "___id": "T000002R028238", + "___id": "T000002R028323", "___s": true }, { @@ -247024,7 +247431,7 @@ "filename": "Body.js", "lineno": 661, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Slide Factor of this Body.\r\rThe Slide Factor controls how much velocity is preserved when\rthis Body is pushed by another Body.\r\rThe default value is 1, which means that it will take on all\rvelocity given in the push. You can adjust this value to control\rhow much velocity is retained by this Body when the push ends.\r\rA value of 0, for example, will allow this Body to be pushed\rbut then remain completely still after the push ends, such as\ryou see in a game like Sokoban.\r\rOr you can set a mid-point, such as 0.25 which will allow it\rto keep 25% of the original velocity when the push ends. You\rcan combine this with the `setDrag()` method to create deceleration.", @@ -247046,7 +247453,7 @@ "longname": "Phaser.Physics.Arcade.Body#slideFactor", "scope": "instance", "kind": "member", - "___id": "T000002R028240", + "___id": "T000002R028325", "___s": true }, { @@ -247055,7 +247462,7 @@ "filename": "Body.js", "lineno": 686, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether the Body's position and rotation are affected by its velocity, acceleration, drag, and gravity.", @@ -247075,7 +247482,7 @@ "longname": "Phaser.Physics.Arcade.Body#moves", "scope": "instance", "kind": "member", - "___id": "T000002R028242", + "___id": "T000002R028327", "___s": true }, { @@ -247084,7 +247491,7 @@ "filename": "Body.js", "lineno": 696, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "A flag disabling the default horizontal separation of colliding bodies.\rPass your own `collideCallback` to the collider.", @@ -247104,7 +247511,7 @@ "longname": "Phaser.Physics.Arcade.Body#customSeparateX", "scope": "instance", "kind": "member", - "___id": "T000002R028244", + "___id": "T000002R028329", "___s": true }, { @@ -247113,7 +247520,7 @@ "filename": "Body.js", "lineno": 707, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "A flag disabling the default vertical separation of colliding bodies.\rPass your own `collideCallback` to the collider.", @@ -247133,7 +247540,7 @@ "longname": "Phaser.Physics.Arcade.Body#customSeparateY", "scope": "instance", "kind": "member", - "___id": "T000002R028246", + "___id": "T000002R028331", "___s": true }, { @@ -247142,7 +247549,7 @@ "filename": "Body.js", "lineno": 718, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The amount of horizontal overlap (before separation), if this Body is colliding with another.", @@ -247162,7 +247569,7 @@ "longname": "Phaser.Physics.Arcade.Body#overlapX", "scope": "instance", "kind": "member", - "___id": "T000002R028248", + "___id": "T000002R028333", "___s": true }, { @@ -247171,7 +247578,7 @@ "filename": "Body.js", "lineno": 728, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The amount of vertical overlap (before separation), if this Body is colliding with another.", @@ -247191,7 +247598,7 @@ "longname": "Phaser.Physics.Arcade.Body#overlapY", "scope": "instance", "kind": "member", - "___id": "T000002R028250", + "___id": "T000002R028335", "___s": true }, { @@ -247200,7 +247607,7 @@ "filename": "Body.js", "lineno": 738, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The amount of overlap (before separation), if this Body is circular and colliding with another circular body.", @@ -247220,7 +247627,7 @@ "longname": "Phaser.Physics.Arcade.Body#overlapR", "scope": "instance", "kind": "member", - "___id": "T000002R028252", + "___id": "T000002R028337", "___s": true }, { @@ -247229,7 +247636,7 @@ "filename": "Body.js", "lineno": 748, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether this Body is overlapped with another and both are not moving, on at least one axis.", @@ -247249,7 +247656,7 @@ "longname": "Phaser.Physics.Arcade.Body#embedded", "scope": "instance", "kind": "member", - "___id": "T000002R028254", + "___id": "T000002R028339", "___s": true }, { @@ -247258,7 +247665,7 @@ "filename": "Body.js", "lineno": 758, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether this Body interacts with the world boundary.", @@ -247278,7 +247685,7 @@ "longname": "Phaser.Physics.Arcade.Body#collideWorldBounds", "scope": "instance", "kind": "member", - "___id": "T000002R028256", + "___id": "T000002R028341", "___s": true }, { @@ -247287,7 +247694,7 @@ "filename": "Body.js", "lineno": 768, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether this Body is checked for collisions and for which directions.\rYou can set `checkCollision.none = true` to disable collision checks.", @@ -247306,7 +247713,7 @@ "longname": "Phaser.Physics.Arcade.Body#checkCollision", "scope": "instance", "kind": "member", - "___id": "T000002R028258", + "___id": "T000002R028343", "___s": true }, { @@ -247315,7 +247722,7 @@ "filename": "Body.js", "lineno": 778, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether this Body is colliding with a Body or Static Body and in which direction.\rIn a collision where both bodies have zero velocity, `embedded` will be set instead.", @@ -247338,7 +247745,7 @@ "longname": "Phaser.Physics.Arcade.Body#touching", "scope": "instance", "kind": "member", - "___id": "T000002R028260", + "___id": "T000002R028345", "___s": true }, { @@ -247347,7 +247754,7 @@ "filename": "Body.js", "lineno": 791, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "This Body's `touching` value during the previous step.", @@ -247369,7 +247776,7 @@ "longname": "Phaser.Physics.Arcade.Body#wasTouching", "scope": "instance", "kind": "member", - "___id": "T000002R028262", + "___id": "T000002R028347", "___s": true }, { @@ -247378,7 +247785,7 @@ "filename": "Body.js", "lineno": 802, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether this Body is colliding with a Static Body, a tile, or the world boundary.\rIn a collision with a Static Body, if this Body has zero velocity then `embedded` will be set instead.", @@ -247401,7 +247808,7 @@ "longname": "Phaser.Physics.Arcade.Body#blocked", "scope": "instance", "kind": "member", - "___id": "T000002R028264", + "___id": "T000002R028349", "___s": true }, { @@ -247410,7 +247817,7 @@ "filename": "Body.js", "lineno": 815, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether to automatically synchronize this Body's dimensions to the dimensions of its Game Object's visual bounds.", @@ -247433,7 +247840,7 @@ "longname": "Phaser.Physics.Arcade.Body#syncBounds", "scope": "instance", "kind": "member", - "___id": "T000002R028266", + "___id": "T000002R028351", "___s": true }, { @@ -247442,7 +247849,7 @@ "filename": "Body.js", "lineno": 826, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Body's physics type (dynamic or static).", @@ -247463,7 +247870,7 @@ "longname": "Phaser.Physics.Arcade.Body#physicsType", "scope": "instance", "kind": "member", - "___id": "T000002R028268", + "___id": "T000002R028353", "___s": true }, { @@ -247472,7 +247879,7 @@ "filename": "Body.js", "lineno": 837, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Arcade Physics Body Collision Category.\r\rThis can be set to any valid collision bitfield value.\r\rSee the `setCollisionCategory` method for more details.", @@ -247491,7 +247898,7 @@ "longname": "Phaser.Physics.Arcade.Body#collisionCategory", "scope": "instance", "kind": "member", - "___id": "T000002R028270", + "___id": "T000002R028355", "___s": true }, { @@ -247500,7 +247907,7 @@ "filename": "Body.js", "lineno": 850, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Arcade Physics Body Collision Mask.\r\rSee the `setCollidesWith` method for more details.", @@ -247519,7 +247926,7 @@ "longname": "Phaser.Physics.Arcade.Body#collisionMask", "scope": "instance", "kind": "member", - "___id": "T000002R028272", + "___id": "T000002R028357", "___s": true }, { @@ -247528,7 +247935,7 @@ "filename": "Body.js", "lineno": 935, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Is this Body under direct control, outside of the physics engine? For example,\rare you trying to move it via a Tween? Or have it follow a path? If so then\ryou can enable this boolean so that the Body will calculate its velocity based\rpurely on its change in position each frame. This allows you to then tween\rthe position and still have it collide with other objects. However, setting\rthe velocity will have no impact on this Body while this is set.", @@ -247547,7 +247954,7 @@ "longname": "Phaser.Physics.Arcade.Body#directControl", "scope": "instance", "kind": "member", - "___id": "T000002R028288", + "___id": "T000002R028373", "___s": true }, { @@ -247556,7 +247963,7 @@ "filename": "Body.js", "lineno": 960, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Updates the Body's `transform`, `width`, `height`, and `center` from its Game Object.\rThe Body's `position` isn't changed.", @@ -247566,7 +247973,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#updateBounds", "scope": "instance", - "___id": "T000002R028292", + "___id": "T000002R028377", "___s": true }, { @@ -247575,7 +247982,7 @@ "filename": "Body.js", "lineno": 1031, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Updates the Body's `center` from its `position`, `width`, and `height`.", @@ -247585,7 +247992,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#updateCenter", "scope": "instance", - "___id": "T000002R028325", + "___id": "T000002R028410", "___s": true }, { @@ -247594,7 +248001,7 @@ "filename": "Body.js", "lineno": 1042, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Updates the Body's `position`, `width`, `height`, and `center` from its Game Object and `offset`.\r\rYou don't need to call this for Dynamic Bodies, as it happens automatically during the physics step.\rBut you could use it if you have modified the Body offset or Game Object transform and need to immediately\rread the Body's new `position` or `center`.\r\rTo resynchronize the Body with its Game Object, use `reset()` instead.", @@ -247604,7 +248011,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#updateFromGameObject", "scope": "instance", - "___id": "T000002R028327", + "___id": "T000002R028412", "___s": true }, { @@ -247613,7 +248020,7 @@ "filename": "Body.js", "lineno": 1066, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Prepares the Body for a physics step by resetting the `wasTouching`, `touching` and `blocked` states.\r\rThis method is only called if the physics world is going to run a step this frame.", @@ -247640,7 +248047,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#resetFlags", "scope": "instance", - "___id": "T000002R028332", + "___id": "T000002R028417", "___s": true }, { @@ -247649,7 +248056,7 @@ "filename": "Body.js", "lineno": 1111, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Syncs the position body position with the parent Game Object.\r\rThis method is called every game frame, regardless if the world steps or not.", @@ -247687,7 +248094,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#preUpdate", "scope": "instance", - "___id": "T000002R028347", + "___id": "T000002R028432", "___s": true }, { @@ -247696,7 +248103,7 @@ "filename": "Body.js", "lineno": 1154, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Performs a single physics step and updates the body velocity, angle, speed and other properties.\r\rThis method can be called multiple times per game frame, depending on the physics step rate.\r\rThe results are synced back to the Game Object in `postUpdate`.", @@ -247724,7 +248131,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#update", "scope": "instance", - "___id": "T000002R028356", + "___id": "T000002R028441", "___s": true }, { @@ -247733,7 +248140,7 @@ "filename": "Body.js", "lineno": 1228, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Feeds the Body results back into the parent Game Object.\r\rThis method is called every game frame, regardless if the world steps or not.", @@ -247743,7 +248150,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#postUpdate", "scope": "instance", - "___id": "T000002R028373", + "___id": "T000002R028458", "___s": true }, { @@ -247752,7 +248159,7 @@ "filename": "Body.js", "lineno": 1310, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets a custom collision boundary rectangle. Use if you want to have a custom\rboundary instead of the world boundaries.", @@ -247795,7 +248202,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setBoundsRectangle", "scope": "instance", - "___id": "T000002R028394", + "___id": "T000002R028479", "___s": true }, { @@ -247804,7 +248211,7 @@ "filename": "Body.js", "lineno": 1328, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Checks for collisions between this Body and the world boundary and separates them.", @@ -247828,7 +248235,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#checkWorldBounds", "scope": "instance", - "___id": "T000002R028397", + "___id": "T000002R028482", "___s": true }, { @@ -247837,7 +248244,7 @@ "filename": "Body.js", "lineno": 1388, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the offset of the Body's position from its Game Object's position.\rThe Body's `position` isn't changed until the next `preUpdate`.", @@ -247891,7 +248298,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setOffset", "scope": "instance", - "___id": "T000002R028424", + "___id": "T000002R028509", "___s": true }, { @@ -247900,7 +248307,7 @@ "filename": "Body.js", "lineno": 1409, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Assign this Body to a new Game Object.\r\rRemoves this body from the Physics World, assigns to the new Game Object, calls `setSize` and then\radds this body back into the World again, setting it enabled, unless the `enable` argument is set to `false`.\r\rIf this body already has a Game Object, then it will remove itself from that Game Object first.\r\rOnly if the given `gameObject` has a `body` property will this Body be assigned to it.", @@ -247954,7 +248361,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setGameObject", "scope": "instance", - "___id": "T000002R028427", + "___id": "T000002R028512", "___s": true }, { @@ -247963,7 +248370,7 @@ "filename": "Body.js", "lineno": 1456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sizes and positions this Body, as a rectangle.\rModifies the Body `offset` if `center` is true (the default).\rResets the width and height to match current frame, if no width and height provided and a frame is found.", @@ -248032,7 +248439,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setSize", "scope": "instance", - "___id": "T000002R028434", + "___id": "T000002R028519", "___s": true }, { @@ -248041,7 +248448,7 @@ "filename": "Body.js", "lineno": 1514, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sizes and positions this Body, as a circle.", @@ -248108,7 +248515,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setCircle", "scope": "instance", - "___id": "T000002R028450", + "___id": "T000002R028535", "___s": true }, { @@ -248117,7 +248524,7 @@ "filename": "Body.js", "lineno": 1557, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets this Body's parent Game Object to the given coordinates and resets this Body at the new coordinates.\rIf the Body had any velocity or acceleration it is lost as a result of calling this.", @@ -248155,7 +248562,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#reset", "scope": "instance", - "___id": "T000002R028463", + "___id": "T000002R028548", "___s": true }, { @@ -248164,7 +248571,7 @@ "filename": "Body.js", "lineno": 1611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets acceleration, velocity, and speed to zero.", @@ -248188,7 +248595,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#stop", "scope": "instance", - "___id": "T000002R028469", + "___id": "T000002R028554", "___s": true }, { @@ -248197,7 +248604,7 @@ "filename": "Body.js", "lineno": 1630, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Copies the coordinates of this Body's edges into an object.", @@ -248236,7 +248643,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#getBounds", "scope": "instance", - "___id": "T000002R028474", + "___id": "T000002R028559", "___s": true }, { @@ -248245,7 +248652,7 @@ "filename": "Body.js", "lineno": 1650, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Tests if the coordinates are within this Body.", @@ -248297,7 +248704,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#hitTest", "scope": "instance", - "___id": "T000002R028480", + "___id": "T000002R028565", "___s": true }, { @@ -248306,7 +248713,7 @@ "filename": "Body.js", "lineno": 1680, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether this Body is touching a tile or the world boundary while moving down.", @@ -248333,7 +248740,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#onFloor", "scope": "instance", - "___id": "T000002R028484", + "___id": "T000002R028569", "___s": true }, { @@ -248342,7 +248749,7 @@ "filename": "Body.js", "lineno": 1694, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether this Body is touching a tile or the world boundary while moving up.", @@ -248369,7 +248776,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#onCeiling", "scope": "instance", - "___id": "T000002R028486", + "___id": "T000002R028571", "___s": true }, { @@ -248378,7 +248785,7 @@ "filename": "Body.js", "lineno": 1708, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether this Body is touching a tile or the world boundary while moving left or right.", @@ -248405,7 +248812,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#onWall", "scope": "instance", - "___id": "T000002R028488", + "___id": "T000002R028573", "___s": true }, { @@ -248414,7 +248821,7 @@ "filename": "Body.js", "lineno": 1722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The absolute (non-negative) change in this Body's horizontal position from the previous step.", @@ -248438,7 +248845,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#deltaAbsX", "scope": "instance", - "___id": "T000002R028490", + "___id": "T000002R028575", "___s": true }, { @@ -248447,7 +248854,7 @@ "filename": "Body.js", "lineno": 1735, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The absolute (non-negative) change in this Body's vertical position from the previous step.", @@ -248471,7 +248878,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#deltaAbsY", "scope": "instance", - "___id": "T000002R028492", + "___id": "T000002R028577", "___s": true }, { @@ -248480,7 +248887,7 @@ "filename": "Body.js", "lineno": 1748, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The change in this Body's horizontal position from the previous step.\rThis value is set during the Body's update phase.\r\rAs a Body can update multiple times per step this may not hold the final\rdelta value for the Body. In this case, please see the `deltaXFinal` method.", @@ -248504,7 +248911,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#deltaX", "scope": "instance", - "___id": "T000002R028494", + "___id": "T000002R028579", "___s": true }, { @@ -248513,7 +248920,7 @@ "filename": "Body.js", "lineno": 1765, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The change in this Body's vertical position from the previous step.\rThis value is set during the Body's update phase.\r\rAs a Body can update multiple times per step this may not hold the final\rdelta value for the Body. In this case, please see the `deltaYFinal` method.", @@ -248537,7 +248944,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#deltaY", "scope": "instance", - "___id": "T000002R028496", + "___id": "T000002R028581", "___s": true }, { @@ -248546,7 +248953,7 @@ "filename": "Body.js", "lineno": 1782, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The change in this Body's horizontal position from the previous game update.\r\rThis value is set during the `postUpdate` phase and takes into account the\r`deltaMax` and final position of the Body.\r\rBecause this value is not calculated until `postUpdate`, you must listen for it\rduring a Scene `POST_UPDATE` or `RENDER` event, and not in `update`, as it will\rnot be calculated by that point. If you _do_ use these values in `update` they\rwill represent the delta from the _previous_ game frame.", @@ -248570,7 +248977,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#deltaXFinal", "scope": "instance", - "___id": "T000002R028498", + "___id": "T000002R028583", "___s": true }, { @@ -248579,7 +248986,7 @@ "filename": "Body.js", "lineno": 1803, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The change in this Body's vertical position from the previous game update.\r\rThis value is set during the `postUpdate` phase and takes into account the\r`deltaMax` and final position of the Body.\r\rBecause this value is not calculated until `postUpdate`, you must listen for it\rduring a Scene `POST_UPDATE` or `RENDER` event, and not in `update`, as it will\rnot be calculated by that point. If you _do_ use these values in `update` they\rwill represent the delta from the _previous_ game frame.", @@ -248603,7 +249010,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#deltaYFinal", "scope": "instance", - "___id": "T000002R028500", + "___id": "T000002R028585", "___s": true }, { @@ -248612,7 +249019,7 @@ "filename": "Body.js", "lineno": 1824, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The change in this Body's rotation from the previous step, in degrees.", @@ -248636,7 +249043,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#deltaZ", "scope": "instance", - "___id": "T000002R028502", + "___id": "T000002R028587", "___s": true }, { @@ -248645,7 +249052,7 @@ "filename": "Body.js", "lineno": 1837, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Disables this Body and marks it for deletion by the simulation.", @@ -248655,7 +249062,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#destroy", "scope": "instance", - "___id": "T000002R028504", + "___id": "T000002R028589", "___s": true }, { @@ -248664,7 +249071,7 @@ "filename": "Body.js", "lineno": 1853, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Draws this Body and its velocity, if enabled.", @@ -248689,7 +249096,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#drawDebug", "scope": "instance", - "___id": "T000002R028507", + "___id": "T000002R028592", "___s": true }, { @@ -248698,7 +249105,7 @@ "filename": "Body.js", "lineno": 1908, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether this Body will be drawn to the debug display.", @@ -248722,7 +249129,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#willDrawDebug", "scope": "instance", - "___id": "T000002R028512", + "___id": "T000002R028597", "___s": true }, { @@ -248731,7 +249138,7 @@ "filename": "Body.js", "lineno": 1921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets whether this Body should calculate its velocity based on its change in\rposition every frame. The default, which is to not do this, means that you\rmake this Body move by setting the velocity directly. However, if you are\rtrying to move this Body via a Tween, or have it follow a Path, then you\rshould enable this instead. This will allow it to still collide with other\rbodies, something that isn't possible if you're just changing its position directly.", @@ -248772,7 +249179,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setDirectControl", "scope": "instance", - "___id": "T000002R028514", + "___id": "T000002R028599", "___s": true }, { @@ -248781,7 +249188,7 @@ "filename": "Body.js", "lineno": 1945, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets whether this Body collides with the world boundary.\r\rOptionally also sets the World Bounce and `onWorldBounds` values.", @@ -248864,7 +249271,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setCollideWorldBounds", "scope": "instance", - "___id": "T000002R028518", + "___id": "T000002R028603", "___s": true }, { @@ -248873,7 +249280,7 @@ "filename": "Body.js", "lineno": 1995, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Body's velocity.", @@ -248927,7 +249334,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setVelocity", "scope": "instance", - "___id": "T000002R028528", + "___id": "T000002R028613", "___s": true }, { @@ -248936,7 +249343,7 @@ "filename": "Body.js", "lineno": 2018, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Body's horizontal velocity.", @@ -248975,7 +249382,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setVelocityX", "scope": "instance", - "___id": "T000002R028533", + "___id": "T000002R028618", "___s": true }, { @@ -248984,7 +249391,7 @@ "filename": "Body.js", "lineno": 2033, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Body's vertical velocity.", @@ -249023,7 +249430,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setVelocityY", "scope": "instance", - "___id": "T000002R028535", + "___id": "T000002R028620", "___s": true }, { @@ -249032,7 +249439,7 @@ "filename": "Body.js", "lineno": 2048, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Body's maximum velocity.", @@ -249086,7 +249493,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setMaxVelocity", "scope": "instance", - "___id": "T000002R028537", + "___id": "T000002R028622", "___s": true }, { @@ -249095,7 +249502,7 @@ "filename": "Body.js", "lineno": 2066, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Body's maximum horizontal velocity.", @@ -249134,7 +249541,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setMaxVelocityX", "scope": "instance", - "___id": "T000002R028539", + "___id": "T000002R028624", "___s": true }, { @@ -249143,7 +249550,7 @@ "filename": "Body.js", "lineno": 2083, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Body's maximum vertical velocity.", @@ -249182,7 +249589,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setMaxVelocityY", "scope": "instance", - "___id": "T000002R028542", + "___id": "T000002R028627", "___s": true }, { @@ -249191,7 +249598,7 @@ "filename": "Body.js", "lineno": 2100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the maximum speed the Body can move.", @@ -249230,7 +249637,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setMaxSpeed", "scope": "instance", - "___id": "T000002R028545", + "___id": "T000002R028630", "___s": true }, { @@ -249239,7 +249646,7 @@ "filename": "Body.js", "lineno": 2117, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Slide Factor of this Body.\r\rThe Slide Factor controls how much velocity is preserved when\rthis Body is pushed by another Body.\r\rThe default value is 1, which means that it will take on all\rvelocity given in the push. You can adjust this value to control\rhow much velocity is retained by this Body when the push ends.\r\rA value of 0, for example, will allow this Body to be pushed\rbut then remain completely still after the push ends, such as\ryou see in a game like Sokoban.\r\rOr you can set a mid-point, such as 0.25 which will allow it\rto keep 25% of the original velocity when the push ends. You\rcan combine this with the `setDrag()` method to create deceleration.", @@ -249293,7 +249700,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setSlideFactor", "scope": "instance", - "___id": "T000002R028548", + "___id": "T000002R028633", "___s": true }, { @@ -249302,7 +249709,7 @@ "filename": "Body.js", "lineno": 2150, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Body's bounce.", @@ -249356,7 +249763,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setBounce", "scope": "instance", - "___id": "T000002R028550", + "___id": "T000002R028635", "___s": true }, { @@ -249365,7 +249772,7 @@ "filename": "Body.js", "lineno": 2168, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Body's horizontal bounce.", @@ -249404,7 +249811,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setBounceX", "scope": "instance", - "___id": "T000002R028552", + "___id": "T000002R028637", "___s": true }, { @@ -249413,7 +249820,7 @@ "filename": "Body.js", "lineno": 2185, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Body's vertical bounce.", @@ -249452,7 +249859,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setBounceY", "scope": "instance", - "___id": "T000002R028555", + "___id": "T000002R028640", "___s": true }, { @@ -249461,7 +249868,7 @@ "filename": "Body.js", "lineno": 2202, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Body's acceleration.", @@ -249515,7 +249922,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setAcceleration", "scope": "instance", - "___id": "T000002R028558", + "___id": "T000002R028643", "___s": true }, { @@ -249524,7 +249931,7 @@ "filename": "Body.js", "lineno": 2220, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Body's horizontal acceleration.", @@ -249563,7 +249970,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setAccelerationX", "scope": "instance", - "___id": "T000002R028560", + "___id": "T000002R028645", "___s": true }, { @@ -249572,7 +249979,7 @@ "filename": "Body.js", "lineno": 2237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Body's vertical acceleration.", @@ -249611,7 +250018,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setAccelerationY", "scope": "instance", - "___id": "T000002R028563", + "___id": "T000002R028648", "___s": true }, { @@ -249620,7 +250027,7 @@ "filename": "Body.js", "lineno": 2254, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Enables or disables drag.", @@ -249664,7 +250071,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setAllowDrag", "scope": "instance", - "___id": "T000002R028566", + "___id": "T000002R028651", "___s": true }, { @@ -249673,7 +250080,7 @@ "filename": "Body.js", "lineno": 2274, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Enables or disables gravity's effect on this Body.", @@ -249717,7 +250124,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setAllowGravity", "scope": "instance", - "___id": "T000002R028570", + "___id": "T000002R028655", "___s": true }, { @@ -249726,7 +250133,7 @@ "filename": "Body.js", "lineno": 2294, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Enables or disables rotation.", @@ -249770,7 +250177,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setAllowRotation", "scope": "instance", - "___id": "T000002R028574", + "___id": "T000002R028659", "___s": true }, { @@ -249779,7 +250186,7 @@ "filename": "Body.js", "lineno": 2314, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Body's drag.", @@ -249833,7 +250240,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setDrag", "scope": "instance", - "___id": "T000002R028578", + "___id": "T000002R028663", "___s": true }, { @@ -249842,7 +250249,7 @@ "filename": "Body.js", "lineno": 2332, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "If this Body is using `drag` for deceleration this property controls how the drag is applied.\rIf set to `true` drag will use a damping effect rather than a linear approach. If you are\rcreating a game where the Body moves freely at any angle (i.e. like the way the ship moves in\rthe game Asteroids) then you will get a far smoother and more visually correct deceleration\rby using damping, avoiding the axis-drift that is prone with linear deceleration.\r\rIf you enable this property then you should use far smaller `drag` values than with linear, as\rthey are used as a multiplier on the velocity. Values such as 0.95 will give a nice slow\rdeceleration, where-as smaller values, such as 0.5 will stop an object almost immediately.", @@ -249881,7 +250288,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setDamping", "scope": "instance", - "___id": "T000002R028580", + "___id": "T000002R028665", "___s": true }, { @@ -249890,7 +250297,7 @@ "filename": "Body.js", "lineno": 2357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Body's horizontal drag.", @@ -249929,7 +250336,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setDragX", "scope": "instance", - "___id": "T000002R028583", + "___id": "T000002R028668", "___s": true }, { @@ -249938,7 +250345,7 @@ "filename": "Body.js", "lineno": 2374, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Body's vertical drag.", @@ -249977,7 +250384,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setDragY", "scope": "instance", - "___id": "T000002R028586", + "___id": "T000002R028671", "___s": true }, { @@ -249986,7 +250393,7 @@ "filename": "Body.js", "lineno": 2391, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Body's gravity.", @@ -250040,7 +250447,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setGravity", "scope": "instance", - "___id": "T000002R028589", + "___id": "T000002R028674", "___s": true }, { @@ -250049,7 +250456,7 @@ "filename": "Body.js", "lineno": 2409, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Body's horizontal gravity.", @@ -250088,7 +250495,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setGravityX", "scope": "instance", - "___id": "T000002R028591", + "___id": "T000002R028676", "___s": true }, { @@ -250097,7 +250504,7 @@ "filename": "Body.js", "lineno": 2426, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Body's vertical gravity.", @@ -250136,7 +250543,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setGravityY", "scope": "instance", - "___id": "T000002R028594", + "___id": "T000002R028679", "___s": true }, { @@ -250145,7 +250552,7 @@ "filename": "Body.js", "lineno": 2443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Body's friction.", @@ -250199,7 +250606,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setFriction", "scope": "instance", - "___id": "T000002R028597", + "___id": "T000002R028682", "___s": true }, { @@ -250208,7 +250615,7 @@ "filename": "Body.js", "lineno": 2461, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Body's horizontal friction.", @@ -250247,7 +250654,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setFrictionX", "scope": "instance", - "___id": "T000002R028599", + "___id": "T000002R028684", "___s": true }, { @@ -250256,7 +250663,7 @@ "filename": "Body.js", "lineno": 2478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Body's vertical friction.", @@ -250295,7 +250702,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setFrictionY", "scope": "instance", - "___id": "T000002R028602", + "___id": "T000002R028687", "___s": true }, { @@ -250304,7 +250711,7 @@ "filename": "Body.js", "lineno": 2495, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Body's angular velocity.", @@ -250343,7 +250750,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setAngularVelocity", "scope": "instance", - "___id": "T000002R028605", + "___id": "T000002R028690", "___s": true }, { @@ -250352,7 +250759,7 @@ "filename": "Body.js", "lineno": 2512, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Body's angular acceleration.", @@ -250391,7 +250798,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setAngularAcceleration", "scope": "instance", - "___id": "T000002R028608", + "___id": "T000002R028693", "___s": true }, { @@ -250400,7 +250807,7 @@ "filename": "Body.js", "lineno": 2529, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Body's angular drag.", @@ -250439,7 +250846,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setAngularDrag", "scope": "instance", - "___id": "T000002R028611", + "___id": "T000002R028696", "___s": true }, { @@ -250448,7 +250855,7 @@ "filename": "Body.js", "lineno": 2546, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Body's mass.", @@ -250487,7 +250894,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setMass", "scope": "instance", - "___id": "T000002R028614", + "___id": "T000002R028699", "___s": true }, { @@ -250496,7 +250903,7 @@ "filename": "Body.js", "lineno": 2563, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Body's `immovable` property.", @@ -250537,7 +250944,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setImmovable", "scope": "instance", - "___id": "T000002R028617", + "___id": "T000002R028702", "___s": true }, { @@ -250546,7 +250953,7 @@ "filename": "Body.js", "lineno": 2582, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Body's `enable` property.", @@ -250587,7 +250994,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#setEnable", "scope": "instance", - "___id": "T000002R028621", + "___id": "T000002R028706", "___s": true }, { @@ -250596,7 +251003,7 @@ "filename": "Body.js", "lineno": 2601, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "This is an internal handler, called by the `ProcessX` function as part\rof the collision step. You should almost never call this directly.", @@ -250663,7 +251070,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#processX", "scope": "instance", - "___id": "T000002R028625", + "___id": "T000002R028710", "___s": true }, { @@ -250672,7 +251079,7 @@ "filename": "Body.js", "lineno": 2639, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "This is an internal handler, called by the `ProcessY` function as part\rof the collision step. You should almost never call this directly.", @@ -250739,7 +251146,7 @@ "memberof": "Phaser.Physics.Arcade.Body", "longname": "Phaser.Physics.Arcade.Body#processY", "scope": "instance", - "___id": "T000002R028634", + "___id": "T000002R028719", "___s": true }, { @@ -250748,7 +251155,7 @@ "filename": "Body.js", "lineno": 2677, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Bodys horizontal position (left edge).", @@ -250767,7 +251174,7 @@ "longname": "Phaser.Physics.Arcade.Body#x", "scope": "instance", "kind": "member", - "___id": "T000002R028643", + "___id": "T000002R028728", "___s": true }, { @@ -250776,7 +251183,7 @@ "filename": "Body.js", "lineno": 2698, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Bodys vertical position (top edge).", @@ -250795,7 +251202,7 @@ "longname": "Phaser.Physics.Arcade.Body#y", "scope": "instance", "kind": "member", - "___id": "T000002R028648", + "___id": "T000002R028733", "___s": true }, { @@ -250804,7 +251211,7 @@ "filename": "Body.js", "lineno": 2719, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The left edge of the Body. Identical to x.", @@ -250824,7 +251231,7 @@ "longname": "Phaser.Physics.Arcade.Body#left", "scope": "instance", "kind": "member", - "___id": "T000002R028653", + "___id": "T000002R028738", "___s": true }, { @@ -250833,7 +251240,7 @@ "filename": "Body.js", "lineno": 2736, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The right edge of the Body.", @@ -250853,7 +251260,7 @@ "longname": "Phaser.Physics.Arcade.Body#right", "scope": "instance", "kind": "member", - "___id": "T000002R028656", + "___id": "T000002R028741", "___s": true }, { @@ -250862,7 +251269,7 @@ "filename": "Body.js", "lineno": 2753, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The top edge of the Body. Identical to y.", @@ -250882,7 +251289,7 @@ "longname": "Phaser.Physics.Arcade.Body#top", "scope": "instance", "kind": "member", - "___id": "T000002R028659", + "___id": "T000002R028744", "___s": true }, { @@ -250891,7 +251298,7 @@ "filename": "Body.js", "lineno": 2770, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The bottom edge of this Body.", @@ -250911,7 +251318,7 @@ "longname": "Phaser.Physics.Arcade.Body#bottom", "scope": "instance", "kind": "member", - "___id": "T000002R028662", + "___id": "T000002R028747", "___s": true }, { @@ -250920,7 +251327,7 @@ "filename": "Collider.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "classdesc": "An Arcade Physics Collider will automatically check for collision, or overlaps, between two objects\revery step. If a collision, or overlap, occurs it will invoke the given callbacks.\r\rNote, if setting `overlapOnly` to `true`, and one of the objects is a `TilemapLayer`, every tile in the layer, regardless of tile ID, will be checked for collision. \rEven if the layer has had only a subset of tile IDs enabled for collision, all tiles will still be checked for overlap.", @@ -251023,7 +251430,7 @@ ], "scope": "static", "longname": "Phaser.Physics.Arcade.Collider", - "___id": "T000002R028667", + "___id": "T000002R028752", "___s": true }, { @@ -251032,7 +251439,7 @@ "filename": "Collider.js", "lineno": 36, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The world in which the bodies will collide.", @@ -251051,7 +251458,7 @@ "longname": "Phaser.Physics.Arcade.Collider#world", "scope": "instance", "kind": "member", - "___id": "T000002R028670", + "___id": "T000002R028755", "___s": true }, { @@ -251060,7 +251467,7 @@ "filename": "Collider.js", "lineno": 45, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The name of the collider (unused by Phaser).", @@ -251079,7 +251486,7 @@ "longname": "Phaser.Physics.Arcade.Collider#name", "scope": "instance", "kind": "member", - "___id": "T000002R028672", + "___id": "T000002R028757", "___s": true }, { @@ -251088,7 +251495,7 @@ "filename": "Collider.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether the collider is active.", @@ -251108,7 +251515,7 @@ "longname": "Phaser.Physics.Arcade.Collider#active", "scope": "instance", "kind": "member", - "___id": "T000002R028674", + "___id": "T000002R028759", "___s": true }, { @@ -251117,7 +251524,7 @@ "filename": "Collider.js", "lineno": 64, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether to check for collisions or overlaps.", @@ -251136,7 +251543,7 @@ "longname": "Phaser.Physics.Arcade.Collider#overlapOnly", "scope": "instance", "kind": "member", - "___id": "T000002R028676", + "___id": "T000002R028761", "___s": true }, { @@ -251145,7 +251552,7 @@ "filename": "Collider.js", "lineno": 73, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The first object to check for collision.", @@ -251164,7 +251571,7 @@ "longname": "Phaser.Physics.Arcade.Collider#object1", "scope": "instance", "kind": "member", - "___id": "T000002R028678", + "___id": "T000002R028763", "___s": true }, { @@ -251173,7 +251580,7 @@ "filename": "Collider.js", "lineno": 82, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The second object to check for collision.", @@ -251192,7 +251599,7 @@ "longname": "Phaser.Physics.Arcade.Collider#object2", "scope": "instance", "kind": "member", - "___id": "T000002R028680", + "___id": "T000002R028765", "___s": true }, { @@ -251201,7 +251608,7 @@ "filename": "Collider.js", "lineno": 91, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The callback to invoke when the two objects collide.", @@ -251220,7 +251627,7 @@ "longname": "Phaser.Physics.Arcade.Collider#collideCallback", "scope": "instance", "kind": "member", - "___id": "T000002R028682", + "___id": "T000002R028767", "___s": true }, { @@ -251229,7 +251636,7 @@ "filename": "Collider.js", "lineno": 100, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "If a processCallback exists it must return true or collision checking will be skipped.", @@ -251248,7 +251655,7 @@ "longname": "Phaser.Physics.Arcade.Collider#processCallback", "scope": "instance", "kind": "member", - "___id": "T000002R028684", + "___id": "T000002R028769", "___s": true }, { @@ -251257,7 +251664,7 @@ "filename": "Collider.js", "lineno": 109, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The context the collideCallback and processCallback will run in.", @@ -251276,7 +251683,7 @@ "longname": "Phaser.Physics.Arcade.Collider#callbackContext", "scope": "instance", "kind": "member", - "___id": "T000002R028686", + "___id": "T000002R028771", "___s": true }, { @@ -251285,7 +251692,7 @@ "filename": "Collider.js", "lineno": 119, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "A name for the Collider.\r\rPhaser does not use this value, it's for your own reference.", @@ -251324,7 +251731,7 @@ "memberof": "Phaser.Physics.Arcade.Collider", "longname": "Phaser.Physics.Arcade.Collider#setName", "scope": "instance", - "___id": "T000002R028688", + "___id": "T000002R028773", "___s": true }, { @@ -251333,7 +251740,7 @@ "filename": "Collider.js", "lineno": 138, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Called by World as part of its step processing, initial operation of collision checking.", @@ -251343,7 +251750,7 @@ "memberof": "Phaser.Physics.Arcade.Collider", "longname": "Phaser.Physics.Arcade.Collider#update", "scope": "instance", - "___id": "T000002R028691", + "___id": "T000002R028776", "___s": true }, { @@ -251352,7 +251759,7 @@ "filename": "Collider.js", "lineno": 156, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Removes Collider from World and disposes of its resources.", @@ -251362,7 +251769,7 @@ "memberof": "Phaser.Physics.Arcade.Collider", "longname": "Phaser.Physics.Arcade.Collider#destroy", "scope": "instance", - "___id": "T000002R028693", + "___id": "T000002R028778", "___s": true }, { @@ -251371,7 +251778,7 @@ "filename": "Acceleration.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Provides methods used for setting the acceleration properties of an Arcade Physics Body.", @@ -251381,7 +251788,7 @@ "memberof": "Phaser.Physics.Arcade.Components", "longname": "Phaser.Physics.Arcade.Components.Acceleration", "scope": "static", - "___id": "T000002R028703", + "___id": "T000002R028788", "___s": true }, { @@ -251390,7 +251797,7 @@ "filename": "Acceleration.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets the body's horizontal and vertical acceleration. If the vertical acceleration value is not provided, the vertical acceleration is set to the same value as the horizontal acceleration.", @@ -251445,7 +251852,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Acceleration", "longname": "Phaser.Physics.Arcade.Components.Acceleration#setAcceleration", "scope": "instance", - "___id": "T000002R028705", + "___id": "T000002R028790", "___s": true }, { @@ -251454,7 +251861,7 @@ "filename": "Acceleration.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets the body's horizontal acceleration.", @@ -251494,7 +251901,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Acceleration", "longname": "Phaser.Physics.Arcade.Components.Acceleration#setAccelerationX", "scope": "instance", - "___id": "T000002R028707", + "___id": "T000002R028792", "___s": true }, { @@ -251503,7 +251910,7 @@ "filename": "Acceleration.js", "lineno": 50, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets the body's vertical acceleration.", @@ -251543,7 +251950,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Acceleration", "longname": "Phaser.Physics.Arcade.Components.Acceleration#setAccelerationY", "scope": "instance", - "___id": "T000002R028710", + "___id": "T000002R028795", "___s": true }, { @@ -251552,7 +251959,7 @@ "filename": "Angular.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Provides methods used for setting the angular acceleration properties of an Arcade Physics Body.", @@ -251562,7 +251969,7 @@ "memberof": "Phaser.Physics.Arcade.Components", "longname": "Phaser.Physics.Arcade.Components.Angular", "scope": "static", - "___id": "T000002R028714", + "___id": "T000002R028799", "___s": true }, { @@ -251571,7 +251978,7 @@ "filename": "Angular.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets the angular velocity of the body.\r\rIn Arcade Physics, bodies cannot rotate. They are always axis-aligned.\rHowever, they can have angular motion, which is passed on to the Game Object bound to the body,\rcausing them to visually rotate, even though the body remains axis-aligned.", @@ -251611,7 +252018,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Angular", "longname": "Phaser.Physics.Arcade.Components.Angular#setAngularVelocity", "scope": "instance", - "___id": "T000002R028716", + "___id": "T000002R028801", "___s": true }, { @@ -251620,7 +252027,7 @@ "filename": "Angular.js", "lineno": 36, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets the angular acceleration of the body.\r\rIn Arcade Physics, bodies cannot rotate. They are always axis-aligned.\rHowever, they can have angular motion, which is passed on to the Game Object bound to the body,\rcausing them to visually rotate, even though the body remains axis-aligned.", @@ -251660,7 +252067,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Angular", "longname": "Phaser.Physics.Arcade.Components.Angular#setAngularAcceleration", "scope": "instance", - "___id": "T000002R028719", + "___id": "T000002R028804", "___s": true }, { @@ -251669,7 +252076,7 @@ "filename": "Angular.js", "lineno": 57, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets the angular drag of the body. Drag is applied to the current velocity, providing a form of deceleration.", @@ -251709,7 +252116,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Angular", "longname": "Phaser.Physics.Arcade.Components.Angular#setAngularDrag", "scope": "instance", - "___id": "T000002R028722", + "___id": "T000002R028807", "___s": true }, { @@ -251718,7 +252125,7 @@ "filename": "Bounce.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Provides methods used for setting the bounce properties of an Arcade Physics Body.", @@ -251728,7 +252135,7 @@ "memberof": "Phaser.Physics.Arcade.Components", "longname": "Phaser.Physics.Arcade.Components.Bounce", "scope": "static", - "___id": "T000002R028726", + "___id": "T000002R028811", "___s": true }, { @@ -251737,7 +252144,7 @@ "filename": "Bounce.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets the bounce values of this body.\r\rBounce is the amount of restitution, or elasticity, the body has when it collides with another object.\rA value of 1 means that it will retain its full velocity after the rebound. A value of 0 means it will not rebound at all.", @@ -251792,7 +252199,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Bounce", "longname": "Phaser.Physics.Arcade.Components.Bounce#setBounce", "scope": "instance", - "___id": "T000002R028728", + "___id": "T000002R028813", "___s": true }, { @@ -251801,7 +252208,7 @@ "filename": "Bounce.js", "lineno": 36, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets the horizontal bounce value for this body.", @@ -251841,7 +252248,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Bounce", "longname": "Phaser.Physics.Arcade.Components.Bounce#setBounceX", "scope": "instance", - "___id": "T000002R028730", + "___id": "T000002R028815", "___s": true }, { @@ -251850,7 +252257,7 @@ "filename": "Bounce.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets the vertical bounce value for this body.", @@ -251890,7 +252297,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Bounce", "longname": "Phaser.Physics.Arcade.Components.Bounce#setBounceY", "scope": "instance", - "___id": "T000002R028733", + "___id": "T000002R028818", "___s": true }, { @@ -251899,7 +252306,7 @@ "filename": "Bounce.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets whether this Body collides with the world boundary.\r\rOptionally also sets the World Bounce values. If the `Body.worldBounce` is null, it's set to a new Phaser.Math.Vector2 first.", @@ -251983,7 +252390,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Bounce", "longname": "Phaser.Physics.Arcade.Components.Bounce#setCollideWorldBounds", "scope": "instance", - "___id": "T000002R028736", + "___id": "T000002R028821", "___s": true }, { @@ -251992,7 +252399,7 @@ "filename": "Collision.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Provides methods used for setting the collision category and mask of an Arcade Physics Body.", @@ -252002,7 +252409,7 @@ "memberof": "Phaser.Physics.Arcade.Components", "longname": "Phaser.Physics.Arcade.Components.Collision", "scope": "static", - "___id": "T000002R028740", + "___id": "T000002R028825", "___s": true }, { @@ -252011,7 +252418,7 @@ "filename": "Collision.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets the Collision Category that this Arcade Physics Body\rwill use in order to determine what it can collide with.\r\rIt can only have one single category assigned to it.\r\rIf you wish to reset the collision category and mask, call\rthe `resetCollisionCategory` method.", @@ -252051,7 +252458,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Collision", "longname": "Phaser.Physics.Arcade.Components.Collision#setCollisionCategory", "scope": "instance", - "___id": "T000002R028742", + "___id": "T000002R028827", "___s": true }, { @@ -252060,7 +252467,7 @@ "filename": "Collision.js", "lineno": 42, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Checks to see if the given Collision Category will collide with\rthis Arcade Physics object or not.", @@ -252099,7 +252506,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Collision", "longname": "Phaser.Physics.Arcade.Components.Collision#willCollideWith", "scope": "instance", - "___id": "T000002R028746", + "___id": "T000002R028831", "___s": true }, { @@ -252108,7 +252515,7 @@ "filename": "Collision.js", "lineno": 60, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Adds the given Collision Category to the list of those that this\rArcade Physics Body will collide with.", @@ -252148,7 +252555,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Collision", "longname": "Phaser.Physics.Arcade.Components.Collision#addCollidesWith", "scope": "instance", - "___id": "T000002R028749", + "___id": "T000002R028834", "___s": true }, { @@ -252157,7 +252564,7 @@ "filename": "Collision.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Removes the given Collision Category from the list of those that this\rArcade Physics Body will collide with.", @@ -252197,7 +252604,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Collision", "longname": "Phaser.Physics.Arcade.Components.Collision#removeCollidesWith", "scope": "instance", - "___id": "T000002R028753", + "___id": "T000002R028838", "___s": true }, { @@ -252206,7 +252613,7 @@ "filename": "Collision.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets all of the Collision Categories that this Arcade Physics Body\rwill collide with. You can either pass a single category value, or\ran array of them.\r\rCalling this method will reset all of the collision categories,\rso only those passed to this method are enabled.\r\rIf you wish to add a new category to the existing mask, call\rthe `addCollisionCategory` method.\r\rIf you wish to reset the collision category and mask, call\rthe `resetCollisionCategory` method.", @@ -252265,7 +252672,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Collision", "longname": "Phaser.Physics.Arcade.Components.Collision#setCollidesWith", "scope": "instance", - "___id": "T000002R028757", + "___id": "T000002R028842", "___s": true }, { @@ -252274,7 +252681,7 @@ "filename": "Collision.js", "lineno": 130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Resets the Collision Category and Mask back to the defaults,\rwhich is to collide with everything.", @@ -252299,7 +252706,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Collision", "longname": "Phaser.Physics.Arcade.Components.Collision#resetCollisionCategory", "scope": "instance", - "___id": "T000002R028761", + "___id": "T000002R028846", "___s": true }, { @@ -252308,7 +252715,7 @@ "filename": "Debug.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Provides methods used for setting the debug properties of an Arcade Physics Body.", @@ -252318,7 +252725,7 @@ "memberof": "Phaser.Physics.Arcade.Components", "longname": "Phaser.Physics.Arcade.Components.Debug", "scope": "static", - "___id": "T000002R028767", + "___id": "T000002R028852", "___s": true }, { @@ -252327,7 +252734,7 @@ "filename": "Debug.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets the debug values of this body.\r\rBodies will only draw their debug if debug has been enabled for Arcade Physics as a whole.\rNote that there is a performance cost in drawing debug displays. It should never be used in production.", @@ -252393,7 +252800,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Debug", "longname": "Phaser.Physics.Arcade.Components.Debug#setDebug", "scope": "instance", - "___id": "T000002R028769", + "___id": "T000002R028854", "___s": true }, { @@ -252402,7 +252809,7 @@ "filename": "Debug.js", "lineno": 39, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets the color of the body outline when it renders to the debug display.", @@ -252442,7 +252849,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Debug", "longname": "Phaser.Physics.Arcade.Components.Debug#setDebugBodyColor", "scope": "instance", - "___id": "T000002R028774", + "___id": "T000002R028859", "___s": true }, { @@ -252451,7 +252858,7 @@ "filename": "Debug.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Set to `true` to have this body render its outline to the debug display.", @@ -252470,7 +252877,7 @@ "longname": "Phaser.Physics.Arcade.Components.Debug#debugShowBody", "scope": "instance", "kind": "member", - "___id": "T000002R028777", + "___id": "T000002R028862", "___s": true }, { @@ -252479,7 +252886,7 @@ "filename": "Debug.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Set to `true` to have this body render a velocity marker to the debug display.", @@ -252498,7 +252905,7 @@ "longname": "Phaser.Physics.Arcade.Components.Debug#debugShowVelocity", "scope": "instance", "kind": "member", - "___id": "T000002R028782", + "___id": "T000002R028867", "___s": true }, { @@ -252507,7 +252914,7 @@ "filename": "Debug.js", "lineno": 98, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "The color of the body outline when it renders to the debug display.", @@ -252526,7 +252933,7 @@ "longname": "Phaser.Physics.Arcade.Components.Debug#debugBodyColor", "scope": "instance", "kind": "member", - "___id": "T000002R028787", + "___id": "T000002R028872", "___s": true }, { @@ -252535,7 +252942,7 @@ "filename": "Drag.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Provides methods used for setting the drag properties of an Arcade Physics Body.", @@ -252545,7 +252952,7 @@ "memberof": "Phaser.Physics.Arcade.Components", "longname": "Phaser.Physics.Arcade.Components.Drag", "scope": "static", - "___id": "T000002R028793", + "___id": "T000002R028878", "___s": true }, { @@ -252554,7 +252961,7 @@ "filename": "Drag.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets the body's horizontal and vertical drag. If the vertical drag value is not provided, the vertical drag is set to the same value as the horizontal drag.\r\rDrag can be considered as a form of deceleration that will return the velocity of a body back to zero over time.\rIt is the absolute loss of velocity due to movement, in pixels per second squared.\rThe x and y components are applied separately.\r\rWhen `useDamping` is true, this is 1 minus the damping factor.\rA value of 1 means the Body loses no velocity.\rA value of 0.95 means the Body loses 5% of its velocity per step.\rA value of 0.5 means the Body loses 50% of its velocity per step.\r\rDrag is applied only when `acceleration` is zero.", @@ -252609,7 +253016,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Drag", "longname": "Phaser.Physics.Arcade.Components.Drag#setDrag", "scope": "instance", - "___id": "T000002R028795", + "___id": "T000002R028880", "___s": true }, { @@ -252618,7 +253025,7 @@ "filename": "Drag.js", "lineno": 44, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets the body's horizontal drag.\r\rDrag can be considered as a form of deceleration that will return the velocity of a body back to zero over time.\rIt is the absolute loss of velocity due to movement, in pixels per second squared.\rThe x and y components are applied separately.\r\rWhen `useDamping` is true, this is 1 minus the damping factor.\rA value of 1 means the Body loses no velocity.\rA value of 0.95 means the Body loses 5% of its velocity per step.\rA value of 0.5 means the Body loses 50% of its velocity per step.\r\rDrag is applied only when `acceleration` is zero.", @@ -252658,7 +253065,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Drag", "longname": "Phaser.Physics.Arcade.Components.Drag#setDragX", "scope": "instance", - "___id": "T000002R028797", + "___id": "T000002R028882", "___s": true }, { @@ -252667,7 +253074,7 @@ "filename": "Drag.js", "lineno": 72, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets the body's vertical drag.\r\rDrag can be considered as a form of deceleration that will return the velocity of a body back to zero over time.\rIt is the absolute loss of velocity due to movement, in pixels per second squared.\rThe x and y components are applied separately.\r\rWhen `useDamping` is true, this is 1 minus the damping factor.\rA value of 1 means the Body loses no velocity.\rA value of 0.95 means the Body loses 5% of its velocity per step.\rA value of 0.5 means the Body loses 50% of its velocity per step.\r\rDrag is applied only when `acceleration` is zero.", @@ -252707,7 +253114,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Drag", "longname": "Phaser.Physics.Arcade.Components.Drag#setDragY", "scope": "instance", - "___id": "T000002R028800", + "___id": "T000002R028885", "___s": true }, { @@ -252716,7 +253123,7 @@ "filename": "Drag.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "If this Body is using `drag` for deceleration this function controls how the drag is applied.\rIf set to `true` drag will use a damping effect rather than a linear approach. If you are\rcreating a game where the Body moves freely at any angle (i.e. like the way the ship moves in\rthe game Asteroids) then you will get a far smoother and more visually correct deceleration\rby using damping, avoiding the axis-drift that is prone with linear deceleration.\r\rIf you enable this property then you should use far smaller `drag` values than with linear, as\rthey are used as a multiplier on the velocity. Values such as 0.95 will give a nice slow\rdeceleration, where-as smaller values, such as 0.5 will stop an object almost immediately.", @@ -252756,7 +253163,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Drag", "longname": "Phaser.Physics.Arcade.Components.Drag#setDamping", "scope": "instance", - "___id": "T000002R028803", + "___id": "T000002R028888", "___s": true }, { @@ -252765,7 +253172,7 @@ "filename": "Enable.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Provides methods used for setting the enable properties of an Arcade Physics Body.", @@ -252775,7 +253182,7 @@ "memberof": "Phaser.Physics.Arcade.Components", "longname": "Phaser.Physics.Arcade.Components.Enable", "scope": "static", - "___id": "T000002R028807", + "___id": "T000002R028892", "___s": true }, { @@ -252784,7 +253191,7 @@ "filename": "Enable.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets whether this Body should calculate its velocity based on its change in\rposition every frame. The default, which is to not do this, means that you\rmake this Body move by setting the velocity directly. However, if you are\rtrying to move this Body via a Tween, or have it follow a Path, then you\rshould enable this instead. This will allow it to still collide with other\rbodies, something that isn't possible if you're just changing its position directly.", @@ -252826,7 +253233,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Enable", "longname": "Phaser.Physics.Arcade.Components.Enable#setDirectControl", "scope": "instance", - "___id": "T000002R028809", + "___id": "T000002R028894", "___s": true }, { @@ -252835,7 +253242,7 @@ "filename": "Enable.js", "lineno": 37, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Enables this Game Object's Body.\rIf you reset the Body you must also pass `x` and `y`.", @@ -252940,7 +253347,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Enable", "longname": "Phaser.Physics.Arcade.Components.Enable#enableBody", "scope": "instance", - "___id": "T000002R028811", + "___id": "T000002R028896", "___s": true }, { @@ -252949,7 +253356,7 @@ "filename": "Enable.js", "lineno": 81, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Stops and disables this Game Object's Body.", @@ -253012,7 +253419,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Enable", "longname": "Phaser.Physics.Arcade.Components.Enable#disableBody", "scope": "instance", - "___id": "T000002R028816", + "___id": "T000002R028901", "___s": true }, { @@ -253021,7 +253428,7 @@ "filename": "Enable.js", "lineno": 119, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Syncs the Body's position and size with its parent Game Object.\rYou don't need to call this for Dynamic Bodies, as it happens automatically.\rBut for Static bodies it's a useful way of modifying the position of a Static Body\rin the Physics World, based on its Game Object.", @@ -253049,7 +253456,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Enable", "longname": "Phaser.Physics.Arcade.Components.Enable#refreshBody", "scope": "instance", - "___id": "T000002R028823", + "___id": "T000002R028908", "___s": true }, { @@ -253058,7 +253465,7 @@ "filename": "Friction.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Methods for setting the friction of an Arcade Physics Body.\r\rIn Arcade Physics, friction is a special case of motion transfer from an \"immovable\" body to a riding body.", @@ -253071,7 +253478,7 @@ "memberof": "Phaser.Physics.Arcade.Components", "longname": "Phaser.Physics.Arcade.Components.Friction", "scope": "static", - "___id": "T000002R028826", + "___id": "T000002R028911", "___s": true }, { @@ -253080,7 +253487,7 @@ "filename": "Friction.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets the friction of this game object's physics body.\rIn Arcade Physics, friction is a special case of motion transfer from an \"immovable\" body to a riding body.", @@ -253138,7 +253545,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Friction", "longname": "Phaser.Physics.Arcade.Components.Friction#setFriction", "scope": "instance", - "___id": "T000002R028828", + "___id": "T000002R028913", "___s": true }, { @@ -253147,7 +253554,7 @@ "filename": "Friction.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets the horizontal friction of this game object's physics body.\rThis can move a riding body horizontally when it collides with this one on the vertical axis.", @@ -253190,7 +253597,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Friction", "longname": "Phaser.Physics.Arcade.Components.Friction#setFrictionX", "scope": "instance", - "___id": "T000002R028830", + "___id": "T000002R028915", "___s": true }, { @@ -253199,7 +253606,7 @@ "filename": "Friction.js", "lineno": 60, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets the vertical friction of this game object's physics body.\rThis can move a riding body vertically when it collides with this one on the horizontal axis.", @@ -253242,7 +253649,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Friction", "longname": "Phaser.Physics.Arcade.Components.Friction#setFrictionY", "scope": "instance", - "___id": "T000002R028833", + "___id": "T000002R028918", "___s": true }, { @@ -253251,7 +253658,7 @@ "filename": "Gravity.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Provides methods for setting the gravity properties of an Arcade Physics Game Object.\rShould be applied as a mixin and not used directly.", @@ -253261,7 +253668,7 @@ "memberof": "Phaser.Physics.Arcade.Components", "longname": "Phaser.Physics.Arcade.Components.Gravity", "scope": "static", - "___id": "T000002R028837", + "___id": "T000002R028922", "___s": true }, { @@ -253270,7 +253677,7 @@ "filename": "Gravity.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Set the X and Y values of the gravitational pull to act upon this Arcade Physics Game Object. Values can be positive or negative. Larger values result in a stronger effect.\r\rIf only one value is provided, this value will be used for both the X and Y axis.", @@ -253325,7 +253732,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Gravity", "longname": "Phaser.Physics.Arcade.Components.Gravity#setGravity", "scope": "instance", - "___id": "T000002R028839", + "___id": "T000002R028924", "___s": true }, { @@ -253334,7 +253741,7 @@ "filename": "Gravity.js", "lineno": 36, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Set the gravitational force to be applied to the X axis. Value can be positive or negative. Larger values result in a stronger effect.", @@ -253374,7 +253781,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Gravity", "longname": "Phaser.Physics.Arcade.Components.Gravity#setGravityX", "scope": "instance", - "___id": "T000002R028841", + "___id": "T000002R028926", "___s": true }, { @@ -253383,7 +253790,7 @@ "filename": "Gravity.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Set the gravitational force to be applied to the Y axis. Value can be positive or negative. Larger values result in a stronger effect.", @@ -253423,7 +253830,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Gravity", "longname": "Phaser.Physics.Arcade.Components.Gravity#setGravityY", "scope": "instance", - "___id": "T000002R028844", + "___id": "T000002R028929", "___s": true }, { @@ -253432,7 +253839,7 @@ "filename": "Immovable.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Provides methods used for setting the immovable properties of an Arcade Physics Body.", @@ -253442,7 +253849,7 @@ "memberof": "Phaser.Physics.Arcade.Components", "longname": "Phaser.Physics.Arcade.Components.Immovable", "scope": "static", - "___id": "T000002R028848", + "___id": "T000002R028933", "___s": true }, { @@ -253451,7 +253858,7 @@ "filename": "Immovable.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets if this Body can be separated during collisions with other bodies.\r\rWhen a body is immovable it means it won't move at all, not even to separate it from collision\roverlap. If you just wish to prevent a body from being knocked around by other bodies, see\rthe `setPushable` method instead.", @@ -253493,7 +253900,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Immovable", "longname": "Phaser.Physics.Arcade.Components.Immovable#setImmovable", "scope": "instance", - "___id": "T000002R028850", + "___id": "T000002R028935", "___s": true }, { @@ -253502,7 +253909,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "kind": "namespace", @@ -253510,7 +253917,7 @@ "memberof": "Phaser.Physics.Arcade", "longname": "Phaser.Physics.Arcade.Components", "scope": "static", - "___id": "T000002R028855", + "___id": "T000002R028940", "___s": true }, { @@ -253519,7 +253926,7 @@ "filename": "Mass.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Provides methods used for setting the mass properties of an Arcade Physics Body.", @@ -253529,7 +253936,7 @@ "memberof": "Phaser.Physics.Arcade.Components", "longname": "Phaser.Physics.Arcade.Components.Mass", "scope": "static", - "___id": "T000002R028873", + "___id": "T000002R028958", "___s": true }, { @@ -253538,7 +253945,7 @@ "filename": "Mass.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets the mass of the physics body", @@ -253578,7 +253985,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Mass", "longname": "Phaser.Physics.Arcade.Components.Mass#setMass", "scope": "instance", - "___id": "T000002R028875", + "___id": "T000002R028960", "___s": true }, { @@ -253587,7 +253994,7 @@ "filename": "OverlapCirc.js", "lineno": 6, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "This method will search the given circular area and return an array of all physics bodies that\roverlap with it. It can return either Dynamic, Static bodies or a mixture of both.\r\rA body only has to intersect with the search area to be considered, it doesn't have to be fully\rcontained within it.\r\rIf Arcade Physics is set to use the RTree (which it is by default) then the search is rather fast,\rotherwise the search is O(N) for Dynamic Bodies.", @@ -253710,7 +254117,7 @@ "memberof": "Phaser.Physics.Arcade.Components", "longname": "Phaser.Physics.Arcade.Components.OverlapCirc", "scope": "static", - "___id": "T000002R028883", + "___id": "T000002R028968", "___s": true }, { @@ -253719,7 +254126,7 @@ "filename": "OverlapRect.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "This method will search the given rectangular area and return an array of all physics bodies that\roverlap with it. It can return either Dynamic, Static bodies or a mixture of both.\r\rA body only has to intersect with the search area to be considered, it doesn't have to be fully\rcontained within it.\r\rIf Arcade Physics is set to use the RTree (which it is by default) then the search for is extremely fast,\rotherwise the search is O(N) for Dynamic Bodies.", @@ -253855,7 +254262,7 @@ "memberof": "Phaser.Physics.Arcade.Components", "longname": "Phaser.Physics.Arcade.Components.OverlapRect", "scope": "static", - "___id": "T000002R028892", + "___id": "T000002R028977", "___s": true }, { @@ -253864,7 +254271,7 @@ "filename": "Pushable.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Provides methods used for setting the pushable property of an Arcade Physics Body.", @@ -253874,7 +254281,7 @@ "memberof": "Phaser.Physics.Arcade.Components", "longname": "Phaser.Physics.Arcade.Components.Pushable", "scope": "static", - "___id": "T000002R028917", + "___id": "T000002R029002", "___s": true }, { @@ -253883,7 +254290,7 @@ "filename": "Pushable.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets if this Body can be pushed by another Body.\r\rA body that cannot be pushed will reflect back all of the velocity it is given to the\rcolliding body. If that body is also not pushable, then the separation will be split\rbetween them evenly.\r\rIf you want your body to never move or seperate at all, see the `setImmovable` method.", @@ -253925,7 +254332,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Pushable", "longname": "Phaser.Physics.Arcade.Components.Pushable#setPushable", "scope": "instance", - "___id": "T000002R028919", + "___id": "T000002R029004", "___s": true }, { @@ -253934,7 +254341,7 @@ "filename": "Size.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Provides methods for setting the size of an Arcade Physics Game Object.\rShould be applied as a mixin and not used directly.", @@ -253944,7 +254351,7 @@ "memberof": "Phaser.Physics.Arcade.Components", "longname": "Phaser.Physics.Arcade.Components.Size", "scope": "static", - "___id": "T000002R028924", + "___id": "T000002R029009", "___s": true }, { @@ -253953,7 +254360,7 @@ "filename": "Size.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets the body offset. This allows you to adjust the difference between the center of the body\rand the x and y coordinates of the parent Game Object.", @@ -254008,7 +254415,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Size", "longname": "Phaser.Physics.Arcade.Components.Size#setOffset", "scope": "instance", - "___id": "T000002R028926", + "___id": "T000002R029011", "___s": true }, { @@ -254017,7 +254424,7 @@ "filename": "Size.js", "lineno": 35, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "**DEPRECATED**: Please use `setBodySize` instead.\r\rSets the size of this physics body. Setting the size does not adjust the dimensions of the parent Game Object.", @@ -254086,7 +254493,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Size", "longname": "Phaser.Physics.Arcade.Components.Size#setSize", "scope": "instance", - "___id": "T000002R028928", + "___id": "T000002R029013", "___s": true }, { @@ -254095,7 +254502,7 @@ "filename": "Size.js", "lineno": 57, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets the size of this physics body. Setting the size does not adjust the dimensions of the parent Game Object.", @@ -254163,7 +254570,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Size", "longname": "Phaser.Physics.Arcade.Components.Size#setBodySize", "scope": "instance", - "___id": "T000002R028930", + "___id": "T000002R029015", "___s": true }, { @@ -254172,7 +254579,7 @@ "filename": "Size.js", "lineno": 76, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets this physics body to use a circle for collision instead of a rectangle.", @@ -254240,7 +254647,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Size", "longname": "Phaser.Physics.Arcade.Components.Size#setCircle", "scope": "instance", - "___id": "T000002R028932", + "___id": "T000002R029017", "___s": true }, { @@ -254249,7 +254656,7 @@ "filename": "Velocity.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Provides methods for modifying the velocity of an Arcade Physics body.\r\rShould be applied as a mixin and not used directly.", @@ -254259,16 +254666,16 @@ "memberof": "Phaser.Physics.Arcade.Components", "longname": "Phaser.Physics.Arcade.Components.Velocity", "scope": "static", - "___id": "T000002R028935", + "___id": "T000002R029020", "___s": true }, { - "comment": "/**\r\n * Sets the velocity of the Body.\r\n *\r\n * @method Phaser.Physics.Arcade.Components.Velocity#setVelocity\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The horizontal velocity of the body. Positive values move the body to the right, while negative values move it to the left.\r\n * @param {number} [y=x] - The vertical velocity of the body. Positive values move the body down, while negative values move it up.\r\n *\r\n * @return {this} This Game Object.\r\n */", + "comment": "/**\r\n * Sets the velocity of the Body.\r\n *\r\n * @method Phaser.Physics.Arcade.Components.Velocity#setVelocity\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The horizontal velocity of the body, in pixels per second. Positive values move the body to the right, while negative values move it to the left.\r\n * @param {number} [y=x] - The vertical velocity of the body, in pixels per second. Positive values move the body down, while negative values move it up.\r\n *\r\n * @return {this} This Game Object.\r\n */", "meta": { "filename": "Velocity.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets the velocity of the Body.", @@ -254286,7 +254693,7 @@ "name": "number" } }, - "description": "The horizontal velocity of the body. Positive values move the body to the right, while negative values move it to the left.", + "description": "The horizontal velocity of the body, in pixels per second. Positive values move the body to the right, while negative values move it to the left.", "name": "x" }, { @@ -254301,7 +254708,7 @@ }, "optional": true, "defaultvalue": "x", - "description": "The vertical velocity of the body. Positive values move the body down, while negative values move it up.", + "description": "The vertical velocity of the body, in pixels per second. Positive values move the body down, while negative values move it up.", "name": "y" } ], @@ -254323,16 +254730,16 @@ "memberof": "Phaser.Physics.Arcade.Components.Velocity", "longname": "Phaser.Physics.Arcade.Components.Velocity#setVelocity", "scope": "instance", - "___id": "T000002R028937", + "___id": "T000002R029022", "___s": true }, { - "comment": "/**\r\n * Sets the horizontal component of the body's velocity.\r\n *\r\n * Positive values move the body to the right, while negative values move it to the left.\r\n *\r\n * @method Phaser.Physics.Arcade.Components.Velocity#setVelocityX\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The new horizontal velocity.\r\n *\r\n * @return {this} This Game Object.\r\n */", + "comment": "/**\r\n * Sets the horizontal component of the body's velocity.\r\n *\r\n * Positive values move the body to the right, while negative values move it to the left.\r\n *\r\n * @method Phaser.Physics.Arcade.Components.Velocity#setVelocityX\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The new horizontal velocity, in pixels per second.\r\n *\r\n * @return {this} This Game Object.\r\n */", "meta": { "filename": "Velocity.js", "lineno": 35, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets the horizontal component of the body's velocity.\r\rPositive values move the body to the right, while negative values move it to the left.", @@ -254350,7 +254757,7 @@ "name": "number" } }, - "description": "The new horizontal velocity.", + "description": "The new horizontal velocity, in pixels per second.", "name": "x" } ], @@ -254372,16 +254779,16 @@ "memberof": "Phaser.Physics.Arcade.Components.Velocity", "longname": "Phaser.Physics.Arcade.Components.Velocity#setVelocityX", "scope": "instance", - "___id": "T000002R028939", + "___id": "T000002R029024", "___s": true }, { - "comment": "/**\r\n * Sets the vertical component of the body's velocity.\r\n *\r\n * Positive values move the body down, while negative values move it up.\r\n *\r\n * @method Phaser.Physics.Arcade.Components.Velocity#setVelocityY\r\n * @since 3.0.0\r\n *\r\n * @param {number} y - The new vertical velocity of the body.\r\n *\r\n * @return {this} This Game Object.\r\n */", + "comment": "/**\r\n * Sets the vertical component of the body's velocity.\r\n *\r\n * Positive values move the body down, while negative values move it up.\r\n *\r\n * @method Phaser.Physics.Arcade.Components.Velocity#setVelocityY\r\n * @since 3.0.0\r\n *\r\n * @param {number} y - The new vertical velocity, in pixels per second.\r\n *\r\n * @return {this} This Game Object.\r\n */", "meta": { "filename": "Velocity.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets the vertical component of the body's velocity.\r\rPositive values move the body down, while negative values move it up.", @@ -254399,7 +254806,7 @@ "name": "number" } }, - "description": "The new vertical velocity of the body.", + "description": "The new vertical velocity, in pixels per second.", "name": "y" } ], @@ -254421,16 +254828,16 @@ "memberof": "Phaser.Physics.Arcade.Components.Velocity", "longname": "Phaser.Physics.Arcade.Components.Velocity#setVelocityY", "scope": "instance", - "___id": "T000002R028941", + "___id": "T000002R029026", "___s": true }, { - "comment": "/**\r\n * Sets the maximum velocity of the body.\r\n *\r\n * @method Phaser.Physics.Arcade.Components.Velocity#setMaxVelocity\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The new maximum horizontal velocity.\r\n * @param {number} [y=x] - The new maximum vertical velocity.\r\n *\r\n * @return {this} This Game Object.\r\n */", + "comment": "/**\r\n * Sets the maximum velocity of the body.\r\n *\r\n * @method Phaser.Physics.Arcade.Components.Velocity#setMaxVelocity\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The new maximum horizontal velocity, in pixels per second.\r\n * @param {number} [y=x] - The new maximum vertical velocity, in pixels per second.\r\n *\r\n * @return {this} This Game Object.\r\n */", "meta": { "filename": "Velocity.js", "lineno": 73, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "description": "Sets the maximum velocity of the body.", @@ -254448,7 +254855,7 @@ "name": "number" } }, - "description": "The new maximum horizontal velocity.", + "description": "The new maximum horizontal velocity, in pixels per second.", "name": "x" }, { @@ -254463,7 +254870,7 @@ }, "optional": true, "defaultvalue": "x", - "description": "The new maximum vertical velocity.", + "description": "The new maximum vertical velocity, in pixels per second.", "name": "y" } ], @@ -254485,7 +254892,7 @@ "memberof": "Phaser.Physics.Arcade.Components.Velocity", "longname": "Phaser.Physics.Arcade.Components.Velocity#setMaxVelocity", "scope": "instance", - "___id": "T000002R028943", + "___id": "T000002R029028", "___s": true }, { @@ -254494,7 +254901,7 @@ "filename": "const.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Dynamic Body.", @@ -254518,7 +254925,7 @@ "longname": "Phaser.Physics.Arcade.DYNAMIC_BODY", "scope": "static", "kind": "member", - "___id": "T000002R028947", + "___id": "T000002R029032", "___s": true }, { @@ -254527,7 +254934,7 @@ "filename": "const.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Static Body.", @@ -254551,7 +254958,7 @@ "longname": "Phaser.Physics.Arcade.STATIC_BODY", "scope": "static", "kind": "member", - "___id": "T000002R028949", + "___id": "T000002R029034", "___s": true }, { @@ -254560,7 +254967,7 @@ "filename": "const.js", "lineno": 41, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Arcade Physics Group containing Dynamic Bodies.", @@ -254580,7 +254987,7 @@ "longname": "Phaser.Physics.Arcade.GROUP", "scope": "static", "kind": "member", - "___id": "T000002R028951", + "___id": "T000002R029036", "___s": true }, { @@ -254589,7 +254996,7 @@ "filename": "const.js", "lineno": 51, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "A Tilemap Layer.", @@ -254609,7 +255016,7 @@ "longname": "Phaser.Physics.Arcade.TILEMAPLAYER", "scope": "static", "kind": "member", - "___id": "T000002R028953", + "___id": "T000002R029038", "___s": true }, { @@ -254618,7 +255025,7 @@ "filename": "const.js", "lineno": 61, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Facing no direction (initial value).", @@ -254641,7 +255048,7 @@ "longname": "Phaser.Physics.Arcade.FACING_NONE", "scope": "static", "kind": "member", - "___id": "T000002R028955", + "___id": "T000002R029040", "___s": true }, { @@ -254650,7 +255057,7 @@ "filename": "const.js", "lineno": 73, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Facing up.", @@ -254673,7 +255080,7 @@ "longname": "Phaser.Physics.Arcade.FACING_UP", "scope": "static", "kind": "member", - "___id": "T000002R028957", + "___id": "T000002R029042", "___s": true }, { @@ -254682,7 +255089,7 @@ "filename": "const.js", "lineno": 85, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Facing down.", @@ -254705,7 +255112,7 @@ "longname": "Phaser.Physics.Arcade.FACING_DOWN", "scope": "static", "kind": "member", - "___id": "T000002R028959", + "___id": "T000002R029044", "___s": true }, { @@ -254714,7 +255121,7 @@ "filename": "const.js", "lineno": 97, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Facing left.", @@ -254737,7 +255144,7 @@ "longname": "Phaser.Physics.Arcade.FACING_LEFT", "scope": "static", "kind": "member", - "___id": "T000002R028961", + "___id": "T000002R029046", "___s": true }, { @@ -254746,7 +255153,7 @@ "filename": "const.js", "lineno": 109, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Facing right.", @@ -254769,7 +255176,7 @@ "longname": "Phaser.Physics.Arcade.FACING_RIGHT", "scope": "static", "kind": "member", - "___id": "T000002R028963", + "___id": "T000002R029048", "___s": true }, { @@ -254778,7 +255185,7 @@ "filename": "COLLIDE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\events", "code": {} }, "description": "The Arcade Physics World Collide Event.\r\rThis event is dispatched by an Arcade Physics World instance if two bodies collide _and_ at least\rone of them has their [onCollide]{@link Phaser.Physics.Arcade.Body#onCollide} property set to `true`.\r\rIt provides an alternative means to handling collide events rather than using the callback approach.\r\rListen to it from a Scene using: `this.physics.world.on('collide', listener)`.\r\rPlease note that 'collide' and 'overlap' are two different things in Arcade Physics.", @@ -254871,7 +255278,7 @@ "memberof": "Phaser.Physics.Arcade.Events", "longname": "Phaser.Physics.Arcade.Events#event:COLLIDE", "scope": "instance", - "___id": "T000002R028966", + "___id": "T000002R029051", "___s": true }, { @@ -254880,7 +255287,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\events", "code": {} }, "kind": "namespace", @@ -254888,7 +255295,7 @@ "memberof": "Phaser.Physics.Arcade", "longname": "Phaser.Physics.Arcade.Events", "scope": "static", - "___id": "T000002R028968", + "___id": "T000002R029053", "___s": true }, { @@ -254897,7 +255304,7 @@ "filename": "OVERLAP_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\events", "code": {} }, "description": "The Arcade Physics World Overlap Event.\r\rThis event is dispatched by an Arcade Physics World instance if two bodies overlap _and_ at least\rone of them has their [onOverlap]{@link Phaser.Physics.Arcade.Body#onOverlap} property set to `true`.\r\rIt provides an alternative means to handling overlap events rather than using the callback approach.\r\rListen to it from a Scene using: `this.physics.world.on('overlap', listener)`.\r\rPlease note that 'collide' and 'overlap' are two different things in Arcade Physics.", @@ -254990,7 +255397,7 @@ "memberof": "Phaser.Physics.Arcade.Events", "longname": "Phaser.Physics.Arcade.Events#event:OVERLAP", "scope": "instance", - "___id": "T000002R028978", + "___id": "T000002R029063", "___s": true }, { @@ -254999,7 +255406,7 @@ "filename": "PAUSE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\events", "code": {} }, "description": "The Arcade Physics World Pause Event.\r\rThis event is dispatched by an Arcade Physics World instance when it is paused.\r\rListen to it from a Scene using: `this.physics.world.on('pause', listener)`.", @@ -255018,7 +255425,7 @@ "memberof": "Phaser.Physics.Arcade.Events", "longname": "Phaser.Physics.Arcade.Events#event:PAUSE", "scope": "instance", - "___id": "T000002R028980", + "___id": "T000002R029065", "___s": true }, { @@ -255027,7 +255434,7 @@ "filename": "RESUME_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\events", "code": {} }, "description": "The Arcade Physics World Resume Event.\r\rThis event is dispatched by an Arcade Physics World instance when it resumes from a paused state.\r\rListen to it from a Scene using: `this.physics.world.on('resume', listener)`.", @@ -255046,7 +255453,7 @@ "memberof": "Phaser.Physics.Arcade.Events", "longname": "Phaser.Physics.Arcade.Events#event:RESUME", "scope": "instance", - "___id": "T000002R028982", + "___id": "T000002R029067", "___s": true }, { @@ -255055,7 +255462,7 @@ "filename": "TILE_COLLIDE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\events", "code": {} }, "description": "The Arcade Physics Tile Collide Event.\r\rThis event is dispatched by an Arcade Physics World instance if a body collides with a Tile _and_\rhas its [onCollide]{@link Phaser.Physics.Arcade.Body#onCollide} property set to `true`.\r\rIt provides an alternative means to handling collide events rather than using the callback approach.\r\rListen to it from a Scene using: `this.physics.world.on('tilecollide', listener)`.\r\rPlease note that 'collide' and 'overlap' are two different things in Arcade Physics.", @@ -255115,7 +255522,7 @@ "memberof": "Phaser.Physics.Arcade.Events", "longname": "Phaser.Physics.Arcade.Events#event:TILE_COLLIDE", "scope": "instance", - "___id": "T000002R028984", + "___id": "T000002R029069", "___s": true }, { @@ -255124,7 +255531,7 @@ "filename": "TILE_OVERLAP_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\events", "code": {} }, "description": "The Arcade Physics Tile Overlap Event.\r\rThis event is dispatched by an Arcade Physics World instance if a body overlaps with a Tile _and_\rhas its [onOverlap]{@link Phaser.Physics.Arcade.Body#onOverlap} property set to `true`.\r\rIt provides an alternative means to handling overlap events rather than using the callback approach.\r\rListen to it from a Scene using: `this.physics.world.on('tileoverlap', listener)`.\r\rPlease note that 'collide' and 'overlap' are two different things in Arcade Physics.", @@ -255184,7 +255591,7 @@ "memberof": "Phaser.Physics.Arcade.Events", "longname": "Phaser.Physics.Arcade.Events#event:TILE_OVERLAP", "scope": "instance", - "___id": "T000002R028986", + "___id": "T000002R029071", "___s": true }, { @@ -255193,7 +255600,7 @@ "filename": "WORLD_BOUNDS_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\events", "code": {} }, "description": "The Arcade Physics World Bounds Event.\r\rThis event is dispatched by an Arcade Physics World instance if a body makes contact with the world bounds _and_\rit has its [onWorldBounds]{@link Phaser.Physics.Arcade.Body#onWorldBounds} property set to `true`.\r\rIt provides an alternative means to handling collide events rather than using the callback approach.\r\rListen to it from a Scene using: `this.physics.world.on('worldbounds', listener)`.", @@ -255279,7 +255686,7 @@ "memberof": "Phaser.Physics.Arcade.Events", "longname": "Phaser.Physics.Arcade.Events#event:WORLD_BOUNDS", "scope": "instance", - "___id": "T000002R028988", + "___id": "T000002R029073", "___s": true }, { @@ -255288,7 +255695,7 @@ "filename": "WORLD_STEP_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\events", "code": {} }, "description": "The Arcade Physics World Step Event.\r\rThis event is dispatched by an Arcade Physics World instance whenever a physics step is run.\rIt is emitted _after_ the bodies and colliders have been updated.\r\rIn high framerate settings this can be multiple times per game frame.\r\rListen to it from a Scene using: `this.physics.world.on('worldstep', listener)`.", @@ -255322,7 +255729,7 @@ "memberof": "Phaser.Physics.Arcade.Events", "longname": "Phaser.Physics.Arcade.Events#event:WORLD_STEP", "scope": "instance", - "___id": "T000002R028990", + "___id": "T000002R029075", "___s": true }, { @@ -255331,7 +255738,7 @@ "filename": "Factory.js", "lineno": 16, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "classdesc": "The Arcade Physics Factory allows you to easily create Arcade Physics enabled Game Objects.\rObjects that are created by this Factory are automatically added to the physics world.", @@ -255356,7 +255763,7 @@ ], "scope": "static", "longname": "Phaser.Physics.Arcade.Factory", - "___id": "T000002R029000", + "___id": "T000002R029085", "___s": true }, { @@ -255365,7 +255772,7 @@ "filename": "Factory.js", "lineno": 34, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "A reference to the Arcade Physics World.", @@ -255384,7 +255791,7 @@ "longname": "Phaser.Physics.Arcade.Factory#world", "scope": "instance", "kind": "member", - "___id": "T000002R029003", + "___id": "T000002R029088", "___s": true }, { @@ -255393,7 +255800,7 @@ "filename": "Factory.js", "lineno": 43, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "A reference to the Scene this Arcade Physics instance belongs to.", @@ -255412,7 +255819,7 @@ "longname": "Phaser.Physics.Arcade.Factory#scene", "scope": "instance", "kind": "member", - "___id": "T000002R029005", + "___id": "T000002R029090", "___s": true }, { @@ -255421,7 +255828,7 @@ "filename": "Factory.js", "lineno": 52, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "A reference to the Scene.Systems this Arcade Physics instance belongs to.", @@ -255440,7 +255847,7 @@ "longname": "Phaser.Physics.Arcade.Factory#sys", "scope": "instance", "kind": "member", - "___id": "T000002R029007", + "___id": "T000002R029092", "___s": true }, { @@ -255449,7 +255856,7 @@ "filename": "Factory.js", "lineno": 62, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Creates a new Arcade Physics Collider object.", @@ -255542,7 +255949,7 @@ "memberof": "Phaser.Physics.Arcade.Factory", "longname": "Phaser.Physics.Arcade.Factory#collider", "scope": "instance", - "___id": "T000002R029009", + "___id": "T000002R029094", "___s": true }, { @@ -255551,7 +255958,7 @@ "filename": "Factory.js", "lineno": 81, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Creates a new Arcade Physics Collider Overlap object.", @@ -255644,7 +256051,7 @@ "memberof": "Phaser.Physics.Arcade.Factory", "longname": "Phaser.Physics.Arcade.Factory#overlap", "scope": "instance", - "___id": "T000002R029011", + "___id": "T000002R029096", "___s": true }, { @@ -255653,7 +256060,7 @@ "filename": "Factory.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Adds an Arcade Physics Body to the given Game Object.", @@ -255715,7 +256122,7 @@ "memberof": "Phaser.Physics.Arcade.Factory", "longname": "Phaser.Physics.Arcade.Factory#existing", "scope": "instance", - "___id": "T000002R029013", + "___id": "T000002R029098", "___s": true }, { @@ -255724,7 +256131,7 @@ "filename": "Factory.js", "lineno": 122, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Creates a new Arcade Image object with a Static body.", @@ -255823,7 +256230,7 @@ "memberof": "Phaser.Physics.Arcade.Factory", "longname": "Phaser.Physics.Arcade.Factory#staticImage", "scope": "instance", - "___id": "T000002R029016", + "___id": "T000002R029101", "___s": true }, { @@ -255832,7 +256239,7 @@ "filename": "Factory.js", "lineno": 146, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Creates a new Arcade Image object with a Dynamic body.", @@ -255931,7 +256338,7 @@ "memberof": "Phaser.Physics.Arcade.Factory", "longname": "Phaser.Physics.Arcade.Factory#image", "scope": "instance", - "___id": "T000002R029019", + "___id": "T000002R029104", "___s": true }, { @@ -255940,7 +256347,7 @@ "filename": "Factory.js", "lineno": 170, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Creates a new Arcade Sprite object with a Static body.", @@ -256039,7 +256446,7 @@ "memberof": "Phaser.Physics.Arcade.Factory", "longname": "Phaser.Physics.Arcade.Factory#staticSprite", "scope": "instance", - "___id": "T000002R029022", + "___id": "T000002R029107", "___s": true }, { @@ -256048,7 +256455,7 @@ "filename": "Factory.js", "lineno": 195, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Creates a new Arcade Sprite object with a Dynamic body.", @@ -256137,7 +256544,7 @@ "memberof": "Phaser.Physics.Arcade.Factory", "longname": "Phaser.Physics.Arcade.Factory#sprite", "scope": "instance", - "___id": "T000002R029025", + "___id": "T000002R029110", "___s": true }, { @@ -256146,7 +256553,7 @@ "filename": "Factory.js", "lineno": 220, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Creates a Static Physics Group object.\rAll Game Objects created by this Group will automatically be static Arcade Physics objects.", @@ -256234,7 +256641,7 @@ "memberof": "Phaser.Physics.Arcade.Factory", "longname": "Phaser.Physics.Arcade.Factory#staticGroup", "scope": "instance", - "___id": "T000002R029028", + "___id": "T000002R029113", "___s": true }, { @@ -256243,7 +256650,7 @@ "filename": "Factory.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Creates a Physics Group object.\rAll Game Objects created by this Group will automatically be dynamic Arcade Physics objects.", @@ -256331,7 +256738,7 @@ "memberof": "Phaser.Physics.Arcade.Factory", "longname": "Phaser.Physics.Arcade.Factory#group", "scope": "instance", - "___id": "T000002R029030", + "___id": "T000002R029115", "___s": true }, { @@ -256340,7 +256747,7 @@ "filename": "Factory.js", "lineno": 254, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Creates a new physics Body with the given position and size.\r\rThis Body is not associated with any Game Object, but still exists within the world\rand can be tested for collision, have velocity, etc.", @@ -256422,7 +256829,7 @@ "memberof": "Phaser.Physics.Arcade.Factory", "longname": "Phaser.Physics.Arcade.Factory#body", "scope": "instance", - "___id": "T000002R029032", + "___id": "T000002R029117", "___s": true }, { @@ -256431,7 +256838,7 @@ "filename": "Factory.js", "lineno": 286, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Creates a new static physics Body with the given position and size.\r\rThis Body is not associated with any Game Object, but still exists within the world\rand can be tested for collision, etc.", @@ -256513,7 +256920,7 @@ "memberof": "Phaser.Physics.Arcade.Factory", "longname": "Phaser.Physics.Arcade.Factory#staticBody", "scope": "instance", - "___id": "T000002R029035", + "___id": "T000002R029120", "___s": true }, { @@ -256522,7 +256929,7 @@ "filename": "Factory.js", "lineno": 318, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Destroys this Factory.", @@ -256532,7 +256939,7 @@ "memberof": "Phaser.Physics.Arcade.Factory", "longname": "Phaser.Physics.Arcade.Factory#destroy", "scope": "instance", - "___id": "T000002R029038", + "___id": "T000002R029123", "___s": true }, { @@ -256541,7 +256948,7 @@ "filename": "GetCollidesWith.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Calculates and returns the bitmask needed to determine if the given\rcategories will collide with each other or not.", @@ -256599,7 +257006,7 @@ "memberof": "Phaser.Physics.Arcade", "longname": "Phaser.Physics.Arcade.GetCollidesWith", "scope": "static", - "___id": "T000002R029044", + "___id": "T000002R029129", "___s": true }, { @@ -256608,7 +257015,7 @@ "filename": "GetOverlapX.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Calculates and returns the horizontal overlap between two arcade physics bodies and sets their properties\raccordingly, including: `touching.left`, `touching.right`, `touching.none` and `overlapX'.", @@ -256686,7 +257093,7 @@ "memberof": "Phaser.Physics.Arcade", "longname": "Phaser.Physics.Arcade.GetOverlapX", "scope": "static", - "___id": "T000002R029052", + "___id": "T000002R029137", "___s": true }, { @@ -256695,7 +257102,7 @@ "filename": "GetOverlapY.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Calculates and returns the vertical overlap between two arcade physics bodies and sets their properties\raccordingly, including: `touching.up`, `touching.down`, `touching.none` and `overlapY'.", @@ -256773,7 +257180,7 @@ "memberof": "Phaser.Physics.Arcade", "longname": "Phaser.Physics.Arcade.GetOverlapY", "scope": "static", - "___id": "T000002R029082", + "___id": "T000002R029167", "___s": true }, { @@ -256782,7 +257189,7 @@ "filename": "index.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "kind": "namespace", @@ -256790,7 +257197,7 @@ "memberof": "Phaser.Physics", "longname": "Phaser.Physics.Arcade", "scope": "static", - "___id": "T000002R029113", + "___id": "T000002R029198", "___s": true }, { @@ -256799,7 +257206,7 @@ "filename": "PhysicsGroup.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "classdesc": "An Arcade Physics Group object.\r\rThe primary use of a Physics Group is a way to collect together physics enable objects\rthat share the same intrinsic structure into a single pool. They can they be easily\rcompared against other Groups, or Game Objects.\r\rAll Game Objects created by, or added to this Group will automatically be given **dynamic**\rArcade Physics bodies (if they have no body already) and the bodies will receive the\rGroups {@link Phaser.Physics.Arcade.Group#defaults default values}.\r\rYou should not pass objects into this Group that should not receive a body. For example,\rdo not add basic Geometry or Tilemap Layers into a Group, as they will not behave in the\rway you may expect. Groups should all ideally have objects of the same type in them.\r\rIf you wish to create a Group filled with Static Bodies, please see {@link Phaser.Physics.Arcade.StaticGroup}.", @@ -256903,7 +257310,7 @@ ], "scope": "static", "longname": "Phaser.Physics.Arcade.Group", - "___id": "T000002R029142", + "___id": "T000002R029227", "___s": true }, { @@ -256912,7 +257319,7 @@ "filename": "PhysicsGroup.js", "lineno": 97, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The physics simulation.", @@ -256931,7 +257338,7 @@ "longname": "Phaser.Physics.Arcade.Group#world", "scope": "instance", "kind": "member", - "___id": "T000002R029162", + "___id": "T000002R029247", "___s": true }, { @@ -256940,7 +257347,7 @@ "filename": "PhysicsGroup.js", "lineno": 106, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The class to create new Group members from.\r\rThis should be either `Phaser.Physics.Arcade.Image`, `Phaser.Physics.Arcade.Sprite`, or a class extending one of those.", @@ -256964,7 +257371,7 @@ "scope": "instance", "kind": "member", "overrides": "Phaser.GameObjects.Group#classType", - "___id": "T000002R029164", + "___id": "T000002R029249", "___s": true }, { @@ -256973,7 +257380,7 @@ "filename": "PhysicsGroup.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The physics type of the Group's members.", @@ -256993,7 +257400,7 @@ "longname": "Phaser.Physics.Arcade.Group#physicsType", "scope": "instance", "kind": "member", - "___id": "T000002R029166", + "___id": "T000002R029251", "___s": true }, { @@ -257002,7 +257409,7 @@ "filename": "PhysicsGroup.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Arcade Physics Group Collision Category.\r\rThis can be set to any valid collision bitfield value.\r\rSee the `setCollisionCategory` method for more details.", @@ -257021,7 +257428,7 @@ "longname": "Phaser.Physics.Arcade.Group#collisionCategory", "scope": "instance", "kind": "member", - "___id": "T000002R029168", + "___id": "T000002R029253", "___s": true }, { @@ -257030,7 +257437,7 @@ "filename": "PhysicsGroup.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Arcade Physics Group Collision Mask.\r\rSee the `setCollidesWith` method for more details.", @@ -257049,7 +257456,7 @@ "longname": "Phaser.Physics.Arcade.Group#collisionMask", "scope": "instance", "kind": "member", - "___id": "T000002R029170", + "___id": "T000002R029255", "___s": true }, { @@ -257058,7 +257465,7 @@ "filename": "PhysicsGroup.js", "lineno": 156, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Default physics properties applied to Game Objects added to the Group or created by the Group. Derived from the `config` argument.\r\rYou can remove the default values by setting this property to `{}`.", @@ -257077,7 +257484,7 @@ "longname": "Phaser.Physics.Arcade.Group#defaults", "scope": "instance", "kind": "member", - "___id": "T000002R029172", + "___id": "T000002R029257", "___s": true }, { @@ -257086,7 +257493,7 @@ "filename": "PhysicsGroup.js", "lineno": 197, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "A textual representation of this Game Object.\rUsed internally by Phaser but is available for your own custom classes to populate.", @@ -257107,7 +257514,7 @@ "scope": "instance", "kind": "member", "overrides": "Phaser.GameObjects.Group#type", - "___id": "T000002R029201", + "___id": "T000002R029286", "___s": true }, { @@ -257116,7 +257523,7 @@ "filename": "PhysicsGroup.js", "lineno": 209, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Enables a Game Object's Body and assigns `defaults`. Called when a Group member is added or created.", @@ -257141,7 +257548,7 @@ "memberof": "Phaser.Physics.Arcade.Group", "longname": "Phaser.Physics.Arcade.Group#createCallbackHandler", "scope": "instance", - "___id": "T000002R029203", + "___id": "T000002R029288", "___s": true }, { @@ -257150,7 +257557,7 @@ "filename": "PhysicsGroup.js", "lineno": 232, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Disables a Game Object's Body. Called when a Group member is removed.", @@ -257175,7 +257582,7 @@ "memberof": "Phaser.Physics.Arcade.Group", "longname": "Phaser.Physics.Arcade.Group#removeCallbackHandler", "scope": "instance", - "___id": "T000002R029207", + "___id": "T000002R029292", "___s": true }, { @@ -257184,7 +257591,7 @@ "filename": "PhysicsGroup.js", "lineno": 248, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the velocity of each Group member.", @@ -257251,7 +257658,7 @@ "memberof": "Phaser.Physics.Arcade.Group", "longname": "Phaser.Physics.Arcade.Group#setVelocity", "scope": "instance", - "___id": "T000002R029209", + "___id": "T000002R029294", "___s": true }, { @@ -257260,7 +257667,7 @@ "filename": "PhysicsGroup.js", "lineno": 274, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the horizontal velocity of each Group member.", @@ -257314,7 +257721,7 @@ "memberof": "Phaser.Physics.Arcade.Group", "longname": "Phaser.Physics.Arcade.Group#setVelocityX", "scope": "instance", - "___id": "T000002R029214", + "___id": "T000002R029299", "___s": true }, { @@ -257323,7 +257730,7 @@ "filename": "PhysicsGroup.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the vertical velocity of each Group member.", @@ -257377,7 +257784,7 @@ "memberof": "Phaser.Physics.Arcade.Group", "longname": "Phaser.Physics.Arcade.Group#setVelocityY", "scope": "instance", - "___id": "T000002R029220", + "___id": "T000002R029305", "___s": true }, { @@ -257386,7 +257793,7 @@ "filename": "SeparateX.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Separates two overlapping bodies on the X-axis (horizontally).\r\rSeparation involves moving two overlapping bodies so they don't overlap anymore and adjusting their velocities based on their mass. This is a core part of collision detection.\r\rThe bodies won't be separated if there is no horizontal overlap between them, if they are static, or if either one uses custom logic for its separation.", @@ -257478,7 +257885,7 @@ "memberof": "Phaser.Physics.Arcade", "longname": "Phaser.Physics.Arcade.SeparateX", "scope": "static", - "___id": "T000002R029371", + "___id": "T000002R029460", "___s": true }, { @@ -257487,7 +257894,7 @@ "filename": "SeparateY.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Separates two overlapping bodies on the Y-axis (vertically).\r\rSeparation involves moving two overlapping bodies so they don't overlap anymore and adjusting their velocities based on their mass. This is a core part of collision detection.\r\rThe bodies won't be separated if there is no vertical overlap between them, if they are static, or if either one uses custom logic for its separation.", @@ -257579,7 +257986,7 @@ "memberof": "Phaser.Physics.Arcade", "longname": "Phaser.Physics.Arcade.SeparateY", "scope": "static", - "___id": "T000002R029380", + "___id": "T000002R029469", "___s": true }, { @@ -257588,7 +257995,7 @@ "filename": "SetCollisionObject.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Either sets or creates the Arcade Body Collision object.\r\rMostly only used internally.", @@ -257641,7 +258048,7 @@ "memberof": "Phaser.Physics.Arcade", "longname": "Phaser.Physics.Arcade.SetCollisionObject", "scope": "static", - "___id": "T000002R029387", + "___id": "T000002R029476", "___s": true }, { @@ -257650,7 +258057,7 @@ "filename": "StaticBody.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "classdesc": "A Static Arcade Physics Body.\r\rA Static Body never moves, and isn't automatically synchronized with its parent Game Object.\rThat means if you make any change to the parent's origin, position, or scale after creating or adding the body, you'll need to update the Static Body manually.\r\rA Static Body can collide with other Bodies, but is never moved by collisions.\r\rIts dynamic counterpart is {@link Phaser.Physics.Arcade.Body}.", @@ -257692,7 +258099,7 @@ ], "scope": "static", "longname": "Phaser.Physics.Arcade.StaticBody", - "___id": "T000002R029407", + "___id": "T000002R029496", "___s": true }, { @@ -257701,7 +258108,7 @@ "filename": "StaticBody.js", "lineno": 73, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Arcade Physics simulation this Static Body belongs to.", @@ -257720,7 +258127,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#world", "scope": "instance", "kind": "member", - "___id": "T000002R029426", + "___id": "T000002R029515", "___s": true }, { @@ -257729,7 +258136,7 @@ "filename": "StaticBody.js", "lineno": 82, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Game Object this Static Body belongs to.\r\rAs of Phaser 3.60 this is now optional and can be undefined.", @@ -257748,7 +258155,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#gameObject", "scope": "instance", "kind": "member", - "___id": "T000002R029428", + "___id": "T000002R029517", "___s": true }, { @@ -257757,7 +258164,7 @@ "filename": "StaticBody.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "A quick-test flag that signifies this is a Body, used in the World collision handler.", @@ -257777,7 +258184,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#isBody", "scope": "instance", "kind": "member", - "___id": "T000002R029430", + "___id": "T000002R029519", "___s": true }, { @@ -257786,7 +258193,7 @@ "filename": "StaticBody.js", "lineno": 103, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether the Static Body's boundary is drawn to the debug display.", @@ -257805,7 +258212,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#debugShowBody", "scope": "instance", "kind": "member", - "___id": "T000002R029432", + "___id": "T000002R029521", "___s": true }, { @@ -257814,7 +258221,7 @@ "filename": "StaticBody.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The color of this Static Body on the debug display.", @@ -257833,7 +258240,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#debugBodyColor", "scope": "instance", "kind": "member", - "___id": "T000002R029434", + "___id": "T000002R029523", "___s": true }, { @@ -257842,7 +258249,7 @@ "filename": "StaticBody.js", "lineno": 121, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether this Static Body is updated by the physics simulation.", @@ -257862,7 +258269,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#enable", "scope": "instance", "kind": "member", - "___id": "T000002R029436", + "___id": "T000002R029525", "___s": true }, { @@ -257871,7 +258278,7 @@ "filename": "StaticBody.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether this Static Body's boundary is circular (`true`) or rectangular (`false`).", @@ -257891,7 +258298,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#isCircle", "scope": "instance", "kind": "member", - "___id": "T000002R029438", + "___id": "T000002R029527", "___s": true }, { @@ -257900,7 +258307,7 @@ "filename": "StaticBody.js", "lineno": 141, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "If this Static Body is circular, this is the radius of the boundary, as set by {@link Phaser.Physics.Arcade.StaticBody#setCircle}, in pixels.\rEqual to `halfWidth`.", @@ -257920,7 +258327,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#radius", "scope": "instance", "kind": "member", - "___id": "T000002R029440", + "___id": "T000002R029529", "___s": true }, { @@ -257929,7 +258336,7 @@ "filename": "StaticBody.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The offset set by {@link Phaser.Physics.Arcade.StaticBody#setCircle} or {@link Phaser.Physics.Arcade.StaticBody#setSize}.\r\rThis doesn't affect the Static Body's position, because a Static Body does not follow its Game Object.", @@ -257949,7 +258356,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#offset", "scope": "instance", "kind": "member", - "___id": "T000002R029442", + "___id": "T000002R029531", "___s": true }, { @@ -257958,7 +258365,7 @@ "filename": "StaticBody.js", "lineno": 164, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The position of this Static Body within the simulation.", @@ -257977,7 +258384,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#position", "scope": "instance", "kind": "member", - "___id": "T000002R029444", + "___id": "T000002R029533", "___s": true }, { @@ -257986,7 +258393,7 @@ "filename": "StaticBody.js", "lineno": 173, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The width of the Static Body's boundary, in pixels.\rIf the Static Body is circular, this is also the Static Body's diameter.", @@ -258005,7 +258412,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#width", "scope": "instance", "kind": "member", - "___id": "T000002R029446", + "___id": "T000002R029535", "___s": true }, { @@ -258014,7 +258421,7 @@ "filename": "StaticBody.js", "lineno": 183, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The height of the Static Body's boundary, in pixels.\rIf the Static Body is circular, this is also the Static Body's diameter.", @@ -258033,7 +258440,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#height", "scope": "instance", "kind": "member", - "___id": "T000002R029448", + "___id": "T000002R029537", "___s": true }, { @@ -258042,7 +258449,7 @@ "filename": "StaticBody.js", "lineno": 193, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Half the Static Body's width, in pixels.\rIf the Static Body is circular, this is also the Static Body's radius.", @@ -258061,7 +258468,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#halfWidth", "scope": "instance", "kind": "member", - "___id": "T000002R029450", + "___id": "T000002R029539", "___s": true }, { @@ -258070,7 +258477,7 @@ "filename": "StaticBody.js", "lineno": 203, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Half the Static Body's height, in pixels.\rIf the Static Body is circular, this is also the Static Body's radius.", @@ -258089,7 +258496,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#halfHeight", "scope": "instance", "kind": "member", - "___id": "T000002R029452", + "___id": "T000002R029541", "___s": true }, { @@ -258098,7 +258505,7 @@ "filename": "StaticBody.js", "lineno": 213, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The center of the Static Body's boundary.\rThis is the midpoint of its `position` (top-left corner) and its bottom-right corner.", @@ -258117,7 +258524,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#center", "scope": "instance", "kind": "member", - "___id": "T000002R029454", + "___id": "T000002R029543", "___s": true }, { @@ -258126,7 +258533,7 @@ "filename": "StaticBody.js", "lineno": 223, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "A constant zero velocity used by the Arcade Physics simulation for calculations.", @@ -258146,7 +258553,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#velocity", "scope": "instance", "kind": "member", - "___id": "T000002R029456", + "___id": "T000002R029545", "___s": true }, { @@ -258155,7 +258562,7 @@ "filename": "StaticBody.js", "lineno": 233, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "A constant `false` value expected by the Arcade Physics simulation.", @@ -258176,7 +258583,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#allowGravity", "scope": "instance", "kind": "member", - "___id": "T000002R029458", + "___id": "T000002R029547", "___s": true }, { @@ -258185,7 +258592,7 @@ "filename": "StaticBody.js", "lineno": 244, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Gravitational force applied specifically to this Body. Values are in pixels per second squared. Always zero for a Static Body.", @@ -258205,7 +258612,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#gravity", "scope": "instance", "kind": "member", - "___id": "T000002R029460", + "___id": "T000002R029549", "___s": true }, { @@ -258214,7 +258621,7 @@ "filename": "StaticBody.js", "lineno": 254, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Rebound, or restitution, following a collision, relative to 1. Always zero for a Static Body.", @@ -258234,7 +258641,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#bounce", "scope": "instance", "kind": "member", - "___id": "T000002R029462", + "___id": "T000002R029551", "___s": true }, { @@ -258243,7 +258650,7 @@ "filename": "StaticBody.js", "lineno": 266, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether the simulation emits a `worldbounds` event when this StaticBody collides with the world boundary.\rAlways false for a Static Body. (Static Bodies never collide with the world boundary and never trigger a `worldbounds` event.)", @@ -258264,7 +258671,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#onWorldBounds", "scope": "instance", "kind": "member", - "___id": "T000002R029464", + "___id": "T000002R029553", "___s": true }, { @@ -258273,7 +258680,7 @@ "filename": "StaticBody.js", "lineno": 278, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether the simulation emits a `collide` event when this StaticBody collides with another.", @@ -258293,7 +258700,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#onCollide", "scope": "instance", "kind": "member", - "___id": "T000002R029466", + "___id": "T000002R029555", "___s": true }, { @@ -258302,7 +258709,7 @@ "filename": "StaticBody.js", "lineno": 288, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether the simulation emits an `overlap` event when this StaticBody overlaps with another.", @@ -258322,7 +258729,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#onOverlap", "scope": "instance", "kind": "member", - "___id": "T000002R029468", + "___id": "T000002R029557", "___s": true }, { @@ -258331,7 +258738,7 @@ "filename": "StaticBody.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The StaticBody's inertia, relative to a default unit (1). With `bounce`, this affects the exchange of momentum (velocities) during collisions.", @@ -258351,7 +258758,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#mass", "scope": "instance", "kind": "member", - "___id": "T000002R029470", + "___id": "T000002R029559", "___s": true }, { @@ -258360,7 +258767,7 @@ "filename": "StaticBody.js", "lineno": 308, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether this object can be moved by collisions with another body.", @@ -258380,7 +258787,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#immovable", "scope": "instance", "kind": "member", - "___id": "T000002R029472", + "___id": "T000002R029561", "___s": true }, { @@ -258389,7 +258796,7 @@ "filename": "StaticBody.js", "lineno": 318, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets if this Body can be pushed by another Body.\r\rA body that cannot be pushed will reflect back all of the velocity it is given to the\rcolliding body. If that body is also not pushable, then the separation will be split\rbetween them evenly.\r\rIf you want your body to never move or seperate at all, see the `setImmovable` method.\r\rBy default, Static Bodies are not pushable.", @@ -258412,7 +258819,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#pushable", "scope": "instance", "kind": "member", - "___id": "T000002R029474", + "___id": "T000002R029563", "___s": true }, { @@ -258421,7 +258828,7 @@ "filename": "StaticBody.js", "lineno": 337, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "A flag disabling the default horizontal separation of colliding bodies. Pass your own `collideHandler` to the collider.", @@ -258441,7 +258848,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#customSeparateX", "scope": "instance", "kind": "member", - "___id": "T000002R029476", + "___id": "T000002R029565", "___s": true }, { @@ -258450,7 +258857,7 @@ "filename": "StaticBody.js", "lineno": 347, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "A flag disabling the default vertical separation of colliding bodies. Pass your own `collideHandler` to the collider.", @@ -258470,7 +258877,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#customSeparateY", "scope": "instance", "kind": "member", - "___id": "T000002R029478", + "___id": "T000002R029567", "___s": true }, { @@ -258479,7 +258886,7 @@ "filename": "StaticBody.js", "lineno": 357, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The amount of horizontal overlap (before separation), if this Body is colliding with another.", @@ -258499,7 +258906,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#overlapX", "scope": "instance", "kind": "member", - "___id": "T000002R029480", + "___id": "T000002R029569", "___s": true }, { @@ -258508,7 +258915,7 @@ "filename": "StaticBody.js", "lineno": 367, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The amount of vertical overlap (before separation), if this Body is colliding with another.", @@ -258528,7 +258935,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#overlapY", "scope": "instance", "kind": "member", - "___id": "T000002R029482", + "___id": "T000002R029571", "___s": true }, { @@ -258537,7 +258944,7 @@ "filename": "StaticBody.js", "lineno": 377, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The amount of overlap (before separation), if this StaticBody is circular and colliding with another circular body.", @@ -258557,7 +258964,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#overlapR", "scope": "instance", "kind": "member", - "___id": "T000002R029484", + "___id": "T000002R029573", "___s": true }, { @@ -258566,7 +258973,7 @@ "filename": "StaticBody.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether this StaticBody has ever overlapped with another while both were not moving.", @@ -258586,7 +258993,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#embedded", "scope": "instance", "kind": "member", - "___id": "T000002R029486", + "___id": "T000002R029575", "___s": true }, { @@ -258595,7 +259002,7 @@ "filename": "StaticBody.js", "lineno": 397, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether this StaticBody interacts with the world boundary.\rAlways false for a Static Body. (Static Bodies never collide with the world boundary.)", @@ -258616,7 +259023,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#collideWorldBounds", "scope": "instance", "kind": "member", - "___id": "T000002R029488", + "___id": "T000002R029577", "___s": true }, { @@ -258625,7 +259032,7 @@ "filename": "StaticBody.js", "lineno": 409, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether this StaticBody is checked for collisions and for which directions. You can set `checkCollision.none = false` to disable collision checks.", @@ -258644,7 +259051,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#checkCollision", "scope": "instance", "kind": "member", - "___id": "T000002R029490", + "___id": "T000002R029579", "___s": true }, { @@ -258653,7 +259060,7 @@ "filename": "StaticBody.js", "lineno": 418, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "This property is kept for compatibility with Dynamic Bodies.\rAvoid using it.", @@ -258672,7 +259079,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#touching", "scope": "instance", "kind": "member", - "___id": "T000002R029492", + "___id": "T000002R029581", "___s": true }, { @@ -258681,7 +259088,7 @@ "filename": "StaticBody.js", "lineno": 428, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "This property is kept for compatibility with Dynamic Bodies.\rAvoid using it.\rThe values are always false for a Static Body.", @@ -258700,7 +259107,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#wasTouching", "scope": "instance", "kind": "member", - "___id": "T000002R029494", + "___id": "T000002R029583", "___s": true }, { @@ -258709,7 +259116,7 @@ "filename": "StaticBody.js", "lineno": 439, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "This property is kept for compatibility with Dynamic Bodies.\rAvoid using it.", @@ -258728,7 +259135,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#blocked", "scope": "instance", "kind": "member", - "___id": "T000002R029496", + "___id": "T000002R029585", "___s": true }, { @@ -258737,7 +259144,7 @@ "filename": "StaticBody.js", "lineno": 449, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The StaticBody's physics type (static by default).", @@ -258757,7 +259164,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#physicsType", "scope": "instance", "kind": "member", - "___id": "T000002R029498", + "___id": "T000002R029587", "___s": true }, { @@ -258766,7 +259173,7 @@ "filename": "StaticBody.js", "lineno": 459, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Arcade Physics Body Collision Category.\r\rThis can be set to any valid collision bitfield value.\r\rSee the `setCollisionCategory` method for more details.", @@ -258785,7 +259192,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#collisionCategory", "scope": "instance", "kind": "member", - "___id": "T000002R029500", + "___id": "T000002R029589", "___s": true }, { @@ -258794,7 +259201,7 @@ "filename": "StaticBody.js", "lineno": 472, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Arcade Physics Body Collision Mask.\r\rSee the `setCollidesWith` method for more details.", @@ -258813,7 +259220,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#collisionMask", "scope": "instance", "kind": "member", - "___id": "T000002R029502", + "___id": "T000002R029591", "___s": true }, { @@ -258822,7 +259229,7 @@ "filename": "StaticBody.js", "lineno": 508, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Changes the Game Object this Body is bound to.\rFirst it removes its reference from the old Game Object, then sets the new one.\rYou can optionally update the position and dimensions of this Body to reflect that of the new Game Object.", @@ -258879,7 +259286,7 @@ "memberof": "Phaser.Physics.Arcade.StaticBody", "longname": "Phaser.Physics.Arcade.StaticBody#setGameObject", "scope": "instance", - "___id": "T000002R029508", + "___id": "T000002R029597", "___s": true }, { @@ -258888,7 +259295,7 @@ "filename": "StaticBody.js", "lineno": 544, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Syncs the Static Body's position and size with its parent Game Object.", @@ -258912,7 +259319,7 @@ "memberof": "Phaser.Physics.Arcade.StaticBody", "longname": "Phaser.Physics.Arcade.StaticBody#updateFromGameObject", "scope": "instance", - "___id": "T000002R029513", + "___id": "T000002R029602", "___s": true }, { @@ -258921,7 +259328,7 @@ "filename": "StaticBody.js", "lineno": 573, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Positions the Static Body at an offset from its Game Object.", @@ -258973,7 +259380,7 @@ "memberof": "Phaser.Physics.Arcade.StaticBody", "longname": "Phaser.Physics.Arcade.StaticBody#setOffset", "scope": "instance", - "___id": "T000002R029520", + "___id": "T000002R029609", "___s": true }, { @@ -258982,7 +259389,7 @@ "filename": "StaticBody.js", "lineno": 605, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the size of the Static Body.\rWhen `center` is true, also repositions it.\rResets the width and height to match current frame, if no width and height provided and a frame is found.", @@ -259051,7 +259458,7 @@ "memberof": "Phaser.Physics.Arcade.StaticBody", "longname": "Phaser.Physics.Arcade.StaticBody#setSize", "scope": "instance", - "___id": "T000002R029527", + "___id": "T000002R029616", "___s": true }, { @@ -259060,7 +259467,7 @@ "filename": "StaticBody.js", "lineno": 670, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets this Static Body to have a circular body and sets its size and position.", @@ -259127,7 +259534,7 @@ "memberof": "Phaser.Physics.Arcade.StaticBody", "longname": "Phaser.Physics.Arcade.StaticBody#setCircle", "scope": "instance", - "___id": "T000002R029545", + "___id": "T000002R029634", "___s": true }, { @@ -259136,7 +259543,7 @@ "filename": "StaticBody.js", "lineno": 715, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Updates the StaticBody's `center` from its `position` and dimensions.", @@ -259146,7 +259553,7 @@ "memberof": "Phaser.Physics.Arcade.StaticBody", "longname": "Phaser.Physics.Arcade.StaticBody#updateCenter", "scope": "instance", - "___id": "T000002R029556", + "___id": "T000002R029645", "___s": true }, { @@ -259155,7 +259562,7 @@ "filename": "StaticBody.js", "lineno": 726, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Resets this Static Body to its parent Game Object's position.\r\rIf `x` and `y` are given, the parent Game Object is placed there and this Static Body is centered on it.\rOtherwise this Static Body is centered on the Game Object's current position.", @@ -259195,7 +259602,7 @@ "memberof": "Phaser.Physics.Arcade.StaticBody", "longname": "Phaser.Physics.Arcade.StaticBody#reset", "scope": "instance", - "___id": "T000002R029558", + "___id": "T000002R029647", "___s": true }, { @@ -259204,7 +259611,7 @@ "filename": "StaticBody.js", "lineno": 759, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "NOOP function. A Static Body cannot be stopped.", @@ -259228,7 +259635,7 @@ "memberof": "Phaser.Physics.Arcade.StaticBody", "longname": "Phaser.Physics.Arcade.StaticBody#stop", "scope": "instance", - "___id": "T000002R029565", + "___id": "T000002R029654", "___s": true }, { @@ -259237,7 +259644,7 @@ "filename": "StaticBody.js", "lineno": 772, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Returns the x and y coordinates of the top left and bottom right points of the StaticBody.", @@ -259276,7 +259683,7 @@ "memberof": "Phaser.Physics.Arcade.StaticBody", "longname": "Phaser.Physics.Arcade.StaticBody#getBounds", "scope": "instance", - "___id": "T000002R029567", + "___id": "T000002R029656", "___s": true }, { @@ -259285,7 +259692,7 @@ "filename": "StaticBody.js", "lineno": 792, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Checks to see if a given x,y coordinate is colliding with this Static Body.", @@ -259337,7 +259744,7 @@ "memberof": "Phaser.Physics.Arcade.StaticBody", "longname": "Phaser.Physics.Arcade.StaticBody#hitTest", "scope": "instance", - "___id": "T000002R029573", + "___id": "T000002R029662", "___s": true }, { @@ -259346,7 +259753,7 @@ "filename": "StaticBody.js", "lineno": 808, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "NOOP", @@ -259356,7 +259763,7 @@ "memberof": "Phaser.Physics.Arcade.StaticBody", "longname": "Phaser.Physics.Arcade.StaticBody#postUpdate", "scope": "instance", - "___id": "T000002R029575", + "___id": "T000002R029664", "___s": true }, { @@ -259365,7 +259772,7 @@ "filename": "StaticBody.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The absolute (non-negative) change in this StaticBody's horizontal position from the previous step. Always zero.", @@ -259389,7 +259796,7 @@ "memberof": "Phaser.Physics.Arcade.StaticBody", "longname": "Phaser.Physics.Arcade.StaticBody#deltaAbsX", "scope": "instance", - "___id": "T000002R029577", + "___id": "T000002R029666", "___s": true }, { @@ -259398,7 +259805,7 @@ "filename": "StaticBody.js", "lineno": 831, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The absolute (non-negative) change in this StaticBody's vertical position from the previous step. Always zero.", @@ -259422,7 +259829,7 @@ "memberof": "Phaser.Physics.Arcade.StaticBody", "longname": "Phaser.Physics.Arcade.StaticBody#deltaAbsY", "scope": "instance", - "___id": "T000002R029579", + "___id": "T000002R029668", "___s": true }, { @@ -259431,7 +259838,7 @@ "filename": "StaticBody.js", "lineno": 844, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The change in this StaticBody's horizontal position from the previous step. Always zero.", @@ -259455,7 +259862,7 @@ "memberof": "Phaser.Physics.Arcade.StaticBody", "longname": "Phaser.Physics.Arcade.StaticBody#deltaX", "scope": "instance", - "___id": "T000002R029581", + "___id": "T000002R029670", "___s": true }, { @@ -259464,7 +259871,7 @@ "filename": "StaticBody.js", "lineno": 857, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The change in this StaticBody's vertical position from the previous step. Always zero.", @@ -259488,7 +259895,7 @@ "memberof": "Phaser.Physics.Arcade.StaticBody", "longname": "Phaser.Physics.Arcade.StaticBody#deltaY", "scope": "instance", - "___id": "T000002R029583", + "___id": "T000002R029672", "___s": true }, { @@ -259497,7 +259904,7 @@ "filename": "StaticBody.js", "lineno": 870, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The change in this StaticBody's rotation from the previous step. Always zero.", @@ -259521,7 +259928,7 @@ "memberof": "Phaser.Physics.Arcade.StaticBody", "longname": "Phaser.Physics.Arcade.StaticBody#deltaZ", "scope": "instance", - "___id": "T000002R029585", + "___id": "T000002R029674", "___s": true }, { @@ -259530,7 +259937,7 @@ "filename": "StaticBody.js", "lineno": 883, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Disables this Body and marks it for destruction during the next step.", @@ -259540,7 +259947,7 @@ "memberof": "Phaser.Physics.Arcade.StaticBody", "longname": "Phaser.Physics.Arcade.StaticBody#destroy", "scope": "instance", - "___id": "T000002R029587", + "___id": "T000002R029676", "___s": true }, { @@ -259549,7 +259956,7 @@ "filename": "StaticBody.js", "lineno": 896, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Draws a graphical representation of the StaticBody for visual debugging purposes.", @@ -259574,7 +259981,7 @@ "memberof": "Phaser.Physics.Arcade.StaticBody", "longname": "Phaser.Physics.Arcade.StaticBody#drawDebug", "scope": "instance", - "___id": "T000002R029590", + "___id": "T000002R029679", "___s": true }, { @@ -259583,7 +259990,7 @@ "filename": "StaticBody.js", "lineno": 927, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Indicates whether the StaticBody is going to be showing a debug visualization during postUpdate.", @@ -259607,7 +260014,7 @@ "memberof": "Phaser.Physics.Arcade.StaticBody", "longname": "Phaser.Physics.Arcade.StaticBody#willDrawDebug", "scope": "instance", - "___id": "T000002R029595", + "___id": "T000002R029684", "___s": true }, { @@ -259616,7 +260023,7 @@ "filename": "StaticBody.js", "lineno": 940, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the Mass of the StaticBody. Will set the Mass to 0.1 if the value passed is less than or equal to zero.", @@ -259655,7 +260062,7 @@ "memberof": "Phaser.Physics.Arcade.StaticBody", "longname": "Phaser.Physics.Arcade.StaticBody#setMass", "scope": "instance", - "___id": "T000002R029597", + "___id": "T000002R029686", "___s": true }, { @@ -259664,7 +260071,7 @@ "filename": "StaticBody.js", "lineno": 963, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The x coordinate of the StaticBody.", @@ -259683,7 +260090,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#x", "scope": "instance", "kind": "member", - "___id": "T000002R029601", + "___id": "T000002R029690", "___s": true }, { @@ -259692,7 +260099,7 @@ "filename": "StaticBody.js", "lineno": 988, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The y coordinate of the StaticBody.", @@ -259711,7 +260118,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#y", "scope": "instance", "kind": "member", - "___id": "T000002R029606", + "___id": "T000002R029695", "___s": true }, { @@ -259720,7 +260127,7 @@ "filename": "StaticBody.js", "lineno": 1013, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Returns the left-most x coordinate of the area of the StaticBody.", @@ -259740,7 +260147,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#left", "scope": "instance", "kind": "member", - "___id": "T000002R029611", + "___id": "T000002R029700", "___s": true }, { @@ -259749,7 +260156,7 @@ "filename": "StaticBody.js", "lineno": 1030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The right-most x coordinate of the area of the StaticBody.", @@ -259769,7 +260176,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#right", "scope": "instance", "kind": "member", - "___id": "T000002R029614", + "___id": "T000002R029703", "___s": true }, { @@ -259778,7 +260185,7 @@ "filename": "StaticBody.js", "lineno": 1047, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The highest y coordinate of the area of the StaticBody.", @@ -259798,7 +260205,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#top", "scope": "instance", "kind": "member", - "___id": "T000002R029617", + "___id": "T000002R029706", "___s": true }, { @@ -259807,7 +260214,7 @@ "filename": "StaticBody.js", "lineno": 1064, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The lowest y coordinate of the area of the StaticBody. (y + height)", @@ -259827,7 +260234,7 @@ "longname": "Phaser.Physics.Arcade.StaticBody#bottom", "scope": "instance", "kind": "member", - "___id": "T000002R029620", + "___id": "T000002R029709", "___s": true }, { @@ -259836,7 +260243,7 @@ "filename": "StaticPhysicsGroup.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "classdesc": "An Arcade Physics Static Group object.\r\rAll Game Objects created by or added to this Group will automatically be given static Arcade Physics bodies, if they have no body.\r\rIts dynamic counterpart is {@link Phaser.Physics.Arcade.Group}.", @@ -259940,7 +260347,7 @@ ], "scope": "static", "longname": "Phaser.Physics.Arcade.StaticGroup", - "___id": "T000002R029631", + "___id": "T000002R029720", "___s": true }, { @@ -259949,7 +260356,7 @@ "filename": "StaticPhysicsGroup.js", "lineno": 91, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The physics simulation.", @@ -259968,7 +260375,7 @@ "longname": "Phaser.Physics.Arcade.StaticGroup#world", "scope": "instance", "kind": "member", - "___id": "T000002R029656", + "___id": "T000002R029745", "___s": true }, { @@ -259977,7 +260384,7 @@ "filename": "StaticPhysicsGroup.js", "lineno": 100, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The scene this group belongs to.", @@ -259997,7 +260404,7 @@ "longname": "Phaser.Physics.Arcade.StaticGroup#physicsType", "scope": "instance", "kind": "member", - "___id": "T000002R029658", + "___id": "T000002R029747", "___s": true }, { @@ -260006,7 +260413,7 @@ "filename": "StaticPhysicsGroup.js", "lineno": 110, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Arcade Physics Static Group Collision Category.\r\rThis can be set to any valid collision bitfield value.\r\rSee the `setCollisionCategory` method for more details.", @@ -260025,7 +260432,7 @@ "longname": "Phaser.Physics.Arcade.StaticGroup#collisionCategory", "scope": "instance", "kind": "member", - "___id": "T000002R029660", + "___id": "T000002R029749", "___s": true }, { @@ -260034,7 +260441,7 @@ "filename": "StaticPhysicsGroup.js", "lineno": 123, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Arcade Physics Static Group Collision Mask.\r\rSee the `setCollidesWith` method for more details.", @@ -260053,7 +260460,7 @@ "longname": "Phaser.Physics.Arcade.StaticGroup#collisionMask", "scope": "instance", "kind": "member", - "___id": "T000002R029662", + "___id": "T000002R029751", "___s": true }, { @@ -260062,7 +260469,7 @@ "filename": "StaticPhysicsGroup.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "A textual representation of this Game Object.\rUsed internally by Phaser but is available for your own custom classes to populate.", @@ -260083,7 +260490,7 @@ "scope": "instance", "kind": "member", "overrides": "Phaser.GameObjects.Group#type", - "___id": "T000002R029664", + "___id": "T000002R029753", "___s": true }, { @@ -260092,7 +260499,7 @@ "filename": "StaticPhysicsGroup.js", "lineno": 148, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Adds a static physics body to the new group member (if it lacks one) and adds it to the simulation.", @@ -260120,7 +260527,7 @@ "memberof": "Phaser.Physics.Arcade.StaticGroup", "longname": "Phaser.Physics.Arcade.StaticGroup#createCallbackHandler", "scope": "instance", - "___id": "T000002R029666", + "___id": "T000002R029755", "___s": true }, { @@ -260129,7 +260536,7 @@ "filename": "StaticPhysicsGroup.js", "lineno": 166, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Disables the group member's physics body, removing it from the simulation.", @@ -260157,7 +260564,7 @@ "memberof": "Phaser.Physics.Arcade.StaticGroup", "longname": "Phaser.Physics.Arcade.StaticGroup#removeCallbackHandler", "scope": "instance", - "___id": "T000002R029668", + "___id": "T000002R029757", "___s": true }, { @@ -260166,7 +260573,7 @@ "filename": "StaticPhysicsGroup.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Refreshes the group.", @@ -260203,7 +260610,7 @@ "memberof": "Phaser.Physics.Arcade.StaticGroup", "longname": "Phaser.Physics.Arcade.StaticGroup#createMultipleCallbackHandler", "scope": "instance", - "___id": "T000002R029670", + "___id": "T000002R029759", "___s": true }, { @@ -260212,7 +260619,7 @@ "filename": "StaticPhysicsGroup.js", "lineno": 199, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Resets each Body to the position of its parent Game Object.\rBody sizes aren't changed (use {@link Phaser.Physics.Arcade.Components.Enable#refreshBody} for that).", @@ -260239,7 +260646,7 @@ "memberof": "Phaser.Physics.Arcade.StaticGroup", "longname": "Phaser.Physics.Arcade.StaticGroup#refresh", "scope": "instance", - "___id": "T000002R029672", + "___id": "T000002R029761", "___s": true }, { @@ -260248,7 +260655,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\tilemap", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\tilemap", "code": {} }, "kind": "namespace", @@ -260256,7 +260663,7 @@ "memberof": "Phaser.Physics.Arcade", "longname": "Phaser.Physics.Arcade.Tilemap", "scope": "static", - "___id": "T000002R029677", + "___id": "T000002R029766", "___s": true }, { @@ -260265,7 +260672,7 @@ "filename": "ProcessTileCallbacks.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\tilemap", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\tilemap", "code": {} }, "description": "A function to process the collision callbacks between a single tile and an Arcade Physics enabled Game Object.", @@ -260317,7 +260724,7 @@ "memberof": "Phaser.Physics.Arcade.Tilemap", "longname": "Phaser.Physics.Arcade.Tilemap.ProcessTileCallbacks", "scope": "static", - "___id": "T000002R029687", + "___id": "T000002R029776", "___s": true }, { @@ -260326,7 +260733,7 @@ "filename": "ProcessTileSeparationX.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\tilemap", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\tilemap", "code": {} }, "description": "Internal function to process the separation of a physics body from a tile.", @@ -260364,7 +260771,7 @@ "memberof": "Phaser.Physics.Arcade.Tilemap", "longname": "Phaser.Physics.Arcade.Tilemap.ProcessTileSeparationX", "scope": "static", - "___id": "T000002R029690", + "___id": "T000002R029779", "___s": true }, { @@ -260373,7 +260780,7 @@ "filename": "ProcessTileSeparationY.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\tilemap", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\tilemap", "code": {} }, "description": "Internal function to process the separation of a physics body from a tile.", @@ -260411,7 +260818,7 @@ "memberof": "Phaser.Physics.Arcade.Tilemap", "longname": "Phaser.Physics.Arcade.Tilemap.ProcessTileSeparationY", "scope": "static", - "___id": "T000002R029700", + "___id": "T000002R029789", "___s": true }, { @@ -260420,7 +260827,7 @@ "filename": "SeparateTile.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\tilemap", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\tilemap", "code": {} }, "description": "The core separation function to separate a physics body and a tile.", @@ -260537,7 +260944,7 @@ "memberof": "Phaser.Physics.Arcade.Tilemap", "longname": "Phaser.Physics.Arcade.Tilemap.SeparateTile", "scope": "static", - "___id": "T000002R029713", + "___id": "T000002R029802", "___s": true }, { @@ -260546,7 +260953,7 @@ "filename": "TileCheckX.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\tilemap", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\tilemap", "code": {} }, "description": "Check the body against the given tile on the X axis.\rUsed internally by the SeparateTile function.", @@ -260650,7 +261057,7 @@ "memberof": "Phaser.Physics.Arcade.Tilemap", "longname": "Phaser.Physics.Arcade.Tilemap.TileCheckX", "scope": "static", - "___id": "T000002R029737", + "___id": "T000002R029826", "___s": true }, { @@ -260659,7 +261066,7 @@ "filename": "TileCheckY.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\tilemap", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\tilemap", "code": {} }, "description": "Check the body against the given tile on the Y axis.\rUsed internally by the SeparateTile function.", @@ -260763,7 +261170,7 @@ "memberof": "Phaser.Physics.Arcade.Tilemap", "longname": "Phaser.Physics.Arcade.Tilemap.TileCheckY", "scope": "static", - "___id": "T000002R029755", + "___id": "T000002R029844", "___s": true }, { @@ -260772,7 +261179,7 @@ "filename": "TileIntersectsBody.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\tilemap", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\tilemap", "code": {} }, "description": "Checks for intersection between the given tile rectangle-like object and an Arcade Physics body.", @@ -260869,7 +261276,7 @@ "memberof": "Phaser.Physics.Arcade.Tilemap", "longname": "Phaser.Physics.Arcade.Tilemap.TileIntersectsBody", "scope": "static", - "___id": "T000002R029772", + "___id": "T000002R029861", "___s": true }, { @@ -260878,7 +261285,7 @@ "filename": "ArcadeBodyBounds.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\typedefs", "code": {} }, "kind": "typedef", @@ -260950,7 +261357,7 @@ "memberof": "Phaser.Types.Physics.Arcade", "longname": "Phaser.Types.Physics.Arcade.ArcadeBodyBounds", "scope": "static", - "___id": "T000002R029775", + "___id": "T000002R029864", "___s": true }, { @@ -260959,7 +261366,7 @@ "filename": "ArcadeBodyCollision.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\typedefs", "code": {} }, "kind": "typedef", @@ -261044,7 +261451,7 @@ "memberof": "Phaser.Types.Physics.Arcade", "longname": "Phaser.Types.Physics.Arcade.ArcadeBodyCollision", "scope": "static", - "___id": "T000002R029776", + "___id": "T000002R029865", "___s": true }, { @@ -261053,7 +261460,7 @@ "filename": "ArcadeCollider.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\typedefs", "code": {} }, "description": "An Arcade Physics Collider Type.", @@ -261097,7 +261504,7 @@ "memberof": "Phaser.Types.Physics.Arcade", "longname": "Phaser.Types.Physics.Arcade.ArcadeCollider", "scope": "static", - "___id": "T000002R029777", + "___id": "T000002R029866", "___s": true }, { @@ -261106,7 +261513,7 @@ "filename": "ArcadeColliderType.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\typedefs", "code": {} }, "description": "An Arcade Physics Collider Type.", @@ -261244,7 +261651,7 @@ "memberof": "Phaser.Types.Physics.Arcade", "longname": "Phaser.Types.Physics.Arcade.ArcadeColliderType", "scope": "static", - "___id": "T000002R029778", + "___id": "T000002R029867", "___s": true }, { @@ -261253,7 +261660,7 @@ "filename": "ArcadePhysicsCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\typedefs", "code": {} }, "kind": "typedef", @@ -261314,7 +261721,7 @@ "memberof": "Phaser.Types.Physics.Arcade", "longname": "Phaser.Types.Physics.Arcade.ArcadePhysicsCallback", "scope": "static", - "___id": "T000002R029779", + "___id": "T000002R029868", "___s": true }, { @@ -261323,7 +261730,7 @@ "filename": "ArcadeWorldConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\typedefs", "code": {} }, "kind": "typedef", @@ -261686,7 +262093,7 @@ "memberof": "Phaser.Types.Physics.Arcade", "longname": "Phaser.Types.Physics.Arcade.ArcadeWorldConfig", "scope": "static", - "___id": "T000002R029780", + "___id": "T000002R029869", "___s": true }, { @@ -261695,7 +262102,7 @@ "filename": "ArcadeWorldDefaults.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\typedefs", "code": {} }, "kind": "typedef", @@ -261793,7 +262200,7 @@ "memberof": "Phaser.Types.Physics.Arcade", "longname": "Phaser.Types.Physics.Arcade.ArcadeWorldDefaults", "scope": "static", - "___id": "T000002R029781", + "___id": "T000002R029870", "___s": true }, { @@ -261802,7 +262209,7 @@ "filename": "ArcadeWorldTreeMinMax.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\typedefs", "code": {} }, "kind": "typedef", @@ -261874,7 +262281,7 @@ "memberof": "Phaser.Types.Physics.Arcade", "longname": "Phaser.Types.Physics.Arcade.ArcadeWorldTreeMinMax", "scope": "static", - "___id": "T000002R029782", + "___id": "T000002R029871", "___s": true }, { @@ -261883,7 +262290,7 @@ "filename": "CheckCollisionObject.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\typedefs", "code": {} }, "kind": "typedef", @@ -261955,7 +262362,7 @@ "memberof": "Phaser.Types.Physics.Arcade", "longname": "Phaser.Types.Physics.Arcade.CheckCollisionObject", "scope": "static", - "___id": "T000002R029783", + "___id": "T000002R029872", "___s": true }, { @@ -261964,7 +262371,7 @@ "filename": "GameObjectWithBody.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\typedefs", "code": {} }, "kind": "typedef", @@ -262008,7 +262415,7 @@ "memberof": "Phaser.Types.Physics.Arcade", "longname": "Phaser.Types.Physics.Arcade.GameObjectWithBody", "scope": "static", - "___id": "T000002R029784", + "___id": "T000002R029873", "___s": true }, { @@ -262017,7 +262424,7 @@ "filename": "GameObjectWithDynamicBody.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\typedefs", "code": {} }, "kind": "typedef", @@ -262051,7 +262458,7 @@ "memberof": "Phaser.Types.Physics.Arcade", "longname": "Phaser.Types.Physics.Arcade.GameObjectWithDynamicBody", "scope": "static", - "___id": "T000002R029785", + "___id": "T000002R029874", "___s": true }, { @@ -262060,7 +262467,7 @@ "filename": "GameObjectWithStaticBody.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\typedefs", "code": {} }, "kind": "typedef", @@ -262094,7 +262501,7 @@ "memberof": "Phaser.Types.Physics.Arcade", "longname": "Phaser.Types.Physics.Arcade.GameObjectWithStaticBody", "scope": "static", - "___id": "T000002R029786", + "___id": "T000002R029875", "___s": true }, { @@ -262103,7 +262510,7 @@ "filename": "ImageWithDynamicBody.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\typedefs", "code": {} }, "kind": "typedef", @@ -262137,7 +262544,7 @@ "memberof": "Phaser.Types.Physics.Arcade", "longname": "Phaser.Types.Physics.Arcade.ImageWithDynamicBody", "scope": "static", - "___id": "T000002R029787", + "___id": "T000002R029876", "___s": true }, { @@ -262146,7 +262553,7 @@ "filename": "ImageWithStaticBody.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\typedefs", "code": {} }, "kind": "typedef", @@ -262180,7 +262587,7 @@ "memberof": "Phaser.Types.Physics.Arcade", "longname": "Phaser.Types.Physics.Arcade.ImageWithStaticBody", "scope": "static", - "___id": "T000002R029788", + "___id": "T000002R029877", "___s": true }, { @@ -262189,7 +262596,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\typedefs", "code": {} }, "kind": "namespace", @@ -262197,7 +262604,7 @@ "memberof": "Phaser.Types.Physics", "longname": "Phaser.Types.Physics.Arcade", "scope": "static", - "___id": "T000002R029789", + "___id": "T000002R029878", "___s": true }, { @@ -262206,7 +262613,7 @@ "filename": "PhysicsGroupConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\typedefs", "code": {} }, "kind": "typedef", @@ -262634,7 +263041,7 @@ "memberof": "Phaser.Types.Physics.Arcade", "longname": "Phaser.Types.Physics.Arcade.PhysicsGroupConfig", "scope": "static", - "___id": "T000002R029790", + "___id": "T000002R029879", "___s": true }, { @@ -262643,7 +263050,7 @@ "filename": "PhysicsGroupDefaults.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\typedefs", "code": {} }, "kind": "typedef", @@ -262988,7 +263395,7 @@ "memberof": "Phaser.Types.Physics.Arcade", "longname": "Phaser.Types.Physics.Arcade.PhysicsGroupDefaults", "scope": "static", - "___id": "T000002R029791", + "___id": "T000002R029880", "___s": true }, { @@ -262997,7 +263404,7 @@ "filename": "SpriteWithDynamicBody.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\typedefs", "code": {} }, "kind": "typedef", @@ -263031,7 +263438,7 @@ "memberof": "Phaser.Types.Physics.Arcade", "longname": "Phaser.Types.Physics.Arcade.SpriteWithDynamicBody", "scope": "static", - "___id": "T000002R029792", + "___id": "T000002R029881", "___s": true }, { @@ -263040,7 +263447,7 @@ "filename": "SpriteWithStaticBody.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\typedefs", "code": {} }, "kind": "typedef", @@ -263074,7 +263481,7 @@ "memberof": "Phaser.Types.Physics.Arcade", "longname": "Phaser.Types.Physics.Arcade.SpriteWithStaticBody", "scope": "static", - "___id": "T000002R029793", + "___id": "T000002R029882", "___s": true }, { @@ -263083,7 +263490,7 @@ "filename": "World.js", "lineno": 39, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "classdesc": "The Arcade Physics World.\r\rThe World is responsible for creating, managing, colliding and updating all of the bodies within it.\r\rAn instance of the World belongs to a Phaser.Scene and is accessed via the property `physics.world`.", @@ -263124,7 +263531,7 @@ ], "scope": "static", "longname": "Phaser.Physics.Arcade.World", - "___id": "T000002R029825", + "___id": "T000002R029914", "___s": true }, { @@ -263133,7 +263540,7 @@ "filename": "World.js", "lineno": 66, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Scene this simulation belongs to.", @@ -263152,7 +263559,7 @@ "longname": "Phaser.Physics.Arcade.World#scene", "scope": "instance", "kind": "member", - "___id": "T000002R029829", + "___id": "T000002R029918", "___s": true }, { @@ -263161,7 +263568,7 @@ "filename": "World.js", "lineno": 75, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Dynamic Bodies in this simulation.", @@ -263189,7 +263596,7 @@ "longname": "Phaser.Physics.Arcade.World#bodies", "scope": "instance", "kind": "member", - "___id": "T000002R029831", + "___id": "T000002R029920", "___s": true }, { @@ -263198,7 +263605,7 @@ "filename": "World.js", "lineno": 84, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Static Bodies in this simulation.", @@ -263226,7 +263633,7 @@ "longname": "Phaser.Physics.Arcade.World#staticBodies", "scope": "instance", "kind": "member", - "___id": "T000002R029833", + "___id": "T000002R029922", "___s": true }, { @@ -263235,7 +263642,7 @@ "filename": "World.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Static Bodies marked for deletion.", @@ -263272,7 +263679,7 @@ "longname": "Phaser.Physics.Arcade.World#pendingDestroy", "scope": "instance", "kind": "member", - "___id": "T000002R029835", + "___id": "T000002R029924", "___s": true }, { @@ -263281,7 +263688,7 @@ "filename": "World.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "This simulation's collision processors.", @@ -263309,7 +263716,7 @@ "longname": "Phaser.Physics.Arcade.World#colliders", "scope": "instance", "kind": "member", - "___id": "T000002R029837", + "___id": "T000002R029926", "___s": true }, { @@ -263318,7 +263725,7 @@ "filename": "World.js", "lineno": 111, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Acceleration of Bodies due to gravity, in pixels per second.", @@ -263337,7 +263744,7 @@ "longname": "Phaser.Physics.Arcade.World#gravity", "scope": "instance", "kind": "member", - "___id": "T000002R029839", + "___id": "T000002R029928", "___s": true }, { @@ -263346,7 +263753,7 @@ "filename": "World.js", "lineno": 120, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "A boundary constraining Bodies.", @@ -263365,7 +263772,7 @@ "longname": "Phaser.Physics.Arcade.World#bounds", "scope": "instance", "kind": "member", - "___id": "T000002R029841", + "___id": "T000002R029930", "___s": true }, { @@ -263374,7 +263781,7 @@ "filename": "World.js", "lineno": 134, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The boundary edges that Bodies can collide with.", @@ -263393,7 +263800,7 @@ "longname": "Phaser.Physics.Arcade.World#checkCollision", "scope": "instance", "kind": "member", - "___id": "T000002R029843", + "___id": "T000002R029932", "___s": true }, { @@ -263402,7 +263809,7 @@ "filename": "World.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The number of physics steps to be taken per second.\r\rThis property is read-only. Use the `setFPS` method to modify it at run-time.", @@ -263423,7 +263830,7 @@ "longname": "Phaser.Physics.Arcade.World#fps", "scope": "instance", "kind": "member", - "___id": "T000002R029849", + "___id": "T000002R029938", "___s": true }, { @@ -263432,7 +263839,7 @@ "filename": "World.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Should Physics use a fixed update time-step (true) or sync to the render fps (false)?.\rFalse value of this property disables fps and timeScale properties.", @@ -263452,7 +263859,7 @@ "longname": "Phaser.Physics.Arcade.World#fixedStep", "scope": "instance", "kind": "member", - "___id": "T000002R029851", + "___id": "T000002R029940", "___s": true }, { @@ -263461,7 +263868,7 @@ "filename": "World.js", "lineno": 202, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The number of steps that took place in the last frame.", @@ -263481,7 +263888,7 @@ "longname": "Phaser.Physics.Arcade.World#stepsLastFrame", "scope": "instance", "kind": "member", - "___id": "T000002R029859", + "___id": "T000002R029948", "___s": true }, { @@ -263490,7 +263897,7 @@ "filename": "World.js", "lineno": 212, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Scaling factor applied to the frame rate.\r\r- 1.0 = normal speed\r- 2.0 = half speed\r- 0.5 = double speed", @@ -263510,7 +263917,7 @@ "longname": "Phaser.Physics.Arcade.World#timeScale", "scope": "instance", "kind": "member", - "___id": "T000002R029861", + "___id": "T000002R029950", "___s": true }, { @@ -263519,7 +263926,7 @@ "filename": "World.js", "lineno": 226, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The maximum absolute difference of a Body's per-step velocity and its overlap with another Body that will result in separation on *each axis*.\rLarger values favor separation.\rSmaller values favor no separation.", @@ -263539,7 +263946,7 @@ "longname": "Phaser.Physics.Arcade.World#OVERLAP_BIAS", "scope": "instance", "kind": "member", - "___id": "T000002R029863", + "___id": "T000002R029952", "___s": true }, { @@ -263548,7 +263955,7 @@ "filename": "World.js", "lineno": 238, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The maximum absolute value of a Body's overlap with a tile that will result in separation on *each axis*.\rLarger values favor separation.\rSmaller values favor no separation.\rThe optimum value may be similar to the tile size.", @@ -263568,7 +263975,7 @@ "longname": "Phaser.Physics.Arcade.World#TILE_BIAS", "scope": "instance", "kind": "member", - "___id": "T000002R029865", + "___id": "T000002R029954", "___s": true }, { @@ -263577,7 +263984,7 @@ "filename": "World.js", "lineno": 251, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Always separate overlapping Bodies horizontally before vertically.\rFalse (the default) means Bodies are first separated on the axis of greater gravity, or the vertical axis if neither is greater.", @@ -263597,7 +264004,7 @@ "longname": "Phaser.Physics.Arcade.World#forceX", "scope": "instance", "kind": "member", - "___id": "T000002R029867", + "___id": "T000002R029956", "___s": true }, { @@ -263606,7 +264013,7 @@ "filename": "World.js", "lineno": 262, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Whether the simulation advances with the game loop.", @@ -263626,7 +264033,7 @@ "longname": "Phaser.Physics.Arcade.World#isPaused", "scope": "instance", "kind": "member", - "___id": "T000002R029869", + "___id": "T000002R029958", "___s": true }, { @@ -263635,7 +264042,7 @@ "filename": "World.js", "lineno": 283, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Enables the debug display.", @@ -263655,7 +264062,7 @@ "longname": "Phaser.Physics.Arcade.World#drawDebug", "scope": "instance", "kind": "member", - "___id": "T000002R029873", + "___id": "T000002R029962", "___s": true }, { @@ -263664,7 +264071,7 @@ "filename": "World.js", "lineno": 293, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The graphics object drawing the debug display.", @@ -263683,7 +264090,7 @@ "longname": "Phaser.Physics.Arcade.World#debugGraphic", "scope": "instance", "kind": "member", - "___id": "T000002R029875", + "___id": "T000002R029964", "___s": true }, { @@ -263692,7 +264099,7 @@ "filename": "World.js", "lineno": 302, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Default debug display settings for new Bodies.", @@ -263711,7 +264118,7 @@ "longname": "Phaser.Physics.Arcade.World#defaults", "scope": "instance", "kind": "member", - "___id": "T000002R029877", + "___id": "T000002R029966", "___s": true }, { @@ -263720,7 +264127,7 @@ "filename": "World.js", "lineno": 318, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The maximum number of items per node on the RTree.\r\rThis is ignored if `useTree` is `false`. If you have a large number of bodies in\ryour world then you may find search performance improves by increasing this value,\rto allow more items per node and less node division.", @@ -263740,7 +264147,7 @@ "longname": "Phaser.Physics.Arcade.World#maxEntries", "scope": "instance", "kind": "member", - "___id": "T000002R029885", + "___id": "T000002R029974", "___s": true }, { @@ -263749,7 +264156,7 @@ "filename": "World.js", "lineno": 332, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Should this Arcade Physics World use an RTree for Dynamic bodies?\r\rAn RTree is a fast way of spatially sorting of all the bodies in the world.\rHowever, at certain limits, the cost of clearing and inserting the bodies into the\rtree every frame becomes more expensive than the search speed gains it provides.\r\rIf you have a large number of dynamic bodies in your world then it may be best to\rdisable the use of the RTree by setting this property to `false` in the physics config.\r\rThe number it can cope with depends on browser and device, but a conservative estimate\rof around 5,000 bodies should be considered the max before disabling it.\r\rThis only applies to dynamic bodies. Static bodies are always kept in an RTree,\rbecause they don't have to be cleared every frame, so you benefit from the\rmassive search speeds all the time.", @@ -263769,7 +264176,7 @@ "longname": "Phaser.Physics.Arcade.World#useTree", "scope": "instance", "kind": "member", - "___id": "T000002R029887", + "___id": "T000002R029976", "___s": true }, { @@ -263778,7 +264185,7 @@ "filename": "World.js", "lineno": 356, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The spatial index of Dynamic Bodies.", @@ -263797,7 +264204,7 @@ "longname": "Phaser.Physics.Arcade.World#tree", "scope": "instance", "kind": "member", - "___id": "T000002R029889", + "___id": "T000002R029978", "___s": true }, { @@ -263806,7 +264213,7 @@ "filename": "World.js", "lineno": 365, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The spatial index of Static Bodies.", @@ -263825,7 +264232,7 @@ "longname": "Phaser.Physics.Arcade.World#staticTree", "scope": "instance", "kind": "member", - "___id": "T000002R029891", + "___id": "T000002R029980", "___s": true }, { @@ -263834,7 +264241,7 @@ "filename": "World.js", "lineno": 374, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Recycled input for tree searches.", @@ -263853,7 +264260,7 @@ "longname": "Phaser.Physics.Arcade.World#treeMinMax", "scope": "instance", "kind": "member", - "___id": "T000002R029893", + "___id": "T000002R029982", "___s": true }, { @@ -263862,7 +264269,7 @@ "filename": "World.js", "lineno": 403, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "The Filtering Options passed to `GetTilesWithinWorldXY` as part of the `collideSpriteVsTilemapLayer` check.", @@ -263881,7 +264288,7 @@ "longname": "Phaser.Physics.Arcade.World#tileFilterOptions", "scope": "instance", "kind": "member", - "___id": "T000002R029903", + "___id": "T000002R029992", "___s": true }, { @@ -263890,7 +264297,7 @@ "filename": "World.js", "lineno": 418, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Adds an Arcade Physics Body to a Game Object, an array of Game Objects, or the children of a Group.\r\rThe difference between this and the `enableBody` method is that you can pass arrays or Groups\rto this method.\r\rYou can specify if the bodies are to be Dynamic or Static. A dynamic body can move via velocity and\racceleration. A static body remains fixed in place and as such is able to use an optimized search\rtree, making it ideal for static elements such as level objects. You can still collide and overlap\rwith static bodies.\r\rNormally, rather than calling this method directly, you'd use the helper methods available in the\rArcade Physics Factory, such as:\r\r```javascript\rthis.physics.add.image(x, y, textureKey);\rthis.physics.add.sprite(x, y, textureKey);\r```\r\rCalling factory methods encapsulates the creation of a Game Object and the creation of its\rbody at the same time. If you are creating custom classes then you can pass them to this\rmethod to have their bodies created.", @@ -263967,7 +264374,7 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#enable", "scope": "instance", - "___id": "T000002R029908", + "___id": "T000002R029997", "___s": true }, { @@ -263976,7 +264383,7 @@ "filename": "World.js", "lineno": 486, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Creates an Arcade Physics Body on a single Game Object.\r\rIf the Game Object already has a body, this method will simply add it back into the simulation.\r\rYou can specify if the body is Dynamic or Static. A dynamic body can move via velocity and\racceleration. A static body remains fixed in place and as such is able to use an optimized search\rtree, making it ideal for static elements such as level objects. You can still collide and overlap\rwith static bodies.\r\rNormally, rather than calling this method directly, you'd use the helper methods available in the\rArcade Physics Factory, such as:\r\r```javascript\rthis.physics.add.image(x, y, textureKey);\rthis.physics.add.sprite(x, y, textureKey);\r```\r\rCalling factory methods encapsulates the creation of a Game Object and the creation of its\rbody at the same time. If you are creating custom classes then you can pass them to this\rmethod to have their bodies created.", @@ -264029,7 +264436,7 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#enableBody", "scope": "instance", - "___id": "T000002R029917", + "___id": "T000002R030006", "___s": true }, { @@ -264038,7 +264445,7 @@ "filename": "World.js", "lineno": 540, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Adds an existing Arcade Physics Body or StaticBody to the simulation.\r\rThe body is enabled and added to the local search trees.", @@ -264097,7 +264504,7 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#add", "scope": "instance", - "___id": "T000002R029922", + "___id": "T000002R030011", "___s": true }, { @@ -264106,7 +264513,7 @@ "filename": "World.js", "lineno": 570, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Disables the Arcade Physics Body of a Game Object, an array of Game Objects, or the children of a Group.\r\rThe difference between this and the `disableBody` method is that you can pass arrays or Groups\rto this method.\r\rThe body itself is not deleted, it just has its `enable` property set to false, which\rmeans you can re-enable it again at any point by passing it to enable `World.enable` or `World.add`.", @@ -264169,7 +264576,7 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#disable", "scope": "instance", - "___id": "T000002R029925", + "___id": "T000002R030014", "___s": true }, { @@ -264178,7 +264585,7 @@ "filename": "World.js", "lineno": 621, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Disables an existing Arcade Physics Body or StaticBody and removes it from the simulation.\r\rThe body is disabled and removed from the local search trees.\r\rThe body itself is not deleted, it just has its `enable` property set to false, which\rmeans you can re-enable it again at any point by passing it to enable `World.enable` or `World.add`.", @@ -264213,7 +264620,7 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#disableBody", "scope": "instance", - "___id": "T000002R029933", + "___id": "T000002R030022", "___s": true }, { @@ -264222,7 +264629,7 @@ "filename": "World.js", "lineno": 641, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Removes an existing Arcade Physics Body or StaticBody from the simulation.\r\rThe body is disabled and removed from the local search trees.\r\rThe body itself is not deleted, it just has its `enabled` property set to false, which\rmeans you can re-enable it again at any point by passing it to enable `enable` or `add`.", @@ -264257,7 +264664,7 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#remove", "scope": "instance", - "___id": "T000002R029936", + "___id": "T000002R030025", "___s": true }, { @@ -264266,7 +264673,7 @@ "filename": "World.js", "lineno": 668, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Creates a Graphics Game Object that the world will use to render the debug display to.\r\rThis is called automatically when the World is instantiated if the `debug` config property\rwas set to `true`. However, you can call it at any point should you need to display the\rdebug Graphic from a fixed point.\r\rYou can control which objects are drawn to the Graphics object, and the colors they use,\rby setting the debug properties in the physics config.\r\rYou should not typically use this in a production game. Use it to aid during debugging.", @@ -264290,7 +264697,7 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#createDebugGraphic", "scope": "instance", - "___id": "T000002R029938", + "___id": "T000002R030027", "___s": true }, { @@ -264299,7 +264706,7 @@ "filename": "World.js", "lineno": 698, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the position, size and properties of the World boundary.\r\rThe World boundary is an invisible rectangle that defines the edges of the World.\rIf a Body is set to collide with the world bounds then it will automatically stop\rwhen it reaches any of the edges. You can optionally set which edges of the boundary\rshould be checked against.", @@ -264433,7 +264840,7 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#setBounds", "scope": "instance", - "___id": "T000002R029945", + "___id": "T000002R030034", "___s": true }, { @@ -264442,7 +264849,7 @@ "filename": "World.js", "lineno": 732, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Enables or disables collisions on each edge of the World boundary.", @@ -264528,7 +264935,7 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#setBoundsCollision", "scope": "instance", - "___id": "T000002R029947", + "___id": "T000002R030036", "___s": true }, { @@ -264537,7 +264944,7 @@ "filename": "World.js", "lineno": 760, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Pauses the simulation.\r\rA paused simulation does not update any existing bodies, or run any Colliders.\r\rHowever, you can still enable and disable bodies within it, or manually run collide or overlap\rchecks.", @@ -264564,7 +264971,7 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#pause", "scope": "instance", - "___id": "T000002R029957", + "___id": "T000002R030046", "___s": true }, { @@ -264573,7 +264980,7 @@ "filename": "World.js", "lineno": 783, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Resumes the simulation, if paused.", @@ -264600,7 +265007,7 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#resume", "scope": "instance", - "___id": "T000002R029960", + "___id": "T000002R030049", "___s": true }, { @@ -264609,7 +265016,7 @@ "filename": "World.js", "lineno": 801, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Creates a new Collider object and adds it to the simulation.\r\rA Collider is a way to automatically perform collision checks between two objects,\rcalling the collide and process callbacks if they occur.\r\rColliders are run as part of the World update, after all of the Bodies have updated.\r\rBy creating a Collider you don't need then call `World.collide` in your `update` loop,\ras it will be handled for you automatically.", @@ -264705,7 +265112,7 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#addCollider", "scope": "instance", - "___id": "T000002R029963", + "___id": "T000002R030052", "___s": true }, { @@ -264714,7 +265121,7 @@ "filename": "World.js", "lineno": 837, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Creates a new Overlap Collider object and adds it to the simulation.\r\rA Collider is a way to automatically perform overlap checks between two objects,\rcalling the collide and process callbacks if they occur.\r\rColliders are run as part of the World update, after all of the Bodies have updated.\r\rBy creating a Collider you don't need then call `World.overlap` in your `update` loop,\ras it will be handled for you automatically.", @@ -264807,7 +265214,7 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#addOverlap", "scope": "instance", - "___id": "T000002R029969", + "___id": "T000002R030058", "___s": true }, { @@ -264816,7 +265223,7 @@ "filename": "World.js", "lineno": 872, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Removes a Collider from the simulation so it is no longer processed.\r\rThis method does not destroy the Collider. If you wish to add it back at a later stage you can call\r`World.colliders.add(Collider)`.\r\rIf you no longer need the Collider you can call the `Collider.destroy` method instead, which will\rautomatically clear all of its references and then remove it from the World. If you call destroy on\ra Collider you _don't_ need to pass it to this method too.", @@ -264855,7 +265262,7 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#removeCollider", "scope": "instance", - "___id": "T000002R029975", + "___id": "T000002R030064", "___s": true }, { @@ -264864,7 +265271,7 @@ "filename": "World.js", "lineno": 896, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Sets the frame rate to run the simulation at.\r\rThe frame rate value is used to simulate a fixed update time step. This fixed\rtime step allows for a straightforward implementation of a deterministic game state.\r\rThis frame rate is independent of the frequency at which the game is rendering. The\rhigher you set the fps, the more physics simulation steps will occur per game step.\rConversely, the lower you set it, the less will take place.\r\rYou can optionally advance the simulation directly yourself by calling the `step` method.", @@ -264904,7 +265311,7 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#setFPS", "scope": "instance", - "___id": "T000002R029977", + "___id": "T000002R030066", "___s": true }, { @@ -264913,7 +265320,7 @@ "filename": "World.js", "lineno": 924, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Advances the simulation based on the elapsed time and fps rate.\r\rThis is called automatically by your Scene and does not need to be invoked directly.", @@ -264954,7 +265361,7 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#update", "scope": "instance", - "___id": "T000002R029982", + "___id": "T000002R030071", "___s": true }, { @@ -264963,7 +265370,7 @@ "filename": "World.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Advances the simulation by a time increment.", @@ -264991,7 +265398,7 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#step", "scope": "instance", - "___id": "T000002R030002", + "___id": "T000002R030091", "___s": true }, { @@ -265000,7 +265407,7 @@ "filename": "World.js", "lineno": 1063, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Advances the simulation by a single step.", @@ -265013,7 +265420,7 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#singleStep", "scope": "instance", - "___id": "T000002R030013", + "___id": "T000002R030102", "___s": true }, { @@ -265022,7 +265429,7 @@ "filename": "World.js", "lineno": 1077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Updates bodies, draws the debug display, and handles pending queue operations.", @@ -265032,7 +265439,7 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#postUpdate", "scope": "instance", - "___id": "T000002R030015", + "___id": "T000002R030104", "___s": true }, { @@ -265041,7 +265448,7 @@ "filename": "World.js", "lineno": 1172, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Calculates a Body's velocity and updates its position.", @@ -265079,7 +265486,7 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#updateMotion", "scope": "instance", - "___id": "T000002R030042", + "___id": "T000002R030131", "___s": true }, { @@ -265088,7 +265495,7 @@ "filename": "World.js", "lineno": 1191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Calculates a Body's angular velocity.", @@ -265126,7 +265533,7 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#computeAngularVelocity", "scope": "instance", - "___id": "T000002R030044", + "___id": "T000002R030133", "___s": true }, { @@ -265135,7 +265542,7 @@ "filename": "World.js", "lineno": 1237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Calculates a Body's per-axis velocity.", @@ -265173,7 +265580,7 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#computeVelocity", "scope": "instance", - "___id": "T000002R030059", + "___id": "T000002R030148", "___s": true }, { @@ -265182,7 +265589,7 @@ "filename": "World.js", "lineno": 1363, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Separates two Bodies.", @@ -265279,7 +265686,7 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#separate", "scope": "instance", - "___id": "T000002R030097", + "___id": "T000002R030186", "___s": true }, { @@ -265288,7 +265695,7 @@ "filename": "World.js", "lineno": 1478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Separates two Bodies, when both are circular.", @@ -265358,16 +265765,16 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#separateCircle", "scope": "instance", - "___id": "T000002R030119", + "___id": "T000002R030208", "___s": true }, { "comment": "/**\r\n * Checks to see if two Bodies intersect at all.\r\n *\r\n * @method Phaser.Physics.Arcade.World#intersects\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Physics.Arcade.Body} body1 - The first body to check.\r\n * @param {Phaser.Physics.Arcade.Body} body2 - The second body to check.\r\n *\r\n * @return {boolean} True if the two bodies intersect, otherwise false.\r\n */", "meta": { "filename": "World.js", - "lineno": 1684, + "lineno": 1683, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Checks to see if two Bodies intersect at all.", @@ -265419,16 +265826,16 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#intersects", "scope": "instance", - "___id": "T000002R030190", + "___id": "T000002R030279", "___s": true }, { "comment": "/**\r\n * Tests if a circular Body intersects with another Body.\r\n *\r\n * @method Phaser.Physics.Arcade.World#circleBodyIntersects\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Physics.Arcade.Body} circle - The circular body to test.\r\n * @param {Phaser.Physics.Arcade.Body} body - The rectangular body to test.\r\n *\r\n * @return {boolean} True if the two bodies intersect, otherwise false.\r\n */", "meta": { "filename": "World.js", - "lineno": 1732, + "lineno": 1731, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Tests if a circular Body intersects with another Body.", @@ -265480,16 +265887,16 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#circleBodyIntersects", "scope": "instance", - "___id": "T000002R030192", + "___id": "T000002R030281", "___s": true }, { "comment": "/**\r\n * Tests if Game Objects overlap.\r\n *\r\n * See details in {@link Phaser.Physics.Arcade.World#collide}.\r\n *\r\n * @method Phaser.Physics.Arcade.World#overlap\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Types.Physics.Arcade.ArcadeColliderType} object1 - The first object or array of objects to check.\r\n * @param {Phaser.Types.Physics.Arcade.ArcadeColliderType} [object2] - The second object or array of objects to check, or `undefined`.\r\n * @param {Phaser.Types.Physics.Arcade.ArcadePhysicsCallback} [overlapCallback] - An optional callback function that is called if the objects overlap.\r\n * @param {Phaser.Types.Physics.Arcade.ArcadePhysicsCallback} [processCallback] - An optional callback function that lets you perform additional checks against the two objects if they overlap. If this is set then `overlapCallback` will only be called if this callback returns `true`.\r\n * @param {*} [callbackContext] - The context in which to run the callbacks.\r\n *\r\n * @return {boolean} True if at least one Game Object overlaps another.\r\n *\r\n * @see Phaser.Physics.Arcade.World#collide\r\n */", "meta": { "filename": "World.js", - "lineno": 1754, + "lineno": 1753, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Tests if Game Objects overlap.\r\rSee details in {@link Phaser.Physics.Arcade.World#collide}.", @@ -265586,16 +265993,16 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#overlap", "scope": "instance", - "___id": "T000002R030198", + "___id": "T000002R030287", "___s": true }, { "comment": "/**\r\n * Performs a collision check and separation between the two physics enabled objects given, which can be single\r\n * Game Objects, arrays of Game Objects, Physics Groups, arrays of Physics Groups or normal Groups.\r\n *\r\n * If you don't require separation then use {@link Phaser.Physics.Arcade.World#overlap} instead.\r\n *\r\n * If two Groups or arrays are passed, each member of one will be tested against each member of the other.\r\n *\r\n * If **only** one Group is passed (as `object1`), each member of the Group will be collided against the other members.\r\n *\r\n * If **only** one Array is passed, the array is iterated and every element in it is tested against the others.\r\n *\r\n * Two callbacks can be provided; they receive the colliding game objects as arguments.\r\n * If an overlap is detected, the `processCallback` is called first. It can cancel the collision by returning false.\r\n * Next the objects are separated and `collideCallback` is invoked.\r\n *\r\n * Arcade Physics uses the Projection Method of collision resolution and separation. While it's fast and suitable\r\n * for 'arcade' style games it lacks stability when multiple objects are in close proximity or resting upon each other.\r\n * The separation that stops two objects penetrating may create a new penetration against a different object. If you\r\n * require a high level of stability please consider using an alternative physics system, such as Matter.js.\r\n *\r\n * @method Phaser.Physics.Arcade.World#collide\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Types.Physics.Arcade.ArcadeColliderType} object1 - The first object or array of objects to check.\r\n * @param {Phaser.Types.Physics.Arcade.ArcadeColliderType} [object2] - The second object or array of objects to check, or `undefined`.\r\n * @param {Phaser.Types.Physics.Arcade.ArcadePhysicsCallback} [collideCallback] - An optional callback function that is called if the objects collide.\r\n * @param {Phaser.Types.Physics.Arcade.ArcadePhysicsCallback} [processCallback] - An optional callback function that lets you perform additional checks against the two objects if they collide. If this is set then `collideCallback` will only be called if this callback returns `true`.\r\n * @param {any} [callbackContext] - The context in which to run the callbacks.\r\n *\r\n * @return {boolean} `true` if any overlapping Game Objects were separated, otherwise `false`.\r\n */", "meta": { "filename": "World.js", - "lineno": 1781, + "lineno": 1780, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Performs a collision check and separation between the two physics enabled objects given, which can be single\rGame Objects, arrays of Game Objects, Physics Groups, arrays of Physics Groups or normal Groups.\r\rIf you don't require separation then use {@link Phaser.Physics.Arcade.World#overlap} instead.\r\rIf two Groups or arrays are passed, each member of one will be tested against each member of the other.\r\rIf **only** one Group is passed (as `object1`), each member of the Group will be collided against the other members.\r\rIf **only** one Array is passed, the array is iterated and every element in it is tested against the others.\r\rTwo callbacks can be provided; they receive the colliding game objects as arguments.\rIf an overlap is detected, the `processCallback` is called first. It can cancel the collision by returning false.\rNext the objects are separated and `collideCallback` is invoked.\r\rArcade Physics uses the Projection Method of collision resolution and separation. While it's fast and suitable\rfor 'arcade' style games it lacks stability when multiple objects are in close proximity or resting upon each other.\rThe separation that stops two objects penetrating may create a new penetration against a different object. If you\rrequire a high level of stability please consider using an alternative physics system, such as Matter.js.", @@ -265690,16 +266097,16 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#collide", "scope": "instance", - "___id": "T000002R030203", + "___id": "T000002R030292", "___s": true }, { "comment": "/**\r\n * Checks if the two given Arcade Physics bodies will collide, or not,\r\n * based on their collision mask and collision categories.\r\n *\r\n * @method Phaser.Physics.Arcade.World#canCollide\r\n * @since 3.70.0\r\n *\r\n * @param {Phaser.Types.Physics.Arcade.ArcadeCollider} body1 - The first body to check.\r\n * @param {Phaser.Types.Physics.Arcade.ArcadeCollider} body2 - The second body to check.\r\n *\r\n * @return {boolean} True if the two bodies will collide, otherwise false.\r\n */", "meta": { "filename": "World.js", - "lineno": 1994, + "lineno": 1993, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Checks if the two given Arcade Physics bodies will collide, or not,\rbased on their collision mask and collision categories.", @@ -265751,16 +266158,16 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#canCollide", "scope": "instance", - "___id": "T000002R030226", + "___id": "T000002R030315", "___s": true }, { "comment": "/**\r\n * This advanced method is specifically for testing for collision between a single Sprite and an array of Tile objects.\r\n *\r\n * You should generally use the `collide` method instead, with a Sprite vs. a Tilemap Layer, as that will perform\r\n * tile filtering and culling for you, as well as handle the interesting face collision automatically.\r\n *\r\n * This method is offered for those who would like to check for collision with specific Tiles in a layer, without\r\n * having to set any collision attributes on the tiles in question. This allows you to perform quick dynamic collisions\r\n * on small sets of Tiles. As such, no culling or checks are made to the array of Tiles given to this method,\r\n * you should filter them before passing them to this method.\r\n *\r\n * Important: Use of this method skips the `interesting faces` system that Tilemap Layers use. This means if you have\r\n * say a row or column of tiles, and you jump into, or walk over them, it's possible to get stuck on the edges of the\r\n * tiles as the interesting face calculations are skipped. However, for quick-fire small collision set tests on\r\n * dynamic maps, this method can prove very useful.\r\n *\r\n * This method does not factor in the Collision Mask or Category.\r\n *\r\n * @method Phaser.Physics.Arcade.World#collideTiles\r\n * @fires Phaser.Physics.Arcade.Events#TILE_COLLIDE\r\n * @since 3.17.0\r\n *\r\n * @param {Phaser.GameObjects.GameObject} sprite - The first object to check for collision.\r\n * @param {Phaser.Tilemaps.Tile[]} tiles - An array of Tiles to check for collision against.\r\n * @param {Phaser.Types.Physics.Arcade.ArcadePhysicsCallback} [collideCallback] - An optional callback function that is called if the objects collide.\r\n * @param {Phaser.Types.Physics.Arcade.ArcadePhysicsCallback} [processCallback] - An optional callback function that lets you perform additional checks against the two objects if they collide. If this is set then `collideCallback` will only be called if this callback returns `true`.\r\n * @param {any} [callbackContext] - The context in which to run the callbacks.\r\n *\r\n * @return {boolean} True if any objects overlap (with `overlapOnly`); or true if any overlapping objects were separated.\r\n */", "meta": { "filename": "World.js", - "lineno": 2201, + "lineno": 2194, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "This advanced method is specifically for testing for collision between a single Sprite and an array of Tile objects.\r\rYou should generally use the `collide` method instead, with a Sprite vs. a Tilemap Layer, as that will perform\rtile filtering and culling for you, as well as handle the interesting face collision automatically.\r\rThis method is offered for those who would like to check for collision with specific Tiles in a layer, without\rhaving to set any collision attributes on the tiles in question. This allows you to perform quick dynamic collisions\ron small sets of Tiles. As such, no culling or checks are made to the array of Tiles given to this method,\ryou should filter them before passing them to this method.\r\rImportant: Use of this method skips the `interesting faces` system that Tilemap Layers use. This means if you have\rsay a row or column of tiles, and you jump into, or walk over them, it's possible to get stuck on the edges of the\rtiles as the interesting face calculations are skipped. However, for quick-fire small collision set tests on\rdynamic maps, this method can prove very useful.\r\rThis method does not factor in the Collision Mask or Category.", @@ -265866,16 +266273,16 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#collideTiles", "scope": "instance", - "___id": "T000002R030258", + "___id": "T000002R030347", "___s": true }, { "comment": "/**\r\n * This advanced method is specifically for testing for overlaps between a single Sprite and an array of Tile objects.\r\n *\r\n * You should generally use the `overlap` method instead, with a Sprite vs. a Tilemap Layer, as that will perform\r\n * tile filtering and culling for you, as well as handle the interesting face collision automatically.\r\n *\r\n * This method is offered for those who would like to check for overlaps with specific Tiles in a layer, without\r\n * having to set any collision attributes on the tiles in question. This allows you to perform quick dynamic overlap\r\n * tests on small sets of Tiles. As such, no culling or checks are made to the array of Tiles given to this method,\r\n * you should filter them before passing them to this method.\r\n *\r\n * This method does not factor in the Collision Mask or Category.\r\n *\r\n * @method Phaser.Physics.Arcade.World#overlapTiles\r\n * @fires Phaser.Physics.Arcade.Events#TILE_OVERLAP\r\n * @since 3.17.0\r\n *\r\n * @param {Phaser.GameObjects.GameObject} sprite - The first object to check for collision.\r\n * @param {Phaser.Tilemaps.Tile[]} tiles - An array of Tiles to check for collision against.\r\n * @param {Phaser.Types.Physics.Arcade.ArcadePhysicsCallback} [collideCallback] - An optional callback function that is called if the objects overlap.\r\n * @param {Phaser.Types.Physics.Arcade.ArcadePhysicsCallback} [processCallback] - An optional callback function that lets you perform additional checks against the two objects if they collide. If this is set then `collideCallback` will only be called if this callback returns `true`.\r\n * @param {any} [callbackContext] - The context in which to run the callbacks.\r\n *\r\n * @return {boolean} True if any objects overlap (with `overlapOnly`); or true if any overlapping objects were separated.\r\n */", "meta": { "filename": "World.js", - "lineno": 2243, + "lineno": 2236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "This advanced method is specifically for testing for overlaps between a single Sprite and an array of Tile objects.\r\rYou should generally use the `overlap` method instead, with a Sprite vs. a Tilemap Layer, as that will perform\rtile filtering and culling for you, as well as handle the interesting face collision automatically.\r\rThis method is offered for those who would like to check for overlaps with specific Tiles in a layer, without\rhaving to set any collision attributes on the tiles in question. This allows you to perform quick dynamic overlap\rtests on small sets of Tiles. As such, no culling or checks are made to the array of Tiles given to this method,\ryou should filter them before passing them to this method.\r\rThis method does not factor in the Collision Mask or Category.", @@ -265981,16 +266388,16 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#overlapTiles", "scope": "instance", - "___id": "T000002R030260", + "___id": "T000002R030349", "___s": true }, { "comment": "/**\r\n * Internal handler for Sprite vs. Tilemap collisions.\r\n * Please use Phaser.Physics.Arcade.World#collide instead.\r\n *\r\n * @method Phaser.Physics.Arcade.World#collideSpriteVsTilemapLayer\r\n * @fires Phaser.Physics.Arcade.Events#TILE_COLLIDE\r\n * @fires Phaser.Physics.Arcade.Events#TILE_OVERLAP\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.GameObjects.GameObject} sprite - The first object to check for collision.\r\n * @param {Phaser.Tilemaps.TilemapLayer} tilemapLayer - The second object to check for collision.\r\n * @param {Phaser.Types.Physics.Arcade.ArcadePhysicsCallback} [collideCallback] - An optional callback function that is called if the objects collide.\r\n * @param {Phaser.Types.Physics.Arcade.ArcadePhysicsCallback} [processCallback] - An optional callback function that lets you perform additional checks against the two objects if they collide. If this is set then `collideCallback` will only be called if this callback returns `true`.\r\n * @param {any} [callbackContext] - The context in which to run the callbacks.\r\n * @param {boolean} [overlapOnly] - Whether this is a collision or overlap check.\r\n *\r\n * @return {boolean} True if any objects overlap (with `overlapOnly`); or true if any overlapping objects were separated.\r\n */", "meta": { "filename": "World.js", - "lineno": 2280, + "lineno": 2273, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Internal handler for Sprite vs. Tilemap collisions.\rPlease use Phaser.Physics.Arcade.World#collide instead.", @@ -266102,16 +266509,16 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#collideSpriteVsTilemapLayer", "scope": "instance", - "___id": "T000002R030262", + "___id": "T000002R030351", "___s": true }, { "comment": "/**\r\n * Wrap an object's coordinates (or several objects' coordinates) within {@link Phaser.Physics.Arcade.World#bounds}.\r\n *\r\n * If the object is outside any boundary edge (left, top, right, bottom), it will be moved to the same offset from the opposite edge (the interior).\r\n *\r\n * @method Phaser.Physics.Arcade.World#wrap\r\n * @since 3.3.0\r\n *\r\n * @param {any} object - A Game Object, a Group, an object with `x` and `y` coordinates, or an array of such objects.\r\n * @param {number} [padding=0] - An amount added to each boundary edge during the operation.\r\n */", "meta": { "filename": "World.js", - "lineno": 2435, + "lineno": 2428, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Wrap an object's coordinates (or several objects' coordinates) within {@link Phaser.Physics.Arcade.World#bounds}.\r\rIf the object is outside any boundary edge (left, top, right, bottom), it will be moved to the same offset from the opposite edge (the interior).", @@ -266151,16 +266558,16 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#wrap", "scope": "instance", - "___id": "T000002R030296", + "___id": "T000002R030385", "___s": true }, { "comment": "/**\r\n * Wrap each object's coordinates within {@link Phaser.Physics.Arcade.World#bounds}.\r\n *\r\n * @method Phaser.Physics.Arcade.World#wrapArray\r\n * @since 3.3.0\r\n *\r\n * @param {Array.<*>} objects - An array of objects to be wrapped.\r\n * @param {number} [padding=0] - An amount added to the boundary.\r\n */", "meta": { "filename": "World.js", - "lineno": 2466, + "lineno": 2459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Wrap each object's coordinates within {@link Phaser.Physics.Arcade.World#bounds}.", @@ -266208,16 +266615,16 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#wrapArray", "scope": "instance", - "___id": "T000002R030298", + "___id": "T000002R030387", "___s": true }, { "comment": "/**\r\n * Wrap an object's coordinates within {@link Phaser.Physics.Arcade.World#bounds}.\r\n *\r\n * @method Phaser.Physics.Arcade.World#wrapObject\r\n * @since 3.3.0\r\n *\r\n * @param {*} object - A Game Object, a Physics Body, or any object with `x` and `y` coordinates\r\n * @param {number} [padding=0] - An amount added to the boundary.\r\n */", "meta": { "filename": "World.js", - "lineno": 2483, + "lineno": 2476, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Wrap an object's coordinates within {@link Phaser.Physics.Arcade.World#bounds}.", @@ -266256,16 +266663,16 @@ "memberof": "Phaser.Physics.Arcade.World", "longname": "Phaser.Physics.Arcade.World#wrapObject", "scope": "instance", - "___id": "T000002R030301", + "___id": "T000002R030390", "___s": true }, { "comment": "/**\r\n * Shuts down the simulation, clearing physics data and removing listeners.\r\n *\r\n * @method Phaser.Physics.Arcade.World#shutdown\r\n * @since 3.0.0\r\n */", "meta": { "filename": "World.js", - "lineno": 2500, + "lineno": 2493, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Shuts down the simulation, clearing physics data and removing listeners.", @@ -266276,16 +266683,16 @@ "longname": "Phaser.Physics.Arcade.World#shutdown", "scope": "instance", "overrides": "Phaser.Events.EventEmitter#shutdown", - "___id": "T000002R030306", + "___id": "T000002R030395", "___s": true }, { "comment": "/**\r\n * Shuts down the simulation and disconnects it from the current scene.\r\n *\r\n * @method Phaser.Physics.Arcade.World#destroy\r\n * @since 3.0.0\r\n */", "meta": { "filename": "World.js", - "lineno": 2517, + "lineno": 2510, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade", "code": {} }, "description": "Shuts down the simulation and disconnects it from the current scene.", @@ -266296,7 +266703,7 @@ "longname": "Phaser.Physics.Arcade.World#destroy", "scope": "instance", "overrides": "Phaser.Events.EventEmitter#destroy", - "___id": "T000002R030308", + "___id": "T000002R030397", "___s": true }, { @@ -266305,7 +266712,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics", "code": {} }, "kind": "namespace", @@ -266313,7 +266720,7 @@ "memberof": "Phaser", "longname": "Phaser.Physics", "scope": "static", - "___id": "T000002R030313", + "___id": "T000002R030402", "___s": true }, { @@ -266322,7 +266729,7 @@ "filename": "index.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics", "code": {} }, "kind": "namespace", @@ -266330,7 +266737,7 @@ "memberof": "Phaser.Types", "longname": "Phaser.Types.Physics", "scope": "static", - "___id": "T000002R030314", + "___id": "T000002R030403", "___s": true }, { @@ -266339,7 +266746,7 @@ "filename": "BodyBounds.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "classdesc": "The Body Bounds class contains methods to help you extract the world coordinates from various points around\rthe bounds of a Matter Body. Because Matter bodies are positioned based on their center of mass, and not a\rdimension based center, you often need to get the bounds coordinates in order to properly align them in the world.\r\rYou can access this class via the MatterPhysics class from a Scene, i.e.:\r\r```javascript\rthis.matter.bodyBounds.getTopLeft(body);\r```\r\rSee also the `MatterPhysics.alignBody` method.", @@ -266349,7 +266756,7 @@ "since": "3.22.0", "scope": "static", "longname": "Phaser.Physics.Matter.BodyBounds", - "___id": "T000002R030320", + "___id": "T000002R030409", "___s": true }, { @@ -266358,7 +266765,7 @@ "filename": "BodyBounds.js", "lineno": 36, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A Vector2 that stores the temporary bounds center value during calculations by methods in this class.", @@ -266377,7 +266784,7 @@ "longname": "Phaser.Physics.Matter.BodyBounds#boundsCenter", "scope": "instance", "kind": "member", - "___id": "T000002R030323", + "___id": "T000002R030412", "___s": true }, { @@ -266386,7 +266793,7 @@ "filename": "BodyBounds.js", "lineno": 45, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A Vector2 that stores the temporary center diff values during calculations by methods in this class.", @@ -266405,7 +266812,7 @@ "longname": "Phaser.Physics.Matter.BodyBounds#centerDiff", "scope": "instance", "kind": "member", - "___id": "T000002R030325", + "___id": "T000002R030414", "___s": true }, { @@ -266414,7 +266821,7 @@ "filename": "BodyBounds.js", "lineno": 55, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Parses the given body to get the bounds diff values from it.\r\rThey're stored in this class in the temporary properties `boundsCenter` and `centerDiff`.\r\rThis method is called automatically by all other methods in this class.", @@ -266453,7 +266860,7 @@ "memberof": "Phaser.Physics.Matter.BodyBounds", "longname": "Phaser.Physics.Matter.BodyBounds#parseBody", "scope": "instance", - "___id": "T000002R030327", + "___id": "T000002R030416", "___s": true }, { @@ -266462,7 +266869,7 @@ "filename": "BodyBounds.js", "lineno": 93, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Takes a Body and returns the world coordinates of the top-left of its _bounds_.\r\rBody bounds are updated by Matter each step and factor in scale and rotation.\rThis will return the world coordinate based on the bodies _current_ position and bounds.", @@ -266542,7 +266949,7 @@ "memberof": "Phaser.Physics.Matter.BodyBounds", "longname": "Phaser.Physics.Matter.BodyBounds#getTopLeft", "scope": "instance", - "___id": "T000002R030336", + "___id": "T000002R030425", "___s": true }, { @@ -266551,7 +266958,7 @@ "filename": "BodyBounds.js", "lineno": 127, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Takes a Body and returns the world coordinates of the top-center of its _bounds_.\r\rBody bounds are updated by Matter each step and factor in scale and rotation.\rThis will return the world coordinate based on the bodies _current_ position and bounds.", @@ -266631,7 +267038,7 @@ "memberof": "Phaser.Physics.Matter.BodyBounds", "longname": "Phaser.Physics.Matter.BodyBounds#getTopCenter", "scope": "instance", - "___id": "T000002R030342", + "___id": "T000002R030431", "___s": true }, { @@ -266640,7 +267047,7 @@ "filename": "BodyBounds.js", "lineno": 161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Takes a Body and returns the world coordinates of the top-right of its _bounds_.\r\rBody bounds are updated by Matter each step and factor in scale and rotation.\rThis will return the world coordinate based on the bodies _current_ position and bounds.", @@ -266720,7 +267127,7 @@ "memberof": "Phaser.Physics.Matter.BodyBounds", "longname": "Phaser.Physics.Matter.BodyBounds#getTopRight", "scope": "instance", - "___id": "T000002R030348", + "___id": "T000002R030437", "___s": true }, { @@ -266729,7 +267136,7 @@ "filename": "BodyBounds.js", "lineno": 195, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Takes a Body and returns the world coordinates of the left-center of its _bounds_.\r\rBody bounds are updated by Matter each step and factor in scale and rotation.\rThis will return the world coordinate based on the bodies _current_ position and bounds.", @@ -266809,7 +267216,7 @@ "memberof": "Phaser.Physics.Matter.BodyBounds", "longname": "Phaser.Physics.Matter.BodyBounds#getLeftCenter", "scope": "instance", - "___id": "T000002R030354", + "___id": "T000002R030443", "___s": true }, { @@ -266818,7 +267225,7 @@ "filename": "BodyBounds.js", "lineno": 229, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Takes a Body and returns the world coordinates of the center of its _bounds_.\r\rBody bounds are updated by Matter each step and factor in scale and rotation.\rThis will return the world coordinate based on the bodies _current_ position and bounds.", @@ -266898,7 +267305,7 @@ "memberof": "Phaser.Physics.Matter.BodyBounds", "longname": "Phaser.Physics.Matter.BodyBounds#getCenter", "scope": "instance", - "___id": "T000002R030360", + "___id": "T000002R030449", "___s": true }, { @@ -266907,7 +267314,7 @@ "filename": "BodyBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Takes a Body and returns the world coordinates of the right-center of its _bounds_.\r\rBody bounds are updated by Matter each step and factor in scale and rotation.\rThis will return the world coordinate based on the bodies _current_ position and bounds.", @@ -266987,7 +267394,7 @@ "memberof": "Phaser.Physics.Matter.BodyBounds", "longname": "Phaser.Physics.Matter.BodyBounds#getRightCenter", "scope": "instance", - "___id": "T000002R030365", + "___id": "T000002R030454", "___s": true }, { @@ -266996,7 +267403,7 @@ "filename": "BodyBounds.js", "lineno": 296, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Takes a Body and returns the world coordinates of the bottom-left of its _bounds_.\r\rBody bounds are updated by Matter each step and factor in scale and rotation.\rThis will return the world coordinate based on the bodies _current_ position and bounds.", @@ -267076,7 +267483,7 @@ "memberof": "Phaser.Physics.Matter.BodyBounds", "longname": "Phaser.Physics.Matter.BodyBounds#getBottomLeft", "scope": "instance", - "___id": "T000002R030371", + "___id": "T000002R030460", "___s": true }, { @@ -267085,7 +267492,7 @@ "filename": "BodyBounds.js", "lineno": 330, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Takes a Body and returns the world coordinates of the bottom-center of its _bounds_.\r\rBody bounds are updated by Matter each step and factor in scale and rotation.\rThis will return the world coordinate based on the bodies _current_ position and bounds.", @@ -267165,7 +267572,7 @@ "memberof": "Phaser.Physics.Matter.BodyBounds", "longname": "Phaser.Physics.Matter.BodyBounds#getBottomCenter", "scope": "instance", - "___id": "T000002R030377", + "___id": "T000002R030466", "___s": true }, { @@ -267174,7 +267581,7 @@ "filename": "BodyBounds.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Takes a Body and returns the world coordinates of the bottom-right of its _bounds_.\r\rBody bounds are updated by Matter each step and factor in scale and rotation.\rThis will return the world coordinate based on the bodies _current_ position and bounds.", @@ -267254,7 +267661,7 @@ "memberof": "Phaser.Physics.Matter.BodyBounds", "longname": "Phaser.Physics.Matter.BodyBounds#getBottomRight", "scope": "instance", - "___id": "T000002R030383", + "___id": "T000002R030472", "___s": true }, { @@ -267263,7 +267670,7 @@ "filename": "Bounce.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "A component to set restitution on objects.", @@ -267273,7 +267680,7 @@ "memberof": "Phaser.Physics.Matter.Components", "longname": "Phaser.Physics.Matter.Components.Bounce", "scope": "static", - "___id": "T000002R030390", + "___id": "T000002R030479", "___s": true }, { @@ -267282,7 +267689,7 @@ "filename": "Bounce.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Sets the restitution on the physics object.", @@ -267322,7 +267729,7 @@ "memberof": "Phaser.Physics.Matter.Components.Bounce", "longname": "Phaser.Physics.Matter.Components.Bounce#setBounce", "scope": "instance", - "___id": "T000002R030392", + "___id": "T000002R030481", "___s": true }, { @@ -267331,7 +267738,7 @@ "filename": "Collision.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Contains methods for changing the collision filter of a Matter Body. Should be used as a mixin and not called directly.", @@ -267341,7 +267748,7 @@ "memberof": "Phaser.Physics.Matter.Components", "longname": "Phaser.Physics.Matter.Components.Collision", "scope": "static", - "___id": "T000002R030396", + "___id": "T000002R030485", "___s": true }, { @@ -267350,7 +267757,7 @@ "filename": "Collision.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Sets the collision category of this Game Object's Matter Body. This number must be a power of two between 2^0 (= 1) and 2^31.\rTwo bodies with different collision groups (see {@link #setCollisionGroup}) will only collide if their collision\rcategories are included in their collision masks (see {@link #setCollidesWith}).", @@ -267390,7 +267797,7 @@ "memberof": "Phaser.Physics.Matter.Components.Collision", "longname": "Phaser.Physics.Matter.Components.Collision#setCollisionCategory", "scope": "instance", - "___id": "T000002R030398", + "___id": "T000002R030487", "___s": true }, { @@ -267399,7 +267806,7 @@ "filename": "Collision.js", "lineno": 34, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Sets the collision group of this Game Object's Matter Body. If this is zero or two Matter Bodies have different values,\rthey will collide according to the usual rules (see {@link #setCollisionCategory} and {@link #setCollisionGroup}).\rIf two Matter Bodies have the same positive value, they will always collide; if they have the same negative value,\rthey will never collide.", @@ -267439,7 +267846,7 @@ "memberof": "Phaser.Physics.Matter.Components.Collision", "longname": "Phaser.Physics.Matter.Components.Collision#setCollisionGroup", "scope": "instance", - "___id": "T000002R030401", + "___id": "T000002R030490", "___s": true }, { @@ -267448,7 +267855,7 @@ "filename": "Collision.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Sets the collision mask for this Game Object's Matter Body. Two Matter Bodies with different collision groups will only\rcollide if each one includes the other's category in its mask based on a bitwise AND, i.e. `(categoryA & maskB) !== 0`\rand `(categoryB & maskA) !== 0` are both true.", @@ -267507,7 +267914,7 @@ "memberof": "Phaser.Physics.Matter.Components.Collision", "longname": "Phaser.Physics.Matter.Components.Collision#setCollidesWith", "scope": "instance", - "___id": "T000002R030404", + "___id": "T000002R030493", "___s": true }, { @@ -267516,7 +267923,7 @@ "filename": "Collision.js", "lineno": 87, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "The callback is sent a `Phaser.Types.Physics.Matter.MatterCollisionData` object.\r\rThis does not change the bodies collision category, group or filter. Those must be set in addition\rto the callback.", @@ -267556,7 +267963,7 @@ "memberof": "Phaser.Physics.Matter.Components.Collision", "longname": "Phaser.Physics.Matter.Components.Collision#setOnCollide", "scope": "instance", - "___id": "T000002R030411", + "___id": "T000002R030500", "___s": true }, { @@ -267565,7 +267972,7 @@ "filename": "Collision.js", "lineno": 107, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "The callback is sent a `Phaser.Types.Physics.Matter.MatterCollisionData` object.\r\rThis does not change the bodies collision category, group or filter. Those must be set in addition\rto the callback.", @@ -267605,7 +268012,7 @@ "memberof": "Phaser.Physics.Matter.Components.Collision", "longname": "Phaser.Physics.Matter.Components.Collision#setOnCollideEnd", "scope": "instance", - "___id": "T000002R030414", + "___id": "T000002R030503", "___s": true }, { @@ -267614,7 +268021,7 @@ "filename": "Collision.js", "lineno": 127, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "The callback is sent a `Phaser.Types.Physics.Matter.MatterCollisionData` object.\r\rThis does not change the bodies collision category, group or filter. Those must be set in addition\rto the callback.", @@ -267654,7 +268061,7 @@ "memberof": "Phaser.Physics.Matter.Components.Collision", "longname": "Phaser.Physics.Matter.Components.Collision#setOnCollideActive", "scope": "instance", - "___id": "T000002R030417", + "___id": "T000002R030506", "___s": true }, { @@ -267663,7 +268070,7 @@ "filename": "Collision.js", "lineno": 147, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "The callback is sent a reference to the other body, along with a `Phaser.Types.Physics.Matter.MatterCollisionData` object.\r\rThis does not change the bodies collision category, group or filter. Those must be set in addition\rto the callback.", @@ -267735,7 +268142,7 @@ "memberof": "Phaser.Physics.Matter.Components.Collision", "longname": "Phaser.Physics.Matter.Components.Collision#setOnCollideWith", "scope": "instance", - "___id": "T000002R030420", + "___id": "T000002R030509", "___s": true }, { @@ -267744,7 +268151,7 @@ "filename": "Force.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "A component to apply force to Matter.js bodies.", @@ -267754,7 +268161,7 @@ "memberof": "Phaser.Physics.Matter.Components", "longname": "Phaser.Physics.Matter.Components.Force", "scope": "static", - "___id": "T000002R030427", + "___id": "T000002R030516", "___s": true }, { @@ -267763,7 +268170,7 @@ "filename": "Force.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Applies a force to a body.", @@ -267803,7 +268210,7 @@ "memberof": "Phaser.Physics.Matter.Components.Force", "longname": "Phaser.Physics.Matter.Components.Force#applyForce", "scope": "instance", - "___id": "T000002R030429", + "___id": "T000002R030518", "___s": true }, { @@ -267812,7 +268219,7 @@ "filename": "Force.js", "lineno": 38, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Applies a force to a body from a given position.", @@ -267865,7 +268272,7 @@ "memberof": "Phaser.Physics.Matter.Components.Force", "longname": "Phaser.Physics.Matter.Components.Force#applyForceFrom", "scope": "instance", - "___id": "T000002R030431", + "___id": "T000002R030520", "___s": true }, { @@ -267874,7 +268281,7 @@ "filename": "Force.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Apply thrust to the forward position of the body.\r\rUse very small values, such as 0.1, depending on the mass and required speed.", @@ -267914,7 +268321,7 @@ "memberof": "Phaser.Physics.Matter.Components.Force", "longname": "Phaser.Physics.Matter.Components.Force#thrust", "scope": "instance", - "___id": "T000002R030433", + "___id": "T000002R030522", "___s": true }, { @@ -267923,7 +268330,7 @@ "filename": "Force.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Apply thrust to the left position of the body.\r\rUse very small values, such as 0.1, depending on the mass and required speed.", @@ -267963,7 +268370,7 @@ "memberof": "Phaser.Physics.Matter.Components.Force", "longname": "Phaser.Physics.Matter.Components.Force#thrustLeft", "scope": "instance", - "___id": "T000002R030438", + "___id": "T000002R030527", "___s": true }, { @@ -267972,7 +268379,7 @@ "filename": "Force.js", "lineno": 102, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Apply thrust to the right position of the body.\r\rUse very small values, such as 0.1, depending on the mass and required speed.", @@ -268012,7 +268419,7 @@ "memberof": "Phaser.Physics.Matter.Components.Force", "longname": "Phaser.Physics.Matter.Components.Force#thrustRight", "scope": "instance", - "___id": "T000002R030443", + "___id": "T000002R030532", "___s": true }, { @@ -268021,7 +268428,7 @@ "filename": "Force.js", "lineno": 125, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Apply thrust to the back position of the body.\r\rUse very small values, such as 0.1, depending on the mass and required speed.", @@ -268061,7 +268468,7 @@ "memberof": "Phaser.Physics.Matter.Components.Force", "longname": "Phaser.Physics.Matter.Components.Force#thrustBack", "scope": "instance", - "___id": "T000002R030448", + "___id": "T000002R030537", "___s": true }, { @@ -268070,7 +268477,7 @@ "filename": "Friction.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Contains methods for changing the friction of a Game Object's Matter Body. Should be used a mixin, not called directly.", @@ -268080,7 +268487,7 @@ "memberof": "Phaser.Physics.Matter.Components", "longname": "Phaser.Physics.Matter.Components.Friction", "scope": "static", - "___id": "T000002R030454", + "___id": "T000002R030543", "___s": true }, { @@ -268089,7 +268496,7 @@ "filename": "Friction.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Sets new friction values for this Game Object's Matter Body.", @@ -268157,7 +268564,7 @@ "memberof": "Phaser.Physics.Matter.Components.Friction", "longname": "Phaser.Physics.Matter.Components.Friction#setFriction", "scope": "instance", - "___id": "T000002R030456", + "___id": "T000002R030545", "___s": true }, { @@ -268166,7 +268573,7 @@ "filename": "Friction.js", "lineno": 44, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Sets a new air resistance for this Game Object's Matter Body.\rA value of 0 means the Body will never slow as it moves through space.\rThe higher the value, the faster a Body slows when moving through space.", @@ -268206,7 +268613,7 @@ "memberof": "Phaser.Physics.Matter.Components.Friction", "longname": "Phaser.Physics.Matter.Components.Friction#setFrictionAir", "scope": "instance", - "___id": "T000002R030461", + "___id": "T000002R030550", "___s": true }, { @@ -268215,7 +268622,7 @@ "filename": "Friction.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Sets a new static friction for this Game Object's Matter Body.\rA value of 0 means the Body will never \"stick\" when it is nearly stationary.\rThe higher the value (e.g. 10), the more force it will take to initially get the Body moving when it is nearly stationary.", @@ -268255,7 +268662,7 @@ "memberof": "Phaser.Physics.Matter.Components.Friction", "longname": "Phaser.Physics.Matter.Components.Friction#setFrictionStatic", "scope": "instance", - "___id": "T000002R030464", + "___id": "T000002R030553", "___s": true }, { @@ -268264,7 +268671,7 @@ "filename": "Gravity.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "A component to manipulate world gravity for Matter.js bodies.", @@ -268274,7 +268681,7 @@ "memberof": "Phaser.Physics.Matter.Components", "longname": "Phaser.Physics.Matter.Components.Gravity", "scope": "static", - "___id": "T000002R030468", + "___id": "T000002R030557", "___s": true }, { @@ -268283,7 +268690,7 @@ "filename": "Gravity.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "A togglable function for ignoring world gravity in real-time on the current body.", @@ -268323,7 +268730,7 @@ "memberof": "Phaser.Physics.Matter.Components.Gravity", "longname": "Phaser.Physics.Matter.Components.Gravity#setIgnoreGravity", "scope": "instance", - "___id": "T000002R030470", + "___id": "T000002R030559", "___s": true }, { @@ -268332,7 +268739,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "kind": "namespace", @@ -268340,7 +268747,7 @@ "memberof": "Phaser.Physics.Matter", "longname": "Phaser.Physics.Matter.Components", "scope": "static", - "___id": "T000002R030474", + "___id": "T000002R030563", "___s": true }, { @@ -268349,7 +268756,7 @@ "filename": "Mass.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Allows accessing the mass, density, and center of mass of a Matter-enabled Game Object. Should be used as a mixin and not directly.", @@ -268359,7 +268766,7 @@ "memberof": "Phaser.Physics.Matter.Components", "longname": "Phaser.Physics.Matter.Components.Mass", "scope": "static", - "___id": "T000002R030490", + "___id": "T000002R030579", "___s": true }, { @@ -268368,7 +268775,7 @@ "filename": "Mass.js", "lineno": 18, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Sets the mass of the Game Object's Matter Body.", @@ -268408,7 +268815,7 @@ "memberof": "Phaser.Physics.Matter.Components.Mass", "longname": "Phaser.Physics.Matter.Components.Mass#setMass", "scope": "instance", - "___id": "T000002R030492", + "___id": "T000002R030581", "___s": true }, { @@ -268417,7 +268824,7 @@ "filename": "Mass.js", "lineno": 35, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Sets density of the body.", @@ -268457,7 +268864,7 @@ "memberof": "Phaser.Physics.Matter.Components.Mass", "longname": "Phaser.Physics.Matter.Components.Mass#setDensity", "scope": "instance", - "___id": "T000002R030494", + "___id": "T000002R030583", "___s": true }, { @@ -268466,7 +268873,7 @@ "filename": "Mass.js", "lineno": 52, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "The body's center of mass.\r\rCalling this creates a new `Vector2 each time to avoid mutation.\r\rIf you only need to read the value and won't change it, you can get it from `GameObject.body.centerOfMass`.", @@ -268500,7 +268907,7 @@ "longname": "Phaser.Physics.Matter.Components.Mass#centerOfMass", "scope": "instance", "kind": "member", - "___id": "T000002R030496", + "___id": "T000002R030585", "___s": true }, { @@ -268509,7 +268916,7 @@ "filename": "Sensor.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Enables a Matter-enabled Game Object to be a sensor. Should be used as a mixin and not directly.", @@ -268519,7 +268926,7 @@ "memberof": "Phaser.Physics.Matter.Components", "longname": "Phaser.Physics.Matter.Components.Sensor", "scope": "static", - "___id": "T000002R030500", + "___id": "T000002R030589", "___s": true }, { @@ -268528,7 +268935,7 @@ "filename": "Sensor.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Set the body belonging to this Game Object to be a sensor.\rSensors trigger collision events, but don't react with colliding body physically.", @@ -268568,7 +268975,7 @@ "memberof": "Phaser.Physics.Matter.Components.Sensor", "longname": "Phaser.Physics.Matter.Components.Sensor#setSensor", "scope": "instance", - "___id": "T000002R030502", + "___id": "T000002R030591", "___s": true }, { @@ -268577,7 +268984,7 @@ "filename": "Sensor.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Is the body belonging to this Game Object a sensor or not?", @@ -268601,7 +269008,7 @@ "memberof": "Phaser.Physics.Matter.Components.Sensor", "longname": "Phaser.Physics.Matter.Components.Sensor#isSensor", "scope": "instance", - "___id": "T000002R030505", + "___id": "T000002R030594", "___s": true }, { @@ -268610,7 +269017,7 @@ "filename": "SetBody.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Enables a Matter-enabled Game Object to set its Body. Should be used as a mixin and not directly.", @@ -268620,7 +269027,7 @@ "memberof": "Phaser.Physics.Matter.Components", "longname": "Phaser.Physics.Matter.Components.SetBody", "scope": "static", - "___id": "T000002R030515", + "___id": "T000002R030604", "___s": true }, { @@ -268629,7 +269036,7 @@ "filename": "SetBody.js", "lineno": 23, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Set this Game Objects Matter physics body to be a rectangle shape.\r\rCalling this methods resets all previous properties you may have set on the body, including\rplugins, mass, friction, collision categories, etc. So be sure to re-apply these as needed.", @@ -268696,7 +269103,7 @@ "memberof": "Phaser.Physics.Matter.Components.SetBody", "longname": "Phaser.Physics.Matter.Components.SetBody#setRectangle", "scope": "instance", - "___id": "T000002R030517", + "___id": "T000002R030606", "___s": true }, { @@ -268705,7 +269112,7 @@ "filename": "SetBody.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Set this Game Objects Matter physics body to be a circle shape.\r\rCalling this methods resets all previous properties you may have set on the body, including\rplugins, mass, friction, collision categories, etc. So be sure to re-apply these as needed.", @@ -268759,7 +269166,7 @@ "memberof": "Phaser.Physics.Matter.Components.SetBody", "longname": "Phaser.Physics.Matter.Components.SetBody#setCircle", "scope": "instance", - "___id": "T000002R030522", + "___id": "T000002R030611", "___s": true }, { @@ -268768,7 +269175,7 @@ "filename": "SetBody.js", "lineno": 62, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Set this Game Objects Matter physics body to be a polygon shape.\r\rCalling this methods resets all previous properties you may have set on the body, including\rplugins, mass, friction, collision categories, etc. So be sure to re-apply these as needed.", @@ -268835,7 +269242,7 @@ "memberof": "Phaser.Physics.Matter.Components.SetBody", "longname": "Phaser.Physics.Matter.Components.SetBody#setPolygon", "scope": "instance", - "___id": "T000002R030526", + "___id": "T000002R030615", "___s": true }, { @@ -268844,7 +269251,7 @@ "filename": "SetBody.js", "lineno": 82, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Set this Game Objects Matter physics body to be a trapezoid shape.\r\rCalling this methods resets all previous properties you may have set on the body, including\rplugins, mass, friction, collision categories, etc. So be sure to re-apply these as needed.", @@ -268924,7 +269331,7 @@ "memberof": "Phaser.Physics.Matter.Components.SetBody", "longname": "Phaser.Physics.Matter.Components.SetBody#setTrapezoid", "scope": "instance", - "___id": "T000002R030531", + "___id": "T000002R030620", "___s": true }, { @@ -268933,7 +269340,7 @@ "filename": "SetBody.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Set this Game Object to use the given existing Matter Body.\r\rThe body is first removed from the world before being added to this Game Object.", @@ -268988,7 +269395,7 @@ "memberof": "Phaser.Physics.Matter.Components.SetBody", "longname": "Phaser.Physics.Matter.Components.SetBody#setExistingBody", "scope": "instance", - "___id": "T000002R030537", + "___id": "T000002R030626", "___s": true }, { @@ -268997,7 +269404,7 @@ "filename": "SetBody.js", "lineno": 175, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Set this Game Object to create and use a new Body based on the configuration object given.\r\rCalling this methods resets all previous properties you may have set on the body, including\rplugins, mass, friction, collision categories, etc. So be sure to re-apply these as needed.", @@ -269061,7 +269468,7 @@ "memberof": "Phaser.Physics.Matter.Components.SetBody", "longname": "Phaser.Physics.Matter.Components.SetBody#setBody", "scope": "instance", - "___id": "T000002R030552", + "___id": "T000002R030641", "___s": true }, { @@ -269070,7 +269477,7 @@ "filename": "Sleep.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Enables a Matter-enabled Game Object to be able to go to sleep. Should be used as a mixin and not directly.", @@ -269080,7 +269487,7 @@ "memberof": "Phaser.Physics.Matter.Components", "longname": "Phaser.Physics.Matter.Components.Sleep", "scope": "static", - "___id": "T000002R030584", + "___id": "T000002R030673", "___s": true }, { @@ -269089,7 +269496,7 @@ "filename": "Sleep.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Sets this Body to sleep.", @@ -269114,7 +269521,7 @@ "memberof": "Phaser.Physics.Matter.Components.Sleep", "longname": "Phaser.Physics.Matter.Components.Sleep#setToSleep", "scope": "instance", - "___id": "T000002R030586", + "___id": "T000002R030675", "___s": true }, { @@ -269123,7 +269530,7 @@ "filename": "Sleep.js", "lineno": 34, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Wakes this Body if asleep.", @@ -269148,7 +269555,7 @@ "memberof": "Phaser.Physics.Matter.Components.Sleep", "longname": "Phaser.Physics.Matter.Components.Sleep#setAwake", "scope": "instance", - "___id": "T000002R030588", + "___id": "T000002R030677", "___s": true }, { @@ -269157,7 +269564,7 @@ "filename": "Sleep.js", "lineno": 49, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Sets the number of updates in which this body must have near-zero velocity before it is set as sleeping (if sleeping is enabled by the engine).", @@ -269199,7 +269606,7 @@ "memberof": "Phaser.Physics.Matter.Components.Sleep", "longname": "Phaser.Physics.Matter.Components.Sleep#setSleepThreshold", "scope": "instance", - "___id": "T000002R030590", + "___id": "T000002R030679", "___s": true }, { @@ -269208,7 +269615,7 @@ "filename": "Sleep.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Enable sleep and wake events for this body.\r\rBy default when a body goes to sleep, or wakes up, it will not emit any events.\r\rThe events are emitted by the Matter World instance and can be listened to via\rthe `SLEEP_START` and `SLEEP_END` events.", @@ -269261,7 +269668,7 @@ "memberof": "Phaser.Physics.Matter.Components.Sleep", "longname": "Phaser.Physics.Matter.Components.Sleep#setSleepEvents", "scope": "instance", - "___id": "T000002R030594", + "___id": "T000002R030683", "___s": true }, { @@ -269270,7 +269677,7 @@ "filename": "Sleep.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Enables or disables the Sleep Start event for this body.", @@ -269310,7 +269717,7 @@ "memberof": "Phaser.Physics.Matter.Components.Sleep", "longname": "Phaser.Physics.Matter.Components.Sleep#setSleepStartEvent", "scope": "instance", - "___id": "T000002R030596", + "___id": "T000002R030685", "___s": true }, { @@ -269319,7 +269726,7 @@ "filename": "Sleep.js", "lineno": 121, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Enables or disables the Sleep End event for this body.", @@ -269359,7 +269766,7 @@ "memberof": "Phaser.Physics.Matter.Components.Sleep", "longname": "Phaser.Physics.Matter.Components.Sleep#setSleepEndEvent", "scope": "instance", - "___id": "T000002R030599", + "___id": "T000002R030688", "___s": true }, { @@ -269368,7 +269775,7 @@ "filename": "Static.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Provides methods used for getting and setting the static state of a physics body.", @@ -269378,7 +269785,7 @@ "memberof": "Phaser.Physics.Matter.Components", "longname": "Phaser.Physics.Matter.Components.Static", "scope": "static", - "___id": "T000002R030604", + "___id": "T000002R030693", "___s": true }, { @@ -269387,7 +269794,7 @@ "filename": "Static.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Changes the physics body to be either static `true` or dynamic `false`.", @@ -269427,7 +269834,7 @@ "memberof": "Phaser.Physics.Matter.Components.Static", "longname": "Phaser.Physics.Matter.Components.Static#setStatic", "scope": "instance", - "___id": "T000002R030606", + "___id": "T000002R030695", "___s": true }, { @@ -269436,7 +269843,7 @@ "filename": "Static.js", "lineno": 34, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Returns `true` if the body is static, otherwise `false` for a dynamic body.", @@ -269460,7 +269867,7 @@ "memberof": "Phaser.Physics.Matter.Components.Static", "longname": "Phaser.Physics.Matter.Components.Static#isStatic", "scope": "instance", - "___id": "T000002R030608", + "___id": "T000002R030697", "___s": true }, { @@ -269469,7 +269876,7 @@ "filename": "Transform.js", "lineno": 17, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Provides methods used for getting and setting the position, scale and rotation of a Game Object.", @@ -269479,7 +269886,7 @@ "memberof": "Phaser.Physics.Matter.Components", "longname": "Phaser.Physics.Matter.Components.Transform", "scope": "static", - "___id": "T000002R030616", + "___id": "T000002R030705", "___s": true }, { @@ -269488,7 +269895,7 @@ "filename": "Transform.js", "lineno": 25, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "The x position of this Game Object.", @@ -269507,7 +269914,7 @@ "longname": "Phaser.Physics.Matter.Components.Transform#x", "scope": "instance", "kind": "member", - "___id": "T000002R030618", + "___id": "T000002R030707", "___s": true }, { @@ -269516,7 +269923,7 @@ "filename": "Transform.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "The y position of this Game Object.", @@ -269535,7 +269942,7 @@ "longname": "Phaser.Physics.Matter.Components.Transform#y", "scope": "instance", "kind": "member", - "___id": "T000002R030622", + "___id": "T000002R030711", "___s": true }, { @@ -269544,7 +269951,7 @@ "filename": "Transform.js", "lineno": 71, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "The horizontal scale of this Game Object.", @@ -269563,7 +269970,7 @@ "longname": "Phaser.Physics.Matter.Components.Transform#scaleX", "scope": "instance", "kind": "member", - "___id": "T000002R030626", + "___id": "T000002R030715", "___s": true }, { @@ -269572,7 +269979,7 @@ "filename": "Transform.js", "lineno": 109, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "The vertical scale of this Game Object.", @@ -269591,7 +269998,7 @@ "longname": "Phaser.Physics.Matter.Components.Transform#scaleY", "scope": "instance", "kind": "member", - "___id": "T000002R030635", + "___id": "T000002R030724", "___s": true }, { @@ -269600,7 +270007,7 @@ "filename": "Transform.js", "lineno": 146, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Use `angle` to set or get rotation of the physics body associated to this GameObject.\rUnlike rotation, when using set the value can be in degrees, which will be converted to radians internally.", @@ -269619,7 +270026,7 @@ "longname": "Phaser.Physics.Matter.Components.Transform#angle", "scope": "instance", "kind": "member", - "___id": "T000002R030644", + "___id": "T000002R030733", "___s": true }, { @@ -269628,7 +270035,7 @@ "filename": "Transform.js", "lineno": 168, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Use `rotation` to set or get the rotation of the physics body associated with this GameObject.\rThe value when set must be in radians.", @@ -269647,7 +270054,7 @@ "longname": "Phaser.Physics.Matter.Components.Transform#rotation", "scope": "instance", "kind": "member", - "___id": "T000002R030649", + "___id": "T000002R030738", "___s": true }, { @@ -269656,7 +270063,7 @@ "filename": "Transform.js", "lineno": 192, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Sets the position of the physics body along x and y axes.\rBoth the parameters to this function are optional and if not passed any they default to 0.\rVelocity, angle, force etc. are unchanged.", @@ -269713,7 +270120,7 @@ "memberof": "Phaser.Physics.Matter.Components.Transform", "longname": "Phaser.Physics.Matter.Components.Transform#setPosition", "scope": "instance", - "___id": "T000002R030654", + "___id": "T000002R030743", "___s": true }, { @@ -269722,7 +270129,7 @@ "filename": "Transform.js", "lineno": 217, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Immediately sets the angle of the Body.\rAngular velocity, position, force etc. are unchanged.", @@ -269764,7 +270171,7 @@ "memberof": "Phaser.Physics.Matter.Components.Transform", "longname": "Phaser.Physics.Matter.Components.Transform#setRotation", "scope": "instance", - "___id": "T000002R030658", + "___id": "T000002R030747", "___s": true }, { @@ -269773,7 +270180,7 @@ "filename": "Transform.js", "lineno": 239, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Setting fixed rotation sets the Body inertia to Infinity, which stops it\rfrom being able to rotate when forces are applied to it.", @@ -269798,7 +270205,7 @@ "memberof": "Phaser.Physics.Matter.Components.Transform", "longname": "Phaser.Physics.Matter.Components.Transform#setFixedRotation", "scope": "instance", - "___id": "T000002R030662", + "___id": "T000002R030751", "___s": true }, { @@ -269807,7 +270214,7 @@ "filename": "Transform.js", "lineno": 255, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Immediately sets the angle of the Body.\rAngular velocity, position, force etc. are unchanged.", @@ -269849,7 +270256,7 @@ "memberof": "Phaser.Physics.Matter.Components.Transform", "longname": "Phaser.Physics.Matter.Components.Transform#setAngle", "scope": "instance", - "___id": "T000002R030664", + "___id": "T000002R030753", "___s": true }, { @@ -269858,7 +270265,7 @@ "filename": "Transform.js", "lineno": 277, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Sets the scale of this Game Object.", @@ -269929,7 +270336,7 @@ "memberof": "Phaser.Physics.Matter.Components.Transform", "longname": "Phaser.Physics.Matter.Components.Transform#setScale", "scope": "instance", - "___id": "T000002R030668", + "___id": "T000002R030757", "___s": true }, { @@ -269938,7 +270345,7 @@ "filename": "Velocity.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Contains methods for changing the velocity of a Matter Body. Should be used as a mixin and not called directly.", @@ -269948,7 +270355,7 @@ "memberof": "Phaser.Physics.Matter.Components", "longname": "Phaser.Physics.Matter.Components.Velocity", "scope": "static", - "___id": "T000002R030678", + "___id": "T000002R030767", "___s": true }, { @@ -269957,7 +270364,7 @@ "filename": "Velocity.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Sets the horizontal velocity of the physics body.", @@ -269997,7 +270404,7 @@ "memberof": "Phaser.Physics.Matter.Components.Velocity", "longname": "Phaser.Physics.Matter.Components.Velocity#setVelocityX", "scope": "instance", - "___id": "T000002R030680", + "___id": "T000002R030769", "___s": true }, { @@ -270006,7 +270413,7 @@ "filename": "Velocity.js", "lineno": 36, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Sets vertical velocity of the physics body.", @@ -270046,7 +270453,7 @@ "memberof": "Phaser.Physics.Matter.Components.Velocity", "longname": "Phaser.Physics.Matter.Components.Velocity#setVelocityY", "scope": "instance", - "___id": "T000002R030682", + "___id": "T000002R030771", "___s": true }, { @@ -270055,7 +270462,7 @@ "filename": "Velocity.js", "lineno": 55, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Sets both the horizontal and vertical velocity of the physics body.", @@ -270110,7 +270517,7 @@ "memberof": "Phaser.Physics.Matter.Components.Velocity", "longname": "Phaser.Physics.Matter.Components.Velocity#setVelocity", "scope": "instance", - "___id": "T000002R030684", + "___id": "T000002R030773", "___s": true }, { @@ -270119,7 +270526,7 @@ "filename": "Velocity.js", "lineno": 75, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Gets the current linear velocity of the physics body.", @@ -270143,7 +270550,7 @@ "memberof": "Phaser.Physics.Matter.Components.Velocity", "longname": "Phaser.Physics.Matter.Components.Velocity#getVelocity", "scope": "instance", - "___id": "T000002R030686", + "___id": "T000002R030775", "___s": true }, { @@ -270152,7 +270559,7 @@ "filename": "Velocity.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Sets the angular velocity of the body instantly.\rPosition, angle, force etc. are unchanged.", @@ -270192,7 +270599,7 @@ "memberof": "Phaser.Physics.Matter.Components.Velocity", "longname": "Phaser.Physics.Matter.Components.Velocity#setAngularVelocity", "scope": "instance", - "___id": "T000002R030688", + "___id": "T000002R030777", "___s": true }, { @@ -270201,7 +270608,7 @@ "filename": "Velocity.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Gets the current rotational velocity of the body.", @@ -270225,7 +270632,7 @@ "memberof": "Phaser.Physics.Matter.Components.Velocity", "longname": "Phaser.Physics.Matter.Components.Velocity#getAngularVelocity", "scope": "instance", - "___id": "T000002R030690", + "___id": "T000002R030779", "___s": true }, { @@ -270234,7 +270641,7 @@ "filename": "Velocity.js", "lineno": 119, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Sets the current rotational speed of the body.\rDirection is maintained. Affects body angular velocity.", @@ -270274,7 +270681,7 @@ "memberof": "Phaser.Physics.Matter.Components.Velocity", "longname": "Phaser.Physics.Matter.Components.Velocity#setAngularSpeed", "scope": "instance", - "___id": "T000002R030692", + "___id": "T000002R030781", "___s": true }, { @@ -270283,7 +270690,7 @@ "filename": "Velocity.js", "lineno": 137, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "description": "Gets the current rotational speed of the body.\rEquivalent to the magnitude of its angular velocity.", @@ -270307,7 +270714,7 @@ "memberof": "Phaser.Physics.Matter.Components.Velocity", "longname": "Phaser.Physics.Matter.Components.Velocity#getAngularSpeed", "scope": "instance", - "___id": "T000002R030694", + "___id": "T000002R030783", "___s": true }, { @@ -270316,7 +270723,7 @@ "filename": "CustomMain.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "kind": "namespace", @@ -270324,7 +270731,7 @@ "memberof": "Phaser.Physics.Matter", "longname": "Phaser.Physics.Matter.Matter", "scope": "static", - "___id": "T000002R030697", + "___id": "T000002R030786", "___s": true }, { @@ -270333,7 +270740,7 @@ "filename": "AFTER_ADD_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "kind": "typedef", @@ -270400,7 +270807,7 @@ "memberof": "Phaser.Physics.Matter.Events", "longname": "Phaser.Physics.Matter.Events.AfterAddEvent", "scope": "static", - "___id": "T000002R030728", + "___id": "T000002R030817", "___s": true }, { @@ -270409,7 +270816,7 @@ "filename": "AFTER_ADD_EVENT.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "description": "The Matter Physics After Add Event.\r\rThis event is dispatched by a Matter Physics World instance at the end of the process when a new Body\ror Constraint has just been added to the world.\r\rListen to it from a Scene using: `this.matter.world.on('afteradd', listener)`.", @@ -270443,7 +270850,7 @@ "memberof": "Phaser.Physics.Matter.Events", "longname": "Phaser.Physics.Matter.Events#event:AFTER_ADD", "scope": "instance", - "___id": "T000002R030729", + "___id": "T000002R030818", "___s": true }, { @@ -270452,7 +270859,7 @@ "filename": "AFTER_REMOVE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "kind": "typedef", @@ -270519,7 +270926,7 @@ "memberof": "Phaser.Physics.Matter.Events", "longname": "Phaser.Physics.Matter.Events.AfterRemoveEvent", "scope": "static", - "___id": "T000002R030731", + "___id": "T000002R030820", "___s": true }, { @@ -270528,7 +270935,7 @@ "filename": "AFTER_REMOVE_EVENT.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "description": "The Matter Physics After Remove Event.\r\rThis event is dispatched by a Matter Physics World instance at the end of the process when a\rBody or Constraint was removed from the world.\r\rListen to it from a Scene using: `this.matter.world.on('afterremove', listener)`.", @@ -270562,7 +270969,7 @@ "memberof": "Phaser.Physics.Matter.Events", "longname": "Phaser.Physics.Matter.Events#event:AFTER_REMOVE", "scope": "instance", - "___id": "T000002R030732", + "___id": "T000002R030821", "___s": true }, { @@ -270571,7 +270978,7 @@ "filename": "AFTER_UPDATE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "kind": "typedef", @@ -270629,7 +271036,7 @@ "memberof": "Phaser.Physics.Matter.Events", "longname": "Phaser.Physics.Matter.Events.AfterUpdateEvent", "scope": "static", - "___id": "T000002R030734", + "___id": "T000002R030823", "___s": true }, { @@ -270638,7 +271045,7 @@ "filename": "AFTER_UPDATE_EVENT.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "description": "The Matter Physics After Update Event.\r\rThis event is dispatched by a Matter Physics World instance after the engine has updated and all collision events have resolved.\r\rListen to it from a Scene using: `this.matter.world.on('afterupdate', listener)`.", @@ -270672,7 +271079,7 @@ "memberof": "Phaser.Physics.Matter.Events", "longname": "Phaser.Physics.Matter.Events#event:AFTER_UPDATE", "scope": "instance", - "___id": "T000002R030735", + "___id": "T000002R030824", "___s": true }, { @@ -270681,7 +271088,7 @@ "filename": "BEFORE_ADD_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "kind": "typedef", @@ -270748,7 +271155,7 @@ "memberof": "Phaser.Physics.Matter.Events", "longname": "Phaser.Physics.Matter.Events.BeforeAddEvent", "scope": "static", - "___id": "T000002R030737", + "___id": "T000002R030826", "___s": true }, { @@ -270757,7 +271164,7 @@ "filename": "BEFORE_ADD_EVENT.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "description": "The Matter Physics Before Add Event.\r\rThis event is dispatched by a Matter Physics World instance at the start of the process when a new Body\ror Constraint is being added to the world.\r\rListen to it from a Scene using: `this.matter.world.on('beforeadd', listener)`.", @@ -270791,7 +271198,7 @@ "memberof": "Phaser.Physics.Matter.Events", "longname": "Phaser.Physics.Matter.Events#event:BEFORE_ADD", "scope": "instance", - "___id": "T000002R030738", + "___id": "T000002R030827", "___s": true }, { @@ -270800,7 +271207,7 @@ "filename": "BEFORE_REMOVE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "kind": "typedef", @@ -270867,7 +271274,7 @@ "memberof": "Phaser.Physics.Matter.Events", "longname": "Phaser.Physics.Matter.Events.BeforeRemoveEvent", "scope": "static", - "___id": "T000002R030740", + "___id": "T000002R030829", "___s": true }, { @@ -270876,7 +271283,7 @@ "filename": "BEFORE_REMOVE_EVENT.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "description": "The Matter Physics Before Remove Event.\r\rThis event is dispatched by a Matter Physics World instance at the start of the process when a\rBody or Constraint is being removed from the world.\r\rListen to it from a Scene using: `this.matter.world.on('beforeremove', listener)`.", @@ -270910,7 +271317,7 @@ "memberof": "Phaser.Physics.Matter.Events", "longname": "Phaser.Physics.Matter.Events#event:BEFORE_REMOVE", "scope": "instance", - "___id": "T000002R030741", + "___id": "T000002R030830", "___s": true }, { @@ -270919,7 +271326,7 @@ "filename": "BEFORE_UPDATE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "kind": "typedef", @@ -270977,7 +271384,7 @@ "memberof": "Phaser.Physics.Matter.Events", "longname": "Phaser.Physics.Matter.Events.BeforeUpdateEvent", "scope": "static", - "___id": "T000002R030743", + "___id": "T000002R030832", "___s": true }, { @@ -270986,7 +271393,7 @@ "filename": "BEFORE_UPDATE_EVENT.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "description": "The Matter Physics Before Update Event.\r\rThis event is dispatched by a Matter Physics World instance right before all the collision processing takes place.\r\rListen to it from a Scene using: `this.matter.world.on('beforeupdate', listener)`.", @@ -271020,7 +271427,7 @@ "memberof": "Phaser.Physics.Matter.Events", "longname": "Phaser.Physics.Matter.Events#event:BEFORE_UPDATE", "scope": "instance", - "___id": "T000002R030744", + "___id": "T000002R030833", "___s": true }, { @@ -271029,7 +271436,7 @@ "filename": "COLLISION_ACTIVE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "kind": "typedef", @@ -271109,7 +271516,7 @@ "memberof": "Phaser.Physics.Matter.Events", "longname": "Phaser.Physics.Matter.Events.CollisionActiveEvent", "scope": "static", - "___id": "T000002R030746", + "___id": "T000002R030835", "___s": true }, { @@ -271118,7 +271525,7 @@ "filename": "COLLISION_ACTIVE_EVENT.js", "lineno": 16, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "description": "The Matter Physics Collision Active Event.\r\rThis event is dispatched by a Matter Physics World instance after the engine has updated.\rIt provides a list of all pairs that are colliding in the current tick (if any).\r\rListen to it from a Scene using: `this.matter.world.on('collisionactive', listener)`.", @@ -271178,7 +271585,7 @@ "memberof": "Phaser.Physics.Matter.Events", "longname": "Phaser.Physics.Matter.Events#event:COLLISION_ACTIVE", "scope": "instance", - "___id": "T000002R030747", + "___id": "T000002R030836", "___s": true }, { @@ -271187,7 +271594,7 @@ "filename": "COLLISION_END_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "kind": "typedef", @@ -271267,7 +271674,7 @@ "memberof": "Phaser.Physics.Matter.Events", "longname": "Phaser.Physics.Matter.Events.CollisionEndEvent", "scope": "static", - "___id": "T000002R030749", + "___id": "T000002R030838", "___s": true }, { @@ -271276,7 +271683,7 @@ "filename": "COLLISION_END_EVENT.js", "lineno": 16, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "description": "The Matter Physics Collision End Event.\r\rThis event is dispatched by a Matter Physics World instance after the engine has updated.\rIt provides a list of all pairs that have finished colliding in the current tick (if any).\r\rListen to it from a Scene using: `this.matter.world.on('collisionend', listener)`.", @@ -271336,7 +271743,7 @@ "memberof": "Phaser.Physics.Matter.Events", "longname": "Phaser.Physics.Matter.Events#event:COLLISION_END", "scope": "instance", - "___id": "T000002R030750", + "___id": "T000002R030839", "___s": true }, { @@ -271345,7 +271752,7 @@ "filename": "COLLISION_START_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "kind": "typedef", @@ -271425,7 +271832,7 @@ "memberof": "Phaser.Physics.Matter.Events", "longname": "Phaser.Physics.Matter.Events.CollisionStartEvent", "scope": "static", - "___id": "T000002R030752", + "___id": "T000002R030841", "___s": true }, { @@ -271434,7 +271841,7 @@ "filename": "COLLISION_START_EVENT.js", "lineno": 16, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "description": "The Matter Physics Collision Start Event.\r\rThis event is dispatched by a Matter Physics World instance after the engine has updated.\rIt provides a list of all pairs that have started to collide in the current tick (if any).\r\rListen to it from a Scene using: `this.matter.world.on('collisionstart', listener)`.", @@ -271494,7 +271901,7 @@ "memberof": "Phaser.Physics.Matter.Events", "longname": "Phaser.Physics.Matter.Events#event:COLLISION_START", "scope": "instance", - "___id": "T000002R030753", + "___id": "T000002R030842", "___s": true }, { @@ -271503,7 +271910,7 @@ "filename": "DRAG_END_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "description": "The Matter Physics Drag End Event.\r\rThis event is dispatched by a Matter Physics World instance when a Pointer Constraint\rstops dragging a body.\r\rListen to it from a Scene using: `this.matter.world.on('dragend', listener)`.", @@ -271550,7 +271957,7 @@ "memberof": "Phaser.Physics.Matter.Events", "longname": "Phaser.Physics.Matter.Events#event:DRAG_END", "scope": "instance", - "___id": "T000002R030755", + "___id": "T000002R030844", "___s": true }, { @@ -271559,7 +271966,7 @@ "filename": "DRAG_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "description": "The Matter Physics Drag Event.\r\rThis event is dispatched by a Matter Physics World instance when a Pointer Constraint\ris actively dragging a body. It is emitted each time the pointer moves.\r\rListen to it from a Scene using: `this.matter.world.on('drag', listener)`.", @@ -271606,7 +272013,7 @@ "memberof": "Phaser.Physics.Matter.Events", "longname": "Phaser.Physics.Matter.Events#event:DRAG", "scope": "instance", - "___id": "T000002R030757", + "___id": "T000002R030846", "___s": true }, { @@ -271615,7 +272022,7 @@ "filename": "DRAG_START_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "description": "The Matter Physics Drag Start Event.\r\rThis event is dispatched by a Matter Physics World instance when a Pointer Constraint\rstarts dragging a body.\r\rListen to it from a Scene using: `this.matter.world.on('dragstart', listener)`.", @@ -271675,7 +272082,7 @@ "memberof": "Phaser.Physics.Matter.Events", "longname": "Phaser.Physics.Matter.Events#event:DRAG_START", "scope": "instance", - "___id": "T000002R030759", + "___id": "T000002R030848", "___s": true }, { @@ -271684,7 +272091,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "kind": "namespace", @@ -271692,7 +272099,7 @@ "memberof": "Phaser.Physics.Matter", "longname": "Phaser.Physics.Matter.Events", "scope": "static", - "___id": "T000002R030761", + "___id": "T000002R030850", "___s": true }, { @@ -271701,7 +272108,7 @@ "filename": "PAUSE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "description": "The Matter Physics World Pause Event.\r\rThis event is dispatched by an Matter Physics World instance when it is paused.\r\rListen to it from a Scene using: `this.matter.world.on('pause', listener)`.", @@ -271720,7 +272127,7 @@ "memberof": "Phaser.Physics.Matter.Events", "longname": "Phaser.Physics.Matter.Events#event:PAUSE", "scope": "instance", - "___id": "T000002R030779", + "___id": "T000002R030868", "___s": true }, { @@ -271729,7 +272136,7 @@ "filename": "RESUME_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "description": "The Matter Physics World Resume Event.\r\rThis event is dispatched by an Matter Physics World instance when it resumes from a paused state.\r\rListen to it from a Scene using: `this.matter.world.on('resume', listener)`.", @@ -271748,7 +272155,7 @@ "memberof": "Phaser.Physics.Matter.Events", "longname": "Phaser.Physics.Matter.Events#event:RESUME", "scope": "instance", - "___id": "T000002R030781", + "___id": "T000002R030870", "___s": true }, { @@ -271757,7 +272164,7 @@ "filename": "SLEEP_END_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "kind": "typedef", @@ -271802,7 +272209,7 @@ "memberof": "Phaser.Physics.Matter.Events", "longname": "Phaser.Physics.Matter.Events.SleepEndEvent", "scope": "static", - "___id": "T000002R030783", + "___id": "T000002R030872", "___s": true }, { @@ -271811,7 +272218,7 @@ "filename": "SLEEP_END_EVENT.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "description": "The Matter Physics Sleep End Event.\r\rThis event is dispatched by a Matter Physics World instance when a Body stop sleeping.\r\rListen to it from a Scene using: `this.matter.world.on('sleepend', listener)`.", @@ -271858,7 +272265,7 @@ "memberof": "Phaser.Physics.Matter.Events", "longname": "Phaser.Physics.Matter.Events#event:SLEEP_END", "scope": "instance", - "___id": "T000002R030784", + "___id": "T000002R030873", "___s": true }, { @@ -271867,7 +272274,7 @@ "filename": "SLEEP_START_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "kind": "typedef", @@ -271912,7 +272319,7 @@ "memberof": "Phaser.Physics.Matter.Events", "longname": "Phaser.Physics.Matter.Events.SleepStartEvent", "scope": "static", - "___id": "T000002R030786", + "___id": "T000002R030875", "___s": true }, { @@ -271921,7 +272328,7 @@ "filename": "SLEEP_START_EVENT.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\events", "code": {} }, "description": "The Matter Physics Sleep Start Event.\r\rThis event is dispatched by a Matter Physics World instance when a Body goes to sleep.\r\rListen to it from a Scene using: `this.matter.world.on('sleepstart', listener)`.", @@ -271968,7 +272375,7 @@ "memberof": "Phaser.Physics.Matter.Events", "longname": "Phaser.Physics.Matter.Events#event:SLEEP_START", "scope": "instance", - "___id": "T000002R030787", + "___id": "T000002R030876", "___s": true }, { @@ -271977,7 +272384,7 @@ "filename": "Factory.js", "lineno": 21, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "classdesc": "The Matter Factory is responsible for quickly creating a variety of different types of\rbodies, constraints and Game Objects and adding them into the physics world.\r\rYou access the factory from within a Scene using `add`:\r\r```javascript\rthis.matter.add.rectangle(x, y, width, height);\r```\r\rUse of the Factory is optional. All of the objects it creates can also be created\rdirectly via your own code or constructors. It is provided as a means to keep your\rcode concise.", @@ -272002,7 +272409,7 @@ ], "scope": "static", "longname": "Phaser.Physics.Matter.Factory", - "___id": "T000002R030802", + "___id": "T000002R030891", "___s": true }, { @@ -272011,7 +272418,7 @@ "filename": "Factory.js", "lineno": 49, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "The Matter World which this Factory adds to.", @@ -272030,7 +272437,7 @@ "longname": "Phaser.Physics.Matter.Factory#world", "scope": "instance", "kind": "member", - "___id": "T000002R030805", + "___id": "T000002R030894", "___s": true }, { @@ -272039,7 +272446,7 @@ "filename": "Factory.js", "lineno": 58, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "The Scene which this Factory's Matter World belongs to.", @@ -272058,7 +272465,7 @@ "longname": "Phaser.Physics.Matter.Factory#scene", "scope": "instance", "kind": "member", - "___id": "T000002R030807", + "___id": "T000002R030896", "___s": true }, { @@ -272067,7 +272474,7 @@ "filename": "Factory.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A reference to the Scene.Systems this Matter Physics instance belongs to.", @@ -272086,7 +272493,7 @@ "longname": "Phaser.Physics.Matter.Factory#sys", "scope": "instance", "kind": "member", - "___id": "T000002R030809", + "___id": "T000002R030898", "___s": true }, { @@ -272095,7 +272502,7 @@ "filename": "Factory.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Creates a new rigid rectangular Body and adds it to the World.", @@ -272187,7 +272594,7 @@ "memberof": "Phaser.Physics.Matter.Factory", "longname": "Phaser.Physics.Matter.Factory#rectangle", "scope": "instance", - "___id": "T000002R030811", + "___id": "T000002R030900", "___s": true }, { @@ -272196,7 +272603,7 @@ "filename": "Factory.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Creates a new rigid trapezoidal Body and adds it to the World.", @@ -272301,7 +272708,7 @@ "memberof": "Phaser.Physics.Matter.Factory", "longname": "Phaser.Physics.Matter.Factory#trapezoid", "scope": "instance", - "___id": "T000002R030814", + "___id": "T000002R030903", "___s": true }, { @@ -272310,7 +272717,7 @@ "filename": "Factory.js", "lineno": 124, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Creates a new rigid circular Body and adds it to the World.", @@ -272403,7 +272810,7 @@ "memberof": "Phaser.Physics.Matter.Factory", "longname": "Phaser.Physics.Matter.Factory#circle", "scope": "instance", - "___id": "T000002R030817", + "___id": "T000002R030906", "___s": true }, { @@ -272412,7 +272819,7 @@ "filename": "Factory.js", "lineno": 147, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Creates a new rigid polygonal Body and adds it to the World.", @@ -272504,7 +272911,7 @@ "memberof": "Phaser.Physics.Matter.Factory", "longname": "Phaser.Physics.Matter.Factory#polygon", "scope": "instance", - "___id": "T000002R030820", + "___id": "T000002R030909", "___s": true }, { @@ -272513,7 +272920,7 @@ "filename": "Factory.js", "lineno": 170, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Creates a body using the supplied vertices (or an array containing multiple sets of vertices) and adds it to the World.\rIf the vertices are convex, they will pass through as supplied. Otherwise, if the vertices are concave, they will be decomposed. Note that this process is not guaranteed to support complex sets of vertices, e.g. ones with holes.", @@ -272647,7 +273054,7 @@ "memberof": "Phaser.Physics.Matter.Factory", "longname": "Phaser.Physics.Matter.Factory#fromVertices", "scope": "instance", - "___id": "T000002R030823", + "___id": "T000002R030912", "___s": true }, { @@ -272656,7 +273063,7 @@ "filename": "Factory.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Creates a body using data exported from the application PhysicsEditor (https://www.codeandweb.com/physicseditor)\r\rThe PhysicsEditor file should be loaded as JSON:\r\r```javascript\rpreload ()\r{\r this.load.json('vehicles', 'assets/vehicles.json);\r}\r\rcreate ()\r{\r const vehicleShapes = this.cache.json.get('vehicles');\r this.matter.add.fromPhysicsEditor(400, 300, vehicleShapes.truck);\r}\r```\r\rDo not pass the entire JSON file to this method, but instead pass one of the shapes contained within it.\r\rIf you pas in an `options` object, any settings in there will override those in the PhysicsEditor config object.", @@ -272750,7 +273157,7 @@ "memberof": "Phaser.Physics.Matter.Factory", "longname": "Phaser.Physics.Matter.Factory#fromPhysicsEditor", "scope": "instance", - "___id": "T000002R030827", + "___id": "T000002R030916", "___s": true }, { @@ -272759,7 +273166,7 @@ "filename": "Factory.js", "lineno": 248, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Creates a body using the path data from an SVG file.\r\rSVG Parsing requires the pathseg polyfill from https://github.com/progers/pathseg\r\rThe SVG file should be loaded as XML, as this method requires the ability to extract\rthe path data from it. I.e.:\r\r```javascript\rpreload ()\r{\r this.load.xml('face', 'assets/face.svg);\r}\r\rcreate ()\r{\r this.matter.add.fromSVG(400, 300, this.cache.xml.get('face'));\r}\r```", @@ -272868,7 +273275,7 @@ "memberof": "Phaser.Physics.Matter.Factory", "longname": "Phaser.Physics.Matter.Factory#fromSVG", "scope": "instance", - "___id": "T000002R030831", + "___id": "T000002R030920", "___s": true }, { @@ -272877,7 +273284,7 @@ "filename": "Factory.js", "lineno": 311, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Creates a body using the supplied physics data, as provided by a JSON file.\r\rThe data file should be loaded as JSON:\r\r```javascript\rpreload ()\r{\r this.load.json('ninjas', 'assets/ninjas.json);\r}\r\rcreate ()\r{\r const ninjaShapes = this.cache.json.get('ninjas');\r\r this.matter.add.fromJSON(400, 300, ninjaShapes.shinobi);\r}\r```\r\rDo not pass the entire JSON file to this method, but instead pass one of the shapes contained within it.\r\rIf you pas in an `options` object, any settings in there will override those in the config object.\r\rThe structure of the JSON file is as follows:\r\r```text\r{\r 'generator_info': // The name of the application that created the JSON data\r 'shapeName': {\r 'type': // The type of body\r 'label': // Optional body label\r 'vertices': // An array, or an array of arrays, containing the vertex data in x/y object pairs\r }\r}\r```\r\rAt the time of writing, only the Phaser Physics Tracer App exports in this format.", @@ -272971,7 +273378,7 @@ "memberof": "Phaser.Physics.Matter.Factory", "longname": "Phaser.Physics.Matter.Factory#fromJSON", "scope": "instance", - "___id": "T000002R030841", + "___id": "T000002R030930", "___s": true }, { @@ -272980,7 +273387,7 @@ "filename": "Factory.js", "lineno": 375, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Create a new composite containing Matter Image objects created in a grid arrangement.\rThis function uses the body bounds to prevent overlaps.", @@ -273138,7 +273545,7 @@ "memberof": "Phaser.Physics.Matter.Factory", "longname": "Phaser.Physics.Matter.Factory#imageStack", "scope": "instance", - "___id": "T000002R030846", + "___id": "T000002R030935", "___s": true }, { @@ -273147,7 +273554,7 @@ "filename": "Factory.js", "lineno": 419, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Create a new composite containing bodies created in the callback in a grid arrangement.\r\rThis function uses the body bounds to prevent overlaps.", @@ -273264,7 +273671,7 @@ "memberof": "Phaser.Physics.Matter.Factory", "longname": "Phaser.Physics.Matter.Factory#stack", "scope": "instance", - "___id": "T000002R030856", + "___id": "T000002R030945", "___s": true }, { @@ -273273,7 +273680,7 @@ "filename": "Factory.js", "lineno": 446, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Create a new composite containing bodies created in the callback in a pyramid arrangement.\rThis function uses the body bounds to prevent overlaps.", @@ -273390,7 +273797,7 @@ "memberof": "Phaser.Physics.Matter.Factory", "longname": "Phaser.Physics.Matter.Factory#pyramid", "scope": "instance", - "___id": "T000002R030859", + "___id": "T000002R030948", "___s": true }, { @@ -273399,7 +273806,7 @@ "filename": "Factory.js", "lineno": 472, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Chains all bodies in the given composite together using constraints.", @@ -273504,7 +273911,7 @@ "memberof": "Phaser.Physics.Matter.Factory", "longname": "Phaser.Physics.Matter.Factory#chain", "scope": "instance", - "___id": "T000002R030862", + "___id": "T000002R030951", "___s": true }, { @@ -273513,7 +273920,7 @@ "filename": "Factory.js", "lineno": 492, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Connects bodies in the composite with constraints in a grid pattern, with optional cross braces.", @@ -273605,7 +274012,7 @@ "memberof": "Phaser.Physics.Matter.Factory", "longname": "Phaser.Physics.Matter.Factory#mesh", "scope": "instance", - "___id": "T000002R030864", + "___id": "T000002R030953", "___s": true }, { @@ -273614,7 +274021,7 @@ "filename": "Factory.js", "lineno": 511, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Creates a composite with a Newton's Cradle setup of bodies and constraints.", @@ -273705,7 +274112,7 @@ "memberof": "Phaser.Physics.Matter.Factory", "longname": "Phaser.Physics.Matter.Factory#newtonsCradle", "scope": "instance", - "___id": "T000002R030866", + "___id": "T000002R030955", "___s": true }, { @@ -273714,7 +274121,7 @@ "filename": "Factory.js", "lineno": 534, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Creates a composite with simple car setup of bodies and constraints.", @@ -273805,7 +274212,7 @@ "memberof": "Phaser.Physics.Matter.Factory", "longname": "Phaser.Physics.Matter.Factory#car", "scope": "instance", - "___id": "T000002R030869", + "___id": "T000002R030958", "___s": true }, { @@ -273814,7 +274221,7 @@ "filename": "Factory.js", "lineno": 557, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Creates a simple soft body like object.", @@ -273972,7 +274379,7 @@ "memberof": "Phaser.Physics.Matter.Factory", "longname": "Phaser.Physics.Matter.Factory#softBody", "scope": "instance", - "___id": "T000002R030872", + "___id": "T000002R030961", "___s": true }, { @@ -273981,7 +274388,7 @@ "filename": "Factory.js", "lineno": 585, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "This method is an alias for `Factory.constraint`.\r\rConstraints (or joints) are used for specifying that a fixed distance must be maintained\rbetween two bodies, or a body and a fixed world-space position.\r\rThe stiffness of constraints can be modified to create springs or elastic.\r\rTo simulate a revolute constraint (or pin joint) set `length: 0` and a high `stiffness`\rvalue (e.g. `0.7` or above).\r\rIf the constraint is unstable, try lowering the `stiffness` value and / or increasing\r`constraintIterations` within the Matter Config.\r\rFor compound bodies, constraints must be applied to the parent body and not one of its parts.", @@ -274076,7 +274483,7 @@ "memberof": "Phaser.Physics.Matter.Factory", "longname": "Phaser.Physics.Matter.Factory#joint", "scope": "instance", - "___id": "T000002R030875", + "___id": "T000002R030964", "___s": true }, { @@ -274085,7 +274492,7 @@ "filename": "Factory.js", "lineno": 617, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "This method is an alias for `Factory.constraint`.\r\rConstraints (or joints) are used for specifying that a fixed distance must be maintained\rbetween two bodies, or a body and a fixed world-space position.\r\rThe stiffness of constraints can be modified to create springs or elastic.\r\rTo simulate a revolute constraint (or pin joint) set `length: 0` and a high `stiffness`\rvalue (e.g. `0.7` or above).\r\rIf the constraint is unstable, try lowering the `stiffness` value and / or increasing\r`constraintIterations` within the Matter Config.\r\rFor compound bodies, constraints must be applied to the parent body and not one of its parts.", @@ -274180,7 +274587,7 @@ "memberof": "Phaser.Physics.Matter.Factory", "longname": "Phaser.Physics.Matter.Factory#spring", "scope": "instance", - "___id": "T000002R030877", + "___id": "T000002R030966", "___s": true }, { @@ -274189,7 +274596,7 @@ "filename": "Factory.js", "lineno": 649, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Constraints (or joints) are used for specifying that a fixed distance must be maintained\rbetween two bodies, or a body and a fixed world-space position.\r\rThe stiffness of constraints can be modified to create springs or elastic.\r\rTo simulate a revolute constraint (or pin joint) set `length: 0` and a high `stiffness`\rvalue (e.g. `0.7` or above).\r\rIf the constraint is unstable, try lowering the `stiffness` value and / or increasing\r`constraintIterations` within the Matter Config.\r\rFor compound bodies, constraints must be applied to the parent body and not one of its parts.", @@ -274284,7 +274691,7 @@ "memberof": "Phaser.Physics.Matter.Factory", "longname": "Phaser.Physics.Matter.Factory#constraint", "scope": "instance", - "___id": "T000002R030879", + "___id": "T000002R030968", "___s": true }, { @@ -274293,7 +274700,7 @@ "filename": "Factory.js", "lineno": 696, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Constraints (or joints) are used for specifying that a fixed distance must be maintained\rbetween two bodies, or a body and a fixed world-space position.\r\rA world constraint has only one body, you should specify a `pointA` position in\rthe constraint options parameter to attach the constraint to the world.\r\rThe stiffness of constraints can be modified to create springs or elastic.\r\rTo simulate a revolute constraint (or pin joint) set `length: 0` and a high `stiffness`\rvalue (e.g. `0.7` or above).\r\rIf the constraint is unstable, try lowering the `stiffness` value and / or increasing\r`constraintIterations` within the Matter Config.\r\rFor compound bodies, constraints must be applied to the parent body and not one of its parts.", @@ -274375,7 +274782,7 @@ "memberof": "Phaser.Physics.Matter.Factory", "longname": "Phaser.Physics.Matter.Factory#worldConstraint", "scope": "instance", - "___id": "T000002R030888", + "___id": "T000002R030977", "___s": true }, { @@ -274384,7 +274791,7 @@ "filename": "Factory.js", "lineno": 744, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "This method is an alias for `Factory.pointerConstraint`.\r\rA Pointer Constraint is a special type of constraint that allows you to click\rand drag bodies in a Matter World. It monitors the active Pointers in a Scene,\rand when one is pressed down it checks to see if that hit any part of any active\rbody in the world. If it did, and the body has input enabled, it will begin to\rdrag it until either released, or you stop it via the `stopDrag` method.\r\rYou can adjust the stiffness, length and other properties of the constraint via\rthe `options` object on creation.", @@ -274424,7 +274831,7 @@ "memberof": "Phaser.Physics.Matter.Factory", "longname": "Phaser.Physics.Matter.Factory#mouseSpring", "scope": "instance", - "___id": "T000002R030896", + "___id": "T000002R030985", "___s": true }, { @@ -274433,7 +274840,7 @@ "filename": "Factory.js", "lineno": 768, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A Pointer Constraint is a special type of constraint that allows you to click\rand drag bodies in a Matter World. It monitors the active Pointers in a Scene,\rand when one is pressed down it checks to see if that hit any part of any active\rbody in the world. If it did, and the body has input enabled, it will begin to\rdrag it until either released, or you stop it via the `stopDrag` method.\r\rYou can adjust the stiffness, length and other properties of the constraint via\rthe `options` object on creation.", @@ -274473,7 +274880,7 @@ "memberof": "Phaser.Physics.Matter.Factory", "longname": "Phaser.Physics.Matter.Factory#pointerConstraint", "scope": "instance", - "___id": "T000002R030898", + "___id": "T000002R030987", "___s": true }, { @@ -274482,7 +274889,7 @@ "filename": "Factory.js", "lineno": 801, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Creates a Matter Physics Image Game Object.\r\rAn Image is a light-weight Game Object useful for the display of static images in your game,\rsuch as logos, backgrounds, scenery or other non-animated elements. Images can have input\revents and physics bodies, or be tweened, tinted or scrolled. The main difference between an\rImage and a Sprite is that you cannot animate an Image as they do not have the Animation component.", @@ -274585,7 +274992,7 @@ "memberof": "Phaser.Physics.Matter.Factory", "longname": "Phaser.Physics.Matter.Factory#image", "scope": "instance", - "___id": "T000002R030904", + "___id": "T000002R030993", "___s": true }, { @@ -274594,7 +275001,7 @@ "filename": "Factory.js", "lineno": 829, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Creates a wrapper around a Tile that provides access to a corresponding Matter body. A tile can only\rhave one Matter body associated with it. You can either pass in an existing Matter body for\rthe tile or allow the constructor to create the corresponding body for you. If the Tile has a\rcollision group (defined in Tiled), those shapes will be used to create the body. If not, the\rtile's rectangle bounding box will be used.\r\rThe corresponding body will be accessible on the Tile itself via Tile.physics.matterBody.\r\rNote: not all Tiled collision shapes are supported. See\rPhaser.Physics.Matter.TileBody#setFromTileCollision for more information.", @@ -274647,7 +275054,7 @@ "memberof": "Phaser.Physics.Matter.Factory", "longname": "Phaser.Physics.Matter.Factory#tileBody", "scope": "instance", - "___id": "T000002R030907", + "___id": "T000002R030996", "___s": true }, { @@ -274656,7 +275063,7 @@ "filename": "Factory.js", "lineno": 854, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Creates a Matter Physics Sprite Game Object.\r\rA Sprite Game Object is used for the display of both static and animated images in your game.\rSprites can have input events and physics bodies. They can also be tweened, tinted, scrolled\rand animated.\r\rThe main difference between a Sprite and an Image Game Object is that you cannot animate Images.\rAs such, Sprites take a fraction longer to process and have a larger API footprint due to the Animation\rComponent. If you do not require animation then you can safely use Images to replace Sprites in all cases.", @@ -274759,7 +275166,7 @@ "memberof": "Phaser.Physics.Matter.Factory", "longname": "Phaser.Physics.Matter.Factory#sprite", "scope": "instance", - "___id": "T000002R030909", + "___id": "T000002R030998", "___s": true }, { @@ -274768,7 +275175,7 @@ "filename": "Factory.js", "lineno": 886, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Takes an existing Game Object and injects all of the Matter Components into it.\r\rThis enables you to use component methods such as `setVelocity` or `isSensor` directly from\rthis Game Object.\r\rYou can also pass in either a Matter Body Configuration object, or a Matter Body instance\rto link with this Game Object.", @@ -274861,7 +275268,7 @@ "memberof": "Phaser.Physics.Matter.Factory", "longname": "Phaser.Physics.Matter.Factory#gameObject", "scope": "instance", - "___id": "T000002R030912", + "___id": "T000002R031001", "___s": true }, { @@ -274870,7 +275277,7 @@ "filename": "Factory.js", "lineno": 909, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Destroys this Factory.", @@ -274880,7 +275287,7 @@ "memberof": "Phaser.Physics.Matter.Factory", "longname": "Phaser.Physics.Matter.Factory#destroy", "scope": "instance", - "___id": "T000002R030914", + "___id": "T000002R031003", "___s": true }, { @@ -274889,7 +275296,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "kind": "namespace", @@ -274897,7 +275304,7 @@ "memberof": "Phaser.Physics", "longname": "Phaser.Physics.Matter", "scope": "static", - "___id": "T000002R030920", + "___id": "T000002R031009", "___s": true }, { @@ -274906,7 +275313,7 @@ "filename": "MatterGameObject.js", "lineno": 26, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A Matter Game Object is a generic object that allows you to combine any Phaser Game Object,\rincluding those you have extended or created yourself, with all of the Matter Components.\r\rThis enables you to use component methods such as `setVelocity` or `isSensor` directly from\rthis Game Object.", @@ -274997,7 +275404,7 @@ "memberof": "Phaser.Physics.Matter", "longname": "Phaser.Physics.Matter.MatterGameObject", "scope": "static", - "___id": "T000002R030942", + "___id": "T000002R031031", "___s": true }, { @@ -275006,7 +275413,7 @@ "filename": "MatterImage.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "classdesc": "A Matter Physics Image Game Object.\r\rAn Image is a light-weight Game Object useful for the display of static images in your game,\rsuch as logos, backgrounds, scenery or other non-animated elements. Images can have input\revents and physics bodies, or be tweened, tinted or scrolled. The main difference between an\rImage and a Sprite is that you cannot animate an Image as they do not have the Animation component.", @@ -275148,7 +275555,7 @@ ], "scope": "static", "longname": "Phaser.Physics.Matter.Image", - "___id": "T000002R030971", + "___id": "T000002R031060", "___s": true }, { @@ -275157,7 +275564,7 @@ "filename": "MatterImage.js", "lineno": 105, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A reference to the Matter.World instance that this body belongs to.", @@ -275176,16 +275583,16 @@ "longname": "Phaser.Physics.Matter.Image#world", "scope": "instance", "kind": "member", - "___id": "T000002R030978", + "___id": "T000002R031067", "___s": true }, { "comment": "/**\r\n * @classdesc\r\n * The Phaser Matter plugin provides the ability to use the Matter JS Physics Engine within your Phaser games.\r\n *\r\n * Unlike Arcade Physics, the other physics system provided with Phaser, Matter JS is a full-body physics system.\r\n * It features:\r\n *\r\n * * Rigid bodies\r\n * * Compound bodies\r\n * * Composite bodies\r\n * * Concave and convex hulls\r\n * * Physical properties (mass, area, density etc.)\r\n * * Restitution (elastic and inelastic collisions)\r\n * * Collisions (broad-phase, mid-phase and narrow-phase)\r\n * * Stable stacking and resting\r\n * * Conservation of momentum\r\n * * Friction and resistance\r\n * * Constraints\r\n * * Gravity\r\n * * Sleeping and static bodies\r\n * * Rounded corners (chamfering)\r\n * * Views (translate, zoom)\r\n * * Collision queries (raycasting, region tests)\r\n * * Time scaling (slow-mo, speed-up)\r\n *\r\n * Configuration of Matter is handled via the Matter World Config object, which can be passed in either the\r\n * Phaser Game Config, or Phaser Scene Config. Here is a basic example:\r\n *\r\n * ```js\r\n * physics: {\r\n * default: 'matter',\r\n * matter: {\r\n * enableSleeping: true,\r\n * gravity: {\r\n * y: 0\r\n * },\r\n * debug: {\r\n * showBody: true,\r\n * showStaticBody: true\r\n * }\r\n * }\r\n * }\r\n * ```\r\n *\r\n * This class acts as an interface between a Phaser Scene and a single instance of the Matter Engine.\r\n *\r\n * Use it to access the most common Matter features and helper functions.\r\n *\r\n * You can find details, documentation and examples on the Matter JS website: https://brm.io/matter-js/\r\n *\r\n * @class MatterPhysics\r\n * @memberof Phaser.Physics.Matter\r\n * @constructor\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Scene} scene - The Phaser Scene that owns this Matter Physics instance.\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 43, + "lineno": 40, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "classdesc": "The Phaser Matter plugin provides the ability to use the Matter JS Physics Engine within your Phaser games.\r\rUnlike Arcade Physics, the other physics system provided with Phaser, Matter JS is a full-body physics system.\rIt features:\r\r* Rigid bodies\r* Compound bodies\r* Composite bodies\r* Concave and convex hulls\r* Physical properties (mass, area, density etc.)\r* Restitution (elastic and inelastic collisions)\r* Collisions (broad-phase, mid-phase and narrow-phase)\r* Stable stacking and resting\r* Conservation of momentum\r* Friction and resistance\r* Constraints\r* Gravity\r* Sleeping and static bodies\r* Rounded corners (chamfering)\r* Views (translate, zoom)\r* Collision queries (raycasting, region tests)\r* Time scaling (slow-mo, speed-up)\r\rConfiguration of Matter is handled via the Matter World Config object, which can be passed in either the\rPhaser Game Config, or Phaser Scene Config. Here is a basic example:\r\r```js\rphysics: {\r default: 'matter',\r matter: {\r enableSleeping: true,\r gravity: {\r y: 0\r },\r debug: {\r showBody: true,\r showStaticBody: true\r }\r }\r}\r```\r\rThis class acts as an interface between a Phaser Scene and a single instance of the Matter Engine.\r\rUse it to access the most common Matter features and helper functions.\r\rYou can find details, documentation and examples on the Matter JS website: https://brm.io/matter-js/", @@ -275210,16 +275617,16 @@ ], "scope": "static", "longname": "Phaser.Physics.Matter.MatterPhysics", - "___id": "T000002R031017", + "___id": "T000002R031103", "___s": true }, { "comment": "/**\r\n * The Phaser Scene that owns this Matter Physics instance\r\n *\r\n * @name Phaser.Physics.Matter.MatterPhysics#scene\r\n * @type {Phaser.Scene}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 106, + "lineno": 103, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "The Phaser Scene that owns this Matter Physics instance", @@ -275238,16 +275645,16 @@ "longname": "Phaser.Physics.Matter.MatterPhysics#scene", "scope": "instance", "kind": "member", - "___id": "T000002R031020", + "___id": "T000002R031106", "___s": true }, { "comment": "/**\r\n * A reference to the Scene Systems that belong to the Scene owning this Matter Physics instance.\r\n *\r\n * @name Phaser.Physics.Matter.MatterPhysics#systems\r\n * @type {Phaser.Scenes.Systems}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 115, + "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A reference to the Scene Systems that belong to the Scene owning this Matter Physics instance.", @@ -275266,16 +275673,16 @@ "longname": "Phaser.Physics.Matter.MatterPhysics#systems", "scope": "instance", "kind": "member", - "___id": "T000002R031022", + "___id": "T000002R031108", "___s": true }, { "comment": "/**\r\n * The parsed Matter Configuration object.\r\n *\r\n * @name Phaser.Physics.Matter.MatterPhysics#config\r\n * @type {Phaser.Types.Physics.Matter.MatterWorldConfig}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 124, + "lineno": 121, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "The parsed Matter Configuration object.", @@ -275294,16 +275701,16 @@ "longname": "Phaser.Physics.Matter.MatterPhysics#config", "scope": "instance", "kind": "member", - "___id": "T000002R031024", + "___id": "T000002R031110", "___s": true }, { "comment": "/**\r\n * An instance of the Matter World class. This class is responsible for the updating of the\r\n * Matter Physics world, as well as handling debug drawing functions.\r\n *\r\n * @name Phaser.Physics.Matter.MatterPhysics#world\r\n * @type {Phaser.Physics.Matter.World}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 133, + "lineno": 130, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "An instance of the Matter World class. This class is responsible for the updating of the\rMatter Physics world, as well as handling debug drawing functions.", @@ -275322,16 +275729,16 @@ "longname": "Phaser.Physics.Matter.MatterPhysics#world", "scope": "instance", "kind": "member", - "___id": "T000002R031026", + "___id": "T000002R031112", "___s": true }, { "comment": "/**\r\n * An instance of the Matter Factory. This class provides lots of functions for creating a\r\n * wide variety of physics objects and adds them automatically to the Matter World.\r\n *\r\n * You can use this class to cut-down on the amount of code required in your game, however,\r\n * use of the Factory is entirely optional and should be seen as a development aid. It's\r\n * perfectly possible to create and add components to the Matter world without using it.\r\n *\r\n * @name Phaser.Physics.Matter.MatterPhysics#add\r\n * @type {Phaser.Physics.Matter.Factory}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 143, + "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "An instance of the Matter Factory. This class provides lots of functions for creating a\rwide variety of physics objects and adds them automatically to the Matter World.\r\rYou can use this class to cut-down on the amount of code required in your game, however,\ruse of the Factory is entirely optional and should be seen as a development aid. It's\rperfectly possible to create and add components to the Matter world without using it.", @@ -275350,16 +275757,16 @@ "longname": "Phaser.Physics.Matter.MatterPhysics#add", "scope": "instance", "kind": "member", - "___id": "T000002R031028", + "___id": "T000002R031114", "___s": true }, { "comment": "/**\r\n * An instance of the Body Bounds class. This class contains functions used for getting the\r\n * world position from various points around the bounds of a physics body.\r\n *\r\n * @name Phaser.Physics.Matter.MatterPhysics#bodyBounds\r\n * @type {Phaser.Physics.Matter.BodyBounds}\r\n * @since 3.22.0\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 157, + "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "An instance of the Body Bounds class. This class contains functions used for getting the\rworld position from various points around the bounds of a physics body.", @@ -275378,16 +275785,16 @@ "longname": "Phaser.Physics.Matter.MatterPhysics#bodyBounds", "scope": "instance", "kind": "member", - "___id": "T000002R031030", + "___id": "T000002R031116", "___s": true }, { "comment": "/**\r\n * A reference to the `Matter.Body` module.\r\n *\r\n * The `Matter.Body` module contains methods for creating and manipulating body models.\r\n * A `Matter.Body` is a rigid body that can be simulated by a `Matter.Engine`.\r\n * Factories for commonly used body configurations (such as rectangles, circles and other polygons) can be found in the `Bodies` module.\r\n *\r\n * @name Phaser.Physics.Matter.MatterPhysics#body\r\n * @type {MatterJS.BodyFactory}\r\n * @since 3.18.0\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 169, + "lineno": 166, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A reference to the `Matter.Body` module.\r\rThe `Matter.Body` module contains methods for creating and manipulating body models.\rA `Matter.Body` is a rigid body that can be simulated by a `Matter.Engine`.\rFactories for commonly used body configurations (such as rectangles, circles and other polygons) can be found in the `Bodies` module.", @@ -275406,16 +275813,16 @@ "longname": "Phaser.Physics.Matter.MatterPhysics#body", "scope": "instance", "kind": "member", - "___id": "T000002R031032", + "___id": "T000002R031118", "___s": true }, { "comment": "/**\r\n * A reference to the `Matter.Composite` module.\r\n *\r\n * The `Matter.Composite` module contains methods for creating and manipulating composite bodies.\r\n * A composite body is a collection of `Matter.Body`, `Matter.Constraint` and other `Matter.Composite`, therefore composites form a tree structure.\r\n * It is important to use the functions in this module to modify composites, rather than directly modifying their properties.\r\n * Note that the `Matter.World` object is also a type of `Matter.Composite` and as such all composite methods here can also operate on a `Matter.World`.\r\n *\r\n * @name Phaser.Physics.Matter.MatterPhysics#composite\r\n * @type {MatterJS.CompositeFactory}\r\n * @since 3.22.0\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 182, + "lineno": 179, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A reference to the `Matter.Composite` module.\r\rThe `Matter.Composite` module contains methods for creating and manipulating composite bodies.\rA composite body is a collection of `Matter.Body`, `Matter.Constraint` and other `Matter.Composite`, therefore composites form a tree structure.\rIt is important to use the functions in this module to modify composites, rather than directly modifying their properties.\rNote that the `Matter.World` object is also a type of `Matter.Composite` and as such all composite methods here can also operate on a `Matter.World`.", @@ -275434,16 +275841,16 @@ "longname": "Phaser.Physics.Matter.MatterPhysics#composite", "scope": "instance", "kind": "member", - "___id": "T000002R031034", + "___id": "T000002R031120", "___s": true }, { "comment": "/**\r\n * A reference to the `Matter.Collision` module.\r\n *\r\n * The `Matter.Collision` module contains methods for detecting collisions between a given pair of bodies.\r\n *\r\n * For efficient detection between a list of bodies, see `Matter.Detector` and `Matter.Query`.\r\n *\r\n * @name Phaser.Physics.Matter.MatterPhysics#collision\r\n * @type {MatterJS.Collision}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 198, + "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A reference to the `Matter.Collision` module.\r\rThe `Matter.Collision` module contains methods for detecting collisions between a given pair of bodies.\r\rFor efficient detection between a list of bodies, see `Matter.Detector` and `Matter.Query`.", @@ -275462,16 +275869,16 @@ "longname": "Phaser.Physics.Matter.MatterPhysics#collision", "scope": "instance", "kind": "member", - "___id": "T000002R031036", + "___id": "T000002R031122", "___s": true }, { "comment": "/**\r\n * A reference to the `Matter.Detector` module.\r\n *\r\n * The `Matter.Detector` module contains methods for detecting collisions given a set of pairs.\r\n *\r\n * @name Phaser.Physics.Matter.MatterPhysics#detector\r\n * @type {MatterJS.DetectorFactory}\r\n * @since 3.22.0\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 211, + "lineno": 208, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A reference to the `Matter.Detector` module.\r\rThe `Matter.Detector` module contains methods for detecting collisions given a set of pairs.", @@ -275490,16 +275897,16 @@ "longname": "Phaser.Physics.Matter.MatterPhysics#detector", "scope": "instance", "kind": "member", - "___id": "T000002R031038", + "___id": "T000002R031124", "___s": true }, { "comment": "/**\r\n * A reference to the `Matter.Pair` module.\r\n *\r\n * The `Matter.Pair` module contains methods for creating and manipulating collision pairs.\r\n *\r\n * @name Phaser.Physics.Matter.MatterPhysics#pair\r\n * @type {MatterJS.PairFactory}\r\n * @since 3.22.0\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 222, + "lineno": 219, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A reference to the `Matter.Pair` module.\r\rThe `Matter.Pair` module contains methods for creating and manipulating collision pairs.", @@ -275518,16 +275925,16 @@ "longname": "Phaser.Physics.Matter.MatterPhysics#pair", "scope": "instance", "kind": "member", - "___id": "T000002R031040", + "___id": "T000002R031126", "___s": true }, { "comment": "/**\r\n * A reference to the `Matter.Pairs` module.\r\n *\r\n * The `Matter.Pairs` module contains methods for creating and manipulating collision pair sets.\r\n *\r\n * @name Phaser.Physics.Matter.MatterPhysics#pairs\r\n * @type {MatterJS.PairsFactory}\r\n * @since 3.22.0\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 233, + "lineno": 230, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A reference to the `Matter.Pairs` module.\r\rThe `Matter.Pairs` module contains methods for creating and manipulating collision pair sets.", @@ -275546,16 +275953,16 @@ "longname": "Phaser.Physics.Matter.MatterPhysics#pairs", "scope": "instance", "kind": "member", - "___id": "T000002R031042", + "___id": "T000002R031128", "___s": true }, { "comment": "/**\r\n * A reference to the `Matter.Query` module.\r\n *\r\n * The `Matter.Query` module contains methods for performing collision queries.\r\n *\r\n * @name Phaser.Physics.Matter.MatterPhysics#query\r\n * @type {MatterJS.QueryFactory}\r\n * @since 3.22.0\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 244, + "lineno": 241, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A reference to the `Matter.Query` module.\r\rThe `Matter.Query` module contains methods for performing collision queries.", @@ -275574,16 +275981,16 @@ "longname": "Phaser.Physics.Matter.MatterPhysics#query", "scope": "instance", "kind": "member", - "___id": "T000002R031044", + "___id": "T000002R031130", "___s": true }, { "comment": "/**\r\n * A reference to the `Matter.Resolver` module.\r\n *\r\n * The `Matter.Resolver` module contains methods for resolving collision pairs.\r\n *\r\n * @name Phaser.Physics.Matter.MatterPhysics#resolver\r\n * @type {MatterJS.ResolverFactory}\r\n * @since 3.22.0\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 255, + "lineno": 252, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A reference to the `Matter.Resolver` module.\r\rThe `Matter.Resolver` module contains methods for resolving collision pairs.", @@ -275602,16 +276009,16 @@ "longname": "Phaser.Physics.Matter.MatterPhysics#resolver", "scope": "instance", "kind": "member", - "___id": "T000002R031046", + "___id": "T000002R031132", "___s": true }, { "comment": "/**\r\n * A reference to the `Matter.Constraint` module.\r\n *\r\n * The `Matter.Constraint` module contains methods for creating and manipulating constraints.\r\n * Constraints are used for specifying that a fixed distance must be maintained between two bodies (or a body and a fixed world-space position).\r\n * The stiffness of constraints can be modified to create springs or elastic.\r\n *\r\n * @name Phaser.Physics.Matter.MatterPhysics#constraint\r\n * @type {MatterJS.ConstraintFactory}\r\n * @since 3.22.0\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 268, + "lineno": 265, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A reference to the `Matter.Constraint` module.\r\rThe `Matter.Constraint` module contains methods for creating and manipulating constraints.\rConstraints are used for specifying that a fixed distance must be maintained between two bodies (or a body and a fixed world-space position).\rThe stiffness of constraints can be modified to create springs or elastic.", @@ -275630,16 +276037,16 @@ "longname": "Phaser.Physics.Matter.MatterPhysics#constraint", "scope": "instance", "kind": "member", - "___id": "T000002R031048", + "___id": "T000002R031134", "___s": true }, { "comment": "/**\r\n * A reference to the `Matter.Bodies` module.\r\n *\r\n * The `Matter.Bodies` module contains factory methods for creating rigid bodies\r\n * with commonly used body configurations (such as rectangles, circles and other polygons).\r\n *\r\n * @name Phaser.Physics.Matter.MatterPhysics#bodies\r\n * @type {MatterJS.BodiesFactory}\r\n * @since 3.18.0\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 283, + "lineno": 280, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A reference to the `Matter.Bodies` module.\r\rThe `Matter.Bodies` module contains factory methods for creating rigid bodies\rwith commonly used body configurations (such as rectangles, circles and other polygons).", @@ -275658,16 +276065,16 @@ "longname": "Phaser.Physics.Matter.MatterPhysics#bodies", "scope": "instance", "kind": "member", - "___id": "T000002R031050", + "___id": "T000002R031136", "___s": true }, { "comment": "/**\r\n * A reference to the `Matter.Composites` module.\r\n *\r\n * The `Matter.Composites` module contains factory methods for creating composite bodies\r\n * with commonly used configurations (such as stacks and chains).\r\n *\r\n * @name Phaser.Physics.Matter.MatterPhysics#composites\r\n * @type {MatterJS.CompositesFactory}\r\n * @since 3.22.0\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 295, + "lineno": 292, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A reference to the `Matter.Composites` module.\r\rThe `Matter.Composites` module contains factory methods for creating composite bodies\rwith commonly used configurations (such as stacks and chains).", @@ -275686,16 +276093,16 @@ "longname": "Phaser.Physics.Matter.MatterPhysics#composites", "scope": "instance", "kind": "member", - "___id": "T000002R031052", + "___id": "T000002R031138", "___s": true }, { "comment": "/**\r\n * A reference to the `Matter.Axes` module.\r\n *\r\n * The `Matter.Axes` module contains methods for creating and manipulating sets of axes.\r\n *\r\n * @name Phaser.Physics.Matter.MatterPhysics#axes\r\n * @type {MatterJS.AxesFactory}\r\n * @since 3.22.0\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 309, + "lineno": 306, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A reference to the `Matter.Axes` module.\r\rThe `Matter.Axes` module contains methods for creating and manipulating sets of axes.", @@ -275714,16 +276121,16 @@ "longname": "Phaser.Physics.Matter.MatterPhysics#axes", "scope": "instance", "kind": "member", - "___id": "T000002R031054", + "___id": "T000002R031140", "___s": true }, { "comment": "/**\r\n * A reference to the `Matter.Bounds` module.\r\n *\r\n * The `Matter.Bounds` module contains methods for creating and manipulating axis-aligned bounding boxes (AABB).\r\n *\r\n * @name Phaser.Physics.Matter.MatterPhysics#bounds\r\n * @type {MatterJS.BoundsFactory}\r\n * @since 3.22.0\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 320, + "lineno": 317, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A reference to the `Matter.Bounds` module.\r\rThe `Matter.Bounds` module contains methods for creating and manipulating axis-aligned bounding boxes (AABB).", @@ -275742,16 +276149,16 @@ "longname": "Phaser.Physics.Matter.MatterPhysics#bounds", "scope": "instance", "kind": "member", - "___id": "T000002R031056", + "___id": "T000002R031142", "___s": true }, { "comment": "/**\r\n * A reference to the `Matter.Svg` module.\r\n *\r\n * The `Matter.Svg` module contains methods for converting SVG images into an array of vector points.\r\n *\r\n * To use this module you also need the SVGPathSeg polyfill: https://github.com/progers/pathseg\r\n *\r\n * @name Phaser.Physics.Matter.MatterPhysics#svg\r\n * @type {MatterJS.SvgFactory}\r\n * @since 3.22.0\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 331, + "lineno": 328, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A reference to the `Matter.Svg` module.\r\rThe `Matter.Svg` module contains methods for converting SVG images into an array of vector points.\r\rTo use this module you also need the SVGPathSeg polyfill: https://github.com/progers/pathseg", @@ -275770,16 +276177,16 @@ "longname": "Phaser.Physics.Matter.MatterPhysics#svg", "scope": "instance", "kind": "member", - "___id": "T000002R031058", + "___id": "T000002R031144", "___s": true }, { "comment": "/**\r\n * A reference to the `Matter.Vector` module.\r\n *\r\n * The `Matter.Vector` module contains methods for creating and manipulating vectors.\r\n * Vectors are the basis of all the geometry related operations in the engine.\r\n * A `Matter.Vector` object is of the form `{ x: 0, y: 0 }`.\r\n *\r\n * @name Phaser.Physics.Matter.MatterPhysics#vector\r\n * @type {MatterJS.VectorFactory}\r\n * @since 3.22.0\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 344, + "lineno": 341, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A reference to the `Matter.Vector` module.\r\rThe `Matter.Vector` module contains methods for creating and manipulating vectors.\rVectors are the basis of all the geometry related operations in the engine.\rA `Matter.Vector` object is of the form `{ x: 0, y: 0 }`.", @@ -275798,16 +276205,16 @@ "longname": "Phaser.Physics.Matter.MatterPhysics#vector", "scope": "instance", "kind": "member", - "___id": "T000002R031060", + "___id": "T000002R031146", "___s": true }, { "comment": "/**\r\n * A reference to the `Matter.Vertices` module.\r\n *\r\n * The `Matter.Vertices` module contains methods for creating and manipulating sets of vertices.\r\n * A set of vertices is an array of `Matter.Vector` with additional indexing properties inserted by `Vertices.create`.\r\n * A `Matter.Body` maintains a set of vertices to represent the shape of the object (its convex hull).\r\n *\r\n * @name Phaser.Physics.Matter.MatterPhysics#vertices\r\n * @type {MatterJS.VerticesFactory}\r\n * @since 3.22.0\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 357, + "lineno": 354, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A reference to the `Matter.Vertices` module.\r\rThe `Matter.Vertices` module contains methods for creating and manipulating sets of vertices.\rA set of vertices is an array of `Matter.Vector` with additional indexing properties inserted by `Vertices.create`.\rA `Matter.Body` maintains a set of vertices to represent the shape of the object (its convex hull).", @@ -275826,16 +276233,16 @@ "longname": "Phaser.Physics.Matter.MatterPhysics#vertices", "scope": "instance", "kind": "member", - "___id": "T000002R031062", + "___id": "T000002R031148", "___s": true }, { "comment": "/**\r\n * A reference to the `Matter.Vertices` module.\r\n *\r\n * The `Matter.Vertices` module contains methods for creating and manipulating sets of vertices.\r\n * A set of vertices is an array of `Matter.Vector` with additional indexing properties inserted by `Vertices.create`.\r\n * A `Matter.Body` maintains a set of vertices to represent the shape of the object (its convex hull).\r\n *\r\n * @name Phaser.Physics.Matter.MatterPhysics#verts\r\n * @type {MatterJS.VerticesFactory}\r\n * @since 3.14.0\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 370, + "lineno": 367, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A reference to the `Matter.Vertices` module.\r\rThe `Matter.Vertices` module contains methods for creating and manipulating sets of vertices.\rA set of vertices is an array of `Matter.Vector` with additional indexing properties inserted by `Vertices.create`.\rA `Matter.Body` maintains a set of vertices to represent the shape of the object (its convex hull).", @@ -275854,16 +276261,16 @@ "longname": "Phaser.Physics.Matter.MatterPhysics#verts", "scope": "instance", "kind": "member", - "___id": "T000002R031064", + "___id": "T000002R031150", "___s": true }, { "comment": "/**\r\n * This internal method is called when this class starts and retrieves the final Matter World Config.\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#getConfig\r\n * @since 3.0.0\r\n *\r\n * @return {Phaser.Types.Physics.Matter.MatterWorldConfig} The Matter World Config.\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 461, + "lineno": 441, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "This internal method is called when this class starts and retrieves the final Matter World Config.", @@ -275887,118 +276294,16 @@ "memberof": "Phaser.Physics.Matter.MatterPhysics", "longname": "Phaser.Physics.Matter.MatterPhysics#getConfig", "scope": "instance", - "___id": "T000002R031083", - "___s": true - }, - { - "comment": "/**\r\n * Enables the Matter Attractors Plugin.\r\n *\r\n * The attractors plugin that makes it easy to apply continual forces on bodies.\r\n * It's possible to simulate effects such as wind, gravity and magnetism.\r\n *\r\n * https://github.com/liabru/matter-attractors\r\n *\r\n * This method is called automatically if `plugins.attractors` is set in the Matter World Config.\r\n * However, you can also call it directly from within your game.\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#enableAttractorPlugin\r\n * @since 3.0.0\r\n *\r\n * @return {this} This Matter Physics instance.\r\n */", - "meta": { - "filename": "MatterPhysics.js", - "lineno": 482, - "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", - "code": {} - }, - "description": "Enables the Matter Attractors Plugin.\r\rThe attractors plugin that makes it easy to apply continual forces on bodies.\rIt's possible to simulate effects such as wind, gravity and magnetism.\r\rhttps://github.com/liabru/matter-attractors\r\rThis method is called automatically if `plugins.attractors` is set in the Matter World Config.\rHowever, you can also call it directly from within your game.", - "kind": "function", - "name": "enableAttractorPlugin", - "since": "3.0.0", - "returns": [ - { - "type": { - "names": [ - "this" - ], - "parsedType": { - "type": "NameExpression", - "name": "this", - "reservedWord": true - } - }, - "description": "This Matter Physics instance." - } - ], - "memberof": "Phaser.Physics.Matter.MatterPhysics", - "longname": "Phaser.Physics.Matter.MatterPhysics#enableAttractorPlugin", - "scope": "instance", - "___id": "T000002R031088", - "___s": true - }, - { - "comment": "/**\r\n * Enables the Matter Wrap Plugin.\r\n *\r\n * The coordinate wrapping plugin that automatically wraps the position of bodies such that they always stay\r\n * within the given bounds. Upon crossing a boundary the body will appear on the opposite side of the bounds,\r\n * while maintaining its velocity.\r\n *\r\n * https://github.com/liabru/matter-wrap\r\n *\r\n * This method is called automatically if `plugins.wrap` is set in the Matter World Config.\r\n * However, you can also call it directly from within your game.\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#enableWrapPlugin\r\n * @since 3.0.0\r\n *\r\n * @return {this} This Matter Physics instance.\r\n */", - "meta": { - "filename": "MatterPhysics.js", - "lineno": 506, - "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", - "code": {} - }, - "description": "Enables the Matter Wrap Plugin.\r\rThe coordinate wrapping plugin that automatically wraps the position of bodies such that they always stay\rwithin the given bounds. Upon crossing a boundary the body will appear on the opposite side of the bounds,\rwhile maintaining its velocity.\r\rhttps://github.com/liabru/matter-wrap\r\rThis method is called automatically if `plugins.wrap` is set in the Matter World Config.\rHowever, you can also call it directly from within your game.", - "kind": "function", - "name": "enableWrapPlugin", - "since": "3.0.0", - "returns": [ - { - "type": { - "names": [ - "this" - ], - "parsedType": { - "type": "NameExpression", - "name": "this", - "reservedWord": true - } - }, - "description": "This Matter Physics instance." - } - ], - "memberof": "Phaser.Physics.Matter.MatterPhysics", - "longname": "Phaser.Physics.Matter.MatterPhysics#enableWrapPlugin", - "scope": "instance", - "___id": "T000002R031090", - "___s": true - }, - { - "comment": "/**\r\n * Enables the Matter Collision Events Plugin.\r\n *\r\n * Note that this plugin is enabled by default. So you should only ever need to call this\r\n * method if you have specifically disabled the plugin in your Matter World Config.\r\n * You can disable it by setting `plugins.collisionevents: false` in your Matter World Config.\r\n *\r\n * This plugin triggers three new events on Matter.Body:\r\n *\r\n * 1. `onCollide`\r\n * 2. `onCollideEnd`\r\n * 3. `onCollideActive`\r\n *\r\n * These events correspond to the Matter.js events `collisionStart`, `collisionActive` and `collisionEnd`, respectively.\r\n * You can listen to these events via Matter.Events or they will also be emitted from the Matter World.\r\n *\r\n * This plugin also extends Matter.Body with three convenience functions:\r\n *\r\n * `Matter.Body.setOnCollide(callback)`\r\n * `Matter.Body.setOnCollideEnd(callback)`\r\n * `Matter.Body.setOnCollideActive(callback)`\r\n *\r\n * You can register event callbacks by providing a function of type (pair: Matter.Pair) => void\r\n *\r\n * https://github.com/dxu/matter-collision-events\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#enableCollisionEventsPlugin\r\n * @since 3.22.0\r\n *\r\n * @return {this} This Matter Physics instance.\r\n */", - "meta": { - "filename": "MatterPhysics.js", - "lineno": 531, - "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", - "code": {} - }, - "description": "Enables the Matter Collision Events Plugin.\r\rNote that this plugin is enabled by default. So you should only ever need to call this\rmethod if you have specifically disabled the plugin in your Matter World Config.\rYou can disable it by setting `plugins.collisionevents: false` in your Matter World Config.\r\rThis plugin triggers three new events on Matter.Body:\r\r1. `onCollide`\r2. `onCollideEnd`\r3. `onCollideActive`\r\rThese events correspond to the Matter.js events `collisionStart`, `collisionActive` and `collisionEnd`, respectively.\rYou can listen to these events via Matter.Events or they will also be emitted from the Matter World.\r\rThis plugin also extends Matter.Body with three convenience functions:\r\r`Matter.Body.setOnCollide(callback)`\r`Matter.Body.setOnCollideEnd(callback)`\r`Matter.Body.setOnCollideActive(callback)`\r\rYou can register event callbacks by providing a function of type (pair: Matter.Pair) => void\r\rhttps://github.com/dxu/matter-collision-events", - "kind": "function", - "name": "enableCollisionEventsPlugin", - "since": "3.22.0", - "returns": [ - { - "type": { - "names": [ - "this" - ], - "parsedType": { - "type": "NameExpression", - "name": "this", - "reservedWord": true - } - }, - "description": "This Matter Physics instance." - } - ], - "memberof": "Phaser.Physics.Matter.MatterPhysics", - "longname": "Phaser.Physics.Matter.MatterPhysics#enableCollisionEventsPlugin", - "scope": "instance", - "___id": "T000002R031092", + "___id": "T000002R031169", "___s": true }, { "comment": "/**\r\n * Pauses the Matter World instance and sets `enabled` to `false`.\r\n *\r\n * A paused world will not run any simulations for the duration it is paused.\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#pause\r\n * @fires Phaser.Physics.Matter.Events#PAUSE\r\n * @since 3.0.0\r\n *\r\n * @return {Phaser.Physics.Matter.World} The Matter World object.\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 570, + "lineno": 462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Pauses the Matter World instance and sets `enabled` to `false`.\r\rA paused world will not run any simulations for the duration it is paused.", @@ -276025,16 +276330,16 @@ "memberof": "Phaser.Physics.Matter.MatterPhysics", "longname": "Phaser.Physics.Matter.MatterPhysics#pause", "scope": "instance", - "___id": "T000002R031094", + "___id": "T000002R031174", "___s": true }, { "comment": "/**\r\n * Resumes this Matter World instance from a paused state and sets `enabled` to `true`.\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#resume\r\n * @since 3.0.0\r\n *\r\n * @return {Phaser.Physics.Matter.World} The Matter World object.\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 586, + "lineno": 478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Resumes this Matter World instance from a paused state and sets `enabled` to `true`.", @@ -276058,16 +276363,16 @@ "memberof": "Phaser.Physics.Matter.MatterPhysics", "longname": "Phaser.Physics.Matter.MatterPhysics#resume", "scope": "instance", - "___id": "T000002R031096", + "___id": "T000002R031176", "___s": true }, { "comment": "/**\r\n * Sets the Matter Engine to run at fixed timestep of 60Hz and enables `autoUpdate`.\r\n * If you have set a custom `getDelta` function then this will override it.\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#set60Hz\r\n * @since 3.4.0\r\n *\r\n * @return {this} This Matter Physics instance.\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 599, + "lineno": 491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Sets the Matter Engine to run at fixed timestep of 60Hz and enables `autoUpdate`.\rIf you have set a custom `getDelta` function then this will override it.", @@ -276092,16 +276397,16 @@ "memberof": "Phaser.Physics.Matter.MatterPhysics", "longname": "Phaser.Physics.Matter.MatterPhysics#set60Hz", "scope": "instance", - "___id": "T000002R031098", + "___id": "T000002R031178", "___s": true }, { "comment": "/**\r\n * Sets the Matter Engine to run at fixed timestep of 30Hz and enables `autoUpdate`.\r\n * If you have set a custom `getDelta` function then this will override it.\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#set30Hz\r\n * @since 3.4.0\r\n *\r\n * @return {this} This Matter Physics instance.\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 616, + "lineno": 508, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Sets the Matter Engine to run at fixed timestep of 30Hz and enables `autoUpdate`.\rIf you have set a custom `getDelta` function then this will override it.", @@ -276126,16 +276431,16 @@ "memberof": "Phaser.Physics.Matter.MatterPhysics", "longname": "Phaser.Physics.Matter.MatterPhysics#set30Hz", "scope": "instance", - "___id": "T000002R031102", + "___id": "T000002R031182", "___s": true }, { "comment": "/**\r\n * Manually advances the physics simulation by one iteration.\r\n *\r\n * You can optionally pass in the `delta` and `correction` values to be used by Engine.update.\r\n * If undefined they use the Matter defaults of 60Hz and no correction.\r\n *\r\n * Calling `step` directly bypasses any checks of `enabled` or `autoUpdate`.\r\n *\r\n * It also ignores any custom `getDelta` functions, as you should be passing the delta\r\n * value in to this call.\r\n *\r\n * You can adjust the number of iterations that Engine.update performs internally.\r\n * Use the Scene Matter Physics config object to set the following properties:\r\n *\r\n * positionIterations (defaults to 6)\r\n * velocityIterations (defaults to 4)\r\n * constraintIterations (defaults to 2)\r\n *\r\n * Adjusting these values can help performance in certain situations, depending on the physics requirements\r\n * of your game.\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#step\r\n * @since 3.4.0\r\n *\r\n * @param {number} [delta=16.666] - The delta value.\r\n * @param {number} [correction=1] - Optional delta correction value.\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 633, + "lineno": 525, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Manually advances the physics simulation by one iteration.\r\rYou can optionally pass in the `delta` and `correction` values to be used by Engine.update.\rIf undefined they use the Matter defaults of 60Hz and no correction.\r\rCalling `step` directly bypasses any checks of `enabled` or `autoUpdate`.\r\rIt also ignores any custom `getDelta` functions, as you should be passing the delta\rvalue in to this call.\r\rYou can adjust the number of iterations that Engine.update performs internally.\rUse the Scene Matter Physics config object to set the following properties:\r\rpositionIterations (defaults to 6)\rvelocityIterations (defaults to 4)\rconstraintIterations (defaults to 2)\r\rAdjusting these values can help performance in certain situations, depending on the physics requirements\rof your game.", @@ -276177,16 +276482,16 @@ "memberof": "Phaser.Physics.Matter.MatterPhysics", "longname": "Phaser.Physics.Matter.MatterPhysics#step", "scope": "instance", - "___id": "T000002R031106", + "___id": "T000002R031186", "___s": true }, { "comment": "/**\r\n * Checks if the vertices of the given body, or an array of bodies, contains the given point, or not.\r\n *\r\n * You can pass in either a single body, or an array of bodies to be checked. This method will\r\n * return `true` if _any_ of the bodies in the array contain the point. See the `intersectPoint` method if you need\r\n * to get a list of intersecting bodies.\r\n *\r\n * The point should be transformed into the Matter World coordinate system in advance. This happens by\r\n * default with Input Pointers, but if you wish to use points from another system you may need to\r\n * transform them before passing them.\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#containsPoint\r\n * @since 3.22.0\r\n *\r\n * @param {(Phaser.Types.Physics.Matter.MatterBody|Phaser.Types.Physics.Matter.MatterBody[])} body - The body, or an array of bodies, to check against the point.\r\n * @param {number} x - The horizontal coordinate of the point.\r\n * @param {number} y - The vertical coordinate of the point.\r\n *\r\n * @return {boolean} `true` if the point is within one of the bodies given, otherwise `false`.\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 665, + "lineno": 557, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Checks if the vertices of the given body, or an array of bodies, contains the given point, or not.\r\rYou can pass in either a single body, or an array of bodies to be checked. This method will\rreturn `true` if _any_ of the bodies in the array contain the point. See the `intersectPoint` method if you need\rto get a list of intersecting bodies.\r\rThe point should be transformed into the Matter World coordinate system in advance. This happens by\rdefault with Input Pointers, but if you wish to use points from another system you may need to\rtransform them before passing them.", @@ -276270,16 +276575,16 @@ "memberof": "Phaser.Physics.Matter.MatterPhysics", "longname": "Phaser.Physics.Matter.MatterPhysics#containsPoint", "scope": "instance", - "___id": "T000002R031108", + "___id": "T000002R031188", "___s": true }, { "comment": "/**\r\n * Checks the given coordinates to see if any vertices of the given bodies contain it.\r\n *\r\n * If no bodies are provided it will search all bodies in the Matter World, including within Composites.\r\n *\r\n * The coordinates should be transformed into the Matter World coordinate system in advance. This happens by\r\n * default with Input Pointers, but if you wish to use coordinates from another system you may need to\r\n * transform them before passing them.\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#intersectPoint\r\n * @since 3.22.0\r\n *\r\n * @param {number} x - The horizontal coordinate of the point.\r\n * @param {number} y - The vertical coordinate of the point.\r\n * @param {Phaser.Types.Physics.Matter.MatterBody[]} [bodies] - An array of bodies to check. If not provided it will search all bodies in the world.\r\n *\r\n * @return {Phaser.Types.Physics.Matter.MatterBody[]} An array of bodies which contain the given point.\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 696, + "lineno": 588, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Checks the given coordinates to see if any vertices of the given bodies contain it.\r\rIf no bodies are provided it will search all bodies in the Matter World, including within Composites.\r\rThe coordinates should be transformed into the Matter World coordinate system in advance. This happens by\rdefault with Input Pointers, but if you wish to use coordinates from another system you may need to\rtransform them before passing them.", @@ -276363,16 +276668,16 @@ "memberof": "Phaser.Physics.Matter.MatterPhysics", "longname": "Phaser.Physics.Matter.MatterPhysics#intersectPoint", "scope": "instance", - "___id": "T000002R031113", + "___id": "T000002R031193", "___s": true }, { "comment": "/**\r\n * Checks the given rectangular area to see if any vertices of the given bodies intersect with it.\r\n * Or, if the `outside` parameter is set to `true`, it checks to see which bodies do not\r\n * intersect with it.\r\n *\r\n * If no bodies are provided it will search all bodies in the Matter World, including within Composites.\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#intersectRect\r\n * @since 3.22.0\r\n *\r\n * @param {number} x - The horizontal coordinate of the top-left of the area.\r\n * @param {number} y - The vertical coordinate of the top-left of the area.\r\n * @param {number} width - The width of the area.\r\n * @param {number} height - The height of the area.\r\n * @param {boolean} [outside=false] - If `false` it checks for vertices inside the area, if `true` it checks for vertices outside the area.\r\n * @param {Phaser.Types.Physics.Matter.MatterBody[]} [bodies] - An array of bodies to check. If not provided it will search all bodies in the world.\r\n *\r\n * @return {Phaser.Types.Physics.Matter.MatterBody[]} An array of bodies that intersect with the given area.\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 735, + "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Checks the given rectangular area to see if any vertices of the given bodies intersect with it.\rOr, if the `outside` parameter is set to `true`, it checks to see which bodies do not\rintersect with it.\r\rIf no bodies are provided it will search all bodies in the Matter World, including within Composites.", @@ -276497,16 +276802,16 @@ "memberof": "Phaser.Physics.Matter.MatterPhysics", "longname": "Phaser.Physics.Matter.MatterPhysics#intersectRect", "scope": "instance", - "___id": "T000002R031119", + "___id": "T000002R031199", "___s": true }, { "comment": "/**\r\n * Checks the given ray segment to see if any vertices of the given bodies intersect with it.\r\n *\r\n * If no bodies are provided it will search all bodies in the Matter World.\r\n *\r\n * The width of the ray can be specified via the `rayWidth` parameter.\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#intersectRay\r\n * @since 3.22.0\r\n *\r\n * @param {number} x1 - The horizontal coordinate of the start of the ray segment.\r\n * @param {number} y1 - The vertical coordinate of the start of the ray segment.\r\n * @param {number} x2 - The horizontal coordinate of the end of the ray segment.\r\n * @param {number} y2 - The vertical coordinate of the end of the ray segment.\r\n * @param {number} [rayWidth=1] - The width of the ray segment.\r\n * @param {Phaser.Types.Physics.Matter.MatterBody[]} [bodies] - An array of bodies to check. If not provided it will search all bodies in the world.\r\n *\r\n * @return {Phaser.Types.Physics.Matter.MatterBody[]} An array of bodies whos vertices intersect with the ray segment.\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 780, + "lineno": 672, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Checks the given ray segment to see if any vertices of the given bodies intersect with it.\r\rIf no bodies are provided it will search all bodies in the Matter World.\r\rThe width of the ray can be specified via the `rayWidth` parameter.", @@ -276631,16 +276936,16 @@ "memberof": "Phaser.Physics.Matter.MatterPhysics", "longname": "Phaser.Physics.Matter.MatterPhysics#intersectRay", "scope": "instance", - "___id": "T000002R031132", + "___id": "T000002R031212", "___s": true }, { "comment": "/**\r\n * Checks the given Matter Body to see if it intersects with any of the given bodies.\r\n *\r\n * If no bodies are provided it will check against all bodies in the Matter World.\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#intersectBody\r\n * @since 3.22.0\r\n *\r\n * @param {Phaser.Types.Physics.Matter.MatterBody} body - The target body.\r\n * @param {Phaser.Types.Physics.Matter.MatterBody[]} [bodies] - An array of bodies to check the target body against. If not provided it will search all bodies in the world.\r\n *\r\n * @return {Phaser.Types.Physics.Matter.MatterBody[]} An array of bodies whos vertices intersect with target body.\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 816, + "lineno": 708, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Checks the given Matter Body to see if it intersects with any of the given bodies.\r\rIf no bodies are provided it will check against all bodies in the Matter World.", @@ -276711,16 +277016,16 @@ "memberof": "Phaser.Physics.Matter.MatterPhysics", "longname": "Phaser.Physics.Matter.MatterPhysics#intersectBody", "scope": "instance", - "___id": "T000002R031139", + "___id": "T000002R031219", "___s": true }, { "comment": "/**\r\n * Checks to see if the target body, or an array of target bodies, intersects with any of the given bodies.\r\n *\r\n * If intersection occurs this method will return `true` and, if provided, invoke the callbacks.\r\n *\r\n * If no bodies are provided for the second parameter the target will check against all bodies in the Matter World.\r\n *\r\n * **Note that bodies can only overlap if they are in non-colliding collision groups or categories.**\r\n *\r\n * If you provide a `processCallback` then the two bodies that overlap are sent to it. This callback\r\n * must return a boolean and is used to allow you to perform additional processing tests before a final\r\n * outcome is decided. If it returns `true` then the bodies are finally passed to the `overlapCallback`, if set.\r\n *\r\n * If you provide an `overlapCallback` then the matching pairs of overlapping bodies will be sent to it.\r\n *\r\n * Both callbacks have the following signature: `function (bodyA, bodyB, collisionInfo)` where `bodyA` is always\r\n * the target body. The `collisionInfo` object contains additional data, such as the angle and depth of penetration.\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#overlap\r\n * @since 3.22.0\r\n *\r\n * @param {(Phaser.Types.Physics.Matter.MatterBody|Phaser.Types.Physics.Matter.MatterBody[])} target - The target body, or array of target bodies, to check.\r\n * @param {Phaser.Types.Physics.Matter.MatterBody[]} [bodies] - The second body, or array of bodies, to check. If falsey it will check against all bodies in the world.\r\n * @param {Phaser.Types.Physics.Arcade.ArcadePhysicsCallback} [overlapCallback] - An optional callback function that is called if the bodies overlap.\r\n * @param {Phaser.Types.Physics.Arcade.ArcadePhysicsCallback} [processCallback] - An optional callback function that lets you perform additional checks against the two bodies if they overlap. If this is set then `overlapCallback` will only be invoked if this callback returns `true`.\r\n * @param {*} [callbackContext] - The context, or scope, in which to run the callbacks.\r\n *\r\n * @return {boolean} `true` if the target body intersects with _any_ of the bodies given, otherwise `false`.\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 853, + "lineno": 745, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Checks to see if the target body, or an array of target bodies, intersects with any of the given bodies.\r\rIf intersection occurs this method will return `true` and, if provided, invoke the callbacks.\r\rIf no bodies are provided for the second parameter the target will check against all bodies in the Matter World.\r\r**Note that bodies can only overlap if they are in non-colliding collision groups or categories.**\r\rIf you provide a `processCallback` then the two bodies that overlap are sent to it. This callback\rmust return a boolean and is used to allow you to perform additional processing tests before a final\routcome is decided. If it returns `true` then the bodies are finally passed to the `overlapCallback`, if set.\r\rIf you provide an `overlapCallback` then the matching pairs of overlapping bodies will be sent to it.\r\rBoth callbacks have the following signature: `function (bodyA, bodyB, collisionInfo)` where `bodyA` is always\rthe target body. The `collisionInfo` object contains additional data, such as the angle and depth of penetration.", @@ -276842,16 +277147,16 @@ "memberof": "Phaser.Physics.Matter.MatterPhysics", "longname": "Phaser.Physics.Matter.MatterPhysics#overlap", "scope": "instance", - "___id": "T000002R031146", + "___id": "T000002R031226", "___s": true }, { "comment": "/**\r\n * Sets the collision filter category of all given Matter Bodies to the given value.\r\n *\r\n * This number must be a power of two between 2^0 (= 1) and 2^31.\r\n *\r\n * Bodies with different collision groups (see {@link #setCollisionGroup}) will only collide if their collision\r\n * categories are included in their collision masks (see {@link #setCollidesWith}).\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#setCollisionCategory\r\n * @since 3.22.0\r\n *\r\n * @param {Phaser.Types.Physics.Matter.MatterBody[]} bodies - An array of bodies to update. If falsey it will use all bodies in the world.\r\n * @param {number} value - Unique category bitfield.\r\n *\r\n * @return {this} This Matter Physics instance.\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 929, + "lineno": 821, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Sets the collision filter category of all given Matter Bodies to the given value.\r\rThis number must be a power of two between 2^0 (= 1) and 2^31.\r\rBodies with different collision groups (see {@link #setCollisionGroup}) will only collide if their collision\rcategories are included in their collision masks (see {@link #setCollidesWith}).", @@ -276913,16 +277218,16 @@ "memberof": "Phaser.Physics.Matter.MatterPhysics", "longname": "Phaser.Physics.Matter.MatterPhysics#setCollisionCategory", "scope": "instance", - "___id": "T000002R031162", + "___id": "T000002R031242", "___s": true }, { "comment": "/**\r\n * Sets the collision filter group of all given Matter Bodies to the given value.\r\n *\r\n * If the group value is zero, or if two Matter Bodies have different group values,\r\n * they will collide according to the usual collision filter rules (see {@link #setCollisionCategory} and {@link #setCollisionGroup}).\r\n *\r\n * If two Matter Bodies have the same positive group value, they will always collide;\r\n * if they have the same negative group value they will never collide.\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#setCollisionGroup\r\n * @since 3.22.0\r\n *\r\n * @param {Phaser.Types.Physics.Matter.MatterBody[]} bodies - An array of bodies to update. If falsey it will use all bodies in the world.\r\n * @param {number} value - Unique group index.\r\n *\r\n * @return {this} This Matter Physics instance.\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 957, + "lineno": 849, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Sets the collision filter group of all given Matter Bodies to the given value.\r\rIf the group value is zero, or if two Matter Bodies have different group values,\rthey will collide according to the usual collision filter rules (see {@link #setCollisionCategory} and {@link #setCollisionGroup}).\r\rIf two Matter Bodies have the same positive group value, they will always collide;\rif they have the same negative group value they will never collide.", @@ -276984,16 +277289,16 @@ "memberof": "Phaser.Physics.Matter.MatterPhysics", "longname": "Phaser.Physics.Matter.MatterPhysics#setCollisionGroup", "scope": "instance", - "___id": "T000002R031166", + "___id": "T000002R031246", "___s": true }, { "comment": "/**\r\n * Sets the collision filter mask of all given Matter Bodies to the given value.\r\n *\r\n * Two Matter Bodies with different collision groups will only collide if each one includes the others\r\n * category in its mask based on a bitwise AND operation: `(categoryA & maskB) !== 0` and\r\n * `(categoryB & maskA) !== 0` are both true.\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#setCollidesWith\r\n * @since 3.22.0\r\n *\r\n * @param {Phaser.Types.Physics.Matter.MatterBody[]} bodies - An array of bodies to update. If falsey it will use all bodies in the world.\r\n * @param {(number|number[])} categories - A unique category bitfield, or an array of them.\r\n *\r\n * @return {this} This Matter Physics instance.\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 986, + "lineno": 878, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Sets the collision filter mask of all given Matter Bodies to the given value.\r\rTwo Matter Bodies with different collision groups will only collide if each one includes the others\rcategory in its mask based on a bitwise AND operation: `(categoryA & maskB) !== 0` and\r`(categoryB & maskA) !== 0` are both true.", @@ -277074,16 +277379,16 @@ "memberof": "Phaser.Physics.Matter.MatterPhysics", "longname": "Phaser.Physics.Matter.MatterPhysics#setCollidesWith", "scope": "instance", - "___id": "T000002R031170", + "___id": "T000002R031250", "___s": true }, { "comment": "/**\r\n * Takes an array and returns a new array made from all of the Matter Bodies found in the original array.\r\n *\r\n * For example, passing in Matter Game Objects, such as a bunch of Matter Sprites, to this method, would\r\n * return an array containing all of their native Matter Body objects.\r\n *\r\n * If the `bodies` argument is falsey, it will return all bodies in the world.\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#getMatterBodies\r\n * @since 3.22.0\r\n *\r\n * @param {array} [bodies] - An array of objects to extract the bodies from. If falsey, it will return all bodies in the world.\r\n *\r\n * @return {MatterJS.BodyType[]} An array of native Matter Body objects.\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 1027, + "lineno": 919, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Takes an array and returns a new array made from all of the Matter Bodies found in the original array.\r\rFor example, passing in Matter Game Objects, such as a bunch of Matter Sprites, to this method, would\rreturn an array containing all of their native Matter Body objects.\r\rIf the `bodies` argument is falsey, it will return all bodies in the world.", @@ -277132,16 +277437,16 @@ "memberof": "Phaser.Physics.Matter.MatterPhysics", "longname": "Phaser.Physics.Matter.MatterPhysics#getMatterBodies", "scope": "instance", - "___id": "T000002R031178", + "___id": "T000002R031258", "___s": true }, { "comment": "/**\r\n * Sets both the horizontal and vertical linear velocity of the physics bodies.\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#setVelocity\r\n * @since 3.22.0\r\n *\r\n * @param {(Phaser.Types.Physics.Matter.MatterBody|Phaser.Types.Physics.Matter.MatterBody[])} bodies - Either a single Body, or an array of bodies to update. If falsey it will use all bodies in the world.\r\n * @param {number} x - The horizontal linear velocity value.\r\n * @param {number} y - The vertical linear velocity value.\r\n *\r\n * @return {this} This Matter Physics instance.\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 1066, + "lineno": 958, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Sets both the horizontal and vertical linear velocity of the physics bodies.", @@ -277226,16 +277531,16 @@ "memberof": "Phaser.Physics.Matter.MatterPhysics", "longname": "Phaser.Physics.Matter.MatterPhysics#setVelocity", "scope": "instance", - "___id": "T000002R031184", + "___id": "T000002R031264", "___s": true }, { "comment": "/**\r\n * Sets just the horizontal linear velocity of the physics bodies.\r\n * The vertical velocity of the body is unchanged.\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#setVelocityX\r\n * @since 3.22.0\r\n *\r\n * @param {(Phaser.Types.Physics.Matter.MatterBody|Phaser.Types.Physics.Matter.MatterBody[])} bodies - Either a single Body, or an array of bodies to update. If falsey it will use all bodies in the world.\r\n * @param {number} x - The horizontal linear velocity value.\r\n *\r\n * @return {this} This Matter Physics instance.\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 1095, + "lineno": 987, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Sets just the horizontal linear velocity of the physics bodies.\rThe vertical velocity of the body is unchanged.", @@ -277307,16 +277612,16 @@ "memberof": "Phaser.Physics.Matter.MatterPhysics", "longname": "Phaser.Physics.Matter.MatterPhysics#setVelocityX", "scope": "instance", - "___id": "T000002R031190", + "___id": "T000002R031270", "___s": true }, { "comment": "/**\r\n * Sets just the vertical linear velocity of the physics bodies.\r\n * The horizontal velocity of the body is unchanged.\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#setVelocityY\r\n * @since 3.22.0\r\n *\r\n * @param {(Phaser.Types.Physics.Matter.MatterBody|Phaser.Types.Physics.Matter.MatterBody[])} bodies - Either a single Body, or an array of bodies to update. If falsey it will use all bodies in the world.\r\n * @param {number} y - The vertical linear velocity value.\r\n *\r\n * @return {this} This Matter Physics instance.\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 1124, + "lineno": 1016, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Sets just the vertical linear velocity of the physics bodies.\rThe horizontal velocity of the body is unchanged.", @@ -277388,16 +277693,16 @@ "memberof": "Phaser.Physics.Matter.MatterPhysics", "longname": "Phaser.Physics.Matter.MatterPhysics#setVelocityY", "scope": "instance", - "___id": "T000002R031196", + "___id": "T000002R031276", "___s": true }, { "comment": "/**\r\n * Sets the angular velocity of the bodies instantly.\r\n * Position, angle, force etc. are unchanged.\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#setAngularVelocity\r\n * @since 3.22.0\r\n *\r\n * @param {(Phaser.Types.Physics.Matter.MatterBody|Phaser.Types.Physics.Matter.MatterBody[])} bodies - Either a single Body, or an array of bodies to update. If falsey it will use all bodies in the world.\r\n * @param {number} value - The angular velocity.\r\n *\r\n * @return {this} This Matter Physics instance.\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 1153, + "lineno": 1045, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Sets the angular velocity of the bodies instantly.\rPosition, angle, force etc. are unchanged.", @@ -277469,16 +277774,16 @@ "memberof": "Phaser.Physics.Matter.MatterPhysics", "longname": "Phaser.Physics.Matter.MatterPhysics#setAngularVelocity", "scope": "instance", - "___id": "T000002R031202", + "___id": "T000002R031282", "___s": true }, { "comment": "/**\r\n * Applies a force to a body, at the bodies current position, including resulting torque.\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#applyForce\r\n * @since 3.22.0\r\n *\r\n * @param {(Phaser.Types.Physics.Matter.MatterBody|Phaser.Types.Physics.Matter.MatterBody[])} bodies - Either a single Body, or an array of bodies to update. If falsey it will use all bodies in the world.\r\n * @param {Phaser.Types.Math.Vector2Like} force - A Vector that specifies the force to apply.\r\n *\r\n * @return {this} This Matter Physics instance.\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 1177, + "lineno": 1069, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Applies a force to a body, at the bodies current position, including resulting torque.", @@ -277550,16 +277855,16 @@ "memberof": "Phaser.Physics.Matter.MatterPhysics", "longname": "Phaser.Physics.Matter.MatterPhysics#applyForce", "scope": "instance", - "___id": "T000002R031205", + "___id": "T000002R031285", "___s": true }, { "comment": "/**\r\n * Applies a force to a body, from the given world position, including resulting torque.\r\n * If no angle is given, the current body angle is used.\r\n *\r\n * Use very small speed values, such as 0.1, depending on the mass and required velocity.\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#applyForceFromPosition\r\n * @since 3.22.0\r\n *\r\n * @param {(Phaser.Types.Physics.Matter.MatterBody|Phaser.Types.Physics.Matter.MatterBody[])} bodies - Either a single Body, or an array of bodies to update. If falsey it will use all bodies in the world.\r\n * @param {Phaser.Types.Math.Vector2Like} position - A Vector that specifies the world-space position to apply the force at.\r\n * @param {number} speed - A speed value to be applied to a directional force.\r\n * @param {number} [angle] - The angle, in radians, to apply the force from. Leave undefined to use the current body angle.\r\n *\r\n * @return {this} This Matter Physics instance.\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 1205, + "lineno": 1097, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Applies a force to a body, from the given world position, including resulting torque.\rIf no angle is given, the current body angle is used.\r\rUse very small speed values, such as 0.1, depending on the mass and required velocity.", @@ -277658,16 +277963,16 @@ "memberof": "Phaser.Physics.Matter.MatterPhysics", "longname": "Phaser.Physics.Matter.MatterPhysics#applyForceFromPosition", "scope": "instance", - "___id": "T000002R031211", + "___id": "T000002R031291", "___s": true }, { "comment": "/**\r\n * Apply a force to a body based on the given angle and speed.\r\n * If no angle is given, the current body angle is used.\r\n *\r\n * Use very small speed values, such as 0.1, depending on the mass and required velocity.\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#applyForceFromAngle\r\n * @since 3.22.0\r\n *\r\n * @param {(Phaser.Types.Physics.Matter.MatterBody|Phaser.Types.Physics.Matter.MatterBody[])} bodies - Either a single Body, or an array of bodies to update. If falsey it will use all bodies in the world.\r\n * @param {number} speed - A speed value to be applied to a directional force.\r\n * @param {number} [angle] - The angle, in radians, to apply the force from. Leave undefined to use the current body angle.\r\n *\r\n * @return {this} This Matter Physics instance.\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 1243, + "lineno": 1135, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Apply a force to a body based on the given angle and speed.\rIf no angle is given, the current body angle is used.\r\rUse very small speed values, such as 0.1, depending on the mass and required velocity.", @@ -277753,16 +278058,16 @@ "memberof": "Phaser.Physics.Matter.MatterPhysics", "longname": "Phaser.Physics.Matter.MatterPhysics#applyForceFromAngle", "scope": "instance", - "___id": "T000002R031218", + "___id": "T000002R031298", "___s": true }, { "comment": "/**\r\n * Returns the length of the given constraint, which is the distance between the two points.\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#getConstraintLength\r\n * @since 3.22.0\r\n *\r\n * @param {MatterJS.ConstraintType} constraint - The constraint to get the length from.\r\n *\r\n * @return {number} The length of the constraint.\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 1280, + "lineno": 1172, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Returns the length of the given constraint, which is the distance between the two points.", @@ -277801,16 +278106,16 @@ "memberof": "Phaser.Physics.Matter.MatterPhysics", "longname": "Phaser.Physics.Matter.MatterPhysics#getConstraintLength", "scope": "instance", - "___id": "T000002R031227", + "___id": "T000002R031307", "___s": true }, { "comment": "/**\r\n * Aligns a Body, or Matter Game Object, against the given coordinates.\r\n *\r\n * The alignment takes place using the body bounds, which take into consideration things\r\n * like body scale and rotation.\r\n *\r\n * Although a Body has a `position` property, it is based on the center of mass for the body,\r\n * not a dimension based center. This makes aligning bodies difficult, especially if they have\r\n * rotated or scaled. This method will derive the correct position based on the body bounds and\r\n * its center of mass offset, in order to align the body with the given coordinate.\r\n *\r\n * For example, if you wanted to align a body so it sat in the bottom-center of the\r\n * Scene, and the world was 800 x 600 in size:\r\n *\r\n * ```javascript\r\n * this.matter.alignBody(body, 400, 600, Phaser.Display.Align.BOTTOM_CENTER);\r\n * ```\r\n *\r\n * You pass in 400 for the x coordinate, because that is the center of the world, and 600 for\r\n * the y coordinate, as that is the base of the world.\r\n *\r\n * @method Phaser.Physics.Matter.MatterPhysics#alignBody\r\n * @since 3.22.0\r\n *\r\n * @param {Phaser.Types.Physics.Matter.MatterBody} body - The Body to align.\r\n * @param {number} x - The horizontal position to align the body to.\r\n * @param {number} y - The vertical position to align the body to.\r\n * @param {number} align - One of the `Phaser.Display.Align` constants, such as `Phaser.Display.Align.TOP_LEFT`.\r\n *\r\n * @return {this} This Matter Physics instance.\r\n */", "meta": { "filename": "MatterPhysics.js", - "lineno": 1312, + "lineno": 1204, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Aligns a Body, or Matter Game Object, against the given coordinates.\r\rThe alignment takes place using the body bounds, which take into consideration things\rlike body scale and rotation.\r\rAlthough a Body has a `position` property, it is based on the center of mass for the body,\rnot a dimension based center. This makes aligning bodies difficult, especially if they have\rrotated or scaled. This method will derive the correct position based on the body bounds and\rits center of mass offset, in order to align the body with the given coordinate.\r\rFor example, if you wanted to align a body so it sat in the bottom-center of the\rScene, and the world was 800 x 600 in size:\r\r```javascript\rthis.matter.alignBody(body, 400, 600, Phaser.Display.Align.BOTTOM_CENTER);\r```\r\rYou pass in 400 for the x coordinate, because that is the center of the world, and 600 for\rthe y coordinate, as that is the base of the world.", @@ -277889,7 +278194,7 @@ "memberof": "Phaser.Physics.Matter.MatterPhysics", "longname": "Phaser.Physics.Matter.MatterPhysics#alignBody", "scope": "instance", - "___id": "T000002R031237", + "___id": "T000002R031317", "___s": true }, { @@ -277898,7 +278203,7 @@ "filename": "MatterSprite.js", "lineno": 16, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "classdesc": "A Matter Physics Sprite Game Object.\r\rA Sprite Game Object is used for the display of both static and animated images in your game.\rSprites can have input events and physics bodies. They can also be tweened, tinted, scrolled\rand animated.\r\rThe main difference between a Sprite and an Image Game Object is that you cannot animate Images.\rAs such, Sprites take a fraction longer to process and have a larger API footprint due to the Animation\rComponent. If you do not require animation then you can safely use Images to replace Sprites in all cases.", @@ -278040,7 +278345,7 @@ ], "scope": "static", "longname": "Phaser.Physics.Matter.Sprite", - "___id": "T000002R031268", + "___id": "T000002R031348", "___s": true }, { @@ -278049,7 +278354,7 @@ "filename": "MatterSprite.js", "lineno": 111, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A reference to the Matter.World instance that this body belongs to.", @@ -278068,7 +278373,7 @@ "longname": "Phaser.Physics.Matter.Sprite#world", "scope": "instance", "kind": "member", - "___id": "T000002R031276", + "___id": "T000002R031356", "___s": true }, { @@ -278077,7 +278382,7 @@ "filename": "MatterTileBody.js", "lineno": 17, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "classdesc": "A wrapper around a Tile that provides access to a corresponding Matter body. A tile can only\rhave one Matter body associated with it. You can either pass in an existing Matter body for\rthe tile or allow the constructor to create the corresponding body for you. If the Tile has a\rcollision group (defined in Tiled), those shapes will be used to create the body. If not, the\rtile's rectangle bounding box will be used.\r\rThe corresponding body will be accessible on the Tile itself via Tile.physics.matterBody.\r\rNote: not all Tiled collision shapes are supported. See\rPhaser.Physics.Matter.TileBody#setFromTileCollision for more information.", @@ -278140,7 +278445,7 @@ ], "scope": "static", "longname": "Phaser.Physics.Matter.TileBody", - "___id": "T000002R031291", + "___id": "T000002R031371", "___s": true }, { @@ -278149,7 +278454,7 @@ "filename": "MatterTileBody.js", "lineno": 70, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "The tile object the body is associated with.", @@ -278168,7 +278473,7 @@ "longname": "Phaser.Physics.Matter.TileBody#tile", "scope": "instance", "kind": "member", - "___id": "T000002R031296", + "___id": "T000002R031376", "___s": true }, { @@ -278177,7 +278482,7 @@ "filename": "MatterTileBody.js", "lineno": 79, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "The Matter world the body exists within.", @@ -278196,7 +278501,7 @@ "longname": "Phaser.Physics.Matter.TileBody#world", "scope": "instance", "kind": "member", - "___id": "T000002R031298", + "___id": "T000002R031378", "___s": true }, { @@ -278205,7 +278510,7 @@ "filename": "MatterTileBody.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Sets the current body to a rectangle that matches the bounds of the tile.", @@ -278245,7 +278550,7 @@ "memberof": "Phaser.Physics.Matter.TileBody", "longname": "Phaser.Physics.Matter.TileBody#setFromTileRectangle", "scope": "instance", - "___id": "T000002R031310", + "___id": "T000002R031390", "___s": true }, { @@ -278254,7 +278559,7 @@ "filename": "MatterTileBody.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Sets the current body from the collision group associated with the Tile. This is typically\rset up in Tiled's collision editor.\r\rNote: Matter doesn't support all shapes from Tiled. Rectangles and polygons are directly\rsupported. Ellipses are converted into circle bodies. Polylines are treated as if they are\rclosed polygons. If a tile has multiple shapes, a multi-part body will be created. Concave\rshapes are supported if poly-decomp library is included. Decomposition is not guaranteed to\rwork for complex shapes (e.g. holes), so it's often best to manually decompose a concave\rpolygon into multiple convex polygons yourself.", @@ -278294,7 +278599,7 @@ "memberof": "Phaser.Physics.Matter.TileBody", "longname": "Phaser.Physics.Matter.TileBody#setFromTileCollision", "scope": "instance", - "___id": "T000002R031319", + "___id": "T000002R031399", "___s": true }, { @@ -278303,7 +278608,7 @@ "filename": "MatterTileBody.js", "lineno": 258, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Sets the current body to the given body. This will remove the previous body, if one already\rexists.", @@ -278357,7 +278662,7 @@ "memberof": "Phaser.Physics.Matter.TileBody", "longname": "Phaser.Physics.Matter.TileBody#setBody", "scope": "instance", - "___id": "T000002R031351", + "___id": "T000002R031431", "___s": true }, { @@ -278366,7 +278671,7 @@ "filename": "MatterTileBody.js", "lineno": 290, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Removes the current body from the TileBody and from the Matter world", @@ -278390,7 +278695,7 @@ "memberof": "Phaser.Physics.Matter.TileBody", "longname": "Phaser.Physics.Matter.TileBody#removeBody", "scope": "instance", - "___id": "T000002R031356", + "___id": "T000002R031436", "___s": true }, { @@ -278399,7 +278704,7 @@ "filename": "MatterTileBody.js", "lineno": 310, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Removes the current body from the tile and the world.", @@ -278424,7 +278729,7 @@ "longname": "Phaser.Physics.Matter.TileBody#destroy", "scope": "instance", "overrides": "Phaser.Events.EventEmitter#destroy", - "___id": "T000002R031360", + "___id": "T000002R031440", "___s": true }, { @@ -278433,7 +278738,7 @@ "filename": "PhysicsEditorParser.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Use PhysicsEditorParser.parseBody() to build a Matter body object, based on a physics data file\rcreated and exported with PhysicsEditor (https://www.codeandweb.com/physicseditor).", @@ -278443,7 +278748,7 @@ "memberof": "Phaser.Physics.Matter", "longname": "Phaser.Physics.Matter.PhysicsEditorParser", "scope": "static", - "___id": "T000002R031369", + "___id": "T000002R031449", "___s": true }, { @@ -278452,7 +278757,7 @@ "filename": "PhysicsEditorParser.js", "lineno": 24, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Parses a body element exported by PhysicsEditor.", @@ -278531,7 +278836,7 @@ "memberof": "Phaser.Physics.Matter.PhysicsEditorParser", "longname": "Phaser.Physics.Matter.PhysicsEditorParser.parseBody", "scope": "static", - "___id": "T000002R031371", + "___id": "T000002R031451", "___s": true }, { @@ -278540,7 +278845,7 @@ "filename": "PhysicsEditorParser.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Parses an element of the \"fixtures\" list exported by PhysicsEditor", @@ -278588,7 +278893,7 @@ "memberof": "Phaser.Physics.Matter.PhysicsEditorParser", "longname": "Phaser.Physics.Matter.PhysicsEditorParser.parseFixture", "scope": "static", - "___id": "T000002R031383", + "___id": "T000002R031463", "___s": true }, { @@ -278597,7 +278902,7 @@ "filename": "PhysicsEditorParser.js", "lineno": 104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Parses the \"vertices\" lists exported by PhysicsEditor.", @@ -278659,7 +278964,7 @@ "memberof": "Phaser.Physics.Matter.PhysicsEditorParser", "longname": "Phaser.Physics.Matter.PhysicsEditorParser.parseVertices", "scope": "static", - "___id": "T000002R031392", + "___id": "T000002R031472", "___s": true }, { @@ -278668,7 +278973,7 @@ "filename": "PhysicsJSONParser.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Creates a body using the supplied physics data, as provided by a JSON file.\r\rThe data file should be loaded as JSON:\r\r```javascript\rpreload ()\r{\r this.load.json('ninjas', 'assets/ninjas.json);\r}\r\rcreate ()\r{\r const ninjaShapes = this.cache.json.get('ninjas');\r\r this.matter.add.fromJSON(400, 300, ninjaShapes.shinobi);\r}\r```\r\rDo not pass the entire JSON file to this method, but instead pass one of the shapes contained within it.\r\rIf you pas in an `options` object, any settings in there will override those in the config object.\r\rThe structure of the JSON file is as follows:\r\r```text\r{\r 'generator_info': // The name of the application that created the JSON data\r 'shapeName': {\r 'type': // The type of body\r 'label': // Optional body label\r 'vertices': // An array, or an array of arrays, containing the vertex data in x/y object pairs\r }\r}\r```\r\rAt the time of writing, only the Phaser Physics Tracer App exports in this format.", @@ -278678,7 +278983,7 @@ "memberof": "Phaser.Physics.Matter", "longname": "Phaser.Physics.Matter.PhysicsJSONParser", "scope": "static", - "___id": "T000002R031402", + "___id": "T000002R031482", "___s": true }, { @@ -278687,7 +278992,7 @@ "filename": "PhysicsJSONParser.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Parses a body element from the given JSON data.", @@ -278766,7 +279071,7 @@ "memberof": "Phaser.Physics.Matter.PhysicsJSONParser", "longname": "Phaser.Physics.Matter.PhysicsJSONParser.parseBody", "scope": "static", - "___id": "T000002R031404", + "___id": "T000002R031484", "___s": true }, { @@ -278775,7 +279080,7 @@ "filename": "PointerConstraint.js", "lineno": 19, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "classdesc": "A Pointer Constraint is a special type of constraint that allows you to click\rand drag bodies in a Matter World. It monitors the active Pointers in a Scene,\rand when one is pressed down it checks to see if that hit any part of any active\rbody in the world. If it did, and the body has input enabled, it will begin to\rdrag it until either released, or you stop it via the `stopDrag` method.\r\rYou can adjust the stiffness, length and other properties of the constraint via\rthe `options` object on creation.", @@ -278827,7 +279132,7 @@ ], "scope": "static", "longname": "Phaser.Physics.Matter.PointerConstraint", - "___id": "T000002R031432", + "___id": "T000002R031512", "___s": true }, { @@ -278836,7 +279141,7 @@ "filename": "PointerConstraint.js", "lineno": 62, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A reference to the Scene to which this Pointer Constraint belongs.\rThis is the same Scene as the Matter World instance.", @@ -278855,7 +279160,7 @@ "longname": "Phaser.Physics.Matter.PointerConstraint#scene", "scope": "instance", "kind": "member", - "___id": "T000002R031451", + "___id": "T000002R031531", "___s": true }, { @@ -278864,7 +279169,7 @@ "filename": "PointerConstraint.js", "lineno": 72, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A reference to the Matter World instance to which this Constraint belongs.", @@ -278883,7 +279188,7 @@ "longname": "Phaser.Physics.Matter.PointerConstraint#world", "scope": "instance", "kind": "member", - "___id": "T000002R031453", + "___id": "T000002R031533", "___s": true }, { @@ -278892,7 +279197,7 @@ "filename": "PointerConstraint.js", "lineno": 81, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "The Camera the Pointer was interacting with when the input\rdown event was processed.", @@ -278911,7 +279216,7 @@ "longname": "Phaser.Physics.Matter.PointerConstraint#camera", "scope": "instance", "kind": "member", - "___id": "T000002R031455", + "___id": "T000002R031535", "___s": true }, { @@ -278920,7 +279225,7 @@ "filename": "PointerConstraint.js", "lineno": 91, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A reference to the Input Pointer that activated this Constraint.\rThis is set in the `onDown` handler.", @@ -278940,7 +279245,7 @@ "longname": "Phaser.Physics.Matter.PointerConstraint#pointer", "scope": "instance", "kind": "member", - "___id": "T000002R031457", + "___id": "T000002R031537", "___s": true }, { @@ -278949,7 +279254,7 @@ "filename": "PointerConstraint.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Is this Constraint active or not?\r\rAn active constraint will be processed each update. An inactive one will be skipped.\rUse this to toggle a Pointer Constraint on and off.", @@ -278969,7 +279274,7 @@ "longname": "Phaser.Physics.Matter.PointerConstraint#active", "scope": "instance", "kind": "member", - "___id": "T000002R031459", + "___id": "T000002R031539", "___s": true }, { @@ -278978,7 +279283,7 @@ "filename": "PointerConstraint.js", "lineno": 115, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "The internal transformed position.", @@ -278997,7 +279302,7 @@ "longname": "Phaser.Physics.Matter.PointerConstraint#position", "scope": "instance", "kind": "member", - "___id": "T000002R031461", + "___id": "T000002R031541", "___s": true }, { @@ -279006,7 +279311,7 @@ "filename": "PointerConstraint.js", "lineno": 124, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "The body that is currently being dragged, if any.", @@ -279027,7 +279332,7 @@ "longname": "Phaser.Physics.Matter.PointerConstraint#body", "scope": "instance", "kind": "member", - "___id": "T000002R031463", + "___id": "T000002R031543", "___s": true }, { @@ -279036,7 +279341,7 @@ "filename": "PointerConstraint.js", "lineno": 133, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "The part of the body that was clicked on to start the drag.", @@ -279057,7 +279362,7 @@ "longname": "Phaser.Physics.Matter.PointerConstraint#part", "scope": "instance", "kind": "member", - "___id": "T000002R031465", + "___id": "T000002R031545", "___s": true }, { @@ -279066,7 +279371,7 @@ "filename": "PointerConstraint.js", "lineno": 142, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "The native Matter Constraint that is used to attach to bodies.", @@ -279085,7 +279390,7 @@ "longname": "Phaser.Physics.Matter.PointerConstraint#constraint", "scope": "instance", "kind": "member", - "___id": "T000002R031467", + "___id": "T000002R031547", "___s": true }, { @@ -279094,7 +279399,7 @@ "filename": "PointerConstraint.js", "lineno": 157, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A Pointer has been pressed down onto the Scene.\r\rIf this Constraint doesn't have an active Pointer then a hit test is set to\rrun against all active bodies in the world during the _next_ call to `update`.\rIf a body is found, it is bound to this constraint and the drag begins.", @@ -279119,7 +279424,7 @@ "memberof": "Phaser.Physics.Matter.PointerConstraint", "longname": "Phaser.Physics.Matter.PointerConstraint#onDown", "scope": "instance", - "___id": "T000002R031469", + "___id": "T000002R031549", "___s": true }, { @@ -279128,7 +279433,7 @@ "filename": "PointerConstraint.js", "lineno": 178, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A Pointer has been released from the Scene. If it was the one this constraint was using, it's cleared.", @@ -279153,7 +279458,7 @@ "memberof": "Phaser.Physics.Matter.PointerConstraint", "longname": "Phaser.Physics.Matter.PointerConstraint#onUp", "scope": "instance", - "___id": "T000002R031473", + "___id": "T000002R031553", "___s": true }, { @@ -279162,7 +279467,7 @@ "filename": "PointerConstraint.js", "lineno": 194, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Scans all active bodies in the current Matter World to see if any of them\rare hit by the Pointer. The _first one_ found to hit is set as the active contraint\rbody.", @@ -279189,7 +279494,7 @@ "memberof": "Phaser.Physics.Matter.PointerConstraint", "longname": "Phaser.Physics.Matter.PointerConstraint#getBody", "scope": "instance", - "___id": "T000002R031476", + "___id": "T000002R031556", "___s": true }, { @@ -279198,7 +279503,7 @@ "filename": "PointerConstraint.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Scans the current body to determine if a part of it was clicked on.\rIf a part is found the body is set as the `constraint.bodyB` property,\ras well as the `body` property of this class. The part is also set.", @@ -279250,7 +279555,7 @@ "memberof": "Phaser.Physics.Matter.PointerConstraint", "longname": "Phaser.Physics.Matter.PointerConstraint#hitTestBody", "scope": "instance", - "___id": "T000002R031483", + "___id": "T000002R031563", "___s": true }, { @@ -279259,7 +279564,7 @@ "filename": "PointerConstraint.js", "lineno": 278, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Internal update handler. Called in the Matter BEFORE_UPDATE step.", @@ -279272,7 +279577,7 @@ "memberof": "Phaser.Physics.Matter.PointerConstraint", "longname": "Phaser.Physics.Matter.PointerConstraint#update", "scope": "instance", - "___id": "T000002R031498", + "___id": "T000002R031578", "___s": true }, { @@ -279281,7 +279586,7 @@ "filename": "PointerConstraint.js", "lineno": 330, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Stops the Pointer Constraint from dragging the body any further.\r\rThis is called automatically if the Pointer is released while actively\rdragging a body. Or, you can call it manually to release a body from a\rconstraint without having to first release the pointer.", @@ -279294,7 +279599,7 @@ "memberof": "Phaser.Physics.Matter.PointerConstraint", "longname": "Phaser.Physics.Matter.PointerConstraint#stopDrag", "scope": "instance", - "___id": "T000002R031507", + "___id": "T000002R031587", "___s": true }, { @@ -279303,7 +279608,7 @@ "filename": "PointerConstraint.js", "lineno": 359, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Destroys this Pointer Constraint instance and all of its references.", @@ -279313,7 +279618,7 @@ "memberof": "Phaser.Physics.Matter.PointerConstraint", "longname": "Phaser.Physics.Matter.PointerConstraint#destroy", "scope": "instance", - "___id": "T000002R031516", + "___id": "T000002R031596", "___s": true }, { @@ -279322,7 +279627,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\typedefs", "code": {} }, "kind": "namespace", @@ -279330,7 +279635,7 @@ "memberof": "Phaser.Types.Physics", "longname": "Phaser.Types.Physics.Matter", "scope": "static", - "___id": "T000002R031523", + "___id": "T000002R031603", "___s": true }, { @@ -279339,7 +279644,7 @@ "filename": "MatterBody.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\typedefs", "code": {} }, "kind": "typedef", @@ -279382,16 +279687,16 @@ "memberof": "Phaser.Types.Physics.Matter", "longname": "Phaser.Types.Physics.Matter.MatterBody", "scope": "static", - "___id": "T000002R031524", + "___id": "T000002R031604", "___s": true }, { - "comment": "/**\r\n * @typedef {object} Phaser.Types.Physics.Matter.MatterBodyConfig\r\n * @since 3.22.0\r\n *\r\n * @property {string} [label='Body'] - An arbitrary string-based name to help identify this body.\r\n * @property {(string|Phaser.Types.Physics.Matter.MatterSetBodyConfig)} [shape=null] - Set this Game Object to create and use a new Body based on the configuration object given.\r\n * @property {MatterJS.BodyType[]} [parts] - An array of bodies that make up this body. The first body in the array must always be a self reference to the current body instance. All bodies in the `parts` array together form a single rigid compound body.\r\n * @property {any} [plugin] - An object reserved for storing plugin-specific properties.\r\n * @property {number} [angle=0] - A number specifying the angle of the body, in radians.\r\n * @property {Phaser.Types.Math.Vector2Like[]} [vertices=null] - An array of `Vector` objects that specify the convex hull of the rigid body. These should be provided about the origin `(0, 0)`.\r\n * @property {Phaser.Types.Math.Vector2Like} [position] - A `Vector` that specifies the current world-space position of the body.\r\n * @property {Phaser.Types.Math.Vector2Like} [force] - A `Vector` that specifies the force to apply in the current step. It is zeroed after every `Body.update`. See also `Body.applyForce`.\r\n * @property {number} [torque=0] - A `Number` that specifies the torque (turning force) to apply in the current step. It is zeroed after every `Body.update`.\r\n * @property {boolean} [isSensor=false] - A flag that indicates whether a body is a sensor. Sensor triggers collision events, but doesn't react with colliding body physically.\r\n * @property {boolean} [isStatic=false] - A flag that indicates whether a body is considered static. A static body can never change position or angle and is completely fixed.\r\n * @property {number} [sleepThreshold=60] - A `Number` that defines the number of updates in which this body must have near-zero velocity before it is set as sleeping by the `Matter.Sleeping` module (if sleeping is enabled by the engine).\r\n * @property {number} [density=0.001] - A `Number` that defines the density of the body, that is its mass per unit area. If you pass the density via `Body.create` the `mass` property is automatically calculated for you based on the size (area) of the object. This is generally preferable to simply setting mass and allows for more intuitive definition of materials (e.g. rock has a higher density than wood).\r\n * @property {number} [restitution=0] - A `Number` that defines the restitution (elasticity) of the body. The value is always positive and is in the range `(0, 1)`.\r\n * @property {number} [friction=0.1] - A `Number` that defines the friction of the body. The value is always positive and is in the range `(0, 1)`. A value of `0` means that the body may slide indefinitely. A value of `1` means the body may come to a stop almost instantly after a force is applied.\r\n * @property {number} [frictionStatic=0.5] - A `Number` that defines the static friction of the body (in the Coulomb friction model). A value of `0` means the body will never 'stick' when it is nearly stationary and only dynamic `friction` is used. The higher the value (e.g. `10`), the more force it will take to initially get the body moving when nearly stationary. This value is multiplied with the `friction` property to make it easier to change `friction` and maintain an appropriate amount of static friction.\r\n * @property {number} [frictionAir=0.01] - A `Number` that defines the air friction of the body (air resistance). A value of `0` means the body will never slow as it moves through space. The higher the value, the faster a body slows when moving through space.\r\n * @property {Phaser.Types.Physics.Matter.MatterCollisionFilter} [collisionFilter] - An `Object` that specifies the collision filtering properties of this body.\r\n * @property {number} [slop=0.05] - A `Number` that specifies a tolerance on how far a body is allowed to 'sink' or rotate into other bodies. Avoid changing this value unless you understand the purpose of `slop` in physics engines. The default should generally suffice, although very large bodies may require larger values for stable stacking.\r\n * @property {number} [timeScale=1] - A `Number` that allows per-body time scaling, e.g. a force-field where bodies inside are in slow-motion, while others are at full speed.\r\n * @property {(number|number[]|Phaser.Types.Physics.Matter.MatterChamferConfig)} [chamfer=null] - A number, or array of numbers, to chamfer the vertices of the body, or a full Chamfer configuration object.\r\n * @property {number} [circleRadius=0] - The radius of this body if a circle.\r\n * @property {number} [mass=0] - A `Number` that defines the mass of the body, although it may be more appropriate to specify the `density` property instead. If you modify this value, you must also modify the `body.inverseMass` property (`1 / mass`).\r\n * @property {number} [inverseMass=0] - A `Number` that defines the inverse mass of the body (`1 / mass`). If you modify this value, you must also modify the `body.mass` property.\r\n * @property {Phaser.Types.Math.Vector2Like} [scale] - A `Vector` that specifies the initial scale of the body.\r\n * @property {Phaser.Types.Math.Vector2Like} [gravityScale] - A `Vector` that scales the influence of World gravity when applied to this body.\r\n * @property {boolean} [ignoreGravity=false] - A boolean that toggles if this body should ignore world gravity or not.\r\n * @property {boolean} [ignorePointer=false] - A boolean that toggles if this body should ignore pointer / mouse constraints or not.\r\n * @property {Phaser.Types.Physics.Matter.MatterBodyRenderConfig} [render] - The Debug Render configuration object for this body.\r\n * @property {function} [onCollideCallback] - A callback that is invoked when this Body starts colliding with any other Body. You can register callbacks by providing a function of type `( pair: Matter.Pair) => void`.\r\n * @property {function} [onCollideEndCallback] - A callback that is invoked when this Body stops colliding with any other Body. You can register callbacks by providing a function of type `( pair: Matter.Pair) => void`.\r\n * @property {function} [onCollideActiveCallback] - A callback that is invoked for the duration that this Body is colliding with any other Body. You can register callbacks by providing a function of type `( pair: Matter.Pair) => void`.\r\n * @property {any} [onCollideWith] - A collision callback dictionary used by the `Body.setOnCollideWith` function.\r\n */", + "comment": "/**\r\n * @typedef {object} Phaser.Types.Physics.Matter.MatterBodyConfig\r\n * @since 3.22.0\r\n *\r\n * @property {string} [label='Body'] - An arbitrary string-based name to help identify this body.\r\n * @property {(string|Phaser.Types.Physics.Matter.MatterSetBodyConfig)} [shape=null] - Set this Game Object to create and use a new Body based on the configuration object given.\r\n * @property {MatterJS.BodyType[]} [parts] - An array of bodies that make up this body. The first body in the array must always be a self reference to the current body instance. All bodies in the `parts` array together form a single rigid compound body.\r\n * @property {any} [plugin] - An object reserved for storing plugin-specific properties.\r\n * @property {any} [wrapBounds] - An object for storing wrap boundaries.\r\n * @property {number} [angle=0] - A number specifying the angle of the body, in radians.\r\n * @property {Phaser.Types.Math.Vector2Like[]} [vertices=null] - An array of `Vector` objects that specify the convex hull of the rigid body. These should be provided about the origin `(0, 0)`.\r\n * @property {Phaser.Types.Math.Vector2Like} [position] - A `Vector` that specifies the current world-space position of the body.\r\n * @property {Phaser.Types.Math.Vector2Like} [force] - A `Vector` that specifies the force to apply in the current step. It is zeroed after every `Body.update`. See also `Body.applyForce`.\r\n * @property {number} [torque=0] - A `Number` that specifies the torque (turning force) to apply in the current step. It is zeroed after every `Body.update`.\r\n * @property {boolean} [isSensor=false] - A flag that indicates whether a body is a sensor. Sensor triggers collision events, but doesn't react with colliding body physically.\r\n * @property {boolean} [isStatic=false] - A flag that indicates whether a body is considered static. A static body can never change position or angle and is completely fixed.\r\n * @property {number} [sleepThreshold=60] - A `Number` that defines the number of updates in which this body must have near-zero velocity before it is set as sleeping by the `Matter.Sleeping` module (if sleeping is enabled by the engine).\r\n * @property {number} [density=0.001] - A `Number` that defines the density of the body, that is its mass per unit area. If you pass the density via `Body.create` the `mass` property is automatically calculated for you based on the size (area) of the object. This is generally preferable to simply setting mass and allows for more intuitive definition of materials (e.g. rock has a higher density than wood).\r\n * @property {number} [restitution=0] - A `Number` that defines the restitution (elasticity) of the body. The value is always positive and is in the range `(0, 1)`.\r\n * @property {number} [friction=0.1] - A `Number` that defines the friction of the body. The value is always positive and is in the range `(0, 1)`. A value of `0` means that the body may slide indefinitely. A value of `1` means the body may come to a stop almost instantly after a force is applied.\r\n * @property {number} [frictionStatic=0.5] - A `Number` that defines the static friction of the body (in the Coulomb friction model). A value of `0` means the body will never 'stick' when it is nearly stationary and only dynamic `friction` is used. The higher the value (e.g. `10`), the more force it will take to initially get the body moving when nearly stationary. This value is multiplied with the `friction` property to make it easier to change `friction` and maintain an appropriate amount of static friction.\r\n * @property {number} [frictionAir=0.01] - A `Number` that defines the air friction of the body (air resistance). A value of `0` means the body will never slow as it moves through space. The higher the value, the faster a body slows when moving through space.\r\n * @property {Phaser.Types.Physics.Matter.MatterCollisionFilter} [collisionFilter] - An `Object` that specifies the collision filtering properties of this body.\r\n * @property {number} [slop=0.05] - A `Number` that specifies a tolerance on how far a body is allowed to 'sink' or rotate into other bodies. Avoid changing this value unless you understand the purpose of `slop` in physics engines. The default should generally suffice, although very large bodies may require larger values for stable stacking.\r\n * @property {number} [timeScale=1] - A `Number` that allows per-body time scaling, e.g. a force-field where bodies inside are in slow-motion, while others are at full speed.\r\n * @property {(number|number[]|Phaser.Types.Physics.Matter.MatterChamferConfig)} [chamfer=null] - A number, or array of numbers, to chamfer the vertices of the body, or a full Chamfer configuration object.\r\n * @property {number} [circleRadius=0] - The radius of this body if a circle.\r\n * @property {number} [mass=0] - A `Number` that defines the mass of the body, although it may be more appropriate to specify the `density` property instead. If you modify this value, you must also modify the `body.inverseMass` property (`1 / mass`).\r\n * @property {number} [inverseMass=0] - A `Number` that defines the inverse mass of the body (`1 / mass`). If you modify this value, you must also modify the `body.mass` property.\r\n * @property {Phaser.Types.Math.Vector2Like} [scale] - A `Vector` that specifies the initial scale of the body.\r\n * @property {Phaser.Types.Math.Vector2Like} [gravityScale] - A `Vector` that scales the influence of World gravity when applied to this body.\r\n * @property {boolean} [ignoreGravity=false] - A boolean that toggles if this body should ignore world gravity or not.\r\n * @property {boolean} [ignorePointer=false] - A boolean that toggles if this body should ignore pointer / mouse constraints or not.\r\n * @property {Phaser.Types.Physics.Matter.MatterBodyRenderConfig} [render] - The Debug Render configuration object for this body.\r\n * @property {function} [onCollideCallback] - A callback that is invoked when this Body starts colliding with any other Body. You can register callbacks by providing a function of type `( pair: Matter.Pair) => void`.\r\n * @property {function} [onCollideEndCallback] - A callback that is invoked when this Body stops colliding with any other Body. You can register callbacks by providing a function of type `( pair: Matter.Pair) => void`.\r\n * @property {function} [onCollideActiveCallback] - A callback that is invoked for the duration that this Body is colliding with any other Body. You can register callbacks by providing a function of type `( pair: Matter.Pair) => void`.\r\n * @property {any} [onCollideWith] - A collision callback dictionary used by the `Body.setOnCollideWith` function.\r\n */", "meta": { "filename": "MatterBodyConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\typedefs", "code": {} }, "kind": "typedef", @@ -279484,6 +279789,20 @@ "description": "An object reserved for storing plugin-specific properties.", "name": "plugin" }, + { + "type": { + "names": [ + "any" + ], + "parsedType": { + "type": "NameExpression", + "name": "any" + } + }, + "optional": true, + "description": "An object for storing wrap boundaries.", + "name": "wrapBounds" + }, { "type": { "names": [ @@ -279946,7 +280265,7 @@ "memberof": "Phaser.Types.Physics.Matter", "longname": "Phaser.Types.Physics.Matter.MatterBodyConfig", "scope": "static", - "___id": "T000002R031525", + "___id": "T000002R031605", "___s": true }, { @@ -279955,7 +280274,7 @@ "filename": "MatterBodyRenderConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\typedefs", "code": {} }, "kind": "typedef", @@ -280119,7 +280438,7 @@ "memberof": "Phaser.Types.Physics.Matter", "longname": "Phaser.Types.Physics.Matter.MatterBodyRenderConfig", "scope": "static", - "___id": "T000002R031526", + "___id": "T000002R031606", "___s": true }, { @@ -280128,7 +280447,7 @@ "filename": "MatterBodyTileOptions.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\typedefs", "code": {} }, "kind": "typedef", @@ -280178,7 +280497,7 @@ "memberof": "Phaser.Types.Physics.Matter", "longname": "Phaser.Types.Physics.Matter.MatterBodyTileOptions", "scope": "static", - "___id": "T000002R031527", + "___id": "T000002R031607", "___s": true }, { @@ -280187,7 +280506,7 @@ "filename": "MatterChamferConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\typedefs", "code": {} }, "kind": "typedef", @@ -280286,7 +280605,7 @@ "memberof": "Phaser.Types.Physics.Matter", "longname": "Phaser.Types.Physics.Matter.MatterChamferConfig", "scope": "static", - "___id": "T000002R031528", + "___id": "T000002R031608", "___s": true }, { @@ -280295,7 +280614,7 @@ "filename": "MatterCollisionData.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\typedefs", "code": {} }, "kind": "typedef", @@ -280545,7 +280864,7 @@ "memberof": "Phaser.Types.Physics.Matter", "longname": "Phaser.Types.Physics.Matter.MatterCollisionData", "scope": "static", - "___id": "T000002R031529", + "___id": "T000002R031609", "___s": true }, { @@ -280554,7 +280873,7 @@ "filename": "MatterCollisionFilter.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\typedefs", "code": {} }, "description": "An `Object` that specifies the collision filtering properties of this body.\r\rCollisions between two bodies will obey the following rules:\r- If the two bodies have the same non-zero value of `collisionFilter.group`,\r they will always collide if the value is positive, and they will never collide\r if the value is negative.\r- If the two bodies have different values of `collisionFilter.group` or if one\r (or both) of the bodies has a value of 0, then the category/mask rules apply as follows:\r\rEach body belongs to a collision category, given by `collisionFilter.category`. This\rvalue is used as a bit field and the category should have only one bit set, meaning that\rthe value of this property is a power of two in the range [1, 2^31]. Thus, there are 32\rdifferent collision categories available.\r\rEach body also defines a collision bitmask, given by `collisionFilter.mask` which specifies\rthe categories it collides with (the value is the bitwise AND value of all these categories).\r\rUsing the category/mask rules, two bodies `A` and `B` collide if each includes the other's\rcategory in its mask, i.e. `(categoryA & maskB) !== 0` and `(categoryB & maskA) !== 0`\rare both true.", @@ -280620,16 +280939,16 @@ "memberof": "Phaser.Types.Physics.Matter", "longname": "Phaser.Types.Physics.Matter.MatterCollisionFilter", "scope": "static", - "___id": "T000002R031530", + "___id": "T000002R031610", "___s": true }, { - "comment": "/**\r\n * @typedef {object} Phaser.Types.Physics.Matter.MatterCollisionPair\r\n * @since 3.22.0\r\n * \r\n * @property {string} id - The unique auto-generated collision pair id. A combination of the body A and B IDs.\r\n * @property {MatterJS.BodyType} bodyA - A reference to the first body involved in the collision.\r\n * @property {MatterJS.BodyType} bodyB - A reference to the second body involved in the collision.\r\n * @property {MatterJS.Vector[]} activeContacts - An array containing all of the active contacts between bodies A and B.\r\n * @property {number} separation - The amount of separation that occurred between bodies A and B.\r\n * @property {boolean} isActive - Is the collision still active or not?\r\n * @property {boolean} confirmedActive - Has Matter determined the collision are being active yet?\r\n * @property {boolean} isSensor - Is either body A or B a sensor?\r\n * @property {number} timeCreated - The timestamp when the collision pair was created.\r\n * @property {number} timeUpdated - The timestamp when the collision pair was most recently updated.\r\n * @property {Phaser.Types.Physics.Matter.MatterCollisionData} collision - The collision data object.\r\n * @property {number} inverseMass - The resulting inverse mass from the collision.\r\n * @property {number} friction - The resulting friction from the collision.\r\n * @property {number} frictionStatic - The resulting static friction from the collision.\r\n * @property {number} restitution - The resulting restitution from the collision.\r\n * @property {number} slop - The resulting slop from the collision.\r\n */", + "comment": "/**\r\n * @typedef {object} Phaser.Types.Physics.Matter.MatterCollisionPair\r\n * @since 3.22.0\r\n * \r\n * @property {string} id - The unique auto-generated collision pair id. A combination of the body A and B IDs.\r\n * @property {MatterJS.BodyType} bodyA - A reference to the first body involved in the collision.\r\n * @property {MatterJS.BodyType} bodyB - A reference to the second body involved in the collision.\r\n * @property {MatterJS.Vector[]} contacts - An array containing all of the active contacts between bodies A and B.\r\n * @property {number} separation - The amount of separation that occurred between bodies A and B.\r\n * @property {boolean} isActive - Is the collision still active or not?\r\n * @property {boolean} confirmedActive - Has Matter determined the collision are being active yet?\r\n * @property {boolean} isSensor - Is either body A or B a sensor?\r\n * @property {number} timeCreated - The timestamp when the collision pair was created.\r\n * @property {number} timeUpdated - The timestamp when the collision pair was most recently updated.\r\n * @property {Phaser.Types.Physics.Matter.MatterCollisionData} collision - The collision data object.\r\n * @property {number} inverseMass - The resulting inverse mass from the collision.\r\n * @property {number} friction - The resulting friction from the collision.\r\n * @property {number} frictionStatic - The resulting static friction from the collision.\r\n * @property {number} restitution - The resulting restitution from the collision.\r\n * @property {number} slop - The resulting slop from the collision.\r\n */", "meta": { "filename": "MatterCollisionPair.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\typedefs", "code": {} }, "kind": "typedef", @@ -280704,7 +281023,7 @@ } }, "description": "An array containing all of the active contacts between bodies A and B.", - "name": "activeContacts" + "name": "contacts" }, { "type": { @@ -280866,7 +281185,7 @@ "memberof": "Phaser.Types.Physics.Matter", "longname": "Phaser.Types.Physics.Matter.MatterCollisionPair", "scope": "static", - "___id": "T000002R031531", + "___id": "T000002R031611", "___s": true }, { @@ -280875,7 +281194,7 @@ "filename": "MatterConstraintConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\typedefs", "code": {} }, "kind": "typedef", @@ -281083,7 +281402,7 @@ "memberof": "Phaser.Types.Physics.Matter", "longname": "Phaser.Types.Physics.Matter.MatterConstraintConfig", "scope": "static", - "___id": "T000002R031532", + "___id": "T000002R031612", "___s": true }, { @@ -281092,7 +281411,7 @@ "filename": "MatterConstraintRenderConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\typedefs", "code": {} }, "kind": "typedef", @@ -281229,7 +281548,7 @@ "memberof": "Phaser.Types.Physics.Matter", "longname": "Phaser.Types.Physics.Matter.MatterConstraintRenderConfig", "scope": "static", - "___id": "T000002R031533", + "___id": "T000002R031613", "___s": true }, { @@ -281238,7 +281557,7 @@ "filename": "MatterDebugConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\typedefs", "code": {} }, "kind": "typedef", @@ -281948,7 +282267,7 @@ "memberof": "Phaser.Types.Physics.Matter", "longname": "Phaser.Types.Physics.Matter.MatterDebugConfig", "scope": "static", - "___id": "T000002R031534", + "___id": "T000002R031614", "___s": true }, { @@ -281957,7 +282276,7 @@ "filename": "MatterRunnerConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\typedefs", "code": {} }, "kind": "typedef", @@ -282082,7 +282401,7 @@ "memberof": "Phaser.Types.Physics.Matter", "longname": "Phaser.Types.Physics.Matter.MatterRunnerConfig", "scope": "static", - "___id": "T000002R031535", + "___id": "T000002R031615", "___s": true }, { @@ -282091,7 +282410,7 @@ "filename": "MatterSetBodyConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\typedefs", "code": {} }, "kind": "typedef", @@ -282325,7 +282644,7 @@ "memberof": "Phaser.Types.Physics.Matter", "longname": "Phaser.Types.Physics.Matter.MatterSetBodyConfig", "scope": "static", - "___id": "T000002R031536", + "___id": "T000002R031616", "___s": true }, { @@ -282334,7 +282653,7 @@ "filename": "MatterTileOptions.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\typedefs", "code": {} }, "kind": "typedef", @@ -282399,7 +282718,7 @@ "memberof": "Phaser.Types.Physics.Matter", "longname": "Phaser.Types.Physics.Matter.MatterTileOptions", "scope": "static", - "___id": "T000002R031537", + "___id": "T000002R031617", "___s": true }, { @@ -282408,7 +282727,7 @@ "filename": "MatterWalls.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\typedefs", "code": {} }, "kind": "typedef", @@ -282488,16 +282807,16 @@ "memberof": "Phaser.Types.Physics.Matter", "longname": "Phaser.Types.Physics.Matter.MatterWalls", "scope": "static", - "___id": "T000002R031538", + "___id": "T000002R031618", "___s": true }, { - "comment": "/**\r\n * @typedef {object} Phaser.Types.Physics.Matter.MatterWorldConfig\r\n * @since 3.0.0\r\n *\r\n * @property {Phaser.Types.Math.Vector2Like} [gravity] - Sets {@link Phaser.Physics.Matter.World#gravity}.\r\n * @property {(object|boolean)} [setBounds] - Should the world have bounds enabled by default?\r\n * @property {number} [setBounds.x=0] - The x coordinate of the world bounds.\r\n * @property {number} [setBounds.y=0] - The y coordinate of the world bounds.\r\n * @property {number} [setBounds.width] - The width of the world bounds.\r\n * @property {number} [setBounds.height] - The height of the world bounds.\r\n * @property {number} [setBounds.thickness=64] - The thickness of the walls of the world bounds.\r\n * @property {boolean} [setBounds.left=true] - Should the left-side world bounds wall be created?\r\n * @property {boolean} [setBounds.right=true] - Should the right-side world bounds wall be created?\r\n * @property {boolean} [setBounds.top=true] - Should the top world bounds wall be created?\r\n * @property {boolean} [setBounds.bottom=true] - Should the bottom world bounds wall be created?\r\n * @property {number} [positionIterations=6] - The number of position iterations to perform each update. The higher the value, the higher quality the simulation will be at the expense of performance.\r\n * @property {number} [velocityIterations=4] - The number of velocity iterations to perform each update. The higher the value, the higher quality the simulation will be at the expense of performance.\r\n * @property {number} [constraintIterations=2] - The number of constraint iterations to perform each update. The higher the value, the higher quality the simulation will be at the expense of performance.\r\n * @property {boolean} [enableSleeping=false] - A flag that specifies whether the engine should allow sleeping via the `Matter.Sleeping` module. Sleeping can improve stability and performance, but often at the expense of accuracy.\r\n * @property {number} [timing.timestamp=0] - A `Number` that specifies the current simulation-time in milliseconds starting from `0`. It is incremented on every `Engine.update` by the given `delta` argument.\r\n * @property {number} [timing.timeScale=1] - A `Number` that specifies the global scaling factor of time for all bodies. A value of `0` freezes the simulation. A value of `0.1` gives a slow-motion effect. A value of `1.2` gives a speed-up effect.\r\n * @property {boolean} [plugins.attractors=false] - Should the Matter Attractor Plugin be enabled? An attractors plugin that makes it easy to apply continual forces on bodies. It's possible to simulate effects such as wind, gravity and magnetism.\r\n * @property {boolean} [plugins.wrap=false] - Should the Matter Wrap Plugin be enabled? A coordinate wrapping plugin that automatically wraps the position of bodies such that they always stay within the given bounds. Upon crossing a boundary the body will appear on the opposite side of the bounds, while maintaining its velocity.\r\n * @property {boolean} [plugins.collisionevents=true] - Should the Matter Collision Events Plugin be enabled?\r\n * @property {boolean} [enabled=true] - Toggles if the world is enabled or not.\r\n * @property {number} [correction=1] - An optional Number that specifies the time correction factor to apply to the update.\r\n * @property {function} [getDelta] - This function is called every time the core game loop steps, which is bound to the Request Animation Frame frequency unless otherwise modified.\r\n * @property {boolean} [autoUpdate=true] - Automatically call Engine.update every time the game steps.\r\n * @property {number} [restingThresh=4] - Sets the Resolver resting threshold property.\r\n * @property {number} [restingThreshTangent=6] - Sets the Resolver resting threshold tangent property.\r\n * @property {number} [positionDampen=0.9] - Sets the Resolver position dampen property.\r\n * @property {number} [positionWarming=0.8] - Sets the Resolver position warming property.\r\n * @property {number} [frictionNormalMultiplier=5] - Sets the Resolver friction normal multiplier property.\r\n * @property {(boolean|Phaser.Types.Physics.Matter.MatterDebugConfig)} [debug=false] - Controls the Matter Debug Rendering options. If a boolean it will use the default values, otherwise, specify a Debug Config object.\r\n * @property {Phaser.Types.Physics.Matter.MatterRunnerConfig} [runner] - Sets the Matter Runner options.\r\n */", + "comment": "/**\r\n * @typedef {object} Phaser.Types.Physics.Matter.MatterWorldConfig\r\n * @since 3.0.0\r\n *\r\n * @property {Phaser.Types.Math.Vector2Like} [gravity] - Sets {@link Phaser.Physics.Matter.World#gravity}.\r\n * @property {(object|boolean)} [setBounds] - Should the world have bounds enabled by default?\r\n * @property {number} [setBounds.x=0] - The x coordinate of the world bounds.\r\n * @property {number} [setBounds.y=0] - The y coordinate of the world bounds.\r\n * @property {number} [setBounds.width] - The width of the world bounds.\r\n * @property {number} [setBounds.height] - The height of the world bounds.\r\n * @property {number} [setBounds.thickness=64] - The thickness of the walls of the world bounds.\r\n * @property {boolean} [setBounds.left=true] - Should the left-side world bounds wall be created?\r\n * @property {boolean} [setBounds.right=true] - Should the right-side world bounds wall be created?\r\n * @property {boolean} [setBounds.top=true] - Should the top world bounds wall be created?\r\n * @property {boolean} [setBounds.bottom=true] - Should the bottom world bounds wall be created?\r\n * @property {number} [positionIterations=6] - The number of position iterations to perform each update. The higher the value, the higher quality the simulation will be at the expense of performance.\r\n * @property {number} [velocityIterations=4] - The number of velocity iterations to perform each update. The higher the value, the higher quality the simulation will be at the expense of performance.\r\n * @property {number} [constraintIterations=2] - The number of constraint iterations to perform each update. The higher the value, the higher quality the simulation will be at the expense of performance.\r\n * @property {boolean} [enableSleeping=false] - A flag that specifies whether the engine should allow sleeping via the `Matter.Sleeping` module. Sleeping can improve stability and performance, but often at the expense of accuracy.\r\n * @property {number} [timing.timestamp=0] - A `Number` that specifies the current simulation-time in milliseconds starting from `0`. It is incremented on every `Engine.update` by the given `delta` argument.\r\n * @property {number} [timing.timeScale=1] - A `Number` that specifies the global scaling factor of time for all bodies. A value of `0` freezes the simulation. A value of `0.1` gives a slow-motion effect. A value of `1.2` gives a speed-up effect.\r\n * @property {boolean} [enabled=true] - Toggles if the world is enabled or not.\r\n * @property {number} [correction=1] - An optional Number that specifies the time correction factor to apply to the update.\r\n * @property {function} [getDelta] - This function is called every time the core game loop steps, which is bound to the Request Animation Frame frequency unless otherwise modified.\r\n * @property {boolean} [autoUpdate=true] - Automatically call Engine.update every time the game steps.\r\n * @property {number} [restingThresh=4] - Sets the Resolver resting threshold property.\r\n * @property {number} [restingThreshTangent=6] - Sets the Resolver resting threshold tangent property.\r\n * @property {number} [positionDampen=0.9] - Sets the Resolver position dampen property.\r\n * @property {number} [positionWarming=0.8] - Sets the Resolver position warming property.\r\n * @property {number} [frictionNormalMultiplier=5] - Sets the Resolver friction normal multiplier property.\r\n * @property {(boolean|Phaser.Types.Physics.Matter.MatterDebugConfig)} [debug=false] - Controls the Matter Debug Rendering options. If a boolean it will use the default values, otherwise, specify a Debug Config object.\r\n * @property {Phaser.Types.Physics.Matter.MatterRunnerConfig} [runner] - Sets the Matter Runner options.\r\n */", "meta": { "filename": "MatterWorldConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\typedefs", "code": {} }, "kind": "typedef", @@ -282774,51 +283093,6 @@ "description": "A `Number` that specifies the global scaling factor of time for all bodies. A value of `0` freezes the simulation. A value of `0.1` gives a slow-motion effect. A value of `1.2` gives a speed-up effect.", "name": "timing.timeScale" }, - { - "type": { - "names": [ - "boolean" - ], - "parsedType": { - "type": "NameExpression", - "name": "boolean" - } - }, - "optional": true, - "defaultvalue": false, - "description": "Should the Matter Attractor Plugin be enabled? An attractors plugin that makes it easy to apply continual forces on bodies. It's possible to simulate effects such as wind, gravity and magnetism.", - "name": "plugins.attractors" - }, - { - "type": { - "names": [ - "boolean" - ], - "parsedType": { - "type": "NameExpression", - "name": "boolean" - } - }, - "optional": true, - "defaultvalue": false, - "description": "Should the Matter Wrap Plugin be enabled? A coordinate wrapping plugin that automatically wraps the position of bodies such that they always stay within the given bounds. Upon crossing a boundary the body will appear on the opposite side of the bounds, while maintaining its velocity.", - "name": "plugins.wrap" - }, - { - "type": { - "names": [ - "boolean" - ], - "parsedType": { - "type": "NameExpression", - "name": "boolean" - } - }, - "optional": true, - "defaultvalue": true, - "description": "Should the Matter Collision Events Plugin be enabled?", - "name": "plugins.collisionevents" - }, { "type": { "names": [ @@ -282996,16 +283270,16 @@ "memberof": "Phaser.Types.Physics.Matter", "longname": "Phaser.Types.Physics.Matter.MatterWorldConfig", "scope": "static", - "___id": "T000002R031539", + "___id": "T000002R031619", "___s": true }, { "comment": "/**\r\n * @classdesc\r\n * The Matter World class is responsible for managing one single instance of a Matter Physics World for Phaser.\r\n *\r\n * Access this via `this.matter.world` from within a Scene.\r\n *\r\n * This class creates a Matter JS World Composite along with the Matter JS Engine during instantiation. It also\r\n * handles delta timing, bounds, body and constraint creation and debug drawing.\r\n *\r\n * If you wish to access the Matter JS World object directly, see the `localWorld` property.\r\n * If you wish to access the Matter Engine directly, see the `engine` property.\r\n *\r\n * This class is an Event Emitter and will proxy _all_ Matter JS events, as they are received.\r\n *\r\n * @class World\r\n * @extends Phaser.Events.EventEmitter\r\n * @memberof Phaser.Physics.Matter\r\n * @constructor\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Scene} scene - The Scene to which this Matter World instance belongs.\r\n * @param {Phaser.Types.Physics.Matter.MatterWorldConfig} config - The Matter World configuration object.\r\n */", "meta": { "filename": "World.js", - "lineno": 23, + "lineno": 24, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "classdesc": "The Matter World class is responsible for managing one single instance of a Matter Physics World for Phaser.\r\rAccess this via `this.matter.world` from within a Scene.\r\rThis class creates a Matter JS World Composite along with the Matter JS Engine during instantiation. It also\rhandles delta timing, bounds, body and constraint creation and debug drawing.\r\rIf you wish to access the Matter JS World object directly, see the `localWorld` property.\rIf you wish to access the Matter Engine directly, see the `engine` property.\r\rThis class is an Event Emitter and will proxy _all_ Matter JS events, as they are received.", @@ -283046,16 +283320,16 @@ ], "scope": "static", "longname": "Phaser.Physics.Matter.World", - "___id": "T000002R031555", + "___id": "T000002R031636", "___s": true }, { "comment": "/**\r\n * The Scene to which this Matter World instance belongs.\r\n *\r\n * @name Phaser.Physics.Matter.World#scene\r\n * @type {Phaser.Scene}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "World.js", - "lineno": 56, + "lineno": 57, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "The Scene to which this Matter World instance belongs.", @@ -283074,16 +283348,16 @@ "longname": "Phaser.Physics.Matter.World#scene", "scope": "instance", "kind": "member", - "___id": "T000002R031559", + "___id": "T000002R031640", "___s": true }, { "comment": "/**\r\n * An instance of the MatterJS Engine.\r\n *\r\n * @name Phaser.Physics.Matter.World#engine\r\n * @type {MatterJS.Engine}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "World.js", - "lineno": 65, + "lineno": 66, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "An instance of the MatterJS Engine.", @@ -283102,16 +283376,16 @@ "longname": "Phaser.Physics.Matter.World#engine", "scope": "instance", "kind": "member", - "___id": "T000002R031561", + "___id": "T000002R031642", "___s": true }, { "comment": "/**\r\n * A `World` composite object that will contain all simulated bodies and constraints.\r\n *\r\n * @name Phaser.Physics.Matter.World#localWorld\r\n * @type {MatterJS.World}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "World.js", - "lineno": 74, + "lineno": 75, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A `World` composite object that will contain all simulated bodies and constraints.", @@ -283130,16 +283404,16 @@ "longname": "Phaser.Physics.Matter.World#localWorld", "scope": "instance", "kind": "member", - "___id": "T000002R031563", + "___id": "T000002R031644", "___s": true }, { "comment": "/**\r\n * An object containing the 4 wall bodies that bound the physics world.\r\n *\r\n * @name Phaser.Physics.Matter.World#walls\r\n * @type {Phaser.Types.Physics.Matter.MatterWalls}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "World.js", - "lineno": 94, + "lineno": 95, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "An object containing the 4 wall bodies that bound the physics world.", @@ -283158,16 +283432,16 @@ "longname": "Phaser.Physics.Matter.World#walls", "scope": "instance", "kind": "member", - "___id": "T000002R031566", + "___id": "T000002R031647", "___s": true }, { "comment": "/**\r\n * A flag that toggles if the world is enabled or not.\r\n *\r\n * @name Phaser.Physics.Matter.World#enabled\r\n * @type {boolean}\r\n * @default true\r\n * @since 3.0.0\r\n */", "meta": { "filename": "World.js", - "lineno": 103, + "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A flag that toggles if the world is enabled or not.", @@ -283187,16 +283461,16 @@ "longname": "Phaser.Physics.Matter.World#enabled", "scope": "instance", "kind": "member", - "___id": "T000002R031572", + "___id": "T000002R031653", "___s": true }, { "comment": "/**\r\n * This function is called every time the core game loop steps, which is bound to the\r\n * Request Animation Frame frequency unless otherwise modified.\r\n *\r\n * The function is passed two values: `time` and `delta`, both of which come from the game step values.\r\n *\r\n * It must return a number. This number is used as the delta value passed to Matter.Engine.update.\r\n *\r\n * You can override this function with your own to define your own timestep.\r\n *\r\n * If you need to update the Engine multiple times in a single game step then call\r\n * `World.update` as many times as required. Each call will trigger the `getDelta` function.\r\n * If you wish to have full control over when the Engine updates then see the property `autoUpdate`.\r\n *\r\n * You can also adjust the number of iterations that Engine.update performs.\r\n * Use the Scene Matter Physics config object to set the following properties:\r\n *\r\n * positionIterations (defaults to 6)\r\n * velocityIterations (defaults to 4)\r\n * constraintIterations (defaults to 2)\r\n *\r\n * Adjusting these values can help performance in certain situations, depending on the physics requirements\r\n * of your game.\r\n *\r\n * @name Phaser.Physics.Matter.World#getDelta\r\n * @type {function}\r\n * @since 3.4.0\r\n */", "meta": { "filename": "World.js", - "lineno": 113, + "lineno": 114, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "This function is called every time the core game loop steps, which is bound to the\rRequest Animation Frame frequency unless otherwise modified.\r\rThe function is passed two values: `time` and `delta`, both of which come from the game step values.\r\rIt must return a number. This number is used as the delta value passed to Matter.Engine.update.\r\rYou can override this function with your own to define your own timestep.\r\rIf you need to update the Engine multiple times in a single game step then call\r`World.update` as many times as required. Each call will trigger the `getDelta` function.\rIf you wish to have full control over when the Engine updates then see the property `autoUpdate`.\r\rYou can also adjust the number of iterations that Engine.update performs.\rUse the Scene Matter Physics config object to set the following properties:\r\rpositionIterations (defaults to 6)\rvelocityIterations (defaults to 4)\rconstraintIterations (defaults to 2)\r\rAdjusting these values can help performance in certain situations, depending on the physics requirements\rof your game.", @@ -283215,16 +283489,16 @@ "longname": "Phaser.Physics.Matter.World#getDelta", "scope": "instance", "kind": "member", - "___id": "T000002R031574", + "___id": "T000002R031655", "___s": true }, { "comment": "/**\r\n * The Matter JS Runner Configuration object.\r\n *\r\n * This object is populated via the Matter Configuration object's `runner` property and is\r\n * updated constantly during the game step.\r\n *\r\n * @name Phaser.Physics.Matter.World#runner\r\n * @type {Phaser.Types.Physics.Matter.MatterRunnerConfig}\r\n * @since 3.22.0\r\n */", "meta": { "filename": "World.js", - "lineno": 158, + "lineno": 159, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "The Matter JS Runner Configuration object.\r\rThis object is populated via the Matter Configuration object's `runner` property and is\rupdated constantly during the game step.", @@ -283243,16 +283517,16 @@ "longname": "Phaser.Physics.Matter.World#runner", "scope": "instance", "kind": "member", - "___id": "T000002R031583", + "___id": "T000002R031664", "___s": true }, { "comment": "/**\r\n * Automatically call Engine.update every time the game steps.\r\n * If you disable this then you are responsible for calling `World.step` directly from your game.\r\n * If you call `set60Hz` or `set30Hz` then `autoUpdate` is reset to `true`.\r\n *\r\n * @name Phaser.Physics.Matter.World#autoUpdate\r\n * @type {boolean}\r\n * @default true\r\n * @since 3.4.0\r\n */", "meta": { "filename": "World.js", - "lineno": 183, + "lineno": 185, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Automatically call Engine.update every time the game steps.\rIf you disable this then you are responsible for calling `World.step` directly from your game.\rIf you call `set60Hz` or `set30Hz` then `autoUpdate` is reset to `true`.", @@ -283272,16 +283546,16 @@ "longname": "Phaser.Physics.Matter.World#autoUpdate", "scope": "instance", "kind": "member", - "___id": "T000002R031597", + "___id": "T000002R031679", "___s": true }, { "comment": "/**\r\n * A flag that controls if the debug graphics will be drawn to or not.\r\n *\r\n * @name Phaser.Physics.Matter.World#drawDebug\r\n * @type {boolean}\r\n * @default false\r\n * @since 3.0.0\r\n */", "meta": { "filename": "World.js", - "lineno": 197, + "lineno": 199, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "A flag that controls if the debug graphics will be drawn to or not.", @@ -283301,16 +283575,16 @@ "longname": "Phaser.Physics.Matter.World#drawDebug", "scope": "instance", "kind": "member", - "___id": "T000002R031600", + "___id": "T000002R031682", "___s": true }, { "comment": "/**\r\n * An instance of the Graphics object the debug bodies are drawn to, if enabled.\r\n *\r\n * @name Phaser.Physics.Matter.World#debugGraphic\r\n * @type {Phaser.GameObjects.Graphics}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "World.js", - "lineno": 207, + "lineno": 209, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "An instance of the Graphics object the debug bodies are drawn to, if enabled.", @@ -283329,16 +283603,16 @@ "longname": "Phaser.Physics.Matter.World#debugGraphic", "scope": "instance", "kind": "member", - "___id": "T000002R031602", + "___id": "T000002R031684", "___s": true }, { "comment": "/**\r\n * The debug configuration object.\r\n *\r\n * The values stored in this object are read from the Matter World Config `debug` property.\r\n *\r\n * When a new Body or Constraint is _added to the World_, they are given the values stored in this object,\r\n * unless they have their own `render` object set that will override them.\r\n *\r\n * Note that while you can modify the values of properties in this object at run-time, it will not change\r\n * any of the Matter objects _already added_. It will only impact objects newly added to the world, or one\r\n * that is removed and then re-added at a later time.\r\n *\r\n * @name Phaser.Physics.Matter.World#debugConfig\r\n * @type {Phaser.Types.Physics.Matter.MatterDebugConfig}\r\n * @since 3.22.0\r\n */", "meta": { "filename": "World.js", - "lineno": 216, + "lineno": 218, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "The debug configuration object.\r\rThe values stored in this object are read from the Matter World Config `debug` property.\r\rWhen a new Body or Constraint is _added to the World_, they are given the values stored in this object,\runless they have their own `render` object set that will override them.\r\rNote that while you can modify the values of properties in this object at run-time, it will not change\rany of the Matter objects _already added_. It will only impact objects newly added to the world, or one\rthat is removed and then re-added at a later time.", @@ -283357,16 +283631,16 @@ "longname": "Phaser.Physics.Matter.World#debugConfig", "scope": "instance", "kind": "member", - "___id": "T000002R031604", + "___id": "T000002R031686", "___s": true }, { "comment": "/**\r\n * Sets the debug render style for the children of the given Matter Composite.\r\n *\r\n * Composites themselves do not render, but they can contain bodies, constraints and other composites that may do.\r\n * So the children of this composite are passed to the `setBodyRenderStyle`, `setCompositeRenderStyle` and\r\n * `setConstraintRenderStyle` methods accordingly.\r\n *\r\n * @method Phaser.Physics.Matter.World#setCompositeRenderStyle\r\n * @since 3.22.0\r\n *\r\n * @param {MatterJS.CompositeType} composite - The Matter Composite to set the render style on.\r\n *\r\n * @return {this} This Matter World instance for method chaining.\r\n */", "meta": { "filename": "World.js", - "lineno": 332, + "lineno": 334, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Sets the debug render style for the children of the given Matter Composite.\r\rComposites themselves do not render, but they can contain bodies, constraints and other composites that may do.\rSo the children of this composite are passed to the `setBodyRenderStyle`, `setCompositeRenderStyle` and\r`setConstraintRenderStyle` methods accordingly.", @@ -283406,16 +283680,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#setCompositeRenderStyle", "scope": "instance", - "___id": "T000002R031662", + "___id": "T000002R031744", "___s": true }, { "comment": "/**\r\n * Sets the debug render style for the given Matter Body.\r\n *\r\n * If you are using this on a Phaser Game Object, such as a Matter Sprite, then pass in the body property\r\n * to this method, not the Game Object itself.\r\n *\r\n * If you wish to skip a parameter, so it retains its current value, pass `false` for it.\r\n *\r\n * If you wish to reset the Body render colors to the defaults found in the World Debug Config, then call\r\n * this method with just the `body` parameter provided and no others.\r\n *\r\n * @method Phaser.Physics.Matter.World#setBodyRenderStyle\r\n * @since 3.22.0\r\n *\r\n * @param {MatterJS.BodyType} body - The Matter Body to set the render style on.\r\n * @param {number} [lineColor] - The line color. If `null` it will use the World Debug Config value.\r\n * @param {number} [lineOpacity] - The line opacity, between 0 and 1. If `null` it will use the World Debug Config value.\r\n * @param {number} [lineThickness] - The line thickness. If `null` it will use the World Debug Config value.\r\n * @param {number} [fillColor] - The fill color. If `null` it will use the World Debug Config value.\r\n * @param {number} [fillOpacity] - The fill opacity, between 0 and 1. If `null` it will use the World Debug Config value.\r\n *\r\n * @return {this} This Matter World instance for method chaining.\r\n */", "meta": { "filename": "World.js", - "lineno": 382, + "lineno": 384, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Sets the debug render style for the given Matter Body.\r\rIf you are using this on a Phaser Game Object, such as a Matter Sprite, then pass in the body property\rto this method, not the Game Object itself.\r\rIf you wish to skip a parameter, so it retains its current value, pass `false` for it.\r\rIf you wish to reset the Body render colors to the defaults found in the World Debug Config, then call\rthis method with just the `body` parameter provided and no others.", @@ -283525,16 +283799,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#setBodyRenderStyle", "scope": "instance", - "___id": "T000002R031678", + "___id": "T000002R031760", "___s": true }, { "comment": "/**\r\n * Sets the debug render style for the given Matter Constraint.\r\n *\r\n * If you are using this on a Phaser Game Object, then pass in the body property\r\n * to this method, not the Game Object itself.\r\n *\r\n * If you wish to skip a parameter, so it retains its current value, pass `false` for it.\r\n *\r\n * If you wish to reset the Constraint render colors to the defaults found in the World Debug Config, then call\r\n * this method with just the `constraint` parameter provided and no others.\r\n *\r\n * @method Phaser.Physics.Matter.World#setConstraintRenderStyle\r\n * @since 3.22.0\r\n *\r\n * @param {MatterJS.ConstraintType} constraint - The Matter Constraint to set the render style on.\r\n * @param {number} [lineColor] - The line color. If `null` it will use the World Debug Config value.\r\n * @param {number} [lineOpacity] - The line opacity, between 0 and 1. If `null` it will use the World Debug Config value.\r\n * @param {number} [lineThickness] - The line thickness. If `null` it will use the World Debug Config value.\r\n * @param {number} [pinSize] - If this constraint is a pin, this sets the size of the pin circle. If `null` it will use the World Debug Config value.\r\n * @param {number} [anchorColor] - The color used when rendering this constraints anchors. If `null` it will use the World Debug Config value.\r\n * @param {number} [anchorSize] - The size of the anchor circle, if this constraint has anchors. If `null` it will use the World Debug Config value.\r\n *\r\n * @return {this} This Matter World instance for method chaining.\r\n */", "meta": { "filename": "World.js", - "lineno": 468, + "lineno": 470, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Sets the debug render style for the given Matter Constraint.\r\rIf you are using this on a Phaser Game Object, then pass in the body property\rto this method, not the Game Object itself.\r\rIf you wish to skip a parameter, so it retains its current value, pass `false` for it.\r\rIf you wish to reset the Constraint render colors to the defaults found in the World Debug Config, then call\rthis method with just the `constraint` parameter provided and no others.", @@ -283658,16 +283932,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#setConstraintRenderStyle", "scope": "instance", - "___id": "T000002R031692", + "___id": "T000002R031774", "___s": true }, { "comment": "/**\r\n * This internal method acts as a proxy between all of the Matter JS events and then re-emits them\r\n * via this class.\r\n *\r\n * @method Phaser.Physics.Matter.World#setEventsProxy\r\n * @since 3.0.0\r\n */", "meta": { "filename": "World.js", - "lineno": 579, + "lineno": 581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "This internal method acts as a proxy between all of the Matter JS events and then re-emits them\rvia this class.", @@ -283677,16 +283951,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#setEventsProxy", "scope": "instance", - "___id": "T000002R031711", + "___id": "T000002R031793", "___s": true }, { "comment": "/**\r\n * Sets the bounds of the Physics world to match the given world pixel dimensions.\r\n *\r\n * You can optionally set which 'walls' to create: left, right, top or bottom.\r\n * If none of the walls are given it will default to use the walls settings it had previously.\r\n * I.e. if you previously told it to not have the left or right walls, and you then adjust the world size\r\n * the newly created bounds will also not have the left and right walls.\r\n * Explicitly state them in the parameters to override this.\r\n *\r\n * @method Phaser.Physics.Matter.World#setBounds\r\n * @since 3.0.0\r\n *\r\n * @param {number} [x=0] - The x coordinate of the top-left corner of the bounds.\r\n * @param {number} [y=0] - The y coordinate of the top-left corner of the bounds.\r\n * @param {number} [width] - The width of the bounds.\r\n * @param {number} [height] - The height of the bounds.\r\n * @param {number} [thickness=64] - The thickness of each wall, in pixels.\r\n * @param {boolean} [left=true] - If true will create the left bounds wall.\r\n * @param {boolean} [right=true] - If true will create the right bounds wall.\r\n * @param {boolean} [top=true] - If true will create the top bounds wall.\r\n * @param {boolean} [bottom=true] - If true will create the bottom bounds wall.\r\n *\r\n * @return {Phaser.Physics.Matter.World} This Matter World object.\r\n */", "meta": { "filename": "World.js", - "lineno": 702, + "lineno": 792, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Sets the bounds of the Physics world to match the given world pixel dimensions.\r\rYou can optionally set which 'walls' to create: left, right, top or bottom.\rIf none of the walls are given it will default to use the walls settings it had previously.\rI.e. if you previously told it to not have the left or right walls, and you then adjust the world size\rthe newly created bounds will also not have the left and right walls.\rExplicitly state them in the parameters to override this.", @@ -283845,16 +284119,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#setBounds", "scope": "instance", - "___id": "T000002R031735", + "___id": "T000002R031823", "___s": true }, { "comment": "/**\r\n * Updates the 4 rectangle bodies that were created, if `setBounds` was set in the Matter config, to use\r\n * the new positions and sizes. This method is usually only called internally via the `setBounds` method.\r\n *\r\n * @method Phaser.Physics.Matter.World#updateWall\r\n * @since 3.0.0\r\n *\r\n * @param {boolean} add - `true` if the walls are being added or updated, `false` to remove them from the world.\r\n * @param {string} [position] - Either `left`, `right`, `top` or `bottom`. Only optional if `add` is `false`.\r\n * @param {number} [x] - The horizontal position to place the walls at. Only optional if `add` is `false`.\r\n * @param {number} [y] - The vertical position to place the walls at. Only optional if `add` is `false`.\r\n * @param {number} [width] - The width of the walls, in pixels. Only optional if `add` is `false`.\r\n * @param {number} [height] - The height of the walls, in pixels. Only optional if `add` is `false`.\r\n */", "meta": { "filename": "World.js", - "lineno": 746, + "lineno": 836, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Updates the 4 rectangle bodies that were created, if `setBounds` was set in the Matter config, to use\rthe new positions and sizes. This method is usually only called internally via the `setBounds` method.", @@ -283949,16 +284223,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#updateWall", "scope": "instance", - "___id": "T000002R031746", + "___id": "T000002R031834", "___s": true }, { "comment": "/**\r\n * Creates a Phaser.GameObjects.Graphics object that is used to render all of the debug bodies and joints to.\r\n *\r\n * This method is called automatically by the constructor, if debugging has been enabled.\r\n *\r\n * The created Graphics object is automatically added to the Scene at 0x0 and given a depth of `Number.MAX_VALUE`,\r\n * so it renders above all else in the Scene.\r\n *\r\n * The Graphics object is assigned to the `debugGraphic` property of this class and `drawDebug` is enabled.\r\n *\r\n * @method Phaser.Physics.Matter.World#createDebugGraphic\r\n * @since 3.0.0\r\n *\r\n * @return {Phaser.GameObjects.Graphics} The newly created Graphics object.\r\n */", "meta": { "filename": "World.js", - "lineno": 788, + "lineno": 878, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Creates a Phaser.GameObjects.Graphics object that is used to render all of the debug bodies and joints to.\r\rThis method is called automatically by the constructor, if debugging has been enabled.\r\rThe created Graphics object is automatically added to the Scene at 0x0 and given a depth of `Number.MAX_VALUE`,\rso it renders above all else in the Scene.\r\rThe Graphics object is assigned to the `debugGraphic` property of this class and `drawDebug` is enabled.", @@ -283982,16 +284256,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#createDebugGraphic", "scope": "instance", - "___id": "T000002R031756", + "___id": "T000002R031844", "___s": true }, { "comment": "/**\r\n * Sets the world gravity and gravity scale to 0.\r\n *\r\n * @method Phaser.Physics.Matter.World#disableGravity\r\n * @since 3.0.0\r\n *\r\n * @return {this} This Matter World object.\r\n */", "meta": { "filename": "World.js", - "lineno": 816, + "lineno": 906, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Sets the world gravity and gravity scale to 0.", @@ -284016,16 +284290,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#disableGravity", "scope": "instance", - "___id": "T000002R031763", + "___id": "T000002R031851", "___s": true }, { "comment": "/**\r\n * Sets the worlds gravity to the values given.\r\n *\r\n * Gravity effects all bodies in the world, unless they have the `ignoreGravity` flag set.\r\n *\r\n * @method Phaser.Physics.Matter.World#setGravity\r\n * @since 3.0.0\r\n *\r\n * @param {number} [x=0] - The world gravity x component.\r\n * @param {number} [y=1] - The world gravity y component.\r\n * @param {number} [scale=0.001] - The gravity scale factor.\r\n *\r\n * @return {this} This Matter World object.\r\n */", "meta": { "filename": "World.js", - "lineno": 833, + "lineno": 923, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Sets the worlds gravity to the values given.\r\rGravity effects all bodies in the world, unless they have the `ignoreGravity` flag set.", @@ -284097,16 +284371,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#setGravity", "scope": "instance", - "___id": "T000002R031768", + "___id": "T000002R031856", "___s": true }, { "comment": "/**\r\n * Creates a rectangle Matter body and adds it to the world.\r\n *\r\n * @method Phaser.Physics.Matter.World#create\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The horizontal position of the body in the world.\r\n * @param {number} y - The vertical position of the body in the world.\r\n * @param {number} width - The width of the body.\r\n * @param {number} height - The height of the body.\r\n * @param {object} options - Optional Matter configuration object.\r\n *\r\n * @return {MatterJS.BodyType} The Matter.js body that was created.\r\n */", "meta": { "filename": "World.js", - "lineno": 860, + "lineno": 950, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Creates a rectangle Matter body and adds it to the world.", @@ -284197,16 +284471,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#create", "scope": "instance", - "___id": "T000002R031776", + "___id": "T000002R031864", "___s": true }, { "comment": "/**\r\n * Adds a Matter JS object, or array of objects, to the world.\r\n *\r\n * The objects should be valid Matter JS entities, such as a Body, Composite or Constraint.\r\n *\r\n * Triggers `beforeAdd` and `afterAdd` events.\r\n *\r\n * @method Phaser.Physics.Matter.World#add\r\n * @since 3.0.0\r\n *\r\n * @param {(object|object[])} object - Can be single object, or an array, and can be a body, composite or constraint.\r\n *\r\n * @return {this} This Matter World object.\r\n */", "meta": { "filename": "World.js", - "lineno": 883, + "lineno": 973, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Adds a Matter JS object, or array of objects, to the world.\r\rThe objects should be valid Matter JS entities, such as a Body, Composite or Constraint.\r\rTriggers `beforeAdd` and `afterAdd` events.", @@ -284265,16 +284539,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#add", "scope": "instance", - "___id": "T000002R031779", + "___id": "T000002R031867", "___s": true }, { "comment": "/**\r\n * Removes a Matter JS object, or array of objects, from the world.\r\n *\r\n * The objects should be valid Matter JS entities, such as a Body, Composite or Constraint.\r\n *\r\n * Triggers `beforeRemove` and `afterRemove` events.\r\n *\r\n * @method Phaser.Physics.Matter.World#remove\r\n * @since 3.0.0\r\n *\r\n * @param {(object|object[])} object - Can be single object, or an array, and can be a body, composite or constraint.\r\n * @param {boolean} [deep=false] - Optionally search the objects children and recursively remove those as well.\r\n *\r\n * @return {this} This Matter World object.\r\n */", "meta": { "filename": "World.js", - "lineno": 904, + "lineno": 994, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Removes a Matter JS object, or array of objects, from the world.\r\rThe objects should be valid Matter JS entities, such as a Body, Composite or Constraint.\r\rTriggers `beforeRemove` and `afterRemove` events.", @@ -284348,16 +284622,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#remove", "scope": "instance", - "___id": "T000002R031781", + "___id": "T000002R031869", "___s": true }, { "comment": "/**\r\n * Removes a Matter JS constraint, or array of constraints, from the world.\r\n *\r\n * Triggers `beforeRemove` and `afterRemove` events.\r\n *\r\n * @method Phaser.Physics.Matter.World#removeConstraint\r\n * @since 3.0.0\r\n *\r\n * @param {(MatterJS.ConstraintType|MatterJS.ConstraintType[])} constraint - A Matter JS Constraint, or an array of constraints, to be removed.\r\n * @param {boolean} [deep=false] - Optionally search the objects children and recursively remove those as well.\r\n *\r\n * @return {this} This Matter World object.\r\n */", "meta": { "filename": "World.js", - "lineno": 938, + "lineno": 1028, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Removes a Matter JS constraint, or array of constraints, from the world.\r\rTriggers `beforeRemove` and `afterRemove` events.", @@ -284431,16 +284705,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#removeConstraint", "scope": "instance", - "___id": "T000002R031787", + "___id": "T000002R031875", "___s": true }, { "comment": "/**\r\n * Adds `MatterTileBody` instances for all the colliding tiles within the given tilemap layer.\r\n *\r\n * Set the appropriate tiles in your layer to collide before calling this method!\r\n *\r\n * If you modify the map after calling this method, i.e. via a function like `putTileAt` then\r\n * you should call the `Phaser.Physics.Matter.World.convertTiles` function directly, passing\r\n * it an array of the tiles you've added to your map.\r\n *\r\n * @method Phaser.Physics.Matter.World#convertTilemapLayer\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Tilemaps.TilemapLayer} tilemapLayer - An array of tiles.\r\n * @param {object} [options] - Options to be passed to the MatterTileBody constructor. {@see Phaser.Physics.Matter.TileBody}\r\n *\r\n * @return {this} This Matter World object.\r\n */", "meta": { "filename": "World.js", - "lineno": 958, + "lineno": 1048, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Adds `MatterTileBody` instances for all the colliding tiles within the given tilemap layer.\r\rSet the appropriate tiles in your layer to collide before calling this method!\r\rIf you modify the map after calling this method, i.e. via a function like `putTileAt` then\ryou should call the `Phaser.Physics.Matter.World.convertTiles` function directly, passing\rit an array of the tiles you've added to your map.", @@ -284494,16 +284768,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#convertTilemapLayer", "scope": "instance", - "___id": "T000002R031789", + "___id": "T000002R031877", "___s": true }, { "comment": "/**\r\n * Creates `MatterTileBody` instances for all of the given tiles. This creates bodies regardless of whether the\r\n * tiles are set to collide or not, or if they have a body already, or not.\r\n *\r\n * If you wish to pass an array of tiles that may already have bodies, you should filter the array before hand.\r\n *\r\n * @method Phaser.Physics.Matter.World#convertTiles\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Tilemaps.Tile[]} tiles - An array of tiles.\r\n * @param {object} [options] - Options to be passed to the MatterTileBody constructor. {@see Phaser.Physics.Matter.TileBody}\r\n *\r\n * @return {this} This Matter World object.\r\n */", "meta": { "filename": "World.js", - "lineno": 985, + "lineno": 1075, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Creates `MatterTileBody` instances for all of the given tiles. This creates bodies regardless of whether the\rtiles are set to collide or not, or if they have a body already, or not.\r\rIf you wish to pass an array of tiles that may already have bodies, you should filter the array before hand.", @@ -284566,16 +284840,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#convertTiles", "scope": "instance", - "___id": "T000002R031794", + "___id": "T000002R031882", "___s": true }, { "comment": "/**\r\n * Returns the next unique group index for which bodies will collide.\r\n * If `isNonColliding` is `true`, returns the next unique group index for which bodies will not collide.\r\n *\r\n * @method Phaser.Physics.Matter.World#nextGroup\r\n * @since 3.0.0\r\n *\r\n * @param {boolean} [isNonColliding=false] - If `true`, returns the next unique group index for which bodies will _not_ collide.\r\n *\r\n * @return {number} Unique category bitfield\r\n */", "meta": { "filename": "World.js", - "lineno": 1014, + "lineno": 1104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Returns the next unique group index for which bodies will collide.\rIf `isNonColliding` is `true`, returns the next unique group index for which bodies will not collide.", @@ -284616,16 +284890,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#nextGroup", "scope": "instance", - "___id": "T000002R031797", + "___id": "T000002R031885", "___s": true }, { "comment": "/**\r\n * Returns the next unique category bitfield (starting after the initial default category 0x0001).\r\n * There are 32 available.\r\n *\r\n * @method Phaser.Physics.Matter.World#nextCategory\r\n * @since 3.0.0\r\n *\r\n * @return {number} Unique category bitfield\r\n */", "meta": { "filename": "World.js", - "lineno": 1030, + "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Returns the next unique category bitfield (starting after the initial default category 0x0001).\rThere are 32 available.", @@ -284649,16 +284923,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#nextCategory", "scope": "instance", - "___id": "T000002R031799", + "___id": "T000002R031887", "___s": true }, { "comment": "/**\r\n * Pauses this Matter World instance and sets `enabled` to `false`.\r\n *\r\n * A paused world will not run any simulations for the duration it is paused.\r\n *\r\n * @method Phaser.Physics.Matter.World#pause\r\n * @fires Phaser.Physics.Matter.Events#PAUSE\r\n * @since 3.0.0\r\n *\r\n * @return {this} This Matter World object.\r\n */", "meta": { "filename": "World.js", - "lineno": 1044, + "lineno": 1134, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Pauses this Matter World instance and sets `enabled` to `false`.\r\rA paused world will not run any simulations for the duration it is paused.", @@ -284686,16 +284960,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#pause", "scope": "instance", - "___id": "T000002R031801", + "___id": "T000002R031889", "___s": true }, { "comment": "/**\r\n * Resumes this Matter World instance from a paused state and sets `enabled` to `true`.\r\n *\r\n * @method Phaser.Physics.Matter.World#resume\r\n * @fires Phaser.Physics.Matter.Events#RESUME\r\n * @since 3.0.0\r\n *\r\n * @return {this} This Matter World object.\r\n */", "meta": { "filename": "World.js", - "lineno": 1064, + "lineno": 1154, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Resumes this Matter World instance from a paused state and sets `enabled` to `true`.", @@ -284723,16 +284997,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#resume", "scope": "instance", - "___id": "T000002R031804", + "___id": "T000002R031892", "___s": true }, { "comment": "/**\r\n * The internal update method. This is called automatically by the parent Scene.\r\n *\r\n * Moves the simulation forward in time by delta ms. Uses `World.correction` value as an optional number that\r\n * specifies the time correction factor to apply to the update. This can help improve the accuracy of the\r\n * simulation in cases where delta is changing between updates. The value of correction is defined as `delta / lastDelta`,\r\n * i.e. the percentage change of delta over the last step. Therefore the value is always 1 (no correction) when\r\n * delta is constant (or when no correction is desired, which is the default).\r\n * See the paper on Time Corrected Verlet for more information.\r\n *\r\n * Triggers `beforeUpdate` and `afterUpdate` events. Triggers `collisionStart`, `collisionActive` and `collisionEnd` events.\r\n *\r\n * If the World is paused, `update` is still run, but exits early and does not update the Matter Engine.\r\n *\r\n * @method Phaser.Physics.Matter.World#update\r\n * @since 3.0.0\r\n *\r\n * @param {number} time - The current time. Either a High Resolution Timer value if it comes from Request Animation Frame, or Date.now if using SetTimeout.\r\n * @param {number} delta - The delta time in ms since the last frame. This is a smoothed and capped value based on the FPS rate.\r\n */", "meta": { "filename": "World.js", - "lineno": 1082, + "lineno": 1172, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "The internal update method. This is called automatically by the parent Scene.\r\rMoves the simulation forward in time by delta ms. Uses `World.correction` value as an optional number that\rspecifies the time correction factor to apply to the update. This can help improve the accuracy of the\rsimulation in cases where delta is changing between updates. The value of correction is defined as `delta / lastDelta`,\ri.e. the percentage change of delta over the last step. Therefore the value is always 1 (no correction) when\rdelta is constant (or when no correction is desired, which is the default).\rSee the paper on Time Corrected Verlet for more information.\r\rTriggers `beforeUpdate` and `afterUpdate` events. Triggers `collisionStart`, `collisionActive` and `collisionEnd` events.\r\rIf the World is paused, `update` is still run, but exits early and does not update the Matter Engine.", @@ -284770,16 +285044,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#update", "scope": "instance", - "___id": "T000002R031807", + "___id": "T000002R031895", "___s": true }, { "comment": "/**\r\n * Manually advances the physics simulation by one iteration.\r\n *\r\n * You can optionally pass in the `delta` and `correction` values to be used by Engine.update.\r\n * If undefined they use the Matter defaults of 60Hz and no correction.\r\n *\r\n * Calling `step` directly bypasses any checks of `enabled` or `autoUpdate`.\r\n *\r\n * It also ignores any custom `getDelta` functions, as you should be passing the delta\r\n * value in to this call.\r\n *\r\n * You can adjust the number of iterations that Engine.update performs internally.\r\n * Use the Scene Matter Physics config object to set the following properties:\r\n *\r\n * positionIterations (defaults to 6)\r\n * velocityIterations (defaults to 4)\r\n * constraintIterations (defaults to 2)\r\n *\r\n * Adjusting these values can help performance in certain situations, depending on the physics requirements\r\n * of your game.\r\n *\r\n * @method Phaser.Physics.Matter.World#step\r\n * @since 3.4.0\r\n *\r\n * @param {number} [delta=16.666] - The delta value.\r\n */", "meta": { "filename": "World.js", - "lineno": 1153, + "lineno": 1286, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Manually advances the physics simulation by one iteration.\r\rYou can optionally pass in the `delta` and `correction` values to be used by Engine.update.\rIf undefined they use the Matter defaults of 60Hz and no correction.\r\rCalling `step` directly bypasses any checks of `enabled` or `autoUpdate`.\r\rIt also ignores any custom `getDelta` functions, as you should be passing the delta\rvalue in to this call.\r\rYou can adjust the number of iterations that Engine.update performs internally.\rUse the Scene Matter Physics config object to set the following properties:\r\rpositionIterations (defaults to 6)\rvelocityIterations (defaults to 4)\rconstraintIterations (defaults to 2)\r\rAdjusting these values can help performance in certain situations, depending on the physics requirements\rof your game.", @@ -284806,16 +285080,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#step", "scope": "instance", - "___id": "T000002R031825", + "___id": "T000002R031923", "___s": true }, { "comment": "/**\r\n * Runs the Matter Engine.update at a fixed timestep of 60Hz.\r\n *\r\n * @method Phaser.Physics.Matter.World#update60Hz\r\n * @since 3.4.0\r\n *\r\n * @return {number} The delta value to be passed to Engine.update.\r\n */", "meta": { "filename": "World.js", - "lineno": 1184, + "lineno": 1317, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Runs the Matter Engine.update at a fixed timestep of 60Hz.", @@ -284839,16 +285113,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#update60Hz", "scope": "instance", - "___id": "T000002R031827", + "___id": "T000002R031925", "___s": true }, { "comment": "/**\r\n * Runs the Matter Engine.update at a fixed timestep of 30Hz.\r\n *\r\n * @method Phaser.Physics.Matter.World#update30Hz\r\n * @since 3.4.0\r\n *\r\n * @return {number} The delta value to be passed to Engine.update.\r\n */", "meta": { "filename": "World.js", - "lineno": 1197, + "lineno": 1330, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Runs the Matter Engine.update at a fixed timestep of 30Hz.", @@ -284872,16 +285146,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#update30Hz", "scope": "instance", - "___id": "T000002R031829", + "___id": "T000002R031927", "___s": true }, { "comment": "/**\r\n * Returns `true` if the given body can be found within the World.\r\n *\r\n * @method Phaser.Physics.Matter.World#has\r\n * @since 3.22.0\r\n *\r\n * @param {(MatterJS.Body|Phaser.GameObjects.GameObject)} body - The Matter Body, or Game Object, to search for within the world.\r\n *\r\n * @return {MatterJS.BodyType[]} An array of all the Matter JS Bodies in this World.\r\n */", "meta": { "filename": "World.js", - "lineno": 1210, + "lineno": 1343, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Returns `true` if the given body can be found within the World.", @@ -284939,16 +285213,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#has", "scope": "instance", - "___id": "T000002R031831", + "___id": "T000002R031929", "___s": true }, { "comment": "/**\r\n * Returns all the bodies in the Matter World, including all bodies in children, recursively.\r\n *\r\n * @method Phaser.Physics.Matter.World#getAllBodies\r\n * @since 3.22.0\r\n *\r\n * @return {MatterJS.BodyType[]} An array of all the Matter JS Bodies in this World.\r\n */", "meta": { "filename": "World.js", - "lineno": 1227, + "lineno": 1360, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Returns all the bodies in the Matter World, including all bodies in children, recursively.", @@ -284981,16 +285255,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#getAllBodies", "scope": "instance", - "___id": "T000002R031834", + "___id": "T000002R031932", "___s": true }, { "comment": "/**\r\n * Returns all the constraints in the Matter World, including all constraints in children, recursively.\r\n *\r\n * @method Phaser.Physics.Matter.World#getAllConstraints\r\n * @since 3.22.0\r\n *\r\n * @return {MatterJS.ConstraintType[]} An array of all the Matter JS Constraints in this World.\r\n */", "meta": { "filename": "World.js", - "lineno": 1240, + "lineno": 1373, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Returns all the constraints in the Matter World, including all constraints in children, recursively.", @@ -285023,16 +285297,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#getAllConstraints", "scope": "instance", - "___id": "T000002R031836", + "___id": "T000002R031934", "___s": true }, { "comment": "/**\r\n * Returns all the composites in the Matter World, including all composites in children, recursively.\r\n *\r\n * @method Phaser.Physics.Matter.World#getAllComposites\r\n * @since 3.22.0\r\n *\r\n * @return {MatterJS.CompositeType[]} An array of all the Matter JS Composites in this World.\r\n */", "meta": { "filename": "World.js", - "lineno": 1253, + "lineno": 1386, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Returns all the composites in the Matter World, including all composites in children, recursively.", @@ -285065,16 +285339,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#getAllComposites", "scope": "instance", - "___id": "T000002R031838", + "___id": "T000002R031936", "___s": true }, { "comment": "/**\r\n * Renders the Engine Broadphase Controller Grid to the given Graphics instance.\r\n *\r\n * The debug renderer calls this method if the `showBroadphase` config value is set.\r\n *\r\n * This method is used internally by the Matter Debug Renderer, but is also exposed publically should\r\n * you wish to render the Grid to your own Graphics instance.\r\n *\r\n * @method Phaser.Physics.Matter.World#renderGrid\r\n * @since 3.22.0\r\n *\r\n * @param {MatterJS.Grid} grid - The Matter Grid to be rendered.\r\n * @param {Phaser.GameObjects.Graphics} graphics - The Graphics object to render to.\r\n * @param {number} lineColor - The line color.\r\n * @param {number} lineOpacity - The line opacity, between 0 and 1.\r\n *\r\n * @return {this} This Matter World instance for method chaining.\r\n */", "meta": { "filename": "World.js", - "lineno": 1331, + "lineno": 1464, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Renders the Engine Broadphase Controller Grid to the given Graphics instance.\r\rThe debug renderer calls this method if the `showBroadphase` config value is set.\r\rThis method is used internally by the Matter Debug Renderer, but is also exposed publically should\ryou wish to render the Grid to your own Graphics instance.", @@ -285153,16 +285427,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#renderGrid", "scope": "instance", - "___id": "T000002R031846", + "___id": "T000002R031944", "___s": true }, { "comment": "/**\r\n * Renders the list of Pair separations to the given Graphics instance.\r\n *\r\n * The debug renderer calls this method if the `showSeparations` config value is set.\r\n *\r\n * This method is used internally by the Matter Debug Renderer, but is also exposed publically should\r\n * you wish to render the Grid to your own Graphics instance.\r\n *\r\n * @method Phaser.Physics.Matter.World#renderSeparations\r\n * @since 3.22.0\r\n *\r\n * @param {MatterJS.Pair[]} pairs - An array of Matter Pairs to be rendered.\r\n * @param {Phaser.GameObjects.Graphics} graphics - The Graphics object to render to.\r\n * @param {number} lineColor - The line color.\r\n *\r\n * @return {this} This Matter World instance for method chaining.\r\n */", "meta": { "filename": "World.js", - "lineno": 1377, + "lineno": 1510, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Renders the list of Pair separations to the given Graphics instance.\r\rThe debug renderer calls this method if the `showSeparations` config value is set.\r\rThis method is used internally by the Matter Debug Renderer, but is also exposed publically should\ryou wish to render the Grid to your own Graphics instance.", @@ -285237,16 +285511,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#renderSeparations", "scope": "instance", - "___id": "T000002R031852", + "___id": "T000002R031950", "___s": true }, { "comment": "/**\r\n * Renders the list of collision points and normals to the given Graphics instance.\r\n *\r\n * The debug renderer calls this method if the `showCollisions` config value is set.\r\n *\r\n * This method is used internally by the Matter Debug Renderer, but is also exposed publically should\r\n * you wish to render the Grid to your own Graphics instance.\r\n *\r\n * @method Phaser.Physics.Matter.World#renderCollisions\r\n * @since 3.22.0\r\n *\r\n * @param {MatterJS.Pair[]} pairs - An array of Matter Pairs to be rendered.\r\n * @param {Phaser.GameObjects.Graphics} graphics - The Graphics object to render to.\r\n * @param {number} lineColor - The line color.\r\n *\r\n * @return {this} This Matter World instance for method chaining.\r\n */", "meta": { "filename": "World.js", - "lineno": 1446, + "lineno": 1579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Renders the list of collision points and normals to the given Graphics instance.\r\rThe debug renderer calls this method if the `showCollisions` config value is set.\r\rThis method is used internally by the Matter Debug Renderer, but is also exposed publically should\ryou wish to render the Grid to your own Graphics instance.", @@ -285321,16 +285595,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#renderCollisions", "scope": "instance", - "___id": "T000002R031866", + "___id": "T000002R031964", "___s": true }, { "comment": "/**\r\n * Renders the bounds of an array of Bodies to the given Graphics instance.\r\n *\r\n * If the body is a compound body, it will render the bounds for the parent compound.\r\n *\r\n * The debug renderer calls this method if the `showBounds` config value is set.\r\n *\r\n * This method is used internally by the Matter Debug Renderer, but is also exposed publically should\r\n * you wish to render bounds to your own Graphics instance.\r\n *\r\n * @method Phaser.Physics.Matter.World#renderBodyBounds\r\n * @since 3.22.0\r\n *\r\n * @param {array} bodies - An array of bodies from the localWorld.\r\n * @param {Phaser.GameObjects.Graphics} graphics - The Graphics object to render to.\r\n * @param {number} lineColor - The line color.\r\n * @param {number} lineOpacity - The line opacity, between 0 and 1.\r\n */", "meta": { "filename": "World.js", - "lineno": 1540, + "lineno": 1676, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Renders the bounds of an array of Bodies to the given Graphics instance.\r\rIf the body is a compound body, it will render the bounds for the parent compound.\r\rThe debug renderer calls this method if the `showBounds` config value is set.\r\rThis method is used internally by the Matter Debug Renderer, but is also exposed publically should\ryou wish to render bounds to your own Graphics instance.", @@ -285394,16 +285668,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#renderBodyBounds", "scope": "instance", - "___id": "T000002R031883", + "___id": "T000002R031981", "___s": true }, { "comment": "/**\r\n * Renders either all axes, or a single axis indicator, for an array of Bodies, to the given Graphics instance.\r\n *\r\n * The debug renderer calls this method if the `showAxes` or `showAngleIndicator` config values are set.\r\n *\r\n * This method is used internally by the Matter Debug Renderer, but is also exposed publically should\r\n * you wish to render bounds to your own Graphics instance.\r\n *\r\n * @method Phaser.Physics.Matter.World#renderBodyAxes\r\n * @since 3.22.0\r\n *\r\n * @param {array} bodies - An array of bodies from the localWorld.\r\n * @param {Phaser.GameObjects.Graphics} graphics - The Graphics object to render to.\r\n * @param {boolean} showAxes - If `true` it will render all body axes. If `false` it will render a single axis indicator.\r\n * @param {number} lineColor - The line color.\r\n * @param {number} lineOpacity - The line opacity, between 0 and 1.\r\n */", "meta": { "filename": "World.js", - "lineno": 1604, + "lineno": 1740, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Renders either all axes, or a single axis indicator, for an array of Bodies, to the given Graphics instance.\r\rThe debug renderer calls this method if the `showAxes` or `showAngleIndicator` config values are set.\r\rThis method is used internally by the Matter Debug Renderer, but is also exposed publically should\ryou wish to render bounds to your own Graphics instance.", @@ -285480,16 +285754,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#renderBodyAxes", "scope": "instance", - "___id": "T000002R031891", + "___id": "T000002R031989", "___s": true }, { "comment": "/**\r\n * Renders a velocity indicator for an array of Bodies, to the given Graphics instance.\r\n *\r\n * The debug renderer calls this method if the `showVelocity` config value is set.\r\n *\r\n * This method is used internally by the Matter Debug Renderer, but is also exposed publically should\r\n * you wish to render bounds to your own Graphics instance.\r\n *\r\n * @method Phaser.Physics.Matter.World#renderBodyVelocity\r\n * @since 3.22.0\r\n *\r\n * @param {array} bodies - An array of bodies from the localWorld.\r\n * @param {Phaser.GameObjects.Graphics} graphics - The Graphics object to render to.\r\n * @param {number} lineColor - The line color.\r\n * @param {number} lineOpacity - The line opacity, between 0 and 1.\r\n * @param {number} lineThickness - The line thickness.\r\n */", "meta": { "filename": "World.js", - "lineno": 1681, + "lineno": 1817, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Renders a velocity indicator for an array of Bodies, to the given Graphics instance.\r\rThe debug renderer calls this method if the `showVelocity` config value is set.\r\rThis method is used internally by the Matter Debug Renderer, but is also exposed publically should\ryou wish to render bounds to your own Graphics instance.", @@ -285566,16 +285840,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#renderBodyVelocity", "scope": "instance", - "___id": "T000002R031906", + "___id": "T000002R032004", "___s": true }, { "comment": "/**\r\n * Renders a single Matter Body to the given Phaser Graphics Game Object.\r\n *\r\n * This method is used internally by the Matter Debug Renderer, but is also exposed publically should\r\n * you wish to render a Body to your own Graphics instance.\r\n *\r\n * If you don't wish to render a line around the body, set the `lineColor` parameter to `null`.\r\n * Equally, if you don't wish to render a fill, set the `fillColor` parameter to `null`.\r\n *\r\n * @method Phaser.Physics.Matter.World#renderBody\r\n * @since 3.22.0\r\n *\r\n * @param {MatterJS.BodyType} body - The Matter Body to be rendered.\r\n * @param {Phaser.GameObjects.Graphics} graphics - The Graphics object to render to.\r\n * @param {boolean} showInternalEdges - Render internal edges of the polygon?\r\n * @param {number} [lineColor] - The line color.\r\n * @param {number} [lineOpacity] - The line opacity, between 0 and 1.\r\n * @param {number} [lineThickness=1] - The line thickness.\r\n * @param {number} [fillColor] - The fill color.\r\n * @param {number} [fillOpacity] - The fill opacity, between 0 and 1.\r\n *\r\n * @return {this} This Matter World instance for method chaining.\r\n */", "meta": { "filename": "World.js", - "lineno": 1813, + "lineno": 1949, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Renders a single Matter Body to the given Phaser Graphics Game Object.\r\rThis method is used internally by the Matter Debug Renderer, but is also exposed publically should\ryou wish to render a Body to your own Graphics instance.\r\rIf you don't wish to render a line around the body, set the `lineColor` parameter to `null`.\rEqually, if you don't wish to render a fill, set the `fillColor` parameter to `null`.", @@ -285712,16 +285986,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#renderBody", "scope": "instance", - "___id": "T000002R031939", + "___id": "T000002R032037", "___s": true }, { "comment": "/**\r\n * Renders the Convex Hull for a single Matter Body to the given Phaser Graphics Game Object.\r\n *\r\n * This method is used internally by the Matter Debug Renderer, but is also exposed publically should\r\n * you wish to render a Body hull to your own Graphics instance.\r\n *\r\n * @method Phaser.Physics.Matter.World#renderConvexHull\r\n * @since 3.22.0\r\n *\r\n * @param {MatterJS.BodyType} body - The Matter Body to be rendered.\r\n * @param {Phaser.GameObjects.Graphics} graphics - The Graphics object to render to.\r\n * @param {number} hullColor - The color used to render the hull.\r\n * @param {number} [lineThickness=1] - The hull line thickness.\r\n *\r\n * @return {this} This Matter World instance for method chaining.\r\n */", "meta": { "filename": "World.js", - "lineno": 1953, + "lineno": 2089, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Renders the Convex Hull for a single Matter Body to the given Phaser Graphics Game Object.\r\rThis method is used internally by the Matter Debug Renderer, but is also exposed publically should\ryou wish to render a Body hull to your own Graphics instance.", @@ -285802,16 +286076,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#renderConvexHull", "scope": "instance", - "___id": "T000002R031964", + "___id": "T000002R032062", "___s": true }, { "comment": "/**\r\n * Renders a single Matter Constraint, such as a Pin or a Spring, to the given Phaser Graphics Game Object.\r\n *\r\n * This method is used internally by the Matter Debug Renderer, but is also exposed publically should\r\n * you wish to render a Constraint to your own Graphics instance.\r\n *\r\n * @method Phaser.Physics.Matter.World#renderConstraint\r\n * @since 3.22.0\r\n *\r\n * @param {MatterJS.ConstraintType} constraint - The Matter Constraint to render.\r\n * @param {Phaser.GameObjects.Graphics} graphics - The Graphics object to render to.\r\n * @param {number} lineColor - The line color.\r\n * @param {number} lineOpacity - The line opacity, between 0 and 1.\r\n * @param {number} lineThickness - The line thickness.\r\n * @param {number} pinSize - If this constraint is a pin, this sets the size of the pin circle.\r\n * @param {number} anchorColor - The color used when rendering this constraints anchors. Set to `null` to not render anchors.\r\n * @param {number} anchorSize - The size of the anchor circle, if this constraint has anchors and is rendering them.\r\n *\r\n * @return {this} This Matter World instance for method chaining.\r\n */", "meta": { "filename": "World.js", - "lineno": 2031, + "lineno": 2167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Renders a single Matter Constraint, such as a Pin or a Spring, to the given Phaser Graphics Game Object.\r\rThis method is used internally by the Matter Debug Renderer, but is also exposed publically should\ryou wish to render a Constraint to your own Graphics instance.", @@ -285942,16 +286216,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#renderConstraint", "scope": "instance", - "___id": "T000002R031983", + "___id": "T000002R032081", "___s": true }, { "comment": "/**\r\n * Resets the internal collision IDs that Matter.JS uses for Body collision groups.\r\n *\r\n * You should call this before destroying your game if you need to restart the game\r\n * again on the same page, without first reloading the page. Or, if you wish to\r\n * consistently destroy a Scene that contains Matter.js and then run it again\r\n * later in the same game.\r\n *\r\n * @method Phaser.Physics.Matter.World#resetCollisionIDs\r\n * @since 3.17.0\r\n */", "meta": { "filename": "World.js", - "lineno": 2127, + "lineno": 2263, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Resets the internal collision IDs that Matter.JS uses for Body collision groups.\r\rYou should call this before destroying your game if you need to restart the game\ragain on the same page, without first reloading the page. Or, if you wish to\rconsistently destroy a Scene that contains Matter.js and then run it again\rlater in the same game.", @@ -285961,16 +286235,16 @@ "memberof": "Phaser.Physics.Matter.World", "longname": "Phaser.Physics.Matter.World#resetCollisionIDs", "scope": "instance", - "___id": "T000002R032001", + "___id": "T000002R032099", "___s": true }, { "comment": "/**\r\n * Will remove all Matter physics event listeners and clear the matter physics world,\r\n * engine and any debug graphics, if any.\r\n *\r\n * @method Phaser.Physics.Matter.World#shutdown\r\n * @since 3.0.0\r\n */", "meta": { "filename": "World.js", - "lineno": 2147, + "lineno": 2283, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Will remove all Matter physics event listeners and clear the matter physics world,\rengine and any debug graphics, if any.", @@ -285981,16 +286255,16 @@ "longname": "Phaser.Physics.Matter.World#shutdown", "scope": "instance", "overrides": "Phaser.Events.EventEmitter#shutdown", - "___id": "T000002R032006", + "___id": "T000002R032104", "___s": true }, { "comment": "/**\r\n * Will remove all Matter physics event listeners and clear the matter physics world,\r\n * engine and any debug graphics, if any.\r\n *\r\n * After destroying the world it cannot be re-used again.\r\n *\r\n * @method Phaser.Physics.Matter.World#destroy\r\n * @since 3.0.0\r\n */", "meta": { "filename": "World.js", - "lineno": 2170, + "lineno": 2306, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js", "code": {} }, "description": "Will remove all Matter physics event listeners and clear the matter physics world,\rengine and any debug graphics, if any.\r\rAfter destroying the world it cannot be re-used again.", @@ -286001,7 +286275,7 @@ "longname": "Phaser.Physics.Matter.World#destroy", "scope": "instance", "overrides": "Phaser.Events.EventEmitter#destroy", - "___id": "T000002R032008", + "___id": "T000002R032106", "___s": true }, { @@ -286010,7 +286284,7 @@ "filename": "BasePlugin.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "classdesc": "A Global Plugin is installed just once into the Game owned Plugin Manager.\rIt can listen for Game events and respond to them.", @@ -286035,7 +286309,7 @@ ], "scope": "static", "longname": "Phaser.Plugins.BasePlugin", - "___id": "T000002R032012", + "___id": "T000002R032110", "___s": true }, { @@ -286044,7 +286318,7 @@ "filename": "BasePlugin.js", "lineno": 27, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "A handy reference to the Plugin Manager that is responsible for this plugin.\rCan be used as a route to gain access to game systems and events.", @@ -286064,7 +286338,7 @@ "longname": "Phaser.Plugins.BasePlugin#pluginManager", "scope": "instance", "kind": "member", - "___id": "T000002R032015", + "___id": "T000002R032113", "___s": true }, { @@ -286073,7 +286347,7 @@ "filename": "BasePlugin.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "A reference to the Game instance this plugin is running under.", @@ -286093,7 +286367,7 @@ "longname": "Phaser.Plugins.BasePlugin#game", "scope": "instance", "kind": "member", - "___id": "T000002R032017", + "___id": "T000002R032115", "___s": true }, { @@ -286102,7 +286376,7 @@ "filename": "BasePlugin.js", "lineno": 49, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "The PluginManager calls this method on a Global Plugin when the plugin is first instantiated.\rIt will never be called again on this instance.\rIn here you can set-up whatever you need for this plugin to run.\rIf a plugin is set to automatically start then `BasePlugin.start` will be called immediately after this.\rOn a Scene Plugin, this method is never called. Use {@link Phaser.Plugins.ScenePlugin#boot} instead.", @@ -286130,7 +286404,7 @@ "memberof": "Phaser.Plugins.BasePlugin", "longname": "Phaser.Plugins.BasePlugin#init", "scope": "instance", - "___id": "T000002R032019", + "___id": "T000002R032117", "___s": true }, { @@ -286139,7 +286413,7 @@ "filename": "BasePlugin.js", "lineno": 65, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "The PluginManager calls this method on a Global Plugin when the plugin is started.\rIf a plugin is stopped, and then started again, this will get called again.\rTypically called immediately after `BasePlugin.init`.\rOn a Scene Plugin, this method is never called.", @@ -286149,7 +286423,7 @@ "memberof": "Phaser.Plugins.BasePlugin", "longname": "Phaser.Plugins.BasePlugin#start", "scope": "instance", - "___id": "T000002R032021", + "___id": "T000002R032119", "___s": true }, { @@ -286158,7 +286432,7 @@ "filename": "BasePlugin.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "The PluginManager calls this method on a Global Plugin when the plugin is stopped.\rThe game code has requested that your plugin stop doing whatever it does.\rIt is now considered as 'inactive' by the PluginManager.\rHandle that process here (i.e. stop listening for events, etc)\rIf the plugin is started again then `BasePlugin.start` will be called again.\rOn a Scene Plugin, this method is never called.", @@ -286168,7 +286442,7 @@ "memberof": "Phaser.Plugins.BasePlugin", "longname": "Phaser.Plugins.BasePlugin#stop", "scope": "instance", - "___id": "T000002R032023", + "___id": "T000002R032121", "___s": true }, { @@ -286177,7 +286451,7 @@ "filename": "BasePlugin.js", "lineno": 107, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Game instance has been destroyed.\rYou must release everything in here, all references, all objects, free it all up.", @@ -286187,7 +286461,7 @@ "memberof": "Phaser.Plugins.BasePlugin", "longname": "Phaser.Plugins.BasePlugin#destroy", "scope": "instance", - "___id": "T000002R032025", + "___id": "T000002R032123", "___s": true }, { @@ -286196,7 +286470,7 @@ "filename": "DefaultPlugins.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "The Default Plugins.", @@ -286206,7 +286480,7 @@ "since": "3.0.0", "longname": "Phaser.Plugins.DefaultPlugins", "scope": "static", - "___id": "T000002R032032", + "___id": "T000002R032130", "___s": true }, { @@ -286215,7 +286489,7 @@ "filename": "DefaultPlugins.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "These are the Global Managers that are created by the Phaser.Game instance.\rThey are referenced from Scene.Systems so that plugins can use them.", @@ -286234,7 +286508,7 @@ "longname": "Phaser.Plugins.DefaultPlugins.Global", "scope": "static", "kind": "member", - "___id": "T000002R032034", + "___id": "T000002R032132", "___s": true }, { @@ -286243,7 +286517,7 @@ "filename": "DefaultPlugins.js", "lineno": 39, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "These are the core plugins that are installed into every Scene.Systems instance, no matter what.\rThey are optionally exposed in the Scene as well (see the InjectionMap for details)\r\rThey are created in the order in which they appear in this array and EventEmitter is always first.", @@ -286262,7 +286536,7 @@ "longname": "Phaser.Plugins.DefaultPlugins.CoreScene", "scope": "static", "kind": "member", - "___id": "T000002R032036", + "___id": "T000002R032134", "___s": true }, { @@ -286271,7 +286545,7 @@ "filename": "DefaultPlugins.js", "lineno": 62, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "These plugins are created in Scene.Systems in addition to the CoreScenePlugins.\r\rYou can elect not to have these plugins by either creating a DefaultPlugins object as part\rof the Game Config, by creating a Plugins object as part of a Scene Config, or by modifying this array\rand building your own bundle.\r\rThey are optionally exposed in the Scene as well (see the InjectionMap for details)\r\rThey are always created in the order in which they appear in the array.", @@ -286290,7 +286564,7 @@ "longname": "Phaser.Plugins.DefaultPlugins.DefaultScene", "scope": "static", "kind": "member", - "___id": "T000002R032038", + "___id": "T000002R032136", "___s": true }, { @@ -286299,7 +286573,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "kind": "namespace", @@ -286307,7 +286581,7 @@ "memberof": "Phaser", "longname": "Phaser.Plugins", "scope": "static", - "___id": "T000002R032041", + "___id": "T000002R032139", "___s": true }, { @@ -286316,7 +286590,7 @@ "filename": "PluginCache.js", "lineno": 17, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "kind": "namespace", @@ -286324,7 +286598,7 @@ "memberof": "Phaser.Plugins", "longname": "Phaser.Plugins.PluginCache", "scope": "static", - "___id": "T000002R032051", + "___id": "T000002R032149", "___s": true }, { @@ -286333,7 +286607,7 @@ "filename": "PluginCache.js", "lineno": 21, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Static method called directly by the Core internal Plugins.\rKey is a reference used to get the plugin from the plugins object (i.e. InputPlugin)\rPlugin is the object to instantiate to create the plugin\rMapping is what the plugin is injected into the Scene.Systems as (i.e. input)", @@ -286399,7 +286673,7 @@ "memberof": "Phaser.Plugins.PluginCache", "longname": "Phaser.Plugins.PluginCache.register", "scope": "static", - "___id": "T000002R032052", + "___id": "T000002R032150", "___s": true }, { @@ -286408,7 +286682,7 @@ "filename": "PluginCache.js", "lineno": 42, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Stores a custom plugin in the global plugin cache.\rThe key must be unique, within the scope of the cache.", @@ -286474,7 +286748,7 @@ "memberof": "Phaser.Plugins.PluginCache", "longname": "Phaser.Plugins.PluginCache.registerCustom", "scope": "static", - "___id": "T000002R032059", + "___id": "T000002R032157", "___s": true }, { @@ -286483,7 +286757,7 @@ "filename": "PluginCache.js", "lineno": 59, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Checks if the given key is already being used in the core plugin cache.", @@ -286522,7 +286796,7 @@ "memberof": "Phaser.Plugins.PluginCache", "longname": "Phaser.Plugins.PluginCache.hasCore", "scope": "static", - "___id": "T000002R032065", + "___id": "T000002R032163", "___s": true }, { @@ -286531,7 +286805,7 @@ "filename": "PluginCache.js", "lineno": 74, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Checks if the given key is already being used in the custom plugin cache.", @@ -286570,7 +286844,7 @@ "memberof": "Phaser.Plugins.PluginCache", "longname": "Phaser.Plugins.PluginCache.hasCustom", "scope": "static", - "___id": "T000002R032067", + "___id": "T000002R032165", "___s": true }, { @@ -286579,7 +286853,7 @@ "filename": "PluginCache.js", "lineno": 89, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Returns the core plugin object from the cache based on the given key.", @@ -286618,7 +286892,7 @@ "memberof": "Phaser.Plugins.PluginCache", "longname": "Phaser.Plugins.PluginCache.getCore", "scope": "static", - "___id": "T000002R032069", + "___id": "T000002R032167", "___s": true }, { @@ -286627,7 +286901,7 @@ "filename": "PluginCache.js", "lineno": 104, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Returns the custom plugin object from the cache based on the given key.", @@ -286666,7 +286940,7 @@ "memberof": "Phaser.Plugins.PluginCache", "longname": "Phaser.Plugins.PluginCache.getCustom", "scope": "static", - "___id": "T000002R032071", + "___id": "T000002R032169", "___s": true }, { @@ -286675,7 +286949,7 @@ "filename": "PluginCache.js", "lineno": 119, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Returns an object from the custom cache based on the given key that can be instantiated.", @@ -286714,7 +286988,7 @@ "memberof": "Phaser.Plugins.PluginCache", "longname": "Phaser.Plugins.PluginCache.getCustomClass", "scope": "static", - "___id": "T000002R032073", + "___id": "T000002R032171", "___s": true }, { @@ -286723,7 +286997,7 @@ "filename": "PluginCache.js", "lineno": 134, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Removes a core plugin based on the given key.", @@ -286748,7 +287022,7 @@ "memberof": "Phaser.Plugins.PluginCache", "longname": "Phaser.Plugins.PluginCache.remove", "scope": "static", - "___id": "T000002R032075", + "___id": "T000002R032173", "___s": true }, { @@ -286757,7 +287031,7 @@ "filename": "PluginCache.js", "lineno": 150, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Removes a custom plugin based on the given key.", @@ -286782,7 +287056,7 @@ "memberof": "Phaser.Plugins.PluginCache", "longname": "Phaser.Plugins.PluginCache.removeCustom", "scope": "static", - "___id": "T000002R032077", + "___id": "T000002R032175", "___s": true }, { @@ -286791,7 +287065,7 @@ "filename": "PluginCache.js", "lineno": 166, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Removes all Core Plugins.\r\rThis includes all of the internal system plugins that Phaser needs, like the Input Plugin and Loader Plugin.\rSo be sure you only call this if you do not wish to run Phaser again.", @@ -286801,7 +287075,7 @@ "memberof": "Phaser.Plugins.PluginCache", "longname": "Phaser.Plugins.PluginCache.destroyCorePlugins", "scope": "static", - "___id": "T000002R032079", + "___id": "T000002R032177", "___s": true }, { @@ -286810,7 +287084,7 @@ "filename": "PluginCache.js", "lineno": 186, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Removes all Custom Plugins.", @@ -286820,7 +287094,7 @@ "memberof": "Phaser.Plugins.PluginCache", "longname": "Phaser.Plugins.PluginCache.destroyCustomPlugins", "scope": "static", - "___id": "T000002R032082", + "___id": "T000002R032180", "___s": true }, { @@ -286829,7 +287103,7 @@ "filename": "PluginManager.js", "lineno": 17, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "classdesc": "The PluginManager is responsible for installing and adding plugins to Phaser.\r\rIt is a global system and therefore belongs to the Game instance, not a specific Scene.\r\rIt works in conjunction with the PluginCache. Core internal plugins automatically register themselves\rwith the Cache, but it's the Plugin Manager that is responsible for injecting them into the Scenes.\r\rThere are two types of plugin:\r\r1. A Global Plugin\r2. A Scene Plugin\r\rA Global Plugin is a plugin that lives within the Plugin Manager rather than a Scene. You can get\raccess to it by calling `PluginManager.get` and providing a key. Any Scene that requests a plugin in\rthis way will all get access to the same plugin instance, allowing you to use a single plugin across\rmultiple Scenes.\r\rA Scene Plugin is a plugin dedicated to running within a Scene. These are different to Global Plugins\rin that their instances do not live within the Plugin Manager, but within the Scene Systems class instead.\rAnd that every Scene created is given its own unique instance of a Scene Plugin. Examples of core Scene\rPlugins include the Input Plugin, the Tween Plugin and the physics Plugins.\r\rYou can add a plugin to Phaser in three different ways:\r\r1. Preload it\r2. Include it in your source code and install it via the Game Config\r3. Include it in your source code and install it within a Scene\r\rFor examples of all of these approaches please see the Phaser 3 Examples Repo `plugins` folder.\r\rFor information on creating your own plugin please see the Phaser 3 Plugin Template.", @@ -286854,7 +287128,7 @@ ], "scope": "static", "longname": "Phaser.Plugins.PluginManager", - "___id": "T000002R032095", + "___id": "T000002R032193", "___s": true }, { @@ -286863,7 +287137,7 @@ "filename": "PluginManager.js", "lineno": 68, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "The game instance that owns this Plugin Manager.", @@ -286882,7 +287156,7 @@ "longname": "Phaser.Plugins.PluginManager#game", "scope": "instance", "kind": "member", - "___id": "T000002R032099", + "___id": "T000002R032197", "___s": true }, { @@ -286891,7 +287165,7 @@ "filename": "PluginManager.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "The global plugins currently running and managed by this Plugin Manager.\rA plugin must have been started at least once in order to appear in this list.", @@ -286919,7 +287193,7 @@ "longname": "Phaser.Plugins.PluginManager#plugins", "scope": "instance", "kind": "member", - "___id": "T000002R032101", + "___id": "T000002R032199", "___s": true }, { @@ -286928,7 +287202,7 @@ "filename": "PluginManager.js", "lineno": 87, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "A list of plugin keys that should be installed into Scenes as well as the Core Plugins.", @@ -286956,7 +287230,7 @@ "longname": "Phaser.Plugins.PluginManager#scenePlugins", "scope": "instance", "kind": "member", - "___id": "T000002R032103", + "___id": "T000002R032201", "___s": true }, { @@ -286965,7 +287239,7 @@ "filename": "PluginManager.js", "lineno": 126, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Run once the game has booted and installs all of the plugins configured in the Game Config.", @@ -286976,7 +287250,7 @@ "memberof": "Phaser.Plugins.PluginManager", "longname": "Phaser.Plugins.PluginManager#boot", "scope": "instance", - "___id": "T000002R032109", + "___id": "T000002R032207", "___s": true }, { @@ -286985,7 +287259,7 @@ "filename": "PluginManager.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Called by the Scene Systems class. Tells the plugin manager to install all Scene plugins into it.\r\rFirst it will install global references, i.e. references from the Game systems into the Scene Systems (and Scene if mapped.)\rThen it will install Core Scene Plugins followed by Scene Plugins registered with the PluginManager.\rFinally it will install any references to Global Plugins that have a Scene mapping property into the Scene itself.", @@ -287037,7 +287311,7 @@ "memberof": "Phaser.Plugins.PluginManager", "longname": "Phaser.Plugins.PluginManager#addToScene", "scope": "instance", - "___id": "T000002R032137", + "___id": "T000002R032235", "___s": true }, { @@ -287046,7 +287320,7 @@ "filename": "PluginManager.js", "lineno": 310, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Called by the Scene Systems class. Returns a list of plugins to be installed.", @@ -287080,7 +287354,7 @@ "memberof": "Phaser.Plugins.PluginManager", "longname": "Phaser.Plugins.PluginManager#getDefaultScenePlugins", "scope": "instance", - "___id": "T000002R032165", + "___id": "T000002R032263", "___s": true }, { @@ -287089,7 +287363,7 @@ "filename": "PluginManager.js", "lineno": 329, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Installs a new Scene Plugin into the Plugin Manager and optionally adds it\rto the given Scene as well. A Scene Plugin added to the manager in this way\rwill be automatically installed into all new Scenes using the key and mapping given.\r\rThe `key` property is what the plugin is injected into Scene.Systems as.\rThe `mapping` property is optional, and if specified is what the plugin is installed into\rthe Scene as. For example:\r\r```javascript\rthis.plugins.installScenePlugin('powerupsPlugin', pluginCode, 'powerups');\r\r// and from within the scene:\rthis.sys.powerupsPlugin; // key value\rthis.powerups; // mapping value\r```\r\rThis method is called automatically by Phaser if you install your plugins using either the\rGame Configuration object, or by preloading them via the Loader.", @@ -287170,7 +287444,7 @@ "memberof": "Phaser.Plugins.PluginManager", "longname": "Phaser.Plugins.PluginManager#installScenePlugin", "scope": "instance", - "___id": "T000002R032169", + "___id": "T000002R032267", "___s": true }, { @@ -287179,7 +287453,7 @@ "filename": "PluginManager.js", "lineno": 400, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Installs a new Global Plugin into the Plugin Manager and optionally starts it running.\rA global plugin belongs to the Plugin Manager, rather than a specific Scene, and can be accessed\rand used by all Scenes in your game.\r\rThe `key` property is what you use to access this plugin from the Plugin Manager.\r\r```javascript\rthis.plugins.install('powerupsPlugin', pluginCode);\r\r// and from within the scene:\rthis.plugins.get('powerupsPlugin');\r```\r\rThis method is called automatically by Phaser if you install your plugins using either the\rGame Configuration object, or by preloading them via the Loader.\r\rThe same plugin can be installed multiple times into the Plugin Manager by simply giving each\rinstance its own unique key.", @@ -287276,7 +287550,7 @@ "memberof": "Phaser.Plugins.PluginManager", "longname": "Phaser.Plugins.PluginManager#install", "scope": "instance", - "___id": "T000002R032175", + "___id": "T000002R032273", "___s": true }, { @@ -287285,7 +287559,7 @@ "filename": "PluginManager.js", "lineno": 472, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Gets an index of a global plugin based on the given key.", @@ -287325,7 +287599,7 @@ "memberof": "Phaser.Plugins.PluginManager", "longname": "Phaser.Plugins.PluginManager#getIndex", "scope": "instance", - "___id": "T000002R032186", + "___id": "T000002R032284", "___s": true }, { @@ -287334,7 +287608,7 @@ "filename": "PluginManager.js", "lineno": 500, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Gets a global plugin based on the given key.", @@ -287374,7 +287648,7 @@ "memberof": "Phaser.Plugins.PluginManager", "longname": "Phaser.Plugins.PluginManager#getEntry", "scope": "instance", - "___id": "T000002R032191", + "___id": "T000002R032289", "___s": true }, { @@ -287383,7 +287657,7 @@ "filename": "PluginManager.js", "lineno": 521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Checks if the given global plugin, based on its key, is active or not.", @@ -287422,7 +287696,7 @@ "memberof": "Phaser.Plugins.PluginManager", "longname": "Phaser.Plugins.PluginManager#isActive", "scope": "instance", - "___id": "T000002R032194", + "___id": "T000002R032292", "___s": true }, { @@ -287431,7 +287705,7 @@ "filename": "PluginManager.js", "lineno": 538, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Starts a global plugin running.\r\rIf the plugin was previously active then calling `start` will reset it to an active state and then\rcall its `start` method.\r\rIf the plugin has never been run before a new instance of it will be created within the Plugin Manager,\rits active state set and then both of its `init` and `start` methods called, in that order.\r\rIf the plugin is already running under the given key then nothing happens.", @@ -287486,7 +287760,7 @@ "memberof": "Phaser.Plugins.PluginManager", "longname": "Phaser.Plugins.PluginManager#start", "scope": "instance", - "___id": "T000002R032197", + "___id": "T000002R032295", "___s": true }, { @@ -287495,7 +287769,7 @@ "filename": "PluginManager.js", "lineno": 615, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Stops a global plugin from running.\r\rIf the plugin is active then its active state will be set to false and the plugins `stop` method\rwill be called.\r\rIf the plugin is not already running, nothing will happen.", @@ -287535,7 +287809,7 @@ "memberof": "Phaser.Plugins.PluginManager", "longname": "Phaser.Plugins.PluginManager#stop", "scope": "instance", - "___id": "T000002R032213", + "___id": "T000002R032311", "___s": true }, { @@ -287544,7 +287818,7 @@ "filename": "PluginManager.js", "lineno": 643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Gets a global plugin from the Plugin Manager based on the given key and returns it.\r\rIf it cannot find an active plugin based on the key, but there is one in the Plugin Cache with the same key,\rthen it will create a new instance of the cached plugin and return that.", @@ -287610,7 +287884,7 @@ "memberof": "Phaser.Plugins.PluginManager", "longname": "Phaser.Plugins.PluginManager#get", "scope": "instance", - "___id": "T000002R032217", + "___id": "T000002R032315", "___s": true }, { @@ -287619,7 +287893,7 @@ "filename": "PluginManager.js", "lineno": 686, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Returns the plugin class from the cache.\rUsed internally by the Plugin Manager.", @@ -287658,7 +287932,7 @@ "memberof": "Phaser.Plugins.PluginManager", "longname": "Phaser.Plugins.PluginManager#getClass", "scope": "instance", - "___id": "T000002R032223", + "___id": "T000002R032321", "___s": true }, { @@ -287667,7 +287941,7 @@ "filename": "PluginManager.js", "lineno": 702, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Removes a global plugin from the Plugin Manager and Plugin Cache.\r\rIt is up to you to remove all references to this plugin that you may hold within your game code.", @@ -287692,7 +287966,7 @@ "memberof": "Phaser.Plugins.PluginManager", "longname": "Phaser.Plugins.PluginManager#removeGlobalPlugin", "scope": "instance", - "___id": "T000002R032225", + "___id": "T000002R032323", "___s": true }, { @@ -287701,7 +287975,7 @@ "filename": "PluginManager.js", "lineno": 724, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Removes a scene plugin from the Plugin Manager and Plugin Cache.\r\rThis will not remove the plugin from any active Scenes that are already using it.\r\rIt is up to you to remove all references to this plugin that you may hold within your game code.", @@ -287726,7 +288000,7 @@ "memberof": "Phaser.Plugins.PluginManager", "longname": "Phaser.Plugins.PluginManager#removeScenePlugin", "scope": "instance", - "___id": "T000002R032228", + "___id": "T000002R032326", "___s": true }, { @@ -287735,7 +288009,7 @@ "filename": "PluginManager.js", "lineno": 743, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Registers a new type of Game Object with the global Game Object Factory and / or Creator.\rThis is usually called from within your Plugin code and is a helpful short-cut for creating\rnew Game Objects.\r\rThe key is the property that will be injected into the factories and used to create the\rGame Object. For example:\r\r```javascript\rthis.plugins.registerGameObject('clown', clownFactoryCallback, clownCreatorCallback);\r// later in your game code:\rthis.add.clown();\rthis.make.clown();\r```\r\rThe callbacks are what are called when the factories try to create a Game Object\rmatching the given key. It's important to understand that the callbacks are invoked within\rthe context of the GameObjectFactory. In this context there are several properties available\rto use:\r\rthis.scene - A reference to the Scene that owns the GameObjectFactory.\rthis.displayList - A reference to the Display List the Scene owns.\rthis.updateList - A reference to the Update List the Scene owns.\r\rSee the GameObjectFactory and GameObjectCreator classes for more details.\rAny public property or method listed is available from your callbacks under `this`.", @@ -287788,7 +288062,7 @@ "memberof": "Phaser.Plugins.PluginManager", "longname": "Phaser.Plugins.PluginManager#registerGameObject", "scope": "instance", - "___id": "T000002R032230", + "___id": "T000002R032328", "___s": true }, { @@ -287797,7 +288071,7 @@ "filename": "PluginManager.js", "lineno": 792, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Removes a previously registered Game Object from the global Game Object Factory and / or Creator.\rThis is usually called from within your Plugin destruction code to help clean-up after your plugin has been removed.", @@ -287852,7 +288126,7 @@ "memberof": "Phaser.Plugins.PluginManager", "longname": "Phaser.Plugins.PluginManager#removeGameObject", "scope": "instance", - "___id": "T000002R032232", + "___id": "T000002R032330", "___s": true }, { @@ -287861,7 +288135,7 @@ "filename": "PluginManager.js", "lineno": 821, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Registers a new file type with the global File Types Manager, making it available to all Loader\rPlugins created after this.\r\rThis is usually called from within your Plugin code and is a helpful short-cut for creating\rnew loader file types.\r\rThe key is the property that will be injected into the Loader Plugin and used to load the\rfiles. For example:\r\r```javascript\rthis.plugins.registerFileType('wad', doomWadLoaderCallback);\r// later in your preload code:\rthis.load.wad();\r```\r\rThe callback is what is called when the loader tries to load a file matching the given key.\rIt's important to understand that the callback is invoked within\rthe context of the LoaderPlugin. In this context there are several properties / methods available\rto use:\r\rthis.addFile - A method to add the new file to the load queue.\rthis.scene - The Scene that owns the Loader Plugin instance.\r\rSee the LoaderPlugin class for more details. Any public property or method listed is available from\ryour callback under `this`.", @@ -287913,7 +288187,7 @@ "memberof": "Phaser.Plugins.PluginManager", "longname": "Phaser.Plugins.PluginManager#registerFileType", "scope": "instance", - "___id": "T000002R032236", + "___id": "T000002R032334", "___s": true }, { @@ -287922,7 +288196,7 @@ "filename": "PluginManager.js", "lineno": 865, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Destroys this Plugin Manager and all associated plugins.\rIt will iterate all plugins found and call their `destroy` methods.\r\rThe PluginCache will remove all custom plugins.", @@ -287932,7 +288206,7 @@ "memberof": "Phaser.Plugins.PluginManager", "longname": "Phaser.Plugins.PluginManager#destroy", "scope": "instance", - "___id": "T000002R032239", + "___id": "T000002R032337", "___s": true }, { @@ -287941,7 +288215,7 @@ "filename": "ScenePlugin.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "classdesc": "A Scene Level Plugin is installed into every Scene and belongs to that Scene.\rIt can listen for Scene events and respond to them.\rIt can map itself to a Scene property, or into the Scene Systems, or both.", @@ -287995,7 +288269,7 @@ ], "scope": "static", "longname": "Phaser.Plugins.ScenePlugin", - "___id": "T000002R032249", + "___id": "T000002R032347", "___s": true }, { @@ -288004,7 +288278,7 @@ "filename": "ScenePlugin.js", "lineno": 37, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "A reference to the Scene that has installed this plugin.\rOnly set if it's a Scene Plugin, otherwise `null`.\rThis property is only set when the plugin is instantiated and added to the Scene, not before.\rYou can use it during the `boot` method.", @@ -288026,7 +288300,7 @@ "longname": "Phaser.Plugins.ScenePlugin#scene", "scope": "instance", "kind": "member", - "___id": "T000002R032253", + "___id": "T000002R032351", "___s": true }, { @@ -288035,7 +288309,7 @@ "filename": "ScenePlugin.js", "lineno": 50, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "A reference to the Scene Systems of the Scene that has installed this plugin.\rOnly set if it's a Scene Plugin, otherwise `null`.\rThis property is only set when the plugin is instantiated and added to the Scene, not before.\rYou can use it during the `boot` method.", @@ -288057,7 +288331,7 @@ "longname": "Phaser.Plugins.ScenePlugin#systems", "scope": "instance", "kind": "member", - "___id": "T000002R032255", + "___id": "T000002R032353", "___s": true }, { @@ -288066,7 +288340,7 @@ "filename": "ScenePlugin.js", "lineno": 63, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "The key under which this plugin was installed into the Scene Systems.\r\rThis property is only set when the plugin is instantiated and added to the Scene, not before.\rYou can use it during the `boot` method.", @@ -288086,7 +288360,7 @@ "longname": "Phaser.Plugins.ScenePlugin#pluginKey", "scope": "instance", "kind": "member", - "___id": "T000002R032257", + "___id": "T000002R032355", "___s": true }, { @@ -288095,7 +288369,7 @@ "filename": "ScenePlugin.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "This method is called when the Scene boots. It is only ever called once.\r\rBy this point the plugin properties `scene` and `systems` will have already been set.\r\rIn here you can listen for {@link Phaser.Scenes.Events Scene events} and set-up whatever you need for this plugin to run.\rHere are the Scene events you can listen to:\r\r- start\r- ready\r- preupdate\r- update\r- postupdate\r- resize\r- pause\r- resume\r- sleep\r- wake\r- transitioninit\r- transitionstart\r- transitioncomplete\r- transitionout\r- shutdown\r- destroy\r\rAt the very least you should offer a destroy handler for when the Scene closes down, i.e:\r\r```javascript\rvar eventEmitter = this.systems.events;\reventEmitter.once('destroy', this.sceneDestroy, this);\r```", @@ -288105,7 +288379,7 @@ "memberof": "Phaser.Plugins.ScenePlugin", "longname": "Phaser.Plugins.ScenePlugin#boot", "scope": "instance", - "___id": "T000002R032259", + "___id": "T000002R032357", "___s": true }, { @@ -288114,7 +288388,7 @@ "filename": "ScenePlugin.js", "lineno": 118, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "description": "Game instance has been destroyed.\r\rYou must release everything in here, all references, all objects, free it all up.", @@ -288125,7 +288399,7 @@ "longname": "Phaser.Plugins.ScenePlugin#destroy", "scope": "instance", "overrides": "Phaser.Plugins.BasePlugin#destroy", - "___id": "T000002R032261", + "___id": "T000002R032359", "___s": true }, { @@ -288134,7 +288408,7 @@ "filename": "CorePluginContainer.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\plugins\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins\\typedefs", "code": {} }, "kind": "typedef", @@ -288209,7 +288483,7 @@ "memberof": "Phaser.Types.Plugins", "longname": "Phaser.Types.Plugins.CorePluginContainer", "scope": "static", - "___id": "T000002R032268", + "___id": "T000002R032366", "___s": true }, { @@ -288218,7 +288492,7 @@ "filename": "CustomPluginContainer.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\plugins\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins\\typedefs", "code": {} }, "kind": "typedef", @@ -288264,7 +288538,7 @@ "memberof": "Phaser.Types.Plugins", "longname": "Phaser.Types.Plugins.CustomPluginContainer", "scope": "static", - "___id": "T000002R032269", + "___id": "T000002R032367", "___s": true }, { @@ -288273,7 +288547,7 @@ "filename": "GlobalPlugin.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\plugins\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins\\typedefs", "code": {} }, "kind": "typedef", @@ -288347,7 +288621,7 @@ "memberof": "Phaser.Types.Plugins", "longname": "Phaser.Types.Plugins.GlobalPlugin", "scope": "static", - "___id": "T000002R032270", + "___id": "T000002R032368", "___s": true }, { @@ -288356,7 +288630,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\plugins\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins\\typedefs", "code": {} }, "kind": "namespace", @@ -288364,7 +288638,7 @@ "memberof": "Phaser.Types", "longname": "Phaser.Types.Plugins", "scope": "static", - "___id": "T000002R032271", + "___id": "T000002R032369", "___s": true }, { @@ -288373,7 +288647,7 @@ "filename": "BlendModes.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Phaser Blend Modes.", @@ -288383,7 +288657,7 @@ "memberof": "Phaser", "longname": "Phaser.BlendModes", "scope": "static", - "___id": "T000002R032272", + "___id": "T000002R032370", "___s": true }, { @@ -288392,7 +288666,7 @@ "filename": "BlendModes.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Skips the Blend Mode check in the renderer.", @@ -288411,7 +288685,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.SKIP_CHECK", "scope": "static", - "___id": "T000002R032274", + "___id": "T000002R032372", "___s": true }, { @@ -288420,7 +288694,7 @@ "filename": "BlendModes.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Normal blend mode. For Canvas and WebGL.\rThis is the default setting and draws new shapes on top of the existing canvas content.", @@ -288439,7 +288713,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.NORMAL", "scope": "static", - "___id": "T000002R032276", + "___id": "T000002R032374", "___s": true }, { @@ -288448,7 +288722,7 @@ "filename": "BlendModes.js", "lineno": 37, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Add blend mode. For Canvas and WebGL.\rWhere both shapes overlap the color is determined by adding color values.", @@ -288467,7 +288741,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.ADD", "scope": "static", - "___id": "T000002R032278", + "___id": "T000002R032376", "___s": true }, { @@ -288476,7 +288750,7 @@ "filename": "BlendModes.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Multiply blend mode. For Canvas and WebGL.\rThe pixels are of the top layer are multiplied with the corresponding pixel of the bottom layer. A darker picture is the result.", @@ -288495,7 +288769,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.MULTIPLY", "scope": "static", - "___id": "T000002R032280", + "___id": "T000002R032378", "___s": true }, { @@ -288504,7 +288778,7 @@ "filename": "BlendModes.js", "lineno": 59, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Screen blend mode. For Canvas and WebGL.\rThe pixels are inverted, multiplied, and inverted again. A lighter picture is the result (opposite of multiply)", @@ -288523,7 +288797,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.SCREEN", "scope": "static", - "___id": "T000002R032282", + "___id": "T000002R032380", "___s": true }, { @@ -288532,7 +288806,7 @@ "filename": "BlendModes.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Overlay blend mode. For Canvas only.\rA combination of multiply and screen. Dark parts on the base layer become darker, and light parts become lighter.", @@ -288551,7 +288825,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.OVERLAY", "scope": "static", - "___id": "T000002R032284", + "___id": "T000002R032382", "___s": true }, { @@ -288560,7 +288834,7 @@ "filename": "BlendModes.js", "lineno": 81, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Darken blend mode. For Canvas only.\rRetains the darkest pixels of both layers.", @@ -288579,7 +288853,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.DARKEN", "scope": "static", - "___id": "T000002R032286", + "___id": "T000002R032384", "___s": true }, { @@ -288588,7 +288862,7 @@ "filename": "BlendModes.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Lighten blend mode. For Canvas only.\rRetains the lightest pixels of both layers.", @@ -288607,7 +288881,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.LIGHTEN", "scope": "static", - "___id": "T000002R032288", + "___id": "T000002R032386", "___s": true }, { @@ -288616,7 +288890,7 @@ "filename": "BlendModes.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Color Dodge blend mode. For Canvas only.\rDivides the bottom layer by the inverted top layer.", @@ -288635,7 +288909,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.COLOR_DODGE", "scope": "static", - "___id": "T000002R032290", + "___id": "T000002R032388", "___s": true }, { @@ -288644,7 +288918,7 @@ "filename": "BlendModes.js", "lineno": 114, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Color Burn blend mode. For Canvas only.\rDivides the inverted bottom layer by the top layer, and then inverts the result.", @@ -288663,7 +288937,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.COLOR_BURN", "scope": "static", - "___id": "T000002R032292", + "___id": "T000002R032390", "___s": true }, { @@ -288672,7 +288946,7 @@ "filename": "BlendModes.js", "lineno": 125, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Hard Light blend mode. For Canvas only.\rA combination of multiply and screen like overlay, but with top and bottom layer swapped.", @@ -288691,7 +288965,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.HARD_LIGHT", "scope": "static", - "___id": "T000002R032294", + "___id": "T000002R032392", "___s": true }, { @@ -288700,7 +288974,7 @@ "filename": "BlendModes.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Soft Light blend mode. For Canvas only.\rA softer version of hard-light. Pure black or white does not result in pure black or white.", @@ -288719,7 +288993,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.SOFT_LIGHT", "scope": "static", - "___id": "T000002R032296", + "___id": "T000002R032394", "___s": true }, { @@ -288728,7 +289002,7 @@ "filename": "BlendModes.js", "lineno": 147, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Difference blend mode. For Canvas only.\rSubtracts the bottom layer from the top layer or the other way round to always get a positive value.", @@ -288747,7 +289021,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.DIFFERENCE", "scope": "static", - "___id": "T000002R032298", + "___id": "T000002R032396", "___s": true }, { @@ -288756,7 +289030,7 @@ "filename": "BlendModes.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Exclusion blend mode. For Canvas only.\rLike difference, but with lower contrast.", @@ -288775,7 +289049,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.EXCLUSION", "scope": "static", - "___id": "T000002R032300", + "___id": "T000002R032398", "___s": true }, { @@ -288784,7 +289058,7 @@ "filename": "BlendModes.js", "lineno": 169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Hue blend mode. For Canvas only.\rPreserves the luma and chroma of the bottom layer, while adopting the hue of the top layer.", @@ -288803,7 +289077,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.HUE", "scope": "static", - "___id": "T000002R032302", + "___id": "T000002R032400", "___s": true }, { @@ -288812,7 +289086,7 @@ "filename": "BlendModes.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Saturation blend mode. For Canvas only.\rPreserves the luma and hue of the bottom layer, while adopting the chroma of the top layer.", @@ -288831,7 +289105,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.SATURATION", "scope": "static", - "___id": "T000002R032304", + "___id": "T000002R032402", "___s": true }, { @@ -288840,7 +289114,7 @@ "filename": "BlendModes.js", "lineno": 191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Color blend mode. For Canvas only.\rPreserves the luma of the bottom layer, while adopting the hue and chroma of the top layer.", @@ -288859,7 +289133,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.COLOR", "scope": "static", - "___id": "T000002R032306", + "___id": "T000002R032404", "___s": true }, { @@ -288868,7 +289142,7 @@ "filename": "BlendModes.js", "lineno": 202, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Luminosity blend mode. For Canvas only.\rPreserves the hue and chroma of the bottom layer, while adopting the luma of the top layer.", @@ -288887,7 +289161,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.LUMINOSITY", "scope": "static", - "___id": "T000002R032308", + "___id": "T000002R032406", "___s": true }, { @@ -288896,7 +289170,7 @@ "filename": "BlendModes.js", "lineno": 213, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Alpha erase blend mode. For Canvas and WebGL.", @@ -288915,7 +289189,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.ERASE", "scope": "static", - "___id": "T000002R032310", + "___id": "T000002R032408", "___s": true }, { @@ -288924,7 +289198,7 @@ "filename": "BlendModes.js", "lineno": 223, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Source-in blend mode. For Canvas only.\rThe new shape is drawn only where both the new shape and the destination canvas overlap. Everything else is made transparent.", @@ -288943,7 +289217,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.SOURCE_IN", "scope": "static", - "___id": "T000002R032312", + "___id": "T000002R032410", "___s": true }, { @@ -288952,7 +289226,7 @@ "filename": "BlendModes.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Source-out blend mode. For Canvas only.\rThe new shape is drawn where it doesn't overlap the existing canvas content.", @@ -288971,7 +289245,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.SOURCE_OUT", "scope": "static", - "___id": "T000002R032314", + "___id": "T000002R032412", "___s": true }, { @@ -288980,7 +289254,7 @@ "filename": "BlendModes.js", "lineno": 245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Source-out blend mode. For Canvas only.\rThe new shape is only drawn where it overlaps the existing canvas content.", @@ -288999,7 +289273,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.SOURCE_ATOP", "scope": "static", - "___id": "T000002R032316", + "___id": "T000002R032414", "___s": true }, { @@ -289008,7 +289282,7 @@ "filename": "BlendModes.js", "lineno": 256, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Destination-over blend mode. For Canvas only.\rNew shapes are drawn behind the existing canvas content.", @@ -289027,7 +289301,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.DESTINATION_OVER", "scope": "static", - "___id": "T000002R032318", + "___id": "T000002R032416", "___s": true }, { @@ -289036,7 +289310,7 @@ "filename": "BlendModes.js", "lineno": 267, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Destination-in blend mode. For Canvas only.\rThe existing canvas content is kept where both the new shape and existing canvas content overlap. Everything else is made transparent.", @@ -289055,7 +289329,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.DESTINATION_IN", "scope": "static", - "___id": "T000002R032320", + "___id": "T000002R032418", "___s": true }, { @@ -289064,7 +289338,7 @@ "filename": "BlendModes.js", "lineno": 278, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Destination-out blend mode. For Canvas only.\rThe existing content is kept where it doesn't overlap the new shape.", @@ -289083,7 +289357,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.DESTINATION_OUT", "scope": "static", - "___id": "T000002R032322", + "___id": "T000002R032420", "___s": true }, { @@ -289092,7 +289366,7 @@ "filename": "BlendModes.js", "lineno": 289, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Destination-out blend mode. For Canvas only.\rThe existing canvas is only kept where it overlaps the new shape. The new shape is drawn behind the canvas content.", @@ -289111,7 +289385,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.DESTINATION_ATOP", "scope": "static", - "___id": "T000002R032324", + "___id": "T000002R032422", "___s": true }, { @@ -289120,7 +289394,7 @@ "filename": "BlendModes.js", "lineno": 300, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Lighten blend mode. For Canvas only.\rWhere both shapes overlap the color is determined by adding color values.", @@ -289139,7 +289413,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.LIGHTER", "scope": "static", - "___id": "T000002R032326", + "___id": "T000002R032424", "___s": true }, { @@ -289148,7 +289422,7 @@ "filename": "BlendModes.js", "lineno": 311, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Copy blend mode. For Canvas only.\rOnly the new shape is shown.", @@ -289167,7 +289441,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.COPY", "scope": "static", - "___id": "T000002R032328", + "___id": "T000002R032426", "___s": true }, { @@ -289176,7 +289450,7 @@ "filename": "BlendModes.js", "lineno": 322, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Xor blend mode. For Canvas only.\rShapes are made transparent where both overlap and drawn normal everywhere else.", @@ -289195,7 +289469,7 @@ "memberof": "Phaser.BlendModes", "longname": "Phaser.BlendModes.XOR", "scope": "static", - "___id": "T000002R032330", + "___id": "T000002R032428", "___s": true }, { @@ -289204,7 +289478,7 @@ "filename": "CanvasRenderer.js", "lineno": 19, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "classdesc": "The Canvas Renderer is responsible for managing 2D canvas rendering contexts,\rincluding the one used by the Games canvas. It tracks the internal state of a\rgiven context and can renderer textured Game Objects to it, taking into\raccount alpha, blending, and scaling.", @@ -289232,7 +289506,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.Canvas.CanvasRenderer", - "___id": "T000002R032342", + "___id": "T000002R032440", "___s": true }, { @@ -289241,7 +289515,7 @@ "filename": "CanvasRenderer.js", "lineno": 46, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "The local configuration settings of the CanvasRenderer.", @@ -289260,7 +289534,7 @@ "longname": "Phaser.Renderer.Canvas.CanvasRenderer#config", "scope": "instance", "kind": "member", - "___id": "T000002R032347", + "___id": "T000002R032445", "___s": true }, { @@ -289269,7 +289543,7 @@ "filename": "CanvasRenderer.js", "lineno": 60, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "The Phaser Game instance that owns this renderer.", @@ -289288,7 +289562,7 @@ "longname": "Phaser.Renderer.Canvas.CanvasRenderer#game", "scope": "instance", "kind": "member", - "___id": "T000002R032353", + "___id": "T000002R032451", "___s": true }, { @@ -289297,7 +289571,7 @@ "filename": "CanvasRenderer.js", "lineno": 69, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "A constant which allows the renderer to be easily identified as a Canvas Renderer.", @@ -289316,7 +289590,7 @@ "longname": "Phaser.Renderer.Canvas.CanvasRenderer#type", "scope": "instance", "kind": "member", - "___id": "T000002R032355", + "___id": "T000002R032453", "___s": true }, { @@ -289325,7 +289599,7 @@ "filename": "CanvasRenderer.js", "lineno": 78, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "The total number of Game Objects which were rendered in a frame.", @@ -289345,7 +289619,7 @@ "longname": "Phaser.Renderer.Canvas.CanvasRenderer#drawCount", "scope": "instance", "kind": "member", - "___id": "T000002R032357", + "___id": "T000002R032455", "___s": true }, { @@ -289354,7 +289628,7 @@ "filename": "CanvasRenderer.js", "lineno": 88, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "The width of the canvas being rendered to.", @@ -289373,7 +289647,7 @@ "longname": "Phaser.Renderer.Canvas.CanvasRenderer#width", "scope": "instance", "kind": "member", - "___id": "T000002R032359", + "___id": "T000002R032457", "___s": true }, { @@ -289382,7 +289656,7 @@ "filename": "CanvasRenderer.js", "lineno": 97, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "The height of the canvas being rendered to.", @@ -289401,7 +289675,7 @@ "longname": "Phaser.Renderer.Canvas.CanvasRenderer#height", "scope": "instance", "kind": "member", - "___id": "T000002R032361", + "___id": "T000002R032459", "___s": true }, { @@ -289410,7 +289684,7 @@ "filename": "CanvasRenderer.js", "lineno": 106, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "The canvas element which the Game uses.", @@ -289429,7 +289703,7 @@ "longname": "Phaser.Renderer.Canvas.CanvasRenderer#gameCanvas", "scope": "instance", "kind": "member", - "___id": "T000002R032363", + "___id": "T000002R032461", "___s": true }, { @@ -289438,7 +289712,7 @@ "filename": "CanvasRenderer.js", "lineno": 121, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "The canvas context used to render all Cameras in all Scenes during the game loop.", @@ -289457,7 +289731,7 @@ "longname": "Phaser.Renderer.Canvas.CanvasRenderer#gameContext", "scope": "instance", "kind": "member", - "___id": "T000002R032369", + "___id": "T000002R032467", "___s": true }, { @@ -289466,7 +289740,7 @@ "filename": "CanvasRenderer.js", "lineno": 130, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "The canvas context currently used by the CanvasRenderer for all rendering operations.", @@ -289485,7 +289759,7 @@ "longname": "Phaser.Renderer.Canvas.CanvasRenderer#currentContext", "scope": "instance", "kind": "member", - "___id": "T000002R032371", + "___id": "T000002R032469", "___s": true }, { @@ -289494,7 +289768,7 @@ "filename": "CanvasRenderer.js", "lineno": 139, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "Should the Canvas use Image Smoothing or not when drawing Sprites?", @@ -289513,7 +289787,7 @@ "longname": "Phaser.Renderer.Canvas.CanvasRenderer#antialias", "scope": "instance", "kind": "member", - "___id": "T000002R032373", + "___id": "T000002R032471", "___s": true }, { @@ -289522,7 +289796,7 @@ "filename": "CanvasRenderer.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "The blend modes supported by the Canvas Renderer.\r\rThis object maps the {@link Phaser.BlendModes} to canvas compositing operations.", @@ -289541,7 +289815,7 @@ "longname": "Phaser.Renderer.Canvas.CanvasRenderer#blendModes", "scope": "instance", "kind": "member", - "___id": "T000002R032375", + "___id": "T000002R032473", "___s": true }, { @@ -289550,7 +289824,7 @@ "filename": "CanvasRenderer.js", "lineno": 159, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "Details about the currently scheduled snapshot.\r\rIf a non-null `callback` is set in this object, a snapshot of the canvas will be taken after the current frame is fully rendered.", @@ -289569,7 +289843,7 @@ "longname": "Phaser.Renderer.Canvas.CanvasRenderer#snapshotState", "scope": "instance", "kind": "member", - "___id": "T000002R032377", + "___id": "T000002R032475", "___s": true }, { @@ -289578,7 +289852,7 @@ "filename": "CanvasRenderer.js", "lineno": 209, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "Has this renderer fully booted yet?", @@ -289597,7 +289871,7 @@ "longname": "Phaser.Renderer.Canvas.CanvasRenderer#isBooted", "scope": "instance", "kind": "member", - "___id": "T000002R032393", + "___id": "T000002R032491", "___s": true }, { @@ -289606,7 +289880,7 @@ "filename": "CanvasRenderer.js", "lineno": 221, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "Prepares the game canvas for rendering.", @@ -289616,7 +289890,7 @@ "memberof": "Phaser.Renderer.Canvas.CanvasRenderer", "longname": "Phaser.Renderer.Canvas.CanvasRenderer#init", "scope": "instance", - "___id": "T000002R032395", + "___id": "T000002R032493", "___s": true }, { @@ -289625,7 +289899,7 @@ "filename": "CanvasRenderer.js", "lineno": 255, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "The event handler that manages the `resize` event dispatched by the Scale Manager.", @@ -289663,7 +289937,7 @@ "memberof": "Phaser.Renderer.Canvas.CanvasRenderer", "longname": "Phaser.Renderer.Canvas.CanvasRenderer#onResize", "scope": "instance", - "___id": "T000002R032404", + "___id": "T000002R032502", "___s": true }, { @@ -289672,7 +289946,7 @@ "filename": "CanvasRenderer.js", "lineno": 273, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "Resize the main game canvas.", @@ -289715,7 +289989,7 @@ "memberof": "Phaser.Renderer.Canvas.CanvasRenderer", "longname": "Phaser.Renderer.Canvas.CanvasRenderer#resize", "scope": "instance", - "___id": "T000002R032406", + "___id": "T000002R032504", "___s": true }, { @@ -289724,7 +289998,7 @@ "filename": "CanvasRenderer.js", "lineno": 291, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "Resets the transformation matrix of the current context to the identity matrix, thus resetting any transformation.", @@ -289734,7 +290008,7 @@ "memberof": "Phaser.Renderer.Canvas.CanvasRenderer", "longname": "Phaser.Renderer.Canvas.CanvasRenderer#resetTransform", "scope": "instance", - "___id": "T000002R032410", + "___id": "T000002R032508", "___s": true }, { @@ -289743,7 +290017,7 @@ "filename": "CanvasRenderer.js", "lineno": 302, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "Sets the blend mode (compositing operation) of the current context.", @@ -289783,7 +290057,7 @@ "memberof": "Phaser.Renderer.Canvas.CanvasRenderer", "longname": "Phaser.Renderer.Canvas.CanvasRenderer#setBlendMode", "scope": "instance", - "___id": "T000002R032412", + "___id": "T000002R032510", "___s": true }, { @@ -289792,7 +290066,7 @@ "filename": "CanvasRenderer.js", "lineno": 319, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "Changes the Canvas Rendering Context that all draw operations are performed against.", @@ -289835,7 +290109,7 @@ "memberof": "Phaser.Renderer.Canvas.CanvasRenderer", "longname": "Phaser.Renderer.Canvas.CanvasRenderer#setContext", "scope": "instance", - "___id": "T000002R032415", + "___id": "T000002R032513", "___s": true }, { @@ -289844,7 +290118,7 @@ "filename": "CanvasRenderer.js", "lineno": 336, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "Sets the global alpha of the current context.", @@ -289884,7 +290158,7 @@ "memberof": "Phaser.Renderer.Canvas.CanvasRenderer", "longname": "Phaser.Renderer.Canvas.CanvasRenderer#setAlpha", "scope": "instance", - "___id": "T000002R032418", + "___id": "T000002R032516", "___s": true }, { @@ -289893,7 +290167,7 @@ "filename": "CanvasRenderer.js", "lineno": 353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "Called at the start of the render loop.", @@ -289906,7 +290180,7 @@ "memberof": "Phaser.Renderer.Canvas.CanvasRenderer", "longname": "Phaser.Renderer.Canvas.CanvasRenderer#preRender", "scope": "instance", - "___id": "T000002R032421", + "___id": "T000002R032519", "___s": true }, { @@ -289915,7 +290189,7 @@ "filename": "CanvasRenderer.js", "lineno": 390, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "The core render step for a Scene Camera.\r\rIterates through the given array of Game Objects and renders them with the given Camera.\r\rThis is called by the `CameraManager.render` method. The Camera Manager instance belongs to a Scene, and is invoked\rby the Scene Systems.render method.\r\rThis method is not called if `Camera.visible` is `false`, or `Camera.alpha` is zero.", @@ -289978,7 +290252,7 @@ "memberof": "Phaser.Renderer.Canvas.CanvasRenderer", "longname": "Phaser.Renderer.Canvas.CanvasRenderer#render", "scope": "instance", - "___id": "T000002R032431", + "___id": "T000002R032529", "___s": true }, { @@ -289987,7 +290261,7 @@ "filename": "CanvasRenderer.js", "lineno": 508, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "Restores the game context's global settings and takes a snapshot if one is scheduled.\r\rThe post-render step happens after all Cameras in all Scenes have been rendered.", @@ -290000,7 +290274,7 @@ "memberof": "Phaser.Renderer.Canvas.CanvasRenderer", "longname": "Phaser.Renderer.Canvas.CanvasRenderer#postRender", "scope": "instance", - "___id": "T000002R032450", + "___id": "T000002R032548", "___s": true }, { @@ -290009,7 +290283,7 @@ "filename": "CanvasRenderer.js", "lineno": 535, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "Takes a snapshot of the given area of the given canvas.\r\rUnlike the other snapshot methods, this one is processed immediately and doesn't wait for the next render.\r\rSnapshots work by creating an Image object from the canvas data, this is a blocking process, which gets\rmore expensive the larger the canvas size gets, so please be careful how you employ this in your game.", @@ -290167,7 +290441,7 @@ "memberof": "Phaser.Renderer.Canvas.CanvasRenderer", "longname": "Phaser.Renderer.Canvas.CanvasRenderer#snapshotCanvas", "scope": "instance", - "___id": "T000002R032455", + "___id": "T000002R032553", "___s": true }, { @@ -290176,7 +290450,7 @@ "filename": "CanvasRenderer.js", "lineno": 575, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "Schedules a snapshot of the entire game viewport to be taken after the current frame is rendered.\r\rTo capture a specific area see the `snapshotArea` method. To capture a specific pixel, see `snapshotPixel`.\r\rOnly one snapshot can be active _per frame_. If you have already called `snapshotPixel`, for example, then\rcalling this method will override it.\r\rSnapshots work by creating an Image object from the canvas data, this is a blocking process, which gets\rmore expensive the larger the canvas size gets, so please be careful how you employ this in your game.", @@ -290246,7 +290520,7 @@ "memberof": "Phaser.Renderer.Canvas.CanvasRenderer", "longname": "Phaser.Renderer.Canvas.CanvasRenderer#snapshot", "scope": "instance", - "___id": "T000002R032461", + "___id": "T000002R032559", "___s": true }, { @@ -290255,7 +290529,7 @@ "filename": "CanvasRenderer.js", "lineno": 600, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "Schedules a snapshot of the given area of the game viewport to be taken after the current frame is rendered.\r\rTo capture the whole game viewport see the `snapshot` method. To capture a specific pixel, see `snapshotPixel`.\r\rOnly one snapshot can be active _per frame_. If you have already called `snapshotPixel`, for example, then\rcalling this method will override it.\r\rSnapshots work by creating an Image object from the canvas data, this is a blocking process, which gets\rmore expensive the larger the canvas size gets, so please be careful how you employ this in your game.", @@ -290377,7 +290651,7 @@ "memberof": "Phaser.Renderer.Canvas.CanvasRenderer", "longname": "Phaser.Renderer.Canvas.CanvasRenderer#snapshotArea", "scope": "instance", - "___id": "T000002R032463", + "___id": "T000002R032561", "___s": true }, { @@ -290386,7 +290660,7 @@ "filename": "CanvasRenderer.js", "lineno": 640, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "Schedules a snapshot of the given pixel from the game viewport to be taken after the current frame is rendered.\r\rTo capture the whole game viewport see the `snapshot` method. To capture a specific area, see `snapshotArea`.\r\rOnly one snapshot can be active _per frame_. If you have already called `snapshotArea`, for example, then\rcalling this method will override it.\r\rUnlike the other two snapshot methods, this one will return a `Color` object containing the color data for\rthe requested pixel. It doesn't need to create an internal Canvas or Image object, so is a lot faster to execute,\rusing less memory.", @@ -290452,7 +290726,7 @@ "memberof": "Phaser.Renderer.Canvas.CanvasRenderer", "longname": "Phaser.Renderer.Canvas.CanvasRenderer#snapshotPixel", "scope": "instance", - "___id": "T000002R032474", + "___id": "T000002R032572", "___s": true }, { @@ -290461,7 +290735,7 @@ "filename": "CanvasRenderer.js", "lineno": 670, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "Takes a Sprite Game Object, or any object that extends it, and draws it to the current context.", @@ -290526,7 +290800,7 @@ "memberof": "Phaser.Renderer.Canvas.CanvasRenderer", "longname": "Phaser.Renderer.Canvas.CanvasRenderer#batchSprite", "scope": "instance", - "___id": "T000002R032477", + "___id": "T000002R032575", "___s": true }, { @@ -290535,7 +290809,7 @@ "filename": "CanvasRenderer.js", "lineno": 857, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "description": "Destroys all object references in the Canvas Renderer.", @@ -290546,7 +290820,7 @@ "longname": "Phaser.Renderer.Canvas.CanvasRenderer#destroy", "scope": "instance", "overrides": "Phaser.Events.EventEmitter#destroy", - "___id": "T000002R032522", + "___id": "T000002R032620", "___s": true }, { @@ -290555,7 +290829,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas", "code": {} }, "kind": "namespace", @@ -290563,7 +290837,7 @@ "memberof": "Phaser.Renderer", "longname": "Phaser.Renderer.Canvas", "scope": "static", - "___id": "T000002R032528", + "___id": "T000002R032626", "___s": true }, { @@ -290572,7 +290846,7 @@ "filename": "GetBlendModes.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas\\utils", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas\\utils", "code": {} }, "description": "Returns an array which maps the default blend modes to supported Canvas blend modes.\r\rIf the browser doesn't support a blend mode, it will default to the normal `source-over` blend mode.", @@ -290596,7 +290870,7 @@ "memberof": "Phaser.Renderer.Canvas", "longname": "Phaser.Renderer.Canvas.GetBlendModes", "scope": "static", - "___id": "T000002R032535", + "___id": "T000002R032633", "___s": true }, { @@ -290605,7 +290879,7 @@ "filename": "SetTransform.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\canvas\\utils", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\canvas\\utils", "code": {} }, "description": "Takes a reference to the Canvas Renderer, a Canvas Rendering Context, a Game Object, a Camera and a parent matrix\rand then performs the following steps:\r\r1. Checks the alpha of the source combined with the Camera alpha. If 0 or less it aborts.\r2. Takes the Camera and Game Object matrix and multiplies them, combined with the parent matrix if given.\r3. Sets the blend mode of the context to be that used by the Game Object.\r4. Sets the alpha value of the context to be that used by the Game Object combined with the Camera.\r5. Saves the context state.\r6. Sets the final matrix values into the context via setTransform.\r7. If the Game Object has a texture frame, imageSmoothingEnabled is set based on frame.source.scaleMode.\r8. If the Game Object does not have a texture frame, imageSmoothingEnabled is set based on Renderer.antialias.\r\rThis function is only meant to be used internally. Most of the Canvas Renderer classes use it.", @@ -290697,7 +290971,7 @@ "memberof": "Phaser.Renderer.Canvas", "longname": "Phaser.Renderer.Canvas.SetTransform", "scope": "static", - "___id": "T000002R032570", + "___id": "T000002R032668", "___s": true }, { @@ -290706,7 +290980,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\events", "code": {} }, "kind": "namespace", @@ -290714,7 +290988,7 @@ "memberof": "Phaser.Renderer", "longname": "Phaser.Renderer.Events", "scope": "static", - "___id": "T000002R032578", + "___id": "T000002R032676", "___s": true }, { @@ -290723,7 +290997,7 @@ "filename": "LOSE_WEBGL_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\events", "code": {} }, "description": "The Lose WebGL Event.\r\rThis event is dispatched by the WebGLRenderer when the WebGL context\ris lost.\r\rContext can be lost for a variety of reasons, like leaving the browser tab.\rThe game canvas DOM object will dispatch `webglcontextlost`.\rAll WebGL resources get wiped, and the context is reset.\r\rWhile WebGL is lost, the game will continue to run, but all WebGL resources\rare lost, and new ones cannot be created.\r\rOnce the context is restored and the renderer has automatically restored\rthe state, the renderer will emit a `RESTORE_WEBGL` event. At that point,\rit is safe to continue.", @@ -290757,7 +291031,7 @@ "memberof": "Phaser.Renderer.Events", "longname": "Phaser.Renderer.Events#event:LOSE_WEBGL", "scope": "instance", - "___id": "T000002R032586", + "___id": "T000002R032684", "___s": true }, { @@ -290766,7 +291040,7 @@ "filename": "POST_RENDER_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\events", "code": {} }, "description": "The Post-Render Event.\r\rThis event is dispatched by the Renderer when all rendering, for all cameras in all Scenes,\rhas completed, but before any pending snap shots have been taken.", @@ -290785,7 +291059,7 @@ "memberof": "Phaser.Renderer.Events", "longname": "Phaser.Renderer.Events#event:POST_RENDER", "scope": "instance", - "___id": "T000002R032588", + "___id": "T000002R032686", "___s": true }, { @@ -290794,7 +291068,7 @@ "filename": "PRE_RENDER_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\events", "code": {} }, "description": "The Pre-Render Event.\r\rThis event is dispatched by the Phaser Renderer. This happens right at the start of the render\rprocess, after the context has been cleared, the scissors enabled (WebGL only) and everything has been\rreset ready for the render.", @@ -290813,7 +291087,7 @@ "memberof": "Phaser.Renderer.Events", "longname": "Phaser.Renderer.Events#event:PRE_RENDER", "scope": "instance", - "___id": "T000002R032590", + "___id": "T000002R032688", "___s": true }, { @@ -290822,7 +291096,7 @@ "filename": "RENDER_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\events", "code": {} }, "description": "The Render Event.\r\rThis event is dispatched by the Phaser Renderer for every camera in every Scene.\r\rIt is dispatched before any of the children in the Scene have been rendered.", @@ -290869,7 +291143,7 @@ "memberof": "Phaser.Renderer.Events", "longname": "Phaser.Renderer.Events#event:RENDER", "scope": "instance", - "___id": "T000002R032592", + "___id": "T000002R032690", "___s": true }, { @@ -290878,7 +291152,7 @@ "filename": "RESIZE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\events", "code": {} }, "description": "The Renderer Resize Event.\r\rThis event is dispatched by the Phaser Renderer when it is resized, usually as a result\rof the Scale Manager resizing.", @@ -290925,7 +291199,7 @@ "memberof": "Phaser.Renderer.Events", "longname": "Phaser.Renderer.Events#event:RESIZE", "scope": "instance", - "___id": "T000002R032594", + "___id": "T000002R032692", "___s": true }, { @@ -290934,7 +291208,7 @@ "filename": "RESTORE_WEBGL_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\events", "code": {} }, "description": "The Restore WebGL Event.\r\rThis event is dispatched by the WebGLRenderer when the WebGL context\ris restored.\r\rIt is dispatched after all WebGL resources have been recreated.\rMost resources should come back automatically, but you will need to redraw\rdynamic textures that were GPU bound.\rListen to this event to know when you can safely do that.\r\rContext can be lost for a variety of reasons, like leaving the browser tab.\rThe game canvas DOM object will dispatch `webglcontextlost`.\rAll WebGL resources get wiped, and the context is reset.\r\rOnce the context is restored, the canvas will dispatch\r`webglcontextrestored`. Phaser uses this to re-create necessary resources.\rPlease wait for Phaser to dispatch the `RESTORE_WEBGL` event before\rre-creating any resources of your own.", @@ -290968,7 +291242,7 @@ "memberof": "Phaser.Renderer.Events", "longname": "Phaser.Renderer.Events#event:RESTORE_WEBGL", "scope": "instance", - "___id": "T000002R032596", + "___id": "T000002R032694", "___s": true }, { @@ -290977,7 +291251,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "kind": "namespace", @@ -290985,7 +291259,7 @@ "memberof": "Phaser", "longname": "Phaser.Renderer", "scope": "static", - "___id": "T000002R032598", + "___id": "T000002R032696", "___s": true }, { @@ -290994,7 +291268,7 @@ "filename": "index.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "kind": "namespace", @@ -291002,7 +291276,7 @@ "memberof": "Phaser.Types", "longname": "Phaser.Types.Renderer", "scope": "static", - "___id": "T000002R032599", + "___id": "T000002R032697", "___s": true }, { @@ -291011,7 +291285,7 @@ "filename": "ScaleModes.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Phaser Scale Modes.", @@ -291021,7 +291295,7 @@ "memberof": "Phaser", "longname": "Phaser.ScaleModes", "scope": "static", - "___id": "T000002R032605", + "___id": "T000002R032703", "___s": true }, { @@ -291030,7 +291304,7 @@ "filename": "ScaleModes.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Default Scale Mode (Linear).", @@ -291050,7 +291324,7 @@ "longname": "Phaser.ScaleModes.DEFAULT", "scope": "static", "kind": "member", - "___id": "T000002R032607", + "___id": "T000002R032705", "___s": true }, { @@ -291059,7 +291333,7 @@ "filename": "ScaleModes.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Linear Scale Mode.", @@ -291079,7 +291353,7 @@ "longname": "Phaser.ScaleModes.LINEAR", "scope": "static", "kind": "member", - "___id": "T000002R032609", + "___id": "T000002R032707", "___s": true }, { @@ -291088,7 +291362,7 @@ "filename": "ScaleModes.js", "lineno": 36, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer", "code": {} }, "description": "Nearest Scale Mode.", @@ -291108,7 +291382,7 @@ "longname": "Phaser.ScaleModes.NEAREST", "scope": "static", "kind": "member", - "___id": "T000002R032611", + "___id": "T000002R032709", "___s": true }, { @@ -291117,7 +291391,7 @@ "filename": "CanvasSnapshot.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\snapshot", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\snapshot", "code": {} }, "description": "Takes a snapshot of an area from the current frame displayed by a canvas.\r\rThis is then copied to an Image object. When this loads, the results are sent\rto the callback provided in the Snapshot Configuration object.", @@ -291155,7 +291429,7 @@ "memberof": "Phaser.Renderer.Snapshot", "longname": "Phaser.Renderer.Snapshot.Canvas", "scope": "static", - "___id": "T000002R032617", + "___id": "T000002R032715", "___s": true }, { @@ -291164,7 +291438,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\snapshot", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\snapshot", "code": {} }, "kind": "namespace", @@ -291172,7 +291446,7 @@ "memberof": "Phaser.Renderer", "longname": "Phaser.Renderer.Snapshot", "scope": "static", - "___id": "T000002R032643", + "___id": "T000002R032741", "___s": true }, { @@ -291181,7 +291455,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\snapshot\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\snapshot\\typedefs", "code": {} }, "kind": "namespace", @@ -291189,7 +291463,7 @@ "memberof": "Phaser.Types.Renderer", "longname": "Phaser.Types.Renderer.Snapshot", "scope": "static", - "___id": "T000002R032647", + "___id": "T000002R032745", "___s": true }, { @@ -291198,7 +291472,7 @@ "filename": "SnapshotCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\snapshot\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\snapshot\\typedefs", "code": {} }, "kind": "typedef", @@ -291237,7 +291511,7 @@ "memberof": "Phaser.Types.Renderer.Snapshot", "longname": "Phaser.Types.Renderer.Snapshot.SnapshotCallback", "scope": "static", - "___id": "T000002R032648", + "___id": "T000002R032746", "___s": true }, { @@ -291246,7 +291520,7 @@ "filename": "SnapshotState.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\snapshot\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\snapshot\\typedefs", "code": {} }, "kind": "typedef", @@ -291425,7 +291699,7 @@ "memberof": "Phaser.Types.Renderer.Snapshot", "longname": "Phaser.Types.Renderer.Snapshot.SnapshotState", "scope": "static", - "___id": "T000002R032649", + "___id": "T000002R032747", "___s": true }, { @@ -291434,7 +291708,7 @@ "filename": "WebGLSnapshot.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\snapshot", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\snapshot", "code": {} }, "description": "Takes a snapshot of an area from the current frame displayed by a WebGL canvas.\r\rThis is then copied to an Image object. When this loads, the results are sent\rto the callback provided in the Snapshot Configuration object.", @@ -291472,7 +291746,7 @@ "memberof": "Phaser.Renderer.Snapshot", "longname": "Phaser.Renderer.Snapshot.WebGL", "scope": "static", - "___id": "T000002R032653", + "___id": "T000002R032751", "___s": true }, { @@ -291481,7 +291755,7 @@ "filename": "const.js", "lineno": 9, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "8-bit twos complement signed integer.", @@ -291500,7 +291774,7 @@ "longname": "Phaser.Renderer.WebGL.BYTE", "scope": "static", "kind": "member", - "___id": "T000002R032690", + "___id": "T000002R032788", "___s": true }, { @@ -291509,7 +291783,7 @@ "filename": "const.js", "lineno": 18, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "8-bit twos complement unsigned integer.", @@ -291528,7 +291802,7 @@ "longname": "Phaser.Renderer.WebGL.UNSIGNED_BYTE", "scope": "static", "kind": "member", - "___id": "T000002R032694", + "___id": "T000002R032792", "___s": true }, { @@ -291537,7 +291811,7 @@ "filename": "const.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "16-bit twos complement signed integer.", @@ -291556,7 +291830,7 @@ "longname": "Phaser.Renderer.WebGL.SHORT", "scope": "static", "kind": "member", - "___id": "T000002R032698", + "___id": "T000002R032796", "___s": true }, { @@ -291565,7 +291839,7 @@ "filename": "const.js", "lineno": 36, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "16-bit twos complement unsigned integer.", @@ -291584,7 +291858,7 @@ "longname": "Phaser.Renderer.WebGL.UNSIGNED_SHORT", "scope": "static", "kind": "member", - "___id": "T000002R032702", + "___id": "T000002R032800", "___s": true }, { @@ -291593,7 +291867,7 @@ "filename": "const.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "32-bit twos complement signed integer.", @@ -291612,7 +291886,7 @@ "longname": "Phaser.Renderer.WebGL.INT", "scope": "static", "kind": "member", - "___id": "T000002R032706", + "___id": "T000002R032804", "___s": true }, { @@ -291621,7 +291895,7 @@ "filename": "const.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "32-bit twos complement unsigned integer.", @@ -291640,7 +291914,7 @@ "longname": "Phaser.Renderer.WebGL.UNSIGNED_INT", "scope": "static", "kind": "member", - "___id": "T000002R032710", + "___id": "T000002R032808", "___s": true }, { @@ -291649,7 +291923,7 @@ "filename": "const.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "32-bit IEEE floating point number.", @@ -291668,7 +291942,7 @@ "longname": "Phaser.Renderer.WebGL.FLOAT", "scope": "static", "kind": "member", - "___id": "T000002R032714", + "___id": "T000002R032812", "___s": true }, { @@ -291677,7 +291951,7 @@ "filename": "index.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "kind": "namespace", @@ -291685,7 +291959,7 @@ "memberof": "Phaser.Renderer", "longname": "Phaser.Renderer.WebGL", "scope": "static", - "___id": "T000002R032721", + "___id": "T000002R032819", "___s": true }, { @@ -291694,7 +291968,7 @@ "filename": "PipelineManager.js", "lineno": 30, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "classdesc": "The Pipeline Manager is responsible for the creation, activation, running and destruction\rof WebGL Pipelines and Post FX Pipelines in Phaser 3.\r\rThe `WebGLRenderer` owns a single instance of the Pipeline Manager, which you can access\rvia the `WebGLRenderer.pipelines` property.\r\rBy default, there are 9 pipelines installed into the Pipeline Manager when Phaser boots:\r\r1. The Multi Pipeline. Responsible for all multi-texture rendering, i.e. Sprites and Tilemaps.\r2. The Rope Pipeline. Responsible for rendering the Rope Game Object.\r3. The Light Pipeline. Responsible for rendering the Light Game Object.\r4. The Point Light Pipeline. Responsible for rendering the Point Light Game Object.\r5. The Single Pipeline. Responsible for rendering Game Objects that explicitly require one bound texture.\r6. The Bitmap Mask Pipeline. Responsible for Bitmap Mask rendering.\r7. The Utility Pipeline. Responsible for providing lots of handy texture manipulation functions.\r8. The Mobile Pipeline. Responsible for rendering on mobile with single-bound textures.\r9. The FX Pipeline. Responsible for rendering Game Objects with special FX applied to them.\r\rYou can add your own custom pipeline via the `PipelineManager.add` method. Pipelines are\ridentified by unique string-based keys.", @@ -291719,7 +291993,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.PipelineManager", - "___id": "T000002R032753", + "___id": "T000002R032851", "___s": true }, { @@ -291728,7 +292002,7 @@ "filename": "PipelineManager.js", "lineno": 66, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A reference to the Game instance.", @@ -291747,7 +292021,7 @@ "longname": "Phaser.Renderer.WebGL.PipelineManager#game", "scope": "instance", "kind": "member", - "___id": "T000002R032756", + "___id": "T000002R032854", "___s": true }, { @@ -291756,7 +292030,7 @@ "filename": "PipelineManager.js", "lineno": 75, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A reference to the WebGL Renderer instance.", @@ -291775,7 +292049,7 @@ "longname": "Phaser.Renderer.WebGL.PipelineManager#renderer", "scope": "instance", "kind": "member", - "___id": "T000002R032758", + "___id": "T000002R032856", "___s": true }, { @@ -291784,7 +292058,7 @@ "filename": "PipelineManager.js", "lineno": 84, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "This map stores all pipeline classes available in this manager.\r\rThe Utility Class must always come first.", @@ -291816,7 +292090,7 @@ "longname": "Phaser.Renderer.WebGL.PipelineManager#classes", "scope": "instance", "kind": "member", - "___id": "T000002R032760", + "___id": "T000002R032858", "___s": true }, { @@ -291825,7 +292099,7 @@ "filename": "PipelineManager.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "This map stores all Post FX Pipeline classes available in this manager.\r\rAs of v3.60 this is now populated by default with the following\rPost FX Pipelines:\r\r* Barrel\r* Bloom\r* Blur\r* Bokeh / TiltShift\r* Circle\r* ColorMatrix\r* Displacement\r* Glow\r* Gradient\r* Pixelate\r* Shadow\r* Shine\r* Vignette\r* Wipe\r\rThese are added as part of the boot process.\r\rIf you do not wish to add them, specify `disableFX: true` in your game config.\r\rSee the FX Controller class for more details about each FX.", @@ -291857,7 +292131,7 @@ "longname": "Phaser.Renderer.WebGL.PipelineManager#postPipelineClasses", "scope": "instance", "kind": "member", - "___id": "T000002R032762", + "___id": "T000002R032860", "___s": true }, { @@ -291866,7 +292140,7 @@ "filename": "PipelineManager.js", "lineno": 137, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "This map stores all pipeline instances in this manager.\r\rThis is populated with the default pipelines in the `boot` method.", @@ -291898,7 +292172,7 @@ "longname": "Phaser.Renderer.WebGL.PipelineManager#pipelines", "scope": "instance", "kind": "member", - "___id": "T000002R032764", + "___id": "T000002R032862", "___s": true }, { @@ -291907,7 +292181,7 @@ "filename": "PipelineManager.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "An array of all post-pipelines that are created by this manager.", @@ -291934,7 +292208,7 @@ "longname": "Phaser.Renderer.WebGL.PipelineManager#postPipelineInstances", "scope": "instance", "kind": "member", - "___id": "T000002R032766", + "___id": "T000002R032864", "___s": true }, { @@ -291943,7 +292217,7 @@ "filename": "PipelineManager.js", "lineno": 156, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The default Game Object pipeline.", @@ -291963,7 +292237,7 @@ "longname": "Phaser.Renderer.WebGL.PipelineManager#default", "scope": "instance", "kind": "member", - "___id": "T000002R032768", + "___id": "T000002R032866", "___s": true }, { @@ -291972,7 +292246,7 @@ "filename": "PipelineManager.js", "lineno": 166, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Current pipeline in use by the WebGLRenderer.", @@ -291992,7 +292266,7 @@ "longname": "Phaser.Renderer.WebGL.PipelineManager#current", "scope": "instance", "kind": "member", - "___id": "T000002R032770", + "___id": "T000002R032868", "___s": true }, { @@ -292001,7 +292275,7 @@ "filename": "PipelineManager.js", "lineno": 176, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The previous WebGLPipeline that was in use.\r\rThis is set when `clearPipeline` is called and restored in `rebindPipeline` if none is given.", @@ -292021,7 +292295,7 @@ "longname": "Phaser.Renderer.WebGL.PipelineManager#previous", "scope": "instance", "kind": "member", - "___id": "T000002R032772", + "___id": "T000002R032870", "___s": true }, { @@ -292030,7 +292304,7 @@ "filename": "PipelineManager.js", "lineno": 188, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A constant-style reference to the Multi Pipeline Instance.\r\rThis is the default Phaser 3 pipeline and is used by the WebGL Renderer to manage\rcamera effects and more. This property is set during the `boot` method.", @@ -292050,7 +292324,7 @@ "longname": "Phaser.Renderer.WebGL.PipelineManager#MULTI_PIPELINE", "scope": "instance", "kind": "member", - "___id": "T000002R032774", + "___id": "T000002R032872", "___s": true }, { @@ -292059,7 +292333,7 @@ "filename": "PipelineManager.js", "lineno": 201, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A constant-style reference to the Bitmap Mask Pipeline Instance.\r\rThis is the default Phaser 3 mask pipeline and is used Game Objects using\ra Bitmap Mask. This property is set during the `boot` method.", @@ -292079,7 +292353,7 @@ "longname": "Phaser.Renderer.WebGL.PipelineManager#BITMAPMASK_PIPELINE", "scope": "instance", "kind": "member", - "___id": "T000002R032776", + "___id": "T000002R032874", "___s": true }, { @@ -292088,7 +292362,7 @@ "filename": "PipelineManager.js", "lineno": 214, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A constant-style reference to the Utility Pipeline Instance.", @@ -292108,7 +292382,7 @@ "longname": "Phaser.Renderer.WebGL.PipelineManager#UTILITY_PIPELINE", "scope": "instance", "kind": "member", - "___id": "T000002R032778", + "___id": "T000002R032876", "___s": true }, { @@ -292117,7 +292391,7 @@ "filename": "PipelineManager.js", "lineno": 224, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A constant-style reference to the Mobile Pipeline Instance.\r\rThis is the default Phaser 3 mobile pipeline and is used by the WebGL Renderer to manage\rcamera effects and more on mobile devices. This property is set during the `boot` method.", @@ -292137,7 +292411,7 @@ "longname": "Phaser.Renderer.WebGL.PipelineManager#MOBILE_PIPELINE", "scope": "instance", "kind": "member", - "___id": "T000002R032780", + "___id": "T000002R032878", "___s": true }, { @@ -292146,7 +292420,7 @@ "filename": "PipelineManager.js", "lineno": 237, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A constant-style reference to the FX Pipeline Instance.\r\rThis is the default Phaser 3 FX pipeline and is used by the WebGL Renderer to manage\rGame Objects with special effects enabled. This property is set during the `boot` method.", @@ -292166,7 +292440,7 @@ "longname": "Phaser.Renderer.WebGL.PipelineManager#FX_PIPELINE", "scope": "instance", "kind": "member", - "___id": "T000002R032782", + "___id": "T000002R032880", "___s": true }, { @@ -292175,7 +292449,7 @@ "filename": "PipelineManager.js", "lineno": 250, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A reference to the Full Frame 1 Render Target that belongs to the\rUtility Pipeline. This property is set during the `boot` method.\r\rThis Render Target is the full size of the renderer.\r\rYou can use this directly in Post FX Pipelines for multi-target effects.\rHowever, be aware that these targets are shared between all post fx pipelines.", @@ -292195,7 +292469,7 @@ "longname": "Phaser.Renderer.WebGL.PipelineManager#fullFrame1", "scope": "instance", "kind": "member", - "___id": "T000002R032784", + "___id": "T000002R032882", "___s": true }, { @@ -292204,7 +292478,7 @@ "filename": "PipelineManager.js", "lineno": 266, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A reference to the Full Frame 2 Render Target that belongs to the\rUtility Pipeline. This property is set during the `boot` method.\r\rThis Render Target is the full size of the renderer.\r\rYou can use this directly in Post FX Pipelines for multi-target effects.\rHowever, be aware that these targets are shared between all post fx pipelines.", @@ -292224,7 +292498,7 @@ "longname": "Phaser.Renderer.WebGL.PipelineManager#fullFrame2", "scope": "instance", "kind": "member", - "___id": "T000002R032786", + "___id": "T000002R032884", "___s": true }, { @@ -292233,7 +292507,7 @@ "filename": "PipelineManager.js", "lineno": 282, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A reference to the Half Frame 1 Render Target that belongs to the\rUtility Pipeline. This property is set during the `boot` method.\r\rThis Render Target is half the size of the renderer.\r\rYou can use this directly in Post FX Pipelines for multi-target effects.\rHowever, be aware that these targets are shared between all post fx pipelines.", @@ -292253,7 +292527,7 @@ "longname": "Phaser.Renderer.WebGL.PipelineManager#halfFrame1", "scope": "instance", "kind": "member", - "___id": "T000002R032788", + "___id": "T000002R032886", "___s": true }, { @@ -292262,7 +292536,7 @@ "filename": "PipelineManager.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A reference to the Half Frame 2 Render Target that belongs to the\rUtility Pipeline. This property is set during the `boot` method.\r\rThis Render Target is half the size of the renderer.\r\rYou can use this directly in Post FX Pipelines for multi-target effects.\rHowever, be aware that these targets are shared between all post fx pipelines.", @@ -292282,7 +292556,7 @@ "longname": "Phaser.Renderer.WebGL.PipelineManager#halfFrame2", "scope": "instance", "kind": "member", - "___id": "T000002R032790", + "___id": "T000002R032888", "___s": true }, { @@ -292291,7 +292565,7 @@ "filename": "PipelineManager.js", "lineno": 314, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "An array of RenderTarget instances that belong to this pipeline.", @@ -292319,7 +292593,7 @@ "longname": "Phaser.Renderer.WebGL.PipelineManager#renderTargets", "scope": "instance", "kind": "member", - "___id": "T000002R032792", + "___id": "T000002R032890", "___s": true }, { @@ -292328,7 +292602,7 @@ "filename": "PipelineManager.js", "lineno": 323, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The largest render target dimension before we just use a full-screen target.", @@ -292347,7 +292621,7 @@ "longname": "Phaser.Renderer.WebGL.PipelineManager#maxDimension", "scope": "instance", "kind": "member", - "___id": "T000002R032794", + "___id": "T000002R032892", "___s": true }, { @@ -292356,7 +292630,7 @@ "filename": "PipelineManager.js", "lineno": 332, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The amount in which each target frame will increase.\r\rDefaults to 32px but can be overridden in the config.", @@ -292375,7 +292649,7 @@ "longname": "Phaser.Renderer.WebGL.PipelineManager#frameInc", "scope": "instance", "kind": "member", - "___id": "T000002R032796", + "___id": "T000002R032894", "___s": true }, { @@ -292384,7 +292658,7 @@ "filename": "PipelineManager.js", "lineno": 343, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The Render Target index. Used internally by the methods\rin this class. Do not modify directly.", @@ -292403,7 +292677,7 @@ "longname": "Phaser.Renderer.WebGL.PipelineManager#targetIndex", "scope": "instance", "kind": "member", - "___id": "T000002R032798", + "___id": "T000002R032896", "___s": true }, { @@ -292412,7 +292686,7 @@ "filename": "PipelineManager.js", "lineno": 354, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Internal boot handler, called by the WebGLRenderer durings its boot process.\r\rAdds all of the default pipelines, based on the game config, and then calls\rthe `boot` method on each one of them.\r\rFinally, the default pipeline is set.", @@ -292463,7 +292737,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#boot", "scope": "instance", - "___id": "T000002R032800", + "___id": "T000002R032898", "___s": true }, { @@ -292472,7 +292746,7 @@ "filename": "PipelineManager.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets the default pipeline being used by Game Objects.\r\rIf no instance, or matching name, exists in this manager, it returns `undefined`.\r\rYou can use this to override the default pipeline, for example by forcing\rthe Mobile or Multi Tint Pipelines, which is especially useful for development\rtesting.\r\rMake sure you call this method _before_ creating any Game Objects, as it will\ronly impact Game Objects created after you call it.", @@ -292521,7 +292795,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#setDefaultPipeline", "scope": "instance", - "___id": "T000002R032834", + "___id": "T000002R032932", "___s": true }, { @@ -292530,7 +292804,7 @@ "filename": "PipelineManager.js", "lineno": 532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Adds a pipeline instance to this Pipeline Manager.\r\rThe name of the instance must be unique within this manager.\r\rMake sure to pass an instance to this method, not a base class.\r\rFor example, you should pass it like this:\r\r```javascript\rthis.add('yourName', new CustomPipeline(game));`\r```\r\rand **not** like this:\r\r```javascript\rthis.add('yourName', CustomPipeline);`\r```\r\rTo add a **Post Pipeline**, see `addPostPipeline` instead.", @@ -292582,7 +292856,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#add", "scope": "instance", - "___id": "T000002R032838", + "___id": "T000002R032936", "___s": true }, { @@ -292591,7 +292865,7 @@ "filename": "PipelineManager.js", "lineno": 598, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Adds a Post Pipeline to this Pipeline Manager.\r\rMake sure to pass a base class to this method, not an instance.\r\rFor example, you should pass it like this:\r\r```javascript\rthis.addPostPipeline('yourName', CustomPipeline);`\r```\r\rand **not** like this:\r\r```javascript\rthis.addPostPipeline('yourName', new CustomPipeline());`\r```\r\rTo add a regular pipeline, see the `add` method instead.", @@ -292644,7 +292918,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#addPostPipeline", "scope": "instance", - "___id": "T000002R032844", + "___id": "T000002R032942", "___s": true }, { @@ -292653,7 +292927,7 @@ "filename": "PipelineManager.js", "lineno": 633, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Flushes the current pipeline, if one is bound.", @@ -292663,7 +292937,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#flush", "scope": "instance", - "___id": "T000002R032846", + "___id": "T000002R032944", "___s": true }, { @@ -292672,7 +292946,7 @@ "filename": "PipelineManager.js", "lineno": 647, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Checks if a pipeline is present in this Pipeline Manager.", @@ -292721,7 +292995,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#has", "scope": "instance", - "___id": "T000002R032848", + "___id": "T000002R032946", "___s": true }, { @@ -292730,7 +293004,7 @@ "filename": "PipelineManager.js", "lineno": 673, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Returns the pipeline instance based on the given name, or instance.\r\rIf no instance, or matching name, exists in this manager, it returns `undefined`.", @@ -292779,7 +293053,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#get", "scope": "instance", - "___id": "T000002R032851", + "___id": "T000002R032949", "___s": true }, { @@ -292788,7 +293062,7 @@ "filename": "PipelineManager.js", "lineno": 699, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Returns a _new instance_ of the post pipeline based on the given name, or class.\r\rIf no instance, or matching name, exists in this manager, it returns `undefined`.", @@ -292870,7 +293144,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#getPostPipeline", "scope": "instance", - "___id": "T000002R032854", + "___id": "T000002R032952", "___s": true }, { @@ -292879,7 +293153,7 @@ "filename": "PipelineManager.js", "lineno": 761, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Removes a PostFXPipeline instance from this Pipeline Manager.\r\rNote that the pipeline will not be flushed or destroyed, it's simply removed from\rthis manager.", @@ -292904,7 +293178,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#removePostPipeline", "scope": "instance", - "___id": "T000002R032869", + "___id": "T000002R032967", "___s": true }, { @@ -292913,7 +293187,7 @@ "filename": "PipelineManager.js", "lineno": 777, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Removes a pipeline instance based on the given name.\r\rIf no pipeline matches the name, this method does nothing.\r\rNote that the pipeline will not be flushed or destroyed, it's simply removed from\rthis manager.", @@ -292968,7 +293242,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#remove", "scope": "instance", - "___id": "T000002R032871", + "___id": "T000002R032969", "___s": true }, { @@ -292977,7 +293251,7 @@ "filename": "PipelineManager.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets the current pipeline to be used by the `WebGLRenderer`.\r\rThis method accepts a pipeline instance as its parameter, not the name.\r\rIf the pipeline isn't already the current one it will call `WebGLPipeline.bind` and then `onBind`.\r\rYou cannot set Post FX Pipelines using this method. To use a Post FX Pipeline, you should\rapply it to either a Camera, Container or other supporting Game Object.", @@ -293044,7 +293318,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#set", "scope": "instance", - "___id": "T000002R032875", + "___id": "T000002R032973", "___s": true }, { @@ -293053,7 +293327,7 @@ "filename": "PipelineManager.js", "lineno": 857, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "This method is called by the `WebGLPipeline.batchQuad` method, right before a quad\rbelonging to a Game Object is about to be added to the batch.\r\rIt is also called directly bu custom Game Objects, such as Nine Slice or Mesh,\rfrom their render methods.\r\rIt causes a batch flush, then calls the `preBatch` method on the Post FX Pipelines\rbelonging to the Game Object.\r\rIt should be followed by a call to `postBatch` to complete the process.", @@ -293078,7 +293352,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#preBatch", "scope": "instance", - "___id": "T000002R032878", + "___id": "T000002R032976", "___s": true }, { @@ -293087,7 +293361,7 @@ "filename": "PipelineManager.js", "lineno": 895, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "This method is called by the `WebGLPipeline.batchQuad` method, right after a quad\rbelonging to a Game Object has been added to the batch.\r\rIt is also called directly bu custom Game Objects, such as Nine Slice or Mesh,\rfrom their render methods.\r\rIt causes a batch flush, then calls the `postBatch` method on the Post FX Pipelines\rbelonging to the Game Object.\r\rIt should be preceeded by a call to `preBatch` to start the process.", @@ -293112,7 +293386,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#postBatch", "scope": "instance", - "___id": "T000002R032883", + "___id": "T000002R032981", "___s": true }, { @@ -293121,7 +293395,7 @@ "filename": "PipelineManager.js", "lineno": 932, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Called at the start of the `WebGLRenderer.preRenderCamera` method.\r\rIf the Camera has post pipelines set, it will flush the batch and then call the\r`preBatch` method on the post-fx pipelines belonging to the Camera.", @@ -293146,7 +293420,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#preBatchCamera", "scope": "instance", - "___id": "T000002R032888", + "___id": "T000002R032986", "___s": true }, { @@ -293155,7 +293429,7 @@ "filename": "PipelineManager.js", "lineno": 964, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Called at the end of the `WebGLRenderer.postRenderCamera` method.\r\rIf the Camera has post pipelines set, it will flush the batch and then call the\r`postBatch` method on the post-fx pipelines belonging to the Camera.", @@ -293180,7 +293454,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#postBatchCamera", "scope": "instance", - "___id": "T000002R032893", + "___id": "T000002R032991", "___s": true }, { @@ -293189,7 +293463,7 @@ "filename": "PipelineManager.js", "lineno": 995, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Checks to see if the given pipeline is already the active pipeline, both within this\rPipeline Manager and also has the same shader set in the Renderer.", @@ -293242,7 +293516,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#isCurrent", "scope": "instance", - "___id": "T000002R032898", + "___id": "T000002R032996", "___s": true }, { @@ -293251,7 +293525,7 @@ "filename": "PipelineManager.js", "lineno": 1020, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Copy the `source` Render Target to the `target` Render Target.\r\rYou can optionally set the brightness factor of the copy.\r\rThe difference between this method and `drawFrame` is that this method\ruses a faster copy shader, where only the brightness can be modified.\rIf you need color level manipulation, see `drawFrame` instead.\r\rThe copy itself is handled by the Utility Pipeline.", @@ -293350,7 +293624,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#copyFrame", "scope": "instance", - "___id": "T000002R032903", + "___id": "T000002R033001", "___s": true }, { @@ -293359,7 +293633,7 @@ "filename": "PipelineManager.js", "lineno": 1049, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Pops the framebuffer from the renderers FBO stack and sets that as the active target,\rthen draws the `source` Render Target to it. It then resets the renderer textures.\r\rThis should be done when you need to draw the _final_ results of a pipeline to the game\rcanvas, or the next framebuffer in line on the FBO stack. You should only call this once\rin the `onDraw` handler and it should be the final thing called. Be careful not to call\rthis if you need to actually use the pipeline shader, instead of the copy shader. In\rthose cases, use the `bindAndDraw` method.", @@ -293384,7 +293658,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#copyToGame", "scope": "instance", - "___id": "T000002R032905", + "___id": "T000002R033003", "___s": true }, { @@ -293393,7 +293667,7 @@ "filename": "PipelineManager.js", "lineno": 1071, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Copy the `source` Render Target to the `target` Render Target, using the\rgiven Color Matrix.\r\rThe difference between this method and `copyFrame` is that this method\ruses a color matrix shader, where you have full control over the luminance\rvalues used during the copy. If you don't need this, you can use the faster\r`copyFrame` method instead.\r\rThe copy itself is handled by the Utility Pipeline.", @@ -293476,7 +293750,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#drawFrame", "scope": "instance", - "___id": "T000002R032907", + "___id": "T000002R033005", "___s": true }, { @@ -293485,7 +293759,7 @@ "filename": "PipelineManager.js", "lineno": 1099, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Draws the `source1` and `source2` Render Targets to the `target` Render Target\rusing a linear blend effect, which is controlled by the `strength` parameter.\r\rThe draw itself is handled by the Utility Pipeline.", @@ -293582,7 +293856,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#blendFrames", "scope": "instance", - "___id": "T000002R032909", + "___id": "T000002R033007", "___s": true }, { @@ -293591,7 +293865,7 @@ "filename": "PipelineManager.js", "lineno": 1123, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Draws the `source1` and `source2` Render Targets to the `target` Render Target\rusing an additive blend effect, which is controlled by the `strength` parameter.\r\rThe draw itself is handled by the Utility Pipeline.", @@ -293688,7 +293962,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#blendFramesAdditive", "scope": "instance", - "___id": "T000002R032911", + "___id": "T000002R033009", "___s": true }, { @@ -293697,7 +293971,7 @@ "filename": "PipelineManager.js", "lineno": 1147, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Clears the given Render Target.", @@ -293752,7 +294026,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#clearFrame", "scope": "instance", - "___id": "T000002R032913", + "___id": "T000002R033011", "___s": true }, { @@ -293761,7 +294035,7 @@ "filename": "PipelineManager.js", "lineno": 1165, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Copy the `source` Render Target to the `target` Render Target.\r\rThe difference with this copy is that no resizing takes place. If the `source`\rRender Target is larger than the `target` then only a portion the same size as\rthe `target` dimensions is copied across.\r\rYou can optionally set the brightness factor of the copy.", @@ -293874,7 +294148,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#blitFrame", "scope": "instance", - "___id": "T000002R032915", + "___id": "T000002R033013", "___s": true }, { @@ -293883,7 +294157,7 @@ "filename": "PipelineManager.js", "lineno": 1193, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Binds the `source` Render Target and then copies a section of it to the `target` Render Target.\r\rThis method is extremely fast because it uses `gl.copyTexSubImage2D` and doesn't\rrequire the use of any shaders. Remember the coordinates are given in standard WebGL format,\rwhere x and y specify the lower-left corner of the section, not the top-left. Also, the\rcopy entirely replaces the contents of the target texture, no 'merging' or 'blending' takes\rplace.", @@ -294018,7 +294292,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#copyFrameRect", "scope": "instance", - "___id": "T000002R032917", + "___id": "T000002R033015", "___s": true }, { @@ -294027,7 +294301,7 @@ "filename": "PipelineManager.js", "lineno": 1223, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Returns `true` if the current pipeline is forced to use texture unit zero.", @@ -294051,7 +294325,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#forceZero", "scope": "instance", - "___id": "T000002R032919", + "___id": "T000002R033017", "___s": true }, { @@ -294060,7 +294334,7 @@ "filename": "PipelineManager.js", "lineno": 1236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets the Multi Pipeline to be the currently bound pipeline.\r\rThis is the default Phaser 3 rendering pipeline.", @@ -294084,7 +294358,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#setMulti", "scope": "instance", - "___id": "T000002R032921", + "___id": "T000002R033019", "___s": true }, { @@ -294093,7 +294367,7 @@ "filename": "PipelineManager.js", "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets the Utility Pipeline to be the currently bound pipeline.", @@ -294133,7 +294407,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#setUtility", "scope": "instance", - "___id": "T000002R032923", + "___id": "T000002R033021", "___s": true }, { @@ -294142,7 +294416,7 @@ "filename": "PipelineManager.js", "lineno": 1266, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets the FX Pipeline to be the currently bound pipeline.", @@ -294166,7 +294440,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#setFX", "scope": "instance", - "___id": "T000002R032925", + "___id": "T000002R033023", "___s": true }, { @@ -294175,7 +294449,7 @@ "filename": "PipelineManager.js", "lineno": 1279, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Restore WebGL resources after context was lost.\r\rCalls `rebind` on this Pipeline Manager.\rThen calls `restoreContext` on each pipeline in turn.", @@ -294185,7 +294459,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#restoreContext", "scope": "instance", - "___id": "T000002R032927", + "___id": "T000002R033025", "___s": true }, { @@ -294194,7 +294468,7 @@ "filename": "PipelineManager.js", "lineno": 1301, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Use this to reset the gl context to the state that Phaser requires to continue rendering.\r\rCalling this will:\r\r* Disable `DEPTH_TEST`, `CULL_FACE` and `STENCIL_TEST`.\r* Clear the depth buffer and stencil buffers.\r* Reset the viewport size.\r* Reset the blend mode.\r* Bind a blank texture as the active texture on texture unit zero.\r* Rebinds the given pipeline instance.\r\rYou should call this if you have previously called `clear`, and then wish to return\rrendering control to Phaser again.", @@ -294220,7 +294494,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#rebind", "scope": "instance", - "___id": "T000002R032929", + "___id": "T000002R033027", "___s": true }, { @@ -294229,7 +294503,7 @@ "filename": "PipelineManager.js", "lineno": 1373, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Flushes the current pipeline being used and then clears it, along with the\rthe current shader program and vertex buffer from the `WebGLRenderer`.\r\rThen resets the blend mode to NORMAL.\r\rCall this before jumping to your own gl context handler, and then call `rebind` when\ryou wish to return control to Phaser again.", @@ -294239,7 +294513,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#clear", "scope": "instance", - "___id": "T000002R032940", + "___id": "T000002R033038", "___s": true }, { @@ -294248,7 +294522,7 @@ "filename": "PipelineManager.js", "lineno": 1414, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Gets a Render Target the right size to render the Sprite on.\r\rIf the Sprite exceeds the size of the renderer, the Render Target will only ever be the maximum\rsize of the renderer.", @@ -294287,7 +294561,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#getRenderTarget", "scope": "instance", - "___id": "T000002R032948", + "___id": "T000002R033046", "___s": true }, { @@ -294296,7 +294570,7 @@ "filename": "PipelineManager.js", "lineno": 1451, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Gets a matching Render Target, the same size as the one the Sprite was drawn to,\ruseful for double-buffer style effects such as blurs.", @@ -294320,7 +294594,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#getSwapRenderTarget", "scope": "instance", - "___id": "T000002R032955", + "___id": "T000002R033053", "___s": true }, { @@ -294329,7 +294603,7 @@ "filename": "PipelineManager.js", "lineno": 1465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Gets a matching Render Target, the same size as the one the Sprite was drawn to,\ruseful for double-buffer style effects such as blurs.", @@ -294353,7 +294627,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#getAltSwapRenderTarget", "scope": "instance", - "___id": "T000002R032957", + "___id": "T000002R033055", "___s": true }, { @@ -294362,7 +294636,7 @@ "filename": "PipelineManager.js", "lineno": 1479, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Destroy the Pipeline Manager, cleaning up all related resources and references.", @@ -294372,7 +294646,7 @@ "memberof": "Phaser.Renderer.WebGL.PipelineManager", "longname": "Phaser.Renderer.WebGL.PipelineManager#destroy", "scope": "instance", - "___id": "T000002R032959", + "___id": "T000002R033057", "___s": true }, { @@ -294381,7 +294655,7 @@ "filename": "BitmapMaskPipeline.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "classdesc": "The Bitmap Mask Pipeline handles all of the bitmap mask rendering in WebGL for applying\ralpha masks to Game Objects. It works by sampling two texture on the fragment shader and\rusing the fragments alpha to clip the region.\r\rThe fragment shader it uses can be found in `shaders/src/BitmapMask.frag`.\rThe vertex shader it uses can be found in `shaders/src/BitmapMask.vert`.\r\rThe default shader attributes for this pipeline are:\r\r`inPosition` (vec2, offset 0)\r\rThe default shader uniforms for this pipeline are:\r\r`uResolution` (vec2)\r`uMainSampler` (sampler2D)\r`uMaskSampler` (sampler2D)\r`uInvertMaskAlpha` (bool)", @@ -294409,7 +294683,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Pipelines.BitmapMaskPipeline", - "___id": "T000002R032976", + "___id": "T000002R033074", "___s": true }, { @@ -294418,7 +294692,7 @@ "filename": "BitmapMaskPipeline.js", "lineno": 81, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Binds necessary resources and renders the mask to a separated framebuffer.\rThe framebuffer for the masked object is also bound for further use.", @@ -294469,7 +294743,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.BitmapMaskPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.BitmapMaskPipeline#beginMask", "scope": "instance", - "___id": "T000002R032990", + "___id": "T000002R033088", "___s": true }, { @@ -294478,7 +294752,7 @@ "filename": "BitmapMaskPipeline.js", "lineno": 97, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "The masked game objects framebuffer is unbound and its texture\ris bound together with the mask texture and the mask shader and\ra draw call with a single quad is processed. Here is where the\rmasking effect is applied.", @@ -294530,7 +294804,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.BitmapMaskPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.BitmapMaskPipeline#endMask", "scope": "instance", - "___id": "T000002R032992", + "___id": "T000002R033090", "___s": true }, { @@ -294539,7 +294813,7 @@ "filename": "const.js", "lineno": 9, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "The Bitmap Mask Pipeline.", @@ -294558,7 +294832,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines", "longname": "Phaser.Renderer.WebGL.Pipelines.BITMAPMASK_PIPELINE", "scope": "static", - "___id": "T000002R032999", + "___id": "T000002R033097", "___s": true }, { @@ -294567,7 +294841,7 @@ "filename": "const.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "The Light 2D Pipeline.", @@ -294586,7 +294860,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines", "longname": "Phaser.Renderer.WebGL.Pipelines.LIGHT_PIPELINE", "scope": "static", - "___id": "T000002R033001", + "___id": "T000002R033099", "___s": true }, { @@ -294595,7 +294869,7 @@ "filename": "const.js", "lineno": 29, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "The Point Light Pipeline.", @@ -294614,7 +294888,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines", "longname": "Phaser.Renderer.WebGL.Pipelines.POINTLIGHT_PIPELINE", "scope": "static", - "___id": "T000002R033003", + "___id": "T000002R033101", "___s": true }, { @@ -294623,7 +294897,7 @@ "filename": "const.js", "lineno": 39, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "The Single Texture Pipeline.", @@ -294642,7 +294916,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines", "longname": "Phaser.Renderer.WebGL.Pipelines.SINGLE_PIPELINE", "scope": "static", - "___id": "T000002R033005", + "___id": "T000002R033103", "___s": true }, { @@ -294651,7 +294925,7 @@ "filename": "const.js", "lineno": 49, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "The Multi Texture Pipeline.", @@ -294670,7 +294944,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines", "longname": "Phaser.Renderer.WebGL.Pipelines.MULTI_PIPELINE", "scope": "static", - "___id": "T000002R033007", + "___id": "T000002R033105", "___s": true }, { @@ -294679,7 +294953,7 @@ "filename": "const.js", "lineno": 59, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "The Rope Pipeline.", @@ -294698,7 +294972,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines", "longname": "Phaser.Renderer.WebGL.Pipelines.ROPE_PIPELINE", "scope": "static", - "___id": "T000002R033009", + "___id": "T000002R033107", "___s": true }, { @@ -294707,7 +294981,7 @@ "filename": "const.js", "lineno": 69, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "The Graphics and Shapes Pipeline.", @@ -294726,7 +295000,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines", "longname": "Phaser.Renderer.WebGL.Pipelines.GRAPHICS_PIPELINE", "scope": "static", - "___id": "T000002R033011", + "___id": "T000002R033109", "___s": true }, { @@ -294735,7 +295009,7 @@ "filename": "const.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "The Post FX Pipeline.", @@ -294754,7 +295028,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines", "longname": "Phaser.Renderer.WebGL.Pipelines.POSTFX_PIPELINE", "scope": "static", - "___id": "T000002R033013", + "___id": "T000002R033111", "___s": true }, { @@ -294763,7 +295037,7 @@ "filename": "const.js", "lineno": 89, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "The Utility Pipeline.", @@ -294782,7 +295056,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines", "longname": "Phaser.Renderer.WebGL.Pipelines.UTILITY_PIPELINE", "scope": "static", - "___id": "T000002R033015", + "___id": "T000002R033113", "___s": true }, { @@ -294791,7 +295065,7 @@ "filename": "const.js", "lineno": 99, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "The Mobile Texture Pipeline.", @@ -294810,7 +295084,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines", "longname": "Phaser.Renderer.WebGL.Pipelines.MOBILE_PIPELINE", "scope": "static", - "___id": "T000002R033017", + "___id": "T000002R033115", "___s": true }, { @@ -294819,7 +295093,7 @@ "filename": "const.js", "lineno": 109, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "The Special FX Pipeline.", @@ -294838,7 +295112,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines", "longname": "Phaser.Renderer.WebGL.Pipelines.FX_PIPELINE", "scope": "static", - "___id": "T000002R033019", + "___id": "T000002R033117", "___s": true }, { @@ -294847,7 +295121,7 @@ "filename": "AFTER_FLUSH_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\events", "code": {} }, "description": "The WebGLPipeline After Flush Event.\r\rThis event is dispatched by a WebGLPipeline right after it has issued a drawArrays command\rand cleared its vertex count.", @@ -294885,7 +295159,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.Events", "longname": "Phaser.Renderer.WebGL.Pipelines.Events#event:AFTER_FLUSH", "scope": "instance", - "___id": "T000002R033022", + "___id": "T000002R033120", "___s": true }, { @@ -294894,7 +295168,7 @@ "filename": "BEFORE_FLUSH_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\events", "code": {} }, "description": "The WebGLPipeline Before Flush Event.\r\rThis event is dispatched by a WebGLPipeline right before it is about to\rflush and issue a bufferData and drawArrays command.", @@ -294932,7 +295206,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.Events", "longname": "Phaser.Renderer.WebGL.Pipelines.Events#event:BEFORE_FLUSH", "scope": "instance", - "___id": "T000002R033024", + "___id": "T000002R033122", "___s": true }, { @@ -294941,7 +295215,7 @@ "filename": "BIND_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\events", "code": {} }, "description": "The WebGLPipeline Bind Event.\r\rThis event is dispatched by a WebGLPipeline when it is bound by the Pipeline Manager.", @@ -294979,7 +295253,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.Events", "longname": "Phaser.Renderer.WebGL.Pipelines.Events#event:BIND", "scope": "instance", - "___id": "T000002R033026", + "___id": "T000002R033124", "___s": true }, { @@ -294988,7 +295262,7 @@ "filename": "BOOT_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\events", "code": {} }, "description": "The WebGLPipeline Boot Event.\r\rThis event is dispatched by a WebGLPipeline when it has completed its `boot` phase.", @@ -295013,7 +295287,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.Events", "longname": "Phaser.Renderer.WebGL.Pipelines.Events#event:BOOT", "scope": "instance", - "___id": "T000002R033028", + "___id": "T000002R033126", "___s": true }, { @@ -295022,7 +295296,7 @@ "filename": "DESTROY_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\events", "code": {} }, "description": "The WebGLPipeline Destroy Event.\r\rThis event is dispatched by a WebGLPipeline when it is starting its destroy process.", @@ -295047,7 +295321,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.Events", "longname": "Phaser.Renderer.WebGL.Pipelines.Events#event:DESTROY", "scope": "instance", - "___id": "T000002R033030", + "___id": "T000002R033128", "___s": true }, { @@ -295056,7 +295330,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\events", "code": {} }, "kind": "namespace", @@ -295064,7 +295338,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines", "longname": "Phaser.Renderer.WebGL.Pipelines.Events", "scope": "static", - "___id": "T000002R033032", + "___id": "T000002R033130", "___s": true }, { @@ -295073,7 +295347,7 @@ "filename": "REBIND_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\events", "code": {} }, "description": "The WebGLPipeline ReBind Event.\r\rThis event is dispatched by a WebGLPipeline when it is re-bound by the Pipeline Manager.", @@ -295111,7 +295385,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.Events", "longname": "Phaser.Renderer.WebGL.Pipelines.Events#event:REBIND", "scope": "instance", - "___id": "T000002R033041", + "___id": "T000002R033139", "___s": true }, { @@ -295120,7 +295394,7 @@ "filename": "RESIZE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\events", "code": {} }, "description": "The WebGLPipeline Resize Event.\r\rThis event is dispatched by a WebGLPipeline when it is resized, usually as a result\rof the Renderer resizing.", @@ -295171,7 +295445,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.Events", "longname": "Phaser.Renderer.WebGL.Pipelines.Events#event:RESIZE", "scope": "instance", - "___id": "T000002R033043", + "___id": "T000002R033141", "___s": true }, { @@ -295180,7 +295454,7 @@ "filename": "BarrelFXPipeline.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "classdesc": "The Barrel FX Pipeline.\r\rA barrel effect allows you to apply either a 'pinch' or 'expand' distortion to\ra Game Object. The amount of the effect can be modified in real-time.\r\rA Barrel effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.postFX.addBarrel();\r```", @@ -295208,7 +295482,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Pipelines.FX.BarrelFXPipeline", - "___id": "T000002R033048", + "___id": "T000002R033146", "___s": true }, { @@ -295217,7 +295491,7 @@ "filename": "BarrelFXPipeline.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The amount of distortion applied to the barrel effect.\r\rTypically keep this within the range 1 (no distortion) to +- 1.", @@ -295236,7 +295510,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.BarrelFXPipeline#amount", "scope": "instance", "kind": "member", - "___id": "T000002R033054", + "___id": "T000002R033152", "___s": true }, { @@ -295245,7 +295519,7 @@ "filename": "BloomFXPipeline.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "classdesc": "The Bloom FX Pipeline.\r\rBloom is an effect used to reproduce an imaging artifact of real-world cameras.\rThe effect produces fringes of light extending from the borders of bright areas in an image,\rcontributing to the illusion of an extremely bright light overwhelming the\rcamera or eye capturing the scene.\r\rA Bloom effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.postFX.addBloom();\r```", @@ -295273,7 +295547,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Pipelines.FX.BloomFXPipeline", - "___id": "T000002R033062", + "___id": "T000002R033160", "___s": true }, { @@ -295282,7 +295556,7 @@ "filename": "BloomFXPipeline.js", "lineno": 49, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The number of steps to run the Bloom effect for.\r\rThis value should always be an integer.\r\rIt defaults to 4. The higher the value, the smoother the Bloom,\rbut at the cost of exponentially more gl operations.\r\rKeep this to the lowest possible number you can have it, while\rstill looking correct for your game.", @@ -295301,7 +295575,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.BloomFXPipeline#steps", "scope": "instance", "kind": "member", - "___id": "T000002R033068", + "___id": "T000002R033166", "___s": true }, { @@ -295310,7 +295584,7 @@ "filename": "BloomFXPipeline.js", "lineno": 66, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The horizontal offset of the bloom effect.", @@ -295329,7 +295603,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.BloomFXPipeline#offsetX", "scope": "instance", "kind": "member", - "___id": "T000002R033070", + "___id": "T000002R033168", "___s": true }, { @@ -295338,7 +295612,7 @@ "filename": "BloomFXPipeline.js", "lineno": 75, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The vertical offset of the bloom effect.", @@ -295357,7 +295631,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.BloomFXPipeline#offsetY", "scope": "instance", "kind": "member", - "___id": "T000002R033072", + "___id": "T000002R033170", "___s": true }, { @@ -295366,7 +295640,7 @@ "filename": "BloomFXPipeline.js", "lineno": 84, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The strength of the blur process of the bloom effect.", @@ -295385,7 +295659,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.BloomFXPipeline#blurStrength", "scope": "instance", "kind": "member", - "___id": "T000002R033074", + "___id": "T000002R033172", "___s": true }, { @@ -295394,7 +295668,7 @@ "filename": "BloomFXPipeline.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The strength of the blend process of the bloom effect.", @@ -295413,7 +295687,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.BloomFXPipeline#strength", "scope": "instance", "kind": "member", - "___id": "T000002R033076", + "___id": "T000002R033174", "___s": true }, { @@ -295422,7 +295696,7 @@ "filename": "BloomFXPipeline.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The internal gl color array.", @@ -295450,7 +295724,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.BloomFXPipeline#glcolor", "scope": "instance", "kind": "member", - "___id": "T000002R033078", + "___id": "T000002R033176", "___s": true }, { @@ -295459,7 +295733,7 @@ "filename": "BlurFXPipeline.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "classdesc": "The Blur FX Pipeline.\r\rA Gaussian blur is the result of blurring an image by a Gaussian function. It is a widely used effect,\rtypically to reduce image noise and reduce detail. The visual effect of this blurring technique is a\rsmooth blur resembling that of viewing the image through a translucent screen, distinctly different\rfrom the bokeh effect produced by an out-of-focus lens or the shadow of an object under usual illumination.\r\rA Blur effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.postFX.addBlur();\r```", @@ -295487,7 +295761,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Pipelines.FX.BlurFXPipeline", - "___id": "T000002R033095", + "___id": "T000002R033193", "___s": true }, { @@ -295496,7 +295770,7 @@ "filename": "BlurFXPipeline.js", "lineno": 66, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The horizontal offset of the blur effect.", @@ -295515,7 +295789,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.BlurFXPipeline#x", "scope": "instance", "kind": "member", - "___id": "T000002R033108", + "___id": "T000002R033206", "___s": true }, { @@ -295524,7 +295798,7 @@ "filename": "BlurFXPipeline.js", "lineno": 75, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The vertical offset of the blur effect.", @@ -295543,7 +295817,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.BlurFXPipeline#y", "scope": "instance", "kind": "member", - "___id": "T000002R033110", + "___id": "T000002R033208", "___s": true }, { @@ -295552,7 +295826,7 @@ "filename": "BlurFXPipeline.js", "lineno": 84, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The number of steps to run the Blur effect for.\r\rThis value should always be an integer.\r\rIt defaults to 4. The higher the value, the smoother the blur,\rbut at the cost of exponentially more gl operations.\r\rKeep this to the lowest possible number you can have it, while\rstill looking correct for your game.", @@ -295571,7 +295845,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.BlurFXPipeline#steps", "scope": "instance", "kind": "member", - "___id": "T000002R033112", + "___id": "T000002R033210", "___s": true }, { @@ -295580,7 +295854,7 @@ "filename": "BlurFXPipeline.js", "lineno": 101, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The strength of the blur effect.", @@ -295599,7 +295873,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.BlurFXPipeline#strength", "scope": "instance", "kind": "member", - "___id": "T000002R033114", + "___id": "T000002R033212", "___s": true }, { @@ -295608,7 +295882,7 @@ "filename": "BlurFXPipeline.js", "lineno": 110, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The internal gl color array.", @@ -295636,7 +295910,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.BlurFXPipeline#glcolor", "scope": "instance", "kind": "member", - "___id": "T000002R033116", + "___id": "T000002R033214", "___s": true }, { @@ -295645,7 +295919,7 @@ "filename": "BlurFXPipeline.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "Sets the quality of the blur effect to low.", @@ -295670,7 +295944,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.FX.BlurFXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.FX.BlurFXPipeline#setQualityLow", "scope": "instance", - "___id": "T000002R033118", + "___id": "T000002R033216", "___s": true }, { @@ -295679,7 +295953,7 @@ "filename": "BlurFXPipeline.js", "lineno": 135, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "Sets the quality of the blur effect to medium.", @@ -295704,7 +295978,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.FX.BlurFXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.FX.BlurFXPipeline#setQualityMedium", "scope": "instance", - "___id": "T000002R033121", + "___id": "T000002R033219", "___s": true }, { @@ -295713,7 +295987,7 @@ "filename": "BlurFXPipeline.js", "lineno": 150, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "Sets the quality of the blur effect to high.", @@ -295738,7 +296012,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.FX.BlurFXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.FX.BlurFXPipeline#setQualityHigh", "scope": "instance", - "___id": "T000002R033124", + "___id": "T000002R033222", "___s": true }, { @@ -295747,7 +296021,7 @@ "filename": "BokehFXPipeline.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "classdesc": "The Bokeh FX Pipeline.\r\rBokeh refers to a visual effect that mimics the photographic technique of creating a shallow depth of field.\rThis effect is used to emphasize the game's main subject or action, by blurring the background or foreground\relements, resulting in a more immersive and visually appealing experience. It is achieved through rendering\rtechniques that simulate the out-of-focus areas, giving a sense of depth and realism to the game's graphics.\r\rThis effect can also be used to generate a Tilt Shift effect, which is a technique used to create a miniature\reffect by blurring everything except a small area of the image. This effect is achieved by blurring the\rtop and bottom elements, while keeping the center area in focus.\r\rA Bokeh effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.postFX.addBokeh();\r```", @@ -295775,7 +296049,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Pipelines.FX.BokehFXPipeline", - "___id": "T000002R033137", + "___id": "T000002R033235", "___s": true }, { @@ -295784,7 +296058,7 @@ "filename": "BokehFXPipeline.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "Is this a Tilt Shift effect or a standard bokeh effect?", @@ -295803,7 +296077,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.BokehFXPipeline#isTiltShift", "scope": "instance", "kind": "member", - "___id": "T000002R033143", + "___id": "T000002R033241", "___s": true }, { @@ -295812,7 +296086,7 @@ "filename": "BokehFXPipeline.js", "lineno": 62, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "If a Tilt Shift effect this controls the strength of the blur.\r\rSetting this value on a non-Tilt Shift effect will have no effect.", @@ -295831,7 +296105,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.BokehFXPipeline#strength", "scope": "instance", "kind": "member", - "___id": "T000002R033145", + "___id": "T000002R033243", "___s": true }, { @@ -295840,7 +296114,7 @@ "filename": "BokehFXPipeline.js", "lineno": 73, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "If a Tilt Shift effect this controls the amount of horizontal blur.\r\rSetting this value on a non-Tilt Shift effect will have no effect.", @@ -295859,7 +296133,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.BokehFXPipeline#blurX", "scope": "instance", "kind": "member", - "___id": "T000002R033147", + "___id": "T000002R033245", "___s": true }, { @@ -295868,7 +296142,7 @@ "filename": "BokehFXPipeline.js", "lineno": 84, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "If a Tilt Shift effect this controls the amount of vertical blur.\r\rSetting this value on a non-Tilt Shift effect will have no effect.", @@ -295887,7 +296161,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.BokehFXPipeline#blurY", "scope": "instance", "kind": "member", - "___id": "T000002R033149", + "___id": "T000002R033247", "___s": true }, { @@ -295896,7 +296170,7 @@ "filename": "BokehFXPipeline.js", "lineno": 95, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The radius of the bokeh effect.\r\rThis is a float value, where a radius of 0 will result in no effect being applied,\rand a radius of 1 will result in a strong bokeh. However, you can exceed this value\rfor even stronger effects.", @@ -295915,7 +296189,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.BokehFXPipeline#radius", "scope": "instance", "kind": "member", - "___id": "T000002R033151", + "___id": "T000002R033249", "___s": true }, { @@ -295924,7 +296198,7 @@ "filename": "BokehFXPipeline.js", "lineno": 108, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The amount, or strength, of the bokeh effect. Defaults to 1.", @@ -295943,7 +296217,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.BokehFXPipeline#amount", "scope": "instance", "kind": "member", - "___id": "T000002R033153", + "___id": "T000002R033251", "___s": true }, { @@ -295952,7 +296226,7 @@ "filename": "BokehFXPipeline.js", "lineno": 117, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The color contrast, or brightness, of the bokeh effect. Defaults to 0.2.", @@ -295971,7 +296245,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.BokehFXPipeline#contrast", "scope": "instance", "kind": "member", - "___id": "T000002R033155", + "___id": "T000002R033253", "___s": true }, { @@ -295980,7 +296254,7 @@ "filename": "CircleFXPipeline.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "classdesc": "The Circle FX Pipeline.\r\rThis effect will draw a circle around the texture of the Game Object, effectively masking off\rany area outside of the circle without the need for an actual mask. You can control the thickness\rof the circle, the color of the circle and the color of the background, should the texture be\rtransparent. You can also control the feathering applied to the circle, allowing for a harsh or soft edge.\r\rPlease note that adding this effect to a Game Object will not change the input area or physics body of\rthe Game Object, should it have one.\r\rA Circle effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.postFX.addCircle();\r```", @@ -296008,7 +296282,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Pipelines.FX.CircleFXPipeline", - "___id": "T000002R033164", + "___id": "T000002R033262", "___s": true }, { @@ -296017,7 +296291,7 @@ "filename": "CircleFXPipeline.js", "lineno": 52, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The scale of the circle. The default scale is 1, which is a circle\rthe full size of the underlying texture. Reduce this value to create\ra smaller circle, or increase it to create a circle that extends off\rthe edges of the texture.", @@ -296036,7 +296310,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.CircleFXPipeline#scale", "scope": "instance", "kind": "member", - "___id": "T000002R033170", + "___id": "T000002R033268", "___s": true }, { @@ -296045,7 +296319,7 @@ "filename": "CircleFXPipeline.js", "lineno": 64, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The amount of feathering to apply to the circle from the ring,\rextending into the middle of the circle. The default is 0.005,\rwhich is a very low amount of feathering just making sure the ring\rhas a smooth edge. Increase this amount to a value such as 0.5\ror 0.025 for larger amounts of feathering.", @@ -296064,7 +296338,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.CircleFXPipeline#feather", "scope": "instance", "kind": "member", - "___id": "T000002R033172", + "___id": "T000002R033270", "___s": true }, { @@ -296073,7 +296347,7 @@ "filename": "CircleFXPipeline.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The width of the circle around the texture, in pixels. This value\rdoesn't factor in the feather, which can extend the thickness\rinternally depending on its value.", @@ -296092,7 +296366,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.CircleFXPipeline#thickness", "scope": "instance", "kind": "member", - "___id": "T000002R033174", + "___id": "T000002R033272", "___s": true }, { @@ -296101,7 +296375,7 @@ "filename": "CircleFXPipeline.js", "lineno": 88, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The internal gl color array for the ring color.", @@ -296129,7 +296403,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.CircleFXPipeline#glcolor", "scope": "instance", "kind": "member", - "___id": "T000002R033176", + "___id": "T000002R033274", "___s": true }, { @@ -296138,7 +296412,7 @@ "filename": "CircleFXPipeline.js", "lineno": 97, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The internal gl color array for the background color.", @@ -296166,7 +296440,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.CircleFXPipeline#glcolor2", "scope": "instance", "kind": "member", - "___id": "T000002R033178", + "___id": "T000002R033276", "___s": true }, { @@ -296175,7 +296449,7 @@ "filename": "ColorMatrixFXPipeline.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "classdesc": "The ColorMatrix FX Pipeline.\r\rThe color matrix effect is a visual technique that involves manipulating the colors of an image\ror scene using a mathematical matrix. This process can adjust hue, saturation, brightness, and contrast,\rallowing developers to create various stylistic appearances or mood settings within the game.\rCommon applications include simulating different lighting conditions, applying color filters,\ror achieving a specific visual style.\r\rA ColorMatrix effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.postFX.addColorMatrix();\r```", @@ -296203,7 +296477,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Pipelines.FX.ColorMatrixFXPipeline", - "___id": "T000002R033186", + "___id": "T000002R033284", "___s": true }, { @@ -296212,7 +296486,7 @@ "filename": "DisplacementFXPipeline.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "classdesc": "The Displacement FX Pipeline.\r\rThe displacement effect is a visual technique that alters the position of pixels in an image\ror texture based on the values of a displacement map. This effect is used to create the illusion\rof depth, surface irregularities, or distortion in otherwise flat elements. It can be applied to\rcharacters, objects, or backgrounds to enhance realism, convey movement, or achieve various\rstylistic appearances.\r\rA Displacement effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.postFX.addDisplacement();\r```", @@ -296240,7 +296514,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Pipelines.FX.DisplacementFXPipeline", - "___id": "T000002R033197", + "___id": "T000002R033295", "___s": true }, { @@ -296249,7 +296523,7 @@ "filename": "DisplacementFXPipeline.js", "lineno": 50, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The amount of horizontal displacement to apply.", @@ -296268,7 +296542,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.DisplacementFXPipeline#x", "scope": "instance", "kind": "member", - "___id": "T000002R033203", + "___id": "T000002R033301", "___s": true }, { @@ -296277,7 +296551,7 @@ "filename": "DisplacementFXPipeline.js", "lineno": 59, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The amount of vertical displacement to apply.", @@ -296296,7 +296570,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.DisplacementFXPipeline#y", "scope": "instance", "kind": "member", - "___id": "T000002R033205", + "___id": "T000002R033303", "___s": true }, { @@ -296305,7 +296579,7 @@ "filename": "DisplacementFXPipeline.js", "lineno": 68, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The underlying texture used for displacement.", @@ -296324,7 +296598,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.DisplacementFXPipeline#glTexture", "scope": "instance", "kind": "member", - "___id": "T000002R033207", + "___id": "T000002R033305", "___s": true }, { @@ -296333,7 +296607,7 @@ "filename": "GlowFXPipeline.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "classdesc": "The Glow FX Pipeline.\r\rThe glow effect is a visual technique that creates a soft, luminous halo around game objects,\rcharacters, or UI elements. This effect is used to emphasize importance, enhance visual appeal,\ror convey a sense of energy, magic, or otherworldly presence. The effect can also be set on\rthe inside of the Game Object. The color and strength of the glow can be modified.\r\rA Glow effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.postFX.addGlow();\r```", @@ -296374,7 +296648,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Pipelines.FX.GlowFXPipeline", - "___id": "T000002R033222", + "___id": "T000002R033320", "___s": true }, { @@ -296383,7 +296657,7 @@ "filename": "GlowFXPipeline.js", "lineno": 55, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The strength of the glow outward from the edge of the Sprite.", @@ -296402,7 +296676,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.GlowFXPipeline#outerStrength", "scope": "instance", "kind": "member", - "___id": "T000002R033230", + "___id": "T000002R033328", "___s": true }, { @@ -296411,7 +296685,7 @@ "filename": "GlowFXPipeline.js", "lineno": 64, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The strength of the glow inward from the edge of the Sprite.", @@ -296430,7 +296704,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.GlowFXPipeline#innerStrength", "scope": "instance", "kind": "member", - "___id": "T000002R033232", + "___id": "T000002R033330", "___s": true }, { @@ -296439,7 +296713,7 @@ "filename": "GlowFXPipeline.js", "lineno": 73, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "If `true` only the glow is drawn, not the texture itself.", @@ -296458,7 +296732,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.GlowFXPipeline#knockout", "scope": "instance", "kind": "member", - "___id": "T000002R033234", + "___id": "T000002R033332", "___s": true }, { @@ -296467,7 +296741,7 @@ "filename": "GlowFXPipeline.js", "lineno": 82, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "A 4 element array of gl color values.", @@ -296495,7 +296769,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.GlowFXPipeline#glcolor", "scope": "instance", "kind": "member", - "___id": "T000002R033236", + "___id": "T000002R033334", "___s": true }, { @@ -296504,7 +296778,7 @@ "filename": "GradientFXPipeline.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "classdesc": "The Gradient FX Pipeline.\r\rThe gradient overlay effect is a visual technique where a smooth color transition is applied over Game Objects,\rsuch as sprites or UI components. This effect is used to enhance visual appeal, emphasize depth, or create\rstylistic and atmospheric variations. It can also be utilized to convey information, such as representing\rprogress or health status through color changes.\r\rA Gradient effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.postFX.addGradient();\r```", @@ -296532,7 +296806,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Pipelines.FX.GradientFXPipeline", - "___id": "T000002R033245", + "___id": "T000002R033343", "___s": true }, { @@ -296541,7 +296815,7 @@ "filename": "GradientFXPipeline.js", "lineno": 49, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The alpha value of the gradient effect.", @@ -296560,7 +296834,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.GradientFXPipeline#alpha", "scope": "instance", "kind": "member", - "___id": "T000002R033251", + "___id": "T000002R033349", "___s": true }, { @@ -296569,7 +296843,7 @@ "filename": "GradientFXPipeline.js", "lineno": 58, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "Sets how many 'chunks' the gradient is divided in to, as spread over the\rentire height of the texture. Leave this at zero for a smooth gradient,\ror set to a higher number to split the gradient into that many sections, giving\ra more banded 'retro' effect.", @@ -296588,7 +296862,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.GradientFXPipeline#size", "scope": "instance", "kind": "member", - "___id": "T000002R033253", + "___id": "T000002R033351", "___s": true }, { @@ -296597,7 +296871,7 @@ "filename": "GradientFXPipeline.js", "lineno": 70, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The horizontal position the gradient will start from. This value is normalized, between 0 and 1 and is not in pixels.", @@ -296616,7 +296890,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.GradientFXPipeline#fromX", "scope": "instance", "kind": "member", - "___id": "T000002R033255", + "___id": "T000002R033353", "___s": true }, { @@ -296625,7 +296899,7 @@ "filename": "GradientFXPipeline.js", "lineno": 79, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The vertical position the gradient will start from. This value is normalized, between 0 and 1 and is not in pixels.", @@ -296644,7 +296918,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.GradientFXPipeline#fromY", "scope": "instance", "kind": "member", - "___id": "T000002R033257", + "___id": "T000002R033355", "___s": true }, { @@ -296653,7 +296927,7 @@ "filename": "GradientFXPipeline.js", "lineno": 88, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The horizontal position the gradient will end. This value is normalized, between 0 and 1 and is not in pixels.", @@ -296672,7 +296946,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.GradientFXPipeline#toX", "scope": "instance", "kind": "member", - "___id": "T000002R033259", + "___id": "T000002R033357", "___s": true }, { @@ -296681,7 +296955,7 @@ "filename": "GradientFXPipeline.js", "lineno": 97, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The vertical position the gradient will end. This value is normalized, between 0 and 1 and is not in pixels.", @@ -296700,7 +296974,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.GradientFXPipeline#toY", "scope": "instance", "kind": "member", - "___id": "T000002R033261", + "___id": "T000002R033359", "___s": true }, { @@ -296709,7 +296983,7 @@ "filename": "GradientFXPipeline.js", "lineno": 106, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The internal gl color array for the starting color.", @@ -296737,7 +297011,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.GradientFXPipeline#glcolor1", "scope": "instance", "kind": "member", - "___id": "T000002R033263", + "___id": "T000002R033361", "___s": true }, { @@ -296746,7 +297020,7 @@ "filename": "GradientFXPipeline.js", "lineno": 115, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The internal gl color array for the ending color.", @@ -296774,7 +297048,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.GradientFXPipeline#glcolor2", "scope": "instance", "kind": "member", - "___id": "T000002R033265", + "___id": "T000002R033363", "___s": true }, { @@ -296783,7 +297057,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "kind": "namespace", @@ -296791,7 +297065,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines", "longname": "Phaser.Renderer.WebGL.Pipelines.FX", "scope": "static", - "___id": "T000002R033270", + "___id": "T000002R033368", "___s": true }, { @@ -296800,7 +297074,7 @@ "filename": "PixelateFXPipeline.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "classdesc": "The Pixelate FX Pipeline.\r\rThe pixelate effect is a visual technique that deliberately reduces the resolution or detail of an image,\rcreating a blocky or mosaic appearance composed of large, visible pixels. This effect can be used for stylistic\rpurposes, as a homage to retro gaming, or as a means to obscure certain elements within the game, such as\rduring a transition or to censor specific content.\r\rA Pixelate effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.postFX.addPixelate();\r```", @@ -296828,7 +297102,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Pipelines.FX.PixelateFXPipeline", - "___id": "T000002R033290", + "___id": "T000002R033388", "___s": true }, { @@ -296837,7 +297111,7 @@ "filename": "PixelateFXPipeline.js", "lineno": 49, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The amount of pixelation to apply.", @@ -296856,7 +297130,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.PixelateFXPipeline#amount", "scope": "instance", "kind": "member", - "___id": "T000002R033296", + "___id": "T000002R033394", "___s": true }, { @@ -296865,7 +297139,7 @@ "filename": "ShadowFXPipeline.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "classdesc": "The Shadow FX Pipeline.\r\rThe shadow effect is a visual technique used to create the illusion of depth and realism by adding darker,\roffset silhouettes or shapes beneath game objects, characters, or environments. These simulated shadows\rhelp to enhance the visual appeal and immersion, making the 2D game world appear more dynamic and three-dimensional.\r\rA Shadow effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.postFX.addShadow();\r```", @@ -296893,7 +297167,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Pipelines.FX.ShadowFXPipeline", - "___id": "T000002R033305", + "___id": "T000002R033403", "___s": true }, { @@ -296902,7 +297176,7 @@ "filename": "ShadowFXPipeline.js", "lineno": 48, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The horizontal offset of the shadow effect.", @@ -296921,7 +297195,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.ShadowFXPipeline#x", "scope": "instance", "kind": "member", - "___id": "T000002R033311", + "___id": "T000002R033409", "___s": true }, { @@ -296930,7 +297204,7 @@ "filename": "ShadowFXPipeline.js", "lineno": 57, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The vertical offset of the shadow effect.", @@ -296949,7 +297223,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.ShadowFXPipeline#y", "scope": "instance", "kind": "member", - "___id": "T000002R033313", + "___id": "T000002R033411", "___s": true }, { @@ -296958,7 +297232,7 @@ "filename": "ShadowFXPipeline.js", "lineno": 66, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The amount of decay for the shadow effect.", @@ -296977,7 +297251,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.ShadowFXPipeline#decay", "scope": "instance", "kind": "member", - "___id": "T000002R033315", + "___id": "T000002R033413", "___s": true }, { @@ -296986,7 +297260,7 @@ "filename": "ShadowFXPipeline.js", "lineno": 75, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The power of the shadow effect.", @@ -297005,7 +297279,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.ShadowFXPipeline#power", "scope": "instance", "kind": "member", - "___id": "T000002R033317", + "___id": "T000002R033415", "___s": true }, { @@ -297014,7 +297288,7 @@ "filename": "ShadowFXPipeline.js", "lineno": 84, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The internal gl color array.", @@ -297042,7 +297316,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.ShadowFXPipeline#glcolor", "scope": "instance", "kind": "member", - "___id": "T000002R033319", + "___id": "T000002R033417", "___s": true }, { @@ -297051,7 +297325,7 @@ "filename": "ShadowFXPipeline.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The number of samples that the shadow effect will run for.\r\rThis should be an integer with a minimum value of 1 and a maximum of 12.", @@ -297070,7 +297344,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.ShadowFXPipeline#samples", "scope": "instance", "kind": "member", - "___id": "T000002R033321", + "___id": "T000002R033419", "___s": true }, { @@ -297079,7 +297353,7 @@ "filename": "ShadowFXPipeline.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The intensity of the shadow effect.", @@ -297098,7 +297372,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.ShadowFXPipeline#intensity", "scope": "instance", "kind": "member", - "___id": "T000002R033323", + "___id": "T000002R033421", "___s": true }, { @@ -297107,7 +297381,7 @@ "filename": "ShineFXPipeline.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "classdesc": "The Shine FX Pipeline.\r\rThe shine effect is a visual technique that simulates the appearance of reflective\ror glossy surfaces by passing a light beam across a Game Object. This effect is used to\renhance visual appeal, emphasize certain features, and create a sense of depth or\rmaterial properties.\r\rA Shine effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.postFX.addShine();\r```", @@ -297135,7 +297409,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Pipelines.FX.ShineFXPipeline", - "___id": "T000002R033332", + "___id": "T000002R033430", "___s": true }, { @@ -297144,7 +297418,7 @@ "filename": "ShineFXPipeline.js", "lineno": 49, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The speed of the Shine effect.", @@ -297163,7 +297437,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.ShineFXPipeline#speed", "scope": "instance", "kind": "member", - "___id": "T000002R033338", + "___id": "T000002R033436", "___s": true }, { @@ -297172,7 +297446,7 @@ "filename": "ShineFXPipeline.js", "lineno": 58, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The line width of the Shine effect.", @@ -297191,7 +297465,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.ShineFXPipeline#lineWidth", "scope": "instance", "kind": "member", - "___id": "T000002R033340", + "___id": "T000002R033438", "___s": true }, { @@ -297200,7 +297474,7 @@ "filename": "ShineFXPipeline.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The gradient of the Shine effect.", @@ -297219,7 +297493,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.ShineFXPipeline#gradient", "scope": "instance", "kind": "member", - "___id": "T000002R033342", + "___id": "T000002R033440", "___s": true }, { @@ -297228,7 +297502,7 @@ "filename": "ShineFXPipeline.js", "lineno": 76, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "Does this Shine effect reveal or get added to its target?", @@ -297247,7 +297521,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.ShineFXPipeline#reveal", "scope": "instance", "kind": "member", - "___id": "T000002R033344", + "___id": "T000002R033442", "___s": true }, { @@ -297256,7 +297530,7 @@ "filename": "VignetteFXPipeline.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "classdesc": "The Vignette FX Pipeline.\r\rThe vignette effect is a visual technique where the edges of the screen, or a Game Object, gradually darken or blur,\rcreating a frame-like appearance. This effect is used to draw the player's focus towards the central action or subject,\renhance immersion, and provide a cinematic or artistic quality to the game's visuals.\r\rA Vignette effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.postFX.addVignette();\r```", @@ -297284,7 +297558,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Pipelines.FX.VignetteFXPipeline", - "___id": "T000002R033353", + "___id": "T000002R033451", "___s": true }, { @@ -297293,7 +297567,7 @@ "filename": "VignetteFXPipeline.js", "lineno": 48, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The horizontal offset of the vignette effect. This value is normalized to the range 0 to 1.", @@ -297312,7 +297586,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.VignetteFXPipeline#x", "scope": "instance", "kind": "member", - "___id": "T000002R033359", + "___id": "T000002R033457", "___s": true }, { @@ -297321,7 +297595,7 @@ "filename": "VignetteFXPipeline.js", "lineno": 57, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The vertical offset of the vignette effect. This value is normalized to the range 0 to 1.", @@ -297340,7 +297614,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.VignetteFXPipeline#y", "scope": "instance", "kind": "member", - "___id": "T000002R033361", + "___id": "T000002R033459", "___s": true }, { @@ -297349,7 +297623,7 @@ "filename": "VignetteFXPipeline.js", "lineno": 66, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The radius of the vignette effect. This value is normalized to the range 0 to 1.", @@ -297368,7 +297642,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.VignetteFXPipeline#radius", "scope": "instance", "kind": "member", - "___id": "T000002R033363", + "___id": "T000002R033461", "___s": true }, { @@ -297377,7 +297651,7 @@ "filename": "VignetteFXPipeline.js", "lineno": 75, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The strength of the vignette effect.", @@ -297396,7 +297670,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.VignetteFXPipeline#strength", "scope": "instance", "kind": "member", - "___id": "T000002R033365", + "___id": "T000002R033463", "___s": true }, { @@ -297405,7 +297679,7 @@ "filename": "WipeFXPipeline.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "classdesc": "The Wipe FX Pipeline.\r\rThe wipe or reveal effect is a visual technique that gradually uncovers or conceals elements\rin the game, such as images, text, or scene transitions. This effect is often used to create\ra sense of progression, reveal hidden content, or provide a smooth and visually appealing transition\rbetween game states.\r\rYou can set both the direction and the axis of the wipe effect. The following combinations are possible:\r\r* left to right: direction 0, axis 0\r* right to left: direction 1, axis 0\r* top to bottom: direction 1, axis 1\r* bottom to top: direction 1, axis 0\r\rIt is up to you to set the `progress` value yourself, i.e. via a Tween, in order to transition the effect.\r\rA Wipe effect is added to a Game Object via the FX component:\r\r```js\rconst sprite = this.add.sprite();\r\rsprite.postFX.addWipe();\rsprite.postFX.addReveal();\r```", @@ -297433,7 +297707,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Pipelines.FX.WipeFXPipeline", - "___id": "T000002R033373", + "___id": "T000002R033471", "___s": true }, { @@ -297442,7 +297716,7 @@ "filename": "WipeFXPipeline.js", "lineno": 59, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The progress of the Wipe effect. This value is normalized to the range 0 to 1.\r\rAdjust this value to make the wipe transition (i.e. via a Tween)", @@ -297461,7 +297735,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.WipeFXPipeline#progress", "scope": "instance", "kind": "member", - "___id": "T000002R033379", + "___id": "T000002R033477", "___s": true }, { @@ -297470,7 +297744,7 @@ "filename": "WipeFXPipeline.js", "lineno": 70, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The width of the wipe effect. This value is normalized in the range 0 to 1.", @@ -297489,7 +297763,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.WipeFXPipeline#wipeWidth", "scope": "instance", "kind": "member", - "___id": "T000002R033381", + "___id": "T000002R033479", "___s": true }, { @@ -297498,7 +297772,7 @@ "filename": "WipeFXPipeline.js", "lineno": 79, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The direction of the wipe effect. Either 0 or 1. Set in conjunction with the axis property.", @@ -297517,7 +297791,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.WipeFXPipeline#direction", "scope": "instance", "kind": "member", - "___id": "T000002R033383", + "___id": "T000002R033481", "___s": true }, { @@ -297526,7 +297800,7 @@ "filename": "WipeFXPipeline.js", "lineno": 88, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "The axis of the wipe effect. Either 0 or 1. Set in conjunction with the direction property.", @@ -297545,7 +297819,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.WipeFXPipeline#axis", "scope": "instance", "kind": "member", - "___id": "T000002R033385", + "___id": "T000002R033483", "___s": true }, { @@ -297554,7 +297828,7 @@ "filename": "WipeFXPipeline.js", "lineno": 97, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines\\fx", "code": {} }, "description": "Is this a reveal (true) or a fade (false) effect?", @@ -297573,7 +297847,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FX.WipeFXPipeline#reveal", "scope": "instance", "kind": "member", - "___id": "T000002R033387", + "___id": "T000002R033485", "___s": true }, { @@ -297582,7 +297856,7 @@ "filename": "FXPipeline.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "classdesc": "The FXPipeline is a built-in pipeline that controls the application of FX Controllers during\rthe rendering process. It maintains all of the FX shaders, instances of Post FX Pipelines and\ris responsible for rendering.\r\rYou should rarely interact with this pipeline directly. Instead, use the FX Controllers that\ris part of the Game Object class in order to manage the effects.", @@ -297610,7 +297884,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline", - "___id": "T000002R033403", + "___id": "T000002R033501", "___s": true }, { @@ -297619,7 +297893,7 @@ "filename": "FXPipeline.js", "lineno": 64, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "An instance of the Glow Post FX Pipeline.", @@ -297638,7 +297912,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#glow", "scope": "instance", "kind": "member", - "___id": "T000002R033409", + "___id": "T000002R033507", "___s": true }, { @@ -297647,7 +297921,7 @@ "filename": "FXPipeline.js", "lineno": 73, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "An instance of the Shadow Post FX Pipeline.", @@ -297666,7 +297940,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#shadow", "scope": "instance", "kind": "member", - "___id": "T000002R033411", + "___id": "T000002R033509", "___s": true }, { @@ -297675,7 +297949,7 @@ "filename": "FXPipeline.js", "lineno": 82, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "An instance of the Pixelate Post FX Pipeline.", @@ -297694,7 +297968,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#pixelate", "scope": "instance", "kind": "member", - "___id": "T000002R033413", + "___id": "T000002R033511", "___s": true }, { @@ -297703,7 +297977,7 @@ "filename": "FXPipeline.js", "lineno": 91, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "An instance of the Vignette Post FX Pipeline.", @@ -297722,7 +297996,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#vignette", "scope": "instance", "kind": "member", - "___id": "T000002R033415", + "___id": "T000002R033513", "___s": true }, { @@ -297731,7 +298005,7 @@ "filename": "FXPipeline.js", "lineno": 100, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "An instance of the Shine Post FX Pipeline.", @@ -297750,7 +298024,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#shine", "scope": "instance", "kind": "member", - "___id": "T000002R033417", + "___id": "T000002R033515", "___s": true }, { @@ -297759,7 +298033,7 @@ "filename": "FXPipeline.js", "lineno": 109, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "An instance of the Gradient Post FX Pipeline.", @@ -297778,7 +298052,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#gradient", "scope": "instance", "kind": "member", - "___id": "T000002R033419", + "___id": "T000002R033517", "___s": true }, { @@ -297787,7 +298061,7 @@ "filename": "FXPipeline.js", "lineno": 118, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "An instance of the Circle Post FX Pipeline.", @@ -297806,7 +298080,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#circle", "scope": "instance", "kind": "member", - "___id": "T000002R033421", + "___id": "T000002R033519", "___s": true }, { @@ -297815,7 +298089,7 @@ "filename": "FXPipeline.js", "lineno": 127, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "An instance of the Barrel Post FX Pipeline.", @@ -297834,7 +298108,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#barrel", "scope": "instance", "kind": "member", - "___id": "T000002R033423", + "___id": "T000002R033521", "___s": true }, { @@ -297843,7 +298117,7 @@ "filename": "FXPipeline.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "An instance of the Wipe Post FX Pipeline.", @@ -297862,7 +298136,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#wipe", "scope": "instance", "kind": "member", - "___id": "T000002R033425", + "___id": "T000002R033523", "___s": true }, { @@ -297871,7 +298145,7 @@ "filename": "FXPipeline.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "An instance of the Bokeh Post FX Pipeline.", @@ -297890,7 +298164,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#bokeh", "scope": "instance", "kind": "member", - "___id": "T000002R033427", + "___id": "T000002R033525", "___s": true }, { @@ -297899,7 +298173,7 @@ "filename": "FXPipeline.js", "lineno": 172, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "An array containing references to the methods that map to the FX CONSTs.\r\rThis array is intentionally sparse. Do not adjust.", @@ -297927,7 +298201,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#fxHandlers", "scope": "instance", "kind": "member", - "___id": "T000002R033444", + "___id": "T000002R033542", "___s": true }, { @@ -297936,7 +298210,7 @@ "filename": "FXPipeline.js", "lineno": 183, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "The source Render Target.", @@ -297955,7 +298229,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#source", "scope": "instance", "kind": "member", - "___id": "T000002R033446", + "___id": "T000002R033544", "___s": true }, { @@ -297964,7 +298238,7 @@ "filename": "FXPipeline.js", "lineno": 192, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "The target Render Target.", @@ -297983,7 +298257,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#target", "scope": "instance", "kind": "member", - "___id": "T000002R033448", + "___id": "T000002R033546", "___s": true }, { @@ -297992,7 +298266,7 @@ "filename": "FXPipeline.js", "lineno": 201, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "The swap Render Target.", @@ -298011,7 +298285,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#swap", "scope": "instance", "kind": "member", - "___id": "T000002R033450", + "___id": "T000002R033548", "___s": true }, { @@ -298020,7 +298294,7 @@ "filename": "FXPipeline.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Takes the currently bound Game Object and runs all of its pre-render effects,\rusing the given Render Target as the source.\r\rFinally calls `drawToGame` to copy the result to the Game Canvas.", @@ -298072,7 +298346,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#onDraw", "scope": "instance", "overrides": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#onDraw", - "___id": "T000002R033452", + "___id": "T000002R033550", "___s": true }, { @@ -298081,7 +298355,7 @@ "filename": "FXPipeline.js", "lineno": 254, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Takes the source and target and runs a copy from source to target.\r\rThis will use the current shader and pipeline.", @@ -298091,7 +298365,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.FXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#runDraw", "scope": "instance", - "___id": "T000002R033464", + "___id": "T000002R033562", "___s": true }, { @@ -298100,7 +298374,7 @@ "filename": "FXPipeline.js", "lineno": 273, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Runs the Glow FX controller.", @@ -298151,7 +298425,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.FXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#onGlow", "scope": "instance", - "___id": "T000002R033470", + "___id": "T000002R033568", "___s": true }, { @@ -298160,7 +298434,7 @@ "filename": "FXPipeline.js", "lineno": 294, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Runs the Shadow FX controller.", @@ -298185,7 +298459,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.FXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#onShadow", "scope": "instance", - "___id": "T000002R033473", + "___id": "T000002R033571", "___s": true }, { @@ -298194,7 +298468,7 @@ "filename": "FXPipeline.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Runs the Pixelate FX controller.", @@ -298245,7 +298519,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.FXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#onPixelate", "scope": "instance", - "___id": "T000002R033476", + "___id": "T000002R033574", "___s": true }, { @@ -298254,7 +298528,7 @@ "filename": "FXPipeline.js", "lineno": 334, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Runs the Vignette FX controller.", @@ -298279,7 +298553,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.FXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#onVignette", "scope": "instance", - "___id": "T000002R033479", + "___id": "T000002R033577", "___s": true }, { @@ -298288,7 +298562,7 @@ "filename": "FXPipeline.js", "lineno": 353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Runs the Shine FX controller.", @@ -298339,7 +298613,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.FXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#onShine", "scope": "instance", - "___id": "T000002R033482", + "___id": "T000002R033580", "___s": true }, { @@ -298348,7 +298622,7 @@ "filename": "FXPipeline.js", "lineno": 374, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Runs the Blur FX controller.", @@ -298399,7 +298673,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.FXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#onBlur", "scope": "instance", - "___id": "T000002R033485", + "___id": "T000002R033583", "___s": true }, { @@ -298408,7 +298682,7 @@ "filename": "FXPipeline.js", "lineno": 411, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Runs the Gradient FX controller.", @@ -298433,7 +298707,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.FXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#onGradient", "scope": "instance", - "___id": "T000002R033493", + "___id": "T000002R033591", "___s": true }, { @@ -298442,7 +298716,7 @@ "filename": "FXPipeline.js", "lineno": 430, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Runs the Bloom FX controller.", @@ -298493,7 +298767,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.FXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#onBloom", "scope": "instance", - "___id": "T000002R033496", + "___id": "T000002R033594", "___s": true }, { @@ -298502,7 +298776,7 @@ "filename": "FXPipeline.js", "lineno": 469, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Runs the ColorMatrix FX controller.", @@ -298527,7 +298801,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.FXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#onColorMatrix", "scope": "instance", - "___id": "T000002R033503", + "___id": "T000002R033601", "___s": true }, { @@ -298536,7 +298810,7 @@ "filename": "FXPipeline.js", "lineno": 487, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Runs the Circle FX controller.", @@ -298587,7 +298861,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.FXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#onCircle", "scope": "instance", - "___id": "T000002R033505", + "___id": "T000002R033603", "___s": true }, { @@ -298596,7 +298870,7 @@ "filename": "FXPipeline.js", "lineno": 508, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Runs the Barrel FX controller.", @@ -298621,7 +298895,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.FXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#onBarrel", "scope": "instance", - "___id": "T000002R033508", + "___id": "T000002R033606", "___s": true }, { @@ -298630,7 +298904,7 @@ "filename": "FXPipeline.js", "lineno": 527, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Runs the Displacement FX controller.", @@ -298655,7 +298929,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.FXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#onDisplacement", "scope": "instance", - "___id": "T000002R033511", + "___id": "T000002R033609", "___s": true }, { @@ -298664,7 +298938,7 @@ "filename": "FXPipeline.js", "lineno": 547, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Runs the Wipe FX controller.", @@ -298689,7 +298963,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.FXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#onWipe", "scope": "instance", - "___id": "T000002R033513", + "___id": "T000002R033611", "___s": true }, { @@ -298698,7 +298972,7 @@ "filename": "FXPipeline.js", "lineno": 566, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Runs the Bokeh FX controller.", @@ -298723,7 +298997,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.FXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#onBokeh", "scope": "instance", - "___id": "T000002R033516", + "___id": "T000002R033614", "___s": true }, { @@ -298732,7 +299006,7 @@ "filename": "FXPipeline.js", "lineno": 585, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Destroys all shader instances, removes all object references and nulls all external references.", @@ -298758,7 +299032,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.FXPipeline#destroy", "scope": "instance", "overrides": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#destroy", - "___id": "T000002R033519", + "___id": "T000002R033617", "___s": true }, { @@ -298767,7 +299041,7 @@ "filename": "index.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "kind": "namespace", @@ -298775,7 +299049,7 @@ "memberof": "Phaser.Renderer.WebGL", "longname": "Phaser.Renderer.WebGL.Pipelines", "scope": "static", - "___id": "T000002R033528", + "___id": "T000002R033626", "___s": true }, { @@ -298784,7 +299058,7 @@ "filename": "LightPipeline.js", "lineno": 16, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "classdesc": "The Light Pipeline is an extension of the Multi Pipeline and uses a custom shader\rdesigned to handle forward diffused rendering of 2D lights in a Scene.\r\rThe shader works in tandem with Light Game Objects, and optionally texture normal maps,\rto provide an ambient illumination effect.\r\rIf you wish to provide your own shader, you can use the `%LIGHT_COUNT%` declaration in the source,\rand it will be automatically replaced at run-time with the total number of configured lights.\r\rThe maximum number of lights can be set in the Render Config `maxLights` property and defaults to 10.\r\rPrior to Phaser v3.50 this pipeline was called the `ForwardDiffuseLightPipeline`.\r\rThe fragment shader it uses can be found in `shaders/src/Light.frag`.\rThe vertex shader it uses can be found in `shaders/src/Multi.vert`.\r\rThe default shader attributes for this pipeline are:\r\r`inPosition` (vec2, offset 0)\r`inTexCoord` (vec2, offset 8)\r`inTexId` (float, offset 16)\r`inTintEffect` (float, offset 20)\r`inTint` (vec4, offset 24, normalized)\r\rThe default shader uniforms for this pipeline are those from the Multi Pipeline, plus:\r\r`uMainSampler` (sampler2D)\r`uNormSampler` (sampler2D)\r`uCamera` (vec4)\r`uResolution` (vec2)\r`uAmbientLightColor` (vec3)\r`uInverseRotationMatrix` (mat3)\r`uLights` (Light struct)", @@ -298812,7 +299086,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Pipelines.LightPipeline", - "___id": "T000002R033552", + "___id": "T000002R033650", "___s": true }, { @@ -298821,7 +299095,7 @@ "filename": "LightPipeline.js", "lineno": 88, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "The currently bound normal map texture at texture unit one, if any.", @@ -298842,7 +299116,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.LightPipeline#currentNormalMap;", "scope": "instance", "kind": "member", - "___id": "T000002R033560", + "___id": "T000002R033658", "___s": true }, { @@ -298851,7 +299125,7 @@ "filename": "LightPipeline.js", "lineno": 97, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "A boolean that is set automatically during `onRender` that determines\rif the Scene LightManager is active, or not.", @@ -298871,7 +299145,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.LightPipeline#lightsActive", "scope": "instance", "kind": "member", - "___id": "T000002R033562", + "___id": "T000002R033660", "___s": true }, { @@ -298880,7 +299154,7 @@ "filename": "LightPipeline.js", "lineno": 108, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "A persistent calculation vector used when processing the lights.", @@ -298899,7 +299173,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.LightPipeline#tempVec2", "scope": "instance", "kind": "member", - "___id": "T000002R033564", + "___id": "T000002R033662", "___s": true }, { @@ -298908,7 +299182,7 @@ "filename": "LightPipeline.js", "lineno": 138, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Called when the Game has fully booted and the Renderer has finished setting up.\r\rBy this stage all Game level systems are now in place and you can perform any final\rtasks that the pipeline may need that relied on game systems such as the Texture Manager.", @@ -298919,7 +299193,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.LightPipeline#boot", "scope": "instance", "overrides": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#boot", - "___id": "T000002R033570", + "___id": "T000002R033668", "___s": true }, { @@ -298928,7 +299202,7 @@ "filename": "LightPipeline.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Rotates the normal map vectors inversely by the given angle.\rOnly works in 2D space.", @@ -298953,7 +299227,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.LightPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.LightPipeline#setNormalMapRotation", "scope": "instance", - "___id": "T000002R033589", + "___id": "T000002R033687", "___s": true }, { @@ -298962,7 +299236,7 @@ "filename": "LightPipeline.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Checks to see if the given diffuse and normal map textures are already bound, or not.", @@ -299014,7 +299288,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#isNewNormalMap", "scope": "instance", - "___id": "T000002R033621", + "___id": "T000002R033719", "___s": true }, { @@ -299023,7 +299297,7 @@ "filename": "LightPipeline.js", "lineno": 361, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Returns the normal map WebGLTextureWrapper from the given Game Object.\rIf the Game Object doesn't have one, it returns the default normal map from this pipeline instead.", @@ -299063,7 +299337,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.LightPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.LightPipeline#getNormalMap", "scope": "instance", - "___id": "T000002R033623", + "___id": "T000002R033721", "___s": true }, { @@ -299072,7 +299346,7 @@ "filename": "LightPipeline.js", "lineno": 408, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Takes a Sprite Game Object, or any object that extends it, and adds it to the batch.", @@ -299135,7 +299409,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.LightPipeline#batchSprite", "scope": "instance", "overrides": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchSprite", - "___id": "T000002R033630", + "___id": "T000002R033728", "___s": true }, { @@ -299144,7 +299418,7 @@ "filename": "LightPipeline.js", "lineno": 426, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Generic function for batching a textured quad using argument values instead of a Game Object.", @@ -299576,7 +299850,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.LightPipeline#batchTexture", "scope": "instance", "overrides": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchTexture", - "___id": "T000002R033632", + "___id": "T000002R033730", "___s": true }, { @@ -299585,7 +299859,7 @@ "filename": "LightPipeline.js", "lineno": 509, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Adds a Texture Frame into the batch for rendering.", @@ -299690,19 +299964,19 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.LightPipeline#batchTextureFrame", "scope": "instance", "overrides": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchTextureFrame", - "___id": "T000002R033634", + "___id": "T000002R033732", "___s": true }, { - "comment": "/**\r\n * @classdesc\r\n * The Mobile Pipeline is the core 2D texture rendering pipeline used by Phaser in WebGL\r\n * when the device running the game is detected to be a mobile.\r\n *\r\n * You can control the use of this pipeline by setting the Game Configuration\r\n * property `autoMobilePipeline`. If set to `false` then all devices will use\r\n * the Multi Tint Pipeline. You can also call the `PipelineManager.setDefaultPipeline`\r\n * method at run-time, rather than boot-time, to modify the default Game Object\r\n * pipeline.\r\n *\r\n * Virtually all Game Objects use this pipeline by default, including Sprites, Graphics\r\n * and Tilemaps. It handles the batching of quads and tris, as well as methods for\r\n * drawing and batching geometry data.\r\n *\r\n * The fragment shader it uses can be found in `shaders/src/Mobile.frag`.\r\n * The vertex shader it uses can be found in `shaders/src/Mobile.vert`.\r\n *\r\n * The default shader attributes for this pipeline are:\r\n *\r\n * `inPosition` (vec2, offset 0)\r\n * `inTexCoord` (vec2, offset 8)\r\n * `inTexId` (float, offset 16)\r\n * `inTintEffect` (float, offset 20)\r\n * `inTint` (vec4, offset 24, normalized)\r\n *\r\n * Note that `inTexId` isn't used in the shader, it's just kept to allow us\r\n * to piggy-back on the Multi Tint Pipeline functions.\r\n *\r\n * The default shader uniforms for this pipeline are:\r\n *\r\n * `uProjectionMatrix` (mat4)\r\n * `uRoundPixels` (int)\r\n * `uResolution` (vec2)\r\n * `uMainSampler` (sampler2D, or sampler2D array)\r\n *\r\n * @class MobilePipeline\r\n * @extends Phaser.Renderer.WebGL.Pipelines.MultiPipeline\r\n * @memberof Phaser.Renderer.WebGL.Pipelines\r\n * @constructor\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Types.Renderer.WebGL.WebGLPipelineConfig} config - The configuration options for this pipeline.\r\n */", + "comment": "/**\r\n * @classdesc\r\n * The Mobile Pipeline is the core 2D texture rendering pipeline used by Phaser in WebGL\r\n * when the device running the game is detected to be a mobile.\r\n *\r\n * You can control the use of this pipeline by setting the Game Configuration\r\n * property `autoMobilePipeline`. If set to `false` then all devices will use\r\n * the Multi Tint Pipeline. You can also call the `PipelineManager.setDefaultPipeline`\r\n * method at run-time, rather than boot-time, to modify the default Game Object\r\n * pipeline.\r\n *\r\n * Virtually all Game Objects use this pipeline by default, including Sprites, Graphics\r\n * and Tilemaps. It handles the batching of quads and tris, as well as methods for\r\n * drawing and batching geometry data.\r\n *\r\n * The fragment shader it uses can be found in `shaders/src/Mobile.frag`.\r\n * The vertex shader it uses can be found in `shaders/src/Mobile.vert`.\r\n *\r\n * The default shader attributes for this pipeline are:\r\n *\r\n * `inPosition` (vec2, offset 0)\r\n * `inTexCoord` (vec2, offset 8)\r\n * `inTexId` (float, offset 16)\r\n * `inTintEffect` (float, offset 20)\r\n * `inTint` (vec4, offset 24, normalized)\r\n *\r\n * Note that `inTexId` isn't used in the shader, it's just kept to allow us\r\n * to piggy-back on the Multi Tint Pipeline functions.\r\n *\r\n * The default shader uniforms for this pipeline are:\r\n *\r\n * `uProjectionMatrix` (mat4)\r\n * `uResolution` (vec2)\r\n * `uMainSampler` (sampler2D, or sampler2D array)\r\n *\r\n * @class MobilePipeline\r\n * @extends Phaser.Renderer.WebGL.Pipelines.MultiPipeline\r\n * @memberof Phaser.Renderer.WebGL.Pipelines\r\n * @constructor\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Types.Renderer.WebGL.WebGLPipelineConfig} config - The configuration options for this pipeline.\r\n */", "meta": { "filename": "MobilePipeline.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, - "classdesc": "The Mobile Pipeline is the core 2D texture rendering pipeline used by Phaser in WebGL\rwhen the device running the game is detected to be a mobile.\r\rYou can control the use of this pipeline by setting the Game Configuration\rproperty `autoMobilePipeline`. If set to `false` then all devices will use\rthe Multi Tint Pipeline. You can also call the `PipelineManager.setDefaultPipeline`\rmethod at run-time, rather than boot-time, to modify the default Game Object\rpipeline.\r\rVirtually all Game Objects use this pipeline by default, including Sprites, Graphics\rand Tilemaps. It handles the batching of quads and tris, as well as methods for\rdrawing and batching geometry data.\r\rThe fragment shader it uses can be found in `shaders/src/Mobile.frag`.\rThe vertex shader it uses can be found in `shaders/src/Mobile.vert`.\r\rThe default shader attributes for this pipeline are:\r\r`inPosition` (vec2, offset 0)\r`inTexCoord` (vec2, offset 8)\r`inTexId` (float, offset 16)\r`inTintEffect` (float, offset 20)\r`inTint` (vec4, offset 24, normalized)\r\rNote that `inTexId` isn't used in the shader, it's just kept to allow us\rto piggy-back on the Multi Tint Pipeline functions.\r\rThe default shader uniforms for this pipeline are:\r\r`uProjectionMatrix` (mat4)\r`uRoundPixels` (int)\r`uResolution` (vec2)\r`uMainSampler` (sampler2D, or sampler2D array)", + "classdesc": "The Mobile Pipeline is the core 2D texture rendering pipeline used by Phaser in WebGL\rwhen the device running the game is detected to be a mobile.\r\rYou can control the use of this pipeline by setting the Game Configuration\rproperty `autoMobilePipeline`. If set to `false` then all devices will use\rthe Multi Tint Pipeline. You can also call the `PipelineManager.setDefaultPipeline`\rmethod at run-time, rather than boot-time, to modify the default Game Object\rpipeline.\r\rVirtually all Game Objects use this pipeline by default, including Sprites, Graphics\rand Tilemaps. It handles the batching of quads and tris, as well as methods for\rdrawing and batching geometry data.\r\rThe fragment shader it uses can be found in `shaders/src/Mobile.frag`.\rThe vertex shader it uses can be found in `shaders/src/Mobile.vert`.\r\rThe default shader attributes for this pipeline are:\r\r`inPosition` (vec2, offset 0)\r`inTexCoord` (vec2, offset 8)\r`inTexId` (float, offset 16)\r`inTintEffect` (float, offset 20)\r`inTint` (vec4, offset 24, normalized)\r\rNote that `inTexId` isn't used in the shader, it's just kept to allow us\rto piggy-back on the Multi Tint Pipeline functions.\r\rThe default shader uniforms for this pipeline are:\r\r`uProjectionMatrix` (mat4)\r`uResolution` (vec2)\r`uMainSampler` (sampler2D, or sampler2D array)", "kind": "class", "name": "MobilePipeline", "augments": [ @@ -299727,16 +300001,16 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Pipelines.MobilePipeline", - "___id": "T000002R033644", + "___id": "T000002R033742", "___s": true }, { "comment": "/**\r\n * Called when the Game has fully booted and the Renderer has finished setting up.\r\n *\r\n * By this stage all Game level systems are now in place and you can perform any final\r\n * tasks that the pipeline may need that relied on game systems such as the Texture Manager.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MobilePipeline#boot\r\n * @since 3.60.0\r\n */", "meta": { "filename": "MobilePipeline.js", - "lineno": 97, + "lineno": 96, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Called when the Game has fully booted and the Renderer has finished setting up.\r\rBy this stage all Game level systems are now in place and you can perform any final\rtasks that the pipeline may need that relied on game systems such as the Texture Manager.", @@ -299747,19 +300021,19 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.MobilePipeline#boot", "scope": "instance", "overrides": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#boot", - "___id": "T000002R033663", + "___id": "T000002R033761", "___s": true }, { - "comment": "/**\r\n * @classdesc\r\n * The Multi Pipeline is the core 2D texture rendering pipeline used by Phaser in WebGL.\r\n * Virtually all Game Objects use this pipeline by default, including Sprites, Graphics\r\n * and Tilemaps. It handles the batching of quads and tris, as well as methods for\r\n * drawing and batching geometry data.\r\n *\r\n * Prior to Phaser v3.50 this pipeline was called the `TextureTintPipeline`.\r\n *\r\n * In previous versions of Phaser only one single texture unit was supported at any one time.\r\n * The Multi Pipeline is an evolution of the old Texture Tint Pipeline, updated to support\r\n * multi-textures for increased performance.\r\n *\r\n * The fragment shader it uses can be found in `shaders/src/Multi.frag`.\r\n * The vertex shader it uses can be found in `shaders/src/Multi.vert`.\r\n *\r\n * The default shader attributes for this pipeline are:\r\n *\r\n * `inPosition` (vec2, offset 0)\r\n * `inTexCoord` (vec2, offset 8)\r\n * `inTexId` (float, offset 16)\r\n * `inTintEffect` (float, offset 20)\r\n * `inTint` (vec4, offset 24, normalized)\r\n *\r\n * The default shader uniforms for this pipeline are:\r\n *\r\n * `uProjectionMatrix` (mat4)\r\n * `uRoundPixels` (int)\r\n * `uResolution` (vec2)\r\n * `uMainSampler` (sampler2D, or sampler2D array)\r\n *\r\n * If you wish to create a custom pipeline extending from this one, you can use two string\r\n * declarations in your fragment shader source: `%count%` and `%forloop%`, where `count` is\r\n * used to set the number of `sampler2Ds` available, and `forloop` is a block of GLSL code\r\n * that will get the currently bound texture unit.\r\n *\r\n * This pipeline will automatically inject that code for you, should those values exist\r\n * in your shader source. If you wish to handle this yourself, you can also use the\r\n * function `Utils.parseFragmentShaderMaxTextures`.\r\n *\r\n * The following fragment shader shows how to use the two variables:\r\n *\r\n * ```glsl\r\n * #define SHADER_NAME PHASER_MULTI_FS\r\n *\r\n * #ifdef GL_FRAGMENT_PRECISION_HIGH\r\n * precision highp float;\r\n * #else\r\n * precision mediump float;\r\n * #endif\r\n *\r\n * uniform sampler2D uMainSampler[%count%];\r\n *\r\n * varying vec2 outTexCoord;\r\n * varying float outTexId;\r\n * varying float outTintEffect;\r\n * varying vec4 outTint;\r\n *\r\n * void main ()\r\n * {\r\n * vec4 texture;\r\n *\r\n * %forloop%\r\n *\r\n * vec4 texel = vec4(outTint.bgr * outTint.a, outTint.a);\r\n *\r\n * // Multiply texture tint\r\n * vec4 color = texture * texel;\r\n *\r\n * if (outTintEffect == 1.0)\r\n * {\r\n * // Solid color + texture alpha\r\n * color.rgb = mix(texture.rgb, outTint.bgr * outTint.a, texture.a);\r\n * }\r\n * else if (outTintEffect == 2.0)\r\n * {\r\n * // Solid color, no texture\r\n * color = texel;\r\n * }\r\n *\r\n * gl_FragColor = color;\r\n * }\r\n * ```\r\n *\r\n * If you wish to create a pipeline that works from a single texture, or that doesn't have\r\n * internal texture iteration, please see the `SinglePipeline` instead. If you wish to create\r\n * a special effect, especially one that can impact the pixels around a texture (i.e. such as\r\n * a glitch effect) then you should use the PreFX and PostFX Pipelines for this task.\r\n *\r\n * @class MultiPipeline\r\n * @extends Phaser.Renderer.WebGL.WebGLPipeline\r\n * @memberof Phaser.Renderer.WebGL.Pipelines\r\n * @constructor\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Types.Renderer.WebGL.WebGLPipelineConfig} config - The configuration options for this pipeline.\r\n */", + "comment": "/**\r\n * @classdesc\r\n * The Multi Pipeline is the core 2D texture rendering pipeline used by Phaser in WebGL.\r\n * Virtually all Game Objects use this pipeline by default, including Sprites, Graphics\r\n * and Tilemaps. It handles the batching of quads and tris, as well as methods for\r\n * drawing and batching geometry data.\r\n *\r\n * Prior to Phaser v3.50 this pipeline was called the `TextureTintPipeline`.\r\n *\r\n * In previous versions of Phaser only one single texture unit was supported at any one time.\r\n * The Multi Pipeline is an evolution of the old Texture Tint Pipeline, updated to support\r\n * multi-textures for increased performance.\r\n *\r\n * The fragment shader it uses can be found in `shaders/src/Multi.frag`.\r\n * The vertex shader it uses can be found in `shaders/src/Multi.vert`.\r\n *\r\n * The default shader attributes for this pipeline are:\r\n *\r\n * `inPosition` (vec2, offset 0)\r\n * `inTexCoord` (vec2, offset 8)\r\n * `inTexId` (float, offset 16)\r\n * `inTintEffect` (float, offset 20)\r\n * `inTint` (vec4, offset 24, normalized)\r\n *\r\n * The default shader uniforms for this pipeline are:\r\n *\r\n * `uProjectionMatrix` (mat4)\r\n * `uResolution` (vec2)\r\n * `uMainSampler` (sampler2D, or sampler2D array)\r\n *\r\n * If you wish to create a custom pipeline extending from this one, you can use two string\r\n * declarations in your fragment shader source: `%count%` and `%forloop%`, where `count` is\r\n * used to set the number of `sampler2Ds` available, and `forloop` is a block of GLSL code\r\n * that will get the currently bound texture unit.\r\n *\r\n * This pipeline will automatically inject that code for you, should those values exist\r\n * in your shader source. If you wish to handle this yourself, you can also use the\r\n * function `Utils.parseFragmentShaderMaxTextures`.\r\n *\r\n * The following fragment shader shows how to use the two variables:\r\n *\r\n * ```glsl\r\n * #define SHADER_NAME PHASER_MULTI_FS\r\n *\r\n * #ifdef GL_FRAGMENT_PRECISION_HIGH\r\n * precision highp float;\r\n * #else\r\n * precision mediump float;\r\n * #endif\r\n *\r\n * uniform sampler2D uMainSampler[%count%];\r\n *\r\n * varying vec2 outTexCoord;\r\n * varying float outTexId;\r\n * varying float outTintEffect;\r\n * varying vec4 outTint;\r\n *\r\n * void main ()\r\n * {\r\n * vec4 texture;\r\n *\r\n * %forloop%\r\n *\r\n * vec4 texel = vec4(outTint.bgr * outTint.a, outTint.a);\r\n *\r\n * // Multiply texture tint\r\n * vec4 color = texture * texel;\r\n *\r\n * if (outTintEffect == 1.0)\r\n * {\r\n * // Solid color + texture alpha\r\n * color.rgb = mix(texture.rgb, outTint.bgr * outTint.a, texture.a);\r\n * }\r\n * else if (outTintEffect == 2.0)\r\n * {\r\n * // Solid color, no texture\r\n * color = texel;\r\n * }\r\n *\r\n * gl_FragColor = color;\r\n * }\r\n * ```\r\n *\r\n * If you wish to create a pipeline that works from a single texture, or that doesn't have\r\n * internal texture iteration, please see the `SinglePipeline` instead. If you wish to create\r\n * a special effect, especially one that can impact the pixels around a texture (i.e. such as\r\n * a glitch effect) then you should use the PreFX and PostFX Pipelines for this task.\r\n *\r\n * @class MultiPipeline\r\n * @extends Phaser.Renderer.WebGL.WebGLPipeline\r\n * @memberof Phaser.Renderer.WebGL.Pipelines\r\n * @constructor\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Types.Renderer.WebGL.WebGLPipelineConfig} config - The configuration options for this pipeline.\r\n */", "meta": { "filename": "MultiPipeline.js", "lineno": 18, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, - "classdesc": "The Multi Pipeline is the core 2D texture rendering pipeline used by Phaser in WebGL.\rVirtually all Game Objects use this pipeline by default, including Sprites, Graphics\rand Tilemaps. It handles the batching of quads and tris, as well as methods for\rdrawing and batching geometry data.\r\rPrior to Phaser v3.50 this pipeline was called the `TextureTintPipeline`.\r\rIn previous versions of Phaser only one single texture unit was supported at any one time.\rThe Multi Pipeline is an evolution of the old Texture Tint Pipeline, updated to support\rmulti-textures for increased performance.\r\rThe fragment shader it uses can be found in `shaders/src/Multi.frag`.\rThe vertex shader it uses can be found in `shaders/src/Multi.vert`.\r\rThe default shader attributes for this pipeline are:\r\r`inPosition` (vec2, offset 0)\r`inTexCoord` (vec2, offset 8)\r`inTexId` (float, offset 16)\r`inTintEffect` (float, offset 20)\r`inTint` (vec4, offset 24, normalized)\r\rThe default shader uniforms for this pipeline are:\r\r`uProjectionMatrix` (mat4)\r`uRoundPixels` (int)\r`uResolution` (vec2)\r`uMainSampler` (sampler2D, or sampler2D array)\r\rIf you wish to create a custom pipeline extending from this one, you can use two string\rdeclarations in your fragment shader source: `%count%` and `%forloop%`, where `count` is\rused to set the number of `sampler2Ds` available, and `forloop` is a block of GLSL code\rthat will get the currently bound texture unit.\r\rThis pipeline will automatically inject that code for you, should those values exist\rin your shader source. If you wish to handle this yourself, you can also use the\rfunction `Utils.parseFragmentShaderMaxTextures`.\r\rThe following fragment shader shows how to use the two variables:\r\r```glsl\r#define SHADER_NAME PHASER_MULTI_FS\r\r#ifdef GL_FRAGMENT_PRECISION_HIGH\rprecision highp float;\r#else\rprecision mediump float;\r#endif\r\runiform sampler2D uMainSampler[%count%];\r\rvarying vec2 outTexCoord;\rvarying float outTexId;\rvarying float outTintEffect;\rvarying vec4 outTint;\r\rvoid main ()\r{\r vec4 texture;\r\r %forloop%\r\r vec4 texel = vec4(outTint.bgr * outTint.a, outTint.a);\r\r // Multiply texture tint\r vec4 color = texture * texel;\r\r if (outTintEffect == 1.0)\r {\r // Solid color + texture alpha\r color.rgb = mix(texture.rgb, outTint.bgr * outTint.a, texture.a);\r }\r else if (outTintEffect == 2.0)\r {\r // Solid color, no texture\r color = texel;\r }\r\r gl_FragColor = color;\r}\r```\r\rIf you wish to create a pipeline that works from a single texture, or that doesn't have\rinternal texture iteration, please see the `SinglePipeline` instead. If you wish to create\ra special effect, especially one that can impact the pixels around a texture (i.e. such as\ra glitch effect) then you should use the PreFX and PostFX Pipelines for this task.", + "classdesc": "The Multi Pipeline is the core 2D texture rendering pipeline used by Phaser in WebGL.\rVirtually all Game Objects use this pipeline by default, including Sprites, Graphics\rand Tilemaps. It handles the batching of quads and tris, as well as methods for\rdrawing and batching geometry data.\r\rPrior to Phaser v3.50 this pipeline was called the `TextureTintPipeline`.\r\rIn previous versions of Phaser only one single texture unit was supported at any one time.\rThe Multi Pipeline is an evolution of the old Texture Tint Pipeline, updated to support\rmulti-textures for increased performance.\r\rThe fragment shader it uses can be found in `shaders/src/Multi.frag`.\rThe vertex shader it uses can be found in `shaders/src/Multi.vert`.\r\rThe default shader attributes for this pipeline are:\r\r`inPosition` (vec2, offset 0)\r`inTexCoord` (vec2, offset 8)\r`inTexId` (float, offset 16)\r`inTintEffect` (float, offset 20)\r`inTint` (vec4, offset 24, normalized)\r\rThe default shader uniforms for this pipeline are:\r\r`uProjectionMatrix` (mat4)\r`uResolution` (vec2)\r`uMainSampler` (sampler2D, or sampler2D array)\r\rIf you wish to create a custom pipeline extending from this one, you can use two string\rdeclarations in your fragment shader source: `%count%` and `%forloop%`, where `count` is\rused to set the number of `sampler2Ds` available, and `forloop` is a block of GLSL code\rthat will get the currently bound texture unit.\r\rThis pipeline will automatically inject that code for you, should those values exist\rin your shader source. If you wish to handle this yourself, you can also use the\rfunction `Utils.parseFragmentShaderMaxTextures`.\r\rThe following fragment shader shows how to use the two variables:\r\r```glsl\r#define SHADER_NAME PHASER_MULTI_FS\r\r#ifdef GL_FRAGMENT_PRECISION_HIGH\rprecision highp float;\r#else\rprecision mediump float;\r#endif\r\runiform sampler2D uMainSampler[%count%];\r\rvarying vec2 outTexCoord;\rvarying float outTexId;\rvarying float outTintEffect;\rvarying vec4 outTint;\r\rvoid main ()\r{\r vec4 texture;\r\r %forloop%\r\r vec4 texel = vec4(outTint.bgr * outTint.a, outTint.a);\r\r // Multiply texture tint\r vec4 color = texture * texel;\r\r if (outTintEffect == 1.0)\r {\r // Solid color + texture alpha\r color.rgb = mix(texture.rgb, outTint.bgr * outTint.a, texture.a);\r }\r else if (outTintEffect == 2.0)\r {\r // Solid color, no texture\r color = texel;\r }\r\r gl_FragColor = color;\r}\r```\r\rIf you wish to create a pipeline that works from a single texture, or that doesn't have\rinternal texture iteration, please see the `SinglePipeline` instead. If you wish to create\ra special effect, especially one that can impact the pixels around a texture (i.e. such as\ra glitch effect) then you should use the PreFX and PostFX Pipelines for this task.", "kind": "class", "name": "MultiPipeline", "augments": [ @@ -299784,16 +300058,16 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline", - "___id": "T000002R033676", + "___id": "T000002R033774", "___s": true }, { "comment": "/**\r\n * A temporary Transform Matrix, re-used internally during batching by the\r\n * Shape Game Objects.\r\n *\r\n * @name Phaser.Renderer.WebGL.Pipelines.MultiPipeline#calcMatrix\r\n * @type {Phaser.GameObjects.Components.TransformMatrix}\r\n * @since 3.55.0\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 185, + "lineno": 184, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "A temporary Transform Matrix, re-used internally during batching by the\rShape Game Objects.", @@ -299812,16 +300086,16 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#calcMatrix", "scope": "instance", "kind": "member", - "___id": "T000002R033702", + "___id": "T000002R033800", "___s": true }, { "comment": "/**\r\n * Called every time the pipeline is bound by the renderer.\r\n * Sets the shader program, vertex buffer and other resources.\r\n * Should only be called when changing pipeline.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#boot\r\n * @since 3.50.0\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 271, + "lineno": 270, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Called every time the pipeline is bound by the renderer.\rSets the shader program, vertex buffer and other resources.\rShould only be called when changing pipeline.", @@ -299832,16 +300106,16 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#boot", "scope": "instance", "overrides": "Phaser.Renderer.WebGL.WebGLPipeline#boot", - "___id": "T000002R033742", + "___id": "T000002R033840", "___s": true }, { "comment": "/**\r\n * Takes a Sprite Game Object, or any object that extends it, and adds it to the batch.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchSprite\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.GameObjects.Image|Phaser.GameObjects.Sprite)} gameObject - The texture based Game Object to add to the batch.\r\n * @param {Phaser.Cameras.Scene2D.Camera} camera - The Camera to use for the rendering transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} [parentTransformMatrix] - The transform matrix of the parent container, if set.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 290, + "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Takes a Sprite Game Object, or any object that extends it, and adds it to the batch.", @@ -299903,16 +300177,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchSprite", "scope": "instance", - "___id": "T000002R033745", + "___id": "T000002R033843", "___s": true }, { "comment": "/**\r\n * Generic function for batching a textured quad using argument values instead of a Game Object.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchTexture\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.GameObjects.GameObject} gameObject - Source GameObject.\r\n * @param {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} texture - Texture associated with the quad.\r\n * @param {number} textureWidth - Real texture width.\r\n * @param {number} textureHeight - Real texture height.\r\n * @param {number} srcX - X coordinate of the quad.\r\n * @param {number} srcY - Y coordinate of the quad.\r\n * @param {number} srcWidth - Width of the quad.\r\n * @param {number} srcHeight - Height of the quad.\r\n * @param {number} scaleX - X component of scale.\r\n * @param {number} scaleY - Y component of scale.\r\n * @param {number} rotation - Rotation of the quad.\r\n * @param {boolean} flipX - Indicates if the quad is horizontally flipped.\r\n * @param {boolean} flipY - Indicates if the quad is vertically flipped.\r\n * @param {number} scrollFactorX - By which factor is the quad affected by the camera horizontal scroll.\r\n * @param {number} scrollFactorY - By which factor is the quad effected by the camera vertical scroll.\r\n * @param {number} displayOriginX - Horizontal origin in pixels.\r\n * @param {number} displayOriginY - Vertical origin in pixels.\r\n * @param {number} frameX - X coordinate of the texture frame.\r\n * @param {number} frameY - Y coordinate of the texture frame.\r\n * @param {number} frameWidth - Width of the texture frame.\r\n * @param {number} frameHeight - Height of the texture frame.\r\n * @param {number} tintTL - Tint for top left.\r\n * @param {number} tintTR - Tint for top right.\r\n * @param {number} tintBL - Tint for bottom left.\r\n * @param {number} tintBR - Tint for bottom right.\r\n * @param {number} tintEffect - The tint effect.\r\n * @param {number} uOffset - Horizontal offset on texture coordinate.\r\n * @param {number} vOffset - Vertical offset on texture coordinate.\r\n * @param {Phaser.Cameras.Scene2D.Camera} camera - Current used camera.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentTransformMatrix - Parent container.\r\n * @param {boolean} [skipFlip=false] - Skip the renderTexture check.\r\n * @param {number} [textureUnit] - The texture unit to set (defaults to currently bound if undefined or null)\r\n * @param {boolean} [skipPrePost=false] - Skip the pre and post manager calls?\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 425, + "lineno": 427, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Generic function for batching a textured quad using argument values instead of a Game Object.", @@ -300358,16 +300632,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchTexture", "scope": "instance", - "___id": "T000002R033796", + "___id": "T000002R033896", "___s": true }, { "comment": "/**\r\n * Adds a Texture Frame into the batch for rendering.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchTextureFrame\r\n * @since 3.12.0\r\n *\r\n * @param {Phaser.Textures.Frame} frame - The Texture Frame to be rendered.\r\n * @param {number} x - The horizontal position to render the texture at.\r\n * @param {number} y - The vertical position to render the texture at.\r\n * @param {number} tint - The tint color.\r\n * @param {number} alpha - The alpha value.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} transformMatrix - The Transform Matrix to use for the texture.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} [parentTransformMatrix] - A parent Transform Matrix.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 601, + "lineno": 607, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Adds a Texture Frame into the batch for rendering.", @@ -300471,16 +300745,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchTextureFrame", "scope": "instance", - "___id": "T000002R033840", + "___id": "T000002R033942", "___s": true }, { "comment": "/**\r\n * Pushes a filled rectangle into the vertex batch.\r\n *\r\n * Rectangle factors in the given transform matrices before adding to the batch.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillRect\r\n * @since 3.55.0\r\n *\r\n * @param {number} x - Horizontal top left coordinate of the rectangle.\r\n * @param {number} y - Vertical top left coordinate of the rectangle.\r\n * @param {number} width - Width of the rectangle.\r\n * @param {number} height - Height of the rectangle.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 646, + "lineno": 652, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Pushes a filled rectangle into the vertex batch.\r\rRectangle factors in the given transform matrices before adding to the batch.", @@ -300570,16 +300844,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillRect", "scope": "instance", - "___id": "T000002R033848", + "___id": "T000002R033950", "___s": true }, { "comment": "/**\r\n * Pushes a filled triangle into the vertex batch.\r\n *\r\n * Triangle factors in the given transform matrices before adding to the batch.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillTriangle\r\n * @since 3.55.0\r\n *\r\n * @param {number} x0 - Point 0 x coordinate.\r\n * @param {number} y0 - Point 0 y coordinate.\r\n * @param {number} x1 - Point 1 x coordinate.\r\n * @param {number} y1 - Point 1 y coordinate.\r\n * @param {number} x2 - Point 2 x coordinate.\r\n * @param {number} y2 - Point 2 y coordinate.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 680, + "lineno": 686, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Pushes a filled triangle into the vertex batch.\r\rTriangle factors in the given transform matrices before adding to the batch.", @@ -300695,16 +300969,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillTriangle", "scope": "instance", - "___id": "T000002R033853", + "___id": "T000002R033955", "___s": true }, { "comment": "/**\r\n * Pushes a stroked triangle into the vertex batch.\r\n *\r\n * Triangle factors in the given transform matrices before adding to the batch.\r\n *\r\n * The triangle is created from 3 lines and drawn using the `batchStrokePath` method.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchStrokeTriangle\r\n * @since 3.55.0\r\n *\r\n * @param {number} x0 - Point 0 x coordinate.\r\n * @param {number} y0 - Point 0 y coordinate.\r\n * @param {number} x1 - Point 1 x coordinate.\r\n * @param {number} y1 - Point 1 y coordinate.\r\n * @param {number} x2 - Point 2 x coordinate.\r\n * @param {number} y2 - Point 2 y coordinate.\r\n * @param {number} lineWidth - The width of the line in pixels.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 725, + "lineno": 729, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Pushes a stroked triangle into the vertex batch.\r\rTriangle factors in the given transform matrices before adding to the batch.\r\rThe triangle is created from 3 lines and drawn using the `batchStrokePath` method.", @@ -300833,16 +301107,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchStrokeTriangle", "scope": "instance", - "___id": "T000002R033863", + "___id": "T000002R033965", "___s": true }, { "comment": "/**\r\n * Adds the given path to the vertex batch for rendering.\r\n *\r\n * It works by taking the array of path data and then passing it through Earcut, which\r\n * creates a list of polygons. Each polygon is then added to the batch.\r\n *\r\n * The path is always automatically closed because it's filled.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillPath\r\n * @since 3.55.0\r\n *\r\n * @param {Phaser.Types.Math.Vector2Like[]} path - Collection of points that represent the path.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 768, + "lineno": 772, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Adds the given path to the vertex batch for rendering.\r\rIt works by taking the array of path data and then passing it through Earcut, which\rcreates a list of polygons. Each polygon is then added to the batch.\r\rThe path is always automatically closed because it's filled.", @@ -300902,16 +301176,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillPath", "scope": "instance", - "___id": "T000002R033878", + "___id": "T000002R033980", "___s": true }, { "comment": "/**\r\n * Adds the given path to the vertex batch for rendering.\r\n *\r\n * It works by taking the array of path data and calling `batchLine` for each section\r\n * of the path.\r\n *\r\n * The path is optionally closed at the end.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchStrokePath\r\n * @since 3.55.0\r\n *\r\n * @param {Phaser.Types.Math.Vector2Like[]} path - Collection of points that represent the path.\r\n * @param {number} lineWidth - The width of the line segments in pixels.\r\n * @param {boolean} pathOpen - Indicates if the path should be closed or left open.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 843, + "lineno": 845, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Adds the given path to the vertex batch for rendering.\r\rIt works by taking the array of path data and calling `batchLine` for each section\rof the path.\r\rThe path is optionally closed at the end.", @@ -300997,16 +301271,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchStrokePath", "scope": "instance", - "___id": "T000002R033910", + "___id": "T000002R034012", "___s": true }, { "comment": "/**\r\n * Creates a line out of 4 quads and adds it to the vertex batch based on the given line values.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchLine\r\n * @since 3.55.0\r\n *\r\n * @param {number} ax - x coordinate of the start of the line.\r\n * @param {number} ay - y coordinate of the start of the line.\r\n * @param {number} bx - x coordinate of the end of the line.\r\n * @param {number} by - y coordinate of the end of the line.\r\n * @param {number} aLineWidth - Width of the start of the line.\r\n * @param {number} bLineWidth - Width of the end of the line.\r\n * @param {number} index - If this line is part of a multi-line draw, the index of the line in the draw.\r\n * @param {boolean} closePath - Does this line close a multi-line path?\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 891, + "lineno": 893, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Creates a line out of 4 quads and adds it to the vertex batch based on the given line values.", @@ -301148,7 +301422,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchLine", "scope": "instance", - "___id": "T000002R033918", + "___id": "T000002R034020", "___s": true }, { @@ -301157,7 +301431,7 @@ "filename": "MultiPipeline.js", "lineno": 1012, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Destroys all shader instances, removes all object references and nulls all external references.", @@ -301186,7 +301460,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#destroy", "scope": "instance", "overrides": "Phaser.Renderer.WebGL.WebGLPipeline#destroy", - "___id": "T000002R033961", + "___id": "T000002R034063", "___s": true }, { @@ -301195,7 +301469,7 @@ "filename": "PointLightPipeline.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "classdesc": "The Point Light Pipeline handles rendering the Point Light Game Objects in WebGL.\r\rThe fragment shader it uses can be found in `shaders/src/PointLight.frag`.\rThe vertex shader it uses can be found in `shaders/src/PointLight.vert`.\r\rThe default shader attributes for this pipeline are:\r\r`inPosition` (vec2)\r`inLightPosition` (vec2)\r`inLightRadius` (float)\r`inLightAttenuation` (float)\r`inLightColor` (vec4)\r\rThe default shader uniforms for this pipeline are:\r\r`uProjectionMatrix` (mat4)\r`uResolution` (vec2)\r`uCameraZoom` (sampler2D)", @@ -301223,7 +301497,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Pipelines.PointLightPipeline", - "___id": "T000002R033972", + "___id": "T000002R034074", "___s": true }, { @@ -301232,7 +301506,7 @@ "filename": "PointLightPipeline.js", "lineno": 82, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Adds a Point Light Game Object to the batch, flushing if required.", @@ -301400,7 +301674,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.PointLightPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.PointLightPipeline#batchPointLight", "scope": "instance", - "___id": "T000002R033988", + "___id": "T000002R034090", "___s": true }, { @@ -301409,7 +301683,7 @@ "filename": "PointLightPipeline.js", "lineno": 133, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Adds a single Point Light vertex to the current vertex buffer and increments the\r`vertexCount` property by 1.\r\rThis method is called directly by `batchPointLight`.", @@ -301551,7 +301825,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.PointLightPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.PointLightPipeline#batchLightVert", "scope": "instance", - "___id": "T000002R033999", + "___id": "T000002R034101", "___s": true }, { @@ -301560,7 +301834,7 @@ "filename": "PostFXPipeline.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "classdesc": "The Post FX Pipeline is a special kind of pipeline specifically for handling post\rprocessing effects. Where-as a standard Pipeline allows you to control the process\rof rendering Game Objects by configuring the shaders and attributes used to draw them,\ra Post FX Pipeline is designed to allow you to apply processing _after_ the Game Object/s\rhave been rendered. Typical examples of post processing effects are bloom filters,\rblurs, light effects and color manipulation.\r\rThe pipeline works by creating a tiny vertex buffer with just one single hard-coded quad\rin it. Game Objects can have a Post Pipeline set on them. Those objects are then rendered\rusing their standard pipeline, but are redirected to the Render Targets owned by the\rpost pipeline, which can then apply their own shaders and effects, before passing them\rback to the main renderer.\r\rPlease see the Phaser 3 examples for further details on this extensive subject.\r\rThe default fragment shader it uses can be found in `shaders/src/PostFX.frag`.\rThe default vertex shader it uses can be found in `shaders/src/Quad.vert`.\r\rThe default shader attributes for this pipeline are:\r\r`inPosition` (vec2, offset 0)\r`inTexCoord` (vec2, offset 8)\r\rThe vertices array layout is:\r\r-1, 1 B----C 1, 1\r 0, 1 | /| 1, 1\r | / |\r | / |\r |/ |\r-1, -1 A----D 1, -1\r 0, 0 1, 0\r\rA = -1, -1 (pos) and 0, 0 (uv)\rB = -1, 1 (pos) and 0, 1 (uv)\rC = 1, 1 (pos) and 1, 1 (uv)\rD = 1, -1 (pos) and 1, 0 (uv)\r\rFirst tri: A, B, C\rSecond tri: A, C, D\r\rArray index:\r\r0 = Tri 1 - Vert A - x pos\r1 = Tri 1 - Vert A - y pos\r2 = Tri 1 - Vert A - uv u\r3 = Tri 1 - Vert A - uv v\r\r4 = Tri 1 - Vert B - x pos\r5 = Tri 1 - Vert B - y pos\r6 = Tri 1 - Vert B - uv u\r7 = Tri 1 - Vert B - uv v\r\r8 = Tri 1 - Vert C - x pos\r9 = Tri 1 - Vert C - y pos\r10 = Tri 1 - Vert C - uv u\r11 = Tri 1 - Vert C - uv v\r\r12 = Tri 2 - Vert A - x pos\r13 = Tri 2 - Vert A - y pos\r14 = Tri 2 - Vert A - uv u\r15 = Tri 2 - Vert A - uv v\r\r16 = Tri 2 - Vert C - x pos\r17 = Tri 2 - Vert C - y pos\r18 = Tri 2 - Vert C - uv u\r19 = Tri 2 - Vert C - uv v\r\r20 = Tri 2 - Vert D - x pos\r21 = Tri 2 - Vert D - y pos\r22 = Tri 2 - Vert D - uv u\r23 = Tri 2 - Vert D - uv v", @@ -301588,7 +301862,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline", - "___id": "T000002R034020", + "___id": "T000002R034122", "___s": true }, { @@ -301597,7 +301871,7 @@ "filename": "PostFXPipeline.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "If this Post Pipeline belongs to a Game Object or Camera,\rthis property contains a reference to it.", @@ -301626,7 +301900,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#gameObject", "scope": "instance", "kind": "member", - "___id": "T000002R034035", + "___id": "T000002R034137", "___s": true }, { @@ -301635,7 +301909,7 @@ "filename": "PostFXPipeline.js", "lineno": 142, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "If this Post Pipeline belongs to an FX Controller, this is a\rreference to it.", @@ -301654,7 +301928,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#controller", "scope": "instance", "kind": "member", - "___id": "T000002R034037", + "___id": "T000002R034139", "___s": true }, { @@ -301663,7 +301937,7 @@ "filename": "PostFXPipeline.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "A Color Matrix instance belonging to this pipeline.\r\rUsed during calls to the `drawFrame` method.", @@ -301682,7 +301956,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#colorMatrix", "scope": "instance", "kind": "member", - "___id": "T000002R034039", + "___id": "T000002R034141", "___s": true }, { @@ -301691,7 +301965,7 @@ "filename": "PostFXPipeline.js", "lineno": 163, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "A reference to the Full Frame 1 Render Target that belongs to the\rUtility Pipeline. This property is set during the `boot` method.\r\rThis Render Target is the full size of the renderer.\r\rYou can use this directly in Post FX Pipelines for multi-target effects.\rHowever, be aware that these targets are shared between all post fx pipelines.", @@ -301711,7 +301985,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame1", "scope": "instance", "kind": "member", - "___id": "T000002R034041", + "___id": "T000002R034143", "___s": true }, { @@ -301720,7 +301994,7 @@ "filename": "PostFXPipeline.js", "lineno": 179, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "A reference to the Full Frame 2 Render Target that belongs to the\rUtility Pipeline. This property is set during the `boot` method.\r\rThis Render Target is the full size of the renderer.\r\rYou can use this directly in Post FX Pipelines for multi-target effects.\rHowever, be aware that these targets are shared between all post fx pipelines.", @@ -301740,7 +302014,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame2", "scope": "instance", "kind": "member", - "___id": "T000002R034043", + "___id": "T000002R034145", "___s": true }, { @@ -301749,7 +302023,7 @@ "filename": "PostFXPipeline.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "A reference to the Half Frame 1 Render Target that belongs to the\rUtility Pipeline. This property is set during the `boot` method.\r\rThis Render Target is half the size of the renderer.\r\rYou can use this directly in Post FX Pipelines for multi-target effects.\rHowever, be aware that these targets are shared between all post fx pipelines.", @@ -301769,7 +302043,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame1", "scope": "instance", "kind": "member", - "___id": "T000002R034045", + "___id": "T000002R034147", "___s": true }, { @@ -301778,7 +302052,7 @@ "filename": "PostFXPipeline.js", "lineno": 211, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "A reference to the Half Frame 2 Render Target that belongs to the\rUtility Pipeline. This property is set during the `boot` method.\r\rThis Render Target is half the size of the renderer.\r\rYou can use this directly in Post FX Pipelines for multi-target effects.\rHowever, be aware that these targets are shared between all post fx pipelines.", @@ -301798,7 +302072,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame2", "scope": "instance", "kind": "member", - "___id": "T000002R034047", + "___id": "T000002R034149", "___s": true }, { @@ -301807,7 +302081,7 @@ "filename": "PostFXPipeline.js", "lineno": 233, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "This method is called once, when this Post FX Pipeline needs to be used.\r\rNormally, pipelines will boot automatically, ready for instant-use, but Post FX\rPipelines create quite a lot of internal resources, such as Render Targets, so\rthey don't boot until they are told to do so by the Pipeline Manager, when an\ractual Game Object needs to use them.", @@ -301817,16 +302091,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bootFX", "scope": "instance", - "___id": "T000002R034050", + "___id": "T000002R034152", "___s": true }, { "comment": "/**\r\n * This method is called as a result of the `WebGLPipeline.batchQuad` method, right after a quad\r\n * belonging to a Game Object has been added to the batch. When this is called, the\r\n * renderer has just performed a flush.\r\n *\r\n * It calls the `onDraw` hook followed by the `onPostBatch` hook, which can be used to perform\r\n * additional Post FX Pipeline processing.\r\n *\r\n * It is also called as part of the `PipelineManager.postBatch` method when processing Post FX Pipelines.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch\r\n * @since 3.70.0\r\n *\r\n * @param {(Phaser.GameObjects.GameObject|Phaser.Cameras.Scene2D.Camera)} [gameObject] - The Game Object or Camera that invoked this pipeline, if any.\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 269, + "lineno": 268, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "This method is called as a result of the `WebGLPipeline.batchQuad` method, right after a quad\rbelonging to a Game Object has been added to the batch. When this is called, the\rrenderer has just performed a flush.\r\rIt calls the `onDraw` hook followed by the `onPostBatch` hook, which can be used to perform\radditional Post FX Pipeline processing.\r\rIt is also called as part of the `PipelineManager.postBatch` method when processing Post FX Pipelines.", @@ -301878,16 +302152,16 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch", "scope": "instance", "overrides": "Phaser.Renderer.WebGL.WebGLPipeline#postBatch", - "___id": "T000002R034061", + "___id": "T000002R034163", "___s": true }, { "comment": "/**\r\n * Returns the FX Controller for this Post FX Pipeline.\r\n *\r\n * This is called internally and not typically required outside.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.FX.Controller} [controller] - An FX Controller, or undefined.\r\n *\r\n * @return {Phaser.FX.Controller|Phaser.Renderer.WebGL.Pipelines.PostFXPipeline} The FX Controller responsible, or this Pipeline.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 310, + "lineno": 309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Returns the FX Controller for this Post FX Pipeline.\r\rThis is called internally and not typically required outside.", @@ -301937,16 +302211,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController", "scope": "instance", - "___id": "T000002R034064", + "___id": "T000002R034166", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * This method does _not_ bind a shader. It uses whatever shader\r\n * is currently bound in this pipeline. It also does _not_ clear\r\n * the frame buffers after use. You should take care of both of\r\n * these things if you call this method directly.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 338, + "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Copy the `source` Render Target to the `target` Render Target.\r\rThis method does _not_ bind a shader. It uses whatever shader\ris currently bound in this pipeline. It also does _not_ clear\rthe frame buffers after use. You should take care of both of\rthese things if you call this method directly.", @@ -301984,16 +302258,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite", "scope": "instance", - "___id": "T000002R034066", + "___id": "T000002R034168", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * The difference between this method and `drawFrame` is that this method\r\n * uses a faster copy shader, where only the brightness can be modified.\r\n * If you need color level manipulation, see `drawFrame` instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 379, + "lineno": 378, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Copy the `source` Render Target to the `target` Render Target.\r\rYou can optionally set the brightness factor of the copy.\r\rThe difference between this method and `drawFrame` is that this method\ruses a faster copy shader, where only the brightness can be modified.\rIf you need color level manipulation, see `drawFrame` instead.", @@ -302077,16 +302351,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame", "scope": "instance", - "___id": "T000002R034071", + "___id": "T000002R034173", "___s": true }, { "comment": "/**\r\n * Pops the framebuffer from the renderers FBO stack and sets that as the active target,\r\n * then draws the `source` Render Target to it. It then resets the renderer textures.\r\n *\r\n * This should be done when you need to draw the _final_ results of a pipeline to the game\r\n * canvas, or the next framebuffer in line on the FBO stack. You should only call this once\r\n * in the `onDraw` handler and it should be the final thing called. Be careful not to call\r\n * this if you need to actually use the pipeline shader, instead of the copy shader. In\r\n * those cases, use the `bindAndDraw` method.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 402, + "lineno": 401, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Pops the framebuffer from the renderers FBO stack and sets that as the active target,\rthen draws the `source` Render Target to it. It then resets the renderer textures.\r\rThis should be done when you need to draw the _final_ results of a pipeline to the game\rcanvas, or the next framebuffer in line on the FBO stack. You should only call this once\rin the `onDraw` handler and it should be the final thing called. Be careful not to call\rthis if you need to actually use the pipeline shader, instead of the copy shader. In\rthose cases, use the `bindAndDraw` method.", @@ -302111,16 +302385,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame", "scope": "instance", - "___id": "T000002R034073", + "___id": "T000002R034175", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target, using this pipelines\r\n * Color Matrix.\r\n *\r\n * The difference between this method and `copyFrame` is that this method\r\n * uses a color matrix shader, where you have full control over the luminance\r\n * values used during the copy. If you don't need this, you can use the faster\r\n * `copyFrame` method instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 422, + "lineno": 421, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Copy the `source` Render Target to the `target` Render Target, using this pipelines\rColor Matrix.\r\rThe difference between this method and `copyFrame` is that this method\ruses a color matrix shader, where you have full control over the luminance\rvalues used during the copy. If you don't need this, you can use the faster\r`copyFrame` method instead.", @@ -302174,16 +302448,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame", "scope": "instance", - "___id": "T000002R034075", + "___id": "T000002R034177", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using a linear blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 443, + "lineno": 442, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Draws the `source1` and `source2` Render Targets to the `target` Render Target\rusing a linear blend effect, which is controlled by the `strength` parameter.", @@ -302265,16 +302539,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames", "scope": "instance", - "___id": "T000002R034077", + "___id": "T000002R034179", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using an additive blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 461, + "lineno": 460, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Draws the `source1` and `source2` Render Targets to the `target` Render Target\rusing an additive blend effect, which is controlled by the `strength` parameter.", @@ -302356,16 +302630,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive", "scope": "instance", - "___id": "T000002R034079", + "___id": "T000002R034181", "___s": true }, { "comment": "/**\r\n * Clears the given Render Target.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The Render Target to clear.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 479, + "lineno": 478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Clears the given Render Target.", @@ -302405,16 +302679,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame", "scope": "instance", - "___id": "T000002R034081", + "___id": "T000002R034183", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * The difference with this copy is that no resizing takes place. If the `source`\r\n * Render Target is larger than the `target` then only a portion the same size as\r\n * the `target` dimensions is copied across.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {boolean} [eraseMode=false] - Erase source from target using ERASE Blend Mode?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 493, + "lineno": 492, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Copy the `source` Render Target to the `target` Render Target.\r\rThe difference with this copy is that no resizing takes place. If the `source`\rRender Target is larger than the `target` then only a portion the same size as\rthe `target` dimensions is copied across.\r\rYou can optionally set the brightness factor of the copy.", @@ -302512,16 +302786,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame", "scope": "instance", - "___id": "T000002R034083", + "___id": "T000002R034185", "___s": true }, { "comment": "/**\r\n * Binds the `source` Render Target and then copies a section of it to the `target` Render Target.\r\n *\r\n * This method is extremely fast because it uses `gl.copyTexSubImage2D` and doesn't\r\n * require the use of any shaders. Remember the coordinates are given in standard WebGL format,\r\n * where x and y specify the lower-left corner of the section, not the top-left. Also, the\r\n * copy entirely replaces the contents of the target texture, no 'merging' or 'blending' takes\r\n * place.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} x - The x coordinate of the lower left corner where to start copying.\r\n * @param {number} y - The y coordinate of the lower left corner where to start copying.\r\n * @param {number} width - The width of the texture.\r\n * @param {number} height - The height of the texture.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 517, + "lineno": 516, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Binds the `source` Render Target and then copies a section of it to the `target` Render Target.\r\rThis method is extremely fast because it uses `gl.copyTexSubImage2D` and doesn't\rrequire the use of any shaders. Remember the coordinates are given in standard WebGL format,\rwhere x and y specify the lower-left corner of the section, not the top-left. Also, the\rcopy entirely replaces the contents of the target texture, no 'merging' or 'blending' takes\rplace.", @@ -302641,16 +302915,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect", "scope": "instance", - "___id": "T000002R034085", + "___id": "T000002R034187", "___s": true }, { "comment": "/**\r\n * Binds this pipeline and draws the `source` Render Target to the `target` Render Target.\r\n *\r\n * If no `target` is specified, it will pop the framebuffer from the Renderers FBO stack\r\n * and use that instead, which should be done when you need to draw the final results of\r\n * this pipeline to the game canvas.\r\n *\r\n * You can optionally set the shader to be used for the draw here, if this is a multi-shader\r\n * pipeline. By default `currentShader` will be used. If you need to set a shader but not\r\n * a target, just pass `null` as the `target` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The Render Target to draw to. If not set, it will pop the fbo from the stack.\r\n * @param {boolean} [clear=true] - Clear the target before copying? Only used if `target` parameter is set.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {Phaser.Renderer.WebGL.WebGLShader} [currentShader] - The shader to use during the draw.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 543, + "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Binds this pipeline and draws the `source` Render Target to the `target` Render Target.\r\rIf no `target` is specified, it will pop the framebuffer from the Renderers FBO stack\rand use that instead, which should be done when you need to draw the final results of\rthis pipeline to the game canvas.\r\rYou can optionally set the shader to be used for the draw here, if this is a multi-shader\rpipeline. By default `currentShader` will be used. If you need to set a shader but not\ra target, just pass `null` as the `target` parameter.", @@ -302733,16 +303007,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw", "scope": "instance", - "___id": "T000002R034087", + "___id": "T000002R034189", "___s": true }, { "comment": "/**\r\n * Destroys all shader instances, removes all object references and nulls all external references.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy\r\n * @since 3.60.0\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 620, + "lineno": 619, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Destroys all shader instances, removes all object references and nulls all external references.", @@ -302768,7 +303042,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy", "scope": "instance", "overrides": "Phaser.Renderer.WebGL.WebGLPipeline#destroy", - "___id": "T000002R034093", + "___id": "T000002R034195", "___s": true }, { @@ -302777,7 +303051,7 @@ "filename": "PreFXPipeline.js", "lineno": 20, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "classdesc": "The Pre FX Pipeline is a special kind of pipeline designed specifically for applying\rspecial effects to Game Objects before they are rendered. Where-as the Post FX Pipeline applies an effect _after_ the\robject has been rendered, the Pre FX Pipeline allows you to control the rendering of\rthe object itself - passing it off to its own texture, where multi-buffer compositing\rcan take place.\r\rYou can only use the PreFX Pipeline on the following types of Game Objects, or those\rthat extend from them:\r\rSprite\rImage\rText\rTileSprite\rRenderTexture\rVideo", @@ -302805,7 +303079,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline", - "___id": "T000002R034115", + "___id": "T000002R034217", "___s": true }, { @@ -302814,7 +303088,7 @@ "filename": "PreFXPipeline.js", "lineno": 97, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "A reference to the Draw Sprite Shader belonging to this Pipeline.\r\rThis shader is used when the sprite is drawn to this fbo (or to the game if drawToFrame is false)\r\rThis property is set during the `boot` method.", @@ -302834,7 +303108,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#drawSpriteShader", "scope": "instance", "kind": "member", - "___id": "T000002R034140", + "___id": "T000002R034242", "___s": true }, { @@ -302843,7 +303117,7 @@ "filename": "PreFXPipeline.js", "lineno": 111, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "A reference to the Copy Shader belonging to this Pipeline.\r\rThis shader is used when you call the `copySprite` method.\r\rThis property is set during the `boot` method.", @@ -302863,7 +303137,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#copyShader", "scope": "instance", "kind": "member", - "___id": "T000002R034142", + "___id": "T000002R034244", "___s": true }, { @@ -302872,7 +303146,7 @@ "filename": "PreFXPipeline.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "A reference to the Game Draw Shader belonging to this Pipeline.\r\rThis shader draws the fbo to the game.\r\rThis property is set during the `boot` method.", @@ -302892,7 +303166,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#gameShader", "scope": "instance", "kind": "member", - "___id": "T000002R034144", + "___id": "T000002R034246", "___s": true }, { @@ -302901,7 +303175,7 @@ "filename": "PreFXPipeline.js", "lineno": 139, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "A reference to the Color Matrix Shader belonging to this Pipeline.\r\rThis property is set during the `boot` method.", @@ -302920,7 +303194,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#colorMatrixShader", "scope": "instance", "kind": "member", - "___id": "T000002R034146", + "___id": "T000002R034248", "___s": true }, { @@ -302929,7 +303203,7 @@ "filename": "PreFXPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Raw byte buffer of vertices used specifically during the copySprite method.", @@ -302949,7 +303223,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#quadVertexData", "scope": "instance", "kind": "member", - "___id": "T000002R034148", + "___id": "T000002R034250", "___s": true }, { @@ -302958,7 +303232,7 @@ "filename": "PreFXPipeline.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "The WebGLBuffer that holds the quadVertexData.", @@ -302978,7 +303252,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#quadVertexBuffer", "scope": "instance", "kind": "member", - "___id": "T000002R034150", + "___id": "T000002R034252", "___s": true }, { @@ -302987,7 +303261,7 @@ "filename": "PreFXPipeline.js", "lineno": 170, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Float32 view of the quad array buffer.", @@ -303006,7 +303280,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#quadVertexViewF32", "scope": "instance", "kind": "member", - "___id": "T000002R034152", + "___id": "T000002R034254", "___s": true }, { @@ -303015,7 +303289,7 @@ "filename": "PreFXPipeline.js", "lineno": 199, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "The full-screen Render Target that the sprite is first drawn to.", @@ -303034,16 +303308,16 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#fsTarget", "scope": "instance", "kind": "member", - "___id": "T000002R034158", + "___id": "T000002R034260", "___s": true }, { "comment": "/**\r\n * Handles the resizing of the quad vertex data.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#onResize\r\n * @since 3.60.0\r\n *\r\n * @param {number} width - The new width of the quad.\r\n * @param {number} height - The new height of the quad.\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 262, + "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Handles the resizing of the quad vertex data.", @@ -303082,16 +303356,16 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#onResize", "scope": "instance", "overrides": "Phaser.Renderer.WebGL.WebGLPipeline#onResize", - "___id": "T000002R034177", + "___id": "T000002R034279", "___s": true }, { "comment": "/**\r\n * Adds the vertices data into the batch and flushes if full.\r\n *\r\n * Assumes 6 vertices in the following arrangement:\r\n *\r\n * ```\r\n * 0----3\r\n * |\\ B|\r\n * | \\ |\r\n * | \\ |\r\n * | A \\|\r\n * | \\\r\n * 1----2\r\n * ```\r\n *\r\n * Where x0 / y0 = 0, x1 / y1 = 1, x2 / y2 = 2 and x3 / y3 = 3\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#batchQuad\r\n * @since 3.60.0\r\n *\r\n * @param {(Phaser.GameObjects.GameObject|null)} gameObject - The Game Object, if any, drawing this quad.\r\n * @param {number} x0 - The top-left x position.\r\n * @param {number} y0 - The top-left y position.\r\n * @param {number} x1 - The bottom-left x position.\r\n * @param {number} y1 - The bottom-left y position.\r\n * @param {number} x2 - The bottom-right x position.\r\n * @param {number} y2 - The bottom-right y position.\r\n * @param {number} x3 - The top-right x position.\r\n * @param {number} y3 - The top-right y position.\r\n * @param {number} u0 - UV u0 value.\r\n * @param {number} v0 - UV v0 value.\r\n * @param {number} u1 - UV u1 value.\r\n * @param {number} v1 - UV v1 value.\r\n * @param {number} tintTL - The top-left tint color value.\r\n * @param {number} tintTR - The top-right tint color value.\r\n * @param {number} tintBL - The bottom-left tint color value.\r\n * @param {number} tintBR - The bottom-right tint color value.\r\n * @param {(number|boolean)} tintEffect - The tint effect for the shader to use.\r\n * @param {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} [texture] - Texture that will be assigned to the current batch if a flush occurs.\r\n *\r\n * @return {boolean} `true` if this method caused the batch to flush, otherwise `false`.\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 295, + "lineno": 294, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Adds the vertices data into the batch and flushes if full.\r\rAssumes 6 vertices in the following arrangement:\r\r```\r0----3\r|\\ B|\r| \\ |\r| \\ |\r| A \\|\r| \\\r1----2\r```\r\rWhere x0 / y0 = 0, x1 / y1 = 1, x2 / y2 = 2 and x3 / y3 = 3", @@ -303385,16 +303659,16 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#batchQuad", "scope": "instance", "overrides": "Phaser.Renderer.WebGL.WebGLPipeline#batchQuad", - "___id": "T000002R034186", + "___id": "T000002R034288", "___s": true }, { "comment": "/**\r\n * This callback is invoked when a sprite is drawn by this pipeline.\r\n *\r\n * It will fire after the shader has been set, but before the sprite has been drawn,\r\n * so use it to set any additional uniforms you may need.\r\n *\r\n * Note: Manipulating the Sprite during this callback will _not_ change how it is drawn to the Render Target.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#onDrawSprite\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.GameObjects.Sprite} gameObject - The Sprite being drawn.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The Render Target the Sprite will be drawn to.\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 433, + "lineno": 431, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "This callback is invoked when a sprite is drawn by this pipeline.\r\rIt will fire after the shader has been set, but before the sprite has been drawn,\rso use it to set any additional uniforms you may need.\r\rNote: Manipulating the Sprite during this callback will _not_ change how it is drawn to the Render Target.", @@ -303432,16 +303706,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#onDrawSprite", "scope": "instance", - "___id": "T000002R034206", + "___id": "T000002R034308", "___s": true }, { "comment": "/**\r\n * This callback is invoked when you call the `copySprite` method.\r\n *\r\n * It will fire after the shader has been set, but before the source target has been copied,\r\n * so use it to set any additional uniforms you may need.\r\n *\r\n * Note: Manipulating the Sprite during this callback will _not_ change the Render Targets.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#onCopySprite\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target being copied from.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target that will be copied to.\r\n * @param {Phaser.GameObjects.Sprite} gameObject - The Sprite being copied.\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 451, + "lineno": 449, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "This callback is invoked when you call the `copySprite` method.\r\rIt will fire after the shader has been set, but before the source target has been copied,\rso use it to set any additional uniforms you may need.\r\rNote: Manipulating the Sprite during this callback will _not_ change the Render Targets.", @@ -303492,16 +303766,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#onCopySprite", "scope": "instance", - "___id": "T000002R034208", + "___id": "T000002R034310", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * No target resizing takes place. If the `source` Render Target is larger than the `target`,\r\n * then only a portion the same size as the `target` dimensions is copied across.\r\n *\r\n * Calling this method will invoke the `onCopySprite` handler and will also call\r\n * the `onFXCopy` callback on the Sprite. Both of these happen prior to the copy, allowing you\r\n * to use them to set shader uniforms and other values.\r\n *\r\n * You can optionally pass in a ColorMatrix. If so, it will use the ColorMatrix shader\r\n * during the copy, allowing you to manipulate the colors to a fine degree.\r\n * See the `ColorMatrix` class for more details.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#copySprite\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target being copied from.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target that will be copied to.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {boolean} [eraseMode=false] - Erase source from target using ERASE Blend Mode?\r\n * @param {Phaser.Display.ColorMatrix} [colorMatrix] - Optional ColorMatrix to use when copying the Sprite.\r\n * @param {Phaser.Renderer.WebGL.WebGLShader} [shader] - The shader to use to copy the target. Defaults to the `copyShader`.\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 470, + "lineno": 468, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Copy the `source` Render Target to the `target` Render Target.\r\rNo target resizing takes place. If the `source` Render Target is larger than the `target`,\rthen only a portion the same size as the `target` dimensions is copied across.\r\rCalling this method will invoke the `onCopySprite` handler and will also call\rthe `onFXCopy` callback on the Sprite. Both of these happen prior to the copy, allowing you\rto use them to set shader uniforms and other values.\r\rYou can optionally pass in a ColorMatrix. If so, it will use the ColorMatrix shader\rduring the copy, allowing you to manipulate the colors to a fine degree.\rSee the `ColorMatrix` class for more details.", @@ -303612,16 +303886,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#copySprite", "scope": "instance", - "___id": "T000002R034210", + "___id": "T000002R034312", "___s": true }, { "comment": "/**\r\n * Draws the `source` Render Target to the `target` Render Target.\r\n *\r\n * This is done using whatever the currently bound shader is. This method does\r\n * not set a shader. All it does is bind the source texture, set the viewport and UVs\r\n * then bind the target framebuffer, clears it and draws the source to it.\r\n *\r\n * At the end a null framebuffer is bound. No other clearing-up takes place, so\r\n * use this method carefully.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#copy\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 578, + "lineno": 575, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Draws the `source` Render Target to the `target` Render Target.\r\rThis is done using whatever the currently bound shader is. This method does\rnot set a shader. All it does is bind the source texture, set the viewport and UVs\rthen bind the target framebuffer, clears it and draws the source to it.\r\rAt the end a null framebuffer is bound. No other clearing-up takes place, so\ruse this method carefully.", @@ -303659,16 +303933,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#copy", "scope": "instance", - "___id": "T000002R034224", + "___id": "T000002R034326", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using a linear blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#blendFrames\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 620, + "lineno": 617, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Draws the `source1` and `source2` Render Targets to the `target` Render Target\rusing a linear blend effect, which is controlled by the `strength` parameter.", @@ -303750,16 +304024,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#blendFrames", "scope": "instance", - "___id": "T000002R034227", + "___id": "T000002R034329", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using an additive blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#blendFramesAdditive\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 638, + "lineno": 635, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Draws the `source1` and `source2` Render Targets to the `target` Render Target\rusing an additive blend effect, which is controlled by the `strength` parameter.", @@ -303841,16 +304115,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#blendFramesAdditive", "scope": "instance", - "___id": "T000002R034229", + "___id": "T000002R034331", "___s": true }, { "comment": "/**\r\n * This method will copy the given Render Target to the game canvas using the `copyShader`.\r\n *\r\n * This applies the results of the copy shader during the draw.\r\n *\r\n * If you wish to copy the target without any effects see the `copyToGame` method instead.\r\n *\r\n * This method should be the final thing called in your pipeline.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#drawToGame\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw to the game.\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 656, + "lineno": 653, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "This method will copy the given Render Target to the game canvas using the `copyShader`.\r\rThis applies the results of the copy shader during the draw.\r\rIf you wish to copy the target without any effects see the `copyToGame` method instead.\r\rThis method should be the final thing called in your pipeline.", @@ -303875,16 +304149,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#drawToGame", "scope": "instance", - "___id": "T000002R034231", + "___id": "T000002R034333", "___s": true }, { "comment": "/**\r\n * This method will copy the given Render Target to the game canvas using the `gameShader`.\r\n *\r\n * Unless you've changed it, the `gameShader` copies the target without modifying it, just\r\n * ensuring it is placed in the correct location on the canvas.\r\n *\r\n * If you wish to draw the target with and apply the fragment shader at the same time,\r\n * see the `drawToGame` method instead.\r\n *\r\n * This method should be the final thing called in your pipeline.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#copyToGame\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to copy to the game.\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 679, + "lineno": 676, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "This method will copy the given Render Target to the game canvas using the `gameShader`.\r\rUnless you've changed it, the `gameShader` copies the target without modifying it, just\rensuring it is placed in the correct location on the canvas.\r\rIf you wish to draw the target with and apply the fragment shader at the same time,\rsee the `drawToGame` method instead.\r\rThis method should be the final thing called in your pipeline.", @@ -303909,16 +304183,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#copyToGame", "scope": "instance", - "___id": "T000002R034234", + "___id": "T000002R034336", "___s": true }, { "comment": "/**\r\n * This method is called by `drawToGame` and `copyToGame`. It takes the source Render Target\r\n * and copies it back to the game canvas, or the next frame buffer in the stack, and should\r\n * be considered the very last thing this pipeline does.\r\n *\r\n * You don't normally need to call this method, or override it, however it is left public\r\n * should you wish to do so.\r\n *\r\n * Note that it does _not_ set a shader. You should do this yourself if invoking this.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#bindAndDraw\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw to the game.\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 704, + "lineno": 701, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "This method is called by `drawToGame` and `copyToGame`. It takes the source Render Target\rand copies it back to the game canvas, or the next frame buffer in the stack, and should\rbe considered the very last thing this pipeline does.\r\rYou don't normally need to call this method, or override it, however it is left public\rshould you wish to do so.\r\rNote that it does _not_ set a shader. You should do this yourself if invoking this.", @@ -303943,16 +304217,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#bindAndDraw", "scope": "instance", - "___id": "T000002R034237", + "___id": "T000002R034339", "___s": true }, { "comment": "/**\r\n * This method is called every time the `batchSprite` method is called and is passed a\r\n * reference to the current render target.\r\n *\r\n * If you override this method, then it should make sure it calls either the\r\n * `drawToGame` or `copyToGame` methods as the final thing it does. However, you can do as\r\n * much additional processing as you like prior to this.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#onDraw\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The Render Target to draw to the game.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [swapTarget] - The Swap Render Target, useful for double-buffer effects.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [altSwapTarget] - The Swap Render Target, useful for double-buffer effects.\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 790, + "lineno": 787, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "This method is called every time the `batchSprite` method is called and is passed a\rreference to the current render target.\r\rIf you override this method, then it should make sure it calls either the\r`drawToGame` or `copyToGame` methods as the final thing it does. However, you can do as\rmuch additional processing as you like prior to this.", @@ -304006,16 +304280,16 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#onDraw", "scope": "instance", "overrides": "Phaser.Renderer.WebGL.WebGLPipeline#onDraw", - "___id": "T000002R034256", + "___id": "T000002R034358", "___s": true }, { "comment": "/**\r\n * Set the UV values for the 6 vertices that make up the quad used by the copy shader.\r\n *\r\n * Be sure to call `resetUVs` once you have finished manipulating the UV coordinates.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#setUVs\r\n * @since 3.60.0\r\n *\r\n * @param {number} uA - The u value of vertex A.\r\n * @param {number} vA - The v value of vertex A.\r\n * @param {number} uB - The u value of vertex B.\r\n * @param {number} vB - The v value of vertex B.\r\n * @param {number} uC - The u value of vertex C.\r\n * @param {number} vC - The v value of vertex C.\r\n * @param {number} uD - The u value of vertex D.\r\n * @param {number} vD - The v value of vertex D.\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 810, + "lineno": 807, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Set the UV values for the 6 vertices that make up the quad used by the copy shader.\r\rBe sure to call `resetUVs` once you have finished manipulating the UV coordinates.", @@ -304131,16 +304405,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#setUVs", "scope": "instance", - "___id": "T000002R034258", + "___id": "T000002R034360", "___s": true }, { "comment": "/**\r\n * Sets the vertex UV coordinates of the quad used by the copy shaders\r\n * so that they correctly adjust the texture coordinates for a blit frame effect.\r\n *\r\n * Be sure to call `resetUVs` once you have finished manipulating the UV coordinates.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#setTargetUVs\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 850, + "lineno": 847, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Sets the vertex UV coordinates of the quad used by the copy shaders\rso that they correctly adjust the texture coordinates for a blit frame effect.\r\rBe sure to call `resetUVs` once you have finished manipulating the UV coordinates.", @@ -304178,16 +304452,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#setTargetUVs", "scope": "instance", - "___id": "T000002R034273", + "___id": "T000002R034375", "___s": true }, { "comment": "/**\r\n * Resets the quad vertice UV values to their default settings.\r\n *\r\n * The quad is used by the copy shader in this pipeline.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#resetUVs\r\n * @since 3.60.0\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 878, + "lineno": 875, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Resets the quad vertice UV values to their default settings.\r\rThe quad is used by the copy shader in this pipeline.", @@ -304197,16 +304471,16 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#resetUVs", "scope": "instance", - "___id": "T000002R034278", + "___id": "T000002R034380", "___s": true }, { "comment": "/**\r\n * Destroys all shader instances, removes all object references and nulls all external references.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#destroy\r\n * @fires Phaser.Renderer.WebGL.Pipelines.Events#DESTROY\r\n * @since 3.60.0\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 891, + "lineno": 888, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Destroys all shader instances, removes all object references and nulls all external references.", @@ -304235,19 +304509,19 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#destroy", "scope": "instance", "overrides": "Phaser.Renderer.WebGL.WebGLPipeline#destroy", - "___id": "T000002R034280", + "___id": "T000002R034382", "___s": true }, { - "comment": "/**\r\n * @classdesc\r\n * The Rope Pipeline is a variation of the Multi Pipeline that uses a `TRIANGLE_STRIP` for\r\n * its topology, instead of TRIANGLES. This is primarily used by the Rope Game Object,\r\n * or anything that extends it.\r\n *\r\n * Prior to Phaser v3.50 this pipeline was called the `TextureTintStripPipeline`.\r\n *\r\n * The fragment shader it uses can be found in `shaders/src/Multi.frag`.\r\n * The vertex shader it uses can be found in `shaders/src/Multi.vert`.\r\n *\r\n * The default shader attributes for this pipeline are:\r\n *\r\n * `inPosition` (vec2, offset 0)\r\n * `inTexCoord` (vec2, offset 8)\r\n * `inTexId` (float, offset 16)\r\n * `inTintEffect` (float, offset 20)\r\n * `inTint` (vec4, offset 24, normalized)\r\n *\r\n * The default shader uniforms for this pipeline are:\r\n *\r\n * `uProjectionMatrix` (mat4)\r\n * `uRoundPixels` (int)\r\n * `uResolution` (vec2)\r\n * `uMainSampler` (sampler2D, or sampler2D array)\r\n *\r\n * The pipeline is structurally identical to the Multi Pipeline and should be treated as such.\r\n *\r\n * @class RopePipeline\r\n * @extends Phaser.Renderer.WebGL.Pipelines.MultiPipeline\r\n * @memberof Phaser.Renderer.WebGL.Pipelines\r\n * @constructor\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Types.Renderer.WebGL.WebGLPipelineConfig} config - The configuration options for this pipeline.\r\n */", + "comment": "/**\r\n * @classdesc\r\n * The Rope Pipeline is a variation of the Multi Pipeline that uses a `TRIANGLE_STRIP` for\r\n * its topology, instead of TRIANGLES. This is primarily used by the Rope Game Object,\r\n * or anything that extends it.\r\n *\r\n * Prior to Phaser v3.50 this pipeline was called the `TextureTintStripPipeline`.\r\n *\r\n * The fragment shader it uses can be found in `shaders/src/Multi.frag`.\r\n * The vertex shader it uses can be found in `shaders/src/Multi.vert`.\r\n *\r\n * The default shader attributes for this pipeline are:\r\n *\r\n * `inPosition` (vec2, offset 0)\r\n * `inTexCoord` (vec2, offset 8)\r\n * `inTexId` (float, offset 16)\r\n * `inTintEffect` (float, offset 20)\r\n * `inTint` (vec4, offset 24, normalized)\r\n *\r\n * The default shader uniforms for this pipeline are:\r\n *\r\n * `uProjectionMatrix` (mat4)\r\n * `uResolution` (vec2)\r\n * `uMainSampler` (sampler2D, or sampler2D array)\r\n *\r\n * The pipeline is structurally identical to the Multi Pipeline and should be treated as such.\r\n *\r\n * @class RopePipeline\r\n * @extends Phaser.Renderer.WebGL.Pipelines.MultiPipeline\r\n * @memberof Phaser.Renderer.WebGL.Pipelines\r\n * @constructor\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Types.Renderer.WebGL.WebGLPipelineConfig} config - The configuration options for this pipeline.\r\n */", "meta": { "filename": "RopePipeline.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, - "classdesc": "The Rope Pipeline is a variation of the Multi Pipeline that uses a `TRIANGLE_STRIP` for\rits topology, instead of TRIANGLES. This is primarily used by the Rope Game Object,\ror anything that extends it.\r\rPrior to Phaser v3.50 this pipeline was called the `TextureTintStripPipeline`.\r\rThe fragment shader it uses can be found in `shaders/src/Multi.frag`.\rThe vertex shader it uses can be found in `shaders/src/Multi.vert`.\r\rThe default shader attributes for this pipeline are:\r\r`inPosition` (vec2, offset 0)\r`inTexCoord` (vec2, offset 8)\r`inTexId` (float, offset 16)\r`inTintEffect` (float, offset 20)\r`inTint` (vec4, offset 24, normalized)\r\rThe default shader uniforms for this pipeline are:\r\r`uProjectionMatrix` (mat4)\r`uRoundPixels` (int)\r`uResolution` (vec2)\r`uMainSampler` (sampler2D, or sampler2D array)\r\rThe pipeline is structurally identical to the Multi Pipeline and should be treated as such.", + "classdesc": "The Rope Pipeline is a variation of the Multi Pipeline that uses a `TRIANGLE_STRIP` for\rits topology, instead of TRIANGLES. This is primarily used by the Rope Game Object,\ror anything that extends it.\r\rPrior to Phaser v3.50 this pipeline was called the `TextureTintStripPipeline`.\r\rThe fragment shader it uses can be found in `shaders/src/Multi.frag`.\rThe vertex shader it uses can be found in `shaders/src/Multi.vert`.\r\rThe default shader attributes for this pipeline are:\r\r`inPosition` (vec2, offset 0)\r`inTexCoord` (vec2, offset 8)\r`inTexId` (float, offset 16)\r`inTintEffect` (float, offset 20)\r`inTint` (vec4, offset 24, normalized)\r\rThe default shader uniforms for this pipeline are:\r\r`uProjectionMatrix` (mat4)\r`uResolution` (vec2)\r`uMainSampler` (sampler2D, or sampler2D array)\r\rThe pipeline is structurally identical to the Multi Pipeline and should be treated as such.", "kind": "class", "name": "RopePipeline", "augments": [ @@ -304272,19 +304546,19 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Pipelines.RopePipeline", - "___id": "T000002R034295", + "___id": "T000002R034397", "___s": true }, { - "comment": "/**\r\n * @classdesc\r\n * The Single Pipeline is a special version of the Multi Pipeline that only ever\r\n * uses one texture, bound to texture unit zero. Although not as efficient as the\r\n * Multi Pipeline, it provides an easier way to create custom pipelines that only require\r\n * a single bound texture.\r\n *\r\n * Prior to Phaser v3.50 this pipeline didn't exist, but could be compared to the old `TextureTintPipeline`.\r\n *\r\n * The fragment shader it uses can be found in `shaders/src/Single.frag`.\r\n * The vertex shader it uses can be found in `shaders/src/Single.vert`.\r\n *\r\n * The default shader attributes for this pipeline are:\r\n *\r\n * `inPosition` (vec2, offset 0)\r\n * `inTexCoord` (vec2, offset 8)\r\n * `inTexId` (float, offset 16) - this value is always zero in the Single Pipeline\r\n * `inTintEffect` (float, offset 20)\r\n * `inTint` (vec4, offset 24, normalized)\r\n *\r\n * The default shader uniforms for this pipeline are:\r\n *\r\n * `uProjectionMatrix` (mat4)\r\n * `uRoundPixels` (int)\r\n * `uResolution` (vec2)\r\n * `uMainSampler` (sampler2D, or sampler2D array)\r\n *\r\n * @class SinglePipeline\r\n * @extends Phaser.Renderer.WebGL.Pipelines.MultiPipeline\r\n * @memberof Phaser.Renderer.WebGL.Pipelines\r\n * @constructor\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Types.Renderer.WebGL.WebGLPipelineConfig} config - The configuration options for this pipeline.\r\n */", + "comment": "/**\r\n * @classdesc\r\n * The Single Pipeline is a special version of the Multi Pipeline that only ever\r\n * uses one texture, bound to texture unit zero. Although not as efficient as the\r\n * Multi Pipeline, it provides an easier way to create custom pipelines that only require\r\n * a single bound texture.\r\n *\r\n * Prior to Phaser v3.50 this pipeline didn't exist, but could be compared to the old `TextureTintPipeline`.\r\n *\r\n * The fragment shader it uses can be found in `shaders/src/Single.frag`.\r\n * The vertex shader it uses can be found in `shaders/src/Single.vert`.\r\n *\r\n * The default shader attributes for this pipeline are:\r\n *\r\n * `inPosition` (vec2, offset 0)\r\n * `inTexCoord` (vec2, offset 8)\r\n * `inTexId` (float, offset 16) - this value is always zero in the Single Pipeline\r\n * `inTintEffect` (float, offset 20)\r\n * `inTint` (vec4, offset 24, normalized)\r\n *\r\n * The default shader uniforms for this pipeline are:\r\n *\r\n * `uProjectionMatrix` (mat4)\r\n * `uResolution` (vec2)\r\n * `uMainSampler` (sampler2D, or sampler2D array)\r\n *\r\n * @class SinglePipeline\r\n * @extends Phaser.Renderer.WebGL.Pipelines.MultiPipeline\r\n * @memberof Phaser.Renderer.WebGL.Pipelines\r\n * @constructor\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Types.Renderer.WebGL.WebGLPipelineConfig} config - The configuration options for this pipeline.\r\n */", "meta": { "filename": "SinglePipeline.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, - "classdesc": "The Single Pipeline is a special version of the Multi Pipeline that only ever\ruses one texture, bound to texture unit zero. Although not as efficient as the\rMulti Pipeline, it provides an easier way to create custom pipelines that only require\ra single bound texture.\r\rPrior to Phaser v3.50 this pipeline didn't exist, but could be compared to the old `TextureTintPipeline`.\r\rThe fragment shader it uses can be found in `shaders/src/Single.frag`.\rThe vertex shader it uses can be found in `shaders/src/Single.vert`.\r\rThe default shader attributes for this pipeline are:\r\r`inPosition` (vec2, offset 0)\r`inTexCoord` (vec2, offset 8)\r`inTexId` (float, offset 16) - this value is always zero in the Single Pipeline\r`inTintEffect` (float, offset 20)\r`inTint` (vec4, offset 24, normalized)\r\rThe default shader uniforms for this pipeline are:\r\r`uProjectionMatrix` (mat4)\r`uRoundPixels` (int)\r`uResolution` (vec2)\r`uMainSampler` (sampler2D, or sampler2D array)", + "classdesc": "The Single Pipeline is a special version of the Multi Pipeline that only ever\ruses one texture, bound to texture unit zero. Although not as efficient as the\rMulti Pipeline, it provides an easier way to create custom pipelines that only require\ra single bound texture.\r\rPrior to Phaser v3.50 this pipeline didn't exist, but could be compared to the old `TextureTintPipeline`.\r\rThe fragment shader it uses can be found in `shaders/src/Single.frag`.\rThe vertex shader it uses can be found in `shaders/src/Single.vert`.\r\rThe default shader attributes for this pipeline are:\r\r`inPosition` (vec2, offset 0)\r`inTexCoord` (vec2, offset 8)\r`inTexId` (float, offset 16) - this value is always zero in the Single Pipeline\r`inTintEffect` (float, offset 20)\r`inTint` (vec4, offset 24, normalized)\r\rThe default shader uniforms for this pipeline are:\r\r`uProjectionMatrix` (mat4)\r`uResolution` (vec2)\r`uMainSampler` (sampler2D, or sampler2D array)", "kind": "class", "name": "SinglePipeline", "augments": [ @@ -304309,7 +304583,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Pipelines.SinglePipeline", - "___id": "T000002R034308", + "___id": "T000002R034410", "___s": true }, { @@ -304318,7 +304592,7 @@ "filename": "UtilityPipeline.js", "lineno": 18, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "classdesc": "The Utility Pipeline is a special-use pipeline that belongs to the Pipeline Manager.\r\rIt provides 4 shaders and handy associated methods:\r\r1) Copy Shader. A fast texture to texture copy shader with optional brightness setting.\r2) Additive Blend Mode Shader. Blends two textures using an additive blend mode.\r3) Linear Blend Mode Shader. Blends two textures using a linear blend mode.\r4) Color Matrix Copy Shader. Draws a texture to a target using a Color Matrix.\r\rYou do not extend this pipeline, but instead get a reference to it from the Pipeline\rManager via the `setUtility` method. You can also access methods such as `copyFrame`\rdirectly from the Pipeline Manager.\r\rThis pipeline provides methods for manipulating framebuffer backed textures, such as\rcopying or blending one texture to another, copying a portion of a texture, additively\rblending two textures, flipping textures and more.\r\rThe default shader attributes for this pipeline are:\r\r`inPosition` (vec2, offset 0)\r`inTexCoord` (vec2, offset 8)\r\rThis pipeline has a hard-coded batch size of 1 and a hard coded set of vertices.", @@ -304346,7 +304620,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline", - "___id": "T000002R034328", + "___id": "T000002R034430", "___s": true }, { @@ -304355,7 +304629,7 @@ "filename": "UtilityPipeline.js", "lineno": 124, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "A default Color Matrix, used by the Color Matrix Shader when one\risn't provided.", @@ -304374,7 +304648,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline#colorMatrix", "scope": "instance", "kind": "member", - "___id": "T000002R034358", + "___id": "T000002R034460", "___s": true }, { @@ -304383,7 +304657,7 @@ "filename": "UtilityPipeline.js", "lineno": 134, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "A reference to the Copy Shader belonging to this Utility Pipeline.\r\rThis property is set during the `boot` method.", @@ -304403,7 +304677,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline#copyShader", "scope": "instance", "kind": "member", - "___id": "T000002R034360", + "___id": "T000002R034462", "___s": true }, { @@ -304412,7 +304686,7 @@ "filename": "UtilityPipeline.js", "lineno": 146, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "A reference to the Additive Blend Shader belonging to this Utility Pipeline.\r\rThis property is set during the `boot` method.", @@ -304431,7 +304705,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline#addShader", "scope": "instance", "kind": "member", - "___id": "T000002R034362", + "___id": "T000002R034464", "___s": true }, { @@ -304440,7 +304714,7 @@ "filename": "UtilityPipeline.js", "lineno": 157, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "A reference to the Linear Blend Shader belonging to this Utility Pipeline.\r\rThis property is set during the `boot` method.", @@ -304459,7 +304733,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline#linearShader", "scope": "instance", "kind": "member", - "___id": "T000002R034364", + "___id": "T000002R034466", "___s": true }, { @@ -304468,7 +304742,7 @@ "filename": "UtilityPipeline.js", "lineno": 168, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "A reference to the Color Matrix Shader belonging to this Utility Pipeline.\r\rThis property is set during the `boot` method.", @@ -304487,7 +304761,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline#colorMatrixShader", "scope": "instance", "kind": "member", - "___id": "T000002R034366", + "___id": "T000002R034468", "___s": true }, { @@ -304496,7 +304770,7 @@ "filename": "UtilityPipeline.js", "lineno": 179, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "A reference to the Full Frame 1 Render Target.\r\rThis property is set during the `boot` method.\r\rThis Render Target is the full size of the renderer.\r\rYou can use this directly in Post FX Pipelines for multi-target effects.\rHowever, be aware that these targets are shared between all post fx pipelines.", @@ -304515,7 +304789,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline#fullFrame1", "scope": "instance", "kind": "member", - "___id": "T000002R034368", + "___id": "T000002R034470", "___s": true }, { @@ -304524,7 +304798,7 @@ "filename": "UtilityPipeline.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "A reference to the Full Frame 2 Render Target.\r\rThis property is set during the `boot` method.\r\rThis Render Target is the full size of the renderer.\r\rYou can use this directly in Post FX Pipelines for multi-target effects.\rHowever, be aware that these targets are shared between all post fx pipelines.", @@ -304543,7 +304817,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline#fullFrame2", "scope": "instance", "kind": "member", - "___id": "T000002R034370", + "___id": "T000002R034472", "___s": true }, { @@ -304552,7 +304826,7 @@ "filename": "UtilityPipeline.js", "lineno": 211, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "A reference to the Half Frame 1 Render Target.\r\rThis property is set during the `boot` method.\r\rThis Render Target is half the size of the renderer.\r\rYou can use this directly in Post FX Pipelines for multi-target effects.\rHowever, be aware that these targets are shared between all post fx pipelines.", @@ -304571,7 +304845,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline#halfFrame1", "scope": "instance", "kind": "member", - "___id": "T000002R034372", + "___id": "T000002R034474", "___s": true }, { @@ -304580,7 +304854,7 @@ "filename": "UtilityPipeline.js", "lineno": 227, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "A reference to the Half Frame 2 Render Target.\r\rThis property is set during the `boot` method.\r\rThis Render Target is half the size of the renderer.\r\rYou can use this directly in Post FX Pipelines for multi-target effects.\rHowever, be aware that these targets are shared between all post fx pipelines.", @@ -304599,7 +304873,7 @@ "longname": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline#halfFrame2", "scope": "instance", "kind": "member", - "___id": "T000002R034374", + "___id": "T000002R034476", "___s": true }, { @@ -304608,7 +304882,7 @@ "filename": "UtilityPipeline.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Copy the `source` Render Target to the `target` Render Target.\r\rYou can optionally set the brightness factor of the copy.\r\rThe difference between this method and `drawFrame` is that this method\ruses a faster copy shader, where only the brightness can be modified.\rIf you need color level manipulation, see `drawFrame` instead.", @@ -304692,7 +304966,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline#copyFrame", "scope": "instance", - "___id": "T000002R034387", + "___id": "T000002R034489", "___s": true }, { @@ -304701,7 +304975,7 @@ "filename": "UtilityPipeline.js", "lineno": 328, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Copy the `source` Render Target to the `target` Render Target.\r\rThe difference with this copy is that no resizing takes place. If the `source`\rRender Target is larger than the `target` then only a portion the same size as\rthe `target` dimensions is copied across.\r\rYou can optionally set the brightness factor of the copy.", @@ -304814,7 +305088,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline#blitFrame", "scope": "instance", - "___id": "T000002R034393", + "___id": "T000002R034495", "___s": true }, { @@ -304823,7 +305097,7 @@ "filename": "UtilityPipeline.js", "lineno": 422, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Binds the `source` Render Target and then copies a section of it to the `target` Render Target.\r\rThis method is extremely fast because it uses `gl.copyTexSubImage2D` and doesn't\rrequire the use of any shaders. Remember the coordinates are given in standard WebGL format,\rwhere x and y specify the lower-left corner of the section, not the top-left. Also, the\rcopy entirely replaces the contents of the target texture, no 'merging' or 'blending' takes\rplace.", @@ -304943,7 +305217,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline#copyFrameRect", "scope": "instance", - "___id": "T000002R034403", + "___id": "T000002R034505", "___s": true }, { @@ -304952,7 +305226,7 @@ "filename": "UtilityPipeline.js", "lineno": 476, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Pops the framebuffer from the renderers FBO stack and sets that as the active target,\rthen draws the `source` Render Target to it. It then resets the renderer textures.\r\rThis should be done when you need to draw the _final_ results of a pipeline to the game\rcanvas, or the next framebuffer in line on the FBO stack. You should only call this once\rin the `onDraw` handler and it should be the final thing called. Be careful not to call\rthis if you need to actually use the pipeline shader, instead of the copy shader. In\rthose cases, use the `bindAndDraw` method.", @@ -304977,7 +305251,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline#copyToGame", "scope": "instance", - "___id": "T000002R034408", + "___id": "T000002R034510", "___s": true }, { @@ -304986,7 +305260,7 @@ "filename": "UtilityPipeline.js", "lineno": 509, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Copy the `source` Render Target to the `target` Render Target, using the\rgiven Color Matrix.\r\rThe difference between this method and `copyFrame` is that this method\ruses a color matrix shader, where you have full control over the luminance\rvalues used during the copy. If you don't need this, you can use the faster\r`copyFrame` method instead.", @@ -305054,7 +305328,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline#drawFrame", "scope": "instance", - "___id": "T000002R034411", + "___id": "T000002R034513", "___s": true }, { @@ -305063,7 +305337,7 @@ "filename": "UtilityPipeline.js", "lineno": 571, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Draws the `source1` and `source2` Render Targets to the `target` Render Target\rusing a linear blend effect, which is controlled by the `strength` parameter.", @@ -305159,7 +305433,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline#blendFrames", "scope": "instance", - "___id": "T000002R034416", + "___id": "T000002R034518", "___s": true }, { @@ -305168,7 +305442,7 @@ "filename": "UtilityPipeline.js", "lineno": 634, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Draws the `source1` and `source2` Render Targets to the `target` Render Target\rusing an additive blend effect, which is controlled by the `strength` parameter.", @@ -305250,7 +305524,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline#blendFramesAdditive", "scope": "instance", - "___id": "T000002R034422", + "___id": "T000002R034524", "___s": true }, { @@ -305259,7 +305533,7 @@ "filename": "UtilityPipeline.js", "lineno": 652, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Clears the given Render Target.", @@ -305299,7 +305573,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline#clearFrame", "scope": "instance", - "___id": "T000002R034424", + "___id": "T000002R034526", "___s": true }, { @@ -305308,7 +305582,7 @@ "filename": "UtilityPipeline.js", "lineno": 687, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Set the UV values for the 6 vertices that make up the quad used by the shaders\rin the Utility Pipeline.\r\rBe sure to call `resetUVs` once you have finished manipulating the UV coordinates.", @@ -305424,7 +305698,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline#setUVs", "scope": "instance", - "___id": "T000002R034429", + "___id": "T000002R034531", "___s": true }, { @@ -305433,7 +305707,7 @@ "filename": "UtilityPipeline.js", "lineno": 723, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Sets the vertex UV coordinates of the quad used by the shaders in the Utility Pipeline\rso that they correctly adjust the texture coordinates for a blit frame effect.\r\rBe sure to call `resetUVs` once you have finished manipulating the UV coordinates.", @@ -305471,7 +305745,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline#setTargetUVs", "scope": "instance", - "___id": "T000002R034444", + "___id": "T000002R034546", "___s": true }, { @@ -305480,7 +305754,7 @@ "filename": "UtilityPipeline.js", "lineno": 751, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Horizontally flips the UV coordinates of the quad used by the shaders in this\rUtility Pipeline.\r\rBe sure to call `resetUVs` once you have finished manipulating the UV coordinates.", @@ -305490,7 +305764,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline#flipX", "scope": "instance", - "___id": "T000002R034449", + "___id": "T000002R034551", "___s": true }, { @@ -305499,7 +305773,7 @@ "filename": "UtilityPipeline.js", "lineno": 765, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Vertically flips the UV coordinates of the quad used by the shaders in this\rUtility Pipeline.\r\rBe sure to call `resetUVs` once you have finished manipulating the UV coordinates.", @@ -305509,7 +305783,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline#flipY", "scope": "instance", - "___id": "T000002R034451", + "___id": "T000002R034553", "___s": true }, { @@ -305518,7 +305792,7 @@ "filename": "UtilityPipeline.js", "lineno": 779, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "description": "Resets the quad vertice UV values to their default settings.\r\rThe quad is used by all shaders of the Utility Pipeline.", @@ -305528,7 +305802,7 @@ "memberof": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline", "longname": "Phaser.Renderer.WebGL.Pipelines.UtilityPipeline#resetUVs", "scope": "instance", - "___id": "T000002R034453", + "___id": "T000002R034555", "___s": true }, { @@ -305537,7 +305811,7 @@ "filename": "RenderTarget.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "classdesc": "A Render Target encapsulates a WebGL framebuffer and the WebGL Texture that displays it.\r\rInstances of this class are typically created by, and belong to WebGL Pipelines, however\rother Game Objects and classes can take advantage of Render Targets as well.", @@ -305678,7 +305952,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.RenderTarget", - "___id": "T000002R034458", + "___id": "T000002R034560", "___s": true }, { @@ -305687,7 +305961,7 @@ "filename": "RenderTarget.js", "lineno": 45, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A reference to the WebGLRenderer instance.", @@ -305706,7 +305980,7 @@ "longname": "Phaser.Renderer.WebGL.RenderTarget#renderer", "scope": "instance", "kind": "member", - "___id": "T000002R034467", + "___id": "T000002R034569", "___s": true }, { @@ -305715,7 +305989,7 @@ "filename": "RenderTarget.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The Framebuffer of this Render Target.\r\rThis is created in the `RenderTarget.resize` method.", @@ -305734,7 +306008,7 @@ "longname": "Phaser.Renderer.WebGL.RenderTarget#framebuffer", "scope": "instance", "kind": "member", - "___id": "T000002R034469", + "___id": "T000002R034571", "___s": true }, { @@ -305743,7 +306017,7 @@ "filename": "RenderTarget.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The WebGLTextureWrapper of this Render Target.\r\rThis is created in the `RenderTarget.resize` method.", @@ -305762,7 +306036,7 @@ "longname": "Phaser.Renderer.WebGL.RenderTarget#texture", "scope": "instance", "kind": "member", - "___id": "T000002R034471", + "___id": "T000002R034573", "___s": true }, { @@ -305771,7 +306045,7 @@ "filename": "RenderTarget.js", "lineno": 76, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The width of the texture.", @@ -305791,7 +306065,7 @@ "longname": "Phaser.Renderer.WebGL.RenderTarget#width", "scope": "instance", "kind": "member", - "___id": "T000002R034473", + "___id": "T000002R034575", "___s": true }, { @@ -305800,7 +306074,7 @@ "filename": "RenderTarget.js", "lineno": 86, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The height of the texture.", @@ -305820,7 +306094,7 @@ "longname": "Phaser.Renderer.WebGL.RenderTarget#height", "scope": "instance", "kind": "member", - "___id": "T000002R034475", + "___id": "T000002R034577", "___s": true }, { @@ -305829,7 +306103,7 @@ "filename": "RenderTarget.js", "lineno": 96, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A value between 0 and 1. Controls the size of this Render Target in relation to the Renderer.\r\rA value of 1 matches it. 0.5 makes the Render Target half the size of the renderer, etc.", @@ -305848,7 +306122,7 @@ "longname": "Phaser.Renderer.WebGL.RenderTarget#scale", "scope": "instance", "kind": "member", - "___id": "T000002R034477", + "___id": "T000002R034579", "___s": true }, { @@ -305857,7 +306131,7 @@ "filename": "RenderTarget.js", "lineno": 107, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The minFilter mode of the texture. 0 is `LINEAR`, 1 is `NEAREST`.", @@ -305876,7 +306150,7 @@ "longname": "Phaser.Renderer.WebGL.RenderTarget#minFilter", "scope": "instance", "kind": "member", - "___id": "T000002R034479", + "___id": "T000002R034581", "___s": true }, { @@ -305885,7 +306159,7 @@ "filename": "RenderTarget.js", "lineno": 116, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Controls if this Render Target is automatically cleared (via `gl.COLOR_BUFFER_BIT`)\rduring the `RenderTarget.bind` method.\r\rIf you need more control over how, or if, the target is cleared, you can disable\rthis via the config on creation, or even toggle it directly at runtime.", @@ -305904,7 +306178,7 @@ "longname": "Phaser.Renderer.WebGL.RenderTarget#autoClear", "scope": "instance", "kind": "member", - "___id": "T000002R034481", + "___id": "T000002R034583", "___s": true }, { @@ -305913,7 +306187,7 @@ "filename": "RenderTarget.js", "lineno": 129, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Does this Render Target automatically resize when the WebGL Renderer does?\r\rModify this property via the `setAutoResize` method.", @@ -305933,7 +306207,7 @@ "longname": "Phaser.Renderer.WebGL.RenderTarget#autoResize", "scope": "instance", "kind": "member", - "___id": "T000002R034483", + "___id": "T000002R034585", "___s": true }, { @@ -305942,7 +306216,7 @@ "filename": "RenderTarget.js", "lineno": 141, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Does this Render Target have a Depth Buffer?", @@ -305962,7 +306236,7 @@ "longname": "Phaser.Renderer.WebGL.RenderTarget#hasDepthBuffer", "scope": "instance", "kind": "member", - "___id": "T000002R034485", + "___id": "T000002R034587", "___s": true }, { @@ -305971,7 +306245,7 @@ "filename": "RenderTarget.js", "lineno": 151, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Force the WebGL Texture to use the CLAMP_TO_EDGE wrap mode, even if a power of two?\r\rIf `false` it will use `gl.REPEAT` instead, which may be required for some effects, such\ras using this Render Target as a texture for a Shader.", @@ -305990,7 +306264,7 @@ "longname": "Phaser.Renderer.WebGL.RenderTarget#forceClamp", "scope": "instance", "kind": "member", - "___id": "T000002R034487", + "___id": "T000002R034589", "___s": true }, { @@ -305999,7 +306273,7 @@ "filename": "RenderTarget.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets if this Render Target should automatically resize when the WebGL Renderer\remits a resize event.", @@ -306039,7 +306313,7 @@ "memberof": "Phaser.Renderer.WebGL.RenderTarget", "longname": "Phaser.Renderer.WebGL.RenderTarget#setAutoResize", "scope": "instance", - "___id": "T000002R034490", + "___id": "T000002R034592", "___s": true }, { @@ -306048,7 +306322,7 @@ "filename": "RenderTarget.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Resizes this Render Target.\r\rDeletes both the frame buffer and texture, if they exist and then re-creates\rthem using the new sizes.\r\rThis method is called automatically by the pipeline during its resize handler.", @@ -306101,7 +306375,7 @@ "memberof": "Phaser.Renderer.WebGL.RenderTarget", "longname": "Phaser.Renderer.WebGL.RenderTarget#resize", "scope": "instance", - "___id": "T000002R034494", + "___id": "T000002R034596", "___s": true }, { @@ -306110,7 +306384,7 @@ "filename": "RenderTarget.js", "lineno": 254, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Checks if this Render Target will resize, or not, if given the new\rwidth and height values.", @@ -306162,7 +306436,7 @@ "memberof": "Phaser.Renderer.WebGL.RenderTarget", "longname": "Phaser.Renderer.WebGL.RenderTarget#willResize", "scope": "instance", - "___id": "T000002R034505", + "___id": "T000002R034607", "___s": true }, { @@ -306171,7 +306445,7 @@ "filename": "RenderTarget.js", "lineno": 284, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Pushes this Render Target as the current frame buffer of the renderer.\r\rIf `autoClear` is set, then clears the texture.\r\rIf `adjustViewport` is `true` then it will flush the renderer and then adjust the GL viewport.", @@ -306226,7 +306500,7 @@ "memberof": "Phaser.Renderer.WebGL.RenderTarget", "longname": "Phaser.Renderer.WebGL.RenderTarget#bind", "scope": "instance", - "___id": "T000002R034511", + "___id": "T000002R034613", "___s": true }, { @@ -306235,7 +306509,7 @@ "filename": "RenderTarget.js", "lineno": 333, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Adjusts the GL viewport to match the width and height of this Render Target.\r\rAlso disables `SCISSOR_TEST`.", @@ -306245,35 +306519,97 @@ "memberof": "Phaser.Renderer.WebGL.RenderTarget", "longname": "Phaser.Renderer.WebGL.RenderTarget#adjustViewport", "scope": "instance", - "___id": "T000002R034516", + "___id": "T000002R034618", "___s": true }, { - "comment": "/**\r\n * Clears this Render Target.\r\n *\r\n * @method Phaser.Renderer.WebGL.RenderTarget#clear\r\n * @since 3.50.0\r\n */", + "comment": "/**\r\n * Clears a portion or everything from this Render Target. To clear an area,\r\n * specify the `x`, `y`, `width` and `height`.\r\n * \r\n * @param {number} [x=0] - The left coordinate of the fill rectangle.\r\n * @param {number} [y=0] - The top coordinate of the fill rectangle.\r\n * @param {number} [width=this.width] - The width of the fill rectangle.\r\n * @param {number} [height=this.height] - The height of the fill rectangle.\r\n *\r\n * @method Phaser.Renderer.WebGL.RenderTarget#clear\r\n * @since 3.50.0\r\n */", "meta": { "filename": "RenderTarget.js", "lineno": 350, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, - "description": "Clears this Render Target.", + "description": "Clears a portion or everything from this Render Target. To clear an area,\rspecify the `x`, `y`, `width` and `height`.", + "params": [ + { + "type": { + "names": [ + "number" + ], + "parsedType": { + "type": "NameExpression", + "name": "number" + } + }, + "optional": true, + "defaultvalue": 0, + "description": "The left coordinate of the fill rectangle.", + "name": "x" + }, + { + "type": { + "names": [ + "number" + ], + "parsedType": { + "type": "NameExpression", + "name": "number" + } + }, + "optional": true, + "defaultvalue": 0, + "description": "The top coordinate of the fill rectangle.", + "name": "y" + }, + { + "type": { + "names": [ + "number" + ], + "parsedType": { + "type": "NameExpression", + "name": "number" + } + }, + "optional": true, + "defaultvalue": "this.width", + "description": "The width of the fill rectangle.", + "name": "width" + }, + { + "type": { + "names": [ + "number" + ], + "parsedType": { + "type": "NameExpression", + "name": "number" + } + }, + "optional": true, + "defaultvalue": "this.height", + "description": "The height of the fill rectangle.", + "name": "height" + } + ], "kind": "function", "name": "clear", "since": "3.50.0", "memberof": "Phaser.Renderer.WebGL.RenderTarget", "longname": "Phaser.Renderer.WebGL.RenderTarget#clear", "scope": "instance", - "___id": "T000002R034519", + "___id": "T000002R034621", "___s": true }, { "comment": "/**\r\n * Unbinds this Render Target and optionally flushes the WebGL Renderer first.\r\n *\r\n * @name Phaser.Renderer.WebGL.RenderTarget#unbind\r\n * @since 3.50.0\r\n *\r\n * @param {boolean} [flush=false] - Flush the WebGL Renderer before unbinding?\r\n *\r\n * @return {Phaser.Renderer.WebGL.Wrappers.WebGLFramebufferWrapper} The Framebuffer that was set, or `null` if there aren't any more in the stack.\r\n */", "meta": { "filename": "RenderTarget.js", - "lineno": 374, + "lineno": 388, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Unbinds this Render Target and optionally flushes the WebGL Renderer first.", @@ -306314,16 +306650,16 @@ "longname": "Phaser.Renderer.WebGL.RenderTarget#unbind", "scope": "instance", "kind": "member", - "___id": "T000002R034523", + "___id": "T000002R034625", "___s": true }, { "comment": "/**\r\n * Removes all external references from this class and deletes the\r\n * WebGL framebuffer and texture instances.\r\n *\r\n * Does not remove this Render Target from the parent pipeline.\r\n *\r\n * @name Phaser.Renderer.WebGL.RenderTarget#destroy\r\n * @since 3.50.0\r\n */", "meta": { "filename": "RenderTarget.js", - "lineno": 398, + "lineno": 412, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Removes all external references from this class and deletes the\rWebGL framebuffer and texture instances.\r\rDoes not remove this Render Target from the parent pipeline.", @@ -306333,7 +306669,7 @@ "longname": "Phaser.Renderer.WebGL.RenderTarget#destroy", "scope": "instance", "kind": "member", - "___id": "T000002R034527", + "___id": "T000002R034629", "___s": true }, { @@ -306342,7 +306678,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\shaders", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\shaders", "code": {} }, "kind": "namespace", @@ -306350,7 +306686,7 @@ "memberof": "Phaser.Renderer.WebGL", "longname": "Phaser.Renderer.WebGL.Shaders", "scope": "static", - "___id": "T000002R034554", + "___id": "T000002R034656", "___s": true }, { @@ -306359,7 +306695,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\typedefs", "code": {} }, "kind": "namespace", @@ -306367,16 +306703,16 @@ "memberof": "Phaser.Types.Renderer", "longname": "Phaser.Types.Renderer.WebGL", "scope": "static", - "___id": "T000002R034604", + "___id": "T000002R034706", "___s": true }, { - "comment": "/**\n * @typedef {object} Phaser.Types.Renderer.WebGL.RenderTargetConfig\n * @since 3.50.0\n *\n * @property {number} [scale=1] - A value between 0 and 1. Controls the size of this Render Target in relation to the Renderer. A value of 1 matches it. 0.5 makes the Render Target half the size of the renderer, etc.\n * @property {number} [minFilter=0] - The minFilter mode of the texture. 0 is `LINEAR`, 1 is `NEAREST`.\n * @property {boolean} [autoClear=true] - Controls if this Render Target is automatically cleared (via `gl.COLOR_BUFFER_BIT`) during the bind.\n * @property {boolean} [autoResize=false] - Controls if this Render Target is automatically resized when the Renderer resizes.\n * @property {number} [width] - The width of the Render Target. This is optional. If given it overrides the `scale` property.\n * @property {number} [height=width] - The height of the Render Target. This is optional. If not given, it will be set to the same as the `width` value.\n */", + "comment": "/**\r\n * @typedef {object} Phaser.Types.Renderer.WebGL.RenderTargetConfig\r\n * @since 3.50.0\r\n *\r\n * @property {number} [scale=1] - A value between 0 and 1. Controls the size of this Render Target in relation to the Renderer. A value of 1 matches it. 0.5 makes the Render Target half the size of the renderer, etc.\r\n * @property {number} [minFilter=0] - The minFilter mode of the texture. 0 is `LINEAR`, 1 is `NEAREST`.\r\n * @property {boolean} [autoClear=true] - Controls if this Render Target is automatically cleared (via `gl.COLOR_BUFFER_BIT`) during the bind.\r\n * @property {boolean} [autoResize=false] - Controls if this Render Target is automatically resized when the Renderer resizes.\r\n * @property {number} [width] - The width of the Render Target. This is optional. If given it overrides the `scale` property.\r\n * @property {number} [height=width] - The height of the Render Target. This is optional. If not given, it will be set to the same as the `width` value.\r\n */", "meta": { "filename": "RenderTargetConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\typedefs", "code": {} }, "kind": "typedef", @@ -306485,16 +306821,16 @@ "memberof": "Phaser.Types.Renderer.WebGL", "longname": "Phaser.Types.Renderer.WebGL.RenderTargetConfig", "scope": "static", - "___id": "T000002R034605", + "___id": "T000002R034707", "___s": true }, { - "comment": "/**\n * @typedef {object} Phaser.Types.Renderer.WebGL.WebGLConst\n * @since 3.50.0\n *\n * @property {GLenum} enum - The data type of the attribute, i.e. `gl.BYTE`, `gl.SHORT`, `gl.UNSIGNED_BYTE`, `gl.FLOAT`, etc.\n * @property {number} size - The size, in bytes, of the data type.\n */", + "comment": "/**\r\n * @typedef {object} Phaser.Types.Renderer.WebGL.WebGLConst\r\n * @since 3.50.0\r\n *\r\n * @property {GLenum} enum - The data type of the attribute, i.e. `gl.BYTE`, `gl.SHORT`, `gl.UNSIGNED_BYTE`, `gl.FLOAT`, etc.\r\n * @property {number} size - The size, in bytes, of the data type.\r\n */", "meta": { "filename": "WebGLConst.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\typedefs", "code": {} }, "kind": "typedef", @@ -306540,16 +306876,16 @@ "memberof": "Phaser.Types.Renderer.WebGL", "longname": "Phaser.Types.Renderer.WebGL.WebGLConst", "scope": "static", - "___id": "T000002R034606", + "___id": "T000002R034708", "___s": true }, { - "comment": "/**\r\n * @typedef {object} Phaser.Types.Renderer.WebGL.WebGLPipelineAttribute\r\n * @since 3.50.0\r\n *\r\n * @property {string} name - The name of the attribute as defined in the vertex shader.\r\n * @property {number} size - The number of components in the attribute, i.e. 1 for a float, 2 for a vec2, 3 for a vec3, etc.\r\n * @property {GLenum} type - The data type of the attribute. Either `gl.BYTE`, `gl.SHORT`, `gl.UNSIGNED_BYTE`, `gl.UNSIGNED_SHORT` or `gl.FLOAT`.\r\n * @property {number} offset - The offset, in bytes, of this attribute data in the vertex array. Equivalent to `offsetof(vertex, attrib)` in C.\r\n * @property {boolean} normalized - Should the attribute data be normalized?\r\n * @property {boolean} enabled - You should set this to `false` by default. The pipeline will enable it on boot.\r\n * @property {(-1|Phaser.Renderer.WebGL.Wrappers.WebGLAttribLocationWrapper)} location - You should set this to `-1` by default. The pipeline will set it on boot.\r\n */", + "comment": "/**\r\n * @typedef {object} Phaser.Types.Renderer.WebGL.WebGLPipelineAttribute\r\n * @since 3.50.0\r\n *\r\n * @property {string} name - The name of the attribute as defined in the vertex shader.\r\n * @property {number} size - The number of components in the attribute, i.e. 1 for a float, 2 for a vec2, 3 for a vec3, etc.\r\n * @property {GLenum} type - The data type of the attribute. Either `gl.BYTE`, `gl.SHORT`, `gl.UNSIGNED_BYTE`, `gl.UNSIGNED_SHORT` or `gl.FLOAT`.\r\n * @property {number} offset - The offset, in bytes, of this attribute data in the vertex array. Equivalent to `offsetof(vertex, attrib)` in C.\r\n * @property {boolean} normalized - Should the attribute data be normalized?\r\n * @property {boolean} enabled - You should set this to `false` by default. The pipeline will enable it on boot.\r\n * @property {(number|Phaser.Renderer.WebGL.Wrappers.WebGLAttribLocationWrapper)} location - You should set this to `-1` by default. The pipeline will set it on boot.\r\n */", "meta": { "filename": "WebGLPipelineAttribute.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\typedefs", "code": {} }, "kind": "typedef", @@ -306643,12 +306979,34 @@ "description": "You should set this to `false` by default. The pipeline will enable it on boot.", "name": "enabled" }, - {} + { + "type": { + "names": [ + "number", + "Phaser.Renderer.WebGL.Wrappers.WebGLAttribLocationWrapper" + ], + "parsedType": { + "type": "TypeUnion", + "elements": [ + { + "type": "NameExpression", + "name": "number" + }, + { + "type": "NameExpression", + "name": "Phaser.Renderer.WebGL.Wrappers.WebGLAttribLocationWrapper" + } + ] + } + }, + "description": "You should set this to `-1` by default. The pipeline will set it on boot.", + "name": "location" + } ], "memberof": "Phaser.Types.Renderer.WebGL", "longname": "Phaser.Types.Renderer.WebGL.WebGLPipelineAttribute", "scope": "static", - "___id": "T000002R034607", + "___id": "T000002R034709", "___s": true }, { @@ -306657,7 +307015,7 @@ "filename": "WebGLPipelineAttributeConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\typedefs", "code": {} }, "kind": "typedef", @@ -306731,7 +307089,7 @@ "memberof": "Phaser.Types.Renderer.WebGL", "longname": "Phaser.Types.Renderer.WebGL.WebGLPipelineAttributeConfig", "scope": "static", - "___id": "T000002R034608", + "___id": "T000002R034710", "___s": true }, { @@ -306740,7 +307098,7 @@ "filename": "WebGLPipelineBatchEntry.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\typedefs", "code": {} }, "kind": "typedef", @@ -306834,7 +307192,7 @@ "memberof": "Phaser.Types.Renderer.WebGL", "longname": "Phaser.Types.Renderer.WebGL.WebGLPipelineBatchEntry", "scope": "static", - "___id": "T000002R034609", + "___id": "T000002R034711", "___s": true }, { @@ -306843,7 +307201,7 @@ "filename": "WebGLPipelineConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\typedefs", "code": {} }, "kind": "typedef", @@ -307108,7 +307466,7 @@ "memberof": "Phaser.Types.Renderer.WebGL", "longname": "Phaser.Types.Renderer.WebGL.WebGLPipelineConfig", "scope": "static", - "___id": "T000002R034610", + "___id": "T000002R034712", "___s": true }, { @@ -307117,7 +307475,7 @@ "filename": "WebGLPipelineShaderConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\typedefs", "code": {} }, "kind": "typedef", @@ -307202,7 +307560,7 @@ "memberof": "Phaser.Types.Renderer.WebGL", "longname": "Phaser.Types.Renderer.WebGL.WebGLPipelineShaderConfig", "scope": "static", - "___id": "T000002R034611", + "___id": "T000002R034713", "___s": true }, { @@ -307211,7 +307569,7 @@ "filename": "WebGLPipelineUniformsConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\typedefs", "code": {} }, "kind": "typedef", @@ -307328,7 +307686,7 @@ "memberof": "Phaser.Types.Renderer.WebGL", "longname": "Phaser.Types.Renderer.WebGL.WebGLPipelineUniformsConfig", "scope": "static", - "___id": "T000002R034612", + "___id": "T000002R034714", "___s": true }, { @@ -307337,7 +307695,7 @@ "filename": "WebGLTextureCompression.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\typedefs", "code": {} }, "kind": "typedef", @@ -307577,7 +307935,7 @@ "memberof": "Phaser.Types.Renderer.WebGL", "longname": "Phaser.Types.Renderer.WebGL.WebGLTextureCompression", "scope": "static", - "___id": "T000002R034613", + "___id": "T000002R034715", "___s": true }, { @@ -307586,7 +307944,7 @@ "filename": "Utils.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "kind": "namespace", @@ -307595,7 +307953,7 @@ "memberof": "Phaser.Renderer.WebGL", "longname": "Phaser.Renderer.WebGL.Utils", "scope": "static", - "___id": "T000002R034614", + "___id": "T000002R034716", "___s": true }, { @@ -307604,7 +307962,7 @@ "filename": "Utils.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Packs four floats on a range from 0.0 to 1.0 into a single Uint32", @@ -307682,7 +308040,7 @@ "memberof": "Phaser.Renderer.WebGL.Utils", "longname": "Phaser.Renderer.WebGL.Utils.getTintFromFloats", "scope": "static", - "___id": "T000002R034616", + "___id": "T000002R034718", "___s": true }, { @@ -307691,7 +308049,7 @@ "filename": "Utils.js", "lineno": 38, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Packs a Uint24, representing RGB components, with a Float32, representing\rthe alpha component, with a range between 0.0 and 1.0 and return a Uint32", @@ -307743,7 +308101,7 @@ "memberof": "Phaser.Renderer.WebGL.Utils", "longname": "Phaser.Renderer.WebGL.Utils.getTintAppendFloatAlpha", "scope": "static", - "___id": "T000002R034622", + "___id": "T000002R034724", "___s": true }, { @@ -307752,7 +308110,7 @@ "filename": "Utils.js", "lineno": 57, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Packs a Uint24, representing RGB components, with a Float32, representing\rthe alpha component, with a range between 0.0 and 1.0 and return a\rswizzled Uint32", @@ -307804,7 +308162,7 @@ "memberof": "Phaser.Renderer.WebGL.Utils", "longname": "Phaser.Renderer.WebGL.Utils.getTintAppendFloatAlphaAndSwap", "scope": "static", - "___id": "T000002R034625", + "___id": "T000002R034727", "___s": true }, { @@ -307813,7 +308171,7 @@ "filename": "Utils.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Unpacks a Uint24 RGB into an array of floats of ranges of 0.0 and 1.0", @@ -307852,7 +308210,7 @@ "memberof": "Phaser.Renderer.WebGL.Utils", "longname": "Phaser.Renderer.WebGL.Utils.getFloatsFromUintRGB", "scope": "static", - "___id": "T000002R034631", + "___id": "T000002R034733", "___s": true }, { @@ -307861,7 +308219,7 @@ "filename": "Utils.js", "lineno": 99, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Check to see how many texture units the GPU supports in a fragment shader\rand if the value specific in the game config is allowed.\r\rThis value is hard-clamped to 16 for performance reasons on Android devices.", @@ -307913,7 +308271,7 @@ "memberof": "Phaser.Renderer.WebGL.Utils", "longname": "Phaser.Renderer.WebGL.Utils.checkShaderMax", "scope": "static", - "___id": "T000002R034636", + "___id": "T000002R034738", "___s": true }, { @@ -307922,7 +308280,7 @@ "filename": "Utils.js", "lineno": 131, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Checks the given Fragment Shader Source for `%count%` and `%forloop%` declarations and\rreplaces those with GLSL code for setting `texture = texture2D(uMainSampler[i], outTexCoord)`.", @@ -307974,7 +308332,7 @@ "memberof": "Phaser.Renderer.WebGL.Utils", "longname": "Phaser.Renderer.WebGL.Utils.parseFragmentShaderMaxTextures", "scope": "static", - "___id": "T000002R034639", + "___id": "T000002R034741", "___s": true }, { @@ -307983,7 +308341,7 @@ "filename": "Utils.js", "lineno": 174, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Takes the Glow FX Shader source and parses out the __SIZE__ and __DIST__\rconsts with the configuration values.", @@ -308063,7 +308421,7 @@ "memberof": "Phaser.Renderer.WebGL.Utils", "longname": "Phaser.Renderer.WebGL.Utils.setGlowQuality", "scope": "static", - "___id": "T000002R034649", + "___id": "T000002R034751", "___s": true }, { @@ -308072,7 +308430,7 @@ "filename": "WebGLPipeline.js", "lineno": 18, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "classdesc": "The `WebGLPipeline` is a base class used by all of the core Phaser pipelines.\r\rIt describes the way elements will be rendered in WebGL. Internally, it handles\rcompiling the shaders, creating vertex buffers, assigning primitive topology and\rbinding vertex attributes, all based on the given configuration data.\r\rThe pipeline is configured by passing in a `WebGLPipelineConfig` object. Please\rsee the documentation for this type to fully understand the configuration options\ravailable to you.\r\rUsually, you would not extend from this class directly, but would instead extend\rfrom one of the core pipelines, such as the Multi Pipeline.\r\rThe pipeline flow per render-step is as follows:\r\r1) onPreRender - called once at the start of the render step\r2) onRender - call for each Scene Camera that needs to render (so can be multiple times per render step)\r3) Internal flow:\r3a) bind (only called if a Game Object is using this pipeline and it's not currently active)\r3b) onBind (called for every Game Object that uses this pipeline)\r3c) flush (can be called by a Game Object, internal method or from outside by changing pipeline)\r4) onPostRender - called once at the end of the render step", @@ -308100,7 +308458,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.WebGLPipeline", - "___id": "T000002R034665", + "___id": "T000002R034767", "___s": true }, { @@ -308109,7 +308467,7 @@ "filename": "WebGLPipeline.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Name of the pipeline. Used for identification and setting from Game Objects.", @@ -308128,7 +308486,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#name", "scope": "instance", "kind": "member", - "___id": "T000002R034672", + "___id": "T000002R034774", "___s": true }, { @@ -308137,7 +308495,7 @@ "filename": "WebGLPipeline.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The Phaser Game instance to which this pipeline is bound.", @@ -308156,7 +308514,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#game", "scope": "instance", "kind": "member", - "___id": "T000002R034674", + "___id": "T000002R034776", "___s": true }, { @@ -308165,7 +308523,7 @@ "filename": "WebGLPipeline.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The WebGL Renderer instance to which this pipeline is bound.", @@ -308184,7 +308542,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#renderer", "scope": "instance", "kind": "member", - "___id": "T000002R034676", + "___id": "T000002R034778", "___s": true }, { @@ -308193,7 +308551,7 @@ "filename": "WebGLPipeline.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A reference to the WebGL Pipeline Manager.\r\rThis is initially undefined and only set when this pipeline is added\rto the manager.", @@ -308214,7 +308572,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#manager", "scope": "instance", "kind": "member", - "___id": "T000002R034678", + "___id": "T000002R034780", "___s": true }, { @@ -308223,7 +308581,7 @@ "filename": "WebGLPipeline.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The WebGL context this WebGL Pipeline uses.", @@ -308242,7 +308600,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#gl", "scope": "instance", "kind": "member", - "___id": "T000002R034680", + "___id": "T000002R034782", "___s": true }, { @@ -308251,7 +308609,7 @@ "filename": "WebGLPipeline.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The canvas which this WebGL Pipeline renders to.", @@ -308270,7 +308628,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#view", "scope": "instance", "kind": "member", - "___id": "T000002R034682", + "___id": "T000002R034784", "___s": true }, { @@ -308279,7 +308637,7 @@ "filename": "WebGLPipeline.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Width of the current viewport.", @@ -308298,7 +308656,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#width", "scope": "instance", "kind": "member", - "___id": "T000002R034684", + "___id": "T000002R034786", "___s": true }, { @@ -308307,7 +308665,7 @@ "filename": "WebGLPipeline.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Height of the current viewport.", @@ -308326,7 +308684,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#height", "scope": "instance", "kind": "member", - "___id": "T000002R034686", + "___id": "T000002R034788", "___s": true }, { @@ -308335,7 +308693,7 @@ "filename": "WebGLPipeline.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The current number of vertices that have been added to the pipeline batch.", @@ -308355,7 +308713,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCount", "scope": "instance", "kind": "member", - "___id": "T000002R034688", + "___id": "T000002R034790", "___s": true }, { @@ -308364,7 +308722,7 @@ "filename": "WebGLPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The total number of vertices that this pipeline batch can hold before it will flush.\r\rThis defaults to `renderer batchSize * 6`, where `batchSize` is defined in the Renderer Game Config.", @@ -308383,7 +308741,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCapacity", "scope": "instance", "kind": "member", - "___id": "T000002R034690", + "___id": "T000002R034792", "___s": true }, { @@ -308392,7 +308750,7 @@ "filename": "WebGLPipeline.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Raw byte buffer of vertices.\r\rEither set via the config object `vertices` property, or generates a new Array Buffer of\rsize `vertexCapacity * vertexSize`.", @@ -308412,7 +308770,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#vertexData", "scope": "instance", "kind": "member", - "___id": "T000002R034692", + "___id": "T000002R034794", "___s": true }, { @@ -308421,7 +308779,7 @@ "filename": "WebGLPipeline.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The WebGLBuffer that holds the vertex data.\r\rCreated from the `vertexData` ArrayBuffer. If `vertices` are set in the config, a `STATIC_DRAW` buffer\ris created. If not, a `DYNAMIC_DRAW` buffer is created.", @@ -308441,7 +308799,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#vertexBuffer", "scope": "instance", "kind": "member", - "___id": "T000002R034694", + "___id": "T000002R034796", "___s": true }, { @@ -308450,7 +308808,7 @@ "filename": "WebGLPipeline.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The currently active WebGLBuffer.", @@ -308469,7 +308827,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#activeBuffer", "scope": "instance", "kind": "member", - "___id": "T000002R034696", + "___id": "T000002R034798", "___s": true }, { @@ -308478,7 +308836,7 @@ "filename": "WebGLPipeline.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The primitive topology which the pipeline will use to submit draw calls.\r\rDefaults to GL_TRIANGLES if not otherwise set in the config.", @@ -308497,7 +308855,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#topology", "scope": "instance", "kind": "member", - "___id": "T000002R034698", + "___id": "T000002R034800", "___s": true }, { @@ -308506,7 +308864,7 @@ "filename": "WebGLPipeline.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Uint8 view to the `vertexData` ArrayBuffer. Used for uploading vertex buffer resources to the GPU.", @@ -308525,7 +308883,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#bytes", "scope": "instance", "kind": "member", - "___id": "T000002R034700", + "___id": "T000002R034802", "___s": true }, { @@ -308534,7 +308892,7 @@ "filename": "WebGLPipeline.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Float32 view of the array buffer containing the pipeline's vertices.", @@ -308553,7 +308911,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewF32", "scope": "instance", "kind": "member", - "___id": "T000002R034702", + "___id": "T000002R034804", "___s": true }, { @@ -308562,7 +308920,7 @@ "filename": "WebGLPipeline.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Uint32 view of the array buffer containing the pipeline's vertices.", @@ -308581,7 +308939,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewU32", "scope": "instance", "kind": "member", - "___id": "T000002R034704", + "___id": "T000002R034806", "___s": true }, { @@ -308590,7 +308948,7 @@ "filename": "WebGLPipeline.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Indicates if the current pipeline is active, or not.\r\rToggle this property to enable or disable a pipeline from rendering anything.", @@ -308609,7 +308967,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#active", "scope": "instance", "kind": "member", - "___id": "T000002R034706", + "___id": "T000002R034808", "___s": true }, { @@ -308618,7 +308976,7 @@ "filename": "WebGLPipeline.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Some pipelines require the forced use of texture zero (like the light pipeline).\r\rThis property should be set when that is the case.", @@ -308637,7 +308995,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#forceZero", "scope": "instance", "kind": "member", - "___id": "T000002R034708", + "___id": "T000002R034810", "___s": true }, { @@ -308646,7 +309004,7 @@ "filename": "WebGLPipeline.js", "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Indicates if this pipeline has booted or not.\r\rA pipeline boots only when the Game instance itself, and all associated systems, is\rfully ready.", @@ -308666,7 +309024,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#hasBooted", "scope": "instance", "kind": "member", - "___id": "T000002R034710", + "___id": "T000002R034812", "___s": true }, { @@ -308675,7 +309033,7 @@ "filename": "WebGLPipeline.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Indicates if this is a Post FX Pipeline, or not.", @@ -308695,7 +309053,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#isPostFX", "scope": "instance", "kind": "member", - "___id": "T000002R034712", + "___id": "T000002R034814", "___s": true }, { @@ -308704,7 +309062,7 @@ "filename": "WebGLPipeline.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Indicates if this is a Pre FX Pipeline, or not.", @@ -308724,7 +309082,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#isPreFX", "scope": "instance", "kind": "member", - "___id": "T000002R034714", + "___id": "T000002R034816", "___s": true }, { @@ -308733,7 +309091,7 @@ "filename": "WebGLPipeline.js", "lineno": 289, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "An array of RenderTarget instances that belong to this pipeline.", @@ -308761,7 +309119,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#renderTargets", "scope": "instance", "kind": "member", - "___id": "T000002R034716", + "___id": "T000002R034818", "___s": true }, { @@ -308770,7 +309128,7 @@ "filename": "WebGLPipeline.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A reference to the currently bound Render Target instance from the `WebGLPipeline.renderTargets` array.", @@ -308789,7 +309147,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#currentRenderTarget", "scope": "instance", "kind": "member", - "___id": "T000002R034718", + "___id": "T000002R034820", "___s": true }, { @@ -308798,7 +309156,7 @@ "filename": "WebGLPipeline.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "An array of all the WebGLShader instances that belong to this pipeline.\r\rShaders manage their own attributes and uniforms, but share the same vertex data buffer,\rwhich belongs to this pipeline.\r\rShaders are set in a call to the `setShadersFromConfig` method, which happens automatically,\rbut can also be called at any point in your game. See the method documentation for details.", @@ -308826,7 +309184,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#shaders", "scope": "instance", "kind": "member", - "___id": "T000002R034720", + "___id": "T000002R034822", "___s": true }, { @@ -308835,7 +309193,7 @@ "filename": "WebGLPipeline.js", "lineno": 322, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A reference to the currently bound WebGLShader instance from the `WebGLPipeline.shaders` array.\r\rFor lots of pipelines, this is the only shader, so it is a quick way to reference it without\ran array look-up.", @@ -308854,7 +309212,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#currentShader", "scope": "instance", "kind": "member", - "___id": "T000002R034722", + "___id": "T000002R034824", "___s": true }, { @@ -308863,7 +309221,7 @@ "filename": "WebGLPipeline.js", "lineno": 334, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The Projection matrix, used by shaders as 'uProjectionMatrix' uniform.", @@ -308882,7 +309240,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#projectionMatrix", "scope": "instance", "kind": "member", - "___id": "T000002R034724", + "___id": "T000002R034826", "___s": true }, { @@ -308891,7 +309249,7 @@ "filename": "WebGLPipeline.js", "lineno": 343, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The cached width of the Projection matrix.", @@ -308910,7 +309268,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#projectionWidth", "scope": "instance", "kind": "member", - "___id": "T000002R034726", + "___id": "T000002R034828", "___s": true }, { @@ -308919,7 +309277,7 @@ "filename": "WebGLPipeline.js", "lineno": 352, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The cached height of the Projection matrix.", @@ -308938,7 +309296,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#projectionHeight", "scope": "instance", "kind": "member", - "___id": "T000002R034728", + "___id": "T000002R034830", "___s": true }, { @@ -308947,7 +309305,7 @@ "filename": "WebGLPipeline.js", "lineno": 361, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The configuration object that was used to create this pipeline.\r\rTreat this object as 'read only', because changing it post-creation will not\rimpact this pipeline in any way. However, it is used internally for cloning\rand post-boot set-up.", @@ -308966,7 +309324,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#config", "scope": "instance", "kind": "member", - "___id": "T000002R034730", + "___id": "T000002R034832", "___s": true }, { @@ -308975,7 +309333,7 @@ "filename": "WebGLPipeline.js", "lineno": 374, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Has the GL Context been reset to the Phaser defaults since the last time\rthis pipeline was bound? This is set automatically when the Pipeline Manager\rresets itself, usually after handing off to a 3rd party renderer like Spine.\r\rYou should treat this property as read-only.", @@ -308994,7 +309352,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#glReset", "scope": "instance", "kind": "member", - "___id": "T000002R034732", + "___id": "T000002R034834", "___s": true }, { @@ -309003,7 +309361,7 @@ "filename": "WebGLPipeline.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The temporary Pipeline batch. This array contains the batch entries for\rthe current frame, which is a package of textures and vertex offsets used\rfor drawing. This package is built dynamically as the frame is built\rand cleared during the flush method.\r\rTreat this array and all of its contents as read-only.", @@ -309031,7 +309389,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#batch", "scope": "instance", "kind": "member", - "___id": "T000002R034734", + "___id": "T000002R034836", "___s": true }, { @@ -309040,7 +309398,7 @@ "filename": "WebGLPipeline.js", "lineno": 401, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The most recently created Pipeline batch entry.\r\rReset to null as part of the flush method.\r\rTreat this value as read-only.", @@ -309061,7 +309419,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#currentBatch", "scope": "instance", "kind": "member", - "___id": "T000002R034736", + "___id": "T000002R034838", "___s": true }, { @@ -309070,7 +309428,7 @@ "filename": "WebGLPipeline.js", "lineno": 414, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The most recently bound texture, used as part of the batch process.\r\rReset to null as part of the flush method.\r\rTreat this value as read-only.", @@ -309091,7 +309449,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#currentTexture", "scope": "instance", "kind": "member", - "___id": "T000002R034738", + "___id": "T000002R034840", "___s": true }, { @@ -309100,7 +309458,7 @@ "filename": "WebGLPipeline.js", "lineno": 427, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Holds the most recently assigned texture unit.\r\rTreat this value as read-only.", @@ -309119,7 +309477,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#currentUnit", "scope": "instance", "kind": "member", - "___id": "T000002R034740", + "___id": "T000002R034842", "___s": true }, { @@ -309128,7 +309486,7 @@ "filename": "WebGLPipeline.js", "lineno": 438, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The currently active WebGLTextures, used as part of the batch process.\r\rReset to empty as part of the bind method.\r\rTreat this array as read-only.", @@ -309156,7 +309514,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#activeTextures", "scope": "instance", "kind": "member", - "___id": "T000002R034742", + "___id": "T000002R034844", "___s": true }, { @@ -309165,7 +309523,7 @@ "filename": "WebGLPipeline.js", "lineno": 451, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "If the WebGL Renderer changes size, this uniform will be set with the new width and height values\ras part of the pipeline resize method. Various built-in pipelines, such as the MultiPipeline, set\rthis property automatically to `uResolution`.", @@ -309184,7 +309542,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#resizeUniform", "scope": "instance", "kind": "member", - "___id": "T000002R034744", + "___id": "T000002R034846", "___s": true }, { @@ -309193,7 +309551,7 @@ "filename": "WebGLPipeline.js", "lineno": 463, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Called when the Game has fully booted and the Renderer has finished setting up.\r\rBy this stage all Game level systems are now in place. You can perform any final tasks that the\rpipeline may need, that relies on game systems such as the Texture Manager being ready.", @@ -309206,7 +309564,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#boot", "scope": "instance", - "___id": "T000002R034746", + "___id": "T000002R034848", "___s": true }, { @@ -309215,7 +309573,7 @@ "filename": "WebGLPipeline.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "This method is called once when this pipeline has finished being set-up\rat the end of the boot process. By the time this method is called, all\rof the shaders are ready and configured.", @@ -309225,7 +309583,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#onBoot", "scope": "instance", - "___id": "T000002R034783", + "___id": "T000002R034885", "___s": true }, { @@ -309234,7 +309592,7 @@ "filename": "WebGLPipeline.js", "lineno": 611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "This method is called once when this pipeline has finished being set-up\rat the end of the boot process. By the time this method is called, all\rof the shaders are ready and configured. It's also called if the renderer\rchanges size.", @@ -309272,7 +309630,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#onResize", "scope": "instance", - "___id": "T000002R034785", + "___id": "T000002R034887", "___s": true }, { @@ -309281,7 +309639,7 @@ "filename": "WebGLPipeline.js", "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets the currently active shader within this pipeline.", @@ -309350,7 +309708,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#setShader", "scope": "instance", - "___id": "T000002R034787", + "___id": "T000002R034889", "___s": true }, { @@ -309359,7 +309717,7 @@ "filename": "WebGLPipeline.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Searches all shaders in this pipeline for one matching the given name, then returns it.", @@ -309398,7 +309756,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#getShaderByName", "scope": "instance", - "___id": "T000002R034793", + "___id": "T000002R034895", "___s": true }, { @@ -309407,7 +309765,7 @@ "filename": "WebGLPipeline.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Destroys all shaders currently set in the `WebGLPipeline.shaders` array and then parses the given\r`config` object, extracting the shaders from it, creating `WebGLShader` instances and finally\rsetting them into the `shaders` array of this pipeline.\r\rThis is a destructive process. Be very careful when you call it, should you need to.", @@ -309447,7 +309805,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#setShadersFromConfig", "scope": "instance", - "___id": "T000002R034797", + "___id": "T000002R034899", "___s": true }, { @@ -309456,7 +309814,7 @@ "filename": "WebGLPipeline.js", "lineno": 789, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Creates a new WebGL Pipeline Batch Entry, sets the texture unit as zero\rand pushes the entry into the batch.", @@ -309495,7 +309853,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#createBatch", "scope": "instance", - "___id": "T000002R034832", + "___id": "T000002R034934", "___s": true }, { @@ -309504,7 +309862,7 @@ "filename": "WebGLPipeline.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Adds the given texture to the current WebGL Pipeline Batch Entry and\rincreases the batch entry unit and maxUnit values by 1.", @@ -309529,7 +309887,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#addTextureToBatch", "scope": "instance", - "___id": "T000002R034842", + "___id": "T000002R034944", "___s": true }, { @@ -309538,7 +309896,7 @@ "filename": "WebGLPipeline.js", "lineno": 839, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Takes the given WebGLTextureWrapper and determines what to do with it.\r\rIf there is no current batch (i.e. after a flush) it will create a new\rbatch from it.\r\rIf the texture is already bound, it will return the current texture unit.\r\rIf the texture already exists in the current batch, the unit gets reset\rto match it.\r\rIf the texture cannot be found in the current batch, and it supports\rmultiple textures, it's added into the batch and the unit indexes are\radvanced.", @@ -309577,7 +309935,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#pushBatch", "scope": "instance", - "___id": "T000002R034845", + "___id": "T000002R034947", "___s": true }, { @@ -309586,7 +309944,7 @@ "filename": "WebGLPipeline.js", "lineno": 912, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Custom pipelines can use this method in order to perform any required pre-batch tasks\rfor the given Game Object. It must return the texture unit the Game Object was assigned.", @@ -309639,7 +309997,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#setGameObject", "scope": "instance", - "___id": "T000002R034853", + "___id": "T000002R034955", "___s": true }, { @@ -309648,7 +310006,7 @@ "filename": "WebGLPipeline.js", "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Check if the current batch of vertices is full.\r\rYou can optionally provide an `amount` parameter. If given, it will check if the batch\rneeds to flush _if_ the `amount` is added to it. This allows you to test if you should\rflush before populating the batch.", @@ -309689,7 +310047,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#shouldFlush", "scope": "instance", - "___id": "T000002R034856", + "___id": "T000002R034958", "___s": true }, { @@ -309698,7 +310056,7 @@ "filename": "WebGLPipeline.js", "lineno": 952, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Returns the number of vertices that can be added to the current batch before\rit will trigger a flush to happen.", @@ -309722,7 +310080,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#vertexAvailable", "scope": "instance", - "___id": "T000002R034859", + "___id": "T000002R034961", "___s": true }, { @@ -309731,7 +310089,7 @@ "filename": "WebGLPipeline.js", "lineno": 966, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Resizes the properties used to describe the viewport.\r\rThis method is called automatically by the renderer during its resize handler.", @@ -309787,7 +310145,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#resize", "scope": "instance", - "___id": "T000002R034861", + "___id": "T000002R034963", "___s": true }, { @@ -309796,7 +310154,7 @@ "filename": "WebGLPipeline.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Adjusts this pipelines ortho Projection Matrix to use the given dimensions\rand resets the `uProjectionMatrix` uniform on all bound shaders.\r\rThis method is called automatically by the renderer during its resize handler.", @@ -309849,7 +310207,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#setProjectionMatrix", "scope": "instance", - "___id": "T000002R034867", + "___id": "T000002R034969", "___s": true }, { @@ -309858,7 +310216,7 @@ "filename": "WebGLPipeline.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Adjusts this pipelines ortho Projection Matrix to flip the y\rand bottom values. Call with 'false' as the parameter to flip\rthem back again.", @@ -309885,7 +310243,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#flipProjectionMatrix", "scope": "instance", - "___id": "T000002R034876", + "___id": "T000002R034978", "___s": true }, { @@ -309894,7 +310252,7 @@ "filename": "WebGLPipeline.js", "lineno": 1096, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Adjusts this pipelines ortho Projection Matrix to match that of the global\rWebGL Renderer Projection Matrix.\r\rThis method is called automatically by the Pipeline Manager when this\rpipeline is set.", @@ -309904,7 +310262,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#updateProjectionMatrix", "scope": "instance", - "___id": "T000002R034882", + "___id": "T000002R034984", "___s": true }, { @@ -309913,7 +310271,7 @@ "filename": "WebGLPipeline.js", "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "This method is called every time the Pipeline Manager makes this pipeline the currently active one.\r\rIt binds the resources and shader needed for this pipeline, including setting the vertex buffer\rand attribute pointers.", @@ -309957,7 +310315,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#bind", "scope": "instance", - "___id": "T000002R034886", + "___id": "T000002R034988", "___s": true }, { @@ -309966,7 +310324,7 @@ "filename": "WebGLPipeline.js", "lineno": 1169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "This method is called every time the Pipeline Manager rebinds this pipeline.\r\rIt resets all shaders this pipeline uses, setting their attributes again.", @@ -310010,7 +310368,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#rebind", "scope": "instance", - "___id": "T000002R034895", + "___id": "T000002R034997", "___s": true }, { @@ -310019,7 +310377,7 @@ "filename": "WebGLPipeline.js", "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "This method is called if the WebGL context is lost and restored.\rIt ensures that uniforms are synced back to the GPU\rfor all shaders in this pipeline.", @@ -310029,7 +310387,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#restoreContext", "scope": "instance", - "___id": "T000002R034904", + "___id": "T000002R035006", "___s": true }, { @@ -310038,7 +310396,7 @@ "filename": "WebGLPipeline.js", "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Binds the vertex buffer to be the active ARRAY_BUFFER on the WebGL context.\r\rIt first checks to see if it's already set as the active buffer and only\rbinds itself if not.", @@ -310078,7 +310436,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#setVertexBuffer", "scope": "instance", - "___id": "T000002R034916", + "___id": "T000002R035018", "___s": true }, { @@ -310087,7 +310445,7 @@ "filename": "WebGLPipeline.js", "lineno": 1282, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "This method is called as a result of the `WebGLPipeline.batchQuad` method, right before a quad\rbelonging to a Game Object is about to be added to the batch. When this is called, the\rrenderer has just performed a flush. It will bind the current render target, if any are set\rand finally call the `onPreBatch` hook.\r\rIt is also called as part of the `PipelineManager.preBatch` method when processing Post FX Pipelines.", @@ -310138,7 +310496,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#preBatch", "scope": "instance", - "___id": "T000002R034921", + "___id": "T000002R035023", "___s": true }, { @@ -310147,7 +310505,7 @@ "filename": "WebGLPipeline.js", "lineno": 1309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "This method is called as a result of the `WebGLPipeline.batchQuad` method, right after a quad\rbelonging to a Game Object has been added to the batch. When this is called, the\rrenderer has just performed a flush.\r\rIt calls the `onDraw` hook followed by the `onPostBatch` hook, which can be used to perform\radditional Post FX Pipeline processing.\r\rIt is also called as part of the `PipelineManager.postBatch` method when processing Post FX Pipelines.", @@ -310198,7 +310556,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#postBatch", "scope": "instance", - "___id": "T000002R034923", + "___id": "T000002R035025", "___s": true }, { @@ -310207,7 +310565,7 @@ "filename": "WebGLPipeline.js", "lineno": 1335, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "This method is only used by Sprite FX and Post FX Pipelines and those that extend from them.\r\rThis method is called every time the `postBatch` method is called and is passed a\rreference to the current render target.\r\rAt the very least a Post FX Pipeline should call `this.bindAndDraw(renderTarget)`,\rhowever, you can do as much additional processing as you like in this method if\ryou override it from within your own pipelines.", @@ -310246,7 +310604,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#onDraw", "scope": "instance", - "___id": "T000002R034925", + "___id": "T000002R035027", "___s": true }, { @@ -310255,7 +310613,7 @@ "filename": "WebGLPipeline.js", "lineno": 1355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "This method is called every time the Pipeline Manager deactivates this pipeline, swapping from\rit to another one. This happens after a call to `flush` and before the new pipeline is bound.", @@ -310265,7 +310623,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#unbind", "scope": "instance", - "___id": "T000002R034927", + "___id": "T000002R035029", "___s": true }, { @@ -310274,7 +310632,7 @@ "filename": "WebGLPipeline.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Uploads the vertex data and emits a draw call for the current batch of vertices.", @@ -310320,7 +310678,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#flush", "scope": "instance", - "___id": "T000002R034929", + "___id": "T000002R035031", "___s": true }, { @@ -310329,7 +310687,7 @@ "filename": "WebGLPipeline.js", "lineno": 1478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "By default this is an empty method hook that you can override and use in your own custom pipelines.\r\rThis method is called every time the Pipeline Manager makes this the active pipeline. It is called\rat the end of the `WebGLPipeline.bind` method, after the current shader has been set. The current\rshader is passed to this hook.\r\rFor example, if a display list has 3 Sprites in it that all use the same pipeline, this hook will\ronly be called for the first one, as the 2nd and 3rd Sprites do not cause the pipeline to be changed.\r\rIf you need to listen for that event instead, use the `onBind` hook.", @@ -310354,7 +310712,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#onActive", "scope": "instance", - "___id": "T000002R034955", + "___id": "T000002R035057", "___s": true }, { @@ -310363,7 +310721,7 @@ "filename": "WebGLPipeline.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "By default this is an empty method hook that you can override and use in your own custom pipelines.\r\rThis method is called every time a **Game Object** asks the Pipeline Manager to use this pipeline,\reven if the pipeline is already active.\r\rUnlike the `onActive` method, which is only called when the Pipeline Manager makes this pipeline\ractive, this hook is called for every Game Object that requests use of this pipeline, allowing you to\rperform per-object set-up, such as loading shader uniform data.", @@ -310389,7 +310747,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#onBind", "scope": "instance", - "___id": "T000002R034957", + "___id": "T000002R035059", "___s": true }, { @@ -310398,7 +310756,7 @@ "filename": "WebGLPipeline.js", "lineno": 1518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "By default this is an empty method hook that you can override and use in your own custom pipelines.\r\rThis method is called when the Pipeline Manager needs to rebind this pipeline. This happens after a\rpipeline has been cleared, usually when passing control over to a 3rd party WebGL library, like Spine,\rand then returing to Phaser again.", @@ -310408,7 +310766,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#onRebind", "scope": "instance", - "___id": "T000002R034959", + "___id": "T000002R035061", "___s": true }, { @@ -310417,7 +310775,7 @@ "filename": "WebGLPipeline.js", "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "By default this is an empty method hook that you can override and use in your own custom pipelines.\r\rThis method is called every time the `batchQuad` or `batchTri` methods are called. If this was\ras a result of a Game Object, then the Game Object reference is passed to this hook too.\r\rThis hook is called _after_ the quad (or tri) has been added to the batch, so you can safely\rcall 'flush' from within this.\r\rNote that Game Objects may call `batchQuad` or `batchTri` multiple times for a single draw,\rfor example the Graphics Game Object.", @@ -310443,7 +310801,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#onBatch", "scope": "instance", - "___id": "T000002R034961", + "___id": "T000002R035063", "___s": true }, { @@ -310452,7 +310810,7 @@ "filename": "WebGLPipeline.js", "lineno": 1553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "By default this is an empty method hook that you can override and use in your own custom pipelines.\r\rThis method is called immediately before a **Game Object** is about to add itself to the batch.", @@ -310478,7 +310836,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#onPreBatch", "scope": "instance", - "___id": "T000002R034963", + "___id": "T000002R035065", "___s": true }, { @@ -310487,7 +310845,7 @@ "filename": "WebGLPipeline.js", "lineno": 1567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "By default this is an empty method hook that you can override and use in your own custom pipelines.\r\rThis method is called immediately after a **Game Object** has been added to the batch.", @@ -310513,7 +310871,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#onPostBatch", "scope": "instance", - "___id": "T000002R034965", + "___id": "T000002R035067", "___s": true }, { @@ -310522,7 +310880,7 @@ "filename": "WebGLPipeline.js", "lineno": 1581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "By default this is an empty method hook that you can override and use in your own custom pipelines.\r\rThis method is called once per frame, right before anything has been rendered, but after the canvas\rhas been cleared. If this pipeline has a render target, it will also have been cleared by this point.", @@ -310532,7 +310890,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#onPreRender", "scope": "instance", - "___id": "T000002R034967", + "___id": "T000002R035069", "___s": true }, { @@ -310541,7 +310899,7 @@ "filename": "WebGLPipeline.js", "lineno": 1594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "By default this is an empty method hook that you can override and use in your own custom pipelines.\r\rThis method is called _once per frame_, by every Camera in a Scene that wants to render.\r\rIt is called at the start of the rendering process, before anything has been drawn to the Camera.", @@ -310579,7 +310937,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#onRender", "scope": "instance", - "___id": "T000002R034969", + "___id": "T000002R035071", "___s": true }, { @@ -310588,7 +310946,7 @@ "filename": "WebGLPipeline.js", "lineno": 1611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "By default this is an empty method hook that you can override and use in your own custom pipelines.\r\rThis method is called _once per frame_, after all rendering has happened and snapshots have been taken.\r\rIt is called at the very end of the rendering process, once all Cameras, for all Scenes, have\rbeen rendered.", @@ -310598,7 +310956,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#onPostRender", "scope": "instance", - "___id": "T000002R034971", + "___id": "T000002R035073", "___s": true }, { @@ -310607,7 +310965,7 @@ "filename": "WebGLPipeline.js", "lineno": 1626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "By default this is an empty method hook that you can override and use in your own custom pipelines.\r\rThis method is called every time this pipeline is asked to flush its batch.\r\rIt is called immediately before the `gl.bufferData` and `gl.drawArrays` calls are made, so you can\rperform any final pre-render modifications. To apply changes post-render, see `onAfterFlush`.", @@ -310634,7 +310992,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#onBeforeFlush", "scope": "instance", - "___id": "T000002R034973", + "___id": "T000002R035075", "___s": true }, { @@ -310643,7 +311001,7 @@ "filename": "WebGLPipeline.js", "lineno": 1643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "By default this is an empty method hook that you can override and use in your own custom pipelines.\r\rThis method is called immediately after this pipeline has finished flushing its batch.\r\rIt is called after the `gl.drawArrays` call.\r\rYou can perform additional post-render effects, but be careful not to call `flush`\ron this pipeline from within this method, or you'll cause an infinite loop.\r\rTo apply changes pre-render, see `onBeforeFlush`.", @@ -310670,7 +311028,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#onAfterFlush", "scope": "instance", - "___id": "T000002R034975", + "___id": "T000002R035077", "___s": true }, { @@ -310679,7 +311037,7 @@ "filename": "WebGLPipeline.js", "lineno": 1664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Adds a single vertex to the current vertex buffer and increments the\r`vertexCount` property by 1.\r\rThis method is called directly by `batchTri` and `batchQuad`.\r\rIt does not perform any batch limit checking itself, so if you need to call\rthis method directly, do so in the same way that `batchQuad` does, for example.", @@ -310792,7 +311150,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#batchVert", "scope": "instance", - "___id": "T000002R034977", + "___id": "T000002R035079", "___s": true }, { @@ -310801,7 +311159,7 @@ "filename": "WebGLPipeline.js", "lineno": 1704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Adds the vertices data into the batch and flushes if full.\r\rAssumes 6 vertices in the following arrangement:\r\r```\r0----3\r|\\ B|\r| \\ |\r| \\ |\r| A \\|\r| \\\r1----2\r```\r\rWhere tx0/ty0 = 0, tx1/ty1 = 1, tx2/ty2 = 2 and tx3/ty3 = 3", @@ -311109,7 +311467,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#batchQuad", "scope": "instance", - "___id": "T000002R034990", + "___id": "T000002R035092", "___s": true }, { @@ -311118,7 +311476,7 @@ "filename": "WebGLPipeline.js", "lineno": 1827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Adds the vertices data into the batch and flushes if full.\r\rAssumes 3 vertices in the following arrangement:\r\r```\r0\r|\\\r| \\\r| \\\r| \\\r| \\\r1-----2\r```", @@ -311387,7 +311745,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#batchTri", "scope": "instance", - "___id": "T000002R035043", + "___id": "T000002R035145", "___s": true }, { @@ -311396,7 +311754,7 @@ "filename": "WebGLPipeline.js", "lineno": 1921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Pushes a filled rectangle into the vertex batch.\r\rThe dimensions are run through `Math.floor` before the quad is generated.\r\rRectangle has no transform values and isn't transformed into the local space.\r\rUsed for directly batching untransformed rectangles, such as Camera background colors.", @@ -311515,7 +311873,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#drawFillRect", "scope": "instance", - "___id": "T000002R035075", + "___id": "T000002R035177", "___s": true }, { @@ -311524,7 +311882,7 @@ "filename": "WebGLPipeline.js", "lineno": 1971, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets the texture to be bound to the next available texture unit and returns\rthe unit id.", @@ -311564,7 +311922,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#setTexture2D", "scope": "instance", - "___id": "T000002R035091", + "___id": "T000002R035193", "___s": true }, { @@ -311573,7 +311931,7 @@ "filename": "WebGLPipeline.js", "lineno": 1989, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Activates the given WebGL Texture and binds it to the requested texture slot.", @@ -311629,7 +311987,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#bindTexture", "scope": "instance", - "___id": "T000002R035094", + "___id": "T000002R035196", "___s": true }, { @@ -311638,7 +311996,7 @@ "filename": "WebGLPipeline.js", "lineno": 2013, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Activates the given Render Target texture and binds it to the\rrequested WebGL texture slot.", @@ -311694,7 +312052,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#bindRenderTarget", "scope": "instance", - "___id": "T000002R035098", + "___id": "T000002R035200", "___s": true }, { @@ -311703,7 +312061,7 @@ "filename": "WebGLPipeline.js", "lineno": 2030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets the current duration into a 1f uniform value based on the given name.\r\rThis can be used for mapping time uniform values, such as `iTime`.", @@ -311757,7 +312115,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#setTime", "scope": "instance", - "___id": "T000002R035100", + "___id": "T000002R035202", "___s": true }, { @@ -311766,7 +312124,7 @@ "filename": "WebGLPipeline.js", "lineno": 2050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a boolean uniform value based on the given name on the currently set shader.\r\rThe current shader is bound, before the uniform is set, making it active within the\rWebGLRenderer. This means you can safely call this method from a location such as\ra Scene `create` or `update` method. However, when working within a Shader file\rdirectly, use the `WebGLShader` method equivalent instead, to avoid the program\rbeing set.", @@ -311833,7 +312191,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#setBoolean", "scope": "instance", - "___id": "T000002R035102", + "___id": "T000002R035204", "___s": true }, { @@ -311842,7 +312200,7 @@ "filename": "WebGLPipeline.js", "lineno": 2077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 1f uniform value based on the given name on the currently set shader.\r\rThe current shader is bound, before the uniform is set, making it active within the\rWebGLRenderer. This means you can safely call this method from a location such as\ra Scene `create` or `update` method. However, when working within a Shader file\rdirectly, use the `WebGLShader` method equivalent instead, to avoid the program\rbeing set.", @@ -311909,7 +312267,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#set1f", "scope": "instance", - "___id": "T000002R035105", + "___id": "T000002R035207", "___s": true }, { @@ -311918,7 +312276,7 @@ "filename": "WebGLPipeline.js", "lineno": 2104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 2f uniform value based on the given name on the currently set shader.\r\rThe current shader is bound, before the uniform is set, making it active within the\rWebGLRenderer. This means you can safely call this method from a location such as\ra Scene `create` or `update` method. However, when working within a Shader file\rdirectly, use the `WebGLShader` method equivalent instead, to avoid the program\rbeing set.", @@ -311998,7 +312356,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#set2f", "scope": "instance", - "___id": "T000002R035108", + "___id": "T000002R035210", "___s": true }, { @@ -312007,7 +312365,7 @@ "filename": "WebGLPipeline.js", "lineno": 2132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 3f uniform value based on the given name on the currently set shader.\r\rThe current shader is bound, before the uniform is set, making it active within the\rWebGLRenderer. This means you can safely call this method from a location such as\ra Scene `create` or `update` method. However, when working within a Shader file\rdirectly, use the `WebGLShader` method equivalent instead, to avoid the program\rbeing set.", @@ -312100,7 +312458,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#set3f", "scope": "instance", - "___id": "T000002R035111", + "___id": "T000002R035213", "___s": true }, { @@ -312109,7 +312467,7 @@ "filename": "WebGLPipeline.js", "lineno": 2161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 4f uniform value based on the given name on the currently set shader.\r\rThe current shader is bound, before the uniform is set, making it active within the\rWebGLRenderer. This means you can safely call this method from a location such as\ra Scene `create` or `update` method. However, when working within a Shader file\rdirectly, use the `WebGLShader` method equivalent instead, to avoid the program\rbeing set.", @@ -312215,7 +312573,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#set4f", "scope": "instance", - "___id": "T000002R035114", + "___id": "T000002R035216", "___s": true }, { @@ -312224,7 +312582,7 @@ "filename": "WebGLPipeline.js", "lineno": 2191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 1fv uniform value based on the given name on the currently set shader.\r\rThe current shader is bound, before the uniform is set, making it active within the\rWebGLRenderer. This means you can safely call this method from a location such as\ra Scene `create` or `update` method. However, when working within a Shader file\rdirectly, use the `WebGLShader` method equivalent instead, to avoid the program\rbeing set.", @@ -312310,7 +312668,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#set1fv", "scope": "instance", - "___id": "T000002R035117", + "___id": "T000002R035219", "___s": true }, { @@ -312319,7 +312677,7 @@ "filename": "WebGLPipeline.js", "lineno": 2218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 2fv uniform value based on the given name on the currently set shader.\r\rThe current shader is bound, before the uniform is set, making it active within the\rWebGLRenderer. This means you can safely call this method from a location such as\ra Scene `create` or `update` method. However, when working within a Shader file\rdirectly, use the `WebGLShader` method equivalent instead, to avoid the program\rbeing set.", @@ -312405,7 +312763,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#set2fv", "scope": "instance", - "___id": "T000002R035120", + "___id": "T000002R035222", "___s": true }, { @@ -312414,7 +312772,7 @@ "filename": "WebGLPipeline.js", "lineno": 2245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 3fv uniform value based on the given name on the currently set shader.\r\rThe current shader is bound, before the uniform is set, making it active within the\rWebGLRenderer. This means you can safely call this method from a location such as\ra Scene `create` or `update` method. However, when working within a Shader file\rdirectly, use the `WebGLShader` method equivalent instead, to avoid the program\rbeing set.", @@ -312500,7 +312858,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#set3fv", "scope": "instance", - "___id": "T000002R035123", + "___id": "T000002R035225", "___s": true }, { @@ -312509,7 +312867,7 @@ "filename": "WebGLPipeline.js", "lineno": 2272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 4fv uniform value based on the given name on the currently set shader.\r\rThe current shader is bound, before the uniform is set, making it active within the\rWebGLRenderer. This means you can safely call this method from a location such as\ra Scene `create` or `update` method. However, when working within a Shader file\rdirectly, use the `WebGLShader` method equivalent instead, to avoid the program\rbeing set.", @@ -312595,7 +312953,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#set4fv", "scope": "instance", - "___id": "T000002R035126", + "___id": "T000002R035228", "___s": true }, { @@ -312604,7 +312962,7 @@ "filename": "WebGLPipeline.js", "lineno": 2299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 1iv uniform value based on the given name on the currently set shader.\r\rThe current shader is bound, before the uniform is set, making it active within the\rWebGLRenderer. This means you can safely call this method from a location such as\ra Scene `create` or `update` method. However, when working within a Shader file\rdirectly, use the `WebGLShader` method equivalent instead, to avoid the program\rbeing set.", @@ -312690,7 +313048,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#set1iv", "scope": "instance", - "___id": "T000002R035129", + "___id": "T000002R035231", "___s": true }, { @@ -312699,7 +313057,7 @@ "filename": "WebGLPipeline.js", "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 2iv uniform value based on the given name on the currently set shader.\r\rThe current shader is bound, before the uniform is set, making it active within the\rWebGLRenderer. This means you can safely call this method from a location such as\ra Scene `create` or `update` method. However, when working within a Shader file\rdirectly, use the `WebGLShader` method equivalent instead, to avoid the program\rbeing set.", @@ -312785,7 +313143,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#set2iv", "scope": "instance", - "___id": "T000002R035132", + "___id": "T000002R035234", "___s": true }, { @@ -312794,7 +313152,7 @@ "filename": "WebGLPipeline.js", "lineno": 2353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 3iv uniform value based on the given name on the currently set shader.\r\rThe current shader is bound, before the uniform is set, making it active within the\rWebGLRenderer. This means you can safely call this method from a location such as\ra Scene `create` or `update` method. However, when working within a Shader file\rdirectly, use the `WebGLShader` method equivalent instead, to avoid the program\rbeing set.", @@ -312880,7 +313238,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#set3iv", "scope": "instance", - "___id": "T000002R035135", + "___id": "T000002R035237", "___s": true }, { @@ -312889,7 +313247,7 @@ "filename": "WebGLPipeline.js", "lineno": 2380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 4iv uniform value based on the given name on the currently set shader.\r\rThe current shader is bound, before the uniform is set, making it active within the\rWebGLRenderer. This means you can safely call this method from a location such as\ra Scene `create` or `update` method. However, when working within a Shader file\rdirectly, use the `WebGLShader` method equivalent instead, to avoid the program\rbeing set.", @@ -312975,7 +313333,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#set4iv", "scope": "instance", - "___id": "T000002R035138", + "___id": "T000002R035240", "___s": true }, { @@ -312984,7 +313342,7 @@ "filename": "WebGLPipeline.js", "lineno": 2407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 1i uniform value based on the given name on the currently set shader.\r\rThe current shader is bound, before the uniform is set, making it active within the\rWebGLRenderer. This means you can safely call this method from a location such as\ra Scene `create` or `update` method. However, when working within a Shader file\rdirectly, use the `WebGLShader` method equivalent instead, to avoid the program\rbeing set.", @@ -313051,7 +313409,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#set1i", "scope": "instance", - "___id": "T000002R035141", + "___id": "T000002R035243", "___s": true }, { @@ -313060,7 +313418,7 @@ "filename": "WebGLPipeline.js", "lineno": 2434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 2i uniform value based on the given name on the currently set shader.\r\rThe current shader is bound, before the uniform is set, making it active within the\rWebGLRenderer. This means you can safely call this method from a location such as\ra Scene `create` or `update` method. However, when working within a Shader file\rdirectly, use the `WebGLShader` method equivalent instead, to avoid the program\rbeing set.", @@ -313140,7 +313498,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#set2i", "scope": "instance", - "___id": "T000002R035144", + "___id": "T000002R035246", "___s": true }, { @@ -313149,7 +313507,7 @@ "filename": "WebGLPipeline.js", "lineno": 2462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 3i uniform value based on the given name on the currently set shader.\r\rThe current shader is bound, before the uniform is set, making it active within the\rWebGLRenderer. This means you can safely call this method from a location such as\ra Scene `create` or `update` method. However, when working within a Shader file\rdirectly, use the `WebGLShader` method equivalent instead, to avoid the program\rbeing set.", @@ -313242,7 +313600,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#set3i", "scope": "instance", - "___id": "T000002R035147", + "___id": "T000002R035249", "___s": true }, { @@ -313251,7 +313609,7 @@ "filename": "WebGLPipeline.js", "lineno": 2491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 4i uniform value based on the given name on the currently set shader.\r\rThe current shader is bound, before the uniform is set, making it active within the\rWebGLRenderer. This means you can safely call this method from a location such as\ra Scene `create` or `update` method. However, when working within a Shader file\rdirectly, use the `WebGLShader` method equivalent instead, to avoid the program\rbeing set.", @@ -313357,7 +313715,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#set4i", "scope": "instance", - "___id": "T000002R035150", + "___id": "T000002R035252", "___s": true }, { @@ -313366,7 +313724,7 @@ "filename": "WebGLPipeline.js", "lineno": 2521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a matrix 2fv uniform value based on the given name on the currently set shader.\r\rThe current shader is bound, before the uniform is set, making it active within the\rWebGLRenderer. This means you can safely call this method from a location such as\ra Scene `create` or `update` method. However, when working within a Shader file\rdirectly, use the `WebGLShader` method equivalent instead, to avoid the program\rbeing set.", @@ -313465,7 +313823,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#setMatrix2fv", "scope": "instance", - "___id": "T000002R035153", + "___id": "T000002R035255", "___s": true }, { @@ -313474,7 +313832,7 @@ "filename": "WebGLPipeline.js", "lineno": 2549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a matrix 3fv uniform value based on the given name on the currently set shader.\r\rThe current shader is bound, before the uniform is set, making it active within the\rWebGLRenderer. This means you can safely call this method from a location such as\ra Scene `create` or `update` method. However, when working within a Shader file\rdirectly, use the `WebGLShader` method equivalent instead, to avoid the program\rbeing set.", @@ -313554,7 +313912,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#setMatrix3fv", "scope": "instance", - "___id": "T000002R035156", + "___id": "T000002R035258", "___s": true }, { @@ -313563,7 +313921,7 @@ "filename": "WebGLPipeline.js", "lineno": 2577, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a matrix 4fv uniform value based on the given name on the currently set shader.\r\rThe current shader is bound, before the uniform is set, making it active within the\rWebGLRenderer. This means you can safely call this method from a location such as\ra Scene `create` or `update` method. However, when working within a Shader file\rdirectly, use the `WebGLShader` method equivalent instead, to avoid the program\rbeing set.", @@ -313643,7 +314001,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLPipeline", "longname": "Phaser.Renderer.WebGL.WebGLPipeline#setMatrix4fv", "scope": "instance", - "___id": "T000002R035159", + "___id": "T000002R035261", "___s": true }, { @@ -313652,7 +314010,7 @@ "filename": "WebGLPipeline.js", "lineno": 2605, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Destroys all shader instances, removes all object references and nulls all external references.", @@ -313681,7 +314039,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLPipeline#destroy", "scope": "instance", "overrides": "Phaser.Events.EventEmitter#destroy", - "___id": "T000002R035162", + "___id": "T000002R035264", "___s": true }, { @@ -313690,7 +314048,7 @@ "filename": "WebGLRenderer.js", "lineno": 39, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "kind": "typedef", @@ -313717,7 +314075,7 @@ ], "longname": "WebGLContextCallback", "scope": "global", - "___id": "T000002R035211", + "___id": "T000002R035313", "___s": true }, { @@ -313726,7 +314084,7 @@ "filename": "WebGLRenderer.js", "lineno": 45, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "classdesc": "WebGLRenderer is a class that contains the needed functionality to keep the\rWebGLRenderingContext state clean. The main idea of the WebGLRenderer is to keep track of\rany context change that happens for WebGL rendering inside of Phaser. This means\rif raw webgl functions are called outside the WebGLRenderer of the Phaser WebGL\rrendering ecosystem they might pollute the current WebGLRenderingContext state producing\runexpected behavior. It's recommended that WebGL interaction is done through\rWebGLRenderer and/or WebGLPipeline.", @@ -313754,7 +314112,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.WebGLRenderer", - "___id": "T000002R035212", + "___id": "T000002R035314", "___s": true }, { @@ -313763,7 +314121,7 @@ "filename": "WebGLRenderer.js", "lineno": 88, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The local configuration settings of this WebGL Renderer.", @@ -313782,7 +314140,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#config", "scope": "instance", "kind": "member", - "___id": "T000002R035228", + "___id": "T000002R035330", "___s": true }, { @@ -313791,7 +314149,7 @@ "filename": "WebGLRenderer.js", "lineno": 108, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The Game instance which owns this WebGL Renderer.", @@ -313810,7 +314168,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#game", "scope": "instance", "kind": "member", - "___id": "T000002R035240", + "___id": "T000002R035342", "___s": true }, { @@ -313819,7 +314177,7 @@ "filename": "WebGLRenderer.js", "lineno": 117, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A constant which allows the renderer to be easily identified as a WebGL Renderer.", @@ -313838,7 +314196,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#type", "scope": "instance", "kind": "member", - "___id": "T000002R035242", + "___id": "T000002R035344", "___s": true }, { @@ -313847,7 +314205,7 @@ "filename": "WebGLRenderer.js", "lineno": 126, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "An instance of the Pipeline Manager class, that handles all WebGL Pipelines.\r\rUse this to manage all of your interactions with pipelines, such as adding, getting,\rsetting and rendering them.\r\rThe Pipeline Manager class is created in the `init` method and then populated\rwith pipelines during the `boot` method.\r\rPrior to Phaser v3.50.0 this was just a plain JavaScript object, not a class.", @@ -313866,7 +314224,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#pipelines", "scope": "instance", "kind": "member", - "___id": "T000002R035244", + "___id": "T000002R035346", "___s": true }, { @@ -313875,7 +314233,7 @@ "filename": "WebGLRenderer.js", "lineno": 143, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The width of the canvas being rendered to.\rThis is populated in the onResize event handler.", @@ -313894,7 +314252,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#width", "scope": "instance", "kind": "member", - "___id": "T000002R035246", + "___id": "T000002R035348", "___s": true }, { @@ -313903,7 +314261,7 @@ "filename": "WebGLRenderer.js", "lineno": 153, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The height of the canvas being rendered to.\rThis is populated in the onResize event handler.", @@ -313922,7 +314280,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#height", "scope": "instance", "kind": "member", - "___id": "T000002R035248", + "___id": "T000002R035350", "___s": true }, { @@ -313931,7 +314289,7 @@ "filename": "WebGLRenderer.js", "lineno": 163, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The canvas which this WebGL Renderer draws to.", @@ -313950,7 +314308,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#canvas", "scope": "instance", "kind": "member", - "___id": "T000002R035250", + "___id": "T000002R035352", "___s": true }, { @@ -313959,7 +314317,7 @@ "filename": "WebGLRenderer.js", "lineno": 172, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "An array of blend modes supported by the WebGL Renderer.\r\rThis array includes the default blend modes as well as any custom blend modes added through {@link #addBlendMode}.", @@ -313979,7 +314337,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#blendModes", "scope": "instance", "kind": "member", - "___id": "T000002R035252", + "___id": "T000002R035354", "___s": true }, { @@ -313988,7 +314346,7 @@ "filename": "WebGLRenderer.js", "lineno": 184, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "This property is set to `true` if the WebGL context of the renderer is lost.", @@ -314008,7 +314366,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#contextLost", "scope": "instance", "kind": "member", - "___id": "T000002R035254", + "___id": "T000002R035356", "___s": true }, { @@ -314017,7 +314375,7 @@ "filename": "WebGLRenderer.js", "lineno": 194, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Details about the currently scheduled snapshot.\r\rIf a non-null `callback` is set in this object, a snapshot of the canvas will be taken after the current frame is fully rendered.", @@ -314036,7 +314394,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#snapshotState", "scope": "instance", "kind": "member", - "___id": "T000002R035256", + "___id": "T000002R035358", "___s": true }, { @@ -314045,7 +314403,7 @@ "filename": "WebGLRenderer.js", "lineno": 217, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The maximum number of textures the GPU can handle. The minimum under the WebGL1 spec is 8.\rThis is set via the Game Config `maxTextures` property and should never be changed after boot.", @@ -314064,7 +314422,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#maxTextures", "scope": "instance", "kind": "member", - "___id": "T000002R035269", + "___id": "T000002R035371", "___s": true }, { @@ -314073,7 +314431,7 @@ "filename": "WebGLRenderer.js", "lineno": 227, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "An array of the available WebGL texture units, used to populate the uSampler uniforms.\r\rThis array is populated during the init phase and should never be changed after boot.", @@ -314092,7 +314450,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#textureIndexes", "scope": "instance", "kind": "member", - "___id": "T000002R035271", + "___id": "T000002R035373", "___s": true }, { @@ -314101,7 +314459,7 @@ "filename": "WebGLRenderer.js", "lineno": 238, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A list of all WebGLBufferWrappers that have been created by this renderer.", @@ -314129,7 +314487,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#glBufferWrappers", "scope": "instance", "kind": "member", - "___id": "T000002R035273", + "___id": "T000002R035375", "___s": true }, { @@ -314138,7 +314496,7 @@ "filename": "WebGLRenderer.js", "lineno": 247, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A list of all WebGLProgramWrappers that have been created by this renderer.", @@ -314166,7 +314524,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#glProgramWrappers", "scope": "instance", "kind": "member", - "___id": "T000002R035275", + "___id": "T000002R035377", "___s": true }, { @@ -314175,7 +314533,7 @@ "filename": "WebGLRenderer.js", "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A list of all WebGLTextureWrappers that have been created by this renderer.", @@ -314203,7 +314561,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#glTextureWrappers", "scope": "instance", "kind": "member", - "___id": "T000002R035277", + "___id": "T000002R035379", "___s": true }, { @@ -314212,7 +314570,7 @@ "filename": "WebGLRenderer.js", "lineno": 265, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A list of all WebGLFramebufferWrappers that have been created by this renderer.", @@ -314240,7 +314598,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#glFramebufferWrappers", "scope": "instance", "kind": "member", - "___id": "T000002R035279", + "___id": "T000002R035381", "___s": true }, { @@ -314249,7 +314607,7 @@ "filename": "WebGLRenderer.js", "lineno": 274, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A list of all WebGLAttribLocationWrappers that have been created by this renderer.", @@ -314277,7 +314635,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#glAttribLocationWrappers", "scope": "instance", "kind": "member", - "___id": "T000002R035281", + "___id": "T000002R035383", "___s": true }, { @@ -314286,7 +314644,7 @@ "filename": "WebGLRenderer.js", "lineno": 283, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A list of all WebGLUniformLocationWrappers that have been created by this renderer.", @@ -314314,7 +314672,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#glUniformLocationWrappers", "scope": "instance", "kind": "member", - "___id": "T000002R035283", + "___id": "T000002R035385", "___s": true }, { @@ -314323,7 +314681,7 @@ "filename": "WebGLRenderer.js", "lineno": 292, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The currently bound framebuffer in use.", @@ -314343,7 +314701,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#currentFramebuffer", "scope": "instance", "kind": "member", - "___id": "T000002R035285", + "___id": "T000002R035387", "___s": true }, { @@ -314352,7 +314710,7 @@ "filename": "WebGLRenderer.js", "lineno": 302, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A stack into which the frame buffer objects are pushed and popped.", @@ -314380,7 +314738,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#fboStack", "scope": "instance", "kind": "member", - "___id": "T000002R035287", + "___id": "T000002R035389", "___s": true }, { @@ -314389,7 +314747,7 @@ "filename": "WebGLRenderer.js", "lineno": 311, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Current WebGLProgram in use.", @@ -314409,7 +314767,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#currentProgram", "scope": "instance", "kind": "member", - "___id": "T000002R035289", + "___id": "T000002R035391", "___s": true }, { @@ -314418,7 +314776,7 @@ "filename": "WebGLRenderer.js", "lineno": 321, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Current blend mode in use", @@ -314437,7 +314795,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#currentBlendMode", "scope": "instance", "kind": "member", - "___id": "T000002R035291", + "___id": "T000002R035393", "___s": true }, { @@ -314446,7 +314804,7 @@ "filename": "WebGLRenderer.js", "lineno": 330, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Indicates if the the scissor state is enabled in WebGLRenderingContext", @@ -314466,7 +314824,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#currentScissorEnabled", "scope": "instance", "kind": "member", - "___id": "T000002R035293", + "___id": "T000002R035395", "___s": true }, { @@ -314475,7 +314833,7 @@ "filename": "WebGLRenderer.js", "lineno": 340, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Stores the current scissor data", @@ -314494,7 +314852,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#currentScissor", "scope": "instance", "kind": "member", - "___id": "T000002R035295", + "___id": "T000002R035397", "___s": true }, { @@ -314503,7 +314861,7 @@ "filename": "WebGLRenderer.js", "lineno": 349, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Stack of scissor data", @@ -314522,19 +314880,19 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#scissorStack", "scope": "instance", "kind": "member", - "___id": "T000002R035297", + "___id": "T000002R035399", "___s": true }, { - "comment": "/**\r\n * The handler to invoke when the context is lost.\r\n * This should not be changed and is set in the boot method.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#contextLostHandler\r\n * @type {function}\r\n * @since 3.19.0\r\n */", + "comment": "/**\r\n * The handler to invoke when the context is lost.\r\n * This should not be changed and is set in the init method.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#contextLostHandler\r\n * @type {function}\r\n * @since 3.19.0\r\n */", "meta": { "filename": "WebGLRenderer.js", "lineno": 358, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, - "description": "The handler to invoke when the context is lost.\rThis should not be changed and is set in the boot method.", + "description": "The handler to invoke when the context is lost.\rThis should not be changed and is set in the init method.", "name": "contextLostHandler", "type": { "names": [ @@ -314550,19 +314908,19 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#contextLostHandler", "scope": "instance", "kind": "member", - "___id": "T000002R035299", + "___id": "T000002R035401", "___s": true }, { - "comment": "/**\r\n * The handler to invoke when the context is restored.\r\n * This should not be changed and is set in the boot method.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#contextRestoredHandler\r\n * @type {function}\r\n * @since 3.19.0\r\n */", + "comment": "/**\r\n * The handler to invoke when the context is restored.\r\n * This should not be changed and is set in the init method.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#contextRestoredHandler\r\n * @type {function}\r\n * @since 3.19.0\r\n */", "meta": { "filename": "WebGLRenderer.js", "lineno": 368, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, - "description": "The handler to invoke when the context is restored.\rThis should not be changed and is set in the boot method.", + "description": "The handler to invoke when the context is restored.\rThis should not be changed and is set in the init method.", "name": "contextRestoredHandler", "type": { "names": [ @@ -314578,16 +314936,72 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#contextRestoredHandler", "scope": "instance", "kind": "member", - "___id": "T000002R035301", + "___id": "T000002R035403", + "___s": true + }, + { + "comment": "/**\r\n * The previous contextLostHandler that was in use.\r\n * This is set when `setContextHandlers` is called.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#previousContextLostHandler\r\n * @type {function}\r\n * @since 3.19.0\r\n */", + "meta": { + "filename": "WebGLRenderer.js", + "lineno": 378, + "columnno": 8, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", + "code": {} + }, + "description": "The previous contextLostHandler that was in use.\rThis is set when `setContextHandlers` is called.", + "name": "previousContextLostHandler", + "type": { + "names": [ + "function" + ], + "parsedType": { + "type": "FunctionType", + "params": [] + } + }, + "since": "3.19.0", + "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", + "longname": "Phaser.Renderer.WebGL.WebGLRenderer#previousContextLostHandler", + "scope": "instance", + "kind": "member", + "___id": "T000002R035405", + "___s": true + }, + { + "comment": "/**\r\n * The previous contextRestoredHandler that was in use.\r\n * This is set when `setContextHandlers` is called.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#previousContextRestoredHandler\r\n * @type {function}\r\n * @since 3.19.0\r\n */", + "meta": { + "filename": "WebGLRenderer.js", + "lineno": 388, + "columnno": 8, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", + "code": {} + }, + "description": "The previous contextRestoredHandler that was in use.\rThis is set when `setContextHandlers` is called.", + "name": "previousContextRestoredHandler", + "type": { + "names": [ + "function" + ], + "parsedType": { + "type": "FunctionType", + "params": [] + } + }, + "since": "3.19.0", + "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", + "longname": "Phaser.Renderer.WebGL.WebGLRenderer#previousContextRestoredHandler", + "scope": "instance", + "kind": "member", + "___id": "T000002R035407", "___s": true }, { "comment": "/**\r\n * The underlying WebGL context of the renderer.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#gl\r\n * @type {WebGLRenderingContext}\r\n * @default null\r\n * @since 3.0.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 378, + "lineno": 398, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The underlying WebGL context of the renderer.", @@ -314607,16 +315021,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#gl", "scope": "instance", "kind": "member", - "___id": "T000002R035303", + "___id": "T000002R035409", "___s": true }, { "comment": "/**\r\n * Array of strings that indicate which WebGL extensions are supported by the browser.\r\n * This is populated in the `boot` method.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#supportedExtensions\r\n * @type {string[]}\r\n * @default null\r\n * @since 3.0.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 388, + "lineno": 408, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Array of strings that indicate which WebGL extensions are supported by the browser.\rThis is populated in the `boot` method.", @@ -314645,16 +315059,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#supportedExtensions", "scope": "instance", "kind": "member", - "___id": "T000002R035305", + "___id": "T000002R035411", "___s": true }, { "comment": "/**\r\n * If the browser supports the `ANGLE_instanced_arrays` extension, this property will hold\r\n * a reference to the glExtension for it.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#instancedArraysExtension\r\n * @type {ANGLE_instanced_arrays}\r\n * @default null\r\n * @since 3.50.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 399, + "lineno": 419, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "If the browser supports the `ANGLE_instanced_arrays` extension, this property will hold\ra reference to the glExtension for it.", @@ -314674,16 +315088,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#instancedArraysExtension", "scope": "instance", "kind": "member", - "___id": "T000002R035307", + "___id": "T000002R035413", "___s": true }, { "comment": "/**\r\n * If the browser supports the `OES_vertex_array_object` extension, this property will hold\r\n * a reference to the glExtension for it.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#vaoExtension\r\n * @type {OES_vertex_array_object}\r\n * @default null\r\n * @since 3.50.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 410, + "lineno": 430, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "If the browser supports the `OES_vertex_array_object` extension, this property will hold\ra reference to the glExtension for it.", @@ -314703,16 +315117,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#vaoExtension", "scope": "instance", "kind": "member", - "___id": "T000002R035309", + "___id": "T000002R035415", "___s": true }, { "comment": "/**\r\n * The WebGL Extensions loaded into the current context.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#extensions\r\n * @type {object}\r\n * @default {}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 421, + "lineno": 441, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The WebGL Extensions loaded into the current context.", @@ -314732,16 +315146,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#extensions", "scope": "instance", "kind": "member", - "___id": "T000002R035311", + "___id": "T000002R035417", "___s": true }, { "comment": "/**\r\n * Stores the current WebGL component formats for further use.\r\n *\r\n * This array is populated in the `init` method.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#glFormats\r\n * @type {array}\r\n * @since 3.2.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 431, + "lineno": 451, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Stores the current WebGL component formats for further use.\r\rThis array is populated in the `init` method.", @@ -314760,16 +315174,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#glFormats", "scope": "instance", "kind": "member", - "___id": "T000002R035313", + "___id": "T000002R035419", "___s": true }, { "comment": "/**\r\n * Stores the WebGL texture compression formats that this device and browser supports.\r\n *\r\n * Support for using compressed texture formats was added in Phaser version 3.60.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#compression\r\n * @type {Phaser.Types.Renderer.WebGL.WebGLTextureCompression}\r\n * @since 3.8.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 442, + "lineno": 462, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Stores the WebGL texture compression formats that this device and browser supports.\r\rSupport for using compressed texture formats was added in Phaser version 3.60.", @@ -314788,16 +315202,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#compression", "scope": "instance", "kind": "member", - "___id": "T000002R035315", + "___id": "T000002R035421", "___s": true }, { "comment": "/**\r\n * Cached drawing buffer height to reduce gl calls.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#drawingBufferHeight\r\n * @type {number}\r\n * @readonly\r\n * @since 3.11.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 453, + "lineno": 473, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Cached drawing buffer height to reduce gl calls.", @@ -314817,16 +315231,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#drawingBufferHeight", "scope": "instance", "kind": "member", - "___id": "T000002R035317", + "___id": "T000002R035423", "___s": true }, { "comment": "/**\r\n * A blank 32x32 transparent texture, as used by the Graphics system where needed.\r\n * This is set in the `boot` method.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#blankTexture\r\n * @type {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper}\r\n * @readonly\r\n * @since 3.12.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 463, + "lineno": 483, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A blank 32x32 transparent texture, as used by the Graphics system where needed.\rThis is set in the `boot` method.", @@ -314846,16 +315260,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#blankTexture", "scope": "instance", "kind": "member", - "___id": "T000002R035319", + "___id": "T000002R035425", "___s": true }, { "comment": "/**\r\n * A blank 1x1 #7f7fff texture, a flat normal map,\r\n * as used by the Graphics system where needed.\r\n * This is set in the `boot` method.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#normalTexture\r\n * @type {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper}\r\n * @readonly\r\n * @since 3.80.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 474, + "lineno": 494, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A blank 1x1 #7f7fff texture, a flat normal map,\ras used by the Graphics system where needed.\rThis is set in the `boot` method.", @@ -314875,16 +315289,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#normalTexture", "scope": "instance", "kind": "member", - "___id": "T000002R035321", + "___id": "T000002R035427", "___s": true }, { "comment": "/**\r\n * A pure white 4x4 texture, as used by the Graphics system where needed.\r\n * This is set in the `boot` method.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#whiteTexture\r\n * @type {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper}\r\n * @readonly\r\n * @since 3.50.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 486, + "lineno": 506, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A pure white 4x4 texture, as used by the Graphics system where needed.\rThis is set in the `boot` method.", @@ -314904,16 +315318,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#whiteTexture", "scope": "instance", "kind": "member", - "___id": "T000002R035323", + "___id": "T000002R035429", "___s": true }, { "comment": "/**\r\n * The total number of masks currently stacked.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#maskCount\r\n * @type {number}\r\n * @since 3.17.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 497, + "lineno": 517, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The total number of masks currently stacked.", @@ -314932,16 +315346,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#maskCount", "scope": "instance", "kind": "member", - "___id": "T000002R035325", + "___id": "T000002R035431", "___s": true }, { "comment": "/**\r\n * The mask stack.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#maskStack\r\n * @type {Phaser.Display.Masks.GeometryMask[]}\r\n * @since 3.17.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 506, + "lineno": 526, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The mask stack.", @@ -314969,16 +315383,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#maskStack", "scope": "instance", "kind": "member", - "___id": "T000002R035327", + "___id": "T000002R035433", "___s": true }, { "comment": "/**\r\n * Internal property that tracks the currently set mask.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#currentMask\r\n * @type {any}\r\n * @since 3.17.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 515, + "lineno": 535, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Internal property that tracks the currently set mask.", @@ -314997,16 +315411,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#currentMask", "scope": "instance", "kind": "member", - "___id": "T000002R035329", + "___id": "T000002R035435", "___s": true }, { "comment": "/**\r\n * Internal property that tracks the currently set camera mask.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#currentCameraMask\r\n * @type {any}\r\n * @since 3.17.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 524, + "lineno": 544, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Internal property that tracks the currently set camera mask.", @@ -315025,16 +315439,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#currentCameraMask", "scope": "instance", "kind": "member", - "___id": "T000002R035333", + "___id": "T000002R035439", "___s": true }, { "comment": "/**\r\n * Internal gl function mapping for uniform look-up.\r\n * https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniform\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#glFuncMap\r\n * @type {any}\r\n * @since 3.17.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 533, + "lineno": 553, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Internal gl function mapping for uniform look-up.\rhttps://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/uniform", @@ -315053,16 +315467,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#glFuncMap", "scope": "instance", "kind": "member", - "___id": "T000002R035337", + "___id": "T000002R035443", "___s": true }, { "comment": "/**\r\n * The `type` of the Game Object being currently rendered.\r\n * This can be used by advanced render functions for batching look-ahead.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#currentType\r\n * @type {string}\r\n * @since 3.19.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 543, + "lineno": 563, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The `type` of the Game Object being currently rendered.\rThis can be used by advanced render functions for batching look-ahead.", @@ -315081,16 +315495,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#currentType", "scope": "instance", "kind": "member", - "___id": "T000002R035339", + "___id": "T000002R035445", "___s": true }, { "comment": "/**\r\n * Is the `type` of the Game Object being currently rendered different than the\r\n * type of the object before it in the display list? I.e. it's a 'new' type.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#newType\r\n * @type {boolean}\r\n * @since 3.19.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 553, + "lineno": 573, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Is the `type` of the Game Object being currently rendered different than the\rtype of the object before it in the display list? I.e. it's a 'new' type.", @@ -315109,16 +315523,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#newType", "scope": "instance", "kind": "member", - "___id": "T000002R035341", + "___id": "T000002R035447", "___s": true }, { "comment": "/**\r\n * Does the `type` of the next Game Object in the display list match that\r\n * of the object being currently rendered?\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#nextTypeMatch\r\n * @type {boolean}\r\n * @since 3.19.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 563, + "lineno": 583, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Does the `type` of the next Game Object in the display list match that\rof the object being currently rendered?", @@ -315137,16 +315551,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#nextTypeMatch", "scope": "instance", "kind": "member", - "___id": "T000002R035343", + "___id": "T000002R035449", "___s": true }, { "comment": "/**\r\n * Is the Game Object being currently rendered the final one in the list?\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#finalType\r\n * @type {boolean}\r\n * @since 3.50.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 573, + "lineno": 593, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Is the Game Object being currently rendered the final one in the list?", @@ -315165,16 +315579,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#finalType", "scope": "instance", "kind": "member", - "___id": "T000002R035345", + "___id": "T000002R035451", "___s": true }, { "comment": "/**\r\n * The mipmap magFilter to be used when creating textures.\r\n *\r\n * You can specify this as a string in the game config, i.e.:\r\n *\r\n * `render: { mipmapFilter: 'NEAREST_MIPMAP_LINEAR' }`\r\n *\r\n * The 6 options for WebGL1 are, in order from least to most computationally expensive:\r\n *\r\n * NEAREST (for pixel art)\r\n * LINEAR (the default)\r\n * NEAREST_MIPMAP_NEAREST\r\n * LINEAR_MIPMAP_NEAREST\r\n * NEAREST_MIPMAP_LINEAR\r\n * LINEAR_MIPMAP_LINEAR\r\n *\r\n * Mipmaps only work with textures that are fully power-of-two in size.\r\n *\r\n * For more details see https://webglfundamentals.org/webgl/lessons/webgl-3d-textures.html\r\n *\r\n * As of v3.60 no mipmaps will be generated unless a string is given in\r\n * the game config. This saves on VRAM use when it may not be required.\r\n * To obtain the previous result set the property to `LINEAR` in the config.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#mipmapFilter\r\n * @type {GLenum}\r\n * @since 3.21.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 582, + "lineno": 602, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The mipmap magFilter to be used when creating textures.\r\rYou can specify this as a string in the game config, i.e.:\r\r`render: { mipmapFilter: 'NEAREST_MIPMAP_LINEAR' }`\r\rThe 6 options for WebGL1 are, in order from least to most computationally expensive:\r\rNEAREST (for pixel art)\rLINEAR (the default)\rNEAREST_MIPMAP_NEAREST\rLINEAR_MIPMAP_NEAREST\rNEAREST_MIPMAP_LINEAR\rLINEAR_MIPMAP_LINEAR\r\rMipmaps only work with textures that are fully power-of-two in size.\r\rFor more details see https://webglfundamentals.org/webgl/lessons/webgl-3d-textures.html\r\rAs of v3.60 no mipmaps will be generated unless a string is given in\rthe game config. This saves on VRAM use when it may not be required.\rTo obtain the previous result set the property to `LINEAR` in the config.", @@ -315193,16 +315607,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#mipmapFilter", "scope": "instance", "kind": "member", - "___id": "T000002R035347", + "___id": "T000002R035453", "___s": true }, { "comment": "/**\r\n * Has this renderer fully booted yet?\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#isBooted\r\n * @type {boolean}\r\n * @since 3.50.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 622, + "lineno": 642, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Has this renderer fully booted yet?", @@ -315221,16 +315635,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#isBooted", "scope": "instance", "kind": "member", - "___id": "T000002R035351", + "___id": "T000002R035457", "___s": true }, { "comment": "/**\r\n * A Render Target you can use to capture the current state of the Renderer.\r\n *\r\n * A Render Target encapsulates a framebuffer and texture for the WebGL Renderer.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#renderTarget\r\n * @type {Phaser.Renderer.WebGL.RenderTarget}\r\n * @since 3.50.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 631, + "lineno": 651, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A Render Target you can use to capture the current state of the Renderer.\r\rA Render Target encapsulates a framebuffer and texture for the WebGL Renderer.", @@ -315249,16 +315663,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#renderTarget", "scope": "instance", "kind": "member", - "___id": "T000002R035353", + "___id": "T000002R035459", "___s": true }, { "comment": "/**\r\n * The global game Projection matrix, used by shaders as 'uProjectionMatrix' uniform.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#projectionMatrix\r\n * @type {Phaser.Math.Matrix4}\r\n * @since 3.50.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 642, + "lineno": 662, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The global game Projection matrix, used by shaders as 'uProjectionMatrix' uniform.", @@ -315277,16 +315691,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#projectionMatrix", "scope": "instance", "kind": "member", - "___id": "T000002R035355", + "___id": "T000002R035461", "___s": true }, { "comment": "/**\r\n * The cached width of the Projection matrix.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#projectionWidth\r\n * @type {number}\r\n * @since 3.50.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 651, + "lineno": 671, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The cached width of the Projection matrix.", @@ -315305,16 +315719,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#projectionWidth", "scope": "instance", "kind": "member", - "___id": "T000002R035357", + "___id": "T000002R035463", "___s": true }, { "comment": "/**\r\n * The cached height of the Projection matrix.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#projectionHeight\r\n * @type {number}\r\n * @since 3.50.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 660, + "lineno": 680, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The cached height of the Projection matrix.", @@ -315333,16 +315747,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#projectionHeight", "scope": "instance", "kind": "member", - "___id": "T000002R035359", + "___id": "T000002R035465", "___s": true }, { "comment": "/**\r\n * A RenderTarget used by the BitmapMask Pipeline.\r\n *\r\n * This is the source, i.e. the masked Game Object itself.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#maskSource\r\n * @type {Phaser.Renderer.WebGL.RenderTarget}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 669, + "lineno": 689, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A RenderTarget used by the BitmapMask Pipeline.\r\rThis is the source, i.e. the masked Game Object itself.", @@ -315361,16 +315775,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#maskSource", "scope": "instance", "kind": "member", - "___id": "T000002R035361", + "___id": "T000002R035467", "___s": true }, { "comment": "/**\r\n * A RenderTarget used by the BitmapMask Pipeline.\r\n *\r\n * This is the target, i.e. the framebuffer the masked objects are drawn to.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#maskTarget\r\n * @type {Phaser.Renderer.WebGL.RenderTarget}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 680, + "lineno": 700, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A RenderTarget used by the BitmapMask Pipeline.\r\rThis is the target, i.e. the framebuffer the masked objects are drawn to.", @@ -315389,16 +315803,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#maskTarget", "scope": "instance", "kind": "member", - "___id": "T000002R035363", + "___id": "T000002R035469", "___s": true }, { "comment": "/**\r\n * An instance of SpectorJS used for WebGL Debugging.\r\n *\r\n * Only available in the Phaser Debug build.\r\n *\r\n * @name Phaser.Renderer.WebGL.WebGLRenderer#spector\r\n * @type {function}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 691, + "lineno": 711, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "An instance of SpectorJS used for WebGL Debugging.\r\rOnly available in the Phaser Debug build.", @@ -315417,16 +315831,16 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#spector", "scope": "instance", "kind": "member", - "___id": "T000002R035365", + "___id": "T000002R035471", "___s": true }, { "comment": "/**\r\n * Creates a new WebGLRenderingContext and initializes all internal state.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#init\r\n * @since 3.0.0\r\n *\r\n * @param {object} config - The configuration object for the renderer.\r\n *\r\n * @return {this} This WebGLRenderer instance.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 715, + "lineno": 735, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Creates a new WebGLRenderingContext and initializes all internal state.", @@ -315466,46 +315880,152 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#init", "scope": "instance", - "___id": "T000002R035369", + "___id": "T000002R035475", "___s": true }, { - "comment": "/**\r\n * Create temporary WebGL textures to stop WebGL errors on mac os\r\n */", + "comment": "/**\r\n * Sets the handlers that are called when WebGL context is lost or restored by the browser.\r\n * \r\n * The default handlers are referenced via the properties `WebGLRenderer.contextLostHandler` and `WebGLRenderer.contextRestoredHandler`.\r\n * By default, these map to the methods `WebGLRenderer.dispatchContextLost` and `WebGLRenderer.dispatchContextRestored`.\r\n * \r\n * You can override these handlers with your own via this method.\r\n * \r\n * If you do override them, make sure that your handlers invoke the methods `WebGLRenderer.dispatchContextLost` and `WebGLRenderer.dispatchContextRestored` in due course, otherwise the renderer will not be able to restore itself fully.\r\n * \r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#setContextHandlers\r\n * @since 3.85.0\r\n *\r\n * @param {function} [contextLost] - Custom handler for responding to the WebGL context lost event. Set as `undefined` to use the default handler.\r\n * @param {function} [contextRestored] - Custom handler for responding to the WebGL context restored event. Set as `undefined` to use the default handler.\r\n */", "meta": { - "range": [ - 33970, - 34476 - ], "filename": "WebGLRenderer.js", - "lineno": 1014, + "lineno": 947, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", - "code": { - "id": "astnode100296478", - "name": "createTemporaryTextures", - "type": "FunctionExpression" - }, - "vars": { - "gl": "createTemporaryTextures~gl", - "index": "createTemporaryTextures~index", - "tempTexture": "createTemporaryTextures~tempTexture" - } + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", + "code": {} }, - "description": "Create temporary WebGL textures to stop WebGL errors on mac os", - "name": "createTemporaryTextures", - "longname": "createTemporaryTextures", + "description": "Sets the handlers that are called when WebGL context is lost or restored by the browser.\r\rThe default handlers are referenced via the properties `WebGLRenderer.contextLostHandler` and `WebGLRenderer.contextRestoredHandler`.\rBy default, these map to the methods `WebGLRenderer.dispatchContextLost` and `WebGLRenderer.dispatchContextRestored`.\r\rYou can override these handlers with your own via this method.\r\rIf you do override them, make sure that your handlers invoke the methods `WebGLRenderer.dispatchContextLost` and `WebGLRenderer.dispatchContextRestored` in due course, otherwise the renderer will not be able to restore itself fully.", "kind": "function", - "scope": "global", - "___id": "T000002R035495", + "name": "setContextHandlers", + "since": "3.85.0", + "params": [ + { + "type": { + "names": [ + "function" + ], + "parsedType": { + "type": "FunctionType", + "params": [] + } + }, + "optional": true, + "description": "Custom handler for responding to the WebGL context lost event. Set as `undefined` to use the default handler.", + "name": "contextLost" + }, + { + "type": { + "names": [ + "function" + ], + "parsedType": { + "type": "FunctionType", + "params": [] + } + }, + "optional": true, + "description": "Custom handler for responding to the WebGL context restored event. Set as `undefined` to use the default handler.", + "name": "contextRestored" + } + ], + "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", + "longname": "Phaser.Renderer.WebGL.WebGLRenderer#setContextHandlers", + "scope": "instance", + "___id": "T000002R035593", + "___s": true + }, + { + "comment": "/**\r\n * This method is called when the WebGL context is lost. By default this is bound to the property `WebGLRenderer.contextLostHandler`.\r\n * If you override the context loss handler via the `setContextHandlers` method then be sure to invoke this method in due course.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#dispatchContextLost\r\n * @since 3.85.0\r\n * \r\n * @param {WebGLContextEvent } event - The WebGL context lost Event.\r\n */", + "meta": { + "filename": "WebGLRenderer.js", + "lineno": 999, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", + "code": {} + }, + "description": "This method is called when the WebGL context is lost. By default this is bound to the property `WebGLRenderer.contextLostHandler`.\rIf you override the context loss handler via the `setContextHandlers` method then be sure to invoke this method in due course.", + "kind": "function", + "name": "dispatchContextLost", + "since": "3.85.0", + "params": [ + { + "type": { + "names": [ + "WebGLContextEvent" + ], + "parsedType": { + "type": "NameExpression", + "name": "WebGLContextEvent" + } + }, + "description": "The WebGL context lost Event.", + "name": "event" + } + ], + "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", + "longname": "Phaser.Renderer.WebGL.WebGLRenderer#dispatchContextLost", + "scope": "instance", + "___id": "T000002R035601", + "___s": true + }, + { + "comment": "/**\r\n * This method is called when the WebGL context is restored. By default this is bound to the property `WebGLRenderer.contextRestoredHandler`.\r\n * If you override the context restored handler via the `setContextHandlers` method then be sure to invoke this method in due course.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#dispatchContextRestored\r\n * @since 3.85.0\r\n * \r\n * @param {WebGLContextEvent } event - The WebGL context restored Event.\r\n */", + "meta": { + "filename": "WebGLRenderer.js", + "lineno": 1022, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", + "code": {} + }, + "description": "This method is called when the WebGL context is restored. By default this is bound to the property `WebGLRenderer.contextRestoredHandler`.\rIf you override the context restored handler via the `setContextHandlers` method then be sure to invoke this method in due course.", + "kind": "function", + "name": "dispatchContextRestored", + "since": "3.85.0", + "params": [ + { + "type": { + "names": [ + "WebGLContextEvent" + ], + "parsedType": { + "type": "NameExpression", + "name": "WebGLContextEvent" + } + }, + "description": "The WebGL context restored Event.", + "name": "event" + } + ], + "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", + "longname": "Phaser.Renderer.WebGL.WebGLRenderer#dispatchContextRestored", + "scope": "instance", + "___id": "T000002R035604", + "___s": true + }, + { + "comment": "/**\r\n * Create temporary WebGL textures to stop WebGL errors on macOS.\r\n * \r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#createTemporaryTextures\r\n * @since 3.60.0\r\n */", + "meta": { + "filename": "WebGLRenderer.js", + "lineno": 1103, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", + "code": {} + }, + "description": "Create temporary WebGL textures to stop WebGL errors on macOS.", + "kind": "function", + "name": "createTemporaryTextures", + "since": "3.60.0", + "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", + "longname": "Phaser.Renderer.WebGL.WebGLRenderer#createTemporaryTextures", + "scope": "instance", + "___id": "T000002R035612", "___s": true }, { "comment": "/**\r\n * This method is only available in the Debug Build of Phaser, or a build with the\r\n * `WEBGL_DEBUG` flag set in the Webpack Config.\r\n *\r\n * Phaser v3.60 Debug has a build of Spector.js embedded in it, which is a WebGL inspector\r\n * that allows for live inspection of your WebGL calls. Although it's easy to add the Spector\r\n * extension to a desktop browsr, by embedding it in Phaser we can make it available in mobile\r\n * browsers too, making it a powerful tool for debugging WebGL games on mobile devices where\r\n * extensions are not permitted.\r\n *\r\n * See https://github.com/BabylonJS/Spector.js for more details.\r\n *\r\n * This method will capture the current WebGL frame and send it to the Spector.js tool for inspection.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#captureFrame\r\n * @since 3.60.0\r\n *\r\n * @param {boolean} [quickCapture=false] - If `true` thumbnails are not captured in order to speed up the capture.\r\n * @param {boolean} [fullCapture=false] - If `true` all details are captured.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1032, + "lineno": 1127, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "This method is only available in the Debug Build of Phaser, or a build with the\r`WEBGL_DEBUG` flag set in the Webpack Config.\r\rPhaser v3.60 Debug has a build of Spector.js embedded in it, which is a WebGL inspector\rthat allows for live inspection of your WebGL calls. Although it's easy to add the Spector\rextension to a desktop browsr, by embedding it in Phaser we can make it available in mobile\rbrowsers too, making it a powerful tool for debugging WebGL games on mobile devices where\rextensions are not permitted.\r\rSee https://github.com/BabylonJS/Spector.js for more details.\r\rThis method will capture the current WebGL frame and send it to the Spector.js tool for inspection.", @@ -315547,16 +316067,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#captureFrame", "scope": "instance", - "___id": "T000002R035499", + "___id": "T000002R035617", "___s": true }, { "comment": "/**\r\n * This method is only available in the Debug Build of Phaser, or a build with the\r\n * `WEBGL_DEBUG` flag set in the Webpack Config.\r\n *\r\n * Phaser v3.60 Debug has a build of Spector.js embedded in it, which is a WebGL inspector\r\n * that allows for live inspection of your WebGL calls. Although it's easy to add the Spector\r\n * extension to a desktop browsr, by embedding it in Phaser we can make it available in mobile\r\n * browsers too, making it a powerful tool for debugging WebGL games on mobile devices where\r\n * extensions are not permitted.\r\n *\r\n * See https://github.com/BabylonJS/Spector.js for more details.\r\n *\r\n * This method will capture the next WebGL frame and send it to the Spector.js tool for inspection.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#captureNextFrame\r\n * @since 3.60.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1065, + "lineno": 1160, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "This method is only available in the Debug Build of Phaser, or a build with the\r`WEBGL_DEBUG` flag set in the Webpack Config.\r\rPhaser v3.60 Debug has a build of Spector.js embedded in it, which is a WebGL inspector\rthat allows for live inspection of your WebGL calls. Although it's easy to add the Spector\rextension to a desktop browsr, by embedding it in Phaser we can make it available in mobile\rbrowsers too, making it a powerful tool for debugging WebGL games on mobile devices where\rextensions are not permitted.\r\rSee https://github.com/BabylonJS/Spector.js for more details.\r\rThis method will capture the next WebGL frame and send it to the Spector.js tool for inspection.", @@ -315566,16 +316086,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#captureNextFrame", "scope": "instance", - "___id": "T000002R035504", + "___id": "T000002R035622", "___s": true }, { "comment": "/**\r\n * This method is only available in the Debug Build of Phaser, or a build with the\r\n * `WEBGL_DEBUG` flag set in the Webpack Config.\r\n *\r\n * Phaser v3.60 Debug has a build of Spector.js embedded in it, which is a WebGL inspector\r\n * that allows for live inspection of your WebGL calls. Although it's easy to add the Spector\r\n * extension to a desktop browsr, by embedding it in Phaser we can make it available in mobile\r\n * browsers too, making it a powerful tool for debugging WebGL games on mobile devices where\r\n * extensions are not permitted.\r\n *\r\n * See https://github.com/BabylonJS/Spector.js for more details.\r\n *\r\n * This method will return the current FPS of the WebGL canvas.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#getFps\r\n * @since 3.60.0\r\n *\r\n * @return {number} The current FPS of the WebGL canvas.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1092, + "lineno": 1187, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "This method is only available in the Debug Build of Phaser, or a build with the\r`WEBGL_DEBUG` flag set in the Webpack Config.\r\rPhaser v3.60 Debug has a build of Spector.js embedded in it, which is a WebGL inspector\rthat allows for live inspection of your WebGL calls. Although it's easy to add the Spector\rextension to a desktop browsr, by embedding it in Phaser we can make it available in mobile\rbrowsers too, making it a powerful tool for debugging WebGL games on mobile devices where\rextensions are not permitted.\r\rSee https://github.com/BabylonJS/Spector.js for more details.\r\rThis method will return the current FPS of the WebGL canvas.", @@ -315599,16 +316119,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#getFps", "scope": "instance", - "___id": "T000002R035507", + "___id": "T000002R035625", "___s": true }, { "comment": "/**\r\n * This method is only available in the Debug Build of Phaser, or a build with the\r\n * `WEBGL_DEBUG` flag set in the Webpack Config.\r\n *\r\n * Phaser v3.60 Debug has a build of Spector.js embedded in it, which is a WebGL inspector\r\n * that allows for live inspection of your WebGL calls. Although it's easy to add the Spector\r\n * extension to a desktop browsr, by embedding it in Phaser we can make it available in mobile\r\n * browsers too, making it a powerful tool for debugging WebGL games on mobile devices where\r\n * extensions are not permitted.\r\n *\r\n * See https://github.com/BabylonJS/Spector.js for more details.\r\n *\r\n * This method adds a command with the name value in the list. This can be filtered in the search.\r\n * All logs can be filtered searching for \"LOG\".\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#log\r\n * @since 3.60.0\r\n *\r\n * @param {...*} arguments - The arguments to log to Spector.\r\n *\r\n * @return {string} The current log.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1119, + "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "This method is only available in the Debug Build of Phaser, or a build with the\r`WEBGL_DEBUG` flag set in the Webpack Config.\r\rPhaser v3.60 Debug has a build of Spector.js embedded in it, which is a WebGL inspector\rthat allows for live inspection of your WebGL calls. Although it's easy to add the Spector\rextension to a desktop browsr, by embedding it in Phaser we can make it available in mobile\rbrowsers too, making it a powerful tool for debugging WebGL games on mobile devices where\rextensions are not permitted.\r\rSee https://github.com/BabylonJS/Spector.js for more details.\r\rThis method adds a command with the name value in the list. This can be filtered in the search.\rAll logs can be filtered searching for \"LOG\".", @@ -315648,16 +316168,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#log", "scope": "instance", - "___id": "T000002R035509", + "___id": "T000002R035627", "___s": true }, { "comment": "/**\r\n * This method is only available in the Debug Build of Phaser, or a build with the\r\n * `WEBGL_DEBUG` flag set in the Webpack Config.\r\n *\r\n * Phaser v3.60 Debug has a build of Spector.js embedded in it, which is a WebGL inspector\r\n * that allows for live inspection of your WebGL calls. Although it's easy to add the Spector\r\n * extension to a desktop browsr, by embedding it in Phaser we can make it available in mobile\r\n * browsers too, making it a powerful tool for debugging WebGL games on mobile devices where\r\n * extensions are not permitted.\r\n *\r\n * See https://github.com/BabylonJS/Spector.js for more details.\r\n *\r\n * This method will start a capture on the Phaser canvas. The capture will stop once it reaches\r\n * the number of commands specified as a parameter, or after 10 seconds. If quick capture is true,\r\n * the thumbnails are not captured in order to speed up the capture.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#startCapture\r\n * @since 3.60.0\r\n *\r\n * @param {number} [commandCount=0] - The number of commands to capture. If zero it will capture for 10 seconds.\r\n * @param {boolean} [quickCapture=false] - If `true` thumbnails are not captured in order to speed up the capture.\r\n * @param {boolean} [fullCapture=false] - If `true` all details are captured.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1151, + "lineno": 1246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "This method is only available in the Debug Build of Phaser, or a build with the\r`WEBGL_DEBUG` flag set in the Webpack Config.\r\rPhaser v3.60 Debug has a build of Spector.js embedded in it, which is a WebGL inspector\rthat allows for live inspection of your WebGL calls. Although it's easy to add the Spector\rextension to a desktop browsr, by embedding it in Phaser we can make it available in mobile\rbrowsers too, making it a powerful tool for debugging WebGL games on mobile devices where\rextensions are not permitted.\r\rSee https://github.com/BabylonJS/Spector.js for more details.\r\rThis method will start a capture on the Phaser canvas. The capture will stop once it reaches\rthe number of commands specified as a parameter, or after 10 seconds. If quick capture is true,\rthe thumbnails are not captured in order to speed up the capture.", @@ -315714,16 +316234,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#startCapture", "scope": "instance", - "___id": "T000002R035512", + "___id": "T000002R035630", "___s": true }, { "comment": "/**\r\n * This method is only available in the Debug Build of Phaser, or a build with the\r\n * `WEBGL_DEBUG` flag set in the Webpack Config.\r\n *\r\n * Phaser v3.60 Debug has a build of Spector.js embedded in it, which is a WebGL inspector\r\n * that allows for live inspection of your WebGL calls. Although it's easy to add the Spector\r\n * extension to a desktop browsr, by embedding it in Phaser we can make it available in mobile\r\n * browsers too, making it a powerful tool for debugging WebGL games on mobile devices where\r\n * extensions are not permitted.\r\n *\r\n * See https://github.com/BabylonJS/Spector.js for more details.\r\n *\r\n * This method will stop the current capture and returns the result in JSON. It displays the\r\n * result if the UI has been displayed. This returns undefined if the capture has not been completed\r\n * or did not find any commands.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#stopCapture\r\n * @since 3.60.0\r\n *\r\n * @return {object} The current capture.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1188, + "lineno": 1283, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "This method is only available in the Debug Build of Phaser, or a build with the\r`WEBGL_DEBUG` flag set in the Webpack Config.\r\rPhaser v3.60 Debug has a build of Spector.js embedded in it, which is a WebGL inspector\rthat allows for live inspection of your WebGL calls. Although it's easy to add the Spector\rextension to a desktop browsr, by embedding it in Phaser we can make it available in mobile\rbrowsers too, making it a powerful tool for debugging WebGL games on mobile devices where\rextensions are not permitted.\r\rSee https://github.com/BabylonJS/Spector.js for more details.\r\rThis method will stop the current capture and returns the result in JSON. It displays the\rresult if the UI has been displayed. This returns undefined if the capture has not been completed\ror did not find any commands.", @@ -315747,16 +316267,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#stopCapture", "scope": "instance", - "___id": "T000002R035518", + "___id": "T000002R035636", "___s": true }, { "comment": "/**\r\n * The event handler that manages the `resize` event dispatched by the Scale Manager.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#onResize\r\n * @since 3.16.0\r\n *\r\n * @param {Phaser.Structs.Size} gameSize - The default Game Size object. This is the un-modified game dimensions.\r\n * @param {Phaser.Structs.Size} baseSize - The base Size object. The game dimensions. The canvas width / height values match this.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1241, + "lineno": 1336, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The event handler that manages the `resize` event dispatched by the Scale Manager.", @@ -315794,16 +316314,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#onResize", "scope": "instance", - "___id": "T000002R035524", + "___id": "T000002R035642", "___s": true }, { "comment": "/**\r\n * Binds the WebGL Renderers Render Target, so all drawn content is now redirected to it.\r\n *\r\n * Make sure to call `endCapture` when you are finished.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#beginCapture\r\n * @since 3.50.0\r\n *\r\n * @param {number} [width] - Optional new width of the Render Target.\r\n * @param {number} [height] - Optional new height of the Render Target.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1259, + "lineno": 1354, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Binds the WebGL Renderers Render Target, so all drawn content is now redirected to it.\r\rMake sure to call `endCapture` when you are finished.", @@ -315843,16 +316363,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#beginCapture", "scope": "instance", - "___id": "T000002R035526", + "___id": "T000002R035644", "___s": true }, { "comment": "/**\r\n * Unbinds the WebGL Renderers Render Target and returns it, stopping any further content being drawn to it.\r\n *\r\n * If the viewport or scissors were modified during the capture, you should reset them by calling\r\n * `resetViewport` and `resetScissor` accordingly.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#endCapture\r\n * @since 3.50.0\r\n *\r\n * @return {Phaser.Renderer.WebGL.RenderTarget} A reference to the WebGL Renderer Render Target.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1280, + "lineno": 1375, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Unbinds the WebGL Renderers Render Target and returns it, stopping any further content being drawn to it.\r\rIf the viewport or scissors were modified during the capture, you should reset them by calling\r`resetViewport` and `resetScissor` accordingly.", @@ -315876,16 +316396,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#endCapture", "scope": "instance", - "___id": "T000002R035530", + "___id": "T000002R035648", "___s": true }, { "comment": "/**\r\n * Resizes the drawing buffer to match that required by the Scale Manager.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#resize\r\n * @fires Phaser.Renderer.Events#RESIZE\r\n * @since 3.0.0\r\n *\r\n * @param {number} [width] - The new width of the renderer.\r\n * @param {number} [height] - The new height of the renderer.\r\n *\r\n * @return {this} This WebGLRenderer instance.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1300, + "lineno": 1395, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Resizes the drawing buffer to match that required by the Scale Manager.", @@ -315943,16 +316463,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#resize", "scope": "instance", - "___id": "T000002R035532", + "___id": "T000002R035650", "___s": true }, { "comment": "/**\r\n * Determines which compressed texture formats this browser and device supports.\r\n *\r\n * Called automatically as part of the WebGL Renderer init process. If you need to investigate\r\n * which formats it supports, see the `Phaser.Renderer.WebGL.WebGLRenderer#compression` property instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#getCompressedTextures\r\n * @since 3.60.0\r\n *\r\n * @return {Phaser.Types.Renderer.WebGL.WebGLTextureCompression} The compression object.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1335, + "lineno": 1430, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Determines which compressed texture formats this browser and device supports.\r\rCalled automatically as part of the WebGL Renderer init process. If you need to investigate\rwhich formats it supports, see the `Phaser.Renderer.WebGL.WebGLRenderer#compression` property instead.", @@ -315976,16 +316496,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#getCompressedTextures", "scope": "instance", - "___id": "T000002R035540", + "___id": "T000002R035658", "___s": true }, { "comment": "/**\r\n * Returns a compressed texture format GLenum name based on the given format.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#getCompressedTextureName\r\n * @since 3.60.0\r\n *\r\n * @param {string} baseFormat - The Base Format to check.\r\n * @param {GLenum} [format] - An optional GLenum format to check within the base format.\r\n *\r\n * @return {string} The compressed texture format name, as a string.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1385, + "lineno": 1480, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Returns a compressed texture format GLenum name based on the given format.", @@ -316038,16 +316558,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#getCompressedTextureName", "scope": "instance", - "___id": "T000002R035561", + "___id": "T000002R035679", "___s": true }, { "comment": "/**\r\n * Checks if the given compressed texture format is supported, or not.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#supportsCompressedTexture\r\n * @since 3.60.0\r\n *\r\n * @param {string} baseFormat - The Base Format to check.\r\n * @param {GLenum} [format] - An optional GLenum format to check within the base format.\r\n *\r\n * @return {boolean} True if the format is supported, otherwise false.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1406, + "lineno": 1501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Checks if the given compressed texture format is supported, or not.", @@ -316100,16 +316620,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#supportsCompressedTexture", "scope": "instance", - "___id": "T000002R035564", + "___id": "T000002R035682", "___s": true }, { "comment": "/**\r\n * Gets the aspect ratio of the WebGLRenderer dimensions.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#getAspectRatio\r\n * @since 3.50.0\r\n *\r\n * @return {number} The aspect ratio of the WebGLRenderer dimensions.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1436, + "lineno": 1531, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Gets the aspect ratio of the WebGLRenderer dimensions.", @@ -316133,16 +316653,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#getAspectRatio", "scope": "instance", - "___id": "T000002R035567", + "___id": "T000002R035685", "___s": true }, { "comment": "/**\r\n * Sets the Projection Matrix of this renderer to the given dimensions.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#setProjectionMatrix\r\n * @since 3.50.0\r\n *\r\n * @param {number} width - The new width of the Projection Matrix.\r\n * @param {number} height - The new height of the Projection Matrix.\r\n *\r\n * @return {this} This WebGLRenderer instance.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1449, + "lineno": 1544, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets the Projection Matrix of this renderer to the given dimensions.", @@ -316195,16 +316715,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#setProjectionMatrix", "scope": "instance", - "___id": "T000002R035569", + "___id": "T000002R035687", "___s": true }, { "comment": "/**\r\n * Resets the Projection Matrix back to this renderers width and height.\r\n *\r\n * This is called during `endCapture`, should the matrix have been changed\r\n * as a result of the capture process.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#resetProjectionMatrix\r\n * @since 3.50.0\r\n *\r\n * @return {this} This WebGLRenderer instance.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1473, + "lineno": 1568, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Resets the Projection Matrix back to this renderers width and height.\r\rThis is called during `endCapture`, should the matrix have been changed\ras a result of the capture process.", @@ -316229,16 +316749,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#resetProjectionMatrix", "scope": "instance", - "___id": "T000002R035573", + "___id": "T000002R035691", "___s": true }, { "comment": "/**\r\n * Checks if a WebGL extension is supported\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#hasExtension\r\n * @since 3.0.0\r\n *\r\n * @param {string} extensionName - Name of the WebGL extension\r\n *\r\n * @return {boolean} `true` if the extension is supported, otherwise `false`.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1489, + "lineno": 1584, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Checks if a WebGL extension is supported", @@ -316277,16 +316797,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#hasExtension", "scope": "instance", - "___id": "T000002R035575", + "___id": "T000002R035693", "___s": true }, { "comment": "/**\r\n * Loads a WebGL extension\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#getExtension\r\n * @since 3.0.0\r\n *\r\n * @param {string} extensionName - The name of the extension to load.\r\n *\r\n * @return {object} WebGL extension if the extension is supported\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1504, + "lineno": 1599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Loads a WebGL extension", @@ -316325,16 +316845,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#getExtension", "scope": "instance", - "___id": "T000002R035577", + "___id": "T000002R035695", "___s": true }, { "comment": "/**\r\n * Flushes the current pipeline if the pipeline is bound\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#flush\r\n * @since 3.0.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1526, + "lineno": 1621, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Flushes the current pipeline if the pipeline is bound", @@ -316344,16 +316864,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#flush", "scope": "instance", - "___id": "T000002R035580", + "___id": "T000002R035698", "___s": true }, { "comment": "/**\r\n * Pushes a new scissor state. This is used to set nested scissor states.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#pushScissor\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The x position of the scissor.\r\n * @param {number} y - The y position of the scissor.\r\n * @param {number} width - The width of the scissor.\r\n * @param {number} height - The height of the scissor.\r\n * @param {number} [drawingBufferHeight] - Optional drawingBufferHeight override value.\r\n *\r\n * @return {number[]} An array containing the scissor values.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1537, + "lineno": 1632, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Pushes a new scissor state. This is used to set nested scissor states.", @@ -316454,16 +316974,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#pushScissor", "scope": "instance", - "___id": "T000002R035582", + "___id": "T000002R035700", "___s": true }, { "comment": "/**\r\n * Sets the current scissor state.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#setScissor\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The x position of the scissor.\r\n * @param {number} y - The y position of the scissor.\r\n * @param {number} width - The width of the scissor.\r\n * @param {number} height - The height of the scissor.\r\n * @param {number} [drawingBufferHeight] - Optional drawingBufferHeight override value.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1568, + "lineno": 1663, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets the current scissor state.", @@ -316541,16 +317061,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#setScissor", "scope": "instance", - "___id": "T000002R035588", + "___id": "T000002R035706", "___s": true }, { "comment": "/**\r\n * Resets the gl scissor state to be whatever the current scissor is, if there is one, without\r\n * modifying the scissor stack.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#resetScissor\r\n * @since 3.50.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1609, + "lineno": 1704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Resets the gl scissor state to be whatever the current scissor is, if there is one, without\rmodifying the scissor stack.", @@ -316560,16 +317080,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#resetScissor", "scope": "instance", - "___id": "T000002R035599", + "___id": "T000002R035717", "___s": true }, { "comment": "/**\r\n * Pops the last scissor state and sets it.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#popScissor\r\n * @since 3.0.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1638, + "lineno": 1733, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Pops the last scissor state and sets it.", @@ -316579,16 +317099,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#popScissor", "scope": "instance", - "___id": "T000002R035607", + "___id": "T000002R035725", "___s": true }, { "comment": "/**\r\n * Is there an active stencil mask?\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#hasActiveStencilMask\r\n * @since 3.17.0\r\n *\r\n * @return {boolean} `true` if there is an active stencil mask, otherwise `false`.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1662, + "lineno": 1757, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Is there an active stencil mask?", @@ -316612,16 +317132,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#hasActiveStencilMask", "scope": "instance", - "___id": "T000002R035612", + "___id": "T000002R035730", "___s": true }, { "comment": "/**\r\n * Resets the gl viewport to the current renderer dimensions.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#resetViewport\r\n * @since 3.50.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1678, + "lineno": 1773, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Resets the gl viewport to the current renderer dimensions.", @@ -316631,16 +317151,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#resetViewport", "scope": "instance", - "___id": "T000002R035616", + "___id": "T000002R035734", "___s": true }, { "comment": "/**\r\n * Sets the blend mode to the value given.\r\n *\r\n * If the current blend mode is different from the one given, the pipeline is flushed and the new\r\n * blend mode is enabled.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#setBlendMode\r\n * @since 3.0.0\r\n *\r\n * @param {number} blendModeId - The blend mode to be set. Can be a `BlendModes` const or an integer value.\r\n * @param {boolean} [force=false] - Force the blend mode to be set, regardless of the currently set blend mode.\r\n *\r\n * @return {boolean} `true` if the blend mode was changed as a result of this call, forcing a flush, otherwise `false`.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1693, + "lineno": 1788, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets the blend mode to the value given.\r\rIf the current blend mode is different from the one given, the pipeline is flushed and the new\rblend mode is enabled.", @@ -316694,16 +317214,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#setBlendMode", "scope": "instance", - "___id": "T000002R035620", + "___id": "T000002R035738", "___s": true }, { "comment": "/**\r\n * Creates a new custom blend mode for the renderer.\r\n *\r\n * See https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/Constants#Blending_modes\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#addBlendMode\r\n * @since 3.0.0\r\n *\r\n * @param {GLenum[]} func - An array containing the WebGL functions to use for the source and the destination blending factors, respectively. See the possible constants for {@link WebGLRenderingContext#blendFunc()}.\r\n * @param {GLenum} equation - The equation to use for combining the RGB and alpha components of a new pixel with a rendered one. See the possible constants for {@link WebGLRenderingContext#blendEquation()}.\r\n *\r\n * @return {number} The index of the new blend mode, used for referencing it in the future.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1738, + "lineno": 1833, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Creates a new custom blend mode for the renderer.\r\rSee https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/Constants#Blending_modes", @@ -316764,16 +317284,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#addBlendMode", "scope": "instance", - "___id": "T000002R035626", + "___id": "T000002R035744", "___s": true }, { "comment": "/**\r\n * Updates the function bound to a given custom blend mode.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#updateBlendMode\r\n * @since 3.0.0\r\n *\r\n * @param {number} index - The index of the custom blend mode.\r\n * @param {function} func - The function to use for the blend mode.\r\n * @param {function} equation - The equation to use for the blend mode.\r\n *\r\n * @return {this} This WebGLRenderer instance.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1758, + "lineno": 1853, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Updates the function bound to a given custom blend mode.", @@ -316839,16 +317359,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#updateBlendMode", "scope": "instance", - "___id": "T000002R035631", + "___id": "T000002R035749", "___s": true }, { "comment": "/**\r\n * Removes a custom blend mode from the renderer.\r\n * Any Game Objects still using this blend mode will error, so be sure to clear them first.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#removeBlendMode\r\n * @since 3.0.0\r\n *\r\n * @param {number} index - The index of the custom blend mode to be removed.\r\n *\r\n * @return {this} This WebGLRenderer instance.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1785, + "lineno": 1880, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Removes a custom blend mode from the renderer.\rAny Game Objects still using this blend mode will error, so be sure to clear them first.", @@ -316888,16 +317408,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#removeBlendMode", "scope": "instance", - "___id": "T000002R035635", + "___id": "T000002R035753", "___s": true }, { "comment": "/**\r\n * Pushes a new framebuffer onto the FBO stack and makes it the currently bound framebuffer.\r\n *\r\n * If there was another framebuffer already bound it will force a pipeline flush.\r\n *\r\n * Call `popFramebuffer` to remove it again.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#pushFramebuffer\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.Wrappers.WebGLFramebufferWrapper} framebuffer - The framebuffer that needs to be bound.\r\n * @param {boolean} [updateScissor=false] - Set the gl scissor to match the frame buffer size? Or, if `null` given, pop the scissor from the stack.\r\n * @param {boolean} [setViewport=true] - Should the WebGL viewport be set?\r\n * @param {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} [texture=null] - Bind the given frame buffer texture?\r\n * @param {boolean} [clear=false] - Clear the frame buffer after binding?\r\n *\r\n * @return {this} This WebGLRenderer instance.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1806, + "lineno": 1901, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Pushes a new framebuffer onto the FBO stack and makes it the currently bound framebuffer.\r\rIf there was another framebuffer already bound it will force a pipeline flush.\r\rCall `popFramebuffer` to remove it again.", @@ -316997,16 +317517,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#pushFramebuffer", "scope": "instance", - "___id": "T000002R035637", + "___id": "T000002R035755", "___s": true }, { "comment": "/**\r\n * Sets the given framebuffer as the active and currently bound framebuffer.\r\n *\r\n * If there was another framebuffer already bound it will force a pipeline flush.\r\n *\r\n * Typically, you should call `pushFramebuffer` instead of this method.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#setFramebuffer\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.Renderer.WebGL.Wrappers.WebGLFramebufferWrapper|null)} framebuffer - The framebuffer that needs to be bound, or `null` to bind back to the default framebuffer.\r\n * @param {boolean} [updateScissor=false] - If a framebuffer is given, set the gl scissor to match the frame buffer size? Or, if `null` given, pop the scissor from the stack.\r\n * @param {boolean} [setViewport=true] - Should the WebGL viewport be set?\r\n * @param {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} [texture=null] - Bind the given frame buffer texture?\r\n * @param {boolean} [clear=false] - Clear the frame buffer after binding?\r\n *\r\n * @return {this} This WebGLRenderer instance.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1836, + "lineno": 1931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets the given framebuffer as the active and currently bound framebuffer.\r\rIf there was another framebuffer already bound it will force a pipeline flush.\r\rTypically, you should call `pushFramebuffer` instead of this method.", @@ -317115,16 +317635,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#setFramebuffer", "scope": "instance", - "___id": "T000002R035639", + "___id": "T000002R035757", "___s": true }, { "comment": "/**\r\n * Pops the previous framebuffer from the fbo stack and sets it.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#popFramebuffer\r\n * @since 3.50.0\r\n *\r\n * @param {boolean} [updateScissor=false] - If a framebuffer is given, set the gl scissor to match the frame buffer size? Or, if `null` given, pop the scissor from the stack.\r\n * @param {boolean} [setViewport=true] - Should the WebGL viewport be set?\r\n *\r\n * @return {Phaser.Renderer.WebGL.Wrappers.WebGLFramebufferWrapper} The Framebuffer that was set, or `null` if there aren't any more in the stack.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1927, + "lineno": 2022, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Pops the previous framebuffer from the fbo stack and sets it.", @@ -317180,16 +317700,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#popFramebuffer", "scope": "instance", - "___id": "T000002R035653", + "___id": "T000002R035771", "___s": true }, { "comment": "/**\r\n * Restores the previous framebuffer from the fbo stack and sets it.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#restoreFramebuffer\r\n * @since 3.60.0\r\n *\r\n * @param {boolean} [updateScissor=false] - If a framebuffer is given, set the gl scissor to match the frame buffer size? Or, if `null` given, pop the scissor from the stack.\r\n * @param {boolean} [setViewport=true] - Should the WebGL viewport be set?\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1961, + "lineno": 2056, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Restores the previous framebuffer from the fbo stack and sets it.", @@ -317231,16 +317751,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#restoreFramebuffer", "scope": "instance", - "___id": "T000002R035660", + "___id": "T000002R035778", "___s": true }, { "comment": "/**\r\n * Binds a shader program.\r\n *\r\n * If there was a different program already bound it will force a pipeline flush first.\r\n *\r\n * If the same program given to this method is already set as the current program, no change\r\n * will take place and this method will return `false`.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#setProgram\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.Wrappers.WebGLProgramWrapper} program - The program that needs to be bound.\r\n *\r\n * @return {boolean} `true` if the given program was bound, otherwise `false`.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 1989, + "lineno": 2084, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Binds a shader program.\r\rIf there was a different program already bound it will force a pipeline flush first.\r\rIf the same program given to this method is already set as the current program, no change\rwill take place and this method will return `false`.", @@ -317279,16 +317799,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#setProgram", "scope": "instance", - "___id": "T000002R035668", + "___id": "T000002R035786", "___s": true }, { "comment": "/**\r\n * Rebinds whatever program `WebGLRenderer.currentProgram` is set as, without\r\n * changing anything, or flushing.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#resetProgram\r\n * @since 3.50.0\r\n *\r\n * @return {this} This WebGLRenderer instance.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2020, + "lineno": 2115, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Rebinds whatever program `WebGLRenderer.currentProgram` is set as, without\rchanging anything, or flushing.", @@ -317313,16 +317833,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#resetProgram", "scope": "instance", - "___id": "T000002R035671", + "___id": "T000002R035789", "___s": true }, { "comment": "/**\r\n * Creates a texture from an image source. If the source is not valid it creates an empty texture.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#createTextureFromSource\r\n * @since 3.0.0\r\n *\r\n * @param {object} source - The source of the texture.\r\n * @param {number} width - The width of the texture.\r\n * @param {number} height - The height of the texture.\r\n * @param {number} scaleMode - The scale mode to be used by the texture.\r\n * @param {boolean} [forceClamp=false] - Force the texture to use the CLAMP_TO_EDGE wrap mode, even if a power of two?\r\n *\r\n * @return {?Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} The WebGLTextureWrapper that was created, or `null` if it couldn't be created.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2036, + "lineno": 2131, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Creates a texture from an image source. If the source is not valid it creates an empty texture.", @@ -317417,16 +317937,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#createTextureFromSource", "scope": "instance", - "___id": "T000002R035673", + "___id": "T000002R035791", "___s": true }, { "comment": "/**\r\n * A wrapper for creating a WebGLTextureWrapper. If no pixel data is passed it will create an empty texture.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#createTexture2D\r\n * @since 3.0.0\r\n *\r\n * @param {number} mipLevel - Mip level of the texture.\r\n * @param {number} minFilter - Filtering of the texture.\r\n * @param {number} magFilter - Filtering of the texture.\r\n * @param {number} wrapT - Wrapping mode of the texture.\r\n * @param {number} wrapS - Wrapping mode of the texture.\r\n * @param {number} format - Which format does the texture use.\r\n * @param {?object} pixels - pixel data.\r\n * @param {?number} width - Width of the texture in pixels. If not supplied, it must be derived from `pixels`.\r\n * @param {?number} height - Height of the texture in pixels. If not supplied, it must be derived from `pixels`.\r\n * @param {boolean} [pma=true] - Does the texture have premultiplied alpha?\r\n * @param {boolean} [forceSize=false] - If `true` it will use the width and height passed to this method, regardless of the pixels dimension.\r\n * @param {boolean} [flipY=false] - Sets the `UNPACK_FLIP_Y_WEBGL` flag the WebGL Texture uses during upload.\r\n *\r\n * @return {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} The WebGLTextureWrapper that was created.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2095, + "lineno": 2190, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A wrapper for creating a WebGLTextureWrapper. If no pixel data is passed it will create an empty texture.", @@ -317620,16 +318140,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#createTexture2D", "scope": "instance", - "___id": "T000002R035691", + "___id": "T000002R035809", "___s": true }, { "comment": "/**\r\n * Creates a WebGL Framebuffer object and optionally binds a depth stencil render buffer.\r\n *\r\n * This will unbind any currently bound framebuffer.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#createFramebuffer\r\n * @since 3.0.0\r\n *\r\n * @param {number} width - If `addDepthStencilBuffer` is true, this controls the width of the depth stencil.\r\n * @param {number} height - If `addDepthStencilBuffer` is true, this controls the height of the depth stencil.\r\n * @param {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} renderTexture - The color texture where the color pixels are written.\r\n * @param {boolean} [addDepthStencilBuffer=false] - Create a Renderbuffer for the depth stencil?\r\n *\r\n * @return {Phaser.Renderer.WebGL.Wrappers.WebGLFramebufferWrapper} Wrapped framebuffer which is safe to use with the renderer.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2128, + "lineno": 2223, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Creates a WebGL Framebuffer object and optionally binds a depth stencil render buffer.\r\rThis will unbind any currently bound framebuffer.", @@ -317709,16 +318229,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#createFramebuffer", "scope": "instance", - "___id": "T000002R035696", + "___id": "T000002R035814", "___s": true }, { "comment": "/**\r\n * Binds necessary resources and renders the mask to a separated framebuffer.\r\n * The framebuffer for the masked object is also bound for further use.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#beginBitmapMask\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Display.Masks.BitmapMask} mask - The BitmapMask instance that called beginMask.\r\n * @param {Phaser.Cameras.Scene2D.Camera} camera - The camera rendering the current mask.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2153, + "lineno": 2248, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Binds necessary resources and renders the mask to a separated framebuffer.\rThe framebuffer for the masked object is also bound for further use.", @@ -317756,16 +318276,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#beginBitmapMask", "scope": "instance", - "___id": "T000002R035700", + "___id": "T000002R035818", "___s": true }, { "comment": "/**\r\n * Binds necessary resources and renders the mask to a separated framebuffer.\r\n * The framebuffer for the masked object is also bound for further use.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#drawBitmapMask\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Display.Masks.BitmapMask} mask - The BitmapMask instance that called beginMask.\r\n * @param {Phaser.Cameras.Scene2D.Camera} camera - The camera rendering the current mask.\r\n * @param {Phaser.Renderer.WebGL.Pipelines.BitmapMaskPipeline} bitmapMaskPipeline - The BitmapMask Pipeline instance that is requesting the draw.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2181, + "lineno": 2276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Binds necessary resources and renders the mask to a separated framebuffer.\rThe framebuffer for the masked object is also bound for further use.", @@ -317816,16 +318336,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#drawBitmapMask", "scope": "instance", - "___id": "T000002R035705", + "___id": "T000002R035823", "___s": true }, { "comment": "/**\r\n * Creates a WebGLProgram instance based on the given vertex and fragment shader source.\r\n *\r\n * Then compiles, attaches and links the program before wrapping and returning it.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#createProgram\r\n * @since 3.0.0\r\n *\r\n * @param {string} vertexShader - The vertex shader source code as a single string.\r\n * @param {string} fragmentShader - The fragment shader source code as a single string.\r\n *\r\n * @return {Phaser.Renderer.WebGL.Wrappers.WebGLProgramWrapper} The wrapped, linked WebGLProgram created from the given shader source.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2231, + "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Creates a WebGLProgram instance based on the given vertex and fragment shader source.\r\rThen compiles, attaches and links the program before wrapping and returning it.", @@ -317877,16 +318397,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#createProgram", "scope": "instance", - "___id": "T000002R035710", + "___id": "T000002R035828", "___s": true }, { "comment": "/**\r\n * Wrapper for creating a vertex buffer.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#createVertexBuffer\r\n * @since 3.0.0\r\n *\r\n * @param {ArrayBuffer} initialDataOrSize - It's either ArrayBuffer or an integer indicating the size of the vbo\r\n * @param {number} bufferUsage - How the buffer is used. gl.DYNAMIC_DRAW, gl.STATIC_DRAW or gl.STREAM_DRAW\r\n *\r\n * @return {Phaser.Renderer.WebGL.Wrappers.WebGLBufferWrapper} Wrapped vertex buffer\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2251, + "lineno": 2346, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Wrapper for creating a vertex buffer.", @@ -317938,16 +318458,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#createVertexBuffer", "scope": "instance", - "___id": "T000002R035713", + "___id": "T000002R035831", "___s": true }, { "comment": "/**\r\n * Creates a WebGLAttribLocationWrapper instance based on the given WebGLProgramWrapper and attribute name.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#createAttribLocation\r\n * @since 3.80.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.Wrappers.WebGLProgramWrapper} program - The WebGLProgramWrapper instance.\r\n * @param {string} name - The name of the attribute.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2270, + "lineno": 2365, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Creates a WebGLAttribLocationWrapper instance based on the given WebGLProgramWrapper and attribute name.", @@ -317985,16 +318505,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#createAttribLocation", "scope": "instance", - "___id": "T000002R035717", + "___id": "T000002R035835", "___s": true }, { "comment": "/**\r\n * Creates a WebGLUniformLocationWrapper instance based on the given WebGLProgramWrapper and uniform name.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#createUniformLocation\r\n * @since 3.80.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.Wrappers.WebGLProgramWrapper} program - The WebGLProgramWrapper instance.\r\n * @param {string} name - The name of the uniform.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2286, + "lineno": 2381, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Creates a WebGLUniformLocationWrapper instance based on the given WebGLProgramWrapper and uniform name.", @@ -318032,16 +318552,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#createUniformLocation", "scope": "instance", - "___id": "T000002R035720", + "___id": "T000002R035838", "___s": true }, { "comment": "/**\r\n * Wrapper for creating a vertex buffer.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#createIndexBuffer\r\n * @since 3.0.0\r\n *\r\n * @param {ArrayBuffer} initialDataOrSize - Either ArrayBuffer or an integer indicating the size of the vbo.\r\n * @param {number} bufferUsage - How the buffer is used. gl.DYNAMIC_DRAW, gl.STATIC_DRAW or gl.STREAM_DRAW.\r\n *\r\n * @return {Phaser.Renderer.WebGL.Wrappers.WebGLBufferWrapper} Wrapped index buffer\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2302, + "lineno": 2397, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Wrapper for creating a vertex buffer.", @@ -318093,16 +318613,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#createIndexBuffer", "scope": "instance", - "___id": "T000002R035723", + "___id": "T000002R035841", "___s": true }, { "comment": "/**\r\n * Removes a texture from the GPU.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#deleteTexture\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} texture - The WebGL Texture to be deleted.\r\n *\r\n * @return {this} This WebGLRenderer instance.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2321, + "lineno": 2416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Removes a texture from the GPU.", @@ -318142,16 +318662,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#deleteTexture", "scope": "instance", - "___id": "T000002R035727", + "___id": "T000002R035845", "___s": true }, { "comment": "/**\r\n * Deletes a Framebuffer from the GL instance.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#deleteFramebuffer\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.Renderer.WebGL.Wrappers.WebGLFramebufferWrapper|null)} framebuffer - The Framebuffer to be deleted.\r\n *\r\n * @return {this} This WebGLRenderer instance.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2342, + "lineno": 2437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Deletes a Framebuffer from the GL instance.", @@ -318200,16 +318720,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#deleteFramebuffer", "scope": "instance", - "___id": "T000002R035729", + "___id": "T000002R035847", "___s": true }, { "comment": "/**\r\n * Deletes a WebGLProgram from the GL instance.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#deleteProgram\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.Wrappers.WebGLProgramWrapper} program - The shader program to be deleted.\r\n *\r\n * @return {this} This WebGLRenderer instance.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2364, + "lineno": 2459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Deletes a WebGLProgram from the GL instance.", @@ -318249,16 +318769,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#deleteProgram", "scope": "instance", - "___id": "T000002R035731", + "___id": "T000002R035849", "___s": true }, { "comment": "/**\r\n * Deletes a WebGLAttribLocation from the GL instance.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#deleteAttribLocation\r\n * @param {Phaser.Renderer.WebGL.Wrappers.WebGLAttribLocationWrapper} attrib - The attrib location to be deleted.\r\n * @since 3.80.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2385, + "lineno": 2480, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Deletes a WebGLAttribLocation from the GL instance.", @@ -318283,16 +318803,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#deleteAttribLocation", "scope": "instance", - "___id": "T000002R035733", + "___id": "T000002R035851", "___s": true }, { "comment": "/**\r\n * Deletes a WebGLUniformLocation from the GL instance.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#deleteUniformLocation\r\n * @param {Phaser.Renderer.WebGL.Wrappers.WebGLUniformLocationWrapper} uniform - The uniform location to be deleted.\r\n * @since 3.80.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2403, + "lineno": 2498, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Deletes a WebGLUniformLocation from the GL instance.", @@ -318317,16 +318837,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#deleteUniformLocation", "scope": "instance", - "___id": "T000002R035735", + "___id": "T000002R035853", "___s": true }, { "comment": "/**\r\n * Deletes a WebGLBuffer from the GL instance.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#deleteBuffer\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.Wrappers.WebGLBufferWrapper} vertexBuffer - The WebGLBuffer to be deleted.\r\n *\r\n * @return {this} This WebGLRenderer instance.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2421, + "lineno": 2516, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Deletes a WebGLBuffer from the GL instance.", @@ -318366,16 +318886,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#deleteBuffer", "scope": "instance", - "___id": "T000002R035737", + "___id": "T000002R035855", "___s": true }, { "comment": "/**\r\n * Controls the pre-render operations for the given camera.\r\n * Handles any clipping needed by the camera and renders the background color if a color is visible.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#preRenderCamera\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Cameras.Scene2D.Camera} camera - The Camera to pre-render.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2439, + "lineno": 2534, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Controls the pre-render operations for the given camera.\rHandles any clipping needed by the camera and renders the background color if a color is visible.", @@ -318400,16 +318920,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#preRenderCamera", "scope": "instance", - "___id": "T000002R035739", + "___id": "T000002R035857", "___s": true }, { "comment": "/**\r\n * Controls the post-render operations for the given camera.\r\n *\r\n * Renders the foreground camera effects like flash and fading, then resets the current scissor state.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#postRenderCamera\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Cameras.Scene2D.Camera} camera - The Camera to post-render.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2508, + "lineno": 2603, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Controls the post-render operations for the given camera.\r\rRenders the foreground camera effects like flash and fading, then resets the current scissor state.", @@ -318434,16 +318954,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#postRenderCamera", "scope": "instance", - "___id": "T000002R035756", + "___id": "T000002R035874", "___s": true }, { "comment": "/**\r\n * Clears the current vertex buffer and updates pipelines.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#preRender\r\n * @fires Phaser.Renderer.Events#PRE_RENDER\r\n * @since 3.0.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2547, + "lineno": 2642, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Clears the current vertex buffer and updates pipelines.", @@ -318456,16 +318976,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#preRender", "scope": "instance", - "___id": "T000002R035763", + "___id": "T000002R035881", "___s": true }, { "comment": "/**\r\n * The core render step for a Scene Camera.\r\n *\r\n * Iterates through the given array of Game Objects and renders them with the given Camera.\r\n *\r\n * This is called by the `CameraManager.render` method. The Camera Manager instance belongs to a Scene, and is invoked\r\n * by the Scene Systems.render method.\r\n *\r\n * This method is not called if `Camera.visible` is `false`, or `Camera.alpha` is zero.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#render\r\n * @fires Phaser.Renderer.Events#RENDER\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Scene} scene - The Scene to render.\r\n * @param {Phaser.GameObjects.GameObject[]} children - An array of filtered Game Objects that can be rendered by the given Camera.\r\n * @param {Phaser.Cameras.Scene2D.Camera} camera - The Scene Camera to render with.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2591, + "lineno": 2686, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The core render step for a Scene Camera.\r\rIterates through the given array of Game Objects and renders them with the given Camera.\r\rThis is called by the `CameraManager.render` method. The Camera Manager instance belongs to a Scene, and is invoked\rby the Scene Systems.render method.\r\rThis method is not called if `Camera.visible` is `false`, or `Camera.alpha` is zero.", @@ -318528,16 +319048,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#render", "scope": "instance", - "___id": "T000002R035772", + "___id": "T000002R035890", "___s": true }, { "comment": "/**\r\n * The post-render step happens after all Cameras in all Scenes have been rendered.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#postRender\r\n * @fires Phaser.Renderer.Events#POST_RENDER\r\n * @since 3.0.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2698, + "lineno": 2793, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The post-render step happens after all Cameras in all Scenes have been rendered.", @@ -318550,16 +319070,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#postRender", "scope": "instance", - "___id": "T000002R035789", + "___id": "T000002R035907", "___s": true }, { "comment": "/**\r\n * Disables the STENCIL_TEST but does not change the status\r\n * of the current stencil mask.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#clearStencilMask\r\n * @since 3.60.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2723, + "lineno": 2818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Disables the STENCIL_TEST but does not change the status\rof the current stencil mask.", @@ -318569,16 +319089,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#clearStencilMask", "scope": "instance", - "___id": "T000002R035793", + "___id": "T000002R035911", "___s": true }, { "comment": "/**\r\n * Restores the current stencil function to the one that was in place\r\n * before `clearStencilMask` was called.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#restoreStencilMask\r\n * @since 3.60.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2735, + "lineno": 2830, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Restores the current stencil function to the one that was in place\rbefore `clearStencilMask` was called.", @@ -318588,16 +319108,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#restoreStencilMask", "scope": "instance", - "___id": "T000002R035795", + "___id": "T000002R035913", "___s": true }, { "comment": "/**\r\n * Schedules a snapshot of the entire game viewport to be taken after the current frame is rendered.\r\n *\r\n * To capture a specific area see the `snapshotArea` method. To capture a specific pixel, see `snapshotPixel`.\r\n *\r\n * Only one snapshot can be active _per frame_. If you have already called `snapshotPixel`, for example, then\r\n * calling this method will override it.\r\n *\r\n * Snapshots work by using the WebGL `readPixels` feature to grab every pixel from the frame buffer into an ArrayBufferView.\r\n * It then parses this, copying the contents to a temporary Canvas and finally creating an Image object from it,\r\n * which is the image returned to the callback provided. All in all, this is a computationally expensive and blocking process,\r\n * which gets more expensive the larger the canvas size gets, so please be careful how you employ this in your game.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#snapshot\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Types.Renderer.Snapshot.SnapshotCallback} callback - The Function to invoke after the snapshot image is created.\r\n * @param {string} [type='image/png'] - The format of the image to create, usually `image/png` or `image/jpeg`.\r\n * @param {number} [encoderOptions=0.92] - The image quality, between 0 and 1. Used for image formats with lossy compression, such as `image/jpeg`.\r\n *\r\n * @return {this} This WebGL Renderer.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2767, + "lineno": 2862, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Schedules a snapshot of the entire game viewport to be taken after the current frame is rendered.\r\rTo capture a specific area see the `snapshotArea` method. To capture a specific pixel, see `snapshotPixel`.\r\rOnly one snapshot can be active _per frame_. If you have already called `snapshotPixel`, for example, then\rcalling this method will override it.\r\rSnapshots work by using the WebGL `readPixels` feature to grab every pixel from the frame buffer into an ArrayBufferView.\rIt then parses this, copying the contents to a temporary Canvas and finally creating an Image object from it,\rwhich is the image returned to the callback provided. All in all, this is a computationally expensive and blocking process,\rwhich gets more expensive the larger the canvas size gets, so please be careful how you employ this in your game.", @@ -318667,16 +319187,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#snapshot", "scope": "instance", - "___id": "T000002R035800", + "___id": "T000002R035918", "___s": true }, { "comment": "/**\r\n * Schedules a snapshot of the given area of the game viewport to be taken after the current frame is rendered.\r\n *\r\n * To capture the whole game viewport see the `snapshot` method. To capture a specific pixel, see `snapshotPixel`.\r\n *\r\n * Only one snapshot can be active _per frame_. If you have already called `snapshotPixel`, for example, then\r\n * calling this method will override it.\r\n *\r\n * Snapshots work by using the WebGL `readPixels` feature to grab every pixel from the frame buffer into an ArrayBufferView.\r\n * It then parses this, copying the contents to a temporary Canvas and finally creating an Image object from it,\r\n * which is the image returned to the callback provided. All in all, this is a computationally expensive and blocking process,\r\n * which gets more expensive the larger the canvas size gets, so please be careful how you employ this in your game.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#snapshotArea\r\n * @since 3.16.0\r\n *\r\n * @param {number} x - The x coordinate to grab from. This is based on the game viewport, not the world.\r\n * @param {number} y - The y coordinate to grab from. This is based on the game viewport, not the world.\r\n * @param {number} width - The width of the area to grab.\r\n * @param {number} height - The height of the area to grab.\r\n * @param {Phaser.Types.Renderer.Snapshot.SnapshotCallback} callback - The Function to invoke after the snapshot image is created.\r\n * @param {string} [type='image/png'] - The format of the image to create, usually `image/png` or `image/jpeg`.\r\n * @param {number} [encoderOptions=0.92] - The image quality, between 0 and 1. Used for image formats with lossy compression, such as `image/jpeg`.\r\n *\r\n * @return {this} This WebGL Renderer.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2794, + "lineno": 2889, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Schedules a snapshot of the given area of the game viewport to be taken after the current frame is rendered.\r\rTo capture the whole game viewport see the `snapshot` method. To capture a specific pixel, see `snapshotPixel`.\r\rOnly one snapshot can be active _per frame_. If you have already called `snapshotPixel`, for example, then\rcalling this method will override it.\r\rSnapshots work by using the WebGL `readPixels` feature to grab every pixel from the frame buffer into an ArrayBufferView.\rIt then parses this, copying the contents to a temporary Canvas and finally creating an Image object from it,\rwhich is the image returned to the callback provided. All in all, this is a computationally expensive and blocking process,\rwhich gets more expensive the larger the canvas size gets, so please be careful how you employ this in your game.", @@ -318798,16 +319318,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#snapshotArea", "scope": "instance", - "___id": "T000002R035802", + "___id": "T000002R035920", "___s": true }, { "comment": "/**\r\n * Schedules a snapshot of the given pixel from the game viewport to be taken after the current frame is rendered.\r\n *\r\n * To capture the whole game viewport see the `snapshot` method. To capture a specific area, see `snapshotArea`.\r\n *\r\n * Only one snapshot can be active _per frame_. If you have already called `snapshotArea`, for example, then\r\n * calling this method will override it.\r\n *\r\n * Unlike the other two snapshot methods, this one will return a `Color` object containing the color data for\r\n * the requested pixel. It doesn't need to create an internal Canvas or Image object, so is a lot faster to execute,\r\n * using less memory.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#snapshotPixel\r\n * @since 3.16.0\r\n *\r\n * @param {number} x - The x coordinate of the pixel to get. This is based on the game viewport, not the world.\r\n * @param {number} y - The y coordinate of the pixel to get. This is based on the game viewport, not the world.\r\n * @param {Phaser.Types.Renderer.Snapshot.SnapshotCallback} callback - The Function to invoke after the snapshot pixel data is extracted.\r\n *\r\n * @return {this} This WebGL Renderer.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2836, + "lineno": 2931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Schedules a snapshot of the given pixel from the game viewport to be taken after the current frame is rendered.\r\rTo capture the whole game viewport see the `snapshot` method. To capture a specific area, see `snapshotArea`.\r\rOnly one snapshot can be active _per frame_. If you have already called `snapshotArea`, for example, then\rcalling this method will override it.\r\rUnlike the other two snapshot methods, this one will return a `Color` object containing the color data for\rthe requested pixel. It doesn't need to create an internal Canvas or Image object, so is a lot faster to execute,\rusing less memory.", @@ -318873,16 +319393,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#snapshotPixel", "scope": "instance", - "___id": "T000002R035813", + "___id": "T000002R035931", "___s": true }, { "comment": "/**\r\n * Takes a snapshot of the given area of the given frame buffer.\r\n *\r\n * Unlike the other snapshot methods, this one is processed immediately and doesn't wait for the next render.\r\n *\r\n * Snapshots work by using the WebGL `readPixels` feature to grab every pixel from the frame buffer into an ArrayBufferView.\r\n * It then parses this, copying the contents to a temporary Canvas and finally creating an Image object from it,\r\n * which is the image returned to the callback provided. All in all, this is a computationally expensive and blocking process,\r\n * which gets more expensive the larger the canvas size gets, so please be careful how you employ this in your game.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#snapshotFramebuffer\r\n * @since 3.19.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.Wrappers.WebGLFramebufferWrapper} framebuffer - The framebuffer to grab from.\r\n * @param {number} bufferWidth - The width of the framebuffer.\r\n * @param {number} bufferHeight - The height of the framebuffer.\r\n * @param {Phaser.Types.Renderer.Snapshot.SnapshotCallback} callback - The Function to invoke after the snapshot image is created.\r\n * @param {boolean} [getPixel=false] - Grab a single pixel as a Color object, or an area as an Image object?\r\n * @param {number} [x=0] - The x coordinate to grab from. This is based on the framebuffer, not the world.\r\n * @param {number} [y=0] - The y coordinate to grab from. This is based on the framebuffer, not the world.\r\n * @param {number} [width=bufferWidth] - The width of the area to grab.\r\n * @param {number} [height=bufferHeight] - The height of the area to grab.\r\n * @param {string} [type='image/png'] - The format of the image to create, usually `image/png` or `image/jpeg`.\r\n * @param {number} [encoderOptions=0.92] - The image quality, between 0 and 1. Used for image formats with lossy compression, such as `image/jpeg`.\r\n *\r\n * @return {this} This WebGL Renderer.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2866, + "lineno": 2961, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Takes a snapshot of the given area of the given frame buffer.\r\rUnlike the other snapshot methods, this one is processed immediately and doesn't wait for the next render.\r\rSnapshots work by using the WebGL `readPixels` feature to grab every pixel from the frame buffer into an ArrayBufferView.\rIt then parses this, copying the contents to a temporary Canvas and finally creating an Image object from it,\rwhich is the image returned to the callback provided. All in all, this is a computationally expensive and blocking process,\rwhich gets more expensive the larger the canvas size gets, so please be careful how you employ this in your game.", @@ -319066,16 +319586,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#snapshotFramebuffer", "scope": "instance", - "___id": "T000002R035816", + "___id": "T000002R035934", "___s": true }, { "comment": "/**\r\n * Creates a new WebGL Texture based on the given Canvas Element.\r\n *\r\n * If the `dstTexture` parameter is given, the WebGL Texture is updated, rather than created fresh.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#canvasToTexture\r\n * @since 3.0.0\r\n *\r\n * @param {HTMLCanvasElement} srcCanvas - The Canvas to create the WebGL Texture from\r\n * @param {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} [dstTexture] - The destination WebGLTextureWrapper to set.\r\n * @param {boolean} [noRepeat=false] - Should this canvas be allowed to set `REPEAT` (such as for Text objects?)\r\n * @param {boolean} [flipY=false] - Should the WebGL Texture set `UNPACK_MULTIPLY_FLIP_Y`?\r\n *\r\n * @return {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} The newly created, or updated, WebGLTextureWrapper.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2935, + "lineno": 3030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Creates a new WebGL Texture based on the given Canvas Element.\r\rIf the `dstTexture` parameter is given, the WebGL Texture is updated, rather than created fresh.", @@ -319158,16 +319678,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#canvasToTexture", "scope": "instance", - "___id": "T000002R035835", + "___id": "T000002R035953", "___s": true }, { "comment": "/**\r\n * Creates a new WebGL Texture based on the given Canvas Element.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#createCanvasTexture\r\n * @since 3.20.0\r\n *\r\n * @param {HTMLCanvasElement} srcCanvas - The Canvas to create the WebGL Texture from.\r\n * @param {boolean} [noRepeat=false] - Should this canvas be allowed to set `REPEAT` (such as for Text objects?)\r\n * @param {boolean} [flipY=false] - Should the WebGL Texture set `UNPACK_MULTIPLY_FLIP_Y`?\r\n *\r\n * @return {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} The newly created WebGLTextureWrapper.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 2989, + "lineno": 3084, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Creates a new WebGL Texture based on the given Canvas Element.", @@ -319236,16 +319756,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#createCanvasTexture", "scope": "instance", - "___id": "T000002R035849", + "___id": "T000002R035967", "___s": true }, { "comment": "/**\r\n * Updates a WebGL Texture based on the given Canvas Element.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#updateCanvasTexture\r\n * @since 3.20.0\r\n *\r\n * @param {HTMLCanvasElement} srcCanvas - The Canvas to update the WebGL Texture from.\r\n * @param {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} dstTexture - The destination WebGLTextureWrapper to update.\r\n * @param {boolean} [flipY=false] - Should the WebGL Texture set `UNPACK_MULTIPLY_FLIP_Y`?\r\n * @param {boolean} [noRepeat=false] - Should this canvas be allowed to set `REPEAT` (such as for Text objects?)\r\n *\r\n * @return {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} The updated WebGLTextureWrapper. This is the same wrapper object as `dstTexture`.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 3009, + "lineno": 3104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Updates a WebGL Texture based on the given Canvas Element.", @@ -319327,22 +319847,22 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#updateCanvasTexture", "scope": "instance", - "___id": "T000002R035853", + "___id": "T000002R035971", "___s": true }, { - "comment": "/**\r\n * Creates or updates a WebGL Texture based on the given HTML Video Element.\r\n *\r\n * If the `dstTexture` parameter is given, the WebGL Texture is updated, rather than created fresh.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#videoToTexture\r\n * @since 3.90.0\r\n *\r\n * @param {HTMLVideoElement} srcVideo - The Video to create the WebGL Texture from\r\n * @param {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} [dstTexture] - The destination WebGLTextureWrapper to set.\r\n * @param {boolean} [noRepeat=false] - Should this canvas be allowed to set `REPEAT`?\r\n * @param {boolean} [flipY=false] - Should the WebGL Texture set `UNPACK_MULTIPLY_FLIP_Y`?\r\n *\r\n * @return {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} The newly created, or updated, WebGLTextureWrapper.\r\n */", + "comment": "/**\r\n * Creates or updates a WebGL Texture based on the given HTML Video Element.\r\n *\r\n * If the `dstTexture` parameter is given, the WebGL Texture is updated, rather than created fresh.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#videoToTexture\r\n * @since 3.85.0\r\n *\r\n * @param {HTMLVideoElement} srcVideo - The Video to create the WebGL Texture from\r\n * @param {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} [dstTexture] - The destination WebGLTextureWrapper to set.\r\n * @param {boolean} [noRepeat=false] - Should this canvas be allowed to set `REPEAT`?\r\n * @param {boolean} [flipY=false] - Should the WebGL Texture set `UNPACK_MULTIPLY_FLIP_Y`?\r\n *\r\n * @return {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} The newly created, or updated, WebGLTextureWrapper.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 3030, + "lineno": 3125, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Creates or updates a WebGL Texture based on the given HTML Video Element.\r\rIf the `dstTexture` parameter is given, the WebGL Texture is updated, rather than created fresh.", "kind": "function", "name": "videoToTexture", - "since": "3.90.0", + "since": "3.85.0", "params": [ { "type": { @@ -319419,16 +319939,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#videoToTexture", "scope": "instance", - "___id": "T000002R035857", + "___id": "T000002R035975", "___s": true }, { "comment": "/**\r\n * Creates a new WebGL Texture based on the given HTML Video Element.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#createVideoTexture\r\n * @since 3.20.0\r\n *\r\n * @param {HTMLVideoElement} srcVideo - The Video to create the WebGL Texture from\r\n * @param {boolean} [noRepeat=false] - Should this canvas be allowed to set `REPEAT`?\r\n * @param {boolean} [flipY=false] - Should the WebGL Texture set `UNPACK_MULTIPLY_FLIP_Y`?\r\n *\r\n * @return {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} The newly created WebGLTextureWrapper.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 3084, + "lineno": 3179, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Creates a new WebGL Texture based on the given HTML Video Element.", @@ -319497,16 +320017,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#createVideoTexture", "scope": "instance", - "___id": "T000002R035871", + "___id": "T000002R035989", "___s": true }, { "comment": "/**\r\n * Updates a WebGL Texture based on the given HTML Video Element.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#updateVideoTexture\r\n * @since 3.20.0\r\n *\r\n * @param {HTMLVideoElement} srcVideo - The Video to update the WebGL Texture with.\r\n * @param {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} dstTexture - The destination WebGLTextureWrapper to update.\r\n * @param {boolean} [flipY=false] - Should the WebGL Texture set `UNPACK_MULTIPLY_FLIP_Y`?\r\n * @param {boolean} [noRepeat=false] - Should this canvas be allowed to set `REPEAT`?\r\n *\r\n * @return {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} The updated WebGLTextureWrapper. This is the same wrapper object as `dstTexture`.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 3104, + "lineno": 3199, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Updates a WebGL Texture based on the given HTML Video Element.", @@ -319588,16 +320108,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#updateVideoTexture", "scope": "instance", - "___id": "T000002R035875", + "___id": "T000002R035993", "___s": true }, { "comment": "/**\r\n * Create a WebGLTexture from a Uint8Array.\r\n *\r\n * The Uint8Array is assumed to be RGBA values, one byte per color component.\r\n *\r\n * The texture will be filtered with `gl.NEAREST` and will not be mipped.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#createUint8ArrayTexture\r\n * @since 3.80.0\r\n * @param {Uint8Array} data - The Uint8Array to create the texture from.\r\n * @param {number} width - The width of the texture.\r\n * @param {number} height - The height of the texture.\r\n * @return {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} The newly created WebGLTextureWrapper.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 3125, + "lineno": 3220, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Create a WebGLTexture from a Uint8Array.\r\rThe Uint8Array is assumed to be RGBA values, one byte per color component.\r\rThe texture will be filtered with `gl.NEAREST` and will not be mipped.", @@ -319662,16 +320182,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#createUint8ArrayTexture", "scope": "instance", - "___id": "T000002R035879", + "___id": "T000002R035997", "___s": true }, { "comment": "/**\r\n * Sets the minification and magnification filter for a texture.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#setTextureFilter\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} texture - The texture to set the filter for.\r\n * @param {number} filter - The filter to set. 0 for linear filtering, 1 for nearest neighbor (blocky) filtering.\r\n *\r\n * @return {this} This WebGL Renderer instance.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 3156, + "lineno": 3251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets the minification and magnification filter for a texture.", @@ -319724,16 +320244,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#setTextureFilter", "scope": "instance", - "___id": "T000002R035887", + "___id": "T000002R036005", "___s": true }, { "comment": "/**\r\n * Returns the largest texture size (either width or height) that can be created.\r\n * Note that VRAM may not allow a texture of any given size, it just expresses\r\n * hardware / driver support for a given size.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#getMaxTextureSize\r\n * @since 3.8.0\r\n *\r\n * @return {number} The maximum supported texture size.\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 3194, + "lineno": 3289, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Returns the largest texture size (either width or height) that can be created.\rNote that VRAM may not allow a texture of any given size, it just expresses\rhardware / driver support for a given size.", @@ -319757,16 +320277,16 @@ "memberof": "Phaser.Renderer.WebGL.WebGLRenderer", "longname": "Phaser.Renderer.WebGL.WebGLRenderer#getMaxTextureSize", "scope": "instance", - "___id": "T000002R035894", + "___id": "T000002R036012", "___s": true }, { "comment": "/**\r\n * Destroy this WebGLRenderer, cleaning up all related resources such as pipelines, native textures, etc.\r\n *\r\n * @method Phaser.Renderer.WebGL.WebGLRenderer#destroy\r\n * @since 3.0.0\r\n */", "meta": { "filename": "WebGLRenderer.js", - "lineno": 3209, + "lineno": 3304, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Destroy this WebGLRenderer, cleaning up all related resources such as pipelines, native textures, etc.", @@ -319777,7 +320297,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLRenderer#destroy", "scope": "instance", "overrides": "Phaser.Events.EventEmitter#destroy", - "___id": "T000002R035896", + "___id": "T000002R036014", "___s": true }, { @@ -319786,7 +320306,7 @@ "filename": "WebGLShader.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "classdesc": "Instances of the WebGLShader class belong to the WebGL Pipeline classes. When the pipeline is\rcreated it will create an instance of this class for each one of its shaders, as defined in\rthe pipeline configuration.\r\rThis class encapsulates everything needed to manage a shader in a pipeline, including the\rshader attributes and uniforms, as well as lots of handy methods such as `set2f`, for setting\runiform values on this shader.\r\rTypically, you do not create an instance of this class directly, as it works in unison with\rthe pipeline to which it belongs. You can gain access to this class via a pipeline's `shaders`\rarray, post-creation.", @@ -319872,7 +320392,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.WebGLShader", - "___id": "T000002R035915", + "___id": "T000002R036033", "___s": true }, { @@ -319881,7 +320401,7 @@ "filename": "WebGLShader.js", "lineno": 43, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A reference to the WebGLPipeline that owns this Shader.\r\rA Shader class can only belong to a single pipeline.", @@ -319900,7 +320420,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLShader#pipeline", "scope": "instance", "kind": "member", - "___id": "T000002R035918", + "___id": "T000002R036036", "___s": true }, { @@ -319909,7 +320429,7 @@ "filename": "WebGLShader.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The name of this shader.", @@ -319928,7 +320448,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLShader#name", "scope": "instance", "kind": "member", - "___id": "T000002R035920", + "___id": "T000002R036038", "___s": true }, { @@ -319937,7 +320457,7 @@ "filename": "WebGLShader.js", "lineno": 63, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A reference to the WebGLRenderer instance.", @@ -319956,7 +320476,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLShader#renderer", "scope": "instance", "kind": "member", - "___id": "T000002R035922", + "___id": "T000002R036040", "___s": true }, { @@ -319965,7 +320485,7 @@ "filename": "WebGLShader.js", "lineno": 72, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "A reference to the WebGL Rendering Context the WebGL Renderer is using.", @@ -319984,7 +320504,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLShader#gl", "scope": "instance", "kind": "member", - "___id": "T000002R035924", + "___id": "T000002R036042", "___s": true }, { @@ -319993,7 +320513,7 @@ "filename": "WebGLShader.js", "lineno": 81, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The fragment shader source code.", @@ -320012,7 +320532,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLShader#fragSrc", "scope": "instance", "kind": "member", - "___id": "T000002R035926", + "___id": "T000002R036044", "___s": true }, { @@ -320021,7 +320541,7 @@ "filename": "WebGLShader.js", "lineno": 90, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The vertex shader source code.", @@ -320040,7 +320560,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLShader#vertSrc", "scope": "instance", "kind": "member", - "___id": "T000002R035928", + "___id": "T000002R036046", "___s": true }, { @@ -320049,7 +320569,7 @@ "filename": "WebGLShader.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The WebGLProgram created from the vertex and fragment shaders.", @@ -320068,7 +320588,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLShader#program", "scope": "instance", "kind": "member", - "___id": "T000002R035930", + "___id": "T000002R036048", "___s": true }, { @@ -320077,7 +320597,7 @@ "filename": "WebGLShader.js", "lineno": 108, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Array of objects that describe the vertex attributes.", @@ -320105,7 +320625,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLShader#attributes", "scope": "instance", "kind": "member", - "___id": "T000002R035932", + "___id": "T000002R036050", "___s": true }, { @@ -320114,7 +320634,7 @@ "filename": "WebGLShader.js", "lineno": 117, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The amount of vertex attribute components of 32 bit length.", @@ -320133,7 +320653,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLShader#vertexComponentCount", "scope": "instance", "kind": "member", - "___id": "T000002R035934", + "___id": "T000002R036052", "___s": true }, { @@ -320142,7 +320662,7 @@ "filename": "WebGLShader.js", "lineno": 126, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The size, in bytes, of a single vertex.\r\rThis is derived by adding together all of the vertex attributes.\r\rFor example, the Multi Pipeline has the following attributes:\r\rinPosition - (size 2 x gl.FLOAT) = 8\rinTexCoord - (size 2 x gl.FLOAT) = 8\rinTexId - (size 1 x gl.FLOAT) = 4\rinTintEffect - (size 1 x gl.FLOAT) = 4\rinTint - (size 4 x gl.UNSIGNED_BYTE) = 4\r\rThe total, in this case, is 8 + 8 + 4 + 4 + 4 = 28.\r\rThis is calculated automatically during the `createAttributes` method.", @@ -320162,7 +320682,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLShader#vertexSize", "scope": "instance", "kind": "member", - "___id": "T000002R035936", + "___id": "T000002R036054", "___s": true }, { @@ -320171,7 +320691,7 @@ "filename": "WebGLShader.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "The active uniforms that this shader has.\r\rThis is an object that maps the uniform names to their WebGL location and cached values.\r\rIt is populated automatically via the `createUniforms` method.", @@ -320190,7 +320710,7 @@ "longname": "Phaser.Renderer.WebGL.WebGLShader#uniforms", "scope": "instance", "kind": "member", - "___id": "T000002R035938", + "___id": "T000002R036056", "___s": true }, { @@ -320199,7 +320719,7 @@ "filename": "WebGLShader.js", "lineno": 167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Takes the vertex attributes config and parses it, creating the resulting array that is stored\rin this shaders `attributes` property, calculating the offset, normalization and location\rin the process.\r\rCalling this method resets `WebGLShader.attributes`, `WebGLShader.vertexSize` and\r`WebGLShader.vertexComponentCount`.\r\rIt is called automatically when this class is created, but can be called manually if required.", @@ -320233,7 +320753,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#createAttributes", "scope": "instance", - "___id": "T000002R035940", + "___id": "T000002R036058", "___s": true }, { @@ -320242,7 +320762,7 @@ "filename": "WebGLShader.js", "lineno": 229, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets the program this shader uses as being the active shader in the WebGL Renderer.\r\rThis method is called every time the parent pipeline is made the current active pipeline.", @@ -320299,7 +320819,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#bind", "scope": "instance", - "___id": "T000002R035966", + "___id": "T000002R036084", "___s": true }, { @@ -320308,7 +320828,7 @@ "filename": "WebGLShader.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets the program this shader uses as being the active shader in the WebGL Renderer.\r\rThen resets all of the attribute pointers.", @@ -320333,7 +320853,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#rebind", "scope": "instance", - "___id": "T000002R035970", + "___id": "T000002R036088", "___s": true }, { @@ -320342,7 +320862,7 @@ "filename": "WebGLShader.js", "lineno": 281, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets the vertex attribute pointers.\r\rThis should only be called after the vertex buffer has been bound.\r\rIt is called automatically during the `bind` method.", @@ -320384,7 +320904,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#setAttribPointers", "scope": "instance", - "___id": "T000002R035972", + "___id": "T000002R036090", "___s": true }, { @@ -320393,7 +320913,7 @@ "filename": "WebGLShader.js", "lineno": 353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets up the `WebGLShader.uniforms` object, populating it with the names\rand locations of the shader uniforms this shader requires.\r\rIt works by first calling `gl.getProgramParameter(program.webGLProgram, gl.ACTIVE_UNIFORMS)` to\rfind out how many active uniforms this shader has. It then iterates through them,\rcalling `gl.getActiveUniform` to get the WebGL Active Info from each one. Finally,\rthe name and location are stored in the local array.\r\rThis method is called automatically when this class is created.", @@ -320418,7 +320938,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#createUniforms", "scope": "instance", - "___id": "T000002R035992", + "___id": "T000002R036110", "___s": true }, { @@ -320427,7 +320947,7 @@ "filename": "WebGLShader.js", "lineno": 442, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Repopulate uniforms on the GPU.\r\rThis is called automatically by the pipeline when the context is\rlost and then recovered. By the time this method is called,\rthe WebGL resources are already recreated, so we just need to\rre-populate them.", @@ -320437,7 +320957,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#syncUniforms", "scope": "instance", - "___id": "T000002R036024", + "___id": "T000002R036142", "___s": true }, { @@ -320446,7 +320966,7 @@ "filename": "WebGLShader.js", "lineno": 469, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Checks to see if the given uniform name exists and is active in this shader.", @@ -320485,7 +321005,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#hasUniform", "scope": "instance", - "___id": "T000002R036029", + "___id": "T000002R036147", "___s": true }, { @@ -320494,7 +321014,7 @@ "filename": "WebGLShader.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Resets the cached values of the given uniform.", @@ -320534,7 +321054,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#resetUniform", "scope": "instance", - "___id": "T000002R036031", + "___id": "T000002R036149", "___s": true }, { @@ -320543,7 +321063,7 @@ "filename": "WebGLShader.js", "lineno": 509, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets the given uniform value/s based on the name and GL function.\r\rThis method is called internally by other methods such as `set1f` and `set3iv`.\r\rThe uniform is only set if the value/s given are different to those previously set.\r\rThis method works by first setting this shader as being the current shader within the\rWebGL Renderer, if it isn't already. It also sets this shader as being the current\rone within the pipeline it belongs to.", @@ -320653,7 +321173,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#setUniform1", "scope": "instance", - "___id": "T000002R036038", + "___id": "T000002R036156", "___s": true }, { @@ -320662,7 +321182,7 @@ "filename": "WebGLShader.js", "lineno": 558, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets the given uniform value/s based on the name and GL function.\r\rThis method is called internally by other methods such as `set1f` and `set3iv`.\r\rThe uniform is only set if the value/s given are different to those previously set.\r\rThis method works by first setting this shader as being the current shader within the\rWebGL Renderer, if it isn't already. It also sets this shader as being the current\rone within the pipeline it belongs to.", @@ -320814,7 +321334,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#setUniform2", "scope": "instance", - "___id": "T000002R036044", + "___id": "T000002R036162", "___s": true }, { @@ -320823,7 +321343,7 @@ "filename": "WebGLShader.js", "lineno": 609, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets the given uniform value/s based on the name and GL function.\r\rThis method is called internally by other methods such as `set1f` and `set3iv`.\r\rThe uniform is only set if the value/s given are different to those previously set.\r\rThis method works by first setting this shader as being the current shader within the\rWebGL Renderer, if it isn't already. It also sets this shader as being the current\rone within the pipeline it belongs to.", @@ -321017,7 +321537,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#setUniform3", "scope": "instance", - "___id": "T000002R036051", + "___id": "T000002R036169", "___s": true }, { @@ -321026,7 +321546,7 @@ "filename": "WebGLShader.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets the given uniform value/s based on the name and GL function.\r\rThis method is called internally by other methods such as `set1f` and `set3iv`.\r\rThe uniform is only set if the value/s given are different to those previously set.\r\rThis method works by first setting this shader as being the current shader within the\rWebGL Renderer, if it isn't already. It also sets this shader as being the current\rone within the pipeline it belongs to.", @@ -321262,7 +321782,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#setUniform4", "scope": "instance", - "___id": "T000002R036059", + "___id": "T000002R036177", "___s": true }, { @@ -321271,7 +321791,7 @@ "filename": "WebGLShader.js", "lineno": 717, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a boolean uniform value based on the given name on this shader.\r\rThe uniform is only set if the value/s given are different to those previously set.\r\rThis method works by first setting this shader as being the current shader within the\rWebGL Renderer, if it isn't already. It also sets this shader as being the current\rone within the pipeline it belongs to.", @@ -321324,7 +321844,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#setBoolean", "scope": "instance", - "___id": "T000002R036068", + "___id": "T000002R036186", "___s": true }, { @@ -321333,7 +321853,7 @@ "filename": "WebGLShader.js", "lineno": 739, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 1f uniform value based on the given name on this shader.\r\rThe uniform is only set if the value/s given are different to those previously set.\r\rThis method works by first setting this shader as being the current shader within the\rWebGL Renderer, if it isn't already. It also sets this shader as being the current\rone within the pipeline it belongs to.", @@ -321386,7 +321906,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#set1f", "scope": "instance", - "___id": "T000002R036070", + "___id": "T000002R036188", "___s": true }, { @@ -321395,7 +321915,7 @@ "filename": "WebGLShader.js", "lineno": 761, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 2f uniform value based on the given name on this shader.\r\rThe uniform is only set if the value/s given are different to those previously set.\r\rThis method works by first setting this shader as being the current shader within the\rWebGL Renderer, if it isn't already. It also sets this shader as being the current\rone within the pipeline it belongs to.", @@ -321461,7 +321981,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#set2f", "scope": "instance", - "___id": "T000002R036072", + "___id": "T000002R036190", "___s": true }, { @@ -321470,7 +321990,7 @@ "filename": "WebGLShader.js", "lineno": 784, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 3f uniform value based on the given name on this shader.\r\rThe uniform is only set if the value/s given are different to those previously set.\r\rThis method works by first setting this shader as being the current shader within the\rWebGL Renderer, if it isn't already. It also sets this shader as being the current\rone within the pipeline it belongs to.", @@ -321549,7 +322069,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#set3f", "scope": "instance", - "___id": "T000002R036074", + "___id": "T000002R036192", "___s": true }, { @@ -321558,7 +322078,7 @@ "filename": "WebGLShader.js", "lineno": 808, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 4f uniform value based on the given name on this shader.\r\rThe uniform is only set if the value/s given are different to those previously set.\r\rThis method works by first setting this shader as being the current shader within the\rWebGL Renderer, if it isn't already. It also sets this shader as being the current\rone within the pipeline it belongs to.", @@ -321650,7 +322170,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#set4f", "scope": "instance", - "___id": "T000002R036076", + "___id": "T000002R036194", "___s": true }, { @@ -321659,7 +322179,7 @@ "filename": "WebGLShader.js", "lineno": 833, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 1fv uniform value based on the given name on this shader.\r\rThe uniform is only set if the value/s given are different to those previously set.\r\rThis method works by first setting this shader as being the current shader within the\rWebGL Renderer, if it isn't already. It also sets this shader as being the current\rone within the pipeline it belongs to.", @@ -321731,7 +322251,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#set1fv", "scope": "instance", - "___id": "T000002R036078", + "___id": "T000002R036196", "___s": true }, { @@ -321740,7 +322260,7 @@ "filename": "WebGLShader.js", "lineno": 855, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 2fv uniform value based on the given name on this shader.\r\rThe uniform is only set if the value/s given are different to those previously set.\r\rThis method works by first setting this shader as being the current shader within the\rWebGL Renderer, if it isn't already. It also sets this shader as being the current\rone within the pipeline it belongs to.", @@ -321812,7 +322332,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#set2fv", "scope": "instance", - "___id": "T000002R036080", + "___id": "T000002R036198", "___s": true }, { @@ -321821,7 +322341,7 @@ "filename": "WebGLShader.js", "lineno": 877, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 3fv uniform value based on the given name on this shader.\r\rThe uniform is only set if the value/s given are different to those previously set.\r\rThis method works by first setting this shader as being the current shader within the\rWebGL Renderer, if it isn't already. It also sets this shader as being the current\rone within the pipeline it belongs to.", @@ -321893,7 +322413,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#set3fv", "scope": "instance", - "___id": "T000002R036082", + "___id": "T000002R036200", "___s": true }, { @@ -321902,7 +322422,7 @@ "filename": "WebGLShader.js", "lineno": 899, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 4fv uniform value based on the given name on this shader.\r\rThe uniform is only set if the value/s given are different to those previously set.\r\rThis method works by first setting this shader as being the current shader within the\rWebGL Renderer, if it isn't already. It also sets this shader as being the current\rone within the pipeline it belongs to.", @@ -321974,7 +322494,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#set4fv", "scope": "instance", - "___id": "T000002R036084", + "___id": "T000002R036202", "___s": true }, { @@ -321983,7 +322503,7 @@ "filename": "WebGLShader.js", "lineno": 921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 1iv uniform value based on the given name on this shader.\r\rThe uniform is only set if the value/s given are different to those previously set.\r\rThis method works by first setting this shader as being the current shader within the\rWebGL Renderer, if it isn't already. It also sets this shader as being the current\rone within the pipeline it belongs to.", @@ -322055,7 +322575,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#set1iv", "scope": "instance", - "___id": "T000002R036086", + "___id": "T000002R036204", "___s": true }, { @@ -322064,7 +322584,7 @@ "filename": "WebGLShader.js", "lineno": 943, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 2iv uniform value based on the given name on this shader.\r\rThe uniform is only set if the value/s given are different to those previously set.\r\rThis method works by first setting this shader as being the current shader within the\rWebGL Renderer, if it isn't already. It also sets this shader as being the current\rone within the pipeline it belongs to.", @@ -322136,7 +322656,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#set2iv", "scope": "instance", - "___id": "T000002R036088", + "___id": "T000002R036206", "___s": true }, { @@ -322145,7 +322665,7 @@ "filename": "WebGLShader.js", "lineno": 965, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 3iv uniform value based on the given name on this shader.\r\rThe uniform is only set if the value/s given are different to those previously set.\r\rThis method works by first setting this shader as being the current shader within the\rWebGL Renderer, if it isn't already. It also sets this shader as being the current\rone within the pipeline it belongs to.", @@ -322217,7 +322737,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#set3iv", "scope": "instance", - "___id": "T000002R036090", + "___id": "T000002R036208", "___s": true }, { @@ -322226,7 +322746,7 @@ "filename": "WebGLShader.js", "lineno": 987, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 4iv uniform value based on the given name on this shader.\r\rThe uniform is only set if the value/s given are different to those previously set.\r\rThis method works by first setting this shader as being the current shader within the\rWebGL Renderer, if it isn't already. It also sets this shader as being the current\rone within the pipeline it belongs to.", @@ -322298,7 +322818,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#set4iv", "scope": "instance", - "___id": "T000002R036092", + "___id": "T000002R036210", "___s": true }, { @@ -322307,7 +322827,7 @@ "filename": "WebGLShader.js", "lineno": 1009, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 1i uniform value based on the given name on this shader.\r\rThe uniform is only set if the value/s given are different to those previously set.\r\rThis method works by first setting this shader as being the current shader within the\rWebGL Renderer, if it isn't already. It also sets this shader as being the current\rone within the pipeline it belongs to.", @@ -322360,7 +322880,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#set1i", "scope": "instance", - "___id": "T000002R036094", + "___id": "T000002R036212", "___s": true }, { @@ -322369,7 +322889,7 @@ "filename": "WebGLShader.js", "lineno": 1031, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 2i uniform value based on the given name on this shader.\r\rThe uniform is only set if the value/s given are different to those previously set.\r\rThis method works by first setting this shader as being the current shader within the\rWebGL Renderer, if it isn't already. It also sets this shader as being the current\rone within the pipeline it belongs to.", @@ -322435,7 +322955,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#set2i", "scope": "instance", - "___id": "T000002R036096", + "___id": "T000002R036214", "___s": true }, { @@ -322444,7 +322964,7 @@ "filename": "WebGLShader.js", "lineno": 1054, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 3i uniform value based on the given name on this shader.\r\rThe uniform is only set if the value/s given are different to those previously set.\r\rThis method works by first setting this shader as being the current shader within the\rWebGL Renderer, if it isn't already. It also sets this shader as being the current\rone within the pipeline it belongs to.", @@ -322523,7 +323043,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#set3i", "scope": "instance", - "___id": "T000002R036098", + "___id": "T000002R036216", "___s": true }, { @@ -322532,7 +323052,7 @@ "filename": "WebGLShader.js", "lineno": 1078, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a 4i uniform value based on the given name on this shader.\r\rThe uniform is only set if the value/s given are different to those previously set.\r\rThis method works by first setting this shader as being the current shader within the\rWebGL Renderer, if it isn't already. It also sets this shader as being the current\rone within the pipeline it belongs to.", @@ -322624,7 +323144,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#set4i", "scope": "instance", - "___id": "T000002R036100", + "___id": "T000002R036218", "___s": true }, { @@ -322633,7 +323153,7 @@ "filename": "WebGLShader.js", "lineno": 1103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a matrix 2fv uniform value based on the given name on this shader.\r\rThe uniform is only set if the value/s given are different to those previously set.\r\rThis method works by first setting this shader as being the current shader within the\rWebGL Renderer, if it isn't already. It also sets this shader as being the current\rone within the pipeline it belongs to.", @@ -322718,7 +323238,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#setMatrix2fv", "scope": "instance", - "___id": "T000002R036102", + "___id": "T000002R036220", "___s": true }, { @@ -322727,7 +323247,7 @@ "filename": "WebGLShader.js", "lineno": 1126, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a matrix 3fv uniform value based on the given name on this shader.\r\rThe uniform is only set if the value/s given are different to those previously set.\r\rThis method works by first setting this shader as being the current shader within the\rWebGL Renderer, if it isn't already. It also sets this shader as being the current\rone within the pipeline it belongs to.", @@ -322793,7 +323313,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#setMatrix3fv", "scope": "instance", - "___id": "T000002R036104", + "___id": "T000002R036222", "___s": true }, { @@ -322802,7 +323322,7 @@ "filename": "WebGLShader.js", "lineno": 1149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Sets a matrix 4fv uniform value based on the given name on this shader.\r\rThe uniform is only set if the value/s given are different to those previously set.\r\rThis method works by first setting this shader as being the current shader within the\rWebGL Renderer, if it isn't already. It also sets this shader as being the current\rone within the pipeline it belongs to.", @@ -322868,7 +323388,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#setMatrix4fv", "scope": "instance", - "___id": "T000002R036106", + "___id": "T000002R036224", "___s": true }, { @@ -322877,7 +323397,7 @@ "filename": "WebGLShader.js", "lineno": 1172, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "This method will create the Shader Program on the current GL context.\r\rIf a program already exists, it will be destroyed and the new one will take its place.\r\rAfter the program is created the uniforms will be reset and\rthis shader will be rebound.\r\rThis is a very expensive process and if your shader is referenced elsewhere in\ryour game those references may then be lost, so be sure to use this carefully.\r\rHowever, if you need to update say the fragment shader source, then you can pass\rthe new source into this method and it'll rebuild the program using it. If you\rdon't want to change the vertex shader src, pass `undefined` as the parameter.", @@ -322932,7 +323452,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#createProgram", "scope": "instance", - "___id": "T000002R036108", + "___id": "T000002R036226", "___s": true }, { @@ -322941,7 +323461,7 @@ "filename": "WebGLShader.js", "lineno": 1215, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "description": "Removes all external references from this class and deletes the WebGL program from the WebGL context.\r\rDoes not remove this shader from the parent pipeline.", @@ -322951,7 +323471,7 @@ "memberof": "Phaser.Renderer.WebGL.WebGLShader", "longname": "Phaser.Renderer.WebGL.WebGLShader#destroy", "scope": "instance", - "___id": "T000002R036115", + "___id": "T000002R036233", "___s": true }, { @@ -322960,7 +323480,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "kind": "namespace", @@ -322968,7 +323488,7 @@ "memberof": "Phaser.Renderer.WebGL", "longname": "Phaser.Renderer.WebGL.Wrappers", "scope": "static", - "___id": "T000002R036125", + "___id": "T000002R036243", "___s": true }, { @@ -322977,7 +323497,7 @@ "filename": "WebGLAttribLocationWrapper.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "classdesc": "Wrapper for a WebGL attribute location, containing all the information that was used to create it.\r\rA WebGLAttribLocation should never be exposed outside the WebGLRenderer,\rso the WebGLRenderer can handle context loss and other events without other systems having to be aware of it.\rAlways use WebGLAttribLocationWrapper instead.", @@ -323028,7 +323548,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLAttribLocationWrapper", - "___id": "T000002R036135", + "___id": "T000002R036253", "___s": true }, { @@ -323037,7 +323557,7 @@ "filename": "WebGLAttribLocationWrapper.js", "lineno": 32, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "The WebGLAttribLocation being wrapped by this class.\r\rThis property could change at any time.\rTherefore, you should never store a reference to this value.\rIt should only be passed directly to the WebGL API for drawing.", @@ -323057,7 +323577,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLAttribLocationWrapper#webGLAttribLocation", "scope": "instance", "kind": "member", - "___id": "T000002R036138", + "___id": "T000002R036256", "___s": true }, { @@ -323066,7 +323586,7 @@ "filename": "WebGLAttribLocationWrapper.js", "lineno": 46, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "The WebGLRenderingContext that owns this location.", @@ -323085,7 +323605,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLAttribLocationWrapper#gl", "scope": "instance", "kind": "member", - "___id": "T000002R036140", + "___id": "T000002R036258", "___s": true }, { @@ -323094,7 +323614,7 @@ "filename": "WebGLAttribLocationWrapper.js", "lineno": 55, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "The WebGLProgram that this location refers to.", @@ -323113,7 +323633,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLAttribLocationWrapper#program", "scope": "instance", "kind": "member", - "___id": "T000002R036142", + "___id": "T000002R036260", "___s": true }, { @@ -323122,7 +323642,7 @@ "filename": "WebGLAttribLocationWrapper.js", "lineno": 64, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "The name of this location, as defined in the shader source code.", @@ -323141,7 +323661,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLAttribLocationWrapper#name", "scope": "instance", "kind": "member", - "___id": "T000002R036144", + "___id": "T000002R036262", "___s": true }, { @@ -323150,7 +323670,7 @@ "filename": "WebGLAttribLocationWrapper.js", "lineno": 76, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Creates the WebGLAttribLocation.", @@ -323160,7 +323680,7 @@ "memberof": "Phaser.Renderer.WebGL.Wrappers.WebGLAttribLocationWrapper", "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLAttribLocationWrapper#createResource", "scope": "instance", - "___id": "T000002R036146", + "___id": "T000002R036264", "___s": true }, { @@ -323169,7 +323689,7 @@ "filename": "WebGLAttribLocationWrapper.js", "lineno": 102, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Destroys this WebGLAttribLocationWrapper.", @@ -323179,7 +323699,7 @@ "memberof": "Phaser.Renderer.WebGL.Wrappers.WebGLAttribLocationWrapper", "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLAttribLocationWrapper#destroy", "scope": "instance", - "___id": "T000002R036151", + "___id": "T000002R036269", "___s": true }, { @@ -323188,7 +323708,7 @@ "filename": "WebGLBufferWrapper.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "classdesc": "Wrapper for a WebGL buffer, containing all the information that was used\rto create it. This can be a VertexBuffer or IndexBuffer.\r\rA WebGLBuffer should never be exposed outside the WebGLRenderer, so the\rWebGLRenderer can handle context loss and other events without other\rsystems having to be aware of it. Always use WebGLBufferWrapper instead.", @@ -323262,7 +323782,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLBufferWrapper", - "___id": "T000002R036159", + "___id": "T000002R036277", "___s": true }, { @@ -323271,7 +323791,7 @@ "filename": "WebGLBufferWrapper.js", "lineno": 34, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "The WebGLBuffer being wrapped by this class.\r\rThis property could change at any time.\rTherefore, you should never store a reference to this value.\rIt should only be passed directly to the WebGL API for drawing.", @@ -323293,7 +323813,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLBufferWrapper#webGLBuffer", "scope": "instance", "kind": "member", - "___id": "T000002R036162", + "___id": "T000002R036280", "___s": true }, { @@ -323302,7 +323822,7 @@ "filename": "WebGLBufferWrapper.js", "lineno": 48, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "The WebGLRenderingContext that owns this WebGLBuffer.", @@ -323321,7 +323841,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLBufferWrapper#gl", "scope": "instance", "kind": "member", - "___id": "T000002R036164", + "___id": "T000002R036282", "___s": true }, { @@ -323330,7 +323850,7 @@ "filename": "WebGLBufferWrapper.js", "lineno": 57, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "The initial data or size of the buffer.\r\rNote that this will be used to recreate the buffer if the WebGL context is lost.", @@ -323359,7 +323879,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLBufferWrapper#initialDataOrSize", "scope": "instance", "kind": "member", - "___id": "T000002R036166", + "___id": "T000002R036284", "___s": true }, { @@ -323368,7 +323888,7 @@ "filename": "WebGLBufferWrapper.js", "lineno": 68, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "The type of the buffer.", @@ -323387,7 +323907,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLBufferWrapper#bufferType", "scope": "instance", "kind": "member", - "___id": "T000002R036168", + "___id": "T000002R036286", "___s": true }, { @@ -323396,7 +323916,7 @@ "filename": "WebGLBufferWrapper.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "The usage of the buffer. gl.DYNAMIC_DRAW, gl.STATIC_DRAW or gl.STREAM_DRAW.", @@ -323415,7 +323935,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLBufferWrapper#bufferUsage", "scope": "instance", "kind": "member", - "___id": "T000002R036170", + "___id": "T000002R036288", "___s": true }, { @@ -323424,7 +323944,7 @@ "filename": "WebGLBufferWrapper.js", "lineno": 89, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Creates a WebGLBuffer for this WebGLBufferWrapper.\r\rThis is called automatically by the constructor. It may also be\rcalled again if the WebGLBuffer needs re-creating.", @@ -323434,7 +323954,7 @@ "memberof": "Phaser.Renderer.WebGL.Wrappers.WebGLBufferWrapper", "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLBufferWrapper#createResource", "scope": "instance", - "___id": "T000002R036172", + "___id": "T000002R036290", "___s": true }, { @@ -323443,7 +323963,7 @@ "filename": "WebGLBufferWrapper.js", "lineno": 124, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Remove this WebGLBufferWrapper from the GL context.", @@ -323453,7 +323973,7 @@ "memberof": "Phaser.Renderer.WebGL.Wrappers.WebGLBufferWrapper", "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLBufferWrapper#destroy", "scope": "instance", - "___id": "T000002R036178", + "___id": "T000002R036296", "___s": true }, { @@ -323462,7 +323982,7 @@ "filename": "WebGLFramebufferWrapper.js", "lineno": 20, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "classdesc": "Wrapper for a WebGL frame buffer,\rcontaining all the information that was used to create it.\r\rA WebGLFramebuffer should never be exposed outside the WebGLRenderer,\rso the WebGLRenderer can handle context loss and other events\rwithout other systems having to be aware of it.\rAlways use WebGLFramebufferWrapper instead.", @@ -323541,7 +324061,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLFramebufferWrapper", - "___id": "T000002R036191", + "___id": "T000002R036309", "___s": true }, { @@ -323550,7 +324070,7 @@ "filename": "WebGLFramebufferWrapper.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "The WebGLFramebuffer being wrapped by this class.\r\rThis property could change at any time.\rTherefore, you should never store a reference to this value.\rIt should only be passed directly to the WebGL API for drawing.", @@ -323572,7 +324092,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLFramebufferWrapper#webGLFramebuffer", "scope": "instance", "kind": "member", - "___id": "T000002R036194", + "___id": "T000002R036312", "___s": true }, { @@ -323581,7 +324101,7 @@ "filename": "WebGLFramebufferWrapper.js", "lineno": 61, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "The WebGL context this WebGLFramebuffer belongs to.", @@ -323600,7 +324120,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLFramebufferWrapper#gl", "scope": "instance", "kind": "member", - "___id": "T000002R036196", + "___id": "T000002R036314", "___s": true }, { @@ -323609,7 +324129,7 @@ "filename": "WebGLFramebufferWrapper.js", "lineno": 70, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Width of the depth stencil.", @@ -323628,7 +324148,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLFramebufferWrapper#width", "scope": "instance", "kind": "member", - "___id": "T000002R036198", + "___id": "T000002R036316", "___s": true }, { @@ -323637,7 +324157,7 @@ "filename": "WebGLFramebufferWrapper.js", "lineno": 79, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Height of the depth stencil.", @@ -323656,7 +324176,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLFramebufferWrapper#height", "scope": "instance", "kind": "member", - "___id": "T000002R036200", + "___id": "T000002R036318", "___s": true }, { @@ -323665,7 +324185,7 @@ "filename": "WebGLFramebufferWrapper.js", "lineno": 88, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "The color texture where the color pixels are written.", @@ -323684,7 +324204,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLFramebufferWrapper#renderTexture", "scope": "instance", "kind": "member", - "___id": "T000002R036202", + "___id": "T000002R036320", "___s": true }, { @@ -323693,7 +324213,7 @@ "filename": "WebGLFramebufferWrapper.js", "lineno": 97, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Create a Renderbuffer for the depth stencil?", @@ -323713,7 +324233,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLFramebufferWrapper#addDepthStencilBuffer", "scope": "instance", "kind": "member", - "___id": "T000002R036204", + "___id": "T000002R036322", "___s": true }, { @@ -323722,7 +324242,7 @@ "filename": "WebGLFramebufferWrapper.js", "lineno": 110, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Creates a WebGLFramebuffer from the given parameters.\r\rThis is called automatically by the constructor. It may also be\rcalled again if the WebGLFramebuffer needs re-creating.", @@ -323732,7 +324252,7 @@ "memberof": "Phaser.Renderer.WebGL.Wrappers.WebGLFramebufferWrapper", "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLFramebufferWrapper#createResource", "scope": "instance", - "___id": "T000002R036206", + "___id": "T000002R036324", "___s": true }, { @@ -323741,7 +324261,7 @@ "filename": "WebGLFramebufferWrapper.js", "lineno": 161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Destroys this WebGLFramebufferWrapper.", @@ -323751,7 +324271,7 @@ "memberof": "Phaser.Renderer.WebGL.Wrappers.WebGLFramebufferWrapper", "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLFramebufferWrapper#destroy", "scope": "instance", - "___id": "T000002R036217", + "___id": "T000002R036335", "___s": true }, { @@ -323760,7 +324280,7 @@ "filename": "WebGLProgramWrapper.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "classdesc": "Wrapper for a WebGL program, containing all the information that was used to create it.\r\rA WebGLProgram should never be exposed outside the WebGLRenderer, so the WebGLRenderer\rcan handle context loss and other events without other systems having to be aware of it.\rAlways use WebGLProgramWrapper instead.", @@ -323811,7 +324331,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLProgramWrapper", - "___id": "T000002R036227", + "___id": "T000002R036345", "___s": true }, { @@ -323820,7 +324340,7 @@ "filename": "WebGLProgramWrapper.js", "lineno": 32, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "The WebGLProgram being wrapped by this class.\r\rThis property could change at any time.\rTherefore, you should never store a reference to this value.\rIt should only be passed directly to the WebGL API for drawing.", @@ -323842,7 +324362,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLProgramWrapper#webGLProgram", "scope": "instance", "kind": "member", - "___id": "T000002R036230", + "___id": "T000002R036348", "___s": true }, { @@ -323851,7 +324371,7 @@ "filename": "WebGLProgramWrapper.js", "lineno": 46, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "The WebGLRenderingContext that owns this WebGLProgram.", @@ -323870,7 +324390,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLProgramWrapper#gl", "scope": "instance", "kind": "member", - "___id": "T000002R036232", + "___id": "T000002R036350", "___s": true }, { @@ -323879,7 +324399,7 @@ "filename": "WebGLProgramWrapper.js", "lineno": 55, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "The vertex shader source code as a string.", @@ -323898,7 +324418,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLProgramWrapper#vertexSource", "scope": "instance", "kind": "member", - "___id": "T000002R036234", + "___id": "T000002R036352", "___s": true }, { @@ -323907,7 +324427,7 @@ "filename": "WebGLProgramWrapper.js", "lineno": 64, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "The fragment shader source code as a string.", @@ -323926,7 +324446,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLProgramWrapper#fragmentSource", "scope": "instance", "kind": "member", - "___id": "T000002R036236", + "___id": "T000002R036354", "___s": true }, { @@ -323935,7 +324455,7 @@ "filename": "WebGLProgramWrapper.js", "lineno": 76, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Creates a WebGLProgram from the given vertex and fragment shaders.\r\rThis is called automatically by the constructor. It may also be\rcalled again if the WebGLProgram needs re-creating.", @@ -323959,7 +324479,7 @@ "memberof": "Phaser.Renderer.WebGL.Wrappers.WebGLProgramWrapper", "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLProgramWrapper#createResource", "scope": "instance", - "___id": "T000002R036238", + "___id": "T000002R036356", "___s": true }, { @@ -323968,7 +324488,7 @@ "filename": "WebGLProgramWrapper.js", "lineno": 135, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Remove this WebGLProgram from the GL context.", @@ -323978,7 +324498,7 @@ "memberof": "Phaser.Renderer.WebGL.Wrappers.WebGLProgramWrapper", "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLProgramWrapper#destroy", "scope": "instance", - "___id": "T000002R036246", + "___id": "T000002R036364", "___s": true }, { @@ -323987,7 +324507,7 @@ "filename": "WebGLTextureWrapper.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "classdesc": "Wrapper for a WebGL texture, containing all the information that was used\rto create it.\r\rA WebGLTexture should never be exposed outside the WebGLRenderer,\rso the WebGLRenderer can handle context loss and other events\rwithout other systems having to be aware of it.\rAlways use WebGLTextureWrapper instead.", @@ -324176,7 +324696,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper", - "___id": "T000002R036253", + "___id": "T000002R036371", "___s": true }, { @@ -324185,7 +324705,7 @@ "filename": "WebGLTextureWrapper.js", "lineno": 45, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "The WebGLTexture that this wrapper is wrapping.\r\rThis property could change at any time.\rTherefore, you should never store a reference to this value.\rIt should only be passed directly to the WebGL API for drawing.", @@ -324207,7 +324727,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper#webGLTexture", "scope": "instance", "kind": "member", - "___id": "T000002R036256", + "___id": "T000002R036374", "___s": true }, { @@ -324216,7 +324736,7 @@ "filename": "WebGLTextureWrapper.js", "lineno": 59, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Whether this is used as a RenderTexture.", @@ -324236,7 +324756,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper#isRenderTexture", "scope": "instance", "kind": "member", - "___id": "T000002R036258", + "___id": "T000002R036376", "___s": true }, { @@ -324245,7 +324765,7 @@ "filename": "WebGLTextureWrapper.js", "lineno": 69, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "The WebGL context this WebGLTexture belongs to.", @@ -324264,7 +324784,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper#gl", "scope": "instance", "kind": "member", - "___id": "T000002R036260", + "___id": "T000002R036378", "___s": true }, { @@ -324273,7 +324793,7 @@ "filename": "WebGLTextureWrapper.js", "lineno": 78, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Mip level of the texture.", @@ -324292,7 +324812,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper#mipLevel", "scope": "instance", "kind": "member", - "___id": "T000002R036262", + "___id": "T000002R036380", "___s": true }, { @@ -324301,7 +324821,7 @@ "filename": "WebGLTextureWrapper.js", "lineno": 87, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Filtering of the texture.", @@ -324320,7 +324840,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper#minFilter", "scope": "instance", "kind": "member", - "___id": "T000002R036264", + "___id": "T000002R036382", "___s": true }, { @@ -324329,7 +324849,7 @@ "filename": "WebGLTextureWrapper.js", "lineno": 96, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Filtering of the texture.", @@ -324348,7 +324868,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper#magFilter", "scope": "instance", "kind": "member", - "___id": "T000002R036266", + "___id": "T000002R036384", "___s": true }, { @@ -324357,7 +324877,7 @@ "filename": "WebGLTextureWrapper.js", "lineno": 105, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Wrapping mode of the texture.", @@ -324376,7 +324896,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper#wrapT", "scope": "instance", "kind": "member", - "___id": "T000002R036268", + "___id": "T000002R036386", "___s": true }, { @@ -324385,7 +324905,7 @@ "filename": "WebGLTextureWrapper.js", "lineno": 114, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Wrapping mode of the texture.", @@ -324404,7 +324924,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper#wrapS", "scope": "instance", "kind": "member", - "___id": "T000002R036270", + "___id": "T000002R036388", "___s": true }, { @@ -324413,7 +324933,7 @@ "filename": "WebGLTextureWrapper.js", "lineno": 123, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Which format does the texture use.", @@ -324432,7 +324952,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper#format", "scope": "instance", "kind": "member", - "___id": "T000002R036272", + "___id": "T000002R036390", "___s": true }, { @@ -324441,7 +324961,7 @@ "filename": "WebGLTextureWrapper.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Pixel data. This is the source data used to create the WebGLTexture.", @@ -324462,7 +324982,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper#pixels", "scope": "instance", "kind": "member", - "___id": "T000002R036274", + "___id": "T000002R036392", "___s": true }, { @@ -324471,7 +324991,7 @@ "filename": "WebGLTextureWrapper.js", "lineno": 141, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Width of the texture in pixels.", @@ -324490,7 +325010,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper#width", "scope": "instance", "kind": "member", - "___id": "T000002R036276", + "___id": "T000002R036394", "___s": true }, { @@ -324499,7 +325019,7 @@ "filename": "WebGLTextureWrapper.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Height of the texture in pixels.", @@ -324518,7 +325038,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper#height", "scope": "instance", "kind": "member", - "___id": "T000002R036278", + "___id": "T000002R036396", "___s": true }, { @@ -324527,7 +325047,7 @@ "filename": "WebGLTextureWrapper.js", "lineno": 159, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Does the texture have premultiplied alpha?", @@ -324546,7 +325066,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper#pma", "scope": "instance", "kind": "member", - "___id": "T000002R036280", + "___id": "T000002R036398", "___s": true }, { @@ -324555,7 +325075,7 @@ "filename": "WebGLTextureWrapper.js", "lineno": 168, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Whether to use the width and height properties, regardless of pixel dimensions.", @@ -324574,7 +325094,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper#forceSize", "scope": "instance", "kind": "member", - "___id": "T000002R036282", + "___id": "T000002R036400", "___s": true }, { @@ -324583,7 +325103,7 @@ "filename": "WebGLTextureWrapper.js", "lineno": 177, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Sets the `UNPACK_FLIP_Y_WEBGL` flag the WebGL Texture uses during upload.", @@ -324602,7 +325122,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper#flipY", "scope": "instance", "kind": "member", - "___id": "T000002R036284", + "___id": "T000002R036402", "___s": true }, { @@ -324611,7 +325131,7 @@ "filename": "WebGLTextureWrapper.js", "lineno": 202, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Creates a WebGLTexture from the given parameters.\r\rThis is called automatically by the constructor. It may also be\rcalled again if the WebGLTexture needs re-creating.", @@ -324621,7 +325141,7 @@ "memberof": "Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper", "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper#createResource", "scope": "instance", - "___id": "T000002R036288", + "___id": "T000002R036406", "___s": true }, { @@ -324630,7 +325150,7 @@ "filename": "WebGLTextureWrapper.js", "lineno": 241, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Updates the WebGLTexture from an updated source.\r\rThis should only be used when the source is a Canvas or Video element.", @@ -324761,7 +325281,7 @@ "memberof": "Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper", "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper#update", "scope": "instance", - "___id": "T000002R036295", + "___id": "T000002R036413", "___s": true }, { @@ -324770,7 +325290,7 @@ "filename": "WebGLTextureWrapper.js", "lineno": 375, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "The `__SPECTOR_Metadata` property of the `WebGLTexture`,\rused to add extra data to the debug SpectorJS integration.", @@ -324789,7 +325309,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper#spectorMetadata", "scope": "instance", "kind": "member", - "___id": "T000002R036326", + "___id": "T000002R036444", "___s": true }, { @@ -324798,7 +325318,7 @@ "filename": "WebGLTextureWrapper.js", "lineno": 403, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Deletes the WebGLTexture from the GPU, if it has not been already.", @@ -324808,7 +325328,7 @@ "memberof": "Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper", "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper#destroy", "scope": "instance", - "___id": "T000002R036332", + "___id": "T000002R036450", "___s": true }, { @@ -324817,7 +325337,7 @@ "filename": "WebGLUniformLocationWrapper.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "classdesc": "Wrapper for a WebGL uniform location, containing all the information that was used to create it.\r\rA WebGLUniformLocation should never be exposed outside the WebGLRenderer,\rso the WebGLRenderer can handle context loss and other events without other systems having to be aware of it.\rAlways use WebGLUniformLocationWrapper instead.", @@ -324868,7 +325388,7 @@ ], "scope": "static", "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLUniformLocationWrapper", - "___id": "T000002R036339", + "___id": "T000002R036457", "___s": true }, { @@ -324877,7 +325397,7 @@ "filename": "WebGLUniformLocationWrapper.js", "lineno": 32, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "The WebGLUniformLocation being wrapped by this class.\r\rThis property could change at any time.\rTherefore, you should never store a reference to this value.\rIt should only be passed directly to the WebGL API for drawing.", @@ -324899,7 +325419,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLUniformLocationWrapper#webGLUniformLocation", "scope": "instance", "kind": "member", - "___id": "T000002R036342", + "___id": "T000002R036460", "___s": true }, { @@ -324908,7 +325428,7 @@ "filename": "WebGLUniformLocationWrapper.js", "lineno": 46, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "The WebGLRenderingContext that owns this location.", @@ -324927,7 +325447,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLUniformLocationWrapper#gl", "scope": "instance", "kind": "member", - "___id": "T000002R036344", + "___id": "T000002R036462", "___s": true }, { @@ -324936,7 +325456,7 @@ "filename": "WebGLUniformLocationWrapper.js", "lineno": 55, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "The WebGLProgram that this location refers to.", @@ -324955,7 +325475,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLUniformLocationWrapper#program", "scope": "instance", "kind": "member", - "___id": "T000002R036346", + "___id": "T000002R036464", "___s": true }, { @@ -324964,7 +325484,7 @@ "filename": "WebGLUniformLocationWrapper.js", "lineno": 64, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "The name of this location, as defined in the shader source code.", @@ -324983,7 +325503,7 @@ "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLUniformLocationWrapper#name", "scope": "instance", "kind": "member", - "___id": "T000002R036348", + "___id": "T000002R036466", "___s": true }, { @@ -324992,7 +325512,7 @@ "filename": "WebGLUniformLocationWrapper.js", "lineno": 76, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Creates the WebGLUniformLocation.", @@ -325002,7 +325522,7 @@ "memberof": "Phaser.Renderer.WebGL.Wrappers.WebGLUniformLocationWrapper", "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLUniformLocationWrapper#createResource", "scope": "instance", - "___id": "T000002R036350", + "___id": "T000002R036468", "___s": true }, { @@ -325011,7 +325531,7 @@ "filename": "WebGLUniformLocationWrapper.js", "lineno": 102, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\wrappers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\wrappers", "code": {} }, "description": "Destroys this WebGLUniformLocationWrapper.", @@ -325021,7 +325541,7 @@ "memberof": "Phaser.Renderer.WebGL.Wrappers.WebGLUniformLocationWrapper", "longname": "Phaser.Renderer.WebGL.Wrappers.WebGLUniformLocationWrapper#destroy", "scope": "instance", - "___id": "T000002R036355", + "___id": "T000002R036473", "___s": true }, { @@ -325030,7 +325550,7 @@ "filename": "CENTER_CONST.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "Phaser Scale Manager constants for centering the game canvas.", @@ -325040,7 +325560,7 @@ "since": "3.16.0", "longname": "Phaser.Scale.Center", "scope": "static", - "___id": "T000002R036362", + "___id": "T000002R036480", "___s": true }, { @@ -325049,7 +325569,7 @@ "filename": "CENTER_CONST.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "Phaser Scale Manager constants for centering the game canvas.\r\rTo find out what each mode does please see [Phaser.Scale.Center]{@link Phaser.Scale.Center}.", @@ -325068,7 +325588,7 @@ "since": "3.16.0", "longname": "Phaser.Scale.CenterType", "scope": "static", - "___id": "T000002R036363", + "___id": "T000002R036481", "___s": true }, { @@ -325077,7 +325597,7 @@ "filename": "CENTER_CONST.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "The game canvas is not centered within the parent by Phaser.\rYou can still center it yourself via CSS.", @@ -325096,7 +325616,7 @@ "memberof": "Phaser.Scale.Center", "longname": "Phaser.Scale.Center.NO_CENTER", "scope": "static", - "___id": "T000002R036365", + "___id": "T000002R036483", "___s": true }, { @@ -325105,7 +325625,7 @@ "filename": "CENTER_CONST.js", "lineno": 38, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "The game canvas is centered both horizontally and vertically within the parent.\rTo do this, the parent has to have a bounds that can be calculated and not be empty.\r\rCentering is achieved by setting the margin left and top properties of the\rgame canvas, and does not factor in any other CSS styles you may have applied.", @@ -325124,7 +325644,7 @@ "memberof": "Phaser.Scale.Center", "longname": "Phaser.Scale.Center.CENTER_BOTH", "scope": "static", - "___id": "T000002R036367", + "___id": "T000002R036485", "___s": true }, { @@ -325133,7 +325653,7 @@ "filename": "CENTER_CONST.js", "lineno": 52, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "The game canvas is centered horizontally within the parent.\rTo do this, the parent has to have a bounds that can be calculated and not be empty.\r\rCentering is achieved by setting the margin left and top properties of the\rgame canvas, and does not factor in any other CSS styles you may have applied.", @@ -325152,7 +325672,7 @@ "memberof": "Phaser.Scale.Center", "longname": "Phaser.Scale.Center.CENTER_HORIZONTALLY", "scope": "static", - "___id": "T000002R036369", + "___id": "T000002R036487", "___s": true }, { @@ -325161,7 +325681,7 @@ "filename": "CENTER_CONST.js", "lineno": 66, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "The game canvas is centered both vertically within the parent.\rTo do this, the parent has to have a bounds that can be calculated and not be empty.\r\rCentering is achieved by setting the margin left and top properties of the\rgame canvas, and does not factor in any other CSS styles you may have applied.", @@ -325180,7 +325700,7 @@ "memberof": "Phaser.Scale.Center", "longname": "Phaser.Scale.Center.CENTER_VERTICALLY", "scope": "static", - "___id": "T000002R036371", + "___id": "T000002R036489", "___s": true }, { @@ -325189,7 +325709,7 @@ "filename": "ORIENTATION_CONST.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "Phaser Scale Manager constants for orientation.", @@ -325199,7 +325719,7 @@ "since": "3.16.0", "longname": "Phaser.Scale.Orientation", "scope": "static", - "___id": "T000002R036379", + "___id": "T000002R036497", "___s": true }, { @@ -325208,7 +325728,7 @@ "filename": "ORIENTATION_CONST.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "Phaser Scale Manager constants for orientation.\r\rTo find out what each mode does please see [Phaser.Scale.Orientation]{@link Phaser.Scale.Orientation}.", @@ -325227,19 +325747,19 @@ "since": "3.16.0", "longname": "Phaser.Scale.OrientationType", "scope": "static", - "___id": "T000002R036380", + "___id": "T000002R036498", "___s": true }, { - "comment": "/**\r\n * A landscape orientation.\r\n *\r\n * @name Phaser.Scale.Orientation.LANDSCAPE\r\n * @type {string}\r\n * @const\r\n * @since 3.16.0\r\n */", + "comment": "/**\r\n * The primary landscape orientation.\r\n *\r\n * @name Phaser.Scale.Orientation.LANDSCAPE\r\n * @type {string}\r\n * @const\r\n * @since 3.16.0\r\n */", "meta": { "filename": "ORIENTATION_CONST.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, - "description": "A landscape orientation.", + "description": "The primary landscape orientation.", "name": "LANDSCAPE", "type": { "names": [ @@ -325255,19 +325775,47 @@ "memberof": "Phaser.Scale.Orientation", "longname": "Phaser.Scale.Orientation.LANDSCAPE", "scope": "static", - "___id": "T000002R036382", + "___id": "T000002R036500", "___s": true }, { - "comment": "/**\r\n * A portrait orientation.\r\n *\r\n * @name Phaser.Scale.Orientation.PORTRAIT\r\n * @type {string}\r\n * @const\r\n * @since 3.16.0\r\n */", + "comment": "/**\r\n * The secondary landscape orientation.\r\n *\r\n * @name Phaser.Scale.Orientation.LANDSCAPE_SECONDARY\r\n * @type {string}\r\n * @const\r\n * @since 3.85.0\r\n */", "meta": { "filename": "ORIENTATION_CONST.js", "lineno": 37, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, - "description": "A portrait orientation.", + "description": "The secondary landscape orientation.", + "name": "LANDSCAPE_SECONDARY", + "type": { + "names": [ + "string" + ], + "parsedType": { + "type": "NameExpression", + "name": "string" + } + }, + "kind": "constant", + "since": "3.85.0", + "memberof": "Phaser.Scale.Orientation", + "longname": "Phaser.Scale.Orientation.LANDSCAPE_SECONDARY", + "scope": "static", + "___id": "T000002R036502", + "___s": true + }, + { + "comment": "/**\r\n * The primary portrait orientation.\r\n *\r\n * @name Phaser.Scale.Orientation.PORTRAIT\r\n * @type {string}\r\n * @const\r\n * @since 3.16.0\r\n */", + "meta": { + "filename": "ORIENTATION_CONST.js", + "lineno": 47, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", + "code": {} + }, + "description": "The primary portrait orientation.", "name": "PORTRAIT", "type": { "names": [ @@ -325283,7 +325831,35 @@ "memberof": "Phaser.Scale.Orientation", "longname": "Phaser.Scale.Orientation.PORTRAIT", "scope": "static", - "___id": "T000002R036384", + "___id": "T000002R036504", + "___s": true + }, + { + "comment": "/**\r\n * The secondary portrait orientation.\r\n *\r\n * @name Phaser.Scale.Orientation.PORTRAIT_SECONDARY\r\n * @type {string}\r\n * @const\r\n * @since 3.16.0\r\n */", + "meta": { + "filename": "ORIENTATION_CONST.js", + "lineno": 57, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", + "code": {} + }, + "description": "The secondary portrait orientation.", + "name": "PORTRAIT_SECONDARY", + "type": { + "names": [ + "string" + ], + "parsedType": { + "type": "NameExpression", + "name": "string" + } + }, + "kind": "constant", + "since": "3.16.0", + "memberof": "Phaser.Scale.Orientation", + "longname": "Phaser.Scale.Orientation.PORTRAIT_SECONDARY", + "scope": "static", + "___id": "T000002R036506", "___s": true }, { @@ -325292,7 +325868,7 @@ "filename": "SCALE_MODE_CONST.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "Phaser Scale Manager constants for the different scale modes available.", @@ -325302,7 +325878,7 @@ "since": "3.16.0", "longname": "Phaser.Scale.ScaleModes", "scope": "static", - "___id": "T000002R036386", + "___id": "T000002R036508", "___s": true }, { @@ -325311,7 +325887,7 @@ "filename": "SCALE_MODE_CONST.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "Phaser Scale Manager constants for the different scale modes available.\r\rTo find out what each mode does please see [Phaser.Scale.ScaleModes]{@link Phaser.Scale.ScaleModes}.", @@ -325330,7 +325906,7 @@ "since": "3.16.0", "longname": "Phaser.Scale.ScaleModeType", "scope": "static", - "___id": "T000002R036387", + "___id": "T000002R036509", "___s": true }, { @@ -325339,7 +325915,7 @@ "filename": "SCALE_MODE_CONST.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "No scaling happens at all. The canvas is set to the size given in the game config and Phaser doesn't change it\ragain from that point on. If you change the canvas size, either via CSS, or directly via code, then you need\rto call the Scale Managers `resize` method to give the new dimensions, or input events will stop working.", @@ -325358,7 +325934,7 @@ "memberof": "Phaser.Scale.ScaleModes", "longname": "Phaser.Scale.ScaleModes.NONE", "scope": "static", - "___id": "T000002R036389", + "___id": "T000002R036511", "___s": true }, { @@ -325367,7 +325943,7 @@ "filename": "SCALE_MODE_CONST.js", "lineno": 39, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "The height is automatically adjusted based on the width.", @@ -325386,7 +325962,7 @@ "memberof": "Phaser.Scale.ScaleModes", "longname": "Phaser.Scale.ScaleModes.WIDTH_CONTROLS_HEIGHT", "scope": "static", - "___id": "T000002R036391", + "___id": "T000002R036513", "___s": true }, { @@ -325395,7 +325971,7 @@ "filename": "SCALE_MODE_CONST.js", "lineno": 49, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "The width is automatically adjusted based on the height.", @@ -325414,7 +325990,7 @@ "memberof": "Phaser.Scale.ScaleModes", "longname": "Phaser.Scale.ScaleModes.HEIGHT_CONTROLS_WIDTH", "scope": "static", - "___id": "T000002R036393", + "___id": "T000002R036515", "___s": true }, { @@ -325423,7 +325999,7 @@ "filename": "SCALE_MODE_CONST.js", "lineno": 59, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "The width and height are automatically adjusted to fit inside the given target area,\rwhile keeping the aspect ratio. Depending on the aspect ratio there may be some space\rinside the area which is not covered.", @@ -325442,7 +326018,7 @@ "memberof": "Phaser.Scale.ScaleModes", "longname": "Phaser.Scale.ScaleModes.FIT", "scope": "static", - "___id": "T000002R036395", + "___id": "T000002R036517", "___s": true }, { @@ -325451,7 +326027,7 @@ "filename": "SCALE_MODE_CONST.js", "lineno": 71, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "The width and height are automatically adjusted to make the size cover the entire target\rarea while keeping the aspect ratio. This may extend further out than the target size.", @@ -325470,7 +326046,7 @@ "memberof": "Phaser.Scale.ScaleModes", "longname": "Phaser.Scale.ScaleModes.ENVELOP", "scope": "static", - "___id": "T000002R036397", + "___id": "T000002R036519", "___s": true }, { @@ -325479,7 +326055,7 @@ "filename": "SCALE_MODE_CONST.js", "lineno": 82, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "The Canvas is resized to fit all available _parent_ space, regardless of aspect ratio.", @@ -325498,7 +326074,7 @@ "memberof": "Phaser.Scale.ScaleModes", "longname": "Phaser.Scale.ScaleModes.RESIZE", "scope": "static", - "___id": "T000002R036399", + "___id": "T000002R036521", "___s": true }, { @@ -325507,7 +326083,7 @@ "filename": "SCALE_MODE_CONST.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "The Canvas's visible area is resized to fit all available _parent_ space like RESIZE mode,\rand scale canvas size to fit inside the visible area like FIT mode.", @@ -325526,7 +326102,7 @@ "memberof": "Phaser.Scale.ScaleModes", "longname": "Phaser.Scale.ScaleModes.EXPAND", "scope": "static", - "___id": "T000002R036401", + "___id": "T000002R036523", "___s": true }, { @@ -325535,7 +326111,7 @@ "filename": "ZOOM_CONST.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "Phaser Scale Manager constants for zoom modes.", @@ -325545,7 +326121,7 @@ "since": "3.16.0", "longname": "Phaser.Scale.Zoom", "scope": "static", - "___id": "T000002R036403", + "___id": "T000002R036525", "___s": true }, { @@ -325554,7 +326130,7 @@ "filename": "ZOOM_CONST.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "Phaser Scale Manager constants for zoom modes.\r\rTo find out what each mode does please see [Phaser.Scale.Zoom]{@link Phaser.Scale.Zoom}.", @@ -325573,7 +326149,7 @@ "since": "3.16.0", "longname": "Phaser.Scale.ZoomType", "scope": "static", - "___id": "T000002R036404", + "___id": "T000002R036526", "___s": true }, { @@ -325582,7 +326158,7 @@ "filename": "ZOOM_CONST.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "The game canvas will not be zoomed by Phaser.", @@ -325601,7 +326177,7 @@ "memberof": "Phaser.Scale.Zoom", "longname": "Phaser.Scale.Zoom.NO_ZOOM", "scope": "static", - "___id": "T000002R036406", + "___id": "T000002R036528", "___s": true }, { @@ -325610,7 +326186,7 @@ "filename": "ZOOM_CONST.js", "lineno": 37, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "The game canvas will be 2x zoomed by Phaser.", @@ -325629,7 +326205,7 @@ "memberof": "Phaser.Scale.Zoom", "longname": "Phaser.Scale.Zoom.ZOOM_2X", "scope": "static", - "___id": "T000002R036408", + "___id": "T000002R036530", "___s": true }, { @@ -325638,7 +326214,7 @@ "filename": "ZOOM_CONST.js", "lineno": 47, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "The game canvas will be 4x zoomed by Phaser.", @@ -325657,7 +326233,7 @@ "memberof": "Phaser.Scale.Zoom", "longname": "Phaser.Scale.Zoom.ZOOM_4X", "scope": "static", - "___id": "T000002R036410", + "___id": "T000002R036532", "___s": true }, { @@ -325666,7 +326242,7 @@ "filename": "ZOOM_CONST.js", "lineno": 57, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "Calculate the zoom value based on the maximum multiplied game size that will\rfit into the parent, or browser window if no parent is set.", @@ -325685,7 +326261,7 @@ "memberof": "Phaser.Scale.Zoom", "longname": "Phaser.Scale.Zoom.MAX_ZOOM", "scope": "static", - "___id": "T000002R036412", + "___id": "T000002R036534", "___s": true }, { @@ -325694,7 +326270,7 @@ "filename": "ENTER_FULLSCREEN_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\events", "code": {} }, "description": "The Scale Manager has successfully entered fullscreen mode.", @@ -325713,7 +326289,7 @@ "memberof": "Phaser.Scale.Events", "longname": "Phaser.Scale.Events#event:ENTER_FULLSCREEN", "scope": "instance", - "___id": "T000002R036414", + "___id": "T000002R036536", "___s": true }, { @@ -325722,7 +326298,7 @@ "filename": "FULLSCREEN_FAILED_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\events", "code": {} }, "description": "The Scale Manager tried to enter fullscreen mode but failed.", @@ -325741,7 +326317,7 @@ "memberof": "Phaser.Scale.Events", "longname": "Phaser.Scale.Events#event:FULLSCREEN_FAILED", "scope": "instance", - "___id": "T000002R036416", + "___id": "T000002R036538", "___s": true }, { @@ -325750,7 +326326,7 @@ "filename": "FULLSCREEN_UNSUPPORTED_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\events", "code": {} }, "description": "The Scale Manager tried to enter fullscreen mode, but it is unsupported by the browser.", @@ -325769,7 +326345,7 @@ "memberof": "Phaser.Scale.Events", "longname": "Phaser.Scale.Events#event:FULLSCREEN_UNSUPPORTED", "scope": "instance", - "___id": "T000002R036418", + "___id": "T000002R036540", "___s": true }, { @@ -325778,7 +326354,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\events", "code": {} }, "kind": "namespace", @@ -325786,7 +326362,7 @@ "memberof": "Phaser.Scale", "longname": "Phaser.Scale.Events", "scope": "static", - "___id": "T000002R036420", + "___id": "T000002R036542", "___s": true }, { @@ -325795,7 +326371,7 @@ "filename": "LEAVE_FULLSCREEN_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\events", "code": {} }, "description": "The Scale Manager was in fullscreen mode, but has since left, either directly via game code,\ror via a user gestured, such as pressing the ESC key.", @@ -325814,7 +326390,7 @@ "memberof": "Phaser.Scale.Events", "longname": "Phaser.Scale.Events#event:LEAVE_FULLSCREEN", "scope": "instance", - "___id": "T000002R036428", + "___id": "T000002R036550", "___s": true }, { @@ -325823,7 +326399,7 @@ "filename": "ORIENTATION_CHANGE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\events", "code": {} }, "description": "The Scale Manager Orientation Change Event.\r\rThis event is dispatched whenever the Scale Manager detects an orientation change event from the browser.", @@ -325857,7 +326433,7 @@ "memberof": "Phaser.Scale.Events", "longname": "Phaser.Scale.Events#event:ORIENTATION_CHANGE", "scope": "instance", - "___id": "T000002R036430", + "___id": "T000002R036552", "___s": true }, { @@ -325866,7 +326442,7 @@ "filename": "RESIZE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\events", "code": {} }, "description": "The Scale Manager Resize Event.\r\rThis event is dispatched whenever the Scale Manager detects a resize event from the browser.\rIt sends three parameters to the callback, each of them being Size components. You can read\rthe `width`, `height`, `aspectRatio` and other properties of these components to help with\rscaling your own game content.", @@ -325952,16 +326528,16 @@ "memberof": "Phaser.Scale.Events", "longname": "Phaser.Scale.Events#event:RESIZE", "scope": "instance", - "___id": "T000002R036432", + "___id": "T000002R036554", "___s": true }, { - "comment": "/**\r\n * @namespace Phaser.Scale\r\n *\r\n * @borrows Phaser.Scale.Center.NO_CENTER as NO_CENTER\r\n * @borrows Phaser.Scale.Center.CENTER_BOTH as CENTER_BOTH\r\n * @borrows Phaser.Scale.Center.CENTER_HORIZONTALLY as CENTER_HORIZONTALLY\r\n * @borrows Phaser.Scale.Center.CENTER_VERTICALLY as CENTER_VERTICALLY\r\n *\r\n * @borrows Phaser.Scale.Orientation.LANDSCAPE as LANDSCAPE\r\n * @borrows Phaser.Scale.Orientation.PORTRAIT as PORTRAIT\r\n *\r\n * @borrows Phaser.Scale.ScaleModes.NONE as NONE\r\n * @borrows Phaser.Scale.ScaleModes.WIDTH_CONTROLS_HEIGHT as WIDTH_CONTROLS_HEIGHT\r\n * @borrows Phaser.Scale.ScaleModes.HEIGHT_CONTROLS_WIDTH as HEIGHT_CONTROLS_WIDTH\r\n * @borrows Phaser.Scale.ScaleModes.FIT as FIT\r\n * @borrows Phaser.Scale.ScaleModes.ENVELOP as ENVELOP\r\n * @borrows Phaser.Scale.ScaleModes.RESIZE as RESIZE\r\n *\r\n * @borrows Phaser.Scale.Zoom.NO_ZOOM as NO_ZOOM\r\n * @borrows Phaser.Scale.Zoom.ZOOM_2X as ZOOM_2X\r\n * @borrows Phaser.Scale.Zoom.ZOOM_4X as ZOOM_4X\r\n * @borrows Phaser.Scale.Zoom.MAX_ZOOM as MAX_ZOOM\r\n */", + "comment": "/**\r\n * @namespace Phaser.Scale\r\n *\r\n * @borrows Phaser.Scale.Center.NO_CENTER as NO_CENTER\r\n * @borrows Phaser.Scale.Center.CENTER_BOTH as CENTER_BOTH\r\n * @borrows Phaser.Scale.Center.CENTER_HORIZONTALLY as CENTER_HORIZONTALLY\r\n * @borrows Phaser.Scale.Center.CENTER_VERTICALLY as CENTER_VERTICALLY\r\n *\r\n * @borrows Phaser.Scale.Orientation.LANDSCAPE as LANDSCAPE\r\n * @borrows Phaser.Scale.Orientation.PORTRAIT as PORTRAIT\r\n *\r\n * @borrows Phaser.Scale.ScaleModes.NONE as NONE\r\n * @borrows Phaser.Scale.ScaleModes.WIDTH_CONTROLS_HEIGHT as WIDTH_CONTROLS_HEIGHT\r\n * @borrows Phaser.Scale.ScaleModes.HEIGHT_CONTROLS_WIDTH as HEIGHT_CONTROLS_WIDTH\r\n * @borrows Phaser.Scale.ScaleModes.FIT as FIT\r\n * @borrows Phaser.Scale.ScaleModes.ENVELOP as ENVELOP\r\n * @borrows Phaser.Scale.ScaleModes.RESIZE as RESIZE\r\n * @borrows Phaser.Scale.ScaleModes.EXPAND as EXPAND \r\n *\r\n * @borrows Phaser.Scale.Zoom.NO_ZOOM as NO_ZOOM\r\n * @borrows Phaser.Scale.Zoom.ZOOM_2X as ZOOM_2X\r\n * @borrows Phaser.Scale.Zoom.ZOOM_4X as ZOOM_4X\r\n * @borrows Phaser.Scale.Zoom.MAX_ZOOM as MAX_ZOOM\r\n */", "meta": { "filename": "index.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "kind": "namespace", @@ -325969,7 +326545,7 @@ "memberof": "Phaser", "longname": "Phaser.Scale", "scope": "static", - "___id": "T000002R036436", + "___id": "T000002R036558", "___s": true }, { @@ -325978,7 +326554,7 @@ "filename": "ScaleManager.js", "lineno": 22, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "classdesc": "The Scale Manager handles the scaling, resizing and alignment of the game canvas.\r\rThe way scaling is handled is by setting the game canvas to a fixed size, which is defined in the\rgame configuration. You also define the parent container in the game config. If no parent is given,\rit will default to using the document body. The Scale Manager will then look at the available space\rwithin the _parent_ and scale the canvas accordingly. Scaling is handled by setting the canvas CSS\rwidth and height properties, leaving the width and height of the canvas element itself untouched.\rScaling is therefore achieved by keeping the core canvas the same size and 'stretching'\rit via its CSS properties. This gives the same result and speed as using the `transform-scale` CSS\rproperty, without the need for browser prefix handling.\r\rThe calculations for the scale are heavily influenced by the bounding parent size, which is the computed\rdimensions of the canvas's parent. The CSS rules of the parent element play an important role in the\roperation of the Scale Manager. For example, if the parent has no defined width or height, then actions\rlike auto-centering will fail to achieve the required result. The Scale Manager works in tandem with the\rCSS you set-up on the page hosting your game, rather than taking control of it.\r\r#### Parent and Display canvas containment guidelines:\r\r- Style the Parent element (of the game canvas) to control the Parent size and thus the games size and layout.\r\r- The Parent element's CSS styles should _effectively_ apply maximum (and minimum) bounding behavior.\r\r- The Parent element should _not_ apply a padding as this is not accounted for.\r If a padding is required apply it to the Parent's parent or apply a margin to the Parent.\r If you need to add a border, margin or any other CSS around your game container, then use a parent element and\r apply the CSS to this instead, otherwise you'll be constantly resizing the shape of the game container.\r\r- The Display canvas layout CSS styles (i.e. margins, size) should not be altered / specified as\r they may be updated by the Scale Manager.\r\r#### Scale Modes\r\rThe way the scaling is handled is determined by the `scaleMode` property. The default is `NONE`,\rwhich prevents Phaser from scaling or touching the canvas, or its parent, at all. In this mode, you are\rresponsible for all scaling. The other scaling modes afford you automatic scaling.\r\rIf you wish to scale your game so that it always fits into the available space within the parent, you\rshould use the scale mode `FIT`. Look at the documentation for other scale modes to see what options are\ravailable. Here is a basic config showing how to set this scale mode:\r\r```javascript\rscale: {\r parent: 'yourgamediv',\r mode: Phaser.Scale.FIT,\r width: 800,\r height: 600\r}\r```\r\rPlace the `scale` config object within your game config.\r\rIf you wish for the canvas to be resized directly, so that the canvas itself fills the available space\r(i.e. it isn't scaled, it's resized) then use the `RESIZE` scale mode. This will give you a 1:1 mapping\rof canvas pixels to game size. In this mode CSS isn't used to scale the canvas, it's literally adjusted\rto fill all available space within the parent. You should be extremely careful about the size of the\rcanvas you're creating when doing this, as the larger the area, the more work the GPU has to do and it's\rvery easy to hit fill-rate limits quickly.\r\rFor complex, custom-scaling requirements, you should probably consider using the `RESIZE` scale mode,\rwith your own limitations in place re: canvas dimensions and managing the scaling with the game scenes\ryourself. For the vast majority of games, however, the `FIT` mode is likely to be the most used.\r\rPlease appreciate that the Scale Manager cannot perform miracles. All it does is scale your game canvas\ras best it can, based on what it can infer from its surrounding area. There are all kinds of environments\rwhere it's up to you to guide and help the canvas position itself, especially when built into rendering\rframeworks like React and Vue. If your page requires meta tags to prevent user scaling gestures, or such\rlike, then it's up to you to ensure they are present in the html.\r\r#### Centering\r\rYou can also have the game canvas automatically centered. Again, this relies heavily on the parent being\rproperly configured and styled, as the centering offsets are based entirely on the available space\rwithin the parent element. Centering is disabled by default, or can be applied horizontally, vertically,\ror both. Here's an example:\r\r```javascript\rscale: {\r parent: 'yourgamediv',\r autoCenter: Phaser.Scale.CENTER_BOTH,\r width: 800,\r height: 600\r}\r```\r\r#### Fullscreen API\r\rIf the browser supports it, you can send your game into fullscreen mode. In this mode, the game will fill\rthe entire display, removing all browser UI and anything else present on the screen. It will remain in this\rmode until your game either disables it, or until the user tabs out or presses ESCape if on desktop. It's a\rgreat way to achieve a desktop-game like experience from the browser, but it does require a modern browser\rto handle it. Some mobile browsers also support this.", @@ -326006,7 +326582,7 @@ ], "scope": "static", "longname": "Phaser.Scale.ScaleManager", - "___id": "T000002R036463", + "___id": "T000002R036585", "___s": true }, { @@ -326015,7 +326591,7 @@ "filename": "ScaleManager.js", "lineno": 135, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "A reference to the Phaser.Game instance.", @@ -326035,7 +326611,7 @@ "longname": "Phaser.Scale.ScaleManager#game", "scope": "instance", "kind": "member", - "___id": "T000002R036467", + "___id": "T000002R036589", "___s": true }, { @@ -326044,7 +326620,7 @@ "filename": "ScaleManager.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "A reference to the HTML Canvas Element that Phaser uses to render the game.", @@ -326063,7 +326639,7 @@ "longname": "Phaser.Scale.ScaleManager#canvas", "scope": "instance", "kind": "member", - "___id": "T000002R036469", + "___id": "T000002R036591", "___s": true }, { @@ -326072,7 +326648,7 @@ "filename": "ScaleManager.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "The DOM bounds of the canvas element.", @@ -326091,7 +326667,7 @@ "longname": "Phaser.Scale.ScaleManager#canvasBounds", "scope": "instance", "kind": "member", - "___id": "T000002R036471", + "___id": "T000002R036593", "___s": true }, { @@ -326100,7 +326676,7 @@ "filename": "ScaleManager.js", "lineno": 163, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "The parent object of the Canvas. Often a div, or the browser window, or nothing in non-browser environments.\r\rThis is set in the Game Config as the `parent` property. If undefined (or just not present), it will default\rto use the document body. If specifically set to `null` Phaser will ignore all parent operations.", @@ -326121,7 +326697,7 @@ "longname": "Phaser.Scale.ScaleManager#parent", "scope": "instance", "kind": "member", - "___id": "T000002R036473", + "___id": "T000002R036595", "___s": true }, { @@ -326130,7 +326706,7 @@ "filename": "ScaleManager.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Is the parent element the browser window?", @@ -326149,7 +326725,7 @@ "longname": "Phaser.Scale.ScaleManager#parentIsWindow", "scope": "instance", "kind": "member", - "___id": "T000002R036475", + "___id": "T000002R036597", "___s": true }, { @@ -326158,7 +326734,7 @@ "filename": "ScaleManager.js", "lineno": 184, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "The Parent Size component.", @@ -326177,7 +326753,7 @@ "longname": "Phaser.Scale.ScaleManager#parentSize", "scope": "instance", "kind": "member", - "___id": "T000002R036477", + "___id": "T000002R036599", "___s": true }, { @@ -326186,7 +326762,7 @@ "filename": "ScaleManager.js", "lineno": 193, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "The Game Size component.\r\rThe un-modified game size, as requested in the game config (the raw width / height),\ras used for world bounds, cameras, etc", @@ -326205,7 +326781,7 @@ "longname": "Phaser.Scale.ScaleManager#gameSize", "scope": "instance", "kind": "member", - "___id": "T000002R036479", + "___id": "T000002R036601", "___s": true }, { @@ -326214,7 +326790,7 @@ "filename": "ScaleManager.js", "lineno": 205, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "The Base Size component.\r\rThe modified game size, which is the auto-rounded gameSize, used to set the canvas width and height\r(but not the CSS style)", @@ -326233,7 +326809,7 @@ "longname": "Phaser.Scale.ScaleManager#baseSize", "scope": "instance", "kind": "member", - "___id": "T000002R036481", + "___id": "T000002R036603", "___s": true }, { @@ -326242,7 +326818,7 @@ "filename": "ScaleManager.js", "lineno": 217, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "The Display Size component.\r\rThe size used for the canvas style, factoring in the scale mode, parent and other values.", @@ -326261,7 +326837,7 @@ "longname": "Phaser.Scale.ScaleManager#displaySize", "scope": "instance", "kind": "member", - "___id": "T000002R036483", + "___id": "T000002R036605", "___s": true }, { @@ -326270,7 +326846,7 @@ "filename": "ScaleManager.js", "lineno": 228, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "The game scale mode.", @@ -326289,7 +326865,7 @@ "longname": "Phaser.Scale.ScaleManager#scaleMode", "scope": "instance", "kind": "member", - "___id": "T000002R036485", + "___id": "T000002R036607", "___s": true }, { @@ -326298,7 +326874,7 @@ "filename": "ScaleManager.js", "lineno": 237, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "The game zoom factor.\r\rThis value allows you to multiply your games base size by the given zoom factor.\rThis is then used when calculating the display size, even in `NONE` situations.\rIf you don't want Phaser to touch the canvas style at all, this value should be 1.\r\rCan also be set to `MAX_ZOOM` in which case the zoom value will be derived based\ron the game size and available space within the parent.", @@ -326317,7 +326893,7 @@ "longname": "Phaser.Scale.ScaleManager#zoom", "scope": "instance", "kind": "member", - "___id": "T000002R036487", + "___id": "T000002R036609", "___s": true }, { @@ -326326,7 +326902,7 @@ "filename": "ScaleManager.js", "lineno": 253, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Internal flag set when the game zoom factor is modified.", @@ -326346,7 +326922,7 @@ "longname": "Phaser.Scale.ScaleManager#_resetZoom", "scope": "instance", "kind": "member", - "___id": "T000002R036489", + "___id": "T000002R036611", "___s": true }, { @@ -326355,7 +326931,7 @@ "filename": "ScaleManager.js", "lineno": 263, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "The scale factor between the baseSize and the canvasBounds.", @@ -326374,7 +326950,7 @@ "longname": "Phaser.Scale.ScaleManager#displayScale", "scope": "instance", "kind": "member", - "___id": "T000002R036491", + "___id": "T000002R036613", "___s": true }, { @@ -326383,7 +326959,7 @@ "filename": "ScaleManager.js", "lineno": 272, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "If set, the canvas sizes will be automatically passed through Math.floor.\rThis results in rounded pixel display values, which is important for performance on legacy\rand low powered devices, but at the cost of not achieving a 'perfect' fit in some browser windows.", @@ -326402,7 +326978,7 @@ "longname": "Phaser.Scale.ScaleManager#autoRound", "scope": "instance", "kind": "member", - "___id": "T000002R036493", + "___id": "T000002R036615", "___s": true }, { @@ -326411,7 +326987,7 @@ "filename": "ScaleManager.js", "lineno": 283, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Automatically center the canvas within the parent? The different centering modes are:\r\r1. No centering.\r2. Center both horizontally and vertically.\r3. Center horizontally.\r4. Center vertically.\r\rPlease be aware that in order to center the game canvas, you must have specified a parent\rthat has a size set, or the canvas parent is the document.body.", @@ -326430,7 +327006,7 @@ "longname": "Phaser.Scale.ScaleManager#autoCenter", "scope": "instance", "kind": "member", - "___id": "T000002R036495", + "___id": "T000002R036617", "___s": true }, { @@ -326439,7 +327015,7 @@ "filename": "ScaleManager.js", "lineno": 300, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "The current device orientation.\r\rOrientation events are dispatched via the Device Orientation API, typically only on mobile browsers.", @@ -326458,7 +327034,7 @@ "longname": "Phaser.Scale.ScaleManager#orientation", "scope": "instance", "kind": "member", - "___id": "T000002R036497", + "___id": "T000002R036619", "___s": true }, { @@ -326467,7 +327043,7 @@ "filename": "ScaleManager.js", "lineno": 311, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "A reference to the Device.Fullscreen object.", @@ -326486,7 +327062,7 @@ "longname": "Phaser.Scale.ScaleManager#fullscreen", "scope": "instance", "kind": "member", - "___id": "T000002R036499", + "___id": "T000002R036621", "___s": true }, { @@ -326495,7 +327071,7 @@ "filename": "ScaleManager.js", "lineno": 320, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "The DOM Element which is sent into fullscreen mode.", @@ -326516,7 +327092,7 @@ "longname": "Phaser.Scale.ScaleManager#fullscreenTarget", "scope": "instance", "kind": "member", - "___id": "T000002R036501", + "___id": "T000002R036623", "___s": true }, { @@ -326525,7 +327101,7 @@ "filename": "ScaleManager.js", "lineno": 339, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "The dirty state of the Scale Manager.\rSet if there is a change between the parent size and the current size.", @@ -326544,7 +327120,7 @@ "longname": "Phaser.Scale.ScaleManager#dirty", "scope": "instance", "kind": "member", - "___id": "T000002R036505", + "___id": "T000002R036627", "___s": true }, { @@ -326553,7 +327129,7 @@ "filename": "ScaleManager.js", "lineno": 349, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "How many milliseconds should elapse before checking if the browser size has changed?\r\rMost modern browsers dispatch a 'resize' event, which the Scale Manager will listen for.\rHowever, older browsers fail to do this, or do it consistently, so we fall back to a\rmore traditional 'size check' based on a time interval. You can control how often it is\rchecked here.", @@ -326572,7 +327148,7 @@ "longname": "Phaser.Scale.ScaleManager#resizeInterval", "scope": "instance", "kind": "member", - "___id": "T000002R036507", + "___id": "T000002R036629", "___s": true }, { @@ -326581,7 +327157,7 @@ "filename": "ScaleManager.js", "lineno": 401, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Called _before_ the canvas object is created and added to the DOM.", @@ -326595,7 +327171,7 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#preBoot", "scope": "instance", - "___id": "T000002R036519", + "___id": "T000002R036641", "___s": true }, { @@ -326604,7 +327180,7 @@ "filename": "ScaleManager.js", "lineno": 417, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "The Boot handler is called by Phaser.Game when it first starts up.\rThe renderer is available by now and the canvas has been added to the DOM.", @@ -326618,7 +327194,7 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#boot", "scope": "instance", - "___id": "T000002R036521", + "___id": "T000002R036643", "___s": true }, { @@ -326627,7 +327203,7 @@ "filename": "ScaleManager.js", "lineno": 463, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Parses the game configuration to set-up the scale defaults.", @@ -326653,7 +327229,7 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#parseConfig", "scope": "instance", - "___id": "T000002R036526", + "___id": "T000002R036648", "___s": true }, { @@ -326662,7 +327238,7 @@ "filename": "ScaleManager.js", "lineno": 596, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Determines the parent element of the game canvas, if any, based on the game configuration.", @@ -326687,7 +327263,7 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#getParent", "scope": "instance", - "___id": "T000002R036555", + "___id": "T000002R036677", "___s": true }, { @@ -326696,7 +327272,7 @@ "filename": "ScaleManager.js", "lineno": 646, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Calculates the size of the parent bounds and updates the `parentSize`\rproperties, only if the canvas has a dom parent.", @@ -326720,7 +327296,7 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#getParentBounds", "scope": "instance", - "___id": "T000002R036568", + "___id": "T000002R036690", "___s": true }, { @@ -326729,7 +327305,7 @@ "filename": "ScaleManager.js", "lineno": 701, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Attempts to lock the orientation of the web browser using the Screen Orientation API.\r\rThis API is only available on modern mobile browsers.\rSee https://developer.mozilla.org/en-US/docs/Web/API/Screen/lockOrientation for details.", @@ -326768,7 +327344,7 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#lockOrientation", "scope": "instance", - "___id": "T000002R036577", + "___id": "T000002R036699", "___s": true }, { @@ -326777,7 +327353,7 @@ "filename": "ScaleManager.js", "lineno": 726, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "This method will set the size of the Parent Size component, which is used in scaling\rand centering calculations. You only need to call this method if you have explicitly\rdisabled the use of a parent in your game config, but still wish to take advantage of\rother Scale Manager features.", @@ -326833,7 +327409,7 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#setParentSize", "scope": "instance", - "___id": "T000002R036580", + "___id": "T000002R036702", "___s": true }, { @@ -326842,7 +327418,7 @@ "filename": "ScaleManager.js", "lineno": 748, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "This method will set a new size for your game.\r\rIt should only be used if you're looking to change the base size of your game and are using\rone of the Scale Manager scaling modes, i.e. `FIT`. If you're using `NONE` and wish to\rchange the game and canvas size directly, then please use the `resize` method instead.", @@ -326898,7 +327474,7 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#setGameSize", "scope": "instance", - "___id": "T000002R036582", + "___id": "T000002R036704", "___s": true }, { @@ -326907,7 +327483,7 @@ "filename": "ScaleManager.js", "lineno": 799, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Call this to modify the size of the Phaser canvas element directly.\rYou should only use this if you are using the `NONE` scale mode,\rit will update all internal components completely.\r\rIf all you want to do is change the size of the parent, see the `setParentSize` method.\r\rIf all you want is to change the base size of the game, but still have the Scale Manager\rmanage all the scaling (i.e. you're **not** using `NONE`), then see the `setGameSize` method.\r\rThis method will set the `gameSize`, `baseSize` and `displaySize` components to the given\rdimensions. It will then resize the canvas width and height to the values given, by\rdirectly setting the properties. Finally, if you have set the Scale Manager zoom value\rto anything other than 1 (the default), it will set the canvas CSS width and height to\rbe the given size multiplied by the zoom factor (the canvas pixel size remains untouched).\r\rIf you have enabled `autoCenter`, it is then passed to the `updateCenter` method and\rthe margins are set, allowing the canvas to be centered based on its parent element\ralone. Finally, the `displayScale` is adjusted and the RESIZE event dispatched.", @@ -326963,7 +327539,7 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#resize", "scope": "instance", - "___id": "T000002R036593", + "___id": "T000002R036715", "___s": true }, { @@ -326972,7 +327548,7 @@ "filename": "ScaleManager.js", "lineno": 881, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Sets the zoom value of the Scale Manager.", @@ -327015,7 +327591,7 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#setZoom", "scope": "instance", - "___id": "T000002R036612", + "___id": "T000002R036734", "___s": true }, { @@ -327024,7 +327600,7 @@ "filename": "ScaleManager.js", "lineno": 900, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Sets the zoom to be the maximum possible based on the _current_ parent size.", @@ -327052,7 +327628,7 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#setMaxZoom", "scope": "instance", - "___id": "T000002R036616", + "___id": "T000002R036738", "___s": true }, { @@ -327061,7 +327637,7 @@ "filename": "ScaleManager.js", "lineno": 917, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "By setting a Snap value, when the browser size is modified, its dimensions will automatically\rbe snapped to the nearest grid slice, using floor. For example, if you have snap value of 16,\rand the width changes to 68, then it will snap down to 64 (the closest multiple of 16 when floored)\r\rThis mode is best used with the `FIT` scale mode.\r\rCall this method with no arguments to reset the snap values.\r\rCalling this method automatically invokes `ScaleManager.refresh` which emits a `RESIZE` event.", @@ -327121,7 +327697,7 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#setSnap", "scope": "instance", - "___id": "T000002R036620", + "___id": "T000002R036742", "___s": true }, { @@ -327130,7 +327706,7 @@ "filename": "ScaleManager.js", "lineno": 947, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Refreshes the internal scale values, bounds sizes and orientation checks.\r\rOnce finished, dispatches the resize event.\r\rThis is called automatically by the Scale Manager when the browser window size changes,\ras long as it is using a Scale Mode other than 'NONE'.", @@ -327188,7 +327764,7 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#refresh", "scope": "instance", - "___id": "T000002R036624", + "___id": "T000002R036746", "___s": true }, { @@ -327197,7 +327773,7 @@ "filename": "ScaleManager.js", "lineno": 995, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Internal method that checks the current screen orientation, only if the internal check flag is set.\r\rIf the orientation has changed it updates the orientation property and then dispatches the orientation change event.", @@ -327210,7 +327786,7 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#updateOrientation", "scope": "instance", - "___id": "T000002R036634", + "___id": "T000002R036756", "___s": true }, { @@ -327219,7 +327795,7 @@ "filename": "ScaleManager.js", "lineno": 1021, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Internal method that manages updating the size components based on the scale mode.", @@ -327229,16 +327805,16 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#updateScale", "scope": "instance", - "___id": "T000002R036639", + "___id": "T000002R036761", "___s": true }, { "comment": "/**\r\n * Calculates and returns the largest possible zoom factor, based on the current\r\n * parent and game sizes. If the parent has no dimensions (i.e. an unstyled div),\r\n * or is smaller than the un-zoomed game, then this will return a value of 1 (no zoom)\r\n *\r\n * @method Phaser.Scale.ScaleManager#getMaxZoom\r\n * @since 3.16.0\r\n *\r\n * @return {number} The maximum possible zoom factor. At a minimum this value is always at least 1.\r\n */", "meta": { "filename": "ScaleManager.js", - "lineno": 1157, + "lineno": 1162, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Calculates and returns the largest possible zoom factor, based on the current\rparent and game sizes. If the parent has no dimensions (i.e. an unstyled div),\ror is smaller than the un-zoomed game, then this will return a value of 1 (no zoom)", @@ -327262,16 +327838,16 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#getMaxZoom", "scope": "instance", - "___id": "T000002R036681", + "___id": "T000002R036805", "___s": true }, { "comment": "/**\r\n * Calculates and updates the canvas CSS style in order to center it within the\r\n * bounds of its parent. If you have explicitly set parent to be `null` in your\r\n * game config then this method will likely give incorrect results unless you have called the\r\n * `setParentSize` method first.\r\n *\r\n * It works by modifying the canvas CSS `marginLeft` and `marginTop` properties.\r\n *\r\n * If they have already been set by your own style sheet, or code, this will overwrite them.\r\n *\r\n * To prevent the Scale Manager from centering the canvas, either do not set the\r\n * `autoCenter` property in your game config, or make sure it is set to `NO_CENTER`.\r\n *\r\n * @method Phaser.Scale.ScaleManager#updateCenter\r\n * @since 3.16.0\r\n */", "meta": { "filename": "ScaleManager.js", - "lineno": 1175, + "lineno": 1180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Calculates and updates the canvas CSS style in order to center it within the\rbounds of its parent. If you have explicitly set parent to be `null` in your\rgame config then this method will likely give incorrect results unless you have called the\r`setParentSize` method first.\r\rIt works by modifying the canvas CSS `marginLeft` and `marginTop` properties.\r\rIf they have already been set by your own style sheet, or code, this will overwrite them.\r\rTo prevent the Scale Manager from centering the canvas, either do not set the\r`autoCenter` property in your game config, or make sure it is set to `NO_CENTER`.", @@ -327281,16 +327857,16 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#updateCenter", "scope": "instance", - "___id": "T000002R036685", + "___id": "T000002R036809", "___s": true }, { "comment": "/**\r\n * Updates the `canvasBounds` rectangle to match the bounding client rectangle of the\r\n * canvas element being used to track input events.\r\n *\r\n * @method Phaser.Scale.ScaleManager#updateBounds\r\n * @since 3.16.0\r\n */", "meta": { "filename": "ScaleManager.js", - "lineno": 1228, + "lineno": 1233, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Updates the `canvasBounds` rectangle to match the bounding client rectangle of the\rcanvas element being used to track input events.", @@ -327300,16 +327876,16 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#updateBounds", "scope": "instance", - "___id": "T000002R036699", + "___id": "T000002R036823", "___s": true }, { "comment": "/**\r\n * Transforms the pageX value into the scaled coordinate space of the Scale Manager.\r\n *\r\n * @method Phaser.Scale.ScaleManager#transformX\r\n * @since 3.16.0\r\n *\r\n * @param {number} pageX - The DOM pageX value.\r\n *\r\n * @return {number} The translated value.\r\n */", "meta": { "filename": "ScaleManager.js", - "lineno": 1246, + "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Transforms the pageX value into the scaled coordinate space of the Scale Manager.", @@ -327348,16 +327924,16 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#transformX", "scope": "instance", - "___id": "T000002R036707", + "___id": "T000002R036831", "___s": true }, { "comment": "/**\r\n * Transforms the pageY value into the scaled coordinate space of the Scale Manager.\r\n *\r\n * @method Phaser.Scale.ScaleManager#transformY\r\n * @since 3.16.0\r\n *\r\n * @param {number} pageY - The DOM pageY value.\r\n *\r\n * @return {number} The translated value.\r\n */", "meta": { "filename": "ScaleManager.js", - "lineno": 1261, + "lineno": 1266, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Transforms the pageY value into the scaled coordinate space of the Scale Manager.", @@ -327396,16 +327972,16 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#transformY", "scope": "instance", - "___id": "T000002R036709", + "___id": "T000002R036833", "___s": true }, { "comment": "/**\r\n * Sends a request to the browser to ask it to go in to full screen mode, using the {@link https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API Fullscreen API}.\r\n *\r\n * If the browser does not support this, a `FULLSCREEN_UNSUPPORTED` event will be emitted.\r\n *\r\n * This method _must_ be called from a `pointerup` user-input gesture (**not** `pointerdown`). You cannot launch\r\n * games fullscreen without this, as most browsers block it. Games within an iframe will also be blocked\r\n * from fullscreen unless the iframe has the `allowfullscreen` attribute.\r\n *\r\n * On touch devices, such as Android and iOS Safari, you should always use `pointerup` and NOT `pointerdown`,\r\n * otherwise the request will fail unless the document in which your game is embedded has already received\r\n * some form of touch input, which you cannot guarantee. Activating fullscreen via `pointerup` circumvents\r\n * this issue.\r\n *\r\n * Performing an action that navigates to another page, or opens another tab, will automatically cancel\r\n * fullscreen mode, as will the user pressing the ESC key. To cancel fullscreen mode directly from your game,\r\n * i.e. by clicking an icon, call the `stopFullscreen` method.\r\n *\r\n * A browser can only send one DOM element into fullscreen. You can control which element this is by\r\n * setting the `fullscreenTarget` property in your game config, or changing the property in the Scale Manager.\r\n * Note that the game canvas _must_ be a child of the target. If you do not give a target, Phaser will\r\n * automatically create a blank `
` element and move the canvas into it, before going fullscreen.\r\n * When it leaves fullscreen, the div will be removed.\r\n *\r\n * @method Phaser.Scale.ScaleManager#startFullscreen\r\n * @fires Phaser.Scale.Events#ENTER_FULLSCREEN\r\n * @fires Phaser.Scale.Events#FULLSCREEN_FAILED\r\n * @fires Phaser.Scale.Events#FULLSCREEN_UNSUPPORTED\r\n * @fires Phaser.Scale.Events#RESIZE\r\n * @since 3.16.0\r\n *\r\n * @param {object} [fullscreenOptions] - The FullscreenOptions dictionary is used to provide configuration options when entering full screen.\r\n */", "meta": { "filename": "ScaleManager.js", - "lineno": 1276, + "lineno": 1281, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Sends a request to the browser to ask it to go in to full screen mode, using the {@link https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API Fullscreen API}.\r\rIf the browser does not support this, a `FULLSCREEN_UNSUPPORTED` event will be emitted.\r\rThis method _must_ be called from a `pointerup` user-input gesture (**not** `pointerdown`). You cannot launch\rgames fullscreen without this, as most browsers block it. Games within an iframe will also be blocked\rfrom fullscreen unless the iframe has the `allowfullscreen` attribute.\r\rOn touch devices, such as Android and iOS Safari, you should always use `pointerup` and NOT `pointerdown`,\rotherwise the request will fail unless the document in which your game is embedded has already received\rsome form of touch input, which you cannot guarantee. Activating fullscreen via `pointerup` circumvents\rthis issue.\r\rPerforming an action that navigates to another page, or opens another tab, will automatically cancel\rfullscreen mode, as will the user pressing the ESC key. To cancel fullscreen mode directly from your game,\ri.e. by clicking an icon, call the `stopFullscreen` method.\r\rA browser can only send one DOM element into fullscreen. You can control which element this is by\rsetting the `fullscreenTarget` property in your game config, or changing the property in the Scale Manager.\rNote that the game canvas _must_ be a child of the target. If you do not give a target, Phaser will\rautomatically create a blank `
` element and move the canvas into it, before going fullscreen.\rWhen it leaves fullscreen, the div will be removed.", @@ -327437,16 +328013,16 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#startFullscreen", "scope": "instance", - "___id": "T000002R036711", + "___id": "T000002R036835", "___s": true }, { "comment": "/**\r\n * An internal method that gets the target element that is used when entering fullscreen mode.\r\n *\r\n * @method Phaser.Scale.ScaleManager#getFullscreenTarget\r\n * @since 3.16.0\r\n *\r\n * @return {object} The fullscreen target element.\r\n */", "meta": { "filename": "ScaleManager.js", - "lineno": 1373, + "lineno": 1378, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "An internal method that gets the target element that is used when entering fullscreen mode.", @@ -327470,16 +328046,16 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#getFullscreenTarget", "scope": "instance", - "___id": "T000002R036721", + "___id": "T000002R036845", "___s": true }, { "comment": "/**\r\n * Removes the fullscreen target that was added to the DOM.\r\n *\r\n * @method Phaser.Scale.ScaleManager#removeFullscreenTarget\r\n * @since 3.17.0\r\n */", "meta": { "filename": "ScaleManager.js", - "lineno": 1409, + "lineno": 1414, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Removes the fullscreen target that was added to the DOM.", @@ -327489,16 +328065,16 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#removeFullscreenTarget", "scope": "instance", - "___id": "T000002R036731", + "___id": "T000002R036855", "___s": true }, { "comment": "/**\r\n * Calling this method will cancel fullscreen mode, if the browser has entered it.\r\n *\r\n * @method Phaser.Scale.ScaleManager#stopFullscreen\r\n * @fires Phaser.Scale.Events#LEAVE_FULLSCREEN\r\n * @fires Phaser.Scale.Events#FULLSCREEN_UNSUPPORTED\r\n * @since 3.16.0\r\n */", "meta": { "filename": "ScaleManager.js", - "lineno": 1432, + "lineno": 1437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Calling this method will cancel fullscreen mode, if the browser has entered it.", @@ -327512,16 +328088,16 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#stopFullscreen", "scope": "instance", - "___id": "T000002R036735", + "___id": "T000002R036859", "___s": true }, { "comment": "/**\r\n * Toggles the fullscreen mode. If already in fullscreen, calling this will cancel it.\r\n * If not in fullscreen, this will request the browser to enter fullscreen mode.\r\n *\r\n * If the browser does not support this, a `FULLSCREEN_UNSUPPORTED` event will be emitted.\r\n *\r\n * This method _must_ be called from a user-input gesture, such as `pointerdown`. You cannot launch\r\n * games fullscreen without this, as most browsers block it. Games within an iframe will also be blocked\r\n * from fullscreen unless the iframe has the `allowfullscreen` attribute.\r\n *\r\n * @method Phaser.Scale.ScaleManager#toggleFullscreen\r\n * @fires Phaser.Scale.Events#ENTER_FULLSCREEN\r\n * @fires Phaser.Scale.Events#LEAVE_FULLSCREEN\r\n * @fires Phaser.Scale.Events#FULLSCREEN_UNSUPPORTED\r\n * @fires Phaser.Scale.Events#RESIZE\r\n * @since 3.16.0\r\n *\r\n * @param {object} [fullscreenOptions] - The FullscreenOptions dictionary is used to provide configuration options when entering full screen.\r\n */", "meta": { "filename": "ScaleManager.js", - "lineno": 1466, + "lineno": 1471, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Toggles the fullscreen mode. If already in fullscreen, calling this will cancel it.\rIf not in fullscreen, this will request the browser to enter fullscreen mode.\r\rIf the browser does not support this, a `FULLSCREEN_UNSUPPORTED` event will be emitted.\r\rThis method _must_ be called from a user-input gesture, such as `pointerdown`. You cannot launch\rgames fullscreen without this, as most browsers block it. Games within an iframe will also be blocked\rfrom fullscreen unless the iframe has the `allowfullscreen` attribute.", @@ -327553,16 +328129,16 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#toggleFullscreen", "scope": "instance", - "___id": "T000002R036738", + "___id": "T000002R036862", "___s": true }, { "comment": "/**\r\n * An internal method that starts the different DOM event listeners running.\r\n *\r\n * @method Phaser.Scale.ScaleManager#startListeners\r\n * @since 3.16.0\r\n */", "meta": { "filename": "ScaleManager.js", - "lineno": 1497, + "lineno": 1502, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "An internal method that starts the different DOM event listeners running.", @@ -327572,16 +328148,16 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#startListeners", "scope": "instance", - "___id": "T000002R036740", + "___id": "T000002R036864", "___s": true }, { "comment": "/**\r\n * Triggered when a fullscreenchange event is dispatched by the DOM.\r\n *\r\n * @method Phaser.Scale.ScaleManager#onFullScreenChange\r\n * @protected\r\n * @since 3.16.0\r\n */", "meta": { "filename": "ScaleManager.js", - "lineno": 1556, + "lineno": 1568, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Triggered when a fullscreenchange event is dispatched by the DOM.", @@ -327592,16 +328168,16 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#onFullScreenChange", "scope": "instance", - "___id": "T000002R036752", + "___id": "T000002R036876", "___s": true }, { "comment": "/**\r\n * Triggered when a fullscreenerror event is dispatched by the DOM.\r\n *\r\n * @method Phaser.Scale.ScaleManager#onFullScreenError\r\n * @since 3.16.0\r\n */", "meta": { "filename": "ScaleManager.js", - "lineno": 1576, + "lineno": 1588, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Triggered when a fullscreenerror event is dispatched by the DOM.", @@ -327611,16 +328187,16 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#onFullScreenError", "scope": "instance", - "___id": "T000002R036754", + "___id": "T000002R036878", "___s": true }, { "comment": "/**\r\n * Get Rectange of visible area.\r\n *\r\n * @method Phaser.Scale.ScaleManager#getViewPort\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Cameras.Scene2D.Camera} [camera] - The camera this viewport is respond upon.\r\n * @param {Phaser.Geom.Rectangle} [out] - The Rectangle of visible area.\r\n *\r\n * @return {Phaser.Geom.Rectangle} The Rectangle of visible area.\r\n */", "meta": { "filename": "ScaleManager.js", - "lineno": 1587, + "lineno": 1599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Get Rectange of visible area.", @@ -327674,16 +328250,16 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#getViewPort", "scope": "instance", - "___id": "T000002R036756", + "___id": "T000002R036880", "___s": true }, { "comment": "/**\r\n * Internal method, called automatically by the game step.\r\n * Monitors the elapsed time and resize interval to see if a parent bounds check needs to take place.\r\n *\r\n * @method Phaser.Scale.ScaleManager#step\r\n * @since 3.16.0\r\n *\r\n * @param {number} time - The time value from the most recent Game step. Typically a high-resolution timer value, or Date.now().\r\n * @param {number} delta - The delta value since the last frame. This is smoothed to avoid delta spikes by the TimeStep class.\r\n */", "meta": { "filename": "ScaleManager.js", - "lineno": 1653, + "lineno": 1665, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Internal method, called automatically by the game step.\rMonitors the elapsed time and resize interval to see if a parent bounds check needs to take place.", @@ -327721,16 +328297,16 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#step", "scope": "instance", - "___id": "T000002R036777", + "___id": "T000002R036901", "___s": true }, { "comment": "/**\r\n * Stops all DOM event listeners.\r\n *\r\n * @method Phaser.Scale.ScaleManager#stopListeners\r\n * @since 3.16.0\r\n */", "meta": { "filename": "ScaleManager.js", - "lineno": 1685, + "lineno": 1697, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Stops all DOM event listeners.", @@ -327740,16 +328316,16 @@ "memberof": "Phaser.Scale.ScaleManager", "longname": "Phaser.Scale.ScaleManager#stopListeners", "scope": "instance", - "___id": "T000002R036782", + "___id": "T000002R036906", "___s": true }, { "comment": "/**\r\n * Destroys this Scale Manager, releasing all references to external resources.\r\n * Once destroyed, the Scale Manager cannot be used again.\r\n *\r\n * @method Phaser.Scale.ScaleManager#destroy\r\n * @since 3.16.0\r\n */", "meta": { "filename": "ScaleManager.js", - "lineno": 1711, + "lineno": 1731, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Destroys this Scale Manager, releasing all references to external resources.\rOnce destroyed, the Scale Manager cannot be used again.", @@ -327760,16 +328336,16 @@ "longname": "Phaser.Scale.ScaleManager#destroy", "scope": "instance", "overrides": "Phaser.Events.EventEmitter#destroy", - "___id": "T000002R036786", + "___id": "T000002R036910", "___s": true }, { "comment": "/**\r\n * Is the browser currently in fullscreen mode or not?\r\n *\r\n * @name Phaser.Scale.ScaleManager#isFullscreen\r\n * @type {boolean}\r\n * @readonly\r\n * @since 3.16.0\r\n */", "meta": { "filename": "ScaleManager.js", - "lineno": 1736, + "lineno": 1756, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Is the browser currently in fullscreen mode or not?", @@ -327789,16 +328365,16 @@ "longname": "Phaser.Scale.ScaleManager#isFullscreen", "scope": "instance", "kind": "member", - "___id": "T000002R036793", + "___id": "T000002R036917", "___s": true }, { "comment": "/**\r\n * The game width.\r\n *\r\n * This is typically the size given in the game configuration.\r\n *\r\n * @name Phaser.Scale.ScaleManager#width\r\n * @type {number}\r\n * @readonly\r\n * @since 3.16.0\r\n */", "meta": { "filename": "ScaleManager.js", - "lineno": 1753, + "lineno": 1773, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "The game width.\r\rThis is typically the size given in the game configuration.", @@ -327818,16 +328394,16 @@ "longname": "Phaser.Scale.ScaleManager#width", "scope": "instance", "kind": "member", - "___id": "T000002R036796", + "___id": "T000002R036920", "___s": true }, { "comment": "/**\r\n * The game height.\r\n *\r\n * This is typically the size given in the game configuration.\r\n *\r\n * @name Phaser.Scale.ScaleManager#height\r\n * @type {number}\r\n * @readonly\r\n * @since 3.16.0\r\n */", "meta": { "filename": "ScaleManager.js", - "lineno": 1772, + "lineno": 1792, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "The game height.\r\rThis is typically the size given in the game configuration.", @@ -327847,16 +328423,16 @@ "longname": "Phaser.Scale.ScaleManager#height", "scope": "instance", "kind": "member", - "___id": "T000002R036799", + "___id": "T000002R036923", "___s": true }, { "comment": "/**\r\n * Is the device in a portrait orientation as reported by the Orientation API?\r\n * This value is usually only available on mobile devices.\r\n *\r\n * @name Phaser.Scale.ScaleManager#isPortrait\r\n * @type {boolean}\r\n * @readonly\r\n * @since 3.16.0\r\n */", "meta": { "filename": "ScaleManager.js", - "lineno": 1791, + "lineno": 1811, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Is the device in a portrait orientation as reported by the Orientation API?\rThis value is usually only available on mobile devices.", @@ -327876,16 +328452,16 @@ "longname": "Phaser.Scale.ScaleManager#isPortrait", "scope": "instance", "kind": "member", - "___id": "T000002R036802", + "___id": "T000002R036926", "___s": true }, { "comment": "/**\r\n * Is the device in a landscape orientation as reported by the Orientation API?\r\n * This value is usually only available on mobile devices.\r\n *\r\n * @name Phaser.Scale.ScaleManager#isLandscape\r\n * @type {boolean}\r\n * @readonly\r\n * @since 3.16.0\r\n */", "meta": { "filename": "ScaleManager.js", - "lineno": 1809, + "lineno": 1829, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Is the device in a landscape orientation as reported by the Orientation API?\rThis value is usually only available on mobile devices.", @@ -327905,16 +328481,16 @@ "longname": "Phaser.Scale.ScaleManager#isLandscape", "scope": "instance", "kind": "member", - "___id": "T000002R036805", + "___id": "T000002R036929", "___s": true }, { "comment": "/**\r\n * Are the game dimensions portrait? (i.e. taller than they are wide)\r\n *\r\n * This is different to the device itself being in a portrait orientation.\r\n *\r\n * @name Phaser.Scale.ScaleManager#isGamePortrait\r\n * @type {boolean}\r\n * @readonly\r\n * @since 3.16.0\r\n */", "meta": { "filename": "ScaleManager.js", - "lineno": 1827, + "lineno": 1847, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Are the game dimensions portrait? (i.e. taller than they are wide)\r\rThis is different to the device itself being in a portrait orientation.", @@ -327934,16 +328510,16 @@ "longname": "Phaser.Scale.ScaleManager#isGamePortrait", "scope": "instance", "kind": "member", - "___id": "T000002R036808", + "___id": "T000002R036932", "___s": true }, { "comment": "/**\r\n * Are the game dimensions landscape? (i.e. wider than they are tall)\r\n *\r\n * This is different to the device itself being in a landscape orientation.\r\n *\r\n * @name Phaser.Scale.ScaleManager#isGameLandscape\r\n * @type {boolean}\r\n * @readonly\r\n * @since 3.16.0\r\n */", "meta": { "filename": "ScaleManager.js", - "lineno": 1846, + "lineno": 1866, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale", "code": {} }, "description": "Are the game dimensions landscape? (i.e. wider than they are tall)\r\rThis is different to the device itself being in a landscape orientation.", @@ -327963,7 +328539,7 @@ "longname": "Phaser.Scale.ScaleManager#isGameLandscape", "scope": "instance", "kind": "member", - "___id": "T000002R036811", + "___id": "T000002R036935", "___s": true }, { @@ -327972,7 +328548,7 @@ "filename": "const.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Scene state.", @@ -327992,7 +328568,7 @@ "longname": "Phaser.Scenes.PENDING", "scope": "static", "kind": "member", - "___id": "T000002R036816", + "___id": "T000002R036940", "___s": true }, { @@ -328001,7 +328577,7 @@ "filename": "const.js", "lineno": 25, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Scene state.", @@ -328021,7 +328597,7 @@ "longname": "Phaser.Scenes.INIT", "scope": "static", "kind": "member", - "___id": "T000002R036818", + "___id": "T000002R036942", "___s": true }, { @@ -328030,7 +328606,7 @@ "filename": "const.js", "lineno": 35, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Scene state.", @@ -328050,7 +328626,7 @@ "longname": "Phaser.Scenes.START", "scope": "static", "kind": "member", - "___id": "T000002R036820", + "___id": "T000002R036944", "___s": true }, { @@ -328059,7 +328635,7 @@ "filename": "const.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Scene state.", @@ -328079,7 +328655,7 @@ "longname": "Phaser.Scenes.LOADING", "scope": "static", "kind": "member", - "___id": "T000002R036822", + "___id": "T000002R036946", "___s": true }, { @@ -328088,7 +328664,7 @@ "filename": "const.js", "lineno": 55, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Scene state.", @@ -328108,7 +328684,7 @@ "longname": "Phaser.Scenes.CREATING", "scope": "static", "kind": "member", - "___id": "T000002R036824", + "___id": "T000002R036948", "___s": true }, { @@ -328117,7 +328693,7 @@ "filename": "const.js", "lineno": 65, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Scene state.", @@ -328137,7 +328713,7 @@ "longname": "Phaser.Scenes.RUNNING", "scope": "static", "kind": "member", - "___id": "T000002R036826", + "___id": "T000002R036950", "___s": true }, { @@ -328146,7 +328722,7 @@ "filename": "const.js", "lineno": 75, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Scene state.", @@ -328166,7 +328742,7 @@ "longname": "Phaser.Scenes.PAUSED", "scope": "static", "kind": "member", - "___id": "T000002R036828", + "___id": "T000002R036952", "___s": true }, { @@ -328175,7 +328751,7 @@ "filename": "const.js", "lineno": 85, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Scene state.", @@ -328195,7 +328771,7 @@ "longname": "Phaser.Scenes.SLEEPING", "scope": "static", "kind": "member", - "___id": "T000002R036830", + "___id": "T000002R036954", "___s": true }, { @@ -328204,7 +328780,7 @@ "filename": "const.js", "lineno": 95, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Scene state.", @@ -328224,7 +328800,7 @@ "longname": "Phaser.Scenes.SHUTDOWN", "scope": "static", "kind": "member", - "___id": "T000002R036832", + "___id": "T000002R036956", "___s": true }, { @@ -328233,7 +328809,7 @@ "filename": "const.js", "lineno": 105, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Scene state.", @@ -328253,7 +328829,7 @@ "longname": "Phaser.Scenes.DESTROYED", "scope": "static", "kind": "member", - "___id": "T000002R036834", + "___id": "T000002R036958", "___s": true }, { @@ -328262,7 +328838,7 @@ "filename": "ADDED_TO_SCENE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\events", "code": {} }, "description": "The Game Object Added to Scene Event.\r\rThis event is dispatched when a Game Object is added to a Scene.\r\rListen for it from a Scene using `this.events.on('addedtoscene', listener)`.", @@ -328309,7 +328885,7 @@ "memberof": "Phaser.Scenes.Events", "longname": "Phaser.Scenes.Events#event:ADDED_TO_SCENE", "scope": "instance", - "___id": "T000002R036837", + "___id": "T000002R036961", "___s": true }, { @@ -328318,7 +328894,7 @@ "filename": "BOOT_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\events", "code": {} }, "description": "The Scene Systems Boot Event.\r\rThis event is dispatched by a Scene during the Scene Systems boot process. Primarily used by Scene Plugins.\r\rListen to it from a Scene using `this.events.on('boot', listener)`.", @@ -328352,7 +328928,7 @@ "memberof": "Phaser.Scenes.Events", "longname": "Phaser.Scenes.Events#event:BOOT", "scope": "instance", - "___id": "T000002R036839", + "___id": "T000002R036963", "___s": true }, { @@ -328361,7 +328937,7 @@ "filename": "CREATE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\events", "code": {} }, "description": "The Scene Create Event.\r\rThis event is dispatched by a Scene after it has been created by the Scene Manager.\r\rIf a Scene has a `create` method then this event is emitted _after_ that has run.\r\rIf there is a transition, this event will be fired after the `TRANSITION_START` event.\r\rListen to it from a Scene using `this.events.on('create', listener)`.", @@ -328395,7 +328971,7 @@ "memberof": "Phaser.Scenes.Events", "longname": "Phaser.Scenes.Events#event:CREATE", "scope": "instance", - "___id": "T000002R036841", + "___id": "T000002R036965", "___s": true }, { @@ -328404,7 +328980,7 @@ "filename": "DESTROY_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\events", "code": {} }, "description": "The Scene Systems Destroy Event.\r\rThis event is dispatched by a Scene during the Scene Systems destroy process.\r\rListen to it from a Scene using `this.events.on('destroy', listener)`.\r\rYou should destroy any resources that may be in use by your Scene in this event handler.", @@ -328438,7 +329014,7 @@ "memberof": "Phaser.Scenes.Events", "longname": "Phaser.Scenes.Events#event:DESTROY", "scope": "instance", - "___id": "T000002R036843", + "___id": "T000002R036967", "___s": true }, { @@ -328447,7 +329023,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\events", "code": {} }, "kind": "namespace", @@ -328455,7 +329031,7 @@ "memberof": "Phaser.Scenes", "longname": "Phaser.Scenes.Events", "scope": "static", - "___id": "T000002R036845", + "___id": "T000002R036969", "___s": true }, { @@ -328464,7 +329040,7 @@ "filename": "PAUSE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\events", "code": {} }, "description": "The Scene Systems Pause Event.\r\rThis event is dispatched by a Scene when it is paused, either directly via the `pause` method, or as an\raction from another Scene.\r\rListen to it from a Scene using `this.events.on('pause', listener)`.", @@ -328512,7 +329088,7 @@ "memberof": "Phaser.Scenes.Events", "longname": "Phaser.Scenes.Events#event:PAUSE", "scope": "instance", - "___id": "T000002R036869", + "___id": "T000002R036993", "___s": true }, { @@ -328521,7 +329097,7 @@ "filename": "POST_UPDATE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\events", "code": {} }, "description": "The Scene Systems Post Update Event.\r\rThis event is dispatched by a Scene during the main game loop step.\r\rThe event flow for a single step of a Scene is as follows:\r\r1. [PRE_UPDATE]{@linkcode Phaser.Scenes.Events#event:PRE_UPDATE}\r2. [UPDATE]{@linkcode Phaser.Scenes.Events#event:UPDATE}\r3. The `Scene.update` method is called, if it exists\r4. [POST_UPDATE]{@linkcode Phaser.Scenes.Events#event:POST_UPDATE}\r5. [PRE_RENDER]{@linkcode Phaser.Scenes.Events#event:PRE_RENDER}\r6. [RENDER]{@linkcode Phaser.Scenes.Events#event:RENDER}\r\rListen to it from a Scene using `this.events.on('postupdate', listener)`.\r\rA Scene will only run its step if it is active.", @@ -328581,7 +329157,7 @@ "memberof": "Phaser.Scenes.Events", "longname": "Phaser.Scenes.Events#event:POST_UPDATE", "scope": "instance", - "___id": "T000002R036871", + "___id": "T000002R036995", "___s": true }, { @@ -328590,7 +329166,7 @@ "filename": "PRE_RENDER_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\events", "code": {} }, "description": "The Scene Systems Pre-Render Event.\r\rThis event is dispatched by a Scene during the main game loop step.\r\rThe event flow for a single step of a Scene is as follows:\r\r1. [PRE_UPDATE]{@linkcode Phaser.Scenes.Events#event:PRE_UPDATE}\r2. [UPDATE]{@linkcode Phaser.Scenes.Events#event:UPDATE}\r3. The `Scene.update` method is called, if it exists\r4. [POST_UPDATE]{@linkcode Phaser.Scenes.Events#event:POST_UPDATE}\r5. [PRE_RENDER]{@linkcode Phaser.Scenes.Events#event:PRE_RENDER}\r6. [RENDER]{@linkcode Phaser.Scenes.Events#event:RENDER}\r\rListen to this event from a Scene using `this.events.on('prerender', listener)`.\r\rA Scene will only render if it is visible.\r\rThis event is dispatched after the Scene Display List is sorted and before the Scene is rendered.", @@ -328634,7 +329210,7 @@ "memberof": "Phaser.Scenes.Events", "longname": "Phaser.Scenes.Events#event:PRE_RENDER", "scope": "instance", - "___id": "T000002R036873", + "___id": "T000002R036997", "___s": true }, { @@ -328643,7 +329219,7 @@ "filename": "PRE_UPDATE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\events", "code": {} }, "description": "The Scene Systems Pre Update Event.\r\rThis event is dispatched by a Scene during the main game loop step.\r\rThe event flow for a single step of a Scene is as follows:\r\r1. [PRE_UPDATE]{@linkcode Phaser.Scenes.Events#event:PRE_UPDATE}\r2. [UPDATE]{@linkcode Phaser.Scenes.Events#event:UPDATE}\r3. The `Scene.update` method is called, if it exists\r4. [POST_UPDATE]{@linkcode Phaser.Scenes.Events#event:POST_UPDATE}\r5. [PRE_RENDER]{@linkcode Phaser.Scenes.Events#event:PRE_RENDER}\r6. [RENDER]{@linkcode Phaser.Scenes.Events#event:RENDER}\r\rListen to it from a Scene using `this.events.on('preupdate', listener)`.\r\rA Scene will only run its step if it is active.", @@ -328703,7 +329279,7 @@ "memberof": "Phaser.Scenes.Events", "longname": "Phaser.Scenes.Events#event:PRE_UPDATE", "scope": "instance", - "___id": "T000002R036875", + "___id": "T000002R036999", "___s": true }, { @@ -328712,7 +329288,7 @@ "filename": "READY_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\events", "code": {} }, "description": "The Scene Systems Ready Event.\r\rThis event is dispatched by a Scene during the Scene Systems start process.\rBy this point in the process the Scene is now fully active and rendering.\rThis event is meant for your game code to use, as all plugins have responded to the earlier 'start' event.\r\rListen to it from a Scene using `this.events.on('ready', listener)`.", @@ -328760,7 +329336,7 @@ "memberof": "Phaser.Scenes.Events", "longname": "Phaser.Scenes.Events#event:READY", "scope": "instance", - "___id": "T000002R036877", + "___id": "T000002R037001", "___s": true }, { @@ -328769,7 +329345,7 @@ "filename": "REMOVED_FROM_SCENE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\events", "code": {} }, "description": "The Game Object Removed from Scene Event.\r\rThis event is dispatched when a Game Object is removed from a Scene.\r\rListen for it from a Scene using `this.events.on('removedfromscene', listener)`.", @@ -328816,7 +329392,7 @@ "memberof": "Phaser.Scenes.Events", "longname": "Phaser.Scenes.Events#event:REMOVED_FROM_SCENE", "scope": "instance", - "___id": "T000002R036879", + "___id": "T000002R037003", "___s": true }, { @@ -328825,7 +329401,7 @@ "filename": "RENDER_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\events", "code": {} }, "description": "The Scene Systems Render Event.\r\rThis event is dispatched by a Scene during the main game loop step.\r\rThe event flow for a single step of a Scene is as follows:\r\r1. [PRE_UPDATE]{@linkcode Phaser.Scenes.Events#event:PRE_UPDATE}\r2. [UPDATE]{@linkcode Phaser.Scenes.Events#event:UPDATE}\r3. The `Scene.update` method is called, if it exists\r4. [POST_UPDATE]{@linkcode Phaser.Scenes.Events#event:POST_UPDATE}\r5. [PRE_RENDER]{@linkcode Phaser.Scenes.Events#event:PRE_RENDER}\r6. [RENDER]{@linkcode Phaser.Scenes.Events#event:RENDER}\r\rListen to it from a Scene using `this.events.on('render', listener)`.\r\rA Scene will only render if it is visible.\r\rBy the time this event is dispatched, the Scene will have already been rendered.", @@ -328869,7 +329445,7 @@ "memberof": "Phaser.Scenes.Events", "longname": "Phaser.Scenes.Events#event:RENDER", "scope": "instance", - "___id": "T000002R036881", + "___id": "T000002R037005", "___s": true }, { @@ -328878,7 +329454,7 @@ "filename": "RESUME_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\events", "code": {} }, "description": "The Scene Systems Resume Event.\r\rThis event is dispatched by a Scene when it is resumed from a paused state, either directly via the `resume` method,\ror as an action from another Scene.\r\rListen to it from a Scene using `this.events.on('resume', listener)`.", @@ -328926,7 +329502,7 @@ "memberof": "Phaser.Scenes.Events", "longname": "Phaser.Scenes.Events#event:RESUME", "scope": "instance", - "___id": "T000002R036883", + "___id": "T000002R037007", "___s": true }, { @@ -328935,7 +329511,7 @@ "filename": "SHUTDOWN_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\events", "code": {} }, "description": "The Scene Systems Shutdown Event.\r\rThis event is dispatched by a Scene during the Scene Systems shutdown process.\r\rListen to it from a Scene using `this.events.on('shutdown', listener)`.\r\rYou should free-up any resources that may be in use by your Scene in this event handler, on the understanding\rthat the Scene may, at any time, become active again. A shutdown Scene is not 'destroyed', it's simply not\rcurrently active. Use the [DESTROY]{@linkcode Phaser.Scenes.Events#event:DESTROY} event to completely clear resources.", @@ -328983,7 +329559,7 @@ "memberof": "Phaser.Scenes.Events", "longname": "Phaser.Scenes.Events#event:SHUTDOWN", "scope": "instance", - "___id": "T000002R036885", + "___id": "T000002R037009", "___s": true }, { @@ -328992,7 +329568,7 @@ "filename": "SLEEP_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\events", "code": {} }, "description": "The Scene Systems Sleep Event.\r\rThis event is dispatched by a Scene when it is sent to sleep, either directly via the `sleep` method,\ror as an action from another Scene.\r\rListen to it from a Scene using `this.events.on('sleep', listener)`.", @@ -329040,7 +329616,7 @@ "memberof": "Phaser.Scenes.Events", "longname": "Phaser.Scenes.Events#event:SLEEP", "scope": "instance", - "___id": "T000002R036887", + "___id": "T000002R037011", "___s": true }, { @@ -329049,7 +329625,7 @@ "filename": "START_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\events", "code": {} }, "description": "The Scene Systems Start Event.\r\rThis event is dispatched by a Scene during the Scene Systems start process. Primarily used by Scene Plugins.\r\rListen to it from a Scene using `this.events.on('start', listener)`.", @@ -329083,7 +329659,7 @@ "memberof": "Phaser.Scenes.Events", "longname": "Phaser.Scenes.Events#event:START", "scope": "instance", - "___id": "T000002R036889", + "___id": "T000002R037013", "___s": true }, { @@ -329092,7 +329668,7 @@ "filename": "TRANSITION_COMPLETE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\events", "code": {} }, "description": "The Scene Transition Complete Event.\r\rThis event is dispatched by the Target Scene of a transition.\r\rIt happens when the transition process has completed. This occurs when the duration timer equals or exceeds the duration\rof the transition.\r\rListen to it from a Scene using `this.events.on('transitioncomplete', listener)`.\r\rThe Scene Transition event flow is as follows:\r\r1. [TRANSITION_OUT]{@linkcode Phaser.Scenes.Events#event:TRANSITION_OUT} - the Scene that started the transition will emit this event.\r2. [TRANSITION_INIT]{@linkcode Phaser.Scenes.Events#event:TRANSITION_INIT} - the Target Scene will emit this event if it has an `init` method.\r3. [TRANSITION_START]{@linkcode Phaser.Scenes.Events#event:TRANSITION_START} - the Target Scene will emit this event after its `create` method is called, OR ...\r4. [TRANSITION_WAKE]{@linkcode Phaser.Scenes.Events#event:TRANSITION_WAKE} - the Target Scene will emit this event if it was asleep and has been woken-up to be transitioned to.\r5. [TRANSITION_COMPLETE]{@linkcode Phaser.Scenes.Events#event:TRANSITION_COMPLETE} - the Target Scene will emit this event when the transition finishes.", @@ -329126,7 +329702,7 @@ "memberof": "Phaser.Scenes.Events", "longname": "Phaser.Scenes.Events#event:TRANSITION_COMPLETE", "scope": "instance", - "___id": "T000002R036891", + "___id": "T000002R037015", "___s": true }, { @@ -329135,7 +329711,7 @@ "filename": "TRANSITION_INIT_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\events", "code": {} }, "description": "The Scene Transition Init Event.\r\rThis event is dispatched by the Target Scene of a transition.\r\rIt happens immediately after the `Scene.init` method is called. If the Scene does not have an `init` method,\rthis event is not dispatched.\r\rListen to it from a Scene using `this.events.on('transitioninit', listener)`.\r\rThe Scene Transition event flow is as follows:\r\r1. [TRANSITION_OUT]{@linkcode Phaser.Scenes.Events#event:TRANSITION_OUT} - the Scene that started the transition will emit this event.\r2. [TRANSITION_INIT]{@linkcode Phaser.Scenes.Events#event:TRANSITION_INIT} - the Target Scene will emit this event if it has an `init` method.\r3. [TRANSITION_START]{@linkcode Phaser.Scenes.Events#event:TRANSITION_START} - the Target Scene will emit this event after its `create` method is called, OR ...\r4. [TRANSITION_WAKE]{@linkcode Phaser.Scenes.Events#event:TRANSITION_WAKE} - the Target Scene will emit this event if it was asleep and has been woken-up to be transitioned to.\r5. [TRANSITION_COMPLETE]{@linkcode Phaser.Scenes.Events#event:TRANSITION_COMPLETE} - the Target Scene will emit this event when the transition finishes.", @@ -329182,7 +329758,7 @@ "memberof": "Phaser.Scenes.Events", "longname": "Phaser.Scenes.Events#event:TRANSITION_INIT", "scope": "instance", - "___id": "T000002R036893", + "___id": "T000002R037017", "___s": true }, { @@ -329191,7 +329767,7 @@ "filename": "TRANSITION_OUT_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\events", "code": {} }, "description": "The Scene Transition Out Event.\r\rThis event is dispatched by a Scene when it initiates a transition to another Scene.\r\rListen to it from a Scene using `this.events.on('transitionout', listener)`.\r\rThe Scene Transition event flow is as follows:\r\r1. [TRANSITION_OUT]{@linkcode Phaser.Scenes.Events#event:TRANSITION_OUT} - the Scene that started the transition will emit this event.\r2. [TRANSITION_INIT]{@linkcode Phaser.Scenes.Events#event:TRANSITION_INIT} - the Target Scene will emit this event if it has an `init` method.\r3. [TRANSITION_START]{@linkcode Phaser.Scenes.Events#event:TRANSITION_START} - the Target Scene will emit this event after its `create` method is called, OR ...\r4. [TRANSITION_WAKE]{@linkcode Phaser.Scenes.Events#event:TRANSITION_WAKE} - the Target Scene will emit this event if it was asleep and has been woken-up to be transitioned to.\r5. [TRANSITION_COMPLETE]{@linkcode Phaser.Scenes.Events#event:TRANSITION_COMPLETE} - the Target Scene will emit this event when the transition finishes.", @@ -329238,7 +329814,7 @@ "memberof": "Phaser.Scenes.Events", "longname": "Phaser.Scenes.Events#event:TRANSITION_OUT", "scope": "instance", - "___id": "T000002R036895", + "___id": "T000002R037019", "___s": true }, { @@ -329247,7 +329823,7 @@ "filename": "TRANSITION_START_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\events", "code": {} }, "description": "The Scene Transition Start Event.\r\rThis event is dispatched by the Target Scene of a transition, only if that Scene was not asleep.\r\rIt happens immediately after the `Scene.create` method is called. If the Scene does not have a `create` method,\rthis event is dispatched anyway.\r\rIf the Target Scene was sleeping then the [TRANSITION_WAKE]{@linkcode Phaser.Scenes.Events#event:TRANSITION_WAKE} event is\rdispatched instead of this event.\r\rListen to it from a Scene using `this.events.on('transitionstart', listener)`.\r\rThe Scene Transition event flow is as follows:\r\r1. [TRANSITION_OUT]{@linkcode Phaser.Scenes.Events#event:TRANSITION_OUT} - the Scene that started the transition will emit this event.\r2. [TRANSITION_INIT]{@linkcode Phaser.Scenes.Events#event:TRANSITION_INIT} - the Target Scene will emit this event if it has an `init` method.\r3. [TRANSITION_START]{@linkcode Phaser.Scenes.Events#event:TRANSITION_START} - the Target Scene will emit this event after its `create` method is called, OR ...\r4. [TRANSITION_WAKE]{@linkcode Phaser.Scenes.Events#event:TRANSITION_WAKE} - the Target Scene will emit this event if it was asleep and has been woken-up to be transitioned to.\r5. [TRANSITION_COMPLETE]{@linkcode Phaser.Scenes.Events#event:TRANSITION_COMPLETE} - the Target Scene will emit this event when the transition finishes.", @@ -329294,7 +329870,7 @@ "memberof": "Phaser.Scenes.Events", "longname": "Phaser.Scenes.Events#event:TRANSITION_START", "scope": "instance", - "___id": "T000002R036897", + "___id": "T000002R037021", "___s": true }, { @@ -329303,7 +329879,7 @@ "filename": "TRANSITION_WAKE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\events", "code": {} }, "description": "The Scene Transition Wake Event.\r\rThis event is dispatched by the Target Scene of a transition, only if that Scene was asleep before\rthe transition began. If the Scene was not asleep the [TRANSITION_START]{@linkcode Phaser.Scenes.Events#event:TRANSITION_START} event is dispatched instead.\r\rListen to it from a Scene using `this.events.on('transitionwake', listener)`.\r\rThe Scene Transition event flow is as follows:\r\r1. [TRANSITION_OUT]{@linkcode Phaser.Scenes.Events#event:TRANSITION_OUT} - the Scene that started the transition will emit this event.\r2. [TRANSITION_INIT]{@linkcode Phaser.Scenes.Events#event:TRANSITION_INIT} - the Target Scene will emit this event if it has an `init` method.\r3. [TRANSITION_START]{@linkcode Phaser.Scenes.Events#event:TRANSITION_START} - the Target Scene will emit this event after its `create` method is called, OR ...\r4. [TRANSITION_WAKE]{@linkcode Phaser.Scenes.Events#event:TRANSITION_WAKE} - the Target Scene will emit this event if it was asleep and has been woken-up to be transitioned to.\r5. [TRANSITION_COMPLETE]{@linkcode Phaser.Scenes.Events#event:TRANSITION_COMPLETE} - the Target Scene will emit this event when the transition finishes.", @@ -329350,7 +329926,7 @@ "memberof": "Phaser.Scenes.Events", "longname": "Phaser.Scenes.Events#event:TRANSITION_WAKE", "scope": "instance", - "___id": "T000002R036899", + "___id": "T000002R037023", "___s": true }, { @@ -329359,7 +329935,7 @@ "filename": "UPDATE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\events", "code": {} }, "description": "The Scene Systems Update Event.\r\rThis event is dispatched by a Scene during the main game loop step.\r\rThe event flow for a single step of a Scene is as follows:\r\r1. [PRE_UPDATE]{@linkcode Phaser.Scenes.Events#event:PRE_UPDATE}\r2. [UPDATE]{@linkcode Phaser.Scenes.Events#event:UPDATE}\r3. The `Scene.update` method is called, if it exists and the Scene is in a Running state, otherwise this is skipped.\r4. [POST_UPDATE]{@linkcode Phaser.Scenes.Events#event:POST_UPDATE}\r5. [PRE_RENDER]{@linkcode Phaser.Scenes.Events#event:PRE_RENDER}\r6. [RENDER]{@linkcode Phaser.Scenes.Events#event:RENDER}\r\rListen to it from a Scene using `this.events.on('update', listener)`.\r\rA Scene will only run its step if it is active.", @@ -329419,7 +329995,7 @@ "memberof": "Phaser.Scenes.Events", "longname": "Phaser.Scenes.Events#event:UPDATE", "scope": "instance", - "___id": "T000002R036901", + "___id": "T000002R037025", "___s": true }, { @@ -329428,7 +330004,7 @@ "filename": "WAKE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\events", "code": {} }, "description": "The Scene Systems Wake Event.\r\rThis event is dispatched by a Scene when it is woken from sleep, either directly via the `wake` method,\ror as an action from another Scene.\r\rListen to it from a Scene using `this.events.on('wake', listener)`.", @@ -329476,7 +330052,7 @@ "memberof": "Phaser.Scenes.Events", "longname": "Phaser.Scenes.Events#event:WAKE", "scope": "instance", - "___id": "T000002R036903", + "___id": "T000002R037027", "___s": true }, { @@ -329485,7 +330061,7 @@ "filename": "GetPhysicsPlugins.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Builds an array of which physics plugins should be activated for the given Scene.", @@ -329524,7 +330100,7 @@ "memberof": "Phaser.Scenes", "longname": "Phaser.Scenes.GetPhysicsPlugins", "scope": "static", - "___id": "T000002R036907", + "___id": "T000002R037031", "___s": true }, { @@ -329533,7 +330109,7 @@ "filename": "GetScenePlugins.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Builds an array of which plugins (not including physics plugins) should be activated for the given Scene.", @@ -329572,7 +330148,7 @@ "memberof": "Phaser.Scenes", "longname": "Phaser.Scenes.GetScenePlugins", "scope": "static", - "___id": "T000002R036916", + "___id": "T000002R037040", "___s": true }, { @@ -329581,7 +330157,7 @@ "filename": "index.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "kind": "namespace", @@ -329589,7 +330165,7 @@ "memberof": "Phaser", "longname": "Phaser.Scenes", "scope": "static", - "___id": "T000002R036923", + "___id": "T000002R037047", "___s": true }, { @@ -329598,7 +330174,7 @@ "filename": "Scene.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "classdesc": "A base Phaser.Scene class which can be extended for your own use.\r\rYou can also define the optional methods {@link Phaser.Types.Scenes.SceneInitCallback init()}, {@link Phaser.Types.Scenes.ScenePreloadCallback preload()}, and {@link Phaser.Types.Scenes.SceneCreateCallback create()}.", @@ -329634,7 +330210,7 @@ ], "scope": "static", "longname": "Phaser.Scene", - "___id": "T000002R036964", + "___id": "T000002R037088", "___s": true }, { @@ -329643,7 +330219,7 @@ "filename": "Scene.js", "lineno": 29, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "The Scene Systems. You must never overwrite this property, or all hell will break lose.", @@ -329662,7 +330238,7 @@ "longname": "Phaser.Scene#sys", "scope": "instance", "kind": "member", - "___id": "T000002R036967", + "___id": "T000002R037091", "___s": true }, { @@ -329671,7 +330247,7 @@ "filename": "Scene.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to the Phaser.Game instance.\r\rThis property will only be available if defined in the Scene Injection Map.", @@ -329690,7 +330266,7 @@ "longname": "Phaser.Scene#game", "scope": "instance", "kind": "member", - "___id": "T000002R036969", + "___id": "T000002R037093", "___s": true }, { @@ -329699,7 +330275,7 @@ "filename": "Scene.js", "lineno": 49, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to the global Animation Manager.\r\rThis property will only be available if defined in the Scene Injection Map.", @@ -329718,7 +330294,7 @@ "longname": "Phaser.Scene#anims", "scope": "instance", "kind": "member", - "___id": "T000002R036971", + "___id": "T000002R037095", "___s": true }, { @@ -329727,7 +330303,7 @@ "filename": "Scene.js", "lineno": 60, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to the global Cache.\r\rThis property will only be available if defined in the Scene Injection Map.", @@ -329746,7 +330322,7 @@ "longname": "Phaser.Scene#cache", "scope": "instance", "kind": "member", - "___id": "T000002R036973", + "___id": "T000002R037097", "___s": true }, { @@ -329755,7 +330331,7 @@ "filename": "Scene.js", "lineno": 71, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to the global Data Manager.\r\rThis property will only be available if defined in the Scene Injection Map.", @@ -329774,7 +330350,7 @@ "longname": "Phaser.Scene#registry", "scope": "instance", "kind": "member", - "___id": "T000002R036975", + "___id": "T000002R037099", "___s": true }, { @@ -329783,7 +330359,7 @@ "filename": "Scene.js", "lineno": 82, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to the Sound Manager.\r\rThis property will only be available if defined in the Scene Injection Map and the plugin is installed.", @@ -329817,7 +330393,7 @@ "longname": "Phaser.Scene#sound", "scope": "instance", "kind": "member", - "___id": "T000002R036977", + "___id": "T000002R037101", "___s": true }, { @@ -329826,7 +330402,7 @@ "filename": "Scene.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to the Texture Manager.\r\rThis property will only be available if defined in the Scene Injection Map.", @@ -329845,7 +330421,7 @@ "longname": "Phaser.Scene#textures", "scope": "instance", "kind": "member", - "___id": "T000002R036979", + "___id": "T000002R037103", "___s": true }, { @@ -329854,7 +330430,7 @@ "filename": "Scene.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A Scene specific Event Emitter.\r\rThis property will only be available if defined in the Scene Injection Map.", @@ -329873,7 +330449,7 @@ "longname": "Phaser.Scene#events", "scope": "instance", "kind": "member", - "___id": "T000002R036981", + "___id": "T000002R037105", "___s": true }, { @@ -329882,7 +330458,7 @@ "filename": "Scene.js", "lineno": 115, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "The Scene Camera Manager.\r\rThis property will only be available if defined in the Scene Injection Map.", @@ -329901,7 +330477,7 @@ "longname": "Phaser.Scene#cameras", "scope": "instance", "kind": "member", - "___id": "T000002R036983", + "___id": "T000002R037107", "___s": true }, { @@ -329910,7 +330486,7 @@ "filename": "Scene.js", "lineno": 126, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "The Scene Game Object Factory.\r\rThis property will only be available if defined in the Scene Injection Map.", @@ -329929,7 +330505,7 @@ "longname": "Phaser.Scene#add", "scope": "instance", "kind": "member", - "___id": "T000002R036985", + "___id": "T000002R037109", "___s": true }, { @@ -329938,7 +330514,7 @@ "filename": "Scene.js", "lineno": 137, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "The Scene Game Object Creator.\r\rThis property will only be available if defined in the Scene Injection Map.", @@ -329957,7 +330533,7 @@ "longname": "Phaser.Scene#make", "scope": "instance", "kind": "member", - "___id": "T000002R036987", + "___id": "T000002R037111", "___s": true }, { @@ -329966,7 +330542,7 @@ "filename": "Scene.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to the Scene Manager Plugin.\r\rThis property will only be available if defined in the Scene Injection Map.", @@ -329985,7 +330561,7 @@ "longname": "Phaser.Scene#scene", "scope": "instance", "kind": "member", - "___id": "T000002R036989", + "___id": "T000002R037113", "___s": true }, { @@ -329994,7 +330570,7 @@ "filename": "Scene.js", "lineno": 159, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "The Game Object Display List belonging to this Scene.\r\rThis property will only be available if defined in the Scene Injection Map.", @@ -330013,7 +330589,7 @@ "longname": "Phaser.Scene#children", "scope": "instance", "kind": "member", - "___id": "T000002R036991", + "___id": "T000002R037115", "___s": true }, { @@ -330022,7 +330598,7 @@ "filename": "Scene.js", "lineno": 170, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "The Scene Lights Manager Plugin.\r\rThis property will only be available if defined in the Scene Injection Map and the plugin is installed.", @@ -330041,7 +330617,7 @@ "longname": "Phaser.Scene#lights", "scope": "instance", "kind": "member", - "___id": "T000002R036993", + "___id": "T000002R037117", "___s": true }, { @@ -330050,7 +330626,7 @@ "filename": "Scene.js", "lineno": 181, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A Scene specific Data Manager Plugin.\r\rSee the `registry` property for the global Data Manager.\r\rThis property will only be available if defined in the Scene Injection Map and the plugin is installed.", @@ -330069,7 +330645,7 @@ "longname": "Phaser.Scene#data", "scope": "instance", "kind": "member", - "___id": "T000002R036995", + "___id": "T000002R037119", "___s": true }, { @@ -330078,7 +330654,7 @@ "filename": "Scene.js", "lineno": 194, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "The Scene Input Manager Plugin.\r\rThis property will only be available if defined in the Scene Injection Map and the plugin is installed.", @@ -330097,7 +330673,7 @@ "longname": "Phaser.Scene#input", "scope": "instance", "kind": "member", - "___id": "T000002R036997", + "___id": "T000002R037121", "___s": true }, { @@ -330106,7 +330682,7 @@ "filename": "Scene.js", "lineno": 205, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "The Scene Loader Plugin.\r\rThis property will only be available if defined in the Scene Injection Map and the plugin is installed.", @@ -330125,7 +330701,7 @@ "longname": "Phaser.Scene#load", "scope": "instance", "kind": "member", - "___id": "T000002R036999", + "___id": "T000002R037123", "___s": true }, { @@ -330134,7 +330710,7 @@ "filename": "Scene.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "The Scene Time and Clock Plugin.\r\rThis property will only be available if defined in the Scene Injection Map and the plugin is installed.", @@ -330153,7 +330729,7 @@ "longname": "Phaser.Scene#time", "scope": "instance", "kind": "member", - "___id": "T000002R037001", + "___id": "T000002R037125", "___s": true }, { @@ -330162,7 +330738,7 @@ "filename": "Scene.js", "lineno": 227, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "The Scene Tween Manager Plugin.\r\rThis property will only be available if defined in the Scene Injection Map and the plugin is installed.", @@ -330181,7 +330757,7 @@ "longname": "Phaser.Scene#tweens", "scope": "instance", "kind": "member", - "___id": "T000002R037003", + "___id": "T000002R037127", "___s": true }, { @@ -330190,7 +330766,7 @@ "filename": "Scene.js", "lineno": 238, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "The Scene Arcade Physics Plugin.\r\rThis property will only be available if defined in the Scene Injection Map, the plugin is installed and configured.", @@ -330209,7 +330785,7 @@ "longname": "Phaser.Scene#physics", "scope": "instance", "kind": "member", - "___id": "T000002R037005", + "___id": "T000002R037129", "___s": true }, { @@ -330218,7 +330794,7 @@ "filename": "Scene.js", "lineno": 249, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "The Scene Matter Physics Plugin.\r\rThis property will only be available if defined in the Scene Injection Map, the plugin is installed and configured.", @@ -330237,7 +330813,7 @@ "longname": "Phaser.Scene#matter", "scope": "instance", "kind": "member", - "___id": "T000002R037007", + "___id": "T000002R037131", "___s": true }, { @@ -330246,7 +330822,7 @@ "filename": "Scene.js", "lineno": 262, "columnno": 12, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "The Facebook Instant Games Plugin.\r\rThis property will only be available if defined in the Scene Injection Map, the plugin is installed and configured.", @@ -330265,7 +330841,7 @@ "longname": "Phaser.Scene#facebook", "scope": "instance", "kind": "member", - "___id": "T000002R037009", + "___id": "T000002R037133", "___s": true }, { @@ -330274,7 +330850,7 @@ "filename": "Scene.js", "lineno": 274, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to the global Scale Manager.\r\rThis property will only be available if defined in the Scene Injection Map.", @@ -330293,7 +330869,7 @@ "longname": "Phaser.Scene#scale", "scope": "instance", "kind": "member", - "___id": "T000002R037011", + "___id": "T000002R037135", "___s": true }, { @@ -330302,7 +330878,7 @@ "filename": "Scene.js", "lineno": 285, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to the global Plugin Manager.\r\rThe Plugin Manager is a global system that allows plugins to register themselves with it, and can then install\rthose plugins into Scenes as required.", @@ -330321,7 +330897,7 @@ "longname": "Phaser.Scene#plugins", "scope": "instance", "kind": "member", - "___id": "T000002R037013", + "___id": "T000002R037137", "___s": true }, { @@ -330330,7 +330906,7 @@ "filename": "Scene.js", "lineno": 297, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to the renderer instance Phaser is using, either Canvas Renderer or WebGL Renderer.", @@ -330359,7 +330935,7 @@ "longname": "Phaser.Scene#renderer", "scope": "instance", "kind": "member", - "___id": "T000002R037015", + "___id": "T000002R037139", "___s": true }, { @@ -330368,7 +330944,7 @@ "filename": "Scene.js", "lineno": 307, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "This method should be overridden by your own Scenes.\r\rThis method is called once per game step while the scene is running.", @@ -330406,7 +330982,7 @@ "memberof": "Phaser.Scene", "longname": "Phaser.Scene#update", "scope": "instance", - "___id": "T000002R037017", + "___id": "T000002R037141", "___s": true }, { @@ -330415,7 +330991,7 @@ "filename": "SceneManager.js", "lineno": 17, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "classdesc": "The Scene Manager.\r\rThe Scene Manager is a Game level system, responsible for creating, processing and updating all of the\rScenes in a Game instance.\r\rYou should not usually interact directly with the Scene Manager at all. Instead, you should use\rthe Scene Plugin, which is available from every Scene in your game via the `this.scene` property.\r\rUsing methods in this Scene Manager directly will break queued operations and can cause runtime\rerrors. Instead, go via the Scene Plugin. Every feature this Scene Manager provides is also\ravailable via the Scene Plugin.", @@ -330453,7 +331029,7 @@ ], "scope": "static", "longname": "Phaser.Scenes.SceneManager", - "___id": "T000002R037029", + "___id": "T000002R037153", "___s": true }, { @@ -330462,7 +331038,7 @@ "filename": "SceneManager.js", "lineno": 45, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "The Game that this SceneManager belongs to.", @@ -330481,7 +331057,7 @@ "longname": "Phaser.Scenes.SceneManager#game", "scope": "instance", "kind": "member", - "___id": "T000002R037032", + "___id": "T000002R037156", "___s": true }, { @@ -330490,7 +331066,7 @@ "filename": "SceneManager.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "An object that maps the keys to the scene so we can quickly get a scene from a key without iteration.", @@ -330522,7 +331098,7 @@ "longname": "Phaser.Scenes.SceneManager#keys", "scope": "instance", "kind": "member", - "___id": "T000002R037034", + "___id": "T000002R037158", "___s": true }, { @@ -330531,7 +331107,7 @@ "filename": "SceneManager.js", "lineno": 63, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "The array in which all of the scenes are kept.", @@ -330559,7 +331135,7 @@ "longname": "Phaser.Scenes.SceneManager#scenes", "scope": "instance", "kind": "member", - "___id": "T000002R037036", + "___id": "T000002R037160", "___s": true }, { @@ -330568,7 +331144,7 @@ "filename": "SceneManager.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Is the Scene Manager actively processing the Scenes list?", @@ -330589,7 +331165,7 @@ "longname": "Phaser.Scenes.SceneManager#isProcessing", "scope": "instance", "kind": "member", - "___id": "T000002R037046", + "___id": "T000002R037170", "___s": true }, { @@ -330598,7 +331174,7 @@ "filename": "SceneManager.js", "lineno": 123, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Has the Scene Manager properly started?", @@ -330619,7 +331195,7 @@ "longname": "Phaser.Scenes.SceneManager#isBooted", "scope": "instance", "kind": "member", - "___id": "T000002R037048", + "___id": "T000002R037172", "___s": true }, { @@ -330628,7 +331204,7 @@ "filename": "SceneManager.js", "lineno": 134, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Do any of the Cameras in any of the Scenes require a custom viewport?\rIf not we can skip scissor tests.", @@ -330648,7 +331224,7 @@ "longname": "Phaser.Scenes.SceneManager#customViewports", "scope": "instance", "kind": "member", - "___id": "T000002R037050", + "___id": "T000002R037174", "___s": true }, { @@ -330657,7 +331233,7 @@ "filename": "SceneManager.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "This system Scene is created during `bootQueue` and is a default\rempty Scene that lives outside of the Scene list, but can be used\rby plugins and managers that need access to a live Scene, without\rbeing tied to one.", @@ -330676,7 +331252,7 @@ "longname": "Phaser.Scenes.SceneManager#systemScene", "scope": "instance", "kind": "member", - "___id": "T000002R037052", + "___id": "T000002R037176", "___s": true }, { @@ -330685,7 +331261,7 @@ "filename": "SceneManager.js", "lineno": 268, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Process the Scene operations queue.", @@ -330695,7 +331271,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#processQueue", "scope": "instance", - "___id": "T000002R037085", + "___id": "T000002R037209", "___s": true }, { @@ -330704,7 +331280,7 @@ "filename": "SceneManager.js", "lineno": 319, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Adds a new Scene into the SceneManager.\rYou must give each Scene a unique key by which you'll identify it.\r\rThe `sceneConfig` can be:\r\r* A `Phaser.Scene` object, or an object that extends it.\r* A plain JavaScript object\r* A JavaScript ES6 Class that extends `Phaser.Scene`\r* A JavaScript ES5 prototype based Class\r* A JavaScript function\r\rIf a function is given then a new Scene will be created by calling it.", @@ -330792,7 +331368,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#add", "scope": "instance", - "___id": "T000002R037100", + "___id": "T000002R037224", "___s": true }, { @@ -330801,7 +331377,7 @@ "filename": "SceneManager.js", "lineno": 410, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Removes a Scene from the SceneManager.\r\rThe Scene is removed from the local scenes array, it's key is cleared from the keys\rcache and Scene.Systems.destroy is then called on it.\r\rIf the SceneManager is processing the Scenes when this method is called it will\rqueue the operation for the next update sequence.", @@ -330841,7 +331417,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#remove", "scope": "instance", - "___id": "T000002R037119", + "___id": "T000002R037243", "___s": true }, { @@ -330850,7 +331426,7 @@ "filename": "SceneManager.js", "lineno": 555, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Updates the Scenes.", @@ -330888,7 +331464,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#update", "scope": "instance", - "___id": "T000002R037141", + "___id": "T000002R037265", "___s": true }, { @@ -330897,7 +331473,7 @@ "filename": "SceneManager.js", "lineno": 587, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Renders the Scenes.", @@ -330932,7 +331508,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#render", "scope": "instance", - "___id": "T000002R037146", + "___id": "T000002R037270", "___s": true }, { @@ -330941,7 +331517,7 @@ "filename": "SceneManager.js", "lineno": 849, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Returns an array of all the current Scenes being managed by this Scene Manager.\r\rYou can filter the output by the active state of the Scene and choose to have\rthe array returned in normal or reversed order.", @@ -331014,7 +331590,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#getScenes", "scope": "instance", - "___id": "T000002R037187", + "___id": "T000002R037311", "___s": true }, { @@ -331023,7 +331599,7 @@ "filename": "SceneManager.js", "lineno": 886, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Retrieves a Scene based on the given key.\r\rIf an actual Scene is passed to this method, it can be used to check if\rits currently within the Scene Manager, or not.", @@ -331094,7 +331670,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#getScene", "scope": "instance", - "___id": "T000002R037195", + "___id": "T000002R037319", "___s": true }, { @@ -331103,7 +331679,7 @@ "filename": "SceneManager.js", "lineno": 926, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Determines whether a Scene is running.", @@ -331166,7 +331742,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#isActive", "scope": "instance", - "___id": "T000002R037198", + "___id": "T000002R037322", "___s": true }, { @@ -331175,7 +331751,7 @@ "filename": "SceneManager.js", "lineno": 951, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Determines whether a Scene is paused.", @@ -331238,7 +331814,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#isPaused", "scope": "instance", - "___id": "T000002R037201", + "___id": "T000002R037325", "___s": true }, { @@ -331247,7 +331823,7 @@ "filename": "SceneManager.js", "lineno": 976, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Determines whether a Scene is visible.", @@ -331310,7 +331886,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#isVisible", "scope": "instance", - "___id": "T000002R037204", + "___id": "T000002R037328", "___s": true }, { @@ -331319,7 +331895,7 @@ "filename": "SceneManager.js", "lineno": 1001, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Determines whether a Scene is sleeping.", @@ -331382,7 +331958,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#isSleeping", "scope": "instance", - "___id": "T000002R037207", + "___id": "T000002R037331", "___s": true }, { @@ -331391,7 +331967,7 @@ "filename": "SceneManager.js", "lineno": 1026, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Pauses the given Scene.", @@ -331469,7 +332045,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#pause", "scope": "instance", - "___id": "T000002R037210", + "___id": "T000002R037334", "___s": true }, { @@ -331478,7 +332054,7 @@ "filename": "SceneManager.js", "lineno": 1052, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Resumes the given Scene.", @@ -331556,7 +332132,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#resume", "scope": "instance", - "___id": "T000002R037213", + "___id": "T000002R037337", "___s": true }, { @@ -331565,7 +332141,7 @@ "filename": "SceneManager.js", "lineno": 1078, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Puts the given Scene to sleep.", @@ -331643,7 +332219,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#sleep", "scope": "instance", - "___id": "T000002R037216", + "___id": "T000002R037340", "___s": true }, { @@ -331652,7 +332228,7 @@ "filename": "SceneManager.js", "lineno": 1104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Awakens the given Scene.", @@ -331730,7 +332306,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#wake", "scope": "instance", - "___id": "T000002R037219", + "___id": "T000002R037343", "___s": true }, { @@ -331739,7 +332315,7 @@ "filename": "SceneManager.js", "lineno": 1130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Runs the given Scene.\r\rIf the given Scene is paused, it will resume it. If sleeping, it will wake it.\rIf not running at all, it will be started.\r\rUse this if you wish to open a modal Scene by calling `pause` on the current\rScene, then `run` on the modal Scene.", @@ -331817,7 +332393,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#run", "scope": "instance", - "___id": "T000002R037222", + "___id": "T000002R037346", "___s": true }, { @@ -331826,7 +332402,7 @@ "filename": "SceneManager.js", "lineno": 1184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Starts the given Scene, if it is not starting, loading, or creating.\r\rIf the Scene is running, paused, or sleeping, it will be shutdown and then started.", @@ -331904,7 +332480,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#start", "scope": "instance", - "___id": "T000002R037226", + "___id": "T000002R037350", "___s": true }, { @@ -331913,7 +332489,7 @@ "filename": "SceneManager.js", "lineno": 1280, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Stops the given Scene.", @@ -331991,7 +332567,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#stop", "scope": "instance", - "___id": "T000002R037240", + "___id": "T000002R037364", "___s": true }, { @@ -332000,7 +332576,7 @@ "filename": "SceneManager.js", "lineno": 1314, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Sleeps one one Scene and starts the other.", @@ -332087,7 +332663,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#switch", "scope": "instance", - "___id": "T000002R037244", + "___id": "T000002R037368", "___s": true }, { @@ -332096,7 +332672,7 @@ "filename": "SceneManager.js", "lineno": 1350, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Retrieves a Scene by numeric index.", @@ -332158,7 +332734,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#getAt", "scope": "instance", - "___id": "T000002R037248", + "___id": "T000002R037372", "___s": true }, { @@ -332167,7 +332743,7 @@ "filename": "SceneManager.js", "lineno": 1368, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Retrieves the numeric index of a Scene.", @@ -332230,7 +332806,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#getIndex", "scope": "instance", - "___id": "T000002R037250", + "___id": "T000002R037374", "___s": true }, { @@ -332239,7 +332815,7 @@ "filename": "SceneManager.js", "lineno": 1388, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Brings a Scene to the top of the Scenes list.\r\rThis means it will render above all other Scenes.", @@ -332303,7 +332879,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#bringToTop", "scope": "instance", - "___id": "T000002R037253", + "___id": "T000002R037377", "___s": true }, { @@ -332312,7 +332888,7 @@ "filename": "SceneManager.js", "lineno": 1425, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Sends a Scene to the back of the Scenes list.\r\rThis means it will render below all other Scenes.", @@ -332376,7 +332952,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#sendToBack", "scope": "instance", - "___id": "T000002R037260", + "___id": "T000002R037384", "___s": true }, { @@ -332385,7 +332961,7 @@ "filename": "SceneManager.js", "lineno": 1462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Moves a Scene down one position in the Scenes list.", @@ -332449,7 +333025,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#moveDown", "scope": "instance", - "___id": "T000002R037267", + "___id": "T000002R037391", "___s": true }, { @@ -332458,7 +333034,7 @@ "filename": "SceneManager.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Moves a Scene up one position in the Scenes list.", @@ -332522,7 +333098,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#moveUp", "scope": "instance", - "___id": "T000002R037278", + "___id": "T000002R037402", "___s": true }, { @@ -332531,7 +333107,7 @@ "filename": "SceneManager.js", "lineno": 1536, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Moves a Scene so it is immediately above another Scene in the Scenes list.\r\rThis means it will render over the top of the other Scene.", @@ -332618,7 +333194,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#moveAbove", "scope": "instance", - "___id": "T000002R037289", + "___id": "T000002R037413", "___s": true }, { @@ -332627,7 +333203,7 @@ "filename": "SceneManager.js", "lineno": 1583, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Moves a Scene so it is immediately below another Scene in the Scenes list.\r\rThis means it will render behind the other Scene.", @@ -332714,7 +333290,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#moveBelow", "scope": "instance", - "___id": "T000002R037297", + "___id": "T000002R037421", "___s": true }, { @@ -332723,7 +333299,7 @@ "filename": "SceneManager.js", "lineno": 1657, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Swaps the positions of two Scenes in the Scenes list.", @@ -332810,7 +333386,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#swapPosition", "scope": "instance", - "___id": "T000002R037310", + "___id": "T000002R037434", "___s": true }, { @@ -332819,7 +333395,7 @@ "filename": "SceneManager.js", "lineno": 1699, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Dumps debug information about each Scene to the developer console.", @@ -332829,7 +333405,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#dump", "scope": "instance", - "___id": "T000002R037320", + "___id": "T000002R037444", "___s": true }, { @@ -332838,7 +333414,7 @@ "filename": "SceneManager.js", "lineno": 1723, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Destroy this Scene Manager and all of its systems.\r\rThis process cannot be reversed.\r\rThis method is called automatically when a Phaser Game instance is destroyed.", @@ -332848,7 +333424,7 @@ "memberof": "Phaser.Scenes.SceneManager", "longname": "Phaser.Scenes.SceneManager#destroy", "scope": "instance", - "___id": "T000002R037328", + "___id": "T000002R037452", "___s": true }, { @@ -332857,7 +333433,7 @@ "filename": "ScenePlugin.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "classdesc": "The Scene Plugin is the main interface to the Scene Manager and allows you to control\rany Scene running in your game. You should always use this plugin. By default, it is\rmapped to the Scene property `this.scene`. Meaning, from within a Scene, you can call\rmethods such as `this.scene.start()`.\r\rNote that nearly all methods in this class are run on a queue-basis and not\rimmediately. For example, calling `this.scene.launch('SceneB')` will try to\rlaunch SceneB when the Scene Manager next updates, which is at the start of the game\rstep. All operations are queued and run in the order in which they are invoked here.", @@ -332882,7 +333458,7 @@ ], "scope": "static", "longname": "Phaser.Scenes.ScenePlugin", - "___id": "T000002R037345", + "___id": "T000002R037469", "___s": true }, { @@ -332891,7 +333467,7 @@ "filename": "ScenePlugin.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "The Scene that this ScenePlugin belongs to.", @@ -332910,7 +333486,7 @@ "longname": "Phaser.Scenes.ScenePlugin#scene", "scope": "instance", "kind": "member", - "___id": "T000002R037348", + "___id": "T000002R037472", "___s": true }, { @@ -332919,7 +333495,7 @@ "filename": "ScenePlugin.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "The Scene Systems instance of the Scene that this ScenePlugin belongs to.", @@ -332938,7 +333514,7 @@ "longname": "Phaser.Scenes.ScenePlugin#systems", "scope": "instance", "kind": "member", - "___id": "T000002R037350", + "___id": "T000002R037474", "___s": true }, { @@ -332947,7 +333523,7 @@ "filename": "ScenePlugin.js", "lineno": 56, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "The settings of the Scene this ScenePlugin belongs to.", @@ -332966,7 +333542,7 @@ "longname": "Phaser.Scenes.ScenePlugin#settings", "scope": "instance", "kind": "member", - "___id": "T000002R037352", + "___id": "T000002R037476", "___s": true }, { @@ -332975,7 +333551,7 @@ "filename": "ScenePlugin.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "The key of the Scene this ScenePlugin belongs to.", @@ -332994,7 +333570,7 @@ "longname": "Phaser.Scenes.ScenePlugin#key", "scope": "instance", "kind": "member", - "___id": "T000002R037354", + "___id": "T000002R037478", "___s": true }, { @@ -333003,7 +333579,7 @@ "filename": "ScenePlugin.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "The Game's SceneManager.", @@ -333022,7 +333598,7 @@ "longname": "Phaser.Scenes.ScenePlugin#manager", "scope": "instance", "kind": "member", - "___id": "T000002R037356", + "___id": "T000002R037480", "___s": true }, { @@ -333031,7 +333607,7 @@ "filename": "ScenePlugin.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "If this Scene is currently transitioning to another, this holds\rthe current percentage of the transition progress, between 0 and 1.", @@ -333050,7 +333626,7 @@ "longname": "Phaser.Scenes.ScenePlugin#transitionProgress", "scope": "instance", "kind": "member", - "___id": "T000002R037358", + "___id": "T000002R037482", "___s": true }, { @@ -333059,7 +333635,7 @@ "filename": "ScenePlugin.js", "lineno": 196, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Shutdown this Scene and run the given one.\r\rThis will happen at the next Scene Manager update, not immediately.", @@ -333138,7 +333714,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#start", "scope": "instance", - "___id": "T000002R037379", + "___id": "T000002R037503", "___s": true }, { @@ -333147,7 +333723,7 @@ "filename": "ScenePlugin.js", "lineno": 222, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Restarts this Scene.\r\rThis will happen at the next Scene Manager update, not immediately.", @@ -333188,7 +333764,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#restart", "scope": "instance", - "___id": "T000002R037382", + "___id": "T000002R037506", "___s": true }, { @@ -333197,7 +333773,7 @@ "filename": "ScenePlugin.js", "lineno": 244, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "This will start a transition from the current Scene to the target Scene given.\r\rThe target Scene cannot be the same as the current Scene.\r\rThe transition will last for the duration specified in milliseconds.\r\rYou can have the target Scene moved above or below this one in the display list.\r\rYou can specify an update callback. This callback will be invoked _every frame_ for the duration\rof the transition.\r\rThis Scene can either be sent to sleep at the end of the transition, or stopped. The default is to stop.\r\rThere are also 5 transition related events: This scene will emit the event `transitionout` when\rthe transition begins, which is typically the frame after calling this method.\r\rThe target Scene will emit the event `transitioninit` when that Scene's `init` method is called.\rIt will then emit the event `transitionstart` when its `create` method is called.\rIf the Scene was sleeping and has been woken up, it will emit the event `transitionwake` instead of these two,\ras the Scenes `init` and `create` methods are not invoked when a Scene wakes up.\r\rWhen the duration of the transition has elapsed it will emit the event `transitioncomplete`.\rThese events are cleared of all listeners when the Scene shuts down, but not if it is sent to sleep.\r\rIt's important to understand that the duration of the transition begins the moment you call this method.\rIf the Scene you are transitioning to includes delayed processes, such as waiting for files to load, the\rtime still counts down even while that is happening. If the game itself pauses, or something else causes\rthis Scenes update loop to stop, then the transition will also pause for that duration. There are\rchecks in place to prevent you accidentally stopping a transitioning Scene but if you've got code to\roverride this understand that until the target Scene completes it might never be unlocked for input events.", @@ -333239,7 +333815,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#transition", "scope": "instance", - "___id": "T000002R037385", + "___id": "T000002R037509", "___s": true }, { @@ -333248,7 +333824,7 @@ "filename": "ScenePlugin.js", "lineno": 447, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Add the Scene into the Scene Manager and start it if 'autoStart' is true or the Scene config 'active' property is set.", @@ -333336,7 +333912,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#add", "scope": "instance", - "___id": "T000002R037424", + "___id": "T000002R037548", "___s": true }, { @@ -333345,7 +333921,7 @@ "filename": "ScenePlugin.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Launch the given Scene and run it in parallel with this one.\r\rThis will happen at the next Scene Manager update, not immediately.", @@ -333423,7 +333999,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#launch", "scope": "instance", - "___id": "T000002R037426", + "___id": "T000002R037550", "___s": true }, { @@ -333432,7 +334008,7 @@ "filename": "ScenePlugin.js", "lineno": 491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Runs the given Scene, but does not change the state of this Scene.\r\rThis will happen at the next Scene Manager update, not immediately.\r\rIf the given Scene is paused, it will resume it. If sleeping, it will wake it.\rIf not running at all, it will be started.\r\rUse this if you wish to open a modal Scene by calling `pause` on the current\rScene, then `run` on the modal Scene.", @@ -333510,7 +334086,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#run", "scope": "instance", - "___id": "T000002R037428", + "___id": "T000002R037552", "___s": true }, { @@ -333519,7 +334095,7 @@ "filename": "ScenePlugin.js", "lineno": 523, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Pause the Scene - this stops the update step from happening but it still renders.\r\rThis will happen at the next Scene Manager update, not immediately.", @@ -333598,7 +334174,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#pause", "scope": "instance", - "___id": "T000002R037430", + "___id": "T000002R037554", "___s": true }, { @@ -333607,7 +334183,7 @@ "filename": "ScenePlugin.js", "lineno": 548, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Resume the Scene - starts the update loop again.\r\rThis will happen at the next Scene Manager update, not immediately.", @@ -333686,7 +334262,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#resume", "scope": "instance", - "___id": "T000002R037433", + "___id": "T000002R037557", "___s": true }, { @@ -333695,7 +334271,7 @@ "filename": "ScenePlugin.js", "lineno": 573, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Makes the Scene sleep (no update, no render) but doesn't shutdown.\r\rThis will happen at the next Scene Manager update, not immediately.", @@ -333774,7 +334350,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#sleep", "scope": "instance", - "___id": "T000002R037436", + "___id": "T000002R037560", "___s": true }, { @@ -333783,7 +334359,7 @@ "filename": "ScenePlugin.js", "lineno": 598, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Makes the Scene wake-up (starts update and render)\r\rThis will happen at the next Scene Manager update, not immediately.", @@ -333862,7 +334438,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#wake", "scope": "instance", - "___id": "T000002R037439", + "___id": "T000002R037563", "___s": true }, { @@ -333871,7 +334447,7 @@ "filename": "ScenePlugin.js", "lineno": 623, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Makes this Scene sleep then starts the Scene given.\r\rThis will happen at the next Scene Manager update, not immediately.", @@ -333935,7 +334511,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#switch", "scope": "instance", - "___id": "T000002R037442", + "___id": "T000002R037566", "___s": true }, { @@ -333944,7 +334520,7 @@ "filename": "ScenePlugin.js", "lineno": 648, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Shutdown the Scene, clearing display list, timers, etc.\r\rThis happens at the next Scene Manager update, not immediately.", @@ -334023,7 +334599,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#stop", "scope": "instance", - "___id": "T000002R037444", + "___id": "T000002R037568", "___s": true }, { @@ -334032,7 +334608,7 @@ "filename": "ScenePlugin.js", "lineno": 673, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Sets the active state of the given Scene.", @@ -334124,7 +334700,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#setActive", "scope": "instance", - "___id": "T000002R037447", + "___id": "T000002R037571", "___s": true }, { @@ -334133,7 +334709,7 @@ "filename": "ScenePlugin.js", "lineno": 702, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Sets the visible state of the given Scene.", @@ -334211,7 +334787,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#setVisible", "scope": "instance", - "___id": "T000002R037451", + "___id": "T000002R037575", "___s": true }, { @@ -334220,7 +334796,7 @@ "filename": "ScenePlugin.js", "lineno": 730, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Checks if the given Scene is sleeping or not?", @@ -334284,7 +334860,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#isSleeping", "scope": "instance", - "___id": "T000002R037455", + "___id": "T000002R037579", "___s": true }, { @@ -334293,7 +334869,7 @@ "filename": "ScenePlugin.js", "lineno": 750, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Checks if the given Scene is running or not?", @@ -334357,7 +334933,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#isActive", "scope": "instance", - "___id": "T000002R037458", + "___id": "T000002R037582", "___s": true }, { @@ -334366,7 +334942,7 @@ "filename": "ScenePlugin.js", "lineno": 770, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Checks if the given Scene is paused or not?", @@ -334430,7 +335006,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#isPaused", "scope": "instance", - "___id": "T000002R037461", + "___id": "T000002R037585", "___s": true }, { @@ -334439,7 +335015,7 @@ "filename": "ScenePlugin.js", "lineno": 790, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Checks if the given Scene is visible or not?", @@ -334503,7 +335079,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#isVisible", "scope": "instance", - "___id": "T000002R037464", + "___id": "T000002R037588", "___s": true }, { @@ -334512,7 +335088,7 @@ "filename": "ScenePlugin.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Swaps the position of two scenes in the Scenes list.\r\rThis controls the order in which they are rendered and updated.", @@ -334600,7 +335176,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#swapPosition", "scope": "instance", - "___id": "T000002R037467", + "___id": "T000002R037591", "___s": true }, { @@ -334609,7 +335185,7 @@ "filename": "ScenePlugin.js", "lineno": 838, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Swaps the position of two scenes in the Scenes list, so that Scene B is directly above Scene A.\r\rThis controls the order in which they are rendered and updated.", @@ -334697,7 +335273,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#moveAbove", "scope": "instance", - "___id": "T000002R037470", + "___id": "T000002R037594", "___s": true }, { @@ -334706,7 +335282,7 @@ "filename": "ScenePlugin.js", "lineno": 866, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Swaps the position of two scenes in the Scenes list, so that Scene B is directly below Scene A.\r\rThis controls the order in which they are rendered and updated.", @@ -334794,7 +335370,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#moveBelow", "scope": "instance", - "___id": "T000002R037473", + "___id": "T000002R037597", "___s": true }, { @@ -334803,7 +335379,7 @@ "filename": "ScenePlugin.js", "lineno": 894, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Removes a Scene from the SceneManager.\r\rThe Scene is removed from the local scenes array, it's key is cleared from the keys\rcache and Scene.Systems.destroy is then called on it.\r\rIf the SceneManager is processing the Scenes when this method is called it will\rqueue the operation for the next update sequence.", @@ -334868,7 +335444,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#remove", "scope": "instance", - "___id": "T000002R037476", + "___id": "T000002R037600", "___s": true }, { @@ -334877,7 +335453,7 @@ "filename": "ScenePlugin.js", "lineno": 922, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Moves a Scene up one position in the Scenes list.", @@ -334942,7 +335518,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#moveUp", "scope": "instance", - "___id": "T000002R037479", + "___id": "T000002R037603", "___s": true }, { @@ -334951,7 +335527,7 @@ "filename": "ScenePlugin.js", "lineno": 944, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Moves a Scene down one position in the Scenes list.", @@ -335016,7 +335592,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#moveDown", "scope": "instance", - "___id": "T000002R037482", + "___id": "T000002R037606", "___s": true }, { @@ -335025,7 +335601,7 @@ "filename": "ScenePlugin.js", "lineno": 966, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Brings a Scene to the top of the Scenes list.\r\rThis means it will render above all other Scenes.", @@ -335090,7 +335666,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#bringToTop", "scope": "instance", - "___id": "T000002R037485", + "___id": "T000002R037609", "___s": true }, { @@ -335099,7 +335675,7 @@ "filename": "ScenePlugin.js", "lineno": 990, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Sends a Scene to the back of the Scenes list.\r\rThis means it will render below all other Scenes.", @@ -335164,7 +335740,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#sendToBack", "scope": "instance", - "___id": "T000002R037488", + "___id": "T000002R037612", "___s": true }, { @@ -335173,7 +335749,7 @@ "filename": "ScenePlugin.js", "lineno": 1014, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Retrieve a Scene.", @@ -335242,7 +335818,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#get", "scope": "instance", - "___id": "T000002R037491", + "___id": "T000002R037615", "___s": true }, { @@ -335251,7 +335827,7 @@ "filename": "ScenePlugin.js", "lineno": 1033, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Return the status of the Scene.", @@ -335314,7 +335890,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#getStatus", "scope": "instance", - "___id": "T000002R037493", + "___id": "T000002R037617", "___s": true }, { @@ -335323,7 +335899,7 @@ "filename": "ScenePlugin.js", "lineno": 1056, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Retrieves the numeric index of a Scene in the Scenes list.", @@ -335387,7 +335963,7 @@ "memberof": "Phaser.Scenes.ScenePlugin", "longname": "Phaser.Scenes.ScenePlugin#getIndex", "scope": "instance", - "___id": "T000002R037496", + "___id": "T000002R037620", "___s": true }, { @@ -335396,7 +335972,7 @@ "filename": "Settings.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "kind": "namespace", @@ -335404,7 +335980,7 @@ "memberof": "Phaser.Scenes", "longname": "Phaser.Scenes.Settings", "scope": "static", - "___id": "T000002R037513", + "___id": "T000002R037637", "___s": true }, { @@ -335413,7 +335989,7 @@ "filename": "Settings.js", "lineno": 18, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Takes a Scene configuration object and returns a fully formed System Settings object.", @@ -335462,7 +336038,7 @@ "memberof": "Phaser.Scenes.Settings", "longname": "Phaser.Scenes.Settings.create", "scope": "static", - "___id": "T000002R037515", + "___id": "T000002R037639", "___s": true }, { @@ -335471,7 +336047,7 @@ "filename": "Systems.js", "lineno": 16, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "classdesc": "The Scene Systems class.\r\rThis class is available from within a Scene under the property `sys`.\rIt is responsible for managing all of the plugins a Scene has running, including the display list, and\rhandling the update step and renderer. It also contains references to global systems belonging to Game.", @@ -335519,7 +336095,7 @@ ], "scope": "static", "longname": "Phaser.Scenes.Systems", - "___id": "T000002R037546", + "___id": "T000002R037670", "___s": true }, { @@ -335528,7 +336104,7 @@ "filename": "Systems.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to the Scene that these Systems belong to.", @@ -335547,7 +336123,7 @@ "longname": "Phaser.Scenes.Systems#scene", "scope": "instance", "kind": "member", - "___id": "T000002R037549", + "___id": "T000002R037673", "___s": true }, { @@ -335556,7 +336132,7 @@ "filename": "Systems.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to the Phaser Game instance.", @@ -335575,7 +336151,7 @@ "longname": "Phaser.Scenes.Systems#game", "scope": "instance", "kind": "member", - "___id": "T000002R037551", + "___id": "T000002R037675", "___s": true }, { @@ -335584,7 +336160,7 @@ "filename": "Systems.js", "lineno": 56, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to either the Canvas or WebGL Renderer that this Game is using.", @@ -335613,7 +336189,7 @@ "longname": "Phaser.Scenes.Systems#renderer", "scope": "instance", "kind": "member", - "___id": "T000002R037553", + "___id": "T000002R037677", "___s": true }, { @@ -335622,7 +336198,7 @@ "filename": "Systems.js", "lineno": 67, "columnno": 12, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "The Facebook Instant Games Plugin.", @@ -335641,7 +336217,7 @@ "longname": "Phaser.Scenes.Systems#facebook", "scope": "instance", "kind": "member", - "___id": "T000002R037555", + "___id": "T000002R037679", "___s": true }, { @@ -335650,7 +336226,7 @@ "filename": "Systems.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "The Scene Configuration object, as passed in when creating the Scene.", @@ -335679,7 +336255,7 @@ "longname": "Phaser.Scenes.Systems#config", "scope": "instance", "kind": "member", - "___id": "T000002R037557", + "___id": "T000002R037681", "___s": true }, { @@ -335688,7 +336264,7 @@ "filename": "Systems.js", "lineno": 86, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "The Scene Settings. This is the parsed output based on the Scene configuration.", @@ -335707,7 +336283,7 @@ "longname": "Phaser.Scenes.Systems#settings", "scope": "instance", "kind": "member", - "___id": "T000002R037559", + "___id": "T000002R037683", "___s": true }, { @@ -335716,7 +336292,7 @@ "filename": "Systems.js", "lineno": 95, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A handy reference to the Scene canvas / context.", @@ -335735,7 +336311,7 @@ "longname": "Phaser.Scenes.Systems#canvas", "scope": "instance", "kind": "member", - "___id": "T000002R037561", + "___id": "T000002R037685", "___s": true }, { @@ -335744,7 +336320,7 @@ "filename": "Systems.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to the Canvas Rendering Context being used by the renderer.", @@ -335763,7 +336339,7 @@ "longname": "Phaser.Scenes.Systems#context", "scope": "instance", "kind": "member", - "___id": "T000002R037563", + "___id": "T000002R037687", "___s": true }, { @@ -335772,7 +336348,7 @@ "filename": "Systems.js", "lineno": 115, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to the global Animations Manager.\r\rIn the default set-up you can access this from within a Scene via the `this.anims` property.", @@ -335791,7 +336367,7 @@ "longname": "Phaser.Scenes.Systems#anims", "scope": "instance", "kind": "member", - "___id": "T000002R037565", + "___id": "T000002R037689", "___s": true }, { @@ -335800,7 +336376,7 @@ "filename": "Systems.js", "lineno": 126, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to the global Cache. The Cache stores all files bought in to Phaser via\rthe Loader, with the exception of images. Images are stored in the Texture Manager.\r\rIn the default set-up you can access this from within a Scene via the `this.cache` property.", @@ -335819,7 +336395,7 @@ "longname": "Phaser.Scenes.Systems#cache", "scope": "instance", "kind": "member", - "___id": "T000002R037567", + "___id": "T000002R037691", "___s": true }, { @@ -335828,7 +336404,7 @@ "filename": "Systems.js", "lineno": 138, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to the global Plugins Manager.\r\rIn the default set-up you can access this from within a Scene via the `this.plugins` property.", @@ -335847,7 +336423,7 @@ "longname": "Phaser.Scenes.Systems#plugins", "scope": "instance", "kind": "member", - "___id": "T000002R037569", + "___id": "T000002R037693", "___s": true }, { @@ -335856,7 +336432,7 @@ "filename": "Systems.js", "lineno": 149, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to the global registry. This is a game-wide instance of the Data Manager, allowing\ryou to exchange data between Scenes via a universal and shared point.\r\rIn the default set-up you can access this from within a Scene via the `this.registry` property.", @@ -335875,7 +336451,7 @@ "longname": "Phaser.Scenes.Systems#registry", "scope": "instance", "kind": "member", - "___id": "T000002R037571", + "___id": "T000002R037695", "___s": true }, { @@ -335884,7 +336460,7 @@ "filename": "Systems.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to the global Scale Manager.\r\rIn the default set-up you can access this from within a Scene via the `this.scale` property.", @@ -335903,7 +336479,7 @@ "longname": "Phaser.Scenes.Systems#scale", "scope": "instance", "kind": "member", - "___id": "T000002R037573", + "___id": "T000002R037697", "___s": true }, { @@ -335912,7 +336488,7 @@ "filename": "Systems.js", "lineno": 172, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to the global Sound Manager.\r\rIn the default set-up you can access this from within a Scene via the `this.sound` property.", @@ -335946,7 +336522,7 @@ "longname": "Phaser.Scenes.Systems#sound", "scope": "instance", "kind": "member", - "___id": "T000002R037575", + "___id": "T000002R037699", "___s": true }, { @@ -335955,7 +336531,7 @@ "filename": "Systems.js", "lineno": 183, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to the global Texture Manager.\r\rIn the default set-up you can access this from within a Scene via the `this.textures` property.", @@ -335974,7 +336550,7 @@ "longname": "Phaser.Scenes.Systems#textures", "scope": "instance", "kind": "member", - "___id": "T000002R037577", + "___id": "T000002R037701", "___s": true }, { @@ -335983,7 +336559,7 @@ "filename": "Systems.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to the Scene's Game Object Factory.\r\rUse this to quickly and easily create new Game Object's.\r\rIn the default set-up you can access this from within a Scene via the `this.add` property.", @@ -336002,7 +336578,7 @@ "longname": "Phaser.Scenes.Systems#add", "scope": "instance", "kind": "member", - "___id": "T000002R037579", + "___id": "T000002R037703", "___s": true }, { @@ -336011,7 +336587,7 @@ "filename": "Systems.js", "lineno": 209, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to the Scene's Camera Manager.\r\rUse this to manipulate and create Cameras for this specific Scene.\r\rIn the default set-up you can access this from within a Scene via the `this.cameras` property.", @@ -336030,7 +336606,7 @@ "longname": "Phaser.Scenes.Systems#cameras", "scope": "instance", "kind": "member", - "___id": "T000002R037581", + "___id": "T000002R037705", "___s": true }, { @@ -336039,7 +336615,7 @@ "filename": "Systems.js", "lineno": 222, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to the Scene's Display List.\r\rUse this to organize the children contained in the display list.\r\rIn the default set-up you can access this from within a Scene via the `this.children` property.", @@ -336058,7 +336634,7 @@ "longname": "Phaser.Scenes.Systems#displayList", "scope": "instance", "kind": "member", - "___id": "T000002R037583", + "___id": "T000002R037707", "___s": true }, { @@ -336067,7 +336643,7 @@ "filename": "Systems.js", "lineno": 235, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to the Scene's Event Manager.\r\rUse this to listen for Scene specific events, such as `pause` and `shutdown`.\r\rIn the default set-up you can access this from within a Scene via the `this.events` property.", @@ -336086,7 +336662,7 @@ "longname": "Phaser.Scenes.Systems#events", "scope": "instance", "kind": "member", - "___id": "T000002R037585", + "___id": "T000002R037709", "___s": true }, { @@ -336095,7 +336671,7 @@ "filename": "Systems.js", "lineno": 248, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to the Scene's Game Object Creator.\r\rUse this to quickly and easily create new Game Object's. The difference between this and the\rGame Object Factory, is that the Creator just creates and returns Game Object instances, it\rdoesn't then add them to the Display List or Update List.\r\rIn the default set-up you can access this from within a Scene via the `this.make` property.", @@ -336114,7 +336690,7 @@ "longname": "Phaser.Scenes.Systems#make", "scope": "instance", "kind": "member", - "___id": "T000002R037587", + "___id": "T000002R037711", "___s": true }, { @@ -336123,7 +336699,7 @@ "filename": "Systems.js", "lineno": 263, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to the Scene Manager Plugin.\r\rUse this to manipulate both this and other Scene's in your game, for example to launch a parallel Scene,\ror pause or resume a Scene, or switch from this Scene to another.\r\rIn the default set-up you can access this from within a Scene via the `this.scene` property.", @@ -336142,7 +336718,7 @@ "longname": "Phaser.Scenes.Systems#scenePlugin", "scope": "instance", "kind": "member", - "___id": "T000002R037589", + "___id": "T000002R037713", "___s": true }, { @@ -336151,7 +336727,7 @@ "filename": "Systems.js", "lineno": 277, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A reference to the Scene's Update List.\r\rUse this to organize the children contained in the update list.\r\rThe Update List is responsible for managing children that need their `preUpdate` methods called,\rin order to process so internal components, such as Sprites with Animations.\r\rIn the default set-up there is no reference to this from within the Scene itself.", @@ -336170,7 +336746,7 @@ "longname": "Phaser.Scenes.Systems#updateList", "scope": "instance", "kind": "member", - "___id": "T000002R037591", + "___id": "T000002R037715", "___s": true }, { @@ -336179,7 +336755,7 @@ "filename": "Systems.js", "lineno": 307, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "This method is called only once by the Scene Manager when the Scene is instantiated.\rIt is responsible for setting up all of the Scene plugins and references.\rIt should never be called directly.", @@ -336208,7 +336784,7 @@ "memberof": "Phaser.Scenes.Systems", "longname": "Phaser.Scenes.Systems#init", "scope": "instance", - "___id": "T000002R037595", + "___id": "T000002R037719", "___s": true }, { @@ -336217,7 +336793,7 @@ "filename": "Systems.js", "lineno": 343, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "A single game step. Called automatically by the Scene Manager as a result of a Request Animation\rFrame or Set Timeout call to the main Game instance.", @@ -336260,7 +336836,7 @@ "memberof": "Phaser.Scenes.Systems", "longname": "Phaser.Scenes.Systems#step", "scope": "instance", - "___id": "T000002R037606", + "___id": "T000002R037730", "___s": true }, { @@ -336269,7 +336845,7 @@ "filename": "Systems.js", "lineno": 369, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Called automatically by the Scene Manager.\rInstructs the Scene to render itself via its Camera Manager to the renderer given.", @@ -336308,7 +336884,7 @@ "memberof": "Phaser.Scenes.Systems", "longname": "Phaser.Scenes.Systems#render", "scope": "instance", - "___id": "T000002R037609", + "___id": "T000002R037733", "___s": true }, { @@ -336317,7 +336893,7 @@ "filename": "Systems.js", "lineno": 393, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Force a sort of the display list on the next render.", @@ -336327,7 +336903,7 @@ "memberof": "Phaser.Scenes.Systems", "longname": "Phaser.Scenes.Systems#queueDepthSort", "scope": "instance", - "___id": "T000002R037612", + "___id": "T000002R037736", "___s": true }, { @@ -336336,7 +336912,7 @@ "filename": "Systems.js", "lineno": 404, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Immediately sorts the display list if the flag is set.", @@ -336346,7 +336922,7 @@ "memberof": "Phaser.Scenes.Systems", "longname": "Phaser.Scenes.Systems#depthSort", "scope": "instance", - "___id": "T000002R037614", + "___id": "T000002R037738", "___s": true }, { @@ -336355,7 +336931,7 @@ "filename": "Systems.js", "lineno": 415, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Pause this Scene.\r\rA paused Scene still renders, it just doesn't run any of its update handlers or systems.", @@ -336398,7 +336974,7 @@ "memberof": "Phaser.Scenes.Systems", "longname": "Phaser.Scenes.Systems#pause", "scope": "instance", - "___id": "T000002R037616", + "___id": "T000002R037740", "___s": true }, { @@ -336407,7 +336983,7 @@ "filename": "Systems.js", "lineno": 449, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Resume this Scene from a paused state.", @@ -336450,7 +337026,7 @@ "memberof": "Phaser.Scenes.Systems", "longname": "Phaser.Scenes.Systems#resume", "scope": "instance", - "___id": "T000002R037622", + "___id": "T000002R037746", "___s": true }, { @@ -336459,7 +337035,7 @@ "filename": "Systems.js", "lineno": 477, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Send this Scene to sleep.\r\rA sleeping Scene doesn't run its update step or render anything, but it also isn't shut down\ror has any of its systems or children removed, meaning it can be re-activated at any point and\rwill carry on from where it left off. It also keeps everything in memory and events and callbacks\rfrom other Scenes may still invoke changes within it, so be careful what is left active.", @@ -336502,7 +337078,7 @@ "memberof": "Phaser.Scenes.Systems", "longname": "Phaser.Scenes.Systems#sleep", "scope": "instance", - "___id": "T000002R037628", + "___id": "T000002R037752", "___s": true }, { @@ -336511,7 +337087,7 @@ "filename": "Systems.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Wake-up this Scene if it was previously asleep.", @@ -336554,7 +337130,7 @@ "memberof": "Phaser.Scenes.Systems", "longname": "Phaser.Scenes.Systems#wake", "scope": "instance", - "___id": "T000002R037635", + "___id": "T000002R037759", "___s": true }, { @@ -336563,7 +337139,7 @@ "filename": "Systems.js", "lineno": 546, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Returns any data that was sent to this Scene by another Scene.\r\rThe data is also passed to `Scene.init` and in various Scene events, but\ryou can access it at any point via this method.", @@ -336587,7 +337163,7 @@ "memberof": "Phaser.Scenes.Systems", "longname": "Phaser.Scenes.Systems#getData", "scope": "instance", - "___id": "T000002R037642", + "___id": "T000002R037766", "___s": true }, { @@ -336596,7 +337172,7 @@ "filename": "Systems.js", "lineno": 562, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Returns the current status of this Scene.", @@ -336620,7 +337196,7 @@ "memberof": "Phaser.Scenes.Systems", "longname": "Phaser.Scenes.Systems#getStatus", "scope": "instance", - "___id": "T000002R037644", + "___id": "T000002R037768", "___s": true }, { @@ -336629,7 +337205,7 @@ "filename": "Systems.js", "lineno": 575, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Can this Scene receive Input events?", @@ -336653,7 +337229,7 @@ "memberof": "Phaser.Scenes.Systems", "longname": "Phaser.Scenes.Systems#canInput", "scope": "instance", - "___id": "T000002R037646", + "___id": "T000002R037770", "___s": true }, { @@ -336662,7 +337238,7 @@ "filename": "Systems.js", "lineno": 590, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Is this Scene sleeping?", @@ -336686,7 +337262,7 @@ "memberof": "Phaser.Scenes.Systems", "longname": "Phaser.Scenes.Systems#isSleeping", "scope": "instance", - "___id": "T000002R037649", + "___id": "T000002R037773", "___s": true }, { @@ -336695,7 +337271,7 @@ "filename": "Systems.js", "lineno": 603, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Is this Scene running?", @@ -336719,7 +337295,7 @@ "memberof": "Phaser.Scenes.Systems", "longname": "Phaser.Scenes.Systems#isActive", "scope": "instance", - "___id": "T000002R037651", + "___id": "T000002R037775", "___s": true }, { @@ -336728,7 +337304,7 @@ "filename": "Systems.js", "lineno": 616, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Is this Scene paused?", @@ -336752,7 +337328,7 @@ "memberof": "Phaser.Scenes.Systems", "longname": "Phaser.Scenes.Systems#isPaused", "scope": "instance", - "___id": "T000002R037653", + "___id": "T000002R037777", "___s": true }, { @@ -336761,7 +337337,7 @@ "filename": "Systems.js", "lineno": 629, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Is this Scene currently transitioning out to, or in from another Scene?", @@ -336785,7 +337361,7 @@ "memberof": "Phaser.Scenes.Systems", "longname": "Phaser.Scenes.Systems#isTransitioning", "scope": "instance", - "___id": "T000002R037655", + "___id": "T000002R037779", "___s": true }, { @@ -336794,7 +337370,7 @@ "filename": "Systems.js", "lineno": 642, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Is this Scene currently transitioning out from itself to another Scene?", @@ -336818,7 +337394,7 @@ "memberof": "Phaser.Scenes.Systems", "longname": "Phaser.Scenes.Systems#isTransitionOut", "scope": "instance", - "___id": "T000002R037657", + "___id": "T000002R037781", "___s": true }, { @@ -336827,7 +337403,7 @@ "filename": "Systems.js", "lineno": 655, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Is this Scene currently transitioning in from another Scene?", @@ -336851,7 +337427,7 @@ "memberof": "Phaser.Scenes.Systems", "longname": "Phaser.Scenes.Systems#isTransitionIn", "scope": "instance", - "___id": "T000002R037659", + "___id": "T000002R037783", "___s": true }, { @@ -336860,7 +337436,7 @@ "filename": "Systems.js", "lineno": 668, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Is this Scene visible and rendering?", @@ -336884,7 +337460,7 @@ "memberof": "Phaser.Scenes.Systems", "longname": "Phaser.Scenes.Systems#isVisible", "scope": "instance", - "___id": "T000002R037661", + "___id": "T000002R037785", "___s": true }, { @@ -336893,7 +337469,7 @@ "filename": "Systems.js", "lineno": 681, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Sets the visible state of this Scene.\rAn invisible Scene will not render, but will still process updates.", @@ -336932,7 +337508,7 @@ "memberof": "Phaser.Scenes.Systems", "longname": "Phaser.Scenes.Systems#setVisible", "scope": "instance", - "___id": "T000002R037663", + "___id": "T000002R037787", "___s": true }, { @@ -336941,7 +337517,7 @@ "filename": "Systems.js", "lineno": 699, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Set the active state of this Scene.\r\rAn active Scene will run its core update loop.", @@ -336994,7 +337570,7 @@ "memberof": "Phaser.Scenes.Systems", "longname": "Phaser.Scenes.Systems#setActive", "scope": "instance", - "___id": "T000002R037666", + "___id": "T000002R037790", "___s": true }, { @@ -337003,7 +337579,7 @@ "filename": "Systems.js", "lineno": 724, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Start this Scene running and rendering.\rCalled automatically by the SceneManager.", @@ -337032,7 +337608,7 @@ "memberof": "Phaser.Scenes.Systems", "longname": "Phaser.Scenes.Systems#start", "scope": "instance", - "___id": "T000002R037668", + "___id": "T000002R037792", "___s": true }, { @@ -337041,7 +337617,7 @@ "filename": "Systems.js", "lineno": 757, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scene", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene", "code": {} }, "description": "Shutdown this Scene and send a shutdown event to all of its systems.\rA Scene that has been shutdown will not run its update loop or render, but it does\rnot destroy any of its plugins or references. It is put into hibernation for later use.\rIf you don't ever plan to use this Scene again, then it should be destroyed instead\rto free-up resources.", @@ -337070,7 +337646,7 @@ "memberof": "Phaser.Scenes.Systems", "longname": "Phaser.Scenes.Systems#shutdown", "scope": "instance", - "___id": "T000002R037676", + "___id": "T000002R037800", "___s": true }, { @@ -337079,7 +337655,7 @@ "filename": "CreateSceneFromObjectConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\typedefs", "code": {} }, "kind": "typedef", @@ -337183,7 +337759,7 @@ "memberof": "Phaser.Types.Scenes", "longname": "Phaser.Types.Scenes.CreateSceneFromObjectConfig", "scope": "static", - "___id": "T000002R037694", + "___id": "T000002R037818", "___s": true }, { @@ -337192,7 +337768,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\typedefs", "code": {} }, "kind": "namespace", @@ -337200,7 +337776,7 @@ "memberof": "Phaser.Types", "longname": "Phaser.Types.Scenes", "scope": "static", - "___id": "T000002R037695", + "___id": "T000002R037819", "___s": true }, { @@ -337209,7 +337785,7 @@ "filename": "SceneCreateCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\typedefs", "code": {} }, "description": "Can be defined on your own Scenes. Use it to create your game objects.\rThis method is called by the Scene Manager when the scene starts, after `init()` and `preload()`.\rIf the LoaderPlugin started after `preload()`, then this method is called only after loading is complete.", @@ -337240,7 +337816,7 @@ "memberof": "Phaser.Types.Scenes", "longname": "Phaser.Types.Scenes.SceneCreateCallback", "scope": "static", - "___id": "T000002R037696", + "___id": "T000002R037820", "___s": true }, { @@ -337249,7 +337825,7 @@ "filename": "SceneInitCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\typedefs", "code": {} }, "description": "Can be defined on your own Scenes.\rThis method is called by the Scene Manager when the scene starts, before `preload()` and `create()`.", @@ -337280,7 +337856,7 @@ "memberof": "Phaser.Types.Scenes", "longname": "Phaser.Types.Scenes.SceneInitCallback", "scope": "static", - "___id": "T000002R037697", + "___id": "T000002R037821", "___s": true }, { @@ -337289,7 +337865,7 @@ "filename": "ScenePreloadCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\typedefs", "code": {} }, "description": "Can be defined on your own Scenes. Use it to load assets.\rThis method is called by the Scene Manager, after `init()` and before `create()`, only if the Scene has a LoaderPlugin.\rAfter this method completes, if the LoaderPlugin's queue isn't empty, the LoaderPlugin will start automatically.", @@ -337305,7 +337881,7 @@ "memberof": "Phaser.Types.Scenes", "longname": "Phaser.Types.Scenes.ScenePreloadCallback", "scope": "static", - "___id": "T000002R037698", + "___id": "T000002R037822", "___s": true }, { @@ -337314,7 +337890,7 @@ "filename": "SceneTransitionConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\typedefs", "code": {} }, "kind": "typedef", @@ -337505,7 +338081,7 @@ "memberof": "Phaser.Types.Scenes", "longname": "Phaser.Types.Scenes.SceneTransitionConfig", "scope": "static", - "___id": "T000002R037699", + "___id": "T000002R037823", "___s": true }, { @@ -337514,7 +338090,7 @@ "filename": "SceneTransitionStartCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\typedefs", "code": {} }, "kind": "typedef", @@ -337574,7 +338150,7 @@ "memberof": "Phaser.Types.Scenes", "longname": "Phaser.Types.Scenes.SceneTransitionOnStartCallback", "scope": "static", - "___id": "T000002R037700", + "___id": "T000002R037824", "___s": true }, { @@ -337583,7 +338159,7 @@ "filename": "SceneType.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\typedefs", "code": {} }, "kind": "typedef", @@ -337621,7 +338197,7 @@ "memberof": "Phaser.Types.Scenes", "longname": "Phaser.Types.Scenes.SceneType", "scope": "static", - "___id": "T000002R037701", + "___id": "T000002R037825", "___s": true }, { @@ -337630,7 +338206,7 @@ "filename": "SceneUpdateCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\typedefs", "code": {} }, "kind": "typedef", @@ -337673,7 +338249,7 @@ "memberof": "Phaser.Types.Scenes", "longname": "Phaser.Types.Scenes.SceneUpdateCallback", "scope": "static", - "___id": "T000002R037702", + "___id": "T000002R037826", "___s": true }, { @@ -337682,7 +338258,7 @@ "filename": "SettingsConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\typedefs", "code": {} }, "kind": "typedef", @@ -337917,7 +338493,7 @@ "memberof": "Phaser.Types.Scenes", "longname": "Phaser.Types.Scenes.SettingsConfig", "scope": "static", - "___id": "T000002R037703", + "___id": "T000002R037827", "___s": true }, { @@ -337926,7 +338502,7 @@ "filename": "SettingsObject.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\scene\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scene\\typedefs", "code": {} }, "kind": "typedef", @@ -338211,7 +338787,7 @@ "memberof": "Phaser.Types.Scenes", "longname": "Phaser.Types.Scenes.SettingsObject", "scope": "static", - "___id": "T000002R037704", + "___id": "T000002R037828", "___s": true }, { @@ -338220,7 +338796,7 @@ "filename": "BaseSound.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "classdesc": "Class containing all the shared state and behavior of a sound object, independent of the implementation.", @@ -338275,7 +338851,7 @@ ], "scope": "static", "longname": "Phaser.Sound.BaseSound", - "___id": "T000002R037710", + "___id": "T000002R037834", "___s": true }, { @@ -338284,7 +338860,7 @@ "filename": "BaseSound.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Local reference to the sound manager.", @@ -338303,7 +338879,7 @@ "longname": "Phaser.Sound.BaseSound#manager", "scope": "instance", "kind": "member", - "___id": "T000002R037714", + "___id": "T000002R037838", "___s": true }, { @@ -338312,7 +338888,7 @@ "filename": "BaseSound.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Asset key for the sound.", @@ -338332,7 +338908,7 @@ "longname": "Phaser.Sound.BaseSound#key", "scope": "instance", "kind": "member", - "___id": "T000002R037716", + "___id": "T000002R037840", "___s": true }, { @@ -338341,7 +338917,7 @@ "filename": "BaseSound.js", "lineno": 57, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Flag indicating if sound is currently playing.", @@ -338362,7 +338938,7 @@ "longname": "Phaser.Sound.BaseSound#isPlaying", "scope": "instance", "kind": "member", - "___id": "T000002R037718", + "___id": "T000002R037842", "___s": true }, { @@ -338371,7 +338947,7 @@ "filename": "BaseSound.js", "lineno": 68, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Flag indicating if sound is currently paused.", @@ -338392,7 +338968,7 @@ "longname": "Phaser.Sound.BaseSound#isPaused", "scope": "instance", "kind": "member", - "___id": "T000002R037720", + "___id": "T000002R037844", "___s": true }, { @@ -338401,7 +338977,7 @@ "filename": "BaseSound.js", "lineno": 79, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "A property that holds the value of sound's actual playback rate,\rafter its rate and detune values has been combined with global\rrate and detune values.", @@ -338422,7 +338998,7 @@ "longname": "Phaser.Sound.BaseSound#totalRate", "scope": "instance", "kind": "member", - "___id": "T000002R037722", + "___id": "T000002R037846", "___s": true }, { @@ -338431,7 +339007,7 @@ "filename": "BaseSound.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "A value representing the duration, in seconds.\rIt could be total sound duration or a marker duration.", @@ -338451,7 +339027,7 @@ "longname": "Phaser.Sound.BaseSound#duration", "scope": "instance", "kind": "member", - "___id": "T000002R037724", + "___id": "T000002R037848", "___s": true }, { @@ -338460,7 +339036,7 @@ "filename": "BaseSound.js", "lineno": 103, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "The total duration of the sound in seconds.", @@ -338480,7 +339056,7 @@ "longname": "Phaser.Sound.BaseSound#totalDuration", "scope": "instance", "kind": "member", - "___id": "T000002R037726", + "___id": "T000002R037850", "___s": true }, { @@ -338489,7 +339065,7 @@ "filename": "BaseSound.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Object containing markers definitions.", @@ -338523,7 +339099,7 @@ "longname": "Phaser.Sound.BaseSound#markers", "scope": "instance", "kind": "member", - "___id": "T000002R037741", + "___id": "T000002R037865", "___s": true }, { @@ -338532,7 +339108,7 @@ "filename": "BaseSound.js", "lineno": 159, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Currently playing marker.\r'null' if whole sound is playing.", @@ -338553,7 +339129,7 @@ "longname": "Phaser.Sound.BaseSound#currentMarker", "scope": "instance", "kind": "member", - "___id": "T000002R037743", + "___id": "T000002R037867", "___s": true }, { @@ -338562,7 +339138,7 @@ "filename": "BaseSound.js", "lineno": 171, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Flag indicating if destroy method was called on this sound.", @@ -338582,7 +339158,7 @@ "longname": "Phaser.Sound.BaseSound#pendingRemove", "scope": "instance", "kind": "member", - "___id": "T000002R037745", + "___id": "T000002R037869", "___s": true }, { @@ -338591,7 +339167,7 @@ "filename": "BaseSound.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Adds a marker into the current sound. A marker is represented by name, start time, duration, and optionally config object.\rThis allows you to bundle multiple sounds together into a single audio file and use markers to jump between them for playback.", @@ -338630,7 +339206,7 @@ "memberof": "Phaser.Sound.BaseSound", "longname": "Phaser.Sound.BaseSound#addMarker", "scope": "instance", - "___id": "T000002R037747", + "___id": "T000002R037871", "___s": true }, { @@ -338639,7 +339215,7 @@ "filename": "BaseSound.js", "lineno": 229, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Updates previously added marker.", @@ -338678,7 +339254,7 @@ "memberof": "Phaser.Sound.BaseSound", "longname": "Phaser.Sound.BaseSound#updateMarker", "scope": "instance", - "___id": "T000002R037763", + "___id": "T000002R037887", "___s": true }, { @@ -338687,7 +339263,7 @@ "filename": "BaseSound.js", "lineno": 259, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Removes a marker from the sound.", @@ -338728,7 +339304,7 @@ "memberof": "Phaser.Sound.BaseSound", "longname": "Phaser.Sound.BaseSound#removeMarker", "scope": "instance", - "___id": "T000002R037766", + "___id": "T000002R037890", "___s": true }, { @@ -338737,7 +339313,7 @@ "filename": "BaseSound.js", "lineno": 283, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Play this sound, or a marked section of it.\r\rIt always plays the sound from the start. If you want to start playback from a specific time\ryou can set 'seek' setting of the config object, provided to this call, to that value.", @@ -338802,7 +339378,7 @@ "memberof": "Phaser.Sound.BaseSound", "longname": "Phaser.Sound.BaseSound#play", "scope": "instance", - "___id": "T000002R037770", + "___id": "T000002R037894", "___s": true }, { @@ -338811,7 +339387,7 @@ "filename": "BaseSound.js", "lineno": 343, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Pauses the sound. This only works if the sound is currently playing.\r\rYou can inspect the `isPlaying` and `isPaused` properties to check the state.", @@ -338835,7 +339411,7 @@ "memberof": "Phaser.Sound.BaseSound", "longname": "Phaser.Sound.BaseSound#pause", "scope": "instance", - "___id": "T000002R037784", + "___id": "T000002R037908", "___s": true }, { @@ -338844,7 +339420,7 @@ "filename": "BaseSound.js", "lineno": 366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Resumes the sound. This only works if the sound is paused and not already playing.\r\rYou can inspect the `isPlaying` and `isPaused` properties to check the state.", @@ -338868,7 +339444,7 @@ "memberof": "Phaser.Sound.BaseSound", "longname": "Phaser.Sound.BaseSound#resume", "scope": "instance", - "___id": "T000002R037788", + "___id": "T000002R037912", "___s": true }, { @@ -338877,7 +339453,7 @@ "filename": "BaseSound.js", "lineno": 389, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Stop playing this sound.", @@ -338901,7 +339477,7 @@ "memberof": "Phaser.Sound.BaseSound", "longname": "Phaser.Sound.BaseSound#stop", "scope": "instance", - "___id": "T000002R037792", + "___id": "T000002R037916", "___s": true }, { @@ -338910,7 +339486,7 @@ "filename": "BaseSound.js", "lineno": 412, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Method used internally for applying config values to some of the sound properties.", @@ -338920,7 +339496,7 @@ "memberof": "Phaser.Sound.BaseSound", "longname": "Phaser.Sound.BaseSound#applyConfig", "scope": "instance", - "___id": "T000002R037796", + "___id": "T000002R037920", "___s": true }, { @@ -338929,7 +339505,7 @@ "filename": "BaseSound.js", "lineno": 428, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Method used internally for resetting values of some of the config properties.", @@ -338939,7 +339515,7 @@ "memberof": "Phaser.Sound.BaseSound", "longname": "Phaser.Sound.BaseSound#resetConfig", "scope": "instance", - "___id": "T000002R037804", + "___id": "T000002R037928", "___s": true }, { @@ -338948,7 +339524,7 @@ "filename": "BaseSound.js", "lineno": 440, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Update method called automatically by sound manager on every game step.", @@ -338986,7 +339562,7 @@ "memberof": "Phaser.Sound.BaseSound", "longname": "Phaser.Sound.BaseSound#update", "scope": "instance", - "___id": "T000002R037808", + "___id": "T000002R037932", "___s": true }, { @@ -338995,7 +339571,7 @@ "filename": "BaseSound.js", "lineno": 451, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Method used internally to calculate total playback rate of the sound.", @@ -339005,7 +339581,7 @@ "memberof": "Phaser.Sound.BaseSound", "longname": "Phaser.Sound.BaseSound#calculateRate", "scope": "instance", - "___id": "T000002R037810", + "___id": "T000002R037934", "___s": true }, { @@ -339014,7 +339590,7 @@ "filename": "BaseSound.js", "lineno": 466, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Destroys this sound and all associated events and marks it for removal from the sound manager.", @@ -339028,7 +339604,7 @@ "longname": "Phaser.Sound.BaseSound#destroy", "scope": "instance", "overrides": "Phaser.Events.EventEmitter#destroy", - "___id": "T000002R037816", + "___id": "T000002R037940", "___s": true }, { @@ -339037,7 +339613,7 @@ "filename": "BaseSoundManager.js", "lineno": 18, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "classdesc": "Base class for other Sound Manager classes.", @@ -339070,7 +339646,7 @@ ], "scope": "static", "longname": "Phaser.Sound.BaseSoundManager", - "___id": "T000002R037834", + "___id": "T000002R037958", "___s": true }, { @@ -339079,7 +339655,7 @@ "filename": "BaseSoundManager.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Local reference to game.", @@ -339099,7 +339675,7 @@ "longname": "Phaser.Sound.BaseSoundManager#game", "scope": "instance", "kind": "member", - "___id": "T000002R037838", + "___id": "T000002R037962", "___s": true }, { @@ -339108,7 +339684,7 @@ "filename": "BaseSoundManager.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Local reference to the JSON Cache, as used by Audio Sprites.", @@ -339128,7 +339704,7 @@ "longname": "Phaser.Sound.BaseSoundManager#jsonCache", "scope": "instance", "kind": "member", - "___id": "T000002R037840", + "___id": "T000002R037964", "___s": true }, { @@ -339137,7 +339713,7 @@ "filename": "BaseSoundManager.js", "lineno": 75, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Global mute setting.", @@ -339157,7 +339733,7 @@ "longname": "Phaser.Sound.BaseSoundManager#mute", "scope": "instance", "kind": "member", - "___id": "T000002R037844", + "___id": "T000002R037968", "___s": true }, { @@ -339166,7 +339742,7 @@ "filename": "BaseSoundManager.js", "lineno": 85, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Global volume setting.", @@ -339186,7 +339762,7 @@ "longname": "Phaser.Sound.BaseSoundManager#volume", "scope": "instance", "kind": "member", - "___id": "T000002R037846", + "___id": "T000002R037970", "___s": true }, { @@ -339195,7 +339771,7 @@ "filename": "BaseSoundManager.js", "lineno": 95, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Flag indicating if sounds should be paused when game looses focus,\rfor instance when user switches to another tab/program/app.", @@ -339215,7 +339791,7 @@ "longname": "Phaser.Sound.BaseSoundManager#pauseOnBlur", "scope": "instance", "kind": "member", - "___id": "T000002R037848", + "___id": "T000002R037972", "___s": true }, { @@ -339224,7 +339800,7 @@ "filename": "BaseSoundManager.js", "lineno": 128, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Mobile devices require sounds to be triggered from an explicit user action,\rsuch as a tap, before any sound can be loaded/played on a web page.\rSet to true if the audio system is currently locked awaiting user interaction.", @@ -339244,7 +339820,7 @@ "longname": "Phaser.Sound.BaseSoundManager#locked", "scope": "instance", "kind": "member", - "___id": "T000002R037854", + "___id": "T000002R037978", "___s": true }, { @@ -339253,7 +339829,7 @@ "filename": "BaseSoundManager.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Flag used to track if the game has lost focus.", @@ -339273,7 +339849,7 @@ "longname": "Phaser.Sound.BaseSoundManager#gameLostFocus", "scope": "instance", "kind": "member", - "___id": "T000002R037858", + "___id": "T000002R037982", "___s": true }, { @@ -339282,7 +339858,7 @@ "filename": "BaseSoundManager.js", "lineno": 162, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "The Spatial Audio listener position.\r\rOnly available with WebAudio.\r\rYou can modify the x/y properties of this Vec2 directly to\radjust the listener position within the game world.", @@ -339301,7 +339877,7 @@ "longname": "Phaser.Sound.BaseSoundManager#listenerPosition", "scope": "instance", "kind": "member", - "___id": "T000002R037860", + "___id": "T000002R037984", "___s": true }, { @@ -339310,7 +339886,7 @@ "filename": "BaseSoundManager.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Adds a new sound into the sound manager.", @@ -339364,7 +339940,7 @@ "memberof": "Phaser.Sound.BaseSoundManager", "longname": "Phaser.Sound.BaseSoundManager#add", "scope": "instance", - "___id": "T000002R037862", + "___id": "T000002R037986", "___s": true }, { @@ -339373,7 +339949,7 @@ "filename": "BaseSoundManager.js", "lineno": 196, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Adds a new audio sprite sound into the sound manager.\rAudio Sprites are a combination of audio files and a JSON configuration.\rThe JSON follows the format of that created by https://github.com/tonistiigi/audiosprite", @@ -339441,7 +340017,7 @@ "memberof": "Phaser.Sound.BaseSoundManager", "longname": "Phaser.Sound.BaseSoundManager#addAudioSprite", "scope": "instance", - "___id": "T000002R037864", + "___id": "T000002R037988", "___s": true }, { @@ -339450,7 +340026,7 @@ "filename": "BaseSoundManager.js", "lineno": 241, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Gets the first sound in this Sound Manager that matches the given key.\rIf none can be found it returns `null`.", @@ -339505,7 +340081,7 @@ "memberof": "Phaser.Sound.BaseSoundManager", "longname": "Phaser.Sound.BaseSoundManager#get", "scope": "instance", - "___id": "T000002R037877", + "___id": "T000002R038001", "___s": true }, { @@ -339514,7 +340090,7 @@ "filename": "BaseSoundManager.js", "lineno": 260, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Gets all sounds in this Sound Manager.\r\rYou can optionally specify a key, in which case only Sound instances that match the given key\rwill be returned.", @@ -339577,7 +340153,7 @@ "memberof": "Phaser.Sound.BaseSoundManager", "longname": "Phaser.Sound.BaseSoundManager#getAll", "scope": "instance", - "___id": "T000002R037879", + "___id": "T000002R038003", "___s": true }, { @@ -339586,7 +340162,7 @@ "filename": "BaseSoundManager.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Returns all sounds from this Sound Manager that are currently\rplaying. That is, Sound instances that have their `isPlaying`\rproperty set to `true`.", @@ -339633,7 +340209,7 @@ "memberof": "Phaser.Sound.BaseSoundManager", "longname": "Phaser.Sound.BaseSoundManager#getAllPlaying", "scope": "instance", - "___id": "T000002R037881", + "___id": "T000002R038005", "___s": true }, { @@ -339642,7 +340218,7 @@ "filename": "BaseSoundManager.js", "lineno": 306, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Adds a new sound to the sound manager and plays it.\r\rThe sound will be automatically removed (destroyed) once playback ends.\r\rThis lets you play a new sound on the fly without the need to keep a reference to it.", @@ -339708,7 +340284,7 @@ "memberof": "Phaser.Sound.BaseSoundManager", "longname": "Phaser.Sound.BaseSoundManager#play", "scope": "instance", - "___id": "T000002R037883", + "___id": "T000002R038007", "___s": true }, { @@ -339717,7 +340293,7 @@ "filename": "BaseSoundManager.js", "lineno": 347, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Adds a new audio sprite sound to the sound manager and plays it.\rThe sprite will be automatically removed (destroyed) once playback ends.\rThis lets you play a new sound on the fly without the need to keep a reference to it.", @@ -339786,7 +340362,7 @@ "memberof": "Phaser.Sound.BaseSoundManager", "longname": "Phaser.Sound.BaseSoundManager#playAudioSprite", "scope": "instance", - "___id": "T000002R037886", + "___id": "T000002R038010", "___s": true }, { @@ -339795,7 +340371,7 @@ "filename": "BaseSoundManager.js", "lineno": 371, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Removes a sound from the sound manager.\rThe removed sound is destroyed before removal.", @@ -339834,7 +340410,7 @@ "memberof": "Phaser.Sound.BaseSoundManager", "longname": "Phaser.Sound.BaseSoundManager#remove", "scope": "instance", - "___id": "T000002R037889", + "___id": "T000002R038013", "___s": true }, { @@ -339843,7 +340419,7 @@ "filename": "BaseSoundManager.js", "lineno": 398, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Removes all sounds from the manager, destroying the sounds.", @@ -339853,7 +340429,7 @@ "memberof": "Phaser.Sound.BaseSoundManager", "longname": "Phaser.Sound.BaseSoundManager#removeAll", "scope": "instance", - "___id": "T000002R037892", + "___id": "T000002R038016", "___s": true }, { @@ -339862,7 +340438,7 @@ "filename": "BaseSoundManager.js", "lineno": 414, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Removes all sounds from the sound manager that have an asset key matching the given value.\rThe removed sounds are destroyed before removal.", @@ -339901,7 +340477,7 @@ "memberof": "Phaser.Sound.BaseSoundManager", "longname": "Phaser.Sound.BaseSoundManager#removeByKey", "scope": "instance", - "___id": "T000002R037895", + "___id": "T000002R038019", "___s": true }, { @@ -339910,7 +340486,7 @@ "filename": "BaseSoundManager.js", "lineno": 446, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Pauses all the sounds in the game.", @@ -339923,7 +340499,7 @@ "memberof": "Phaser.Sound.BaseSoundManager", "longname": "Phaser.Sound.BaseSoundManager#pauseAll", "scope": "instance", - "___id": "T000002R037900", + "___id": "T000002R038024", "___s": true }, { @@ -339932,7 +340508,7 @@ "filename": "BaseSoundManager.js", "lineno": 463, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Resumes all the sounds in the game.", @@ -339945,7 +340521,7 @@ "memberof": "Phaser.Sound.BaseSoundManager", "longname": "Phaser.Sound.BaseSoundManager#resumeAll", "scope": "instance", - "___id": "T000002R037902", + "___id": "T000002R038026", "___s": true }, { @@ -339954,7 +340530,7 @@ "filename": "BaseSoundManager.js", "lineno": 480, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Sets the X and Y position of the Spatial Audio listener on this Web Audios context.\r\rIf you call this method with no parameters it will default to the center-point of\rthe game canvas. Depending on the type of game you're making, you may need to call\rthis method constantly to reset the listener position as the camera scrolls.\r\rCalling this method does nothing on HTML5Audio.", @@ -339994,7 +340570,7 @@ "memberof": "Phaser.Sound.BaseSoundManager", "longname": "Phaser.Sound.BaseSoundManager#setListenerPosition", "scope": "instance", - "___id": "T000002R037904", + "___id": "T000002R038028", "___s": true }, { @@ -340003,7 +340579,7 @@ "filename": "BaseSoundManager.js", "lineno": 497, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Stops all the sounds in the game.", @@ -340016,7 +340592,7 @@ "memberof": "Phaser.Sound.BaseSoundManager", "longname": "Phaser.Sound.BaseSoundManager#stopAll", "scope": "instance", - "___id": "T000002R037906", + "___id": "T000002R038030", "___s": true }, { @@ -340025,7 +340601,7 @@ "filename": "BaseSoundManager.js", "lineno": 514, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Stops any sounds matching the given key.", @@ -340064,16 +340640,66 @@ "memberof": "Phaser.Sound.BaseSoundManager", "longname": "Phaser.Sound.BaseSoundManager#stopByKey", "scope": "instance", - "___id": "T000002R037908", + "___id": "T000002R038032", + "___s": true + }, + { + "comment": "/**\r\n * When a key is given, returns true if any sound with that key is playing.\r\n *\r\n * When no key is given, returns true if any sound is playing.\r\n *\r\n * @method Phaser.Sound.BaseSoundManager#isPlaying\r\n * @since 3.85.0\r\n *\r\n * @param {?string} key - Sound asset key.\r\n *\r\n * @return {boolean} - Per the key argument, true if any matching sound is playing, otherwise false.\r\n */", + "meta": { + "filename": "BaseSoundManager.js", + "lineno": 536, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", + "code": {} + }, + "description": "When a key is given, returns true if any sound with that key is playing.\r\rWhen no key is given, returns true if any sound is playing.", + "kind": "function", + "name": "isPlaying", + "since": "3.85.0", + "params": [ + { + "type": { + "names": [ + "string" + ], + "parsedType": { + "type": "NameExpression", + "name": "string", + "nullable": true + } + }, + "nullable": true, + "description": "Sound asset key.", + "name": "key" + } + ], + "returns": [ + { + "type": { + "names": [ + "boolean" + ], + "parsedType": { + "type": "NameExpression", + "name": "boolean" + } + }, + "description": "- Per the key argument, true if any matching sound is playing, otherwise false." + } + ], + "memberof": "Phaser.Sound.BaseSoundManager", + "longname": "Phaser.Sound.BaseSoundManager#isPlaying", + "scope": "instance", + "___id": "T000002R038035", "___s": true }, { "comment": "/**\r\n * Method used internally for unlocking audio playback on devices that\r\n * require user interaction before any sound can be played on a web page.\r\n *\r\n * Read more about how this issue is handled here in [this article](https://medium.com/@pgoloskokovic/unlocking-web-audio-the-smarter-way-8858218c0e09).\r\n *\r\n * @method Phaser.Sound.BaseSoundManager#unlock\r\n * @override\r\n * @protected\r\n * @since 3.0.0\r\n */", "meta": { "filename": "BaseSoundManager.js", - "lineno": 536, + "lineno": 582, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Method used internally for unlocking audio playback on devices that\rrequire user interaction before any sound can be played on a web page.\r\rRead more about how this issue is handled here in [this article](https://medium.com/@pgoloskokovic/unlocking-web-audio-the-smarter-way-8858218c0e09).", @@ -340085,16 +340711,16 @@ "memberof": "Phaser.Sound.BaseSoundManager", "longname": "Phaser.Sound.BaseSoundManager#unlock", "scope": "instance", - "___id": "T000002R037911", + "___id": "T000002R038042", "___s": true }, { "comment": "/**\r\n * Method used internally for pausing sound manager if\r\n * Phaser.Sound.BaseSoundManager#pauseOnBlur is set to true.\r\n *\r\n * @method Phaser.Sound.BaseSoundManager#onBlur\r\n * @override\r\n * @protected\r\n * @since 3.0.0\r\n */", "meta": { "filename": "BaseSoundManager.js", - "lineno": 549, + "lineno": 595, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Method used internally for pausing sound manager if\rPhaser.Sound.BaseSoundManager#pauseOnBlur is set to true.", @@ -340106,16 +340732,16 @@ "memberof": "Phaser.Sound.BaseSoundManager", "longname": "Phaser.Sound.BaseSoundManager#onBlur", "scope": "instance", - "___id": "T000002R037913", + "___id": "T000002R038044", "___s": true }, { "comment": "/**\r\n * Method used internally for resuming sound manager if\r\n * Phaser.Sound.BaseSoundManager#pauseOnBlur is set to true.\r\n *\r\n * @method Phaser.Sound.BaseSoundManager#onFocus\r\n * @override\r\n * @protected\r\n * @since 3.0.0\r\n */", "meta": { "filename": "BaseSoundManager.js", - "lineno": 560, + "lineno": 606, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Method used internally for resuming sound manager if\rPhaser.Sound.BaseSoundManager#pauseOnBlur is set to true.", @@ -340127,16 +340753,16 @@ "memberof": "Phaser.Sound.BaseSoundManager", "longname": "Phaser.Sound.BaseSoundManager#onFocus", "scope": "instance", - "___id": "T000002R037915", + "___id": "T000002R038046", "___s": true }, { "comment": "/**\r\n * Update method called on every game step.\r\n * Removes destroyed sounds and updates every active sound in the game.\r\n *\r\n * @method Phaser.Sound.BaseSoundManager#update\r\n * @protected\r\n * @fires Phaser.Sound.Events#UNLOCKED\r\n * @since 3.0.0\r\n *\r\n * @param {number} time - The current timestamp as generated by the Request Animation Frame or SetTimeout.\r\n * @param {number} delta - The delta time elapsed since the last frame.\r\n */", "meta": { "filename": "BaseSoundManager.js", - "lineno": 605, + "lineno": 651, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Update method called on every game step.\rRemoves destroyed sounds and updates every active sound in the game.", @@ -340178,16 +340804,16 @@ "memberof": "Phaser.Sound.BaseSoundManager", "longname": "Phaser.Sound.BaseSoundManager#update", "scope": "instance", - "___id": "T000002R037923", + "___id": "T000002R038054", "___s": true }, { "comment": "/**\r\n * Destroys all the sounds in the game and all associated events.\r\n *\r\n * @method Phaser.Sound.BaseSoundManager#destroy\r\n * @since 3.0.0\r\n */", "meta": { "filename": "BaseSoundManager.js", - "lineno": 641, + "lineno": 687, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Destroys all the sounds in the game and all associated events.", @@ -340198,16 +340824,16 @@ "longname": "Phaser.Sound.BaseSoundManager#destroy", "scope": "instance", "overrides": "Phaser.Events.EventEmitter#destroy", - "___id": "T000002R037928", + "___id": "T000002R038059", "___s": true }, { "comment": "/**\r\n * Sets the global playback rate at which all the sounds will be played.\r\n *\r\n * For example, a value of 1.0 plays the audio at full speed, 0.5 plays the audio at half speed\r\n * and 2.0 doubles the audios playback speed.\r\n *\r\n * @method Phaser.Sound.BaseSoundManager#setRate\r\n * @fires Phaser.Sound.Events#GLOBAL_RATE\r\n * @since 3.3.0\r\n *\r\n * @param {number} value - Global playback rate at which all the sounds will be played.\r\n *\r\n * @return {this} This Sound Manager.\r\n */", "meta": { "filename": "BaseSoundManager.js", - "lineno": 686, + "lineno": 732, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Sets the global playback rate at which all the sounds will be played.\r\rFor example, a value of 1.0 plays the audio at full speed, 0.5 plays the audio at half speed\rand 2.0 doubles the audios playback speed.", @@ -340250,16 +340876,16 @@ "memberof": "Phaser.Sound.BaseSoundManager", "longname": "Phaser.Sound.BaseSoundManager#setRate", "scope": "instance", - "___id": "T000002R037937", + "___id": "T000002R038068", "___s": true }, { "comment": "/**\r\n * Global playback rate at which all the sounds will be played.\r\n * Value of 1.0 plays the audio at full speed, 0.5 plays the audio at half speed\r\n * and 2.0 doubles the audio's playback speed.\r\n *\r\n * @name Phaser.Sound.BaseSoundManager#rate\r\n * @type {number}\r\n * @default 1\r\n * @since 3.0.0\r\n */", "meta": { "filename": "BaseSoundManager.js", - "lineno": 707, + "lineno": 753, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Global playback rate at which all the sounds will be played.\rValue of 1.0 plays the audio at full speed, 0.5 plays the audio at half speed\rand 2.0 doubles the audio's playback speed.", @@ -340279,16 +340905,16 @@ "longname": "Phaser.Sound.BaseSoundManager#rate", "scope": "instance", "kind": "member", - "___id": "T000002R037940", + "___id": "T000002R038071", "___s": true }, { "comment": "/**\r\n * Sets the global detuning of all sounds in [cents](https://en.wikipedia.org/wiki/Cent_%28music%29).\r\n * The range of the value is -1200 to 1200, but we recommend setting it to [50](https://en.wikipedia.org/wiki/50_Cent).\r\n *\r\n * @method Phaser.Sound.BaseSoundManager#setDetune\r\n * @fires Phaser.Sound.Events#GLOBAL_DETUNE\r\n * @since 3.3.0\r\n *\r\n * @param {number} value - The range of the value is -1200 to 1200, but we recommend setting it to [50](https://en.wikipedia.org/wiki/50_Cent).\r\n *\r\n * @return {this} This Sound Manager.\r\n */", "meta": { "filename": "BaseSoundManager.js", - "lineno": 738, + "lineno": 784, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Sets the global detuning of all sounds in [cents](https://en.wikipedia.org/wiki/Cent_%28music%29).\rThe range of the value is -1200 to 1200, but we recommend setting it to [50](https://en.wikipedia.org/wiki/50_Cent).", @@ -340331,16 +340957,16 @@ "memberof": "Phaser.Sound.BaseSoundManager", "longname": "Phaser.Sound.BaseSoundManager#setDetune", "scope": "instance", - "___id": "T000002R037945", + "___id": "T000002R038076", "___s": true }, { "comment": "/**\r\n * Global detuning of all sounds in [cents](https://en.wikipedia.org/wiki/Cent_%28music%29).\r\n * The range of the value is -1200 to 1200, but we recommend setting it to [50](https://en.wikipedia.org/wiki/50_Cent).\r\n *\r\n * @name Phaser.Sound.BaseSoundManager#detune\r\n * @type {number}\r\n * @default 0\r\n * @since 3.0.0\r\n */", "meta": { "filename": "BaseSoundManager.js", - "lineno": 757, + "lineno": 803, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Global detuning of all sounds in [cents](https://en.wikipedia.org/wiki/Cent_%28music%29).\rThe range of the value is -1200 to 1200, but we recommend setting it to [50](https://en.wikipedia.org/wiki/50_Cent).", @@ -340360,7 +340986,7 @@ "longname": "Phaser.Sound.BaseSoundManager#detune", "scope": "instance", "kind": "member", - "___id": "T000002R037948", + "___id": "T000002R038079", "___s": true }, { @@ -340369,7 +340995,7 @@ "filename": "COMPLETE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\events", "code": {} }, "description": "The Sound Complete Event.\r\rThis event is dispatched by both Web Audio and HTML5 Audio Sound objects when they complete playback.\r\rListen to it from a Sound instance using `Sound.on('complete', listener)`, i.e.:\r\r```javascript\rvar music = this.sound.add('key');\rmusic.on('complete', listener);\rmusic.play();\r```", @@ -340413,7 +341039,7 @@ "memberof": "Phaser.Sound.Events", "longname": "Phaser.Sound.Events#event:COMPLETE", "scope": "instance", - "___id": "T000002R037954", + "___id": "T000002R038085", "___s": true }, { @@ -340422,7 +341048,7 @@ "filename": "DECODED_ALL_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\events", "code": {} }, "description": "The Audio Data Decoded All Event.\r\rThis event is dispatched by the Web Audio Sound Manager as a result of calling the `decodeAudio` method,\ronce all files passed to the method have been decoded (or errored).\r\rUse `Phaser.Sound.Events#DECODED` to listen for single sounds being decoded, and `DECODED_ALL` to\rlisten for them all completing.\r\rListen to it from the Sound Manager in a Scene using `this.sound.on('decodedall', listener)`, i.e.:\r\r```javascript\rthis.sound.once('decodedall', handler);\rthis.sound.decodeAudio([ audioFiles ]);\r```", @@ -340441,7 +341067,7 @@ "memberof": "Phaser.Sound.Events", "longname": "Phaser.Sound.Events#event:DECODED_ALL", "scope": "instance", - "___id": "T000002R037956", + "___id": "T000002R038087", "___s": true }, { @@ -340450,7 +341076,7 @@ "filename": "DECODED_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\events", "code": {} }, "description": "The Audio Data Decoded Event.\r\rThis event is dispatched by the Web Audio Sound Manager as a result of calling the `decodeAudio` method.\r\rListen to it from the Sound Manager in a Scene using `this.sound.on('decoded', listener)`, i.e.:\r\r```javascript\rthis.sound.on('decoded', handler);\rthis.sound.decodeAudio(key, audioData);\r```", @@ -340484,7 +341110,7 @@ "memberof": "Phaser.Sound.Events", "longname": "Phaser.Sound.Events#event:DECODED", "scope": "instance", - "___id": "T000002R037958", + "___id": "T000002R038089", "___s": true }, { @@ -340493,7 +341119,7 @@ "filename": "DESTROY_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\events", "code": {} }, "description": "The Sound Destroy Event.\r\rThis event is dispatched by both Web Audio and HTML5 Audio Sound objects when they are destroyed, either\rdirectly or via a Sound Manager.\r\rListen to it from a Sound instance using `Sound.on('destroy', listener)`, i.e.:\r\r```javascript\rvar music = this.sound.add('key');\rmusic.on('destroy', listener);\rmusic.destroy();\r```", @@ -340537,7 +341163,7 @@ "memberof": "Phaser.Sound.Events", "longname": "Phaser.Sound.Events#event:DESTROY", "scope": "instance", - "___id": "T000002R037960", + "___id": "T000002R038091", "___s": true }, { @@ -340546,7 +341172,7 @@ "filename": "DETUNE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\events", "code": {} }, "description": "The Sound Detune Event.\r\rThis event is dispatched by both Web Audio and HTML5 Audio Sound objects when their detune value changes.\r\rListen to it from a Sound instance using `Sound.on('detune', listener)`, i.e.:\r\r```javascript\rvar music = this.sound.add('key');\rmusic.on('detune', listener);\rmusic.play();\rmusic.setDetune(200);\r```", @@ -340603,7 +341229,7 @@ "memberof": "Phaser.Sound.Events", "longname": "Phaser.Sound.Events#event:DETUNE", "scope": "instance", - "___id": "T000002R037962", + "___id": "T000002R038093", "___s": true }, { @@ -340612,7 +341238,7 @@ "filename": "GLOBAL_DETUNE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\events", "code": {} }, "description": "The Sound Manager Global Detune Event.\r\rThis event is dispatched by the Base Sound Manager, or more typically, an instance of the Web Audio Sound Manager,\ror the HTML5 Audio Manager. It is dispatched when the `detune` property of the Sound Manager is changed, which globally\radjusts the detuning of all active sounds.\r\rListen to it from a Scene using: `this.sound.on('rate', listener)`.", @@ -340659,7 +341285,7 @@ "memberof": "Phaser.Sound.Events", "longname": "Phaser.Sound.Events#event:GLOBAL_DETUNE", "scope": "instance", - "___id": "T000002R037964", + "___id": "T000002R038095", "___s": true }, { @@ -340668,7 +341294,7 @@ "filename": "GLOBAL_MUTE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\events", "code": {} }, "description": "The Sound Manager Global Mute Event.\r\rThis event is dispatched by the Sound Manager when its `mute` property is changed, either directly\ror via the `setMute` method. This changes the mute state of all active sounds.\r\rListen to it from a Scene using: `this.sound.on('mute', listener)`.", @@ -340725,7 +341351,7 @@ "memberof": "Phaser.Sound.Events", "longname": "Phaser.Sound.Events#event:GLOBAL_MUTE", "scope": "instance", - "___id": "T000002R037966", + "___id": "T000002R038097", "___s": true }, { @@ -340734,7 +341360,7 @@ "filename": "GLOBAL_RATE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\events", "code": {} }, "description": "The Sound Manager Global Rate Event.\r\rThis event is dispatched by the Base Sound Manager, or more typically, an instance of the Web Audio Sound Manager,\ror the HTML5 Audio Manager. It is dispatched when the `rate` property of the Sound Manager is changed, which globally\radjusts the playback rate of all active sounds.\r\rListen to it from a Scene using: `this.sound.on('rate', listener)`.", @@ -340781,7 +341407,7 @@ "memberof": "Phaser.Sound.Events", "longname": "Phaser.Sound.Events#event:GLOBAL_RATE", "scope": "instance", - "___id": "T000002R037968", + "___id": "T000002R038099", "___s": true }, { @@ -340790,7 +341416,7 @@ "filename": "GLOBAL_VOLUME_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\events", "code": {} }, "description": "The Sound Manager Global Volume Event.\r\rThis event is dispatched by the Sound Manager when its `volume` property is changed, either directly\ror via the `setVolume` method. This changes the volume of all active sounds.\r\rListen to it from a Scene using: `this.sound.on('volume', listener)`.", @@ -340847,7 +341473,7 @@ "memberof": "Phaser.Sound.Events", "longname": "Phaser.Sound.Events#event:GLOBAL_VOLUME", "scope": "instance", - "___id": "T000002R037970", + "___id": "T000002R038101", "___s": true }, { @@ -340856,7 +341482,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\events", "code": {} }, "kind": "namespace", @@ -340864,7 +341490,7 @@ "memberof": "Phaser.Sound", "longname": "Phaser.Sound.Events", "scope": "static", - "___id": "T000002R037972", + "___id": "T000002R038103", "___s": true }, { @@ -340873,7 +341499,7 @@ "filename": "LOOPED_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\events", "code": {} }, "description": "The Sound Looped Event.\r\rThis event is dispatched by both Web Audio and HTML5 Audio Sound objects when they loop during playback.\r\rListen to it from a Sound instance using `Sound.on('looped', listener)`, i.e.:\r\r```javascript\rvar music = this.sound.add('key');\rmusic.on('looped', listener);\rmusic.setLoop(true);\rmusic.play();\r```\r\rThis is not to be confused with the [LOOP]{@linkcode Phaser.Sound.Events#event:LOOP} event, which only emits when the loop state of a Sound is changed.", @@ -340917,7 +341543,7 @@ "memberof": "Phaser.Sound.Events", "longname": "Phaser.Sound.Events#event:LOOPED", "scope": "instance", - "___id": "T000002R037998", + "___id": "T000002R038129", "___s": true }, { @@ -340926,7 +341552,7 @@ "filename": "LOOP_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\events", "code": {} }, "description": "The Sound Loop Event.\r\rThis event is dispatched by both Web Audio and HTML5 Audio Sound objects when their loop state is changed.\r\rListen to it from a Sound instance using `Sound.on('loop', listener)`, i.e.:\r\r```javascript\rvar music = this.sound.add('key');\rmusic.on('loop', listener);\rmusic.setLoop(true);\r```\r\rThis is not to be confused with the [LOOPED]{@linkcode Phaser.Sound.Events#event:LOOPED} event, which emits each time a Sound loops during playback.", @@ -340983,7 +341609,7 @@ "memberof": "Phaser.Sound.Events", "longname": "Phaser.Sound.Events#event:LOOP", "scope": "instance", - "___id": "T000002R038000", + "___id": "T000002R038131", "___s": true }, { @@ -340992,7 +341618,7 @@ "filename": "MUTE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\events", "code": {} }, "description": "The Sound Mute Event.\r\rThis event is dispatched by both Web Audio and HTML5 Audio Sound objects when their mute state changes.\r\rListen to it from a Sound instance using `Sound.on('mute', listener)`, i.e.:\r\r```javascript\rvar music = this.sound.add('key');\rmusic.on('mute', listener);\rmusic.play();\rmusic.setMute(true);\r```", @@ -341049,7 +341675,7 @@ "memberof": "Phaser.Sound.Events", "longname": "Phaser.Sound.Events#event:MUTE", "scope": "instance", - "___id": "T000002R038002", + "___id": "T000002R038133", "___s": true }, { @@ -341058,7 +341684,7 @@ "filename": "PAN_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\events", "code": {} }, "description": "The Sound Pan Event.\r\rThis event is dispatched by both Web Audio and HTML5 Audio Sound objects when their pan changes.\r\rListen to it from a Sound instance using `Sound.on('pan', listener)`, i.e.:\r\r```javascript\rvar sound = this.sound.add('key');\rsound.on('pan', listener);\rsound.play();\rsound.setPan(0.5);\r```", @@ -341115,7 +341741,7 @@ "memberof": "Phaser.Sound.Events", "longname": "Phaser.Sound.Events#event:PAN", "scope": "instance", - "___id": "T000002R038004", + "___id": "T000002R038135", "___s": true }, { @@ -341124,7 +341750,7 @@ "filename": "PAUSE_ALL_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\events", "code": {} }, "description": "The Pause All Sounds Event.\r\rThis event is dispatched by the Base Sound Manager, or more typically, an instance of the Web Audio Sound Manager,\ror the HTML5 Audio Manager. It is dispatched when the `pauseAll` method is invoked and after all current Sounds\rhave been paused.\r\rListen to it from a Scene using: `this.sound.on('pauseall', listener)`.", @@ -341158,7 +341784,7 @@ "memberof": "Phaser.Sound.Events", "longname": "Phaser.Sound.Events#event:PAUSE_ALL", "scope": "instance", - "___id": "T000002R038006", + "___id": "T000002R038137", "___s": true }, { @@ -341167,7 +341793,7 @@ "filename": "PAUSE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\events", "code": {} }, "description": "The Sound Pause Event.\r\rThis event is dispatched by both Web Audio and HTML5 Audio Sound objects when they are paused.\r\rListen to it from a Sound instance using `Sound.on('pause', listener)`, i.e.:\r\r```javascript\rvar music = this.sound.add('key');\rmusic.on('pause', listener);\rmusic.play();\rmusic.pause();\r```", @@ -341211,7 +341837,7 @@ "memberof": "Phaser.Sound.Events", "longname": "Phaser.Sound.Events#event:PAUSE", "scope": "instance", - "___id": "T000002R038008", + "___id": "T000002R038139", "___s": true }, { @@ -341220,7 +341846,7 @@ "filename": "PLAY_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\events", "code": {} }, "description": "The Sound Play Event.\r\rThis event is dispatched by both Web Audio and HTML5 Audio Sound objects when they are played.\r\rListen to it from a Sound instance using `Sound.on('play', listener)`, i.e.:\r\r```javascript\rvar music = this.sound.add('key');\rmusic.on('play', listener);\rmusic.play();\r```", @@ -341264,7 +341890,7 @@ "memberof": "Phaser.Sound.Events", "longname": "Phaser.Sound.Events#event:PLAY", "scope": "instance", - "___id": "T000002R038010", + "___id": "T000002R038141", "___s": true }, { @@ -341273,7 +341899,7 @@ "filename": "RATE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\events", "code": {} }, "description": "The Sound Rate Change Event.\r\rThis event is dispatched by both Web Audio and HTML5 Audio Sound objects when their rate changes.\r\rListen to it from a Sound instance using `Sound.on('rate', listener)`, i.e.:\r\r```javascript\rvar music = this.sound.add('key');\rmusic.on('rate', listener);\rmusic.play();\rmusic.setRate(0.5);\r```", @@ -341330,7 +341956,7 @@ "memberof": "Phaser.Sound.Events", "longname": "Phaser.Sound.Events#event:RATE", "scope": "instance", - "___id": "T000002R038012", + "___id": "T000002R038143", "___s": true }, { @@ -341339,7 +341965,7 @@ "filename": "RESUME_ALL_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\events", "code": {} }, "description": "The Resume All Sounds Event.\r\rThis event is dispatched by the Base Sound Manager, or more typically, an instance of the Web Audio Sound Manager,\ror the HTML5 Audio Manager. It is dispatched when the `resumeAll` method is invoked and after all current Sounds\rhave been resumed.\r\rListen to it from a Scene using: `this.sound.on('resumeall', listener)`.", @@ -341373,7 +341999,7 @@ "memberof": "Phaser.Sound.Events", "longname": "Phaser.Sound.Events#event:RESUME_ALL", "scope": "instance", - "___id": "T000002R038014", + "___id": "T000002R038145", "___s": true }, { @@ -341382,7 +342008,7 @@ "filename": "RESUME_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\events", "code": {} }, "description": "The Sound Resume Event.\r\rThis event is dispatched by both Web Audio and HTML5 Audio Sound objects when they are resumed from a paused state.\r\rListen to it from a Sound instance using `Sound.on('resume', listener)`, i.e.:\r\r```javascript\rvar music = this.sound.add('key');\rmusic.on('resume', listener);\rmusic.play();\rmusic.pause();\rmusic.resume();\r```", @@ -341426,7 +342052,7 @@ "memberof": "Phaser.Sound.Events", "longname": "Phaser.Sound.Events#event:RESUME", "scope": "instance", - "___id": "T000002R038016", + "___id": "T000002R038147", "___s": true }, { @@ -341435,7 +342061,7 @@ "filename": "SEEK_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\events", "code": {} }, "description": "The Sound Seek Event.\r\rThis event is dispatched by both Web Audio and HTML5 Audio Sound objects when they are seeked to a new position.\r\rListen to it from a Sound instance using `Sound.on('seek', listener)`, i.e.:\r\r```javascript\rvar music = this.sound.add('key');\rmusic.on('seek', listener);\rmusic.play();\rmusic.setSeek(5000);\r```", @@ -341492,7 +342118,7 @@ "memberof": "Phaser.Sound.Events", "longname": "Phaser.Sound.Events#event:SEEK", "scope": "instance", - "___id": "T000002R038018", + "___id": "T000002R038149", "___s": true }, { @@ -341501,7 +342127,7 @@ "filename": "STOP_ALL_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\events", "code": {} }, "description": "The Stop All Sounds Event.\r\rThis event is dispatched by the Base Sound Manager, or more typically, an instance of the Web Audio Sound Manager,\ror the HTML5 Audio Manager. It is dispatched when the `stopAll` method is invoked and after all current Sounds\rhave been stopped.\r\rListen to it from a Scene using: `this.sound.on('stopall', listener)`.", @@ -341535,7 +342161,7 @@ "memberof": "Phaser.Sound.Events", "longname": "Phaser.Sound.Events#event:STOP_ALL", "scope": "instance", - "___id": "T000002R038020", + "___id": "T000002R038151", "___s": true }, { @@ -341544,7 +342170,7 @@ "filename": "STOP_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\events", "code": {} }, "description": "The Sound Stop Event.\r\rThis event is dispatched by both Web Audio and HTML5 Audio Sound objects when they are stopped.\r\rListen to it from a Sound instance using `Sound.on('stop', listener)`, i.e.:\r\r```javascript\rvar music = this.sound.add('key');\rmusic.on('stop', listener);\rmusic.play();\rmusic.stop();\r```", @@ -341588,7 +342214,7 @@ "memberof": "Phaser.Sound.Events", "longname": "Phaser.Sound.Events#event:STOP", "scope": "instance", - "___id": "T000002R038022", + "___id": "T000002R038153", "___s": true }, { @@ -341597,7 +342223,7 @@ "filename": "UNLOCKED_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\events", "code": {} }, "description": "The Sound Manager Unlocked Event.\r\rThis event is dispatched by the Base Sound Manager, or more typically, an instance of the Web Audio Sound Manager,\ror the HTML5 Audio Manager. It is dispatched during the update loop when the Sound Manager becomes unlocked. For\rWeb Audio this is on the first user gesture on the page.\r\rListen to it from a Scene using: `this.sound.on('unlocked', listener)`.", @@ -341631,7 +342257,7 @@ "memberof": "Phaser.Sound.Events", "longname": "Phaser.Sound.Events#event:UNLOCKED", "scope": "instance", - "___id": "T000002R038024", + "___id": "T000002R038155", "___s": true }, { @@ -341640,7 +342266,7 @@ "filename": "VOLUME_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\events", "code": {} }, "description": "The Sound Volume Event.\r\rThis event is dispatched by both Web Audio and HTML5 Audio Sound objects when their volume changes.\r\rListen to it from a Sound instance using `Sound.on('volume', listener)`, i.e.:\r\r```javascript\rvar music = this.sound.add('key');\rmusic.on('volume', listener);\rmusic.play();\rmusic.setVolume(0.5);\r```", @@ -341697,7 +342323,7 @@ "memberof": "Phaser.Sound.Events", "longname": "Phaser.Sound.Events#event:VOLUME", "scope": "instance", - "___id": "T000002R038026", + "___id": "T000002R038157", "___s": true }, { @@ -341706,7 +342332,7 @@ "filename": "HTML5AudioSound.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "classdesc": "HTML5 Audio implementation of the sound.", @@ -341762,7 +342388,7 @@ ], "scope": "static", "longname": "Phaser.Sound.HTML5AudioSound", - "___id": "T000002R038032", + "___id": "T000002R038163", "___s": true }, { @@ -341771,7 +342397,7 @@ "filename": "HTML5AudioSound.js", "lineno": 37, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "An array containing all HTML5 Audio tags that could be used for individual\rsound playback. Number of instances depends on the config value passed\rto the `Loader#audio` method call, default is 1.", @@ -341799,7 +342425,7 @@ "longname": "Phaser.Sound.HTML5AudioSound#tags", "scope": "instance", "kind": "member", - "___id": "T000002R038037", + "___id": "T000002R038168", "___s": true }, { @@ -341808,7 +342434,7 @@ "filename": "HTML5AudioSound.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Reference to an HTML5 Audio tag used for playing sound.", @@ -341828,7 +342454,7 @@ "longname": "Phaser.Sound.HTML5AudioSound#audio", "scope": "instance", "kind": "member", - "___id": "T000002R038039", + "___id": "T000002R038170", "___s": true }, { @@ -341837,7 +342463,7 @@ "filename": "HTML5AudioSound.js", "lineno": 63, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Timestamp as generated by the Request Animation Frame or SetTimeout\rrepresenting the time at which the delayed sound playback should start.\rSet to 0 if sound playback is not delayed.", @@ -341857,7 +342483,7 @@ "longname": "Phaser.Sound.HTML5AudioSound#startTime", "scope": "instance", "kind": "member", - "___id": "T000002R038041", + "___id": "T000002R038172", "___s": true }, { @@ -341866,7 +342492,7 @@ "filename": "HTML5AudioSound.js", "lineno": 75, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Audio tag's playback position recorded on previous\rupdate method call. Set to 0 if sound is not playing.", @@ -341886,7 +342512,7 @@ "longname": "Phaser.Sound.HTML5AudioSound#previousTime", "scope": "instance", "kind": "member", - "___id": "T000002R038043", + "___id": "T000002R038174", "___s": true }, { @@ -341895,7 +342521,7 @@ "filename": "HTML5AudioSound.js", "lineno": 93, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Play this sound, or a marked section of it.\r\rIt always plays the sound from the start. If you want to start playback from a specific time\ryou can set 'seek' setting of the config object, provided to this call, to that value.\r\rIf you want to play the same sound simultaneously, then you need to create another instance\rof it and play that Sound. For HTML5 Audio this also requires creating multiple audio instances\rwhen loading the audio files.", @@ -341964,7 +342590,7 @@ "longname": "Phaser.Sound.HTML5AudioSound#play", "scope": "instance", "overrides": "Phaser.Sound.BaseSound#play", - "___id": "T000002R038047", + "___id": "T000002R038178", "___s": true }, { @@ -341973,7 +342599,7 @@ "filename": "HTML5AudioSound.js", "lineno": 135, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Pauses the sound.", @@ -342001,7 +342627,7 @@ "longname": "Phaser.Sound.HTML5AudioSound#pause", "scope": "instance", "overrides": "Phaser.Sound.BaseSound#pause", - "___id": "T000002R038049", + "___id": "T000002R038180", "___s": true }, { @@ -342010,7 +342636,7 @@ "filename": "HTML5AudioSound.js", "lineno": 171, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Resumes the sound.", @@ -342038,7 +342664,7 @@ "longname": "Phaser.Sound.HTML5AudioSound#resume", "scope": "instance", "overrides": "Phaser.Sound.BaseSound#resume", - "___id": "T000002R038052", + "___id": "T000002R038183", "___s": true }, { @@ -342047,7 +342673,7 @@ "filename": "HTML5AudioSound.js", "lineno": 208, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Stop playing this sound.", @@ -342075,7 +342701,7 @@ "longname": "Phaser.Sound.HTML5AudioSound#stop", "scope": "instance", "overrides": "Phaser.Sound.BaseSound#stop", - "___id": "T000002R038054", + "___id": "T000002R038185", "___s": true }, { @@ -342084,7 +342710,7 @@ "filename": "HTML5AudioSound.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "This method is used internally to pick and play the next available audio tag.", @@ -342108,7 +342734,7 @@ "memberof": "Phaser.Sound.HTML5AudioSound", "longname": "Phaser.Sound.HTML5AudioSound#pickAndPlayAudioTag", "scope": "instance", - "___id": "T000002R038056", + "___id": "T000002R038187", "___s": true }, { @@ -342117,7 +342743,7 @@ "filename": "HTML5AudioSound.js", "lineno": 286, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "This method performs the audio tag pooling logic. It first looks for\runused audio tag to assign to this sound object. If there are no unused\raudio tags, based on HTML5AudioSoundManager#override property value, it\rlooks for sound with most advanced playback and hijacks its audio tag or\rdoes nothing.", @@ -342141,7 +342767,7 @@ "memberof": "Phaser.Sound.HTML5AudioSound", "longname": "Phaser.Sound.HTML5AudioSound#pickAudioTag", "scope": "instance", - "___id": "T000002R038065", + "___id": "T000002R038196", "___s": true }, { @@ -342150,7 +342776,7 @@ "filename": "HTML5AudioSound.js", "lineno": 354, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Method used for playing audio tag and catching possible exceptions\rthrown from rejected Promise returned from play method call.", @@ -342160,7 +342786,7 @@ "memberof": "Phaser.Sound.HTML5AudioSound", "longname": "Phaser.Sound.HTML5AudioSound#playCatchPromise", "scope": "instance", - "___id": "T000002R038077", + "___id": "T000002R038208", "___s": true }, { @@ -342169,7 +342795,7 @@ "filename": "HTML5AudioSound.js", "lineno": 375, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "This method is used internally to stop and release the current audio tag.", @@ -342179,7 +342805,7 @@ "memberof": "Phaser.Sound.HTML5AudioSound", "longname": "Phaser.Sound.HTML5AudioSound#stopAndReleaseAudioTag", "scope": "instance", - "___id": "T000002R038080", + "___id": "T000002R038211", "___s": true }, { @@ -342188,7 +342814,7 @@ "filename": "HTML5AudioSound.js", "lineno": 394, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Method used internally to reset sound state, usually when stopping sound\ror when hijacking audio tag from another sound.", @@ -342198,7 +342824,7 @@ "memberof": "Phaser.Sound.HTML5AudioSound", "longname": "Phaser.Sound.HTML5AudioSound#reset", "scope": "instance", - "___id": "T000002R038086", + "___id": "T000002R038217", "___s": true }, { @@ -342207,7 +342833,7 @@ "filename": "HTML5AudioSound.js", "lineno": 406, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Method used internally by sound manager for pausing sound if\rPhaser.Sound.HTML5AudioSoundManager#pauseOnBlur is set to true.", @@ -342217,7 +342843,7 @@ "memberof": "Phaser.Sound.HTML5AudioSound", "longname": "Phaser.Sound.HTML5AudioSound#onBlur", "scope": "instance", - "___id": "T000002R038088", + "___id": "T000002R038219", "___s": true }, { @@ -342226,7 +342852,7 @@ "filename": "HTML5AudioSound.js", "lineno": 425, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Method used internally by sound manager for resuming sound if\rPhaser.Sound.HTML5AudioSoundManager#pauseOnBlur is set to true.", @@ -342236,7 +342862,7 @@ "memberof": "Phaser.Sound.HTML5AudioSound", "longname": "Phaser.Sound.HTML5AudioSound#onFocus", "scope": "instance", - "___id": "T000002R038094", + "___id": "T000002R038225", "___s": true }, { @@ -342245,7 +342871,7 @@ "filename": "HTML5AudioSound.js", "lineno": 439, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Update method called automatically by sound manager on every game step.", @@ -342275,7 +342901,7 @@ "longname": "Phaser.Sound.HTML5AudioSound#update", "scope": "instance", "overrides": "Phaser.Sound.BaseSound#update", - "___id": "T000002R038098", + "___id": "T000002R038229", "___s": true }, { @@ -342284,7 +342910,7 @@ "filename": "HTML5AudioSound.js", "lineno": 507, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Calls Phaser.Sound.BaseSound#destroy method\rand cleans up all HTML5 Audio related stuff.", @@ -342295,7 +342921,7 @@ "longname": "Phaser.Sound.HTML5AudioSound#destroy", "scope": "instance", "overrides": "Phaser.Sound.BaseSound#destroy", - "___id": "T000002R038111", + "___id": "T000002R038242", "___s": true }, { @@ -342304,7 +342930,7 @@ "filename": "HTML5AudioSound.js", "lineno": 526, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "This method is used internally to update the mute setting of this sound.", @@ -342314,7 +342940,7 @@ "memberof": "Phaser.Sound.HTML5AudioSound", "longname": "Phaser.Sound.HTML5AudioSound#updateMute", "scope": "instance", - "___id": "T000002R038114", + "___id": "T000002R038245", "___s": true }, { @@ -342323,7 +342949,7 @@ "filename": "HTML5AudioSound.js", "lineno": 540, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "This method is used internally to update the volume of this sound.", @@ -342333,7 +342959,7 @@ "memberof": "Phaser.Sound.HTML5AudioSound", "longname": "Phaser.Sound.HTML5AudioSound#updateVolume", "scope": "instance", - "___id": "T000002R038117", + "___id": "T000002R038248", "___s": true }, { @@ -342342,7 +342968,7 @@ "filename": "HTML5AudioSound.js", "lineno": 554, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "This method is used internally to update the playback rate of this sound.", @@ -342353,7 +342979,7 @@ "longname": "Phaser.Sound.HTML5AudioSound#calculateRate", "scope": "instance", "overrides": "Phaser.Sound.BaseSound#calculateRate", - "___id": "T000002R038120", + "___id": "T000002R038251", "___s": true }, { @@ -342362,7 +342988,7 @@ "filename": "HTML5AudioSound.js", "lineno": 570, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Boolean indicating whether the sound is muted or not.\rGets or sets the muted state of this sound.", @@ -342385,7 +343011,7 @@ "longname": "Phaser.Sound.HTML5AudioSound#mute", "scope": "instance", "kind": "member", - "___id": "T000002R038123", + "___id": "T000002R038254", "___s": true }, { @@ -342394,7 +343020,7 @@ "filename": "HTML5AudioSound.js", "lineno": 602, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Sets the muted state of this Sound.", @@ -342437,7 +343063,7 @@ "memberof": "Phaser.Sound.HTML5AudioSound", "longname": "Phaser.Sound.HTML5AudioSound#setMute", "scope": "instance", - "___id": "T000002R038128", + "___id": "T000002R038259", "___s": true }, { @@ -342446,7 +343072,7 @@ "filename": "HTML5AudioSound.js", "lineno": 620, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Gets or sets the volume of this sound, a value between 0 (silence) and 1 (full volume).", @@ -342469,7 +343095,7 @@ "longname": "Phaser.Sound.HTML5AudioSound#volume", "scope": "instance", "kind": "member", - "___id": "T000002R038131", + "___id": "T000002R038262", "___s": true }, { @@ -342478,7 +343104,7 @@ "filename": "HTML5AudioSound.js", "lineno": 651, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Sets the volume of this Sound.", @@ -342521,7 +343147,7 @@ "memberof": "Phaser.Sound.HTML5AudioSound", "longname": "Phaser.Sound.HTML5AudioSound#setVolume", "scope": "instance", - "___id": "T000002R038136", + "___id": "T000002R038267", "___s": true }, { @@ -342530,7 +343156,7 @@ "filename": "HTML5AudioSound.js", "lineno": 669, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Rate at which this Sound will be played.\rValue of 1.0 plays the audio at full speed, 0.5 plays the audio at half speed\rand 2.0 doubles the audios playback speed.", @@ -342553,7 +343179,7 @@ "longname": "Phaser.Sound.HTML5AudioSound#rate", "scope": "instance", "kind": "member", - "___id": "T000002R038139", + "___id": "T000002R038270", "___s": true }, { @@ -342562,7 +343188,7 @@ "filename": "HTML5AudioSound.js", "lineno": 705, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Sets the playback rate of this Sound.\r\rFor example, a value of 1.0 plays the audio at full speed, 0.5 plays the audio at half speed\rand 2.0 doubles the audios playback speed.", @@ -342605,7 +343231,7 @@ "memberof": "Phaser.Sound.HTML5AudioSound", "longname": "Phaser.Sound.HTML5AudioSound#setRate", "scope": "instance", - "___id": "T000002R038144", + "___id": "T000002R038275", "___s": true }, { @@ -342614,7 +343240,7 @@ "filename": "HTML5AudioSound.js", "lineno": 726, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "The detune value of this Sound, given in [cents](https://en.wikipedia.org/wiki/Cent_%28music%29).\rThe range of the value is -1200 to 1200, but we recommend setting it to [50](https://en.wikipedia.org/wiki/50_Cent).", @@ -342637,7 +343263,7 @@ "longname": "Phaser.Sound.HTML5AudioSound#detune", "scope": "instance", "kind": "member", - "___id": "T000002R038147", + "___id": "T000002R038278", "___s": true }, { @@ -342646,7 +343272,7 @@ "filename": "HTML5AudioSound.js", "lineno": 761, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Sets the detune value of this Sound, given in [cents](https://en.wikipedia.org/wiki/Cent_%28music%29).\rThe range of the value is -1200 to 1200, but we recommend setting it to [50](https://en.wikipedia.org/wiki/50_Cent).", @@ -342689,7 +343315,7 @@ "memberof": "Phaser.Sound.HTML5AudioSound", "longname": "Phaser.Sound.HTML5AudioSound#setDetune", "scope": "instance", - "___id": "T000002R038152", + "___id": "T000002R038283", "___s": true }, { @@ -342698,7 +343324,7 @@ "filename": "HTML5AudioSound.js", "lineno": 780, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Property representing the position of playback for this sound, in seconds.\rSetting it to a specific value moves current playback to that position.\rThe value given is clamped to the range 0 to current marker duration.\rSetting seek of a stopped sound has no effect.", @@ -342720,7 +343346,7 @@ "longname": "Phaser.Sound.HTML5AudioSound#seek", "scope": "instance", "kind": "member", - "___id": "T000002R038155", + "___id": "T000002R038286", "___s": true }, { @@ -342729,7 +343355,7 @@ "filename": "HTML5AudioSound.js", "lineno": 840, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Seeks to a specific point in this sound.", @@ -342772,7 +343398,7 @@ "memberof": "Phaser.Sound.HTML5AudioSound", "longname": "Phaser.Sound.HTML5AudioSound#setSeek", "scope": "instance", - "___id": "T000002R038163", + "___id": "T000002R038294", "___s": true }, { @@ -342781,7 +343407,7 @@ "filename": "HTML5AudioSound.js", "lineno": 858, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Flag indicating whether or not the sound or current sound marker will loop.", @@ -342804,7 +343430,7 @@ "longname": "Phaser.Sound.HTML5AudioSound#loop", "scope": "instance", "kind": "member", - "___id": "T000002R038166", + "___id": "T000002R038297", "___s": true }, { @@ -342813,7 +343439,7 @@ "filename": "HTML5AudioSound.js", "lineno": 893, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Sets the loop state of this Sound.", @@ -342855,7 +343481,7 @@ "memberof": "Phaser.Sound.HTML5AudioSound", "longname": "Phaser.Sound.HTML5AudioSound#setLoop", "scope": "instance", - "___id": "T000002R038172", + "___id": "T000002R038303", "___s": true }, { @@ -342864,7 +343490,7 @@ "filename": "HTML5AudioSound.js", "lineno": 911, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Gets or sets the pan of this sound, a value between -1 (full left pan) and 1 (full right pan).\r\rHas no audible effect on HTML5 Audio Sound, but still generates the PAN Event.", @@ -342887,7 +343513,7 @@ "longname": "Phaser.Sound.HTML5AudioSound#pan", "scope": "instance", "kind": "member", - "___id": "T000002R038175", + "___id": "T000002R038306", "___s": true }, { @@ -342896,7 +343522,7 @@ "filename": "HTML5AudioSound.js", "lineno": 937, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Sets the pan of this sound, a value between -1 (full left pan) and 1 (full right pan).\r\rHas no audible effect on HTML5 Audio Sound, but still generates the PAN Event.", @@ -342939,7 +343565,7 @@ "memberof": "Phaser.Sound.HTML5AudioSound", "longname": "Phaser.Sound.HTML5AudioSound#setPan", "scope": "instance", - "___id": "T000002R038180", + "___id": "T000002R038311", "___s": true }, { @@ -342952,9 +343578,9 @@ "filename": "HTML5AudioSoundManager.js", "lineno": 37, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": { - "id": "astnode100319590", + "id": "astnode100321154", "name": "HTML5AudioSoundManager", "type": "NewExpression", "value": "" @@ -342986,7 +343612,7 @@ "name": "HTML5AudioSoundManager", "longname": "Phaser.Sound.HTML5AudioSoundManager", "scope": "static", - "___id": "T000002R038188", + "___id": "T000002R038319", "___s": true }, { @@ -342995,7 +343621,7 @@ "filename": "HTML5AudioSoundManager.js", "lineno": 45, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Flag indicating whether if there are no idle instances of HTML5 Audio tag,\rfor any particular sound, if one of the used tags should be hijacked and used\rfor succeeding playback or if succeeding Phaser.Sound.HTML5AudioSound#play\rcall should be ignored.", @@ -343015,7 +343641,7 @@ "longname": "Phaser.Sound.HTML5AudioSoundManager#override", "scope": "instance", "kind": "member", - "___id": "T000002R038191", + "___id": "T000002R038322", "___s": true }, { @@ -343024,7 +343650,7 @@ "filename": "HTML5AudioSoundManager.js", "lineno": 58, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Value representing time difference, in seconds, between calling\rplay method on an audio tag and when it actually starts playing.\rIt is used to achieve more accurate delayed sound playback.\r\rYou might need to tweak this value to get the desired results\rsince audio play delay varies depending on the browser/platform.", @@ -343044,7 +343670,7 @@ "longname": "Phaser.Sound.HTML5AudioSoundManager#audioPlayDelay", "scope": "instance", "kind": "member", - "___id": "T000002R038193", + "___id": "T000002R038324", "___s": true }, { @@ -343053,7 +343679,7 @@ "filename": "HTML5AudioSoundManager.js", "lineno": 73, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "A value by which we should offset the loop end marker of the\rlooping sound to compensate for lag, caused by changing audio\rtag playback position, in order to achieve gapless looping.\r\rYou might need to tweak this value to get the desired results\rsince loop lag varies depending on the browser/platform.", @@ -343073,7 +343699,7 @@ "longname": "Phaser.Sound.HTML5AudioSoundManager#loopEndOffset", "scope": "instance", "kind": "member", - "___id": "T000002R038195", + "___id": "T000002R038326", "___s": true }, { @@ -343082,7 +343708,7 @@ "filename": "HTML5AudioSoundManager.js", "lineno": 142, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Adds a new sound into the sound manager.", @@ -343136,7 +343762,7 @@ "longname": "Phaser.Sound.HTML5AudioSoundManager#add", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#add", - "___id": "T000002R038206", + "___id": "T000002R038337", "___s": true }, { @@ -343145,7 +343771,7 @@ "filename": "HTML5AudioSoundManager.js", "lineno": 162, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Unlocks HTML5 Audio loading and playback on mobile\rdevices on the initial explicit user interaction.", @@ -343156,7 +343782,7 @@ "longname": "Phaser.Sound.HTML5AudioSoundManager#unlock", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#unlock", - "___id": "T000002R038209", + "___id": "T000002R038340", "___s": true }, { @@ -343165,7 +343791,7 @@ "filename": "HTML5AudioSoundManager.js", "lineno": 287, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Method used internally for pausing sound manager if\rPhaser.Sound.HTML5AudioSoundManager#pauseOnBlur is set to true.", @@ -343177,7 +343803,7 @@ "longname": "Phaser.Sound.HTML5AudioSoundManager#onBlur", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#onBlur", - "___id": "T000002R038232", + "___id": "T000002R038363", "___s": true }, { @@ -343186,7 +343812,7 @@ "filename": "HTML5AudioSoundManager.js", "lineno": 307, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Method used internally for resuming sound manager if\rPhaser.Sound.HTML5AudioSoundManager#pauseOnBlur is set to true.", @@ -343198,7 +343824,7 @@ "longname": "Phaser.Sound.HTML5AudioSoundManager#onFocus", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#onFocus", - "___id": "T000002R038234", + "___id": "T000002R038365", "___s": true }, { @@ -343207,7 +343833,7 @@ "filename": "HTML5AudioSoundManager.js", "lineno": 325, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Calls Phaser.Sound.BaseSoundManager#destroy method\rand cleans up all HTML5 Audio related stuff.", @@ -343218,7 +343844,7 @@ "longname": "Phaser.Sound.HTML5AudioSoundManager#destroy", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#destroy", - "___id": "T000002R038237", + "___id": "T000002R038368", "___s": true }, { @@ -343227,7 +343853,7 @@ "filename": "HTML5AudioSoundManager.js", "lineno": 340, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Method used internally by Phaser.Sound.HTML5AudioSound class methods and property setters\rto check if sound manager is locked and then either perform action immediately or queue it\rto be performed once the sound manager gets unlocked.", @@ -343293,7 +343919,7 @@ "memberof": "Phaser.Sound.HTML5AudioSoundManager", "longname": "Phaser.Sound.HTML5AudioSoundManager#isLocked", "scope": "instance", - "___id": "T000002R038241", + "___id": "T000002R038372", "___s": true }, { @@ -343302,7 +343928,7 @@ "filename": "HTML5AudioSoundManager.js", "lineno": 371, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Sets the muted state of all this Sound Manager.", @@ -343344,7 +343970,7 @@ "memberof": "Phaser.Sound.HTML5AudioSoundManager", "longname": "Phaser.Sound.HTML5AudioSoundManager#setMute", "scope": "instance", - "___id": "T000002R038246", + "___id": "T000002R038377", "___s": true }, { @@ -343353,7 +343979,7 @@ "filename": "HTML5AudioSoundManager.js", "lineno": 389, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "name": "mute", @@ -343375,7 +344001,7 @@ "scope": "instance", "kind": "member", "overrides": "Phaser.Sound.BaseSoundManager#mute", - "___id": "T000002R038249", + "___id": "T000002R038380", "___s": true }, { @@ -343384,7 +344010,7 @@ "filename": "HTML5AudioSoundManager.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "description": "Sets the volume of this Sound Manager.", @@ -343426,7 +344052,7 @@ "memberof": "Phaser.Sound.HTML5AudioSoundManager", "longname": "Phaser.Sound.HTML5AudioSoundManager#setVolume", "scope": "instance", - "___id": "T000002R038254", + "___id": "T000002R038385", "___s": true }, { @@ -343435,7 +344061,7 @@ "filename": "HTML5AudioSoundManager.js", "lineno": 434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\html5", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\html5", "code": {} }, "name": "volume", @@ -343457,7 +344083,7 @@ "scope": "instance", "kind": "member", "overrides": "Phaser.Sound.BaseSoundManager#volume", - "___id": "T000002R038257", + "___id": "T000002R038388", "___s": true }, { @@ -343466,7 +344092,7 @@ "filename": "index.js", "lineno": 8, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "kind": "namespace", @@ -343474,7 +344100,7 @@ "memberof": "Phaser", "longname": "Phaser.Sound", "scope": "static", - "___id": "T000002R038263", + "___id": "T000002R038394", "___s": true }, { @@ -343483,7 +344109,7 @@ "filename": "NoAudioSound.js", "lineno": 29, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "classdesc": "No audio implementation of the sound. It is used if audio has been\rdisabled in the game config or the device doesn't support any audio.\r\rIt represents a graceful degradation of sound logic that provides\rminimal functionality and prevents Phaser projects that use audio from\rbreaking on devices that don't support any audio playback technologies.", @@ -343539,7 +344165,7 @@ ], "scope": "static", "longname": "Phaser.Sound.NoAudioSound", - "___id": "T000002R038283", + "___id": "T000002R038414", "___s": true }, { @@ -343548,7 +344174,7 @@ "filename": "NoAudioSound.js", "lineno": 60, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Local reference to the sound manager.", @@ -343567,7 +344193,7 @@ "longname": "Phaser.Sound.NoAudioSound#manager", "scope": "instance", "kind": "member", - "___id": "T000002R038288", + "___id": "T000002R038419", "___s": true }, { @@ -343576,7 +344202,7 @@ "filename": "NoAudioSound.js", "lineno": 69, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Asset key for the sound.", @@ -343596,7 +344222,7 @@ "longname": "Phaser.Sound.NoAudioSound#key", "scope": "instance", "kind": "member", - "___id": "T000002R038290", + "___id": "T000002R038421", "___s": true }, { @@ -343605,7 +344231,7 @@ "filename": "NoAudioSound.js", "lineno": 79, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Flag indicating if sound is currently playing.", @@ -343626,7 +344252,7 @@ "longname": "Phaser.Sound.NoAudioSound#isPlaying", "scope": "instance", "kind": "member", - "___id": "T000002R038292", + "___id": "T000002R038423", "___s": true }, { @@ -343635,7 +344261,7 @@ "filename": "NoAudioSound.js", "lineno": 90, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Flag indicating if sound is currently paused.", @@ -343656,7 +344282,7 @@ "longname": "Phaser.Sound.NoAudioSound#isPaused", "scope": "instance", "kind": "member", - "___id": "T000002R038294", + "___id": "T000002R038425", "___s": true }, { @@ -343665,7 +344291,7 @@ "filename": "NoAudioSound.js", "lineno": 101, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "A property that holds the value of sound's actual playback rate,\rafter its rate and detune values has been combined with global\rrate and detune values.", @@ -343686,7 +344312,7 @@ "longname": "Phaser.Sound.NoAudioSound#totalRate", "scope": "instance", "kind": "member", - "___id": "T000002R038296", + "___id": "T000002R038427", "___s": true }, { @@ -343695,7 +344321,7 @@ "filename": "NoAudioSound.js", "lineno": 114, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "A value representing the duration, in seconds.\rIt could be total sound duration or a marker duration.", @@ -343715,7 +344341,7 @@ "longname": "Phaser.Sound.NoAudioSound#duration", "scope": "instance", "kind": "member", - "___id": "T000002R038298", + "___id": "T000002R038429", "___s": true }, { @@ -343724,7 +344350,7 @@ "filename": "NoAudioSound.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "The total duration of the sound in seconds.", @@ -343744,7 +344370,7 @@ "longname": "Phaser.Sound.NoAudioSound#totalDuration", "scope": "instance", "kind": "member", - "___id": "T000002R038300", + "___id": "T000002R038431", "___s": true }, { @@ -343753,7 +344379,7 @@ "filename": "NoAudioSound.js", "lineno": 135, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "A config object used to store default sound settings' values.\rDefault values will be set by properties' setters.", @@ -343772,7 +344398,7 @@ "longname": "Phaser.Sound.NoAudioSound#config", "scope": "instance", "kind": "member", - "___id": "T000002R038302", + "___id": "T000002R038433", "___s": true }, { @@ -343781,7 +344407,7 @@ "filename": "NoAudioSound.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Reference to the currently used config.\rIt could be default config or marker config.", @@ -343800,7 +344426,7 @@ "longname": "Phaser.Sound.NoAudioSound#currentConfig", "scope": "instance", "kind": "member", - "___id": "T000002R038312", + "___id": "T000002R038443", "___s": true }, { @@ -343809,7 +344435,7 @@ "filename": "NoAudioSound.js", "lineno": 164, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Boolean indicating whether the sound is muted or not.\rGets or sets the muted state of this sound.", @@ -343832,7 +344458,7 @@ "longname": "Phaser.Sound.NoAudioSound#mute", "scope": "instance", "kind": "member", - "___id": "T000002R038314", + "___id": "T000002R038445", "___s": true }, { @@ -343841,7 +344467,7 @@ "filename": "NoAudioSound.js", "lineno": 176, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Gets or sets the volume of this sound, a value between 0 (silence) and 1 (full volume).", @@ -343864,7 +344490,7 @@ "longname": "Phaser.Sound.NoAudioSound#volume", "scope": "instance", "kind": "member", - "___id": "T000002R038316", + "___id": "T000002R038447", "___s": true }, { @@ -343873,7 +344499,7 @@ "filename": "NoAudioSound.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Rate at which this Sound will be played.\rValue of 1.0 plays the audio at full speed, 0.5 plays the audio at half speed\rand 2.0 doubles the audios playback speed.", @@ -343896,7 +344522,7 @@ "longname": "Phaser.Sound.NoAudioSound#rate", "scope": "instance", "kind": "member", - "___id": "T000002R038318", + "___id": "T000002R038449", "___s": true }, { @@ -343905,7 +344531,7 @@ "filename": "NoAudioSound.js", "lineno": 200, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "The detune value of this Sound, given in [cents](https://en.wikipedia.org/wiki/Cent_%28music%29).\rThe range of the value is -1200 to 1200, but we recommend setting it to [50](https://en.wikipedia.org/wiki/50_Cent).", @@ -343928,7 +344554,7 @@ "longname": "Phaser.Sound.NoAudioSound#detune", "scope": "instance", "kind": "member", - "___id": "T000002R038320", + "___id": "T000002R038451", "___s": true }, { @@ -343937,7 +344563,7 @@ "filename": "NoAudioSound.js", "lineno": 212, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Property representing the position of playback for this sound, in seconds.\rSetting it to a specific value moves current playback to that position.\rThe value given is clamped to the range 0 to current marker duration.\rSetting seek of a stopped sound has no effect.", @@ -343959,7 +344585,7 @@ "longname": "Phaser.Sound.NoAudioSound#seek", "scope": "instance", "kind": "member", - "___id": "T000002R038322", + "___id": "T000002R038453", "___s": true }, { @@ -343968,7 +344594,7 @@ "filename": "NoAudioSound.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Flag indicating whether or not the sound or current sound marker will loop.", @@ -343991,7 +344617,7 @@ "longname": "Phaser.Sound.NoAudioSound#loop", "scope": "instance", "kind": "member", - "___id": "T000002R038324", + "___id": "T000002R038455", "___s": true }, { @@ -344000,7 +344626,7 @@ "filename": "NoAudioSound.js", "lineno": 236, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Gets or sets the pan of this sound, a value between -1 (full left pan) and 1 (full right pan).\r\rAlways returns zero on iOS / Safari as it doesn't support the stereo panner node.", @@ -344023,7 +344649,7 @@ "longname": "Phaser.Sound.NoAudioSound#pan", "scope": "instance", "kind": "member", - "___id": "T000002R038326", + "___id": "T000002R038457", "___s": true }, { @@ -344032,7 +344658,7 @@ "filename": "NoAudioSound.js", "lineno": 249, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Object containing markers definitions.", @@ -344066,7 +344692,7 @@ "longname": "Phaser.Sound.NoAudioSound#markers", "scope": "instance", "kind": "member", - "___id": "T000002R038328", + "___id": "T000002R038459", "___s": true }, { @@ -344075,7 +344701,7 @@ "filename": "NoAudioSound.js", "lineno": 260, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Currently playing marker.\r'null' if whole sound is playing.", @@ -344096,7 +344722,7 @@ "longname": "Phaser.Sound.NoAudioSound#currentMarker", "scope": "instance", "kind": "member", - "___id": "T000002R038330", + "___id": "T000002R038461", "___s": true }, { @@ -344105,7 +344731,7 @@ "filename": "NoAudioSound.js", "lineno": 272, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Flag indicating if destroy method was called on this sound.", @@ -344125,7 +344751,7 @@ "longname": "Phaser.Sound.NoAudioSound#pendingRemove", "scope": "instance", "kind": "member", - "___id": "T000002R038332", + "___id": "T000002R038463", "___s": true }, { @@ -344134,7 +344760,7 @@ "filename": "NoAudioSound.js", "lineno": 283, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "kind": "function", @@ -344172,7 +344798,7 @@ "memberof": "Phaser.Sound.NoAudioSound", "longname": "Phaser.Sound.NoAudioSound#addMarker", "scope": "instance", - "___id": "T000002R038334", + "___id": "T000002R038465", "___s": true }, { @@ -344181,7 +344807,7 @@ "filename": "NoAudioSound.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "kind": "function", @@ -344219,7 +344845,7 @@ "memberof": "Phaser.Sound.NoAudioSound", "longname": "Phaser.Sound.NoAudioSound#updateMarker", "scope": "instance", - "___id": "T000002R038336", + "___id": "T000002R038467", "___s": true }, { @@ -344228,7 +344854,7 @@ "filename": "NoAudioSound.js", "lineno": 303, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "kind": "function", @@ -344265,7 +344891,7 @@ "memberof": "Phaser.Sound.NoAudioSound", "longname": "Phaser.Sound.NoAudioSound#removeMarker", "scope": "instance", - "___id": "T000002R038338", + "___id": "T000002R038469", "___s": true }, { @@ -344274,7 +344900,7 @@ "filename": "NoAudioSound.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "kind": "function", @@ -344338,7 +344964,7 @@ "memberof": "Phaser.Sound.NoAudioSound", "longname": "Phaser.Sound.NoAudioSound#play", "scope": "instance", - "___id": "T000002R038340", + "___id": "T000002R038471", "___s": true }, { @@ -344347,7 +344973,7 @@ "filename": "NoAudioSound.js", "lineno": 324, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "kind": "function", @@ -344370,7 +344996,7 @@ "memberof": "Phaser.Sound.NoAudioSound", "longname": "Phaser.Sound.NoAudioSound#pause", "scope": "instance", - "___id": "T000002R038342", + "___id": "T000002R038473", "___s": true }, { @@ -344379,7 +345005,7 @@ "filename": "NoAudioSound.js", "lineno": 332, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Resumes the sound.", @@ -344403,7 +345029,7 @@ "memberof": "Phaser.Sound.NoAudioSound", "longname": "Phaser.Sound.NoAudioSound#resume", "scope": "instance", - "___id": "T000002R038344", + "___id": "T000002R038475", "___s": true }, { @@ -344412,7 +345038,7 @@ "filename": "NoAudioSound.js", "lineno": 342, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Stop playing this sound.", @@ -344436,7 +345062,7 @@ "memberof": "Phaser.Sound.NoAudioSound", "longname": "Phaser.Sound.NoAudioSound#stop", "scope": "instance", - "___id": "T000002R038346", + "___id": "T000002R038477", "___s": true }, { @@ -344445,7 +345071,7 @@ "filename": "NoAudioSound.js", "lineno": 352, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Sets the muted state of this Sound.", @@ -344485,7 +345111,7 @@ "memberof": "Phaser.Sound.NoAudioSound", "longname": "Phaser.Sound.NoAudioSound#setMute", "scope": "instance", - "___id": "T000002R038348", + "___id": "T000002R038479", "___s": true }, { @@ -344494,7 +345120,7 @@ "filename": "NoAudioSound.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Sets the volume of this Sound.", @@ -344534,7 +345160,7 @@ "memberof": "Phaser.Sound.NoAudioSound", "longname": "Phaser.Sound.NoAudioSound#setVolume", "scope": "instance", - "___id": "T000002R038350", + "___id": "T000002R038481", "___s": true }, { @@ -344543,7 +345169,7 @@ "filename": "NoAudioSound.js", "lineno": 376, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Sets the playback rate of this Sound.\r\rFor example, a value of 1.0 plays the audio at full speed, 0.5 plays the audio at half speed\rand 2.0 doubles the audios playback speed.", @@ -344583,7 +345209,7 @@ "memberof": "Phaser.Sound.NoAudioSound", "longname": "Phaser.Sound.NoAudioSound#setRate", "scope": "instance", - "___id": "T000002R038352", + "___id": "T000002R038483", "___s": true }, { @@ -344592,7 +345218,7 @@ "filename": "NoAudioSound.js", "lineno": 391, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Sets the detune value of this Sound, given in [cents](https://en.wikipedia.org/wiki/Cent_%28music%29).\rThe range of the value is -1200 to 1200, but we recommend setting it to [50](https://en.wikipedia.org/wiki/50_Cent).", @@ -344632,7 +345258,7 @@ "memberof": "Phaser.Sound.NoAudioSound", "longname": "Phaser.Sound.NoAudioSound#setDetune", "scope": "instance", - "___id": "T000002R038354", + "___id": "T000002R038485", "___s": true }, { @@ -344641,7 +345267,7 @@ "filename": "NoAudioSound.js", "lineno": 404, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Seeks to a specific point in this sound.", @@ -344681,7 +345307,7 @@ "memberof": "Phaser.Sound.NoAudioSound", "longname": "Phaser.Sound.NoAudioSound#setSeek", "scope": "instance", - "___id": "T000002R038356", + "___id": "T000002R038487", "___s": true }, { @@ -344690,7 +345316,7 @@ "filename": "NoAudioSound.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Sets the loop state of this Sound.", @@ -344730,7 +345356,7 @@ "memberof": "Phaser.Sound.NoAudioSound", "longname": "Phaser.Sound.NoAudioSound#setLoop", "scope": "instance", - "___id": "T000002R038358", + "___id": "T000002R038489", "___s": true }, { @@ -344739,7 +345365,7 @@ "filename": "NoAudioSound.js", "lineno": 428, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Sets the pan of this sound, a value between -1 (full left pan) and 1 (full right pan).\r\rNote: iOS / Safari doesn't support the stereo panner node.", @@ -344779,7 +345405,7 @@ "memberof": "Phaser.Sound.NoAudioSound", "longname": "Phaser.Sound.NoAudioSound#setPan", "scope": "instance", - "___id": "T000002R038360", + "___id": "T000002R038491", "___s": true }, { @@ -344788,7 +345414,7 @@ "filename": "NoAudioSound.js", "lineno": 442, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Method used internally for applying config values to some of the sound properties.", @@ -344798,7 +345424,7 @@ "memberof": "Phaser.Sound.NoAudioSound", "longname": "Phaser.Sound.NoAudioSound#applyConfig", "scope": "instance", - "___id": "T000002R038362", + "___id": "T000002R038493", "___s": true }, { @@ -344807,7 +345433,7 @@ "filename": "NoAudioSound.js", "lineno": 450, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Method used internally for resetting values of some of the config properties.", @@ -344817,7 +345443,7 @@ "memberof": "Phaser.Sound.NoAudioSound", "longname": "Phaser.Sound.NoAudioSound#resetConfig", "scope": "instance", - "___id": "T000002R038364", + "___id": "T000002R038495", "___s": true }, { @@ -344826,7 +345452,7 @@ "filename": "NoAudioSound.js", "lineno": 458, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Update method called automatically by sound manager on every game step.", @@ -344865,7 +345491,7 @@ "memberof": "Phaser.Sound.NoAudioSound", "longname": "Phaser.Sound.NoAudioSound#update", "scope": "instance", - "___id": "T000002R038366", + "___id": "T000002R038497", "___s": true }, { @@ -344874,7 +345500,7 @@ "filename": "NoAudioSound.js", "lineno": 470, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Method used internally to calculate total playback rate of the sound.", @@ -344884,7 +345510,7 @@ "memberof": "Phaser.Sound.NoAudioSound", "longname": "Phaser.Sound.NoAudioSound#calculateRate", "scope": "instance", - "___id": "T000002R038368", + "___id": "T000002R038499", "___s": true }, { @@ -344893,7 +345519,7 @@ "filename": "NoAudioSound.js", "lineno": 478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Destroys this sound and all associated events and marks it for removal from the sound manager.", @@ -344907,7 +345533,7 @@ "longname": "Phaser.Sound.NoAudioSound#destroy", "scope": "instance", "overrides": "Phaser.Events.EventEmitter#destroy", - "___id": "T000002R038370", + "___id": "T000002R038501", "___s": true }, { @@ -344916,7 +345542,7 @@ "filename": "NoAudioSoundManager.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "classdesc": "No-audio implementation of the Sound Manager. It is used if audio has been\rdisabled in the game config or the device doesn't support any audio.\r\rIt represents a graceful degradation of Sound Manager logic that provides\rminimal functionality and prevents Phaser projects that use audio from\rbreaking on devices that don't support any audio playback technologies.", @@ -344944,7 +345570,7 @@ ], "scope": "static", "longname": "Phaser.Sound.NoAudioSoundManager", - "___id": "T000002R038378", + "___id": "T000002R038509", "___s": true }, { @@ -344953,7 +345579,7 @@ "filename": "NoAudioSoundManager.js", "lineno": 51, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Adds a new sound into the sound manager.", @@ -345007,7 +345633,7 @@ "longname": "Phaser.Sound.NoAudioSoundManager#add", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#add", - "___id": "T000002R038390", + "___id": "T000002R038521", "___s": true }, { @@ -345016,7 +345642,7 @@ "filename": "NoAudioSoundManager.js", "lineno": 71, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Adds a new audio sprite sound into the sound manager.\rAudio Sprites are a combination of audio files and a JSON configuration.\rThe JSON follows the format of that created by https://github.com/tonistiigi/audiosprite", @@ -345070,7 +345696,7 @@ "longname": "Phaser.Sound.NoAudioSoundManager#addAudioSprite", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#addAudioSprite", - "___id": "T000002R038393", + "___id": "T000002R038524", "___s": true }, { @@ -345079,7 +345705,7 @@ "filename": "NoAudioSoundManager.js", "lineno": 93, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Gets the first sound in the manager matching the given key, if any.", @@ -345135,7 +345761,7 @@ "longname": "Phaser.Sound.NoAudioSoundManager#get", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#get", - "___id": "T000002R038397", + "___id": "T000002R038528", "___s": true }, { @@ -345144,7 +345770,7 @@ "filename": "NoAudioSoundManager.js", "lineno": 111, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Gets any sounds in the manager matching the given key.", @@ -345207,7 +345833,7 @@ "longname": "Phaser.Sound.NoAudioSoundManager#getAll", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#getAll", - "___id": "T000002R038399", + "___id": "T000002R038530", "___s": true }, { @@ -345216,7 +345842,7 @@ "filename": "NoAudioSoundManager.js", "lineno": 129, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "This method does nothing but return 'false' for the No Audio Sound Manager, to maintain\rcompatibility with the other Sound Managers.", @@ -345280,7 +345906,7 @@ "longname": "Phaser.Sound.NoAudioSoundManager#play", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#play", - "___id": "T000002R038401", + "___id": "T000002R038532", "___s": true }, { @@ -345289,7 +345915,7 @@ "filename": "NoAudioSoundManager.js", "lineno": 147, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "This method does nothing but return 'false' for the No Audio Sound Manager, to maintain\rcompatibility with the other Sound Managers.", @@ -345356,7 +345982,7 @@ "longname": "Phaser.Sound.NoAudioSoundManager#playAudioSprite", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#playAudioSprite", - "___id": "T000002R038403", + "___id": "T000002R038534", "___s": true }, { @@ -345365,7 +345991,7 @@ "filename": "NoAudioSoundManager.js", "lineno": 166, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Removes a sound from the sound manager.\rThe removed sound is destroyed before removal.", @@ -345405,7 +346031,7 @@ "longname": "Phaser.Sound.NoAudioSoundManager#remove", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#remove", - "___id": "T000002R038405", + "___id": "T000002R038536", "___s": true }, { @@ -345414,7 +346040,7 @@ "filename": "NoAudioSoundManager.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Removes all sounds from the manager, destroying the sounds.", @@ -345425,7 +346051,7 @@ "longname": "Phaser.Sound.NoAudioSoundManager#removeAll", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#removeAll", - "___id": "T000002R038407", + "___id": "T000002R038538", "___s": true }, { @@ -345434,7 +346060,7 @@ "filename": "NoAudioSoundManager.js", "lineno": 193, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Removes all sounds from the sound manager that have an asset key matching the given value.\rThe removed sounds are destroyed before removal.", @@ -345474,7 +346100,7 @@ "longname": "Phaser.Sound.NoAudioSoundManager#removeByKey", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#removeByKey", - "___id": "T000002R038409", + "___id": "T000002R038540", "___s": true }, { @@ -345483,7 +346109,7 @@ "filename": "NoAudioSoundManager.js", "lineno": 209, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Stops any sounds matching the given key.", @@ -345523,7 +346149,7 @@ "longname": "Phaser.Sound.NoAudioSoundManager#stopByKey", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#stopByKey", - "___id": "T000002R038411", + "___id": "T000002R038542", "___s": true }, { @@ -345532,7 +346158,7 @@ "filename": "NoAudioSoundManager.js", "lineno": 224, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Empty function for the No Audio Sound Manager.", @@ -345543,7 +346169,7 @@ "longname": "Phaser.Sound.NoAudioSoundManager#onBlur", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#onBlur", - "___id": "T000002R038413", + "___id": "T000002R038544", "___s": true }, { @@ -345552,7 +346178,7 @@ "filename": "NoAudioSoundManager.js", "lineno": 232, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Empty function for the No Audio Sound Manager.", @@ -345563,7 +346189,7 @@ "longname": "Phaser.Sound.NoAudioSoundManager#onFocus", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#onFocus", - "___id": "T000002R038415", + "___id": "T000002R038546", "___s": true }, { @@ -345572,7 +346198,7 @@ "filename": "NoAudioSoundManager.js", "lineno": 240, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Empty function for the No Audio Sound Manager.", @@ -345583,7 +346209,7 @@ "longname": "Phaser.Sound.NoAudioSoundManager#onGameBlur", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#onGameBlur", - "___id": "T000002R038417", + "___id": "T000002R038548", "___s": true }, { @@ -345592,7 +346218,7 @@ "filename": "NoAudioSoundManager.js", "lineno": 248, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Empty function for the No Audio Sound Manager.", @@ -345603,7 +346229,7 @@ "longname": "Phaser.Sound.NoAudioSoundManager#onGameFocus", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#onGameFocus", - "___id": "T000002R038419", + "___id": "T000002R038550", "___s": true }, { @@ -345612,7 +346238,7 @@ "filename": "NoAudioSoundManager.js", "lineno": 256, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Empty function for the No Audio Sound Manager.", @@ -345623,7 +346249,7 @@ "longname": "Phaser.Sound.NoAudioSoundManager#pauseAll", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#pauseAll", - "___id": "T000002R038421", + "___id": "T000002R038552", "___s": true }, { @@ -345632,7 +346258,7 @@ "filename": "NoAudioSoundManager.js", "lineno": 264, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Empty function for the No Audio Sound Manager.", @@ -345643,7 +346269,7 @@ "longname": "Phaser.Sound.NoAudioSoundManager#resumeAll", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#resumeAll", - "___id": "T000002R038423", + "___id": "T000002R038554", "___s": true }, { @@ -345652,7 +346278,7 @@ "filename": "NoAudioSoundManager.js", "lineno": 272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Empty function for the No Audio Sound Manager.", @@ -345663,7 +346289,7 @@ "longname": "Phaser.Sound.NoAudioSoundManager#stopAll", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#stopAll", - "___id": "T000002R038425", + "___id": "T000002R038556", "___s": true }, { @@ -345672,7 +346298,7 @@ "filename": "NoAudioSoundManager.js", "lineno": 280, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Empty function for the No Audio Sound Manager.", @@ -345683,7 +346309,7 @@ "longname": "Phaser.Sound.NoAudioSoundManager#update", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#update", - "___id": "T000002R038427", + "___id": "T000002R038558", "___s": true }, { @@ -345692,7 +346318,7 @@ "filename": "NoAudioSoundManager.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Empty function for the No Audio Sound Manager.", @@ -345718,7 +346344,7 @@ "longname": "Phaser.Sound.NoAudioSoundManager#setRate", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#setRate", - "___id": "T000002R038429", + "___id": "T000002R038560", "___s": true }, { @@ -345727,7 +346353,7 @@ "filename": "NoAudioSoundManager.js", "lineno": 298, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Empty function for the No Audio Sound Manager.", @@ -345753,7 +346379,7 @@ "longname": "Phaser.Sound.NoAudioSoundManager#setDetune", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#setDetune", - "___id": "T000002R038431", + "___id": "T000002R038562", "___s": true }, { @@ -345762,7 +346388,7 @@ "filename": "NoAudioSoundManager.js", "lineno": 308, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Empty function for the No Audio Sound Manager.", @@ -345772,7 +346398,7 @@ "memberof": "Phaser.Sound.NoAudioSoundManager", "longname": "Phaser.Sound.NoAudioSoundManager#setMute", "scope": "instance", - "___id": "T000002R038433", + "___id": "T000002R038564", "___s": true }, { @@ -345781,7 +346407,7 @@ "filename": "NoAudioSoundManager.js", "lineno": 316, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Empty function for the No Audio Sound Manager.", @@ -345791,7 +346417,7 @@ "memberof": "Phaser.Sound.NoAudioSoundManager", "longname": "Phaser.Sound.NoAudioSoundManager#setVolume", "scope": "instance", - "___id": "T000002R038435", + "___id": "T000002R038566", "___s": true }, { @@ -345800,7 +346426,7 @@ "filename": "NoAudioSoundManager.js", "lineno": 324, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Empty function for the No Audio Sound Manager.", @@ -345811,7 +346437,7 @@ "longname": "Phaser.Sound.NoAudioSoundManager#unlock", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#unlock", - "___id": "T000002R038437", + "___id": "T000002R038568", "___s": true }, { @@ -345820,7 +346446,7 @@ "filename": "NoAudioSoundManager.js", "lineno": 347, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\noaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\noaudio", "code": {} }, "description": "Destroys all the sounds in the game and all associated events.", @@ -345831,7 +346457,7 @@ "longname": "Phaser.Sound.NoAudioSoundManager#destroy", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#destroy", - "___id": "T000002R038441", + "___id": "T000002R038572", "___s": true }, { @@ -345840,7 +346466,7 @@ "filename": "SoundManagerCreator.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "description": "Creates a Web Audio, HTML5 Audio or No Audio Sound Manager based on config and device settings.\r\rBe aware of https://developers.google.com/web/updates/2017/09/autoplay-policy-changes", @@ -345894,16 +346520,16 @@ "memberof": "Phaser.Sound", "longname": "Phaser.Sound.SoundManagerCreator", "scope": "static", - "___id": "T000002R038447", + "___id": "T000002R038578", "___s": true }, { - "comment": "/**\n * Audio sprite sound type.\n *\n * @typedef {object} Phaser.Types.Sound.AudioSpriteSound\n * @since 3.0.0\n *\n * @property {object} spritemap - Local reference to 'spritemap' object form json file generated by audiosprite tool.\n */", + "comment": "/**\r\n * Audio sprite sound type.\r\n *\r\n * @typedef {object} Phaser.Types.Sound.AudioSpriteSound\r\n * @since 3.0.0\r\n *\r\n * @property {object} spritemap - Local reference to 'spritemap' object form json file generated by audiosprite tool.\r\n */", "meta": { "filename": "AudioSpriteSound.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\typedefs", "code": {} }, "description": "Audio sprite sound type.", @@ -345937,19 +346563,19 @@ "memberof": "Phaser.Types.Sound", "longname": "Phaser.Types.Sound.AudioSpriteSound", "scope": "static", - "___id": "T000002R038453", + "___id": "T000002R038584", "___s": true }, { - "comment": "/**\n * A Audio Data object.\n * \n * You can pass an array of these objects to the WebAudioSoundManager `decodeAudio` method to have it decode\n * them all at once.\n *\n * @typedef {object} Phaser.Types.Sound.DecodeAudioConfig\n * @since 3.18.0\n *\n * @property {string} key - The string-based key to be used to reference the decoded audio in the audio cache.\n * @property {(ArrayBuffer|string)} data - The audio data, either a base64 encoded string, an audio media-type data uri, or an ArrayBuffer instance.\n */", + "comment": "/**\r\n * A Audio Data object.\r\n * \r\n * You can pass an array of these objects to the WebAudioSoundManager `decodeAudio` method to have it decode\r\n * them all at once.\r\n *\r\n * @typedef {object} Phaser.Types.Sound.DecodeAudioConfig\r\n * @since 3.18.0\r\n *\r\n * @property {string} key - The string-based key to be used to reference the decoded audio in the audio cache.\r\n * @property {(ArrayBuffer|string)} data - The audio data, either a base64 encoded string, an audio media-type data uri, or an ArrayBuffer instance.\r\n */", "meta": { "filename": "DecodeAudioConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\typedefs", "code": {} }, - "description": "A Audio Data object.\n\nYou can pass an array of these objects to the WebAudioSoundManager `decodeAudio` method to have it decode\nthem all at once.", + "description": "A Audio Data object.\r\rYou can pass an array of these objects to the WebAudioSoundManager `decodeAudio` method to have it decode\rthem all at once.", "kind": "typedef", "name": "DecodeAudioConfig", "type": { @@ -346003,16 +346629,16 @@ "memberof": "Phaser.Types.Sound", "longname": "Phaser.Types.Sound.DecodeAudioConfig", "scope": "static", - "___id": "T000002R038454", + "___id": "T000002R038585", "___s": true }, { - "comment": "/**\n * @callback Phaser.Types.Sound.EachActiveSoundCallback\n * @since 3.0.0\n *\n * @param {Phaser.Sound.BaseSoundManager} manager - The SoundManager\n * @param {Phaser.Sound.BaseSound} sound - The current active Sound\n * @param {number} index - The index of the current active Sound\n * @param {Phaser.Sound.BaseSound[]} sounds - All sounds\n */", + "comment": "/**\r\n * @callback Phaser.Types.Sound.EachActiveSoundCallback\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Sound.BaseSoundManager} manager - The SoundManager\r\n * @param {Phaser.Sound.BaseSound} sound - The current active Sound\r\n * @param {number} index - The index of the current active Sound\r\n * @param {Phaser.Sound.BaseSound[]} sounds - All sounds\r\n */", "meta": { "filename": "EachActiveSoundCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\typedefs", "code": {} }, "kind": "typedef", @@ -346089,7 +346715,7 @@ "memberof": "Phaser.Types.Sound", "longname": "Phaser.Types.Sound.EachActiveSoundCallback", "scope": "static", - "___id": "T000002R038455", + "___id": "T000002R038586", "___s": true }, { @@ -346098,7 +346724,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\typedefs", "code": {} }, "kind": "namespace", @@ -346106,7 +346732,7 @@ "memberof": "Phaser.Types", "longname": "Phaser.Types.Sound", "scope": "static", - "___id": "T000002R038456", + "___id": "T000002R038587", "___s": true }, { @@ -346115,7 +346741,7 @@ "filename": "SoundConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\typedefs", "code": {} }, "description": "Config object containing various sound settings.", @@ -346271,16 +346897,16 @@ "memberof": "Phaser.Types.Sound", "longname": "Phaser.Types.Sound.SoundConfig", "scope": "static", - "___id": "T000002R038457", + "___id": "T000002R038588", "___s": true }, { - "comment": "/**\n * Marked section of a sound represented by name, and optionally start time, duration, and config object.\n *\n * @typedef {object} Phaser.Types.Sound.SoundMarker\n * @since 3.0.0\n *\n * @property {string} name - Unique identifier of a sound marker.\n * @property {number} [start=0] - Sound position offset at witch playback should start.\n * @property {number} [duration] - Playback duration of this marker.\n * @property {Phaser.Types.Sound.SoundConfig} [config] - An optional config object containing default marker settings.\n */", + "comment": "/**\r\n * Marked section of a sound represented by name, and optionally start time, duration, and config object.\r\n *\r\n * @typedef {object} Phaser.Types.Sound.SoundMarker\r\n * @since 3.0.0\r\n *\r\n * @property {string} name - Unique identifier of a sound marker.\r\n * @property {number} [start=0] - Sound position offset at witch playback should start.\r\n * @property {number} [duration] - Playback duration of this marker.\r\n * @property {Phaser.Types.Sound.SoundConfig} [config] - An optional config object containing default marker settings.\r\n */", "meta": { "filename": "SoundMarker.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\typedefs", "code": {} }, "description": "Marked section of a sound represented by name, and optionally start time, duration, and config object.", @@ -346357,7 +346983,7 @@ "memberof": "Phaser.Types.Sound", "longname": "Phaser.Types.Sound.SoundMarker", "scope": "static", - "___id": "T000002R038458", + "___id": "T000002R038589", "___s": true }, { @@ -346366,7 +346992,7 @@ "filename": "SpatialSoundConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\typedefs", "code": {} }, "description": "Config object containing settings for the source of the spatial sound.\r\rSee https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API/Web_audio_spatialization_basics", @@ -346636,7 +347262,7 @@ "memberof": "Phaser.Types.Sound", "longname": "Phaser.Types.Sound.SpatialSoundConfig", "scope": "static", - "___id": "T000002R038459", + "___id": "T000002R038590", "___s": true }, { @@ -346645,7 +347271,7 @@ "filename": "WebAudioDecodeEntry.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\typedefs", "code": {} }, "description": "An entry in the Web Audio Decoding Queue.", @@ -346718,7 +347344,7 @@ "memberof": "Phaser.Types.Sound", "longname": "Phaser.Types.Sound.WebAudioDecodeEntry", "scope": "static", - "___id": "T000002R038460", + "___id": "T000002R038591", "___s": true }, { @@ -346727,7 +347353,7 @@ "filename": "WebAudioSound.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "classdesc": "Web Audio API implementation of the sound.", @@ -346783,7 +347409,7 @@ ], "scope": "static", "longname": "Phaser.Sound.WebAudioSound", - "___id": "T000002R038465", + "___id": "T000002R038596", "___s": true }, { @@ -346792,7 +347418,7 @@ "filename": "WebAudioSound.js", "lineno": 37, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Audio buffer containing decoded data of the audio asset to be played.", @@ -346811,7 +347437,7 @@ "longname": "Phaser.Sound.WebAudioSound#audioBuffer", "scope": "instance", "kind": "member", - "___id": "T000002R038470", + "___id": "T000002R038601", "___s": true }, { @@ -346820,7 +347446,7 @@ "filename": "WebAudioSound.js", "lineno": 51, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "A reference to an audio source node used for playing back audio from\raudio data stored in Phaser.Sound.WebAudioSound#audioBuffer.", @@ -346840,7 +347466,7 @@ "longname": "Phaser.Sound.WebAudioSound#source", "scope": "instance", "kind": "member", - "___id": "T000002R038472", + "___id": "T000002R038603", "___s": true }, { @@ -346849,7 +347475,7 @@ "filename": "WebAudioSound.js", "lineno": 62, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "A reference to a second audio source used for gapless looped playback.", @@ -346869,7 +347495,7 @@ "longname": "Phaser.Sound.WebAudioSound#loopSource", "scope": "instance", "kind": "member", - "___id": "T000002R038474", + "___id": "T000002R038605", "___s": true }, { @@ -346878,7 +347504,7 @@ "filename": "WebAudioSound.js", "lineno": 72, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Gain node responsible for controlling this sound's muting.", @@ -346897,7 +347523,7 @@ "longname": "Phaser.Sound.WebAudioSound#muteNode", "scope": "instance", "kind": "member", - "___id": "T000002R038476", + "___id": "T000002R038607", "___s": true }, { @@ -346906,7 +347532,7 @@ "filename": "WebAudioSound.js", "lineno": 81, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Gain node responsible for controlling this sound's volume.", @@ -346925,7 +347551,7 @@ "longname": "Phaser.Sound.WebAudioSound#volumeNode", "scope": "instance", "kind": "member", - "___id": "T000002R038478", + "___id": "T000002R038609", "___s": true }, { @@ -346934,7 +347560,7 @@ "filename": "WebAudioSound.js", "lineno": 90, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Panner node responsible for controlling this sound's pan.\r\rDoesn't work on iOS / Safari.", @@ -346953,7 +347579,7 @@ "longname": "Phaser.Sound.WebAudioSound#pannerNode", "scope": "instance", "kind": "member", - "___id": "T000002R038480", + "___id": "T000002R038611", "___s": true }, { @@ -346962,7 +347588,7 @@ "filename": "WebAudioSound.js", "lineno": 101, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "The Stereo Spatial Panner node.", @@ -346981,7 +347607,7 @@ "longname": "Phaser.Sound.WebAudioSound#spatialNode", "scope": "instance", "kind": "member", - "___id": "T000002R038482", + "___id": "T000002R038613", "___s": true }, { @@ -346990,7 +347616,7 @@ "filename": "WebAudioSound.js", "lineno": 110, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "If the Spatial Panner node has been set to track a vector or\rGame Object, this retains a reference to it.", @@ -347009,7 +347635,7 @@ "longname": "Phaser.Sound.WebAudioSound#spatialSource", "scope": "instance", "kind": "member", - "___id": "T000002R038484", + "___id": "T000002R038615", "___s": true }, { @@ -347018,7 +347644,7 @@ "filename": "WebAudioSound.js", "lineno": 120, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "The time at which the sound should have started playback from the beginning.\r\rTreat this property as read-only.\r\rBased on `BaseAudioContext.currentTime` value.", @@ -347038,7 +347664,7 @@ "longname": "Phaser.Sound.WebAudioSound#playTime", "scope": "instance", "kind": "member", - "___id": "T000002R038486", + "___id": "T000002R038617", "___s": true }, { @@ -347047,7 +347673,7 @@ "filename": "WebAudioSound.js", "lineno": 134, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "The time at which the sound source should have actually started playback.\r\rTreat this property as read-only.\r\rBased on `BaseAudioContext.currentTime` value.", @@ -347067,7 +347693,7 @@ "longname": "Phaser.Sound.WebAudioSound#startTime", "scope": "instance", "kind": "member", - "___id": "T000002R038488", + "___id": "T000002R038619", "___s": true }, { @@ -347076,7 +347702,7 @@ "filename": "WebAudioSound.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "The time at which the sound loop source should actually start playback.\r\rBased on `BaseAudioContext.currentTime` value.", @@ -347096,7 +347722,7 @@ "longname": "Phaser.Sound.WebAudioSound#loopTime", "scope": "instance", "kind": "member", - "___id": "T000002R038490", + "___id": "T000002R038621", "___s": true }, { @@ -347105,7 +347731,7 @@ "filename": "WebAudioSound.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "An array where we keep track of all rate updates during playback.\r\rTreat this property as read-only.\r\rArray of object types: `{ time: number, rate: number }`", @@ -347125,7 +347751,7 @@ "longname": "Phaser.Sound.WebAudioSound#rateUpdates", "scope": "instance", "kind": "member", - "___id": "T000002R038492", + "___id": "T000002R038623", "___s": true }, { @@ -347134,7 +347760,7 @@ "filename": "WebAudioSound.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Used for keeping track when sound source playback has ended\rso its state can be updated accordingly.", @@ -347155,7 +347781,7 @@ "longname": "Phaser.Sound.WebAudioSound#hasEnded", "scope": "instance", "kind": "member", - "___id": "T000002R038494", + "___id": "T000002R038625", "___s": true }, { @@ -347164,7 +347790,7 @@ "filename": "WebAudioSound.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Used for keeping track when sound source has looped\rso its state can be updated accordingly.", @@ -347185,7 +347811,7 @@ "longname": "Phaser.Sound.WebAudioSound#hasLooped", "scope": "instance", "kind": "member", - "___id": "T000002R038496", + "___id": "T000002R038627", "___s": true }, { @@ -347194,7 +347820,7 @@ "filename": "WebAudioSound.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Play this sound, or a marked section of it.\r\rIt always plays the sound from the start. If you want to start playback from a specific time\ryou can set 'seek' setting of the config object, provided to this call, to that value.\r\rIf you want to play the same sound simultaneously, then you need to create another instance\rof it and play that Sound.", @@ -347263,7 +347889,7 @@ "longname": "Phaser.Sound.WebAudioSound#play", "scope": "instance", "overrides": "Phaser.Sound.BaseSound#play", - "___id": "T000002R038502", + "___id": "T000002R038633", "___s": true }, { @@ -347272,7 +347898,7 @@ "filename": "WebAudioSound.js", "lineno": 272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Pauses the sound.", @@ -347300,7 +347926,7 @@ "longname": "Phaser.Sound.WebAudioSound#pause", "scope": "instance", "overrides": "Phaser.Sound.BaseSound#pause", - "___id": "T000002R038504", + "___id": "T000002R038635", "___s": true }, { @@ -347309,7 +347935,7 @@ "filename": "WebAudioSound.js", "lineno": 302, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Resumes the sound.", @@ -347337,7 +347963,7 @@ "longname": "Phaser.Sound.WebAudioSound#resume", "scope": "instance", "overrides": "Phaser.Sound.BaseSound#resume", - "___id": "T000002R038507", + "___id": "T000002R038638", "___s": true }, { @@ -347346,7 +347972,7 @@ "filename": "WebAudioSound.js", "lineno": 331, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Stop playing this sound.", @@ -347374,7 +348000,7 @@ "longname": "Phaser.Sound.WebAudioSound#stop", "scope": "instance", "overrides": "Phaser.Sound.BaseSound#stop", - "___id": "T000002R038509", + "___id": "T000002R038640", "___s": true }, { @@ -347383,7 +348009,7 @@ "filename": "WebAudioSound.js", "lineno": 381, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "This method is only used internally and it creates a looping buffer source.", @@ -347393,7 +348019,7 @@ "memberof": "Phaser.Sound.WebAudioSound", "longname": "Phaser.Sound.WebAudioSound#createAndStartLoopBufferSource", "scope": "instance", - "___id": "T000002R038521", + "___id": "T000002R038652", "___s": true }, { @@ -347402,7 +348028,7 @@ "filename": "WebAudioSound.js", "lineno": 399, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "This method is only used internally and it creates a buffer source.", @@ -347425,7 +348051,7 @@ "memberof": "Phaser.Sound.WebAudioSound", "longname": "Phaser.Sound.WebAudioSound#createBufferSource", "scope": "instance", - "___id": "T000002R038528", + "___id": "T000002R038659", "___s": true }, { @@ -347434,7 +348060,7 @@ "filename": "WebAudioSound.js", "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "This method is only used internally and it stops and removes a buffer source.", @@ -347444,7 +348070,7 @@ "memberof": "Phaser.Sound.WebAudioSound", "longname": "Phaser.Sound.WebAudioSound#stopAndRemoveBufferSource", "scope": "instance", - "___id": "T000002R038536", + "___id": "T000002R038667", "___s": true }, { @@ -347453,7 +348079,7 @@ "filename": "WebAudioSound.js", "lineno": 462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "This method is only used internally and it stops and removes a looping buffer source.", @@ -347463,7 +348089,7 @@ "memberof": "Phaser.Sound.WebAudioSound", "longname": "Phaser.Sound.WebAudioSound#stopAndRemoveLoopBufferSource", "scope": "instance", - "___id": "T000002R038543", + "___id": "T000002R038674", "___s": true }, { @@ -347472,7 +348098,7 @@ "filename": "WebAudioSound.js", "lineno": 480, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Method used internally for applying config values to some of the sound properties.", @@ -347483,7 +348109,7 @@ "longname": "Phaser.Sound.WebAudioSound#applyConfig", "scope": "instance", "overrides": "Phaser.Sound.BaseSound#applyConfig", - "___id": "T000002R038547", + "___id": "T000002R038678", "___s": true }, { @@ -347492,7 +348118,7 @@ "filename": "WebAudioSound.js", "lineno": 526, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Sets the x position of this Sound in Spatial Audio space.\r\rThis only has any effect if the sound was created with a SpatialSoundConfig object.\r\rAlso see the `WebAudioSoundManager.setListenerPosition` method.\r\rIf you find that the sound becomes too quiet, too quickly, as it moves away from\rthe listener, then try different `refDistance` property values when configuring\rthe spatial sound.", @@ -347511,7 +348137,7 @@ "longname": "Phaser.Sound.WebAudioSound#x", "scope": "instance", "kind": "member", - "___id": "T000002R038569", + "___id": "T000002R038700", "___s": true }, { @@ -347520,7 +348146,7 @@ "filename": "WebAudioSound.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Sets the y position of this Sound in Spatial Audio space.\r\rThis only has any effect if the sound was created with a SpatialSoundConfig object.\r\rAlso see the `WebAudioSoundManager.setListenerPosition` method.\r\rIf you find that the sound becomes too quiet, too quickly, as it moves away from\rthe listener, then try different `refDistance` property values when configuring\rthe spatial sound.", @@ -347539,7 +348165,7 @@ "longname": "Phaser.Sound.WebAudioSound#y", "scope": "instance", "kind": "member", - "___id": "T000002R038574", + "___id": "T000002R038705", "___s": true }, { @@ -347548,7 +348174,7 @@ "filename": "WebAudioSound.js", "lineno": 602, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Update method called automatically by sound manager on every game step.", @@ -347563,7 +348189,7 @@ "longname": "Phaser.Sound.WebAudioSound#update", "scope": "instance", "overrides": "Phaser.Sound.BaseSound#update", - "___id": "T000002R038579", + "___id": "T000002R038710", "___s": true }, { @@ -347572,7 +348198,7 @@ "filename": "WebAudioSound.js", "lineno": 654, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Calls Phaser.Sound.BaseSound#destroy method\rand cleans up all Web Audio API related stuff.", @@ -347583,7 +348209,7 @@ "longname": "Phaser.Sound.WebAudioSound#destroy", "scope": "instance", "overrides": "Phaser.Sound.BaseSound#destroy", - "___id": "T000002R038595", + "___id": "T000002R038726", "___s": true }, { @@ -347592,7 +348218,7 @@ "filename": "WebAudioSound.js", "lineno": 694, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Method used internally to calculate total playback rate of the sound.", @@ -347603,7 +348229,7 @@ "longname": "Phaser.Sound.WebAudioSound#calculateRate", "scope": "instance", "overrides": "Phaser.Sound.BaseSound#calculateRate", - "___id": "T000002R038605", + "___id": "T000002R038736", "___s": true }, { @@ -347612,7 +348238,7 @@ "filename": "WebAudioSound.js", "lineno": 726, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Method used internally for calculating current playback time of a playing sound.", @@ -347622,7 +348248,7 @@ "memberof": "Phaser.Sound.WebAudioSound", "longname": "Phaser.Sound.WebAudioSound#getCurrentTime", "scope": "instance", - "___id": "T000002R038610", + "___id": "T000002R038741", "___s": true }, { @@ -347631,7 +348257,7 @@ "filename": "WebAudioSound.js", "lineno": 755, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Method used internally for calculating the time\rat witch the loop source should start playing.", @@ -347641,7 +348267,7 @@ "memberof": "Phaser.Sound.WebAudioSound", "longname": "Phaser.Sound.WebAudioSound#getLoopTime", "scope": "instance", - "___id": "T000002R038618", + "___id": "T000002R038749", "___s": true }, { @@ -347650,7 +348276,7 @@ "filename": "WebAudioSound.js", "lineno": 776, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Rate at which this Sound will be played.\rValue of 1.0 plays the audio at full speed, 0.5 plays the audio at half speed\rand 2.0 doubles the audios playback speed.", @@ -347673,7 +348299,7 @@ "longname": "Phaser.Sound.WebAudioSound#rate", "scope": "instance", "kind": "member", - "___id": "T000002R038624", + "___id": "T000002R038755", "___s": true }, { @@ -347682,7 +348308,7 @@ "filename": "WebAudioSound.js", "lineno": 805, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Sets the playback rate of this Sound.\r\rFor example, a value of 1.0 plays the audio at full speed, 0.5 plays the audio at half speed\rand 2.0 doubles the audios playback speed.", @@ -347725,7 +348351,7 @@ "memberof": "Phaser.Sound.WebAudioSound", "longname": "Phaser.Sound.WebAudioSound#setRate", "scope": "instance", - "___id": "T000002R038629", + "___id": "T000002R038760", "___s": true }, { @@ -347734,7 +348360,7 @@ "filename": "WebAudioSound.js", "lineno": 826, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "The detune value of this Sound, given in [cents](https://en.wikipedia.org/wiki/Cent_%28music%29).\rThe range of the value is -1200 to 1200, but we recommend setting it to [50](https://en.wikipedia.org/wiki/50_Cent).", @@ -347757,7 +348383,7 @@ "longname": "Phaser.Sound.WebAudioSound#detune", "scope": "instance", "kind": "member", - "___id": "T000002R038632", + "___id": "T000002R038763", "___s": true }, { @@ -347766,7 +348392,7 @@ "filename": "WebAudioSound.js", "lineno": 854, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Sets the detune value of this Sound, given in [cents](https://en.wikipedia.org/wiki/Cent_%28music%29).\rThe range of the value is -1200 to 1200, but we recommend setting it to [50](https://en.wikipedia.org/wiki/50_Cent).", @@ -347809,7 +348435,7 @@ "memberof": "Phaser.Sound.WebAudioSound", "longname": "Phaser.Sound.WebAudioSound#setDetune", "scope": "instance", - "___id": "T000002R038637", + "___id": "T000002R038768", "___s": true }, { @@ -347818,7 +348444,7 @@ "filename": "WebAudioSound.js", "lineno": 873, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Boolean indicating whether the sound is muted or not.\rGets or sets the muted state of this sound.", @@ -347841,7 +348467,7 @@ "longname": "Phaser.Sound.WebAudioSound#mute", "scope": "instance", "kind": "member", - "___id": "T000002R038640", + "___id": "T000002R038771", "___s": true }, { @@ -347850,7 +348476,7 @@ "filename": "WebAudioSound.js", "lineno": 900, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Sets the muted state of this Sound.", @@ -347893,7 +348519,7 @@ "memberof": "Phaser.Sound.WebAudioSound", "longname": "Phaser.Sound.WebAudioSound#setMute", "scope": "instance", - "___id": "T000002R038645", + "___id": "T000002R038776", "___s": true }, { @@ -347902,7 +348528,7 @@ "filename": "WebAudioSound.js", "lineno": 918, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Gets or sets the volume of this sound, a value between 0 (silence) and 1 (full volume).", @@ -347925,7 +348551,7 @@ "longname": "Phaser.Sound.WebAudioSound#volume", "scope": "instance", "kind": "member", - "___id": "T000002R038648", + "___id": "T000002R038779", "___s": true }, { @@ -347934,7 +348560,7 @@ "filename": "WebAudioSound.js", "lineno": 943, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Sets the volume of this Sound.", @@ -347977,7 +348603,7 @@ "memberof": "Phaser.Sound.WebAudioSound", "longname": "Phaser.Sound.WebAudioSound#setVolume", "scope": "instance", - "___id": "T000002R038653", + "___id": "T000002R038784", "___s": true }, { @@ -347986,7 +348612,7 @@ "filename": "WebAudioSound.js", "lineno": 961, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Property representing the position of playback for this sound, in seconds.\rSetting it to a specific value moves current playback to that position.\rThe value given is clamped to the range 0 to current marker duration.\rSetting seek of a stopped sound has no effect.", @@ -348008,7 +348634,7 @@ "longname": "Phaser.Sound.WebAudioSound#seek", "scope": "instance", "kind": "member", - "___id": "T000002R038656", + "___id": "T000002R038787", "___s": true }, { @@ -348017,7 +348643,7 @@ "filename": "WebAudioSound.js", "lineno": 1019, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Seeks to a specific point in this sound.", @@ -348060,7 +348686,7 @@ "memberof": "Phaser.Sound.WebAudioSound", "longname": "Phaser.Sound.WebAudioSound#setSeek", "scope": "instance", - "___id": "T000002R038662", + "___id": "T000002R038793", "___s": true }, { @@ -348069,7 +348695,7 @@ "filename": "WebAudioSound.js", "lineno": 1037, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Flag indicating whether or not the sound or current sound marker will loop.", @@ -348092,7 +348718,7 @@ "longname": "Phaser.Sound.WebAudioSound#loop", "scope": "instance", "kind": "member", - "___id": "T000002R038665", + "___id": "T000002R038796", "___s": true }, { @@ -348101,7 +348727,7 @@ "filename": "WebAudioSound.js", "lineno": 1071, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Sets the loop state of this Sound.", @@ -348144,7 +348770,7 @@ "memberof": "Phaser.Sound.WebAudioSound", "longname": "Phaser.Sound.WebAudioSound#setLoop", "scope": "instance", - "___id": "T000002R038670", + "___id": "T000002R038801", "___s": true }, { @@ -348153,7 +348779,7 @@ "filename": "WebAudioSound.js", "lineno": 1089, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Gets or sets the pan of this sound, a value between -1 (full left pan) and 1 (full right pan).\r\rAlways returns zero on iOS / Safari as it doesn't support the stereo panner node.", @@ -348176,7 +348802,7 @@ "longname": "Phaser.Sound.WebAudioSound#pan", "scope": "instance", "kind": "member", - "___id": "T000002R038673", + "___id": "T000002R038804", "___s": true }, { @@ -348185,7 +348811,7 @@ "filename": "WebAudioSound.js", "lineno": 1127, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Sets the pan of this sound, a value between -1 (full left pan) and 1 (full right pan).\r\rNote: iOS / Safari doesn't support the stereo panner node.", @@ -348228,7 +348854,7 @@ "memberof": "Phaser.Sound.WebAudioSound", "longname": "Phaser.Sound.WebAudioSound#setPan", "scope": "instance", - "___id": "T000002R038678", + "___id": "T000002R038809", "___s": true }, { @@ -348237,7 +348863,7 @@ "filename": "WebAudioSoundManager.js", "lineno": 16, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "classdesc": "Web Audio API implementation of the Sound Manager.\r\rNot all browsers can play all audio formats.\r\rThere is a good guide to what's supported: [Cross-browser audio basics: Audio codec support](https://developer.mozilla.org/en-US/Apps/Fundamentals/Audio_and_video_delivery/Cross-browser_audio_basics#Audio_Codec_Support).", @@ -348265,7 +348891,7 @@ ], "scope": "static", "longname": "Phaser.Sound.WebAudioSoundManager", - "___id": "T000002R038689", + "___id": "T000002R038820", "___s": true }, { @@ -348274,7 +348900,7 @@ "filename": "WebAudioSoundManager.js", "lineno": 40, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "The AudioContext being used for playback.", @@ -348293,7 +348919,7 @@ "longname": "Phaser.Sound.WebAudioSoundManager#context", "scope": "instance", "kind": "member", - "___id": "T000002R038693", + "___id": "T000002R038824", "___s": true }, { @@ -348302,7 +348928,7 @@ "filename": "WebAudioSoundManager.js", "lineno": 49, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Gain node responsible for controlling global muting.", @@ -348321,7 +348947,7 @@ "longname": "Phaser.Sound.WebAudioSoundManager#masterMuteNode", "scope": "instance", "kind": "member", - "___id": "T000002R038695", + "___id": "T000002R038826", "___s": true }, { @@ -348330,7 +348956,7 @@ "filename": "WebAudioSoundManager.js", "lineno": 58, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Gain node responsible for controlling global volume.", @@ -348349,7 +348975,7 @@ "longname": "Phaser.Sound.WebAudioSoundManager#masterVolumeNode", "scope": "instance", "kind": "member", - "___id": "T000002R038697", + "___id": "T000002R038828", "___s": true }, { @@ -348358,7 +348984,7 @@ "filename": "WebAudioSoundManager.js", "lineno": 71, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Destination node for connecting individual sounds to.", @@ -348377,7 +349003,7 @@ "longname": "Phaser.Sound.WebAudioSoundManager#destination", "scope": "instance", "kind": "member", - "___id": "T000002R038699", + "___id": "T000002R038830", "___s": true }, { @@ -348386,7 +349012,7 @@ "filename": "WebAudioSoundManager.js", "lineno": 94, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Method responsible for instantiating and returning AudioContext instance.\rIf an instance of an AudioContext class was provided through the game config,\rthat instance will be returned instead. This can come in handy if you are reloading\ra Phaser game on a page that never properly refreshes (such as in an SPA project)\rand you want to reuse already instantiated AudioContext.", @@ -348425,7 +349051,7 @@ "memberof": "Phaser.Sound.WebAudioSoundManager", "longname": "Phaser.Sound.WebAudioSoundManager#createAudioContext", "scope": "instance", - "___id": "T000002R038702", + "___id": "T000002R038833", "___s": true }, { @@ -348434,7 +349060,7 @@ "filename": "WebAudioSoundManager.js", "lineno": 129, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "This method takes a new AudioContext reference and then sets\rthis Sound Manager to use that context for all playback.\r\rAs part of this call it also disconnects the master mute and volume\rnodes and then re-creates them on the new given context.", @@ -348474,7 +349100,7 @@ "memberof": "Phaser.Sound.WebAudioSoundManager", "longname": "Phaser.Sound.WebAudioSoundManager#setAudioContext", "scope": "instance", - "___id": "T000002R038705", + "___id": "T000002R038836", "___s": true }, { @@ -348483,7 +349109,7 @@ "filename": "WebAudioSoundManager.js", "lineno": 173, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Adds a new sound into the sound manager.", @@ -348537,7 +349163,7 @@ "longname": "Phaser.Sound.WebAudioSoundManager#add", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#add", - "___id": "T000002R038711", + "___id": "T000002R038842", "___s": true }, { @@ -348546,7 +349172,7 @@ "filename": "WebAudioSoundManager.js", "lineno": 193, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Decode audio data into a format ready for playback via Web Audio.\r\rThe audio data can be a base64 encoded string, an audio media-type data uri, or an ArrayBuffer instance.\r\rThe `audioKey` is the key that will be used to save the decoded audio to the audio cache.\r\rInstead of passing a single entry you can instead pass an array of `Phaser.Types.Sound.DecodeAudioConfig`\robjects as the first and only argument.\r\rDecoding is an async process, so be sure to listen for the events to know when decoding has completed.\r\rOnce the audio has decoded it can be added to the Sound Manager or played via its key.", @@ -348619,7 +349245,7 @@ "memberof": "Phaser.Sound.WebAudioSoundManager", "longname": "Phaser.Sound.WebAudioSoundManager#decodeAudio", "scope": "instance", - "___id": "T000002R038714", + "___id": "T000002R038845", "___s": true }, { @@ -348628,7 +349254,7 @@ "filename": "WebAudioSoundManager.js", "lineno": 274, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Sets the X and Y position of the Spatial Audio listener on this Web Audios context.\r\rIf you call this method with no parameters it will default to the center-point of\rthe game canvas. Depending on the type of game you're making, you may need to call\rthis method constantly to reset the listener position as the camera scrolls.\r\rCalling this method does nothing on HTML5Audio.", @@ -348669,7 +349295,7 @@ "longname": "Phaser.Sound.WebAudioSoundManager#setListenerPosition", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#setListenerPosition", - "___id": "T000002R038730", + "___id": "T000002R038861", "___s": true }, { @@ -348678,7 +349304,7 @@ "filename": "WebAudioSoundManager.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Unlocks Web Audio API on the initial input event.\r\rRead more about how this issue is handled here in [this article](https://medium.com/@pgoloskokovic/unlocking-web-audio-the-smarter-way-8858218c0e09).", @@ -348689,7 +349315,7 @@ "longname": "Phaser.Sound.WebAudioSoundManager#unlock", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#unlock", - "___id": "T000002R038734", + "___id": "T000002R038865", "___s": true }, { @@ -348698,7 +349324,7 @@ "filename": "WebAudioSoundManager.js", "lineno": 346, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Method used internally for pausing sound manager if\rPhaser.Sound.WebAudioSoundManager#pauseOnBlur is set to true.", @@ -348710,7 +349336,7 @@ "longname": "Phaser.Sound.WebAudioSoundManager#onBlur", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#onBlur", - "___id": "T000002R038741", + "___id": "T000002R038872", "___s": true }, { @@ -348719,7 +349345,7 @@ "filename": "WebAudioSoundManager.js", "lineno": 362, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Method used internally for resuming sound manager if\rPhaser.Sound.WebAudioSoundManager#pauseOnBlur is set to true.", @@ -348731,7 +349357,7 @@ "longname": "Phaser.Sound.WebAudioSoundManager#onFocus", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#onFocus", - "___id": "T000002R038743", + "___id": "T000002R038874", "___s": true }, { @@ -348740,7 +349366,7 @@ "filename": "WebAudioSoundManager.js", "lineno": 380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Update method called on every game step.\r\rRemoves destroyed sounds and updates every active sound in the game.", @@ -348783,7 +349409,7 @@ "longname": "Phaser.Sound.WebAudioSoundManager#update", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#update", - "___id": "T000002R038746", + "___id": "T000002R038877", "___s": true }, { @@ -348792,7 +349418,7 @@ "filename": "WebAudioSoundManager.js", "lineno": 421, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Calls Phaser.Sound.BaseSoundManager#destroy method\rand cleans up all Web Audio API related stuff.", @@ -348803,7 +349429,7 @@ "longname": "Phaser.Sound.WebAudioSoundManager#destroy", "scope": "instance", "overrides": "Phaser.Sound.BaseSoundManager#destroy", - "___id": "T000002R038755", + "___id": "T000002R038886", "___s": true }, { @@ -348812,7 +349438,7 @@ "filename": "WebAudioSoundManager.js", "lineno": 453, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Sets the muted state of all this Sound Manager.", @@ -348854,7 +349480,7 @@ "memberof": "Phaser.Sound.WebAudioSoundManager", "longname": "Phaser.Sound.WebAudioSoundManager#setMute", "scope": "instance", - "___id": "T000002R038762", + "___id": "T000002R038893", "___s": true }, { @@ -348863,7 +349489,7 @@ "filename": "WebAudioSoundManager.js", "lineno": 471, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "name": "mute", @@ -348885,7 +349511,7 @@ "scope": "instance", "kind": "member", "overrides": "Phaser.Sound.BaseSoundManager#mute", - "___id": "T000002R038765", + "___id": "T000002R038896", "___s": true }, { @@ -348894,7 +349520,7 @@ "filename": "WebAudioSoundManager.js", "lineno": 493, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "description": "Sets the volume of this Sound Manager.", @@ -348936,7 +349562,7 @@ "memberof": "Phaser.Sound.WebAudioSoundManager", "longname": "Phaser.Sound.WebAudioSoundManager#setVolume", "scope": "instance", - "___id": "T000002R038769", + "___id": "T000002R038900", "___s": true }, { @@ -348945,7 +349571,7 @@ "filename": "WebAudioSoundManager.js", "lineno": 511, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound\\webaudio", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound\\webaudio", "code": {} }, "name": "volume", @@ -348967,7 +349593,7 @@ "scope": "instance", "kind": "member", "overrides": "Phaser.Sound.BaseSoundManager#volume", - "___id": "T000002R038772", + "___id": "T000002R038903", "___s": true }, { @@ -348976,7 +349602,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\structs\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs\\events", "code": {} }, "kind": "namespace", @@ -348984,7 +349610,7 @@ "memberof": "Phaser.Structs", "longname": "Phaser.Structs.Events", "scope": "static", - "___id": "T000002R038777", + "___id": "T000002R038908", "___s": true }, { @@ -348993,7 +349619,7 @@ "filename": "PROCESS_QUEUE_ADD_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\structs\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs\\events", "code": {} }, "description": "The Process Queue Add Event.\r\rThis event is dispatched by a Process Queue when a new item is successfully moved to its active list.\r\rYou will most commonly see this used by a Scene's Update List when a new Game Object has been added.\r\rIn that instance, listen to this event from within a Scene using: `this.sys.updateList.on('add', listener)`.", @@ -349026,7 +349652,7 @@ "memberof": "Phaser.Structs.Events", "longname": "Phaser.Structs.Events#event:PROCESS_QUEUE_ADD", "scope": "instance", - "___id": "T000002R038781", + "___id": "T000002R038912", "___s": true }, { @@ -349035,7 +349661,7 @@ "filename": "PROCESS_QUEUE_REMOVE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\structs\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs\\events", "code": {} }, "description": "The Process Queue Remove Event.\r\rThis event is dispatched by a Process Queue when a new item is successfully removed from its active list.\r\rYou will most commonly see this used by a Scene's Update List when a Game Object has been removed.\r\rIn that instance, listen to this event from within a Scene using: `this.sys.updateList.on('remove', listener)`.", @@ -349068,7 +349694,7 @@ "memberof": "Phaser.Structs.Events", "longname": "Phaser.Structs.Events#event:PROCESS_QUEUE_REMOVE", "scope": "instance", - "___id": "T000002R038783", + "___id": "T000002R038914", "___s": true }, { @@ -349077,7 +349703,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "kind": "namespace", @@ -349085,7 +349711,7 @@ "memberof": "Phaser", "longname": "Phaser.Structs", "scope": "static", - "___id": "T000002R038785", + "___id": "T000002R038916", "___s": true }, { @@ -349094,7 +349720,7 @@ "filename": "List.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "kind": "typedef", @@ -349136,7 +349762,7 @@ ], "longname": "EachListCallback", "scope": "global", - "___id": "T000002R038798", + "___id": "T000002R038929", "___s": true }, { @@ -349145,7 +349771,7 @@ "filename": "List.js", "lineno": 19, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "classdesc": "List is a generic implementation of an ordered list which contains utility methods for retrieving, manipulating, and iterating items.", @@ -349177,7 +349803,7 @@ ], "scope": "static", "longname": "Phaser.Structs.List", - "___id": "T000002R038799", + "___id": "T000002R038930", "___s": true }, { @@ -349186,7 +349812,7 @@ "filename": "List.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The parent of this list.", @@ -349204,7 +349830,7 @@ "longname": "Phaser.Structs.List#parent", "scope": "instance", "kind": "member", - "___id": "T000002R038802", + "___id": "T000002R038933", "___s": true }, { @@ -349213,7 +349839,7 @@ "filename": "List.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The objects that belong to this collection.", @@ -349249,7 +349875,7 @@ "longname": "Phaser.Structs.List#list", "scope": "instance", "kind": "member", - "___id": "T000002R038804", + "___id": "T000002R038935", "___s": true }, { @@ -349258,7 +349884,7 @@ "filename": "List.js", "lineno": 59, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The index of the current element.\r\rThis is used internally when iterating through the list with the {@link #first}, {@link #last}, {@link #get}, and {@link #previous} properties.", @@ -349278,7 +349904,7 @@ "longname": "Phaser.Structs.List#position", "scope": "instance", "kind": "member", - "___id": "T000002R038806", + "___id": "T000002R038937", "___s": true }, { @@ -349287,7 +349913,7 @@ "filename": "List.js", "lineno": 71, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "A callback that is invoked every time a child is added to this list.", @@ -349306,7 +349932,7 @@ "longname": "Phaser.Structs.List#addCallback", "scope": "instance", "kind": "member", - "___id": "T000002R038808", + "___id": "T000002R038939", "___s": true }, { @@ -349315,7 +349941,7 @@ "filename": "List.js", "lineno": 80, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "A callback that is invoked every time a child is removed from this list.", @@ -349334,7 +349960,7 @@ "longname": "Phaser.Structs.List#removeCallback", "scope": "instance", "kind": "member", - "___id": "T000002R038810", + "___id": "T000002R038941", "___s": true }, { @@ -349343,7 +349969,7 @@ "filename": "List.js", "lineno": 89, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The property key to sort by.", @@ -349362,7 +349988,7 @@ "longname": "Phaser.Structs.List#_sortKey", "scope": "instance", "kind": "member", - "___id": "T000002R038812", + "___id": "T000002R038943", "___s": true }, { @@ -349371,7 +349997,7 @@ "filename": "List.js", "lineno": 99, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Adds the given item to the end of the list. Each item must be unique.", @@ -349441,7 +350067,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#add", "scope": "instance", - "___id": "T000002R038814", + "___id": "T000002R038945", "___s": true }, { @@ -349450,7 +350076,7 @@ "filename": "List.js", "lineno": 122, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Adds an item to list, starting at a specified index. Each item must be unique within the list.", @@ -349525,7 +350151,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#addAt", "scope": "instance", - "___id": "T000002R038816", + "___id": "T000002R038947", "___s": true }, { @@ -349534,7 +350160,7 @@ "filename": "List.js", "lineno": 148, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Retrieves the item at a given position inside the List.", @@ -349580,7 +350206,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#getAt", "scope": "instance", - "___id": "T000002R038818", + "___id": "T000002R038949", "___s": true }, { @@ -349589,7 +350215,7 @@ "filename": "List.js", "lineno": 165, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Locates an item within the List and returns its index.", @@ -349635,7 +350261,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#getIndex", "scope": "instance", - "___id": "T000002R038820", + "___id": "T000002R038951", "___s": true }, { @@ -349644,7 +350270,7 @@ "filename": "List.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Sort the contents of this List so the items are in order based on the given property.\rFor example, `sort('alpha')` would sort the List contents based on the value of their `alpha` property.", @@ -349705,7 +350331,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#sort", "scope": "instance", - "___id": "T000002R038822", + "___id": "T000002R038953", "___s": true }, { @@ -349714,7 +350340,7 @@ "filename": "List.js", "lineno": 217, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Searches for the first instance of a child with its `name`\rproperty matching the given argument. Should more than one child have\rthe same name only the first is returned.", @@ -349762,7 +350388,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#getByName", "scope": "instance", - "___id": "T000002R038825", + "___id": "T000002R038956", "___s": true }, { @@ -349771,7 +350397,7 @@ "filename": "List.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Returns a random child from the group.", @@ -349836,7 +350462,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#getRandom", "scope": "instance", - "___id": "T000002R038827", + "___id": "T000002R038958", "___s": true }, { @@ -349845,7 +350471,7 @@ "filename": "List.js", "lineno": 254, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Returns the first element in a given part of the List which matches a specific criterion.", @@ -349934,7 +350560,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#getFirst", "scope": "instance", - "___id": "T000002R038829", + "___id": "T000002R038960", "___s": true }, { @@ -349943,7 +350569,7 @@ "filename": "List.js", "lineno": 274, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Returns all children in this List.\r\rYou can optionally specify a matching criteria using the `property` and `value` arguments.\r\rFor example: `getAll('parent')` would return only children that have a property called `parent`.\r\rYou can also specify a value to compare the property to:\r\r`getAll('visible', true)` would return only children that have their visible property set to `true`.\r\rOptionally you can specify a start and end index. For example if this List had 100 children,\rand you set `startIndex` to 0 and `endIndex` to 50, it would return matches from only\rthe first 50 children in the List.", @@ -350041,7 +350667,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#getAll", "scope": "instance", - "___id": "T000002R038831", + "___id": "T000002R038962", "___s": true }, { @@ -350050,7 +350676,7 @@ "filename": "List.js", "lineno": 306, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Returns the total number of items in the List which have a property matching the given value.", @@ -350109,7 +350735,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#count", "scope": "instance", - "___id": "T000002R038833", + "___id": "T000002R038964", "___s": true }, { @@ -350118,7 +350744,7 @@ "filename": "List.js", "lineno": 324, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Swaps the positions of two items in the list.", @@ -350162,7 +350788,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#swap", "scope": "instance", - "___id": "T000002R038835", + "___id": "T000002R038966", "___s": true }, { @@ -350171,7 +350797,7 @@ "filename": "List.js", "lineno": 340, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Moves an item in the List to a new position.", @@ -350229,7 +350855,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#moveTo", "scope": "instance", - "___id": "T000002R038837", + "___id": "T000002R038968", "___s": true }, { @@ -350238,7 +350864,7 @@ "filename": "List.js", "lineno": 358, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Moves the given array element above another one in the array.", @@ -350282,7 +350908,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#moveAbove", "scope": "instance", - "___id": "T000002R038839", + "___id": "T000002R038970", "___s": true }, { @@ -350291,7 +350917,7 @@ "filename": "List.js", "lineno": 374, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Moves the given array element below another one in the array.", @@ -350335,7 +350961,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#moveBelow", "scope": "instance", - "___id": "T000002R038841", + "___id": "T000002R038972", "___s": true }, { @@ -350344,7 +350970,7 @@ "filename": "List.js", "lineno": 390, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Removes one or many items from the List.", @@ -350396,7 +351022,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#remove", "scope": "instance", - "___id": "T000002R038843", + "___id": "T000002R038974", "___s": true }, { @@ -350405,7 +351031,7 @@ "filename": "List.js", "lineno": 413, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Removes the item at the given position in the List.", @@ -350466,7 +351092,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#removeAt", "scope": "instance", - "___id": "T000002R038845", + "___id": "T000002R038976", "___s": true }, { @@ -350475,7 +351101,7 @@ "filename": "List.js", "lineno": 438, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Removes the items within the given range in the List.", @@ -350561,7 +351187,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#removeBetween", "scope": "instance", - "___id": "T000002R038847", + "___id": "T000002R038978", "___s": true }, { @@ -350570,7 +351196,7 @@ "filename": "List.js", "lineno": 464, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Removes all the items.", @@ -350612,7 +351238,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#removeAll", "scope": "instance", - "___id": "T000002R038849", + "___id": "T000002R038980", "___s": true }, { @@ -350621,7 +351247,7 @@ "filename": "List.js", "lineno": 486, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Brings the given child to the top of this List.", @@ -350666,7 +351292,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#bringToTop", "scope": "instance", - "___id": "T000002R038852", + "___id": "T000002R038983", "___s": true }, { @@ -350675,7 +351301,7 @@ "filename": "List.js", "lineno": 503, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Sends the given child to the bottom of this List.", @@ -350720,7 +351346,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#sendToBack", "scope": "instance", - "___id": "T000002R038854", + "___id": "T000002R038985", "___s": true }, { @@ -350729,7 +351355,7 @@ "filename": "List.js", "lineno": 520, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Moves the given child up one place in this group unless it's already at the top.", @@ -350774,7 +351400,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#moveUp", "scope": "instance", - "___id": "T000002R038856", + "___id": "T000002R038987", "___s": true }, { @@ -350783,7 +351409,7 @@ "filename": "List.js", "lineno": 539, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Moves the given child down one place in this group unless it's already at the bottom.", @@ -350828,7 +351454,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#moveDown", "scope": "instance", - "___id": "T000002R038858", + "___id": "T000002R038989", "___s": true }, { @@ -350837,7 +351463,7 @@ "filename": "List.js", "lineno": 558, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Reverses the order of all children in this List.", @@ -350869,7 +351495,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#reverse", "scope": "instance", - "___id": "T000002R038860", + "___id": "T000002R038991", "___s": true }, { @@ -350878,7 +351504,7 @@ "filename": "List.js", "lineno": 575, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Shuffles the items in the list.", @@ -350910,7 +351536,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#shuffle", "scope": "instance", - "___id": "T000002R038862", + "___id": "T000002R038993", "___s": true }, { @@ -350919,7 +351545,7 @@ "filename": "List.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Replaces a child of this List with the given newChild. The newChild cannot be a member of this List.", @@ -350976,7 +351602,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#replace", "scope": "instance", - "___id": "T000002R038864", + "___id": "T000002R038995", "___s": true }, { @@ -350985,7 +351611,7 @@ "filename": "List.js", "lineno": 610, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Checks if an item exists within the List.", @@ -351031,7 +351657,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#exists", "scope": "instance", - "___id": "T000002R038866", + "___id": "T000002R038997", "___s": true }, { @@ -351040,7 +351666,7 @@ "filename": "List.js", "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Sets the property `key` to the given value on all members of this List.", @@ -351113,7 +351739,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#setAll", "scope": "instance", - "___id": "T000002R038868", + "___id": "T000002R038999", "___s": true }, { @@ -351122,7 +351748,7 @@ "filename": "List.js", "lineno": 647, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Passes all children to the given callback.", @@ -351183,7 +351809,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#each", "scope": "instance", - "___id": "T000002R038870", + "___id": "T000002R039001", "___s": true }, { @@ -351192,7 +351818,7 @@ "filename": "List.js", "lineno": 676, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Clears the List and recreates its internal array.", @@ -351202,7 +351828,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#shutdown", "scope": "instance", - "___id": "T000002R038876", + "___id": "T000002R039007", "___s": true }, { @@ -351211,7 +351837,7 @@ "filename": "List.js", "lineno": 689, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Destroys this List.", @@ -351221,7 +351847,7 @@ "memberof": "Phaser.Structs.List", "longname": "Phaser.Structs.List#destroy", "scope": "instance", - "___id": "T000002R038879", + "___id": "T000002R039010", "___s": true }, { @@ -351230,7 +351856,7 @@ "filename": "List.js", "lineno": 704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The number of items inside the List.", @@ -351250,7 +351876,7 @@ "longname": "Phaser.Structs.List#length", "scope": "instance", "kind": "member", - "___id": "T000002R038884", + "___id": "T000002R039015", "___s": true }, { @@ -351259,7 +351885,7 @@ "filename": "List.js", "lineno": 721, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The first item in the List or `null` for an empty List.", @@ -351286,7 +351912,7 @@ "longname": "Phaser.Structs.List#first", "scope": "instance", "kind": "member", - "___id": "T000002R038887", + "___id": "T000002R039018", "___s": true }, { @@ -351295,7 +351921,7 @@ "filename": "List.js", "lineno": 748, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The last item in the List, or `null` for an empty List.", @@ -351322,7 +351948,7 @@ "longname": "Phaser.Structs.List#last", "scope": "instance", "kind": "member", - "___id": "T000002R038891", + "___id": "T000002R039022", "___s": true }, { @@ -351331,7 +351957,7 @@ "filename": "List.js", "lineno": 775, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The next item in the List, or `null` if the entire List has been traversed.\r\rThis property can be read successively after reading {@link #first} or manually setting the {@link #position} to iterate the List.", @@ -351358,7 +351984,7 @@ "longname": "Phaser.Structs.List#next", "scope": "instance", "kind": "member", - "___id": "T000002R038895", + "___id": "T000002R039026", "___s": true }, { @@ -351367,7 +351993,7 @@ "filename": "List.js", "lineno": 804, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The previous item in the List, or `null` if the entire List has been traversed.\r\rThis property can be read successively after reading {@link #last} or manually setting the {@link #position} to iterate the List backwards.", @@ -351394,7 +352020,7 @@ "longname": "Phaser.Structs.List#previous", "scope": "instance", "kind": "member", - "___id": "T000002R038898", + "___id": "T000002R039029", "___s": true }, { @@ -351403,7 +352029,7 @@ "filename": "Map.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "kind": "typedef", @@ -351459,7 +352085,7 @@ ], "longname": "EachMapCallback", "scope": "global", - "___id": "T000002R038903", + "___id": "T000002R039034", "___s": true }, { @@ -351468,7 +352094,7 @@ "filename": "Map.js", "lineno": 18, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "classdesc": "The keys of a Map can be arbitrary values.\r\r```javascript\rvar map = new Map([\r [ 1, 'one' ],\r [ 2, 'two' ],\r [ 3, 'three' ]\r]);\r```", @@ -351521,7 +352147,7 @@ ], "scope": "static", "longname": "Phaser.Structs.Map", - "___id": "T000002R038904", + "___id": "T000002R039035", "___s": true }, { @@ -351530,7 +352156,7 @@ "filename": "Map.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The entries in this Map.", @@ -351570,7 +352196,7 @@ "longname": "Phaser.Structs.Map#entries", "scope": "instance", "kind": "member", - "___id": "T000002R038907", + "___id": "T000002R039038", "___s": true }, { @@ -351579,7 +352205,7 @@ "filename": "Map.js", "lineno": 59, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The number of key / value pairs in this Map.", @@ -351599,7 +352225,7 @@ "longname": "Phaser.Structs.Map#size", "scope": "instance", "kind": "member", - "___id": "T000002R038909", + "___id": "T000002R039040", "___s": true }, { @@ -351608,7 +352234,7 @@ "filename": "Map.js", "lineno": 72, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Adds all the elements in the given array to this Map.\r\rIf the element already exists, the value will be skipped.", @@ -351676,7 +352302,7 @@ "memberof": "Phaser.Structs.Map", "longname": "Phaser.Structs.Map#setAll", "scope": "instance", - "___id": "T000002R038911", + "___id": "T000002R039042", "___s": true }, { @@ -351685,7 +352311,7 @@ "filename": "Map.js", "lineno": 101, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Adds an element with a specified `key` and `value` to this Map.\r\rIf the `key` already exists, the value will be replaced.\r\rIf you wish to add multiple elements in a single call, use the `setAll` method instead.", @@ -351757,7 +352383,7 @@ "memberof": "Phaser.Structs.Map", "longname": "Phaser.Structs.Map#set", "scope": "instance", - "___id": "T000002R038914", + "___id": "T000002R039045", "___s": true }, { @@ -351766,7 +352392,7 @@ "filename": "Map.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Returns the value associated to the `key`, or `undefined` if there is none.", @@ -351818,7 +352444,7 @@ "memberof": "Phaser.Structs.Map", "longname": "Phaser.Structs.Map#get", "scope": "instance", - "___id": "T000002R038917", + "___id": "T000002R039048", "___s": true }, { @@ -351827,7 +352453,7 @@ "filename": "Map.js", "lineno": 153, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Returns an `Array` of all the values stored in this Map.", @@ -351867,7 +352493,7 @@ "memberof": "Phaser.Structs.Map", "longname": "Phaser.Structs.Map#getArray", "scope": "instance", - "___id": "T000002R038919", + "___id": "T000002R039050", "___s": true }, { @@ -351876,7 +352502,7 @@ "filename": "Map.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Returns a boolean indicating whether an element with the specified key exists or not.", @@ -351923,7 +352549,7 @@ "memberof": "Phaser.Structs.Map", "longname": "Phaser.Structs.Map#has", "scope": "instance", - "___id": "T000002R038924", + "___id": "T000002R039055", "___s": true }, { @@ -351932,7 +352558,7 @@ "filename": "Map.js", "lineno": 193, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Delete the specified element from this Map.", @@ -351986,7 +352612,7 @@ "memberof": "Phaser.Structs.Map", "longname": "Phaser.Structs.Map#delete", "scope": "instance", - "___id": "T000002R038926", + "___id": "T000002R039057", "___s": true }, { @@ -351995,7 +352621,7 @@ "filename": "Map.js", "lineno": 217, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Delete all entries from this Map.", @@ -352028,7 +352654,7 @@ "memberof": "Phaser.Structs.Map", "longname": "Phaser.Structs.Map#clear", "scope": "instance", - "___id": "T000002R038928", + "___id": "T000002R039059", "___s": true }, { @@ -352037,7 +352663,7 @@ "filename": "Map.js", "lineno": 240, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Returns all entries keys in this Map.", @@ -352078,7 +352704,7 @@ "memberof": "Phaser.Structs.Map", "longname": "Phaser.Structs.Map#keys", "scope": "instance", - "___id": "T000002R038931", + "___id": "T000002R039062", "___s": true }, { @@ -352087,7 +352713,7 @@ "filename": "Map.js", "lineno": 255, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Returns an `Array` of all entries.", @@ -352127,7 +352753,7 @@ "memberof": "Phaser.Structs.Map", "longname": "Phaser.Structs.Map#values", "scope": "instance", - "___id": "T000002R038933", + "___id": "T000002R039064", "___s": true }, { @@ -352136,7 +352762,7 @@ "filename": "Map.js", "lineno": 278, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Dumps the contents of this Map to the console via `console.group`.", @@ -352146,7 +352772,7 @@ "memberof": "Phaser.Structs.Map", "longname": "Phaser.Structs.Map#dump", "scope": "instance", - "___id": "T000002R038938", + "___id": "T000002R039069", "___s": true }, { @@ -352155,7 +352781,7 @@ "filename": "Map.js", "lineno": 300, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Iterates through all entries in this Map, passing each one to the given callback.\r\rIf the callback returns `false`, the iteration will break.", @@ -352209,7 +352835,7 @@ "memberof": "Phaser.Structs.Map", "longname": "Phaser.Structs.Map#each", "scope": "instance", - "___id": "T000002R038942", + "___id": "T000002R039073", "___s": true }, { @@ -352218,7 +352844,7 @@ "filename": "Map.js", "lineno": 330, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Returns `true` if the value exists within this Map. Otherwise, returns `false`.", @@ -352264,7 +352890,7 @@ "memberof": "Phaser.Structs.Map", "longname": "Phaser.Structs.Map#contains", "scope": "instance", - "___id": "T000002R038946", + "___id": "T000002R039077", "___s": true }, { @@ -352273,7 +352899,7 @@ "filename": "Map.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Merges all new keys from the given Map into this one.\rIf it encounters a key that already exists it will be skipped unless override is set to `true`.", @@ -352336,7 +352962,7 @@ "memberof": "Phaser.Structs.Map", "longname": "Phaser.Structs.Map#merge", "scope": "instance", - "___id": "T000002R038950", + "___id": "T000002R039081", "___s": true }, { @@ -352345,7 +352971,7 @@ "filename": "ProcessQueue.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "classdesc": "A Process Queue maintains three internal lists.\r\rThe `pending` list is a selection of items which are due to be made 'active' in the next update.\rThe `active` list is a selection of items which are considered active and should be updated.\rThe `destroy` list is a selection of items that were active and are awaiting being destroyed in the next update.\r\rWhen new items are added to a Process Queue they are put in the pending list, rather than being added\rimmediately the active list. Equally, items that are removed are put into the destroy list, rather than\rbeing destroyed immediately. This allows the Process Queue to carefully process each item at a specific, fixed\rtime, rather than at the time of the request from the API.", @@ -352366,7 +352992,7 @@ ], "scope": "static", "longname": "Phaser.Structs.ProcessQueue", - "___id": "T000002R038961", + "___id": "T000002R039092", "___s": true }, { @@ -352375,7 +353001,7 @@ "filename": "ProcessQueue.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "If `true` only unique objects will be allowed in the queue.", @@ -352394,7 +353020,7 @@ "longname": "Phaser.Structs.ProcessQueue#checkQueue", "scope": "instance", "kind": "member", - "___id": "T000002R038973", + "___id": "T000002R039104", "___s": true }, { @@ -352403,7 +353029,7 @@ "filename": "ProcessQueue.js", "lineno": 102, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Checks the given item to see if it is already active within this Process Queue.", @@ -352455,7 +353081,7 @@ "memberof": "Phaser.Structs.ProcessQueue", "longname": "Phaser.Structs.ProcessQueue#isActive", "scope": "instance", - "___id": "T000002R038975", + "___id": "T000002R039106", "___s": true }, { @@ -352464,7 +353090,7 @@ "filename": "ProcessQueue.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Checks the given item to see if it is already pending addition to this Process Queue.", @@ -352516,7 +353142,7 @@ "memberof": "Phaser.Structs.ProcessQueue", "longname": "Phaser.Structs.ProcessQueue#isPending", "scope": "instance", - "___id": "T000002R038977", + "___id": "T000002R039108", "___s": true }, { @@ -352525,7 +353151,7 @@ "filename": "ProcessQueue.js", "lineno": 138, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Checks the given item to see if it is already pending destruction from this Process Queue.", @@ -352577,7 +353203,7 @@ "memberof": "Phaser.Structs.ProcessQueue", "longname": "Phaser.Structs.ProcessQueue#isDestroying", "scope": "instance", - "___id": "T000002R038979", + "___id": "T000002R039110", "___s": true }, { @@ -352586,7 +353212,7 @@ "filename": "ProcessQueue.js", "lineno": 156, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Adds a new item to the Process Queue.\r\rThe item is added to the pending list and made active in the next update.", @@ -352637,7 +353263,7 @@ "memberof": "Phaser.Structs.ProcessQueue", "longname": "Phaser.Structs.ProcessQueue#add", "scope": "instance", - "___id": "T000002R038981", + "___id": "T000002R039112", "___s": true }, { @@ -352646,7 +353272,7 @@ "filename": "ProcessQueue.js", "lineno": 186, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Removes an item from the Process Queue.\r\rThe item is added to the 'destroy' list and is fully removed in the next update.", @@ -352697,7 +353323,7 @@ "memberof": "Phaser.Structs.ProcessQueue", "longname": "Phaser.Structs.ProcessQueue#remove", "scope": "instance", - "___id": "T000002R038983", + "___id": "T000002R039114", "___s": true }, { @@ -352706,7 +353332,7 @@ "filename": "ProcessQueue.js", "lineno": 230, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Removes all active items from this Process Queue.\r\rAll the items are marked as 'pending destroy' and fully removed in the next update.", @@ -352731,7 +353357,7 @@ "memberof": "Phaser.Structs.ProcessQueue", "longname": "Phaser.Structs.ProcessQueue#removeAll", "scope": "instance", - "___id": "T000002R038987", + "___id": "T000002R039118", "___s": true }, { @@ -352740,7 +353366,7 @@ "filename": "ProcessQueue.js", "lineno": 256, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Update this queue. First it will process any items awaiting destruction, and remove them.\r\rThen it will check to see if there are any items pending insertion, and move them to an\ractive state. Finally, it will return a list of active items for further processing.", @@ -352780,7 +353406,7 @@ "memberof": "Phaser.Structs.ProcessQueue", "longname": "Phaser.Structs.ProcessQueue#update", "scope": "instance", - "___id": "T000002R038992", + "___id": "T000002R039123", "___s": true }, { @@ -352789,7 +353415,7 @@ "filename": "ProcessQueue.js", "lineno": 325, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Returns the current list of active items.\r\rThis method returns a reference to the active list array, not a copy of it.\rTherefore, be careful to not modify this array outside of the ProcessQueue.", @@ -352829,7 +353455,7 @@ "memberof": "Phaser.Structs.ProcessQueue", "longname": "Phaser.Structs.ProcessQueue#getActive", "scope": "instance", - "___id": "T000002R039007", + "___id": "T000002R039138", "___s": true }, { @@ -352838,7 +353464,7 @@ "filename": "ProcessQueue.js", "lineno": 343, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The number of entries in the active list.", @@ -352858,7 +353484,7 @@ "longname": "Phaser.Structs.ProcessQueue#length", "scope": "instance", "kind": "member", - "___id": "T000002R039009", + "___id": "T000002R039140", "___s": true }, { @@ -352867,7 +353493,7 @@ "filename": "ProcessQueue.js", "lineno": 360, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Immediately destroys this process queue, clearing all of its internal arrays and resetting the process totals.", @@ -352878,7 +353504,7 @@ "longname": "Phaser.Structs.ProcessQueue#destroy", "scope": "instance", "overrides": "Phaser.Events.EventEmitter#destroy", - "___id": "T000002R039012", + "___id": "T000002R039143", "___s": true }, { @@ -352887,7 +353513,7 @@ "filename": "RTree.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "classdesc": "RBush is a high-performance JavaScript library for 2D spatial indexing of points and rectangles.\rIt's based on an optimized R-tree data structure with bulk insertion support.\r\rSpatial index is a special data structure for points and rectangles that allows you to perform queries like\r\"all items within this bounding box\" very efficiently (e.g. hundreds of times faster than looping over all items).\r\rThis version of RBush uses a fixed min/max accessor structure of `[ '.left', '.top', '.right', '.bottom' ]`.\rThis is to avoid the eval like function creation that the original library used, which caused CSP policy violations.\r\rrbush is forked from https://github.com/mourner/rbush by Vladimir Agafonkin", @@ -352897,7 +353523,7 @@ "since": "3.0.0", "scope": "static", "longname": "Phaser.Structs.RTree", - "___id": "T000002R039020", + "___id": "T000002R039151", "___s": true }, { @@ -352906,7 +353532,7 @@ "filename": "Set.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "kind": "typedef", @@ -352962,7 +353588,7 @@ ], "longname": "EachSetCallback", "scope": "global", - "___id": "T000002R039251", + "___id": "T000002R039382", "___s": true }, { @@ -352971,7 +353597,7 @@ "filename": "Set.js", "lineno": 18, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "classdesc": "A Set is a collection of unique elements.", @@ -353019,7 +353645,7 @@ ], "scope": "static", "longname": "Phaser.Structs.Set", - "___id": "T000002R039252", + "___id": "T000002R039383", "___s": true }, { @@ -353028,7 +353654,7 @@ "filename": "Set.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The entries of this Set. Stored internally as an array.", @@ -353064,7 +353690,7 @@ "longname": "Phaser.Structs.Set#entries", "scope": "instance", "kind": "member", - "___id": "T000002R039255", + "___id": "T000002R039386", "___s": true }, { @@ -353073,7 +353699,7 @@ "filename": "Set.js", "lineno": 59, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Inserts the provided value into this Set. If the value is already contained in this Set this method will have no effect.", @@ -353125,7 +353751,7 @@ "memberof": "Phaser.Structs.Set", "longname": "Phaser.Structs.Set#set", "scope": "instance", - "___id": "T000002R039258", + "___id": "T000002R039389", "___s": true }, { @@ -353134,7 +353760,7 @@ "filename": "Set.js", "lineno": 82, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Get an element of this Set which has a property of the specified name, if that property is equal to the specified value.\rIf no elements of this Set satisfy the condition then this method will return `null`.", @@ -353192,7 +353818,7 @@ "memberof": "Phaser.Structs.Set", "longname": "Phaser.Structs.Set#get", "scope": "instance", - "___id": "T000002R039260", + "___id": "T000002R039391", "___s": true }, { @@ -353201,7 +353827,7 @@ "filename": "Set.js", "lineno": 109, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Returns an array containing all the values in this Set.", @@ -353241,7 +353867,7 @@ "memberof": "Phaser.Structs.Set", "longname": "Phaser.Structs.Set#getArray", "scope": "instance", - "___id": "T000002R039264", + "___id": "T000002R039395", "___s": true }, { @@ -353250,7 +353876,7 @@ "filename": "Set.js", "lineno": 124, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Removes the given value from this Set if this Set contains that value.", @@ -353302,7 +353928,7 @@ "memberof": "Phaser.Structs.Set", "longname": "Phaser.Structs.Set#delete", "scope": "instance", - "___id": "T000002R039266", + "___id": "T000002R039397", "___s": true }, { @@ -353311,7 +353937,7 @@ "filename": "Set.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Dumps the contents of this Set to the console via `console.group`.", @@ -353321,7 +353947,7 @@ "memberof": "Phaser.Structs.Set", "longname": "Phaser.Structs.Set#dump", "scope": "instance", - "___id": "T000002R039269", + "___id": "T000002R039400", "___s": true }, { @@ -353330,7 +353956,7 @@ "filename": "Set.js", "lineno": 170, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Passes each value in this Set to the given callback.\rUse this function when you know this Set will be modified during the iteration, otherwise use `iterate`.", @@ -353396,7 +354022,7 @@ "memberof": "Phaser.Structs.Set", "longname": "Phaser.Structs.Set#each", "scope": "instance", - "___id": "T000002R039273", + "___id": "T000002R039404", "___s": true }, { @@ -353405,7 +354031,7 @@ "filename": "Set.js", "lineno": 215, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Passes each value in this Set to the given callback.\r\rFor when you absolutely know this Set won't be modified during the iteration.\r\rThe callback must return a boolean. If it returns `false` then it will abort\rthe Set iteration immediately. If it returns `true`, it will carry on\riterating the next child in the Set.", @@ -353471,7 +354097,7 @@ "memberof": "Phaser.Structs.Set", "longname": "Phaser.Structs.Set#iterate", "scope": "instance", - "___id": "T000002R039280", + "___id": "T000002R039411", "___s": true }, { @@ -353480,7 +354106,7 @@ "filename": "Set.js", "lineno": 264, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Goes through each entry in this Set and invokes the given function on them, passing in the arguments.", @@ -353542,7 +354168,7 @@ "memberof": "Phaser.Structs.Set", "longname": "Phaser.Structs.Set#iterateLocal", "scope": "instance", - "___id": "T000002R039286", + "___id": "T000002R039417", "___s": true }, { @@ -353551,7 +354177,7 @@ "filename": "Set.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Clears this Set so that it no longer contains any values.", @@ -353583,7 +354209,7 @@ "memberof": "Phaser.Structs.Set", "longname": "Phaser.Structs.Set#clear", "scope": "instance", - "___id": "T000002R039294", + "___id": "T000002R039425", "___s": true }, { @@ -353592,7 +354218,7 @@ "filename": "Set.js", "lineno": 316, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Returns `true` if this Set contains the given value, otherwise returns `false`.", @@ -353638,7 +354264,7 @@ "memberof": "Phaser.Structs.Set", "longname": "Phaser.Structs.Set#contains", "scope": "instance", - "___id": "T000002R039297", + "___id": "T000002R039428", "___s": true }, { @@ -353647,7 +354273,7 @@ "filename": "Set.js", "lineno": 333, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Returns a new Set containing all values that are either in this Set or in the Set provided as an argument.", @@ -353694,7 +354320,7 @@ "memberof": "Phaser.Structs.Set", "longname": "Phaser.Structs.Set#union", "scope": "instance", - "___id": "T000002R039299", + "___id": "T000002R039430", "___s": true }, { @@ -353703,7 +354329,7 @@ "filename": "Set.js", "lineno": 362, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Returns a new Set that contains only the values which are in this Set and that are also in the given Set.", @@ -353750,7 +354376,7 @@ "memberof": "Phaser.Structs.Set", "longname": "Phaser.Structs.Set#intersect", "scope": "instance", - "___id": "T000002R039302", + "___id": "T000002R039433", "___s": true }, { @@ -353759,7 +354385,7 @@ "filename": "Set.js", "lineno": 389, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Returns a new Set containing all the values in this Set which are *not* also in the given Set.", @@ -353806,7 +354432,7 @@ "memberof": "Phaser.Structs.Set", "longname": "Phaser.Structs.Set#difference", "scope": "instance", - "___id": "T000002R039305", + "___id": "T000002R039436", "___s": true }, { @@ -353815,7 +354441,7 @@ "filename": "Set.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The size of this Set. This is the number of entries within it.\rChanging the size will truncate the Set if the given value is smaller than the current size.\rIncreasing the size larger than the current size has no effect.", @@ -353834,7 +354460,7 @@ "longname": "Phaser.Structs.Set#size", "scope": "instance", "kind": "member", - "___id": "T000002R039308", + "___id": "T000002R039439", "___s": true }, { @@ -353843,7 +354469,7 @@ "filename": "Size.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "classdesc": "The Size component allows you to set `width` and `height` properties and define the relationship between them.\r\rThe component can automatically maintain the aspect ratios between the two values, and clamp them\rto a defined min-max range. You can also control the dominant axis. When dimensions are given to the Size component\rthat would cause it to exceed its min-max range, the dimensions are adjusted based on the dominant axis.", @@ -353915,7 +354541,7 @@ ], "scope": "static", "longname": "Phaser.Structs.Size", - "___id": "T000002R039318", + "___id": "T000002R039449", "___s": true }, { @@ -353924,7 +354550,7 @@ "filename": "Size.js", "lineno": 71, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The aspect mode this Size component will use when calculating its dimensions.\rThis property is read-only. To change it use the `setAspectMode` method.", @@ -353944,7 +354570,7 @@ "longname": "Phaser.Structs.Size#aspectMode", "scope": "instance", "kind": "member", - "___id": "T000002R039331", + "___id": "T000002R039462", "___s": true }, { @@ -353953,7 +354579,7 @@ "filename": "Size.js", "lineno": 82, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The proportional relationship between the width and height.\r\rThis property is read-only and is updated automatically when either the `width` or `height` properties are changed,\rdepending on the aspect mode.", @@ -353973,7 +354599,7 @@ "longname": "Phaser.Structs.Size#aspectRatio", "scope": "instance", "kind": "member", - "___id": "T000002R039333", + "___id": "T000002R039464", "___s": true }, { @@ -353982,7 +354608,7 @@ "filename": "Size.js", "lineno": 95, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The minimum allowed width.\rCannot be less than zero.\rThis value is read-only. To change it see the `setMin` method.", @@ -354002,7 +354628,7 @@ "longname": "Phaser.Structs.Size#minWidth", "scope": "instance", "kind": "member", - "___id": "T000002R039335", + "___id": "T000002R039466", "___s": true }, { @@ -354011,7 +354637,7 @@ "filename": "Size.js", "lineno": 107, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The minimum allowed height.\rCannot be less than zero.\rThis value is read-only. To change it see the `setMin` method.", @@ -354031,7 +354657,7 @@ "longname": "Phaser.Structs.Size#minHeight", "scope": "instance", "kind": "member", - "___id": "T000002R039337", + "___id": "T000002R039468", "___s": true }, { @@ -354040,7 +354666,7 @@ "filename": "Size.js", "lineno": 119, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The maximum allowed width.\rThis value is read-only. To change it see the `setMax` method.", @@ -354060,7 +354686,7 @@ "longname": "Phaser.Structs.Size#maxWidth", "scope": "instance", "kind": "member", - "___id": "T000002R039339", + "___id": "T000002R039470", "___s": true }, { @@ -354069,7 +354695,7 @@ "filename": "Size.js", "lineno": 130, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The maximum allowed height.\rThis value is read-only. To change it see the `setMax` method.", @@ -354089,7 +354715,7 @@ "longname": "Phaser.Structs.Size#maxHeight", "scope": "instance", "kind": "member", - "___id": "T000002R039341", + "___id": "T000002R039472", "___s": true }, { @@ -354098,7 +354724,7 @@ "filename": "Size.js", "lineno": 141, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "A Vector2 containing the horizontal and vertical snap values, which the width and height are snapped to during resizing.\r\rBy default this is disabled.\r\rThis property is read-only. To change it see the `setSnap` method.", @@ -354118,7 +354744,7 @@ "longname": "Phaser.Structs.Size#snapTo", "scope": "instance", "kind": "member", - "___id": "T000002R039343", + "___id": "T000002R039474", "___s": true }, { @@ -354127,7 +354753,7 @@ "filename": "Size.js", "lineno": 156, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Sets the aspect mode of this Size component.\r\rThe aspect mode controls what happens when you modify the `width` or `height` properties, or call `setSize`.\r\rIt can be a number from 0 to 4, or a Size constant:\r\r0. NONE = Do not make the size fit the aspect ratio. Change the ratio when the size changes.\r1. WIDTH_CONTROLS_HEIGHT = The height is automatically adjusted based on the width.\r2. HEIGHT_CONTROLS_WIDTH = The width is automatically adjusted based on the height.\r3. FIT = The width and height are automatically adjusted to fit inside the given target area, while keeping the aspect ratio. Depending on the aspect ratio there may be some space inside the area which is not covered.\r4. ENVELOP = The width and height are automatically adjusted to make the size cover the entire target area while keeping the aspect ratio. This may extend further out than the target size.\r\rCalling this method automatically recalculates the `width` and the `height`, if required.", @@ -354169,7 +354795,7 @@ "memberof": "Phaser.Structs.Size", "longname": "Phaser.Structs.Size#setAspectMode", "scope": "instance", - "___id": "T000002R039345", + "___id": "T000002R039476", "___s": true }, { @@ -354178,7 +354804,7 @@ "filename": "Size.js", "lineno": 187, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "By setting snap values, when this Size component is modified its dimensions will automatically\rbe snapped to the nearest grid slice, using floor. For example, if you have snap value of 16,\rand the width changes to 68, then it will snap down to 64 (the closest multiple of 16 when floored)\r\rNote that snapping takes place before adjustments by the parent, or the min / max settings. If these\rvalues are not multiples of the given snap values, then this can result in un-snapped dimensions.\r\rCall this method with no arguments to reset the snap values.\r\rCalling this method automatically recalculates the `width` and the `height`, if required.", @@ -354235,7 +354861,7 @@ "memberof": "Phaser.Structs.Size", "longname": "Phaser.Structs.Size#setSnap", "scope": "instance", - "___id": "T000002R039349", + "___id": "T000002R039480", "___s": true }, { @@ -354244,7 +354870,7 @@ "filename": "Size.js", "lineno": 217, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Sets, or clears, the parent of this Size component.\r\rTo clear the parent call this method with no arguments.\r\rThe parent influences the maximum extents to which this Size component can expand,\rbased on the aspect mode:\r\rNONE - The parent clamps both the width and height.\rWIDTH_CONTROLS_HEIGHT - The parent clamps just the width.\rHEIGHT_CONTROLS_WIDTH - The parent clamps just the height.\rFIT - The parent clamps whichever axis is required to ensure the size fits within it.\rENVELOP - The parent is used to ensure the size fully envelops the parent.\r\rCalling this method automatically calls `setSize`.", @@ -354285,7 +354911,7 @@ "memberof": "Phaser.Structs.Size", "longname": "Phaser.Structs.Size#setParent", "scope": "instance", - "___id": "T000002R039353", + "___id": "T000002R039484", "___s": true }, { @@ -354294,7 +354920,7 @@ "filename": "Size.js", "lineno": 247, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Set the minimum width and height values this Size component will allow.\r\rThe minimum values can never be below zero, or greater than the maximum values.\r\rSetting this will automatically adjust both the `width` and `height` properties to ensure they are within range.\r\rNote that based on the aspect mode, and if this Size component has a parent set or not, the minimums set here\r_can_ be exceed in some situations.", @@ -354351,7 +354977,7 @@ "memberof": "Phaser.Structs.Size", "longname": "Phaser.Structs.Size#setMin", "scope": "instance", - "___id": "T000002R039356", + "___id": "T000002R039487", "___s": true }, { @@ -354360,7 +354986,7 @@ "filename": "Size.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Set the maximum width and height values this Size component will allow.\r\rSetting this will automatically adjust both the `width` and `height` properties to ensure they are within range.\r\rNote that based on the aspect mode, and if this Size component has a parent set or not, the maximums set here\r_can_ be exceed in some situations.", @@ -354417,7 +355043,7 @@ "memberof": "Phaser.Structs.Size", "longname": "Phaser.Structs.Size#setMax", "scope": "instance", - "___id": "T000002R039362", + "___id": "T000002R039493", "___s": true }, { @@ -354426,7 +355052,7 @@ "filename": "Size.js", "lineno": 303, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Sets the width and height of this Size component based on the aspect mode.\r\rIf the aspect mode is 'none' then calling this method will change the aspect ratio, otherwise the current\raspect ratio is honored across all other modes.\r\rIf snapTo values have been set then the given width and height are snapped first, prior to any further\radjustment via min/max values, or a parent.\r\rIf minimum and/or maximum dimensions have been specified, the values given to this method will be clamped into\rthat range prior to adjustment, but may still exceed them depending on the aspect mode.\r\rIf this Size component has a parent set, and the aspect mode is `fit` or `envelop`, then the given sizes will\rbe clamped to the range specified by the parent.", @@ -354483,7 +355109,7 @@ "memberof": "Phaser.Structs.Size", "longname": "Phaser.Structs.Size#setSize", "scope": "instance", - "___id": "T000002R039368", + "___id": "T000002R039499", "___s": true }, { @@ -354492,7 +355118,7 @@ "filename": "Size.js", "lineno": 361, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Sets a new aspect ratio, overriding what was there previously.\r\rIt then calls `setSize` immediately using the current dimensions.", @@ -354532,7 +355158,7 @@ "memberof": "Phaser.Structs.Size", "longname": "Phaser.Structs.Size#setAspectRatio", "scope": "instance", - "___id": "T000002R039379", + "___id": "T000002R039510", "___s": true }, { @@ -354541,7 +355167,7 @@ "filename": "Size.js", "lineno": 380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Sets a new width and height for this Size component and updates the aspect ratio based on them.\r\rIt _doesn't_ change the `aspectMode` and still factors in size limits such as the min max and parent bounds.", @@ -354596,7 +355222,7 @@ "memberof": "Phaser.Structs.Size", "longname": "Phaser.Structs.Size#resize", "scope": "instance", - "___id": "T000002R039382", + "___id": "T000002R039513", "___s": true }, { @@ -354605,7 +355231,7 @@ "filename": "Size.js", "lineno": 402, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Takes a new width and passes it through the min/max clamp and then checks it doesn't exceed the parent width.", @@ -354659,7 +355285,7 @@ "memberof": "Phaser.Structs.Size", "longname": "Phaser.Structs.Size#getNewWidth", "scope": "instance", - "___id": "T000002R039387", + "___id": "T000002R039518", "___s": true }, { @@ -354668,7 +355294,7 @@ "filename": "Size.js", "lineno": 427, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Takes a new height and passes it through the min/max clamp and then checks it doesn't exceed the parent height.", @@ -354722,7 +355348,7 @@ "memberof": "Phaser.Structs.Size", "longname": "Phaser.Structs.Size#getNewHeight", "scope": "instance", - "___id": "T000002R039392", + "___id": "T000002R039523", "___s": true }, { @@ -354731,7 +355357,7 @@ "filename": "Size.js", "lineno": 452, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The current `width` and `height` are adjusted to fit inside the given dimensions, while keeping the aspect ratio.\r\rIf `fit` is true there may be some space inside the target area which is not covered if its aspect ratio differs.\rIf `fit` is false the size may extend further out than the target area if the aspect ratios differ.\r\rIf this Size component has a parent set, then the width and height passed to this method will be clamped so\rit cannot exceed that of the parent.", @@ -354802,7 +355428,7 @@ "memberof": "Phaser.Structs.Size", "longname": "Phaser.Structs.Size#constrain", "scope": "instance", - "___id": "T000002R039397", + "___id": "T000002R039528", "___s": true }, { @@ -354811,7 +355437,7 @@ "filename": "Size.js", "lineno": 521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The current `width` and `height` are adjusted to fit inside the given dimensions, while keeping the aspect ratio.\r\rThere may be some space inside the target area which is not covered if its aspect ratio differs.\r\rIf this Size component has a parent set, then the width and height passed to this method will be clamped so\rit cannot exceed that of the parent.", @@ -354867,7 +355493,7 @@ "memberof": "Phaser.Structs.Size", "longname": "Phaser.Structs.Size#fitTo", "scope": "instance", - "___id": "T000002R039416", + "___id": "T000002R039547", "___s": true }, { @@ -354876,7 +355502,7 @@ "filename": "Size.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The current `width` and `height` are adjusted so that they fully envelope the given dimensions, while keeping the aspect ratio.\r\rThe size may extend further out than the target area if the aspect ratios differ.\r\rIf this Size component has a parent set, then the values are clamped so that it never exceeds the parent\ron the longest axis.", @@ -354932,7 +355558,7 @@ "memberof": "Phaser.Structs.Size", "longname": "Phaser.Structs.Size#envelop", "scope": "instance", - "___id": "T000002R039418", + "___id": "T000002R039549", "___s": true }, { @@ -354941,7 +355567,7 @@ "filename": "Size.js", "lineno": 563, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Sets the width of this Size component.\r\rDepending on the aspect mode, changing the width may also update the height and aspect ratio.", @@ -354981,7 +355607,7 @@ "memberof": "Phaser.Structs.Size", "longname": "Phaser.Structs.Size#setWidth", "scope": "instance", - "___id": "T000002R039420", + "___id": "T000002R039551", "___s": true }, { @@ -354990,7 +355616,7 @@ "filename": "Size.js", "lineno": 580, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Sets the height of this Size component.\r\rDepending on the aspect mode, changing the height may also update the width and aspect ratio.", @@ -355030,7 +355656,7 @@ "memberof": "Phaser.Structs.Size", "longname": "Phaser.Structs.Size#setHeight", "scope": "instance", - "___id": "T000002R039422", + "___id": "T000002R039553", "___s": true }, { @@ -355039,7 +355665,7 @@ "filename": "Size.js", "lineno": 597, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Returns a string representation of this Size component.", @@ -355063,7 +355689,7 @@ "memberof": "Phaser.Structs.Size", "longname": "Phaser.Structs.Size#toString", "scope": "instance", - "___id": "T000002R039424", + "___id": "T000002R039555", "___s": true }, { @@ -355072,7 +355698,7 @@ "filename": "Size.js", "lineno": 610, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Sets the values of this Size component to the `element.style.width` and `height`\rproperties of the given DOM Element. The properties are set as `px` values.", @@ -355097,7 +355723,7 @@ "memberof": "Phaser.Structs.Size", "longname": "Phaser.Structs.Size#setCSS", "scope": "instance", - "___id": "T000002R039426", + "___id": "T000002R039557", "___s": true }, { @@ -355106,7 +355732,7 @@ "filename": "Size.js", "lineno": 628, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Copies the aspect mode, aspect ratio, width and height from this Size component\rto the given Size component. Note that the parent, if set, is not copied across.", @@ -355145,7 +355771,7 @@ "memberof": "Phaser.Structs.Size", "longname": "Phaser.Structs.Size#copy", "scope": "instance", - "___id": "T000002R039430", + "___id": "T000002R039561", "___s": true }, { @@ -355154,7 +355780,7 @@ "filename": "Size.js", "lineno": 648, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Destroys this Size component.\r\rThis clears the local properties and any parent object, if set.\r\rA destroyed Size component cannot be re-used.", @@ -355164,7 +355790,7 @@ "memberof": "Phaser.Structs.Size", "longname": "Phaser.Structs.Size#destroy", "scope": "instance", - "___id": "T000002R039433", + "___id": "T000002R039564", "___s": true }, { @@ -355173,7 +355799,7 @@ "filename": "Size.js", "lineno": 664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The width of this Size component.\r\rThis value is clamped to the range specified by `minWidth` and `maxWidth`, if enabled.\r\rA width can never be less than zero.\r\rChanging this value will automatically update the `height` if the aspect ratio lock is enabled.\rYou can also use the `setWidth` and `getWidth` methods.", @@ -355192,7 +355818,7 @@ "longname": "Phaser.Structs.Size#width", "scope": "instance", "kind": "member", - "___id": "T000002R039437", + "___id": "T000002R039568", "___s": true }, { @@ -355201,7 +355827,7 @@ "filename": "Size.js", "lineno": 692, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The height of this Size component.\r\rThis value is clamped to the range specified by `minHeight` and `maxHeight`, if enabled.\r\rA height can never be less than zero.\r\rChanging this value will automatically update the `width` if the aspect ratio lock is enabled.\rYou can also use the `setHeight` and `getHeight` methods.", @@ -355220,7 +355846,7 @@ "longname": "Phaser.Structs.Size#height", "scope": "instance", "kind": "member", - "___id": "T000002R039441", + "___id": "T000002R039572", "___s": true }, { @@ -355229,7 +355855,7 @@ "filename": "Size.js", "lineno": 722, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "Do not make the size fit the aspect ratio. Change the ratio when the size changes.", @@ -355248,7 +355874,7 @@ "memberof": "Phaser.Structs.Size", "longname": "Phaser.Structs.Size.NONE", "scope": "static", - "___id": "T000002R039445", + "___id": "T000002R039576", "___s": true }, { @@ -355257,7 +355883,7 @@ "filename": "Size.js", "lineno": 732, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The height is automatically adjusted based on the width.", @@ -355276,7 +355902,7 @@ "memberof": "Phaser.Structs.Size", "longname": "Phaser.Structs.Size.WIDTH_CONTROLS_HEIGHT", "scope": "static", - "___id": "T000002R039447", + "___id": "T000002R039578", "___s": true }, { @@ -355285,7 +355911,7 @@ "filename": "Size.js", "lineno": 742, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The width is automatically adjusted based on the height.", @@ -355304,7 +355930,7 @@ "memberof": "Phaser.Structs.Size", "longname": "Phaser.Structs.Size.HEIGHT_CONTROLS_WIDTH", "scope": "static", - "___id": "T000002R039449", + "___id": "T000002R039580", "___s": true }, { @@ -355313,7 +355939,7 @@ "filename": "Size.js", "lineno": 752, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The width and height are automatically adjusted to fit inside the given target area, while keeping the aspect ratio. Depending on the aspect ratio there may be some space inside the area which is not covered.", @@ -355332,7 +355958,7 @@ "memberof": "Phaser.Structs.Size", "longname": "Phaser.Structs.Size.FIT", "scope": "static", - "___id": "T000002R039451", + "___id": "T000002R039582", "___s": true }, { @@ -355341,7 +355967,7 @@ "filename": "Size.js", "lineno": 762, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\structs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\structs", "code": {} }, "description": "The width and height are automatically adjusted to make the size cover the entire target area while keeping the aspect ratio. This may extend further out than the target size.", @@ -355360,7 +355986,7 @@ "memberof": "Phaser.Structs.Size", "longname": "Phaser.Structs.Size.ENVELOP", "scope": "static", - "___id": "T000002R039453", + "___id": "T000002R039584", "___s": true }, { @@ -355369,7 +355995,7 @@ "filename": "CanvasTexture.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "classdesc": "A Canvas Texture is a special kind of Texture that is backed by an HTML Canvas Element as its source.\r\rYou can use the properties of this texture to draw to the canvas element directly, using all of the standard\rcanvas operations available in the browser. Any Game Object can be given this texture and will render with it.\r\rNote: When running under WebGL the Canvas Texture needs to re-generate its base WebGLTexture and reupload it to\rthe GPU every time you modify it, otherwise the changes you make to this texture will not be visible. To do this\ryou should call `CanvasTexture.refresh()` once you are finished with your changes to the canvas. Try and keep\rthis to a minimum, especially on large canvas sizes, or you may inadvertently thrash the GPU by constantly uploading\rtexture data to it. This restriction does not apply if using the Canvas Renderer.\r\rIt starts with only one frame that covers the whole of the canvas. You can add further frames, that specify\rsections of the canvas using the `add` method.\r\rShould you need to resize the canvas use the `setSize` method so that it accurately updates all of the underlying\rtexture data as well. Forgetting to do this (i.e. by changing the canvas size directly from your code) could cause\rgraphical errors.", @@ -355449,7 +356075,7 @@ ], "scope": "static", "longname": "Phaser.Textures.CanvasTexture", - "___id": "T000002R039462", + "___id": "T000002R039593", "___s": true }, { @@ -355458,7 +356084,7 @@ "filename": "CanvasTexture.js", "lineno": 68, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The source Canvas Element.", @@ -355478,7 +356104,7 @@ "longname": "Phaser.Textures.CanvasTexture#canvas", "scope": "instance", "kind": "member", - "___id": "T000002R039468", + "___id": "T000002R039599", "___s": true }, { @@ -355487,7 +356113,7 @@ "filename": "CanvasTexture.js", "lineno": 78, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The 2D Canvas Rendering Context.", @@ -355507,7 +356133,7 @@ "longname": "Phaser.Textures.CanvasTexture#context", "scope": "instance", "kind": "member", - "___id": "T000002R039470", + "___id": "T000002R039601", "___s": true }, { @@ -355516,7 +356142,7 @@ "filename": "CanvasTexture.js", "lineno": 88, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The width of the Canvas.\rThis property is read-only, if you wish to change it use the `setSize` method.", @@ -355536,7 +356162,7 @@ "longname": "Phaser.Textures.CanvasTexture#width", "scope": "instance", "kind": "member", - "___id": "T000002R039473", + "___id": "T000002R039604", "___s": true }, { @@ -355545,7 +356171,7 @@ "filename": "CanvasTexture.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The height of the Canvas.\rThis property is read-only, if you wish to change it use the `setSize` method.", @@ -355565,7 +356191,7 @@ "longname": "Phaser.Textures.CanvasTexture#height", "scope": "instance", "kind": "member", - "___id": "T000002R039475", + "___id": "T000002R039606", "___s": true }, { @@ -355574,7 +356200,7 @@ "filename": "CanvasTexture.js", "lineno": 110, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The context image data.\rUse the `update` method to populate this when the canvas changes.", @@ -355593,7 +356219,7 @@ "longname": "Phaser.Textures.CanvasTexture#imageData", "scope": "instance", "kind": "member", - "___id": "T000002R039477", + "___id": "T000002R039608", "___s": true }, { @@ -355602,7 +356228,7 @@ "filename": "CanvasTexture.js", "lineno": 120, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "A Uint8ClampedArray view into the `buffer`.\rUse the `update` method to populate this when the canvas changes.\rNote that this is unavailable in some browsers, such as Epic Browser, due to their security restrictions.", @@ -355621,7 +356247,7 @@ "longname": "Phaser.Textures.CanvasTexture#data", "scope": "instance", "kind": "member", - "___id": "T000002R039479", + "___id": "T000002R039610", "___s": true }, { @@ -355630,7 +356256,7 @@ "filename": "CanvasTexture.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "An Uint32Array view into the `buffer`.", @@ -355649,7 +356275,7 @@ "longname": "Phaser.Textures.CanvasTexture#pixels", "scope": "instance", "kind": "member", - "___id": "T000002R039482", + "___id": "T000002R039613", "___s": true }, { @@ -355658,7 +356284,7 @@ "filename": "CanvasTexture.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "An ArrayBuffer the same size as the context ImageData.", @@ -355677,7 +356303,7 @@ "longname": "Phaser.Textures.CanvasTexture#buffer", "scope": "instance", "kind": "member", - "___id": "T000002R039484", + "___id": "T000002R039615", "___s": true }, { @@ -355686,7 +356312,7 @@ "filename": "CanvasTexture.js", "lineno": 173, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "This re-creates the `imageData` from the current context.\rIt then re-builds the ArrayBuffer, the `data` Uint8ClampedArray reference and the `pixels` Int32Array.\r\rWarning: This is a very expensive operation, so use it sparingly.", @@ -355710,7 +356336,7 @@ "memberof": "Phaser.Textures.CanvasTexture", "longname": "Phaser.Textures.CanvasTexture#update", "scope": "instance", - "___id": "T000002R039491", + "___id": "T000002R039622", "___s": true }, { @@ -355719,7 +356345,7 @@ "filename": "CanvasTexture.js", "lineno": 213, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Draws the given Image or Canvas element to this CanvasTexture, then updates the internal\rImageData buffer and arrays.", @@ -355809,7 +356435,7 @@ "memberof": "Phaser.Textures.CanvasTexture", "longname": "Phaser.Textures.CanvasTexture#draw", "scope": "instance", - "___id": "T000002R039500", + "___id": "T000002R039631", "___s": true }, { @@ -355818,7 +356444,7 @@ "filename": "CanvasTexture.js", "lineno": 241, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Draws the given texture frame to this CanvasTexture, then updates the internal\rImageData buffer and arrays.", @@ -355926,7 +356552,7 @@ "memberof": "Phaser.Textures.CanvasTexture", "longname": "Phaser.Textures.CanvasTexture#drawFrame", "scope": "instance", - "___id": "T000002R039503", + "___id": "T000002R039634", "___s": true }, { @@ -355935,7 +356561,7 @@ "filename": "CanvasTexture.js", "lineno": 291, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Sets a pixel in the CanvasTexture to the given color and alpha values.\r\rThis is an expensive operation to run in large quantities, so use sparingly.", @@ -356042,7 +356668,7 @@ "memberof": "Phaser.Textures.CanvasTexture", "longname": "Phaser.Textures.CanvasTexture#setPixel", "scope": "instance", - "___id": "T000002R039513", + "___id": "T000002R039644", "___s": true }, { @@ -356051,7 +356677,7 @@ "filename": "CanvasTexture.js", "lineno": 332, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Puts the ImageData into the context of this CanvasTexture at the given coordinates.", @@ -356175,7 +356801,7 @@ "memberof": "Phaser.Textures.CanvasTexture", "longname": "Phaser.Textures.CanvasTexture#putData", "scope": "instance", - "___id": "T000002R039524", + "___id": "T000002R039655", "___s": true }, { @@ -356184,7 +356810,7 @@ "filename": "CanvasTexture.js", "lineno": 360, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Gets an ImageData region from this CanvasTexture from the position and size specified.\rYou can write this back using `CanvasTexture.putData`, or manipulate it.", @@ -356262,7 +356888,7 @@ "memberof": "Phaser.Textures.CanvasTexture", "longname": "Phaser.Textures.CanvasTexture#getData", "scope": "instance", - "___id": "T000002R039530", + "___id": "T000002R039661", "___s": true }, { @@ -356271,7 +356897,7 @@ "filename": "CanvasTexture.js", "lineno": 386, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Get the color of a specific pixel from this texture and store it in a Color object.\r\rIf you have drawn anything to this CanvasTexture since it was created you must call `CanvasTexture.update` to refresh the array buffer,\rotherwise this may return out of date color values, or worse - throw a run-time error as it tries to access an array element that doesn't exist.", @@ -356337,7 +356963,7 @@ "memberof": "Phaser.Textures.CanvasTexture", "longname": "Phaser.Textures.CanvasTexture#getPixel", "scope": "instance", - "___id": "T000002R039537", + "___id": "T000002R039668", "___s": true }, { @@ -356346,7 +356972,7 @@ "filename": "CanvasTexture.js", "lineno": 425, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Returns an array containing all of the pixels in the given region.\r\rIf the requested region extends outside the bounds of this CanvasTexture,\rthe region is truncated to fit.\r\rIf you have drawn anything to this CanvasTexture since it was created you must call `CanvasTexture.update` to refresh the array buffer,\rotherwise this may return out of date color values, or worse - throw a run-time error as it tries to access an array element that doesn't exist.", @@ -356448,7 +357074,7 @@ "memberof": "Phaser.Textures.CanvasTexture", "longname": "Phaser.Textures.CanvasTexture#getPixels", "scope": "instance", - "___id": "T000002R039546", + "___id": "T000002R039677", "___s": true }, { @@ -356457,7 +357083,7 @@ "filename": "CanvasTexture.js", "lineno": 480, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Returns the Image Data index for the given pixel in this CanvasTexture.\r\rThe index can be used to read directly from the `this.data` array.\r\rThe index points to the red value in the array. The subsequent 3 indexes\rpoint to green, blue and alpha respectively.", @@ -356508,7 +357134,7 @@ "memberof": "Phaser.Textures.CanvasTexture", "longname": "Phaser.Textures.CanvasTexture#getIndex", "scope": "instance", - "___id": "T000002R039568", + "___id": "T000002R039699", "___s": true }, { @@ -356517,7 +357143,7 @@ "filename": "CanvasTexture.js", "lineno": 511, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "This should be called manually if you are running under WebGL.\rIt will refresh the WebGLTexture from the Canvas source. Only call this if you know that the\rcanvas has changed, as there is a significant GPU texture allocation cost involved in doing so.", @@ -356541,7 +357167,7 @@ "memberof": "Phaser.Textures.CanvasTexture", "longname": "Phaser.Textures.CanvasTexture#refresh", "scope": "instance", - "___id": "T000002R039572", + "___id": "T000002R039703", "___s": true }, { @@ -356550,7 +357176,7 @@ "filename": "CanvasTexture.js", "lineno": 528, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Gets the Canvas Element.", @@ -356574,7 +357200,7 @@ "memberof": "Phaser.Textures.CanvasTexture", "longname": "Phaser.Textures.CanvasTexture#getCanvas", "scope": "instance", - "___id": "T000002R039574", + "___id": "T000002R039705", "___s": true }, { @@ -356583,7 +357209,7 @@ "filename": "CanvasTexture.js", "lineno": 541, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Gets the 2D Canvas Rendering Context.", @@ -356607,7 +357233,7 @@ "memberof": "Phaser.Textures.CanvasTexture", "longname": "Phaser.Textures.CanvasTexture#getContext", "scope": "instance", - "___id": "T000002R039576", + "___id": "T000002R039707", "___s": true }, { @@ -356616,7 +357242,7 @@ "filename": "CanvasTexture.js", "lineno": 554, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Clears the given region of this Canvas Texture, resetting it back to transparent.\rIf no region is given, the whole Canvas Texture is cleared.", @@ -356715,7 +357341,7 @@ "memberof": "Phaser.Textures.CanvasTexture", "longname": "Phaser.Textures.CanvasTexture#clear", "scope": "instance", - "___id": "T000002R039578", + "___id": "T000002R039709", "___s": true }, { @@ -356724,7 +357350,7 @@ "filename": "CanvasTexture.js", "lineno": 587, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Changes the size of this Canvas Texture.", @@ -356777,7 +357403,7 @@ "memberof": "Phaser.Textures.CanvasTexture", "longname": "Phaser.Textures.CanvasTexture#setSize", "scope": "instance", - "___id": "T000002R039585", + "___id": "T000002R039716", "___s": true }, { @@ -356786,7 +357412,7 @@ "filename": "CanvasTexture.js", "lineno": 626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Destroys this Texture and releases references to its sources and frames.", @@ -356797,7 +357423,7 @@ "longname": "Phaser.Textures.CanvasTexture#destroy", "scope": "instance", "overrides": "Phaser.Textures.Texture#destroy", - "___id": "T000002R039595", + "___id": "T000002R039726", "___s": true }, { @@ -356806,7 +357432,7 @@ "filename": "const.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Filter Types.", @@ -356816,7 +357442,7 @@ "since": "3.0.0", "longname": "Phaser.Textures.FilterMode", "scope": "static", - "___id": "T000002R039605", + "___id": "T000002R039736", "___s": true }, { @@ -356825,7 +357451,7 @@ "filename": "const.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Linear filter type.", @@ -356844,7 +357470,7 @@ "memberof": "Phaser.Textures.FilterMode", "longname": "Phaser.Textures.FilterMode.LINEAR", "scope": "static", - "___id": "T000002R039607", + "___id": "T000002R039738", "___s": true }, { @@ -356853,7 +357479,7 @@ "filename": "const.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Nearest neighbor filter type.", @@ -356872,7 +357498,7 @@ "memberof": "Phaser.Textures.FilterMode", "longname": "Phaser.Textures.FilterMode.NEAREST", "scope": "static", - "___id": "T000002R039609", + "___id": "T000002R039740", "___s": true }, { @@ -356881,7 +357507,7 @@ "filename": "DynamicTexture.js", "lineno": 19, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "classdesc": "A Dynamic Texture is a special texture that allows you to draw textures, frames and most kind of\rGame Objects directly to it.\r\rYou can take many complex objects and draw them to this one texture, which can then be used as the\rbase texture for other Game Objects, such as Sprites. Should you then update this texture, all\rGame Objects using it will instantly be updated as well, reflecting the changes immediately.\r\rIt's a powerful way to generate dynamic textures at run-time that are WebGL friendly and don't invoke\rexpensive GPU uploads on each change.\r\r```js\rconst t = this.textures.addDynamicTexture('player', 64, 128);\r// draw objects to t\rthis.add.sprite(x, y, 'player');\r```\r\rBecause this is a standard Texture within Phaser, you can add frames to it, meaning you can use it\rto generate sprite sheets, texture atlases or tile sets.\r\rUnder WebGL1, a FrameBuffer, which is what this Dynamic Texture uses internally, cannot be anti-aliased.\rThis means that when drawing objects such as Shapes or Graphics instances to this texture, they may appear\rto be drawn with no aliasing around the edges. This is a technical limitation of WebGL1. To get around it,\rcreate your shape as a texture in an art package, then draw that to this texture.\r\rBased on the assumption that you will be using this Dynamic Texture as a source for Sprites, it will\rautomatically invert any drawing done to it on the y axis. If you do not require this, please call the\r`setIsSpriteTexture()` method and pass it `false` as its parameter. Do this before you start drawing\rto this texture, otherwise you will get vertically inverted frames under WebGL. This isn't required\rfor Canvas.", @@ -356952,7 +357578,7 @@ ], "scope": "static", "longname": "Phaser.Textures.DynamicTexture", - "___id": "T000002R039623", + "___id": "T000002R039754", "___s": true }, { @@ -356961,7 +357587,7 @@ "filename": "DynamicTexture.js", "lineno": 73, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The internal data type of this object.", @@ -356981,7 +357607,7 @@ "longname": "Phaser.Textures.DynamicTexture#type", "scope": "instance", "kind": "member", - "___id": "T000002R039629", + "___id": "T000002R039760", "___s": true }, { @@ -356990,7 +357616,7 @@ "filename": "DynamicTexture.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "A reference to either the Canvas or WebGL Renderer that the Game instance is using.", @@ -357019,7 +357645,7 @@ "longname": "Phaser.Textures.DynamicTexture#renderer", "scope": "instance", "kind": "member", - "___id": "T000002R039634", + "___id": "T000002R039765", "___s": true }, { @@ -357028,7 +357654,7 @@ "filename": "DynamicTexture.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The width of this Dynamic Texture.\r\rTreat this property as read-only. Use the `setSize` method to change the size.", @@ -357047,7 +357673,7 @@ "longname": "Phaser.Textures.DynamicTexture#width", "scope": "instance", "kind": "member", - "___id": "T000002R039636", + "___id": "T000002R039767", "___s": true }, { @@ -357056,7 +357682,7 @@ "filename": "DynamicTexture.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The height of this Dynamic Texture.\r\rTreat this property as read-only. Use the `setSize` method to change the size.", @@ -357075,7 +357701,7 @@ "longname": "Phaser.Textures.DynamicTexture#height", "scope": "instance", "kind": "member", - "___id": "T000002R039638", + "___id": "T000002R039769", "___s": true }, { @@ -357084,7 +357710,7 @@ "filename": "DynamicTexture.js", "lineno": 124, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "This flag is set to 'true' during `beginDraw` and reset to 'false` in `endDraw`,\rallowing you to determine if this Dynamic Texture is batch drawing, or not.", @@ -357104,7 +357730,7 @@ "longname": "Phaser.Textures.DynamicTexture#isDrawing", "scope": "instance", "kind": "member", - "___id": "T000002R039640", + "___id": "T000002R039771", "___s": true }, { @@ -357113,7 +357739,7 @@ "filename": "DynamicTexture.js", "lineno": 135, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "A reference to the Rendering Context belonging to the Canvas Element this Dynamic Texture is drawing to.", @@ -357132,7 +357758,7 @@ "longname": "Phaser.Textures.DynamicTexture#canvas", "scope": "instance", "kind": "member", - "___id": "T000002R039642", + "___id": "T000002R039773", "___s": true }, { @@ -357141,7 +357767,7 @@ "filename": "DynamicTexture.js", "lineno": 144, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The 2D Canvas Rendering Context.", @@ -357161,7 +357787,7 @@ "longname": "Phaser.Textures.DynamicTexture#context", "scope": "instance", "kind": "member", - "___id": "T000002R039644", + "___id": "T000002R039775", "___s": true }, { @@ -357170,7 +357796,7 @@ "filename": "DynamicTexture.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Is this Dynamic Texture dirty or not? If not it won't spend time clearing or filling itself.", @@ -357189,7 +357815,7 @@ "longname": "Phaser.Textures.DynamicTexture#dirty", "scope": "instance", "kind": "member", - "___id": "T000002R039647", + "___id": "T000002R039778", "___s": true }, { @@ -357198,7 +357824,7 @@ "filename": "DynamicTexture.js", "lineno": 163, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Is this Dynamic Texture being used as the base texture for a Sprite Game Object?\r\rThis is enabled by default, as we expect that will be the core use for Dynamic Textures.\r\rHowever, to disable it, call `RenderTexture.setIsSpriteTexture(false)`.\r\rYou should do this _before_ drawing to this texture, so that it correctly\rinverses the frames for WebGL rendering. Not doing so will result in vertically flipped frames.\r\rThis property is used in the `endDraw` method.", @@ -357217,7 +357843,7 @@ "longname": "Phaser.Textures.DynamicTexture#isSpriteTexture", "scope": "instance", "kind": "member", - "___id": "T000002R039649", + "___id": "T000002R039780", "___s": true }, { @@ -357226,7 +357852,7 @@ "filename": "DynamicTexture.js", "lineno": 191, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "An internal Camera that can be used to move around this Dynamic Texture.\r\rControl it just like you would any Scene Camera. The difference is that it only impacts\rthe placement of **Game Objects** (not textures) that you then draw to this texture.\r\rYou can scroll, zoom and rotate this Camera.", @@ -357245,7 +357871,7 @@ "longname": "Phaser.Textures.DynamicTexture#camera", "scope": "instance", "kind": "member", - "___id": "T000002R039653", + "___id": "T000002R039784", "___s": true }, { @@ -357254,7 +357880,7 @@ "filename": "DynamicTexture.js", "lineno": 205, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The Render Target that belongs to this Dynamic Texture.\r\rA Render Target encapsulates a framebuffer and texture for the WebGL Renderer.\r\rThis property remains `null` under Canvas.", @@ -357273,7 +357899,7 @@ "longname": "Phaser.Textures.DynamicTexture#renderTarget", "scope": "instance", "kind": "member", - "___id": "T000002R039655", + "___id": "T000002R039786", "___s": true }, { @@ -357282,7 +357908,7 @@ "filename": "DynamicTexture.js", "lineno": 218, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "A reference to the WebGL Single Pipeline.\r\rThis property remains `null` under Canvas.", @@ -357301,7 +357927,7 @@ "longname": "Phaser.Textures.DynamicTexture#pipeline", "scope": "instance", "kind": "member", - "___id": "T000002R039657", + "___id": "T000002R039788", "___s": true }, { @@ -357310,7 +357936,7 @@ "filename": "DynamicTexture.js", "lineno": 232, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Resizes this Dynamic Texture to the new dimensions given.\r\rIn WebGL it will destroy and then re-create the frame buffer being used by this Dynamic Texture.\rIn Canvas it will resize the underlying canvas DOM element.\r\rBoth approaches will erase everything currently drawn to this texture.\r\rIf the dimensions given are the same as those already being used, calling this method will do nothing.", @@ -357365,7 +357991,7 @@ "memberof": "Phaser.Textures.DynamicTexture", "longname": "Phaser.Textures.DynamicTexture#setSize", "scope": "instance", - "___id": "T000002R039659", + "___id": "T000002R039790", "___s": true }, { @@ -357374,7 +358000,7 @@ "filename": "DynamicTexture.js", "lineno": 314, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Links the WebGL Textures used by this Dynamic Texture to its Render Target.\r\rThis method is called internally by the Dynamic Texture when it is first created,\ror if you change its size.", @@ -357399,7 +358025,7 @@ "memberof": "Phaser.Textures.DynamicTexture", "longname": "Phaser.Textures.DynamicTexture#setFromRenderTarget", "scope": "instance", - "___id": "T000002R039674", + "___id": "T000002R039805", "___s": true }, { @@ -357408,7 +358034,7 @@ "filename": "DynamicTexture.js", "lineno": 339, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "If you are planning on using this Render Texture as a base texture for Sprite\rGame Objects, then you should call this method with a value of `true` before\rdrawing anything to it, otherwise you will get inverted frames in WebGL.", @@ -357448,7 +358074,7 @@ "memberof": "Phaser.Textures.DynamicTexture", "longname": "Phaser.Textures.DynamicTexture#setIsSpriteTexture", "scope": "instance", - "___id": "T000002R039682", + "___id": "T000002R039813", "___s": true }, { @@ -357457,7 +358083,7 @@ "filename": "DynamicTexture.js", "lineno": 358, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Fills this Dynamic Texture with the given color.\r\rBy default it will fill the entire texture, however you can set it to fill a specific\rrectangular area by using the x, y, width and height arguments.\r\rThe color should be given in hex format, i.e. 0xff0000 for red, 0x00ff00 for green, etc.", @@ -357572,22 +358198,84 @@ "memberof": "Phaser.Textures.DynamicTexture", "longname": "Phaser.Textures.DynamicTexture#fill", "scope": "instance", - "___id": "T000002R039685", + "___id": "T000002R039816", "___s": true }, { - "comment": "/**\r\n * Fully clears this Dynamic Texture, erasing everything from it and resetting it back to\r\n * a blank, transparent, texture.\r\n *\r\n * @method Phaser.Textures.DynamicTexture#clear\r\n * @since 3.2.0\r\n *\r\n * @return {this} This Dynamic Texture instance.\r\n */", + "comment": "/**\r\n * Clears a portion or everything from this Dynamic Texture by erasing it and resetting it back to\r\n * a blank, transparent, texture. To clear an area, specify the `x`, `y`, `width` and `height`.\r\n * @method Phaser.Textures.DynamicTexture#clear\r\n * @since 3.2.0\r\n *\r\n * @param {number} [x=0] - The left coordinate of the fill rectangle.\r\n * @param {number} [y=0] - The top coordinate of the fill rectangle.\r\n * @param {number} [width=this.width] - The width of the fill rectangle.\r\n * @param {number} [height=this.height] - The height of the fill rectangle.\r\n * \r\n * @return {this} This Dynamic Texture instance.\r\n */", "meta": { "filename": "DynamicTexture.js", "lineno": 433, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, - "description": "Fully clears this Dynamic Texture, erasing everything from it and resetting it back to\ra blank, transparent, texture.", + "description": "Clears a portion or everything from this Dynamic Texture by erasing it and resetting it back to\ra blank, transparent, texture. To clear an area, specify the `x`, `y`, `width` and `height`.", "kind": "function", "name": "clear", "since": "3.2.0", + "params": [ + { + "type": { + "names": [ + "number" + ], + "parsedType": { + "type": "NameExpression", + "name": "number" + } + }, + "optional": true, + "defaultvalue": 0, + "description": "The left coordinate of the fill rectangle.", + "name": "x" + }, + { + "type": { + "names": [ + "number" + ], + "parsedType": { + "type": "NameExpression", + "name": "number" + } + }, + "optional": true, + "defaultvalue": 0, + "description": "The top coordinate of the fill rectangle.", + "name": "y" + }, + { + "type": { + "names": [ + "number" + ], + "parsedType": { + "type": "NameExpression", + "name": "number" + } + }, + "optional": true, + "defaultvalue": "this.width", + "description": "The width of the fill rectangle.", + "name": "width" + }, + { + "type": { + "names": [ + "number" + ], + "parsedType": { + "type": "NameExpression", + "name": "number" + } + }, + "optional": true, + "defaultvalue": "this.height", + "description": "The height of the fill rectangle.", + "name": "height" + } + ], "returns": [ { "type": { @@ -357606,16 +358294,16 @@ "memberof": "Phaser.Textures.DynamicTexture", "longname": "Phaser.Textures.DynamicTexture#clear", "scope": "instance", - "___id": "T000002R039706", + "___id": "T000002R039837", "___s": true }, { "comment": "/**\r\n * Takes the given texture key and frame and then stamps it at the given\r\n * x and y coordinates. You can use the optional 'config' argument to provide\r\n * lots more options about how the stamp is applied, including the alpha,\r\n * tint, angle, scale and origin.\r\n *\r\n * By default, the frame will stamp on the x/y coordinates based on its center.\r\n *\r\n * If you wish to stamp from the top-left, set the config `originX` and\r\n * `originY` properties both to zero.\r\n *\r\n * @method Phaser.Textures.DynamicTexture#stamp\r\n * @since 3.60.0\r\n *\r\n * @param {string} key - The key of the texture to be used, as stored in the Texture Manager.\r\n * @param {(string|number)} [frame] - The name or index of the frame within the Texture. Set to `null` to skip this argument if not required.\r\n * @param {number} [x=0] - The x position to draw the frame at.\r\n * @param {number} [y=0] - The y position to draw the frame at.\r\n * @param {Phaser.Types.Textures.StampConfig} [config] - The stamp configuration object, allowing you to set the alpha, tint, angle, scale and origin of the stamp.\r\n *\r\n * @return {this} This Dynamic Texture instance.\r\n */", "meta": { "filename": "DynamicTexture.js", - "lineno": 467, + "lineno": 479, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Takes the given texture key and frame and then stamps it at the given\rx and y coordinates. You can use the optional 'config' argument to provide\rlots more options about how the stamp is applied, including the alpha,\rtint, angle, scale and origin.\r\rBy default, the frame will stamp on the x/y coordinates based on its center.\r\rIf you wish to stamp from the top-left, set the config `originX` and\r`originY` properties both to zero.", @@ -357723,16 +358411,16 @@ "memberof": "Phaser.Textures.DynamicTexture", "longname": "Phaser.Textures.DynamicTexture#stamp", "scope": "instance", - "___id": "T000002R039711", + "___id": "T000002R039842", "___s": true }, { "comment": "/**\r\n * Draws the given object, or an array of objects, to this Dynamic Texture using a blend mode of ERASE.\r\n * This has the effect of erasing any filled pixels present in the objects from this texture.\r\n *\r\n * It can accept any of the following:\r\n *\r\n * * Any renderable Game Object, such as a Sprite, Text, Graphics or TileSprite.\r\n * * Tilemap Layers.\r\n * * A Group. The contents of which will be iterated and drawn in turn.\r\n * * A Container. The contents of which will be iterated fully, and drawn in turn.\r\n * * A Scene Display List. Pass in `Scene.children` to draw the whole list.\r\n * * Another Dynamic Texture, or a Render Texture.\r\n * * A Texture Frame instance.\r\n * * A string. This is used to look-up the texture from the Texture Manager.\r\n *\r\n * Note: You cannot erase a Dynamic Texture from itself.\r\n *\r\n * If passing in a Group or Container it will only draw children that return `true`\r\n * when their `willRender()` method is called. I.e. a Container with 10 children,\r\n * 5 of which have `visible=false` will only draw the 5 visible ones.\r\n *\r\n * If passing in an array of Game Objects it will draw them all, regardless if\r\n * they pass a `willRender` check or not.\r\n *\r\n * You can pass in a string in which case it will look for a texture in the Texture\r\n * Manager matching that string, and draw the base frame.\r\n *\r\n * You can pass in the `x` and `y` coordinates to draw the objects at. The use of\r\n * the coordinates differ based on what objects are being drawn. If the object is\r\n * a Group, Container or Display List, the coordinates are _added_ to the positions\r\n * of the children. For all other types of object, the coordinates are exact.\r\n *\r\n * Calling this method causes the WebGL batch to flush, so it can write the texture\r\n * data to the framebuffer being used internally. The batch is flushed at the end,\r\n * after the entries have been iterated. So if you've a bunch of objects to draw,\r\n * try and pass them in an array in one single call, rather than making lots of\r\n * separate calls.\r\n *\r\n * If you are not planning on using this Dynamic Texture as a base texture for Sprite\r\n * Game Objects, then you should set `DynamicTexture.isSpriteTexture = false` before\r\n * calling this method, otherwise you will get vertically inverted frames in WebGL.\r\n *\r\n * @method Phaser.Textures.DynamicTexture#erase\r\n * @since 3.16.0\r\n *\r\n * @param {any} entries - Any renderable Game Object, or Group, Container, Display List, Render Texture, Texture Frame, or an array of any of these.\r\n * @param {number} [x=0] - The x position to draw the Frame at, or the offset applied to the object.\r\n * @param {number} [y=0] - The y position to draw the Frame at, or the offset applied to the object.\r\n *\r\n * @return {this} This Dynamic Texture instance.\r\n */", "meta": { "filename": "DynamicTexture.js", - "lineno": 547, + "lineno": 559, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Draws the given object, or an array of objects, to this Dynamic Texture using a blend mode of ERASE.\rThis has the effect of erasing any filled pixels present in the objects from this texture.\r\rIt can accept any of the following:\r\r* Any renderable Game Object, such as a Sprite, Text, Graphics or TileSprite.\r* Tilemap Layers.\r* A Group. The contents of which will be iterated and drawn in turn.\r* A Container. The contents of which will be iterated fully, and drawn in turn.\r* A Scene Display List. Pass in `Scene.children` to draw the whole list.\r* Another Dynamic Texture, or a Render Texture.\r* A Texture Frame instance.\r* A string. This is used to look-up the texture from the Texture Manager.\r\rNote: You cannot erase a Dynamic Texture from itself.\r\rIf passing in a Group or Container it will only draw children that return `true`\rwhen their `willRender()` method is called. I.e. a Container with 10 children,\r5 of which have `visible=false` will only draw the 5 visible ones.\r\rIf passing in an array of Game Objects it will draw them all, regardless if\rthey pass a `willRender` check or not.\r\rYou can pass in a string in which case it will look for a texture in the Texture\rManager matching that string, and draw the base frame.\r\rYou can pass in the `x` and `y` coordinates to draw the objects at. The use of\rthe coordinates differ based on what objects are being drawn. If the object is\ra Group, Container or Display List, the coordinates are _added_ to the positions\rof the children. For all other types of object, the coordinates are exact.\r\rCalling this method causes the WebGL batch to flush, so it can write the texture\rdata to the framebuffer being used internally. The batch is flushed at the end,\rafter the entries have been iterated. So if you've a bunch of objects to draw,\rtry and pass them in an array in one single call, rather than making lots of\rseparate calls.\r\rIf you are not planning on using this Dynamic Texture as a base texture for Sprite\rGame Objects, then you should set `DynamicTexture.isSpriteTexture = false` before\rcalling this method, otherwise you will get vertically inverted frames in WebGL.", @@ -357802,16 +358490,16 @@ "memberof": "Phaser.Textures.DynamicTexture", "longname": "Phaser.Textures.DynamicTexture#erase", "scope": "instance", - "___id": "T000002R039730", + "___id": "T000002R039861", "___s": true }, { "comment": "/**\r\n * Draws the given object, or an array of objects, to this Dynamic Texture.\r\n *\r\n * It can accept any of the following:\r\n *\r\n * * Any renderable Game Object, such as a Sprite, Text, Graphics or TileSprite.\r\n * * Tilemap Layers.\r\n * * A Group. The contents of which will be iterated and drawn in turn.\r\n * * A Container. The contents of which will be iterated fully, and drawn in turn.\r\n * * A Scene Display List. Pass in `Scene.children` to draw the whole list.\r\n * * Another Dynamic Texture, or a Render Texture.\r\n * * A Texture Frame instance.\r\n * * A string. This is used to look-up the texture from the Texture Manager.\r\n *\r\n * Note 1: You cannot draw a Dynamic Texture to itself.\r\n *\r\n * Note 2: For Game Objects that have Post FX Pipelines, the pipeline _cannot_ be\r\n * used when drawn to this texture.\r\n *\r\n * If passing in a Group or Container it will only draw children that return `true`\r\n * when their `willRender()` method is called. I.e. a Container with 10 children,\r\n * 5 of which have `visible=false` will only draw the 5 visible ones.\r\n *\r\n * If passing in an array of Game Objects it will draw them all, regardless if\r\n * they pass a `willRender` check or not.\r\n *\r\n * You can pass in a string in which case it will look for a texture in the Texture\r\n * Manager matching that string, and draw the base frame. If you need to specify\r\n * exactly which frame to draw then use the method `drawFrame` instead.\r\n *\r\n * You can pass in the `x` and `y` coordinates to draw the objects at. The use of\r\n * the coordinates differ based on what objects are being drawn. If the object is\r\n * a Group, Container or Display List, the coordinates are _added_ to the positions\r\n * of the children. For all other types of object, the coordinates are exact.\r\n *\r\n * The `alpha` and `tint` values are only used by Texture Frames.\r\n * Game Objects use their own alpha and tint values when being drawn.\r\n *\r\n * Calling this method causes the WebGL batch to flush, so it can write the texture\r\n * data to the framebuffer being used internally. The batch is flushed at the end,\r\n * after the entries have been iterated. So if you've a bunch of objects to draw,\r\n * try and pass them in an array in one single call, rather than making lots of\r\n * separate calls.\r\n *\r\n * If you are not planning on using this Dynamic Texture as a base texture for Sprite\r\n * Game Objects, then you should set `DynamicTexture.isSpriteTexture = false` before\r\n * calling this method, otherwise you will get vertically inverted frames in WebGL.\r\n *\r\n * @method Phaser.Textures.DynamicTexture#draw\r\n * @since 3.2.0\r\n *\r\n * @param {any} entries - Any renderable Game Object, or Group, Container, Display List, other Render Texture, Texture Frame or an array of any of these.\r\n * @param {number} [x=0] - The x position to draw the Frame at, or the offset applied to the object.\r\n * @param {number} [y=0] - The y position to draw the Frame at, or the offset applied to the object.\r\n * @param {number} [alpha=1] - The alpha value. Only used when drawing Texture Frames to this texture. Game Objects use their own alpha.\r\n * @param {number} [tint=0xffffff] - The tint color value. Only used when drawing Texture Frames to this texture. Game Objects use their own tint. WebGL only.\r\n *\r\n * @return {this} This Dynamic Texture instance.\r\n */", "meta": { "filename": "DynamicTexture.js", - "lineno": 609, + "lineno": 621, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Draws the given object, or an array of objects, to this Dynamic Texture.\r\rIt can accept any of the following:\r\r* Any renderable Game Object, such as a Sprite, Text, Graphics or TileSprite.\r* Tilemap Layers.\r* A Group. The contents of which will be iterated and drawn in turn.\r* A Container. The contents of which will be iterated fully, and drawn in turn.\r* A Scene Display List. Pass in `Scene.children` to draw the whole list.\r* Another Dynamic Texture, or a Render Texture.\r* A Texture Frame instance.\r* A string. This is used to look-up the texture from the Texture Manager.\r\rNote 1: You cannot draw a Dynamic Texture to itself.\r\rNote 2: For Game Objects that have Post FX Pipelines, the pipeline _cannot_ be\rused when drawn to this texture.\r\rIf passing in a Group or Container it will only draw children that return `true`\rwhen their `willRender()` method is called. I.e. a Container with 10 children,\r5 of which have `visible=false` will only draw the 5 visible ones.\r\rIf passing in an array of Game Objects it will draw them all, regardless if\rthey pass a `willRender` check or not.\r\rYou can pass in a string in which case it will look for a texture in the Texture\rManager matching that string, and draw the base frame. If you need to specify\rexactly which frame to draw then use the method `drawFrame` instead.\r\rYou can pass in the `x` and `y` coordinates to draw the objects at. The use of\rthe coordinates differ based on what objects are being drawn. If the object is\ra Group, Container or Display List, the coordinates are _added_ to the positions\rof the children. For all other types of object, the coordinates are exact.\r\rThe `alpha` and `tint` values are only used by Texture Frames.\rGame Objects use their own alpha and tint values when being drawn.\r\rCalling this method causes the WebGL batch to flush, so it can write the texture\rdata to the framebuffer being used internally. The batch is flushed at the end,\rafter the entries have been iterated. So if you've a bunch of objects to draw,\rtry and pass them in an array in one single call, rather than making lots of\rseparate calls.\r\rIf you are not planning on using this Dynamic Texture as a base texture for Sprite\rGame Objects, then you should set `DynamicTexture.isSpriteTexture = false` before\rcalling this method, otherwise you will get vertically inverted frames in WebGL.", @@ -357911,16 +358599,16 @@ "memberof": "Phaser.Textures.DynamicTexture", "longname": "Phaser.Textures.DynamicTexture#draw", "scope": "instance", - "___id": "T000002R039734", + "___id": "T000002R039865", "___s": true }, { "comment": "/**\r\n * Draws the Texture Frame to the Render Texture at the given position.\r\n *\r\n * Textures are referenced by their string-based keys, as stored in the Texture Manager.\r\n *\r\n * ```javascript\r\n * var rt = this.add.renderTexture(0, 0, 800, 600);\r\n * rt.drawFrame(key, frame);\r\n * ```\r\n *\r\n * You can optionally provide a position, alpha and tint value to apply to the frame\r\n * before it is drawn.\r\n *\r\n * Calling this method will cause a batch flush, so if you've got a stack of things to draw\r\n * in a tight loop, try using the `draw` method instead.\r\n *\r\n * If you need to draw a Sprite to this Render Texture, use the `draw` method instead.\r\n *\r\n * If you are not planning on using this Dynamic Texture as a base texture for Sprite\r\n * Game Objects, then you should set `DynamicTexture.isSpriteTexture = false` before\r\n * calling this method, otherwise you will get vertically inverted frames in WebGL.\r\n *\r\n * @method Phaser.Textures.DynamicTexture#drawFrame\r\n * @since 3.12.0\r\n *\r\n * @param {string} key - The key of the texture to be used, as stored in the Texture Manager.\r\n * @param {(string|number)} [frame] - The name or index of the frame within the Texture. Set to `null` to skip this argument if not required.\r\n * @param {number} [x=0] - The x position to draw the frame at.\r\n * @param {number} [y=0] - The y position to draw the frame at.\r\n * @param {number} [alpha=1] - The alpha value. Only used when drawing Texture Frames to this texture.\r\n * @param {number} [tint=0xffffff] - The tint color value. Only used when drawing Texture Frames to this texture. WebGL only.\r\n *\r\n * @return {this} This Dynamic Texture instance.\r\n */", "meta": { "filename": "DynamicTexture.js", - "lineno": 677, + "lineno": 689, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Draws the Texture Frame to the Render Texture at the given position.\r\rTextures are referenced by their string-based keys, as stored in the Texture Manager.\r\r```javascript\rvar rt = this.add.renderTexture(0, 0, 800, 600);\rrt.drawFrame(key, frame);\r```\r\rYou can optionally provide a position, alpha and tint value to apply to the frame\rbefore it is drawn.\r\rCalling this method will cause a batch flush, so if you've got a stack of things to draw\rin a tight loop, try using the `draw` method instead.\r\rIf you need to draw a Sprite to this Render Texture, use the `draw` method instead.\r\rIf you are not planning on using this Dynamic Texture as a base texture for Sprite\rGame Objects, then you should set `DynamicTexture.isSpriteTexture = false` before\rcalling this method, otherwise you will get vertically inverted frames in WebGL.", @@ -358044,16 +358732,16 @@ "memberof": "Phaser.Textures.DynamicTexture", "longname": "Phaser.Textures.DynamicTexture#drawFrame", "scope": "instance", - "___id": "T000002R039736", + "___id": "T000002R039867", "___s": true }, { "comment": "/**\r\n * Takes the given Texture Frame and draws it to this Dynamic Texture as a fill pattern,\r\n * i.e. in a grid-layout based on the frame dimensions.\r\n *\r\n * Textures are referenced by their string-based keys, as stored in the Texture Manager.\r\n *\r\n * You can optionally provide a position, width, height, alpha and tint value to apply to\r\n * the frames before they are drawn. The position controls the top-left where the repeating\r\n * fill will start from. The width and height control the size of the filled area.\r\n *\r\n * The position can be negative if required, but the dimensions cannot.\r\n *\r\n * Calling this method will cause a batch flush by default. Use the `skipBatch` argument\r\n * to disable this if this call is part of a larger batch draw.\r\n *\r\n * If you are not planning on using this Dynamic Texture as a base texture for Sprite\r\n * Game Objects, then you should set `DynamicTexture.isSpriteTexture = false` before\r\n * calling this method, otherwise you will get vertically inverted frames in WebGL.\r\n *\r\n * @method Phaser.Textures.DynamicTexture#repeat\r\n * @since 3.60.0\r\n *\r\n * @param {string} key - The key of the texture to be used, as stored in the Texture Manager.\r\n * @param {(string|number)} [frame] - The name or index of the frame within the Texture. Set to `null` to skip this argument if not required.\r\n * @param {number} [x=0] - The x position to start drawing the frames from (can be negative to offset).\r\n * @param {number} [y=0] - The y position to start drawing the frames from (can be negative to offset).\r\n * @param {number} [width=this.width] - The width of the area to repeat the frame within. Defaults to the width of this Dynamic Texture.\r\n * @param {number} [height=this.height] - The height of the area to repeat the frame within. Defaults to the height of this Dynamic Texture.\r\n * @param {number} [alpha=1] - The alpha to use. Defaults to 1, no alpha.\r\n * @param {number} [tint=0xffffff] - WebGL only. The tint color to use. Leave as undefined, or 0xffffff to have no tint.\r\n * @param {boolean} [skipBatch=false] - Skip beginning and ending a batch with this call. Use if this is part of a bigger batched draw.\r\n *\r\n * @return {this} This Dynamic Texture instance.\r\n */", "meta": { "filename": "DynamicTexture.js", - "lineno": 720, + "lineno": 732, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Takes the given Texture Frame and draws it to this Dynamic Texture as a fill pattern,\ri.e. in a grid-layout based on the frame dimensions.\r\rTextures are referenced by their string-based keys, as stored in the Texture Manager.\r\rYou can optionally provide a position, width, height, alpha and tint value to apply to\rthe frames before they are drawn. The position controls the top-left where the repeating\rfill will start from. The width and height control the size of the filled area.\r\rThe position can be negative if required, but the dimensions cannot.\r\rCalling this method will cause a batch flush by default. Use the `skipBatch` argument\rto disable this if this call is part of a larger batch draw.\r\rIf you are not planning on using this Dynamic Texture as a base texture for Sprite\rGame Objects, then you should set `DynamicTexture.isSpriteTexture = false` before\rcalling this method, otherwise you will get vertically inverted frames in WebGL.", @@ -358222,16 +358910,16 @@ "memberof": "Phaser.Textures.DynamicTexture", "longname": "Phaser.Textures.DynamicTexture#repeat", "scope": "instance", - "___id": "T000002R039738", + "___id": "T000002R039869", "___s": true }, { "comment": "/**\r\n * Use this method if you need to batch draw a large number of Game Objects to\r\n * this Dynamic Texture in a single pass, or on a frequent basis. This is especially\r\n * useful under WebGL, however, if your game is using Canvas only, it will not make\r\n * any speed difference in that situation.\r\n *\r\n * This method starts the beginning of a batched draw, unless one is already open.\r\n *\r\n * Batched drawing is faster than calling `draw` in loop, but you must be careful\r\n * to manage the flow of code and remember to call `endDraw()` when you're finished.\r\n *\r\n * If you don't need to draw large numbers of objects it's much safer and easier\r\n * to use the `draw` method instead.\r\n *\r\n * The flow should be:\r\n *\r\n * ```javascript\r\n * // Call once:\r\n * DynamicTexture.beginDraw();\r\n *\r\n * // repeat n times:\r\n * DynamicTexture.batchDraw();\r\n * // or\r\n * DynamicTexture.batchDrawFrame();\r\n *\r\n * // Call once:\r\n * DynamicTexture.endDraw();\r\n * ```\r\n *\r\n * Do not call any methods other than `batchDraw`, `batchDrawFrame`, or `endDraw` once you\r\n * have started a batch. Also, be very careful not to destroy this Dynamic Texture while the\r\n * batch is still open. Doing so will cause a run-time error in the WebGL Renderer.\r\n *\r\n * You can use the `DynamicTexture.isDrawing` boolean property to tell if a batch is\r\n * currently open, or not.\r\n *\r\n * @method Phaser.Textures.DynamicTexture#beginDraw\r\n * @since 3.50.0\r\n *\r\n * @return {this} This Dynamic Texture instance.\r\n */", "meta": { "filename": "DynamicTexture.js", - "lineno": 909, + "lineno": 921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Use this method if you need to batch draw a large number of Game Objects to\rthis Dynamic Texture in a single pass, or on a frequent basis. This is especially\ruseful under WebGL, however, if your game is using Canvas only, it will not make\rany speed difference in that situation.\r\rThis method starts the beginning of a batched draw, unless one is already open.\r\rBatched drawing is faster than calling `draw` in loop, but you must be careful\rto manage the flow of code and remember to call `endDraw()` when you're finished.\r\rIf you don't need to draw large numbers of objects it's much safer and easier\rto use the `draw` method instead.\r\rThe flow should be:\r\r```javascript\r// Call once:\rDynamicTexture.beginDraw();\r\r// repeat n times:\rDynamicTexture.batchDraw();\r// or\rDynamicTexture.batchDrawFrame();\r\r// Call once:\rDynamicTexture.endDraw();\r```\r\rDo not call any methods other than `batchDraw`, `batchDrawFrame`, or `endDraw` once you\rhave started a batch. Also, be very careful not to destroy this Dynamic Texture while the\rbatch is still open. Doing so will cause a run-time error in the WebGL Renderer.\r\rYou can use the `DynamicTexture.isDrawing` boolean property to tell if a batch is\rcurrently open, or not.", @@ -358256,16 +358944,16 @@ "memberof": "Phaser.Textures.DynamicTexture", "longname": "Phaser.Textures.DynamicTexture#beginDraw", "scope": "instance", - "___id": "T000002R039785", + "___id": "T000002R039916", "___s": true }, { "comment": "/**\r\n * Use this method if you have already called `beginDraw` and need to batch\r\n * draw a large number of objects to this Dynamic Texture.\r\n *\r\n * This method batches the drawing of the given objects to this texture,\r\n * without causing a WebGL bind or batch flush for each one.\r\n *\r\n * It is faster than calling `draw`, but you must be careful to manage the\r\n * flow of code and remember to call `endDraw()`. If you don't need to draw large\r\n * numbers of objects it's much safer and easier to use the `draw` method instead.\r\n *\r\n * The flow should be:\r\n *\r\n * ```javascript\r\n * // Call once:\r\n * DynamicTexture.beginDraw();\r\n *\r\n * // repeat n times:\r\n * DynamicTexture.batchDraw();\r\n * // or\r\n * DynamicTexture.batchDrawFrame();\r\n *\r\n * // Call once:\r\n * DynamicTexture.endDraw();\r\n * ```\r\n *\r\n * Do not call any methods other than `batchDraw`, `batchDrawFrame`, or `endDraw` once you\r\n * have started a batch. Also, be very careful not to destroy this Dynamic Texture while the\r\n * batch is still open. Doing so will cause a run-time error in the WebGL Renderer.\r\n *\r\n * You can use the `DynamicTexture.isDrawing` boolean property to tell if a batch is\r\n * currently open, or not.\r\n *\r\n * This method can accept any of the following:\r\n *\r\n * * Any renderable Game Object, such as a Sprite, Text, Graphics or TileSprite.\r\n * * Tilemap Layers.\r\n * * A Group. The contents of which will be iterated and drawn in turn.\r\n * * A Container. The contents of which will be iterated fully, and drawn in turn.\r\n * * A Scene's Display List. Pass in `Scene.children` to draw the whole list.\r\n * * Another Dynamic Texture or Render Texture.\r\n * * A Texture Frame instance.\r\n * * A string. This is used to look-up a texture from the Texture Manager.\r\n *\r\n * Note: You cannot draw a Dynamic Texture to itself.\r\n *\r\n * If passing in a Group or Container it will only draw children that return `true`\r\n * when their `willRender()` method is called. I.e. a Container with 10 children,\r\n * 5 of which have `visible=false` will only draw the 5 visible ones.\r\n *\r\n * If passing in an array of Game Objects it will draw them all, regardless if\r\n * they pass a `willRender` check or not.\r\n *\r\n * You can pass in a string in which case it will look for a texture in the Texture\r\n * Manager matching that string, and draw the base frame. If you need to specify\r\n * exactly which frame to draw then use the method `drawFrame` instead.\r\n *\r\n * You can pass in the `x` and `y` coordinates to draw the objects at. The use of\r\n * the coordinates differ based on what objects are being drawn. If the object is\r\n * a Group, Container or Display List, the coordinates are _added_ to the positions\r\n * of the children. For all other types of object, the coordinates are exact.\r\n *\r\n * The `alpha` and `tint` values are only used by Texture Frames.\r\n * Game Objects use their own alpha and tint values when being drawn.\r\n *\r\n * @method Phaser.Textures.DynamicTexture#batchDraw\r\n * @since 3.50.0\r\n *\r\n * @param {any} entries - Any renderable Game Object, or Group, Container, Display List, other Dynamic or Texture, Texture Frame or an array of any of these.\r\n * @param {number} [x=0] - The x position to draw the Frame at, or the offset applied to the object.\r\n * @param {number} [y=0] - The y position to draw the Frame at, or the offset applied to the object.\r\n * @param {number} [alpha=1] - The alpha value. Only used when drawing Texture Frames to this texture. Game Objects use their own alpha.\r\n * @param {number} [tint=0xffffff] - The tint color value. Only used when drawing Texture Frames to this texture. Game Objects use their own tint. WebGL only.\r\n *\r\n * @return {this} This Dynamic Texture instance.\r\n */", "meta": { "filename": "DynamicTexture.js", - "lineno": 975, + "lineno": 987, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Use this method if you have already called `beginDraw` and need to batch\rdraw a large number of objects to this Dynamic Texture.\r\rThis method batches the drawing of the given objects to this texture,\rwithout causing a WebGL bind or batch flush for each one.\r\rIt is faster than calling `draw`, but you must be careful to manage the\rflow of code and remember to call `endDraw()`. If you don't need to draw large\rnumbers of objects it's much safer and easier to use the `draw` method instead.\r\rThe flow should be:\r\r```javascript\r// Call once:\rDynamicTexture.beginDraw();\r\r// repeat n times:\rDynamicTexture.batchDraw();\r// or\rDynamicTexture.batchDrawFrame();\r\r// Call once:\rDynamicTexture.endDraw();\r```\r\rDo not call any methods other than `batchDraw`, `batchDrawFrame`, or `endDraw` once you\rhave started a batch. Also, be very careful not to destroy this Dynamic Texture while the\rbatch is still open. Doing so will cause a run-time error in the WebGL Renderer.\r\rYou can use the `DynamicTexture.isDrawing` boolean property to tell if a batch is\rcurrently open, or not.\r\rThis method can accept any of the following:\r\r* Any renderable Game Object, such as a Sprite, Text, Graphics or TileSprite.\r* Tilemap Layers.\r* A Group. The contents of which will be iterated and drawn in turn.\r* A Container. The contents of which will be iterated fully, and drawn in turn.\r* A Scene's Display List. Pass in `Scene.children` to draw the whole list.\r* Another Dynamic Texture or Render Texture.\r* A Texture Frame instance.\r* A string. This is used to look-up a texture from the Texture Manager.\r\rNote: You cannot draw a Dynamic Texture to itself.\r\rIf passing in a Group or Container it will only draw children that return `true`\rwhen their `willRender()` method is called. I.e. a Container with 10 children,\r5 of which have `visible=false` will only draw the 5 visible ones.\r\rIf passing in an array of Game Objects it will draw them all, regardless if\rthey pass a `willRender` check or not.\r\rYou can pass in a string in which case it will look for a texture in the Texture\rManager matching that string, and draw the base frame. If you need to specify\rexactly which frame to draw then use the method `drawFrame` instead.\r\rYou can pass in the `x` and `y` coordinates to draw the objects at. The use of\rthe coordinates differ based on what objects are being drawn. If the object is\ra Group, Container or Display List, the coordinates are _added_ to the positions\rof the children. For all other types of object, the coordinates are exact.\r\rThe `alpha` and `tint` values are only used by Texture Frames.\rGame Objects use their own alpha and tint values when being drawn.", @@ -358365,16 +359053,16 @@ "memberof": "Phaser.Textures.DynamicTexture", "longname": "Phaser.Textures.DynamicTexture#batchDraw", "scope": "instance", - "___id": "T000002R039791", + "___id": "T000002R039922", "___s": true }, { "comment": "/**\r\n * Use this method if you have already called `beginDraw` and need to batch\r\n * draw a large number of texture frames to this Dynamic Texture.\r\n *\r\n * This method batches the drawing of the given frames to this Dynamic Texture,\r\n * without causing a WebGL bind or batch flush for each one.\r\n *\r\n * It is faster than calling `drawFrame`, but you must be careful to manage the\r\n * flow of code and remember to call `endDraw()`. If you don't need to draw large\r\n * numbers of frames it's much safer and easier to use the `drawFrame` method instead.\r\n *\r\n * The flow should be:\r\n *\r\n * ```javascript\r\n * // Call once:\r\n * DynamicTexture.beginDraw();\r\n *\r\n * // repeat n times:\r\n * DynamicTexture.batchDraw();\r\n * // or\r\n * DynamicTexture.batchDrawFrame();\r\n *\r\n * // Call once:\r\n * DynamicTexture.endDraw();\r\n * ```\r\n *\r\n * Do not call any methods other than `batchDraw`, `batchDrawFrame`, or `endDraw` once you\r\n * have started a batch. Also, be very careful not to destroy this Dynamic Texture while the\r\n * batch is still open. Doing so will cause a run-time error in the WebGL Renderer.\r\n *\r\n * You can use the `DynamicTexture.isDrawing` boolean property to tell if a batch is\r\n * currently open, or not.\r\n *\r\n * Textures are referenced by their string-based keys, as stored in the Texture Manager.\r\n *\r\n * You can optionally provide a position, alpha and tint value to apply to the frame\r\n * before it is drawn.\r\n *\r\n * @method Phaser.Textures.DynamicTexture#batchDrawFrame\r\n * @since 3.50.0\r\n *\r\n * @param {string} key - The key of the texture to be used, as stored in the Texture Manager.\r\n * @param {(string|number)} [frame] - The name or index of the frame within the Texture.\r\n * @param {number} [x=0] - The x position to draw the frame at.\r\n * @param {number} [y=0] - The y position to draw the frame at.\r\n * @param {number} [alpha=1] - The alpha value. Only used when drawing Texture Frames to this texture. Game Objects use their own alpha.\r\n * @param {number} [tint=0xffffff] - The tint color value. Only used when drawing Texture Frames to this texture. Game Objects use their own tint. WebGL only.\r\n *\r\n * @return {this} This Dynamic Texture instance.\r\n */", "meta": { "filename": "DynamicTexture.js", - "lineno": 1063, + "lineno": 1075, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Use this method if you have already called `beginDraw` and need to batch\rdraw a large number of texture frames to this Dynamic Texture.\r\rThis method batches the drawing of the given frames to this Dynamic Texture,\rwithout causing a WebGL bind or batch flush for each one.\r\rIt is faster than calling `drawFrame`, but you must be careful to manage the\rflow of code and remember to call `endDraw()`. If you don't need to draw large\rnumbers of frames it's much safer and easier to use the `drawFrame` method instead.\r\rThe flow should be:\r\r```javascript\r// Call once:\rDynamicTexture.beginDraw();\r\r// repeat n times:\rDynamicTexture.batchDraw();\r// or\rDynamicTexture.batchDrawFrame();\r\r// Call once:\rDynamicTexture.endDraw();\r```\r\rDo not call any methods other than `batchDraw`, `batchDrawFrame`, or `endDraw` once you\rhave started a batch. Also, be very careful not to destroy this Dynamic Texture while the\rbatch is still open. Doing so will cause a run-time error in the WebGL Renderer.\r\rYou can use the `DynamicTexture.isDrawing` boolean property to tell if a batch is\rcurrently open, or not.\r\rTextures are referenced by their string-based keys, as stored in the Texture Manager.\r\rYou can optionally provide a position, alpha and tint value to apply to the frame\rbefore it is drawn.", @@ -358498,16 +359186,16 @@ "memberof": "Phaser.Textures.DynamicTexture", "longname": "Phaser.Textures.DynamicTexture#batchDrawFrame", "scope": "instance", - "___id": "T000002R039794", + "___id": "T000002R039925", "___s": true }, { "comment": "/**\r\n * Use this method to finish batch drawing to this Dynamic Texture.\r\n *\r\n * Doing so will stop the WebGL Renderer from capturing draws and then blit the\r\n * framebuffer to the Render Target owned by this texture.\r\n *\r\n * Calling this method without first calling `beginDraw` will have no effect.\r\n *\r\n * Batch drawing is faster than calling `draw`, but you must be careful to manage the\r\n * flow of code and remember to call `endDraw()` when you're finished.\r\n *\r\n * If you don't need to draw large numbers of objects it's much safer and easier\r\n * to use the `draw` method instead.\r\n *\r\n * The flow should be:\r\n *\r\n * ```javascript\r\n * // Call once:\r\n * DynamicTexture.beginDraw();\r\n *\r\n * // repeat n times:\r\n * DynamicTexture.batchDraw();\r\n * // or\r\n * DynamicTexture.batchDrawFrame();\r\n *\r\n * // Call once:\r\n * DynamicTexture.endDraw();\r\n * ```\r\n *\r\n * Do not call any methods other than `batchDraw`, `batchDrawFrame`, or `endDraw` once you\r\n * have started a batch. Also, be very careful not to destroy this Dynamic Texture while the\r\n * batch is still open. Doing so will cause a run-time error in the WebGL Renderer.\r\n *\r\n * You can use the `DynamicTexture.isDrawing` boolean property to tell if a batch is\r\n * currently open, or not.\r\n *\r\n * @method Phaser.Textures.DynamicTexture#endDraw\r\n * @since 3.50.0\r\n *\r\n * @param {boolean} [erase=false] - Draws all objects in this batch using a blend mode of ERASE. This has the effect of erasing any filled pixels in the objects being drawn.\r\n *\r\n * @return {this} This Dynamic Texture instance.\r\n */", "meta": { "filename": "DynamicTexture.js", - "lineno": 1137, + "lineno": 1149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Use this method to finish batch drawing to this Dynamic Texture.\r\rDoing so will stop the WebGL Renderer from capturing draws and then blit the\rframebuffer to the Render Target owned by this texture.\r\rCalling this method without first calling `beginDraw` will have no effect.\r\rBatch drawing is faster than calling `draw`, but you must be careful to manage the\rflow of code and remember to call `endDraw()` when you're finished.\r\rIf you don't need to draw large numbers of objects it's much safer and easier\rto use the `draw` method instead.\r\rThe flow should be:\r\r```javascript\r// Call once:\rDynamicTexture.beginDraw();\r\r// repeat n times:\rDynamicTexture.batchDraw();\r// or\rDynamicTexture.batchDrawFrame();\r\r// Call once:\rDynamicTexture.endDraw();\r```\r\rDo not call any methods other than `batchDraw`, `batchDrawFrame`, or `endDraw` once you\rhave started a batch. Also, be very careful not to destroy this Dynamic Texture while the\rbatch is still open. Doing so will cause a run-time error in the WebGL Renderer.\r\rYou can use the `DynamicTexture.isDrawing` boolean property to tell if a batch is\rcurrently open, or not.", @@ -358549,16 +359237,16 @@ "memberof": "Phaser.Textures.DynamicTexture", "longname": "Phaser.Textures.DynamicTexture#endDraw", "scope": "instance", - "___id": "T000002R039801", + "___id": "T000002R039932", "___s": true }, { "comment": "/**\r\n * Takes a snapshot of the given area of this Dynamic Texture.\r\n *\r\n * The snapshot is taken immediately, but the results are returned via the given callback.\r\n *\r\n * To capture the whole Dynamic Texture see the `snapshot` method.\r\n * To capture just a specific pixel, see the `snapshotPixel` method.\r\n *\r\n * Snapshots work by using the WebGL `readPixels` feature to grab every pixel from the frame buffer\r\n * into an ArrayBufferView. It then parses this, copying the contents to a temporary Canvas and finally\r\n * creating an Image object from it, which is the image returned to the callback provided.\r\n *\r\n * All in all, this is a computationally expensive and blocking process, which gets more expensive\r\n * the larger the resolution this Dynamic Texture has, so please be careful how you employ this in your game.\r\n *\r\n * @method Phaser.Textures.DynamicTexture#snapshotArea\r\n * @since 3.19.0\r\n *\r\n * @param {number} x - The x coordinate to grab from.\r\n * @param {number} y - The y coordinate to grab from.\r\n * @param {number} width - The width of the area to grab.\r\n * @param {number} height - The height of the area to grab.\r\n * @param {Phaser.Types.Renderer.Snapshot.SnapshotCallback} callback - The Function to invoke after the snapshot image is created.\r\n * @param {string} [type='image/png'] - The format of the image to create, usually `image/png` or `image/jpeg`.\r\n * @param {number} [encoderOptions=0.92] - The image quality, between 0 and 1. Used for image formats with lossy compression, such as `image/jpeg`.\r\n *\r\n * @return {this} This Dynamic Texture instance.\r\n */", "meta": { "filename": "DynamicTexture.js", - "lineno": 1449, + "lineno": 1461, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Takes a snapshot of the given area of this Dynamic Texture.\r\rThe snapshot is taken immediately, but the results are returned via the given callback.\r\rTo capture the whole Dynamic Texture see the `snapshot` method.\rTo capture just a specific pixel, see the `snapshotPixel` method.\r\rSnapshots work by using the WebGL `readPixels` feature to grab every pixel from the frame buffer\rinto an ArrayBufferView. It then parses this, copying the contents to a temporary Canvas and finally\rcreating an Image object from it, which is the image returned to the callback provided.\r\rAll in all, this is a computationally expensive and blocking process, which gets more expensive\rthe larger the resolution this Dynamic Texture has, so please be careful how you employ this in your game.", @@ -358680,16 +359368,16 @@ "memberof": "Phaser.Textures.DynamicTexture", "longname": "Phaser.Textures.DynamicTexture#snapshotArea", "scope": "instance", - "___id": "T000002R039850", + "___id": "T000002R039981", "___s": true }, { "comment": "/**\r\n * Takes a snapshot of the whole of this Dynamic Texture.\r\n *\r\n * The snapshot is taken immediately, but the results are returned via the given callback.\r\n *\r\n * To capture a portion of this Dynamic Texture see the `snapshotArea` method.\r\n * To capture just a specific pixel, see the `snapshotPixel` method.\r\n *\r\n * Snapshots work by using the WebGL `readPixels` feature to grab every pixel from the frame buffer\r\n * into an ArrayBufferView. It then parses this, copying the contents to a temporary Canvas and finally\r\n * creating an Image object from it, which is the image returned to the callback provided.\r\n *\r\n * All in all, this is a computationally expensive and blocking process, which gets more expensive\r\n * the larger the resolution this Dynamic Texture has, so please be careful how you employ this in your game.\r\n *\r\n * @method Phaser.Textures.DynamicTexture#snapshot\r\n * @since 3.19.0\r\n *\r\n * @param {Phaser.Types.Renderer.Snapshot.SnapshotCallback} callback - The Function to invoke after the snapshot image is created.\r\n * @param {string} [type='image/png'] - The format of the image to create, usually `image/png` or `image/jpeg`.\r\n * @param {number} [encoderOptions=0.92] - The image quality, between 0 and 1. Used for image formats with lossy compression, such as `image/jpeg`.\r\n *\r\n * @return {this} This Dynamic Texture instance.\r\n */", "meta": { "filename": "DynamicTexture.js", - "lineno": 1491, + "lineno": 1503, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Takes a snapshot of the whole of this Dynamic Texture.\r\rThe snapshot is taken immediately, but the results are returned via the given callback.\r\rTo capture a portion of this Dynamic Texture see the `snapshotArea` method.\rTo capture just a specific pixel, see the `snapshotPixel` method.\r\rSnapshots work by using the WebGL `readPixels` feature to grab every pixel from the frame buffer\rinto an ArrayBufferView. It then parses this, copying the contents to a temporary Canvas and finally\rcreating an Image object from it, which is the image returned to the callback provided.\r\rAll in all, this is a computationally expensive and blocking process, which gets more expensive\rthe larger the resolution this Dynamic Texture has, so please be careful how you employ this in your game.", @@ -358759,16 +359447,16 @@ "memberof": "Phaser.Textures.DynamicTexture", "longname": "Phaser.Textures.DynamicTexture#snapshot", "scope": "instance", - "___id": "T000002R039852", + "___id": "T000002R039983", "___s": true }, { "comment": "/**\r\n * Takes a snapshot of the given pixel from this Dynamic Texture.\r\n *\r\n * The snapshot is taken immediately, but the results are returned via the given callback.\r\n *\r\n * To capture the whole Dynamic Texture see the `snapshot` method.\r\n * To capture a portion of this Dynamic Texture see the `snapshotArea` method.\r\n *\r\n * Unlike the two other snapshot methods, this one will send your callback a `Color` object\r\n * containing the color data for the requested pixel. It doesn't need to create an internal\r\n * Canvas or Image object, so is a lot faster to execute, using less memory than the other snapshot methods.\r\n *\r\n * @method Phaser.Textures.DynamicTexture#snapshotPixel\r\n * @since 3.19.0\r\n *\r\n * @param {number} x - The x coordinate of the pixel to get.\r\n * @param {number} y - The y coordinate of the pixel to get.\r\n * @param {Phaser.Types.Renderer.Snapshot.SnapshotCallback} callback - The Function to invoke after the snapshot pixel data is extracted.\r\n *\r\n * @return {this} This Dynamic Texture instance.\r\n */", "meta": { "filename": "DynamicTexture.js", - "lineno": 1520, + "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Takes a snapshot of the given pixel from this Dynamic Texture.\r\rThe snapshot is taken immediately, but the results are returned via the given callback.\r\rTo capture the whole Dynamic Texture see the `snapshot` method.\rTo capture a portion of this Dynamic Texture see the `snapshotArea` method.\r\rUnlike the two other snapshot methods, this one will send your callback a `Color` object\rcontaining the color data for the requested pixel. It doesn't need to create an internal\rCanvas or Image object, so is a lot faster to execute, using less memory than the other snapshot methods.", @@ -358834,16 +359522,16 @@ "memberof": "Phaser.Textures.DynamicTexture", "longname": "Phaser.Textures.DynamicTexture#snapshotPixel", "scope": "instance", - "___id": "T000002R039854", + "___id": "T000002R039985", "___s": true }, { "comment": "/**\r\n * Returns the underlying WebGLTextureWrapper, if not running in Canvas mode.\r\n *\r\n * @method Phaser.Textures.DynamicTexture#getWebGLTexture\r\n * @since 3.60.0\r\n *\r\n * @return {?Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} The underlying WebGLTextureWrapper, if not running in Canvas mode.\r\n */", "meta": { "filename": "DynamicTexture.js", - "lineno": 1546, + "lineno": 1558, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Returns the underlying WebGLTextureWrapper, if not running in Canvas mode.", @@ -358869,16 +359557,16 @@ "memberof": "Phaser.Textures.DynamicTexture", "longname": "Phaser.Textures.DynamicTexture#getWebGLTexture", "scope": "instance", - "___id": "T000002R039856", + "___id": "T000002R039987", "___s": true }, { "comment": "/**\r\n * Renders this Dynamic Texture onto the Stamp Game Object as a BitmapMask.\r\n *\r\n * @method Phaser.Textures.DynamicTexture#renderWebGL\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.WebGLRenderer} renderer - A reference to the current active WebGL renderer.\r\n * @param {Phaser.GameObjects.Image} src - The Game Object being rendered in this call.\r\n * @param {Phaser.Cameras.Scene2D.Camera} camera - The Camera that is rendering the Game Object.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - This transform matrix is defined if the game object is nested\r\n */", "meta": { "filename": "DynamicTexture.js", - "lineno": 1562, + "lineno": 1574, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Renders this Dynamic Texture onto the Stamp Game Object as a BitmapMask.", @@ -358942,16 +359630,16 @@ "memberof": "Phaser.Textures.DynamicTexture", "longname": "Phaser.Textures.DynamicTexture#renderWebGL", "scope": "instance", - "___id": "T000002R039858", + "___id": "T000002R039989", "___s": true }, { "comment": "/**\r\n * This is a NOOP method. Bitmap Masks are not supported by the Canvas Renderer.\r\n *\r\n * @method Phaser.Textures.DynamicTexture#renderCanvas\r\n * @since 3.60.0\r\n *\r\n * @param {(Phaser.Renderer.Canvas.CanvasRenderer|Phaser.Renderer.WebGL.WebGLRenderer)} renderer - The Canvas Renderer which would be rendered to.\r\n * @param {Phaser.GameObjects.GameObject} mask - The masked Game Object which would be rendered.\r\n * @param {Phaser.Cameras.Scene2D.Camera} camera - The Camera to render to.\r\n */", "meta": { "filename": "DynamicTexture.js", - "lineno": 1583, + "lineno": 1595, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "This is a NOOP method. Bitmap Masks are not supported by the Canvas Renderer.", @@ -359012,16 +359700,16 @@ "memberof": "Phaser.Textures.DynamicTexture", "longname": "Phaser.Textures.DynamicTexture#renderCanvas", "scope": "instance", - "___id": "T000002R039861", + "___id": "T000002R039992", "___s": true }, { "comment": "/**\r\n * Destroys this Texture and releases references to its sources and frames.\r\n *\r\n * @method Phaser.Textures.DynamicTexture#destroy\r\n * @since 3.60.0\r\n */", "meta": { "filename": "DynamicTexture.js", - "lineno": 1598, + "lineno": 1610, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Destroys this Texture and releases references to its sources and frames.", @@ -359032,7 +359720,7 @@ "longname": "Phaser.Textures.DynamicTexture#destroy", "scope": "instance", "overrides": "Phaser.Textures.Texture#destroy", - "___id": "T000002R039863", + "___id": "T000002R039994", "___s": true }, { @@ -359041,7 +359729,7 @@ "filename": "ADD_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures\\events", "code": {} }, "description": "The Texture Add Event.\r\rThis event is dispatched by the Texture Manager when a texture is added to it.\r\rListen to this event from within a Scene using: `this.textures.on('addtexture', listener)`.", @@ -359088,7 +359776,7 @@ "memberof": "Phaser.Textures.Events", "longname": "Phaser.Textures.Events#event:ADD", "scope": "instance", - "___id": "T000002R039870", + "___id": "T000002R040001", "___s": true }, { @@ -359097,7 +359785,7 @@ "filename": "ADD_KEY_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures\\events", "code": {} }, "description": "The Texture Add Key Event.\r\rThis event is dispatched by the Texture Manager when a texture with the given key is added to it.\r\rListen to this event from within a Scene using: `this.textures.on('addtexture-key', listener)`.", @@ -359131,7 +359819,7 @@ "memberof": "Phaser.Textures.Events", "longname": "Phaser.Textures.Events#event:ADD_KEY", "scope": "instance", - "___id": "T000002R039872", + "___id": "T000002R040003", "___s": true }, { @@ -359140,7 +359828,7 @@ "filename": "ERROR_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures\\events", "code": {} }, "description": "The Texture Load Error Event.\r\rThis event is dispatched by the Texture Manager when a texture it requested to load failed.\rThis only happens when base64 encoded textures fail. All other texture types are loaded via the Loader Plugin.\r\rListen to this event from within a Scene using: `this.textures.on('onerror', listener)`.", @@ -359174,7 +359862,7 @@ "memberof": "Phaser.Textures.Events", "longname": "Phaser.Textures.Events#event:ERROR", "scope": "instance", - "___id": "T000002R039874", + "___id": "T000002R040005", "___s": true }, { @@ -359183,7 +359871,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures\\events", "code": {} }, "kind": "namespace", @@ -359191,7 +359879,7 @@ "memberof": "Phaser.Textures", "longname": "Phaser.Textures.Events", "scope": "static", - "___id": "T000002R039876", + "___id": "T000002R040007", "___s": true }, { @@ -359200,7 +359888,7 @@ "filename": "LOAD_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures\\events", "code": {} }, "description": "The Texture Load Event.\r\rThis event is dispatched by the Texture Manager when a texture has finished loading on it.\rThis only happens for base64 encoded textures. All other texture types are loaded via the Loader Plugin.\r\rListen to this event from within a Scene using: `this.textures.on('onload', listener)`.\r\rThis event is dispatched after the [ADD]{@linkcode Phaser.Textures.Events#event:ADD} event.", @@ -359247,7 +359935,7 @@ "memberof": "Phaser.Textures.Events", "longname": "Phaser.Textures.Events#event:LOAD", "scope": "instance", - "___id": "T000002R039885", + "___id": "T000002R040016", "___s": true }, { @@ -359256,7 +359944,7 @@ "filename": "READY_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures\\events", "code": {} }, "description": "This internal event signifies that the Texture Manager is now ready and the Game can continue booting.\r\rWhen a Phaser Game instance is booting for the first time, the Texture Manager has to wait on a couple of non-blocking\rasync events before it's fully ready to carry on. When those complete the Texture Manager emits this event via the Game\rinstance, which tells the Game to carry on booting.", @@ -359275,7 +359963,7 @@ "memberof": "Phaser.Textures.Events", "longname": "Phaser.Textures.Events#event:READY", "scope": "instance", - "___id": "T000002R039887", + "___id": "T000002R040018", "___s": true }, { @@ -359284,7 +359972,7 @@ "filename": "REMOVE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures\\events", "code": {} }, "description": "The Texture Remove Event.\r\rThis event is dispatched by the Texture Manager when a texture is removed from it.\r\rListen to this event from within a Scene using: `this.textures.on('removetexture', listener)`.\r\rIf you have any Game Objects still using the removed texture, they will start throwing\rerrors the next time they try to render. Be sure to clear all use of the texture in this event handler.", @@ -359318,7 +360006,7 @@ "memberof": "Phaser.Textures.Events", "longname": "Phaser.Textures.Events#event:REMOVE", "scope": "instance", - "___id": "T000002R039889", + "___id": "T000002R040020", "___s": true }, { @@ -359327,7 +360015,7 @@ "filename": "REMOVE_KEY_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures\\events", "code": {} }, "description": "The Texture Remove Key Event.\r\rThis event is dispatched by the Texture Manager when a texture with the given key is removed from it.\r\rListen to this event from within a Scene using: `this.textures.on('removetexture-key', listener)`.\r\rIf you have any Game Objects still using the removed texture, they will start throwing\rerrors the next time they try to render. Be sure to clear all use of the texture in this event handler.", @@ -359346,7 +360034,7 @@ "memberof": "Phaser.Textures.Events", "longname": "Phaser.Textures.Events#event:REMOVE_KEY", "scope": "instance", - "___id": "T000002R039891", + "___id": "T000002R040022", "___s": true }, { @@ -359355,7 +360043,7 @@ "filename": "Frame.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "classdesc": "A Frame is a section of a Texture.", @@ -359468,7 +360156,7 @@ ], "scope": "static", "longname": "Phaser.Textures.Frame", - "___id": "T000002R039896", + "___id": "T000002R040027", "___s": true }, { @@ -359477,7 +360165,7 @@ "filename": "Frame.js", "lineno": 34, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The Texture this Frame is a part of.", @@ -359496,7 +360184,7 @@ "longname": "Phaser.Textures.Frame#texture", "scope": "instance", "kind": "member", - "___id": "T000002R039899", + "___id": "T000002R040030", "___s": true }, { @@ -359505,7 +360193,7 @@ "filename": "Frame.js", "lineno": 43, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The name of this Frame.\rThe name is unique within the Texture.", @@ -359524,7 +360212,7 @@ "longname": "Phaser.Textures.Frame#name", "scope": "instance", "kind": "member", - "___id": "T000002R039901", + "___id": "T000002R040032", "___s": true }, { @@ -359533,7 +360221,7 @@ "filename": "Frame.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The TextureSource this Frame is part of.", @@ -359552,7 +360240,7 @@ "longname": "Phaser.Textures.Frame#source", "scope": "instance", "kind": "member", - "___id": "T000002R039903", + "___id": "T000002R040034", "___s": true }, { @@ -359561,7 +360249,7 @@ "filename": "Frame.js", "lineno": 62, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The index of the TextureSource in the Texture sources array.", @@ -359580,7 +360268,7 @@ "longname": "Phaser.Textures.Frame#sourceIndex", "scope": "instance", "kind": "member", - "___id": "T000002R039905", + "___id": "T000002R040036", "___s": true }, { @@ -359589,7 +360277,7 @@ "filename": "Frame.js", "lineno": 71, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "X position within the source image to cut from.", @@ -359608,7 +360296,7 @@ "longname": "Phaser.Textures.Frame#cutX", "scope": "instance", "kind": "member", - "___id": "T000002R039907", + "___id": "T000002R040038", "___s": true }, { @@ -359617,7 +360305,7 @@ "filename": "Frame.js", "lineno": 80, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Y position within the source image to cut from.", @@ -359636,7 +360324,7 @@ "longname": "Phaser.Textures.Frame#cutY", "scope": "instance", "kind": "member", - "___id": "T000002R039909", + "___id": "T000002R040040", "___s": true }, { @@ -359645,7 +360333,7 @@ "filename": "Frame.js", "lineno": 89, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The width of the area in the source image to cut.", @@ -359664,7 +360352,7 @@ "longname": "Phaser.Textures.Frame#cutWidth", "scope": "instance", "kind": "member", - "___id": "T000002R039911", + "___id": "T000002R040042", "___s": true }, { @@ -359673,7 +360361,7 @@ "filename": "Frame.js", "lineno": 98, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The height of the area in the source image to cut.", @@ -359692,7 +360380,7 @@ "longname": "Phaser.Textures.Frame#cutHeight", "scope": "instance", "kind": "member", - "___id": "T000002R039913", + "___id": "T000002R040044", "___s": true }, { @@ -359701,7 +360389,7 @@ "filename": "Frame.js", "lineno": 107, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The X rendering offset of this Frame, taking trim into account.", @@ -359721,7 +360409,7 @@ "longname": "Phaser.Textures.Frame#x", "scope": "instance", "kind": "member", - "___id": "T000002R039915", + "___id": "T000002R040046", "___s": true }, { @@ -359730,7 +360418,7 @@ "filename": "Frame.js", "lineno": 117, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The Y rendering offset of this Frame, taking trim into account.", @@ -359750,7 +360438,7 @@ "longname": "Phaser.Textures.Frame#y", "scope": "instance", "kind": "member", - "___id": "T000002R039917", + "___id": "T000002R040048", "___s": true }, { @@ -359759,7 +360447,7 @@ "filename": "Frame.js", "lineno": 127, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The rendering width of this Frame, taking trim into account.", @@ -359778,7 +360466,7 @@ "longname": "Phaser.Textures.Frame#width", "scope": "instance", "kind": "member", - "___id": "T000002R039919", + "___id": "T000002R040050", "___s": true }, { @@ -359787,7 +360475,7 @@ "filename": "Frame.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The rendering height of this Frame, taking trim into account.", @@ -359806,7 +360494,7 @@ "longname": "Phaser.Textures.Frame#height", "scope": "instance", "kind": "member", - "___id": "T000002R039921", + "___id": "T000002R040052", "___s": true }, { @@ -359815,7 +360503,7 @@ "filename": "Frame.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Half the width, floored.\rPrecalculated for the renderer.", @@ -359834,7 +360522,7 @@ "longname": "Phaser.Textures.Frame#halfWidth", "scope": "instance", "kind": "member", - "___id": "T000002R039923", + "___id": "T000002R040054", "___s": true }, { @@ -359843,7 +360531,7 @@ "filename": "Frame.js", "lineno": 155, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Half the height, floored.\rPrecalculated for the renderer.", @@ -359862,7 +360550,7 @@ "longname": "Phaser.Textures.Frame#halfHeight", "scope": "instance", "kind": "member", - "___id": "T000002R039925", + "___id": "T000002R040056", "___s": true }, { @@ -359871,7 +360559,7 @@ "filename": "Frame.js", "lineno": 165, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The x center of this frame, floored.", @@ -359890,7 +360578,7 @@ "longname": "Phaser.Textures.Frame#centerX", "scope": "instance", "kind": "member", - "___id": "T000002R039927", + "___id": "T000002R040058", "___s": true }, { @@ -359899,7 +360587,7 @@ "filename": "Frame.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The y center of this frame, floored.", @@ -359918,7 +360606,7 @@ "longname": "Phaser.Textures.Frame#centerY", "scope": "instance", "kind": "member", - "___id": "T000002R039929", + "___id": "T000002R040060", "___s": true }, { @@ -359927,7 +360615,7 @@ "filename": "Frame.js", "lineno": 183, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The horizontal pivot point of this Frame.", @@ -359947,7 +360635,7 @@ "longname": "Phaser.Textures.Frame#pivotX", "scope": "instance", "kind": "member", - "___id": "T000002R039931", + "___id": "T000002R040062", "___s": true }, { @@ -359956,7 +360644,7 @@ "filename": "Frame.js", "lineno": 193, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The vertical pivot point of this Frame.", @@ -359976,7 +360664,7 @@ "longname": "Phaser.Textures.Frame#pivotY", "scope": "instance", "kind": "member", - "___id": "T000002R039933", + "___id": "T000002R040064", "___s": true }, { @@ -359985,7 +360673,7 @@ "filename": "Frame.js", "lineno": 203, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Does this Frame have a custom pivot point?", @@ -360005,7 +360693,7 @@ "longname": "Phaser.Textures.Frame#customPivot", "scope": "instance", "kind": "member", - "___id": "T000002R039935", + "___id": "T000002R040066", "___s": true }, { @@ -360014,7 +360702,7 @@ "filename": "Frame.js", "lineno": 213, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "**CURRENTLY UNSUPPORTED**\r\rIs this frame is rotated or not in the Texture?\rRotation allows you to use rotated frames in texture atlas packing.\rIt has nothing to do with Sprite rotation.", @@ -360034,7 +360722,7 @@ "longname": "Phaser.Textures.Frame#rotated", "scope": "instance", "kind": "member", - "___id": "T000002R039937", + "___id": "T000002R040068", "___s": true }, { @@ -360043,7 +360731,7 @@ "filename": "Frame.js", "lineno": 227, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Over-rides the Renderer setting.\r-1 = use Renderer Setting\r0 = No rounding\r1 = Round", @@ -360063,7 +360751,7 @@ "longname": "Phaser.Textures.Frame#autoRound", "scope": "instance", "kind": "member", - "___id": "T000002R039939", + "___id": "T000002R040070", "___s": true }, { @@ -360072,7 +360760,7 @@ "filename": "Frame.js", "lineno": 240, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Any Frame specific custom data can be stored here.", @@ -360091,7 +360779,7 @@ "longname": "Phaser.Textures.Frame#customData", "scope": "instance", "kind": "member", - "___id": "T000002R039941", + "___id": "T000002R040072", "___s": true }, { @@ -360100,7 +360788,7 @@ "filename": "Frame.js", "lineno": 249, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "WebGL UV u0 value.", @@ -360120,7 +360808,7 @@ "longname": "Phaser.Textures.Frame#u0", "scope": "instance", "kind": "member", - "___id": "T000002R039943", + "___id": "T000002R040074", "___s": true }, { @@ -360129,7 +360817,7 @@ "filename": "Frame.js", "lineno": 259, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "WebGL UV v0 value.", @@ -360149,7 +360837,7 @@ "longname": "Phaser.Textures.Frame#v0", "scope": "instance", "kind": "member", - "___id": "T000002R039945", + "___id": "T000002R040076", "___s": true }, { @@ -360158,7 +360846,7 @@ "filename": "Frame.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "WebGL UV u1 value.", @@ -360178,7 +360866,7 @@ "longname": "Phaser.Textures.Frame#u1", "scope": "instance", "kind": "member", - "___id": "T000002R039947", + "___id": "T000002R040078", "___s": true }, { @@ -360187,7 +360875,7 @@ "filename": "Frame.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "WebGL UV v1 value.", @@ -360207,16 +360895,144 @@ "longname": "Phaser.Textures.Frame#v1", "scope": "instance", "kind": "member", - "___id": "T000002R039949", + "___id": "T000002R040080", + "___s": true + }, + { + "comment": "/**\r\n * Sets the x and y position within the source image to cut from.\r\n *\r\n * @method Phaser.Textures.Frame#setCutPosition\r\n * @since 3.85.0\r\n *\r\n * @param {number} [x=0] - X position within the source image to cut from.\r\n * @param {number} [y=0] - Y position within the source image to cut from.\r\n *\r\n * @return {this} This Frame object.\r\n */", + "meta": { + "filename": "Frame.js", + "lineno": 339, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", + "code": {} + }, + "description": "Sets the x and y position within the source image to cut from.", + "kind": "function", + "name": "setCutPosition", + "since": "3.85.0", + "params": [ + { + "type": { + "names": [ + "number" + ], + "parsedType": { + "type": "NameExpression", + "name": "number" + } + }, + "optional": true, + "defaultvalue": 0, + "description": "X position within the source image to cut from.", + "name": "x" + }, + { + "type": { + "names": [ + "number" + ], + "parsedType": { + "type": "NameExpression", + "name": "number" + } + }, + "optional": true, + "defaultvalue": 0, + "description": "Y position within the source image to cut from.", + "name": "y" + } + ], + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Frame object." + } + ], + "memberof": "Phaser.Textures.Frame", + "longname": "Phaser.Textures.Frame#setCutPosition", + "scope": "instance", + "___id": "T000002R040115", + "___s": true + }, + { + "comment": "/**\r\n * Sets the width, and height of the area in the source image to cut.\r\n *\r\n * @method Phaser.Textures.Frame#setCutSize\r\n * @since 3.85.0\r\n *\r\n * @param {number} width - The width of the area in the source image to cut.\r\n * @param {number} height - The height of the area in the source image to cut.\r\n *\r\n * @return {this} This Frame object.\r\n */", + "meta": { + "filename": "Frame.js", + "lineno": 361, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", + "code": {} + }, + "description": "Sets the width, and height of the area in the source image to cut.", + "kind": "function", + "name": "setCutSize", + "since": "3.85.0", + "params": [ + { + "type": { + "names": [ + "number" + ], + "parsedType": { + "type": "NameExpression", + "name": "number" + } + }, + "description": "The width of the area in the source image to cut.", + "name": "width" + }, + { + "type": { + "names": [ + "number" + ], + "parsedType": { + "type": "NameExpression", + "name": "number" + } + }, + "description": "The height of the area in the source image to cut.", + "name": "height" + } + ], + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Frame object." + } + ], + "memberof": "Phaser.Textures.Frame", + "longname": "Phaser.Textures.Frame#setCutSize", + "scope": "instance", + "___id": "T000002R040121", "___s": true }, { "comment": "/**\r\n * Sets the width, height, x and y of this Frame.\r\n *\r\n * This is called automatically by the constructor\r\n * and should rarely be changed on-the-fly.\r\n *\r\n * @method Phaser.Textures.Frame#setSize\r\n * @since 3.7.0\r\n *\r\n * @param {number} width - The width of the frame before being trimmed.\r\n * @param {number} height - The height of the frame before being trimmed.\r\n * @param {number} [x=0] - The x coordinate of the top-left of this Frame.\r\n * @param {number} [y=0] - The y coordinate of the top-left of this Frame.\r\n *\r\n * @return {this} This Frame object.\r\n */", "meta": { "filename": "Frame.js", - "lineno": 339, + "lineno": 380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Sets the width, height, x and y of this Frame.\r\rThis is called automatically by the constructor\rand should rarely be changed on-the-fly.", @@ -360299,16 +361115,16 @@ "memberof": "Phaser.Textures.Frame", "longname": "Phaser.Textures.Frame#setSize", "scope": "instance", - "___id": "T000002R039984", + "___id": "T000002R040125", "___s": true }, { "comment": "/**\r\n * If the frame was trimmed when added to the Texture Atlas, this records the trim and source data.\r\n *\r\n * @method Phaser.Textures.Frame#setTrim\r\n * @since 3.0.0\r\n *\r\n * @param {number} actualWidth - The width of the frame before being trimmed.\r\n * @param {number} actualHeight - The height of the frame before being trimmed.\r\n * @param {number} destX - The destination X position of the trimmed frame for display.\r\n * @param {number} destY - The destination Y position of the trimmed frame for display.\r\n * @param {number} destWidth - The destination width of the trimmed frame for display.\r\n * @param {number} destHeight - The destination height of the trimmed frame for display.\r\n *\r\n * @return {this} This Frame object.\r\n */", "meta": { "filename": "Frame.js", - "lineno": 402, + "lineno": 441, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "If the frame was trimmed when added to the Texture Atlas, this records the trim and source data.", @@ -360413,16 +361229,16 @@ "memberof": "Phaser.Textures.Frame", "longname": "Phaser.Textures.Frame#setTrim", "scope": "instance", - "___id": "T000002R040016", + "___id": "T000002R040153", "___s": true }, { "comment": "/**\r\n * Sets the scale9 center rectangle values.\r\n *\r\n * Scale9 is a feature of Texture Packer, allowing you to define a nine-slice scaling grid.\r\n *\r\n * This is set automatically by the JSONArray and JSONHash parsers.\r\n *\r\n * @method Phaser.Textures.Frame#setScale9\r\n * @since 3.70.0\r\n *\r\n * @param {number} x - The left coordinate of the center scale9 rectangle.\r\n * @param {number} y - The top coordinate of the center scale9 rectangle.\r\n * @param {number} width - The width of the center scale9 rectangle.\r\n * @param {number} height - The height coordinate of the center scale9 rectangle.\r\n *\r\n * @return {this} This Frame object.\r\n */", "meta": { "filename": "Frame.js", - "lineno": 452, + "lineno": 491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Sets the scale9 center rectangle values.\r\rScale9 is a feature of Texture Packer, allowing you to define a nine-slice scaling grid.\r\rThis is set automatically by the JSONArray and JSONHash parsers.", @@ -360501,16 +361317,16 @@ "memberof": "Phaser.Textures.Frame", "longname": "Phaser.Textures.Frame#setScale9", "scope": "instance", - "___id": "T000002R040037", + "___id": "T000002R040174", "___s": true }, { "comment": "/**\r\n * Takes a crop data object and, based on the rectangular region given, calculates the\r\n * required UV coordinates in order to crop this Frame for WebGL and Canvas rendering.\r\n *\r\n * The crop size as well as coordinates can not exceed the the size of the frame.\r\n * \r\n * This is called directly by the Game Object Texture Components `setCrop` method.\r\n * Please use that method to crop a Game Object.\r\n *\r\n * @method Phaser.Textures.Frame#setCropUVs\r\n * @since 3.11.0\r\n *\r\n * @param {object} crop - The crop data object. This is the `GameObject._crop` property.\r\n * @param {number} x - The x coordinate to start the crop from. Cannot be negative or exceed the Frame width.\r\n * @param {number} y - The y coordinate to start the crop from. Cannot be negative or exceed the Frame height.\r\n * @param {number} width - The width of the crop rectangle. Cannot exceed the Frame width.\r\n * @param {number} height - The height of the crop rectangle. Cannot exceed the Frame height.\r\n * @param {boolean} flipX - Does the parent Game Object have flipX set?\r\n * @param {boolean} flipY - Does the parent Game Object have flipY set?\r\n *\r\n * @return {object} The updated crop data object.\r\n */", "meta": { "filename": "Frame.js", - "lineno": 484, + "lineno": 523, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Takes a crop data object and, based on the rectangular region given, calculates the\rrequired UV coordinates in order to crop this Frame for WebGL and Canvas rendering.\r\rThe crop size as well as coordinates can not exceed the the size of the frame.\r\rThis is called directly by the Game Object Texture Components `setCrop` method.\rPlease use that method to crop a Game Object.", @@ -360627,16 +361443,16 @@ "memberof": "Phaser.Textures.Frame", "longname": "Phaser.Textures.Frame#setCropUVs", "scope": "instance", - "___id": "T000002R040046", + "___id": "T000002R040183", "___s": true }, { "comment": "/**\r\n * Takes a crop data object and recalculates the UVs based on the dimensions inside the crop object.\r\n * Called automatically by `setFrame`.\r\n *\r\n * @method Phaser.Textures.Frame#updateCropUVs\r\n * @since 3.11.0\r\n *\r\n * @param {object} crop - The crop data object. This is the `GameObject._crop` property.\r\n * @param {boolean} flipX - Does the parent Game Object have flipX set?\r\n * @param {boolean} flipY - Does the parent Game Object have flipY set?\r\n *\r\n * @return {object} The updated crop data object.\r\n */", "meta": { "filename": "Frame.js", - "lineno": 627, + "lineno": 666, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Takes a crop data object and recalculates the UVs based on the dimensions inside the crop object.\rCalled automatically by `setFrame`.", @@ -360701,16 +361517,16 @@ "memberof": "Phaser.Textures.Frame", "longname": "Phaser.Textures.Frame#updateCropUVs", "scope": "instance", - "___id": "T000002R040105", + "___id": "T000002R040242", "___s": true }, { "comment": "/**\r\n * Directly sets the canvas and WebGL UV data for this frame.\r\n *\r\n * Use this if you need to override the values that are generated automatically\r\n * when the Frame is created.\r\n *\r\n * @method Phaser.Textures.Frame#setUVs\r\n * @since 3.50.0\r\n *\r\n * @param {number} width - Width of this frame for the Canvas data.\r\n * @param {number} height - Height of this frame for the Canvas data.\r\n * @param {number} u0 - UV u0 value.\r\n * @param {number} v0 - UV v0 value.\r\n * @param {number} u1 - UV u1 value.\r\n * @param {number} v1 - UV v1 value.\r\n *\r\n * @return {this} This Frame object.\r\n */", "meta": { "filename": "Frame.js", - "lineno": 645, + "lineno": 684, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Directly sets the canvas and WebGL UV data for this frame.\r\rUse this if you need to override the values that are generated automatically\rwhen the Frame is created.", @@ -360815,16 +361631,16 @@ "memberof": "Phaser.Textures.Frame", "longname": "Phaser.Textures.Frame#setUVs", "scope": "instance", - "___id": "T000002R040107", + "___id": "T000002R040244", "___s": true }, { "comment": "/**\r\n * Updates the internal WebGL UV cache and the drawImage cache.\r\n *\r\n * @method Phaser.Textures.Frame#updateUVs\r\n * @since 3.0.0\r\n *\r\n * @return {this} This Frame object.\r\n */", "meta": { "filename": "Frame.js", - "lineno": 683, + "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Updates the internal WebGL UV cache and the drawImage cache.", @@ -360849,16 +361665,16 @@ "memberof": "Phaser.Textures.Frame", "longname": "Phaser.Textures.Frame#updateUVs", "scope": "instance", - "___id": "T000002R040116", + "___id": "T000002R040253", "___s": true }, { "comment": "/**\r\n * Updates the internal WebGL UV cache.\r\n *\r\n * @method Phaser.Textures.Frame#updateUVsInverted\r\n * @since 3.0.0\r\n *\r\n * @return {this} This Frame object.\r\n */", "meta": { "filename": "Frame.js", - "lineno": 719, + "lineno": 758, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Updates the internal WebGL UV cache.", @@ -360883,16 +361699,16 @@ "memberof": "Phaser.Textures.Frame", "longname": "Phaser.Textures.Frame#updateUVsInverted", "scope": "instance", - "___id": "T000002R040131", + "___id": "T000002R040268", "___s": true }, { "comment": "/**\r\n * Clones this Frame into a new Frame object.\r\n *\r\n * @method Phaser.Textures.Frame#clone\r\n * @since 3.0.0\r\n *\r\n * @return {Phaser.Textures.Frame} A clone of this Frame.\r\n */", "meta": { "filename": "Frame.js", - "lineno": 741, + "lineno": 780, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Clones this Frame into a new Frame object.", @@ -360916,16 +361732,16 @@ "memberof": "Phaser.Textures.Frame", "longname": "Phaser.Textures.Frame#clone", "scope": "instance", - "___id": "T000002R040139", + "___id": "T000002R040276", "___s": true }, { "comment": "/**\r\n * Destroys this Frame by nulling its reference to the parent Texture and and data objects.\r\n *\r\n * @method Phaser.Textures.Frame#destroy\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Frame.js", - "lineno": 779, + "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Destroys this Frame by nulling its reference to the parent Texture and and data objects.", @@ -360935,16 +361751,16 @@ "memberof": "Phaser.Textures.Frame", "longname": "Phaser.Textures.Frame#destroy", "scope": "instance", - "___id": "T000002R040156", + "___id": "T000002R040293", "___s": true }, { "comment": "/**\r\n * A reference to the Texture Source WebGL Texture that this Frame is using.\r\n * \r\n * @name Phaser.Textures.Frame#glTexture\r\n * @type {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper}\r\n * @readonly\r\n * @since 3.11.0\r\n */", "meta": { "filename": "Frame.js", - "lineno": 793, + "lineno": 832, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "A reference to the Texture Source WebGL Texture that this Frame is using.", @@ -360964,16 +361780,16 @@ "longname": "Phaser.Textures.Frame#glTexture", "scope": "instance", "kind": "member", - "___id": "T000002R040162", + "___id": "T000002R040299", "___s": true }, { "comment": "/**\r\n * The width of the Frame in its un-trimmed, un-padded state, as prepared in the art package,\r\n * before being packed.\r\n *\r\n * @name Phaser.Textures.Frame#realWidth\r\n * @type {number}\r\n * @readonly\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Frame.js", - "lineno": 809, + "lineno": 848, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The width of the Frame in its un-trimmed, un-padded state, as prepared in the art package,\rbefore being packed.", @@ -360993,16 +361809,16 @@ "longname": "Phaser.Textures.Frame#realWidth", "scope": "instance", "kind": "member", - "___id": "T000002R040165", + "___id": "T000002R040302", "___s": true }, { "comment": "/**\r\n * The height of the Frame in its un-trimmed, un-padded state, as prepared in the art package,\r\n * before being packed.\r\n *\r\n * @name Phaser.Textures.Frame#realHeight\r\n * @type {number}\r\n * @readonly\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Frame.js", - "lineno": 827, + "lineno": 866, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The height of the Frame in its un-trimmed, un-padded state, as prepared in the art package,\rbefore being packed.", @@ -361022,16 +361838,16 @@ "longname": "Phaser.Textures.Frame#realHeight", "scope": "instance", "kind": "member", - "___id": "T000002R040168", + "___id": "T000002R040305", "___s": true }, { "comment": "/**\r\n * The radius of the Frame (derived from sqrt(w * w + h * h) / 2)\r\n *\r\n * @name Phaser.Textures.Frame#radius\r\n * @type {number}\r\n * @readonly\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Frame.js", - "lineno": 845, + "lineno": 884, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The radius of the Frame (derived from sqrt(w * w + h * h) / 2)", @@ -361051,16 +361867,16 @@ "longname": "Phaser.Textures.Frame#radius", "scope": "instance", "kind": "member", - "___id": "T000002R040171", + "___id": "T000002R040308", "___s": true }, { "comment": "/**\r\n * Is the Frame trimmed or not?\r\n *\r\n * @name Phaser.Textures.Frame#trimmed\r\n * @type {boolean}\r\n * @readonly\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Frame.js", - "lineno": 862, + "lineno": 901, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Is the Frame trimmed or not?", @@ -361080,16 +361896,16 @@ "longname": "Phaser.Textures.Frame#trimmed", "scope": "instance", "kind": "member", - "___id": "T000002R040174", + "___id": "T000002R040311", "___s": true }, { "comment": "/**\r\n * Does the Frame have scale9 border data?\r\n *\r\n * @name Phaser.Textures.Frame#scale9\r\n * @type {boolean}\r\n * @readonly\r\n * @since 3.70.0\r\n */", "meta": { "filename": "Frame.js", - "lineno": 879, + "lineno": 918, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Does the Frame have scale9 border data?", @@ -361109,16 +361925,16 @@ "longname": "Phaser.Textures.Frame#scale9", "scope": "instance", "kind": "member", - "___id": "T000002R040177", + "___id": "T000002R040314", "___s": true }, { "comment": "/**\r\n * If the Frame has scale9 border data, is it 3-slice or 9-slice data?\r\n *\r\n * @name Phaser.Textures.Frame#is3Slice\r\n * @type {boolean}\r\n * @readonly\r\n * @since 3.70.0\r\n */", "meta": { "filename": "Frame.js", - "lineno": 896, + "lineno": 935, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "If the Frame has scale9 border data, is it 3-slice or 9-slice data?", @@ -361138,16 +361954,16 @@ "longname": "Phaser.Textures.Frame#is3Slice", "scope": "instance", "kind": "member", - "___id": "T000002R040180", + "___id": "T000002R040317", "___s": true }, { "comment": "/**\r\n * The Canvas drawImage data object.\r\n *\r\n * @name Phaser.Textures.Frame#canvasData\r\n * @type {object}\r\n * @readonly\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Frame.js", - "lineno": 913, + "lineno": 952, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The Canvas drawImage data object.", @@ -361167,7 +361983,7 @@ "longname": "Phaser.Textures.Frame#canvasData", "scope": "instance", "kind": "member", - "___id": "T000002R040183", + "___id": "T000002R040320", "___s": true }, { @@ -361176,7 +361992,7 @@ "filename": "index.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "kind": "namespace", @@ -361184,7 +362000,7 @@ "memberof": "Phaser", "longname": "Phaser.Textures", "scope": "static", - "___id": "T000002R040189", + "___id": "T000002R040326", "___s": true }, { @@ -361193,7 +362009,7 @@ "filename": "index.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Linear filter type.", @@ -361212,7 +362028,7 @@ "memberof": "Phaser.Textures", "longname": "Phaser.Textures.LINEAR", "scope": "static", - "___id": "T000002R040190", + "___id": "T000002R040327", "___s": true }, { @@ -361221,7 +362037,7 @@ "filename": "index.js", "lineno": 23, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Nearest Neighbor filter type.", @@ -361240,7 +362056,7 @@ "memberof": "Phaser.Textures", "longname": "Phaser.Textures.NEAREST", "scope": "static", - "___id": "T000002R040191", + "___id": "T000002R040328", "___s": true }, { @@ -361249,7 +362065,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures\\parsers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures\\parsers", "code": {} }, "kind": "namespace", @@ -361257,7 +362073,7 @@ "memberof": "Phaser.Textures", "longname": "Phaser.Textures.Parsers", "scope": "static", - "___id": "T000002R040230", + "___id": "T000002R040367", "___s": true }, { @@ -361266,7 +362082,7 @@ "filename": "KTXParser.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures\\parsers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures\\parsers", "code": {} }, "description": "Parses a KTX format Compressed Texture file and generates texture data suitable for WebGL from it.", @@ -361305,7 +362121,7 @@ ], "longname": "Phaser.Textures.Parsers.KTXParser", "scope": "static", - "___id": "T000002R040280", + "___id": "T000002R040417", "___s": true }, { @@ -361314,7 +362130,7 @@ "filename": "PVRParser.js", "lineno": 236, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures\\parsers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures\\parsers", "code": {} }, "description": "Parses a PVR format Compressed Texture file and generates texture data suitable for WebGL from it.", @@ -361353,7 +362169,7 @@ ], "longname": "Phaser.Textures.Parsers.PVRParser", "scope": "static", - "___id": "T000002R040431", + "___id": "T000002R040568", "___s": true }, { @@ -361362,7 +362178,7 @@ "filename": "VerifyCompressedTexture.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures\\parsers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures\\parsers", "code": {} }, "description": "Verify whether the given compressed texture data is valid.\r\rCompare the dimensions of each mip layer to the rules for that\rspecific format.\r\rMip layer size is assumed to have been calculated correctly during parsing.", @@ -361401,7 +362217,7 @@ "memberof": "Phaser.Textures.Parsers", "longname": "Phaser.Textures.Parsers.verifyCompressedTexture", "scope": "static", - "___id": "T000002R040591", + "___id": "T000002R040728", "___s": true }, { @@ -361410,7 +362226,7 @@ "filename": "Texture.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "classdesc": "A Texture consists of a source, usually an Image from the Cache, and a collection of Frames.\rThe Frames represent the different areas of the Texture. For example a texture atlas\rmay have many Frames, one for each element within the atlas. Where-as a single image would have\rjust one frame, that encompasses the whole image.\r\rEvery Texture, no matter where it comes from, always has at least 1 frame called the `__BASE` frame.\rThis frame represents the entirety of the source image.\r\rTextures are managed by the global TextureManager. This is a singleton class that is\rresponsible for creating and delivering Textures and their corresponding Frames to Game Objects.\r\rSprites and other Game Objects get the texture data they need from the TextureManager.", @@ -361532,7 +362348,7 @@ ], "scope": "static", "longname": "Phaser.Textures.Texture", - "___id": "T000002R040675", + "___id": "T000002R040812", "___s": true }, { @@ -361541,7 +362357,7 @@ "filename": "Texture.js", "lineno": 50, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "A reference to the Texture Manager this Texture belongs to.", @@ -361560,7 +362376,7 @@ "longname": "Phaser.Textures.Texture#manager", "scope": "instance", "kind": "member", - "___id": "T000002R040679", + "___id": "T000002R040816", "___s": true }, { @@ -361569,7 +362385,7 @@ "filename": "Texture.js", "lineno": 59, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The unique string-based key of this Texture.", @@ -361588,7 +362404,7 @@ "longname": "Phaser.Textures.Texture#key", "scope": "instance", "kind": "member", - "___id": "T000002R040681", + "___id": "T000002R040818", "___s": true }, { @@ -361597,7 +362413,7 @@ "filename": "Texture.js", "lineno": 68, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "An array of TextureSource instances.\rThese are unique to this Texture and contain the actual Image (or Canvas) data.", @@ -361625,7 +362441,7 @@ "longname": "Phaser.Textures.Texture#source", "scope": "instance", "kind": "member", - "___id": "T000002R040683", + "___id": "T000002R040820", "___s": true }, { @@ -361634,7 +362450,7 @@ "filename": "Texture.js", "lineno": 78, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "An array of TextureSource data instances.\rUsed to store additional data images, such as normal maps or specular maps.", @@ -361653,7 +362469,7 @@ "longname": "Phaser.Textures.Texture#dataSource", "scope": "instance", "kind": "member", - "___id": "T000002R040685", + "___id": "T000002R040822", "___s": true }, { @@ -361662,7 +362478,7 @@ "filename": "Texture.js", "lineno": 88, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "A key-value object pair associating the unique Frame keys with the Frames objects.", @@ -361681,7 +362497,7 @@ "longname": "Phaser.Textures.Texture#frames", "scope": "instance", "kind": "member", - "___id": "T000002R040687", + "___id": "T000002R040824", "___s": true }, { @@ -361690,7 +362506,7 @@ "filename": "Texture.js", "lineno": 97, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Any additional data that was set in the source JSON (if any),\ror any extra data you'd like to store relating to this texture", @@ -361709,7 +362525,7 @@ "longname": "Phaser.Textures.Texture#customData", "scope": "instance", "kind": "member", - "___id": "T000002R040689", + "___id": "T000002R040826", "___s": true }, { @@ -361718,7 +362534,7 @@ "filename": "Texture.js", "lineno": 107, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The name of the first frame of the Texture.", @@ -361737,7 +362553,7 @@ "longname": "Phaser.Textures.Texture#firstFrame", "scope": "instance", "kind": "member", - "___id": "T000002R040691", + "___id": "T000002R040828", "___s": true }, { @@ -361746,7 +362562,7 @@ "filename": "Texture.js", "lineno": 116, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The total number of Frames in this Texture, including the `__BASE` frame.\r\rA Texture will always contain at least 1 frame because every Texture contains a `__BASE` frame by default,\rin addition to any extra frames that have been added to it, such as when parsing a Sprite Sheet or Texture Atlas.", @@ -361766,7 +362582,7 @@ "longname": "Phaser.Textures.Texture#frameTotal", "scope": "instance", "kind": "member", - "___id": "T000002R040693", + "___id": "T000002R040830", "___s": true }, { @@ -361775,7 +362591,7 @@ "filename": "Texture.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Adds a new Frame to this Texture.\r\rA Frame is a rectangular region of a TextureSource with a unique index or string-based key.\r\rThe name given must be unique within this Texture. If it already exists, this method will return `null`.", @@ -361891,7 +362707,7 @@ "memberof": "Phaser.Textures.Texture", "longname": "Phaser.Textures.Texture#add", "scope": "instance", - "___id": "T000002R040696", + "___id": "T000002R040833", "___s": true }, { @@ -361900,7 +362716,7 @@ "filename": "Texture.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Removes the given Frame from this Texture. The Frame is destroyed immediately.\r\rAny Game Objects using this Frame should stop using it _before_ you remove it,\ras it does not happen automatically.", @@ -361939,7 +362755,7 @@ "memberof": "Phaser.Textures.Texture", "longname": "Phaser.Textures.Texture#remove", "scope": "instance", - "___id": "T000002R040701", + "___id": "T000002R040838", "___s": true }, { @@ -361948,7 +362764,7 @@ "filename": "Texture.js", "lineno": 209, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Checks to see if a Frame matching the given key exists within this Texture.", @@ -361987,7 +362803,7 @@ "memberof": "Phaser.Textures.Texture", "longname": "Phaser.Textures.Texture#has", "scope": "instance", - "___id": "T000002R040704", + "___id": "T000002R040841", "___s": true }, { @@ -361996,7 +362812,7 @@ "filename": "Texture.js", "lineno": 224, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Gets a Frame from this Texture based on either the key or the index of the Frame.\r\rIn a Texture Atlas Frames are typically referenced by a key.\rIn a Sprite Sheet Frames are referenced by an index.\rPassing no value for the name returns the base texture.", @@ -362046,7 +362862,7 @@ "memberof": "Phaser.Textures.Texture", "longname": "Phaser.Textures.Texture#get", "scope": "instance", - "___id": "T000002R040706", + "___id": "T000002R040843", "___s": true }, { @@ -362055,7 +362871,7 @@ "filename": "Texture.js", "lineno": 258, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Takes the given TextureSource and returns the index of it within this Texture.\rIf it's not in this Texture, it returns -1.\rUnless this Texture has multiple TextureSources, such as with a multi-atlas, this\rmethod will always return zero or -1.", @@ -362094,7 +362910,7 @@ "memberof": "Phaser.Textures.Texture", "longname": "Phaser.Textures.Texture#getTextureSourceIndex", "scope": "instance", - "___id": "T000002R040711", + "___id": "T000002R040848", "___s": true }, { @@ -362103,7 +362919,7 @@ "filename": "Texture.js", "lineno": 284, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Returns an array of all the Frames in the given TextureSource.", @@ -362166,7 +362982,7 @@ "memberof": "Phaser.Textures.Texture", "longname": "Phaser.Textures.Texture#getFramesFromTextureSource", "scope": "instance", - "___id": "T000002R040714", + "___id": "T000002R040851", "___s": true }, { @@ -362175,7 +362991,7 @@ "filename": "Texture.js", "lineno": 319, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Based on the given Texture Source Index, this method will get all of the Frames using\rthat source and then work out the bounds that they encompass, returning them in an object.\r\rThis is useful if this Texture is, for example, a sprite sheet within an Atlas, and you\rneed to know the total bounds of the sprite sheet.", @@ -362214,7 +363030,7 @@ "memberof": "Phaser.Textures.Texture", "longname": "Phaser.Textures.Texture#getFrameBounds", "scope": "instance", - "___id": "T000002R040720", + "___id": "T000002R040857", "___s": true }, { @@ -362223,7 +363039,7 @@ "filename": "Texture.js", "lineno": 372, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Returns an array with all of the names of the Frames in this Texture.\r\rUseful if you want to randomly assign a Frame to a Game Object, as you can\rpick a random element from the returned array.", @@ -362273,7 +363089,7 @@ "memberof": "Phaser.Textures.Texture", "longname": "Phaser.Textures.Texture#getFrameNames", "scope": "instance", - "___id": "T000002R040738", + "___id": "T000002R040875", "___s": true }, { @@ -362282,7 +363098,7 @@ "filename": "Texture.js", "lineno": 404, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Given a Frame name, return the source image it uses to render with.\r\rThis will return the actual DOM Image or Canvas element.", @@ -362347,7 +363163,7 @@ "memberof": "Phaser.Textures.Texture", "longname": "Phaser.Textures.Texture#getSourceImage", "scope": "instance", - "___id": "T000002R040743", + "___id": "T000002R040880", "___s": true }, { @@ -362356,7 +363172,7 @@ "filename": "Texture.js", "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Given a Frame name, return the data source image it uses to render with.\rYou can use this to get the normal map for an image for example.\r\rThis will return the actual DOM Image.", @@ -362416,7 +363232,7 @@ "memberof": "Phaser.Textures.Texture", "longname": "Phaser.Textures.Texture#getDataSourceImage", "scope": "instance", - "___id": "T000002R040747", + "___id": "T000002R040884", "___s": true }, { @@ -362425,7 +363241,7 @@ "filename": "Texture.js", "lineno": 474, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Adds a data source image to this Texture.\r\rAn example of a data source image would be a normal map, where all of the Frames for this Texture\requally apply to the normal map.", @@ -362488,7 +363304,7 @@ "memberof": "Phaser.Textures.Texture", "longname": "Phaser.Textures.Texture#setDataSource", "scope": "instance", - "___id": "T000002R040754", + "___id": "T000002R040891", "___s": true }, { @@ -362497,7 +363313,7 @@ "filename": "Texture.js", "lineno": 500, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Sets the Filter Mode for this Texture.\r\rThe mode can be either Linear, the default, or Nearest.\r\rFor pixel-art you should use Nearest.\r\rThe mode applies to the entire Texture, not just a specific Frame of it.", @@ -362522,7 +363338,7 @@ "memberof": "Phaser.Textures.Texture", "longname": "Phaser.Textures.Texture#setFilter", "scope": "instance", - "___id": "T000002R040759", + "___id": "T000002R040896", "___s": true }, { @@ -362531,7 +363347,7 @@ "filename": "Texture.js", "lineno": 529, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Destroys this Texture and releases references to its sources and frames.", @@ -362541,7 +363357,7 @@ "memberof": "Phaser.Textures.Texture", "longname": "Phaser.Textures.Texture#destroy", "scope": "instance", - "___id": "T000002R040764", + "___id": "T000002R040901", "___s": true }, { @@ -362550,7 +363366,7 @@ "filename": "TextureManager.js", "lineno": 25, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "kind": "typedef", @@ -362592,7 +363408,7 @@ ], "longname": "EachTextureCallback", "scope": "global", - "___id": "T000002R040795", + "___id": "T000002R040932", "___s": true }, { @@ -362601,7 +363417,7 @@ "filename": "TextureManager.js", "lineno": 32, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "classdesc": "When Phaser boots it will create an instance of this Texture Manager class.\r\rIt is a global manager that handles all textures in your game. You can access it from within\ra Scene via the `this.textures` property.\r\rIts role is as a manager for all textures that your game uses. It can create, update and remove\rtextures globally, as well as parse texture data from external files, such as sprite sheets\rand texture atlases.\r\rSprites and other texture-based Game Objects get their texture data directly from this class.", @@ -362629,7 +363445,7 @@ ], "scope": "static", "longname": "Phaser.Textures.TextureManager", - "___id": "T000002R040796", + "___id": "T000002R040933", "___s": true }, { @@ -362638,7 +363454,7 @@ "filename": "TextureManager.js", "lineno": 63, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The Game that the Texture Manager belongs to.\r\rA game will only ever have one instance of a Texture Manager.", @@ -362657,7 +363473,7 @@ "longname": "Phaser.Textures.TextureManager#game", "scope": "instance", "kind": "member", - "___id": "T000002R040800", + "___id": "T000002R040937", "___s": true }, { @@ -362666,7 +363482,7 @@ "filename": "TextureManager.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The internal name of this manager.", @@ -362686,7 +363502,7 @@ "longname": "Phaser.Textures.TextureManager#name", "scope": "instance", "kind": "member", - "___id": "T000002R040802", + "___id": "T000002R040939", "___s": true }, { @@ -362695,7 +363511,7 @@ "filename": "TextureManager.js", "lineno": 84, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "This object contains all Textures that belong to this Texture Manager.\r\rTextures are identified by string-based keys, which are used as the property\rwithin this object. Therefore, you can access any texture directly from this\robject without any iteration.\r\rYou should not typically modify this object directly, but instead use the\rmethods provided by the Texture Manager to add and remove entries from it.", @@ -362715,7 +363531,7 @@ "longname": "Phaser.Textures.TextureManager#list", "scope": "instance", "kind": "member", - "___id": "T000002R040804", + "___id": "T000002R040941", "___s": true }, { @@ -362724,7 +363540,7 @@ "filename": "TextureManager.js", "lineno": 134, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "An Image Game Object that belongs to this Texture Manager.\r\rUsed as a drawing stamp within Dynamic Textures.\r\rThis is not part of the display list and doesn't render.", @@ -362744,7 +363560,7 @@ "longname": "Phaser.Textures.TextureManager#stamp", "scope": "instance", "kind": "member", - "___id": "T000002R040813", + "___id": "T000002R040950", "___s": true }, { @@ -362753,7 +363569,7 @@ "filename": "TextureManager.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The crop Rectangle as used by the Stamp when it needs to crop itself.", @@ -362772,7 +363588,7 @@ "longname": "Phaser.Textures.TextureManager#stampCrop", "scope": "instance", "kind": "member", - "___id": "T000002R040815", + "___id": "T000002R040952", "___s": true }, { @@ -362781,7 +363597,7 @@ "filename": "TextureManager.js", "lineno": 157, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "If this flag is `true` then the Texture Manager will never emit any\rwarnings to the console log that report missing textures.", @@ -362801,16 +363617,16 @@ "longname": "Phaser.Textures.TextureManager#silentWarnings", "scope": "instance", "kind": "member", - "___id": "T000002R040817", + "___id": "T000002R040954", "___s": true }, { "comment": "/**\r\n * Checks the given texture key and throws a console.warn if the key is already in use, then returns false.\r\n *\r\n * If you wish to avoid the console.warn then use `TextureManager.exists` instead.\r\n *\r\n * @method Phaser.Textures.TextureManager#checkKey\r\n * @since 3.7.0\r\n *\r\n * @param {string} key - The texture key to check.\r\n *\r\n * @return {boolean} `true` if it's safe to use the texture key, otherwise `false`.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 224, + "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Checks the given texture key and throws a console.warn if the key is already in use, then returns false.\r\rIf you wish to avoid the console.warn then use `TextureManager.exists` instead.", @@ -362849,16 +363665,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#checkKey", "scope": "instance", - "___id": "T000002R040826", + "___id": "T000002R040963", "___s": true }, { "comment": "/**\r\n * Removes a Texture from the Texture Manager and destroys it. This will immediately\r\n * clear all references to it from the Texture Manager, and if it has one, destroy its\r\n * WebGLTexture. This will emit a `removetexture` event.\r\n *\r\n * Note: If you have any Game Objects still using this texture they will start throwing\r\n * errors the next time they try to render. Make sure that removing the texture is the final\r\n * step when clearing down to avoid this.\r\n *\r\n * @method Phaser.Textures.TextureManager#remove\r\n * @fires Phaser.Textures.Events#REMOVE\r\n * @since 3.7.0\r\n *\r\n * @param {(string|Phaser.Textures.Texture)} key - The key of the Texture to remove, or a reference to it.\r\n *\r\n * @return {Phaser.Textures.TextureManager} The Texture Manager.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 252, + "lineno": 264, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Removes a Texture from the Texture Manager and destroys it. This will immediately\rclear all references to it from the Texture Manager, and if it has one, destroy its\rWebGLTexture. This will emit a `removetexture` event.\r\rNote: If you have any Game Objects still using this texture they will start throwing\rerrors the next time they try to render. Make sure that removing the texture is the final\rstep when clearing down to avoid this.", @@ -362910,16 +363726,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#remove", "scope": "instance", - "___id": "T000002R040828", + "___id": "T000002R040965", "___s": true }, { "comment": "/**\r\n * Removes a key from the Texture Manager but does not destroy the Texture that was using the key.\r\n *\r\n * @method Phaser.Textures.TextureManager#removeKey\r\n * @since 3.17.0\r\n *\r\n * @param {string} key - The key to remove from the texture list.\r\n *\r\n * @return {Phaser.Textures.TextureManager} The Texture Manager.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 302, + "lineno": 314, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Removes a key from the Texture Manager but does not destroy the Texture that was using the key.", @@ -362958,16 +363774,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#removeKey", "scope": "instance", - "___id": "T000002R040832", + "___id": "T000002R040969", "___s": true }, { "comment": "/**\r\n * Adds a new Texture to the Texture Manager created from the given Base64 encoded data.\r\n *\r\n * It works by creating an `Image` DOM object, then setting the `src` attribute to\r\n * the given base64 encoded data. As a result, the process is asynchronous by its nature,\r\n * so be sure to listen for the events this method dispatches before using the texture.\r\n *\r\n * @method Phaser.Textures.TextureManager#addBase64\r\n * @fires Phaser.Textures.Events#ADD\r\n * @fires Phaser.Textures.Events#ERROR\r\n * @fires Phaser.Textures.Events#LOAD\r\n * @since 3.0.0\r\n *\r\n * @param {string} key - The unique string-based key of the Texture.\r\n * @param {*} data - The Base64 encoded data.\r\n *\r\n * @return {this} This Texture Manager instance.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 322, + "lineno": 334, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Adds a new Texture to the Texture Manager created from the given Base64 encoded data.\r\rIt works by creating an `Image` DOM object, then setting the `src` attribute to\rthe given base64 encoded data. As a result, the process is asynchronous by its nature,\rso be sure to listen for the events this method dispatches before using the texture.", @@ -363024,16 +363840,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#addBase64", "scope": "instance", - "___id": "T000002R040834", + "___id": "T000002R040971", "___s": true }, { "comment": "/**\r\n * Gets an existing texture frame and converts it into a base64 encoded image and returns the base64 data.\r\n *\r\n * You can also provide the image type and encoder options.\r\n *\r\n * This will only work with bitmap based texture frames, such as those created from Texture Atlases.\r\n * It will not work with GL Texture objects, such as Shaders, or Render Textures. For those please\r\n * see the WebGL Snapshot function instead.\r\n *\r\n * @method Phaser.Textures.TextureManager#getBase64\r\n * @since 3.12.0\r\n *\r\n * @param {string} key - The unique string-based key of the Texture.\r\n * @param {(string|number)} [frame] - The string-based name, or integer based index, of the Frame to get from the Texture.\r\n * @param {string} [type='image/png'] - A DOMString indicating the image format. The default format type is image/png.\r\n * @param {number} [encoderOptions=0.92] - A Number between 0 and 1 indicating the image quality to use for image formats that use lossy compression such as image/jpeg and image/webp. If this argument is anything else, the default value for image quality is used. The default value is 0.92. Other arguments are ignored.\r\n *\r\n * @return {string} The base64 encoded data, or an empty string if the texture frame could not be found.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 370, + "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Gets an existing texture frame and converts it into a base64 encoded image and returns the base64 data.\r\rYou can also provide the image type and encoder options.\r\rThis will only work with bitmap based texture frames, such as those created from Texture Atlases.\rIt will not work with GL Texture objects, such as Shaders, or Render Textures. For those please\rsee the WebGL Snapshot function instead.", @@ -363126,16 +363942,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#getBase64", "scope": "instance", - "___id": "T000002R040842", + "___id": "T000002R040979", "___s": true }, { "comment": "/**\r\n * Adds a new Texture to the Texture Manager created from the given Image element.\r\n *\r\n * @method Phaser.Textures.TextureManager#addImage\r\n * @fires Phaser.Textures.Events#ADD\r\n * @since 3.0.0\r\n *\r\n * @param {string} key - The unique string-based key of the Texture.\r\n * @param {HTMLImageElement} source - The source Image element.\r\n * @param {HTMLImageElement|HTMLCanvasElement} [dataSource] - An optional data Image element.\r\n *\r\n * @return {?Phaser.Textures.Texture} The Texture that was created, or `null` if the key is already in use.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 435, + "lineno": 447, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Adds a new Texture to the Texture Manager created from the given Image element.", @@ -363216,16 +364032,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#addImage", "scope": "instance", - "___id": "T000002R040853", + "___id": "T000002R040990", "___s": true }, { - "comment": "/**\r\n * Takes a WebGLTextureWrapper and creates a Phaser Texture from it, which is added to the Texture Manager using the given key.\r\n *\r\n * This allows you to then use the Texture as a normal texture for texture based Game Objects like Sprites.\r\n *\r\n * This is a WebGL only feature.\r\n * \r\n * Prior to Phaser 3.80.0, this method took a bare `WebGLTexture`\r\n * as the `glTexture` parameter. You must now wrap the `WebGLTexture` in a\r\n * `WebGLTextureWrapper` instance before passing it to this method.\r\n *\r\n * @method Phaser.Textures.TextureManager#addGLTexture\r\n * @fires Phaser.Textures.Events#ADD\r\n * @since 3.19.0\r\n *\r\n * @param {string} key - The unique string-based key of the Texture.\r\n * @param {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} glTexture - The source Render Texture.\r\n *\r\n * @return {?Phaser.Textures.Texture} The Texture that was created, or `null` if the key is already in use.\r\n */", + "comment": "/**\r\n * Takes a WebGLTextureWrapper and creates a Phaser Texture from it, which is added to the Texture Manager using the given key.\r\n *\r\n * This allows you to then use the Texture as a normal texture for texture based Game Objects like Sprites.\r\n *\r\n * This is a WebGL only feature.\r\n *\r\n * Prior to Phaser 3.80.0, this method took a bare `WebGLTexture`\r\n * as the `glTexture` parameter. You must now wrap the `WebGLTexture` in a\r\n * `WebGLTextureWrapper` instance before passing it to this method.\r\n *\r\n * @method Phaser.Textures.TextureManager#addGLTexture\r\n * @fires Phaser.Textures.Events#ADD\r\n * @since 3.19.0\r\n *\r\n * @param {string} key - The unique string-based key of the Texture.\r\n * @param {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} glTexture - The source Render Texture.\r\n *\r\n * @return {?Phaser.Textures.Texture} The Texture that was created, or `null` if the key is already in use.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 470, + "lineno": 482, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Takes a WebGLTextureWrapper and creates a Phaser Texture from it, which is added to the Texture Manager using the given key.\r\rThis allows you to then use the Texture as a normal texture for texture based Game Objects like Sprites.\r\rThis is a WebGL only feature.\r\rPrior to Phaser 3.80.0, this method took a bare `WebGLTexture`\ras the `glTexture` parameter. You must now wrap the `WebGLTexture` in a\r`WebGLTextureWrapper` instance before passing it to this method.", @@ -363282,16 +364098,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#addGLTexture", "scope": "instance", - "___id": "T000002R040857", + "___id": "T000002R040994", "___s": true }, { "comment": "/**\r\n * Adds a Compressed Texture to this Texture Manager.\r\n *\r\n * The texture should typically have been loaded via the `CompressedTextureFile` loader,\r\n * in order to prepare the correct data object this method requires.\r\n *\r\n * You can optionally also pass atlas data to this method, in which case a texture atlas\r\n * will be generated from the given compressed texture, combined with the atlas data.\r\n *\r\n * @method Phaser.Textures.TextureManager#addCompressedTexture\r\n * @fires Phaser.Textures.Events#ADD\r\n * @since 3.60.0\r\n *\r\n * @param {string} key - The unique string-based key of the Texture.\r\n * @param {Phaser.Types.Textures.CompressedTextureData} textureData - The Compressed Texture data object.\r\n * @param {object} [atlasData] - Optional Texture Atlas data.\r\n *\r\n * @return {?Phaser.Textures.Texture} The Texture that was created, or `null` if the key is already in use.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 510, + "lineno": 522, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Adds a Compressed Texture to this Texture Manager.\r\rThe texture should typically have been loaded via the `CompressedTextureFile` loader,\rin order to prepare the correct data object this method requires.\r\rYou can optionally also pass atlas data to this method, in which case a texture atlas\rwill be generated from the given compressed texture, combined with the atlas data.", @@ -363362,16 +364178,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#addCompressedTexture", "scope": "instance", - "___id": "T000002R040863", + "___id": "T000002R041000", "___s": true }, { "comment": "/**\r\n * Adds a Render Texture to the Texture Manager using the given key.\r\n * This allows you to then use the Render Texture as a normal texture for texture based Game Objects like Sprites.\r\n *\r\n * @method Phaser.Textures.TextureManager#addRenderTexture\r\n * @fires Phaser.Textures.Events#ADD\r\n * @since 3.12.0\r\n *\r\n * @param {string} key - The unique string-based key of the Texture.\r\n * @param {Phaser.GameObjects.RenderTexture} renderTexture - The source Render Texture.\r\n *\r\n * @return {?Phaser.Textures.Texture} The Texture that was created, or `null` if the key is already in use.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 572, + "lineno": 584, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Adds a Render Texture to the Texture Manager using the given key.\rThis allows you to then use the Render Texture as a normal texture for texture based Game Objects like Sprites.", @@ -363428,16 +364244,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#addRenderTexture", "scope": "instance", - "___id": "T000002R040869", + "___id": "T000002R041006", "___s": true }, { "comment": "/**\r\n * Creates a new Texture using the given config values.\r\n *\r\n * Generated textures consist of a Canvas element to which the texture data is drawn.\r\n *\r\n * Generates a texture based on the given Create configuration object.\r\n *\r\n * The texture is drawn using a fixed-size indexed palette of 16 colors, where the hex value in the\r\n * data cells map to a single color. For example, if the texture config looked like this:\r\n *\r\n * ```javascript\r\n * var star = [\r\n * '.....828.....',\r\n * '....72227....',\r\n * '....82228....',\r\n * '...7222227...',\r\n * '2222222222222',\r\n * '8222222222228',\r\n * '.72222222227.',\r\n * '..787777787..',\r\n * '..877777778..',\r\n * '.78778887787.',\r\n * '.27887.78872.',\r\n * '.787.....787.'\r\n * ];\r\n *\r\n * this.textures.generate('star', { data: star, pixelWidth: 4 });\r\n * ```\r\n *\r\n * Then it would generate a texture that is 52 x 48 pixels in size, because each cell of the data array\r\n * represents 1 pixel multiplied by the `pixelWidth` value. The cell values, such as `8`, maps to color\r\n * number 8 in the palette. If a cell contains a period character `.` then it is transparent.\r\n *\r\n * The default palette is Arne16, but you can specify your own using the `palette` property.\r\n *\r\n * @method Phaser.Textures.TextureManager#generate\r\n * @since 3.0.0\r\n *\r\n * @param {string} key - The unique string-based key of the Texture.\r\n * @param {Phaser.Types.Create.GenerateTextureConfig} config - The configuration object needed to generate the texture.\r\n *\r\n * @return {?Phaser.Textures.Texture} The Texture that was created, or `null` if the key is already in use.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 602, + "lineno": 614, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Creates a new Texture using the given config values.\r\rGenerated textures consist of a Canvas element to which the texture data is drawn.\r\rGenerates a texture based on the given Create configuration object.\r\rThe texture is drawn using a fixed-size indexed palette of 16 colors, where the hex value in the\rdata cells map to a single color. For example, if the texture config looked like this:\r\r```javascript\rvar star = [\r '.....828.....',\r '....72227....',\r '....82228....',\r '...7222227...',\r '2222222222222',\r '8222222222228',\r '.72222222227.',\r '..787777787..',\r '..877777778..',\r '.78778887787.',\r '.27887.78872.',\r '.787.....787.'\r];\r\rthis.textures.generate('star', { data: star, pixelWidth: 4 });\r```\r\rThen it would generate a texture that is 52 x 48 pixels in size, because each cell of the data array\rrepresents 1 pixel multiplied by the `pixelWidth` value. The cell values, such as `8`, maps to color\rnumber 8 in the palette. If a cell contains a period character `.` then it is transparent.\r\rThe default palette is Arne16, but you can specify your own using the `palette` property.", @@ -363491,16 +364307,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#generate", "scope": "instance", - "___id": "T000002R040873", + "___id": "T000002R041010", "___s": true }, { "comment": "/**\r\n * Creates a new Texture using a blank Canvas element of the size given.\r\n *\r\n * Canvas elements are automatically pooled and calling this method will\r\n * extract a free canvas from the CanvasPool, or create one if none are available.\r\n *\r\n * @method Phaser.Textures.TextureManager#createCanvas\r\n * @since 3.0.0\r\n *\r\n * @param {string} key - The unique string-based key of the Texture.\r\n * @param {number} [width=256] - The width of the Canvas element.\r\n * @param {number} [height=256] - The height of the Canvas element.\r\n *\r\n * @return {?Phaser.Textures.CanvasTexture} The Canvas Texture that was created, or `null` if the key is already in use.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 663, + "lineno": 675, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Creates a new Texture using a blank Canvas element of the size given.\r\rCanvas elements are automatically pooled and calling this method will\rextract a free canvas from the CanvasPool, or create one if none are available.", @@ -363571,16 +364387,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#createCanvas", "scope": "instance", - "___id": "T000002R040877", + "___id": "T000002R041014", "___s": true }, { "comment": "/**\r\n * Creates a new Canvas Texture object from an existing Canvas element\r\n * and adds it to this Texture Manager, unless `skipCache` is true.\r\n *\r\n * @method Phaser.Textures.TextureManager#addCanvas\r\n * @fires Phaser.Textures.Events#ADD\r\n * @since 3.0.0\r\n *\r\n * @param {string} key - The unique string-based key of the Texture.\r\n * @param {HTMLCanvasElement} source - The Canvas element to form the base of the new Texture.\r\n * @param {boolean} [skipCache=false] - Skip adding this Texture into the Cache?\r\n *\r\n * @return {?Phaser.Textures.CanvasTexture} The Canvas Texture that was created, or `null` if the key is already in use.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 693, + "lineno": 705, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Creates a new Canvas Texture object from an existing Canvas element\rand adds it to this Texture Manager, unless `skipCache` is true.", @@ -363652,16 +364468,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#addCanvas", "scope": "instance", - "___id": "T000002R040882", + "___id": "T000002R041019", "___s": true }, { "comment": "/**\r\n * Creates a Dynamic Texture instance and adds itself to this Texture Manager.\r\n *\r\n * A Dynamic Texture is a special texture that allows you to draw textures, frames and most kind of\r\n * Game Objects directly to it.\r\n *\r\n * You can take many complex objects and draw them to this one texture, which can then be used as the\r\n * base texture for other Game Objects, such as Sprites. Should you then update this texture, all\r\n * Game Objects using it will instantly be updated as well, reflecting the changes immediately.\r\n *\r\n * It's a powerful way to generate dynamic textures at run-time that are WebGL friendly and don't invoke\r\n * expensive GPU uploads on each change.\r\n *\r\n * See the methods available on the `DynamicTexture` class for more details.\r\n *\r\n * Optionally, you can also pass a Dynamic Texture instance to this method to have\r\n * it added to the Texture Manager.\r\n *\r\n * @method Phaser.Textures.TextureManager#addDynamicTexture\r\n * @fires Phaser.Textures.Events#ADD\r\n * @since 3.60.0\r\n *\r\n * @param {(string|Phaser.Textures.DynamicTexture)} key - The string-based key of this Texture. Must be unique within the Texture Manager. Or, a DynamicTexture instance.\r\n * @param {number} [width=256] - The width of this Dynamic Texture in pixels. Defaults to 256 x 256. Ignored if an instance is passed as the key.\r\n * @param {number} [height=256] - The height of this Dynamic Texture in pixels. Defaults to 256 x 256. Ignored if an instance is passed as the key.\r\n *\r\n * @return {?Phaser.Textures.DynamicTexture} The Dynamic Texture that was created, or `null` if the key is already in use.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 730, + "lineno": 742, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Creates a Dynamic Texture instance and adds itself to this Texture Manager.\r\rA Dynamic Texture is a special texture that allows you to draw textures, frames and most kind of\rGame Objects directly to it.\r\rYou can take many complex objects and draw them to this one texture, which can then be used as the\rbase texture for other Game Objects, such as Sprites. Should you then update this texture, all\rGame Objects using it will instantly be updated as well, reflecting the changes immediately.\r\rIt's a powerful way to generate dynamic textures at run-time that are WebGL friendly and don't invoke\rexpensive GPU uploads on each change.\r\rSee the methods available on the `DynamicTexture` class for more details.\r\rOptionally, you can also pass a Dynamic Texture instance to this method to have\rit added to the Texture Manager.", @@ -363745,16 +364561,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#addDynamicTexture", "scope": "instance", - "___id": "T000002R040889", + "___id": "T000002R041026", "___s": true }, { "comment": "/**\r\n * Adds a Texture Atlas to this Texture Manager.\r\n *\r\n * In Phaser terminology, a Texture Atlas is a combination of an atlas image and a JSON data file,\r\n * such as those exported by applications like Texture Packer.\r\n *\r\n * It can accept either JSON Array or JSON Hash formats, as exported by Texture Packer and similar software.\r\n *\r\n * As of Phaser 3.60 you can use this method to add a atlas data to an existing Phaser Texture.\r\n *\r\n * @method Phaser.Textures.TextureManager#addAtlas\r\n * @since 3.0.0\r\n *\r\n * @param {string} key - The unique string-based key of the Texture.\r\n * @param {(HTMLImageElement|HTMLImageElement[]|Phaser.Textures.Texture)} source - The source Image element/s, or a Phaser Texture.\r\n * @param {(object|object[])} data - The Texture Atlas data/s.\r\n * @param {HTMLImageElement|HTMLCanvasElement|HTMLImageElement[]|HTMLCanvasElement[]} [dataSource] - An optional data Image element.\r\n *\r\n * @return {?Phaser.Textures.Texture} The Texture that was created, or `null` if the key is already in use.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 787, + "lineno": 799, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Adds a Texture Atlas to this Texture Manager.\r\rIn Phaser terminology, a Texture Atlas is a combination of an atlas image and a JSON data file,\rsuch as those exported by applications like Texture Packer.\r\rIt can accept either JSON Array or JSON Hash formats, as exported by Texture Packer and similar software.\r\rAs of Phaser 3.60 you can use this method to add a atlas data to an existing Phaser Texture.", @@ -363916,16 +364732,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#addAtlas", "scope": "instance", - "___id": "T000002R040897", + "___id": "T000002R041034", "___s": true }, { "comment": "/**\r\n * Adds a Texture Atlas to this Texture Manager.\r\n *\r\n * In Phaser terminology, a Texture Atlas is a combination of an atlas image and a JSON data file,\r\n * such as those exported by applications like Texture Packer.\r\n *\r\n * The frame data of the atlas must be stored in an Array within the JSON.\r\n *\r\n * This is known as a JSON Array in software such as Texture Packer.\r\n *\r\n * As of Phaser 3.60 you can use this method to add a atlas data to an existing Phaser Texture.\r\n *\r\n * @method Phaser.Textures.TextureManager#addAtlasJSONArray\r\n * @fires Phaser.Textures.Events#ADD\r\n * @since 3.0.0\r\n *\r\n * @param {string} key - The unique string-based key of the Texture.\r\n * @param {(HTMLImageElement|HTMLImageElement[]|Phaser.Textures.Texture)} source - The source Image element/s, or a Phaser Texture.\r\n * @param {(object|object[])} data - The Texture Atlas data/s.\r\n * @param {HTMLImageElement|HTMLCanvasElement|HTMLImageElement[]|HTMLCanvasElement[]} [dataSource] - An optional data Image element.\r\n *\r\n * @return {?Phaser.Textures.Texture} The Texture that was created, or `null` if the key is already in use.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 820, + "lineno": 832, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Adds a Texture Atlas to this Texture Manager.\r\rIn Phaser terminology, a Texture Atlas is a combination of an atlas image and a JSON data file,\rsuch as those exported by applications like Texture Packer.\r\rThe frame data of the atlas must be stored in an Array within the JSON.\r\rThis is known as a JSON Array in software such as Texture Packer.\r\rAs of Phaser 3.60 you can use this method to add a atlas data to an existing Phaser Texture.", @@ -364090,16 +364906,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#addAtlasJSONArray", "scope": "instance", - "___id": "T000002R040899", + "___id": "T000002R041036", "___s": true }, { "comment": "/**\r\n * Adds a Texture Atlas to this Texture Manager.\r\n *\r\n * In Phaser terminology, a Texture Atlas is a combination of an atlas image and a JSON data file,\r\n * such as those exported by applications like Texture Packer.\r\n *\r\n * The frame data of the atlas must be stored in an Object within the JSON.\r\n *\r\n * This is known as a JSON Hash in software such as Texture Packer.\r\n *\r\n * As of Phaser 3.60 you can use this method to add a atlas data to an existing Phaser Texture.\r\n *\r\n * @method Phaser.Textures.TextureManager#addAtlasJSONHash\r\n * @fires Phaser.Textures.Events#ADD\r\n * @since 3.0.0\r\n *\r\n * @param {string} key - The unique string-based key of the Texture.\r\n * @param {(HTMLImageElement|HTMLImageElement[]|Phaser.Textures.Texture)} source - The source Image element/s, or a Phaser Texture.\r\n * @param {(object|object[])} data - The Texture Atlas data/s.\r\n * @param {HTMLImageElement|HTMLCanvasElement|HTMLImageElement[]|HTMLCanvasElement[]} [dataSource] - An optional data Image element.\r\n *\r\n * @return {?Phaser.Textures.Texture} The Texture that was created, or `null` if the key is already in use.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 889, + "lineno": 901, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Adds a Texture Atlas to this Texture Manager.\r\rIn Phaser terminology, a Texture Atlas is a combination of an atlas image and a JSON data file,\rsuch as those exported by applications like Texture Packer.\r\rThe frame data of the atlas must be stored in an Object within the JSON.\r\rThis is known as a JSON Hash in software such as Texture Packer.\r\rAs of Phaser 3.60 you can use this method to add a atlas data to an existing Phaser Texture.", @@ -364264,16 +365080,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#addAtlasJSONHash", "scope": "instance", - "___id": "T000002R040908", + "___id": "T000002R041045", "___s": true }, { "comment": "/**\r\n * Adds a Texture Atlas to this Texture Manager.\r\n *\r\n * In Phaser terminology, a Texture Atlas is a combination of an atlas image and a data file,\r\n * such as those exported by applications like Texture Packer.\r\n *\r\n * The frame data of the atlas must be stored in an XML file.\r\n *\r\n * As of Phaser 3.60 you can use this method to add a atlas data to an existing Phaser Texture.\r\n *\r\n * @method Phaser.Textures.TextureManager#addAtlasXML\r\n * @fires Phaser.Textures.Events#ADD\r\n * @since 3.7.0\r\n *\r\n * @param {string} key - The unique string-based key of the Texture.\r\n * @param {(HTMLImageElement|Phaser.Textures.Texture)} source - The source Image element, or a Phaser Texture.\r\n * @param {object} data - The Texture Atlas XML data.\r\n * @param {HTMLImageElement|HTMLCanvasElement|HTMLImageElement[]|HTMLCanvasElement[]} [dataSource] - An optional data Image element.\r\n *\r\n * @return {?Phaser.Textures.Texture} The Texture that was created, or `null` if the key is already in use.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 952, + "lineno": 964, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Adds a Texture Atlas to this Texture Manager.\r\rIn Phaser terminology, a Texture Atlas is a combination of an atlas image and a data file,\rsuch as those exported by applications like Texture Packer.\r\rThe frame data of the atlas must be stored in an XML file.\r\rAs of Phaser 3.60 you can use this method to add a atlas data to an existing Phaser Texture.", @@ -364405,16 +365221,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#addAtlasXML", "scope": "instance", - "___id": "T000002R040915", + "___id": "T000002R041052", "___s": true }, { "comment": "/**\r\n * Adds a Unity Texture Atlas to this Texture Manager.\r\n *\r\n * In Phaser terminology, a Texture Atlas is a combination of an atlas image and a data file,\r\n * such as those exported by applications like Texture Packer or Unity.\r\n *\r\n * The frame data of the atlas must be stored in a Unity YAML file.\r\n *\r\n * As of Phaser 3.60 you can use this method to add a atlas data to an existing Phaser Texture.\r\n *\r\n * @method Phaser.Textures.TextureManager#addUnityAtlas\r\n * @fires Phaser.Textures.Events#ADD\r\n * @since 3.0.0\r\n *\r\n * @param {string} key - The unique string-based key of the Texture.\r\n * @param {HTMLImageElement} source - The source Image element.\r\n * @param {object} data - The Texture Atlas data.\r\n * @param {HTMLImageElement|HTMLCanvasElement|HTMLImageElement[]|HTMLCanvasElement[]} [dataSource] - An optional data Image element.\r\n *\r\n * @return {?Phaser.Textures.Texture} The Texture that was created, or `null` if the key is already in use.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 1003, + "lineno": 1015, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Adds a Unity Texture Atlas to this Texture Manager.\r\rIn Phaser terminology, a Texture Atlas is a combination of an atlas image and a data file,\rsuch as those exported by applications like Texture Packer or Unity.\r\rThe frame data of the atlas must be stored in a Unity YAML file.\r\rAs of Phaser 3.60 you can use this method to add a atlas data to an existing Phaser Texture.", @@ -364536,16 +365352,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#addUnityAtlas", "scope": "instance", - "___id": "T000002R040921", + "___id": "T000002R041058", "___s": true }, { "comment": "/**\r\n * Adds a Sprite Sheet to this Texture Manager.\r\n *\r\n * In Phaser terminology a Sprite Sheet is a texture containing different frames, but each frame is the exact\r\n * same size and cannot be trimmed or rotated. This is different to a Texture Atlas, created by tools such as\r\n * Texture Packer, and more akin with the fixed-frame exports you get from apps like Aseprite or old arcade\r\n * games.\r\n *\r\n * As of Phaser 3.60 you can use this method to add a sprite sheet to an existing Phaser Texture.\r\n *\r\n * @method Phaser.Textures.TextureManager#addSpriteSheet\r\n * @fires Phaser.Textures.Events#ADD\r\n * @since 3.0.0\r\n *\r\n * @param {string} key - The unique string-based key of the Texture. Give an empty string if you provide a Phaser Texture as the 2nd argument.\r\n * @param {(HTMLImageElement|Phaser.Textures.Texture)} source - The source Image element, or a Phaser Texture.\r\n * @param {Phaser.Types.Textures.SpriteSheetConfig} config - The configuration object for this Sprite Sheet.\r\n * @param {HTMLImageElement|HTMLCanvasElement} [dataSource] - An optional data Image element.\r\n *\r\n * @return {?Phaser.Textures.Texture} The Texture that was created or updated, or `null` if the key is already in use.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 1054, + "lineno": 1066, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Adds a Sprite Sheet to this Texture Manager.\r\rIn Phaser terminology a Sprite Sheet is a texture containing different frames, but each frame is the exact\rsame size and cannot be trimmed or rotated. This is different to a Texture Atlas, created by tools such as\rTexture Packer, and more akin with the fixed-frame exports you get from apps like Aseprite or old arcade\rgames.\r\rAs of Phaser 3.60 you can use this method to add a sprite sheet to an existing Phaser Texture.", @@ -364649,16 +365465,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#addSpriteSheet", "scope": "instance", - "___id": "T000002R040927", + "___id": "T000002R041064", "___s": true }, { "comment": "/**\r\n * Adds a Sprite Sheet to this Texture Manager, where the Sprite Sheet exists as a Frame within a Texture Atlas.\r\n *\r\n * In Phaser terminology a Sprite Sheet is a texture containing different frames, but each frame is the exact\r\n * same size and cannot be trimmed or rotated.\r\n *\r\n * @method Phaser.Textures.TextureManager#addSpriteSheetFromAtlas\r\n * @fires Phaser.Textures.Events#ADD\r\n * @since 3.0.0\r\n *\r\n * @param {string} key - The unique string-based key of the Texture.\r\n * @param {Phaser.Types.Textures.SpriteSheetFromAtlasConfig} config - The configuration object for this Sprite Sheet.\r\n *\r\n * @return {?Phaser.Textures.Texture} The Texture that was created, or `null` if the key is already in use.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 1108, + "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Adds a Sprite Sheet to this Texture Manager, where the Sprite Sheet exists as a Frame within a Texture Atlas.\r\rIn Phaser terminology a Sprite Sheet is a texture containing different frames, but each frame is the exact\rsame size and cannot be trimmed or rotated.", @@ -364715,16 +365531,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#addSpriteSheetFromAtlas", "scope": "instance", - "___id": "T000002R040935", + "___id": "T000002R041072", "___s": true }, { - "comment": "/**\r\n * Creates a texture from an array of colour data.\r\n * \r\n * This is only available in WebGL mode.\r\n * \r\n * If the dimensions provided are powers of two, the resulting texture\r\n * will be automatically set to wrap by the WebGL Renderer.\r\n * \r\n * @method Phaser.Textures.TextureManager#addUint8Array\r\n * @fires Phaser.Textures.Events#ADD\r\n * @since 3.80.0\r\n *\r\n * @param {string} key - The unique string-based key of the Texture.\r\n * @param {Uint8Array} data - The color data for the texture.\r\n * @param {number} width - The width of the texture.\r\n * @param {number} height - The height of the texture.\r\n *\r\n * @return {?Phaser.Textures.Texture} The Texture that was created, or `null` if the key is already in use.\r\n */", + "comment": "/**\r\n * Creates a texture from an array of colour data.\r\n *\r\n * This is only available in WebGL mode.\r\n *\r\n * If the dimensions provided are powers of two, the resulting texture\r\n * will be automatically set to wrap by the WebGL Renderer.\r\n *\r\n * @method Phaser.Textures.TextureManager#addUint8Array\r\n * @fires Phaser.Textures.Events#ADD\r\n * @since 3.80.0\r\n *\r\n * @param {string} key - The unique string-based key of the Texture.\r\n * @param {Uint8Array} data - The color data for the texture.\r\n * @param {number} width - The width of the texture.\r\n * @param {number} height - The height of the texture.\r\n *\r\n * @return {?Phaser.Textures.Texture} The Texture that was created, or `null` if the key is already in use.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 1167, + "lineno": 1179, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Creates a texture from an array of colour data.\r\rThis is only available in WebGL mode.\r\rIf the dimensions provided are powers of two, the resulting texture\rwill be automatically set to wrap by the WebGL Renderer.", @@ -364807,16 +365623,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#addUint8Array", "scope": "instance", - "___id": "T000002R040944", + "___id": "T000002R041081", "___s": true }, { "comment": "/**\r\n * Creates a new Texture using the given source and dimensions.\r\n *\r\n * @method Phaser.Textures.TextureManager#create\r\n * @since 3.0.0\r\n *\r\n * @param {string} key - The unique string-based key of the Texture.\r\n * @param {(HTMLImageElement|HTMLCanvasElement|HTMLImageElement[]|HTMLCanvasElement[]|Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper)} source - An array of sources that are used to create the texture. Usually Images, but can also be a Canvas.\r\n * @param {number} [width] - The width of the Texture. This is optional and automatically derived from the source images.\r\n * @param {number} [height] - The height of the Texture. This is optional and automatically derived from the source images.\r\n *\r\n * @return {?Phaser.Textures.Texture} The Texture that was created, or `null` if the key is already in use.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 1206, + "lineno": 1218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Creates a new Texture using the given source and dimensions.", @@ -364941,16 +365757,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#create", "scope": "instance", - "___id": "T000002R040947", + "___id": "T000002R041084", "___s": true }, { "comment": "/**\r\n * Checks the given key to see if a Texture using it exists within this Texture Manager.\r\n *\r\n * @method Phaser.Textures.TextureManager#exists\r\n * @since 3.0.0\r\n *\r\n * @param {string} key - The unique string-based key of the Texture.\r\n *\r\n * @return {boolean} Returns `true` if a Texture matching the given key exists in this Texture Manager.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 1233, + "lineno": 1245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Checks the given key to see if a Texture using it exists within this Texture Manager.", @@ -364989,16 +365805,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#exists", "scope": "instance", - "___id": "T000002R040952", + "___id": "T000002R041089", "___s": true }, { "comment": "/**\r\n * Returns a Texture from the Texture Manager that matches the given key.\r\n *\r\n * If the key is `undefined` it will return the `__DEFAULT` Texture.\r\n *\r\n * If the key is an instance of a Texture, it will return the instance.\r\n *\r\n * If the key is an instance of a Frame, it will return the frames parent Texture instance.\r\n *\r\n * Finally, if the key is given, but not found, and not a Texture or Frame instance, it will return the `__MISSING` Texture.\r\n *\r\n * @method Phaser.Textures.TextureManager#get\r\n * @since 3.0.0\r\n *\r\n * @param {(string|Phaser.Textures.Texture|Phaser.Textures.Frame)} key - The unique string-based key of the Texture, or a Texture, or Frame instance.\r\n *\r\n * @return {Phaser.Textures.Texture} The Texture matching the given key.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 1248, + "lineno": 1260, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Returns a Texture from the Texture Manager that matches the given key.\r\rIf the key is `undefined` it will return the `__DEFAULT` Texture.\r\rIf the key is an instance of a Texture, it will return the instance.\r\rIf the key is an instance of a Frame, it will return the frames parent Texture instance.\r\rFinally, if the key is given, but not found, and not a Texture or Frame instance, it will return the `__MISSING` Texture.", @@ -365052,16 +365868,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#get", "scope": "instance", - "___id": "T000002R040954", + "___id": "T000002R041091", "___s": true }, { "comment": "/**\r\n * Takes a Texture key and Frame name and returns a clone of that Frame if found.\r\n *\r\n * @method Phaser.Textures.TextureManager#cloneFrame\r\n * @since 3.0.0\r\n *\r\n * @param {string} key - The unique string-based key of the Texture.\r\n * @param {(string|number)} frame - The string or index of the Frame to be cloned.\r\n *\r\n * @return {Phaser.Textures.Frame} A Clone of the given Frame.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 1288, + "lineno": 1300, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Takes a Texture key and Frame name and returns a clone of that Frame if found.", @@ -365123,16 +365939,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#cloneFrame", "scope": "instance", - "___id": "T000002R040957", + "___id": "T000002R041094", "___s": true }, { "comment": "/**\r\n * Takes a Texture key and Frame name and returns a reference to that Frame, if found.\r\n *\r\n * @method Phaser.Textures.TextureManager#getFrame\r\n * @since 3.0.0\r\n *\r\n * @param {string} key - The unique string-based key of the Texture.\r\n * @param {(string|number)} [frame] - The string-based name, or integer based index, of the Frame to get from the Texture.\r\n *\r\n * @return {Phaser.Textures.Frame} A Texture Frame object.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 1307, + "lineno": 1319, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Takes a Texture key and Frame name and returns a reference to that Frame, if found.", @@ -365195,16 +366011,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#getFrame", "scope": "instance", - "___id": "T000002R040959", + "___id": "T000002R041096", "___s": true }, { "comment": "/**\r\n * Parses the 'key' parameter and returns a Texture Frame instance.\r\n *\r\n * It can accept the following formats:\r\n *\r\n * 1) A string\r\n * 2) An array where the elements are: [ key, [frame] ]\r\n * 3) An object with the properties: { key, [frame] }\r\n * 4) A Texture instance - which returns the default frame from the Texture\r\n * 5) A Frame instance - returns itself\r\n *\r\n * @method Phaser.Textures.TextureManager#parseFrame\r\n * @since 3.60.0\r\n *\r\n * @param {(string|array|object|Phaser.Textures.Texture|Phaser.Textures.Frame)} key - The key to be parsed.\r\n *\r\n * @return {Phaser.Textures.Frame} A Texture Frame object, if found, or undefined if not.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 1326, + "lineno": 1338, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Parses the 'key' parameter and returns a Texture Frame instance.\r\rIt can accept the following formats:\r\r1) A string\r2) An array where the elements are: [ key, [frame] ]\r3) An object with the properties: { key, [frame] }\r4) A Texture instance - which returns the default frame from the Texture\r5) A Frame instance - returns itself", @@ -365268,16 +366084,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#parseFrame", "scope": "instance", - "___id": "T000002R040961", + "___id": "T000002R041098", "___s": true }, { "comment": "/**\r\n * Returns an array with all of the keys of all Textures in this Texture Manager.\r\n * The output array will exclude the `__DEFAULT`, `__MISSING`, `__WHITE`, and `__NORMAL` keys.\r\n *\r\n * @method Phaser.Textures.TextureManager#getTextureKeys\r\n * @since 3.0.0\r\n *\r\n * @return {string[]} An array containing all of the Texture keys stored in this Texture Manager.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 1372, + "lineno": 1384, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Returns an array with all of the keys of all Textures in this Texture Manager.\rThe output array will exclude the `__DEFAULT`, `__MISSING`, `__WHITE`, and `__NORMAL` keys.", @@ -365310,16 +366126,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#getTextureKeys", "scope": "instance", - "___id": "T000002R040963", + "___id": "T000002R041100", "___s": true }, { "comment": "/**\r\n * Given a Texture and an `x` and `y` coordinate this method will return a new\r\n * Color object that has been populated with the color and alpha values of the pixel\r\n * at that location in the Texture.\r\n *\r\n * @method Phaser.Textures.TextureManager#getPixel\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The x coordinate of the pixel within the Texture.\r\n * @param {number} y - The y coordinate of the pixel within the Texture.\r\n * @param {string} key - The unique string-based key of the Texture.\r\n * @param {(string|number)} [frame] - The string or index of the Frame.\r\n *\r\n * @return {?Phaser.Display.Color} A Color object populated with the color values of the requested pixel,\r\n * or `null` if the coordinates were out of bounds.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 1396, + "lineno": 1408, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Given a Texture and an `x` and `y` coordinate this method will return a new\rColor object that has been populated with the color and alpha values of the pixel\rat that location in the Texture.", @@ -365410,16 +366226,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#getPixel", "scope": "instance", - "___id": "T000002R040967", + "___id": "T000002R041104", "___s": true }, { "comment": "/**\r\n * Given a Texture and an `x` and `y` coordinate this method will return a value between 0 and 255\r\n * corresponding to the alpha value of the pixel at that location in the Texture. If the coordinate\r\n * is out of bounds it will return null.\r\n *\r\n * @method Phaser.Textures.TextureManager#getPixelAlpha\r\n * @since 3.10.0\r\n *\r\n * @param {number} x - The x coordinate of the pixel within the Texture.\r\n * @param {number} y - The y coordinate of the pixel within the Texture.\r\n * @param {string} key - The unique string-based key of the Texture.\r\n * @param {(string|number)} [frame] - The string or index of the Frame.\r\n *\r\n * @return {number} A value between 0 and 255, or `null` if the coordinates were out of bounds.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 1443, + "lineno": 1455, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Given a Texture and an `x` and `y` coordinate this method will return a value between 0 and 255\rcorresponding to the alpha value of the pixel at that location in the Texture. If the coordinate\ris out of bounds it will return null.", @@ -365508,16 +366324,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#getPixelAlpha", "scope": "instance", - "___id": "T000002R040977", + "___id": "T000002R041114", "___s": true }, { "comment": "/**\r\n * Sets the given Game Objects `texture` and `frame` properties so that it uses\r\n * the Texture and Frame specified in the `key` and `frame` arguments to this method.\r\n *\r\n * @method Phaser.Textures.TextureManager#setTexture\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.GameObjects.GameObject} gameObject - The Game Object the texture would be set on.\r\n * @param {string} key - The unique string-based key of the Texture.\r\n * @param {(string|number)} [frame] - The string or index of the Frame.\r\n *\r\n * @return {Phaser.GameObjects.GameObject} The Game Object the texture was set on.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 1489, + "lineno": 1501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Sets the given Game Objects `texture` and `frame` properties so that it uses\rthe Texture and Frame specified in the `key` and `frame` arguments to this method.", @@ -365593,16 +366409,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#setTexture", "scope": "instance", - "___id": "T000002R040987", + "___id": "T000002R041124", "___s": true }, { "comment": "/**\r\n * Changes the key being used by a Texture to the new key provided.\r\n *\r\n * The old key is removed, allowing it to be re-used.\r\n *\r\n * Game Objects are linked to Textures by a reference to the Texture object, so\r\n * all existing references will be retained.\r\n *\r\n * @method Phaser.Textures.TextureManager#renameTexture\r\n * @since 3.12.0\r\n *\r\n * @param {string} currentKey - The current string-based key of the Texture you wish to rename.\r\n * @param {string} newKey - The new unique string-based key to use for the Texture.\r\n *\r\n * @return {boolean} `true` if the Texture key was successfully renamed, otherwise `false`.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 1513, + "lineno": 1525, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Changes the key being used by a Texture to the new key provided.\r\rThe old key is removed, allowing it to be re-used.\r\rGame Objects are linked to Textures by a reference to the Texture object, so\rall existing references will be retained.", @@ -365654,16 +366470,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#renameTexture", "scope": "instance", - "___id": "T000002R040991", + "___id": "T000002R041128", "___s": true }, { "comment": "/**\r\n * Passes all Textures to the given callback.\r\n *\r\n * @method Phaser.Textures.TextureManager#each\r\n * @since 3.0.0\r\n *\r\n * @param {EachTextureCallback} callback - The callback function to be sent the Textures.\r\n * @param {object} scope - The value to use as `this` when executing the callback.\r\n * @param {...*} [args] - Additional arguments that will be passed to the callback, after the child.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 1547, + "lineno": 1559, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Passes all Textures to the given callback.", @@ -365716,16 +366532,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#each", "scope": "instance", - "___id": "T000002R040996", + "___id": "T000002R041133", "___s": true }, { "comment": "/**\r\n * Resets the internal Stamp object, ready for drawing and returns it.\r\n *\r\n * @method Phaser.Textures.TextureManager#resetStamp\r\n * @since 3.60.0\r\n *\r\n * @param {number} [alpha=1] - The alpha to use.\r\n * @param {number} [tint=0xffffff] - WebGL only. The tint color to use.\r\n *\r\n * @return {Phaser.GameObjects.Image} A reference to the Stamp Game Object.\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 1574, + "lineno": 1586, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Resets the internal Stamp object, ready for drawing and returns it.", @@ -365781,16 +366597,16 @@ "memberof": "Phaser.Textures.TextureManager", "longname": "Phaser.Textures.TextureManager#resetStamp", "scope": "instance", - "___id": "T000002R041002", + "___id": "T000002R041139", "___s": true }, { "comment": "/**\r\n * Destroys the Texture Manager and all Textures stored within it.\r\n *\r\n * @method Phaser.Textures.TextureManager#destroy\r\n * @since 3.0.0\r\n */", "meta": { "filename": "TextureManager.js", - "lineno": 1603, + "lineno": 1615, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Destroys the Texture Manager and all Textures stored within it.", @@ -365801,7 +366617,7 @@ "longname": "Phaser.Textures.TextureManager#destroy", "scope": "instance", "overrides": "Phaser.Events.EventEmitter#destroy", - "___id": "T000002R041007", + "___id": "T000002R041144", "___s": true }, { @@ -365810,7 +366626,7 @@ "filename": "TextureSource.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "classdesc": "A Texture Source is the encapsulation of the actual source data for a Texture.\r\rThis is typically an Image Element, loaded from the file system or network, a Canvas Element or a Video Element.\r\rA Texture can contain multiple Texture Sources, which only happens when a multi-atlas is loaded.", @@ -365926,7 +366742,7 @@ ], "scope": "static", "longname": "Phaser.Textures.TextureSource", - "___id": "T000002R041019", + "___id": "T000002R041156", "___s": true }, { @@ -365935,7 +366751,7 @@ "filename": "TextureSource.js", "lineno": 42, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "A reference to the Canvas or WebGL Renderer.", @@ -365964,7 +366780,7 @@ "longname": "Phaser.Textures.TextureSource#renderer", "scope": "instance", "kind": "member", - "___id": "T000002R041024", + "___id": "T000002R041161", "___s": true }, { @@ -365973,7 +366789,7 @@ "filename": "TextureSource.js", "lineno": 51, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The Texture this TextureSource instance belongs to.", @@ -365992,7 +366808,7 @@ "longname": "Phaser.Textures.TextureSource#texture", "scope": "instance", "kind": "member", - "___id": "T000002R041026", + "___id": "T000002R041163", "___s": true }, { @@ -366001,7 +366817,7 @@ "filename": "TextureSource.js", "lineno": 60, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The source of the image data.\r\rThis is either an Image Element, a Canvas Element, a Video Element, a RenderTexture or a WebGLTextureWrapper.\r\rIn Phaser 3.60 and above it can also be a Compressed Texture data object.", @@ -366055,7 +366871,7 @@ "longname": "Phaser.Textures.TextureSource#source", "scope": "instance", "kind": "member", - "___id": "T000002R041028", + "___id": "T000002R041165", "___s": true }, { @@ -366064,7 +366880,7 @@ "filename": "TextureSource.js", "lineno": 73, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The image data.\r\rThis is either an Image element, Canvas element, Video Element, or Uint8Array.", @@ -366103,7 +366919,7 @@ "longname": "Phaser.Textures.TextureSource#image", "scope": "instance", "kind": "member", - "___id": "T000002R041030", + "___id": "T000002R041167", "___s": true }, { @@ -366112,7 +366928,7 @@ "filename": "TextureSource.js", "lineno": 84, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Holds the compressed textured algorithm, or `null` if it's not a compressed texture.\r\rPrior to Phaser 3.60 this value always held `null`.", @@ -366132,7 +366948,7 @@ "longname": "Phaser.Textures.TextureSource#compressionAlgorithm", "scope": "instance", "kind": "member", - "___id": "T000002R041032", + "___id": "T000002R041169", "___s": true }, { @@ -366141,7 +366957,7 @@ "filename": "TextureSource.js", "lineno": 96, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The resolution of the source image.", @@ -366161,7 +366977,7 @@ "longname": "Phaser.Textures.TextureSource#resolution", "scope": "instance", "kind": "member", - "___id": "T000002R041034", + "___id": "T000002R041171", "___s": true }, { @@ -366170,7 +366986,7 @@ "filename": "TextureSource.js", "lineno": 106, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The width of the source image. If not specified in the constructor it will check\rthe `naturalWidth` and then `width` properties of the source image.", @@ -366189,7 +367005,7 @@ "longname": "Phaser.Textures.TextureSource#width", "scope": "instance", "kind": "member", - "___id": "T000002R041036", + "___id": "T000002R041173", "___s": true }, { @@ -366198,7 +367014,7 @@ "filename": "TextureSource.js", "lineno": 116, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The height of the source image. If not specified in the constructor it will check\rthe `naturalHeight` and then `height` properties of the source image.", @@ -366217,7 +367033,7 @@ "longname": "Phaser.Textures.TextureSource#height", "scope": "instance", "kind": "member", - "___id": "T000002R041038", + "___id": "T000002R041175", "___s": true }, { @@ -366226,7 +367042,7 @@ "filename": "TextureSource.js", "lineno": 126, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The Scale Mode the image will use when rendering.\rEither Linear or Nearest.", @@ -366245,7 +367061,7 @@ "longname": "Phaser.Textures.TextureSource#scaleMode", "scope": "instance", "kind": "member", - "___id": "T000002R041040", + "___id": "T000002R041177", "___s": true }, { @@ -366254,7 +367070,7 @@ "filename": "TextureSource.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Is the source image a Canvas Element?", @@ -366273,7 +367089,7 @@ "longname": "Phaser.Textures.TextureSource#isCanvas", "scope": "instance", "kind": "member", - "___id": "T000002R041042", + "___id": "T000002R041179", "___s": true }, { @@ -366282,7 +367098,7 @@ "filename": "TextureSource.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Is the source image a Video Element?", @@ -366301,7 +367117,7 @@ "longname": "Phaser.Textures.TextureSource#isVideo", "scope": "instance", "kind": "member", - "___id": "T000002R041044", + "___id": "T000002R041181", "___s": true }, { @@ -366310,7 +367126,7 @@ "filename": "TextureSource.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Is the source image a Render Texture?", @@ -366329,7 +367145,7 @@ "longname": "Phaser.Textures.TextureSource#isRenderTexture", "scope": "instance", "kind": "member", - "___id": "T000002R041046", + "___id": "T000002R041183", "___s": true }, { @@ -366338,7 +367154,7 @@ "filename": "TextureSource.js", "lineno": 163, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Is the source image a WebGLTextureWrapper?", @@ -366357,7 +367173,7 @@ "longname": "Phaser.Textures.TextureSource#isGLTexture", "scope": "instance", "kind": "member", - "___id": "T000002R041048", + "___id": "T000002R041185", "___s": true }, { @@ -366366,7 +367182,7 @@ "filename": "TextureSource.js", "lineno": 172, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Are the source image dimensions a power of two?", @@ -366385,7 +367201,7 @@ "longname": "Phaser.Textures.TextureSource#isPowerOf2", "scope": "instance", "kind": "member", - "___id": "T000002R041050", + "___id": "T000002R041187", "___s": true }, { @@ -366394,7 +367210,7 @@ "filename": "TextureSource.js", "lineno": 181, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "The wrapped WebGL Texture of the source image.\rIf this TextureSource is driven from a WebGLTexture already,\rthen this wrapper contains a reference to that WebGLTexture.", @@ -366416,7 +367232,7 @@ "longname": "Phaser.Textures.TextureSource#glTexture", "scope": "instance", "kind": "member", - "___id": "T000002R041052", + "___id": "T000002R041189", "___s": true }, { @@ -366425,7 +367241,7 @@ "filename": "TextureSource.js", "lineno": 193, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Sets the `UNPACK_FLIP_Y_WEBGL` flag the WebGL Texture uses during upload.", @@ -366444,7 +367260,7 @@ "longname": "Phaser.Textures.TextureSource#flipY", "scope": "instance", "kind": "member", - "___id": "T000002R041054", + "___id": "T000002R041191", "___s": true }, { @@ -366453,7 +367269,7 @@ "filename": "TextureSource.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Creates a WebGL Texture, if required, and sets the Texture filter mode.", @@ -366478,7 +367294,7 @@ "memberof": "Phaser.Textures.TextureSource", "longname": "Phaser.Textures.TextureSource#init", "scope": "instance", - "___id": "T000002R041056", + "___id": "T000002R041193", "___s": true }, { @@ -366487,7 +367303,7 @@ "filename": "TextureSource.js", "lineno": 275, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Sets the Filter Mode for this Texture.\r\rThe mode can be either Linear, the default, or Nearest.\r\rFor pixel-art you should use Nearest.", @@ -366512,7 +367328,7 @@ "memberof": "Phaser.Textures.TextureSource", "longname": "Phaser.Textures.TextureSource#setFilter", "scope": "instance", - "___id": "T000002R041075", + "___id": "T000002R041212", "___s": true }, { @@ -366521,7 +367337,7 @@ "filename": "TextureSource.js", "lineno": 297, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Sets the `UNPACK_FLIP_Y_WEBGL` flag for the WebGL Texture during texture upload.", @@ -366548,7 +367364,7 @@ "memberof": "Phaser.Textures.TextureSource", "longname": "Phaser.Textures.TextureSource#setFlipY", "scope": "instance", - "___id": "T000002R041078", + "___id": "T000002R041215", "___s": true }, { @@ -366557,7 +367373,7 @@ "filename": "TextureSource.js", "lineno": 317, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "If this TextureSource is backed by a Canvas and is running under WebGL,\rit updates the WebGLTexture using the canvas data.", @@ -366567,7 +367383,7 @@ "memberof": "Phaser.Textures.TextureSource", "longname": "Phaser.Textures.TextureSource#update", "scope": "instance", - "___id": "T000002R041082", + "___id": "T000002R041219", "___s": true }, { @@ -366576,7 +367392,7 @@ "filename": "TextureSource.js", "lineno": 341, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "description": "Destroys this Texture Source and nulls the references.", @@ -366586,7 +367402,7 @@ "memberof": "Phaser.Textures.TextureSource", "longname": "Phaser.Textures.TextureSource#destroy", "scope": "instance", - "___id": "T000002R041088", + "___id": "T000002R041225", "___s": true }, { @@ -366595,7 +367411,7 @@ "filename": "CompressedTextureData.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures\\typedefs", "code": {} }, "description": "An object containing the dimensions and mipmap data for a Compressed Texture.", @@ -366703,7 +367519,7 @@ "memberof": "Phaser.Types.Textures", "longname": "Phaser.Types.Textures.CompressedTextureData", "scope": "static", - "___id": "T000002R041096", + "___id": "T000002R041233", "___s": true }, { @@ -366712,7 +367528,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures\\typedefs", "code": {} }, "kind": "namespace", @@ -366720,7 +367536,7 @@ "memberof": "Phaser.Types", "longname": "Phaser.Types.Textures", "scope": "static", - "___id": "T000002R041097", + "___id": "T000002R041234", "___s": true }, { @@ -366729,7 +367545,7 @@ "filename": "MipmapType.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures\\typedefs", "code": {} }, "description": "A Mipmap Data entry for a Compressed Texture.", @@ -366789,7 +367605,7 @@ "memberof": "Phaser.Types.Textures", "longname": "Phaser.Types.Textures.MipmapType", "scope": "static", - "___id": "T000002R041098", + "___id": "T000002R041235", "___s": true }, { @@ -366798,7 +367614,7 @@ "filename": "PixelConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures\\typedefs", "code": {} }, "description": "An object containing the position and color data for a single pixel in a CanvasTexture.", @@ -366871,7 +367687,7 @@ "memberof": "Phaser.Types.Textures", "longname": "Phaser.Types.Textures.PixelConfig", "scope": "static", - "___id": "T000002R041099", + "___id": "T000002R041236", "___s": true }, { @@ -366880,7 +367696,7 @@ "filename": "SpriteSheetConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures\\typedefs", "code": {} }, "kind": "typedef", @@ -366987,7 +367803,7 @@ "memberof": "Phaser.Types.Textures", "longname": "Phaser.Types.Textures.SpriteSheetConfig", "scope": "static", - "___id": "T000002R041100", + "___id": "T000002R041237", "___s": true }, { @@ -366996,7 +367812,7 @@ "filename": "SpriteSheetFromAtlasConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures\\typedefs", "code": {} }, "kind": "typedef", @@ -367129,7 +367945,7 @@ "memberof": "Phaser.Types.Textures", "longname": "Phaser.Types.Textures.SpriteSheetFromAtlasConfig", "scope": "static", - "___id": "T000002R041101", + "___id": "T000002R041238", "___s": true }, { @@ -367138,7 +367954,7 @@ "filename": "StampConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\textures\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures\\typedefs", "code": {} }, "description": "An object containing the position and color data for a single pixel in a CanvasTexture.", @@ -367354,7 +368170,7 @@ "memberof": "Phaser.Types.Textures", "longname": "Phaser.Types.Textures.StampConfig", "scope": "static", - "___id": "T000002R041102", + "___id": "T000002R041239", "___s": true }, { @@ -367363,7 +368179,7 @@ "filename": "CalculateFacesAt.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Calculates interesting faces at the given tile coordinates of the specified layer. Interesting\rfaces are used internally for optimizing collisions against tiles. This method is mostly used\rinternally to optimize recalculating faces when only one tile has been changed.", @@ -367414,7 +368230,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.CalculateFacesAt", "scope": "static", - "___id": "T000002R041104", + "___id": "T000002R041241", "___s": true }, { @@ -367423,7 +368239,7 @@ "filename": "CalculateFacesWithin.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Calculates interesting faces within the rectangular area specified (in tile coordinates) of the\rlayer. Interesting faces are used internally for optimizing collisions against tiles. This method\ris mostly used internally.", @@ -367500,7 +368316,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.CalculateFacesWithin", "scope": "static", - "___id": "T000002R041127", + "___id": "T000002R041264", "___s": true }, { @@ -367509,7 +368325,7 @@ "filename": "CheckIsoBounds.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Checks if the given tile coordinate is within the isometric layer bounds, or not.", @@ -367588,7 +368404,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.CheckIsoBounds", "scope": "static", - "___id": "T000002R041147", + "___id": "T000002R041284", "___s": true }, { @@ -367597,7 +368413,7 @@ "filename": "Copy.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Copies the tiles in the source rectangular area to a new destination (all specified in tile\rcoordinates) within the layer. This copies all tile properties and recalculates collision\rinformation in the destination region.", @@ -367713,7 +368529,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.Copy", "scope": "static", - "___id": "T000002R041158", + "___id": "T000002R041295", "___s": true }, { @@ -367722,7 +368538,7 @@ "filename": "CreateFromTiles.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Creates a Sprite for every object matching the given tile indexes in the layer. You can\roptionally specify if each tile will be replaced with a new tile after the Sprite has been\rcreated. This is useful if you want to lay down special tiles in a level that are converted to\rSprites, but want to replace the tile itself with a floor tile or similar once converted.", @@ -367875,7 +368691,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.CreateFromTiles", "scope": "static", - "___id": "T000002R041179", + "___id": "T000002R041316", "___s": true }, { @@ -367884,7 +368700,7 @@ "filename": "CullBounds.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Returns the bounds in the given orthogonal layer that are within the cameras viewport.\rThis is used internally by the cull tiles function.", @@ -367936,7 +368752,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.CullBounds", "scope": "static", - "___id": "T000002R041212", + "___id": "T000002R041349", "___s": true }, { @@ -367945,7 +368761,7 @@ "filename": "CullTiles.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Returns the tiles in the given layer that are within the cameras viewport. This is used internally.", @@ -368035,7 +368851,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.CullTiles", "scope": "static", - "___id": "T000002R041225", + "___id": "T000002R041362", "___s": true }, { @@ -368044,7 +368860,7 @@ "filename": "Fill.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Sets the tiles in the given rectangular area (in tile coordinates) of the layer with the\rspecified index. Tiles will be set to collide if the given index is a colliding index.\rCollision information in the region will be recalculated.", @@ -368147,7 +368963,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.Fill", "scope": "static", - "___id": "T000002R041240", + "___id": "T000002R041377", "___s": true }, { @@ -368156,7 +368972,7 @@ "filename": "FilterTiles.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "For each tile in the given rectangular area (in tile coordinates) of the layer, run the given\rfilter callback function. Any tiles that pass the filter test (i.e. where the callback returns\rtrue) will returned as a new array. Similar to Array.prototype.Filter in vanilla JS.", @@ -368295,7 +369111,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.FilterTiles", "scope": "static", - "___id": "T000002R041248", + "___id": "T000002R041385", "___s": true }, { @@ -368304,7 +369120,7 @@ "filename": "FindByIndex.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Searches the entire map layer for the first tile matching the given index, then returns that Tile\robject. If no match is found, it returns null. The search starts from the top-left tile and\rcontinues horizontally until it hits the end of the row, then it drops down to the next column.\rIf the reverse boolean is true, it scans starting from the bottom-right corner traveling up to\rthe top-left.", @@ -368384,7 +369200,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.FindByIndex", "scope": "static", - "___id": "T000002R041252", + "___id": "T000002R041389", "___s": true }, { @@ -368393,7 +369209,7 @@ "filename": "FindTile.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "kind": "typedef", @@ -368469,7 +369285,7 @@ ], "longname": "FindTileCallback", "scope": "global", - "___id": "T000002R041270", + "___id": "T000002R041407", "___s": true }, { @@ -368478,7 +369294,7 @@ "filename": "FindTile.js", "lineno": 19, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Find the first tile in the given rectangular area (in tile coordinates) of the layer that\rsatisfies the provided testing function. I.e. finds the first tile for which `callback` returns\rtrue. Similar to Array.prototype.find in vanilla JS.", @@ -368610,7 +369426,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.FindTile", "scope": "static", - "___id": "T000002R041271", + "___id": "T000002R041408", "___s": true }, { @@ -368619,7 +369435,7 @@ "filename": "ForEachTile.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "kind": "typedef", @@ -368681,7 +369497,7 @@ ], "longname": "EachTileCallback", "scope": "global", - "___id": "T000002R041276", + "___id": "T000002R041413", "___s": true }, { @@ -368690,7 +369506,7 @@ "filename": "ForEachTile.js", "lineno": 17, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "For each tile in the given rectangular area (in tile coordinates) of the layer, run the given\rcallback. Similar to Array.prototype.forEach in vanilla JS.", @@ -368806,7 +369622,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.ForEachTile", "scope": "static", - "___id": "T000002R041277", + "___id": "T000002R041414", "___s": true }, { @@ -368815,7 +369631,7 @@ "filename": "GetCullTilesFunction.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Gets the correct function to use to cull tiles, based on the map orientation.", @@ -368854,16 +369670,16 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.GetCullTilesFunction", "scope": "static", - "___id": "T000002R041287", + "___id": "T000002R041424", "___s": true }, { - "comment": "/**\r\n * Gets a tile at the given tile coordinates from the given layer.\r\n *\r\n * @function Phaser.Tilemaps.Components.GetTileAt\r\n * @since 3.0.0\r\n *\r\n * @param {number} tileX - X position to get the tile from (given in tile units, not pixels).\r\n * @param {number} tileY - Y position to get the tile from (given in tile units, not pixels).\r\n * @param {boolean} nonNull - If true getTile won't return null for empty tiles, but a Tile object with an index of -1.\r\n * @param {Phaser.Tilemaps.LayerData} layer - The Tilemap Layer to act upon.\r\n *\r\n * @return {Phaser.Tilemaps.Tile} The tile at the given coordinates or null if no tile was found or the coordinates were invalid.\r\n */", + "comment": "/**\r\n * Gets a tile at the given tile coordinates from the given layer.\r\n *\r\n * @function Phaser.Tilemaps.Components.GetTileAt\r\n * @since 3.0.0\r\n *\r\n * @param {number} tileX - X position to get the tile from (given in tile units, not pixels).\r\n * @param {number} tileY - Y position to get the tile from (given in tile units, not pixels).\r\n * @param {boolean} [nonNull=false] - For empty tiles, return a Tile object with an index of -1 instead of null.\r\n * @param {Phaser.Tilemaps.LayerData} layer - The Tilemap Layer to act upon.\r\n *\r\n * @return {Phaser.Tilemaps.Tile} The tile at the given coordinates or null if no tile was found or the coordinates were invalid.\r\n */", "meta": { "filename": "GetTileAt.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Gets a tile at the given tile coordinates from the given layer.", @@ -368907,7 +369723,9 @@ "name": "boolean" } }, - "description": "If true getTile won't return null for empty tiles, but a Tile object with an index of -1.", + "optional": true, + "defaultvalue": false, + "description": "For empty tiles, return a Tile object with an index of -1 instead of null.", "name": "nonNull" }, { @@ -368941,16 +369759,16 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.GetTileAt", "scope": "static", - "___id": "T000002R041291", + "___id": "T000002R041428", "___s": true }, { - "comment": "/**\r\n * Gets a tile at the given world coordinates from the given layer.\r\n *\r\n * @function Phaser.Tilemaps.Components.GetTileAtWorldXY\r\n * @since 3.0.0\r\n *\r\n * @param {number} worldX - X position to get the tile from (given in pixels)\r\n * @param {number} worldY - Y position to get the tile from (given in pixels)\r\n * @param {boolean} nonNull - If true, function won't return null for empty tiles, but a Tile object with an index of -1.\r\n * @param {Phaser.Cameras.Scene2D.Camera} camera - The Camera to use when calculating the tile index from the world values.\r\n * @param {Phaser.Tilemaps.LayerData} layer - The Tilemap Layer to act upon.\r\n *\r\n * @return {Phaser.Tilemaps.Tile} The tile at the given coordinates or null if no tile was found or the coordinates were invalid.\r\n */", + "comment": "/**\r\n * Gets a tile at the given world coordinates from the given layer.\r\n *\r\n * @function Phaser.Tilemaps.Components.GetTileAtWorldXY\r\n * @since 3.0.0\r\n *\r\n * @param {number} worldX - X position to get the tile from (given in pixels)\r\n * @param {number} worldY - Y position to get the tile from (given in pixels)\r\n * @param {boolean} [nonNull=false] - For empty tiles, return a Tile object with an index of -1 instead of null.\r\n * @param {Phaser.Cameras.Scene2D.Camera} camera - The Camera to use when calculating the tile index from the world values.\r\n * @param {Phaser.Tilemaps.LayerData} layer - The Tilemap Layer to act upon.\r\n *\r\n * @return {Phaser.Tilemaps.Tile} The tile at the given coordinates or null if no tile was found or the coordinates were invalid.\r\n */", "meta": { "filename": "GetTileAtWorldXY.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Gets a tile at the given world coordinates from the given layer.", @@ -368994,7 +369812,9 @@ "name": "boolean" } }, - "description": "If true, function won't return null for empty tiles, but a Tile object with an index of -1.", + "optional": true, + "defaultvalue": false, + "description": "For empty tiles, return a Tile object with an index of -1 instead of null.", "name": "nonNull" }, { @@ -369041,7 +369861,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.GetTileAtWorldXY", "scope": "static", - "___id": "T000002R041299", + "___id": "T000002R041436", "___s": true }, { @@ -369050,7 +369870,7 @@ "filename": "GetTileCorners.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Gets the corners of the Tile as an array of Vector2s.", @@ -369137,7 +369957,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.GetTileCorners", "scope": "static", - "___id": "T000002R041303", + "___id": "T000002R041440", "___s": true }, { @@ -369146,7 +369966,7 @@ "filename": "GetTileCornersFunction.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Gets the correct function to use to get the tile corners, based on the map orientation.", @@ -369185,7 +370005,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.GetTileCornersFunction", "scope": "static", - "___id": "T000002R041322", + "___id": "T000002R041459", "___s": true }, { @@ -369194,7 +370014,7 @@ "filename": "GetTilesWithin.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Gets the tiles in the given rectangular area (in tile coordinates) of the layer.\r\rThis returns an array with references to the Tile instances in, so be aware of\rmodifying them directly.", @@ -369307,7 +370127,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.GetTilesWithin", "scope": "static", - "___id": "T000002R041326", + "___id": "T000002R041463", "___s": true }, { @@ -369316,7 +370136,7 @@ "filename": "GetTilesWithinShape.js", "lineno": 22, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Gets the tiles that overlap with the given shape in the given layer. The shape must be a Circle,\rLine, Rectangle or Triangle. The shape should be in world coordinates.", @@ -369423,7 +370243,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.GetTilesWithinShape", "scope": "static", - "___id": "T000002R041356", + "___id": "T000002R041493", "___s": true }, { @@ -369432,7 +370252,7 @@ "filename": "GetTilesWithinWorldXY.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Gets the tiles in the given rectangular area (in world coordinates) of the layer.", @@ -369558,7 +370378,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.GetTilesWithinWorldXY", "scope": "static", - "___id": "T000002R041385", + "___id": "T000002R041522", "___s": true }, { @@ -369567,7 +370387,7 @@ "filename": "GetTileToWorldXFunction.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Gets the correct function to use to translate tiles, based on the map orientation.", @@ -369606,7 +370426,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.GetTileToWorldXFunction", "scope": "static", - "___id": "T000002R041396", + "___id": "T000002R041533", "___s": true }, { @@ -369615,7 +370435,7 @@ "filename": "GetTileToWorldXYFunction.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Gets the correct function to use to translate tiles, based on the map orientation.", @@ -369654,7 +370474,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.GetTileToWorldXYFunction", "scope": "static", - "___id": "T000002R041405", + "___id": "T000002R041542", "___s": true }, { @@ -369663,7 +370483,7 @@ "filename": "GetTileToWorldYFunction.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Gets the correct function to use to translate tiles, based on the map orientation.", @@ -369702,7 +370522,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.GetTileToWorldYFunction", "scope": "static", - "___id": "T000002R041412", + "___id": "T000002R041549", "___s": true }, { @@ -369711,7 +370531,7 @@ "filename": "GetWorldToTileXFunction.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Gets the correct function to use to translate tiles, based on the map orientation.\r\rOnly orthogonal maps support this feature.", @@ -369750,7 +370570,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.GetWorldToTileXFunction", "scope": "static", - "___id": "T000002R041418", + "___id": "T000002R041555", "___s": true }, { @@ -369759,7 +370579,7 @@ "filename": "GetWorldToTileXYFunction.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Gets the correct function to use to translate tiles, based on the map orientation.", @@ -369798,7 +370618,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.GetWorldToTileXYFunction", "scope": "static", - "___id": "T000002R041427", + "___id": "T000002R041564", "___s": true }, { @@ -369807,7 +370627,7 @@ "filename": "GetWorldToTileYFunction.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Gets the correct function to use to translate tiles, based on the map orientation.", @@ -369846,7 +370666,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.GetWorldToTileYFunction", "scope": "static", - "___id": "T000002R041434", + "___id": "T000002R041571", "___s": true }, { @@ -369855,7 +370675,7 @@ "filename": "HasTileAt.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Checks if there is a tile at the given location (in tile coordinates) in the given layer. Returns\rfalse if there is no tile or if the tile at that location has an index of -1.", @@ -369922,7 +370742,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.HasTileAt", "scope": "static", - "___id": "T000002R041438", + "___id": "T000002R041575", "___s": true }, { @@ -369931,7 +370751,7 @@ "filename": "HasTileAtWorldXY.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Checks if there is a tile at the given location (in world coordinates) in the given layer. Returns\rfalse if there is no tile or if the tile at that location has an index of -1.", @@ -370011,7 +370831,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.HasTileAtWorldXY", "scope": "static", - "___id": "T000002R041445", + "___id": "T000002R041582", "___s": true }, { @@ -370020,7 +370840,7 @@ "filename": "HexagonalCullBounds.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Returns the bounds in the given layer that are within the camera's viewport.\rThis is used internally by the cull tiles function.", @@ -370072,7 +370892,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.HexagonalCullBounds", "scope": "static", - "___id": "T000002R041452", + "___id": "T000002R041589", "___s": true }, { @@ -370081,7 +370901,7 @@ "filename": "HexagonalCullTiles.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Returns the tiles in the given layer that are within the cameras viewport. This is used internally.", @@ -370171,7 +370991,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.HexagonalCullTiles", "scope": "static", - "___id": "T000002R041480", + "___id": "T000002R041617", "___s": true }, { @@ -370180,7 +371000,7 @@ "filename": "HexagonalGetTileCorners.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Gets the corners of the Hexagonal Tile as an array of Vector2s.", @@ -370267,7 +371087,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.HexagonalGetTileCorners", "scope": "static", - "___id": "T000002R041495", + "___id": "T000002R041632", "___s": true }, { @@ -370276,7 +371096,7 @@ "filename": "HexagonalTileToWorldXY.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Converts from hexagonal tile XY coordinates (tile units) to world XY coordinates (pixels), factoring in the\rlayer's position, scale and scroll. This will return a new Vector2 object or update the given\r`point` object.", @@ -370367,7 +371187,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.HexagonalTileToWorldXY", "scope": "static", - "___id": "T000002R041515", + "___id": "T000002R041652", "___s": true }, { @@ -370376,7 +371196,7 @@ "filename": "HexagonalWorldToTileXY.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Converts from world XY coordinates (pixels) to hexagonal tile XY coordinates (tile units), factoring in the\rlayer's position, scale and scroll. This will return a new Vector2 object or update the given\r`point` object.", @@ -370480,7 +371300,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.HexagonalWorldToTileXY", "scope": "static", - "___id": "T000002R041542", + "___id": "T000002R041679", "___s": true }, { @@ -370489,7 +371309,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "kind": "namespace", @@ -370497,7 +371317,7 @@ "memberof": "Phaser.Tilemaps", "longname": "Phaser.Tilemaps.Components", "scope": "static", - "___id": "T000002R041586", + "___id": "T000002R041723", "___s": true }, { @@ -370506,7 +371326,7 @@ "filename": "IsInLayerBounds.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Checks if the given tile coordinates are within the bounds of the layer.", @@ -370571,7 +371391,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.IsInLayerBounds", "scope": "static", - "___id": "T000002R041658", + "___id": "T000002R041795", "___s": true }, { @@ -370580,7 +371400,7 @@ "filename": "IsometricCullTiles.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Returns the tiles in the given layer that are within the cameras viewport. This is used internally.", @@ -370670,7 +371490,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.IsometricCullTiles", "scope": "static", - "___id": "T000002R041662", + "___id": "T000002R041799", "___s": true }, { @@ -370679,7 +371499,7 @@ "filename": "IsometricTileToWorldXY.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Converts from isometric tile XY coordinates (tile units) to world XY coordinates (pixels), factoring in the\rlayer's position, scale and scroll. This will return a new Vector2 object or update the given\r`point` object.", @@ -370770,7 +371590,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.IsometricTileToWorldXY", "scope": "static", - "___id": "T000002R041695", + "___id": "T000002R041832", "___s": true }, { @@ -370779,7 +371599,7 @@ "filename": "IsometricWorldToTileXY.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Converts from world XY coordinates (pixels) to isometric tile XY coordinates (tile units), factoring in the\rlayers position, scale and scroll. This will return a new Vector2 object or update the given\r`point` object.", @@ -370898,7 +371718,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.IsometricWorldToTileXY", "scope": "static", - "___id": "T000002R041712", + "___id": "T000002R041849", "___s": true }, { @@ -370907,7 +371727,7 @@ "filename": "PutTileAt.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Puts a tile at the given tile coordinates in the specified layer. You can pass in either an index\ror a Tile object. If you pass in a Tile, all attributes will be copied over to the specified\rlocation. If you pass in an index, only the index at the specified location will be changed.\rCollision information will be recalculated at the specified location.", @@ -371008,7 +371828,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.PutTileAt", "scope": "static", - "___id": "T000002R041736", + "___id": "T000002R041873", "___s": true }, { @@ -371017,7 +371837,7 @@ "filename": "PutTileAtWorldXY.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Puts a tile at the given world coordinates (pixels) in the specified layer. You can pass in either\ran index or a Tile object. If you pass in a Tile, all attributes will be copied over to the\rspecified location. If you pass in an index, only the index at the specified location will be\rchanged. Collision information will be recalculated at the specified location.", @@ -371131,7 +371951,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.PutTileAtWorldXY", "scope": "static", - "___id": "T000002R041761", + "___id": "T000002R041898", "___s": true }, { @@ -371140,7 +371960,7 @@ "filename": "PutTilesAt.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Puts an array of tiles or a 2D array of tiles at the given tile coordinates in the specified\rlayer. The array can be composed of either tile indexes or Tile objects. If you pass in a Tile,\rall attributes will be copied over to the specified location. If you pass in an index, only the\rindex at the specified location will be changed. Collision information will be recalculated\rwithin the region tiles were changed.", @@ -371291,7 +372111,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.PutTilesAt", "scope": "static", - "___id": "T000002R041766", + "___id": "T000002R041903", "___s": true }, { @@ -371300,7 +372120,7 @@ "filename": "Randomize.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Randomizes the indexes of a rectangular region of tiles (in tile coordinates) within the\rspecified layer. Each tile will receive a new index. If an array of indexes is passed in, then\rthose will be used for randomly assigning new tile indexes. If an array is not provided, the\rindexes found within the region (excluding -1) will be used for randomly assigning new tile\rindexes. This method only modifies tile indexes and does not change collision information.", @@ -371399,7 +372219,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.Randomize", "scope": "static", - "___id": "T000002R041778", + "___id": "T000002R041915", "___s": true }, { @@ -371408,7 +372228,7 @@ "filename": "RemoveTileAt.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Removes the tile at the given tile coordinates in the specified layer and updates the layer's\rcollision information.", @@ -371499,7 +372319,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.RemoveTileAt", "scope": "static", - "___id": "T000002R041790", + "___id": "T000002R041927", "___s": true }, { @@ -371508,7 +372328,7 @@ "filename": "RemoveTileAtWorldXY.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Removes the tile at the given world coordinates in the specified layer and updates the layer's\rcollision information.", @@ -371612,7 +372432,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.RemoveTileAtWorldXY", "scope": "static", - "___id": "T000002R041800", + "___id": "T000002R041937", "___s": true }, { @@ -371621,7 +372441,7 @@ "filename": "RenderDebug.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Draws a debug representation of the layer to the given Graphics. This is helpful when you want to\rget a quick idea of which of your tiles are colliding and which have interesting faces. The tiles\rare drawn starting at (0, 0) in the Graphics, allowing you to place the debug representation\rwherever you want on the screen.", @@ -371672,7 +372492,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.RenderDebug", "scope": "static", - "___id": "T000002R041808", + "___id": "T000002R041945", "___s": true }, { @@ -371681,7 +372501,7 @@ "filename": "ReplaceByIndex.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Scans the given rectangular area (given in tile coordinates) for tiles with an index matching\r`findIndex` and updates their index to match `newIndex`. This only modifies the index and does\rnot change collision information.", @@ -371784,7 +372604,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.ReplaceByIndex", "scope": "static", - "___id": "T000002R041828", + "___id": "T000002R041965", "___s": true }, { @@ -371793,7 +372613,7 @@ "filename": "RunCull.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Returns the tiles in the given layer that are within the cameras viewport. This is used internally.", @@ -371880,7 +372700,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.RunCull", "scope": "static", - "___id": "T000002R041834", + "___id": "T000002R041971", "___s": true }, { @@ -371889,7 +372709,7 @@ "filename": "SetCollision.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Sets collision on the given tile or tiles within a layer by index. You can pass in either a\rsingle numeric index or an array of indexes: [2, 3, 15, 20]. The `collides` parameter controls if\rcollision will be enabled (true) or disabled (false).", @@ -371978,7 +372798,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.SetCollision", "scope": "static", - "___id": "T000002R041865", + "___id": "T000002R042002", "___s": true }, { @@ -371987,7 +372807,7 @@ "filename": "SetCollisionBetween.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Sets collision on a range of tiles in a layer whose index is between the specified `start` and\r`stop` (inclusive). Calling this with a start value of 10 and a stop value of 14 would set\rcollision for tiles 10, 11, 12, 13 and 14. The `collides` parameter controls if collision will be\renabled (true) or disabled (false).", @@ -372079,7 +372899,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.SetCollisionBetween", "scope": "static", - "___id": "T000002R041879", + "___id": "T000002R042016", "___s": true }, { @@ -372088,7 +372908,7 @@ "filename": "SetCollisionByExclusion.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Sets collision on all tiles in the given layer, except for tiles that have an index specified in\rthe given array. The `collides` parameter controls if collision will be enabled (true) or\rdisabled (false). Tile indexes not currently in the layer are not affected.", @@ -372161,7 +372981,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.SetCollisionByExclusion", "scope": "static", - "___id": "T000002R041892", + "___id": "T000002R042029", "___s": true }, { @@ -372170,7 +372990,7 @@ "filename": "SetCollisionByProperty.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Sets collision on the tiles within a layer by checking tile properties. If a tile has a property\rthat matches the given properties object, its collision flag will be set. The `collides`\rparameter controls if collision will be enabled (true) or disabled (false). Passing in\r`{ collides: true }` would update the collision flag on any tiles with a \"collides\" property that\rhas a value of true. Any tile that doesn't have \"collides\" set to true will be ignored. You can\ralso use an array of values, e.g. `{ types: [\"stone\", \"lava\", \"sand\" ] }`. If a tile has a\r\"types\" property that matches any of those values, its collision flag will be updated.", @@ -372234,7 +373054,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.SetCollisionByProperty", "scope": "static", - "___id": "T000002R041904", + "___id": "T000002R042041", "___s": true }, { @@ -372243,7 +373063,7 @@ "filename": "SetCollisionFromCollisionGroup.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Sets collision on the tiles within a layer by checking each tile's collision group data\r(typically defined in Tiled within the tileset collision editor). If any objects are found within\ra tile's collision group, the tile's colliding information will be set. The `collides` parameter\rcontrols if collision will be enabled (true) or disabled (false).", @@ -372294,7 +373114,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.SetCollisionFromCollisionGroup", "scope": "static", - "___id": "T000002R041918", + "___id": "T000002R042055", "___s": true }, { @@ -372303,7 +373123,7 @@ "filename": "SetLayerCollisionIndex.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Internally used method to keep track of the tile indexes that collide within a layer. This\rupdates LayerData.collideIndexes to either contain or not contain the given `tileIndex`.", @@ -372354,7 +373174,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.SetLayerCollisionIndex", "scope": "static", - "___id": "T000002R041927", + "___id": "T000002R042064", "___s": true }, { @@ -372363,7 +373183,7 @@ "filename": "SetTileCollision.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Internally used method to set the colliding state of a tile. This does not recalculate\rinteresting faces.", @@ -372403,7 +373223,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.SetTileCollision", "scope": "static", - "___id": "T000002R041931", + "___id": "T000002R042068", "___s": true }, { @@ -372412,7 +373232,7 @@ "filename": "SetTileIndexCallback.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Sets a global collision callback for the given tile index within the layer. This will affect all\rtiles on this layer that have the same index. If a callback is already set for the tile index it\rwill be replaced. Set the callback to null to remove it. If you want to set a callback for a tile\rat a specific location on the map then see setTileLocationCallback.", @@ -372486,7 +373306,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.SetTileIndexCallback", "scope": "static", - "___id": "T000002R041934", + "___id": "T000002R042071", "___s": true }, { @@ -372495,7 +373315,7 @@ "filename": "SetTileLocationCallback.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Sets a collision callback for the given rectangular area (in tile coordinates) within the layer.\rIf a callback is already set for the tile index it will be replaced. Set the callback to null to\rremove it.", @@ -372598,7 +373418,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.SetTileLocationCallback", "scope": "static", - "___id": "T000002R041946", + "___id": "T000002R042083", "___s": true }, { @@ -372607,7 +373427,7 @@ "filename": "Shuffle.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Shuffles the tiles in a rectangular region (specified in tile coordinates) within the given\rlayer. It will only randomize the tiles in that area, so if they're all the same nothing will\rappear to have changed! This method only modifies tile indexes and does not change collision\rinformation.", @@ -372684,7 +373504,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.Shuffle", "scope": "static", - "___id": "T000002R041953", + "___id": "T000002R042090", "___s": true }, { @@ -372693,7 +373513,7 @@ "filename": "StaggeredCullBounds.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Returns the bounds in the given layer that are within the camera's viewport.\rThis is used internally by the cull tiles function.", @@ -372745,7 +373565,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.StaggeredCullBounds", "scope": "static", - "___id": "T000002R041962", + "___id": "T000002R042099", "___s": true }, { @@ -372754,7 +373574,7 @@ "filename": "StaggeredCullTiles.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Returns the tiles in the given layer that are within the cameras viewport. This is used internally.", @@ -372844,7 +373664,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.StaggeredCullTiles", "scope": "static", - "___id": "T000002R041979", + "___id": "T000002R042116", "___s": true }, { @@ -372853,7 +373673,7 @@ "filename": "StaggeredTileToWorldXY.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Converts from staggered tile XY coordinates (tile units) to world XY coordinates (pixels), factoring in the\rlayer's position, scale and scroll. This will return a new Vector2 object or update the given\r`point` object.", @@ -372944,7 +373764,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.StaggeredTileToWorldXY", "scope": "static", - "___id": "T000002R041992", + "___id": "T000002R042129", "___s": true }, { @@ -372953,7 +373773,7 @@ "filename": "StaggeredTileToWorldY.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Converts from staggered tile Y coordinates (tile units) to world Y coordinates (pixels), factoring in the\rlayers position, scale and scroll.", @@ -373018,7 +373838,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.StaggeredTileToWorldY", "scope": "static", - "___id": "T000002R042008", + "___id": "T000002R042145", "___s": true }, { @@ -373027,7 +373847,7 @@ "filename": "StaggeredWorldToTileXY.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Converts from world XY coordinates (pixels) to staggered tile XY coordinates (tile units), factoring in the\rlayer's position, scale and scroll. This will return a new Vector2 object or update the given\r`point` object.", @@ -373131,7 +373951,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.StaggeredWorldToTileXY", "scope": "static", - "___id": "T000002R042018", + "___id": "T000002R042155", "___s": true }, { @@ -373140,7 +373960,7 @@ "filename": "StaggeredWorldToTileY.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Converts from world Y coordinates (pixels) to staggered tile Y coordinates (tile units), factoring in the\rlayers position, scale and scroll.", @@ -373218,7 +374038,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.StaggeredWorldToTileY", "scope": "static", - "___id": "T000002R042032", + "___id": "T000002R042169", "___s": true }, { @@ -373227,7 +374047,7 @@ "filename": "SwapByIndex.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Scans the given rectangular area (given in tile coordinates) for tiles with an index matching\r`indexA` and swaps then with `indexB`. This only modifies the index and does not change collision\rinformation.", @@ -373330,7 +374150,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.SwapByIndex", "scope": "static", - "___id": "T000002R042041", + "___id": "T000002R042178", "___s": true }, { @@ -373339,7 +374159,7 @@ "filename": "TileToWorldX.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Converts from tile X coordinates (tile units) to world X coordinates (pixels), factoring in the\rlayer's position, scale and scroll.", @@ -373403,7 +374223,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.TileToWorldX", "scope": "static", - "___id": "T000002R042048", + "___id": "T000002R042185", "___s": true }, { @@ -373412,7 +374232,7 @@ "filename": "TileToWorldXY.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Converts from tile XY coordinates (tile units) to world XY coordinates (pixels), factoring in the\rlayer's position, scale and scroll. This will return a new Vector2 object or update the given\r`point` object.", @@ -373503,7 +374323,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.TileToWorldXY", "scope": "static", - "___id": "T000002R042060", + "___id": "T000002R042197", "___s": true }, { @@ -373512,7 +374332,7 @@ "filename": "TileToWorldY.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Converts from tile Y coordinates (tile units) to world Y coordinates (pixels), factoring in the\rlayer's position, scale and scroll.", @@ -373577,7 +374397,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.TileToWorldY", "scope": "static", - "___id": "T000002R042066", + "___id": "T000002R042203", "___s": true }, { @@ -373586,7 +374406,7 @@ "filename": "WeightedRandomize.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Randomizes the indexes of a rectangular region of tiles (in tile coordinates) within the\rspecified layer. Each tile will receive a new index. New indexes are drawn from the given\rweightedIndexes array. An example weighted array:\r\r[\r { index: 6, weight: 4 }, // Probability of index 6 is 4 / 8\r { index: 7, weight: 2 }, // Probability of index 7 would be 2 / 8\r { index: 8, weight: 1.5 }, // Probability of index 8 would be 1.5 / 8\r { index: 26, weight: 0.5 } // Probability of index 27 would be 0.5 / 8\r]\r\rThe probability of any index being choose is (the index's weight) / (sum of all weights). This\rmethod only modifies tile indexes and does not change collision information.", @@ -373685,7 +374505,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.WeightedRandomize", "scope": "static", - "___id": "T000002R042077", + "___id": "T000002R042214", "___s": true }, { @@ -373694,7 +374514,7 @@ "filename": "WorldToTileX.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Converts from world X coordinates (pixels) to tile X coordinates (tile units), factoring in the\rlayer's position, scale and scroll.", @@ -373774,7 +374594,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.WorldToTileX", "scope": "static", - "___id": "T000002R042097", + "___id": "T000002R042234", "___s": true }, { @@ -373783,7 +374603,7 @@ "filename": "WorldToTileXY.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Converts from world XY coordinates (pixels) to tile XY coordinates (tile units), factoring in the\rlayer's position, scale and scroll. This will return a new Vector2 object or update the given\r`point` object.", @@ -373887,7 +374707,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.WorldToTileXY", "scope": "static", - "___id": "T000002R042101", + "___id": "T000002R042238", "___s": true }, { @@ -373896,7 +374716,7 @@ "filename": "WorldToTileY.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\components", "code": {} }, "description": "Converts from world Y coordinates (pixels) to tile Y coordinates (tile units), factoring in the\rlayer's position, scale and scroll.", @@ -373976,7 +374796,7 @@ "memberof": "Phaser.Tilemaps.Components", "longname": "Phaser.Tilemaps.Components.WorldToTileY", "scope": "static", - "___id": "T000002R042121", + "___id": "T000002R042258", "___s": true }, { @@ -373985,7 +374805,7 @@ "filename": "ORIENTATION_CONST.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\const", "code": {} }, "description": "Phaser Tilemap constants for orientation.", @@ -373995,7 +374815,7 @@ "since": "3.50.0", "longname": "Phaser.Tilemaps.Orientation", "scope": "static", - "___id": "T000002R042127", + "___id": "T000002R042264", "___s": true }, { @@ -374004,7 +374824,7 @@ "filename": "ORIENTATION_CONST.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\const", "code": {} }, "description": "Phaser Tilemap constants for orientation.\r\rTo find out what each mode does please see [Phaser.Tilemaps.Orientation]{@link Phaser.Tilemaps.Orientation}.", @@ -374023,7 +374843,7 @@ "since": "3.50.0", "longname": "Phaser.Tilemaps.OrientationType", "scope": "static", - "___id": "T000002R042128", + "___id": "T000002R042265", "___s": true }, { @@ -374032,7 +374852,7 @@ "filename": "ORIENTATION_CONST.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\const", "code": {} }, "description": "Orthogonal Tilemap orientation constant.", @@ -374051,7 +374871,7 @@ "memberof": "Phaser.Tilemaps.Orientation", "longname": "Phaser.Tilemaps.Orientation.ORTHOGONAL", "scope": "static", - "___id": "T000002R042130", + "___id": "T000002R042267", "___s": true }, { @@ -374060,7 +374880,7 @@ "filename": "ORIENTATION_CONST.js", "lineno": 37, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\const", "code": {} }, "description": "Isometric Tilemap orientation constant.", @@ -374079,7 +374899,7 @@ "memberof": "Phaser.Tilemaps.Orientation", "longname": "Phaser.Tilemaps.Orientation.ISOMETRIC", "scope": "static", - "___id": "T000002R042132", + "___id": "T000002R042269", "___s": true }, { @@ -374088,7 +374908,7 @@ "filename": "ORIENTATION_CONST.js", "lineno": 47, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\const", "code": {} }, "description": "Staggered Tilemap orientation constant.", @@ -374107,7 +374927,7 @@ "memberof": "Phaser.Tilemaps.Orientation", "longname": "Phaser.Tilemaps.Orientation.STAGGERED", "scope": "static", - "___id": "T000002R042134", + "___id": "T000002R042271", "___s": true }, { @@ -374116,7 +374936,7 @@ "filename": "ORIENTATION_CONST.js", "lineno": 57, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\const", "code": {} }, "description": "Hexagonal Tilemap orientation constant.", @@ -374135,7 +374955,7 @@ "memberof": "Phaser.Tilemaps.Orientation", "longname": "Phaser.Tilemaps.Orientation.HEXAGONAL", "scope": "static", - "___id": "T000002R042136", + "___id": "T000002R042273", "___s": true }, { @@ -374144,7 +374964,7 @@ "filename": "Formats.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "kind": "namespace", @@ -374152,7 +374972,7 @@ "memberof": "Phaser.Tilemaps", "longname": "Phaser.Tilemaps.Formats", "scope": "static", - "___id": "T000002R042138", + "___id": "T000002R042275", "___s": true }, { @@ -374161,7 +374981,7 @@ "filename": "Formats.js", "lineno": 13, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "CSV Map Type", @@ -374180,7 +375000,7 @@ "longname": "Phaser.Tilemaps.Formats.CSV", "scope": "static", "kind": "member", - "___id": "T000002R042140", + "___id": "T000002R042277", "___s": true }, { @@ -374189,7 +375009,7 @@ "filename": "Formats.js", "lineno": 22, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Tiled JSON Map Type", @@ -374208,7 +375028,7 @@ "longname": "Phaser.Tilemaps.Formats.TILED_JSON", "scope": "static", "kind": "member", - "___id": "T000002R042142", + "___id": "T000002R042279", "___s": true }, { @@ -374217,7 +375037,7 @@ "filename": "Formats.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "2D Array Map Type", @@ -374236,7 +375056,7 @@ "longname": "Phaser.Tilemaps.Formats.ARRAY_2D", "scope": "static", "kind": "member", - "___id": "T000002R042144", + "___id": "T000002R042281", "___s": true }, { @@ -374245,7 +375065,7 @@ "filename": "Formats.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Weltmeister (Impact.js) Map Type", @@ -374264,7 +375084,7 @@ "longname": "Phaser.Tilemaps.Formats.WELTMEISTER", "scope": "static", "kind": "member", - "___id": "T000002R042146", + "___id": "T000002R042283", "___s": true }, { @@ -374273,7 +375093,7 @@ "filename": "ImageCollection.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "classdesc": "An Image Collection is a special Tile Set containing multiple images, with no slicing into each image.\r\rImage Collections are normally created automatically when Tiled data is loaded.", @@ -374386,7 +375206,7 @@ ], "scope": "static", "longname": "Phaser.Tilemaps.ImageCollection", - "___id": "T000002R042149", + "___id": "T000002R042286", "___s": true }, { @@ -374395,7 +375215,7 @@ "filename": "ImageCollection.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The name of the Image Collection.", @@ -374414,7 +375234,7 @@ "longname": "Phaser.Tilemaps.ImageCollection#name", "scope": "instance", "kind": "member", - "___id": "T000002R042156", + "___id": "T000002R042293", "___s": true }, { @@ -374423,7 +375243,7 @@ "filename": "ImageCollection.js", "lineno": 48, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The Tiled firstgid value.\rThis is the starting index of the first image index this Image Collection contains.", @@ -374442,7 +375262,7 @@ "longname": "Phaser.Tilemaps.ImageCollection#firstgid", "scope": "instance", "kind": "member", - "___id": "T000002R042158", + "___id": "T000002R042295", "___s": true }, { @@ -374451,7 +375271,7 @@ "filename": "ImageCollection.js", "lineno": 58, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The width of the widest image (in pixels).", @@ -374471,7 +375291,7 @@ "longname": "Phaser.Tilemaps.ImageCollection#imageWidth", "scope": "instance", "kind": "member", - "___id": "T000002R042160", + "___id": "T000002R042297", "___s": true }, { @@ -374480,7 +375300,7 @@ "filename": "ImageCollection.js", "lineno": 68, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The height of the tallest image (in pixels).", @@ -374500,7 +375320,7 @@ "longname": "Phaser.Tilemaps.ImageCollection#imageHeight", "scope": "instance", "kind": "member", - "___id": "T000002R042162", + "___id": "T000002R042299", "___s": true }, { @@ -374509,7 +375329,7 @@ "filename": "ImageCollection.js", "lineno": 78, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The margin around the images in the collection (in pixels).\rUse `setSpacing` to change.", @@ -374529,7 +375349,7 @@ "longname": "Phaser.Tilemaps.ImageCollection#imageMarge", "scope": "instance", "kind": "member", - "___id": "T000002R042164", + "___id": "T000002R042301", "___s": true }, { @@ -374538,7 +375358,7 @@ "filename": "ImageCollection.js", "lineno": 89, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The spacing between each image in the collection (in pixels).\rUse `setSpacing` to change.", @@ -374558,7 +375378,7 @@ "longname": "Phaser.Tilemaps.ImageCollection#imageSpacing", "scope": "instance", "kind": "member", - "___id": "T000002R042166", + "___id": "T000002R042303", "___s": true }, { @@ -374567,7 +375387,7 @@ "filename": "ImageCollection.js", "lineno": 100, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Image Collection-specific properties that are typically defined in the Tiled editor.", @@ -374586,7 +375406,7 @@ "longname": "Phaser.Tilemaps.ImageCollection#properties", "scope": "instance", "kind": "member", - "___id": "T000002R042168", + "___id": "T000002R042305", "___s": true }, { @@ -374595,7 +375415,7 @@ "filename": "ImageCollection.js", "lineno": 109, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The cached images that are a part of this collection.", @@ -374615,7 +375435,7 @@ "longname": "Phaser.Tilemaps.ImageCollection#images", "scope": "instance", "kind": "member", - "___id": "T000002R042170", + "___id": "T000002R042307", "___s": true }, { @@ -374624,7 +375444,7 @@ "filename": "ImageCollection.js", "lineno": 119, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The total number of images in the image collection.", @@ -374644,7 +375464,7 @@ "longname": "Phaser.Tilemaps.ImageCollection#total", "scope": "instance", "kind": "member", - "___id": "T000002R042172", + "___id": "T000002R042309", "___s": true }, { @@ -374653,7 +375473,7 @@ "filename": "ImageCollection.js", "lineno": 130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Returns true if and only if this image collection contains the given image index.", @@ -374692,7 +375512,7 @@ "memberof": "Phaser.Tilemaps.ImageCollection", "longname": "Phaser.Tilemaps.ImageCollection#containsImageIndex", "scope": "instance", - "___id": "T000002R042174", + "___id": "T000002R042311", "___s": true }, { @@ -374701,7 +375521,7 @@ "filename": "ImageCollection.js", "lineno": 145, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Add an image to this Image Collection.", @@ -374753,7 +375573,7 @@ "memberof": "Phaser.Tilemaps.ImageCollection", "longname": "Phaser.Tilemaps.ImageCollection#addImage", "scope": "instance", - "___id": "T000002R042176", + "___id": "T000002R042313", "___s": true }, { @@ -374762,7 +375582,7 @@ "filename": "index.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "kind": "namespace", @@ -374770,7 +375590,7 @@ "memberof": "Phaser", "longname": "Phaser.Tilemaps", "scope": "static", - "___id": "T000002R042183", + "___id": "T000002R042320", "___s": true }, { @@ -374779,7 +375599,7 @@ "filename": "LayerData.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "classdesc": "A class for representing data about about a layer in a map. Maps are parsed from CSV, Tiled,\retc. into this format. Tilemap and TilemapLayer objects have a reference\rto this data and use it to look up and perform operations on tiles.", @@ -374805,7 +375625,7 @@ ], "scope": "static", "longname": "Phaser.Tilemaps.LayerData", - "___id": "T000002R042205", + "___id": "T000002R042342", "___s": true }, { @@ -374814,7 +375634,7 @@ "filename": "LayerData.js", "lineno": 32, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The name of the layer, if specified in Tiled.", @@ -374833,7 +375653,7 @@ "longname": "Phaser.Tilemaps.LayerData#name", "scope": "instance", "kind": "member", - "___id": "T000002R042209", + "___id": "T000002R042346", "___s": true }, { @@ -374842,7 +375662,7 @@ "filename": "LayerData.js", "lineno": 41, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The id of the layer, as specified in the map data.\r\rNote: This is not the index of the layer in the map data, but its actual ID in Tiled.", @@ -374861,7 +375681,7 @@ "longname": "Phaser.Tilemaps.LayerData#id", "scope": "instance", "kind": "member", - "___id": "T000002R042211", + "___id": "T000002R042348", "___s": true }, { @@ -374870,7 +375690,7 @@ "filename": "LayerData.js", "lineno": 52, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The x offset of where to draw from the top left.", @@ -374889,7 +375709,7 @@ "longname": "Phaser.Tilemaps.LayerData#x", "scope": "instance", "kind": "member", - "___id": "T000002R042213", + "___id": "T000002R042350", "___s": true }, { @@ -374898,7 +375718,7 @@ "filename": "LayerData.js", "lineno": 61, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The y offset of where to draw from the top left.", @@ -374917,7 +375737,7 @@ "longname": "Phaser.Tilemaps.LayerData#y", "scope": "instance", "kind": "member", - "___id": "T000002R042215", + "___id": "T000002R042352", "___s": true }, { @@ -374926,7 +375746,7 @@ "filename": "LayerData.js", "lineno": 70, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The width of the layer in tiles.", @@ -374945,7 +375765,7 @@ "longname": "Phaser.Tilemaps.LayerData#width", "scope": "instance", "kind": "member", - "___id": "T000002R042217", + "___id": "T000002R042354", "___s": true }, { @@ -374954,7 +375774,7 @@ "filename": "LayerData.js", "lineno": 79, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The height of the layer in tiles.", @@ -374973,7 +375793,7 @@ "longname": "Phaser.Tilemaps.LayerData#height", "scope": "instance", "kind": "member", - "___id": "T000002R042219", + "___id": "T000002R042356", "___s": true }, { @@ -374982,7 +375802,7 @@ "filename": "LayerData.js", "lineno": 88, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The pixel width of the tiles.", @@ -375001,7 +375821,7 @@ "longname": "Phaser.Tilemaps.LayerData#tileWidth", "scope": "instance", "kind": "member", - "___id": "T000002R042221", + "___id": "T000002R042358", "___s": true }, { @@ -375010,7 +375830,7 @@ "filename": "LayerData.js", "lineno": 97, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The pixel height of the tiles.", @@ -375029,7 +375849,7 @@ "longname": "Phaser.Tilemaps.LayerData#tileHeight", "scope": "instance", "kind": "member", - "___id": "T000002R042223", + "___id": "T000002R042360", "___s": true }, { @@ -375038,7 +375858,7 @@ "filename": "LayerData.js", "lineno": 106, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The base tile width.", @@ -375057,7 +375877,7 @@ "longname": "Phaser.Tilemaps.LayerData#baseTileWidth", "scope": "instance", "kind": "member", - "___id": "T000002R042225", + "___id": "T000002R042362", "___s": true }, { @@ -375066,7 +375886,7 @@ "filename": "LayerData.js", "lineno": 115, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The base tile height.", @@ -375085,7 +375905,7 @@ "longname": "Phaser.Tilemaps.LayerData#baseTileHeight", "scope": "instance", "kind": "member", - "___id": "T000002R042227", + "___id": "T000002R042364", "___s": true }, { @@ -375094,7 +375914,7 @@ "filename": "LayerData.js", "lineno": 124, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The layers orientation, necessary to be able to determine a tiles pixelX and pixelY as well as the layers width and height.", @@ -375113,7 +375933,7 @@ "longname": "Phaser.Tilemaps.LayerData#orientation", "scope": "instance", "kind": "member", - "___id": "T000002R042229", + "___id": "T000002R042366", "___s": true }, { @@ -375122,7 +375942,7 @@ "filename": "LayerData.js", "lineno": 133, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The width in pixels of the entire layer.", @@ -375141,7 +375961,7 @@ "longname": "Phaser.Tilemaps.LayerData#widthInPixels", "scope": "instance", "kind": "member", - "___id": "T000002R042231", + "___id": "T000002R042368", "___s": true }, { @@ -375150,7 +375970,7 @@ "filename": "LayerData.js", "lineno": 142, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The height in pixels of the entire layer.", @@ -375169,7 +375989,7 @@ "longname": "Phaser.Tilemaps.LayerData#heightInPixels", "scope": "instance", "kind": "member", - "___id": "T000002R042233", + "___id": "T000002R042370", "___s": true }, { @@ -375178,7 +375998,7 @@ "filename": "LayerData.js", "lineno": 151, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The alpha value of the layer.", @@ -375197,7 +376017,7 @@ "longname": "Phaser.Tilemaps.LayerData#alpha", "scope": "instance", "kind": "member", - "___id": "T000002R042235", + "___id": "T000002R042372", "___s": true }, { @@ -375206,7 +376026,7 @@ "filename": "LayerData.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "Is the layer visible or not?", @@ -375225,7 +376045,7 @@ "longname": "Phaser.Tilemaps.LayerData#visible", "scope": "instance", "kind": "member", - "___id": "T000002R042237", + "___id": "T000002R042374", "___s": true }, { @@ -375234,7 +376054,7 @@ "filename": "LayerData.js", "lineno": 169, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "Layer specific properties (can be specified in Tiled)", @@ -375262,7 +376082,7 @@ "longname": "Phaser.Tilemaps.LayerData#properties", "scope": "instance", "kind": "member", - "___id": "T000002R042239", + "___id": "T000002R042376", "___s": true }, { @@ -375271,7 +376091,7 @@ "filename": "LayerData.js", "lineno": 178, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "Tile ID index map.", @@ -375290,7 +376110,7 @@ "longname": "Phaser.Tilemaps.LayerData#indexes", "scope": "instance", "kind": "member", - "___id": "T000002R042241", + "___id": "T000002R042378", "___s": true }, { @@ -375299,7 +376119,7 @@ "filename": "LayerData.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "Tile Collision ID index map.", @@ -375318,7 +376138,7 @@ "longname": "Phaser.Tilemaps.LayerData#collideIndexes", "scope": "instance", "kind": "member", - "___id": "T000002R042243", + "___id": "T000002R042380", "___s": true }, { @@ -375327,7 +376147,7 @@ "filename": "LayerData.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "An array of callbacks.", @@ -375346,7 +376166,7 @@ "longname": "Phaser.Tilemaps.LayerData#callbacks", "scope": "instance", "kind": "member", - "___id": "T000002R042245", + "___id": "T000002R042382", "___s": true }, { @@ -375355,7 +376175,7 @@ "filename": "LayerData.js", "lineno": 205, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "An array of physics bodies.", @@ -375374,7 +376194,7 @@ "longname": "Phaser.Tilemaps.LayerData#bodies", "scope": "instance", "kind": "member", - "___id": "T000002R042247", + "___id": "T000002R042384", "___s": true }, { @@ -375383,7 +376203,7 @@ "filename": "LayerData.js", "lineno": 214, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "An array of the tile data indexes.", @@ -375420,7 +376240,7 @@ "longname": "Phaser.Tilemaps.LayerData#data", "scope": "instance", "kind": "member", - "___id": "T000002R042249", + "___id": "T000002R042386", "___s": true }, { @@ -375429,7 +376249,7 @@ "filename": "LayerData.js", "lineno": 223, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "A reference to the Tilemap layer that owns this data.", @@ -375448,7 +376268,7 @@ "longname": "Phaser.Tilemaps.LayerData#tilemapLayer", "scope": "instance", "kind": "member", - "___id": "T000002R042251", + "___id": "T000002R042388", "___s": true }, { @@ -375457,7 +376277,7 @@ "filename": "LayerData.js", "lineno": 232, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The length of the horizontal sides of the hexagon.\rOnly used for hexagonal orientation Tilemaps.", @@ -375476,7 +376296,7 @@ "longname": "Phaser.Tilemaps.LayerData#hexSideLength", "scope": "instance", "kind": "member", - "___id": "T000002R042253", + "___id": "T000002R042390", "___s": true }, { @@ -375485,7 +376305,7 @@ "filename": "LayerData.js", "lineno": 242, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The Stagger Axis as defined in Tiled.\r\rOnly used for hexagonal orientation Tilemaps.", @@ -375504,7 +376324,7 @@ "longname": "Phaser.Tilemaps.LayerData#staggerAxis", "scope": "instance", "kind": "member", - "___id": "T000002R042255", + "___id": "T000002R042392", "___s": true }, { @@ -375513,7 +376333,7 @@ "filename": "LayerData.js", "lineno": 253, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The Stagger Index as defined in Tiled.\r\rEither 'odd' or 'even'.\r\rOnly used for hexagonal orientation Tilemaps.", @@ -375532,7 +376352,7 @@ "longname": "Phaser.Tilemaps.LayerData#staggerIndex", "scope": "instance", "kind": "member", - "___id": "T000002R042257", + "___id": "T000002R042394", "___s": true }, { @@ -375541,7 +376361,7 @@ "filename": "MapData.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "classdesc": "A class for representing data about a map. Maps are parsed from CSV, Tiled, etc. into this\rformat. A Tilemap object get a copy of this data and then unpacks the needed properties into\ritself.", @@ -375567,7 +376387,7 @@ ], "scope": "static", "longname": "Phaser.Tilemaps.MapData", - "___id": "T000002R042263", + "___id": "T000002R042400", "___s": true }, { @@ -375576,7 +376396,7 @@ "filename": "MapData.js", "lineno": 32, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The key in the Phaser cache that corresponds to the loaded tilemap data.", @@ -375595,7 +376415,7 @@ "longname": "Phaser.Tilemaps.MapData#name", "scope": "instance", "kind": "member", - "___id": "T000002R042267", + "___id": "T000002R042404", "___s": true }, { @@ -375604,7 +376424,7 @@ "filename": "MapData.js", "lineno": 41, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The width of the entire tilemap.", @@ -375623,7 +376443,7 @@ "longname": "Phaser.Tilemaps.MapData#width", "scope": "instance", "kind": "member", - "___id": "T000002R042269", + "___id": "T000002R042406", "___s": true }, { @@ -375632,7 +376452,7 @@ "filename": "MapData.js", "lineno": 50, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The height of the entire tilemap.", @@ -375651,7 +376471,7 @@ "longname": "Phaser.Tilemaps.MapData#height", "scope": "instance", "kind": "member", - "___id": "T000002R042271", + "___id": "T000002R042408", "___s": true }, { @@ -375660,7 +376480,7 @@ "filename": "MapData.js", "lineno": 59, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "If the map is infinite or not.", @@ -375679,7 +376499,7 @@ "longname": "Phaser.Tilemaps.MapData#infinite", "scope": "instance", "kind": "member", - "___id": "T000002R042273", + "___id": "T000002R042410", "___s": true }, { @@ -375688,7 +376508,7 @@ "filename": "MapData.js", "lineno": 68, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The width of the tiles.", @@ -375707,7 +376527,7 @@ "longname": "Phaser.Tilemaps.MapData#tileWidth", "scope": "instance", "kind": "member", - "___id": "T000002R042275", + "___id": "T000002R042412", "___s": true }, { @@ -375716,7 +376536,7 @@ "filename": "MapData.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The height of the tiles.", @@ -375735,7 +376555,7 @@ "longname": "Phaser.Tilemaps.MapData#tileHeight", "scope": "instance", "kind": "member", - "___id": "T000002R042277", + "___id": "T000002R042414", "___s": true }, { @@ -375744,7 +376564,7 @@ "filename": "MapData.js", "lineno": 86, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The width in pixels of the entire tilemap.", @@ -375763,7 +376583,7 @@ "longname": "Phaser.Tilemaps.MapData#widthInPixels", "scope": "instance", "kind": "member", - "___id": "T000002R042279", + "___id": "T000002R042416", "___s": true }, { @@ -375772,7 +376592,7 @@ "filename": "MapData.js", "lineno": 95, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The height in pixels of the entire tilemap.", @@ -375791,7 +376611,7 @@ "longname": "Phaser.Tilemaps.MapData#heightInPixels", "scope": "instance", "kind": "member", - "___id": "T000002R042281", + "___id": "T000002R042418", "___s": true }, { @@ -375800,7 +376620,7 @@ "filename": "MapData.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The format of the map data.", @@ -375819,7 +376639,7 @@ "longname": "Phaser.Tilemaps.MapData#format", "scope": "instance", "kind": "member", - "___id": "T000002R042283", + "___id": "T000002R042420", "___s": true }, { @@ -375828,7 +376648,7 @@ "filename": "MapData.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The orientation of the map data (i.e. orthogonal, isometric, hexagonal), default 'orthogonal'.", @@ -375847,7 +376667,7 @@ "longname": "Phaser.Tilemaps.MapData#orientation", "scope": "instance", "kind": "member", - "___id": "T000002R042285", + "___id": "T000002R042422", "___s": true }, { @@ -375856,7 +376676,7 @@ "filename": "MapData.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "Determines the draw order of tilemap. Default is right-down\r\r0, or 'right-down'\r1, or 'left-down'\r2, or 'right-up'\r3, or 'left-up'", @@ -375875,7 +376695,7 @@ "longname": "Phaser.Tilemaps.MapData#renderOrder", "scope": "instance", "kind": "member", - "___id": "T000002R042287", + "___id": "T000002R042424", "___s": true }, { @@ -375884,7 +376704,7 @@ "filename": "MapData.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The version of the map data (as specified in Tiled).", @@ -375903,7 +376723,7 @@ "longname": "Phaser.Tilemaps.MapData#version", "scope": "instance", "kind": "member", - "___id": "T000002R042289", + "___id": "T000002R042426", "___s": true }, { @@ -375912,7 +376732,7 @@ "filename": "MapData.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "Map specific properties (can be specified in Tiled)", @@ -375931,7 +376751,7 @@ "longname": "Phaser.Tilemaps.MapData#properties", "scope": "instance", "kind": "member", - "___id": "T000002R042291", + "___id": "T000002R042428", "___s": true }, { @@ -375940,7 +376760,7 @@ "filename": "MapData.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "An array with all the layers configured to the MapData.", @@ -375978,7 +376798,7 @@ "longname": "Phaser.Tilemaps.MapData#layers", "scope": "instance", "kind": "member", - "___id": "T000002R042293", + "___id": "T000002R042430", "___s": true }, { @@ -375987,7 +376807,7 @@ "filename": "MapData.js", "lineno": 163, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "An array of Tiled Image Layers.", @@ -376006,7 +376826,7 @@ "longname": "Phaser.Tilemaps.MapData#images", "scope": "instance", "kind": "member", - "___id": "T000002R042295", + "___id": "T000002R042432", "___s": true }, { @@ -376015,7 +376835,7 @@ "filename": "MapData.js", "lineno": 172, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "An object of Tiled Object Layers.", @@ -376043,7 +376863,7 @@ "longname": "Phaser.Tilemaps.MapData#objects", "scope": "instance", "kind": "member", - "___id": "T000002R042297", + "___id": "T000002R042434", "___s": true }, { @@ -376052,7 +376872,7 @@ "filename": "MapData.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "An object of collision data. Must be created as physics object or will return undefined.", @@ -376071,7 +376891,7 @@ "longname": "Phaser.Tilemaps.MapData#collision", "scope": "instance", "kind": "member", - "___id": "T000002R042300", + "___id": "T000002R042437", "___s": true }, { @@ -376080,7 +376900,7 @@ "filename": "MapData.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "An array of Tilesets.", @@ -376108,7 +376928,7 @@ "longname": "Phaser.Tilemaps.MapData#tilesets", "scope": "instance", "kind": "member", - "___id": "T000002R042302", + "___id": "T000002R042439", "___s": true }, { @@ -376117,7 +376937,7 @@ "filename": "MapData.js", "lineno": 205, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The collection of images the map uses(specified in Tiled)", @@ -376136,7 +376956,7 @@ "longname": "Phaser.Tilemaps.MapData#imageCollections", "scope": "instance", "kind": "member", - "___id": "T000002R042304", + "___id": "T000002R042441", "___s": true }, { @@ -376145,7 +376965,7 @@ "filename": "MapData.js", "lineno": 214, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "An array of tile instances.", @@ -376164,7 +376984,7 @@ "longname": "Phaser.Tilemaps.MapData#tiles", "scope": "instance", "kind": "member", - "___id": "T000002R042306", + "___id": "T000002R042443", "___s": true }, { @@ -376173,7 +376993,7 @@ "filename": "MapData.js", "lineno": 223, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The length of the horizontal sides of the hexagon.\r\rOnly used for hexagonal orientation Tilemaps.", @@ -376192,7 +377012,7 @@ "longname": "Phaser.Tilemaps.MapData#hexSideLength", "scope": "instance", "kind": "member", - "___id": "T000002R042308", + "___id": "T000002R042445", "___s": true }, { @@ -376201,7 +377021,7 @@ "filename": "MapData.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The Stagger Axis as defined in Tiled.\r\rOnly used for hexagonal orientation Tilemaps.", @@ -376220,7 +377040,7 @@ "longname": "Phaser.Tilemaps.MapData#staggerAxis", "scope": "instance", "kind": "member", - "___id": "T000002R042310", + "___id": "T000002R042447", "___s": true }, { @@ -376229,7 +377049,7 @@ "filename": "MapData.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The Stagger Index as defined in Tiled.\r\rEither 'odd' or 'even'.\r\rOnly used for hexagonal orientation Tilemaps.", @@ -376248,7 +377068,7 @@ "longname": "Phaser.Tilemaps.MapData#staggerIndex", "scope": "instance", "kind": "member", - "___id": "T000002R042312", + "___id": "T000002R042449", "___s": true }, { @@ -376257,7 +377077,7 @@ "filename": "ObjectLayer.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "classdesc": "A class for representing a Tiled object layer in a map. This mirrors the structure of a Tiled\robject layer, except:\r - \"x\" & \"y\" properties are ignored since these cannot be changed in Tiled.\r - \"offsetx\" & \"offsety\" are applied to the individual object coordinates directly, so they\r are ignored as well.\r - \"draworder\" is ignored.", @@ -376283,7 +377103,7 @@ ], "scope": "static", "longname": "Phaser.Tilemaps.ObjectLayer", - "___id": "T000002R042317", + "___id": "T000002R042454", "___s": true }, { @@ -376292,7 +377112,7 @@ "filename": "ObjectLayer.js", "lineno": 34, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The name of the Object Layer.", @@ -376311,7 +377131,7 @@ "longname": "Phaser.Tilemaps.ObjectLayer#name", "scope": "instance", "kind": "member", - "___id": "T000002R042321", + "___id": "T000002R042458", "___s": true }, { @@ -376320,7 +377140,7 @@ "filename": "ObjectLayer.js", "lineno": 43, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The id of the object layer, as specified in the map data.", @@ -376339,7 +377159,7 @@ "longname": "Phaser.Tilemaps.ObjectLayer#id", "scope": "instance", "kind": "member", - "___id": "T000002R042323", + "___id": "T000002R042460", "___s": true }, { @@ -376348,7 +377168,7 @@ "filename": "ObjectLayer.js", "lineno": 52, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The opacity of the layer, between 0 and 1.", @@ -376367,7 +377187,7 @@ "longname": "Phaser.Tilemaps.ObjectLayer#opacity", "scope": "instance", "kind": "member", - "___id": "T000002R042325", + "___id": "T000002R042462", "___s": true }, { @@ -376376,7 +377196,7 @@ "filename": "ObjectLayer.js", "lineno": 61, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The custom properties defined on the Object Layer, keyed by their name.", @@ -376395,7 +377215,7 @@ "longname": "Phaser.Tilemaps.ObjectLayer#properties", "scope": "instance", "kind": "member", - "___id": "T000002R042327", + "___id": "T000002R042464", "___s": true }, { @@ -376404,7 +377224,7 @@ "filename": "ObjectLayer.js", "lineno": 70, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The type of each custom property defined on the Object Layer, keyed by its name.", @@ -376423,7 +377243,7 @@ "longname": "Phaser.Tilemaps.ObjectLayer#propertyTypes", "scope": "instance", "kind": "member", - "___id": "T000002R042329", + "___id": "T000002R042466", "___s": true }, { @@ -376432,7 +377252,7 @@ "filename": "ObjectLayer.js", "lineno": 79, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "The type of the layer, which should be `objectgroup`.", @@ -376451,7 +377271,7 @@ "longname": "Phaser.Tilemaps.ObjectLayer#type", "scope": "instance", "kind": "member", - "___id": "T000002R042331", + "___id": "T000002R042468", "___s": true }, { @@ -376460,7 +377280,7 @@ "filename": "ObjectLayer.js", "lineno": 88, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "Whether the layer is shown (`true`) or hidden (`false`).", @@ -376479,7 +377299,7 @@ "longname": "Phaser.Tilemaps.ObjectLayer#visible", "scope": "instance", "kind": "member", - "___id": "T000002R042333", + "___id": "T000002R042470", "___s": true }, { @@ -376488,7 +377308,7 @@ "filename": "ObjectLayer.js", "lineno": 97, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\mapdata", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\mapdata", "code": {} }, "description": "An array of all objects on this Object Layer.\r\rEach Tiled object corresponds to a JavaScript object in this array. It has an `id` (unique),\r`name` (as assigned in Tiled), `type` (as assigned in Tiled), `rotation` (in clockwise degrees),\r`properties` (if any), `visible` state (`true` if visible, `false` otherwise),\r`x` and `y` coordinates (in pixels, relative to the tilemap), and a `width` and `height` (in pixels).\r\rAn object tile has a `gid` property (GID of the represented tile), a `flippedHorizontal` property,\ra `flippedVertical` property, and `flippedAntiDiagonal` property.\rThe {@link http://docs.mapeditor.org/en/latest/reference/tmx-map-format/|Tiled documentation} contains\rinformation on flipping and rotation.\r\rPolylines have a `polyline` property, which is an array of objects corresponding to points,\rwhere each point has an `x` property and a `y` property. Polygons have an identically structured\rarray in their `polygon` property. Text objects have a `text` property with the text's properties.\r\rRectangles and ellipses have a `rectangle` or `ellipse` property set to `true`.", @@ -376516,7 +377336,7 @@ "longname": "Phaser.Tilemaps.ObjectLayer#objects", "scope": "instance", "kind": "member", - "___id": "T000002R042335", + "___id": "T000002R042472", "___s": true }, { @@ -376525,7 +377345,7 @@ "filename": "ObjectHelper.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "classdesc": "The ObjectHelper helps tie objects with `gids` into the tileset\rthat sits behind them.", @@ -376559,7 +377379,7 @@ ], "scope": "static", "longname": "Phaser.Tilemaps.ObjectHelper", - "___id": "T000002R042340", + "___id": "T000002R042477", "___s": true }, { @@ -376568,7 +377388,7 @@ "filename": "ObjectHelper.js", "lineno": 27, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The Tile GIDs array.", @@ -376587,7 +377407,7 @@ "longname": "Phaser.Tilemaps.ObjectHelper#gids", "scope": "instance", "kind": "member", - "___id": "T000002R042343", + "___id": "T000002R042480", "___s": true }, { @@ -376596,7 +377416,7 @@ "filename": "ObjectHelper.js", "lineno": 60, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Enabled if the object helper reaches in to tilesets for data.\rDisabled if it only uses data directly on a gid object.", @@ -376615,7 +377435,7 @@ "longname": "Phaser.Tilemaps.ObjectHelper#enabled", "scope": "instance", "kind": "member", - "___id": "T000002R042351", + "___id": "T000002R042488", "___s": true }, { @@ -376624,7 +377444,7 @@ "filename": "ObjectHelper.js", "lineno": 82, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Gets the Tiled `type` field value from the object or the `gid` behind it.", @@ -376665,7 +377485,7 @@ "memberof": "Phaser.Tilemaps.ObjectHelper", "longname": "Phaser.Tilemaps.ObjectHelper#getTypeIncludingTile", "scope": "instance", - "___id": "T000002R042356", + "___id": "T000002R042493", "___s": true }, { @@ -376674,7 +377494,7 @@ "filename": "ObjectHelper.js", "lineno": 121, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets the sprite texture data as specified (usually in a config) or, failing that,\ras specified in the `gid` of the object being loaded (if any).\r\rThis fallback will only work if the tileset was loaded as a spritesheet matching\rthe geometry of sprites fed into tiled, so that, for example: \"tile id #`3`\"\" within\rthe tileset is the same as texture frame `3` from the image of the tileset.", @@ -376766,7 +377586,7 @@ "memberof": "Phaser.Tilemaps.ObjectHelper", "longname": "Phaser.Tilemaps.ObjectHelper#setTextureAndFrame", "scope": "instance", - "___id": "T000002R042360", + "___id": "T000002R042497", "___s": true }, { @@ -376775,7 +377595,7 @@ "filename": "ObjectHelper.js", "lineno": 168, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets the `sprite.data` field from the tiled properties on the object and its tile (if any).", @@ -376811,7 +377631,7 @@ "memberof": "Phaser.Tilemaps.ObjectHelper", "longname": "Phaser.Tilemaps.ObjectHelper#setPropertiesFromTiledObject", "scope": "instance", - "___id": "T000002R042367", + "___id": "T000002R042504", "___s": true }, { @@ -376820,7 +377640,7 @@ "filename": "FromOrientationString.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\parsers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\parsers", "code": {} }, "description": "Get the Tilemap orientation from the given string.", @@ -376860,7 +377680,7 @@ "memberof": "Phaser.Tilemaps.Parsers", "longname": "Phaser.Tilemaps.Parsers.FromOrientationString", "scope": "static", - "___id": "T000002R042379", + "___id": "T000002R042516", "___s": true }, { @@ -376869,7 +377689,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\parsers\\impact", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\parsers\\impact", "code": {} }, "kind": "namespace", @@ -376877,7 +377697,7 @@ "memberof": "Phaser.Tilemaps.Parsers", "longname": "Phaser.Tilemaps.Parsers.Impact", "scope": "static", - "___id": "T000002R042383", + "___id": "T000002R042520", "___s": true }, { @@ -376886,7 +377706,7 @@ "filename": "ParseTileLayers.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\parsers\\impact", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\parsers\\impact", "code": {} }, "description": "Parses all tilemap layers in an Impact JSON object into new LayerData objects.", @@ -376947,7 +377767,7 @@ "memberof": "Phaser.Tilemaps.Parsers.Impact", "longname": "Phaser.Tilemaps.Parsers.Impact.ParseTileLayers", "scope": "static", - "___id": "T000002R042390", + "___id": "T000002R042527", "___s": true }, { @@ -376956,7 +377776,7 @@ "filename": "ParseTilesets.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\parsers\\impact", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\parsers\\impact", "code": {} }, "description": "Tilesets and Image Collections", @@ -376995,7 +377815,7 @@ "memberof": "Phaser.Tilemaps.Parsers.Impact", "longname": "Phaser.Tilemaps.Parsers.Impact.ParseTilesets", "scope": "static", - "___id": "T000002R042414", + "___id": "T000002R042551", "___s": true }, { @@ -377004,7 +377824,7 @@ "filename": "ParseWeltmeister.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\parsers\\impact", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\parsers\\impact", "code": {} }, "description": "Parses a Weltmeister JSON object into a new MapData object.", @@ -377071,7 +377891,7 @@ "memberof": "Phaser.Tilemaps.Parsers.Impact", "longname": "Phaser.Tilemaps.Parsers.Impact.ParseWeltmeister", "scope": "static", - "___id": "T000002R042426", + "___id": "T000002R042563", "___s": true }, { @@ -377080,7 +377900,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\parsers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\parsers", "code": {} }, "kind": "namespace", @@ -377088,7 +377908,7 @@ "memberof": "Phaser.Tilemaps", "longname": "Phaser.Tilemaps.Parsers", "scope": "static", - "___id": "T000002R042443", + "___id": "T000002R042580", "___s": true }, { @@ -377097,7 +377917,7 @@ "filename": "Parse.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\parsers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\parsers", "code": {} }, "description": "Parses raw data of a given Tilemap format into a new MapData object. If no recognized data format\ris found, returns `null`. When loading from CSV or a 2D array, you should specify the tileWidth &\rtileHeight. When parsing from a map from Tiled, the tileWidth & tileHeight will be pulled from\rthe map data.", @@ -377234,7 +378054,7 @@ "memberof": "Phaser.Tilemaps.Parsers", "longname": "Phaser.Tilemaps.Parsers.Parse", "scope": "static", - "___id": "T000002R042456", + "___id": "T000002R042593", "___s": true }, { @@ -377243,7 +378063,7 @@ "filename": "Parse2DArray.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\parsers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\parsers", "code": {} }, "description": "Parses a 2D array of tile indexes into a new MapData object with a single layer.", @@ -377352,7 +378172,7 @@ "memberof": "Phaser.Tilemaps.Parsers", "longname": "Phaser.Tilemaps.Parsers.Parse2DArray", "scope": "static", - "___id": "T000002R042469", + "___id": "T000002R042606", "___s": true }, { @@ -377361,7 +378181,7 @@ "filename": "ParseCSV.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\parsers", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\parsers", "code": {} }, "description": "Parses a CSV string of tile indexes into a new MapData object with a single layer.", @@ -377452,7 +378272,7 @@ "memberof": "Phaser.Tilemaps.Parsers", "longname": "Phaser.Tilemaps.Parsers.ParseCSV", "scope": "static", - "___id": "T000002R042503", + "___id": "T000002R042640", "___s": true }, { @@ -377461,7 +378281,7 @@ "filename": "AssignTileProperties.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\parsers\\tiled", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\parsers\\tiled", "code": {} }, "description": "Copy properties from tileset to tiles.", @@ -377486,7 +378306,7 @@ "memberof": "Phaser.Tilemaps.Parsers.Tiled", "longname": "Phaser.Tilemaps.Parsers.Tiled.AssignTileProperties", "scope": "static", - "___id": "T000002R042510", + "___id": "T000002R042647", "___s": true }, { @@ -377495,7 +378315,7 @@ "filename": "Base64Decode.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\parsers\\tiled", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\parsers\\tiled", "code": {} }, "description": "Decode base-64 encoded data, for example as exported by Tiled.", @@ -377534,7 +378354,7 @@ "memberof": "Phaser.Tilemaps.Parsers.Tiled", "longname": "Phaser.Tilemaps.Parsers.Tiled.Base64Decode", "scope": "static", - "___id": "T000002R042530", + "___id": "T000002R042667", "___s": true }, { @@ -377543,7 +378363,7 @@ "filename": "BuildTilesetIndex.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\parsers\\tiled", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\parsers\\tiled", "code": {} }, "description": "Master list of tiles -> x, y, index in tileset.", @@ -377592,7 +378412,7 @@ "memberof": "Phaser.Tilemaps.Parsers.Tiled", "longname": "Phaser.Tilemaps.Parsers.Tiled.BuildTilesetIndex", "scope": "static", - "___id": "T000002R042540", + "___id": "T000002R042677", "___s": true }, { @@ -377601,7 +378421,7 @@ "filename": "CreateGroupLayer.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\parsers\\tiled", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\parsers\\tiled", "code": {} }, "description": "Parse a Tiled group layer and create a state object for inheriting.", @@ -377668,7 +378488,7 @@ "memberof": "Phaser.Tilemaps.Parsers.Tiled", "longname": "Phaser.Tilemaps.Parsers.Tiled.CreateGroupLayer", "scope": "static", - "___id": "T000002R042566", + "___id": "T000002R042703", "___s": true }, { @@ -377677,7 +378497,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\parsers\\tiled", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\parsers\\tiled", "code": {} }, "kind": "namespace", @@ -377685,7 +378505,7 @@ "memberof": "Phaser.Tilemaps.Parsers", "longname": "Phaser.Tilemaps.Parsers.Tiled", "scope": "static", - "___id": "T000002R042585", + "___id": "T000002R042722", "___s": true }, { @@ -377694,7 +378514,7 @@ "filename": "ParseGID.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\parsers\\tiled", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\parsers\\tiled", "code": {} }, "description": "See Tiled documentation on tile flipping:\rhttp://docs.mapeditor.org/en/latest/reference/tmx-map-format/", @@ -377733,7 +378553,7 @@ "memberof": "Phaser.Tilemaps.Parsers.Tiled", "longname": "Phaser.Tilemaps.Parsers.Tiled.ParseGID", "scope": "static", - "___id": "T000002R042601", + "___id": "T000002R042738", "___s": true }, { @@ -377742,7 +378562,7 @@ "filename": "ParseImageLayers.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\parsers\\tiled", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\parsers\\tiled", "code": {} }, "description": "Parses a Tiled JSON object into an array of objects with details about the image layers.", @@ -377781,7 +378601,7 @@ "memberof": "Phaser.Tilemaps.Parsers.Tiled", "longname": "Phaser.Tilemaps.Parsers.Tiled.ParseImageLayers", "scope": "static", - "___id": "T000002R042634", + "___id": "T000002R042771", "___s": true }, { @@ -377790,7 +378610,7 @@ "filename": "ParseJSONTiled.js", "lineno": 19, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\parsers\\tiled", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\parsers\\tiled", "code": {} }, "description": "Parses a Tiled JSON object into a new MapData object.", @@ -377857,7 +378677,7 @@ "memberof": "Phaser.Tilemaps.Parsers.Tiled", "longname": "Phaser.Tilemaps.Parsers.Tiled.ParseJSONTiled", "scope": "static", - "___id": "T000002R042664", + "___id": "T000002R042801", "___s": true }, { @@ -377866,7 +378686,7 @@ "filename": "ParseObject.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\parsers\\tiled", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\parsers\\tiled", "code": {} }, "description": "Convert a Tiled object to an internal parsed object normalising and copying properties over, while applying optional x and y offsets. The parsed object will always have the properties `id`, `name`, `type`, `rotation`, `properties`, `visible`, `x`, `y`, `width` and `height`. Other properties will be added according to the object type (such as text, polyline, gid etc.)", @@ -377935,7 +378755,7 @@ "memberof": "Phaser.Tilemaps.Parsers.Tiled", "longname": "Phaser.Tilemaps.Parsers.Tiled.ParseObject", "scope": "static", - "___id": "T000002R042696", + "___id": "T000002R042833", "___s": true }, { @@ -377944,7 +378764,7 @@ "filename": "ParseObjectLayers.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\parsers\\tiled", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\parsers\\tiled", "code": {} }, "description": "Parses a Tiled JSON object into an array of ObjectLayer objects.", @@ -377983,7 +378803,7 @@ "memberof": "Phaser.Tilemaps.Parsers.Tiled", "longname": "Phaser.Tilemaps.Parsers.Tiled.ParseObjectLayers", "scope": "static", - "___id": "T000002R042719", + "___id": "T000002R042856", "___s": true }, { @@ -377992,7 +378812,7 @@ "filename": "ParseTileLayers.js", "lineno": 16, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\parsers\\tiled", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\parsers\\tiled", "code": {} }, "description": "Parses all tilemap layers in a Tiled JSON object into new LayerData objects.", @@ -378053,7 +378873,7 @@ "memberof": "Phaser.Tilemaps.Parsers.Tiled", "longname": "Phaser.Tilemaps.Parsers.Tiled.ParseTileLayers", "scope": "static", - "___id": "T000002R042747", + "___id": "T000002R042884", "___s": true }, { @@ -378062,7 +378882,7 @@ "filename": "ParseTilesets.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\parsers\\tiled", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\parsers\\tiled", "code": {} }, "description": "Tilesets and Image Collections.", @@ -378101,7 +378921,7 @@ "memberof": "Phaser.Tilemaps.Parsers.Tiled", "longname": "Phaser.Tilemaps.Parsers.Tiled.ParseTilesets", "scope": "static", - "___id": "T000002R042838", + "___id": "T000002R042975", "___s": true }, { @@ -378110,7 +378930,7 @@ "filename": "ParseWangsets.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\parsers\\tiled", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\parsers\\tiled", "code": {} }, "description": "Parses out the Wangset information from Tiled 1.1.5+ map data, if present.\r\rSince a given tile can be in more than one wangset, the resulting properties\rare nested. `tile.data.wangid[someWangsetName]` will return the array-based wang id in\rthis implementation.\r\rNote that we're not guaranteed that there will be any 'normal' tiles if the only\rthing in the tilset are wangtile definitions, so this has to be parsed separately.\r\rSee https://doc.mapeditor.org/en/latest/manual/using-wang-tiles/ for more information.", @@ -378171,7 +378991,7 @@ "memberof": "Phaser.Tilemaps.Parsers.Tiled", "longname": "Phaser.Tilemaps.Parsers.Tiled.ParseWangsets", "scope": "static", - "___id": "T000002R042887", + "___id": "T000002R043024", "___s": true }, { @@ -378180,7 +379000,7 @@ "filename": "ParseToTilemap.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Create a Tilemap from the given key or data. If neither is given, make a blank Tilemap. When\rloading from CSV or a 2D array, you should specify the tileWidth & tileHeight. When parsing from\ra map from Tiled, the tileWidth, tileHeight, width & height will be pulled from the map data. For\ran empty map, you should specify tileWidth, tileHeight, width & height.", @@ -378339,7 +379159,7 @@ "memberof": "Phaser.Tilemaps", "longname": "Phaser.Tilemaps.ParseToTilemap", "scope": "static", - "___id": "T000002R042928", + "___id": "T000002R043065", "___s": true }, { @@ -378348,7 +379168,7 @@ "filename": "Tile.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "classdesc": "A Tile is a representation of a single tile within the Tilemap. This is a lightweight data\rrepresentation, so its position information is stored without factoring in scroll, layer\rscale or layer position.", @@ -378469,7 +379289,7 @@ ], "scope": "static", "longname": "Phaser.Tilemaps.Tile", - "___id": "T000002R042951", + "___id": "T000002R043088", "___s": true }, { @@ -378478,7 +379298,7 @@ "filename": "Tile.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The LayerData in the Tilemap data that this tile belongs to.", @@ -378497,7 +379317,7 @@ "longname": "Phaser.Tilemaps.Tile#layer", "scope": "instance", "kind": "member", - "___id": "T000002R042955", + "___id": "T000002R043092", "___s": true }, { @@ -378506,7 +379326,7 @@ "filename": "Tile.js", "lineno": 62, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The index of this tile within the map data corresponding to the tileset, or -1 if this\rrepresents a blank tile.", @@ -378525,7 +379345,7 @@ "longname": "Phaser.Tilemaps.Tile#index", "scope": "instance", "kind": "member", - "___id": "T000002R042957", + "___id": "T000002R043094", "___s": true }, { @@ -378534,7 +379354,7 @@ "filename": "Tile.js", "lineno": 72, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The x map coordinate of this tile in tile units.", @@ -378553,7 +379373,7 @@ "longname": "Phaser.Tilemaps.Tile#x", "scope": "instance", "kind": "member", - "___id": "T000002R042959", + "___id": "T000002R043096", "___s": true }, { @@ -378562,7 +379382,7 @@ "filename": "Tile.js", "lineno": 81, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The y map coordinate of this tile in tile units.", @@ -378581,7 +379401,7 @@ "longname": "Phaser.Tilemaps.Tile#y", "scope": "instance", "kind": "member", - "___id": "T000002R042961", + "___id": "T000002R043098", "___s": true }, { @@ -378590,7 +379410,7 @@ "filename": "Tile.js", "lineno": 90, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The width of the tile in pixels.", @@ -378609,7 +379429,7 @@ "longname": "Phaser.Tilemaps.Tile#width", "scope": "instance", "kind": "member", - "___id": "T000002R042963", + "___id": "T000002R043100", "___s": true }, { @@ -378618,7 +379438,7 @@ "filename": "Tile.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The height of the tile in pixels.", @@ -378637,7 +379457,7 @@ "longname": "Phaser.Tilemaps.Tile#height", "scope": "instance", "kind": "member", - "___id": "T000002R042965", + "___id": "T000002R043102", "___s": true }, { @@ -378646,7 +379466,7 @@ "filename": "Tile.js", "lineno": 108, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The right of the tile in pixels.\r\rSet in the `updatePixelXY` method.", @@ -378665,7 +379485,7 @@ "longname": "Phaser.Tilemaps.Tile#right", "scope": "instance", "kind": "member", - "___id": "T000002R042967", + "___id": "T000002R043104", "___s": true }, { @@ -378674,7 +379494,7 @@ "filename": "Tile.js", "lineno": 119, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The bottom of the tile in pixels.\r\rSet in the `updatePixelXY` method.", @@ -378693,7 +379513,7 @@ "longname": "Phaser.Tilemaps.Tile#bottom", "scope": "instance", "kind": "member", - "___id": "T000002R042969", + "___id": "T000002R043106", "___s": true }, { @@ -378702,7 +379522,7 @@ "filename": "Tile.js", "lineno": 130, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The maps base width of a tile in pixels. Tiled maps support multiple tileset sizes\rwithin one map, but they are still placed at intervals of the base tile size.", @@ -378721,7 +379541,7 @@ "longname": "Phaser.Tilemaps.Tile#baseWidth", "scope": "instance", "kind": "member", - "___id": "T000002R042971", + "___id": "T000002R043108", "___s": true }, { @@ -378730,7 +379550,7 @@ "filename": "Tile.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The maps base height of a tile in pixels. Tiled maps support multiple tileset sizes\rwithin one map, but they are still placed at intervals of the base tile size.", @@ -378749,7 +379569,7 @@ "longname": "Phaser.Tilemaps.Tile#baseHeight", "scope": "instance", "kind": "member", - "___id": "T000002R042973", + "___id": "T000002R043110", "___s": true }, { @@ -378758,7 +379578,7 @@ "filename": "Tile.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The x coordinate of the top left of this tile in pixels. This is relative to the top left\rof the layer this tile is being rendered within. This property does NOT factor in camera\rscroll, layer scale or layer position.", @@ -378777,7 +379597,7 @@ "longname": "Phaser.Tilemaps.Tile#pixelX", "scope": "instance", "kind": "member", - "___id": "T000002R042975", + "___id": "T000002R043112", "___s": true }, { @@ -378786,7 +379606,7 @@ "filename": "Tile.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The y coordinate of the top left of this tile in pixels. This is relative to the top left\rof the layer this tile is being rendered within. This property does NOT factor in camera\rscroll, layer scale or layer position.", @@ -378805,7 +379625,7 @@ "longname": "Phaser.Tilemaps.Tile#pixelY", "scope": "instance", "kind": "member", - "___id": "T000002R042977", + "___id": "T000002R043114", "___s": true }, { @@ -378814,7 +379634,7 @@ "filename": "Tile.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Tile specific properties. These usually come from Tiled.", @@ -378833,7 +379653,7 @@ "longname": "Phaser.Tilemaps.Tile#properties", "scope": "instance", "kind": "member", - "___id": "T000002R042979", + "___id": "T000002R043116", "___s": true }, { @@ -378842,7 +379662,7 @@ "filename": "Tile.js", "lineno": 183, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The rotation angle of this tile.", @@ -378861,7 +379681,7 @@ "longname": "Phaser.Tilemaps.Tile#rotation", "scope": "instance", "kind": "member", - "___id": "T000002R042981", + "___id": "T000002R043118", "___s": true }, { @@ -378870,7 +379690,7 @@ "filename": "Tile.js", "lineno": 192, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Whether the tile should collide with any object on the left side.\r\rThis property is used by Arcade Physics only, however, you can also use it\rin your own checks.", @@ -378889,7 +379709,7 @@ "longname": "Phaser.Tilemaps.Tile#collideLeft", "scope": "instance", "kind": "member", - "___id": "T000002R042983", + "___id": "T000002R043120", "___s": true }, { @@ -378898,7 +379718,7 @@ "filename": "Tile.js", "lineno": 204, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Whether the tile should collide with any object on the right side.\r\rThis property is used by Arcade Physics only, however, you can also use it\rin your own checks.", @@ -378917,7 +379737,7 @@ "longname": "Phaser.Tilemaps.Tile#collideRight", "scope": "instance", "kind": "member", - "___id": "T000002R042985", + "___id": "T000002R043122", "___s": true }, { @@ -378926,7 +379746,7 @@ "filename": "Tile.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Whether the tile should collide with any object on the top side.\r\rThis property is used by Arcade Physics only, however, you can also use it\rin your own checks.", @@ -378945,7 +379765,7 @@ "longname": "Phaser.Tilemaps.Tile#collideUp", "scope": "instance", "kind": "member", - "___id": "T000002R042987", + "___id": "T000002R043124", "___s": true }, { @@ -378954,7 +379774,7 @@ "filename": "Tile.js", "lineno": 228, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Whether the tile should collide with any object on the bottom side.\r\rThis property is used by Arcade Physics only, however, you can also use it\rin your own checks.", @@ -378973,7 +379793,7 @@ "longname": "Phaser.Tilemaps.Tile#collideDown", "scope": "instance", "kind": "member", - "___id": "T000002R042989", + "___id": "T000002R043126", "___s": true }, { @@ -378982,7 +379802,7 @@ "filename": "Tile.js", "lineno": 240, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Whether the tiles left edge is interesting for collisions.", @@ -379001,7 +379821,7 @@ "longname": "Phaser.Tilemaps.Tile#faceLeft", "scope": "instance", "kind": "member", - "___id": "T000002R042991", + "___id": "T000002R043128", "___s": true }, { @@ -379010,7 +379830,7 @@ "filename": "Tile.js", "lineno": 249, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Whether the tiles right edge is interesting for collisions.", @@ -379029,7 +379849,7 @@ "longname": "Phaser.Tilemaps.Tile#faceRight", "scope": "instance", "kind": "member", - "___id": "T000002R042993", + "___id": "T000002R043130", "___s": true }, { @@ -379038,7 +379858,7 @@ "filename": "Tile.js", "lineno": 258, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Whether the tiles top edge is interesting for collisions.", @@ -379057,7 +379877,7 @@ "longname": "Phaser.Tilemaps.Tile#faceTop", "scope": "instance", "kind": "member", - "___id": "T000002R042995", + "___id": "T000002R043132", "___s": true }, { @@ -379066,7 +379886,7 @@ "filename": "Tile.js", "lineno": 267, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Whether the tiles bottom edge is interesting for collisions.", @@ -379085,7 +379905,7 @@ "longname": "Phaser.Tilemaps.Tile#faceBottom", "scope": "instance", "kind": "member", - "___id": "T000002R042997", + "___id": "T000002R043134", "___s": true }, { @@ -379094,7 +379914,7 @@ "filename": "Tile.js", "lineno": 276, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Tile collision callback.", @@ -379113,7 +379933,7 @@ "longname": "Phaser.Tilemaps.Tile#collisionCallback", "scope": "instance", "kind": "member", - "___id": "T000002R042999", + "___id": "T000002R043136", "___s": true }, { @@ -379122,7 +379942,7 @@ "filename": "Tile.js", "lineno": 285, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The context in which the collision callback will be called.", @@ -379141,7 +379961,7 @@ "longname": "Phaser.Tilemaps.Tile#collisionCallbackContext", "scope": "instance", "kind": "member", - "___id": "T000002R043001", + "___id": "T000002R043138", "___s": true }, { @@ -379150,7 +379970,7 @@ "filename": "Tile.js", "lineno": 294, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The tint to apply to this tile. Note: tint is currently a single color value instead of\rthe 4 corner tint component on other GameObjects.", @@ -379169,7 +379989,7 @@ "longname": "Phaser.Tilemaps.Tile#tint", "scope": "instance", "kind": "member", - "___id": "T000002R043003", + "___id": "T000002R043140", "___s": true }, { @@ -379178,7 +379998,7 @@ "filename": "Tile.js", "lineno": 305, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The tint fill mode.\r\r`false` = An additive tint (the default), where vertices colors are blended with the texture.\r`true` = A fill tint, where the vertices colors replace the texture, but respects texture alpha.", @@ -379197,7 +380017,7 @@ "longname": "Phaser.Tilemaps.Tile#tintFill", "scope": "instance", "kind": "member", - "___id": "T000002R043005", + "___id": "T000002R043142", "___s": true }, { @@ -379206,7 +380026,7 @@ "filename": "Tile.js", "lineno": 318, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "An empty object where physics-engine specific information (e.g. bodies) may be stored.", @@ -379225,7 +380045,7 @@ "longname": "Phaser.Tilemaps.Tile#physics", "scope": "instance", "kind": "member", - "___id": "T000002R043007", + "___id": "T000002R043144", "___s": true }, { @@ -379234,7 +380054,7 @@ "filename": "Tile.js", "lineno": 328, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Check if the given x and y world coordinates are within this Tile. This does not factor in\rcamera scroll, layer scale or layer position.", @@ -379286,7 +380106,7 @@ "memberof": "Phaser.Tilemaps.Tile", "longname": "Phaser.Tilemaps.Tile#containsPoint", "scope": "instance", - "___id": "T000002R043009", + "___id": "T000002R043146", "___s": true }, { @@ -379295,7 +380115,7 @@ "filename": "Tile.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Copies the tile data and properties from the given Tile to this Tile. This copies everything\rexcept for position and interesting face calculations.", @@ -379335,7 +380155,7 @@ "memberof": "Phaser.Tilemaps.Tile", "longname": "Phaser.Tilemaps.Tile#copy", "scope": "instance", - "___id": "T000002R043011", + "___id": "T000002R043148", "___s": true }, { @@ -379344,7 +380164,7 @@ "filename": "Tile.js", "lineno": 375, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The collision group for this Tile, defined within the Tileset. This returns a reference to\rthe collision group stored within the Tileset, so any modification of the returned object\rwill impact all tiles that have the same index as this tile.", @@ -379370,7 +380190,7 @@ "memberof": "Phaser.Tilemaps.Tile", "longname": "Phaser.Tilemaps.Tile#getCollisionGroup", "scope": "instance", - "___id": "T000002R043025", + "___id": "T000002R043162", "___s": true }, { @@ -379379,7 +380199,7 @@ "filename": "Tile.js", "lineno": 390, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The tile data for this Tile, defined within the Tileset. This typically contains Tiled\rcollision data, tile animations and terrain information. This returns a reference to the tile\rdata stored within the Tileset, so any modification of the returned object will impact all\rtiles that have the same index as this tile.", @@ -379405,7 +380225,7 @@ "memberof": "Phaser.Tilemaps.Tile", "longname": "Phaser.Tilemaps.Tile#getTileData", "scope": "instance", - "___id": "T000002R043027", + "___id": "T000002R043164", "___s": true }, { @@ -379414,7 +380234,7 @@ "filename": "Tile.js", "lineno": 406, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Gets the world X position of the left side of the tile, factoring in the layers position,\rscale and scroll.", @@ -379454,7 +380274,7 @@ "memberof": "Phaser.Tilemaps.Tile", "longname": "Phaser.Tilemaps.Tile#getLeft", "scope": "instance", - "___id": "T000002R043029", + "___id": "T000002R043166", "___s": true }, { @@ -379463,7 +380283,7 @@ "filename": "Tile.js", "lineno": 431, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Gets the world X position of the right side of the tile, factoring in the layer's position,\rscale and scroll.", @@ -379503,7 +380323,7 @@ "memberof": "Phaser.Tilemaps.Tile", "longname": "Phaser.Tilemaps.Tile#getRight", "scope": "instance", - "___id": "T000002R043033", + "___id": "T000002R043170", "___s": true }, { @@ -379512,7 +380332,7 @@ "filename": "Tile.js", "lineno": 449, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Gets the world Y position of the top side of the tile, factoring in the layer's position,\rscale and scroll.", @@ -379552,7 +380372,7 @@ "memberof": "Phaser.Tilemaps.Tile", "longname": "Phaser.Tilemaps.Tile#getTop", "scope": "instance", - "___id": "T000002R043036", + "___id": "T000002R043173", "___s": true }, { @@ -379561,7 +380381,7 @@ "filename": "Tile.js", "lineno": 477, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Gets the world Y position of the bottom side of the tile, factoring in the layer's position,\rscale and scroll.", @@ -379601,7 +380421,7 @@ "memberof": "Phaser.Tilemaps.Tile", "longname": "Phaser.Tilemaps.Tile#getBottom", "scope": "instance", - "___id": "T000002R043040", + "___id": "T000002R043177", "___s": true }, { @@ -379610,7 +380430,7 @@ "filename": "Tile.js", "lineno": 497, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Gets the world rectangle bounding box for the tile, factoring in the layers position,\rscale and scroll.", @@ -379674,7 +380494,7 @@ "memberof": "Phaser.Tilemaps.Tile", "longname": "Phaser.Tilemaps.Tile#getBounds", "scope": "instance", - "___id": "T000002R043043", + "___id": "T000002R043180", "___s": true }, { @@ -379683,7 +380503,7 @@ "filename": "Tile.js", "lineno": 521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Gets the world X position of the center of the tile, factoring in the layer's position,\rscale and scroll.", @@ -379723,7 +380543,7 @@ "memberof": "Phaser.Tilemaps.Tile", "longname": "Phaser.Tilemaps.Tile#getCenterX", "scope": "instance", - "___id": "T000002R043050", + "___id": "T000002R043187", "___s": true }, { @@ -379732,7 +380552,7 @@ "filename": "Tile.js", "lineno": 537, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Gets the world Y position of the center of the tile, factoring in the layer's position,\rscale and scroll.", @@ -379772,7 +380592,7 @@ "memberof": "Phaser.Tilemaps.Tile", "longname": "Phaser.Tilemaps.Tile#getCenterY", "scope": "instance", - "___id": "T000002R043052", + "___id": "T000002R043189", "___s": true }, { @@ -379781,7 +380601,7 @@ "filename": "Tile.js", "lineno": 553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Check for intersection with this tile. This does not factor in camera scroll, layer scale or\rlayer position.", @@ -379859,7 +380679,7 @@ "memberof": "Phaser.Tilemaps.Tile", "longname": "Phaser.Tilemaps.Tile#intersects", "scope": "instance", - "___id": "T000002R043054", + "___id": "T000002R043191", "___s": true }, { @@ -379868,7 +380688,7 @@ "filename": "Tile.js", "lineno": 575, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Checks if the tile is interesting.", @@ -379920,7 +380740,7 @@ "memberof": "Phaser.Tilemaps.Tile", "longname": "Phaser.Tilemaps.Tile#isInteresting", "scope": "instance", - "___id": "T000002R043056", + "___id": "T000002R043193", "___s": true }, { @@ -379929,7 +380749,7 @@ "filename": "Tile.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Reset collision status flags.", @@ -379971,7 +380791,7 @@ "memberof": "Phaser.Tilemaps.Tile", "longname": "Phaser.Tilemaps.Tile#resetCollision", "scope": "instance", - "___id": "T000002R043058", + "___id": "T000002R043195", "___s": true }, { @@ -379980,7 +380800,7 @@ "filename": "Tile.js", "lineno": 641, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Reset faces.", @@ -380005,7 +380825,7 @@ "memberof": "Phaser.Tilemaps.Tile", "longname": "Phaser.Tilemaps.Tile#resetFaces", "scope": "instance", - "___id": "T000002R043070", + "___id": "T000002R043207", "___s": true }, { @@ -380014,7 +380834,7 @@ "filename": "Tile.js", "lineno": 659, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets the collision flags for each side of this tile and updates the interesting faces list.", @@ -380111,7 +380931,7 @@ "memberof": "Phaser.Tilemaps.Tile", "longname": "Phaser.Tilemaps.Tile#setCollision", "scope": "instance", - "___id": "T000002R043076", + "___id": "T000002R043213", "___s": true }, { @@ -380120,7 +380940,7 @@ "filename": "Tile.js", "lineno": 703, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Set a callback to be called when this tile is hit by an object. The callback must true for\rcollision processing to take place.", @@ -380173,7 +380993,7 @@ "memberof": "Phaser.Tilemaps.Tile", "longname": "Phaser.Tilemaps.Tile#setCollisionCallback", "scope": "instance", - "___id": "T000002R043091", + "___id": "T000002R043228", "___s": true }, { @@ -380182,7 +381002,7 @@ "filename": "Tile.js", "lineno": 731, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets the size of the tile and updates its pixelX and pixelY.", @@ -380261,7 +381081,7 @@ "memberof": "Phaser.Tilemaps.Tile", "longname": "Phaser.Tilemaps.Tile#setSize", "scope": "instance", - "___id": "T000002R043097", + "___id": "T000002R043234", "___s": true }, { @@ -380270,7 +381090,7 @@ "filename": "Tile.js", "lineno": 756, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Used internally. Updates the tiles world XY position based on the current tile size.", @@ -380295,7 +381115,7 @@ "memberof": "Phaser.Tilemaps.Tile", "longname": "Phaser.Tilemaps.Tile#updatePixelXY", "scope": "instance", - "___id": "T000002R043103", + "___id": "T000002R043240", "___s": true }, { @@ -380304,7 +381124,7 @@ "filename": "Tile.js", "lineno": 836, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Clean up memory.", @@ -380314,7 +381134,7 @@ "memberof": "Phaser.Tilemaps.Tile", "longname": "Phaser.Tilemaps.Tile#destroy", "scope": "instance", - "___id": "T000002R043127", + "___id": "T000002R043264", "___s": true }, { @@ -380323,7 +381143,7 @@ "filename": "Tile.js", "lineno": 849, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "True if this tile can collide on any of its faces or has a collision callback set.", @@ -380343,7 +381163,7 @@ "longname": "Phaser.Tilemaps.Tile#canCollide", "scope": "instance", "kind": "member", - "___id": "T000002R043132", + "___id": "T000002R043269", "___s": true }, { @@ -380352,7 +381172,7 @@ "filename": "Tile.js", "lineno": 866, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "True if this tile can collide on any of its faces.", @@ -380372,7 +381192,7 @@ "longname": "Phaser.Tilemaps.Tile#collides", "scope": "instance", "kind": "member", - "___id": "T000002R043135", + "___id": "T000002R043272", "___s": true }, { @@ -380381,7 +381201,7 @@ "filename": "Tile.js", "lineno": 883, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "True if this tile has any interesting faces.", @@ -380401,7 +381221,7 @@ "longname": "Phaser.Tilemaps.Tile#hasInterestingFace", "scope": "instance", "kind": "member", - "___id": "T000002R043138", + "___id": "T000002R043275", "___s": true }, { @@ -380410,7 +381230,7 @@ "filename": "Tile.js", "lineno": 900, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The tileset that contains this Tile. This is null if accessed from a LayerData instance\rbefore the tile is placed in a TilemapLayer, or if the tile has an index that doesn't correspond\rto any of the maps tilesets.", @@ -380432,7 +381252,7 @@ "longname": "Phaser.Tilemaps.Tile#tileset", "scope": "instance", "kind": "member", - "___id": "T000002R043141", + "___id": "T000002R043278", "___s": true }, { @@ -380441,7 +381261,7 @@ "filename": "Tile.js", "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The tilemap layer that contains this Tile. This will only return null if accessed from a\rLayerData instance before the tile is placed within a TilemapLayer.", @@ -380463,7 +381283,7 @@ "longname": "Phaser.Tilemaps.Tile#tilemapLayer", "scope": "instance", "kind": "member", - "___id": "T000002R043146", + "___id": "T000002R043283", "___s": true }, { @@ -380472,7 +381292,7 @@ "filename": "Tile.js", "lineno": 949, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The tilemap that contains this Tile. This will only return null if accessed from a LayerData\rinstance before the tile is placed within a TilemapLayer.", @@ -380494,7 +381314,7 @@ "longname": "Phaser.Tilemaps.Tile#tilemap", "scope": "instance", "kind": "member", - "___id": "T000002R043149", + "___id": "T000002R043286", "___s": true }, { @@ -380503,7 +381323,7 @@ "filename": "Tilemap.js", "lineno": 23, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "A predicate, to test each element of the array.", @@ -380580,7 +381400,7 @@ ], "longname": "TilemapFilterCallback", "scope": "global", - "___id": "T000002R043169", + "___id": "T000002R043306", "___s": true }, { @@ -380589,7 +381409,7 @@ "filename": "Tilemap.js", "lineno": 35, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "kind": "typedef", @@ -380665,7 +381485,7 @@ ], "longname": "TilemapFindCallback", "scope": "global", - "___id": "T000002R043170", + "___id": "T000002R043307", "___s": true }, { @@ -380674,7 +381494,7 @@ "filename": "Tilemap.js", "lineno": 45, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "classdesc": "A Tilemap is a container for Tilemap data. This isn't a display object, rather, it holds data\rabout the map and allows you to add tilesets and tilemap layers to it. A map can have one or\rmore tilemap layers, which are the display objects that actually render the tiles.\r\rThe Tilemap data can be parsed from a Tiled JSON file, a CSV file or a 2D array. Tiled is a free\rsoftware package specifically for creating tile maps, and is available from:\rhttp://www.mapeditor.org\r\rAs of Phaser 3.50.0 the Tilemap API now supports the following types of map:\r\r1) Orthogonal\r2) Isometric\r3) Hexagonal\r4) Staggered\r\rPrior to this release, only orthogonal maps were supported.\r\rAnother large change in 3.50 was the consolidation of Tilemap Layers. Previously, you created\reither a Static or Dynamic Tilemap Layer. However, as of 3.50 the features of both have been\rmerged and the API simplified, so now there is just the single `TilemapLayer` class.\r\rA Tilemap has handy methods for getting and manipulating the tiles within a layer, allowing\ryou to build or modify the tilemap data at runtime.\r\rNote that all Tilemaps use a base tile size to calculate dimensions from, but that a\rTilemapLayer may have its own unique tile size that overrides this.\r\rAs of Phaser 3.21.0, if your tilemap includes layer groups (a feature of Tiled 1.2.0+) these\rwill be traversed and the following properties will impact children:\r\r- Opacity (blended with parent) and visibility (parent overrides child)\r- Vertical and horizontal offset\r\rThe grouping hierarchy is not preserved and all layers will be flattened into a single array.\r\rGroup layers are parsed during Tilemap construction but are discarded after parsing so dynamic\rlayers will NOT continue to be affected by a parent.\r\rTo avoid duplicate layer names, a layer that is a child of a group layer will have its parent\rgroup name prepended with a '/'. For example, consider a group called 'ParentGroup' with a\rchild called 'Layer 1'. In the Tilemap object, 'Layer 1' will have the name\r'ParentGroup/Layer 1'.\r\rThe Phaser Tiled Parser does **not** support the 'Collection of Images' feature for a Tileset.\rYou must ensure all of your tiles are contained in a single tileset image file (per layer)\rand have this 'embedded' in the exported Tiled JSON map data.", @@ -380712,7 +381532,7 @@ ], "scope": "static", "longname": "Phaser.Tilemaps.Tilemap", - "___id": "T000002R043171", + "___id": "T000002R043308", "___s": true }, { @@ -380721,7 +381541,7 @@ "filename": "Tilemap.js", "lineno": 108, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "name": "scene", @@ -380739,7 +381559,7 @@ "longname": "Phaser.Tilemaps.Tilemap#scene", "scope": "instance", "kind": "member", - "___id": "T000002R043174", + "___id": "T000002R043311", "___s": true }, { @@ -380748,7 +381568,7 @@ "filename": "Tilemap.js", "lineno": 115, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The base width of a tile in pixels. Note that individual layers may have a different tile\rwidth.", @@ -380767,7 +381587,7 @@ "longname": "Phaser.Tilemaps.Tilemap#tileWidth", "scope": "instance", "kind": "member", - "___id": "T000002R043176", + "___id": "T000002R043313", "___s": true }, { @@ -380776,7 +381596,7 @@ "filename": "Tilemap.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The base height of a tile in pixels. Note that individual layers may have a different\rtile height.", @@ -380795,7 +381615,7 @@ "longname": "Phaser.Tilemaps.Tilemap#tileHeight", "scope": "instance", "kind": "member", - "___id": "T000002R043178", + "___id": "T000002R043315", "___s": true }, { @@ -380804,7 +381624,7 @@ "filename": "Tilemap.js", "lineno": 135, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The width of the map (in tiles).", @@ -380823,7 +381643,7 @@ "longname": "Phaser.Tilemaps.Tilemap#width", "scope": "instance", "kind": "member", - "___id": "T000002R043180", + "___id": "T000002R043317", "___s": true }, { @@ -380832,7 +381652,7 @@ "filename": "Tilemap.js", "lineno": 144, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The height of the map (in tiles).", @@ -380851,7 +381671,7 @@ "longname": "Phaser.Tilemaps.Tilemap#height", "scope": "instance", "kind": "member", - "___id": "T000002R043182", + "___id": "T000002R043319", "___s": true }, { @@ -380860,7 +381680,7 @@ "filename": "Tilemap.js", "lineno": 153, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The orientation of the map data (as specified in Tiled), usually 'orthogonal'.", @@ -380879,7 +381699,7 @@ "longname": "Phaser.Tilemaps.Tilemap#orientation", "scope": "instance", "kind": "member", - "___id": "T000002R043184", + "___id": "T000002R043321", "___s": true }, { @@ -380888,7 +381708,7 @@ "filename": "Tilemap.js", "lineno": 162, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The render (draw) order of the map data (as specified in Tiled), usually 'right-down'.\r\rThe draw orders are:\r\rright-down\rleft-down\rright-up\rleft-up\r\rThis can be changed via the `setRenderOrder` method.", @@ -380907,7 +381727,7 @@ "longname": "Phaser.Tilemaps.Tilemap#renderOrder", "scope": "instance", "kind": "member", - "___id": "T000002R043186", + "___id": "T000002R043323", "___s": true }, { @@ -380916,7 +381736,7 @@ "filename": "Tilemap.js", "lineno": 180, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The format of the map data.", @@ -380935,7 +381755,7 @@ "longname": "Phaser.Tilemaps.Tilemap#format", "scope": "instance", "kind": "member", - "___id": "T000002R043188", + "___id": "T000002R043325", "___s": true }, { @@ -380944,7 +381764,7 @@ "filename": "Tilemap.js", "lineno": 189, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The version of the map data (as specified in Tiled, usually 1).", @@ -380963,7 +381783,7 @@ "longname": "Phaser.Tilemaps.Tilemap#version", "scope": "instance", "kind": "member", - "___id": "T000002R043190", + "___id": "T000002R043327", "___s": true }, { @@ -380972,7 +381792,7 @@ "filename": "Tilemap.js", "lineno": 198, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Map specific properties as specified in Tiled.\r\rDepending on the version of Tiled and the JSON export used, this will be either\ran object or an array of objects. For Tiled 1.2.0+ maps, it will be an array.", @@ -381010,7 +381830,7 @@ "longname": "Phaser.Tilemaps.Tilemap#properties", "scope": "instance", "kind": "member", - "___id": "T000002R043192", + "___id": "T000002R043329", "___s": true }, { @@ -381019,7 +381839,7 @@ "filename": "Tilemap.js", "lineno": 210, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The width of the map in pixels based on width * tileWidth.", @@ -381038,7 +381858,7 @@ "longname": "Phaser.Tilemaps.Tilemap#widthInPixels", "scope": "instance", "kind": "member", - "___id": "T000002R043194", + "___id": "T000002R043331", "___s": true }, { @@ -381047,7 +381867,7 @@ "filename": "Tilemap.js", "lineno": 219, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The height of the map in pixels based on height * tileHeight.", @@ -381066,7 +381886,7 @@ "longname": "Phaser.Tilemaps.Tilemap#heightInPixels", "scope": "instance", "kind": "member", - "___id": "T000002R043196", + "___id": "T000002R043333", "___s": true }, { @@ -381075,7 +381895,7 @@ "filename": "Tilemap.js", "lineno": 228, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "A collection of Images, as parsed from Tiled map data.", @@ -381103,7 +381923,7 @@ "longname": "Phaser.Tilemaps.Tilemap#imageCollections", "scope": "instance", "kind": "member", - "___id": "T000002R043198", + "___id": "T000002R043335", "___s": true }, { @@ -381112,7 +381932,7 @@ "filename": "Tilemap.js", "lineno": 237, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "An array of Tiled Image Layers.", @@ -381131,7 +381951,7 @@ "longname": "Phaser.Tilemaps.Tilemap#images", "scope": "instance", "kind": "member", - "___id": "T000002R043200", + "___id": "T000002R043337", "___s": true }, { @@ -381140,7 +381960,7 @@ "filename": "Tilemap.js", "lineno": 246, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "An array of Tilemap layer data.", @@ -381168,7 +381988,7 @@ "longname": "Phaser.Tilemaps.Tilemap#layers", "scope": "instance", "kind": "member", - "___id": "T000002R043202", + "___id": "T000002R043339", "___s": true }, { @@ -381177,7 +381997,7 @@ "filename": "Tilemap.js", "lineno": 255, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Master list of tiles -> x, y, index in tileset.", @@ -381199,7 +382019,7 @@ "longname": "Phaser.Tilemaps.Tilemap#tiles", "scope": "instance", "kind": "member", - "___id": "T000002R043204", + "___id": "T000002R043341", "___s": true }, { @@ -381208,7 +382028,7 @@ "filename": "Tilemap.js", "lineno": 265, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "An array of Tilesets used in the map.", @@ -381236,7 +382056,7 @@ "longname": "Phaser.Tilemaps.Tilemap#tilesets", "scope": "instance", "kind": "member", - "___id": "T000002R043206", + "___id": "T000002R043343", "___s": true }, { @@ -381245,7 +382065,7 @@ "filename": "Tilemap.js", "lineno": 274, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "An array of ObjectLayer instances parsed from Tiled object layers.", @@ -381273,7 +382093,7 @@ "longname": "Phaser.Tilemaps.Tilemap#objects", "scope": "instance", "kind": "member", - "___id": "T000002R043208", + "___id": "T000002R043345", "___s": true }, { @@ -381282,7 +382102,7 @@ "filename": "Tilemap.js", "lineno": 283, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The index of the currently selected LayerData object.", @@ -381301,7 +382121,7 @@ "longname": "Phaser.Tilemaps.Tilemap#currentLayerIndex", "scope": "instance", "kind": "member", - "___id": "T000002R043210", + "___id": "T000002R043347", "___s": true }, { @@ -381310,7 +382130,7 @@ "filename": "Tilemap.js", "lineno": 292, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The length of the horizontal sides of the hexagon.\rOnly used for hexagonal orientation Tilemaps.", @@ -381329,7 +382149,7 @@ "longname": "Phaser.Tilemaps.Tilemap#hexSideLength", "scope": "instance", "kind": "member", - "___id": "T000002R043212", + "___id": "T000002R043349", "___s": true }, { @@ -381338,7 +382158,7 @@ "filename": "Tilemap.js", "lineno": 324, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets the rendering (draw) order of the tiles in this map.\r\rThe default is 'right-down', meaning it will order the tiles starting from the top-left,\rdrawing to the right and then moving down to the next row.\r\rThe draw orders are:\r\r0 = right-down\r1 = left-down\r2 = right-up\r3 = left-up\r\rSetting the render order does not change the tiles or how they are stored in the layer,\rit purely impacts the order in which they are rendered.\r\rYou can provide either an integer (0 to 3), or the string version of the order.\r\rCalling this method _after_ creating Tilemap Layers will **not** automatically\rupdate them to use the new render order. If you call this method after creating layers, use their\rown `setRenderOrder` methods to change them as needed.", @@ -381388,7 +382208,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#setRenderOrder", "scope": "instance", - "___id": "T000002R043224", + "___id": "T000002R043361", "___s": true }, { @@ -381397,7 +382217,7 @@ "filename": "Tilemap.js", "lineno": 370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Adds an image to the map to be used as a tileset. A single map may use multiple tilesets.\rNote that the tileset name can be found in the JSON file exported from Tiled, or in the Tiled\reditor.", @@ -381538,7 +382358,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#addTilesetImage", "scope": "instance", - "___id": "T000002R043229", + "___id": "T000002R043366", "___s": true }, { @@ -381547,7 +382367,7 @@ "filename": "Tilemap.js", "lineno": 451, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Copies the tiles in the source rectangular area to a new destination (all specified in tile\rcoordinates) within the layer. This copies all tile properties & recalculates collision\rinformation in the destination region.\r\rIf no layer specified, the map's current layer is used. This cannot be applied to StaticTilemapLayers.", @@ -381697,7 +382517,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#copy", "scope": "instance", - "___id": "T000002R043246", + "___id": "T000002R043383", "___s": true }, { @@ -381706,7 +382526,7 @@ "filename": "Tilemap.js", "lineno": 493, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Creates a new and empty Tilemap Layer. The currently selected layer in the map is set to this new layer.\r\rPrior to v3.50.0 this method was called `createBlankDynamicLayer`.", @@ -381884,7 +382704,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#createBlankLayer", "scope": "instance", - "___id": "T000002R043249", + "___id": "T000002R043386", "___s": true }, { @@ -381893,7 +382713,7 @@ "filename": "Tilemap.js", "lineno": 565, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Creates a new Tilemap Layer that renders the LayerData associated with the given\r`layerID`. The currently selected layer in the map is set to this new layer.\r\rThe `layerID` is important. If you've created your map in Tiled then you can get this by\rlooking in Tiled and looking at the layer name. Or you can open the JSON file it exports and\rlook at the layers[].name value. Either way it must match.\r\rPrior to v3.50.0 this method was called `createDynamicLayer`.", @@ -382025,7 +382845,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#createLayer", "scope": "instance", - "___id": "T000002R043271", + "___id": "T000002R043408", "___s": true }, { @@ -382034,7 +382854,7 @@ "filename": "Tilemap.js", "lineno": 633, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "This method will iterate through all of the objects defined in a Tiled Object Layer and then\rconvert the matching results into Phaser Game Objects (by default, Sprites)\r\rObjects are matched on one of 4 criteria: The Object ID, the Object GID, the Object Name, or the Object Type.\r\rWithin Tiled, Object IDs are unique per Object. Object GIDs, however, are shared by all objects\rusing the same image. Finally, Object Names and Types are strings and the same name can be used on multiple\rObjects in Tiled, they do not have to be unique; Names are specific to Objects while Types can be inherited\rfrom Object GIDs using the same image.\r\rYou set the configuration parameter accordingly, based on which type of criteria you wish\rto match against. For example, to convert all items on an Object Layer with a `gid` of 26:\r\r```javascript\rcreateFromObjects(layerName, {\r gid: 26\r});\r```\r\rOr, to convert objects with the name 'bonus':\r\r```javascript\rcreateFromObjects(layerName, {\r name: 'bonus'\r});\r```\r\rOr, to convert an object with a specific id:\r\r```javascript\rcreateFromObjects(layerName, {\r id: 9\r});\r```\r\rYou should only specify either `id`, `gid`, `name`, `type`, or none of them. Do not add more than\rone criteria to your config. If you do not specify any criteria, then _all_ objects in the\rObject Layer will be converted.\r\rBy default this method will convert Objects into {@link Phaser.GameObjects.Sprite} instances, but you can override\rthis by providing your own class type:\r\r```javascript\rcreateFromObjects(layerName, {\r gid: 26,\r classType: Coin\r});\r```\r\rThis will convert all Objects with a gid of 26 into your custom `Coin` class. You can pass\rany class type here, but it _must_ extend {@link Phaser.GameObjects.GameObject} as its base class.\rYour class will always be passed 1 parameter: `scene`, which is a reference to either the Scene\rspecified in the config object or, if not given, the Scene to which this Tilemap belongs. The\rclass must have {@link Phaser.GameObjects.Components.Transform#setPosition setPosition} and\r{@link Phaser.GameObjects.Components.Texture#setTexture setTexture} methods.\r\rThis method will set the following Tiled Object properties on the new Game Object:\r\r- `flippedHorizontal` as `flipX`\r- `flippedVertical` as `flipY`\r- `height` as `displayHeight`\r- `name`\r- `rotation`\r- `visible`\r- `width` as `displayWidth`\r- `x`, adjusted for origin\r- `y`, adjusted for origin\r\rAdditionally, this method will set Tiled Object custom properties\r\r- on the Game Object, if it has the same property name and a value that isn't `undefined`; or\r- on the Game Object's {@link Phaser.GameObjects.GameObject#data data store} otherwise.\r\rFor example, a Tiled Object with custom properties `{ alpha: 0.5, gold: 1 }` will be created as a Game\rObject with an `alpha` value of 0.5 and a `data.values.gold` value of 1.\r\rWhen `useTileset` is `true` (the default), Tile Objects will inherit the texture and any tile properties\rfrom the tileset, and the local tile ID will be used as the texture frame. For the frame selection to work\ryou need to load the tileset texture as a spritesheet so its frame names match the local tile IDs.\r\rFor instance, a tileset tile\r\r```\r{ id: 3, type: 'treadmill', speed: 4 }\r```\r\rwith gid 19 and an object\r\r```\r{ id: 7, gid: 19, speed: 5, rotation: 90 }\r```\r\rwill be interpreted as\r\r```\r{ id: 7, gid: 19, speed: 5, rotation: 90, type: 'treadmill', texture: '[the tileset texture]', frame: 3 }\r```\r\rYou can suppress this behavior by setting the boolean `ignoreTileset` for each `config` that should ignore\robject gid tilesets.\r\rYou can set a `container` property in the config. If given, the new Game Object will be added to\rthe Container or Layer instance instead of the Scene.\r\rYou can set named texture-`key` and texture-`frame` properties, which will be set on the new Game Object.\r\rFinally, you can provide an array of config objects, to convert multiple types of object in\ra single call:\r\r```javascript\rcreateFromObjects(layerName, [\r {\r gid: 26,\r classType: Coin\r },\r {\r id: 9,\r classType: BossMonster\r },\r {\r name: 'lava',\r classType: LavaTile\r },\r {\r type: 'endzone',\r classType: Phaser.GameObjects.Zone\r }\r]);\r```\r\rThe signature of this method changed significantly in v3.60.0. Prior to this, it did not take config objects.", @@ -382129,7 +382949,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#createFromObjects", "scope": "instance", - "___id": "T000002R043279", + "___id": "T000002R043416", "___s": true }, { @@ -382138,7 +382958,7 @@ "filename": "Tilemap.js", "lineno": 917, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Creates a Sprite for every tile matching the given tile indexes in the layer. You can\roptionally specify if each tile will be replaced with a new tile after the Sprite has been\rcreated. Set this value to -1 if you want to just remove the tile after conversion.\r\rThis is useful if you want to lay down special tiles in a level that are converted to\rSprites, but want to replace the tile itself with a floor tile or similar once converted.\r\rThe following features were added in Phaser v3.80:\r\rBy default, Phaser Sprites have their origin set to 0.5 x 0.5. If you don't specify a new\rorigin in the spriteConfig, then it will adjust the sprite positions by half the tile size,\rto position them accurately on the map.\r\rWhen the Sprite is created it will copy the following properties from the tile:\r\r'rotation', 'flipX', 'flipY', 'alpha', 'visible' and 'tint'.\r\rThe spriteConfig also has a special property called `useSpriteSheet`. If this is set to\r`true` and you have loaded the tileset as a sprite sheet (not an image), then it will\rset the Sprite key and frame to match the sprite texture and tile index.", @@ -382294,7 +383114,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#createFromTiles", "scope": "instance", - "___id": "T000002R043322", + "___id": "T000002R043459", "___s": true }, { @@ -382303,7 +383123,7 @@ "filename": "Tilemap.js", "lineno": 962, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets the tiles in the given rectangular area (in tile coordinates) of the layer with the\rspecified index. Tiles will be set to collide if the given index is a colliding index.\rCollision information in the region will be recalculated.\r\rIf no layer specified, the map's current layer is used.\rThis cannot be applied to StaticTilemapLayers.", @@ -382444,7 +383264,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#fill", "scope": "instance", - "___id": "T000002R043325", + "___id": "T000002R043462", "___s": true }, { @@ -382453,7 +383273,7 @@ "filename": "Tilemap.js", "lineno": 996, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "For each object in the given object layer, run the given filter callback function. Any\robjects that pass the filter test (i.e. where the callback returns true) will be returned in a\rnew array. Similar to Array.prototype.Filter in vanilla JS.", @@ -382540,7 +383360,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#filterObjects", "scope": "instance", - "___id": "T000002R043329", + "___id": "T000002R043466", "___s": true }, { @@ -382549,7 +383369,7 @@ "filename": "Tilemap.js", "lineno": 1028, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "For each tile in the given rectangular area (in tile coordinates) of the layer, run the given\rfilter callback function. Any tiles that pass the filter test (i.e. where the callback returns\rtrue) will returned as a new array. Similar to Array.prototype.Filter in vanilla JS.\rIf no layer specified, the map's current layer is used.", @@ -382712,7 +383532,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#filterTiles", "scope": "instance", - "___id": "T000002R043333", + "___id": "T000002R043470", "___s": true }, { @@ -382721,7 +383541,7 @@ "filename": "Tilemap.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Searches the entire map layer for the first tile matching the given index, then returns that Tile\robject. If no match is found, it returns null. The search starts from the top-left tile and\rcontinues horizontally until it hits the end of the row, then it drops down to the next column.\rIf the reverse boolean is true, it scans starting from the bottom-right corner traveling up to\rthe top-left.\rIf no layer specified, the map's current layer is used.", @@ -382821,7 +383641,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#findByIndex", "scope": "instance", - "___id": "T000002R043336", + "___id": "T000002R043473", "___s": true }, { @@ -382830,7 +383650,7 @@ "filename": "Tilemap.js", "lineno": 1086, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Find the first object in the given object layer that satisfies the provided testing function.\rI.e. finds the first object for which `callback` returns true. Similar to\rArray.prototype.find in vanilla JS.", @@ -382908,7 +383728,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#findObject", "scope": "instance", - "___id": "T000002R043339", + "___id": "T000002R043476", "___s": true }, { @@ -382917,7 +383737,7 @@ "filename": "Tilemap.js", "lineno": 1118, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Find the first tile in the given rectangular area (in tile coordinates) of the layer that\rsatisfies the provided testing function. I.e. finds the first tile for which `callback` returns\rtrue. Similar to Array.prototype.find in vanilla JS.\rIf no layer specified, the maps current layer is used.", @@ -383071,7 +383891,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#findTile", "scope": "instance", - "___id": "T000002R043343", + "___id": "T000002R043480", "___s": true }, { @@ -383080,7 +383900,7 @@ "filename": "Tilemap.js", "lineno": 1147, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "For each tile in the given rectangular area (in tile coordinates) of the layer, run the given\rcallback. Similar to Array.prototype.forEach in vanilla JS.\r\rIf no layer specified, the map's current layer is used.", @@ -383234,7 +384054,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#forEachTile", "scope": "instance", - "___id": "T000002R043346", + "___id": "T000002R043483", "___s": true }, { @@ -383243,7 +384063,7 @@ "filename": "Tilemap.js", "lineno": 1178, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Gets the image layer index based on its name.", @@ -383282,7 +384102,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#getImageIndex", "scope": "instance", - "___id": "T000002R043349", + "___id": "T000002R043486", "___s": true }, { @@ -383291,7 +384111,7 @@ "filename": "Tilemap.js", "lineno": 1193, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Return a list of all valid imagelayer names loaded in this Tilemap.", @@ -383324,7 +384144,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#getImageLayerNames", "scope": "instance", - "___id": "T000002R043351", + "___id": "T000002R043488", "___s": true }, { @@ -383333,7 +384153,7 @@ "filename": "Tilemap.js", "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Internally used. Returns the index of the object in one of the Tilemaps arrays whose name\rproperty matches the given `name`.", @@ -383385,7 +384205,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#getIndex", "scope": "instance", - "___id": "T000002R043353", + "___id": "T000002R043490", "___s": true }, { @@ -383394,7 +384214,7 @@ "filename": "Tilemap.js", "lineno": 1239, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Gets the LayerData from `this.layers` that is associated with the given `layer`, or null if the layer is invalid.", @@ -383451,7 +384271,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#getLayer", "scope": "instance", - "___id": "T000002R043356", + "___id": "T000002R043493", "___s": true }, { @@ -383460,7 +384280,7 @@ "filename": "Tilemap.js", "lineno": 1256, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Gets the ObjectLayer from `this.objects` that has the given `name`, or null if no ObjectLayer is found with that name.", @@ -383502,7 +384322,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#getObjectLayer", "scope": "instance", - "___id": "T000002R043359", + "___id": "T000002R043496", "___s": true }, { @@ -383511,7 +384331,7 @@ "filename": "Tilemap.js", "lineno": 1273, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Return a list of all valid objectgroup names loaded in this Tilemap.", @@ -383544,7 +384364,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#getObjectLayerNames", "scope": "instance", - "___id": "T000002R043362", + "___id": "T000002R043499", "___s": true }, { @@ -383553,7 +384373,7 @@ "filename": "Tilemap.js", "lineno": 1294, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Gets the LayerData index of the given `layer` within this.layers, or null if an invalid\r`layer` is given.", @@ -383608,7 +384428,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#getLayerIndex", "scope": "instance", - "___id": "T000002R043364", + "___id": "T000002R043501", "___s": true }, { @@ -383617,7 +384437,7 @@ "filename": "Tilemap.js", "lineno": 1329, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Gets the index of the LayerData within this.layers that has the given `name`, or null if an\rinvalid `name` is given.", @@ -383656,16 +384476,16 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#getLayerIndexByName", "scope": "instance", - "___id": "T000002R043366", + "___id": "T000002R043503", "___s": true }, { - "comment": "/**\r\n * Gets a tile at the given tile coordinates from the given layer.\r\n *\r\n * If no layer is specified, the maps current layer is used.\r\n *\r\n * @method Phaser.Tilemaps.Tilemap#getTileAt\r\n * @since 3.0.0\r\n *\r\n * @param {number} tileX - X position to get the tile from (given in tile units, not pixels).\r\n * @param {number} tileY - Y position to get the tile from (given in tile units, not pixels).\r\n * @param {boolean} [nonNull] - If true getTile won't return null for empty tiles, but a Tile object with an index of -1.\r\n * @param {(string|number|Phaser.Tilemaps.TilemapLayer)} [layer] - The tile layer to use. If not given the current layer is used.\r\n *\r\n * @return {?Phaser.Tilemaps.Tile} Returns a Tile, or null if the layer given was invalid.\r\n */", + "comment": "/**\r\n * Gets a tile at the given tile coordinates from the given layer.\r\n *\r\n * If no layer is specified, the maps current layer is used.\r\n *\r\n * @method Phaser.Tilemaps.Tilemap#getTileAt\r\n * @since 3.0.0\r\n *\r\n * @param {number} tileX - X position to get the tile from (given in tile units, not pixels).\r\n * @param {number} tileY - Y position to get the tile from (given in tile units, not pixels).\r\n * @param {boolean} [nonNull=false] - For empty tiles, return a Tile object with an index of -1 instead of null.\r\n * @param {(string|number|Phaser.Tilemaps.TilemapLayer)} [layer] - The tile layer to use. If not given the current layer is used.\r\n *\r\n * @return {?Phaser.Tilemaps.Tile} Returns a Tile, or null if the layer given was invalid.\r\n */", "meta": { "filename": "Tilemap.js", "lineno": 1345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Gets a tile at the given tile coordinates from the given layer.\r\rIf no layer is specified, the maps current layer is used.", @@ -383710,7 +384530,8 @@ } }, "optional": true, - "description": "If true getTile won't return null for empty tiles, but a Tile object with an index of -1.", + "defaultvalue": false, + "description": "For empty tiles, return a Tile object with an index of -1 instead of null.", "name": "nonNull" }, { @@ -383762,16 +384583,16 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#getTileAt", "scope": "instance", - "___id": "T000002R043368", + "___id": "T000002R043505", "___s": true }, { - "comment": "/**\r\n * Gets a tile at the given world coordinates from the given layer.\r\n *\r\n * If no layer is specified, the maps current layer is used.\r\n *\r\n * @method Phaser.Tilemaps.Tilemap#getTileAtWorldXY\r\n * @since 3.0.0\r\n *\r\n * @param {number} worldX - X position to get the tile from (given in pixels)\r\n * @param {number} worldY - Y position to get the tile from (given in pixels)\r\n * @param {boolean} [nonNull] - If true, function won't return null for empty tiles, but a Tile object with an index of -1.\r\n * @param {Phaser.Cameras.Scene2D.Camera} [camera] - The Camera to use when calculating the tile index from the world values.\r\n * @param {(string|number|Phaser.Tilemaps.TilemapLayer)} [layer] - The tile layer to use. If not given the current layer is used.\r\n *\r\n * @return {?Phaser.Tilemaps.Tile} Returns a Tile, or null if the layer given was invalid.\r\n */", + "comment": "/**\r\n * Gets a tile at the given world coordinates from the given layer.\r\n *\r\n * If no layer is specified, the maps current layer is used.\r\n *\r\n * @method Phaser.Tilemaps.Tilemap#getTileAtWorldXY\r\n * @since 3.0.0\r\n *\r\n * @param {number} worldX - X position to get the tile from (given in pixels)\r\n * @param {number} worldY - Y position to get the tile from (given in pixels)\r\n * @param {boolean} [nonNull=false] - For empty tiles, return a Tile object with an index of -1 instead of null.\r\n * @param {Phaser.Cameras.Scene2D.Camera} [camera] - The Camera to use when calculating the tile index from the world values.\r\n * @param {(string|number|Phaser.Tilemaps.TilemapLayer)} [layer] - The tile layer to use. If not given the current layer is used.\r\n *\r\n * @return {?Phaser.Tilemaps.Tile} Returns a Tile, or null if the layer given was invalid.\r\n */", "meta": { "filename": "Tilemap.js", "lineno": 1369, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Gets a tile at the given world coordinates from the given layer.\r\rIf no layer is specified, the maps current layer is used.", @@ -383816,7 +384637,8 @@ } }, "optional": true, - "description": "If true, function won't return null for empty tiles, but a Tile object with an index of -1.", + "defaultvalue": false, + "description": "For empty tiles, return a Tile object with an index of -1 instead of null.", "name": "nonNull" }, { @@ -383882,7 +384704,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#getTileAtWorldXY", "scope": "instance", - "___id": "T000002R043371", + "___id": "T000002R043508", "___s": true }, { @@ -383891,7 +384713,7 @@ "filename": "Tilemap.js", "lineno": 1394, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Return a list of all valid tilelayer names loaded in this Tilemap.", @@ -383924,7 +384746,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#getTileLayerNames", "scope": "instance", - "___id": "T000002R043374", + "___id": "T000002R043511", "___s": true }, { @@ -383933,7 +384755,7 @@ "filename": "Tilemap.js", "lineno": 1415, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Gets the tiles in the given rectangular area (in tile coordinates) of the layer.\r\rIf no layer is specified, the maps current layer is used.", @@ -384069,7 +384891,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#getTilesWithin", "scope": "instance", - "___id": "T000002R043376", + "___id": "T000002R043513", "___s": true }, { @@ -384078,7 +384900,7 @@ "filename": "Tilemap.js", "lineno": 1441, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Gets the tiles that overlap with the given shape in the given layer. The shape must be a Circle,\rLine, Rectangle or Triangle. The shape should be in world coordinates.\r\rIf no layer is specified, the maps current layer is used.", @@ -384205,7 +385027,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#getTilesWithinShape", "scope": "instance", - "___id": "T000002R043379", + "___id": "T000002R043516", "___s": true }, { @@ -384214,7 +385036,7 @@ "filename": "Tilemap.js", "lineno": 1466, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Gets the tiles in the given rectangular area (in world coordinates) of the layer.\r\rIf no layer is specified, the maps current layer is used.", @@ -384360,7 +385182,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#getTilesWithinWorldXY", "scope": "instance", - "___id": "T000002R043382", + "___id": "T000002R043519", "___s": true }, { @@ -384369,7 +385191,7 @@ "filename": "Tilemap.js", "lineno": 1493, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Gets the Tileset that has the given `name`, or null if an invalid `name` is given.", @@ -384410,7 +385232,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#getTileset", "scope": "instance", - "___id": "T000002R043385", + "___id": "T000002R043522", "___s": true }, { @@ -384419,7 +385241,7 @@ "filename": "Tilemap.js", "lineno": 1510, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Gets the index of the Tileset within this.tilesets that has the given `name`, or null if an\rinvalid `name` is given.", @@ -384458,7 +385280,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#getTilesetIndex", "scope": "instance", - "___id": "T000002R043388", + "___id": "T000002R043525", "___s": true }, { @@ -384467,7 +385289,7 @@ "filename": "Tilemap.js", "lineno": 1526, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Checks if there is a tile at the given location (in tile coordinates) in the given layer. Returns\rfalse if there is no tile or if the tile at that location has an index of -1.\r\rIf no layer is specified, the maps current layer is used.", @@ -384550,7 +385372,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#hasTileAt", "scope": "instance", - "___id": "T000002R043390", + "___id": "T000002R043527", "___s": true }, { @@ -384559,7 +385381,7 @@ "filename": "Tilemap.js", "lineno": 1550, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Checks if there is a tile at the given location (in world coordinates) in the given layer. Returns\rfalse if there is no tile or if the tile at that location has an index of -1.\r\rIf no layer is specified, the maps current layer is used.", @@ -384656,7 +385478,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#hasTileAtWorldXY", "scope": "instance", - "___id": "T000002R043393", + "___id": "T000002R043530", "___s": true }, { @@ -384665,7 +385487,7 @@ "filename": "Tilemap.js", "lineno": 1575, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The LayerData object that is currently selected in the map. You can set this property using\rany type supported by setLayer.", @@ -384684,7 +385506,7 @@ "longname": "Phaser.Tilemaps.Tilemap#layer", "scope": "instance", "kind": "member", - "___id": "T000002R043396", + "___id": "T000002R043533", "___s": true }, { @@ -384693,7 +385515,7 @@ "filename": "Tilemap.js", "lineno": 1595, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Puts a tile at the given tile coordinates in the specified layer. You can pass in either an index\ror a Tile object. If you pass in a Tile, all attributes will be copied over to the specified\rlocation. If you pass in an index, only the index at the specified location will be changed.\rCollision information will be recalculated at the specified location.\r\rIf no layer is specified, the maps current layer is used.", @@ -384813,7 +385635,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#putTileAt", "scope": "instance", - "___id": "T000002R043400", + "___id": "T000002R043537", "___s": true }, { @@ -384822,7 +385644,7 @@ "filename": "Tilemap.js", "lineno": 1625, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Puts a tile at the given world coordinates (pixels) in the specified layer. You can pass in either\ran index or a Tile object. If you pass in a Tile, all attributes will be copied over to the\rspecified location. If you pass in an index, only the index at the specified location will be\rchanged. Collision information will be recalculated at the specified location.\r\rIf no layer is specified, the maps current layer is used.", @@ -384956,7 +385778,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#putTileAtWorldXY", "scope": "instance", - "___id": "T000002R043404", + "___id": "T000002R043541", "___s": true }, { @@ -384965,7 +385787,7 @@ "filename": "Tilemap.js", "lineno": 1656, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Puts an array of tiles or a 2D array of tiles at the given tile coordinates in the specified\rlayer. The array can be composed of either tile indexes or Tile objects. If you pass in a Tile,\rall attributes will be copied over to the specified location. If you pass in an index, only the\rindex at the specified location will be changed. Collision information will be recalculated\rwithin the region tiles were changed.\r\rIf no layer is specified, the maps current layer is used.", @@ -385149,7 +385971,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#putTilesAt", "scope": "instance", - "___id": "T000002R043408", + "___id": "T000002R043545", "___s": true }, { @@ -385158,7 +385980,7 @@ "filename": "Tilemap.js", "lineno": 1689, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Randomizes the indexes of a rectangular region of tiles (in tile coordinates) within the\rspecified layer. Each tile will receive a new index. If an array of indexes is passed in, then\rthose will be used for randomly assigning new tile indexes. If an array is not provided, the\rindexes found within the region (excluding -1) will be used for randomly assigning new tile\rindexes. This method only modifies tile indexes and does not change collision information.\r\rIf no layer is specified, the maps current layer is used.", @@ -385294,7 +386116,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#randomize", "scope": "instance", - "___id": "T000002R043412", + "___id": "T000002R043549", "___s": true }, { @@ -385303,7 +386125,7 @@ "filename": "Tilemap.js", "lineno": 1721, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Calculates interesting faces at the given tile coordinates of the specified layer. Interesting\rfaces are used internally for optimizing collisions against tiles. This method is mostly used\rinternally to optimize recalculating faces when only one tile has been changed.\r\rIf no layer is specified, the maps current layer is used.", @@ -385386,7 +386208,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#calculateFacesAt", "scope": "instance", - "___id": "T000002R043415", + "___id": "T000002R043552", "___s": true }, { @@ -385395,7 +386217,7 @@ "filename": "Tilemap.js", "lineno": 1748, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Calculates interesting faces within the rectangular area specified (in tile coordinates) of the\rlayer. Interesting faces are used internally for optimizing collisions against tiles. This method\ris mostly used internally.\r\rIf no layer is specified, the maps current layer is used.", @@ -385508,7 +386330,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#calculateFacesWithin", "scope": "instance", - "___id": "T000002R043418", + "___id": "T000002R043555", "___s": true }, { @@ -385517,7 +386339,7 @@ "filename": "Tilemap.js", "lineno": 1777, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Removes the given TilemapLayer from this Tilemap without destroying it.\r\rIf no layer is specified, the maps current layer is used.", @@ -385574,7 +386396,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#removeLayer", "scope": "instance", - "___id": "T000002R043421", + "___id": "T000002R043558", "___s": true }, { @@ -385583,7 +386405,7 @@ "filename": "Tilemap.js", "lineno": 1818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Destroys the given TilemapLayer and removes it from this Tilemap.\r\rIf no layer is specified, the maps current layer is used.", @@ -385640,7 +386462,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#destroyLayer", "scope": "instance", - "___id": "T000002R043426", + "___id": "T000002R043563", "___s": true }, { @@ -385649,7 +386471,7 @@ "filename": "Tilemap.js", "lineno": 1855, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Removes all Tilemap Layers from this Tilemap and calls `destroy` on each of them.", @@ -385674,7 +386496,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#removeAllLayers", "scope": "instance", - "___id": "T000002R043431", + "___id": "T000002R043568", "___s": true }, { @@ -385683,7 +386505,7 @@ "filename": "Tilemap.js", "lineno": 1882, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Removes the given Tile, or an array of Tiles, from the layer to which they belong,\rand optionally recalculates the collision information.", @@ -385780,7 +386602,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#removeTile", "scope": "instance", - "___id": "T000002R043437", + "___id": "T000002R043574", "___s": true }, { @@ -385789,7 +386611,7 @@ "filename": "Tilemap.js", "lineno": 1922, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Removes the tile at the given tile coordinates in the specified layer and updates the layers collision information.\r\rIf no layer is specified, the maps current layer is used.", @@ -385900,7 +386722,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#removeTileAt", "scope": "instance", - "___id": "T000002R043445", + "___id": "T000002R043582", "___s": true }, { @@ -385909,7 +386731,7 @@ "filename": "Tilemap.js", "lineno": 1950, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Removes the tile at the given world coordinates in the specified layer and updates the layers collision information.\r\rIf no layer is specified, the maps current layer is used.", @@ -386034,7 +386856,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#removeTileAtWorldXY", "scope": "instance", - "___id": "T000002R043450", + "___id": "T000002R043587", "___s": true }, { @@ -386043,7 +386865,7 @@ "filename": "Tilemap.js", "lineno": 1979, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Draws a debug representation of the layer to the given Graphics object. This is helpful when you want to\rget a quick idea of which of your tiles are colliding and which have interesting faces. The tiles\rare drawn starting at (0, 0) in the Graphics, allowing you to place the debug representation\rwherever you want on the screen.\r\rIf no layer is specified, the maps current layer is used.\r\r**Note:** This method currently only works with orthogonal tilemap layers.", @@ -386127,7 +386949,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#renderDebug", "scope": "instance", - "___id": "T000002R043455", + "___id": "T000002R043592", "___s": true }, { @@ -386136,7 +386958,7 @@ "filename": "Tilemap.js", "lineno": 2012, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Draws a debug representation of all layers within this Tilemap to the given Graphics object.\r\rThis is helpful when you want to get a quick idea of which of your tiles are colliding and which\rhave interesting faces. The tiles are drawn starting at (0, 0) in the Graphics, allowing you to\rplace the debug representation wherever you want on the screen.", @@ -386190,7 +387012,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#renderDebugFull", "scope": "instance", - "___id": "T000002R043458", + "___id": "T000002R043595", "___s": true }, { @@ -386199,7 +387021,7 @@ "filename": "Tilemap.js", "lineno": 2039, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Scans the given rectangular area (given in tile coordinates) for tiles with an index matching\r`findIndex` and updates their index to match `newIndex`. This only modifies the index and does\rnot change collision information.\r\rIf no layer is specified, the maps current layer is used.", @@ -386338,7 +387160,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#replaceByIndex", "scope": "instance", - "___id": "T000002R043462", + "___id": "T000002R043599", "___s": true }, { @@ -386347,7 +387169,7 @@ "filename": "Tilemap.js", "lineno": 2070, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets collision on the given tile or tiles within a layer by index. You can pass in either a\rsingle numeric index or an array of indexes: [2, 3, 15, 20]. The `collides` parameter controls if\rcollision will be enabled (true) or disabled (false).\r\rIf no layer is specified, the maps current layer is used.", @@ -386470,7 +387292,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#setCollision", "scope": "instance", - "___id": "T000002R043465", + "___id": "T000002R043602", "___s": true }, { @@ -386479,7 +387301,7 @@ "filename": "Tilemap.js", "lineno": 2103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets collision on a range of tiles in a layer whose index is between the specified `start` and\r`stop` (inclusive). Calling this with a start value of 10 and a stop value of 14 would set\rcollision for tiles 10, 11, 12, 13 and 14. The `collides` parameter controls if collision will be\renabled (true) or disabled (false).\r\rIf no layer is specified, the maps current layer is used.", @@ -386590,7 +387412,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#setCollisionBetween", "scope": "instance", - "___id": "T000002R043471", + "___id": "T000002R043608", "___s": true }, { @@ -386599,7 +387421,7 @@ "filename": "Tilemap.js", "lineno": 2136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets collision on the tiles within a layer by checking tile properties. If a tile has a property\rthat matches the given properties object, its collision flag will be set. The `collides`\rparameter controls if collision will be enabled (true) or disabled (false). Passing in\r`{ collides: true }` would update the collision flag on any tiles with a \"collides\" property that\rhas a value of true. Any tile that doesn't have \"collides\" set to true will be ignored. You can\ralso use an array of values, e.g. `{ types: [\"stone\", \"lava\", \"sand\" ] }`. If a tile has a\r\"types\" property that matches any of those values, its collision flag will be updated.\r\rIf no layer is specified, the maps current layer is used.", @@ -386697,7 +387519,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#setCollisionByProperty", "scope": "instance", - "___id": "T000002R043476", + "___id": "T000002R043613", "___s": true }, { @@ -386706,7 +387528,7 @@ "filename": "Tilemap.js", "lineno": 2171, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets collision on all tiles in the given layer, except for tiles that have an index specified in\rthe given array. The `collides` parameter controls if collision will be enabled (true) or\rdisabled (false). Tile indexes not currently in the layer are not affected.\r\rIf no layer is specified, the maps current layer is used.", @@ -386813,7 +387635,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#setCollisionByExclusion", "scope": "instance", - "___id": "T000002R043481", + "___id": "T000002R043618", "___s": true }, { @@ -386822,7 +387644,7 @@ "filename": "Tilemap.js", "lineno": 2202, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets collision on the tiles within a layer by checking each tiles collision group data\r(typically defined in Tiled within the tileset collision editor). If any objects are found within\ra tiles collision group, the tiles colliding information will be set. The `collides` parameter\rcontrols if collision will be enabled (true) or disabled (false).\r\rIf no layer is specified, the maps current layer is used.", @@ -386907,7 +387729,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#setCollisionFromCollisionGroup", "scope": "instance", - "___id": "T000002R043486", + "___id": "T000002R043623", "___s": true }, { @@ -386916,7 +387738,7 @@ "filename": "Tilemap.js", "lineno": 2233, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets a global collision callback for the given tile index within the layer. This will affect all\rtiles on this layer that have the same index. If a callback is already set for the tile index it\rwill be replaced. Set the callback to null to remove it. If you want to set a callback for a tile\rat a specific location on the map then see `setTileLocationCallback`.\r\rIf no layer is specified, the maps current layer is used.", @@ -387031,7 +387853,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#setTileIndexCallback", "scope": "instance", - "___id": "T000002R043491", + "___id": "T000002R043628", "___s": true }, { @@ -387040,7 +387862,7 @@ "filename": "Tilemap.js", "lineno": 2262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets a collision callback for the given rectangular area (in tile coordinates) within the layer.\rIf a callback is already set for the tile index it will be replaced. Set the callback to null to\rremove it.\r\rIf no layer is specified, the maps current layer is used.", @@ -387176,7 +387998,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#setTileLocationCallback", "scope": "instance", - "___id": "T000002R043494", + "___id": "T000002R043631", "___s": true }, { @@ -387185,7 +388007,7 @@ "filename": "Tilemap.js", "lineno": 2293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets the current layer to the LayerData associated with `layer`.", @@ -387241,7 +388063,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#setLayer", "scope": "instance", - "___id": "T000002R043497", + "___id": "T000002R043634", "___s": true }, { @@ -387250,7 +388072,7 @@ "filename": "Tilemap.js", "lineno": 2315, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets the base tile size for the map. Note: this does not necessarily match the tileWidth and\rtileHeight for all layers. This also updates the base size on all tiles across all layers.", @@ -387303,7 +388125,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#setBaseTileSize", "scope": "instance", - "___id": "T000002R043501", + "___id": "T000002R043638", "___s": true }, { @@ -387312,7 +388134,7 @@ "filename": "Tilemap.js", "lineno": 2361, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets the tile size for a specific `layer`. Note: this does not necessarily match the maps\rtileWidth and tileHeight for all layers. This will set the tile size for the layer and any\rtiles the layer has.", @@ -387394,7 +388216,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#setLayerTileSize", "scope": "instance", - "___id": "T000002R043516", + "___id": "T000002R043653", "___s": true }, { @@ -387403,7 +388225,7 @@ "filename": "Tilemap.js", "lineno": 2404, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Shuffles the tiles in a rectangular region (specified in tile coordinates) within the given\rlayer. It will only randomize the tiles in that area, so if they're all the same nothing will\rappear to have changed! This method only modifies tile indexes and does not change collision\rinformation.\r\rIf no layer is specified, the maps current layer is used.", @@ -387516,7 +388338,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#shuffle", "scope": "instance", - "___id": "T000002R043527", + "___id": "T000002R043664", "___s": true }, { @@ -387525,7 +388347,7 @@ "filename": "Tilemap.js", "lineno": 2434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Scans the given rectangular area (given in tile coordinates) for tiles with an index matching\r`indexA` and swaps then with `indexB`. This only modifies the index and does not change collision\rinformation.\r\rIf no layer is specified, the maps current layer is used.", @@ -387664,7 +388486,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#swapByIndex", "scope": "instance", - "___id": "T000002R043530", + "___id": "T000002R043667", "___s": true }, { @@ -387673,7 +388495,7 @@ "filename": "Tilemap.js", "lineno": 2465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Converts from tile X coordinates (tile units) to world X coordinates (pixels), factoring in the\rlayers position, scale and scroll.\r\rIf no layer is specified, the maps current layer is used.", @@ -387757,7 +388579,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#tileToWorldX", "scope": "instance", - "___id": "T000002R043533", + "___id": "T000002R043670", "___s": true }, { @@ -387766,7 +388588,7 @@ "filename": "Tilemap.js", "lineno": 2489, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Converts from tile Y coordinates (tile units) to world Y coordinates (pixels), factoring in the\rlayers position, scale and scroll.\r\rIf no layer is specified, the maps current layer is used.", @@ -387850,7 +388672,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#tileToWorldY", "scope": "instance", - "___id": "T000002R043536", + "___id": "T000002R043673", "___s": true }, { @@ -387859,7 +388681,7 @@ "filename": "Tilemap.js", "lineno": 2513, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Converts from tile XY coordinates (tile units) to world XY coordinates (pixels), factoring in the\rlayers position, scale and scroll. This will return a new Vector2 object or update the given\r`point` object.\r\rIf no layer is specified, the maps current layer is used.", @@ -387970,7 +388792,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#tileToWorldXY", "scope": "instance", - "___id": "T000002R043539", + "___id": "T000002R043676", "___s": true }, { @@ -387979,7 +388801,7 @@ "filename": "Tilemap.js", "lineno": 2540, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Returns an array of Vector2s where each entry corresponds to the corner of the requested tile.\r\rThe `tileX` and `tileY` parameters are in tile coordinates, not world coordinates.\r\rThe corner coordinates are in world space, having factored in TilemapLayer scale, position\rand the camera, if given.\r\rThe size of the array will vary based on the orientation of the map. For example an\rorthographic map will return an array of 4 vectors, where-as a hexagonal map will,\rof course, return an array of 6 corner vectors.\r\rIf no layer is specified, the maps current layer is used.", @@ -388085,7 +388907,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#getTileCorners", "scope": "instance", - "___id": "T000002R043542", + "___id": "T000002R043679", "___s": true }, { @@ -388094,7 +388916,7 @@ "filename": "Tilemap.js", "lineno": 2573, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Randomizes the indexes of a rectangular region of tiles (in tile coordinates) within the\rspecified layer. Each tile will receive a new index. New indexes are drawn from the given\rweightedIndexes array. An example weighted array:\r\r[\r { index: 6, weight: 4 }, // Probability of index 6 is 4 / 8\r { index: 7, weight: 2 }, // Probability of index 7 would be 2 / 8\r { index: 8, weight: 1.5 }, // Probability of index 8 would be 1.5 / 8\r { index: 26, weight: 0.5 } // Probability of index 27 would be 0.5 / 8\r]\r\rThe probability of any index being picked is (the indexs weight) / (sum of all weights). This\rmethod only modifies tile indexes and does not change collision information.\r\rIf no layer is specified, the maps current layer is used.", @@ -388229,7 +389051,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#weightedRandomize", "scope": "instance", - "___id": "T000002R043545", + "___id": "T000002R043682", "___s": true }, { @@ -388238,7 +389060,7 @@ "filename": "Tilemap.js", "lineno": 2613, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Converts from world X coordinates (pixels) to tile X coordinates (tile units), factoring in the\rlayers position, scale and scroll.\r\rIf no layer is specified, the maps current layer is used.\r\rYou cannot call this method for Isometric or Hexagonal tilemaps as they require\rboth `worldX` and `worldY` values to determine the correct tile, instead you\rshould use the `worldToTileXY` method.", @@ -388336,7 +389158,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#worldToTileX", "scope": "instance", - "___id": "T000002R043548", + "___id": "T000002R043685", "___s": true }, { @@ -388345,7 +389167,7 @@ "filename": "Tilemap.js", "lineno": 2642, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Converts from world Y coordinates (pixels) to tile Y coordinates (tile units), factoring in the\rlayers position, scale and scroll.\r\rIf no layer is specified, the maps current layer is used.\r\rYou cannot call this method for Isometric or Hexagonal tilemaps as they require\rboth `worldX` and `worldY` values to determine the correct tile, instead you\rshould use the `worldToTileXY` method.", @@ -388443,7 +389265,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#worldToTileY", "scope": "instance", - "___id": "T000002R043551", + "___id": "T000002R043688", "___s": true }, { @@ -388452,7 +389274,7 @@ "filename": "Tilemap.js", "lineno": 2671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Converts from world XY coordinates (pixels) to tile XY coordinates (tile units), factoring in the\rlayers position, scale and scroll. This will return a new Vector2 object or update the given\r`point` object.\r\rIf no layer is specified, the maps current layer is used.", @@ -388577,7 +389399,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#worldToTileXY", "scope": "instance", - "___id": "T000002R043554", + "___id": "T000002R043691", "___s": true }, { @@ -388586,7 +389408,7 @@ "filename": "Tilemap.js", "lineno": 2699, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Removes all layer data from this Tilemap and nulls the scene reference. This will destroy any\rTilemapLayers that have been created.", @@ -388596,7 +389418,7 @@ "memberof": "Phaser.Tilemaps.Tilemap", "longname": "Phaser.Tilemaps.Tilemap#destroy", "scope": "instance", - "___id": "T000002R043557", + "___id": "T000002R043694", "___s": true }, { @@ -388605,7 +389427,7 @@ "filename": "TilemapCreator.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Creates a Tilemap from the given key or data, or creates a blank Tilemap if no key/data provided.\rWhen loading from CSV or a 2D array, you should specify the tileWidth & tileHeight. When parsing\rfrom a map from Tiled, the tileWidth, tileHeight, width & height will be pulled from the map\rdata. For an empty map, you should specify tileWidth, tileHeight, width & height.", @@ -388644,7 +389466,7 @@ "memberof": "Phaser.GameObjects.GameObjectCreator", "longname": "Phaser.GameObjects.GameObjectCreator#tilemap", "scope": "instance", - "___id": "T000002R043566", + "___id": "T000002R043703", "___s": true }, { @@ -388653,7 +389475,7 @@ "filename": "TilemapFactory.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Creates a Tilemap from the given key or data, or creates a blank Tilemap if no key/data provided.\rWhen loading from CSV or a 2D array, you should specify the tileWidth & tileHeight. When parsing\rfrom a map from Tiled, the tileWidth, tileHeight, width & height will be pulled from the map\rdata. For an empty map, you should specify tileWidth, tileHeight, width & height.", @@ -388799,19 +389621,19 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#tilemap", "scope": "instance", - "___id": "T000002R043570", + "___id": "T000002R043707", "___s": true }, { - "comment": "/**\r\n * @classdesc\r\n * A Tilemap Layer is a Game Object that renders LayerData from a Tilemap when used in combination\r\n * with one, or more, Tilesets.\r\n *\r\n * @class TilemapLayer\r\n * @extends Phaser.GameObjects.GameObject\r\n * @memberof Phaser.Tilemaps\r\n * @constructor\r\n * @since 3.50.0\r\n *\r\n * @extends Phaser.GameObjects.Components.Alpha\r\n * @extends Phaser.GameObjects.Components.BlendMode\r\n * @extends Phaser.GameObjects.Components.ComputedSize\r\n * @extends Phaser.GameObjects.Components.Depth\r\n * @extends Phaser.GameObjects.Components.Flip\r\n * @extends Phaser.GameObjects.Components.GetBounds\r\n * @extends Phaser.GameObjects.Components.Mask\r\n * @extends Phaser.GameObjects.Components.Origin\r\n * @extends Phaser.GameObjects.Components.Pipeline\r\n * @extends Phaser.GameObjects.Components.PostPipeline\r\n * @extends Phaser.GameObjects.Components.ScrollFactor\r\n * @extends Phaser.GameObjects.Components.Transform\r\n * @extends Phaser.GameObjects.Components.Visible\r\n * @extends Phaser.Physics.Arcade.Components.Collision\r\n *\r\n * @param {Phaser.Scene} scene - The Scene to which this Game Object belongs.\r\n * @param {Phaser.Tilemaps.Tilemap} tilemap - The Tilemap this layer is a part of.\r\n * @param {number} layerIndex - The index of the LayerData associated with this layer.\r\n * @param {(string|string[]|Phaser.Tilemaps.Tileset|Phaser.Tilemaps.Tileset[])} tileset - The tileset, or an array of tilesets, used to render this layer. Can be a string or a Tileset object.\r\n * @param {number} [x=0] - The world x position where the top left of this layer will be placed.\r\n * @param {number} [y=0] - The world y position where the top left of this layer will be placed.\r\n */", + "comment": "/**\r\n * @classdesc\r\n * A Tilemap Layer is a Game Object that renders LayerData from a Tilemap when used in combination\r\n * with one, or more, Tilesets.\r\n * \r\n * Do not add TilemapLayers to Containers, they are stand-alone display objects.\r\n *\r\n * @class TilemapLayer\r\n * @extends Phaser.GameObjects.GameObject\r\n * @memberof Phaser.Tilemaps\r\n * @constructor\r\n * @since 3.50.0\r\n *\r\n * @extends Phaser.GameObjects.Components.Alpha\r\n * @extends Phaser.GameObjects.Components.BlendMode\r\n * @extends Phaser.GameObjects.Components.ComputedSize\r\n * @extends Phaser.GameObjects.Components.Depth\r\n * @extends Phaser.GameObjects.Components.Flip\r\n * @extends Phaser.GameObjects.Components.GetBounds\r\n * @extends Phaser.GameObjects.Components.Mask\r\n * @extends Phaser.GameObjects.Components.Origin\r\n * @extends Phaser.GameObjects.Components.Pipeline\r\n * @extends Phaser.GameObjects.Components.PostPipeline\r\n * @extends Phaser.GameObjects.Components.ScrollFactor\r\n * @extends Phaser.GameObjects.Components.Transform\r\n * @extends Phaser.GameObjects.Components.Visible\r\n * @extends Phaser.Physics.Arcade.Components.Collision\r\n *\r\n * @param {Phaser.Scene} scene - The Scene to which this Game Object belongs.\r\n * @param {Phaser.Tilemaps.Tilemap} tilemap - The Tilemap this layer is a part of.\r\n * @param {number} layerIndex - The index of the LayerData associated with this layer.\r\n * @param {(string|string[]|Phaser.Tilemaps.Tileset|Phaser.Tilemaps.Tileset[])} tileset - The tileset, or an array of tilesets, used to render this layer. Can be a string or a Tileset object.\r\n * @param {number} [x=0] - The world x position where the top left of this layer will be placed.\r\n * @param {number} [y=0] - The world y position where the top left of this layer will be placed.\r\n */", "meta": { "filename": "TilemapLayer.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, - "classdesc": "A Tilemap Layer is a Game Object that renders LayerData from a Tilemap when used in combination\rwith one, or more, Tilesets.", + "classdesc": "A Tilemap Layer is a Game Object that renders LayerData from a Tilemap when used in combination\rwith one, or more, Tilesets.\r\rDo not add TilemapLayers to Containers, they are stand-alone display objects.", "kind": "class", "name": "TilemapLayer", "augments": [ @@ -388957,16 +389779,16 @@ ], "scope": "static", "longname": "Phaser.Tilemaps.TilemapLayer", - "___id": "T000002R043583", + "___id": "T000002R043720", "___s": true }, { "comment": "/**\r\n * Used internally by physics system to perform fast type checks.\r\n *\r\n * @name Phaser.Tilemaps.TilemapLayer#isTilemap\r\n * @type {boolean}\r\n * @readonly\r\n * @since 3.50.0\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 76, + "lineno": 78, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Used internally by physics system to perform fast type checks.", @@ -388986,16 +389808,16 @@ "longname": "Phaser.Tilemaps.TilemapLayer#isTilemap", "scope": "instance", "kind": "member", - "___id": "T000002R043588", + "___id": "T000002R043725", "___s": true }, { "comment": "/**\r\n * The Tilemap that this layer is a part of.\r\n *\r\n * @name Phaser.Tilemaps.TilemapLayer#tilemap\r\n * @type {Phaser.Tilemaps.Tilemap}\r\n * @since 3.50.0\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 86, + "lineno": 88, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The Tilemap that this layer is a part of.", @@ -389014,16 +389836,16 @@ "longname": "Phaser.Tilemaps.TilemapLayer#tilemap", "scope": "instance", "kind": "member", - "___id": "T000002R043590", + "___id": "T000002R043727", "___s": true }, { "comment": "/**\r\n * The index of the LayerData associated with this layer.\r\n *\r\n * @name Phaser.Tilemaps.TilemapLayer#layerIndex\r\n * @type {number}\r\n * @since 3.50.0\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 95, + "lineno": 97, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The index of the LayerData associated with this layer.", @@ -389042,16 +389864,16 @@ "longname": "Phaser.Tilemaps.TilemapLayer#layerIndex", "scope": "instance", "kind": "member", - "___id": "T000002R043592", + "___id": "T000002R043729", "___s": true }, { "comment": "/**\r\n * The LayerData associated with this layer. LayerData can only be associated with one\r\n * tilemap layer.\r\n *\r\n * @name Phaser.Tilemaps.TilemapLayer#layer\r\n * @type {Phaser.Tilemaps.LayerData}\r\n * @since 3.50.0\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 104, + "lineno": 106, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The LayerData associated with this layer. LayerData can only be associated with one\rtilemap layer.", @@ -389070,16 +389892,16 @@ "longname": "Phaser.Tilemaps.TilemapLayer#layer", "scope": "instance", "kind": "member", - "___id": "T000002R043594", + "___id": "T000002R043731", "___s": true }, { "comment": "/**\r\n * An array of `Tileset` objects associated with this layer.\r\n *\r\n * @name Phaser.Tilemaps.TilemapLayer#tileset\r\n * @type {Phaser.Tilemaps.Tileset[]}\r\n * @since 3.50.0\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 117, + "lineno": 119, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "An array of `Tileset` objects associated with this layer.", @@ -389107,16 +389929,16 @@ "longname": "Phaser.Tilemaps.TilemapLayer#tileset", "scope": "instance", "kind": "member", - "___id": "T000002R043597", + "___id": "T000002R043734", "___s": true }, { "comment": "/**\r\n * The total number of tiles drawn by the renderer in the last frame.\r\n *\r\n * @name Phaser.Tilemaps.TilemapLayer#tilesDrawn\r\n * @type {number}\r\n * @readonly\r\n * @since 3.50.0\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 126, + "lineno": 128, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The total number of tiles drawn by the renderer in the last frame.", @@ -389136,16 +389958,16 @@ "longname": "Phaser.Tilemaps.TilemapLayer#tilesDrawn", "scope": "instance", "kind": "member", - "___id": "T000002R043599", + "___id": "T000002R043736", "___s": true }, { "comment": "/**\r\n * The total number of tiles in this layer. Updated every frame.\r\n *\r\n * @name Phaser.Tilemaps.TilemapLayer#tilesTotal\r\n * @type {number}\r\n * @readonly\r\n * @since 3.50.0\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 136, + "lineno": 138, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The total number of tiles in this layer. Updated every frame.", @@ -389165,16 +389987,16 @@ "longname": "Phaser.Tilemaps.TilemapLayer#tilesTotal", "scope": "instance", "kind": "member", - "___id": "T000002R043601", + "___id": "T000002R043738", "___s": true }, { "comment": "/**\r\n * Used internally during rendering. This holds the tiles that are visible within the Camera.\r\n *\r\n * @name Phaser.Tilemaps.TilemapLayer#culledTiles\r\n * @type {Phaser.Tilemaps.Tile[]}\r\n * @since 3.50.0\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 146, + "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Used internally during rendering. This holds the tiles that are visible within the Camera.", @@ -389202,16 +390024,16 @@ "longname": "Phaser.Tilemaps.TilemapLayer#culledTiles", "scope": "instance", "kind": "member", - "___id": "T000002R043603", + "___id": "T000002R043740", "___s": true }, { "comment": "/**\r\n * You can control if the camera should cull tiles on this layer before rendering them or not.\r\n *\r\n * By default the camera will try to cull the tiles in this layer, to avoid over-drawing to the renderer.\r\n *\r\n * However, there are some instances when you may wish to disable this, and toggling this flag allows\r\n * you to do so. Also see `setSkipCull` for a chainable method that does the same thing.\r\n *\r\n * @name Phaser.Tilemaps.TilemapLayer#skipCull\r\n * @type {boolean}\r\n * @since 3.50.0\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 155, + "lineno": 157, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "You can control if the camera should cull tiles on this layer before rendering them or not.\r\rBy default the camera will try to cull the tiles in this layer, to avoid over-drawing to the renderer.\r\rHowever, there are some instances when you may wish to disable this, and toggling this flag allows\ryou to do so. Also see `setSkipCull` for a chainable method that does the same thing.", @@ -389230,16 +390052,16 @@ "longname": "Phaser.Tilemaps.TilemapLayer#skipCull", "scope": "instance", "kind": "member", - "___id": "T000002R043605", + "___id": "T000002R043742", "___s": true }, { "comment": "/**\r\n * The amount of extra tiles to add into the cull rectangle when calculating its horizontal size.\r\n *\r\n * See the method `setCullPadding` for more details.\r\n *\r\n * @name Phaser.Tilemaps.TilemapLayer#cullPaddingX\r\n * @type {number}\r\n * @default 1\r\n * @since 3.50.0\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 169, + "lineno": 171, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The amount of extra tiles to add into the cull rectangle when calculating its horizontal size.\r\rSee the method `setCullPadding` for more details.", @@ -389259,16 +390081,16 @@ "longname": "Phaser.Tilemaps.TilemapLayer#cullPaddingX", "scope": "instance", "kind": "member", - "___id": "T000002R043607", + "___id": "T000002R043744", "___s": true }, { "comment": "/**\r\n * The amount of extra tiles to add into the cull rectangle when calculating its vertical size.\r\n *\r\n * See the method `setCullPadding` for more details.\r\n *\r\n * @name Phaser.Tilemaps.TilemapLayer#cullPaddingY\r\n * @type {number}\r\n * @default 1\r\n * @since 3.50.0\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 181, + "lineno": 183, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The amount of extra tiles to add into the cull rectangle when calculating its vertical size.\r\rSee the method `setCullPadding` for more details.", @@ -389288,16 +390110,16 @@ "longname": "Phaser.Tilemaps.TilemapLayer#cullPaddingY", "scope": "instance", "kind": "member", - "___id": "T000002R043609", + "___id": "T000002R043746", "___s": true }, { "comment": "/**\r\n * The callback that is invoked when the tiles are culled.\r\n *\r\n * It will call a different function based on the map orientation:\r\n *\r\n * Orthogonal (the default) is `TilemapComponents.CullTiles`\r\n * Isometric is `TilemapComponents.IsometricCullTiles`\r\n * Hexagonal is `TilemapComponents.HexagonalCullTiles`\r\n * Staggered is `TilemapComponents.StaggeredCullTiles`\r\n *\r\n * However, you can override this to call any function you like.\r\n *\r\n * It will be sent 4 arguments:\r\n *\r\n * 1. The Phaser.Tilemaps.LayerData object for this Layer\r\n * 2. The Camera that is culling the layer. You can check its `dirty` property to see if it has changed since the last cull.\r\n * 3. A reference to the `culledTiles` array, which should be used to store the tiles you want rendered.\r\n * 4. The Render Order constant.\r\n *\r\n * See the `TilemapComponents.CullTiles` source code for details on implementing your own culling system.\r\n *\r\n * @name Phaser.Tilemaps.TilemapLayer#cullCallback\r\n * @type {function}\r\n * @since 3.50.0\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 193, + "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The callback that is invoked when the tiles are culled.\r\rIt will call a different function based on the map orientation:\r\rOrthogonal (the default) is `TilemapComponents.CullTiles`\rIsometric is `TilemapComponents.IsometricCullTiles`\rHexagonal is `TilemapComponents.HexagonalCullTiles`\rStaggered is `TilemapComponents.StaggeredCullTiles`\r\rHowever, you can override this to call any function you like.\r\rIt will be sent 4 arguments:\r\r1. The Phaser.Tilemaps.LayerData object for this Layer\r2. The Camera that is culling the layer. You can check its `dirty` property to see if it has changed since the last cull.\r3. A reference to the `culledTiles` array, which should be used to store the tiles you want rendered.\r4. The Render Order constant.\r\rSee the `TilemapComponents.CullTiles` source code for details on implementing your own culling system.", @@ -389316,16 +390138,16 @@ "longname": "Phaser.Tilemaps.TilemapLayer#cullCallback", "scope": "instance", "kind": "member", - "___id": "T000002R043611", + "___id": "T000002R043748", "___s": true }, { "comment": "/**\r\n * An array holding the mapping between the tile indexes and the tileset they belong to.\r\n *\r\n * @name Phaser.Tilemaps.TilemapLayer#gidMap\r\n * @type {Phaser.Tilemaps.Tileset[]}\r\n * @since 3.50.0\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 243, + "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "An array holding the mapping between the tile indexes and the tileset they belong to.", @@ -389353,16 +390175,16 @@ "longname": "Phaser.Tilemaps.TilemapLayer#gidMap", "scope": "instance", "kind": "member", - "___id": "T000002R043615", + "___id": "T000002R043752", "___s": true }, { "comment": "/**\r\n * The Tilemap Layer Collision Category.\r\n *\r\n * This is exclusively used by the Arcade Physics system.\r\n *\r\n * This can be set to any valid collision bitfield value.\r\n *\r\n * See the `setCollisionCategory` method for more details.\r\n *\r\n * @name Phaser.Tilemaps.TilemapLayer#collisionCategory\r\n * @type {number}\r\n * @since 3.70.0\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 262, + "lineno": 264, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The Tilemap Layer Collision Category.\r\rThis is exclusively used by the Arcade Physics system.\r\rThis can be set to any valid collision bitfield value.\r\rSee the `setCollisionCategory` method for more details.", @@ -389381,16 +390203,16 @@ "longname": "Phaser.Tilemaps.TilemapLayer#collisionCategory", "scope": "instance", "kind": "member", - "___id": "T000002R043619", + "___id": "T000002R043756", "___s": true }, { "comment": "/**\r\n * The Tilemap Layer Collision Mask.\r\n *\r\n * This is exclusively used by the Arcade Physics system.\r\n *\r\n * See the `setCollidesWith` method for more details.\r\n *\r\n * @name Phaser.Tilemaps.TilemapLayer#collisionMask\r\n * @type {number}\r\n * @since 3.70.0\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 277, + "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The Tilemap Layer Collision Mask.\r\rThis is exclusively used by the Arcade Physics system.\r\rSee the `setCollidesWith` method for more details.", @@ -389409,16 +390231,16 @@ "longname": "Phaser.Tilemaps.TilemapLayer#collisionMask", "scope": "instance", "kind": "member", - "___id": "T000002R043621", + "___id": "T000002R043758", "___s": true }, { "comment": "/**\r\n * The horizontal origin of this Tilemap Layer.\r\n *\r\n * @name Phaser.Tilemaps.TilemapLayer#originX\r\n * @type {number}\r\n * @default 0\r\n * @readOnly\r\n * @since 3.0.0\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 290, + "lineno": 292, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The horizontal origin of this Tilemap Layer.", @@ -389440,16 +390262,16 @@ "scope": "instance", "kind": "member", "overrides": "Phaser.GameObjects.Components.Origin#originX", - "___id": "T000002R043623", + "___id": "T000002R043760", "___s": true }, { "comment": "/**\r\n * The vertical origin of this Tilemap Layer.\r\n *\r\n * @name Phaser.Tilemaps.TilemapLayer#originY\r\n * @type {number}\r\n * @default 0\r\n * @readOnly\r\n * @since 3.0.0\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 300, + "lineno": 302, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The vertical origin of this Tilemap Layer.", @@ -389471,16 +390293,16 @@ "scope": "instance", "kind": "member", "overrides": "Phaser.GameObjects.Components.Origin#originY", - "___id": "T000002R043624", + "___id": "T000002R043761", "___s": true }, { "comment": "/**\r\n * The horizontal display origin of this Tilemap Layer.\r\n *\r\n * @name Phaser.Tilemaps.TilemapLayer#displayOriginX\r\n * @type {number}\r\n * @default 0\r\n * @readOnly\r\n * @since 3.0.0\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 310, + "lineno": 312, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The horizontal display origin of this Tilemap Layer.", @@ -389502,16 +390324,16 @@ "scope": "instance", "kind": "member", "overrides": "Phaser.GameObjects.Components.Origin#displayOriginX", - "___id": "T000002R043625", + "___id": "T000002R043762", "___s": true }, { "comment": "/**\r\n * The vertical display origin of this Tilemap Layer.\r\n *\r\n * @name Phaser.Tilemaps.TilemapLayer#displayOriginY\r\n * @type {number}\r\n * @default 0\r\n * @readOnly\r\n * @since 3.0.0\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 320, + "lineno": 322, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The vertical display origin of this Tilemap Layer.", @@ -389533,16 +390355,16 @@ "scope": "instance", "kind": "member", "overrides": "Phaser.GameObjects.Components.Origin#displayOriginY", - "___id": "T000002R043626", + "___id": "T000002R043763", "___s": true }, { "comment": "/**\r\n * Sets the rendering (draw) order of the tiles in this layer.\r\n *\r\n * The default is 'right-down', meaning it will order the tiles starting from the top-left,\r\n * drawing to the right and then moving down to the next row.\r\n *\r\n * The draw orders are:\r\n *\r\n * 0 = right-down\r\n * 1 = left-down\r\n * 2 = right-up\r\n * 3 = left-up\r\n *\r\n * Setting the render order does not change the tiles or how they are stored in the layer,\r\n * it purely impacts the order in which they are rendered.\r\n *\r\n * You can provide either an integer (0 to 3), or the string version of the order.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#setRenderOrder\r\n * @since 3.50.0\r\n *\r\n * @param {(number|string)} renderOrder - The render (draw) order value. Either an integer between 0 and 3, or a string: 'right-down', 'left-down', 'right-up' or 'left-up'.\r\n *\r\n * @return {this} This Tilemap Layer object.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 386, + "lineno": 388, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets the rendering (draw) order of the tiles in this layer.\r\rThe default is 'right-down', meaning it will order the tiles starting from the top-left,\rdrawing to the right and then moving down to the next row.\r\rThe draw orders are:\r\r0 = right-down\r1 = left-down\r2 = right-up\r3 = left-up\r\rSetting the render order does not change the tiles or how they are stored in the layer,\rit purely impacts the order in which they are rendered.\r\rYou can provide either an integer (0 to 3), or the string version of the order.", @@ -389592,16 +390414,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#setRenderOrder", "scope": "instance", - "___id": "T000002R043641", + "___id": "T000002R043778", "___s": true }, { "comment": "/**\r\n * Calculates interesting faces at the given tile coordinates of the specified layer. Interesting\r\n * faces are used internally for optimizing collisions against tiles. This method is mostly used\r\n * internally to optimize recalculating faces when only one tile has been changed.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#calculateFacesAt\r\n * @since 3.50.0\r\n *\r\n * @param {number} tileX - The x coordinate.\r\n * @param {number} tileY - The y coordinate.\r\n *\r\n * @return {this} This Tilemap Layer object.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 428, + "lineno": 430, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Calculates interesting faces at the given tile coordinates of the specified layer. Interesting\rfaces are used internally for optimizing collisions against tiles. This method is mostly used\rinternally to optimize recalculating faces when only one tile has been changed.", @@ -389654,16 +390476,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#calculateFacesAt", "scope": "instance", - "___id": "T000002R043646", + "___id": "T000002R043783", "___s": true }, { "comment": "/**\r\n * Calculates interesting faces within the rectangular area specified (in tile coordinates) of the\r\n * layer. Interesting faces are used internally for optimizing collisions against tiles. This method\r\n * is mostly used internally.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#calculateFacesWithin\r\n * @since 3.50.0\r\n *\r\n * @param {number} [tileX] - The left most tile index (in tile coordinates) to use as the origin of the area.\r\n * @param {number} [tileY] - The top most tile index (in tile coordinates) to use as the origin of the area.\r\n * @param {number} [width] - How many tiles wide from the `tileX` index the area will be.\r\n * @param {number} [height] - How many tiles tall from the `tileY` index the area will be.\r\n *\r\n * @return {this} This Tilemap Layer object.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 448, + "lineno": 450, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Calculates interesting faces within the rectangular area specified (in tile coordinates) of the\rlayer. Interesting faces are used internally for optimizing collisions against tiles. This method\ris mostly used internally.", @@ -389746,16 +390568,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#calculateFacesWithin", "scope": "instance", - "___id": "T000002R043648", + "___id": "T000002R043785", "___s": true }, { "comment": "/**\r\n * Creates a Sprite for every object matching the given tile indexes in the layer. You can\r\n * optionally specify if each tile will be replaced with a new tile after the Sprite has been\r\n * created. This is useful if you want to lay down special tiles in a level that are converted to\r\n * Sprites, but want to replace the tile itself with a floor tile or similar once converted.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#createFromTiles\r\n * @since 3.50.0\r\n *\r\n * @param {(number|array)} indexes - The tile index, or array of indexes, to create Sprites from.\r\n * @param {?(number|array)} replacements - The tile index, or array of indexes, to change a converted\r\n * tile to. Set to `null` to leave the tiles unchanged. If an array is given, it is assumed to be a\r\n * one-to-one mapping with the indexes array.\r\n * @param {Phaser.Types.GameObjects.Sprite.SpriteConfig} [spriteConfig] - The config object to pass into the Sprite creator (i.e.\r\n * scene.make.sprite).\r\n * @param {Phaser.Scene} [scene] - The Scene to create the Sprites within.\r\n * @param {Phaser.Cameras.Scene2D.Camera} [camera] - The Camera to use when determining the world XY\r\n *\r\n * @return {Phaser.GameObjects.Sprite[]} An array of the Sprites that were created.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 470, + "lineno": 472, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Creates a Sprite for every object matching the given tile indexes in the layer. You can\roptionally specify if each tile will be replaced with a new tile after the Sprite has been\rcreated. This is useful if you want to lay down special tiles in a level that are converted to\rSprites, but want to replace the tile itself with a floor tile or similar once converted.", @@ -389880,16 +390702,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#createFromTiles", "scope": "instance", - "___id": "T000002R043650", + "___id": "T000002R043787", "___s": true }, { "comment": "/**\r\n * Returns the tiles in the given layer that are within the cameras viewport.\r\n * This is used internally during rendering.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#cull\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Cameras.Scene2D.Camera} [camera] - The Camera to run the cull check against.\r\n *\r\n * @return {Phaser.Tilemaps.Tile[]} An array of Tile objects to render.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 495, + "lineno": 497, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Returns the tiles in the given layer that are within the cameras viewport.\rThis is used internally during rendering.", @@ -389938,16 +390760,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#cull", "scope": "instance", - "___id": "T000002R043652", + "___id": "T000002R043789", "___s": true }, { "comment": "/**\r\n * Copies the tiles in the source rectangular area to a new destination (all specified in tile\r\n * coordinates) within the layer. This copies all tile properties & recalculates collision\r\n * information in the destination region.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#copy\r\n * @since 3.50.0\r\n *\r\n * @param {number} srcTileX - The x coordinate of the area to copy from, in tiles, not pixels.\r\n * @param {number} srcTileY - The y coordinate of the area to copy from, in tiles, not pixels.\r\n * @param {number} width - The width of the area to copy, in tiles, not pixels.\r\n * @param {number} height - The height of the area to copy, in tiles, not pixels.\r\n * @param {number} destTileX - The x coordinate of the area to copy to, in tiles, not pixels.\r\n * @param {number} destTileY - The y coordinate of the area to copy to, in tiles, not pixels.\r\n * @param {boolean} [recalculateFaces=true] - `true` if the faces data should be recalculated.\r\n *\r\n * @return {this} This Tilemap Layer object.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 511, + "lineno": 513, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Copies the tiles in the source rectangular area to a new destination (all specified in tile\rcoordinates) within the layer. This copies all tile properties & recalculates collision\rinformation in the destination region.", @@ -390067,16 +390889,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#copy", "scope": "instance", - "___id": "T000002R043654", + "___id": "T000002R043791", "___s": true }, { "comment": "/**\r\n * Sets the tiles in the given rectangular area (in tile coordinates) of the layer with the\r\n * specified index. Tiles will be set to collide if the given index is a colliding index.\r\n * Collision information in the region will be recalculated.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#fill\r\n * @since 3.50.0\r\n *\r\n * @param {number} index - The tile index to fill the area with.\r\n * @param {number} [tileX] - The left most tile index (in tile coordinates) to use as the origin of the area.\r\n * @param {number} [tileY] - The top most tile index (in tile coordinates) to use as the origin of the area.\r\n * @param {number} [width] - How many tiles wide from the `tileX` index the area will be.\r\n * @param {number} [height] - How many tiles tall from the `tileY` index the area will be.\r\n * @param {boolean} [recalculateFaces=true] - `true` if the faces data should be recalculated.\r\n *\r\n * @return {this} This Tilemap Layer object.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 536, + "lineno": 538, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets the tiles in the given rectangular area (in tile coordinates) of the layer with the\rspecified index. Tiles will be set to collide if the given index is a colliding index.\rCollision information in the region will be recalculated.", @@ -390187,16 +391009,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#fill", "scope": "instance", - "___id": "T000002R043656", + "___id": "T000002R043793", "___s": true }, { "comment": "/**\r\n * For each tile in the given rectangular area (in tile coordinates) of the layer, run the given\r\n * filter callback function. Any tiles that pass the filter test (i.e. where the callback returns\r\n * true) will returned as a new array. Similar to Array.prototype.Filter in vanilla JS.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#filterTiles\r\n * @since 3.50.0\r\n *\r\n * @param {function} callback - The callback. Each tile in the given area will be passed to this\r\n * callback as the first and only parameter. The callback should return true for tiles that pass the\r\n * filter.\r\n * @param {object} [context] - The context under which the callback should be run.\r\n * @param {number} [tileX] - The left most tile index (in tile coordinates) to use as the origin of the area to filter.\r\n * @param {number} [tileY] - The top most tile index (in tile coordinates) to use as the origin of the area to filter.\r\n * @param {number} [width] - How many tiles wide from the `tileX` index the area will be.\r\n * @param {number} [height] - How many tiles tall from the `tileY` index the area will be.\r\n * @param {Phaser.Types.Tilemaps.FilteringOptions} [filteringOptions] - Optional filters to apply when getting the tiles.\r\n *\r\n * @return {Phaser.Tilemaps.Tile[]} An array of Tile objects.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 560, + "lineno": 562, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "For each tile in the given rectangular area (in tile coordinates) of the layer, run the given\rfilter callback function. Any tiles that pass the filter test (i.e. where the callback returns\rtrue) will returned as a new array. Similar to Array.prototype.Filter in vanilla JS.", @@ -390328,16 +391150,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#filterTiles", "scope": "instance", - "___id": "T000002R043658", + "___id": "T000002R043795", "___s": true }, { "comment": "/**\r\n * Searches the entire map layer for the first tile matching the given index, then returns that Tile\r\n * object. If no match is found, it returns null. The search starts from the top-left tile and\r\n * continues horizontally until it hits the end of the row, then it drops down to the next column.\r\n * If the reverse boolean is true, it scans starting from the bottom-right corner traveling up to\r\n * the top-left.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#findByIndex\r\n * @since 3.50.0\r\n *\r\n * @param {number} index - The tile index value to search for.\r\n * @param {number} [skip=0] - The number of times to skip a matching tile before returning.\r\n * @param {boolean} [reverse=false] - If true it will scan the layer in reverse, starting at the bottom-right. Otherwise it scans from the top-left.\r\n *\r\n * @return {Phaser.Tilemaps.Tile} The first matching Tile object.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 585, + "lineno": 587, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Searches the entire map layer for the first tile matching the given index, then returns that Tile\robject. If no match is found, it returns null. The search starts from the top-left tile and\rcontinues horizontally until it hits the end of the row, then it drops down to the next column.\rIf the reverse boolean is true, it scans starting from the bottom-right corner traveling up to\rthe top-left.", @@ -390406,16 +391228,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#findByIndex", "scope": "instance", - "___id": "T000002R043660", + "___id": "T000002R043797", "___s": true }, { "comment": "/**\r\n * Find the first tile in the given rectangular area (in tile coordinates) of the layer that\r\n * satisfies the provided testing function. I.e. finds the first tile for which `callback` returns\r\n * true. Similar to Array.prototype.find in vanilla JS.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#findTile\r\n * @since 3.50.0\r\n *\r\n * @param {FindTileCallback} callback - The callback. Each tile in the given area will be passed to this callback as the first and only parameter.\r\n * @param {object} [context] - The context under which the callback should be run.\r\n * @param {number} [tileX] - The left most tile index (in tile coordinates) to use as the origin of the area to search.\r\n * @param {number} [tileY] - The top most tile index (in tile coordinates) to use as the origin of the area to search.\r\n * @param {number} [width] - How many tiles wide from the `tileX` index the area will be.\r\n * @param {number} [height] - How many tiles tall from the `tileY` index the area will be.\r\n * @param {Phaser.Types.Tilemaps.FilteringOptions} [filteringOptions] - Optional filters to apply when getting the tiles.\r\n *\r\n * @return {?Phaser.Tilemaps.Tile} The first Tile found at the given location.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 606, + "lineno": 608, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Find the first tile in the given rectangular area (in tile coordinates) of the layer that\rsatisfies the provided testing function. I.e. finds the first tile for which `callback` returns\rtrue. Similar to Array.prototype.find in vanilla JS.", @@ -390540,16 +391362,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#findTile", "scope": "instance", - "___id": "T000002R043662", + "___id": "T000002R043799", "___s": true }, { "comment": "/**\r\n * For each tile in the given rectangular area (in tile coordinates) of the layer, run the given\r\n * callback. Similar to Array.prototype.forEach in vanilla JS.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#forEachTile\r\n * @since 3.50.0\r\n *\r\n * @param {EachTileCallback} callback - The callback. Each tile in the given area will be passed to this callback as the first and only parameter.\r\n * @param {object} [context] - The context, or scope, under which the callback should be run.\r\n * @param {number} [tileX] - The left most tile index (in tile coordinates) to use as the origin of the area to search.\r\n * @param {number} [tileY] - The top most tile index (in tile coordinates) to use as the origin of the area to search.\r\n * @param {number} [width] - How many tiles wide from the `tileX` index the area will be.\r\n * @param {number} [height] - How many tiles tall from the `tileY` index the area will be.\r\n * @param {Phaser.Types.Tilemaps.FilteringOptions} [filteringOptions] - Optional filters to apply when getting the tiles.\r\n *\r\n * @return {this} This Tilemap Layer object.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 629, + "lineno": 631, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "For each tile in the given rectangular area (in tile coordinates) of the layer, run the given\rcallback. Similar to Array.prototype.forEach in vanilla JS.", @@ -390673,16 +391495,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#forEachTile", "scope": "instance", - "___id": "T000002R043664", + "___id": "T000002R043801", "___s": true }, { "comment": "/**\r\n * Sets an additive tint on each Tile within the given area.\r\n *\r\n * The tint works by taking the pixel color values from the tileset texture, and then\r\n * multiplying it by the color value of the tint.\r\n *\r\n * If no area values are given then all tiles will be tinted to the given color.\r\n *\r\n * To remove a tint call this method with either no parameters, or by passing white `0xffffff` as the tint color.\r\n *\r\n * If a tile already has a tint set then calling this method will override that.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#setTint\r\n * @webglOnly\r\n * @since 3.60.0\r\n *\r\n * @param {number} [tint=0xffffff] - The tint color being applied to each tile within the region. Given as a hex value, i.e. `0xff0000` for red. Set to white (`0xffffff`) to reset the tint.\r\n * @param {number} [tileX] - The left most tile index (in tile coordinates) to use as the origin of the area to search.\r\n * @param {number} [tileY] - The top most tile index (in tile coordinates) to use as the origin of the area to search.\r\n * @param {number} [width] - How many tiles wide from the `tileX` index the area will be.\r\n * @param {number} [height] - How many tiles tall from the `tileY` index the area will be.\r\n * @param {Phaser.Types.Tilemaps.FilteringOptions} [filteringOptions] - Optional filters to apply when getting the tiles.\r\n *\r\n * @return {this} This Tilemap Layer object.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 653, + "lineno": 655, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets an additive tint on each Tile within the given area.\r\rThe tint works by taking the pixel color values from the tileset texture, and then\rmultiplying it by the color value of the tint.\r\rIf no area values are given then all tiles will be tinted to the given color.\r\rTo remove a tint call this method with either no parameters, or by passing white `0xffffff` as the tint color.\r\rIf a tile already has a tint set then calling this method will override that.", @@ -390801,16 +391623,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#setTint", "scope": "instance", - "___id": "T000002R043666", + "___id": "T000002R043803", "___s": true }, { "comment": "/**\r\n * Sets a fill-based tint on each Tile within the given area.\r\n *\r\n * Unlike an additive tint, a fill-tint literally replaces the pixel colors from the texture\r\n * with those in the tint.\r\n *\r\n * If no area values are given then all tiles will be tinted to the given color.\r\n *\r\n * To remove a tint call this method with either no parameters, or by passing white `0xffffff` as the tint color.\r\n *\r\n * If a tile already has a tint set then calling this method will override that.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#setTintFill\r\n * @webglOnly\r\n * @since 3.70.0\r\n *\r\n * @param {number} [tint=0xffffff] - The tint color being applied to each tile within the region. Given as a hex value, i.e. `0xff0000` for red. Set to white (`0xffffff`) to reset the tint.\r\n * @param {number} [tileX] - The left most tile index (in tile coordinates) to use as the origin of the area to search.\r\n * @param {number} [tileY] - The top most tile index (in tile coordinates) to use as the origin of the area to search.\r\n * @param {number} [width] - How many tiles wide from the `tileX` index the area will be.\r\n * @param {number} [height] - How many tiles tall from the `tileY` index the area will be.\r\n * @param {Phaser.Types.Tilemaps.FilteringOptions} [filteringOptions] - Optional filters to apply when getting the tiles.\r\n *\r\n * @return {this} This Tilemap Layer object.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 691, + "lineno": 693, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets a fill-based tint on each Tile within the given area.\r\rUnlike an additive tint, a fill-tint literally replaces the pixel colors from the texture\rwith those in the tint.\r\rIf no area values are given then all tiles will be tinted to the given color.\r\rTo remove a tint call this method with either no parameters, or by passing white `0xffffff` as the tint color.\r\rIf a tile already has a tint set then calling this method will override that.", @@ -390929,16 +391751,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#setTintFill", "scope": "instance", - "___id": "T000002R043672", + "___id": "T000002R043809", "___s": true }, { - "comment": "/**\r\n * Gets a tile at the given tile coordinates from the given layer.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#getTileAt\r\n * @since 3.50.0\r\n *\r\n * @param {number} tileX - X position to get the tile from (given in tile units, not pixels).\r\n * @param {number} tileY - Y position to get the tile from (given in tile units, not pixels).\r\n * @param {boolean} [nonNull=false] - If true getTile won't return null for empty tiles, but a Tile object with an index of -1.\r\n *\r\n * @return {Phaser.Tilemaps.Tile} The Tile at the given coordinates or null if no tile was found or the coordinates were invalid.\r\n */", + "comment": "/**\r\n * Gets a tile at the given tile coordinates from the given layer.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#getTileAt\r\n * @since 3.50.0\r\n *\r\n * @param {number} tileX - X position to get the tile from (given in tile units, not pixels).\r\n * @param {number} tileY - Y position to get the tile from (given in tile units, not pixels).\r\n * @param {boolean} [nonNull=false] - For empty tiles, return a Tile object with an index of -1 instead of null.\r\n *\r\n * @return {Phaser.Tilemaps.Tile} The Tile at the given coordinates or null if no tile was found or the coordinates were invalid.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 729, + "lineno": 731, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Gets a tile at the given tile coordinates from the given layer.", @@ -390984,7 +391806,7 @@ }, "optional": true, "defaultvalue": false, - "description": "If true getTile won't return null for empty tiles, but a Tile object with an index of -1.", + "description": "For empty tiles, return a Tile object with an index of -1 instead of null.", "name": "nonNull" } ], @@ -391005,16 +391827,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#getTileAt", "scope": "instance", - "___id": "T000002R043678", + "___id": "T000002R043815", "___s": true }, { - "comment": "/**\r\n * Gets a tile at the given world coordinates from the given layer.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#getTileAtWorldXY\r\n * @since 3.50.0\r\n *\r\n * @param {number} worldX - X position to get the tile from (given in pixels)\r\n * @param {number} worldY - Y position to get the tile from (given in pixels)\r\n * @param {boolean} [nonNull=false] - If true, function won't return null for empty tiles, but a Tile object with an index of -1.\r\n * @param {Phaser.Cameras.Scene2D.Camera} [camera] - The Camera to use when calculating the tile index from the world values.\r\n *\r\n * @return {Phaser.Tilemaps.Tile} The tile at the given coordinates or null if no tile was found or the coordinates were invalid.\r\n */", + "comment": "/**\r\n * Gets a tile at the given world coordinates from the given layer.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#getTileAtWorldXY\r\n * @since 3.50.0\r\n *\r\n * @param {number} worldX - X position to get the tile from (given in pixels)\r\n * @param {number} worldY - Y position to get the tile from (given in pixels)\r\n * @param {boolean} [nonNull=false] - For empty tiles, return a Tile object with an index of -1 instead of null.\r\n * @param {Phaser.Cameras.Scene2D.Camera} [camera] - The Camera to use when calculating the tile index from the world values.\r\n *\r\n * @return {Phaser.Tilemaps.Tile} The tile at the given coordinates or null if no tile was found or the coordinates were invalid.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 746, + "lineno": 748, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Gets a tile at the given world coordinates from the given layer.", @@ -391060,7 +391882,7 @@ }, "optional": true, "defaultvalue": false, - "description": "If true, function won't return null for empty tiles, but a Tile object with an index of -1.", + "description": "For empty tiles, return a Tile object with an index of -1 instead of null.", "name": "nonNull" }, { @@ -391095,16 +391917,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#getTileAtWorldXY", "scope": "instance", - "___id": "T000002R043680", + "___id": "T000002R043817", "___s": true }, { - "comment": "/**\r\n * Gets a tile at the given world coordinates from the given isometric layer.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#getIsoTileAtWorldXY\r\n * @since 3.60.0\r\n *\r\n * @param {number} worldX - X position to get the tile from (given in pixels)\r\n * @param {number} worldY - Y position to get the tile from (given in pixels)\r\n * @param {boolean} [originTop=true] - Which is the active face of the isometric tile? The top (default, true), or the base? (false)\r\n * @param {boolean} [nonNull=false] - If true, function won't return null for empty tiles, but a Tile object with an index of -1.\r\n * @param {Phaser.Cameras.Scene2D.Camera} [camera] - The Camera to use when calculating the tile index from the world values.\r\n *\r\n * @return {Phaser.Tilemaps.Tile} The tile at the given coordinates or null if no tile was found or the coordinates were invalid.\r\n */", + "comment": "/**\r\n * Gets a tile at the given world coordinates from the given isometric layer.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#getIsoTileAtWorldXY\r\n * @since 3.60.0\r\n *\r\n * @param {number} worldX - X position to get the tile from (given in pixels)\r\n * @param {number} worldY - Y position to get the tile from (given in pixels)\r\n * @param {boolean} [originTop=true] - Which is the active face of the isometric tile? The top (default, true), or the base? (false)\r\n * @param {boolean} [nonNull=false] - For empty tiles, return a Tile object with an index of -1 instead of null.\r\n * @param {Phaser.Cameras.Scene2D.Camera} [camera] - The Camera to use when calculating the tile index from the world values.\r\n *\r\n * @return {Phaser.Tilemaps.Tile} The tile at the given coordinates or null if no tile was found or the coordinates were invalid.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 764, + "lineno": 766, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Gets a tile at the given world coordinates from the given isometric layer.", @@ -391165,7 +391987,7 @@ }, "optional": true, "defaultvalue": false, - "description": "If true, function won't return null for empty tiles, but a Tile object with an index of -1.", + "description": "For empty tiles, return a Tile object with an index of -1 instead of null.", "name": "nonNull" }, { @@ -391200,16 +392022,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#getIsoTileAtWorldXY", "scope": "instance", - "___id": "T000002R043682", + "___id": "T000002R043819", "___s": true }, { "comment": "/**\r\n * Gets the tiles in the given rectangular area (in tile coordinates) of the layer.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#getTilesWithin\r\n * @since 3.50.0\r\n *\r\n * @param {number} [tileX] - The left most tile index (in tile coordinates) to use as the origin of the area.\r\n * @param {number} [tileY] - The top most tile index (in tile coordinates) to use as the origin of the area.\r\n * @param {number} [width] - How many tiles wide from the `tileX` index the area will be.\r\n * @param {number} [height] - How many tiles tall from the `tileY` index the area will be.\r\n * @param {Phaser.Types.Tilemaps.FilteringOptions} [filteringOptions] - Optional filters to apply when getting the tiles.\r\n *\r\n * @return {Phaser.Tilemaps.Tile[]} An array of Tile objects found within the area.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 789, + "lineno": 791, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Gets the tiles in the given rectangular area (in tile coordinates) of the layer.", @@ -391314,16 +392136,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#getTilesWithin", "scope": "instance", - "___id": "T000002R043686", + "___id": "T000002R043823", "___s": true }, { "comment": "/**\r\n * Gets the tiles that overlap with the given shape in the given layer. The shape must be a Circle,\r\n * Line, Rectangle or Triangle. The shape should be in world coordinates.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#getTilesWithinShape\r\n * @since 3.50.0\r\n *\r\n * @param {(Phaser.Geom.Circle|Phaser.Geom.Line|Phaser.Geom.Rectangle|Phaser.Geom.Triangle)} shape - A shape in world (pixel) coordinates\r\n * @param {Phaser.Types.Tilemaps.FilteringOptions} [filteringOptions] - Optional filters to apply when getting the tiles.\r\n * @param {Phaser.Cameras.Scene2D.Camera} [camera] - The Camera to use when factoring in which tiles to return.\r\n *\r\n * @return {Phaser.Tilemaps.Tile[]} An array of Tile objects found within the shape.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 808, + "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Gets the tiles that overlap with the given shape in the given layer. The shape must be a Circle,\rLine, Rectangle or Triangle. The shape should be in world coordinates.", @@ -391419,16 +392241,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#getTilesWithinShape", "scope": "instance", - "___id": "T000002R043688", + "___id": "T000002R043825", "___s": true }, { "comment": "/**\r\n * Gets the tiles in the given rectangular area (in world coordinates) of the layer.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#getTilesWithinWorldXY\r\n * @since 3.50.0\r\n *\r\n * @param {number} worldX - The world x coordinate for the top-left of the area.\r\n * @param {number} worldY - The world y coordinate for the top-left of the area.\r\n * @param {number} width - The width of the area.\r\n * @param {number} height - The height of the area.\r\n * @param {Phaser.Types.Tilemaps.FilteringOptions} [filteringOptions] - Optional filters to apply when getting the tiles.\r\n * @param {Phaser.Cameras.Scene2D.Camera} [camera] - The Camera to use when factoring in which tiles to return.\r\n *\r\n * @return {Phaser.Tilemaps.Tile[]} An array of Tile objects found within the area.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 826, + "lineno": 828, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Gets the tiles in the given rectangular area (in world coordinates) of the layer.", @@ -391543,16 +392365,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#getTilesWithinWorldXY", "scope": "instance", - "___id": "T000002R043690", + "___id": "T000002R043827", "___s": true }, { "comment": "/**\r\n * Checks if there is a tile at the given location (in tile coordinates) in the given layer. Returns\r\n * false if there is no tile or if the tile at that location has an index of -1.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#hasTileAt\r\n * @since 3.50.0\r\n *\r\n * @param {number} tileX - The x coordinate, in tiles, not pixels.\r\n * @param {number} tileY - The y coordinate, in tiles, not pixels.\r\n *\r\n * @return {boolean} `true` if a tile was found at the given location, otherwise `false`.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 846, + "lineno": 848, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Checks if there is a tile at the given location (in tile coordinates) in the given layer. Returns\rfalse if there is no tile or if the tile at that location has an index of -1.", @@ -391604,16 +392426,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#hasTileAt", "scope": "instance", - "___id": "T000002R043692", + "___id": "T000002R043829", "___s": true }, { "comment": "/**\r\n * Checks if there is a tile at the given location (in world coordinates) in the given layer. Returns\r\n * false if there is no tile or if the tile at that location has an index of -1.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#hasTileAtWorldXY\r\n * @since 3.50.0\r\n *\r\n * @param {number} worldX - The x coordinate, in pixels.\r\n * @param {number} worldY - The y coordinate, in pixels.\r\n * @param {Phaser.Cameras.Scene2D.Camera} [camera] - The Camera to use when factoring in which tiles to return.\r\n *\r\n * @return {boolean} `true` if a tile was found at the given location, otherwise `false`.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 863, + "lineno": 865, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Checks if there is a tile at the given location (in world coordinates) in the given layer. Returns\rfalse if there is no tile or if the tile at that location has an index of -1.", @@ -391679,16 +392501,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#hasTileAtWorldXY", "scope": "instance", - "___id": "T000002R043694", + "___id": "T000002R043831", "___s": true }, { "comment": "/**\r\n * Puts a tile at the given tile coordinates in the specified layer. You can pass in either an index\r\n * or a Tile object. If you pass in a Tile, all attributes will be copied over to the specified\r\n * location. If you pass in an index, only the index at the specified location will be changed.\r\n * Collision information will be recalculated at the specified location.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#putTileAt\r\n * @since 3.50.0\r\n *\r\n * @param {(number|Phaser.Tilemaps.Tile)} tile - The index of this tile to set or a Tile object.\r\n * @param {number} tileX - The x coordinate, in tiles, not pixels.\r\n * @param {number} tileY - The y coordinate, in tiles, not pixels.\r\n * @param {boolean} [recalculateFaces=true] - `true` if the faces data should be recalculated.\r\n *\r\n * @return {Phaser.Tilemaps.Tile} The Tile object that was inserted at the given coordinates.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 881, + "lineno": 883, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Puts a tile at the given tile coordinates in the specified layer. You can pass in either an index\ror a Tile object. If you pass in a Tile, all attributes will be copied over to the specified\rlocation. If you pass in an index, only the index at the specified location will be changed.\rCollision information will be recalculated at the specified location.", @@ -391778,16 +392600,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#putTileAt", "scope": "instance", - "___id": "T000002R043696", + "___id": "T000002R043833", "___s": true }, { "comment": "/**\r\n * Puts a tile at the given world coordinates (pixels) in the specified layer. You can pass in either\r\n * an index or a Tile object. If you pass in a Tile, all attributes will be copied over to the\r\n * specified location. If you pass in an index, only the index at the specified location will be\r\n * changed. Collision information will be recalculated at the specified location.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#putTileAtWorldXY\r\n * @since 3.50.0\r\n *\r\n * @param {(number|Phaser.Tilemaps.Tile)} tile - The index of this tile to set or a Tile object.\r\n * @param {number} worldX - The x coordinate, in pixels.\r\n * @param {number} worldY - The y coordinate, in pixels.\r\n * @param {boolean} [recalculateFaces] - `true` if the faces data should be recalculated.\r\n * @param {Phaser.Cameras.Scene2D.Camera} [camera] - The Camera to use when calculating the tile index from the world values.\r\n *\r\n * @return {Phaser.Tilemaps.Tile} The Tile object that was inserted at the given coordinates.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 902, + "lineno": 904, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Puts a tile at the given world coordinates (pixels) in the specified layer. You can pass in either\ran index or a Tile object. If you pass in a Tile, all attributes will be copied over to the\rspecified location. If you pass in an index, only the index at the specified location will be\rchanged. Collision information will be recalculated at the specified location.", @@ -391890,16 +392712,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#putTileAtWorldXY", "scope": "instance", - "___id": "T000002R043698", + "___id": "T000002R043835", "___s": true }, { "comment": "/**\r\n * Puts an array of tiles or a 2D array of tiles at the given tile coordinates in the specified\r\n * layer. The array can be composed of either tile indexes or Tile objects. If you pass in a Tile,\r\n * all attributes will be copied over to the specified location. If you pass in an index, only the\r\n * index at the specified location will be changed. Collision information will be recalculated\r\n * within the region tiles were changed.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#putTilesAt\r\n * @since 3.50.0\r\n *\r\n * @param {(number[]|number[][]|Phaser.Tilemaps.Tile[]|Phaser.Tilemaps.Tile[][])} tile - A row (array) or grid (2D array) of Tiles or tile indexes to place.\r\n * @param {number} tileX - The x coordinate, in tiles, not pixels.\r\n * @param {number} tileY - The y coordinate, in tiles, not pixels.\r\n * @param {boolean} [recalculateFaces=true] - `true` if the faces data should be recalculated.\r\n *\r\n * @return {this} This Tilemap Layer object.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 924, + "lineno": 926, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Puts an array of tiles or a 2D array of tiles at the given tile coordinates in the specified\rlayer. The array can be composed of either tile indexes or Tile objects. If you pass in a Tile,\rall attributes will be copied over to the specified location. If you pass in an index, only the\rindex at the specified location will be changed. Collision information will be recalculated\rwithin the region tiles were changed.", @@ -392054,16 +392876,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#putTilesAt", "scope": "instance", - "___id": "T000002R043700", + "___id": "T000002R043837", "___s": true }, { "comment": "/**\r\n * Randomizes the indexes of a rectangular region of tiles (in tile coordinates) within the\r\n * specified layer. Each tile will receive a new index. If an array of indexes is passed in, then\r\n * those will be used for randomly assigning new tile indexes. If an array is not provided, the\r\n * indexes found within the region (excluding -1) will be used for randomly assigning new tile\r\n * indexes. This method only modifies tile indexes and does not change collision information.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#randomize\r\n * @since 3.50.0\r\n *\r\n * @param {number} [tileX] - The left most tile index (in tile coordinates) to use as the origin of the area.\r\n * @param {number} [tileY] - The top most tile index (in tile coordinates) to use as the origin of the area.\r\n * @param {number} [width] - How many tiles wide from the `tileX` index the area will be.\r\n * @param {number} [height] - How many tiles tall from the `tileY` index the area will be.\r\n * @param {number[]} [indexes] - An array of indexes to randomly draw from during randomization.\r\n *\r\n * @return {this} This Tilemap Layer object.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 948, + "lineno": 950, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Randomizes the indexes of a rectangular region of tiles (in tile coordinates) within the\rspecified layer. Each tile will receive a new index. If an array of indexes is passed in, then\rthose will be used for randomly assigning new tile indexes. If an array is not provided, the\rindexes found within the region (excluding -1) will be used for randomly assigning new tile\rindexes. This method only modifies tile indexes and does not change collision information.", @@ -392169,16 +392991,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#randomize", "scope": "instance", - "___id": "T000002R043702", + "___id": "T000002R043839", "___s": true }, { "comment": "/**\r\n * Removes the tile at the given tile coordinates in the specified layer and updates the layers\r\n * collision information.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#removeTileAt\r\n * @since 3.50.0\r\n *\r\n * @param {number} tileX - The x coordinate, in tiles, not pixels.\r\n * @param {number} tileY - The y coordinate, in tiles, not pixels.\r\n * @param {boolean} [replaceWithNull=true] - If true, this will replace the tile at the specified location with null instead of a Tile with an index of -1.\r\n * @param {boolean} [recalculateFaces=true] - `true` if the faces data should be recalculated.\r\n *\r\n * @return {Phaser.Tilemaps.Tile} A Tile object.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 973, + "lineno": 975, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Removes the tile at the given tile coordinates in the specified layer and updates the layers\rcollision information.", @@ -392260,16 +393082,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#removeTileAt", "scope": "instance", - "___id": "T000002R043704", + "___id": "T000002R043841", "___s": true }, { "comment": "/**\r\n * Removes the tile at the given world coordinates in the specified layer and updates the layers\r\n * collision information.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#removeTileAtWorldXY\r\n * @since 3.50.0\r\n *\r\n * @param {number} worldX - The x coordinate, in pixels.\r\n * @param {number} worldY - The y coordinate, in pixels.\r\n * @param {boolean} [replaceWithNull=true] - If true, this will replace the tile at the specified location with null instead of a Tile with an index of -1.\r\n * @param {boolean} [recalculateFaces=true] - `true` if the faces data should be recalculated.\r\n * @param {Phaser.Cameras.Scene2D.Camera} [camera] - The Camera to use when calculating the tile index from the world values.\r\n *\r\n * @return {Phaser.Tilemaps.Tile} The Tile object that was removed from the given location.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 992, + "lineno": 994, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Removes the tile at the given world coordinates in the specified layer and updates the layers\rcollision information.", @@ -392365,16 +393187,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#removeTileAtWorldXY", "scope": "instance", - "___id": "T000002R043706", + "___id": "T000002R043843", "___s": true }, { "comment": "/**\r\n * Draws a debug representation of the layer to the given Graphics. This is helpful when you want to\r\n * get a quick idea of which of your tiles are colliding and which have interesting faces. The tiles\r\n * are drawn starting at (0, 0) in the Graphics, allowing you to place the debug representation\r\n * wherever you want on the screen.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#renderDebug\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.GameObjects.Graphics} graphics - The target Graphics object to draw upon.\r\n * @param {Phaser.Types.Tilemaps.StyleConfig} [styleConfig] - An object specifying the colors to use for the debug drawing.\r\n *\r\n * @return {this} This Tilemap Layer object.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 1012, + "lineno": 1014, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Draws a debug representation of the layer to the given Graphics. This is helpful when you want to\rget a quick idea of which of your tiles are colliding and which have interesting faces. The tiles\rare drawn starting at (0, 0) in the Graphics, allowing you to place the debug representation\rwherever you want on the screen.", @@ -392428,16 +393250,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#renderDebug", "scope": "instance", - "___id": "T000002R043708", + "___id": "T000002R043845", "___s": true }, { "comment": "/**\r\n * Scans the given rectangular area (given in tile coordinates) for tiles with an index matching\r\n * `findIndex` and updates their index to match `newIndex`. This only modifies the index and does\r\n * not change collision information.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#replaceByIndex\r\n * @since 3.50.0\r\n *\r\n * @param {number} findIndex - The index of the tile to search for.\r\n * @param {number} newIndex - The index of the tile to replace it with.\r\n * @param {number} [tileX] - The left most tile index (in tile coordinates) to use as the origin of the area.\r\n * @param {number} [tileY] - The top most tile index (in tile coordinates) to use as the origin of the area.\r\n * @param {number} [width] - How many tiles wide from the `tileX` index the area will be.\r\n * @param {number} [height] - How many tiles tall from the `tileY` index the area will be.\r\n *\r\n * @return {this} This Tilemap Layer object.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 1033, + "lineno": 1035, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Scans the given rectangular area (given in tile coordinates) for tiles with an index matching\r`findIndex` and updates their index to match `newIndex`. This only modifies the index and does\rnot change collision information.", @@ -392546,16 +393368,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#replaceByIndex", "scope": "instance", - "___id": "T000002R043710", + "___id": "T000002R043847", "___s": true }, { "comment": "/**\r\n * You can control if the Cameras should cull tiles before rendering them or not.\r\n *\r\n * By default the camera will try to cull the tiles in this layer, to avoid over-drawing to the renderer.\r\n *\r\n * However, there are some instances when you may wish to disable this.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#setSkipCull\r\n * @since 3.50.0\r\n *\r\n * @param {boolean} [value=true] - Set to `true` to stop culling tiles. Set to `false` to enable culling again.\r\n *\r\n * @return {this} This Tilemap Layer object.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 1057, + "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "You can control if the Cameras should cull tiles before rendering them or not.\r\rBy default the camera will try to cull the tiles in this layer, to avoid over-drawing to the renderer.\r\rHowever, there are some instances when you may wish to disable this.", @@ -392597,16 +393419,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#setSkipCull", "scope": "instance", - "___id": "T000002R043712", + "___id": "T000002R043849", "___s": true }, { "comment": "/**\r\n * When a Camera culls the tiles in this layer it does so using its view into the world, building up a\r\n * rectangle inside which the tiles must exist or they will be culled. Sometimes you may need to expand the size\r\n * of this 'cull rectangle', especially if you plan on rotating the Camera viewing the layer. Do so\r\n * by providing the padding values. The values given are in tiles, not pixels. So if the tile width was 32px\r\n * and you set `paddingX` to be 4, it would add 32px x 4 to the cull rectangle (adjusted for scale)\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#setCullPadding\r\n * @since 3.50.0\r\n *\r\n * @param {number} [paddingX=1] - The amount of extra horizontal tiles to add to the cull check padding.\r\n * @param {number} [paddingY=1] - The amount of extra vertical tiles to add to the cull check padding.\r\n *\r\n * @return {this} This Tilemap Layer object.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 1080, + "lineno": 1082, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "When a Camera culls the tiles in this layer it does so using its view into the world, building up a\rrectangle inside which the tiles must exist or they will be culled. Sometimes you may need to expand the size\rof this 'cull rectangle', especially if you plan on rotating the Camera viewing the layer. Do so\rby providing the padding values. The values given are in tiles, not pixels. So if the tile width was 32px\rand you set `paddingX` to be 4, it would add 32px x 4 to the cull rectangle (adjusted for scale)", @@ -392663,16 +393485,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#setCullPadding", "scope": "instance", - "___id": "T000002R043716", + "___id": "T000002R043853", "___s": true }, { "comment": "/**\r\n * Sets collision on the given tile or tiles within a layer by index. You can pass in either a\r\n * single numeric index or an array of indexes: [2, 3, 15, 20]. The `collides` parameter controls if\r\n * collision will be enabled (true) or disabled (false).\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#setCollision\r\n * @since 3.50.0\r\n *\r\n * @param {(number|array)} indexes - Either a single tile index, or an array of tile indexes.\r\n * @param {boolean} [collides=true] - If true it will enable collision. If false it will clear collision.\r\n * @param {boolean} [recalculateFaces=true] - Whether or not to recalculate the tile faces after the update.\r\n * @param {boolean} [updateLayer=true] - If true, updates the current tiles on the layer. Set to false if no tiles have been placed for significant performance boost.\r\n *\r\n * @return {this} This Tilemap Layer object.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 1106, + "lineno": 1108, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets collision on the given tile or tiles within a layer by index. You can pass in either a\rsingle numeric index or an array of indexes: [2, 3, 15, 20]. The `collides` parameter controls if\rcollision will be enabled (true) or disabled (false).", @@ -392767,16 +393589,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#setCollision", "scope": "instance", - "___id": "T000002R043722", + "___id": "T000002R043859", "___s": true }, { "comment": "/**\r\n * Sets collision on a range of tiles in a layer whose index is between the specified `start` and\r\n * `stop` (inclusive). Calling this with a start value of 10 and a stop value of 14 would set\r\n * collision for tiles 10, 11, 12, 13 and 14. The `collides` parameter controls if collision will be\r\n * enabled (true) or disabled (false).\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#setCollisionBetween\r\n * @since 3.50.0\r\n *\r\n * @param {number} start - The first index of the tile to be set for collision.\r\n * @param {number} stop - The last index of the tile to be set for collision.\r\n * @param {boolean} [collides=true] - If true it will enable collision. If false it will clear collision.\r\n * @param {boolean} [recalculateFaces=true] - Whether or not to recalculate the tile faces after the update.\r\n *\r\n * @return {this} This Tilemap Layer object.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 1128, + "lineno": 1130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets collision on a range of tiles in a layer whose index is between the specified `start` and\r`stop` (inclusive). Calling this with a start value of 10 and a stop value of 14 would set\rcollision for tiles 10, 11, 12, 13 and 14. The `collides` parameter controls if collision will be\renabled (true) or disabled (false).", @@ -392859,16 +393681,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#setCollisionBetween", "scope": "instance", - "___id": "T000002R043724", + "___id": "T000002R043861", "___s": true }, { "comment": "/**\r\n * Sets collision on the tiles within a layer by checking tile properties. If a tile has a property\r\n * that matches the given properties object, its collision flag will be set. The `collides`\r\n * parameter controls if collision will be enabled (true) or disabled (false). Passing in\r\n * `{ collides: true }` would update the collision flag on any tiles with a \"collides\" property that\r\n * has a value of true. Any tile that doesn't have \"collides\" set to true will be ignored. You can\r\n * also use an array of values, e.g. `{ types: [\"stone\", \"lava\", \"sand\" ] }`. If a tile has a\r\n * \"types\" property that matches any of those values, its collision flag will be updated.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#setCollisionByProperty\r\n * @since 3.50.0\r\n *\r\n * @param {object} properties - An object with tile properties and corresponding values that should be checked.\r\n * @param {boolean} [collides=true] - If true it will enable collision. If false it will clear collision.\r\n * @param {boolean} [recalculateFaces=true] - Whether or not to recalculate the tile faces after the update.\r\n *\r\n * @return {this} This Tilemap Layer object.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 1151, + "lineno": 1153, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets collision on the tiles within a layer by checking tile properties. If a tile has a property\rthat matches the given properties object, its collision flag will be set. The `collides`\rparameter controls if collision will be enabled (true) or disabled (false). Passing in\r`{ collides: true }` would update the collision flag on any tiles with a \"collides\" property that\rhas a value of true. Any tile that doesn't have \"collides\" set to true will be ignored. You can\ralso use an array of values, e.g. `{ types: [\"stone\", \"lava\", \"sand\" ] }`. If a tile has a\r\"types\" property that matches any of those values, its collision flag will be updated.", @@ -392938,16 +393760,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#setCollisionByProperty", "scope": "instance", - "___id": "T000002R043726", + "___id": "T000002R043863", "___s": true }, { "comment": "/**\r\n * Sets collision on all tiles in the given layer, except for tiles that have an index specified in\r\n * the given array. The `collides` parameter controls if collision will be enabled (true) or\r\n * disabled (false). Tile indexes not currently in the layer are not affected.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#setCollisionByExclusion\r\n * @since 3.50.0\r\n *\r\n * @param {number[]} indexes - An array of the tile indexes to not be counted for collision.\r\n * @param {boolean} [collides=true] - If true it will enable collision. If false it will clear collision.\r\n * @param {boolean} [recalculateFaces=true] - Whether or not to recalculate the tile faces after the update.\r\n *\r\n * @return {this} This Tilemap Layer object.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 1176, + "lineno": 1178, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets collision on all tiles in the given layer, except for tiles that have an index specified in\rthe given array. The `collides` parameter controls if collision will be enabled (true) or\rdisabled (false). Tile indexes not currently in the layer are not affected.", @@ -393026,16 +393848,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#setCollisionByExclusion", "scope": "instance", - "___id": "T000002R043728", + "___id": "T000002R043865", "___s": true }, { "comment": "/**\r\n * Sets collision on the tiles within a layer by checking each tiles collision group data\r\n * (typically defined in Tiled within the tileset collision editor). If any objects are found within\r\n * a tiles collision group, the tile's colliding information will be set. The `collides` parameter\r\n * controls if collision will be enabled (true) or disabled (false).\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#setCollisionFromCollisionGroup\r\n * @since 3.50.0\r\n *\r\n * @param {boolean} [collides=true] - If true it will enable collision. If false it will clear collision.\r\n * @param {boolean} [recalculateFaces=true] - Whether or not to recalculate the tile faces after the update.\r\n *\r\n * @return {this} This Tilemap Layer object.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 1197, + "lineno": 1199, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets collision on the tiles within a layer by checking each tiles collision group data\r(typically defined in Tiled within the tileset collision editor). If any objects are found within\ra tiles collision group, the tile's colliding information will be set. The `collides` parameter\rcontrols if collision will be enabled (true) or disabled (false).", @@ -393092,16 +393914,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#setCollisionFromCollisionGroup", "scope": "instance", - "___id": "T000002R043730", + "___id": "T000002R043867", "___s": true }, { "comment": "/**\r\n * Sets a global collision callback for the given tile index within the layer. This will affect all\r\n * tiles on this layer that have the same index. If a callback is already set for the tile index it\r\n * will be replaced. Set the callback to null to remove it. If you want to set a callback for a tile\r\n * at a specific location on the map then see setTileLocationCallback.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#setTileIndexCallback\r\n * @since 3.50.0\r\n *\r\n * @param {(number|number[])} indexes - Either a single tile index, or an array of tile indexes to have a collision callback set for.\r\n * @param {function} callback - The callback that will be invoked when the tile is collided with.\r\n * @param {object} callbackContext - The context under which the callback is called.\r\n *\r\n * @return {this} This Tilemap Layer object.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 1218, + "lineno": 1220, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets a global collision callback for the given tile index within the layer. This will affect all\rtiles on this layer that have the same index. If a callback is already set for the tile index it\rwill be replaced. Set the callback to null to remove it. If you want to set a callback for a tile\rat a specific location on the map then see setTileLocationCallback.", @@ -393186,16 +394008,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#setTileIndexCallback", "scope": "instance", - "___id": "T000002R043732", + "___id": "T000002R043869", "___s": true }, { "comment": "/**\r\n * Sets a collision callback for the given rectangular area (in tile coordinates) within the layer.\r\n * If a callback is already set for the tile index it will be replaced. Set the callback to null to\r\n * remove it.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#setTileLocationCallback\r\n * @since 3.50.0\r\n *\r\n * @param {number} [tileX] - The left most tile index (in tile coordinates) to use as the origin of the area.\r\n * @param {number} [tileY] - The top most tile index (in tile coordinates) to use as the origin of the area.\r\n * @param {number} [width] - How many tiles wide from the `tileX` index the area will be.\r\n * @param {number} [height] - How many tiles tall from the `tileY` index the area will be.\r\n * @param {function} [callback] - The callback that will be invoked when the tile is collided with.\r\n * @param {object} [callbackContext] - The context, or scope, under which the callback is invoked.\r\n *\r\n * @return {this} This Tilemap Layer object.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 1240, + "lineno": 1242, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets a collision callback for the given rectangular area (in tile coordinates) within the layer.\rIf a callback is already set for the tile index it will be replaced. Set the callback to null to\rremove it.", @@ -393306,16 +394128,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#setTileLocationCallback", "scope": "instance", - "___id": "T000002R043734", + "___id": "T000002R043871", "___s": true }, { "comment": "/**\r\n * Shuffles the tiles in a rectangular region (specified in tile coordinates) within the given\r\n * layer. It will only randomize the tiles in that area, so if they're all the same nothing will\r\n * appear to have changed! This method only modifies tile indexes and does not change collision\r\n * information.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#shuffle\r\n * @since 3.50.0\r\n *\r\n * @param {number} [tileX] - The left most tile index (in tile coordinates) to use as the origin of the area.\r\n * @param {number} [tileY] - The top most tile index (in tile coordinates) to use as the origin of the area.\r\n * @param {number} [width] - How many tiles wide from the `tileX` index the area will be.\r\n * @param {number} [height] - How many tiles tall from the `tileY` index the area will be.\r\n *\r\n * @return {this} This Tilemap Layer object.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 1264, + "lineno": 1266, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Shuffles the tiles in a rectangular region (specified in tile coordinates) within the given\rlayer. It will only randomize the tiles in that area, so if they're all the same nothing will\rappear to have changed! This method only modifies tile indexes and does not change collision\rinformation.", @@ -393398,16 +394220,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#shuffle", "scope": "instance", - "___id": "T000002R043736", + "___id": "T000002R043873", "___s": true }, { "comment": "/**\r\n * Scans the given rectangular area (given in tile coordinates) for tiles with an index matching\r\n * `indexA` and swaps then with `indexB`. This only modifies the index and does not change collision\r\n * information.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#swapByIndex\r\n * @since 3.50.0\r\n *\r\n * @param {number} tileA - First tile index.\r\n * @param {number} tileB - Second tile index.\r\n * @param {number} [tileX] - The left most tile index (in tile coordinates) to use as the origin of the area.\r\n * @param {number} [tileY] - The top most tile index (in tile coordinates) to use as the origin of the area.\r\n * @param {number} [width] - How many tiles wide from the `tileX` index the area will be.\r\n * @param {number} [height] - How many tiles tall from the `tileY` index the area will be.\r\n *\r\n * @return {this} This Tilemap Layer object.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 1287, + "lineno": 1289, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Scans the given rectangular area (given in tile coordinates) for tiles with an index matching\r`indexA` and swaps then with `indexB`. This only modifies the index and does not change collision\rinformation.", @@ -393516,16 +394338,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#swapByIndex", "scope": "instance", - "___id": "T000002R043738", + "___id": "T000002R043875", "___s": true }, { "comment": "/**\r\n * Converts from tile X coordinates (tile units) to world X coordinates (pixels), factoring in the\r\n * layers position, scale and scroll.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#tileToWorldX\r\n * @since 3.50.0\r\n *\r\n * @param {number} tileX - The x coordinate, in tiles, not pixels.\r\n * @param {Phaser.Cameras.Scene2D.Camera} [camera] - The Camera to use when calculating the tile index from the world values.\r\n *\r\n * @return {number} The Tile X coordinate converted to pixels.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 1311, + "lineno": 1313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Converts from tile X coordinates (tile units) to world X coordinates (pixels), factoring in the\rlayers position, scale and scroll.", @@ -393578,16 +394400,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#tileToWorldX", "scope": "instance", - "___id": "T000002R043740", + "___id": "T000002R043877", "___s": true }, { "comment": "/**\r\n * Converts from tile Y coordinates (tile units) to world Y coordinates (pixels), factoring in the\r\n * layers position, scale and scroll.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#tileToWorldY\r\n * @since 3.50.0\r\n *\r\n * @param {number} tileY - The y coordinate, in tiles, not pixels.\r\n * @param {Phaser.Cameras.Scene2D.Camera} [camera] - The Camera to use when calculating the tile index from the world values.\r\n *\r\n * @return {number} The Tile Y coordinate converted to pixels.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 1328, + "lineno": 1330, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Converts from tile Y coordinates (tile units) to world Y coordinates (pixels), factoring in the\rlayers position, scale and scroll.", @@ -393640,16 +394462,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#tileToWorldY", "scope": "instance", - "___id": "T000002R043742", + "___id": "T000002R043879", "___s": true }, { "comment": "/**\r\n * Converts from tile XY coordinates (tile units) to world XY coordinates (pixels), factoring in the\r\n * layers position, scale and scroll. This will return a new Vector2 object or update the given\r\n * `point` object.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#tileToWorldXY\r\n * @since 3.50.0\r\n *\r\n * @param {number} tileX - The x coordinate, in tiles, not pixels.\r\n * @param {number} tileY - The y coordinate, in tiles, not pixels.\r\n * @param {Phaser.Math.Vector2} [point] - A Vector2 to store the coordinates in. If not given a new Vector2 is created.\r\n * @param {Phaser.Cameras.Scene2D.Camera} [camera] - The Camera to use when calculating the tile index from the world values.\r\n *\r\n * @return {Phaser.Math.Vector2} A Vector2 containing the world coordinates of the Tile.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 1345, + "lineno": 1347, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Converts from tile XY coordinates (tile units) to world XY coordinates (pixels), factoring in the\rlayers position, scale and scroll. This will return a new Vector2 object or update the given\r`point` object.", @@ -393729,16 +394551,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#tileToWorldXY", "scope": "instance", - "___id": "T000002R043744", + "___id": "T000002R043881", "___s": true }, { "comment": "/**\r\n * Returns an array of Vector2s where each entry corresponds to the corner of the requested tile.\r\n *\r\n * The `tileX` and `tileY` parameters are in tile coordinates, not world coordinates.\r\n *\r\n * The corner coordinates are in world space, having factored in TilemapLayer scale, position\r\n * and the camera, if given.\r\n *\r\n * The size of the array will vary based on the orientation of the map. For example an\r\n * orthographic map will return an array of 4 vectors, where-as a hexagonal map will,\r\n * of course, return an array of 6 corner vectors.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#getTileCorners\r\n * @since 3.60.0\r\n *\r\n * @param {number} tileX - The x coordinate, in tiles, not pixels.\r\n * @param {number} tileY - The y coordinate, in tiles, not pixels.\r\n * @param {Phaser.Cameras.Scene2D.Camera} [camera] - The Camera to use when calculating the tile index from the world values.\r\n *\r\n * @return {?Phaser.Math.Vector2[]} Returns an array of Vector2s, or null if the layer given was invalid.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 1365, + "lineno": 1367, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Returns an array of Vector2s where each entry corresponds to the corner of the requested tile.\r\rThe `tileX` and `tileY` parameters are in tile coordinates, not world coordinates.\r\rThe corner coordinates are in world space, having factored in TilemapLayer scale, position\rand the camera, if given.\r\rThe size of the array will vary based on the orientation of the map. For example an\rorthographic map will return an array of 4 vectors, where-as a hexagonal map will,\rof course, return an array of 6 corner vectors.", @@ -393815,16 +394637,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#getTileCorners", "scope": "instance", - "___id": "T000002R043746", + "___id": "T000002R043883", "___s": true }, { "comment": "/**\r\n * Randomizes the indexes of a rectangular region of tiles (in tile coordinates) within the\r\n * specified layer. Each tile will receive a new index. New indexes are drawn from the given\r\n * weightedIndexes array. An example weighted array:\r\n *\r\n * [\r\n * { index: 6, weight: 4 }, // Probability of index 6 is 4 / 8\r\n * { index: 7, weight: 2 }, // Probability of index 7 would be 2 / 8\r\n * { index: 8, weight: 1.5 }, // Probability of index 8 would be 1.5 / 8\r\n * { index: 26, weight: 0.5 } // Probability of index 27 would be 0.5 / 8\r\n * ]\r\n *\r\n * The probability of any index being choose is (the index's weight) / (sum of all weights). This\r\n * method only modifies tile indexes and does not change collision information.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#weightedRandomize\r\n * @since 3.50.0\r\n *\r\n * @param {object[]} weightedIndexes - An array of objects to randomly draw from during randomization. They should be in the form: { index: 0, weight: 4 } or { index: [0, 1], weight: 4 } if you wish to draw from multiple tile indexes.\r\n * @param {number} [tileX] - The left most tile index (in tile coordinates) to use as the origin of the area.\r\n * @param {number} [tileY] - The top most tile index (in tile coordinates) to use as the origin of the area.\r\n * @param {number} [width] - How many tiles wide from the `tileX` index the area will be.\r\n * @param {number} [height] - How many tiles tall from the `tileY` index the area will be.\r\n *\r\n * @return {this} This Tilemap Layer object.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 1391, + "lineno": 1393, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Randomizes the indexes of a rectangular region of tiles (in tile coordinates) within the\rspecified layer. Each tile will receive a new index. New indexes are drawn from the given\rweightedIndexes array. An example weighted array:\r\r[\r { index: 6, weight: 4 }, // Probability of index 6 is 4 / 8\r { index: 7, weight: 2 }, // Probability of index 7 would be 2 / 8\r { index: 8, weight: 1.5 }, // Probability of index 8 would be 1.5 / 8\r { index: 26, weight: 0.5 } // Probability of index 27 would be 0.5 / 8\r]\r\rThe probability of any index being choose is (the index's weight) / (sum of all weights). This\rmethod only modifies tile indexes and does not change collision information.", @@ -393929,16 +394751,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#weightedRandomize", "scope": "instance", - "___id": "T000002R043748", + "___id": "T000002R043885", "___s": true }, { "comment": "/**\r\n * Converts from world X coordinates (pixels) to tile X coordinates (tile units), factoring in the\r\n * layers position, scale and scroll.\r\n *\r\n * You cannot call this method for Isometric or Hexagonal tilemaps as they require\r\n * both `worldX` and `worldY` values to determine the correct tile, instead you\r\n * should use the `worldToTileXY` method.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#worldToTileX\r\n * @since 3.50.0\r\n *\r\n * @param {number} worldX - The x coordinate to be converted, in pixels, not tiles.\r\n * @param {boolean} [snapToFloor] - Whether or not to round the tile coordinate down to the nearest integer.\r\n * @param {Phaser.Cameras.Scene2D.Camera} [camera] - The Camera to use when calculating the tile index from the world values.\r\n *\r\n * @return {number} The tile X coordinate based on the world value.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 1424, + "lineno": 1426, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Converts from world X coordinates (pixels) to tile X coordinates (tile units), factoring in the\rlayers position, scale and scroll.\r\rYou cannot call this method for Isometric or Hexagonal tilemaps as they require\rboth `worldX` and `worldY` values to determine the correct tile, instead you\rshould use the `worldToTileXY` method.", @@ -394005,16 +394827,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#worldToTileX", "scope": "instance", - "___id": "T000002R043750", + "___id": "T000002R043887", "___s": true }, { "comment": "/**\r\n * Converts from world Y coordinates (pixels) to tile Y coordinates (tile units), factoring in the\r\n * layers position, scale and scroll.\r\n *\r\n * You cannot call this method for Isometric or Hexagonal tilemaps as they require\r\n * both `worldX` and `worldY` values to determine the correct tile, instead you\r\n * should use the `worldToTileXY` method.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#worldToTileY\r\n * @since 3.50.0\r\n *\r\n * @param {number} worldY - The y coordinate to be converted, in pixels, not tiles.\r\n * @param {boolean} [snapToFloor] - Whether or not to round the tile coordinate down to the nearest integer.\r\n * @param {Phaser.Cameras.Scene2D.Camera} [camera] - The Camera to use when calculating the tile index from the world values.\r\n *\r\n * @return {number} The tile Y coordinate based on the world value.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 1446, + "lineno": 1448, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Converts from world Y coordinates (pixels) to tile Y coordinates (tile units), factoring in the\rlayers position, scale and scroll.\r\rYou cannot call this method for Isometric or Hexagonal tilemaps as they require\rboth `worldX` and `worldY` values to determine the correct tile, instead you\rshould use the `worldToTileXY` method.", @@ -394081,16 +394903,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#worldToTileY", "scope": "instance", - "___id": "T000002R043752", + "___id": "T000002R043889", "___s": true }, { "comment": "/**\r\n * Converts from world XY coordinates (pixels) to tile XY coordinates (tile units), factoring in the\r\n * layers position, scale and scroll. This will return a new Vector2 object or update the given\r\n * `point` object.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#worldToTileXY\r\n * @since 3.50.0\r\n *\r\n * @param {number} worldX - The x coordinate to be converted, in pixels, not tiles.\r\n * @param {number} worldY - The y coordinate to be converted, in pixels, not tiles.\r\n * @param {boolean} [snapToFloor] - Whether or not to round the tile coordinate down to the nearest integer.\r\n * @param {Phaser.Math.Vector2} [point] - A Vector2 to store the coordinates in. If not given a new Vector2 is created.\r\n * @param {Phaser.Cameras.Scene2D.Camera} [camera] - The Camera to use when calculating the tile index from the world values.\r\n *\r\n * @return {Phaser.Math.Vector2} A Vector2 containing the tile coordinates of the world values.\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 1468, + "lineno": 1470, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Converts from world XY coordinates (pixels) to tile XY coordinates (tile units), factoring in the\rlayers position, scale and scroll. This will return a new Vector2 object or update the given\r`point` object.", @@ -394184,16 +395006,16 @@ "memberof": "Phaser.Tilemaps.TilemapLayer", "longname": "Phaser.Tilemaps.TilemapLayer#worldToTileXY", "scope": "instance", - "___id": "T000002R043754", + "___id": "T000002R043891", "___s": true }, { "comment": "/**\r\n * Destroys this TilemapLayer and removes its link to the associated LayerData.\r\n *\r\n * @method Phaser.Tilemaps.TilemapLayer#destroy\r\n * @since 3.50.0\r\n *\r\n * @param {boolean} [removeFromTilemap=true] - Remove this layer from the parent Tilemap?\r\n */", "meta": { "filename": "TilemapLayer.js", - "lineno": 1489, + "lineno": 1491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Destroys this TilemapLayer and removes its link to the associated LayerData.", @@ -394221,7 +395043,7 @@ "longname": "Phaser.Tilemaps.TilemapLayer#destroy", "scope": "instance", "overrides": "Phaser.GameObjects.GameObject#destroy", - "___id": "T000002R043756", + "___id": "T000002R043893", "___s": true }, { @@ -394230,7 +395052,7 @@ "filename": "Tileset.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "classdesc": "A Tileset is a combination of a single image containing the tiles and a container for data about\reach tile.", @@ -394373,7 +395195,7 @@ ], "scope": "static", "longname": "Phaser.Tilemaps.Tileset", - "___id": "T000002R043842", + "___id": "T000002R043979", "___s": true }, { @@ -394382,7 +395204,7 @@ "filename": "Tileset.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The name of the Tileset.s", @@ -394401,7 +395223,7 @@ "longname": "Phaser.Tilemaps.Tileset#name", "scope": "instance", "kind": "member", - "___id": "T000002R043851", + "___id": "T000002R043988", "___s": true }, { @@ -394410,7 +395232,7 @@ "filename": "Tileset.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The starting index of the first tile index this Tileset contains.", @@ -394429,7 +395251,7 @@ "longname": "Phaser.Tilemaps.Tileset#firstgid", "scope": "instance", "kind": "member", - "___id": "T000002R043853", + "___id": "T000002R043990", "___s": true }, { @@ -394438,7 +395260,7 @@ "filename": "Tileset.js", "lineno": 62, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The width of each tile (in pixels). Use setTileSize to change.", @@ -394458,7 +395280,7 @@ "longname": "Phaser.Tilemaps.Tileset#tileWidth", "scope": "instance", "kind": "member", - "___id": "T000002R043855", + "___id": "T000002R043992", "___s": true }, { @@ -394467,7 +395289,7 @@ "filename": "Tileset.js", "lineno": 72, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The height of each tile (in pixels). Use setTileSize to change.", @@ -394487,7 +395309,7 @@ "longname": "Phaser.Tilemaps.Tileset#tileHeight", "scope": "instance", "kind": "member", - "___id": "T000002R043857", + "___id": "T000002R043994", "___s": true }, { @@ -394496,7 +395318,7 @@ "filename": "Tileset.js", "lineno": 82, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The margin around the tiles in the sheet (in pixels). Use `setSpacing` to change.", @@ -394516,7 +395338,7 @@ "longname": "Phaser.Tilemaps.Tileset#tileMargin", "scope": "instance", "kind": "member", - "___id": "T000002R043859", + "___id": "T000002R043996", "___s": true }, { @@ -394525,7 +395347,7 @@ "filename": "Tileset.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The spacing between each the tile in the sheet (in pixels). Use `setSpacing` to change.", @@ -394545,7 +395367,7 @@ "longname": "Phaser.Tilemaps.Tileset#tileSpacing", "scope": "instance", "kind": "member", - "___id": "T000002R043861", + "___id": "T000002R043998", "___s": true }, { @@ -394554,7 +395376,7 @@ "filename": "Tileset.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Tileset-specific properties per tile that are typically defined in the Tiled editor in the\rTileset editor.", @@ -394573,7 +395395,7 @@ "longname": "Phaser.Tilemaps.Tileset#tileProperties", "scope": "instance", "kind": "member", - "___id": "T000002R043863", + "___id": "T000002R044000", "___s": true }, { @@ -394582,7 +395404,7 @@ "filename": "Tileset.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Tileset-specific data per tile that are typically defined in the Tiled editor, e.g. within\rthe Tileset collision editor. This is where collision objects and terrain are stored.", @@ -394601,7 +395423,7 @@ "longname": "Phaser.Tilemaps.Tileset#tileData", "scope": "instance", "kind": "member", - "___id": "T000002R043865", + "___id": "T000002R044002", "___s": true }, { @@ -394610,7 +395432,7 @@ "filename": "Tileset.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Controls the drawing offset from the tile origin.\rDefaults to 0x0, no offset.", @@ -394629,7 +395451,7 @@ "longname": "Phaser.Tilemaps.Tileset#tileOffset", "scope": "instance", "kind": "member", - "___id": "T000002R043867", + "___id": "T000002R044004", "___s": true }, { @@ -394638,7 +395460,7 @@ "filename": "Tileset.js", "lineno": 137, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The cached image that contains the individual tiles. Use setImage to set.", @@ -394660,7 +395482,7 @@ "longname": "Phaser.Tilemaps.Tileset#image", "scope": "instance", "kind": "member", - "___id": "T000002R043869", + "___id": "T000002R044006", "___s": true }, { @@ -394669,7 +395491,7 @@ "filename": "Tileset.js", "lineno": 147, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The gl texture used by the WebGL renderer.", @@ -394691,7 +395513,7 @@ "longname": "Phaser.Tilemaps.Tileset#glTexture", "scope": "instance", "kind": "member", - "___id": "T000002R043871", + "___id": "T000002R044008", "___s": true }, { @@ -394700,7 +395522,7 @@ "filename": "Tileset.js", "lineno": 157, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The number of tile rows in the the tileset.", @@ -394720,7 +395542,7 @@ "longname": "Phaser.Tilemaps.Tileset#rows", "scope": "instance", "kind": "member", - "___id": "T000002R043873", + "___id": "T000002R044010", "___s": true }, { @@ -394729,7 +395551,7 @@ "filename": "Tileset.js", "lineno": 167, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The number of tile columns in the tileset.", @@ -394749,7 +395571,7 @@ "longname": "Phaser.Tilemaps.Tileset#columns", "scope": "instance", "kind": "member", - "___id": "T000002R043875", + "___id": "T000002R044012", "___s": true }, { @@ -394758,7 +395580,7 @@ "filename": "Tileset.js", "lineno": 177, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The total number of tiles in the tileset.", @@ -394778,7 +395600,7 @@ "longname": "Phaser.Tilemaps.Tileset#total", "scope": "instance", "kind": "member", - "___id": "T000002R043877", + "___id": "T000002R044014", "___s": true }, { @@ -394787,7 +395609,7 @@ "filename": "Tileset.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "The look-up table to specific tile image texture coordinates (UV in pixels). Each element\rcontains the coordinates for a tile in an object of the form {x, y}.", @@ -394816,7 +395638,7 @@ "longname": "Phaser.Tilemaps.Tileset#texCoordinates", "scope": "instance", "kind": "member", - "___id": "T000002R043879", + "___id": "T000002R044016", "___s": true }, { @@ -394825,7 +395647,7 @@ "filename": "Tileset.js", "lineno": 199, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Get a tiles properties that are stored in the Tileset. Returns null if tile index is not\rcontained in this Tileset. This is typically defined in Tiled under the Tileset editor.", @@ -394874,7 +395696,7 @@ "memberof": "Phaser.Tilemaps.Tileset", "longname": "Phaser.Tilemaps.Tileset#getTileProperties", "scope": "instance", - "___id": "T000002R043881", + "___id": "T000002R044018", "___s": true }, { @@ -394883,7 +395705,7 @@ "filename": "Tileset.js", "lineno": 217, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Get a tile's data that is stored in the Tileset. Returns null if tile index is not contained\rin this Tileset. This is typically defined in Tiled and will contain both Tileset collision\rinfo and terrain mapping.", @@ -394931,7 +395753,7 @@ "memberof": "Phaser.Tilemaps.Tileset", "longname": "Phaser.Tilemaps.Tileset#getTileData", "scope": "instance", - "___id": "T000002R043883", + "___id": "T000002R044020", "___s": true }, { @@ -394940,7 +395762,7 @@ "filename": "Tileset.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Get a tile's collision group that is stored in the Tileset. Returns null if tile index is not\rcontained in this Tileset. This is typically defined within Tiled's tileset collision editor.", @@ -394980,7 +395802,7 @@ "memberof": "Phaser.Tilemaps.Tileset", "longname": "Phaser.Tilemaps.Tileset#getTileCollisionGroup", "scope": "instance", - "___id": "T000002R043885", + "___id": "T000002R044022", "___s": true }, { @@ -394989,7 +395811,7 @@ "filename": "Tileset.js", "lineno": 254, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Returns true if and only if this Tileset contains the given tile index.", @@ -395027,7 +395849,7 @@ "memberof": "Phaser.Tilemaps.Tileset", "longname": "Phaser.Tilemaps.Tileset#containsTileIndex", "scope": "instance", - "___id": "T000002R043888", + "___id": "T000002R044025", "___s": true }, { @@ -395036,7 +395858,7 @@ "filename": "Tileset.js", "lineno": 272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Returns the texture coordinates (UV in pixels) in the Tileset image for the given tile index.\rReturns null if tile index is not contained in this Tileset.", @@ -395077,7 +395899,7 @@ "memberof": "Phaser.Tilemaps.Tileset", "longname": "Phaser.Tilemaps.Tileset#getTileTextureCoordinates", "scope": "instance", - "___id": "T000002R043890", + "___id": "T000002R044027", "___s": true }, { @@ -395086,7 +395908,7 @@ "filename": "Tileset.js", "lineno": 291, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets the image associated with this Tileset and updates the tile data (rows, columns, etc.).", @@ -395125,7 +395947,7 @@ "memberof": "Phaser.Tilemaps.Tileset", "longname": "Phaser.Tilemaps.Tileset#setImage", "scope": "instance", - "___id": "T000002R043892", + "___id": "T000002R044029", "___s": true }, { @@ -395134,7 +395956,7 @@ "filename": "Tileset.js", "lineno": 323, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets the tile width & height and updates the tile data (rows, columns, etc.).", @@ -395188,7 +396010,7 @@ "memberof": "Phaser.Tilemaps.Tileset", "longname": "Phaser.Tilemaps.Tileset#setTileSize", "scope": "instance", - "___id": "T000002R043898", + "___id": "T000002R044035", "___s": true }, { @@ -395197,7 +396019,7 @@ "filename": "Tileset.js", "lineno": 347, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Sets the tile margin & spacing and updates the tile data (rows, columns, etc.).", @@ -395251,7 +396073,7 @@ "memberof": "Phaser.Tilemaps.Tileset", "longname": "Phaser.Tilemaps.Tileset#setSpacing", "scope": "instance", - "___id": "T000002R043902", + "___id": "T000002R044039", "___s": true }, { @@ -395260,7 +396082,7 @@ "filename": "Tileset.js", "lineno": 371, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps", "code": {} }, "description": "Updates tile texture coordinates and tileset data.", @@ -395342,7 +396164,7 @@ "memberof": "Phaser.Tilemaps.Tileset", "longname": "Phaser.Tilemaps.Tileset#updateTileData", "scope": "instance", - "___id": "T000002R043906", + "___id": "T000002R044043", "___s": true }, { @@ -395351,7 +396173,7 @@ "filename": "CreateFromObjectLayerConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\typedefs", "code": {} }, "kind": "typedef", @@ -395531,7 +396353,7 @@ "memberof": "Phaser.Types.Tilemaps", "longname": "Phaser.Types.Tilemaps.CreateFromObjectLayerConfig", "scope": "static", - "___id": "T000002R043928", + "___id": "T000002R044065", "___s": true }, { @@ -395540,7 +396362,7 @@ "filename": "CreateFromObjectsClassTypeConstructor.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\typedefs", "code": {} }, "kind": "typedef", @@ -395569,7 +396391,7 @@ "memberof": "Phaser.Types.Tilemaps", "longname": "Phaser.Types.Tilemaps.CreateFromObjectsClassTypeConstructor", "scope": "static", - "___id": "T000002R043929", + "___id": "T000002R044066", "___s": true }, { @@ -395578,7 +396400,7 @@ "filename": "DebugStyleOptions.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\typedefs", "code": {} }, "kind": "typedef", @@ -395649,7 +396471,7 @@ "memberof": "Phaser.Types.Tilemaps", "longname": "Phaser.Types.Tilemaps.DebugStyleOptions", "scope": "static", - "___id": "T000002R043930", + "___id": "T000002R044067", "___s": true }, { @@ -395658,7 +396480,7 @@ "filename": "FilteringOptions.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\typedefs", "code": {} }, "kind": "typedef", @@ -395723,7 +396545,7 @@ "memberof": "Phaser.Types.Tilemaps", "longname": "Phaser.Types.Tilemaps.FilteringOptions", "scope": "static", - "___id": "T000002R043931", + "___id": "T000002R044068", "___s": true }, { @@ -395732,7 +396554,7 @@ "filename": "GIDData.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\typedefs", "code": {} }, "kind": "typedef", @@ -395830,7 +396652,7 @@ "memberof": "Phaser.Types.Tilemaps", "longname": "Phaser.Types.Tilemaps.GIDData", "scope": "static", - "___id": "T000002R043932", + "___id": "T000002R044069", "___s": true }, { @@ -395839,7 +396661,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\typedefs", "code": {} }, "kind": "namespace", @@ -395847,7 +396669,7 @@ "memberof": "Phaser.Types", "longname": "Phaser.Types.Tilemaps", "scope": "static", - "___id": "T000002R043933", + "___id": "T000002R044070", "___s": true }, { @@ -395856,7 +396678,7 @@ "filename": "LayerDataConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\typedefs", "code": {} }, "kind": "typedef", @@ -396177,7 +396999,7 @@ "memberof": "Phaser.Types.Tilemaps", "longname": "Phaser.Types.Tilemaps.LayerDataConfig", "scope": "static", - "___id": "T000002R043934", + "___id": "T000002R044071", "___s": true }, { @@ -396186,7 +397008,7 @@ "filename": "MapDataConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\typedefs", "code": {} }, "kind": "typedef", @@ -396504,7 +397326,7 @@ "memberof": "Phaser.Types.Tilemaps", "longname": "Phaser.Types.Tilemaps.MapDataConfig", "scope": "static", - "___id": "T000002R043935", + "___id": "T000002R044072", "___s": true }, { @@ -396513,7 +397335,7 @@ "filename": "ObjectLayerConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\typedefs", "code": {} }, "kind": "typedef", @@ -396644,7 +397466,7 @@ "memberof": "Phaser.Types.Tilemaps", "longname": "Phaser.Types.Tilemaps.ObjectLayerConfig", "scope": "static", - "___id": "T000002R043936", + "___id": "T000002R044073", "___s": true }, { @@ -396653,7 +397475,7 @@ "filename": "StyleConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\typedefs", "code": {} }, "kind": "typedef", @@ -396766,7 +397588,7 @@ "memberof": "Phaser.Types.Tilemaps", "longname": "Phaser.Types.Tilemaps.StyleConfig", "scope": "static", - "___id": "T000002R043937", + "___id": "T000002R044074", "___s": true }, { @@ -396775,7 +397597,7 @@ "filename": "TiledObject.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\typedefs", "code": {} }, "kind": "typedef", @@ -397090,7 +397912,7 @@ "memberof": "Phaser.Types.Tilemaps", "longname": "Phaser.Types.Tilemaps.TiledObject", "scope": "static", - "___id": "T000002R043938", + "___id": "T000002R044075", "___s": true }, { @@ -397099,7 +397921,7 @@ "filename": "TilemapConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\typedefs", "code": {} }, "kind": "typedef", @@ -397240,7 +398062,7 @@ "memberof": "Phaser.Types.Tilemaps", "longname": "Phaser.Types.Tilemaps.TilemapConfig", "scope": "static", - "___id": "T000002R043939", + "___id": "T000002R044076", "___s": true }, { @@ -397249,7 +398071,7 @@ "filename": "Clock.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "classdesc": "The Clock is a Scene plugin which creates and updates Timer Events for its Scene.", @@ -397274,7 +398096,7 @@ ], "scope": "static", "longname": "Phaser.Time.Clock", - "___id": "T000002R043945", + "___id": "T000002R044082", "___s": true }, { @@ -397283,7 +398105,7 @@ "filename": "Clock.js", "lineno": 30, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "The Scene which owns this Clock.", @@ -397302,7 +398124,7 @@ "longname": "Phaser.Time.Clock#scene", "scope": "instance", "kind": "member", - "___id": "T000002R043948", + "___id": "T000002R044085", "___s": true }, { @@ -397311,7 +398133,7 @@ "filename": "Clock.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "The Scene Systems object of the Scene which owns this Clock.", @@ -397330,7 +398152,7 @@ "longname": "Phaser.Time.Clock#systems", "scope": "instance", "kind": "member", - "___id": "T000002R043950", + "___id": "T000002R044087", "___s": true }, { @@ -397339,7 +398161,7 @@ "filename": "Clock.js", "lineno": 48, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "The current time of the Clock, in milliseconds.\r\rIf accessed externally, this is equivalent to the `time` parameter normally passed to a Scene's `update` method.", @@ -397358,7 +398180,7 @@ "longname": "Phaser.Time.Clock#now", "scope": "instance", "kind": "member", - "___id": "T000002R043952", + "___id": "T000002R044089", "___s": true }, { @@ -397367,7 +398189,7 @@ "filename": "Clock.js", "lineno": 59, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "The time the Clock (and Scene) started, in milliseconds.\r\rThis can be compared to the `time` parameter passed to a Scene's `update` method.", @@ -397386,7 +398208,7 @@ "longname": "Phaser.Time.Clock#startTime", "scope": "instance", "kind": "member", - "___id": "T000002R043954", + "___id": "T000002R044091", "___s": true }, { @@ -397395,7 +398217,7 @@ "filename": "Clock.js", "lineno": 70, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "The scale of the Clock's time delta.\r\rThe time delta is the time elapsed between two consecutive frames and influences the speed of time for this Clock and anything which uses it, such as its Timer Events. Values higher than 1 increase the speed of time, while values smaller than 1 decrease it. A value of 0 freezes time and is effectively equivalent to pausing the Clock.", @@ -397415,7 +398237,7 @@ "longname": "Phaser.Time.Clock#timeScale", "scope": "instance", "kind": "member", - "___id": "T000002R043956", + "___id": "T000002R044093", "___s": true }, { @@ -397424,7 +398246,7 @@ "filename": "Clock.js", "lineno": 82, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Whether the Clock is paused (`true`) or active (`false`).\r\rWhen paused, the Clock will not update any of its Timer Events, thus freezing time.", @@ -397444,7 +398266,7 @@ "longname": "Phaser.Time.Clock#paused", "scope": "instance", "kind": "member", - "___id": "T000002R043958", + "___id": "T000002R044095", "___s": true }, { @@ -397453,7 +398275,7 @@ "filename": "Clock.js", "lineno": 167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Creates a Timer Event and adds it to this Clock at the start of the next frame.\r\rYou can pass in either a `TimerEventConfig` object, from with a new `TimerEvent` will\rbe created, or you can pass in a `TimerEvent` instance.\r\rIf passing an instance please make sure that this instance hasn't been used before.\rIf it has ever entered a 'completed' state then it will no longer be suitable to\rrun again.\r\rAlso, if the `TimerEvent` instance is being used by _another_ Clock (in another Scene)\rit will still be updated by that Clock as well, so be careful when using this feature.", @@ -397502,7 +398324,7 @@ "memberof": "Phaser.Time.Clock", "longname": "Phaser.Time.Clock#addEvent", "scope": "instance", - "___id": "T000002R043973", + "___id": "T000002R044110", "___s": true }, { @@ -397511,7 +398333,7 @@ "filename": "Clock.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Creates a Timer Event and adds it to the Clock at the start of the frame.\r\rThis is a shortcut for {@link #addEvent} which can be shorter and is compatible with the syntax of the GreenSock Animation Platform (GSAP).", @@ -397598,7 +398420,7 @@ "memberof": "Phaser.Time.Clock", "longname": "Phaser.Time.Clock#delayedCall", "scope": "instance", - "___id": "T000002R043981", + "___id": "T000002R044118", "___s": true }, { @@ -397607,7 +398429,7 @@ "filename": "Clock.js", "lineno": 231, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Clears and recreates the array of pending Timer Events.", @@ -397632,7 +398454,7 @@ "memberof": "Phaser.Time.Clock", "longname": "Phaser.Time.Clock#clearPendingEvents", "scope": "instance", - "___id": "T000002R043987", + "___id": "T000002R044124", "___s": true }, { @@ -397641,7 +398463,7 @@ "filename": "Clock.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Removes the given Timer Event, or an array of Timer Events, from this Clock.\r\rThe events are removed from all internal lists (active, pending and removal),\rfreeing the event up to be re-used.", @@ -397700,7 +398522,7 @@ "memberof": "Phaser.Time.Clock", "longname": "Phaser.Time.Clock#removeEvent", "scope": "instance", - "___id": "T000002R043990", + "___id": "T000002R044127", "___s": true }, { @@ -397709,7 +398531,7 @@ "filename": "Clock.js", "lineno": 278, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Schedules all active Timer Events for removal at the start of the frame.", @@ -397734,7 +398556,7 @@ "memberof": "Phaser.Time.Clock", "longname": "Phaser.Time.Clock#removeAllEvents", "scope": "instance", - "___id": "T000002R043995", + "___id": "T000002R044132", "___s": true }, { @@ -397743,7 +398565,7 @@ "filename": "Clock.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Updates the arrays of active and pending Timer Events. Called at the start of the frame.", @@ -397781,7 +398603,7 @@ "memberof": "Phaser.Time.Clock", "longname": "Phaser.Time.Clock#preUpdate", "scope": "instance", - "___id": "T000002R043998", + "___id": "T000002R044135", "___s": true }, { @@ -397790,7 +398612,7 @@ "filename": "Clock.js", "lineno": 344, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Updates the Clock's internal time and all of its Timer Events.", @@ -397828,7 +398650,7 @@ "memberof": "Phaser.Time.Clock", "longname": "Phaser.Time.Clock#update", "scope": "instance", - "___id": "T000002R044011", + "___id": "T000002R044148", "___s": true }, { @@ -397837,7 +398659,7 @@ "filename": "COMPLETE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\time\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time\\events", "code": {} }, "description": "The Timeline Complete Event.\r\rThis event is dispatched by timeline when all timeline events complete.\r\rListen to it from a Timeline instance using `Timeline.on('complete', listener)`, i.e.:\r\r```javascript\rconst timeline = this.add.timeline();\rtimeline.on('complete', listener);\rtimeline.play();\r```", @@ -397871,7 +398693,7 @@ "memberof": "Phaser.Time.Events", "longname": "Phaser.Time.Events#event:COMPLETE", "scope": "instance", - "___id": "T000002R044039", + "___id": "T000002R044176", "___s": true }, { @@ -397880,7 +398702,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\time\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time\\events", "code": {} }, "kind": "namespace", @@ -397888,7 +398710,7 @@ "memberof": "Phaser.Time", "longname": "Phaser.Time.Events", "scope": "static", - "___id": "T000002R044041", + "___id": "T000002R044178", "___s": true }, { @@ -397897,7 +398719,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "kind": "namespace", @@ -397905,7 +398727,7 @@ "memberof": "Phaser", "longname": "Phaser.Time", "scope": "static", - "___id": "T000002R044044", + "___id": "T000002R044181", "___s": true }, { @@ -397914,7 +398736,7 @@ "filename": "Timeline.js", "lineno": 14, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "classdesc": "A Timeline is a way to schedule events to happen at specific times in the future.\r\rYou can think of it as an event sequencer for your game, allowing you to schedule the\rrunning of callbacks, events and other actions at specific times in the future.\r\rA Timeline is a Scene level system, meaning you can have as many Timelines as you like, each\rbelonging to a different Scene. You can also have multiple Timelines running at the same time.\r\rIf the Scene is paused, the Timeline will also pause. If the Scene is destroyed, the Timeline\rwill be automatically destroyed. However, you can control the Timeline directly, pausing,\rresuming and stopping it at any time.\r\rCreate an instance of a Timeline via the Game Object Factory:\r\r```js\rconst timeline = this.add.timeline();\r```\r\rThe Timeline always starts paused. You must call `play` on it to start it running.\r\rYou can also pass in a configuration object on creation, or an array of them:\r\r```js\rconst timeline = this.add.timeline({\r at: 1000,\r run: () => {\r this.add.sprite(400, 300, 'logo');\r }\r});\r\rtimeline.play();\r```\r\rIn this example we sequence a few different events:\r\r```js\rconst timeline = this.add.timeline([\r {\r at: 1000,\r run: () => { this.logo = this.add.sprite(400, 300, 'logo'); },\r sound: 'TitleMusic'\r },\r {\r at: 2500,\r tween: {\r targets: this.logo,\r y: 600,\r yoyo: true\r },\r sound: 'Explode'\r },\r {\r at: 8000,\r event: 'HURRY_PLAYER',\r target: this.background,\r set: {\r tint: 0xff0000\r }\r }\r]);\r\rtimeline.play();\r```\r\rThe Timeline can also be looped with the repeat method:\r```js\rtimeline.repeat().play();\r```\r\rThere are lots of options available to you via the configuration object. See the\r{@link Phaser.Types.Time.TimelineEventConfig} typedef for more details.", @@ -397975,7 +398797,7 @@ ], "scope": "static", "longname": "Phaser.Time.Timeline", - "___id": "T000002R044056", + "___id": "T000002R044193", "___s": true }, { @@ -397984,7 +398806,7 @@ "filename": "Timeline.js", "lineno": 107, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "The Scene to which this Timeline belongs.", @@ -398003,7 +398825,7 @@ "longname": "Phaser.Time.Timeline#scene", "scope": "instance", "kind": "member", - "___id": "T000002R044060", + "___id": "T000002R044197", "___s": true }, { @@ -398012,7 +398834,7 @@ "filename": "Timeline.js", "lineno": 116, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "A reference to the Scene Systems.", @@ -398031,7 +398853,7 @@ "longname": "Phaser.Time.Timeline#systems", "scope": "instance", "kind": "member", - "___id": "T000002R044062", + "___id": "T000002R044199", "___s": true }, { @@ -398040,7 +398862,7 @@ "filename": "Timeline.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "The elapsed time counter.\r\rTreat this as read-only.", @@ -398059,16 +398881,44 @@ "longname": "Phaser.Time.Timeline#elapsed", "scope": "instance", "kind": "member", - "___id": "T000002R044064", + "___id": "T000002R044201", + "___s": true + }, + { + "comment": "/**\r\n * The Timeline's delta time scale.\r\n *\r\n * Values higher than 1 increase the speed of time, while values smaller than 1 decrease it.\r\n * A value of 0 freezes time and is effectively equivalent to pausing the Timeline.\r\n *\r\n * This doesn't affect the delta time scale of any Tweens created by the Timeline.\r\n * You will have to set the `timeScale` of each Tween or the Tween Manager if you want them to match.\r\n *\r\n * @name Phaser.Time.Timeline#timeScale\r\n * @type {number}\r\n * @default\r\n * @since 3.90.0\r\n */", + "meta": { + "filename": "Timeline.js", + "lineno": 136, + "columnno": 8, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", + "code": {} + }, + "description": "The Timeline's delta time scale.\r\rValues higher than 1 increase the speed of time, while values smaller than 1 decrease it.\rA value of 0 freezes time and is effectively equivalent to pausing the Timeline.\r\rThis doesn't affect the delta time scale of any Tweens created by the Timeline.\rYou will have to set the `timeScale` of each Tween or the Tween Manager if you want them to match.", + "name": "timeScale", + "type": { + "names": [ + "number" + ], + "parsedType": { + "type": "NameExpression", + "name": "number" + } + }, + "since": "3.90.0", + "memberof": "Phaser.Time.Timeline", + "longname": "Phaser.Time.Timeline#timeScale", + "scope": "instance", + "kind": "member", + "___id": "T000002R044203", "___s": true }, { "comment": "/**\r\n * Whether the Timeline is running (`true`) or active (`false`).\r\n *\r\n * When paused, the Timeline will not run any of its actions.\r\n *\r\n * By default a Timeline is always paused and should be started by\r\n * calling the `Timeline.play` method.\r\n *\r\n * You can use the `Timeline.pause` and `Timeline.resume` methods to control\r\n * this value in a chainable way.\r\n *\r\n * @name Phaser.Time.Timeline#paused\r\n * @type {boolean}\r\n * @default true\r\n * @since 3.60.0\r\n */", "meta": { "filename": "Timeline.js", - "lineno": 136, + "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Whether the Timeline is running (`true`) or active (`false`).\r\rWhen paused, the Timeline will not run any of its actions.\r\rBy default a Timeline is always paused and should be started by\rcalling the `Timeline.play` method.\r\rYou can use the `Timeline.pause` and `Timeline.resume` methods to control\rthis value in a chainable way.", @@ -398088,16 +398938,16 @@ "longname": "Phaser.Time.Timeline#paused", "scope": "instance", "kind": "member", - "___id": "T000002R044066", + "___id": "T000002R044205", "___s": true }, { "comment": "/**\r\n * Whether the Timeline is complete (`true`) or not (`false`).\r\n *\r\n * A Timeline is considered complete when all of its events have been run.\r\n *\r\n * If you wish to reset a Timeline after it has completed, you can do so\r\n * by calling the `Timeline.reset` method.\r\n *\r\n * You can also use the `Timeline.stop` method to stop a running Timeline,\r\n * at any point, without resetting it.\r\n *\r\n * @name Phaser.Time.Timeline#complete\r\n * @type {boolean}\r\n * @default false\r\n * @since 3.60.0\r\n */", "meta": { "filename": "Timeline.js", - "lineno": 154, + "lineno": 170, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Whether the Timeline is complete (`true`) or not (`false`).\r\rA Timeline is considered complete when all of its events have been run.\r\rIf you wish to reset a Timeline after it has completed, you can do so\rby calling the `Timeline.reset` method.\r\rYou can also use the `Timeline.stop` method to stop a running Timeline,\rat any point, without resetting it.", @@ -398117,16 +398967,16 @@ "longname": "Phaser.Time.Timeline#complete", "scope": "instance", "kind": "member", - "___id": "T000002R044068", + "___id": "T000002R044207", "___s": true }, { "comment": "/**\r\n * The total number of events that have been run.\r\n *\r\n * This value is reset to zero if the Timeline is restarted.\r\n *\r\n * Treat this as read-only.\r\n *\r\n * @name Phaser.Time.Timeline#totalComplete\r\n * @type {number}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "Timeline.js", - "lineno": 172, + "lineno": 188, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "The total number of events that have been run.\r\rThis value is reset to zero if the Timeline is restarted.\r\rTreat this as read-only.", @@ -398145,16 +398995,16 @@ "longname": "Phaser.Time.Timeline#totalComplete", "scope": "instance", "kind": "member", - "___id": "T000002R044070", + "___id": "T000002R044209", "___s": true }, { "comment": "/**\r\n * The number of times this timeline should loop.\r\n *\r\n * If this value is -1 or any negative number this Timeline will not stop. \r\n *\r\n * @name Phaser.Time.Timeline#loop\r\n * @type {number}\r\n * @since 3.80.0\r\n */", "meta": { "filename": "Timeline.js", - "lineno": 185, + "lineno": 201, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "The number of times this timeline should loop.\r\rIf this value is -1 or any negative number this Timeline will not stop.", @@ -398173,16 +399023,16 @@ "longname": "Phaser.Time.Timeline#loop", "scope": "instance", "kind": "member", - "___id": "T000002R044072", + "___id": "T000002R044211", "___s": true }, { "comment": "/**\r\n * The number of times this Timeline has looped.\r\n *\r\n * This value is incremented each loop if looping is enabled.\r\n *\r\n * @name Phaser.Time.Timeline#iteration\r\n * @type {number}\r\n * @since 3.80.0\r\n */", "meta": { "filename": "Timeline.js", - "lineno": 196, + "lineno": 212, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "The number of times this Timeline has looped.\r\rThis value is incremented each loop if looping is enabled.", @@ -398201,16 +399051,16 @@ "longname": "Phaser.Time.Timeline#iteration", "scope": "instance", "kind": "member", - "___id": "T000002R044074", + "___id": "T000002R044213", "___s": true }, { "comment": "/**\r\n * An array of all the Timeline Events.\r\n *\r\n * @name Phaser.Time.Timeline#events\r\n * @type {Phaser.Types.Time.TimelineEvent[]}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "Timeline.js", - "lineno": 207, + "lineno": 223, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "An array of all the Timeline Events.", @@ -398238,16 +399088,16 @@ "longname": "Phaser.Time.Timeline#events", "scope": "instance", "kind": "member", - "___id": "T000002R044076", + "___id": "T000002R044215", "___s": true }, { "comment": "/**\r\n * Updates the elapsed time counter, if this Timeline is not paused.\r\n *\r\n * @method Phaser.Time.Timeline#preUpdate\r\n * @since 3.60.0\r\n *\r\n * @param {number} time - The current time. Either a High Resolution Timer value if it comes from Request Animation Frame, or Date.now if using SetTimeout.\r\n * @param {number} delta - The delta time in ms since the last frame. This is a smoothed and capped value based on the FPS rate.\r\n */", "meta": { "filename": "Timeline.js", - "lineno": 228, + "lineno": 244, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Updates the elapsed time counter, if this Timeline is not paused.", @@ -398285,16 +399135,16 @@ "memberof": "Phaser.Time.Timeline", "longname": "Phaser.Time.Timeline#preUpdate", "scope": "instance", - "___id": "T000002R044079", + "___id": "T000002R044218", "___s": true }, { "comment": "/**\r\n * Called automatically by the Scene update step.\r\n *\r\n * Iterates through all of the Timeline Events and checks to see if they should be run.\r\n *\r\n * If they should be run, then the `TimelineEvent.action` callback is invoked.\r\n *\r\n * If the `TimelineEvent.once` property is `true` then the event is removed from the Timeline.\r\n *\r\n * If the `TimelineEvent.event` property is set then the Timeline emits that event.\r\n *\r\n * If the `TimelineEvent.run` property is set then the Timeline invokes that method.\r\n * \r\n * If the `TimelineEvent.loop` property is set then the Timeline invokes that method when repeated.\r\n *\r\n * If the `TimelineEvent.target` property is set then the Timeline invokes the `run` method on that target.\r\n *\r\n * @method Phaser.Time.Timeline#update\r\n * @fires Phaser.Time.Events#COMPLETE\r\n * @since 3.60.0\r\n *\r\n * @param {number} time - The current time. Either a High Resolution Timer value if it comes from Request Animation Frame, or Date.now if using SetTimeout.\r\n * @param {number} delta - The delta time in ms since the last frame. This is a smoothed and capped value based on the FPS rate.\r\n */", "meta": { "filename": "Timeline.js", - "lineno": 247, + "lineno": 263, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Called automatically by the Scene update step.\r\rIterates through all of the Timeline Events and checks to see if they should be run.\r\rIf they should be run, then the `TimelineEvent.action` callback is invoked.\r\rIf the `TimelineEvent.once` property is `true` then the event is removed from the Timeline.\r\rIf the `TimelineEvent.event` property is set then the Timeline emits that event.\r\rIf the `TimelineEvent.run` property is set then the Timeline invokes that method.\r\rIf the `TimelineEvent.loop` property is set then the Timeline invokes that method when repeated.\r\rIf the `TimelineEvent.target` property is set then the Timeline invokes the `run` method on that target.", @@ -398335,16 +399185,16 @@ "memberof": "Phaser.Time.Timeline", "longname": "Phaser.Time.Timeline#update", "scope": "instance", - "___id": "T000002R044082", + "___id": "T000002R044221", "___s": true }, { "comment": "/**\r\n * Starts this Timeline running.\r\n *\r\n * If the Timeline is already running and the `fromStart` parameter is `true`,\r\n * then calling this method will reset the Timeline events as incomplete.\r\n *\r\n * If you wish to resume a paused Timeline, then use the `Timeline.resume` method instead.\r\n *\r\n * @method Phaser.Time.Timeline#play\r\n * @since 3.60.0\r\n *\r\n * @param {boolean} [fromStart=true] - Reset this Timeline back to the start before playing.\r\n *\r\n * @return {this} This Timeline instance.\r\n */", "meta": { "filename": "Timeline.js", - "lineno": 396, + "lineno": 412, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Starts this Timeline running.\r\rIf the Timeline is already running and the `fromStart` parameter is `true`,\rthen calling this method will reset the Timeline events as incomplete.\r\rIf you wish to resume a paused Timeline, then use the `Timeline.resume` method instead.", @@ -398386,16 +399236,16 @@ "memberof": "Phaser.Time.Timeline", "longname": "Phaser.Time.Timeline#play", "scope": "instance", - "___id": "T000002R044098", + "___id": "T000002R044238", "___s": true }, { "comment": "/**\r\n * Pauses this Timeline.\r\n *\r\n * To resume it again, call the `Timeline.resume` method or set the `Timeline.paused` property to `false`.\r\n *\r\n * If the Timeline is paused while processing the current game step, then it\r\n * will carry on with all events that are due to run during that step and pause\r\n * from the next game step.\r\n *\r\n * Note that if any Tweens have been started prior to calling this method, they will **not** be paused as well.\r\n *\r\n * @method Phaser.Time.Timeline#pause\r\n * @since 3.60.0\r\n *\r\n * @return {this} This Timeline instance.\r\n */", "meta": { "filename": "Timeline.js", - "lineno": 427, + "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Pauses this Timeline.\r\rTo resume it again, call the `Timeline.resume` method or set the `Timeline.paused` property to `false`.\r\rIf the Timeline is paused while processing the current game step, then it\rwill carry on with all events that are due to run during that step and pause\rfrom the next game step.\r\rNote that if any Tweens have been started prior to calling this method, they will **not** be paused as well.", @@ -398420,16 +399270,16 @@ "memberof": "Phaser.Time.Timeline", "longname": "Phaser.Time.Timeline#pause", "scope": "instance", - "___id": "T000002R044104", + "___id": "T000002R044244", "___s": true }, { "comment": "/**\r\n * Repeats this Timeline.\r\n *\r\n * If the value for `amount` is positive, the Timeline will repeat that many additional times.\r\n * For example a value of 1 will actually run this Timeline twice.\r\n * \r\n * Depending on the value given, `false` is 0 and `true`, undefined and negative numbers are infinite.\r\n * \r\n * If this Timeline had any events set to `once` that have already been removed,\r\n * they will **not** be repeated each loop.\r\n *\r\n * @method Phaser.Time.Timeline#repeat\r\n * @since 3.80.0\r\n * \r\n * @param {number|boolean} [amount=-1] - Amount of times to repeat, if `true` or negative it will be infinite.\r\n *\r\n * @return {this} This Timeline instance.\r\n */", "meta": { "filename": "Timeline.js", - "lineno": 450, + "lineno": 478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Repeats this Timeline.\r\rIf the value for `amount` is positive, the Timeline will repeat that many additional times.\rFor example a value of 1 will actually run this Timeline twice.\r\rDepending on the value given, `false` is 0 and `true`, undefined and negative numbers are infinite.\r\rIf this Timeline had any events set to `once` that have already been removed,\rthey will **not** be repeated each loop.", @@ -398481,16 +399331,16 @@ "memberof": "Phaser.Time.Timeline", "longname": "Phaser.Time.Timeline#repeat", "scope": "instance", - "___id": "T000002R044107", + "___id": "T000002R044251", "___s": true }, { "comment": "/**\r\n * Resumes this Timeline from a paused state.\r\n *\r\n * The Timeline will carry on from where it left off.\r\n *\r\n * If you need to reset the Timeline to the start, then call the `Timeline.reset` method.\r\n *\r\n * @method Phaser.Time.Timeline#resume\r\n * @since 3.60.0\r\n *\r\n * @return {this} This Timeline instance.\r\n */", "meta": { "filename": "Timeline.js", - "lineno": 478, + "lineno": 506, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Resumes this Timeline from a paused state.\r\rThe Timeline will carry on from where it left off.\r\rIf you need to reset the Timeline to the start, then call the `Timeline.reset` method.", @@ -398515,16 +399365,16 @@ "memberof": "Phaser.Time.Timeline", "longname": "Phaser.Time.Timeline#resume", "scope": "instance", - "___id": "T000002R044112", + "___id": "T000002R044256", "___s": true }, { "comment": "/**\r\n * Stops this Timeline.\r\n *\r\n * This will set the `paused` and `complete` properties to `true`.\r\n *\r\n * If you wish to reset the Timeline to the start, then call the `Timeline.reset` method.\r\n *\r\n * @method Phaser.Time.Timeline#stop\r\n * @since 3.60.0\r\n *\r\n * @return {this} This Timeline instance.\r\n */", "meta": { "filename": "Timeline.js", - "lineno": 497, + "lineno": 537, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Stops this Timeline.\r\rThis will set the `paused` and `complete` properties to `true`.\r\rIf you wish to reset the Timeline to the start, then call the `Timeline.reset` method.", @@ -398549,19 +399399,19 @@ "memberof": "Phaser.Time.Timeline", "longname": "Phaser.Time.Timeline#stop", "scope": "instance", - "___id": "T000002R044115", + "___id": "T000002R044263", "___s": true }, { - "comment": "/**\r\n * Resets this Timeline back to the start.\r\n *\r\n * This will set the elapsed time to zero and set all events to be incomplete.\r\n *\r\n * If the Timeline had any events that were set to `once` that have already\r\n * been removed, they will **not** be present again after calling this method.\r\n *\r\n * If the Timeline isn't currently running (i.e. it's paused or complete) then\r\n * calling this method resets those states, the same as calling `Timeline.play(true)`.\r\n *\r\n * @method Phaser.Time.Timeline#reset\r\n * @since 3.60.0\r\n * \r\n * @param {boolean} [loop=false] - Set to true if you do not want to reset the loop counters.\r\n * \r\n * @return {this} This Timeline instance.\r\n */", + "comment": "/**\r\n * Resets this Timeline back to the start.\r\n *\r\n * This will set the elapsed time to zero and set all events to be incomplete.\r\n *\r\n * If the Timeline had any events that were set to `once` that have already\r\n * been removed, they will **not** be present again after calling this method.\r\n *\r\n * If the Timeline isn't currently running (i.e. it's paused or complete) then\r\n * calling this method resets those states, the same as calling `Timeline.play(true)`.\r\n * \r\n * Any Tweens that were currently running by this Timeline will be stopped.\r\n *\r\n * @method Phaser.Time.Timeline#reset\r\n * @since 3.60.0\r\n * \r\n * @param {boolean} [loop=false] - Set to true if you do not want to reset the loop counters.\r\n * \r\n * @return {this} This Timeline instance.\r\n */", "meta": { "filename": "Timeline.js", - "lineno": 517, + "lineno": 557, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, - "description": "Resets this Timeline back to the start.\r\rThis will set the elapsed time to zero and set all events to be incomplete.\r\rIf the Timeline had any events that were set to `once` that have already\rbeen removed, they will **not** be present again after calling this method.\r\rIf the Timeline isn't currently running (i.e. it's paused or complete) then\rcalling this method resets those states, the same as calling `Timeline.play(true)`.", + "description": "Resets this Timeline back to the start.\r\rThis will set the elapsed time to zero and set all events to be incomplete.\r\rIf the Timeline had any events that were set to `once` that have already\rbeen removed, they will **not** be present again after calling this method.\r\rIf the Timeline isn't currently running (i.e. it's paused or complete) then\rcalling this method resets those states, the same as calling `Timeline.play(true)`.\r\rAny Tweens that were currently running by this Timeline will be stopped.", "kind": "function", "name": "reset", "since": "3.60.0", @@ -398600,16 +399450,16 @@ "memberof": "Phaser.Time.Timeline", "longname": "Phaser.Time.Timeline#reset", "scope": "instance", - "___id": "T000002R044119", + "___id": "T000002R044267", "___s": true }, { "comment": "/**\r\n * Adds one or more events to this Timeline.\r\n *\r\n * You can pass in a single configuration object, or an array of them:\r\n *\r\n * ```js\r\n * const timeline = this.add.timeline({\r\n * at: 1000,\r\n * run: () => {\r\n * this.add.sprite(400, 300, 'logo');\r\n * }\r\n * });\r\n * ```\r\n *\r\n * @method Phaser.Time.Timeline#add\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Types.Time.TimelineEventConfig|Phaser.Types.Time.TimelineEventConfig[]} config - The configuration object for this Timeline Event, or an array of them.\r\n *\r\n * @return {this} This Timeline instance.\r\n */", "meta": { "filename": "Timeline.js", - "lineno": 559, + "lineno": 610, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Adds one or more events to this Timeline.\r\rYou can pass in a single configuration object, or an array of them:\r\r```js\rconst timeline = this.add.timeline({\r at: 1000,\r run: () => {\r this.add.sprite(400, 300, 'logo');\r }\r});\r```", @@ -398668,19 +399518,19 @@ "memberof": "Phaser.Time.Timeline", "longname": "Phaser.Time.Timeline#add", "scope": "instance", - "___id": "T000002R044127", + "___id": "T000002R044277", "___s": true }, { - "comment": "/**\r\n * Removes all events from this Timeline, resets the elapsed time to zero\r\n * and pauses the Timeline.\r\n *\r\n * @method Phaser.Time.Timeline#clear\r\n * @since 3.60.0\r\n *\r\n * @return {this} This Timeline instance.\r\n */", + "comment": "/**\r\n * Removes all events from this Timeline, resets the elapsed time to zero\r\n * and pauses the Timeline.\r\n * \r\n * Any Tweens that were currently running as a result of this Timeline will be stopped.\r\n *\r\n * @method Phaser.Time.Timeline#clear\r\n * @since 3.60.0\r\n *\r\n * @return {this} This Timeline instance.\r\n */", "meta": { "filename": "Timeline.js", - "lineno": 642, + "lineno": 693, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, - "description": "Removes all events from this Timeline, resets the elapsed time to zero\rand pauses the Timeline.", + "description": "Removes all events from this Timeline, resets the elapsed time to zero\rand pauses the Timeline.\r\rAny Tweens that were currently running as a result of this Timeline will be stopped.", "kind": "function", "name": "clear", "since": "3.60.0", @@ -398702,16 +399552,16 @@ "memberof": "Phaser.Time.Timeline", "longname": "Phaser.Time.Timeline#clear", "scope": "instance", - "___id": "T000002R044155", + "___id": "T000002R044305", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Timeline is currently playing.\r\n *\r\n * A Timeline is playing if it is not paused or not complete.\r\n *\r\n * @method Phaser.Time.Timeline#isPlaying\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Timeline is playing, otherwise `false`.\r\n */", "meta": { "filename": "Timeline.js", - "lineno": 660, + "lineno": 726, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Returns `true` if this Timeline is currently playing.\r\rA Timeline is playing if it is not paused or not complete.", @@ -398735,16 +399585,16 @@ "memberof": "Phaser.Time.Timeline", "longname": "Phaser.Time.Timeline#isPlaying", "scope": "instance", - "___id": "T000002R044160", + "___id": "T000002R044313", "___s": true }, { "comment": "/**\r\n * Returns a number between 0 and 1 representing the progress of this Timeline.\r\n *\r\n * A value of 0 means the Timeline has just started, 0.5 means it's half way through,\r\n * and 1 means it's complete.\r\n *\r\n * If the Timeline has no events, or all events have been removed, this will return 1.\r\n *\r\n * If the Timeline is paused, this will return the progress value at the time it was paused.\r\n *\r\n * Note that the value returned is based on the number of events that have been completed,\r\n * not the 'duration' of the events (as this is unknown to the Timeline).\r\n *\r\n * @method Phaser.Time.Timeline#getProgress\r\n * @since 3.60.0\r\n *\r\n * @return {number} A number between 0 and 1 representing the progress of this Timeline.\r\n */", "meta": { "filename": "Timeline.js", - "lineno": 675, + "lineno": 741, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Returns a number between 0 and 1 representing the progress of this Timeline.\r\rA value of 0 means the Timeline has just started, 0.5 means it's half way through,\rand 1 means it's complete.\r\rIf the Timeline has no events, or all events have been removed, this will return 1.\r\rIf the Timeline is paused, this will return the progress value at the time it was paused.\r\rNote that the value returned is based on the number of events that have been completed,\rnot the 'duration' of the events (as this is unknown to the Timeline).", @@ -398768,19 +399618,19 @@ "memberof": "Phaser.Time.Timeline", "longname": "Phaser.Time.Timeline#getProgress", "scope": "instance", - "___id": "T000002R044162", + "___id": "T000002R044315", "___s": true }, { - "comment": "/**\r\n * Destroys this Timeline.\r\n *\r\n * This will remove all events from the Timeline and stop it from processing.\r\n *\r\n * This method is called automatically when the Scene shuts down, but you may\r\n * also call it directly should you need to destroy the Timeline earlier.\r\n *\r\n * @method Phaser.Time.Timeline#destroy\r\n * @since 3.60.0\r\n */", + "comment": "/**\r\n * Destroys this Timeline.\r\n *\r\n * This will remove all events from the Timeline and stop it from processing.\r\n * \r\n * Any Tweens that were currently running as a result of this Timeline will be stopped.\r\n *\r\n * This method is called automatically when the Scene shuts down, but you may\r\n * also call it directly should you need to destroy the Timeline earlier.\r\n *\r\n * @method Phaser.Time.Timeline#destroy\r\n * @since 3.60.0\r\n */", "meta": { "filename": "Timeline.js", - "lineno": 700, + "lineno": 766, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, - "description": "Destroys this Timeline.\r\rThis will remove all events from the Timeline and stop it from processing.\r\rThis method is called automatically when the Scene shuts down, but you may\ralso call it directly should you need to destroy the Timeline earlier.", + "description": "Destroys this Timeline.\r\rThis will remove all events from the Timeline and stop it from processing.\r\rAny Tweens that were currently running as a result of this Timeline will be stopped.\r\rThis method is called automatically when the Scene shuts down, but you may\ralso call it directly should you need to destroy the Timeline earlier.", "kind": "function", "name": "destroy", "since": "3.60.0", @@ -398788,16 +399638,16 @@ "longname": "Phaser.Time.Timeline#destroy", "scope": "instance", "overrides": "Phaser.Events.EventEmitter#destroy", - "___id": "T000002R044165", + "___id": "T000002R044318", "___s": true }, { "comment": "/**\r\n * A Timeline is a way to schedule events to happen at specific times in the future.\r\n *\r\n * You can think of it as an event sequencer for your game, allowing you to schedule the\r\n * running of callbacks, events and other actions at specific times in the future.\r\n *\r\n * A Timeline is a Scene level system, meaning you can have as many Timelines as you like, each\r\n * belonging to a different Scene. You can also have multiple Timelines running at the same time.\r\n *\r\n * If the Scene is paused, the Timeline will also pause. If the Scene is destroyed, the Timeline\r\n * will be automatically destroyed. However, you can control the Timeline directly, pausing,\r\n * resuming and stopping it at any time.\r\n *\r\n * Create an instance of a Timeline via the Game Object Factory:\r\n *\r\n * ```js\r\n * const timeline = this.add.timeline();\r\n * ```\r\n *\r\n * The Timeline always starts paused. You must call `play` on it to start it running.\r\n *\r\n * You can also pass in a configuration object on creation, or an array of them:\r\n *\r\n * ```js\r\n * const timeline = this.add.timeline({\r\n * at: 1000,\r\n * run: () => {\r\n * this.add.sprite(400, 300, 'logo');\r\n * }\r\n * });\r\n *\r\n * timeline.play();\r\n * ```\r\n *\r\n * In this example we sequence a few different events:\r\n *\r\n * ```js\r\n * const timeline = this.add.timeline([\r\n * {\r\n * at: 1000,\r\n * run: () => { this.logo = this.add.sprite(400, 300, 'logo'); },\r\n * sound: 'TitleMusic'\r\n * },\r\n * {\r\n * at: 2500,\r\n * tween: {\r\n * targets: this.logo,\r\n * y: 600,\r\n * yoyo: true\r\n * },\r\n * sound: 'Explode'\r\n * },\r\n * {\r\n * at: 8000,\r\n * event: 'HURRY_PLAYER',\r\n * target: this.background,\r\n * set: {\r\n * tint: 0xff0000\r\n * }\r\n * }\r\n * ]);\r\n *\r\n * timeline.play();\r\n * ```\r\n *\r\n * The Timeline can also be looped with the repeat method:\r\n * ```js\r\n * timeline.repeat().play();\r\n * ```\r\n * \r\n * There are lots of options available to you via the configuration object. See the\r\n * {@link Phaser.Types.Time.TimelineEventConfig} typedef for more details.\r\n *\r\n * @method Phaser.GameObjects.GameObjectFactory#timeline\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Types.Time.TimelineEventConfig|Phaser.Types.Time.TimelineEventConfig[]} config - The configuration object for this Timeline Event, or an array of them.\r\n *\r\n * @return {Phaser.Time.Timeline} The Timeline that was created.\r\n */", "meta": { "filename": "Timeline.js", - "lineno": 726, + "lineno": 795, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "A Timeline is a way to schedule events to happen at specific times in the future.\r\rYou can think of it as an event sequencer for your game, allowing you to schedule the\rrunning of callbacks, events and other actions at specific times in the future.\r\rA Timeline is a Scene level system, meaning you can have as many Timelines as you like, each\rbelonging to a different Scene. You can also have multiple Timelines running at the same time.\r\rIf the Scene is paused, the Timeline will also pause. If the Scene is destroyed, the Timeline\rwill be automatically destroyed. However, you can control the Timeline directly, pausing,\rresuming and stopping it at any time.\r\rCreate an instance of a Timeline via the Game Object Factory:\r\r```js\rconst timeline = this.add.timeline();\r```\r\rThe Timeline always starts paused. You must call `play` on it to start it running.\r\rYou can also pass in a configuration object on creation, or an array of them:\r\r```js\rconst timeline = this.add.timeline({\r at: 1000,\r run: () => {\r this.add.sprite(400, 300, 'logo');\r }\r});\r\rtimeline.play();\r```\r\rIn this example we sequence a few different events:\r\r```js\rconst timeline = this.add.timeline([\r {\r at: 1000,\r run: () => { this.logo = this.add.sprite(400, 300, 'logo'); },\r sound: 'TitleMusic'\r },\r {\r at: 2500,\r tween: {\r targets: this.logo,\r y: 600,\r yoyo: true\r },\r sound: 'Explode'\r },\r {\r at: 8000,\r event: 'HURRY_PLAYER',\r target: this.background,\r set: {\r tint: 0xff0000\r }\r }\r]);\r\rtimeline.play();\r```\r\rThe Timeline can also be looped with the repeat method:\r```js\rtimeline.repeat().play();\r```\r\rThere are lots of options available to you via the configuration object. See the\r{@link Phaser.Types.Time.TimelineEventConfig} typedef for more details.", @@ -398855,7 +399705,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#timeline", "scope": "instance", - "___id": "T000002R044171", + "___id": "T000002R044323", "___s": true }, { @@ -398864,7 +399714,7 @@ "filename": "TimerEvent.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "classdesc": "A Timer Event represents a delayed function call. It's managed by a Scene's {@link Clock} and will call its function after a set amount of time has passed. The Timer Event can optionally repeat - i.e. call its function multiple times before finishing, or loop indefinitely.\r\rBecause it's managed by a Clock, a Timer Event is based on game time, will be affected by its Clock's time scale, and will pause if its Clock pauses.", @@ -398889,7 +399739,7 @@ ], "scope": "static", "longname": "Phaser.Time.TimerEvent", - "___id": "T000002R044175", + "___id": "T000002R044327", "___s": true }, { @@ -398898,7 +399748,7 @@ "filename": "TimerEvent.js", "lineno": 29, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "The delay in ms at which this TimerEvent fires.", @@ -398919,7 +399769,7 @@ "longname": "Phaser.Time.TimerEvent#delay", "scope": "instance", "kind": "member", - "___id": "T000002R044178", + "___id": "T000002R044330", "___s": true }, { @@ -398928,7 +399778,7 @@ "filename": "TimerEvent.js", "lineno": 40, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "The total number of times this TimerEvent will repeat before finishing.", @@ -398949,7 +399799,7 @@ "longname": "Phaser.Time.TimerEvent#repeat", "scope": "instance", "kind": "member", - "___id": "T000002R044180", + "___id": "T000002R044332", "___s": true }, { @@ -398958,7 +399808,7 @@ "filename": "TimerEvent.js", "lineno": 51, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "If repeating this contains the current repeat count.", @@ -398978,7 +399828,7 @@ "longname": "Phaser.Time.TimerEvent#repeatCount", "scope": "instance", "kind": "member", - "___id": "T000002R044182", + "___id": "T000002R044334", "___s": true }, { @@ -398987,7 +399837,7 @@ "filename": "TimerEvent.js", "lineno": 61, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "True if this TimerEvent loops, otherwise false.", @@ -399008,7 +399858,7 @@ "longname": "Phaser.Time.TimerEvent#loop", "scope": "instance", "kind": "member", - "___id": "T000002R044184", + "___id": "T000002R044336", "___s": true }, { @@ -399017,7 +399867,7 @@ "filename": "TimerEvent.js", "lineno": 72, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "The callback that will be called when the TimerEvent occurs.", @@ -399036,7 +399886,7 @@ "longname": "Phaser.Time.TimerEvent#callback", "scope": "instance", "kind": "member", - "___id": "T000002R044186", + "___id": "T000002R044338", "___s": true }, { @@ -399045,7 +399895,7 @@ "filename": "TimerEvent.js", "lineno": 81, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "The scope in which the callback will be called.", @@ -399064,7 +399914,7 @@ "longname": "Phaser.Time.TimerEvent#callbackScope", "scope": "instance", "kind": "member", - "___id": "T000002R044188", + "___id": "T000002R044340", "___s": true }, { @@ -399073,7 +399923,7 @@ "filename": "TimerEvent.js", "lineno": 90, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Additional arguments to be passed to the callback.", @@ -399092,7 +399942,7 @@ "longname": "Phaser.Time.TimerEvent#args", "scope": "instance", "kind": "member", - "___id": "T000002R044190", + "___id": "T000002R044342", "___s": true }, { @@ -399101,7 +399951,7 @@ "filename": "TimerEvent.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Scale the time causing this TimerEvent to update.", @@ -399121,7 +399971,7 @@ "longname": "Phaser.Time.TimerEvent#timeScale", "scope": "instance", "kind": "member", - "___id": "T000002R044192", + "___id": "T000002R044344", "___s": true }, { @@ -399130,7 +399980,7 @@ "filename": "TimerEvent.js", "lineno": 109, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Start this many MS into the elapsed (useful if you want a long duration with repeat, but for the first loop to fire quickly)", @@ -399150,7 +400000,7 @@ "longname": "Phaser.Time.TimerEvent#startAt", "scope": "instance", "kind": "member", - "___id": "T000002R044194", + "___id": "T000002R044346", "___s": true }, { @@ -399159,7 +400009,7 @@ "filename": "TimerEvent.js", "lineno": 119, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "The time in milliseconds which has elapsed since the Timer Event's creation.\r\rThis value is local for the Timer Event and is relative to its Clock. As such, it's influenced by the Clock's time scale and paused state, the Timer Event's initial {@link #startAt} property, and the Timer Event's {@link #timeScale} and {@link #paused} state.", @@ -399179,7 +400029,7 @@ "longname": "Phaser.Time.TimerEvent#elapsed", "scope": "instance", "kind": "member", - "___id": "T000002R044196", + "___id": "T000002R044348", "___s": true }, { @@ -399188,7 +400038,7 @@ "filename": "TimerEvent.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Whether or not this timer is paused.", @@ -399208,7 +400058,7 @@ "longname": "Phaser.Time.TimerEvent#paused", "scope": "instance", "kind": "member", - "___id": "T000002R044198", + "___id": "T000002R044350", "___s": true }, { @@ -399217,7 +400067,7 @@ "filename": "TimerEvent.js", "lineno": 141, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Whether the Timer Event's function has been called.\r\rWhen the Timer Event fires, this property will be set to `true` before the callback function is invoked and will be reset immediately afterward if the Timer Event should repeat. The value of this property does not directly influence whether the Timer Event will be removed from its Clock, but can prevent it from firing.", @@ -399237,7 +400087,7 @@ "longname": "Phaser.Time.TimerEvent#hasDispatched", "scope": "instance", "kind": "member", - "___id": "T000002R044200", + "___id": "T000002R044352", "___s": true }, { @@ -399246,7 +400096,7 @@ "filename": "TimerEvent.js", "lineno": 156, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Completely reinitializes the Timer Event, regardless of its current state, according to a configuration object.", @@ -399285,7 +400135,7 @@ "memberof": "Phaser.Time.TimerEvent", "longname": "Phaser.Time.TimerEvent#reset", "scope": "instance", - "___id": "T000002R044202", + "___id": "T000002R044354", "___s": true }, { @@ -399294,7 +400144,7 @@ "filename": "TimerEvent.js", "lineno": 199, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Gets the progress of the current iteration, not factoring in repeats.", @@ -399318,7 +400168,7 @@ "memberof": "Phaser.Time.TimerEvent", "longname": "Phaser.Time.TimerEvent#getProgress", "scope": "instance", - "___id": "T000002R044216", + "___id": "T000002R044368", "___s": true }, { @@ -399327,7 +400177,7 @@ "filename": "TimerEvent.js", "lineno": 212, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Gets the progress of the timer overall, factoring in repeats.", @@ -399351,7 +400201,7 @@ "memberof": "Phaser.Time.TimerEvent", "longname": "Phaser.Time.TimerEvent#getOverallProgress", "scope": "instance", - "___id": "T000002R044218", + "___id": "T000002R044370", "___s": true }, { @@ -399360,7 +400210,7 @@ "filename": "TimerEvent.js", "lineno": 235, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Returns the number of times this Timer Event will repeat before finishing.\r\rThis should not be confused with the number of times the Timer Event will fire before finishing. A return value of 0 doesn't indicate that the Timer Event has finished running - it indicates that it will not repeat after the next time it fires.", @@ -399384,7 +400234,7 @@ "memberof": "Phaser.Time.TimerEvent", "longname": "Phaser.Time.TimerEvent#getRepeatCount", "scope": "instance", - "___id": "T000002R044222", + "___id": "T000002R044374", "___s": true }, { @@ -399393,7 +400243,7 @@ "filename": "TimerEvent.js", "lineno": 250, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Returns the local elapsed time for the current iteration of the Timer Event.", @@ -399417,7 +400267,7 @@ "memberof": "Phaser.Time.TimerEvent", "longname": "Phaser.Time.TimerEvent#getElapsed", "scope": "instance", - "___id": "T000002R044224", + "___id": "T000002R044376", "___s": true }, { @@ -399426,7 +400276,7 @@ "filename": "TimerEvent.js", "lineno": 263, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Returns the local elapsed time for the current iteration of the Timer Event in seconds.", @@ -399450,7 +400300,7 @@ "memberof": "Phaser.Time.TimerEvent", "longname": "Phaser.Time.TimerEvent#getElapsedSeconds", "scope": "instance", - "___id": "T000002R044226", + "___id": "T000002R044378", "___s": true }, { @@ -399459,7 +400309,7 @@ "filename": "TimerEvent.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Returns the time interval until the next iteration of the Timer Event.", @@ -399483,7 +400333,7 @@ "memberof": "Phaser.Time.TimerEvent", "longname": "Phaser.Time.TimerEvent#getRemaining", "scope": "instance", - "___id": "T000002R044228", + "___id": "T000002R044380", "___s": true }, { @@ -399492,7 +400342,7 @@ "filename": "TimerEvent.js", "lineno": 289, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Returns the time interval until the next iteration of the Timer Event in seconds.", @@ -399516,7 +400366,7 @@ "memberof": "Phaser.Time.TimerEvent", "longname": "Phaser.Time.TimerEvent#getRemainingSeconds", "scope": "instance", - "___id": "T000002R044230", + "___id": "T000002R044382", "___s": true }, { @@ -399525,7 +400375,7 @@ "filename": "TimerEvent.js", "lineno": 302, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Returns the time interval until the last iteration of the Timer Event.", @@ -399549,7 +400399,7 @@ "memberof": "Phaser.Time.TimerEvent", "longname": "Phaser.Time.TimerEvent#getOverallRemaining", "scope": "instance", - "___id": "T000002R044232", + "___id": "T000002R044384", "___s": true }, { @@ -399558,7 +400408,7 @@ "filename": "TimerEvent.js", "lineno": 315, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Returns the time interval until the last iteration of the Timer Event in seconds.", @@ -399582,7 +400432,7 @@ "memberof": "Phaser.Time.TimerEvent", "longname": "Phaser.Time.TimerEvent#getOverallRemainingSeconds", "scope": "instance", - "___id": "T000002R044234", + "___id": "T000002R044386", "___s": true }, { @@ -399591,7 +400441,7 @@ "filename": "TimerEvent.js", "lineno": 328, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Forces the Timer Event to immediately expire, thus scheduling its removal in the next frame.", @@ -399618,7 +400468,7 @@ "memberof": "Phaser.Time.TimerEvent", "longname": "Phaser.Time.TimerEvent#remove", "scope": "instance", - "___id": "T000002R044236", + "___id": "T000002R044388", "___s": true }, { @@ -399627,7 +400477,7 @@ "filename": "TimerEvent.js", "lineno": 347, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\time", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time", "code": {} }, "description": "Destroys all object references in the Timer Event, i.e. its callback, scope, and arguments.\r\rNormally, this method is only called by the Clock when it shuts down. As such, it doesn't stop the Timer Event. If called manually, the Timer Event will still be updated by the Clock, but it won't do anything when it fires.", @@ -399637,7 +400487,7 @@ "memberof": "Phaser.Time.TimerEvent", "longname": "Phaser.Time.TimerEvent#destroy", "scope": "instance", - "___id": "T000002R044242", + "___id": "T000002R044394", "___s": true }, { @@ -399646,7 +400496,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\time\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time\\typedefs", "code": {} }, "kind": "namespace", @@ -399654,16 +400504,16 @@ "memberof": "Phaser.Types", "longname": "Phaser.Types.Time", "scope": "static", - "___id": "T000002R044248", + "___id": "T000002R044400", "___s": true }, { - "comment": "/**\r\n * @typedef {object} Phaser.Types.Time.TimelineEvent\r\n * @since 3.60.0\r\n *\r\n * @property {boolean} complete - Has this event completed yet?\r\n * @property {boolean} once - Is this a once only event?\r\n * @property {number} time - The time (in elapsed ms) at which this event will fire.\r\n * @property {function} [repeat=0] - The amount of times this Event has repeated.\r\n * @property {function} [if=null] - User-land callback which will be called if set. If it returns `true` then this event run all of its actions, otherwise it will be skipped.\r\n * @property {function} [run=null] - User-land callback which will be called when the Event fires.\r\n * @property {function} [loop=null] - User-land callback which will be called when the Event loops.\r\n * @property {Phaser.Types.Tweens.TweenBuilderConfig|Phaser.Types.Tweens.TweenChainBuilderConfig|Phaser.Tweens.Tween|Phaser.Tweens.TweenChain} [tween=null] - Tween configuration object which will be used to create a Tween when the Event fires if set.\r\n * @property {object} [set=null] - Object containing properties to set on the `target` when the Event fires if set.\r\n * @property {string|object} [sound=null] - Sound configuration object which will be used to create a Sound when the Event fires if set.\r\n * @property {*} [target] - The scope (`this` object) with which to invoke the run `callback`.\r\n * @property {string} [event] - Optional event name to emit when the Event fires.\r\n */", + "comment": "/**\r\n * @typedef {object} Phaser.Types.Time.TimelineEvent\r\n * @since 3.60.0\r\n *\r\n * @property {boolean} complete - Has this event completed yet?\r\n * @property {boolean} once - Is this a once only event?\r\n * @property {number} time - The time (in elapsed ms) at which this event will fire.\r\n * @property {function} [repeat=0] - The amount of times this Event has repeated.\r\n * @property {function} [if=null] - User-land callback which will be called if set. If it returns `true` then this event run all of its actions, otherwise it will be skipped.\r\n * @property {function} [run=null] - User-land callback which will be called when the Event fires.\r\n * @property {function} [loop=null] - User-land callback which will be called when the Event loops.\r\n * @property {Phaser.Types.Tweens.TweenBuilderConfig|Phaser.Types.Tweens.TweenChainBuilderConfig|Phaser.Tweens.Tween|Phaser.Tweens.TweenChain} [tween=null] - Tween configuration object which will be used to create a Tween when the Event fires if set.\r\n * @property {object} [set=null] - Object containing properties to set on the `target` when the Event fires if set.\r\n * @property {string|object} [sound=null] - Sound configuration object which will be used to create a Sound when the Event fires if set.\r\n * @property {*} [target] - The scope (`this` object) with which to invoke the run `callback`.\r\n * @property {string} [event] - Optional event name to emit when the Event fires.\r\n * @property {Phaser.Tweens.Tween|Phaser.Tweens.TweenChain} [tweenInstance=null] - If this Event is using a Tween to manage its actions, this property will contain a reference to it.\r\n */", "meta": { "filename": "TimelineEvent.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\time\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time\\typedefs", "code": {} }, "kind": "typedef", @@ -399879,12 +400729,37 @@ "optional": true, "description": "Optional event name to emit when the Event fires.", "name": "event" + }, + { + "type": { + "names": [ + "Phaser.Tweens.Tween", + "Phaser.Tweens.TweenChain" + ], + "parsedType": { + "type": "TypeUnion", + "elements": [ + { + "type": "NameExpression", + "name": "Phaser.Tweens.Tween" + }, + { + "type": "NameExpression", + "name": "Phaser.Tweens.TweenChain" + } + ] + } + }, + "optional": true, + "defaultvalue": null, + "description": "If this Event is using a Tween to manage its actions, this property will contain a reference to it.", + "name": "tweenInstance" } ], "memberof": "Phaser.Types.Time", "longname": "Phaser.Types.Time.TimelineEvent", "scope": "static", - "___id": "T000002R044249", + "___id": "T000002R044401", "___s": true }, { @@ -399893,7 +400768,7 @@ "filename": "TimelineEventConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\time\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time\\typedefs", "code": {} }, "kind": "typedef", @@ -400113,7 +400988,7 @@ "memberof": "Phaser.Types.Time", "longname": "Phaser.Types.Time.TimelineEventConfig", "scope": "static", - "___id": "T000002R044250", + "___id": "T000002R044402", "___s": true }, { @@ -400122,7 +400997,7 @@ "filename": "TimerEventConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\time\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\time\\typedefs", "code": {} }, "kind": "typedef", @@ -400281,7 +401156,7 @@ "memberof": "Phaser.Types.Time", "longname": "Phaser.Types.Time.TimerEventConfig", "scope": "static", - "___id": "T000002R044251", + "___id": "T000002R044403", "___s": true }, { @@ -400290,7 +401165,7 @@ "filename": "GetBoolean.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\builders", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\builders", "code": {} }, "description": "Retrieves the value of the given key from an object.", @@ -400355,7 +401230,7 @@ "memberof": "Phaser.Tweens.Builders", "longname": "Phaser.Tweens.Builders.GetBoolean", "scope": "static", - "___id": "T000002R044252", + "___id": "T000002R044404", "___s": true }, { @@ -400364,7 +401239,7 @@ "filename": "GetEaseFunction.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\builders", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\builders", "code": {} }, "description": "This internal function is used to return the correct ease function for a Tween.\r\rIt can take a variety of input, including an EaseMap based string, or a custom function.", @@ -400436,7 +401311,7 @@ "memberof": "Phaser.Tweens.Builders", "longname": "Phaser.Tweens.Builders.GetEaseFunction", "scope": "static", - "___id": "T000002R044257", + "___id": "T000002R044409", "___s": true }, { @@ -400445,7 +401320,7 @@ "filename": "GetInterpolationFunction.js", "lineno": 18, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\builders", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\builders", "code": {} }, "description": "This internal function is used to return the correct interpolation function for a Tween.\r\rIt can take a variety of input, including a string, or a custom function.", @@ -400500,7 +401375,7 @@ "memberof": "Phaser.Tweens.Builders", "longname": "Phaser.Tweens.Builders.GetInterpolationFunction", "scope": "static", - "___id": "T000002R044281", + "___id": "T000002R044433", "___s": true }, { @@ -400509,7 +401384,7 @@ "filename": "GetNewValue.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\builders", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\builders", "code": {} }, "description": "Internal function used by the Tween Builder to create a function that will return\rthe given value from the source.", @@ -400574,7 +401449,7 @@ "memberof": "Phaser.Tweens.Builders", "longname": "Phaser.Tweens.Builders.GetNewValue", "scope": "static", - "___id": "T000002R044287", + "___id": "T000002R044439", "___s": true }, { @@ -400583,7 +401458,7 @@ "filename": "GetProps.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\builders", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\builders", "code": {} }, "description": "Internal function used by the Tween Builder to return an array of properties\rthat the Tween will be operating on. It takes a tween configuration object\rand then checks that none of the `props` entries start with an underscore, or that\rnone of the direct properties are on the Reserved list.", @@ -400631,7 +401506,7 @@ "memberof": "Phaser.Tweens.Builders", "longname": "Phaser.Tweens.Builders.GetProps", "scope": "static", - "___id": "T000002R044297", + "___id": "T000002R044449", "___s": true }, { @@ -400640,7 +401515,7 @@ "filename": "GetTargets.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\builders", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\builders", "code": {} }, "description": "Extracts an array of targets from a Tween configuration object.\r\rThe targets will be looked for in a `targets` property. If it's a function, its return value will be used as the result.", @@ -400679,7 +401554,7 @@ "memberof": "Phaser.Tweens.Builders", "longname": "Phaser.Tweens.Builders.GetTargets", "scope": "static", - "___id": "T000002R044307", + "___id": "T000002R044459", "___s": true }, { @@ -400688,7 +401563,7 @@ "filename": "GetValueOp.js", "lineno": 42, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\builders", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\builders", "code": {} }, "description": "Returns `getActive`, `getStart` and `getEnd` functions for a TweenData based on a target property and end value.\r\r`getActive` if not null, is invoked _immediately_ as soon as the TweenData is running, and is set on the target property.\r`getEnd` is invoked once any start delays have expired and returns what the value should tween to.\r`getStart` is invoked when the tween reaches the end and needs to either repeat or yoyo, it returns the value to go back to.\r\rIf the end value is a number, it will be treated as an absolute value and the property will be tweened to it.\rA string can be provided to specify a relative end value which consists of an operation\r(`+=` to add to the current value, `-=` to subtract from the current value, `*=` to multiply the current\rvalue, or `/=` to divide the current value) followed by its operand.\r\rA function can be provided to allow greater control over the end value; it will receive the target\robject being tweened, the name of the property being tweened, and the current value of the property\ras its arguments and must return a value.\r\rIf both the starting and the ending values need to be controlled, an object with `getStart` and `getEnd`\rcallbacks, which will receive the same arguments, can be provided instead. If an object with a `value`\rproperty is provided, the property will be used as the effective value under the same rules described here.", @@ -400739,7 +401614,7 @@ "memberof": "Phaser.Tweens.Builders", "longname": "Phaser.Tweens.Builders.GetValueOp", "scope": "static", - "___id": "T000002R044319", + "___id": "T000002R044471", "___s": true }, { @@ -400748,7 +401623,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\builders", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\builders", "code": {} }, "kind": "namespace", @@ -400756,7 +401631,7 @@ "memberof": "Phaser.Tweens", "longname": "Phaser.Tweens.Builders", "scope": "static", - "___id": "T000002R044364", + "___id": "T000002R044516", "___s": true }, { @@ -400765,7 +401640,7 @@ "filename": "NumberTweenBuilder.js", "lineno": 18, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\builders", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\builders", "code": {} }, "description": "Creates a new Number Tween.", @@ -400830,7 +401705,7 @@ "memberof": "Phaser.Tweens.Builders", "longname": "Phaser.Tweens.Builders.NumberTweenBuilder", "scope": "static", - "___id": "T000002R044386", + "___id": "T000002R044538", "___s": true }, { @@ -400839,7 +401714,7 @@ "filename": "StaggerBuilder.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\builders", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\builders", "code": {} }, "description": "Creates a Stagger function to be used by a Tween property.\r\rThe stagger function will allow you to stagger changes to the value of the property across all targets of the tween.\r\rThis is only worth using if the tween has multiple targets.\r\rThe following will stagger the delay by 100ms across all targets of the tween, causing them to scale down to 0.2\rover the duration specified:\r\r```javascript\rthis.tweens.add({\r targets: [ ... ],\r scale: 0.2,\r ease: 'linear',\r duration: 1000,\r delay: this.tweens.stagger(100)\r});\r```\r\rThe following will stagger the delay by 500ms across all targets of the tween using a 10 x 6 grid, staggering\rfrom the center out, using a cubic ease.\r\r```javascript\rthis.tweens.add({\r targets: [ ... ],\r scale: 0.2,\r ease: 'linear',\r duration: 1000,\r delay: this.tweens.stagger(500, { grid: [ 10, 6 ], from: 'center', ease: 'cubic.out' })\r});\r```", @@ -400911,7 +401786,7 @@ "memberof": "Phaser.Tweens.Builders", "longname": "Phaser.Tweens.Builders.StaggerBuilder", "scope": "static", - "___id": "T000002R044418", + "___id": "T000002R044570", "___s": true }, { @@ -400920,7 +401795,7 @@ "filename": "TweenBuilder.js", "lineno": 21, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\builders", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\builders", "code": {} }, "description": "Creates a new Tween.", @@ -400995,7 +401870,7 @@ "memberof": "Phaser.Tweens.Builders", "longname": "Phaser.Tweens.Builders.TweenBuilder", "scope": "static", - "___id": "T000002R044497", + "___id": "T000002R044649", "___s": true }, { @@ -401004,7 +401879,7 @@ "filename": "TweenChainBuilder.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\builders", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\builders", "code": {} }, "description": "Creates a new Tween Chain instance.", @@ -401066,7 +401941,7 @@ "memberof": "Phaser.Tweens.Builders", "longname": "Phaser.Tweens.Builders.TweenChainBuilder", "scope": "static", - "___id": "T000002R044552", + "___id": "T000002R044704", "___s": true }, { @@ -401075,7 +401950,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\events", "code": {} }, "kind": "namespace", @@ -401083,7 +401958,7 @@ "memberof": "Phaser.Tweens", "longname": "Phaser.Tweens.Events", "scope": "static", - "___id": "T000002R044577", + "___id": "T000002R044729", "___s": true }, { @@ -401092,7 +401967,7 @@ "filename": "TWEEN_ACTIVE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\events", "code": {} }, "description": "The Tween Active Event.\r\rThis event is dispatched by a Tween when it becomes active within the Tween Manager.\r\rAn 'active' Tween is one that is now progressing, although it may not yet be updating\rany target properties, due to settings such as `delay`. If you need an event for when\rthe Tween starts actually updating its first property, see `TWEEN_START`.\r\rListen to it from a Tween instance using `Tween.on('active', listener)`, i.e.:\r\r```javascript\rvar tween = this.tweens.create({\r targets: image,\r x: 500,\r ease: 'Power1',\r duration: 3000\r});\rtween.on('active', listener);\rthis.tweens.existing(tween);\r```\r\rNote that this event is usually dispatched already by the time you call `this.tweens.add()`, and is\rmeant for use with `tweens.create()` and/or `tweens.existing()`.", @@ -401158,7 +402033,7 @@ "memberof": "Phaser.Tweens.Events", "longname": "Phaser.Tweens.Events#event:TWEEN_ACTIVE", "scope": "instance", - "___id": "T000002R044589", + "___id": "T000002R044741", "___s": true }, { @@ -401167,7 +402042,7 @@ "filename": "TWEEN_COMPLETE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\events", "code": {} }, "description": "The Tween Complete Event.\r\rThis event is dispatched by a Tween when it completes playback entirely, factoring in repeats and loops.\r\rIf the Tween has been set to loop or repeat infinitely, this event will not be dispatched\runless the `Tween.stop` method is called.\r\rIf a Tween has a `completeDelay` set, this event will fire after that delay expires.\r\rListen to it from a Tween instance using `Tween.on('complete', listener)`, i.e.:\r\r```javascript\rvar tween = this.tweens.add({\r targets: image,\r x: 500,\r ease: 'Power1',\r duration: 3000\r});\rtween.on('complete', listener);\r```", @@ -401233,7 +402108,7 @@ "memberof": "Phaser.Tweens.Events", "longname": "Phaser.Tweens.Events#event:TWEEN_COMPLETE", "scope": "instance", - "___id": "T000002R044591", + "___id": "T000002R044743", "___s": true }, { @@ -401242,7 +402117,7 @@ "filename": "TWEEN_LOOP_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\events", "code": {} }, "description": "The Tween Loop Event.\r\rThis event is dispatched by a Tween when it loops.\r\rThis event will only be dispatched if the Tween has a loop count set.\r\rIf a Tween has a `loopDelay` set, this event will fire after that delay expires.\r\rThe difference between `loop` and `repeat` is that `repeat` is a property setting,\rwhere-as `loop` applies to the entire Tween.\r\rListen to it from a Tween instance using `Tween.on('loop', listener)`, i.e.:\r\r```javascript\rvar tween = this.tweens.add({\r targets: image,\r x: 500,\r ease: 'Power1',\r duration: 3000,\r loop: 6\r});\rtween.on('loop', listener);\r```", @@ -401308,7 +402183,7 @@ "memberof": "Phaser.Tweens.Events", "longname": "Phaser.Tweens.Events#event:TWEEN_LOOP", "scope": "instance", - "___id": "T000002R044593", + "___id": "T000002R044745", "___s": true }, { @@ -401317,7 +402192,7 @@ "filename": "TWEEN_PAUSE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\events", "code": {} }, "description": "The Tween Pause Event.\r\rThis event is dispatched by a Tween when it is paused.\r\rListen to it from a Tween instance using `Tween.on('pause', listener)`, i.e.:\r\r```javascript\rvar tween = this.tweens.add({\r targets: image,\r ease: 'Power1',\r duration: 3000,\r x: 600\r});\rtween.on('pause', listener);\r// At some point later ...\rtween.pause();\r```", @@ -401351,7 +402226,7 @@ "memberof": "Phaser.Tweens.Events", "longname": "Phaser.Tweens.Events#event:TWEEN_PAUSE", "scope": "instance", - "___id": "T000002R044595", + "___id": "T000002R044747", "___s": true }, { @@ -401360,7 +402235,7 @@ "filename": "TWEEN_REPEAT_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\events", "code": {} }, "description": "The Tween Repeat Event.\r\rThis event is dispatched by a Tween when one of the properties it is tweening repeats.\r\rThis event will only be dispatched if the Tween has a property with a repeat count set.\r\rIf a Tween has a `repeatDelay` set, this event will fire after that delay expires.\r\rThe difference between `loop` and `repeat` is that `repeat` is a property setting,\rwhere-as `loop` applies to the entire Tween.\r\rListen to it from a Tween instance using `Tween.on('repeat', listener)`, i.e.:\r\r```javascript\rvar tween = this.tweens.add({\r targets: image,\r x: 500,\r ease: 'Power1',\r duration: 3000,\r repeat: 4\r});\rtween.on('repeat', listener);\r```", @@ -401446,7 +402321,7 @@ "memberof": "Phaser.Tweens.Events", "longname": "Phaser.Tweens.Events#event:TWEEN_REPEAT", "scope": "instance", - "___id": "T000002R044597", + "___id": "T000002R044749", "___s": true }, { @@ -401455,7 +402330,7 @@ "filename": "TWEEN_RESUME_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\events", "code": {} }, "description": "The Tween Resume Event.\r\rThis event is dispatched by a Tween when it is resumed from a paused state.\r\rListen to it from a Tween instance using `Tween.on('resume', listener)`, i.e.:\r\r```javascript\rvar tween = this.tweens.add({\r targets: image,\r ease: 'Power1',\r duration: 3000,\r x: 600\r});\rtween.on('resume', listener);\r// At some point later ...\rtween.resume();\r```", @@ -401489,7 +402364,7 @@ "memberof": "Phaser.Tweens.Events", "longname": "Phaser.Tweens.Events#event:TWEEN_RESUME", "scope": "instance", - "___id": "T000002R044599", + "___id": "T000002R044751", "___s": true }, { @@ -401498,7 +402373,7 @@ "filename": "TWEEN_START_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\events", "code": {} }, "description": "The Tween Start Event.\r\rThis event is dispatched by a Tween when it starts tweening its first property.\r\rA Tween will only emit this event once, as it can only start once.\r\rIf a Tween has a `delay` set, this event will fire after that delay expires.\r\rListen to it from a Tween instance using `Tween.on('start', listener)`, i.e.:\r\r```javascript\rvar tween = this.tweens.add({\r targets: image,\r x: 500,\r ease: 'Power1',\r duration: 3000\r});\rtween.on('start', listener);\r```", @@ -401564,7 +402439,7 @@ "memberof": "Phaser.Tweens.Events", "longname": "Phaser.Tweens.Events#event:TWEEN_START", "scope": "instance", - "___id": "T000002R044601", + "___id": "T000002R044753", "___s": true }, { @@ -401573,7 +402448,7 @@ "filename": "TWEEN_STOP_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\events", "code": {} }, "description": "The Tween Stop Event.\r\rThis event is dispatched by a Tween when it is stopped.\r\rListen to it from a Tween instance using `Tween.on('stop', listener)`, i.e.:\r\r```javascript\rvar tween = this.tweens.add({\r targets: image,\r x: 500,\r ease: 'Power1',\r duration: 3000\r});\rtween.on('stop', listener);\r```", @@ -401639,7 +402514,7 @@ "memberof": "Phaser.Tweens.Events", "longname": "Phaser.Tweens.Events#event:TWEEN_STOP", "scope": "instance", - "___id": "T000002R044603", + "___id": "T000002R044755", "___s": true }, { @@ -401648,7 +402523,7 @@ "filename": "TWEEN_UPDATE_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\events", "code": {} }, "description": "The Tween Update Event.\r\rThis event is dispatched by a Tween every time it updates _any_ of the properties it is tweening.\r\rA Tween that is changing 3 properties of a target will emit this event 3 times per change, once per property.\r\r**Note:** This is a very high frequency event and may be dispatched multiple times, every single frame.\r\rListen to it from a Tween instance using `Tween.on('update', listener)`, i.e.:\r\r```javascript\rvar tween = this.tweens.add({\r targets: image,\r x: 500,\r ease: 'Power1',\r duration: 3000,\r});\rtween.on('update', listener);\r```", @@ -401734,7 +402609,7 @@ "memberof": "Phaser.Tweens.Events", "longname": "Phaser.Tweens.Events#event:TWEEN_UPDATE", "scope": "instance", - "___id": "T000002R044605", + "___id": "T000002R044757", "___s": true }, { @@ -401743,7 +402618,7 @@ "filename": "TWEEN_YOYO_EVENT.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\events", "code": {} }, "description": "The Tween Yoyo Event.\r\rThis event is dispatched by a Tween whenever a property it is tweening yoyos.\r\rThis event will only be dispatched if the Tween has a property with `yoyo` set.\r\rIf the Tween has a `hold` value, this event is dispatched when the hold expires.\r\rThis event is dispatched for every property, and for every target, that yoyos.\rFor example, if a Tween was updating 2 properties and had 10 targets, this event\rwould be dispatched 20 times (twice per target). So be careful how you use it!\r\rListen to it from a Tween instance using `Tween.on('yoyo', listener)`, i.e.:\r\r```javascript\rvar tween = this.tweens.add({\r targets: image,\r x: 500,\r ease: 'Power1',\r duration: 3000,\r yoyo: true\r});\rtween.on('yoyo', listener);\r```", @@ -401829,7 +402704,7 @@ "memberof": "Phaser.Tweens.Events", "longname": "Phaser.Tweens.Events#event:TWEEN_YOYO", "scope": "instance", - "___id": "T000002R044607", + "___id": "T000002R044759", "___s": true }, { @@ -401838,7 +402713,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "kind": "namespace", @@ -401846,7 +402721,7 @@ "memberof": "Phaser", "longname": "Phaser.Tweens", "scope": "static", - "___id": "T000002R044609", + "___id": "T000002R044761", "___s": true }, { @@ -401855,7 +402730,7 @@ "filename": "BaseTween.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "classdesc": "As the name implies, this is the base Tween class that both the Tween and TweenChain\rinherit from. It contains shared properties and methods common to both types of Tween.\r\rTypically you would never instantiate this class directly, although you could certainly\ruse it to create your own variation of Tweens from.", @@ -401893,7 +402768,7 @@ ], "scope": "static", "longname": "Phaser.Tweens.BaseTween", - "___id": "T000002R044625", + "___id": "T000002R044777", "___s": true }, { @@ -401902,7 +402777,7 @@ "filename": "BaseTween.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "A reference to the Tween Manager, or Tween Chain, that owns this Tween.", @@ -401931,7 +402806,7 @@ "longname": "Phaser.Tweens.BaseTween#parent", "scope": "instance", "kind": "member", - "___id": "T000002R044629", + "___id": "T000002R044781", "___s": true }, { @@ -401940,7 +402815,7 @@ "filename": "BaseTween.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The main data array. For a Tween, this contains all of the `TweenData` objects, each\rcontaining a unique property and target that is being tweened.\r\rFor a TweenChain, this contains an array of `Tween` instances, which are being played\rthrough in sequence.", @@ -401987,7 +402862,7 @@ "longname": "Phaser.Tweens.BaseTween#data", "scope": "instance", "kind": "member", - "___id": "T000002R044631", + "___id": "T000002R044783", "___s": true }, { @@ -401996,7 +402871,7 @@ "filename": "BaseTween.js", "lineno": 60, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The cached size of the data array.", @@ -402015,7 +402890,7 @@ "longname": "Phaser.Tweens.BaseTween#totalData", "scope": "instance", "kind": "member", - "___id": "T000002R044633", + "___id": "T000002R044785", "___s": true }, { @@ -402024,7 +402899,7 @@ "filename": "BaseTween.js", "lineno": 69, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The time in milliseconds before the 'onStart' event fires.\r\rFor a Tween, this is the shortest `delay` value across all of the TweenDatas it owns.\rFor a TweenChain, it is whatever delay value was given in the configuration.", @@ -402044,7 +402919,7 @@ "longname": "Phaser.Tweens.BaseTween#startDelay", "scope": "instance", "kind": "member", - "___id": "T000002R044635", + "___id": "T000002R044787", "___s": true }, { @@ -402053,7 +402928,7 @@ "filename": "BaseTween.js", "lineno": 82, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Has this Tween started playback yet?\r\rThis boolean is toggled when the Tween leaves the 'start delayed' state and begins running.", @@ -402073,7 +402948,7 @@ "longname": "Phaser.Tweens.BaseTween#hasStarted", "scope": "instance", "kind": "member", - "___id": "T000002R044637", + "___id": "T000002R044789", "___s": true }, { @@ -402082,7 +402957,7 @@ "filename": "BaseTween.js", "lineno": 94, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Scales the time applied to this Tween. A value of 1 runs in real-time. A value of 0.5 runs 50% slower, and so on.\r\rThe value isn't used when calculating total duration of the tween, it's a run-time delta adjustment only.\r\rThis value is multiplied by the `TweenManager.timeScale`.", @@ -402102,7 +402977,7 @@ "longname": "Phaser.Tweens.BaseTween#timeScale", "scope": "instance", "kind": "member", - "___id": "T000002R044639", + "___id": "T000002R044791", "___s": true }, { @@ -402111,7 +402986,7 @@ "filename": "BaseTween.js", "lineno": 108, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The number of times this Tween will loop.\r\rCan be -1 for an infinite loop, zero for none, or a positive integer.\r\rTypically this is set in the configuration object, but can also be set directly\ras long as this Tween is paused and hasn't started playback.\r\rWhen enabled it will play through ALL Tweens again.\r\rUse TweenData.repeat to loop a single element.", @@ -402131,7 +403006,7 @@ "longname": "Phaser.Tweens.BaseTween#loop", "scope": "instance", "kind": "member", - "___id": "T000002R044641", + "___id": "T000002R044793", "___s": true }, { @@ -402140,7 +403015,7 @@ "filename": "BaseTween.js", "lineno": 127, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The time in milliseconds before the Tween loops.\r\rOnly used if `loop` is > 0.", @@ -402160,7 +403035,7 @@ "longname": "Phaser.Tweens.BaseTween#loopDelay", "scope": "instance", "kind": "member", - "___id": "T000002R044643", + "___id": "T000002R044795", "___s": true }, { @@ -402169,7 +403044,7 @@ "filename": "BaseTween.js", "lineno": 139, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Internal counter recording how many loops are left to run.", @@ -402189,7 +403064,7 @@ "longname": "Phaser.Tweens.BaseTween#loopCounter", "scope": "instance", "kind": "member", - "___id": "T000002R044645", + "___id": "T000002R044797", "___s": true }, { @@ -402198,7 +403073,7 @@ "filename": "BaseTween.js", "lineno": 149, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The time in milliseconds before the 'onComplete' event fires.\r\rThis never fires if `loop = -1` as it never completes because it has been\rset to loop forever.", @@ -402218,7 +403093,7 @@ "longname": "Phaser.Tweens.BaseTween#completeDelay", "scope": "instance", "kind": "member", - "___id": "T000002R044647", + "___id": "T000002R044799", "___s": true }, { @@ -402227,7 +403102,7 @@ "filename": "BaseTween.js", "lineno": 162, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "An internal countdown timer (used by loopDelay and completeDelay)", @@ -402247,7 +403122,7 @@ "longname": "Phaser.Tweens.BaseTween#countdown", "scope": "instance", "kind": "member", - "___id": "T000002R044649", + "___id": "T000002R044801", "___s": true }, { @@ -402256,7 +403131,7 @@ "filename": "BaseTween.js", "lineno": 172, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The current state of the Tween.", @@ -402275,7 +403150,7 @@ "longname": "Phaser.Tweens.BaseTween#state", "scope": "instance", "kind": "member", - "___id": "T000002R044651", + "___id": "T000002R044803", "___s": true }, { @@ -402284,7 +403159,7 @@ "filename": "BaseTween.js", "lineno": 181, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Is the Tween currently paused?\r\rA paused Tween needs to be started with the `play` method, or resumed with the `resume` method.\r\rThis property can be toggled at runtime if required.", @@ -402304,7 +403179,7 @@ "longname": "Phaser.Tweens.BaseTween#paused", "scope": "instance", "kind": "member", - "___id": "T000002R044653", + "___id": "T000002R044805", "___s": true }, { @@ -402313,7 +403188,7 @@ "filename": "BaseTween.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "An object containing the different Tween callback functions.\r\rYou can either set these in the Tween config, or by calling the `Tween.setCallback` method.\r\rThe types available are:\r\r`onActive` - When the Tween is first created it moves to an 'active' state when added to the Tween Manager. 'Active' does not mean 'playing'.\r`onStart` - When the Tween starts playing after a delayed or paused state. This will happen at the same time as `onActive` if the tween has no delay and isn't paused.\r`onLoop` - When a Tween loops, if it has been set to do so. This happens _after_ the `loopDelay` expires, if set.\r`onComplete` - When the Tween finishes playback fully. Never invoked if the Tween is set to repeat infinitely.\r`onStop` - Invoked only if the `Tween.stop` method is called.\r`onPause` - Invoked only if the `Tween.pause` method is called. Not invoked if the Tween Manager is paused.\r`onResume` - Invoked only if the `Tween.resume` method is called. Not invoked if the Tween Manager is resumed.\r\rThe following types are also available and are invoked on a `TweenData` level - that is per-object, per-property, being tweened.\r\r`onYoyo` - When a TweenData starts a yoyo. This happens _after_ the `hold` delay expires, if set.\r`onRepeat` - When a TweenData repeats playback. This happens _after_ the `repeatDelay` expires, if set.\r`onUpdate` - When a TweenData updates a property on a source target during playback.", @@ -402332,7 +403207,7 @@ "longname": "Phaser.Tweens.BaseTween#callbacks", "scope": "instance", "kind": "member", - "___id": "T000002R044655", + "___id": "T000002R044807", "___s": true }, { @@ -402341,7 +403216,7 @@ "filename": "BaseTween.js", "lineno": 233, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The scope (or context) in which all of the callbacks are invoked.\r\rThis defaults to be this Tween, but you can override this property\rto set it to whatever object you require.", @@ -402360,7 +403235,7 @@ "longname": "Phaser.Tweens.BaseTween#callbackScope", "scope": "instance", "kind": "member", - "___id": "T000002R044667", + "___id": "T000002R044819", "___s": true }, { @@ -402369,7 +403244,7 @@ "filename": "BaseTween.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Will this Tween persist after playback? A Tween that persists will _not_ be destroyed by the\rTween Manager, or when calling `Tween.stop`, and can be re-played as required. You can either\rset this property when creating the tween in the tween config, or set it _prior_ to playback.\r\rHowever, it's up to you to ensure you destroy persistent tweens when you are finished with them,\ror they will retain references you may no longer require and waste memory.\r\rBy default, `Tweens` are set to _not_ persist, so they are automatically cleaned-up by\rthe Tween Manager. But `TweenChains` _do_ persist by default, unless overridden in their\rconfig. This is because the type of situations you use a chain for is far more likely to\rneed to be replayed again in the future, rather than disposed of.", @@ -402388,7 +403263,7 @@ "longname": "Phaser.Tweens.BaseTween#persist", "scope": "instance", "kind": "member", - "___id": "T000002R044669", + "___id": "T000002R044821", "___s": true }, { @@ -402397,7 +403272,7 @@ "filename": "BaseTween.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Sets the value of the time scale applied to this Tween. A value of 1 runs in real-time.\rA value of 0.5 runs 50% slower, and so on.\r\rThe value isn't used when calculating total duration of the tween, it's a run-time delta adjustment only.\r\rThis value is multiplied by the `TweenManager.timeScale`.", @@ -402437,7 +403312,7 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#setTimeScale", "scope": "instance", - "___id": "T000002R044671", + "___id": "T000002R044823", "___s": true }, { @@ -402446,7 +403321,7 @@ "filename": "BaseTween.js", "lineno": 287, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Gets the value of the time scale applied to this Tween. A value of 1 runs in real-time.\rA value of 0.5 runs 50% slower, and so on.", @@ -402470,7 +403345,7 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#getTimeScale", "scope": "instance", - "___id": "T000002R044674", + "___id": "T000002R044826", "___s": true }, { @@ -402479,7 +403354,7 @@ "filename": "BaseTween.js", "lineno": 301, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Checks if this Tween is currently playing.\r\rIf this Tween is paused, or not active, this method will return false.", @@ -402503,7 +403378,7 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#isPlaying", "scope": "instance", - "___id": "T000002R044676", + "___id": "T000002R044828", "___s": true }, { @@ -402512,7 +403387,7 @@ "filename": "BaseTween.js", "lineno": 316, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Checks if the Tween is currently paused.\r\rThis is the same as inspecting the `BaseTween.paused` property directly.", @@ -402536,7 +403411,7 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#isPaused", "scope": "instance", - "___id": "T000002R044678", + "___id": "T000002R044830", "___s": true }, { @@ -402545,7 +403420,7 @@ "filename": "BaseTween.js", "lineno": 331, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Pauses the Tween immediately. Use `resume` to continue playback.\r\rYou can also toggle the `Tween.paused` boolean property, but doing so will not trigger the PAUSE event.", @@ -402573,7 +403448,7 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#pause", "scope": "instance", - "___id": "T000002R044680", + "___id": "T000002R044832", "___s": true }, { @@ -402582,7 +403457,7 @@ "filename": "BaseTween.js", "lineno": 354, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Resumes the playback of a previously paused Tween.\r\rYou can also toggle the `Tween.paused` boolean property, but doing so will not trigger the RESUME event.", @@ -402610,7 +403485,7 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#resume", "scope": "instance", - "___id": "T000002R044683", + "___id": "T000002R044835", "___s": true }, { @@ -402619,7 +403494,7 @@ "filename": "BaseTween.js", "lineno": 377, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Internal method that makes this Tween active within the TweenManager\rand emits the onActive event and callback.", @@ -402632,7 +403507,7 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#makeActive", "scope": "instance", - "___id": "T000002R044686", + "___id": "T000002R044838", "___s": true }, { @@ -402641,7 +403516,7 @@ "filename": "BaseTween.js", "lineno": 392, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Internal method that handles this tween completing and emitting the onComplete event\rand callback.", @@ -402651,7 +403526,7 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#onCompleteHandler", "scope": "instance", - "___id": "T000002R044688", + "___id": "T000002R044840", "___s": true }, { @@ -402660,7 +403535,7 @@ "filename": "BaseTween.js", "lineno": 406, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Flags the Tween as being complete, whatever stage of progress it is at.\r\rIf an `onComplete` callback has been defined it will automatically invoke it, unless a `delay`\rargument is provided, in which case the Tween will delay for that period of time before calling the callback.\r\rIf you don't need a delay or don't have an `onComplete` callback then call `Tween.stop` instead.", @@ -402705,7 +403580,7 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#complete", "scope": "instance", - "___id": "T000002R044690", + "___id": "T000002R044842", "___s": true }, { @@ -402714,7 +403589,7 @@ "filename": "BaseTween.js", "lineno": 440, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Flags the Tween as being complete only once the current loop has finished.\r\rThis is a useful way to stop an infinitely looping tween once a complete cycle is over,\rrather than abruptly.\r\rIf you don't have a loop then call `Tween.stop` instead.", @@ -402759,7 +403634,7 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#completeAfterLoop", "scope": "instance", - "___id": "T000002R044694", + "___id": "T000002R044846", "___s": true }, { @@ -402768,7 +403643,7 @@ "filename": "BaseTween.js", "lineno": 468, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Immediately removes this Tween from the TweenManager and all of its internal arrays,\rno matter what stage it is at. Then sets the tween state to `REMOVED`.\r\rYou should dispose of your reference to this tween after calling this method, to\rfree it from memory. If you no longer require it, call `Tween.destroy()` on it.", @@ -402793,7 +403668,7 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#remove", "scope": "instance", - "___id": "T000002R044698", + "___id": "T000002R044850", "___s": true }, { @@ -402802,7 +403677,7 @@ "filename": "BaseTween.js", "lineno": 490, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Stops the Tween immediately, whatever stage of progress it is at.\r\rIf not a part of a Tween Chain it is also flagged for removal by the Tween Manager.\r\rIf an `onStop` callback has been defined it will automatically invoke it.\r\rThe Tween will be removed during the next game frame, but should be considered 'destroyed' from this point on.\r\rTypically, you cannot play a Tween that has been stopped. If you just wish to pause the tween, not destroy it,\rthen call the `pause` method instead and use `resume` to continue playback. If you wish to restart the Tween,\ruse the `restart` or `seek` methods.", @@ -402830,7 +403705,7 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#stop", "scope": "instance", - "___id": "T000002R044700", + "___id": "T000002R044852", "___s": true }, { @@ -402839,7 +403714,7 @@ "filename": "BaseTween.js", "lineno": 521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Internal method that handles the processing of the loop delay countdown timer and\rthe dispatch of related events. Called automatically by `Tween.update`.", @@ -402864,7 +403739,7 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#updateLoopCountdown", "scope": "instance", - "___id": "T000002R044702", + "___id": "T000002R044854", "___s": true }, { @@ -402873,7 +403748,7 @@ "filename": "BaseTween.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Internal method that handles the processing of the start delay countdown timer and\rthe dispatch of related events. Called automatically by `Tween.update`.", @@ -402898,7 +403773,7 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#updateStartCountdown", "scope": "instance", - "___id": "T000002R044705", + "___id": "T000002R044857", "___s": true }, { @@ -402907,7 +403782,7 @@ "filename": "BaseTween.js", "lineno": 570, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Internal method that handles the processing of the complete delay countdown timer and\rthe dispatch of related events. Called automatically by `Tween.update`.", @@ -402932,7 +403807,7 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#updateCompleteDelay", "scope": "instance", - "___id": "T000002R044710", + "___id": "T000002R044862", "___s": true }, { @@ -402941,7 +403816,7 @@ "filename": "BaseTween.js", "lineno": 589, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Sets an event based callback to be invoked during playback.\r\rCalling this method will replace a previously set callback for the given type, if any exists.\r\rThe types available are:\r\r`onActive` - When the Tween is first created it moves to an 'active' state when added to the Tween Manager. 'Active' does not mean 'playing'.\r`onStart` - When the Tween starts playing after a delayed or paused state. This will happen at the same time as `onActive` if the tween has no delay and isn't paused.\r`onLoop` - When a Tween loops, if it has been set to do so. This happens _after_ the `loopDelay` expires, if set.\r`onComplete` - When the Tween finishes playback fully. Never invoked if the Tween is set to repeat infinitely.\r`onStop` - Invoked only if the `Tween.stop` method is called.\r`onPause` - Invoked only if the `Tween.pause` method is called. Not invoked if the Tween Manager is paused.\r`onResume` - Invoked only if the `Tween.resume` method is called. Not invoked if the Tween Manager is resumed.\r\rThe following types are also available and are invoked on a `TweenData` level - that is per-object, per-property, being tweened.\r\r`onYoyo` - When a TweenData starts a yoyo. This happens _after_ the `hold` delay expires, if set.\r`onRepeat` - When a TweenData repeats playback. This happens _after_ the `repeatDelay` expires, if set.\r`onUpdate` - When a TweenData updates a property on a source target during playback.", @@ -403008,7 +403883,7 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#setCallback", "scope": "instance", - "___id": "T000002R044713", + "___id": "T000002R044865", "___s": true }, { @@ -403017,7 +403892,7 @@ "filename": "BaseTween.js", "lineno": 631, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Sets this Tween state to PENDING.", @@ -403027,7 +403902,7 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#setPendingState", "scope": "instance", - "___id": "T000002R044719", + "___id": "T000002R044871", "___s": true }, { @@ -403036,7 +403911,7 @@ "filename": "BaseTween.js", "lineno": 642, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Sets this Tween state to ACTIVE.", @@ -403046,16 +403921,16 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#setActiveState", "scope": "instance", - "___id": "T000002R044722", + "___id": "T000002R044874", "___s": true }, { "comment": "/**\r\n * Sets this Tween state to LOOP_DELAY.\r\n *\r\n * @method Phaser.Tweens.BaseTween#setLoopDelayState\r\n * @since 3.60.0\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 653, + "lineno": 655, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Sets this Tween state to LOOP_DELAY.", @@ -403065,16 +403940,16 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#setLoopDelayState", "scope": "instance", - "___id": "T000002R044725", + "___id": "T000002R044878", "___s": true }, { "comment": "/**\r\n * Sets this Tween state to COMPLETE_DELAY.\r\n *\r\n * @method Phaser.Tweens.BaseTween#setCompleteDelayState\r\n * @since 3.60.0\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 664, + "lineno": 666, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Sets this Tween state to COMPLETE_DELAY.", @@ -403084,16 +403959,16 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#setCompleteDelayState", "scope": "instance", - "___id": "T000002R044728", + "___id": "T000002R044881", "___s": true }, { "comment": "/**\r\n * Sets this Tween state to START_DELAY.\r\n *\r\n * @method Phaser.Tweens.BaseTween#setStartDelayState\r\n * @since 3.60.0\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 675, + "lineno": 677, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Sets this Tween state to START_DELAY.", @@ -403103,16 +403978,16 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#setStartDelayState", "scope": "instance", - "___id": "T000002R044731", + "___id": "T000002R044884", "___s": true }, { "comment": "/**\r\n * Sets this Tween state to PENDING_REMOVE.\r\n *\r\n * @method Phaser.Tweens.BaseTween#setPendingRemoveState\r\n * @since 3.60.0\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 690, + "lineno": 692, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Sets this Tween state to PENDING_REMOVE.", @@ -403122,16 +403997,16 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#setPendingRemoveState", "scope": "instance", - "___id": "T000002R044736", + "___id": "T000002R044889", "___s": true }, { "comment": "/**\r\n * Sets this Tween state to REMOVED.\r\n *\r\n * @method Phaser.Tweens.BaseTween#setRemovedState\r\n * @since 3.60.0\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 701, + "lineno": 703, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Sets this Tween state to REMOVED.", @@ -403141,16 +404016,16 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#setRemovedState", "scope": "instance", - "___id": "T000002R044739", + "___id": "T000002R044892", "___s": true }, { "comment": "/**\r\n * Sets this Tween state to FINISHED.\r\n *\r\n * @method Phaser.Tweens.BaseTween#setFinishedState\r\n * @since 3.60.0\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 712, + "lineno": 714, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Sets this Tween state to FINISHED.", @@ -403160,16 +404035,16 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#setFinishedState", "scope": "instance", - "___id": "T000002R044742", + "___id": "T000002R044895", "___s": true }, { "comment": "/**\r\n * Sets this Tween state to DESTROYED.\r\n *\r\n * @method Phaser.Tweens.BaseTween#setDestroyedState\r\n * @since 3.60.0\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 723, + "lineno": 725, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Sets this Tween state to DESTROYED.", @@ -403179,16 +404054,16 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#setDestroyedState", "scope": "instance", - "___id": "T000002R044745", + "___id": "T000002R044898", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Tween has a _current_ state of PENDING, otherwise `false`.\r\n *\r\n * @method Phaser.Tweens.BaseTween#isPending\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Tween has a _current_ state of PENDING, otherwise `false`.\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 734, + "lineno": 736, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Returns `true` if this Tween has a _current_ state of PENDING, otherwise `false`.", @@ -403212,16 +404087,16 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#isPending", "scope": "instance", - "___id": "T000002R044748", + "___id": "T000002R044901", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Tween has a _current_ state of ACTIVE, otherwise `false`.\r\n *\r\n * @method Phaser.Tweens.BaseTween#isActive\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Tween has a _current_ state of ACTIVE, otherwise `false`.\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 747, + "lineno": 749, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Returns `true` if this Tween has a _current_ state of ACTIVE, otherwise `false`.", @@ -403245,16 +404120,16 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#isActive", "scope": "instance", - "___id": "T000002R044750", + "___id": "T000002R044903", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Tween has a _current_ state of LOOP_DELAY, otherwise `false`.\r\n *\r\n * @method Phaser.Tweens.BaseTween#isLoopDelayed\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Tween has a _current_ state of LOOP_DELAY, otherwise `false`.\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 760, + "lineno": 762, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Returns `true` if this Tween has a _current_ state of LOOP_DELAY, otherwise `false`.", @@ -403278,16 +404153,16 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#isLoopDelayed", "scope": "instance", - "___id": "T000002R044752", + "___id": "T000002R044905", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Tween has a _current_ state of COMPLETE_DELAY, otherwise `false`.\r\n *\r\n * @method Phaser.Tweens.BaseTween#isCompleteDelayed\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Tween has a _current_ state of COMPLETE_DELAY, otherwise `false`.\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 773, + "lineno": 775, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Returns `true` if this Tween has a _current_ state of COMPLETE_DELAY, otherwise `false`.", @@ -403311,16 +404186,16 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#isCompleteDelayed", "scope": "instance", - "___id": "T000002R044754", + "___id": "T000002R044907", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Tween has a _current_ state of START_DELAY, otherwise `false`.\r\n *\r\n * @method Phaser.Tweens.BaseTween#isStartDelayed\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Tween has a _current_ state of START_DELAY, otherwise `false`.\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 786, + "lineno": 788, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Returns `true` if this Tween has a _current_ state of START_DELAY, otherwise `false`.", @@ -403344,16 +404219,16 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#isStartDelayed", "scope": "instance", - "___id": "T000002R044756", + "___id": "T000002R044909", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Tween has a _current_ state of PENDING_REMOVE, otherwise `false`.\r\n *\r\n * @method Phaser.Tweens.BaseTween#isPendingRemove\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Tween has a _current_ state of PENDING_REMOVE, otherwise `false`.\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 799, + "lineno": 801, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Returns `true` if this Tween has a _current_ state of PENDING_REMOVE, otherwise `false`.", @@ -403377,16 +404252,16 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#isPendingRemove", "scope": "instance", - "___id": "T000002R044758", + "___id": "T000002R044911", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Tween has a _current_ state of REMOVED, otherwise `false`.\r\n *\r\n * @method Phaser.Tweens.BaseTween#isRemoved\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Tween has a _current_ state of REMOVED, otherwise `false`.\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 812, + "lineno": 814, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Returns `true` if this Tween has a _current_ state of REMOVED, otherwise `false`.", @@ -403410,16 +404285,16 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#isRemoved", "scope": "instance", - "___id": "T000002R044760", + "___id": "T000002R044913", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Tween has a _current_ state of FINISHED, otherwise `false`.\r\n *\r\n * @method Phaser.Tweens.BaseTween#isFinished\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Tween has a _current_ state of FINISHED, otherwise `false`.\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 825, + "lineno": 827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Returns `true` if this Tween has a _current_ state of FINISHED, otherwise `false`.", @@ -403443,16 +404318,16 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#isFinished", "scope": "instance", - "___id": "T000002R044762", + "___id": "T000002R044915", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Tween has a _current_ state of DESTROYED, otherwise `false`.\r\n *\r\n * @method Phaser.Tweens.BaseTween#isDestroyed\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Tween has a _current_ state of DESTROYED, otherwise `false`.\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 838, + "lineno": 840, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Returns `true` if this Tween has a _current_ state of DESTROYED, otherwise `false`.", @@ -403476,16 +404351,16 @@ "memberof": "Phaser.Tweens.BaseTween", "longname": "Phaser.Tweens.BaseTween#isDestroyed", "scope": "instance", - "___id": "T000002R044764", + "___id": "T000002R044917", "___s": true }, { "comment": "/**\r\n * Handles the destroy process of this Tween, clearing out the\r\n * Tween Data and resetting the targets. A Tween that has been\r\n * destroyed cannot ever be played or used again.\r\n *\r\n * @method Phaser.Tweens.BaseTween#destroy\r\n * @since 3.60.0\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 851, + "lineno": 853, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Handles the destroy process of this Tween, clearing out the\rTween Data and resetting the targets. A Tween that has been\rdestroyed cannot ever be played or used again.", @@ -403496,7 +404371,7 @@ "longname": "Phaser.Tweens.BaseTween#destroy", "scope": "instance", "overrides": "Phaser.Events.EventEmitter#destroy", - "___id": "T000002R044766", + "___id": "T000002R044919", "___s": true }, { @@ -403505,7 +404380,7 @@ "filename": "BaseTweenData.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "classdesc": "BaseTweenData is the class that the TweenData and TweenFrameData classes\rextend from. You should not typically instantiate this class directly, but instead\ruse it to form your own tween data classes from, should you require it.\r\rPrior to Phaser 3.60 the TweenData was just an object, but was refactored to a class,\rto make it responsible for its own state and updating.", @@ -403753,7 +404628,7 @@ ], "scope": "static", "longname": "Phaser.Tweens.BaseTweenData", - "___id": "T000002R044776", + "___id": "T000002R044929", "___s": true }, { @@ -403762,7 +404637,7 @@ "filename": "BaseTweenData.js", "lineno": 49, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "A reference to the Tween that this TweenData instance belongs to.", @@ -403781,7 +404656,7 @@ "longname": "Phaser.Tweens.BaseTweenData#tween", "scope": "instance", "kind": "member", - "___id": "T000002R044779", + "___id": "T000002R044932", "___s": true }, { @@ -403790,7 +404665,7 @@ "filename": "BaseTweenData.js", "lineno": 58, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The index of the target within the Tween `targets` array.", @@ -403809,7 +404684,7 @@ "longname": "Phaser.Tweens.BaseTweenData#targetIndex", "scope": "instance", "kind": "member", - "___id": "T000002R044781", + "___id": "T000002R044934", "___s": true }, { @@ -403818,7 +404693,7 @@ "filename": "BaseTweenData.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The duration of the tween in milliseconds, excluding any time required\rfor yoyo or repeats.", @@ -403837,7 +404712,7 @@ "longname": "Phaser.Tweens.BaseTweenData#duration", "scope": "instance", "kind": "member", - "___id": "T000002R044783", + "___id": "T000002R044936", "___s": true }, { @@ -403846,7 +404721,7 @@ "filename": "BaseTweenData.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The total calculated duration, in milliseconds, of this TweenData.\rFactoring in the duration, repeats, delays and yoyos.", @@ -403865,7 +404740,7 @@ "longname": "Phaser.Tweens.BaseTweenData#totalDuration", "scope": "instance", "kind": "member", - "___id": "T000002R044785", + "___id": "T000002R044938", "___s": true }, { @@ -403874,7 +404749,7 @@ "filename": "BaseTweenData.js", "lineno": 87, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The time, in milliseconds, before this tween will start playing.\r\rThis value is generated by the `getDelay` function.", @@ -403893,7 +404768,7 @@ "longname": "Phaser.Tweens.BaseTweenData#delay", "scope": "instance", "kind": "member", - "___id": "T000002R044787", + "___id": "T000002R044940", "___s": true }, { @@ -403902,7 +404777,7 @@ "filename": "BaseTweenData.js", "lineno": 98, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "This function returns the value to be used for `TweenData.delay`.", @@ -403921,7 +404796,7 @@ "longname": "Phaser.Tweens.BaseTweenData#getDelay", "scope": "instance", "kind": "member", - "___id": "T000002R044789", + "___id": "T000002R044942", "___s": true }, { @@ -403930,7 +404805,7 @@ "filename": "BaseTweenData.js", "lineno": 107, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Will the Tween ease back to its starting values, after reaching the end\rand any `hold` value that may be set?", @@ -403949,7 +404824,7 @@ "longname": "Phaser.Tweens.BaseTweenData#yoyo", "scope": "instance", "kind": "member", - "___id": "T000002R044791", + "___id": "T000002R044944", "___s": true }, { @@ -403958,7 +404833,7 @@ "filename": "BaseTweenData.js", "lineno": 117, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The time, in milliseconds, before this tween will start a yoyo to repeat.", @@ -403977,7 +404852,7 @@ "longname": "Phaser.Tweens.BaseTweenData#hold", "scope": "instance", "kind": "member", - "___id": "T000002R044793", + "___id": "T000002R044946", "___s": true }, { @@ -403986,7 +404861,7 @@ "filename": "BaseTweenData.js", "lineno": 126, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The number of times this tween will repeat.\r\rThe tween will always run once regardless of this value,\rso a repeat value of '1' will play the tween twice: I.e. the original\rplay-through and then it repeats that once (1).\r\rIf this value is set to -1 this tween will repeat forever.", @@ -404005,7 +404880,7 @@ "longname": "Phaser.Tweens.BaseTweenData#repeat", "scope": "instance", "kind": "member", - "___id": "T000002R044795", + "___id": "T000002R044948", "___s": true }, { @@ -404014,7 +404889,7 @@ "filename": "BaseTweenData.js", "lineno": 141, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The time, in milliseconds, before the repeat will start.", @@ -404033,7 +404908,7 @@ "longname": "Phaser.Tweens.BaseTweenData#repeatDelay", "scope": "instance", "kind": "member", - "___id": "T000002R044797", + "___id": "T000002R044950", "___s": true }, { @@ -404042,7 +404917,7 @@ "filename": "BaseTweenData.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "How many repeats are left to run?", @@ -404061,7 +404936,7 @@ "longname": "Phaser.Tweens.BaseTweenData#repeatCounter", "scope": "instance", "kind": "member", - "___id": "T000002R044799", + "___id": "T000002R044952", "___s": true }, { @@ -404070,7 +404945,7 @@ "filename": "BaseTweenData.js", "lineno": 159, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "If `true` this Tween will call `toggleFlipX` on the Tween target\rwhenever it yoyo's or repeats. It will only be called if the target\rhas a function matching this name, like most Phaser GameObjects do.", @@ -404089,7 +404964,7 @@ "longname": "Phaser.Tweens.BaseTweenData#flipX", "scope": "instance", "kind": "member", - "___id": "T000002R044801", + "___id": "T000002R044954", "___s": true }, { @@ -404098,7 +404973,7 @@ "filename": "BaseTweenData.js", "lineno": 170, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "If `true` this Tween will call `toggleFlipY` on the Tween target\rwhenever it yoyo's or repeats. It will only be called if the target\rhas a function matching this name, like most Phaser GameObjects do.", @@ -404117,7 +404992,7 @@ "longname": "Phaser.Tweens.BaseTweenData#flipY", "scope": "instance", "kind": "member", - "___id": "T000002R044803", + "___id": "T000002R044956", "___s": true }, { @@ -404126,7 +405001,7 @@ "filename": "BaseTweenData.js", "lineno": 181, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "A value between 0 and 1 holding the progress of this TweenData.", @@ -404145,7 +405020,7 @@ "longname": "Phaser.Tweens.BaseTweenData#progress", "scope": "instance", "kind": "member", - "___id": "T000002R044805", + "___id": "T000002R044958", "___s": true }, { @@ -404154,7 +405029,7 @@ "filename": "BaseTweenData.js", "lineno": 190, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The amount of time, in milliseconds, that has elapsed since this\rTweenData was made active.", @@ -404173,7 +405048,7 @@ "longname": "Phaser.Tweens.BaseTweenData#elapsed", "scope": "instance", "kind": "member", - "___id": "T000002R044807", + "___id": "T000002R044960", "___s": true }, { @@ -404182,7 +405057,7 @@ "filename": "BaseTweenData.js", "lineno": 200, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The state of this TweenData.", @@ -404201,7 +405076,7 @@ "longname": "Phaser.Tweens.BaseTweenData#state", "scope": "instance", "kind": "member", - "___id": "T000002R044809", + "___id": "T000002R044962", "___s": true }, { @@ -404210,7 +405085,7 @@ "filename": "BaseTweenData.js", "lineno": 209, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Is this Tween Data currently waiting for a countdown to elapse, or not?", @@ -404229,7 +405104,7 @@ "longname": "Phaser.Tweens.BaseTweenData#isCountdown", "scope": "instance", "kind": "member", - "___id": "T000002R044811", + "___id": "T000002R044964", "___s": true }, { @@ -404238,7 +405113,7 @@ "filename": "BaseTweenData.js", "lineno": 219, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Returns a reference to the target object belonging to this TweenData.", @@ -404262,7 +405137,7 @@ "memberof": "Phaser.Tweens.BaseTweenData", "longname": "Phaser.Tweens.BaseTweenData#getTarget", "scope": "instance", - "___id": "T000002R044813", + "___id": "T000002R044966", "___s": true }, { @@ -404271,7 +405146,7 @@ "filename": "BaseTweenData.js", "lineno": 232, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Sets this TweenData's target object property to be the given value.", @@ -404297,7 +405172,7 @@ "memberof": "Phaser.Tweens.BaseTweenData", "longname": "Phaser.Tweens.BaseTweenData#setTargetValue", "scope": "instance", - "___id": "T000002R044815", + "___id": "T000002R044968", "___s": true }, { @@ -404306,7 +405181,7 @@ "filename": "BaseTweenData.js", "lineno": 247, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Sets this TweenData state to CREATED.", @@ -404316,7 +405191,7 @@ "memberof": "Phaser.Tweens.BaseTweenData", "longname": "Phaser.Tweens.BaseTweenData#setCreatedState", "scope": "instance", - "___id": "T000002R044819", + "___id": "T000002R044972", "___s": true }, { @@ -404325,7 +405200,7 @@ "filename": "BaseTweenData.js", "lineno": 259, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Sets this TweenData state to DELAY.", @@ -404335,7 +405210,7 @@ "memberof": "Phaser.Tweens.BaseTweenData", "longname": "Phaser.Tweens.BaseTweenData#setDelayState", "scope": "instance", - "___id": "T000002R044823", + "___id": "T000002R044976", "___s": true }, { @@ -404344,7 +405219,7 @@ "filename": "BaseTweenData.js", "lineno": 271, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Sets this TweenData state to PENDING_RENDER.", @@ -404354,7 +405229,7 @@ "memberof": "Phaser.Tweens.BaseTweenData", "longname": "Phaser.Tweens.BaseTweenData#setPendingRenderState", "scope": "instance", - "___id": "T000002R044827", + "___id": "T000002R044980", "___s": true }, { @@ -404363,7 +405238,7 @@ "filename": "BaseTweenData.js", "lineno": 283, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Sets this TweenData state to PLAYING_FORWARD.", @@ -404373,7 +405248,7 @@ "memberof": "Phaser.Tweens.BaseTweenData", "longname": "Phaser.Tweens.BaseTweenData#setPlayingForwardState", "scope": "instance", - "___id": "T000002R044831", + "___id": "T000002R044984", "___s": true }, { @@ -404382,7 +405257,7 @@ "filename": "BaseTweenData.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Sets this TweenData state to PLAYING_BACKWARD.", @@ -404392,7 +405267,7 @@ "memberof": "Phaser.Tweens.BaseTweenData", "longname": "Phaser.Tweens.BaseTweenData#setPlayingBackwardState", "scope": "instance", - "___id": "T000002R044835", + "___id": "T000002R044988", "___s": true }, { @@ -404401,7 +405276,7 @@ "filename": "BaseTweenData.js", "lineno": 307, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Sets this TweenData state to HOLD_DELAY.", @@ -404411,7 +405286,7 @@ "memberof": "Phaser.Tweens.BaseTweenData", "longname": "Phaser.Tweens.BaseTweenData#setHoldState", "scope": "instance", - "___id": "T000002R044839", + "___id": "T000002R044992", "___s": true }, { @@ -404420,7 +405295,7 @@ "filename": "BaseTweenData.js", "lineno": 319, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Sets this TweenData state to REPEAT_DELAY.", @@ -404430,7 +405305,7 @@ "memberof": "Phaser.Tweens.BaseTweenData", "longname": "Phaser.Tweens.BaseTweenData#setRepeatState", "scope": "instance", - "___id": "T000002R044843", + "___id": "T000002R044996", "___s": true }, { @@ -404439,7 +405314,7 @@ "filename": "BaseTweenData.js", "lineno": 331, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Sets this TweenData state to COMPLETE.", @@ -404449,7 +405324,7 @@ "memberof": "Phaser.Tweens.BaseTweenData", "longname": "Phaser.Tweens.BaseTweenData#setCompleteState", "scope": "instance", - "___id": "T000002R044847", + "___id": "T000002R045000", "___s": true }, { @@ -404458,7 +405333,7 @@ "filename": "BaseTweenData.js", "lineno": 343, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Returns `true` if this TweenData has a _current_ state of CREATED, otherwise `false`.", @@ -404482,7 +405357,7 @@ "memberof": "Phaser.Tweens.BaseTweenData", "longname": "Phaser.Tweens.BaseTweenData#isCreated", "scope": "instance", - "___id": "T000002R044851", + "___id": "T000002R045004", "___s": true }, { @@ -404491,7 +405366,7 @@ "filename": "BaseTweenData.js", "lineno": 356, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Returns `true` if this TweenData has a _current_ state of DELAY, otherwise `false`.", @@ -404515,7 +405390,7 @@ "memberof": "Phaser.Tweens.BaseTweenData", "longname": "Phaser.Tweens.BaseTweenData#isDelayed", "scope": "instance", - "___id": "T000002R044853", + "___id": "T000002R045006", "___s": true }, { @@ -404524,7 +405399,7 @@ "filename": "BaseTweenData.js", "lineno": 369, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Returns `true` if this TweenData has a _current_ state of PENDING_RENDER, otherwise `false`.", @@ -404548,7 +405423,7 @@ "memberof": "Phaser.Tweens.BaseTweenData", "longname": "Phaser.Tweens.BaseTweenData#isPendingRender", "scope": "instance", - "___id": "T000002R044855", + "___id": "T000002R045008", "___s": true }, { @@ -404557,7 +405432,7 @@ "filename": "BaseTweenData.js", "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Returns `true` if this TweenData has a _current_ state of PLAYING_FORWARD, otherwise `false`.", @@ -404581,7 +405456,7 @@ "memberof": "Phaser.Tweens.BaseTweenData", "longname": "Phaser.Tweens.BaseTweenData#isPlayingForward", "scope": "instance", - "___id": "T000002R044857", + "___id": "T000002R045010", "___s": true }, { @@ -404590,7 +405465,7 @@ "filename": "BaseTweenData.js", "lineno": 395, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Returns `true` if this TweenData has a _current_ state of PLAYING_BACKWARD, otherwise `false`.", @@ -404614,7 +405489,7 @@ "memberof": "Phaser.Tweens.BaseTweenData", "longname": "Phaser.Tweens.BaseTweenData#isPlayingBackward", "scope": "instance", - "___id": "T000002R044859", + "___id": "T000002R045012", "___s": true }, { @@ -404623,7 +405498,7 @@ "filename": "BaseTweenData.js", "lineno": 408, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Returns `true` if this TweenData has a _current_ state of HOLD_DELAY, otherwise `false`.", @@ -404647,7 +405522,7 @@ "memberof": "Phaser.Tweens.BaseTweenData", "longname": "Phaser.Tweens.BaseTweenData#isHolding", "scope": "instance", - "___id": "T000002R044861", + "___id": "T000002R045014", "___s": true }, { @@ -404656,7 +405531,7 @@ "filename": "BaseTweenData.js", "lineno": 421, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Returns `true` if this TweenData has a _current_ state of REPEAT_DELAY, otherwise `false`.", @@ -404680,7 +405555,7 @@ "memberof": "Phaser.Tweens.BaseTweenData", "longname": "Phaser.Tweens.BaseTweenData#isRepeating", "scope": "instance", - "___id": "T000002R044863", + "___id": "T000002R045016", "___s": true }, { @@ -404689,7 +405564,7 @@ "filename": "BaseTweenData.js", "lineno": 434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Returns `true` if this TweenData has a _current_ state of COMPLETE, otherwise `false`.", @@ -404713,7 +405588,7 @@ "memberof": "Phaser.Tweens.BaseTweenData", "longname": "Phaser.Tweens.BaseTweenData#isComplete", "scope": "instance", - "___id": "T000002R044865", + "___id": "T000002R045018", "___s": true }, { @@ -404722,7 +405597,7 @@ "filename": "BaseTweenData.js", "lineno": 447, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Internal method used as part of the playback process that checks if this\rTweenData should yoyo, repeat, or has completed.", @@ -404751,7 +405626,7 @@ "memberof": "Phaser.Tweens.BaseTweenData", "longname": "Phaser.Tweens.BaseTweenData#setStateFromEnd", "scope": "instance", - "___id": "T000002R044867", + "___id": "T000002R045020", "___s": true }, { @@ -404760,7 +405635,7 @@ "filename": "BaseTweenData.js", "lineno": 474, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Internal method used as part of the playback process that checks if this\rTweenData should repeat or has completed.", @@ -404788,7 +405663,7 @@ "memberof": "Phaser.Tweens.BaseTweenData", "longname": "Phaser.Tweens.BaseTweenData#setStateFromStart", "scope": "instance", - "___id": "T000002R044869", + "___id": "T000002R045022", "___s": true }, { @@ -404797,7 +405672,7 @@ "filename": "BaseTweenData.js", "lineno": 496, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Internal method that resets this Tween Data entirely, including the progress and elapsed values.\r\rCalled automatically by the parent Tween. Should not be called directly.", @@ -404807,7 +405682,7 @@ "memberof": "Phaser.Tweens.BaseTweenData", "longname": "Phaser.Tweens.BaseTweenData#reset", "scope": "instance", - "___id": "T000002R044871", + "___id": "T000002R045024", "___s": true }, { @@ -404816,7 +405691,7 @@ "filename": "BaseTweenData.js", "lineno": 569, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Internal method that handles repeating or yoyo'ing this TweenData.\r\rCalled automatically by `setStateFromStart` and `setStateFromEnd`.", @@ -404871,7 +405746,7 @@ "memberof": "Phaser.Tweens.BaseTweenData", "longname": "Phaser.Tweens.BaseTweenData#onRepeat", "scope": "instance", - "___id": "T000002R044892", + "___id": "T000002R045045", "___s": true }, { @@ -404880,7 +405755,7 @@ "filename": "BaseTweenData.js", "lineno": 652, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Immediately destroys this TweenData, nulling of all its references.", @@ -404890,7 +405765,7 @@ "memberof": "Phaser.Tweens.BaseTweenData", "longname": "Phaser.Tweens.BaseTweenData#destroy", "scope": "instance", - "___id": "T000002R044907", + "___id": "T000002R045060", "___s": true }, { @@ -404899,7 +405774,7 @@ "filename": "const.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Phaser Tween States.", @@ -404909,7 +405784,7 @@ "since": "3.60.0", "longname": "Phaser.Tweens.States", "scope": "static", - "___id": "T000002R044912", + "___id": "T000002R045065", "___s": true }, { @@ -404918,7 +405793,7 @@ "filename": "const.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Phaser Tween state constants.", @@ -404937,7 +405812,7 @@ "since": "3.60.0", "longname": "Phaser.Tweens.StateType", "scope": "static", - "___id": "T000002R044913", + "___id": "T000002R045066", "___s": true }, { @@ -404946,7 +405821,7 @@ "filename": "const.js", "lineno": 25, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "TweenData state.", @@ -404965,7 +405840,7 @@ "memberof": "Phaser.Tweens.States", "longname": "Phaser.Tweens.States.CREATED", "scope": "static", - "___id": "T000002R044915", + "___id": "T000002R045068", "___s": true }, { @@ -404974,7 +405849,7 @@ "filename": "const.js", "lineno": 37, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "TweenData state.", @@ -404993,7 +405868,7 @@ "memberof": "Phaser.Tweens.States", "longname": "Phaser.Tweens.States.DELAY", "scope": "static", - "___id": "T000002R044917", + "___id": "T000002R045070", "___s": true }, { @@ -405002,7 +405877,7 @@ "filename": "const.js", "lineno": 49, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "TweenData state.", @@ -405021,7 +405896,7 @@ "memberof": "Phaser.Tweens.States", "longname": "Phaser.Tweens.States.PENDING_RENDER", "scope": "static", - "___id": "T000002R044919", + "___id": "T000002R045072", "___s": true }, { @@ -405030,7 +405905,7 @@ "filename": "const.js", "lineno": 59, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "TweenData state.", @@ -405049,7 +405924,7 @@ "memberof": "Phaser.Tweens.States", "longname": "Phaser.Tweens.States.PLAYING_FORWARD", "scope": "static", - "___id": "T000002R044921", + "___id": "T000002R045074", "___s": true }, { @@ -405058,7 +405933,7 @@ "filename": "const.js", "lineno": 69, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "TweenData state.", @@ -405077,7 +405952,7 @@ "memberof": "Phaser.Tweens.States", "longname": "Phaser.Tweens.States.PLAYING_BACKWARD", "scope": "static", - "___id": "T000002R044923", + "___id": "T000002R045076", "___s": true }, { @@ -405086,7 +405961,7 @@ "filename": "const.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "TweenData state.", @@ -405105,7 +405980,7 @@ "memberof": "Phaser.Tweens.States", "longname": "Phaser.Tweens.States.HOLD_DELAY", "scope": "static", - "___id": "T000002R044925", + "___id": "T000002R045078", "___s": true }, { @@ -405114,7 +405989,7 @@ "filename": "const.js", "lineno": 89, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "TweenData state.", @@ -405133,7 +406008,7 @@ "memberof": "Phaser.Tweens.States", "longname": "Phaser.Tweens.States.REPEAT_DELAY", "scope": "static", - "___id": "T000002R044927", + "___id": "T000002R045080", "___s": true }, { @@ -405142,7 +406017,7 @@ "filename": "const.js", "lineno": 99, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "TweenData state.", @@ -405161,7 +406036,7 @@ "memberof": "Phaser.Tweens.States", "longname": "Phaser.Tweens.States.COMPLETE", "scope": "static", - "___id": "T000002R044929", + "___id": "T000002R045082", "___s": true }, { @@ -405170,7 +406045,7 @@ "filename": "const.js", "lineno": 111, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Tween state. The Tween has been created but has not yet been added to the Tween Manager.", @@ -405189,7 +406064,7 @@ "memberof": "Phaser.Tweens.States", "longname": "Phaser.Tweens.States.PENDING", "scope": "static", - "___id": "T000002R044931", + "___id": "T000002R045084", "___s": true }, { @@ -405198,7 +406073,7 @@ "filename": "const.js", "lineno": 121, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Tween state. The Tween is active within the Tween Manager. This means it is either playing,\ror was playing and is currently paused, but in both cases it's still being processed by\rthe Tween Manager, so is considered 'active'.", @@ -405217,7 +406092,7 @@ "memberof": "Phaser.Tweens.States", "longname": "Phaser.Tweens.States.ACTIVE", "scope": "static", - "___id": "T000002R044933", + "___id": "T000002R045086", "___s": true }, { @@ -405226,7 +406101,7 @@ "filename": "const.js", "lineno": 133, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Tween state. The Tween is waiting for a loop countdown to elapse.", @@ -405245,7 +406120,7 @@ "memberof": "Phaser.Tweens.States", "longname": "Phaser.Tweens.States.LOOP_DELAY", "scope": "static", - "___id": "T000002R044935", + "___id": "T000002R045088", "___s": true }, { @@ -405254,7 +406129,7 @@ "filename": "const.js", "lineno": 143, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Tween state. The Tween is waiting for a complete delay to elapse.", @@ -405273,7 +406148,7 @@ "memberof": "Phaser.Tweens.States", "longname": "Phaser.Tweens.States.COMPLETE_DELAY", "scope": "static", - "___id": "T000002R044937", + "___id": "T000002R045090", "___s": true }, { @@ -405282,7 +406157,7 @@ "filename": "const.js", "lineno": 153, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Tween state. The Tween is waiting for a starting delay to elapse.", @@ -405301,7 +406176,7 @@ "memberof": "Phaser.Tweens.States", "longname": "Phaser.Tweens.States.START_DELAY", "scope": "static", - "___id": "T000002R044939", + "___id": "T000002R045092", "___s": true }, { @@ -405310,7 +406185,7 @@ "filename": "const.js", "lineno": 163, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Tween state. The Tween has finished playback and is waiting to be removed from the Tween Manager.", @@ -405329,7 +406204,7 @@ "memberof": "Phaser.Tweens.States", "longname": "Phaser.Tweens.States.PENDING_REMOVE", "scope": "static", - "___id": "T000002R044941", + "___id": "T000002R045094", "___s": true }, { @@ -405338,7 +406213,7 @@ "filename": "const.js", "lineno": 173, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Tween state. The Tween has been removed from the Tween Manager.", @@ -405357,7 +406232,7 @@ "memberof": "Phaser.Tweens.States", "longname": "Phaser.Tweens.States.REMOVED", "scope": "static", - "___id": "T000002R044943", + "___id": "T000002R045096", "___s": true }, { @@ -405366,7 +406241,7 @@ "filename": "const.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Tween state. The Tween has finished playback but was flagged as 'persistent' during creation,\rso will not be automatically removed by the Tween Manager.", @@ -405385,7 +406260,7 @@ "memberof": "Phaser.Tweens.States", "longname": "Phaser.Tweens.States.FINISHED", "scope": "static", - "___id": "T000002R044945", + "___id": "T000002R045098", "___s": true }, { @@ -405394,7 +406269,7 @@ "filename": "const.js", "lineno": 194, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Tween state. The Tween has been destroyed and can no longer be played by a Tween Manager.", @@ -405413,7 +406288,7 @@ "memberof": "Phaser.Tweens.States", "longname": "Phaser.Tweens.States.DESTROYED", "scope": "static", - "___id": "T000002R044947", + "___id": "T000002R045100", "___s": true }, { @@ -405422,7 +406297,7 @@ "filename": "const.js", "lineno": 204, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "A large integer value used for 'infinite' style countdowns.\r\rSimilar use-case to Number.MAX_SAFE_INTEGER but we cannot use that because it's not\rsupported on IE.", @@ -405441,7 +406316,7 @@ "memberof": "Phaser.Tweens.States", "longname": "Phaser.Tweens.States.MAX", "scope": "static", - "___id": "T000002R044949", + "___id": "T000002R045102", "___s": true }, { @@ -405450,7 +406325,7 @@ "filename": "Defaults.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "kind": "typedef", @@ -405681,7 +406556,7 @@ "memberof": "Phaser.Types.Tweens", "longname": "Phaser.Types.Tweens.TweenConfigDefaults", "scope": "static", - "___id": "T000002R044952", + "___id": "T000002R045105", "___s": true }, { @@ -405690,7 +406565,7 @@ "filename": "Tween.js", "lineno": 17, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "classdesc": "A Tween is able to manipulate the properties of one or more objects to any given value, based\ron a duration and type of ease. They are rarely instantiated directly and instead should be\rcreated via the TweenManager.\r\rPlease note that a Tween will not manipulate any property that begins with an underscore.", @@ -405740,7 +406615,7 @@ ], "scope": "static", "longname": "Phaser.Tweens.Tween", - "___id": "T000002R044978", + "___id": "T000002R045131", "___s": true }, { @@ -405749,7 +406624,7 @@ "filename": "Tween.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "An array of references to the target/s this Tween is operating on.\r\rThis array should not be manipulated outside of this Tween.", @@ -405777,7 +406652,7 @@ "longname": "Phaser.Tweens.Tween#targets", "scope": "instance", "kind": "member", - "___id": "T000002R044982", + "___id": "T000002R045135", "___s": true }, { @@ -405786,7 +406661,7 @@ "filename": "Tween.js", "lineno": 55, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Cached target total.\r\rUsed internally and should be treated as read-only.\r\rThis is not necessarily the same as the data total.", @@ -405805,7 +406680,7 @@ "longname": "Phaser.Tweens.Tween#totalTargets", "scope": "instance", "kind": "member", - "___id": "T000002R044984", + "___id": "T000002R045137", "___s": true }, { @@ -405814,7 +406689,7 @@ "filename": "Tween.js", "lineno": 68, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Is this Tween currently seeking?\r\rThis boolean is toggled in the `Tween.seek` method.\r\rWhen a tween is seeking, by default it will not dispatch any events or callbacks.", @@ -405834,7 +406709,7 @@ "longname": "Phaser.Tweens.Tween#isSeeking", "scope": "instance", "kind": "member", - "___id": "T000002R044986", + "___id": "T000002R045139", "___s": true }, { @@ -405843,7 +406718,7 @@ "filename": "Tween.js", "lineno": 82, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Does this Tween loop or repeat infinitely?", @@ -405863,7 +406738,7 @@ "longname": "Phaser.Tweens.Tween#isInfinite", "scope": "instance", "kind": "member", - "___id": "T000002R044988", + "___id": "T000002R045141", "___s": true }, { @@ -405872,7 +406747,7 @@ "filename": "Tween.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Elapsed time in milliseconds of this run through of the Tween.", @@ -405892,7 +406767,7 @@ "longname": "Phaser.Tweens.Tween#elapsed", "scope": "instance", "kind": "member", - "___id": "T000002R044990", + "___id": "T000002R045143", "___s": true }, { @@ -405901,7 +406776,7 @@ "filename": "Tween.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Total elapsed time in milliseconds of the entire Tween, including looping.", @@ -405921,7 +406796,7 @@ "longname": "Phaser.Tweens.Tween#totalElapsed", "scope": "instance", "kind": "member", - "___id": "T000002R044992", + "___id": "T000002R045145", "___s": true }, { @@ -405930,7 +406805,7 @@ "filename": "Tween.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Time in milliseconds for the whole Tween to play through once, excluding loop amounts and loop delays.\r\rThis value is set in the `Tween.initTweenData` method and is zero before that point.", @@ -405950,7 +406825,7 @@ "longname": "Phaser.Tweens.Tween#duration", "scope": "instance", "kind": "member", - "___id": "T000002R044994", + "___id": "T000002R045147", "___s": true }, { @@ -405959,7 +406834,7 @@ "filename": "Tween.js", "lineno": 124, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Value between 0 and 1. The amount of progress through the Tween, excluding loops.", @@ -405979,7 +406854,7 @@ "longname": "Phaser.Tweens.Tween#progress", "scope": "instance", "kind": "member", - "___id": "T000002R044996", + "___id": "T000002R045149", "___s": true }, { @@ -405988,7 +406863,7 @@ "filename": "Tween.js", "lineno": 134, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Time in milliseconds it takes for the Tween to complete a full playthrough (including looping)\r\rFor an infinite Tween, this value is a very large integer.", @@ -406008,7 +406883,7 @@ "longname": "Phaser.Tweens.Tween#totalDuration", "scope": "instance", "kind": "member", - "___id": "T000002R044998", + "___id": "T000002R045151", "___s": true }, { @@ -406017,7 +406892,7 @@ "filename": "Tween.js", "lineno": 146, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The amount of progress that has been made through the entire Tween, including looping.\r\rA value between 0 and 1.", @@ -406037,7 +406912,7 @@ "longname": "Phaser.Tweens.Tween#totalProgress", "scope": "instance", "kind": "member", - "___id": "T000002R045000", + "___id": "T000002R045153", "___s": true }, { @@ -406046,7 +406921,7 @@ "filename": "Tween.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Adds a new TweenData to this Tween. Typically, this method is called\rautomatically by the TweenBuilder, however you can also invoke it\ryourself.", @@ -406295,7 +407170,7 @@ "memberof": "Phaser.Tweens.Tween", "longname": "Phaser.Tweens.Tween#add", "scope": "instance", - "___id": "T000002R045002", + "___id": "T000002R045155", "___s": true }, { @@ -406304,7 +407179,7 @@ "filename": "Tween.js", "lineno": 195, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Adds a new TweenFrameData to this Tween. Typically, this method is called\rautomatically by the TweenBuilder, however you can also invoke it\ryourself.", @@ -406470,7 +407345,7 @@ "memberof": "Phaser.Tweens.Tween", "longname": "Phaser.Tweens.Tween#addFrame", "scope": "instance", - "___id": "T000002R045006", + "___id": "T000002R045159", "___s": true }, { @@ -406479,7 +407354,7 @@ "filename": "Tween.js", "lineno": 225, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Returns the current value of the specified Tween Data.\r\rIf this Tween has been destroyed, it will return `null`.", @@ -406520,7 +407395,7 @@ "memberof": "Phaser.Tweens.Tween", "longname": "Phaser.Tweens.Tween#getValue", "scope": "instance", - "___id": "T000002R045010", + "___id": "T000002R045163", "___s": true }, { @@ -406529,7 +407404,7 @@ "filename": "Tween.js", "lineno": 251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "See if this Tween is currently acting upon the given target.", @@ -406568,7 +407443,7 @@ "memberof": "Phaser.Tweens.Tween", "longname": "Phaser.Tweens.Tween#hasTarget", "scope": "instance", - "___id": "T000002R045015", + "___id": "T000002R045168", "___s": true }, { @@ -406577,7 +407452,7 @@ "filename": "Tween.js", "lineno": 266, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Updates the 'end' value of the given property across all matching targets, as long\ras this Tween is currently playing (either forwards or backwards).\r\rCalling this does not adjust the duration of the Tween, or the current progress.\r\rYou can optionally tell it to set the 'start' value to be the current value.\r\rIf this Tween is in any other state other than playing then calling this method has no effect.\r\rAdditionally, if the Tween repeats, is reset, or is seeked, it will revert to the original\rstarting and ending values.", @@ -406645,7 +407520,7 @@ "memberof": "Phaser.Tweens.Tween", "longname": "Phaser.Tweens.Tween#updateTo", "scope": "instance", - "___id": "T000002R045017", + "___id": "T000002R045170", "___s": true }, { @@ -406654,7 +407529,7 @@ "filename": "Tween.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Restarts the Tween from the beginning.\r\rIf the Tween has already finished and been destroyed, restarting it will throw an error.\r\rIf you wish to restart the Tween from a specific point, use the `Tween.seek` method instead.", @@ -406679,7 +407554,7 @@ "memberof": "Phaser.Tweens.Tween", "longname": "Phaser.Tweens.Tween#restart", "scope": "instance", - "___id": "T000002R045024", + "___id": "T000002R045177", "___s": true }, { @@ -406688,7 +407563,7 @@ "filename": "Tween.js", "lineno": 355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Internal method that advances to the next state of the Tween during playback.", @@ -406716,7 +407591,7 @@ "memberof": "Phaser.Tweens.Tween", "longname": "Phaser.Tweens.Tween#nextState", "scope": "instance", - "___id": "T000002R045028", + "___id": "T000002R045181", "___s": true }, { @@ -406725,7 +407600,7 @@ "filename": "Tween.js", "lineno": 404, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Internal method that handles this tween completing and starting\rthe next tween in the chain, if any.", @@ -406736,7 +407611,7 @@ "longname": "Phaser.Tweens.Tween#onCompleteHandler", "scope": "instance", "overrides": "Phaser.Tweens.BaseTween#onCompleteHandler", - "___id": "T000002R045034", + "___id": "T000002R045187", "___s": true }, { @@ -406745,7 +407620,7 @@ "filename": "Tween.js", "lineno": 419, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Starts a Tween playing.\r\rYou only need to call this method if you have configured the tween to be paused on creation.\r\rIf the Tween is already playing, calling this method again will have no effect. If you wish to\rrestart the Tween, use `Tween.restart` instead.\r\rCalling this method after the Tween has completed will start the Tween playing again from the beginning.\rThis is the same as calling `Tween.seek(0)` and then `Tween.play()`.", @@ -406770,7 +407645,7 @@ "memberof": "Phaser.Tweens.Tween", "longname": "Phaser.Tweens.Tween#play", "scope": "instance", - "___id": "T000002R045038", + "___id": "T000002R045191", "___s": true }, { @@ -406779,7 +407654,7 @@ "filename": "Tween.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Seeks to a specific point in the Tween.\r\rThe given amount is a value in milliseconds that represents how far into the Tween\ryou wish to seek, based on the start of the Tween.\r\rNote that the seek amount takes the entire duration of the Tween into account, including delays, loops and repeats.\rFor example, a Tween that lasts for 2 seconds, but that loops 3 times, would have a total duration of 6 seconds,\rso seeking to 3000 ms would seek to the Tweens half-way point based on its _entire_ duration.\r\rPrior to Phaser 3.60 this value was given as a number between 0 and 1 and didn't\rwork for Tweens had an infinite repeat. This new method works for all Tweens.\r\rSeeking works by resetting the Tween to its initial values and then iterating through the Tween at `delta`\rjumps per step. The longer the Tween, the longer this can take. If you need more precision you can\rreduce the delta value. If you need a faster seek, you can increase it. When the Tween is\rreset it will refresh the starting and ending values. If these are coming from a dynamic function,\ror a random array, it will be called for each seek.\r\rWhile seeking the Tween will _not_ emit any of its events or callbacks unless\rthe 3rd parameter is set to `true`.\r\rIf this Tween is paused, seeking will not change this fact. It will advance the Tween\rto the desired point and then pause it again.", @@ -406851,7 +407726,7 @@ "memberof": "Phaser.Tweens.Tween", "longname": "Phaser.Tweens.Tween#seek", "scope": "instance", - "___id": "T000002R045041", + "___id": "T000002R045194", "___s": true }, { @@ -406860,7 +407735,7 @@ "filename": "Tween.js", "lineno": 543, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Initialises all of the Tween Data and Tween values.\r\rThis is called automatically and should not typically be invoked directly.", @@ -406887,7 +407762,7 @@ "memberof": "Phaser.Tweens.Tween", "longname": "Phaser.Tweens.Tween#initTweenData", "scope": "instance", - "___id": "T000002R045054", + "___id": "T000002R045207", "___s": true }, { @@ -406896,7 +407771,7 @@ "filename": "Tween.js", "lineno": 586, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Resets this Tween ready for another play-through.\r\rThis is called automatically from the Tween Manager, or from the parent TweenChain,\rand should not typically be invoked directly.\r\rIf you wish to restart this Tween, use the `Tween.restart` or `Tween.seek` methods instead.", @@ -406941,7 +407816,7 @@ "memberof": "Phaser.Tweens.Tween", "longname": "Phaser.Tweens.Tween#reset", "scope": "instance", - "___id": "T000002R045068", + "___id": "T000002R045221", "___s": true }, { @@ -406950,7 +407825,7 @@ "filename": "Tween.js", "lineno": 630, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Internal method that advances the Tween based on the time values.", @@ -406994,7 +407869,7 @@ "memberof": "Phaser.Tweens.Tween", "longname": "Phaser.Tweens.Tween#update", "scope": "instance", - "___id": "T000002R045078", + "___id": "T000002R045231", "___s": true }, { @@ -407003,7 +407878,7 @@ "filename": "Tween.js", "lineno": 724, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Moves this Tween forward by the given amount of milliseconds.\r\rIt will only advance through the current loop of the Tween. For example, if the\rTween is set to repeat or yoyo, it can only fast forward through a single\rsection of the sequence. Use `Tween.seek` for more complex playhead control.\r\rIf the Tween is paused or has already finished, calling this will have no effect.", @@ -407043,7 +407918,7 @@ "memberof": "Phaser.Tweens.Tween", "longname": "Phaser.Tweens.Tween#forward", "scope": "instance", - "___id": "T000002R045094", + "___id": "T000002R045247", "___s": true }, { @@ -407052,7 +407927,7 @@ "filename": "Tween.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Moves this Tween backward by the given amount of milliseconds.\r\rIt will only rewind through the current loop of the Tween. For example, if the\rTween is set to repeat or yoyo, it can only fast forward through a single\rsection of the sequence. Use `Tween.seek` for more complex playhead control.\r\rIf the Tween is paused or has already finished, calling this will have no effect.", @@ -407092,7 +407967,7 @@ "memberof": "Phaser.Tweens.Tween", "longname": "Phaser.Tweens.Tween#rewind", "scope": "instance", - "___id": "T000002R045096", + "___id": "T000002R045249", "___s": true }, { @@ -407101,7 +407976,7 @@ "filename": "Tween.js", "lineno": 770, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Internal method that will emit a Tween based Event and invoke the given callback.", @@ -407140,7 +408015,7 @@ "memberof": "Phaser.Tweens.Tween", "longname": "Phaser.Tweens.Tween#dispatchEvent", "scope": "instance", - "___id": "T000002R045098", + "___id": "T000002R045251", "___s": true }, { @@ -407149,7 +408024,7 @@ "filename": "Tween.js", "lineno": 794, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Handles the destroy process of this Tween, clearing out the\rTween Data and resetting the targets. A Tween that has been\rdestroyed cannot ever be played or used again.", @@ -407160,7 +408035,7 @@ "longname": "Phaser.Tweens.Tween#destroy", "scope": "instance", "overrides": "Phaser.Tweens.BaseTween#destroy", - "___id": "T000002R045101", + "___id": "T000002R045254", "___s": true }, { @@ -407169,7 +408044,7 @@ "filename": "Tween.js", "lineno": 811, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Creates a new Tween object.\r\rNote: This method will only be available if Tweens have been built into Phaser.", @@ -407228,7 +408103,7 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#tween", "scope": "instance", - "___id": "T000002R045104", + "___id": "T000002R045257", "___s": true }, { @@ -407237,7 +408112,7 @@ "filename": "Tween.js", "lineno": 828, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Creates a new Tween object and returns it.\r\rNote: This method will only be available if Tweens have been built into Phaser.", @@ -407296,7 +408171,7 @@ "memberof": "Phaser.GameObjects.GameObjectCreator", "longname": "Phaser.GameObjects.GameObjectCreator#tween", "scope": "instance", - "___id": "T000002R045105", + "___id": "T000002R045258", "___s": true }, { @@ -407305,7 +408180,7 @@ "filename": "TweenChain.js", "lineno": 15, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "classdesc": "A TweenChain is a special type of Tween that allows you to create a sequence of Tweens, chained to one-another,\rand add them to the Tween Manager.\r\rThe tweens are played in order, from start to finish. You can optionally set the chain\rto repeat as many times as you like. Once the chain has finished playing, or repeating if set,\rall tweens in the chain will be destroyed automatically. To override this, set the 'persist'\rargument to 'true'.\r\rPlayback will start immediately unless the _first_ Tween has been configured to be paused.\r\rPlease note that Tweens will not manipulate any target property that begins with an underscore.", @@ -407343,7 +408218,7 @@ ], "scope": "static", "longname": "Phaser.Tweens.TweenChain", - "___id": "T000002R045114", + "___id": "T000002R045267", "___s": true }, { @@ -407352,7 +408227,7 @@ "filename": "TweenChain.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "A reference to the Tween that this TweenChain is currently playing.", @@ -407371,7 +408246,7 @@ "longname": "Phaser.Tweens.TweenChain#currentTween", "scope": "instance", "kind": "member", - "___id": "T000002R045118", + "___id": "T000002R045271", "___s": true }, { @@ -407380,7 +408255,7 @@ "filename": "TweenChain.js", "lineno": 56, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "A reference to the data array index of the currently playing tween.", @@ -407399,7 +408274,7 @@ "longname": "Phaser.Tweens.TweenChain#currentIndex", "scope": "instance", "kind": "member", - "___id": "T000002R045120", + "___id": "T000002R045273", "___s": true }, { @@ -407408,7 +408283,7 @@ "filename": "TweenChain.js", "lineno": 66, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Prepares this TweenChain for playback.\r\rCalled automatically by the TweenManager. Should not be called directly.", @@ -407436,16 +408311,16 @@ "memberof": "Phaser.Tweens.TweenChain", "longname": "Phaser.Tweens.TweenChain#init", "scope": "instance", - "___id": "T000002R045122", + "___id": "T000002R045275", "___s": true }, { "comment": "/**\r\n * Create a sequence of Tweens, chained to one-another, and add them to this Tween Manager.\r\n *\r\n * The tweens are played in order, from start to finish. You can optionally set the chain\r\n * to repeat as many times as you like. Once the chain has finished playing, or repeating if set,\r\n * all tweens in the chain will be destroyed automatically. To override this, set the 'persist'\r\n * argument to 'true'.\r\n *\r\n * Playback will start immediately unless the _first_ Tween has been configured to be paused.\r\n *\r\n * Please note that Tweens will not manipulate any target property that begins with an underscore.\r\n *\r\n * @method Phaser.Tweens.TweenChain#add\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Types.Tweens.TweenBuilderConfig[]|object[]} tweens - An array of Tween configuration objects for the Tweens in this chain.\r\n *\r\n * @return {this} This TweenChain instance.\r\n */", "meta": { "filename": "TweenChain.js", - "lineno": 97, + "lineno": 95, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Create a sequence of Tweens, chained to one-another, and add them to this Tween Manager.\r\rThe tweens are played in order, from start to finish. You can optionally set the chain\rto repeat as many times as you like. Once the chain has finished playing, or repeating if set,\rall tweens in the chain will be destroyed automatically. To override this, set the 'persist'\rargument to 'true'.\r\rPlayback will start immediately unless the _first_ Tween has been configured to be paused.\r\rPlease note that Tweens will not manipulate any target property that begins with an underscore.", @@ -407513,16 +408388,16 @@ "memberof": "Phaser.Tweens.TweenChain", "longname": "Phaser.Tweens.TweenChain#add", "scope": "instance", - "___id": "T000002R045125", + "___id": "T000002R045278", "___s": true }, { "comment": "/**\r\n * See if any of the tweens in this Tween Chain is currently acting upon the given target.\r\n *\r\n * @method Phaser.Tweens.TweenChain#hasTarget\r\n * @since 3.60.0\r\n *\r\n * @param {object} target - The target to check against this TweenChain.\r\n *\r\n * @return {boolean} `true` if the given target is a target of this TweenChain, otherwise `false`.\r\n */", "meta": { "filename": "TweenChain.js", - "lineno": 174, + "lineno": 172, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "See if any of the tweens in this Tween Chain is currently acting upon the given target.", @@ -407561,16 +408436,16 @@ "memberof": "Phaser.Tweens.TweenChain", "longname": "Phaser.Tweens.TweenChain#hasTarget", "scope": "instance", - "___id": "T000002R045137", + "___id": "T000002R045290", "___s": true }, { "comment": "/**\r\n * Restarts the TweenChain from the beginning.\r\n *\r\n * If this TweenChain was configured to have a loop, or start delay, those\r\n * are reset to their initial values as well. It will also dispatch the\r\n * `onActive` callback and event again.\r\n *\r\n * @method Phaser.Tweens.TweenChain#restart\r\n * @since 3.60.0\r\n *\r\n * @return {this} This TweenChain instance.\r\n */", "meta": { "filename": "TweenChain.js", - "lineno": 199, + "lineno": 197, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Restarts the TweenChain from the beginning.\r\rIf this TweenChain was configured to have a loop, or start delay, those\rare reset to their initial values as well. It will also dispatch the\r`onActive` callback and event again.", @@ -407595,16 +408470,16 @@ "memberof": "Phaser.Tweens.TweenChain", "longname": "Phaser.Tweens.TweenChain#restart", "scope": "instance", - "___id": "T000002R045141", + "___id": "T000002R045294", "___s": true }, { "comment": "/**\r\n * Resets the given Tween.\r\n *\r\n * It will seek to position 0 and playback will start on the next frame.\r\n *\r\n * @method Phaser.Tweens.TweenChain#reset\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Tweens.Tween} tween - The Tween to be reset.\r\n *\r\n * @return {this} This TweenChain instance.\r\n */", "meta": { "filename": "TweenChain.js", - "lineno": 232, + "lineno": 230, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Resets the given Tween.\r\rIt will seek to position 0 and playback will start on the next frame.", @@ -407644,16 +408519,16 @@ "memberof": "Phaser.Tweens.TweenChain", "longname": "Phaser.Tweens.TweenChain#reset", "scope": "instance", - "___id": "T000002R045144", + "___id": "T000002R045297", "___s": true }, { "comment": "/**\r\n * Internal method that advances to the next state of the TweenChain playback.\r\n *\r\n * @method Phaser.Tweens.TweenChain#nextState\r\n * @fires Phaser.Tweens.Events#TWEEN_COMPLETE\r\n * @fires Phaser.Tweens.Events#TWEEN_LOOP\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this TweenChain has completed, otherwise `false`.\r\n */", "meta": { "filename": "TweenChain.js", - "lineno": 273, + "lineno": 271, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Internal method that advances to the next state of the TweenChain playback.", @@ -407681,16 +408556,16 @@ "memberof": "Phaser.Tweens.TweenChain", "longname": "Phaser.Tweens.TweenChain#nextState", "scope": "instance", - "___id": "T000002R045148", + "___id": "T000002R045301", "___s": true }, { "comment": "/**\r\n * Starts this TweenChain playing.\r\n *\r\n * You only need to call this method if you have configured this TweenChain to be paused on creation.\r\n *\r\n * If the TweenChain is already playing, calling this method again will have no effect. If you wish to\r\n * restart the chain, use `TweenChain.restart` instead.\r\n *\r\n * Calling this method after the TweenChain has completed will start the chain playing again from the beginning.\r\n *\r\n * @method Phaser.Tweens.TweenChain#play\r\n * @since 3.60.0\r\n *\r\n * @return {this} This TweenChain instance.\r\n */", "meta": { "filename": "TweenChain.js", - "lineno": 320, + "lineno": 318, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Starts this TweenChain playing.\r\rYou only need to call this method if you have configured this TweenChain to be paused on creation.\r\rIf the TweenChain is already playing, calling this method again will have no effect. If you wish to\rrestart the chain, use `TweenChain.restart` instead.\r\rCalling this method after the TweenChain has completed will start the chain playing again from the beginning.", @@ -407715,16 +408590,16 @@ "memberof": "Phaser.Tweens.TweenChain", "longname": "Phaser.Tweens.TweenChain#play", "scope": "instance", - "___id": "T000002R045152", + "___id": "T000002R045305", "___s": true }, { "comment": "/**\r\n * Internal method that resets all of the Tweens and the current index pointer.\r\n *\r\n * @method Phaser.Tweens.TweenChain#resetTweens\r\n * @since 3.60.0\r\n */", "meta": { "filename": "TweenChain.js", - "lineno": 363, + "lineno": 361, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Internal method that resets all of the Tweens and the current index pointer.", @@ -407734,16 +408609,16 @@ "memberof": "Phaser.Tweens.TweenChain", "longname": "Phaser.Tweens.TweenChain#resetTweens", "scope": "instance", - "___id": "T000002R045155", + "___id": "T000002R045308", "___s": true }, { "comment": "/**\r\n * Internal method that advances the TweenChain based on the time values.\r\n *\r\n * @method Phaser.Tweens.TweenChain#update\r\n * @fires Phaser.Tweens.Events#TWEEN_COMPLETE\r\n * @fires Phaser.Tweens.Events#TWEEN_LOOP\r\n * @fires Phaser.Tweens.Events#TWEEN_START\r\n * @since 3.60.0\r\n *\r\n * @param {number} delta - The delta time in ms since the last frame. This is a smoothed and capped value based on the FPS rate.\r\n *\r\n * @return {boolean} Returns `true` if this TweenChain has finished and should be removed from the Tween Manager, otherwise returns `false`.\r\n */", "meta": { "filename": "TweenChain.js", - "lineno": 383, + "lineno": 380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Internal method that advances the TweenChain based on the time values.", @@ -407787,16 +408662,16 @@ "memberof": "Phaser.Tweens.TweenChain", "longname": "Phaser.Tweens.TweenChain#update", "scope": "instance", - "___id": "T000002R045162", + "___id": "T000002R045313", "___s": true }, { "comment": "/**\r\n * Immediately advances to the next Tween in the chain.\r\n *\r\n * This is typically called internally, but can be used if you need to\r\n * advance playback for some reason.\r\n *\r\n * @method Phaser.Tweens.TweenChain#nextTween\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if there are no more Tweens in the chain, otherwise `false`.\r\n */", "meta": { "filename": "TweenChain.js", - "lineno": 451, + "lineno": 448, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Immediately advances to the next Tween in the chain.\r\rThis is typically called internally, but can be used if you need to\radvance playback for some reason.", @@ -407820,16 +408695,16 @@ "memberof": "Phaser.Tweens.TweenChain", "longname": "Phaser.Tweens.TweenChain#nextTween", "scope": "instance", - "___id": "T000002R045169", + "___id": "T000002R045320", "___s": true }, { "comment": "/**\r\n * Sets the current active Tween to the given index, based on its\r\n * entry in the TweenChain data array.\r\n *\r\n * @method Phaser.Tweens.TweenChain#setCurrentTween\r\n * @since 3.60.0\r\n *\r\n * @param {number} index - The index of the Tween to be made current.\r\n */", "meta": { "filename": "TweenChain.js", - "lineno": 478, + "lineno": 475, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Sets the current active Tween to the given index, based on its\rentry in the TweenChain data array.", @@ -407854,16 +408729,16 @@ "memberof": "Phaser.Tweens.TweenChain", "longname": "Phaser.Tweens.TweenChain#setCurrentTween", "scope": "instance", - "___id": "T000002R045171", + "___id": "T000002R045322", "___s": true }, { "comment": "/**\r\n * Internal method that will emit a TweenChain based Event and invoke the given callback.\r\n *\r\n * @method Phaser.Tweens.TweenChain#dispatchEvent\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Types.Tweens.Event} event - The Event to be dispatched.\r\n * @param {Phaser.Types.Tweens.TweenCallbackTypes} [callback] - The name of the callback to be invoked. Can be `null` or `undefined` to skip invocation.\r\n */", "meta": { "filename": "TweenChain.js", - "lineno": 498, + "lineno": 493, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Internal method that will emit a TweenChain based Event and invoke the given callback.", @@ -407902,16 +408777,16 @@ "memberof": "Phaser.Tweens.TweenChain", "longname": "Phaser.Tweens.TweenChain#dispatchEvent", "scope": "instance", - "___id": "T000002R045175", + "___id": "T000002R045326", "___s": true }, { "comment": "/**\r\n * Immediately destroys this TweenChain, nulling of all its references.\r\n *\r\n * @method Phaser.Tweens.TweenChain#destroy\r\n * @since 3.60.0\r\n */", "meta": { "filename": "TweenChain.js", - "lineno": 519, + "lineno": 514, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Immediately destroys this TweenChain, nulling of all its references.", @@ -407922,16 +408797,16 @@ "longname": "Phaser.Tweens.TweenChain#destroy", "scope": "instance", "overrides": "Phaser.Tweens.BaseTween#destroy", - "___id": "T000002R045178", + "___id": "T000002R045329", "___s": true }, { "comment": "/**\r\n * Creates a new TweenChain object and adds it to the Tween Manager.\r\n *\r\n * Note: This method will only be available if Tweens have been built into Phaser.\r\n *\r\n * @method Phaser.GameObjects.GameObjectFactory#tweenchain\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Types.Tweens.TweenBuilderConfig|object} config - The TweenChain configuration.\r\n *\r\n * @return {Phaser.Tweens.TweenChain} The TweenChain that was created.\r\n */", "meta": { "filename": "TweenChain.js", - "lineno": 534, + "lineno": 529, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Creates a new TweenChain object and adds it to the Tween Manager.\r\rNote: This method will only be available if Tweens have been built into Phaser.", @@ -407980,16 +408855,16 @@ "memberof": "Phaser.GameObjects.GameObjectFactory", "longname": "Phaser.GameObjects.GameObjectFactory#tweenchain", "scope": "instance", - "___id": "T000002R045181", + "___id": "T000002R045332", "___s": true }, { "comment": "/**\r\n * Creates a new TweenChain object and returns it, without adding it to the Tween Manager.\r\n *\r\n * Note: This method will only be available if Tweens have been built into Phaser.\r\n *\r\n * @method Phaser.GameObjects.GameObjectCreator#tweenchain\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Types.Tweens.TweenBuilderConfig|object} config - The TweenChain configuration.\r\n *\r\n * @return {Phaser.Tweens.TweenChain} The TweenChain that was created.\r\n */", "meta": { "filename": "TweenChain.js", - "lineno": 551, + "lineno": 546, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Creates a new TweenChain object and returns it, without adding it to the Tween Manager.\r\rNote: This method will only be available if Tweens have been built into Phaser.", @@ -408038,7 +408913,7 @@ "memberof": "Phaser.GameObjects.GameObjectCreator", "longname": "Phaser.GameObjects.GameObjectCreator#tweenchain", "scope": "instance", - "___id": "T000002R045182", + "___id": "T000002R045333", "___s": true }, { @@ -408047,7 +408922,7 @@ "filename": "TweenData.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "classdesc": "The TweenData is a class that contains a single target and property that is being tweened.\r\rTweens create TweenData instances when they are created, with one TweenData instance per\rtarget, per property. A Tween can own multiple TweenData instances, but a TweenData only\rever belongs to a single Tween.\r\rYou should not typically create these yourself, but rather use the TweenBuilder,\ror the `Tween.add` method.\r\rPrior to Phaser 3.60 the TweenData was just an object, but was refactored to a class,\rto make it responsible for its own state and updating.", @@ -408298,7 +409173,7 @@ ], "scope": "static", "longname": "Phaser.Tweens.TweenData", - "___id": "T000002R045188", + "___id": "T000002R045339", "___s": true }, { @@ -408307,7 +409182,7 @@ "filename": "TweenData.js", "lineno": 60, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The property of the target to be tweened.", @@ -408327,19 +409202,19 @@ "longname": "Phaser.Tweens.TweenData#key", "scope": "instance", "kind": "member", - "___id": "T000002R045192", + "___id": "T000002R045343", "___s": true }, { - "comment": "/**\r\n * A function that returns what to set the target property to,\r\n * the moment the TweenData is invoked.\r\n *\r\n * This is called when this TweenData is inititalised or reset.\r\n *\r\n * @name Phaser.Tweens.TweenData#getActiveValue\r\n * @type {?Phaser.Types.Tweens.GetActiveCallback}\r\n * @since 3.60.0\r\n */", + "comment": "/**\r\n * A function that returns what to set the target property to,\r\n * the moment the TweenData is invoked.\r\n *\r\n * This is called when this TweenData is initialised or reset.\r\n *\r\n * @name Phaser.Tweens.TweenData#getActiveValue\r\n * @type {?Phaser.Types.Tweens.GetActiveCallback}\r\n * @since 3.60.0\r\n */", "meta": { "filename": "TweenData.js", "lineno": 70, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, - "description": "A function that returns what to set the target property to,\rthe moment the TweenData is invoked.\r\rThis is called when this TweenData is inititalised or reset.", + "description": "A function that returns what to set the target property to,\rthe moment the TweenData is invoked.\r\rThis is called when this TweenData is initialised or reset.", "name": "getActiveValue", "type": { "names": [ @@ -408357,7 +409232,7 @@ "longname": "Phaser.Tweens.TweenData#getActiveValue", "scope": "instance", "kind": "member", - "___id": "T000002R045194", + "___id": "T000002R045345", "___s": true }, { @@ -408366,7 +409241,7 @@ "filename": "TweenData.js", "lineno": 82, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "A function that returns what to set the target property to\rat the end of the tween.\r\rThis is called when the tween starts playing, after any initial\rstart delay, or if the tween is reset, or is set to repeat.", @@ -408385,7 +409260,7 @@ "longname": "Phaser.Tweens.TweenData#getEndValue", "scope": "instance", "kind": "member", - "___id": "T000002R045196", + "___id": "T000002R045347", "___s": true }, { @@ -408394,7 +409269,7 @@ "filename": "TweenData.js", "lineno": 95, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "A function that returns what to set the target property to\rat the start of the tween.\r\rThis is called when the tween starts playing, after any initial\rstart delay, or if the tween is reset, or is set to repeat.", @@ -408413,7 +409288,7 @@ "longname": "Phaser.Tweens.TweenData#getStartValue", "scope": "instance", "kind": "member", - "___id": "T000002R045198", + "___id": "T000002R045349", "___s": true }, { @@ -408422,7 +409297,7 @@ "filename": "TweenData.js", "lineno": 108, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The ease function this Tween uses to calculate the target value.", @@ -408441,7 +409316,7 @@ "longname": "Phaser.Tweens.TweenData#ease", "scope": "instance", "kind": "member", - "___id": "T000002R045200", + "___id": "T000002R045351", "___s": true }, { @@ -408450,7 +409325,7 @@ "filename": "TweenData.js", "lineno": 117, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The targets starting value, as returned by `getStartValue`.", @@ -408469,7 +409344,7 @@ "longname": "Phaser.Tweens.TweenData#start", "scope": "instance", "kind": "member", - "___id": "T000002R045202", + "___id": "T000002R045353", "___s": true }, { @@ -408478,7 +409353,7 @@ "filename": "TweenData.js", "lineno": 126, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The target value from the previous step.", @@ -408497,7 +409372,7 @@ "longname": "Phaser.Tweens.TweenData#previous", "scope": "instance", "kind": "member", - "___id": "T000002R045204", + "___id": "T000002R045355", "___s": true }, { @@ -408506,7 +409381,7 @@ "filename": "TweenData.js", "lineno": 135, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The targets current value, as recorded in the most recent step.", @@ -408525,7 +409400,7 @@ "longname": "Phaser.Tweens.TweenData#current", "scope": "instance", "kind": "member", - "___id": "T000002R045206", + "___id": "T000002R045357", "___s": true }, { @@ -408534,7 +409409,7 @@ "filename": "TweenData.js", "lineno": 144, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The targets ending value, as returned by `getEndValue`.", @@ -408553,7 +409428,7 @@ "longname": "Phaser.Tweens.TweenData#end", "scope": "instance", "kind": "member", - "___id": "T000002R045208", + "___id": "T000002R045359", "___s": true }, { @@ -408562,7 +409437,7 @@ "filename": "TweenData.js", "lineno": 153, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The interpolation function to be used for arrays of data.", @@ -408584,7 +409459,7 @@ "longname": "Phaser.Tweens.TweenData#interpolation", "scope": "instance", "kind": "member", - "___id": "T000002R045210", + "___id": "T000002R045361", "___s": true }, { @@ -408593,7 +409468,7 @@ "filename": "TweenData.js", "lineno": 163, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The array of data to interpolate, if interpolation is being used.", @@ -408623,7 +409498,7 @@ "longname": "Phaser.Tweens.TweenData#interpolationData", "scope": "instance", "kind": "member", - "___id": "T000002R045212", + "___id": "T000002R045363", "___s": true }, { @@ -408632,7 +409507,7 @@ "filename": "TweenData.js", "lineno": 173, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Internal method that resets this Tween Data entirely, including the progress and elapsed values.\r\rCalled automatically by the parent Tween. Should not be called directly.", @@ -408660,7 +409535,7 @@ "longname": "Phaser.Tweens.TweenData#reset", "scope": "instance", "overrides": "Phaser.Tweens.BaseTweenData#reset", - "___id": "T000002R045214", + "___id": "T000002R045365", "___s": true }, { @@ -408669,7 +409544,7 @@ "filename": "TweenData.js", "lineno": 206, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Internal method that advances this TweenData based on the delta value given.", @@ -408712,7 +409587,7 @@ "memberof": "Phaser.Tweens.TweenData", "longname": "Phaser.Tweens.TweenData#update", "scope": "instance", - "___id": "T000002R045224", + "___id": "T000002R045375", "___s": true }, { @@ -408721,7 +409596,7 @@ "filename": "TweenData.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Internal method that will emit a TweenData based Event on the\rparent Tween and also invoke the given callback, if provided.", @@ -408760,7 +409635,7 @@ "memberof": "Phaser.Tweens.TweenData", "longname": "Phaser.Tweens.TweenData#dispatchEvent", "scope": "instance", - "___id": "T000002R045263", + "___id": "T000002R045414", "___s": true }, { @@ -408769,7 +409644,7 @@ "filename": "TweenData.js", "lineno": 397, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Immediately destroys this TweenData, nulling of all its references.", @@ -408780,19 +409655,19 @@ "longname": "Phaser.Tweens.TweenData#destroy", "scope": "instance", "overrides": "Phaser.Tweens.BaseTweenData#destroy", - "___id": "T000002R045271", + "___id": "T000002R045422", "___s": true }, { - "comment": "/**\r\n * @classdesc\r\n * The TweenFrameData is a class that contains a single target that will change the texture frame\r\n * at the conclusion of the Tween.\r\n *\r\n * TweenFrameData instances are typically created by the TweenBuilder automatically, when it\r\n * detects the prescence of a 'texture' property as the key being tweened.\r\n *\r\n * A Tween can own multiple TweenFrameData instances, but a TweenFrameData only\r\n * ever belongs to a single Tween.\r\n *\r\n * You should not typically create these yourself, but rather use the TweenBuilder,\r\n * or the `Tween.addFrame` method.\r\n *\r\n * @class TweenFrameData\r\n * @memberof Phaser.Tweens\r\n * @extends Phaser.Tweens.BaseTweenData\r\n * @constructor\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Tweens.Tween} tween - The tween this TweenData instance belongs to.\r\n * @param {number} targetIndex - The target index within the Tween targets array.\r\n * @param {string} texture - The texture key to set at the end of this tween.\r\n * @param {(string|number)} frame - The texture frame to set at the end of this tween.\r\n * @param {function} delay - Function that returns the time in milliseconds before tween will start.\r\n * @param {number} duration - The duration of the tween in milliseconds.\r\n * @param {number} hold - Function that returns the time in milliseconds the tween will pause before repeating or returning to its starting value if yoyo is set to true.\r\n * @param {number} repeat - Function that returns the number of times to repeat the tween. The tween will always run once regardless, so a repeat value of '1' will play the tween twice.\r\n * @param {number} repeatDelay - Function that returns the time in milliseconds before the repeat will start.\r\n * @param {boolean} flipX - Should toggleFlipX be called when yoyo or repeat happens?\r\n * @param {boolean} flipY - Should toggleFlipY be called when yoyo or repeat happens?\r\n */", + "comment": "/**\r\n * @classdesc\r\n * The TweenFrameData is a class that contains a single target that will change the texture frame\r\n * at the conclusion of the Tween.\r\n *\r\n * TweenFrameData instances are typically created by the TweenBuilder automatically, when it\r\n * detects the presence of a 'texture' property as the key being tweened.\r\n *\r\n * A Tween can own multiple TweenFrameData instances, but a TweenFrameData only\r\n * ever belongs to a single Tween.\r\n *\r\n * You should not typically create these yourself, but rather use the TweenBuilder,\r\n * or the `Tween.addFrame` method.\r\n *\r\n * @class TweenFrameData\r\n * @memberof Phaser.Tweens\r\n * @extends Phaser.Tweens.BaseTweenData\r\n * @constructor\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Tweens.Tween} tween - The tween this TweenData instance belongs to.\r\n * @param {number} targetIndex - The target index within the Tween targets array.\r\n * @param {string} texture - The texture key to set at the end of this tween.\r\n * @param {(string|number)} frame - The texture frame to set at the end of this tween.\r\n * @param {function} delay - Function that returns the time in milliseconds before tween will start.\r\n * @param {number} duration - The duration of the tween in milliseconds.\r\n * @param {number} hold - Function that returns the time in milliseconds the tween will pause before repeating or returning to its starting value if yoyo is set to true.\r\n * @param {number} repeat - Function that returns the number of times to repeat the tween. The tween will always run once regardless, so a repeat value of '1' will play the tween twice.\r\n * @param {number} repeatDelay - Function that returns the time in milliseconds before the repeat will start.\r\n * @param {boolean} flipX - Should toggleFlipX be called when yoyo or repeat happens?\r\n * @param {boolean} flipY - Should toggleFlipY be called when yoyo or repeat happens?\r\n */", "meta": { "filename": "TweenFrameData.js", "lineno": 12, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, - "classdesc": "The TweenFrameData is a class that contains a single target that will change the texture frame\rat the conclusion of the Tween.\r\rTweenFrameData instances are typically created by the TweenBuilder automatically, when it\rdetects the prescence of a 'texture' property as the key being tweened.\r\rA Tween can own multiple TweenFrameData instances, but a TweenFrameData only\rever belongs to a single Tween.\r\rYou should not typically create these yourself, but rather use the TweenBuilder,\ror the `Tween.addFrame` method.", + "classdesc": "The TweenFrameData is a class that contains a single target that will change the texture frame\rat the conclusion of the Tween.\r\rTweenFrameData instances are typically created by the TweenBuilder automatically, when it\rdetects the presence of a 'texture' property as the key being tweened.\r\rA Tween can own multiple TweenFrameData instances, but a TweenFrameData only\rever belongs to a single Tween.\r\rYou should not typically create these yourself, but rather use the TweenBuilder,\ror the `Tween.addFrame` method.", "kind": "class", "name": "TweenFrameData", "memberof": "Phaser.Tweens", @@ -408957,7 +409832,7 @@ ], "scope": "static", "longname": "Phaser.Tweens.TweenFrameData", - "___id": "T000002R045282", + "___id": "T000002R045433", "___s": true }, { @@ -408966,7 +409841,7 @@ "filename": "TweenFrameData.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The property of the target to be tweened.\r\rAlways 'texture' for a TweenFrameData object.", @@ -408986,7 +409861,7 @@ "longname": "Phaser.Tweens.TweenFrameData#key", "scope": "instance", "kind": "member", - "___id": "T000002R045286", + "___id": "T000002R045437", "___s": true }, { @@ -408995,7 +409870,7 @@ "filename": "TweenFrameData.js", "lineno": 66, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The texture to be set at the start of the tween.", @@ -409014,7 +409889,7 @@ "longname": "Phaser.Tweens.TweenFrameData#startTexture", "scope": "instance", "kind": "member", - "___id": "T000002R045288", + "___id": "T000002R045439", "___s": true }, { @@ -409023,7 +409898,7 @@ "filename": "TweenFrameData.js", "lineno": 75, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The texture to be set at the end of the tween.", @@ -409042,7 +409917,7 @@ "longname": "Phaser.Tweens.TweenFrameData#endTexture", "scope": "instance", "kind": "member", - "___id": "T000002R045290", + "___id": "T000002R045441", "___s": true }, { @@ -409051,7 +409926,7 @@ "filename": "TweenFrameData.js", "lineno": 84, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The frame to be set at the start of the tween.", @@ -409080,7 +409955,7 @@ "longname": "Phaser.Tweens.TweenFrameData#startFrame", "scope": "instance", "kind": "member", - "___id": "T000002R045292", + "___id": "T000002R045443", "___s": true }, { @@ -409089,7 +409964,7 @@ "filename": "TweenFrameData.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "The frame to be set at the end of the tween.", @@ -409118,7 +409993,7 @@ "longname": "Phaser.Tweens.TweenFrameData#endFrame", "scope": "instance", "kind": "member", - "___id": "T000002R045294", + "___id": "T000002R045445", "___s": true }, { @@ -409127,7 +410002,7 @@ "filename": "TweenFrameData.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Will the Tween ease back to its starting values, after reaching the end\rand any `hold` value that may be set?", @@ -409147,7 +410022,7 @@ "scope": "instance", "kind": "member", "overrides": "Phaser.Tweens.BaseTweenData#yoyo", - "___id": "T000002R045296", + "___id": "T000002R045447", "___s": true }, { @@ -409156,7 +410031,7 @@ "filename": "TweenFrameData.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Internal method that resets this Tween Data entirely, including the progress and elapsed values.\r\rCalled automatically by the parent Tween. Should not be called directly.", @@ -409184,7 +410059,7 @@ "longname": "Phaser.Tweens.TweenFrameData#reset", "scope": "instance", "overrides": "Phaser.Tweens.BaseTweenData#reset", - "___id": "T000002R045298", + "___id": "T000002R045449", "___s": true }, { @@ -409193,7 +410068,7 @@ "filename": "TweenFrameData.js", "lineno": 141, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Internal method that advances this TweenData based on the delta value given.", @@ -409236,7 +410111,7 @@ "memberof": "Phaser.Tweens.TweenFrameData", "longname": "Phaser.Tweens.TweenFrameData#update", "scope": "instance", - "___id": "T000002R045303", + "___id": "T000002R045454", "___s": true }, { @@ -409245,7 +410120,7 @@ "filename": "TweenFrameData.js", "lineno": 268, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Internal method that will emit a TweenData based Event on the\rparent Tween and also invoke the given callback, if provided.", @@ -409284,7 +410159,7 @@ "memberof": "Phaser.Tweens.TweenFrameData", "longname": "Phaser.Tweens.TweenFrameData#dispatchEvent", "scope": "instance", - "___id": "T000002R045326", + "___id": "T000002R045477", "___s": true }, { @@ -409293,7 +410168,7 @@ "filename": "TweenFrameData.js", "lineno": 298, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "description": "Immediately destroys this TweenData, nulling of all its references.", @@ -409304,7 +410179,7 @@ "longname": "Phaser.Tweens.TweenFrameData#destroy", "scope": "instance", "overrides": "Phaser.Tweens.BaseTweenData#destroy", - "___id": "T000002R045332", + "___id": "T000002R045483", "___s": true }, { @@ -409313,7 +410188,7 @@ "filename": "TweenManager.js", "lineno": 19, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "classdesc": "The Tween Manager is a default Scene Plugin which controls and updates Tweens.\r\rA tween is a way to alter one or more properties of a target object over a defined period of time.\r\rTweens are created by calling the `add` method and passing in the configuration object.\r\r```js\rconst logo = this.add.image(100, 100, 'logo');\r\rthis.tweens.add({\r targets: logo,\r x: 600,\r ease: 'Power1',\r duration: 2000\r});\r```\r\rSee the `TweenBuilderConfig` for all of the options you have available.\r\rPlayback will start immediately unless the tween has been configured to be paused.\r\rPlease note that a Tween will not manipulate any target property that begins with an underscore.\r\rTweens are designed to be 'fire-and-forget'. They automatically destroy themselves once playback\ris complete, to free-up memory and resources. If you wish to keep a tween after playback, i.e. to\rplay it again at a later time, then you should set the `persist` property to `true` in the config.\rHowever, doing so means it's entirely up to _you_ to destroy the tween when you're finished with it,\rotherwise it will linger in memory forever.\r\rIf you wish to chain Tweens together for sequential playback, see the `TweenManager.chain` method.", @@ -409338,7 +410213,7 @@ ], "scope": "static", "longname": "Phaser.Tweens.TweenManager", - "___id": "T000002R045350", + "___id": "T000002R045501", "___s": true }, { @@ -409347,7 +410222,7 @@ "filename": "TweenManager.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "The Scene which owns this Tween Manager.", @@ -409366,7 +410241,7 @@ "longname": "Phaser.Tweens.TweenManager#scene", "scope": "instance", "kind": "member", - "___id": "T000002R045353", + "___id": "T000002R045504", "___s": true }, { @@ -409375,7 +410250,7 @@ "filename": "TweenManager.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "The Scene Systems Event Emitter.", @@ -409394,7 +410269,7 @@ "longname": "Phaser.Tweens.TweenManager#events", "scope": "instance", "kind": "member", - "___id": "T000002R045355", + "___id": "T000002R045506", "___s": true }, { @@ -409403,7 +410278,7 @@ "filename": "TweenManager.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "The time scale of the Tween Manager.\r\rThis value scales the time delta between two frames, thus influencing the speed of time for all Tweens owned by this Tween Manager.", @@ -409423,7 +410298,7 @@ "longname": "Phaser.Tweens.TweenManager#timeScale", "scope": "instance", "kind": "member", - "___id": "T000002R045357", + "___id": "T000002R045508", "___s": true }, { @@ -409432,7 +410307,7 @@ "filename": "TweenManager.js", "lineno": 95, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "This toggles the updating state of this Tween Manager.\r\rSetting `paused` to `true` (or calling the `pauseAll` method) will\rstop this Tween Manager from updating any of its tweens, including\rnewly created ones. Set back to `false` to resume playback.", @@ -409452,7 +410327,7 @@ "longname": "Phaser.Tweens.TweenManager#paused", "scope": "instance", "kind": "member", - "___id": "T000002R045359", + "___id": "T000002R045510", "___s": true }, { @@ -409461,7 +410336,7 @@ "filename": "TweenManager.js", "lineno": 109, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Is this Tween Manager currently processing the tweens as part of\rits 'update' loop? This is set to 'true' at the start of 'update'\rand reset to 'false' at the end of the function. Allows you to trap\rTween Manager status during tween callbacks.", @@ -409481,7 +410356,7 @@ "longname": "Phaser.Tweens.TweenManager#processing", "scope": "instance", "kind": "member", - "___id": "T000002R045361", + "___id": "T000002R045512", "___s": true }, { @@ -409490,7 +410365,7 @@ "filename": "TweenManager.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "An array of Tweens which are actively being processed by the Tween Manager.", @@ -409518,7 +410393,7 @@ "longname": "Phaser.Tweens.TweenManager#tweens", "scope": "instance", "kind": "member", - "___id": "T000002R045363", + "___id": "T000002R045514", "___s": true }, { @@ -409527,7 +410402,7 @@ "filename": "TweenManager.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "The time the Tween Manager was updated.", @@ -409546,7 +410421,7 @@ "longname": "Phaser.Tweens.TweenManager#time", "scope": "instance", "kind": "member", - "___id": "T000002R045365", + "___id": "T000002R045516", "___s": true }, { @@ -409555,7 +410430,7 @@ "filename": "TweenManager.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "The time the Tween Manager was started.", @@ -409574,7 +410449,7 @@ "longname": "Phaser.Tweens.TweenManager#startTime", "scope": "instance", "kind": "member", - "___id": "T000002R045367", + "___id": "T000002R045518", "___s": true }, { @@ -409583,7 +410458,7 @@ "filename": "TweenManager.js", "lineno": 149, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "The time the Tween Manager should next update.", @@ -409602,7 +410477,7 @@ "longname": "Phaser.Tweens.TweenManager#nextTime", "scope": "instance", "kind": "member", - "___id": "T000002R045369", + "___id": "T000002R045520", "___s": true }, { @@ -409611,7 +410486,7 @@ "filename": "TweenManager.js", "lineno": 158, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "The time the Tween Manager previously updated.", @@ -409630,7 +410505,7 @@ "longname": "Phaser.Tweens.TweenManager#prevTime", "scope": "instance", "kind": "member", - "___id": "T000002R045371", + "___id": "T000002R045522", "___s": true }, { @@ -409639,7 +410514,7 @@ "filename": "TweenManager.js", "lineno": 167, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "The maximum amount of time, in milliseconds, the browser can\rlag for, before lag smoothing is applied.\r\rSee the `TweenManager.setLagSmooth` method for further details.", @@ -409659,7 +410534,7 @@ "longname": "Phaser.Tweens.TweenManager#maxLag", "scope": "instance", "kind": "member", - "___id": "T000002R045373", + "___id": "T000002R045524", "___s": true }, { @@ -409668,7 +410543,7 @@ "filename": "TweenManager.js", "lineno": 180, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "The amount of time, in milliseconds, that is used to set the\rdelta when lag smoothing is applied.\r\rSee the `TweenManager.setLagSmooth` method for further details.", @@ -409688,7 +410563,7 @@ "longname": "Phaser.Tweens.TweenManager#lagSkip", "scope": "instance", "kind": "member", - "___id": "T000002R045375", + "___id": "T000002R045526", "___s": true }, { @@ -409697,7 +410572,7 @@ "filename": "TweenManager.js", "lineno": 193, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "An internal value that holds the fps rate.", @@ -409716,7 +410591,7 @@ "longname": "Phaser.Tweens.TweenManager#gap", "scope": "instance", "kind": "member", - "___id": "T000002R045377", + "___id": "T000002R045528", "___s": true }, { @@ -409725,7 +410600,7 @@ "filename": "TweenManager.js", "lineno": 241, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Create a Tween and return it, but does not add it to this Tween Manager.\r\rPlease note that a Tween will not manipulate any target property that begins with an underscore.\r\rIn order to play this tween, you'll need to add it to a Tween Manager via\rthe `TweenManager.existing` method.\r\rYou can optionally pass an **array** of Tween Configuration objects to this method and it will create\rone Tween per entry in the array. If an array is given, an array of tweens is returned.", @@ -409821,7 +410696,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#create", "scope": "instance", - "___id": "T000002R045388", + "___id": "T000002R045539", "___s": true }, { @@ -409830,7 +410705,7 @@ "filename": "TweenManager.js", "lineno": 290, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Create a Tween and add it to this Tween Manager by passing a Tween Configuration object.\r\rExample, run from within a Scene:\r\r```js\rconst logo = this.add.image(100, 100, 'logo');\r\rthis.tweens.add({\r targets: logo,\r x: 600,\r ease: 'Power1',\r duration: 2000\r});\r```\r\rSee the `TweenBuilderConfig` for all of the options you have available.\r\rPlayback will start immediately unless the tween has been configured to be paused.\r\rPlease note that a Tween will not manipulate any target property that begins with an underscore.\r\rTweens are designed to be 'fire-and-forget'. They automatically destroy themselves once playback\ris complete, to free-up memory and resources. If you wish to keep a tween after playback, i.e. to\rplay it again at a later time, then you should set the `persist` property to `true` in the config.\rHowever, doing so means it's entirely up to _you_ to destroy the tween when you're finished with it,\rotherwise it will linger in memory forever.\r\rIf you wish to chain Tweens together for sequential playback, see the `TweenManager.chain` method.", @@ -409889,7 +410764,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#add", "scope": "instance", - "___id": "T000002R045394", + "___id": "T000002R045545", "___s": true }, { @@ -409898,7 +410773,7 @@ "filename": "TweenManager.js", "lineno": 353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Create multiple Tweens and add them all to this Tween Manager, by passing an array of Tween Configuration objects.\r\rSee the `TweenBuilderConfig` for all of the options you have available.\r\rPlayback will start immediately unless the tweens have been configured to be paused.\r\rPlease note that a Tween will not manipulate any target property that begins with an underscore.\r\rTweens are designed to be 'fire-and-forget'. They automatically destroy themselves once playback\ris complete, to free-up memory and resources. If you wish to keep a tween after playback, i.e. to\rplay it again at a later time, then you should set the `persist` property to `true` in the config.\rHowever, doing so means it's entirely up to _you_ to destroy the tween when you're finished with it,\rotherwise it will linger in memory forever.\r\rIf you wish to chain Tweens together for sequential playback, see the `TweenManager.chain` method.", @@ -409974,7 +410849,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#addMultiple", "scope": "instance", - "___id": "T000002R045400", + "___id": "T000002R045551", "___s": true }, { @@ -409983,7 +410858,7 @@ "filename": "TweenManager.js", "lineno": 411, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Create a sequence of Tweens, chained to one-another, and add them to this Tween Manager.\r\rThe tweens are played in order, from start to finish. You can optionally set the chain\rto repeat as many times as you like. Once the chain has finished playing, or repeating if set,\rall tweens in the chain will be destroyed automatically. To override this, set the `persist`\rargument to 'true'.\r\rPlayback will start immediately unless the _first_ Tween has been configured to be paused.\r\rPlease note that Tweens will not manipulate any target property that begins with an underscore.", @@ -410032,7 +410907,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#chain", "scope": "instance", - "___id": "T000002R045409", + "___id": "T000002R045560", "___s": true }, { @@ -410041,7 +410916,7 @@ "filename": "TweenManager.js", "lineno": 439, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Returns an array containing this Tween and all Tweens chained to it,\rin the order in which they will be played.\r\rIf there are no chained Tweens an empty array is returned.", @@ -410089,7 +410964,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#getChainedTweens", "scope": "instance", - "___id": "T000002R045412", + "___id": "T000002R045563", "___s": true }, { @@ -410098,7 +410973,7 @@ "filename": "TweenManager.js", "lineno": 457, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Check to see if the given Tween instance exists within this Tween Manager.\r\rWill return `true` as long as the Tween is being processed by this Tween Manager.\r\rWill return `false` if not present, or has a state of `REMOVED` or `DESTROYED`.", @@ -410137,7 +411012,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#has", "scope": "instance", - "___id": "T000002R045414", + "___id": "T000002R045565", "___s": true }, { @@ -410146,7 +411021,7 @@ "filename": "TweenManager.js", "lineno": 476, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Add an existing Tween to this Tween Manager.\r\rPlayback will start immediately unless the tween has been configured to be paused.", @@ -410186,7 +411061,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#existing", "scope": "instance", - "___id": "T000002R045416", + "___id": "T000002R045567", "___s": true }, { @@ -410195,7 +411070,7 @@ "filename": "TweenManager.js", "lineno": 498, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Create a Number Tween and add it to the active Tween list.\r\rA Number Tween is a special kind of tween that doesn't have a target. Instead,\rit allows you to tween between 2 numeric values. The default values are\r`0` and `1`, but you can change them via the `from` and `to` properties.\r\rYou can get the current tweened value via the `Tween.getValue()` method.\r\rPlayback will start immediately unless the tween has been configured to be paused.\r\rPlease note that a Tween will not manipulate any target property that begins with an underscore.", @@ -410234,7 +411109,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#addCounter", "scope": "instance", - "___id": "T000002R045418", + "___id": "T000002R045569", "___s": true }, { @@ -410243,7 +411118,7 @@ "filename": "TweenManager.js", "lineno": 527, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Creates a Stagger function to be used by a Tween property.\r\rThe stagger function will allow you to stagger changes to the value of the property across all targets of the tween.\r\rThis is only worth using if the tween has multiple targets.\r\rThe following will stagger the delay by 100ms across all targets of the tween, causing them to scale down to 0.2\rover the duration specified:\r\r```javascript\rthis.tweens.add({\r targets: [ ... ],\r scale: 0.2,\r ease: 'linear',\r duration: 1000,\r delay: this.tweens.stagger(100)\r});\r```\r\rThe following will stagger the delay by 500ms across all targets of the tween using a 10 x 6 grid, staggering\rfrom the center out, using a cubic ease.\r\r```javascript\rthis.tweens.add({\r targets: [ ... ],\r scale: 0.2,\r ease: 'linear',\r duration: 1000,\r delay: this.tweens.stagger(500, { grid: [ 10, 6 ], from: 'center', ease: 'cubic.out' })\r});\r```", @@ -410314,7 +411189,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#stagger", "scope": "instance", - "___id": "T000002R045421", + "___id": "T000002R045572", "___s": true }, { @@ -410323,7 +411198,7 @@ "filename": "TweenManager.js", "lineno": 573, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Set the limits that are used when a browser encounters lag, or delays that cause the elapsed\rtime between two frames to exceed the expected amount. If this occurs, the Tween Manager will\ract as if the 'skip' amount of times has passed, in order to maintain strict tween sequencing.\r\rThis is enabled by default with the values 500ms for the lag limit and 33ms for the skip.\r\rYou should not set these to low values, as it won't give time for the browser to ever\rcatch-up with itself and reclaim sync.\r\rCall this method with no arguments to disable smoothing.\r\rCall it with the arguments `500` and `33` to reset to the defaults.", @@ -410380,7 +411255,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#setLagSmooth", "scope": "instance", - "___id": "T000002R045423", + "___id": "T000002R045574", "___s": true }, { @@ -410389,7 +411264,7 @@ "filename": "TweenManager.js", "lineno": 606, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Limits the Tween system to run at a particular frame rate.\r\rYou should not set this _above_ the frequency of the browser,\rbut instead can use it to throttle the frame rate lower, should\ryou need to in certain situations.", @@ -410431,7 +411306,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#setFps", "scope": "instance", - "___id": "T000002R045429", + "___id": "T000002R045580", "___s": true }, { @@ -410440,7 +411315,7 @@ "filename": "TweenManager.js", "lineno": 630, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Internal method that calculates the delta value, along with the other timing values,\rand returns the new delta.\r\rYou should not typically call this method directly.", @@ -410481,7 +411356,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#getDelta", "scope": "instance", - "___id": "T000002R045434", + "___id": "T000002R045585", "___s": true }, { @@ -410490,7 +411365,7 @@ "filename": "TweenManager.js", "lineno": 672, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Manually advance the Tween system by one step.\r\rThis will update all Tweens even if the Tween Manager is currently\rpaused.", @@ -410515,7 +411390,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#tick", "scope": "instance", - "___id": "T000002R045446", + "___id": "T000002R045597", "___s": true }, { @@ -410524,7 +411399,7 @@ "filename": "TweenManager.js", "lineno": 690, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Internal update handler.\r\rCalls `TweenManager.step` as long as the Tween Manager has not\rbeen paused.", @@ -410534,7 +411409,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#update", "scope": "instance", - "___id": "T000002R045448", + "___id": "T000002R045599", "___s": true }, { @@ -410543,7 +411418,7 @@ "filename": "TweenManager.js", "lineno": 707, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Updates all Tweens belonging to this Tween Manager.\r\rCalled automatically by `update` and `tick`.", @@ -410570,7 +411445,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#step", "scope": "instance", - "___id": "T000002R045450", + "___id": "T000002R045601", "___s": true }, { @@ -410579,7 +411454,7 @@ "filename": "TweenManager.js", "lineno": 775, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Removes the given Tween from this Tween Manager, even if it hasn't started\rplayback yet. If this method is called while the Tween Manager is processing\ran update loop, then the tween will be flagged for removal at the start of\rthe next frame. Otherwise, it is removed immediately.\r\rThe removed tween is _not_ destroyed. It is just removed from this Tween Manager.", @@ -410619,7 +411494,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#remove", "scope": "instance", - "___id": "T000002R045467", + "___id": "T000002R045618", "___s": true }, { @@ -410628,7 +411503,7 @@ "filename": "TweenManager.js", "lineno": 808, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Resets the given Tween.\r\rIf the Tween does not belong to this Tween Manager, it will first be added.\r\rThen it will seek to position 0 and playback will start on the next frame.", @@ -410668,7 +411543,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#reset", "scope": "instance", - "___id": "T000002R045469", + "___id": "T000002R045620", "___s": true }, { @@ -410677,7 +411552,7 @@ "filename": "TweenManager.js", "lineno": 833, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Checks if a Tween is active and adds it to the Tween Manager at the start of the frame if it isn't.", @@ -410717,7 +411592,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#makeActive", "scope": "instance", - "___id": "T000002R045471", + "___id": "T000002R045622", "___s": true }, { @@ -410726,7 +411601,7 @@ "filename": "TweenManager.js", "lineno": 852, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Passes all Tweens to the given callback.", @@ -410795,7 +411670,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#each", "scope": "instance", - "___id": "T000002R045473", + "___id": "T000002R045624", "___s": true }, { @@ -410804,7 +411679,7 @@ "filename": "TweenManager.js", "lineno": 884, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Returns an array containing references to all Tweens in this Tween Manager.\r\rIt is safe to mutate the returned array. However, acting upon any of the Tweens\rwithin it, will adjust those stored in this Tween Manager, as they are passed\rby reference and not cloned.\r\rIf you wish to get tweens for a specific target, see `getTweensOf`.", @@ -410837,7 +411712,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#getTweens", "scope": "instance", - "___id": "T000002R045479", + "___id": "T000002R045630", "___s": true }, { @@ -410846,7 +411721,7 @@ "filename": "TweenManager.js", "lineno": 903, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Returns an array of all Tweens in the Tween Manager which affect the given target, or array of targets.\r\rIt's possible for this method to return tweens that are about to be removed from\rthe Tween Manager. You should check the state of the returned tween before acting\rupon it.", @@ -410913,7 +411788,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#getTweensOf", "scope": "instance", - "___id": "T000002R045481", + "___id": "T000002R045632", "___s": true }, { @@ -410922,7 +411797,7 @@ "filename": "TweenManager.js", "lineno": 949, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Returns the scale of the time delta for all Tweens owned by this Tween Manager.", @@ -410946,7 +411821,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#getGlobalTimeScale", "scope": "instance", - "___id": "T000002R045491", + "___id": "T000002R045642", "___s": true }, { @@ -410955,7 +411830,7 @@ "filename": "TweenManager.js", "lineno": 962, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Sets a new scale of the time delta for this Tween Manager.\r\rThe time delta is the time elapsed between two consecutive frames and influences the speed of time for this Tween Manager and all Tweens it owns. Values higher than 1 increase the speed of time, while values smaller than 1 decrease it. A value of 0 freezes time and is effectively equivalent to pausing all Tweens.", @@ -410995,7 +411870,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#setGlobalTimeScale", "scope": "instance", - "___id": "T000002R045493", + "___id": "T000002R045644", "___s": true }, { @@ -411004,7 +411879,7 @@ "filename": "TweenManager.js", "lineno": 981, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Checks if the given object is being affected by a _playing_ Tween.\r\rIf the Tween is paused, this method will return false.", @@ -411043,7 +411918,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#isTweening", "scope": "instance", - "___id": "T000002R045496", + "___id": "T000002R045647", "___s": true }, { @@ -411052,7 +411927,7 @@ "filename": "TweenManager.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Destroys all Tweens in this Tween Manager.\r\rThe tweens will erase all references to any targets they hold\rand be stopped immediately.\r\rIf this method is called while the Tween Manager is running its\rupdate process, then the tweens will be removed at the start of\rthe next frame. Outside of this, they are removed immediately.", @@ -411077,7 +411952,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#killAll", "scope": "instance", - "___id": "T000002R045502", + "___id": "T000002R045653", "___s": true }, { @@ -411086,7 +411961,7 @@ "filename": "TweenManager.js", "lineno": 1043, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Stops all Tweens which affect the given target or array of targets.\r\rThe tweens will erase all references to any targets they hold\rand be stopped immediately.\r\rIf this method is called while the Tween Manager is running its\rupdate process, then the tweens will be removed at the start of\rthe next frame. Outside of this, they are removed immediately.", @@ -411139,7 +412014,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#killTweensOf", "scope": "instance", - "___id": "T000002R045507", + "___id": "T000002R045658", "___s": true }, { @@ -411148,7 +412023,7 @@ "filename": "TweenManager.js", "lineno": 1074, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Pauses this Tween Manager. No Tweens will update while paused.\r\rThis includes tweens created after this method was called.\r\rSee `TweenManager#resumeAll` to resume the playback.\r\rAs of Phaser 3.60 you can also toggle the boolean property `TweenManager.paused`.", @@ -411173,7 +412048,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#pauseAll", "scope": "instance", - "___id": "T000002R045511", + "___id": "T000002R045662", "___s": true }, { @@ -411182,7 +412057,7 @@ "filename": "TweenManager.js", "lineno": 1095, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "Resumes playback of this Tween Manager.\r\rAll active Tweens will continue updating.\r\rSee `TweenManager#pauseAll` to pause the playback.\r\rAs of Phaser 3.60 you can also toggle the boolean property `TweenManager.paused`.", @@ -411207,7 +412082,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#resumeAll", "scope": "instance", - "___id": "T000002R045514", + "___id": "T000002R045665", "___s": true }, { @@ -411216,7 +412091,7 @@ "filename": "TweenManager.js", "lineno": 1116, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "The Scene that owns this plugin is shutting down.\r\rWe need to kill and reset all internal properties as well as stop listening to Scene events.", @@ -411226,7 +412101,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#shutdown", "scope": "instance", - "___id": "T000002R045517", + "___id": "T000002R045668", "___s": true }, { @@ -411235,7 +412110,7 @@ "filename": "TweenManager.js", "lineno": 1134, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens", "code": {} }, "description": "The Scene that owns this plugin is being destroyed.\rWe need to shutdown and then kill off all external references.", @@ -411245,7 +412120,7 @@ "memberof": "Phaser.Tweens.TweenManager", "longname": "Phaser.Tweens.TweenManager#destroy", "scope": "instance", - "___id": "T000002R045520", + "___id": "T000002R045671", "___s": true }, { @@ -411254,7 +412129,7 @@ "filename": "Event.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\typedefs", "code": {} }, "kind": "typedef", @@ -411273,7 +412148,7 @@ "memberof": "Phaser.Types.Tweens", "longname": "Phaser.Types.Tweens.Event", "scope": "static", - "___id": "T000002R045525", + "___id": "T000002R045676", "___s": true }, { @@ -411282,7 +412157,7 @@ "filename": "GetActiveCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\typedefs", "code": {} }, "kind": "typedef", @@ -411390,7 +412265,7 @@ "memberof": "Phaser.Types.Tweens", "longname": "Phaser.Types.Tweens.GetActiveCallback", "scope": "static", - "___id": "T000002R045526", + "___id": "T000002R045677", "___s": true }, { @@ -411399,7 +412274,7 @@ "filename": "GetEndCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\typedefs", "code": {} }, "kind": "typedef", @@ -411507,7 +412382,7 @@ "memberof": "Phaser.Types.Tweens", "longname": "Phaser.Types.Tweens.GetEndCallback", "scope": "static", - "___id": "T000002R045527", + "___id": "T000002R045678", "___s": true }, { @@ -411516,7 +412391,7 @@ "filename": "GetStartCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\typedefs", "code": {} }, "kind": "typedef", @@ -411624,7 +412499,7 @@ "memberof": "Phaser.Types.Tweens", "longname": "Phaser.Types.Tweens.GetStartCallback", "scope": "static", - "___id": "T000002R045528", + "___id": "T000002R045679", "___s": true }, { @@ -411633,7 +412508,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\typedefs", "code": {} }, "kind": "namespace", @@ -411641,7 +412516,7 @@ "memberof": "Phaser.Types", "longname": "Phaser.Types.Tweens", "scope": "static", - "___id": "T000002R045529", + "___id": "T000002R045680", "___s": true }, { @@ -411650,7 +412525,7 @@ "filename": "NumberTweenBuilderConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\typedefs", "code": {} }, "kind": "typedef", @@ -412268,7 +413143,7 @@ "memberof": "Phaser.Types.Tweens", "longname": "Phaser.Types.Tweens.NumberTweenBuilderConfig", "scope": "static", - "___id": "T000002R045530", + "___id": "T000002R045681", "___s": true }, { @@ -412277,7 +413152,7 @@ "filename": "StaggerConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\typedefs", "code": {} }, "kind": "typedef", @@ -412388,7 +413263,7 @@ "memberof": "Phaser.Types.Tweens", "longname": "Phaser.Types.Tweens.StaggerConfig", "scope": "static", - "___id": "T000002R045531", + "___id": "T000002R045682", "___s": true }, { @@ -412397,7 +413272,7 @@ "filename": "TweenBuilderConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\typedefs", "code": {} }, "kind": "typedef", @@ -413116,7 +413991,7 @@ "memberof": "Phaser.Types.Tweens", "longname": "Phaser.Types.Tweens.TweenBuilderConfig", "scope": "static", - "___id": "T000002R045532", + "___id": "T000002R045683", "___s": true }, { @@ -413125,7 +414000,7 @@ "filename": "TweenCallbacks.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\typedefs", "code": {} }, "kind": "typedef", @@ -413285,7 +414160,7 @@ "memberof": "Phaser.Types.Tweens", "longname": "Phaser.Types.Tweens.TweenCallbacks", "scope": "static", - "___id": "T000002R045533", + "___id": "T000002R045684", "___s": true }, { @@ -413294,7 +414169,7 @@ "filename": "TweenCallbackTypes.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\typedefs", "code": {} }, "kind": "typedef", @@ -413362,7 +414237,7 @@ "memberof": "Phaser.Types.Tweens", "longname": "Phaser.Types.Tweens.TweenCallbackTypes", "scope": "static", - "___id": "T000002R045534", + "___id": "T000002R045685", "___s": true }, { @@ -413371,7 +414246,7 @@ "filename": "TweenChainBuilderConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\typedefs", "code": {} }, "kind": "typedef", @@ -413814,7 +414689,7 @@ "memberof": "Phaser.Types.Tweens", "longname": "Phaser.Types.Tweens.TweenChainBuilderConfig", "scope": "static", - "___id": "T000002R045535", + "___id": "T000002R045686", "___s": true }, { @@ -413823,7 +414698,7 @@ "filename": "TweenDataConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\typedefs", "code": {} }, "kind": "typedef", @@ -414205,7 +415080,7 @@ "memberof": "Phaser.Types.Tweens", "longname": "Phaser.Types.Tweens.TweenDataConfig", "scope": "static", - "___id": "T000002R045536", + "___id": "T000002R045687", "___s": true }, { @@ -414214,7 +415089,7 @@ "filename": "TweenDataGenConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\typedefs", "code": {} }, "kind": "typedef", @@ -414299,7 +415174,7 @@ "memberof": "Phaser.Types.Tweens", "longname": "Phaser.Types.Tweens.TweenDataGenConfig", "scope": "static", - "___id": "T000002R045537", + "___id": "T000002R045688", "___s": true }, { @@ -414308,7 +415183,7 @@ "filename": "TweenFrameDataConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\typedefs", "code": {} }, "kind": "typedef", @@ -414561,7 +415436,7 @@ "memberof": "Phaser.Types.Tweens", "longname": "Phaser.Types.Tweens.TweenFrameDataConfig", "scope": "static", - "___id": "T000002R045538", + "___id": "T000002R045689", "___s": true }, { @@ -414570,7 +415445,7 @@ "filename": "TweenOnActiveCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\typedefs", "code": {} }, "kind": "typedef", @@ -414646,7 +415521,7 @@ "memberof": "Phaser.Types.Tweens", "longname": "Phaser.Types.Tweens.TweenOnActiveCallback", "scope": "static", - "___id": "T000002R045539", + "___id": "T000002R045690", "___s": true }, { @@ -414655,7 +415530,7 @@ "filename": "TweenOnCompleteCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\typedefs", "code": {} }, "kind": "typedef", @@ -414731,7 +415606,7 @@ "memberof": "Phaser.Types.Tweens", "longname": "Phaser.Types.Tweens.TweenOnCompleteCallback", "scope": "static", - "___id": "T000002R045540", + "___id": "T000002R045691", "___s": true }, { @@ -414740,7 +415615,7 @@ "filename": "TweenOnLoopCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\typedefs", "code": {} }, "kind": "typedef", @@ -414816,7 +415691,7 @@ "memberof": "Phaser.Types.Tweens", "longname": "Phaser.Types.Tweens.TweenOnLoopCallback", "scope": "static", - "___id": "T000002R045541", + "___id": "T000002R045692", "___s": true }, { @@ -414825,7 +415700,7 @@ "filename": "TweenOnPauseCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\typedefs", "code": {} }, "kind": "typedef", @@ -414901,7 +415776,7 @@ "memberof": "Phaser.Types.Tweens", "longname": "Phaser.Types.Tweens.TweenOnPauseCallback", "scope": "static", - "___id": "T000002R045542", + "___id": "T000002R045693", "___s": true }, { @@ -414910,7 +415785,7 @@ "filename": "TweenOnRepeatCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\typedefs", "code": {} }, "kind": "typedef", @@ -415006,7 +415881,7 @@ "memberof": "Phaser.Types.Tweens", "longname": "Phaser.Types.Tweens.TweenOnRepeatCallback", "scope": "static", - "___id": "T000002R045543", + "___id": "T000002R045694", "___s": true }, { @@ -415015,7 +415890,7 @@ "filename": "TweenOnResumeCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\typedefs", "code": {} }, "kind": "typedef", @@ -415091,7 +415966,7 @@ "memberof": "Phaser.Types.Tweens", "longname": "Phaser.Types.Tweens.TweenOnResumeCallback", "scope": "static", - "___id": "T000002R045544", + "___id": "T000002R045695", "___s": true }, { @@ -415100,7 +415975,7 @@ "filename": "TweenOnStartCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\typedefs", "code": {} }, "kind": "typedef", @@ -415176,7 +416051,7 @@ "memberof": "Phaser.Types.Tweens", "longname": "Phaser.Types.Tweens.TweenOnStartCallback", "scope": "static", - "___id": "T000002R045545", + "___id": "T000002R045696", "___s": true }, { @@ -415185,7 +416060,7 @@ "filename": "TweenOnStopCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\typedefs", "code": {} }, "kind": "typedef", @@ -415261,7 +416136,7 @@ "memberof": "Phaser.Types.Tweens", "longname": "Phaser.Types.Tweens.TweenOnStopCallback", "scope": "static", - "___id": "T000002R045546", + "___id": "T000002R045697", "___s": true }, { @@ -415270,7 +416145,7 @@ "filename": "TweenOnUpdateCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\typedefs", "code": {} }, "kind": "typedef", @@ -415366,7 +416241,7 @@ "memberof": "Phaser.Types.Tweens", "longname": "Phaser.Types.Tweens.TweenOnUpdateCallback", "scope": "static", - "___id": "T000002R045547", + "___id": "T000002R045698", "___s": true }, { @@ -415375,7 +416250,7 @@ "filename": "TweenOnYoyoCallback.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\typedefs", "code": {} }, "kind": "typedef", @@ -415471,7 +416346,7 @@ "memberof": "Phaser.Types.Tweens", "longname": "Phaser.Types.Tweens.TweenOnYoyoCallback", "scope": "static", - "___id": "T000002R045548", + "___id": "T000002R045699", "___s": true }, { @@ -415480,7 +416355,7 @@ "filename": "TweenPropConfig.js", "lineno": 1, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\typedefs", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\typedefs", "code": {} }, "kind": "typedef", @@ -415750,7 +416625,7 @@ "memberof": "Phaser.Types.Tweens", "longname": "Phaser.Types.Tweens.TweenPropConfig", "scope": "static", - "___id": "T000002R045549", + "___id": "T000002R045700", "___s": true }, { @@ -415759,7 +416634,7 @@ "filename": "Add.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Adds the given item, or array of items, to the array.\r\rEach item must be unique within the array.\r\rThe array is modified in-place and returned.\r\rYou can optionally specify a limit to the maximum size of the array. If the quantity of items being\radded will take the array length over this limit, it will stop adding once the limit is reached.\r\rYou can optionally specify a callback to be invoked for each item successfully added to the array.", @@ -415872,7 +416747,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.Add", "scope": "static", - "___id": "T000002R045550", + "___id": "T000002R045701", "___s": true }, { @@ -415881,7 +416756,7 @@ "filename": "AddAt.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Adds the given item, or array of items, to the array starting at the index specified.\r\rEach item must be unique within the array.\r\rExisting elements in the array are shifted up.\r\rThe array is modified in-place and returned.\r\rYou can optionally specify a limit to the maximum size of the array. If the quantity of items being\radded will take the array length over this limit, it will stop adding once the limit is reached.\r\rYou can optionally specify a callback to be invoked for each item successfully added to the array.", @@ -416009,7 +416884,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.AddAt", "scope": "static", - "___id": "T000002R045560", + "___id": "T000002R045711", "___s": true }, { @@ -416018,7 +416893,7 @@ "filename": "BringToTop.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Moves the given element to the top of the array.\rThe array is modified in-place.", @@ -416068,7 +416943,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.BringToTop", "scope": "static", - "___id": "T000002R045571", + "___id": "T000002R045722", "___s": true }, { @@ -416077,7 +416952,7 @@ "filename": "CountAllMatching.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Returns the total number of elements in the array which have a property matching the given value.", @@ -416169,7 +417044,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.CountAllMatching", "scope": "static", - "___id": "T000002R045576", + "___id": "T000002R045727", "___s": true }, { @@ -416178,7 +417053,7 @@ "filename": "Each.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Passes each element in the array to the given callback.", @@ -416258,7 +417133,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.Each", "scope": "static", - "___id": "T000002R045584", + "___id": "T000002R045735", "___s": true }, { @@ -416267,7 +417142,7 @@ "filename": "EachInRange.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Passes each element in the array, between the start and end indexes, to the given callback.", @@ -416373,7 +417248,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.EachInRange", "scope": "static", - "___id": "T000002R045593", + "___id": "T000002R045744", "___s": true }, { @@ -416382,7 +417257,7 @@ "filename": "FindClosestInSorted.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Searches a pre-sorted array for the closet value to the given number.\r\rIf the `key` argument is given it will assume the array contains objects that all have the required `key` property name,\rand will check for the closest value of those to the given number.", @@ -416458,7 +417333,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.FindClosestInSorted", "scope": "static", - "___id": "T000002R045603", + "___id": "T000002R045754", "___s": true }, { @@ -416467,7 +417342,7 @@ "filename": "Flatten.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Takes an array and flattens it, returning a shallow-copy flattened array.", @@ -416520,7 +417395,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.Flatten", "scope": "static", - "___id": "T000002R045614", + "___id": "T000002R045765", "___s": true }, { @@ -416529,7 +417404,7 @@ "filename": "GetAll.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Returns all elements in the array.\r\rYou can optionally specify a matching criteria using the `property` and `value` arguments.\r\rFor example: `getAll('visible', true)` would return only elements that have their visible property set.\r\rOptionally you can specify a start and end index. For example if the array had 100 elements,\rand you set `startIndex` to 0 and `endIndex` to 50, it would return matches from only\rthe first 50 elements.", @@ -416623,7 +417498,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.GetAll", "scope": "static", - "___id": "T000002R045620", + "___id": "T000002R045771", "___s": true }, { @@ -416632,7 +417507,7 @@ "filename": "GetFirst.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Returns the first element in the array.\r\rYou can optionally specify a matching criteria using the `property` and `value` arguments.\r\rFor example: `getAll('visible', true)` would return the first element that had its `visible` property set.\r\rOptionally you can specify a start and end index. For example if the array had 100 elements,\rand you set `startIndex` to 0 and `endIndex` to 50, it would search only the first 50 elements.", @@ -416730,7 +417605,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.GetFirst", "scope": "static", - "___id": "T000002R045629", + "___id": "T000002R045780", "___s": true }, { @@ -416739,7 +417614,7 @@ "filename": "GetRandom.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Returns a Random element from the array.", @@ -416837,7 +417712,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.GetRandom", "scope": "static", - "___id": "T000002R045636", + "___id": "T000002R045787", "___s": true }, { @@ -416846,7 +417721,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "kind": "namespace", @@ -416854,7 +417729,7 @@ "memberof": "Phaser.Utils", "longname": "Phaser.Utils.Array", "scope": "static", - "___id": "T000002R045642", + "___id": "T000002R045793", "___s": true }, { @@ -416863,7 +417738,7 @@ "filename": "CheckMatrix.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array\\matrix", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array\\matrix", "code": {} }, "description": "Checks if an array can be used as a matrix.\r\rA matrix is a two-dimensional array (array of arrays), where all sub-arrays (rows)\rhave the same length. This is an example matrix:\r\r```\r[\r [ 1, 1, 1, 1, 1, 1 ],\r [ 2, 0, 0, 0, 0, 4 ],\r [ 2, 0, 1, 2, 0, 4 ],\r [ 2, 0, 3, 4, 0, 4 ],\r [ 2, 0, 0, 0, 0, 4 ],\r [ 3, 3, 3, 3, 3, 3 ]\r]\r```", @@ -416935,7 +417810,7 @@ "memberof": "Phaser.Utils.Array.Matrix", "longname": "Phaser.Utils.Array.Matrix.CheckMatrix", "scope": "static", - "___id": "T000002R045680", + "___id": "T000002R045831", "___s": true }, { @@ -416944,7 +417819,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array\\matrix", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array\\matrix", "code": {} }, "kind": "namespace", @@ -416952,7 +417827,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.Matrix", "scope": "static", - "___id": "T000002R045685", + "___id": "T000002R045836", "___s": true }, { @@ -416961,7 +417836,7 @@ "filename": "MatrixToString.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array\\matrix", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array\\matrix", "code": {} }, "description": "Generates a string (which you can pass to console.log) from the given Array Matrix.\r\rA matrix is a two-dimensional array (array of arrays), where all sub-arrays (rows)\rhave the same length. There must be at least two rows. This is an example matrix:\r\r```\r[\r [ 1, 1, 1, 1, 1, 1 ],\r [ 2, 0, 0, 0, 0, 4 ],\r [ 2, 0, 1, 2, 0, 4 ],\r [ 2, 0, 3, 4, 0, 4 ],\r [ 2, 0, 0, 0, 0, 4 ],\r [ 3, 3, 3, 3, 3, 3 ]\r]\r```", @@ -417033,7 +417908,7 @@ "memberof": "Phaser.Utils.Array.Matrix", "longname": "Phaser.Utils.Array.Matrix.MatrixToString", "scope": "static", - "___id": "T000002R045699", + "___id": "T000002R045850", "___s": true }, { @@ -417042,7 +417917,7 @@ "filename": "ReverseColumns.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array\\matrix", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array\\matrix", "code": {} }, "description": "Reverses the columns in the given Array Matrix.\r\rA matrix is a two-dimensional array (array of arrays), where all sub-arrays (rows)\rhave the same length. There must be at least two rows. This is an example matrix:\r\r```\r[\r [ 1, 1, 1, 1, 1, 1 ],\r [ 2, 0, 0, 0, 0, 4 ],\r [ 2, 0, 1, 2, 0, 4 ],\r [ 2, 0, 3, 4, 0, 4 ],\r [ 2, 0, 0, 0, 0, 4 ],\r [ 3, 3, 3, 3, 3, 3 ]\r]\r```", @@ -417132,7 +418007,7 @@ "memberof": "Phaser.Utils.Array.Matrix", "longname": "Phaser.Utils.Array.Matrix.ReverseColumns", "scope": "static", - "___id": "T000002R045714", + "___id": "T000002R045865", "___s": true }, { @@ -417141,7 +418016,7 @@ "filename": "ReverseRows.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array\\matrix", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array\\matrix", "code": {} }, "description": "Reverses the rows in the given Array Matrix.\r\rA matrix is a two-dimensional array (array of arrays), where all sub-arrays (rows)\rhave the same length. There must be at least two rows. This is an example matrix:\r\r```\r[\r [ 1, 1, 1, 1, 1, 1 ],\r [ 2, 0, 0, 0, 0, 4 ],\r [ 2, 0, 1, 2, 0, 4 ],\r [ 2, 0, 3, 4, 0, 4 ],\r [ 2, 0, 0, 0, 0, 4 ],\r [ 3, 3, 3, 3, 3, 3 ]\r]\r```", @@ -417231,7 +418106,7 @@ "memberof": "Phaser.Utils.Array.Matrix", "longname": "Phaser.Utils.Array.Matrix.ReverseRows", "scope": "static", - "___id": "T000002R045717", + "___id": "T000002R045868", "___s": true }, { @@ -417240,7 +418115,7 @@ "filename": "Rotate180.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array\\matrix", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array\\matrix", "code": {} }, "description": "Rotates the array matrix 180 degrees.\r\rA matrix is a two-dimensional array (array of arrays), where all sub-arrays (rows)\rhave the same length. There must be at least two rows. This is an example matrix:\r\r```\r[\r [ 1, 1, 1, 1, 1, 1 ],\r [ 2, 0, 0, 0, 0, 4 ],\r [ 2, 0, 1, 2, 0, 4 ],\r [ 2, 0, 3, 4, 0, 4 ],\r [ 2, 0, 0, 0, 0, 4 ],\r [ 3, 3, 3, 3, 3, 3 ]\r]\r```", @@ -417330,7 +418205,7 @@ "memberof": "Phaser.Utils.Array.Matrix", "longname": "Phaser.Utils.Array.Matrix.Rotate180", "scope": "static", - "___id": "T000002R045722", + "___id": "T000002R045873", "___s": true }, { @@ -417339,7 +418214,7 @@ "filename": "RotateLeft.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array\\matrix", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array\\matrix", "code": {} }, "description": "Rotates the array matrix to the left (or 90 degrees)\r\rA matrix is a two-dimensional array (array of arrays), where all sub-arrays (rows)\rhave the same length. There must be at least two rows. This is an example matrix:\r\r```\r[\r [ 1, 1, 1, 1, 1, 1 ],\r [ 2, 0, 0, 0, 0, 4 ],\r [ 2, 0, 1, 2, 0, 4 ],\r [ 2, 0, 3, 4, 0, 4 ],\r [ 2, 0, 0, 0, 0, 4 ],\r [ 3, 3, 3, 3, 3, 3 ]\r]\r```", @@ -417444,7 +418319,7 @@ "memberof": "Phaser.Utils.Array.Matrix", "longname": "Phaser.Utils.Array.Matrix.RotateLeft", "scope": "static", - "___id": "T000002R045726", + "___id": "T000002R045877", "___s": true }, { @@ -417453,7 +418328,7 @@ "filename": "RotateMatrix.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array\\matrix", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array\\matrix", "code": {} }, "description": "Rotates the array matrix based on the given rotation value.\r\rThe value can be given in degrees: 90, -90, 270, -270 or 180,\ror a string command: `rotateLeft`, `rotateRight` or `rotate180`.\r\rBased on the routine from {@link http://jsfiddle.net/MrPolywhirl/NH42z/}.\r\rA matrix is a two-dimensional array (array of arrays), where all sub-arrays (rows)\rhave the same length. There must be at least two rows. This is an example matrix:\r\r```\r[\r [ 1, 1, 1, 1, 1, 1 ],\r [ 2, 0, 0, 0, 0, 4 ],\r [ 2, 0, 1, 2, 0, 4 ],\r [ 2, 0, 3, 4, 0, 4 ],\r [ 2, 0, 0, 0, 0, 4 ],\r [ 3, 3, 3, 3, 3, 3 ]\r]\r```", @@ -417568,7 +418443,7 @@ "memberof": "Phaser.Utils.Array.Matrix", "longname": "Phaser.Utils.Array.Matrix.RotateMatrix", "scope": "static", - "___id": "T000002R045734", + "___id": "T000002R045885", "___s": true }, { @@ -417577,7 +418452,7 @@ "filename": "RotateRight.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array\\matrix", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array\\matrix", "code": {} }, "description": "Rotates the array matrix to the left (or -90 degrees)\r\rA matrix is a two-dimensional array (array of arrays), where all sub-arrays (rows)\rhave the same length. There must be at least two rows. This is an example matrix:\r\r```\r[\r [ 1, 1, 1, 1, 1, 1 ],\r [ 2, 0, 0, 0, 0, 4 ],\r [ 2, 0, 1, 2, 0, 4 ],\r [ 2, 0, 3, 4, 0, 4 ],\r [ 2, 0, 0, 0, 0, 4 ],\r [ 3, 3, 3, 3, 3, 3 ]\r]\r```", @@ -417682,7 +418557,7 @@ "memberof": "Phaser.Utils.Array.Matrix", "longname": "Phaser.Utils.Array.Matrix.RotateRight", "scope": "static", - "___id": "T000002R045743", + "___id": "T000002R045894", "___s": true }, { @@ -417691,7 +418566,7 @@ "filename": "TranslateMatrix.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array\\matrix", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array\\matrix", "code": {} }, "description": "Translates the given Array Matrix by shifting each column and row the\ramount specified.\r\rA matrix is a two-dimensional array (array of arrays), where all sub-arrays (rows)\rhave the same length. There must be at least two rows. This is an example matrix:\r\r```\r[\r [ 1, 1, 1, 1, 1, 1 ],\r [ 2, 0, 0, 0, 0, 4 ],\r [ 2, 0, 1, 2, 0, 4 ],\r [ 2, 0, 3, 4, 0, 4 ],\r [ 2, 0, 0, 0, 0, 4 ],\r [ 3, 3, 3, 3, 3, 3 ]\r]\r```", @@ -417811,7 +418686,7 @@ "memberof": "Phaser.Utils.Array.Matrix", "longname": "Phaser.Utils.Array.Matrix.Translate", "scope": "static", - "___id": "T000002R045751", + "___id": "T000002R045902", "___s": true }, { @@ -417820,7 +418695,7 @@ "filename": "TransposeMatrix.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array\\matrix", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array\\matrix", "code": {} }, "description": "Transposes the elements of the given matrix (array of arrays).\r\rThe transpose of a matrix is a new matrix whose rows are the columns of the original.\r\rA matrix is a two-dimensional array (array of arrays), where all sub-arrays (rows)\rhave the same length. There must be at least two rows. This is an example matrix:\r\r```\r[\r [ 1, 1, 1, 1, 1, 1 ],\r [ 2, 0, 0, 0, 0, 4 ],\r [ 2, 0, 1, 2, 0, 4 ],\r [ 2, 0, 3, 4, 0, 4 ],\r [ 2, 0, 0, 0, 0, 4 ],\r [ 3, 3, 3, 3, 3, 3 ]\r]\r```", @@ -417910,7 +418785,7 @@ "memberof": "Phaser.Utils.Array.Matrix", "longname": "Phaser.Utils.Array.Matrix.TransposeMatrix", "scope": "static", - "___id": "T000002R045758", + "___id": "T000002R045909", "___s": true }, { @@ -417919,7 +418794,7 @@ "filename": "MoveAbove.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Moves the given array element above another one in the array.\rThe array is modified in-place.", @@ -417982,7 +418857,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.MoveAbove", "scope": "static", - "___id": "T000002R045768", + "___id": "T000002R045919", "___s": true }, { @@ -417991,7 +418866,7 @@ "filename": "MoveBelow.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Moves the given array element below another one in the array.\rThe array is modified in-place.", @@ -418054,7 +418929,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.MoveBelow", "scope": "static", - "___id": "T000002R045773", + "___id": "T000002R045924", "___s": true }, { @@ -418063,7 +418938,7 @@ "filename": "MoveDown.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Moves the given array element down one place in the array.\rThe array is modified in-place.", @@ -418114,7 +418989,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.MoveDown", "scope": "static", - "___id": "T000002R045778", + "___id": "T000002R045929", "___s": true }, { @@ -418123,7 +418998,7 @@ "filename": "MoveTo.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Moves an element in an array to a new position within the same array.\rThe array is modified in-place.", @@ -418186,7 +419061,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.MoveTo", "scope": "static", - "___id": "T000002R045786", + "___id": "T000002R045937", "___s": true }, { @@ -418195,7 +419070,7 @@ "filename": "MoveUp.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Moves the given array element up one place in the array.\rThe array is modified in-place.", @@ -418246,7 +419121,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.MoveUp", "scope": "static", - "___id": "T000002R045790", + "___id": "T000002R045941", "___s": true }, { @@ -418255,7 +419130,7 @@ "filename": "NumberArray.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Create an array representing the range of numbers (usually integers), between, and inclusive of,\rthe given `start` and `end` arguments. For example:\r\r`var array = Phaser.Utils.Array.NumberArray(2, 4); // array = [2, 3, 4]`\r`var array = Phaser.Utils.Array.NumberArray(0, 9); // array = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]`\r`var array = Phaser.Utils.Array.NumberArray(8, 2); // array = [8, 7, 6, 5, 4, 3, 2]`\r\rThis is equivalent to `Phaser.Utils.Array.NumberArrayStep(start, end, 1)`.\r\rYou can optionally provide a prefix and / or suffix string. If given the array will contain\rstrings, not integers. For example:\r\r`var array = Phaser.Utils.Array.NumberArray(1, 4, 'Level '); // array = [\"Level 1\", \"Level 2\", \"Level 3\", \"Level 4\"]`\r`var array = Phaser.Utils.Array.NumberArray(5, 7, 'HD-', '.png'); // array = [\"HD-5.png\", \"HD-6.png\", \"HD-7.png\"]`", @@ -418363,7 +419238,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.NumberArray", "scope": "static", - "___id": "T000002R045798", + "___id": "T000002R045949", "___s": true }, { @@ -418372,7 +419247,7 @@ "filename": "NumberArrayStep.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Create an array of numbers (positive and/or negative) progressing from `start`\rup to but not including `end` by advancing by `step`.\r\rIf `start` is less than `end` a zero-length range is created unless a negative `step` is specified.\r\rCertain values for `start` and `end` (eg. NaN/undefined/null) are currently coerced to 0;\rfor forward compatibility make sure to pass in actual numbers.", @@ -418455,7 +419330,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.NumberArrayStep", "scope": "static", - "___id": "T000002R045810", + "___id": "T000002R045961", "___s": true }, { @@ -418464,7 +419339,7 @@ "filename": "QuickSelect.js", "lineno": 25, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "A [Floyd-Rivest](https://en.wikipedia.org/wiki/Floyd%E2%80%93Rivest_algorithm) quick selection algorithm.\r\rRearranges the array items so that all items in the [left, k] range are smaller than all items in [k, right];\rThe k-th element will have the (k - left + 1)th smallest value in [left, right].\r\rThe array is modified in-place.\r\rBased on code by [Vladimir Agafonkin](https://www.npmjs.com/~mourner)", @@ -418545,7 +419420,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.QuickSelect", "scope": "static", - "___id": "T000002R045827", + "___id": "T000002R045978", "___s": true }, { @@ -418554,7 +419429,7 @@ "filename": "Range.js", "lineno": 28, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Creates an array populated with a range of values, based on the given arguments and configuration object.\r\rRange ([a,b,c], [1,2,3]) =\ra1, a2, a3, b1, b2, b3, c1, c2, c3\r\rRange ([a,b], [1,2,3], qty = 3) =\ra1, a1, a1, a2, a2, a2, a3, a3, a3, b1, b1, b1, b2, b2, b2, b3, b3, b3\r\rRange ([a,b,c], [1,2,3], repeat x1) =\ra1, a2, a3, b1, b2, b3, c1, c2, c3, a1, a2, a3, b1, b2, b3, c1, c2, c3\r\rRange ([a,b], [1,2], repeat -1 = endless, max = 14) =\rMaybe if max is set then repeat goes to -1 automatically?\ra1, a2, b1, b2, a1, a2, b1, b2, a1, a2, b1, b2, a1, a2 (capped at 14 elements)\r\rRange ([a], [1,2,3,4,5], random = true) =\ra4, a1, a5, a2, a3\r\rRange ([a, b], [1,2,3], random = true) =\rb3, a2, a1, b1, a3, b2\r\rRange ([a, b, c], [1,2,3], randomB = true) =\ra3, a1, a2, b2, b3, b1, c1, c3, c2\r\rRange ([a], [1,2,3,4,5], yoyo = true) =\ra1, a2, a3, a4, a5, a5, a4, a3, a2, a1\r\rRange ([a, b], [1,2,3], yoyo = true) =\ra1, a2, a3, b1, b2, b3, b3, b2, b1, a3, a2, a1", @@ -418620,7 +419495,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.Range", "scope": "static", - "___id": "T000002R045854", + "___id": "T000002R046005", "___s": true }, { @@ -418629,7 +419504,7 @@ "filename": "Remove.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Removes the given item, or array of items, from the array.\r\rThe array is modified in-place.\r\rYou can optionally specify a callback to be invoked for each item successfully removed from the array.", @@ -418743,7 +419618,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.Remove", "scope": "static", - "___id": "T000002R045873", + "___id": "T000002R046024", "___s": true }, { @@ -418752,7 +419627,7 @@ "filename": "RemoveAt.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Removes the item from the given position in the array.\r\rThe array is modified in-place.\r\rYou can optionally specify a callback to be invoked for the item if it is successfully removed from the array.", @@ -418831,7 +419706,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.RemoveAt", "scope": "static", - "___id": "T000002R045884", + "___id": "T000002R046035", "___s": true }, { @@ -418840,7 +419715,7 @@ "filename": "RemoveBetween.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Removes the item within the given range in the array.\r\rThe array is modified in-place.\r\rYou can optionally specify a callback to be invoked for the item/s successfully removed from the array.", @@ -418941,7 +419816,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.RemoveBetween", "scope": "static", - "___id": "T000002R045890", + "___id": "T000002R046041", "___s": true }, { @@ -418950,7 +419825,7 @@ "filename": "RemoveRandomElement.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Removes a random object from the given array and returns it.\rWill return null if there are no array items that fall within the specified range or if there is no item for the randomly chosen index.", @@ -419019,7 +419894,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.RemoveRandomElement", "scope": "static", - "___id": "T000002R045901", + "___id": "T000002R046052", "___s": true }, { @@ -419028,7 +419903,7 @@ "filename": "Replace.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Replaces an element of the array with the new element.\rThe new element cannot already be a member of the array.\rThe array is modified in-place.", @@ -419091,7 +419966,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.Replace", "scope": "static", - "___id": "T000002R045907", + "___id": "T000002R046058", "___s": true }, { @@ -419100,7 +419975,7 @@ "filename": "RotateLeft.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Moves the element at the start of the array to the end, shifting all items in the process.\rThe \"rotation\" happens to the left.", @@ -419153,7 +420028,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.RotateLeft", "scope": "static", - "___id": "T000002R045913", + "___id": "T000002R046064", "___s": true }, { @@ -419162,7 +420037,7 @@ "filename": "RotateRight.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Moves the element at the end of the array to the start, shifting all items in the process.\rThe \"rotation\" happens to the right.", @@ -419215,7 +420090,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.RotateRight", "scope": "static", - "___id": "T000002R045920", + "___id": "T000002R046071", "___s": true }, { @@ -419224,7 +420099,7 @@ "filename": "SafeRange.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Tests if the start and end indexes are a safe range for the given array.", @@ -419304,7 +420179,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.SafeRange", "scope": "static", - "___id": "T000002R045927", + "___id": "T000002R046078", "___s": true }, { @@ -419313,7 +420188,7 @@ "filename": "SendToBack.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Moves the given element to the bottom of the array.\rThe array is modified in-place.", @@ -419363,7 +420238,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.SendToBack", "scope": "static", - "___id": "T000002R045931", + "___id": "T000002R046082", "___s": true }, { @@ -419372,7 +420247,7 @@ "filename": "SetAll.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Scans the array for elements with the given property. If found, the property is set to the `value`.\r\rFor example: `SetAll('visible', true)` would set all elements that have a `visible` property to `false`.\r\rOptionally you can specify a start and end index. For example if the array had 100 elements,\rand you set `startIndex` to 0 and `endIndex` to 50, it would update only the first 50 elements.", @@ -419464,7 +420339,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.SetAll", "scope": "static", - "___id": "T000002R045936", + "___id": "T000002R046087", "___s": true }, { @@ -419473,7 +420348,7 @@ "filename": "Shuffle.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Shuffles the contents of the given array using the Fisher-Yates implementation.\r\rThe original array is modified directly and returned.", @@ -419544,7 +420419,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.Shuffle", "scope": "static", - "___id": "T000002R045944", + "___id": "T000002R046095", "___s": true }, { @@ -419553,7 +420428,7 @@ "filename": "SortByDigits.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Takes the given array and runs a numeric sort on it, ignoring any non-digits that\rmay be in the entries.\r\rYou should only run this on arrays containing strings.", @@ -419610,7 +420485,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.SortByDigits", "scope": "static", - "___id": "T000002R045952", + "___id": "T000002R046103", "___s": true }, { @@ -419619,7 +420494,7 @@ "filename": "SpliceOne.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Removes a single item from an array and returns it without creating gc, like the native splice does.\rBased on code by Mike Reinstein.", @@ -419670,7 +420545,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.SpliceOne", "scope": "static", - "___id": "T000002R045956", + "___id": "T000002R046107", "___s": true }, { @@ -419679,7 +420554,7 @@ "filename": "StableSort.js", "lineno": 142, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "An in-place stable array sort, because `Array#sort()` is not guaranteed stable.\r\rThis is an implementation of merge sort, without recursion.\r\rFunction based on the Two-Screen/stable sort 0.1.8 from https://github.com/Two-Screen/stable", @@ -419732,7 +420607,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.StableSort", "scope": "static", - "___id": "T000002R045995", + "___id": "T000002R046146", "___s": true }, { @@ -419741,7 +420616,7 @@ "filename": "Swap.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\array", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\array", "code": {} }, "description": "Swaps the position of two elements in the given array.\rThe elements must exist in the same array.\rThe array is modified in-place.", @@ -419804,7 +420679,7 @@ "memberof": "Phaser.Utils.Array", "longname": "Phaser.Utils.Array.Swap", "scope": "static", - "___id": "T000002R046000", + "___id": "T000002R046151", "___s": true }, { @@ -419813,7 +420688,7 @@ "filename": "ArrayBufferToBase64.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\base64", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\base64", "code": {} }, "description": "Converts an ArrayBuffer into a base64 string.\r\rThe resulting string can optionally be a data uri if the `mediaType` argument is provided.\r\rSee https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs for more details.", @@ -419866,7 +420741,7 @@ "memberof": "Phaser.Utils.Base64", "longname": "Phaser.Utils.Base64.ArrayBufferToBase64", "scope": "static", - "___id": "T000002R046008", + "___id": "T000002R046159", "___s": true }, { @@ -419875,7 +420750,7 @@ "filename": "Base64ToArrayBuffer.js", "lineno": 18, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\base64", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\base64", "code": {} }, "description": "Converts a base64 string, either with or without a data uri, into an Array Buffer.", @@ -419914,7 +420789,7 @@ "memberof": "Phaser.Utils.Base64", "longname": "Phaser.Utils.Base64.Base64ToArrayBuffer", "scope": "static", - "___id": "T000002R046026", + "___id": "T000002R046177", "___s": true }, { @@ -419923,7 +420798,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\base64", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\base64", "code": {} }, "kind": "namespace", @@ -419931,7 +420806,7 @@ "memberof": "Phaser.Utils", "longname": "Phaser.Utils.Base64", "scope": "static", - "___id": "T000002R046048", + "___id": "T000002R046199", "___s": true }, { @@ -419944,9 +420819,9 @@ "filename": "Class.js", "lineno": 173, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils", "code": { - "id": "astnode100388539", + "id": "astnode100390335", "name": "Class", "type": "FunctionDeclaration", "paramnames": [ @@ -419988,7 +420863,7 @@ "name": "Class", "longname": "Class", "scope": "global", - "___id": "T000002R046071", + "___id": "T000002R046222", "___s": true }, { @@ -419997,7 +420872,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils", "code": {} }, "kind": "namespace", @@ -420005,7 +420880,7 @@ "memberof": "Phaser", "longname": "Phaser.Utils", "scope": "static", - "___id": "T000002R046089", + "___id": "T000002R046240", "___s": true }, { @@ -420014,7 +420889,7 @@ "filename": "NOOP.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils", "code": {} }, "description": "A NOOP (No Operation) callback function.\r\rUsed internally by Phaser when it's more expensive to determine if a callback exists\rthan it is to just invoke an empty function.", @@ -420024,7 +420899,7 @@ "memberof": "Phaser.Utils", "longname": "Phaser.Utils.NOOP", "scope": "static", - "___id": "T000002R046097", + "___id": "T000002R046248", "___s": true }, { @@ -420033,7 +420908,7 @@ "filename": "NULL.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils", "code": {} }, "description": "A NULL OP callback function.\r\rThis function always returns `null`.\r\rUsed internally by Phaser when it's more expensive to determine if a callback exists\rthan it is to just invoke an empty function.", @@ -420043,7 +420918,7 @@ "memberof": "Phaser.Utils", "longname": "Phaser.Utils.NULL", "scope": "static", - "___id": "T000002R046100", + "___id": "T000002R046251", "___s": true }, { @@ -420052,7 +420927,7 @@ "filename": "Clone.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\object", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\object", "code": {} }, "description": "Shallow Object Clone. Will not clone nested objects.", @@ -420091,7 +420966,7 @@ "memberof": "Phaser.Utils.Objects", "longname": "Phaser.Utils.Objects.Clone", "scope": "static", - "___id": "T000002R046103", + "___id": "T000002R046254", "___s": true }, { @@ -420100,7 +420975,7 @@ "filename": "DeepCopy.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\object", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\object", "code": {} }, "description": "Deep Copy the given object or array.", @@ -420139,7 +421014,7 @@ "memberof": "Phaser.Utils.Objects", "longname": "Phaser.Utils.Objects.DeepCopy", "scope": "static", - "___id": "T000002R046110", + "___id": "T000002R046261", "___s": true }, { @@ -420148,7 +421023,7 @@ "filename": "Extend.js", "lineno": 13, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\object", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\object", "code": {} }, "description": "This is a slightly modified version of http://api.jquery.com/jQuery.extend/", @@ -420189,7 +421064,7 @@ "memberof": "Phaser.Utils.Objects", "longname": "Phaser.Utils.Objects.Extend", "scope": "static", - "___id": "T000002R046120", + "___id": "T000002R046271", "___s": true }, { @@ -420198,7 +421073,7 @@ "filename": "GetAdvancedValue.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\object", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\object", "code": {} }, "description": "Retrieves a value from an object. Allows for more advanced selection options, including:\r\rAllowed types:\r\rExplicit:\r{\r x: 4\r}\r\rFrom function\r{\r x: function ()\r}\r\rRandomly pick one element from the array\r{\r x: [a, b, c, d, e, f]\r}\r\rRandom integer between min and max:\r{\r x: { randInt: [min, max] }\r}\r\rRandom float between min and max:\r{\r x: { randFloat: [min, max] }\r}", @@ -420261,7 +421136,7 @@ "memberof": "Phaser.Utils.Objects", "longname": "Phaser.Utils.Objects.GetAdvancedValue", "scope": "static", - "___id": "T000002R046148", + "___id": "T000002R046299", "___s": true }, { @@ -420270,7 +421145,7 @@ "filename": "GetFastValue.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\object", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\object", "code": {} }, "description": "Finds the key within the top level of the {@link source} object, or returns {@link defaultValue}", @@ -420334,7 +421209,7 @@ "memberof": "Phaser.Utils.Objects", "longname": "Phaser.Utils.Objects.GetFastValue", "scope": "static", - "___id": "T000002R046152", + "___id": "T000002R046303", "___s": true }, { @@ -420343,7 +421218,7 @@ "filename": "GetMinMaxValue.js", "lineno": 10, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\object", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\object", "code": {} }, "description": "Retrieves and clamps a numerical value from an object.", @@ -420434,7 +421309,7 @@ "memberof": "Phaser.Utils.Objects", "longname": "Phaser.Utils.Objects.GetMinMaxValue", "scope": "static", - "___id": "T000002R046158", + "___id": "T000002R046309", "___s": true }, { @@ -420443,7 +421318,7 @@ "filename": "GetValue.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\object", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\object", "code": {} }, "description": "Retrieves a value from an object, or an alternative object, falling to a back-up default value if not found.\r\rThe key is a string, which can be split based on the use of the period character.\r\rFor example:\r\r```javascript\rconst source = {\r lives: 3,\r render: {\r screen: {\r width: 1024\r }\r }\r}\r\rconst lives = GetValue(source, 'lives', 1);\rconst width = GetValue(source, 'render.screen.width', 800);\rconst height = GetValue(source, 'render.screen.height', 600);\r```\r\rIn the code above, `lives` will be 3 because it's defined at the top level of `source`.\rThe `width` value will be 1024 because it can be found inside the `render.screen` object.\rThe `height` value will be 600, the default value, because it is missing from the `render.screen` object.", @@ -420520,7 +421395,7 @@ "memberof": "Phaser.Utils.Objects", "longname": "Phaser.Utils.Objects.GetValue", "scope": "static", - "___id": "T000002R046163", + "___id": "T000002R046314", "___s": true }, { @@ -420529,7 +421404,7 @@ "filename": "HasAll.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\object", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\object", "code": {} }, "description": "Verifies that an object contains all requested keys", @@ -420590,7 +421465,7 @@ "memberof": "Phaser.Utils.Objects", "longname": "Phaser.Utils.Objects.HasAll", "scope": "static", - "___id": "T000002R046180", + "___id": "T000002R046331", "___s": true }, { @@ -420599,7 +421474,7 @@ "filename": "HasAny.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\object", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\object", "code": {} }, "description": "Verifies that an object contains at least one of the requested keys", @@ -420660,7 +421535,7 @@ "memberof": "Phaser.Utils.Objects", "longname": "Phaser.Utils.Objects.HasAny", "scope": "static", - "___id": "T000002R046184", + "___id": "T000002R046335", "___s": true }, { @@ -420669,7 +421544,7 @@ "filename": "HasValue.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\object", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\object", "code": {} }, "description": "Determine whether the source object has a property with the specified key.", @@ -420721,7 +421596,7 @@ "memberof": "Phaser.Utils.Objects", "longname": "Phaser.Utils.Objects.HasValue", "scope": "static", - "___id": "T000002R046188", + "___id": "T000002R046339", "___s": true }, { @@ -420730,7 +421605,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\object", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\object", "code": {} }, "kind": "namespace", @@ -420738,7 +421613,7 @@ "memberof": "Phaser.Utils", "longname": "Phaser.Utils.Objects", "scope": "static", - "___id": "T000002R046191", + "___id": "T000002R046342", "___s": true }, { @@ -420747,7 +421622,7 @@ "filename": "IsPlainObject.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\object", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\object", "code": {} }, "description": "This is a slightly modified version of jQuery.isPlainObject.\rA plain object is an object whose internal class property is [object Object].", @@ -420786,7 +421661,7 @@ "memberof": "Phaser.Utils.Objects", "longname": "Phaser.Utils.Objects.IsPlainObject", "scope": "static", - "___id": "T000002R046208", + "___id": "T000002R046359", "___s": true }, { @@ -420795,7 +421670,7 @@ "filename": "Merge.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\object", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\object", "code": {} }, "description": "Creates a new Object using all values from obj1 and obj2.\rIf a value exists in both obj1 and obj2, the value in obj1 is used.\r\rThis is only a shallow copy. Deeply nested objects are not cloned, so be sure to only use this\rfunction on shallow objects.", @@ -420847,7 +421722,7 @@ "memberof": "Phaser.Utils.Objects", "longname": "Phaser.Utils.Objects.Merge", "scope": "static", - "___id": "T000002R046212", + "___id": "T000002R046363", "___s": true }, { @@ -420856,7 +421731,7 @@ "filename": "MergeRight.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\object", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\object", "code": {} }, "description": "Creates a new Object using all values from obj1.\r\rThen scans obj2. If a property is found in obj2 that *also* exists in obj1, the value from obj2 is used, otherwise the property is skipped.", @@ -420908,7 +421783,7 @@ "memberof": "Phaser.Utils.Objects", "longname": "Phaser.Utils.Objects.MergeRight", "scope": "static", - "___id": "T000002R046219", + "___id": "T000002R046370", "___s": true }, { @@ -420917,7 +421792,7 @@ "filename": "Pick.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\object", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\object", "code": {} }, "description": "Returns a new object that only contains the `keys` that were found on the object provided.\rIf no `keys` are found, an empty object is returned.", @@ -420969,7 +421844,7 @@ "memberof": "Phaser.Utils.Objects", "longname": "Phaser.Utils.Objects.Pick", "scope": "static", - "___id": "T000002R046226", + "___id": "T000002R046377", "___s": true }, { @@ -420978,7 +421853,7 @@ "filename": "SetValue.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\object", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\object", "code": {} }, "description": "Sets a value in an object, allowing for dot notation to control the depth of the property.\r\rFor example:\r\r```javascript\rvar data = {\r world: {\r position: {\r x: 200,\r y: 100\r }\r }\r};\r\rSetValue(data, 'world.position.y', 300);\r\rconsole.log(data.world.position.y); // 300\r```", @@ -421043,7 +421918,7 @@ "memberof": "Phaser.Utils.Objects", "longname": "Phaser.Utils.Objects.SetValue", "scope": "static", - "___id": "T000002R046233", + "___id": "T000002R046384", "___s": true }, { @@ -421052,7 +421927,7 @@ "filename": "Format.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\string", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\string", "code": {} }, "description": "Takes a string and replaces instances of markers with values in the given array.\rThe markers take the form of `%1`, `%2`, etc. I.e.:\r\r`Format(\"The %1 is worth %2 gold\", [ 'Sword', 500 ])`", @@ -421104,7 +421979,7 @@ "memberof": "Phaser.Utils.String", "longname": "Phaser.Utils.String.Format", "scope": "static", - "___id": "T000002R046244", + "___id": "T000002R046395", "___s": true }, { @@ -421113,7 +421988,7 @@ "filename": "index.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\string", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\string", "code": {} }, "kind": "namespace", @@ -421121,7 +421996,7 @@ "memberof": "Phaser.Utils", "longname": "Phaser.Utils.String", "scope": "static", - "___id": "T000002R046247", + "___id": "T000002R046398", "___s": true }, { @@ -421130,7 +422005,7 @@ "filename": "Pad.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\string", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\string", "code": {} }, "description": "Takes the given string and pads it out, to the length required, using the character\rspecified. For example if you need a string to be 6 characters long, you can call:\r\r`pad('bob', 6, '-', 2)`\r\rThis would return: `bob---` as it has padded it out to 6 characters, using the `-` on the right.\r\rYou can also use it to pad numbers (they are always returned as strings):\r\r`pad(512, 6, '0', 1)`\r\rWould return: `000512` with the string padded to the left.\r\rIf you don't specify a direction it'll pad to both sides:\r\r`pad('c64', 7, '*')`\r\rWould return: `**c64**`", @@ -421229,7 +422104,7 @@ "memberof": "Phaser.Utils.String", "longname": "Phaser.Utils.String.Pad", "scope": "static", - "___id": "T000002R046255", + "___id": "T000002R046406", "___s": true }, { @@ -421238,7 +422113,7 @@ "filename": "RemoveAt.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\string", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\string", "code": {} }, "description": "Takes a string and removes the character at the given index.", @@ -421290,7 +422165,7 @@ "memberof": "Phaser.Utils.String", "longname": "Phaser.Utils.String.RemoveAt", "scope": "static", - "___id": "T000002R046269", + "___id": "T000002R046420", "___s": true }, { @@ -421299,7 +422174,7 @@ "filename": "Reverse.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\string", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\string", "code": {} }, "description": "Takes the given string and reverses it, returning the reversed string.\rFor example if given the string `Atari 520ST` it would return `TS025 iratA`.", @@ -421338,7 +422213,7 @@ "memberof": "Phaser.Utils.String", "longname": "Phaser.Utils.String.Reverse", "scope": "static", - "___id": "T000002R046272", + "___id": "T000002R046423", "___s": true }, { @@ -421347,7 +422222,7 @@ "filename": "UppercaseFirst.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\string", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\string", "code": {} }, "description": "Capitalizes the first letter of a string if there is one.", @@ -421391,7 +422266,7 @@ "memberof": "Phaser.Utils.String", "longname": "Phaser.Utils.String.UppercaseFirst", "scope": "static", - "___id": "T000002R046275", + "___id": "T000002R046426", "___s": true }, { @@ -421400,7 +422275,7 @@ "filename": "UUID.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\utils\\string", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\utils\\string", "code": {} }, "description": "Creates and returns an RFC4122 version 4 compliant UUID.\r\rThe string is in the form: `xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx` where each `x` is replaced with a random\rhexadecimal digit from 0 to f, and `y` is replaced with a random hexadecimal digit from 8 to b.", @@ -421424,7 +422299,7 @@ "memberof": "Phaser.Utils.String", "longname": "Phaser.Utils.String.UUID", "scope": "static", - "___id": "T000002R046278", + "___id": "T000002R046429", "___s": true }, { @@ -421433,7 +422308,7 @@ "filename": "AdInstance.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "kind": "typedef", @@ -421503,7 +422378,7 @@ ], "longname": "AdInstance", "scope": "global", - "___id": "T000002R046283", + "___id": "T000002R046434", "___s": true }, { @@ -421512,7 +422387,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 17, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "classdesc": "The Facebook Instant Games Plugin for Phaser 3 provides a seamless bridge between Phaser\rand the Facebook Instant Games API version 6.2.\r\rYou can access this plugin via the `facebook` property in a Scene, i.e:\r\r```javascript\rthis.facebook.getPlatform();\r```\r\rIf this is unavailable please check to make sure you're using a build of Phaser that has\rthis plugin within it. You can quickly check this by looking at the dev tools console\rheader - the Phaser version number will have `-FB` after it if this plugin is loaded.\r\rIf you are building your own version of Phaser then use this Webpack DefinePlugin flag:\r\r`\"typeof PLUGIN_FBINSTANT\": JSON.stringify(true)`\r\rYou will find that every Instant Games API method has a mapping in this plugin.\rFor a full list please consult either the plugin documentation, or the 6.2 SDK documentation\rat https://developers.facebook.com/docs/games/instant-games/sdk/fbinstant6.2\r\rInternally this plugin uses its own Data Manager to handle seamless user data updates and provides\rhandy functions for advertisement displaying, opening share dialogs, logging, leaderboards, purchase API requests,\rloader integration and more.\r\rTo get started with Facebook Instant Games you will need to register on Facebook and create a new Instant\rGame app that has its own unique app ID. Facebook have also provided a dashboard interface for setting up\rvarious features for your game, including leaderboards, ad requests and the payments API. There are lots\rof guides on the Facebook Developers portal to assist with setting these\rvarious systems up: https://developers.facebook.com/docs/games/instant-games/guides\r\rFor more details follow the Quick Start guide here: https://developers.facebook.com/docs/games/instant-games", @@ -421540,7 +422415,7 @@ ], "scope": "static", "longname": "Phaser.FacebookInstantGamesPlugin", - "___id": "T000002R046297", + "___id": "T000002R046448", "___s": true }, { @@ -421549,7 +422424,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 70, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "A reference to the Phaser.Game instance.", @@ -421569,7 +422444,7 @@ "longname": "Phaser.FacebookInstantGamesPlugin#game", "scope": "instance", "kind": "member", - "___id": "T000002R046301", + "___id": "T000002R046452", "___s": true }, { @@ -421578,7 +422453,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 80, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "A Data Manager instance.\rIt allows you to store, query and retrieve any key/value data you may need to store.\rIt's also used internally by the plugin to store FBIG API data.", @@ -421597,7 +422472,7 @@ "longname": "Phaser.FacebookInstantGamesPlugin#data", "scope": "instance", "kind": "member", - "___id": "T000002R046303", + "___id": "T000002R046454", "___s": true }, { @@ -421606,7 +422481,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 94, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Has the Facebook Instant Games API loaded yet?\rThis is set automatically during the boot process.", @@ -421625,7 +422500,7 @@ "longname": "Phaser.FacebookInstantGamesPlugin#hasLoaded", "scope": "instance", "kind": "member", - "___id": "T000002R046305", + "___id": "T000002R046456", "___s": true }, { @@ -421634,7 +422509,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Is the Data Manager currently locked?", @@ -421653,7 +422528,7 @@ "longname": "Phaser.FacebookInstantGamesPlugin#dataLocked", "scope": "instance", "kind": "member", - "___id": "T000002R046307", + "___id": "T000002R046458", "___s": true }, { @@ -421662,7 +422537,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "A list of the Facebook Instant Games APIs that are available,\rbased on the given platform, context and user privacy settings.\rThis value is populated automatically during boot.", @@ -421690,7 +422565,7 @@ "longname": "Phaser.FacebookInstantGamesPlugin#supportedAPIs", "scope": "instance", "kind": "member", - "___id": "T000002R046309", + "___id": "T000002R046460", "___s": true }, { @@ -421699,7 +422574,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 124, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Holds the entry point that the game was launched from.\rThis value is populated automatically during boot.", @@ -421718,7 +422593,7 @@ "longname": "Phaser.FacebookInstantGamesPlugin#entryPoint", "scope": "instance", "kind": "member", - "___id": "T000002R046311", + "___id": "T000002R046462", "___s": true }, { @@ -421727,7 +422602,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 134, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "An object that contains any data associated with the entry point that the game was launched from.\rThe contents of the object are developer-defined, and can occur from entry points on different platforms.\rThis will return null for older mobile clients, as well as when there is no data associated with the particular entry point.\rThis value is populated automatically during boot.", @@ -421746,7 +422621,7 @@ "longname": "Phaser.FacebookInstantGamesPlugin#entryPointData", "scope": "instance", "kind": "member", - "___id": "T000002R046313", + "___id": "T000002R046464", "___s": true }, { @@ -421755,7 +422630,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 146, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "A unique identifier for the current game context. This represents a specific context\rthat the game is being played in (for example, a particular messenger conversation or facebook post).\rThe identifier will be null if game is being played in a solo context.\rThis value is populated automatically during boot.", @@ -421774,7 +422649,7 @@ "longname": "Phaser.FacebookInstantGamesPlugin#contextID", "scope": "instance", "kind": "member", - "___id": "T000002R046315", + "___id": "T000002R046466", "___s": true }, { @@ -421783,7 +422658,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 158, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "The current context in which your game is running. This can be either `null` or\rone of:\r\r`POST` - The game is running inside of a Facebook post.\r`THREAD` - The game is running inside a Facebook Messenger thread.\r`GROUP` - The game is running inside a Facebook Group.\r`SOLO` - This is the default context, the player is the only participant.\r\rThis value is populated automatically during boot.", @@ -421804,7 +422679,7 @@ "longname": "Phaser.FacebookInstantGamesPlugin#contextType", "scope": "instance", "kind": "member", - "___id": "T000002R046317", + "___id": "T000002R046468", "___s": true }, { @@ -421813,7 +422688,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "The current locale.\rSee https://origincache.facebook.com/developers/resources/?id=FacebookLocales.xml for a complete list of supported locale values.\rUse this to determine what languages the current game should be localized with.\rThis value is populated automatically during boot.", @@ -421834,7 +422709,7 @@ "longname": "Phaser.FacebookInstantGamesPlugin#locale", "scope": "instance", "kind": "member", - "___id": "T000002R046319", + "___id": "T000002R046470", "___s": true }, { @@ -421843,7 +422718,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "The platform on which the game is currently running, i.e. `IOS`.\rThis value is populated automatically during boot.", @@ -421864,7 +422739,7 @@ "longname": "Phaser.FacebookInstantGamesPlugin#platform", "scope": "instance", "kind": "member", - "___id": "T000002R046321", + "___id": "T000002R046472", "___s": true }, { @@ -421873,7 +422748,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 197, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "The string representation of the Facebook Instant Games SDK version being used.\rThis value is populated automatically during boot.", @@ -421894,7 +422769,7 @@ "longname": "Phaser.FacebookInstantGamesPlugin#version", "scope": "instance", "kind": "member", - "___id": "T000002R046323", + "___id": "T000002R046474", "___s": true }, { @@ -421903,7 +422778,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Holds the id of the player. This is a string based ID, the same as `FBInstant.player.getID()`.\rThis value is populated automatically during boot if the API is supported.", @@ -421924,7 +422799,7 @@ "longname": "Phaser.FacebookInstantGamesPlugin#playerID", "scope": "instance", "kind": "member", - "___id": "T000002R046325", + "___id": "T000002R046476", "___s": true }, { @@ -421933,7 +422808,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 217, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "The player's localized display name.\rThis value is populated automatically during boot if the API is supported.", @@ -421954,7 +422829,7 @@ "longname": "Phaser.FacebookInstantGamesPlugin#playerName", "scope": "instance", "kind": "member", - "___id": "T000002R046327", + "___id": "T000002R046478", "___s": true }, { @@ -421963,7 +422838,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 227, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "A url to the player's public profile photo. The photo will always be a square, and with dimensions\rof at least 200x200. When rendering it in the game, the exact dimensions should never be assumed to be constant.\rIt's recommended to always scale the image to a desired size before rendering.\rThis value is populated automatically during boot if the API is supported.", @@ -421984,7 +422859,7 @@ "longname": "Phaser.FacebookInstantGamesPlugin#playerPhotoURL", "scope": "instance", "kind": "member", - "___id": "T000002R046329", + "___id": "T000002R046480", "___s": true }, { @@ -421993,7 +422868,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 239, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Whether a player can subscribe to the game bot or not.", @@ -422012,7 +422887,7 @@ "longname": "Phaser.FacebookInstantGamesPlugin#playerCanSubscribeBot", "scope": "instance", "kind": "member", - "___id": "T000002R046331", + "___id": "T000002R046482", "___s": true }, { @@ -422021,7 +422896,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 248, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Does the current platform and context allow for use of the payments API?\rCurrently this is only available on Facebook.com and Android 6+.", @@ -422040,7 +422915,7 @@ "longname": "Phaser.FacebookInstantGamesPlugin#paymentsReady", "scope": "instance", "kind": "member", - "___id": "T000002R046333", + "___id": "T000002R046484", "___s": true }, { @@ -422049,7 +422924,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 258, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "The set of products that are registered to the game.", @@ -422077,7 +422952,7 @@ "longname": "Phaser.FacebookInstantGamesPlugin#catalog", "scope": "instance", "kind": "member", - "___id": "T000002R046335", + "___id": "T000002R046486", "___s": true }, { @@ -422086,7 +422961,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 267, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Contains all of the player's unconsumed purchases.\rThe game must fetch the current player's purchases as soon as the client indicates that it is ready to perform payments-related operations,\ri.e. at game start. The game can then process and consume any purchases that are waiting to be consumed.", @@ -422114,7 +422989,7 @@ "longname": "Phaser.FacebookInstantGamesPlugin#purchases", "scope": "instance", "kind": "member", - "___id": "T000002R046337", + "___id": "T000002R046488", "___s": true }, { @@ -422123,7 +422998,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 278, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Contains all of the leaderboard data, as populated by the `getLeaderboard()` method.", @@ -422151,7 +423026,7 @@ "longname": "Phaser.FacebookInstantGamesPlugin#leaderboards", "scope": "instance", "kind": "member", - "___id": "T000002R046339", + "___id": "T000002R046490", "___s": true }, { @@ -422160,7 +423035,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 287, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Contains AdInstance objects, as created by the `preloadAds()` method.", @@ -422188,7 +423063,7 @@ "longname": "Phaser.FacebookInstantGamesPlugin#ads", "scope": "instance", "kind": "member", - "___id": "T000002R046341", + "___id": "T000002R046492", "___s": true }, { @@ -422197,7 +423072,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Call this method from your `Scene.preload` in order to sync the load progress\rof the Phaser Loader with the Facebook Instant Games loader display, i.e.:\r\r```javascript\rthis.facebook.showLoadProgress(this);\rthis.facebook.once('startgame', this.startGame, this);\r```", @@ -422237,7 +423112,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#showLoadProgress", "scope": "instance", - "___id": "T000002R046353", + "___id": "T000002R046504", "___s": true }, { @@ -422246,7 +423121,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 398, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "This method is called automatically when the game has finished loading,\rif you used the `showLoadProgress` method. If your game doesn't need to\rload any assets, or you're managing the load yourself, then call this\rmethod directly to start the API running.\r\rWhen the API has finished starting this plugin will emit a `startgame` event\rwhich you should listen for.", @@ -422256,7 +423131,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#gameStarted", "scope": "instance", - "___id": "T000002R046356", + "___id": "T000002R046507", "___s": true }, { @@ -422265,7 +423140,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Checks to see if a given Facebook Instant Games API is available or not.", @@ -422304,7 +423179,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#checkAPI", "scope": "instance", - "___id": "T000002R046371", + "___id": "T000002R046522", "___s": true }, { @@ -422313,7 +423188,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 516, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Returns the unique identifier for the current game context. This represents a specific context\rthat the game is being played in (for example, a particular messenger conversation or facebook post).\rThe identifier will be null if game is being played in a solo context.\r\rIt is only populated if `contextGetID` is in the list of supported APIs.", @@ -422337,7 +423212,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#getID", "scope": "instance", - "___id": "T000002R046373", + "___id": "T000002R046524", "___s": true }, { @@ -422346,7 +423221,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 538, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Returns the current context in which your game is running. This can be either `null` or one of:\r\r`POST` - The game is running inside of a Facebook post.\r`THREAD` - The game is running inside a Facebook Messenger thread.\r`GROUP` - The game is running inside a Facebook Group.\r`SOLO` - This is the default context, the player is the only participant.\r\rIt is only populated if `contextGetType` is in the list of supported APIs.", @@ -422372,7 +423247,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#getType", "scope": "instance", - "___id": "T000002R046376", + "___id": "T000002R046527", "___s": true }, { @@ -422381,7 +423256,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 563, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Returns the current locale.\rSee https://origincache.facebook.com/developers/resources/?id=FacebookLocales.xml for a complete list of supported locale values.\rUse this to determine what languages the current game should be localized with.\rIt is only populated if `getLocale` is in the list of supported APIs.", @@ -422407,7 +423282,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#getLocale", "scope": "instance", - "___id": "T000002R046379", + "___id": "T000002R046530", "___s": true }, { @@ -422416,7 +423291,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 584, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Returns the platform on which the game is currently running, i.e. `IOS`.\rIt is only populated if `getPlatform` is in the list of supported APIs.", @@ -422442,7 +423317,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#getPlatform", "scope": "instance", - "___id": "T000002R046382", + "___id": "T000002R046533", "___s": true }, { @@ -422451,7 +423326,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 603, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Returns the string representation of the Facebook Instant Games SDK version being used.\rIt is only populated if `getSDKVersion` is in the list of supported APIs.", @@ -422477,7 +423352,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#getSDKVersion", "scope": "instance", - "___id": "T000002R046385", + "___id": "T000002R046536", "___s": true }, { @@ -422486,7 +423361,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Returns the id of the player. This is a string based ID, the same as `FBInstant.player.getID()`.\rIt is only populated if `playerGetID` is in the list of supported APIs.", @@ -422512,7 +423387,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#getPlayerID", "scope": "instance", - "___id": "T000002R046388", + "___id": "T000002R046539", "___s": true }, { @@ -422521,7 +423396,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 641, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Returns the player's localized display name.\rIt is only populated if `playerGetName` is in the list of supported APIs.", @@ -422547,7 +423422,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#getPlayerName", "scope": "instance", - "___id": "T000002R046391", + "___id": "T000002R046542", "___s": true }, { @@ -422556,7 +423431,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 660, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Returns the url to the player's public profile photo. The photo will always be a square, and with dimensions\rof at least 200x200. When rendering it in the game, the exact dimensions should never be assumed to be constant.\rIt's recommended to always scale the image to a desired size before rendering.\rIt is only populated if `playerGetPhoto` is in the list of supported APIs.", @@ -422582,7 +423457,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#getPlayerPhotoURL", "scope": "instance", - "___id": "T000002R046394", + "___id": "T000002R046545", "___s": true }, { @@ -422591,7 +423466,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 681, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Load the player's photo and store it in the Texture Manager, ready for use in-game.\r\rThis method works by using a Scene Loader instance and then asking the Loader to\rretrieve the image.\r\rWhen complete the plugin will emit a `photocomplete` event, along with the key of the photo.\r\r```javascript\rthis.facebook.loadPlayerPhoto(this, 'player').once('photocomplete', function (key) {\r this.add.image(x, y, 'player');\r}, this);\r```", @@ -422644,7 +423519,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#loadPlayerPhoto", "scope": "instance", - "___id": "T000002R046397", + "___id": "T000002R046548", "___s": true }, { @@ -422653,7 +423528,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 723, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Checks if the current player can subscribe to the game bot.\r\rIt makes an async call to the API, so the result isn't available immediately.\r\rIf they can subscribe, the `playerCanSubscribeBot` property is set to `true`\rand this plugin will emit the `cansubscribebot` event.\r\rIf they cannot, i.e. it's not in the list of supported APIs, or the request\rwas rejected, it will emit a `cansubscribebotfail` event instead.", @@ -422678,7 +423553,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#canSubscribeBot", "scope": "instance", - "___id": "T000002R046399", + "___id": "T000002R046550", "___s": true }, { @@ -422687,7 +423562,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 764, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Subscribes the current player to the game bot.\r\rIt makes an async call to the API, so the result isn't available immediately.\r\rIf they are successfully subscribed this plugin will emit the `subscribebot` event.\r\rIf they cannot, i.e. it's not in the list of supported APIs, or the request\rwas rejected, it will emit a `subscribebotfail` event instead.", @@ -422712,7 +423587,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#subscribeBot", "scope": "instance", - "___id": "T000002R046403", + "___id": "T000002R046554", "___s": true }, { @@ -422721,7 +423596,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 802, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Gets the associated data from the player based on the given key, or array of keys.\r\rThe data is requested in an async call, so the result isn't available immediately.\r\rWhen the call completes the data is set into this plugins Data Manager and the\r`getdata` event will be emitted.", @@ -422780,7 +423655,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#getData", "scope": "instance", - "___id": "T000002R046406", + "___id": "T000002R046557", "___s": true }, { @@ -422789,7 +423664,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 848, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Set data to be saved to the designated cloud storage of the current player. The game can store up to 1MB of data for each unique player.\r\rThe data save is requested in an async call, so the result isn't available immediately.\r\rData managed via this plugins Data Manager instance is automatically synced with Facebook. However, you can call this\rmethod directly if you need to replace the data object directly.\r\rWhen the APIs `setDataAsync` call resolves it will emit the `savedata` event from this plugin. If the call fails for some\rreason it will emit `savedatafail` instead.\r\rThe call resolving does not necessarily mean that the input has already been persisted. Rather, it means that the data was valid and\rhas been scheduled to be saved. It also guarantees that all values that were set are now available in `getData`.", @@ -422829,7 +423704,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#saveData", "scope": "instance", - "___id": "T000002R046413", + "___id": "T000002R046564", "___s": true }, { @@ -422838,7 +423713,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 891, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Immediately flushes any changes to the player data to the designated cloud storage.\rThis function is expensive, and should primarily be used for critical changes where persistence needs to be immediate\rand known by the game. Non-critical changes should rely on the platform to persist them in the background.\rNOTE: Calls to player.setDataAsync will be rejected while this function's result is pending.\r\rData managed via this plugins Data Manager instance is automatically synced with Facebook. However, you can call this\rmethod directly if you need to flush the data directly.\r\rWhen the APIs `flushDataAsync` call resolves it will emit the `flushdata` event from this plugin. If the call fails for some\rreason it will emit `flushdatafail` instead.", @@ -422863,7 +423738,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#flushData", "scope": "instance", - "___id": "T000002R046416", + "___id": "T000002R046567", "___s": true }, { @@ -422872,7 +423747,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 929, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Retrieve stats from the designated cloud storage of the current player.\r\rThe data is requested in an async call, so the result isn't available immediately.\r\rWhen the call completes the `getstats` event will be emitted along with the data object returned.\r\rIf the call fails, i.e. it's not in the list of supported APIs, or the request was rejected,\rit will emit a `getstatsfail` event instead.", @@ -422922,7 +423797,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#getStats", "scope": "instance", - "___id": "T000002R046419", + "___id": "T000002R046570", "___s": true }, { @@ -422931,7 +423806,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 967, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Save the stats of the current player to the designated cloud storage.\r\rStats in the Facebook Instant Games API are purely numerical values paired with a string-based key. Only numbers can be saved as stats,\rall other data types will be ignored.\r\rThe data is requested in an async call, so the result isn't available immediately.\r\rWhen the call completes the `savestats` event will be emitted along with the data object returned.\r\rIf the call fails, i.e. it's not in the list of supported APIs, or the request was rejected,\rit will emit a `savestatsfail` event instead.", @@ -422971,7 +423846,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#saveStats", "scope": "instance", - "___id": "T000002R046422", + "___id": "T000002R046573", "___s": true }, { @@ -422980,7 +423855,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 1018, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Increment the stats of the current player and save them to the designated cloud storage.\r\rStats in the Facebook Instant Games API are purely numerical values paired with a string-based key. Only numbers can be saved as stats,\rall other data types will be ignored.\r\rThe data object provided for this call should contain offsets for how much to modify the stats by:\r\r```javascript\rthis.facebook.incStats({\r level: 1,\r zombiesSlain: 17,\r rank: -1\r});\r```\r\rThe data is requested in an async call, so the result isn't available immediately.\r\rWhen the call completes the `incstats` event will be emitted along with the data object returned.\r\rIf the call fails, i.e. it's not in the list of supported APIs, or the request was rejected,\rit will emit a `incstatsfail` event instead.", @@ -423020,7 +423895,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#incStats", "scope": "instance", - "___id": "T000002R046428", + "___id": "T000002R046579", "___s": true }, { @@ -423029,7 +423904,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 1079, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Sets the data associated with the individual gameplay session for the current context.\r\rThis function should be called whenever the game would like to update the current session data.\r\rThis session data may be used to populate a variety of payloads, such as game play webhooks.", @@ -423069,7 +423944,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#saveSession", "scope": "instance", - "___id": "T000002R046434", + "___id": "T000002R046585", "___s": true }, { @@ -423078,7 +423953,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 1114, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "This invokes a dialog to let the user share specified content, either as a message in Messenger or as a post on the user's timeline.\r\rA blob of data can be attached to the share which every game session launched from the share will be able to access via the `this.entryPointData` property.\r\rThis data must be less than or equal to 1000 characters when stringified.\r\rWhen this method is called you should consider your game paused. Listen out for the `resume` event from this plugin to know when the dialog has been closed.\r\rThe user may choose to cancel the share action and close the dialog. The resulting `resume` event will be dispatched regardless if the user actually shared the content or not.", @@ -423159,7 +424034,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#openShare", "scope": "instance", - "___id": "T000002R046437", + "___id": "T000002R046588", "___s": true }, { @@ -423168,7 +424043,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 1140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "This invokes a dialog to let the user invite a friend to play this game, either as a message in Messenger or as a post on the user's timeline.\r\rA blob of data can be attached to the share which every game session launched from the share will be able to access via the `this.entryPointData` property.\r\rThis data must be less than or equal to 1000 characters when stringified.\r\rWhen this method is called you should consider your game paused. Listen out for the `resume` event from this plugin to know when the dialog has been closed.\r\rThe user may choose to cancel the share action and close the dialog. The resulting `resume` event will be dispatched regardless if the user actually shared the content or not.", @@ -423249,7 +424124,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#openInvite", "scope": "instance", - "___id": "T000002R046439", + "___id": "T000002R046590", "___s": true }, { @@ -423258,7 +424133,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 1166, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "This invokes a dialog to let the user share specified content, either as a message in Messenger or as a post on the user's timeline.\r\rA blob of data can be attached to the share which every game session launched from the share will be able to access via the `this.entryPointData` property.\r\rThis data must be less than or equal to 1000 characters when stringified.\r\rWhen this method is called you should consider your game paused. Listen out for the `resume` event from this plugin to know when the dialog has been closed.\r\rThe user may choose to cancel the share action and close the dialog. The resulting `resume` event will be dispatched regardless if the user actually shared the content or not.", @@ -423339,7 +424214,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#openRequest", "scope": "instance", - "___id": "T000002R046441", + "___id": "T000002R046592", "___s": true }, { @@ -423348,7 +424223,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 1192, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "This invokes a dialog to let the user share specified content, either as a message in Messenger or as a post on the user's timeline.\r\rA blob of data can be attached to the share which every game session launched from the share will be able to access via the `this.entryPointData` property.\r\rThis data must be less than or equal to 1000 characters when stringified.\r\rWhen this method is called you should consider your game paused. Listen out for the `resume` event from this plugin to know when the dialog has been closed.\r\rThe user may choose to cancel the share action and close the dialog. The resulting `resume` event will be dispatched regardless if the user actually shared the content or not.", @@ -423429,7 +424304,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#openChallenge", "scope": "instance", - "___id": "T000002R046443", + "___id": "T000002R046594", "___s": true }, { @@ -423438,7 +424313,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 1269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "This function determines whether the number of participants in the current game context is between a given minimum and maximum, inclusive.\rIf one of the bounds is null only the other bound will be checked against.\rIt will always return the original result for the first call made in a context in a given game play session.\rSubsequent calls, regardless of arguments, will return the answer to the original query until a context change occurs and the query result is reset.", @@ -423492,7 +424367,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#isSizeBetween", "scope": "instance", - "___id": "T000002R046455", + "___id": "T000002R046606", "___s": true }, { @@ -423501,7 +424376,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 1293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Request a switch into a specific context. If the player does not have permission to enter that context,\ror if the player does not provide permission for the game to enter that context, this will emit a `switchfail` event.\r\rOtherwise, the plugin will emit the `switch` event when the game has switched into the specified context.", @@ -423541,7 +424416,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#switchContext", "scope": "instance", - "___id": "T000002R046457", + "___id": "T000002R046608", "___s": true }, { @@ -423550,7 +424425,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 1332, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "A filter that may be applied to a Context Choose operation.\r\r'NEW_CONTEXT_ONLY' - Prefer to only surface contexts the game has not been played in before.\r'INCLUDE_EXISTING_CHALLENGES' - Include the \"Existing Challenges\" section, which surfaces actively played-in contexts that the player is a part of.\r'NEW_PLAYERS_ONLY' - In sections containing individuals, prefer people who have not played the game.", @@ -423567,7 +424442,7 @@ }, "longname": "ContextFilter", "scope": "global", - "___id": "T000002R046461", + "___id": "T000002R046612", "___s": true }, { @@ -423576,7 +424451,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 1342, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "A configuration object that may be applied to a Context Choose operation.", @@ -423646,7 +424521,7 @@ ], "longname": "ChooseContextConfig", "scope": "global", - "___id": "T000002R046462", + "___id": "T000002R046613", "___s": true }, { @@ -423655,7 +424530,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 1351, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Opens a context selection dialog for the player. If the player selects an available context,\rthe client will attempt to switch into that context, and emit the `choose` event if successful.\rOtherwise, if the player exits the menu or the client fails to switch into the new context, the `choosefail` event will be emitted.", @@ -423696,7 +424571,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#chooseContext", "scope": "instance", - "___id": "T000002R046463", + "___id": "T000002R046614", "___s": true }, { @@ -423705,7 +424580,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 1385, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Attempts to create or switch into a context between a specified player and the current player.\rThis plugin will emit the `create` event once the context switch is completed.\rIf the API call fails, such as if the player listed is not a Connected Player of the current player or if the\rplayer does not provide permission to enter the new context, then the plugin will emit a 'createfail' event.", @@ -423745,7 +424620,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#createContext", "scope": "instance", - "___id": "T000002R046467", + "___id": "T000002R046618", "___s": true }, { @@ -423754,7 +424629,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 1420, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Fetches an array of ConnectedPlayer objects containing information about active players\r(people who played the game in the last 90 days) that are connected to the current player.\r\rIt makes an async call to the API, so the result isn't available immediately.\r\rIf they are successfully subscribed this plugin will emit the `players` event along\rwith the player data.\r\rIf they cannot, i.e. it's not in the list of supported APIs, or the request\rwas rejected, it will emit a `playersfail` event instead.", @@ -423779,7 +424654,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#getPlayers", "scope": "instance", - "___id": "T000002R046471", + "___id": "T000002R046622", "___s": true }, { @@ -423788,7 +424663,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 1458, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Fetches the game's product catalog.\r\rIt makes an async call to the API, so the result isn't available immediately.\r\rIf they are successfully subscribed this plugin will emit the `getcatalog` event along\rwith the catalog data.\r\rIf they cannot, i.e. it's not in the list of supported APIs, or the request\rwas rejected, it will emit a `getcatalogfail` event instead.", @@ -423813,7 +424688,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#getCatalog", "scope": "instance", - "___id": "T000002R046474", + "___id": "T000002R046625", "___s": true }, { @@ -423822,7 +424697,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 1503, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Fetches a single Product from the game's product catalog.\r\rThe product catalog must have been populated using `getCatalog` prior to calling this method.\r\rUse this to look-up product details based on a purchase list.", @@ -423863,7 +424738,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#getProduct", "scope": "instance", - "___id": "T000002R046479", + "___id": "T000002R046630", "___s": true }, { @@ -423872,7 +424747,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 1530, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Begins the purchase flow for a specific product.\r\rIt makes an async call to the API, so the result isn't available immediately.\r\rIf they are successfully subscribed this plugin will emit the `purchase` event along\rwith the purchase data.\r\rIf they cannot, i.e. it's not in the list of supported APIs, or the request\rwas rejected, it will emit a `purchasefail` event instead.", @@ -423926,7 +424801,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#purchase", "scope": "instance", - "___id": "T000002R046482", + "___id": "T000002R046633", "___s": true }, { @@ -423935,7 +424810,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 1579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Fetches all of the player's unconsumed purchases. The game must fetch the current player's purchases\ras soon as the client indicates that it is ready to perform payments-related operations,\ri.e. at game start. The game can then process and consume any purchases that are waiting to be consumed.\r\rIt makes an async call to the API, so the result isn't available immediately.\r\rIf they are successfully subscribed this plugin will emit the `getpurchases` event along\rwith the purchase data.\r\rIf they cannot, i.e. it's not in the list of supported APIs, or the request\rwas rejected, it will emit a `getpurchasesfail` event instead.", @@ -423960,7 +424835,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#getPurchases", "scope": "instance", - "___id": "T000002R046489", + "___id": "T000002R046640", "___s": true }, { @@ -423969,7 +424844,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 1626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Consumes a specific purchase belonging to the current player. Before provisioning a product's effects to the player,\rthe game should request the consumption of the purchased product. Once the purchase is successfully consumed,\rthe game should immediately provide the player with the effects of their purchase.\r\rIt makes an async call to the API, so the result isn't available immediately.\r\rIf they are successfully subscribed this plugin will emit the `consumepurchase` event along\rwith the purchase data.\r\rIf they cannot, i.e. it's not in the list of supported APIs, or the request\rwas rejected, it will emit a `consumepurchasefail` event instead.", @@ -424009,7 +424884,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#consumePurchase", "scope": "instance", - "___id": "T000002R046494", + "___id": "T000002R046645", "___s": true }, { @@ -424018,7 +424893,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 1667, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Informs Facebook of a custom update that occurred in the game.\rThis will temporarily yield control to Facebook and Facebook will decide what to do based on what the update is.\rOnce Facebook returns control to the game the plugin will emit an `update` or `updatefail` event.\r\rIt makes an async call to the API, so the result isn't available immediately.\r\rThe `text` parameter is an update payload with the following structure:\r\r```\rtext: {\r default: 'X just invaded Y\\'s village!',\r localizations: {\r ar_AR: 'X \\u0641\\u0642\\u0637 \\u063A\\u0632\\u062A ' +\r '\\u0642\\u0631\\u064A\\u0629 Y!',\r en_US: 'X just invaded Y\\'s village!',\r es_LA: '\\u00A1X acaba de invadir el pueblo de Y!',\r }\r}\r```", @@ -424135,7 +425010,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#update", "scope": "instance", - "___id": "T000002R046497", + "___id": "T000002R046648", "___s": true }, { @@ -424144,7 +425019,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 1705, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Informs Facebook of a leaderboard update that occurred in the game.\rThis will temporarily yield control to Facebook and Facebook will decide what to do based on what the update is.\rOnce Facebook returns control to the game the plugin will emit an `update` or `updatefail` event.\r\rIt makes an async call to the API, so the result isn't available immediately.\r\rThe `text` parameter is an update payload with the following structure:\r\r```\rtext: {\r default: 'X just invaded Y\\'s village!',\r localizations: {\r ar_AR: 'X \\u0641\\u0642\\u0637 \\u063A\\u0632\\u062A ' +\r '\\u0642\\u0631\\u064A\\u0629 Y!',\r en_US: 'X just invaded Y\\'s village!',\r es_LA: '\\u00A1X acaba de invadir el pueblo de Y!',\r }\r}\r```", @@ -424261,7 +425136,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#updateLeaderboard", "scope": "instance", - "___id": "T000002R046499", + "___id": "T000002R046650", "___s": true }, { @@ -424270,7 +425145,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 1806, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Request that the client switch to a different Instant Game.\r\rIt makes an async call to the API, so the result isn't available immediately.\r\rIf the game switches successfully this plugin will emit the `switchgame` event and the client will load the new game.\r\rIf they cannot, i.e. it's not in the list of supported APIs, or the request\rwas rejected, it will emit a `switchgamefail` event instead.", @@ -424324,7 +425199,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#switchGame", "scope": "instance", - "___id": "T000002R046518", + "___id": "T000002R046669", "___s": true }, { @@ -424333,7 +425208,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 1856, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Prompts the user to create a shortcut to the game if they are eligible to.\rCan only be called once per session.\r\rIt makes an async call to the API, so the result isn't available immediately.\r\rIf the user choose to create a shortcut this plugin will emit the `shortcutcreated` event.\r\rIf they cannot, i.e. it's not in the list of supported APIs, or the request\rwas rejected, it will emit a `shortcutcreatedfail` event instead.", @@ -424358,7 +425233,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#createShortcut", "scope": "instance", - "___id": "T000002R046522", + "___id": "T000002R046673", "___s": true }, { @@ -424367,7 +425242,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 1894, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Quits the game.", @@ -424377,7 +425252,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#quit", "scope": "instance", - "___id": "T000002R046525", + "___id": "T000002R046676", "___s": true }, { @@ -424386,7 +425261,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 1905, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Log an app event with FB Analytics.\r\rSee https://developers.facebook.com/docs/javascript/reference/v2.8#app_events for more details about FB Analytics.", @@ -424454,7 +425329,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#log", "scope": "instance", - "___id": "T000002R046527", + "___id": "T000002R046678", "___s": true }, { @@ -424463,7 +425338,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 1936, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Attempt to create an instance of an interstitial ad.\r\rIf the instance is created successfully then the ad is preloaded ready for display in-game via the method `showAd()`.\r\rIf the ad loads it will emit the `adloaded` event, passing the AdInstance as the only parameter.\r\rIf the ad cannot be displayed because there was no inventory to fill it, it will emit the `adsnofill` event.", @@ -424522,7 +425397,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#preloadAds", "scope": "instance", - "___id": "T000002R046530", + "___id": "T000002R046681", "___s": true }, { @@ -424531,7 +425406,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 2022, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Attempt to create an instance of an rewarded video ad.\r\rIf the instance is created successfully then the ad is preloaded ready for display in-game via the method `showVideo()`.\r\rIf the ad loads it will emit the `adloaded` event, passing the AdInstance as the only parameter.\r\rIf the ad cannot be displayed because there was no inventory to fill it, it will emit the `adsnofill` event.", @@ -424590,7 +425465,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#preloadVideoAds", "scope": "instance", - "___id": "T000002R046542", + "___id": "T000002R046693", "___s": true }, { @@ -424599,7 +425474,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 2108, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Displays a previously loaded interstitial ad.\r\rIf the ad is successfully displayed this plugin will emit the `adfinished` event, with the AdInstance object as its parameter.\r\rIf the ad cannot be displayed, it will emit the `adsnotloaded` event.", @@ -424639,7 +425514,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#showAd", "scope": "instance", - "___id": "T000002R046554", + "___id": "T000002R046705", "___s": true }, { @@ -424648,7 +425523,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 2159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Displays a previously loaded interstitial video ad.\r\rIf the ad is successfully displayed this plugin will emit the `adfinished` event, with the AdInstance object as its parameter.\r\rIf the ad cannot be displayed, it will emit the `adsnotloaded` event.", @@ -424688,7 +425563,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#showVideo", "scope": "instance", - "___id": "T000002R046560", + "___id": "T000002R046711", "___s": true }, { @@ -424697,7 +425572,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 2210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Attempts to match the current player with other users looking for people to play with.\rIf successful, a new Messenger group thread will be created containing the matched players and the player will\rbe context switched to that thread. This plugin will also dispatch the `matchplayer` event, containing the new context ID and Type.\r\rThe default minimum and maximum number of players in one matched thread are 2 and 20 respectively,\rdepending on how many players are trying to get matched around the same time.\r\rThe values can be changed in `fbapp-config.json`. See the Bundle Config documentation for documentation about `fbapp-config.json`.", @@ -424753,7 +425628,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#matchPlayer", "scope": "instance", - "___id": "T000002R046566", + "___id": "T000002R046717", "___s": true }, { @@ -424762,7 +425637,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 2251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Fetch a specific leaderboard belonging to this Instant Game.\r\rThe data is requested in an async call, so the result isn't available immediately.\r\rWhen the call completes the `getleaderboard` event will be emitted along with a Leaderboard object instance.", @@ -424802,7 +425677,7 @@ "memberof": "Phaser.FacebookInstantGamesPlugin", "longname": "Phaser.FacebookInstantGamesPlugin#getLeaderboard", "scope": "instance", - "___id": "T000002R046571", + "___id": "T000002R046722", "___s": true }, { @@ -424811,7 +425686,7 @@ "filename": "FacebookInstantGamesPlugin.js", "lineno": 2290, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Quits the Facebook API and then destroys this plugin.", @@ -424822,7 +425697,7 @@ "longname": "Phaser.FacebookInstantGamesPlugin#destroy", "scope": "instance", "overrides": "Phaser.Events.EventEmitter#destroy", - "___id": "T000002R046576", + "___id": "T000002R046727", "___s": true }, { @@ -424831,7 +425706,7 @@ "filename": "Leaderboard.js", "lineno": 11, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "classdesc": "This class represents one single Leaderboard that belongs to a Facebook Instant Game.\r\rYou do not need to instantiate this class directly, it will be created when you use the\r`getLeaderboard()` method of the main plugin.", @@ -424872,7 +425747,7 @@ ], "scope": "static", "longname": "Phaser.FacebookInstantGamesLeaderboard", - "___id": "T000002R046587", + "___id": "T000002R046738", "___s": true }, { @@ -424881,7 +425756,7 @@ "filename": "Leaderboard.js", "lineno": 37, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "A reference to the Facebook Instant Games Plugin.", @@ -424900,7 +425775,7 @@ "longname": "Phaser.FacebookInstantGamesLeaderboard#plugin", "scope": "instance", "kind": "member", - "___id": "T000002R046591", + "___id": "T000002R046742", "___s": true }, { @@ -424909,7 +425784,7 @@ "filename": "Leaderboard.js", "lineno": 46, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "An Instant Game leaderboard instance.", @@ -424928,7 +425803,7 @@ "longname": "Phaser.FacebookInstantGamesLeaderboard#ref", "scope": "instance", "kind": "member", - "___id": "T000002R046593", + "___id": "T000002R046744", "___s": true }, { @@ -424937,7 +425812,7 @@ "filename": "Leaderboard.js", "lineno": 55, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "The name of the leaderboard.", @@ -424956,7 +425831,7 @@ "longname": "Phaser.FacebookInstantGamesLeaderboard#name", "scope": "instance", "kind": "member", - "___id": "T000002R046595", + "___id": "T000002R046746", "___s": true }, { @@ -424965,7 +425840,7 @@ "filename": "Leaderboard.js", "lineno": 64, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "The ID of the context that the leaderboard is associated with, or null if the leaderboard is not tied to a particular context.", @@ -424984,7 +425859,7 @@ "longname": "Phaser.FacebookInstantGamesLeaderboard#contextID", "scope": "instance", "kind": "member", - "___id": "T000002R046597", + "___id": "T000002R046748", "___s": true }, { @@ -424993,7 +425868,7 @@ "filename": "Leaderboard.js", "lineno": 73, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "The total number of player entries in the leaderboard.\rThis value defaults to zero. Populate it via the `getEntryCount()` method.", @@ -425012,7 +425887,7 @@ "longname": "Phaser.FacebookInstantGamesLeaderboard#entryCount", "scope": "instance", "kind": "member", - "___id": "T000002R046599", + "___id": "T000002R046750", "___s": true }, { @@ -425021,7 +425896,7 @@ "filename": "Leaderboard.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "The players score object.\rThis value defaults to `null`. Populate it via the `getPlayerScore()` method.", @@ -425040,7 +425915,7 @@ "longname": "Phaser.FacebookInstantGamesLeaderboard#playerScore", "scope": "instance", "kind": "member", - "___id": "T000002R046601", + "___id": "T000002R046752", "___s": true }, { @@ -425049,7 +425924,7 @@ "filename": "Leaderboard.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "The scores in the Leaderboard from the currently requested range.\rThis value defaults to an empty array. Populate it via the `getScores()` method.\rThe contents of this array are reset each time `getScores()` is called.", @@ -425077,7 +425952,7 @@ "longname": "Phaser.FacebookInstantGamesLeaderboard#scores", "scope": "instance", "kind": "member", - "___id": "T000002R046603", + "___id": "T000002R046754", "___s": true }, { @@ -425086,7 +425961,7 @@ "filename": "Leaderboard.js", "lineno": 107, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Fetches the total number of player entries in the leaderboard.\r\rThe data is requested in an async call, so the result isn't available immediately.\r\rWhen the call completes this Leaderboard will emit the `getentrycount` event along with the count and name of the Leaderboard.", @@ -425111,7 +425986,7 @@ "memberof": "Phaser.FacebookInstantGamesLeaderboard", "longname": "Phaser.FacebookInstantGamesLeaderboard#getEntryCount", "scope": "instance", - "___id": "T000002R046605", + "___id": "T000002R046756", "___s": true }, { @@ -425120,7 +425995,7 @@ "filename": "Leaderboard.js", "lineno": 137, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Updates the player's score. If the player has an existing score, the old score will only be replaced if the new score is better than it.\rNOTE: If the leaderboard is associated with a specific context, the game must be in that context to set a score for the player.\r\rThe data is requested in an async call, so the result isn't available immediately.\r\rWhen the call completes this Leaderboard will emit the `setscore` event along with the LeaderboardScore object and the name of the Leaderboard.\r\rIf the save fails the event will send `null` as the score value.", @@ -425184,7 +426059,7 @@ "memberof": "Phaser.FacebookInstantGamesLeaderboard", "longname": "Phaser.FacebookInstantGamesLeaderboard#setScore", "scope": "instance", - "___id": "T000002R046609", + "___id": "T000002R046760", "___s": true }, { @@ -425193,7 +426068,7 @@ "filename": "Leaderboard.js", "lineno": 189, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Gets the players leaderboard entry and stores it in the `playerScore` property.\r\rThe data is requested in an async call, so the result isn't available immediately.\r\rWhen the call completes this Leaderboard will emit the `getplayerscore` event along with the score and the name of the Leaderboard.\r\rIf the player has not yet saved a score, the event will send `null` as the score value, and `playerScore` will be set to `null` as well.", @@ -425218,7 +426093,7 @@ "memberof": "Phaser.FacebookInstantGamesLeaderboard", "longname": "Phaser.FacebookInstantGamesLeaderboard#getPlayerScore", "scope": "instance", - "___id": "T000002R046616", + "___id": "T000002R046767", "___s": true }, { @@ -425227,7 +426102,7 @@ "filename": "Leaderboard.js", "lineno": 230, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Retrieves a set of leaderboard entries, ordered by score ranking in the leaderboard.\r\rThe data is requested in an async call, so the result isn't available immediately.\r\rWhen the call completes this Leaderboard will emit the `getscores` event along with an array of LeaderboardScore entries and the name of the Leaderboard.", @@ -425284,7 +426159,7 @@ "memberof": "Phaser.FacebookInstantGamesLeaderboard", "longname": "Phaser.FacebookInstantGamesLeaderboard#getScores", "scope": "instance", - "___id": "T000002R046621", + "___id": "T000002R046772", "___s": true }, { @@ -425293,7 +426168,7 @@ "filename": "Leaderboard.js", "lineno": 271, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "description": "Retrieves a set of leaderboard entries, based on the current player's connected players (including the current player), ordered by local rank within the set of connected players.\r\rThe data is requested in an async call, so the result isn't available immediately.\r\rWhen the call completes this Leaderboard will emit the `getconnectedscores` event along with an array of LeaderboardScore entries and the name of the Leaderboard.", @@ -425318,7 +426193,7 @@ "memberof": "Phaser.FacebookInstantGamesLeaderboard", "longname": "Phaser.FacebookInstantGamesLeaderboard#getConnectedScores", "scope": "instance", - "___id": "T000002R046627", + "___id": "T000002R046778", "___s": true }, { @@ -425327,7 +426202,7 @@ "filename": "LeaderboardScore.js", "lineno": 7, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "kind": "typedef", @@ -425449,7 +426324,7 @@ ], "longname": "LeaderboardScore", "scope": "global", - "___id": "T000002R046632", + "___id": "T000002R046783", "___s": true }, { @@ -425458,7 +426333,7 @@ "filename": "Product.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "kind": "typedef", @@ -425560,7 +426435,7 @@ ], "longname": "Product", "scope": "global", - "___id": "T000002R046644", + "___id": "T000002R046795", "___s": true }, { @@ -425569,7 +426444,7 @@ "filename": "Purchase.js", "lineno": 9, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\plugins\\fbinstant\\src", + "path": "D:\\GitHub\\Phaser\\phaser3\\plugins\\fbinstant\\src", "code": {} }, "kind": "typedef", @@ -425671,7 +426546,7 @@ ], "longname": "Purchase", "scope": "global", - "___id": "T000002R046654", + "___id": "T000002R046805", "___s": true }, { @@ -425680,7 +426555,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -425692,7 +426567,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R046664", + "___id": "T000002R046815", "___s": true }, { @@ -425701,7 +426576,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -425744,7 +426619,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R046665", + "___id": "T000002R046816", "___s": true }, { @@ -425753,7 +426628,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -425813,7 +426688,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listeners", "inherited": true, - "___id": "T000002R046666", + "___id": "T000002R046817", "___s": true }, { @@ -425822,7 +426697,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -425873,7 +426748,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listenerCount", "inherited": true, - "___id": "T000002R046667", + "___id": "T000002R046818", "___s": true }, { @@ -425882,7 +426757,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -425948,7 +426823,7 @@ ], "inherits": "Phaser.Events.EventEmitter#emit", "inherited": true, - "___id": "T000002R046668", + "___id": "T000002R046819", "___s": true }, { @@ -425957,7 +426832,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -426036,7 +426911,7 @@ ], "inherits": "Phaser.Events.EventEmitter#on", "inherited": true, - "___id": "T000002R046669", + "___id": "T000002R046820", "___s": true }, { @@ -426045,7 +426920,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -426124,7 +426999,7 @@ ], "inherits": "Phaser.Events.EventEmitter#addListener", "inherited": true, - "___id": "T000002R046670", + "___id": "T000002R046821", "___s": true }, { @@ -426133,7 +427008,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -426212,7 +427087,7 @@ ], "inherits": "Phaser.Events.EventEmitter#once", "inherited": true, - "___id": "T000002R046671", + "___id": "T000002R046822", "___s": true }, { @@ -426221,7 +427096,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -426314,7 +427189,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeListener", "inherited": true, - "___id": "T000002R046672", + "___id": "T000002R046823", "___s": true }, { @@ -426323,7 +427198,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -426416,7 +427291,7 @@ ], "inherits": "Phaser.Events.EventEmitter#off", "inherited": true, - "___id": "T000002R046673", + "___id": "T000002R046824", "___s": true }, { @@ -426425,7 +427300,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -426478,7 +427353,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeAllListeners", "inherited": true, - "___id": "T000002R046674", + "___id": "T000002R046825", "___s": true }, { @@ -426487,7 +427362,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -426499,7 +427374,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R046675", + "___id": "T000002R046826", "___s": true }, { @@ -426508,7 +427383,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -426551,7 +427426,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R046676", + "___id": "T000002R046827", "___s": true }, { @@ -426560,7 +427435,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -426620,7 +427495,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listeners", "inherited": true, - "___id": "T000002R046677", + "___id": "T000002R046828", "___s": true }, { @@ -426629,7 +427504,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -426680,7 +427555,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listenerCount", "inherited": true, - "___id": "T000002R046678", + "___id": "T000002R046829", "___s": true }, { @@ -426689,7 +427564,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -426755,7 +427630,7 @@ ], "inherits": "Phaser.Events.EventEmitter#emit", "inherited": true, - "___id": "T000002R046679", + "___id": "T000002R046830", "___s": true }, { @@ -426764,7 +427639,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -426843,7 +427718,7 @@ ], "inherits": "Phaser.Events.EventEmitter#on", "inherited": true, - "___id": "T000002R046680", + "___id": "T000002R046831", "___s": true }, { @@ -426852,7 +427727,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -426931,7 +427806,7 @@ ], "inherits": "Phaser.Events.EventEmitter#addListener", "inherited": true, - "___id": "T000002R046681", + "___id": "T000002R046832", "___s": true }, { @@ -426940,7 +427815,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -427019,7 +427894,7 @@ ], "inherits": "Phaser.Events.EventEmitter#once", "inherited": true, - "___id": "T000002R046682", + "___id": "T000002R046833", "___s": true }, { @@ -427028,7 +427903,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -427121,7 +427996,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeListener", "inherited": true, - "___id": "T000002R046683", + "___id": "T000002R046834", "___s": true }, { @@ -427130,7 +428005,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -427223,7 +428098,7 @@ ], "inherits": "Phaser.Events.EventEmitter#off", "inherited": true, - "___id": "T000002R046684", + "___id": "T000002R046835", "___s": true }, { @@ -427232,7 +428107,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -427285,7 +428160,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeAllListeners", "inherited": true, - "___id": "T000002R046685", + "___id": "T000002R046836", "___s": true }, { @@ -427294,7 +428169,7 @@ "filename": "Alpha.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -427321,7 +428196,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#clearAlpha", "inherited": true, - "___id": "T000002R046691", + "___id": "T000002R046842", "___s": true }, { @@ -427330,7 +428205,7 @@ "filename": "Alpha.js", "lineno": 167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopLeft", @@ -427358,7 +428233,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopLeft", "inherited": true, - "___id": "T000002R046692", + "___id": "T000002R046843", "___s": true }, { @@ -427367,7 +428242,7 @@ "filename": "Alpha.js", "lineno": 197, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopRight", @@ -427395,7 +428270,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopRight", "inherited": true, - "___id": "T000002R046693", + "___id": "T000002R046844", "___s": true }, { @@ -427404,7 +428279,7 @@ "filename": "Alpha.js", "lineno": 227, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomLeft", @@ -427432,7 +428307,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomLeft", "inherited": true, - "___id": "T000002R046694", + "___id": "T000002R046845", "___s": true }, { @@ -427441,7 +428316,7 @@ "filename": "Alpha.js", "lineno": 257, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomRight", @@ -427469,7 +428344,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomRight", "inherited": true, - "___id": "T000002R046695", + "___id": "T000002R046846", "___s": true }, { @@ -427478,7 +428353,7 @@ "filename": "BaseCamera.js", "lineno": 79, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "scene", @@ -427499,7 +428374,7 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#scene", "inherited": true, - "___id": "T000002R046697", + "___id": "T000002R046848", "___s": true }, { @@ -427508,7 +428383,7 @@ "filename": "BaseCamera.js", "lineno": 88, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "sceneManager", @@ -427529,7 +428404,7 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#sceneManager", "inherited": true, - "___id": "T000002R046698", + "___id": "T000002R046849", "___s": true }, { @@ -427538,7 +428413,7 @@ "filename": "BaseCamera.js", "lineno": 97, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "scaleManager", @@ -427559,7 +428434,7 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#scaleManager", "inherited": true, - "___id": "T000002R046699", + "___id": "T000002R046850", "___s": true }, { @@ -427568,7 +428443,7 @@ "filename": "BaseCamera.js", "lineno": 106, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "cameraManager", @@ -427589,7 +428464,7 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#cameraManager", "inherited": true, - "___id": "T000002R046700", + "___id": "T000002R046851", "___s": true }, { @@ -427598,7 +428473,7 @@ "filename": "BaseCamera.js", "lineno": 115, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "id", @@ -427620,7 +428495,7 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#id", "inherited": true, - "___id": "T000002R046701", + "___id": "T000002R046852", "___s": true }, { @@ -427629,7 +428504,7 @@ "filename": "BaseCamera.js", "lineno": 126, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "name", @@ -427651,7 +428526,7 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#name", "inherited": true, - "___id": "T000002R046702", + "___id": "T000002R046853", "___s": true }, { @@ -427660,7 +428535,7 @@ "filename": "BaseCamera.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "roundPixels", @@ -427682,7 +428557,7 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#roundPixels", "inherited": true, - "___id": "T000002R046703", + "___id": "T000002R046854", "___s": true }, { @@ -427691,7 +428566,7 @@ "filename": "BaseCamera.js", "lineno": 146, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "visible", @@ -427713,7 +428588,7 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#visible", "inherited": true, - "___id": "T000002R046704", + "___id": "T000002R046855", "___s": true }, { @@ -427722,7 +428597,7 @@ "filename": "BaseCamera.js", "lineno": 158, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "useBounds", @@ -427744,7 +428619,7 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#useBounds", "inherited": true, - "___id": "T000002R046705", + "___id": "T000002R046856", "___s": true }, { @@ -427753,7 +428628,7 @@ "filename": "BaseCamera.js", "lineno": 170, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "worldView", @@ -427775,7 +428650,7 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#worldView", "inherited": true, - "___id": "T000002R046706", + "___id": "T000002R046857", "___s": true }, { @@ -427784,7 +428659,7 @@ "filename": "BaseCamera.js", "lineno": 183, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "dirty", @@ -427806,7 +428681,7 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#dirty", "inherited": true, - "___id": "T000002R046707", + "___id": "T000002R046858", "___s": true }, { @@ -427815,7 +428690,7 @@ "filename": "BaseCamera.js", "lineno": 358, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "transparent", @@ -427837,7 +428712,7 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#transparent", "inherited": true, - "___id": "T000002R046719", + "___id": "T000002R046870", "___s": true }, { @@ -427846,7 +428721,7 @@ "filename": "BaseCamera.js", "lineno": 368, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "backgroundColor", @@ -427867,7 +428742,7 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#backgroundColor", "inherited": true, - "___id": "T000002R046720", + "___id": "T000002R046871", "___s": true }, { @@ -427876,7 +428751,7 @@ "filename": "BaseCamera.js", "lineno": 377, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "alpha", @@ -427898,7 +428773,7 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#alpha", "inherited": true, - "___id": "T000002R046721", + "___id": "T000002R046872", "___s": true }, { @@ -427907,7 +428782,7 @@ "filename": "BaseCamera.js", "lineno": 388, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "disableCull", @@ -427929,7 +428804,7 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#disableCull", "inherited": true, - "___id": "T000002R046722", + "___id": "T000002R046873", "___s": true }, { @@ -427938,7 +428813,7 @@ "filename": "BaseCamera.js", "lineno": 410, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "midPoint", @@ -427960,7 +428835,7 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#midPoint", "inherited": true, - "___id": "T000002R046724", + "___id": "T000002R046875", "___s": true }, { @@ -427969,7 +428844,7 @@ "filename": "BaseCamera.js", "lineno": 425, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "originX", @@ -427991,7 +428866,7 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#originX", "inherited": true, - "___id": "T000002R046725", + "___id": "T000002R046876", "___s": true }, { @@ -428000,7 +428875,7 @@ "filename": "BaseCamera.js", "lineno": 442, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "originY", @@ -428022,7 +428897,7 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#originY", "inherited": true, - "___id": "T000002R046726", + "___id": "T000002R046877", "___s": true }, { @@ -428031,7 +428906,7 @@ "filename": "BaseCamera.js", "lineno": 470, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "mask", @@ -428064,7 +428939,7 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#mask", "inherited": true, - "___id": "T000002R046728", + "___id": "T000002R046879", "___s": true }, { @@ -428073,7 +428948,7 @@ "filename": "BaseCamera.js", "lineno": 494, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "renderList", @@ -428103,7 +428978,7 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#renderList", "inherited": true, - "___id": "T000002R046730", + "___id": "T000002R046881", "___s": true }, { @@ -428112,7 +428987,7 @@ "filename": "BaseCamera.js", "lineno": 510, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "isSceneCamera", @@ -428134,7 +429009,7 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#isSceneCamera", "inherited": true, - "___id": "T000002R046731", + "___id": "T000002R046882", "___s": true }, { @@ -428143,7 +429018,7 @@ "filename": "BaseCamera.js", "lineno": 522, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "addToRenderList", @@ -428170,7 +429045,7 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#addToRenderList", "inherited": true, - "___id": "T000002R046732", + "___id": "T000002R046883", "___s": true }, { @@ -428179,7 +429054,7 @@ "filename": "BaseCamera.js", "lineno": 538, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "setAlpha", @@ -428223,7 +429098,7 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#setAlpha", "inherited": true, - "___id": "T000002R046733", + "___id": "T000002R046884", "___s": true }, { @@ -428232,7 +429107,7 @@ "filename": "BaseCamera.js", "lineno": 550, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "setOrigin", @@ -428291,7 +429166,7 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#setOrigin", "inherited": true, - "___id": "T000002R046734", + "___id": "T000002R046885", "___s": true }, { @@ -428300,7 +429175,7 @@ "filename": "BaseCamera.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "getScroll", @@ -428368,7 +429243,7 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#getScroll", "inherited": true, - "___id": "T000002R046735", + "___id": "T000002R046886", "___s": true }, { @@ -428377,7 +429252,7 @@ "filename": "BaseCamera.js", "lineno": 612, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "centerOnX", @@ -428419,7 +429294,7 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#centerOnX", "inherited": true, - "___id": "T000002R046736", + "___id": "T000002R046887", "___s": true }, { @@ -428428,7 +429303,7 @@ "filename": "BaseCamera.js", "lineno": 639, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "centerOnY", @@ -428470,7 +429345,7 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#centerOnY", "inherited": true, - "___id": "T000002R046737", + "___id": "T000002R046888", "___s": true }, { @@ -428479,7 +429354,7 @@ "filename": "BaseCamera.js", "lineno": 666, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "centerOn", @@ -428534,7 +429409,7 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#centerOn", "inherited": true, - "___id": "T000002R046738", + "___id": "T000002R046889", "___s": true }, { @@ -428543,7 +429418,7 @@ "filename": "BaseCamera.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "centerToBounds", @@ -428570,7 +429445,7 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#centerToBounds", "inherited": true, - "___id": "T000002R046739", + "___id": "T000002R046890", "___s": true }, { @@ -428579,7 +429454,7 @@ "filename": "BaseCamera.js", "lineno": 710, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "centerToSize", @@ -428606,7 +429481,7 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#centerToSize", "inherited": true, - "___id": "T000002R046740", + "___id": "T000002R046891", "___s": true }, { @@ -428615,7 +429490,7 @@ "filename": "BaseCamera.js", "lineno": 726, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "cull", @@ -428682,7 +429557,7 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#cull", "inherited": true, - "___id": "T000002R046741", + "___id": "T000002R046892", "___s": true }, { @@ -428691,7 +429566,7 @@ "filename": "BaseCamera.js", "lineno": 807, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "getWorldPoint", @@ -428777,7 +429652,7 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#getWorldPoint", "inherited": true, - "___id": "T000002R046742", + "___id": "T000002R046893", "___s": true }, { @@ -428786,7 +429661,7 @@ "filename": "BaseCamera.js", "lineno": 874, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "ignore", @@ -428871,16 +429746,16 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#ignore", "inherited": true, - "___id": "T000002R046743", + "___id": "T000002R046894", "___s": true }, { "comment": "/**\r\n * Takes an x value and checks it's within the range of the Camera bounds, adjusting if required.\r\n * Do not call this method if you are not using camera bounds.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#clampX\r\n * @since 3.11.0\r\n *\r\n * @param {number} x - The value to horizontally scroll clamp.\r\n *\r\n * @return {number} The adjusted value to use as scrollX.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 973, + "lineno": 915, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "clampX", @@ -428921,16 +429796,16 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#clampX", "inherited": true, - "___id": "T000002R046744", + "___id": "T000002R046895", "___s": true }, { "comment": "/**\r\n * Takes a y value and checks it's within the range of the Camera bounds, adjusting if required.\r\n * Do not call this method if you are not using camera bounds.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#clampY\r\n * @since 3.11.0\r\n *\r\n * @param {number} y - The value to vertically scroll clamp.\r\n *\r\n * @return {number} The adjusted value to use as scrollY.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1005, + "lineno": 947, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "clampY", @@ -428971,16 +429846,16 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#clampY", "inherited": true, - "___id": "T000002R046745", + "___id": "T000002R046896", "___s": true }, { "comment": "/**\r\n * If this Camera has previously had movement bounds set on it, this will remove them.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#removeBounds\r\n * @since 3.0.0\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1042, + "lineno": 984, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "removeBounds", @@ -429007,16 +429882,16 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#removeBounds", "inherited": true, - "___id": "T000002R046746", + "___id": "T000002R046897", "___s": true }, { "comment": "/**\r\n * Set the rotation of this Camera. This causes everything it renders to appear rotated.\r\n *\r\n * Rotating a camera does not rotate the viewport itself, it is applied during rendering.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setAngle\r\n * @since 3.0.0\r\n *\r\n * @param {number} [value=0] - The cameras angle of rotation, given in degrees.\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1061, + "lineno": 1003, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "setAngle", @@ -429060,16 +429935,16 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#setAngle", "inherited": true, - "___id": "T000002R046747", + "___id": "T000002R046898", "___s": true }, { "comment": "/**\r\n * Sets the background color for this Camera.\r\n *\r\n * By default a Camera has a transparent background but it can be given a solid color, with any level\r\n * of transparency, via this method.\r\n *\r\n * The color value can be specified using CSS color notation, hex or numbers.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setBackgroundColor\r\n * @since 3.0.0\r\n *\r\n * @param {(string|number|Phaser.Types.Display.InputColorObject)} [color='rgba(0,0,0,0)'] - The color value. In CSS, hex or numeric color notation.\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1082, + "lineno": 1024, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "setBackgroundColor", @@ -429128,16 +430003,16 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#setBackgroundColor", "inherited": true, - "___id": "T000002R046748", + "___id": "T000002R046899", "___s": true }, { "comment": "/**\r\n * Set the bounds of the Camera. The bounds are an axis-aligned rectangle.\r\n *\r\n * The Camera bounds controls where the Camera can scroll to, stopping it from scrolling off the\r\n * edges and into blank space. It does not limit the placement of Game Objects, or where\r\n * the Camera viewport can be positioned.\r\n *\r\n * Temporarily disable the bounds by changing the boolean `Camera.useBounds`.\r\n *\r\n * Clear the bounds entirely by calling `Camera.removeBounds`.\r\n *\r\n * If you set bounds that are smaller than the viewport it will stop the Camera from being\r\n * able to scroll. The bounds can be positioned where-ever you wish. By default they are from\r\n * 0x0 to the canvas width x height. This means that the coordinate 0x0 is the top left of\r\n * the Camera bounds. However, you can position them anywhere. So if you wanted a game world\r\n * that was 2048x2048 in size, with 0x0 being the center of it, you can set the bounds x/y\r\n * to be -1024, -1024, with a width and height of 2048. Depending on your game you may find\r\n * it easier for 0x0 to be the top-left of the bounds, or you may wish 0x0 to be the middle.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setBounds\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The top-left x coordinate of the bounds.\r\n * @param {number} y - The top-left y coordinate of the bounds.\r\n * @param {number} width - The width of the bounds, in pixels.\r\n * @param {number} height - The height of the bounds, in pixels.\r\n * @param {boolean} [centerOn=false] - If `true` the Camera will automatically be centered on the new bounds.\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1108, + "lineno": 1050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "setBounds", @@ -429233,16 +430108,16 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#setBounds", "inherited": true, - "___id": "T000002R046749", + "___id": "T000002R046900", "___s": true }, { "comment": "/**\r\n * Returns a rectangle containing the bounds of the Camera.\r\n *\r\n * If the Camera does not have any bounds the rectangle will be empty.\r\n *\r\n * The rectangle is a copy of the bounds, so is safe to modify.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#getBounds\r\n * @since 3.16.0\r\n *\r\n * @param {Phaser.Geom.Rectangle} [out] - An optional Rectangle to store the bounds in. If not given, a new Rectangle will be created.\r\n *\r\n * @return {Phaser.Geom.Rectangle} A rectangle containing the bounds of this Camera.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1160, + "lineno": 1102, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "getBounds", @@ -429284,16 +430159,16 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#getBounds", "inherited": true, - "___id": "T000002R046750", + "___id": "T000002R046901", "___s": true }, { "comment": "/**\r\n * Sets the name of this Camera.\r\n * This value is for your own use and isn't used internally.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setName\r\n * @since 3.0.0\r\n *\r\n * @param {string} [value=''] - The name of the Camera.\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1185, + "lineno": 1127, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "setName", @@ -429337,16 +430212,16 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#setName", "inherited": true, - "___id": "T000002R046751", + "___id": "T000002R046902", "___s": true }, { "comment": "/**\r\n * Set the position of the Camera viewport within the game.\r\n *\r\n * This does not change where the camera is 'looking'. See `setScroll` to control that.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setPosition\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The top-left x coordinate of the Camera viewport.\r\n * @param {number} [y=x] - The top-left y coordinate of the Camera viewport.\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1205, + "lineno": 1147, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "setPosition", @@ -429403,16 +430278,16 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#setPosition", "inherited": true, - "___id": "T000002R046752", + "___id": "T000002R046903", "___s": true }, { "comment": "/**\r\n * Set the rotation of this Camera. This causes everything it renders to appear rotated.\r\n *\r\n * Rotating a camera does not rotate the viewport itself, it is applied during rendering.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setRotation\r\n * @since 3.0.0\r\n *\r\n * @param {number} [value=0] - The rotation of the Camera, in radians.\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1228, + "lineno": 1170, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "setRotation", @@ -429456,16 +430331,16 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#setRotation", "inherited": true, - "___id": "T000002R046753", + "___id": "T000002R046904", "___s": true }, { "comment": "/**\r\n * Should the Camera round pixel values to whole integers when rendering Game Objects?\r\n *\r\n * In some types of game, especially with pixel art, this is required to prevent sub-pixel aliasing.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setRoundPixels\r\n * @since 3.0.0\r\n *\r\n * @param {boolean} value - `true` to round Camera pixels, `false` to not.\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1249, + "lineno": 1191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "setRoundPixels", @@ -429507,16 +430382,16 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#setRoundPixels", "inherited": true, - "___id": "T000002R046754", + "___id": "T000002R046905", "___s": true }, { "comment": "/**\r\n * Sets the Scene the Camera is bound to.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setScene\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Scene} scene - The Scene the camera is bound to.\r\n * @param {boolean} [isSceneCamera=true] - Is this Camera being used for a Scene (true) or a Texture? (false)\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1268, + "lineno": 1210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "setScene", @@ -429573,16 +430448,16 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#setScene", "inherited": true, - "___id": "T000002R046755", + "___id": "T000002R046906", "___s": true }, { "comment": "/**\r\n * Set the position of where the Camera is looking within the game.\r\n * You can also modify the properties `Camera.scrollX` and `Camera.scrollY` directly.\r\n * Use this method, or the scroll properties, to move your camera around the game world.\r\n *\r\n * This does not change where the camera viewport is placed. See `setPosition` to control that.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setScroll\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The x coordinate of the Camera in the game world.\r\n * @param {number} [y=x] - The y coordinate of the Camera in the game world.\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1302, + "lineno": 1244, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "setScroll", @@ -429639,16 +430514,16 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#setScroll", "inherited": true, - "___id": "T000002R046756", + "___id": "T000002R046907", "___s": true }, { "comment": "/**\r\n * Set the size of the Camera viewport.\r\n *\r\n * By default a Camera is the same size as the game, but can be made smaller via this method,\r\n * allowing you to create mini-cam style effects by creating and positioning a smaller Camera\r\n * viewport within your game.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setSize\r\n * @since 3.0.0\r\n *\r\n * @param {number} width - The width of the Camera viewport.\r\n * @param {number} [height=width] - The height of the Camera viewport.\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1327, + "lineno": 1269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "setSize", @@ -429705,16 +430580,16 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#setSize", "inherited": true, - "___id": "T000002R046757", + "___id": "T000002R046908", "___s": true }, { "comment": "/**\r\n * This method sets the position and size of the Camera viewport in a single call.\r\n *\r\n * If you're trying to change where the Camera is looking at in your game, then see\r\n * the method `Camera.setScroll` instead. This method is for changing the viewport\r\n * itself, not what the camera can see.\r\n *\r\n * By default a Camera is the same size as the game, but can be made smaller via this method,\r\n * allowing you to create mini-cam style effects by creating and positioning a smaller Camera\r\n * viewport within your game.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setViewport\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The top-left x coordinate of the Camera viewport.\r\n * @param {number} y - The top-left y coordinate of the Camera viewport.\r\n * @param {number} width - The width of the Camera viewport.\r\n * @param {number} [height=width] - The height of the Camera viewport.\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1352, + "lineno": 1294, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "setViewport", @@ -429797,16 +430672,16 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#setViewport", "inherited": true, - "___id": "T000002R046758", + "___id": "T000002R046909", "___s": true }, { "comment": "/**\r\n * Set the zoom value of the Camera.\r\n *\r\n * Changing to a smaller value, such as 0.5, will cause the camera to 'zoom out'.\r\n * Changing to a larger value, such as 2, will cause the camera to 'zoom in'.\r\n *\r\n * A value of 1 means 'no zoom' and is the default.\r\n *\r\n * Changing the zoom does not impact the Camera viewport in any way, it is only applied during rendering.\r\n *\r\n * As of Phaser 3.50 you can now set the horizontal and vertical zoom values independently.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setZoom\r\n * @since 3.0.0\r\n *\r\n * @param {number} [x=1] - The horizontal zoom value of the Camera. The minimum it can be is 0.001.\r\n * @param {number} [y=x] - The vertical zoom value of the Camera. The minimum it can be is 0.001.\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1383, + "lineno": 1325, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "setZoom", @@ -429865,16 +430740,16 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#setZoom", "inherited": true, - "___id": "T000002R046759", + "___id": "T000002R046910", "___s": true }, { "comment": "/**\r\n * Sets the mask to be applied to this Camera during rendering.\r\n *\r\n * The mask must have been previously created and can be either a GeometryMask or a BitmapMask.\r\n *\r\n * Bitmap Masks only work on WebGL. Geometry Masks work on both WebGL and Canvas.\r\n *\r\n * If a mask is already set on this Camera it will be immediately replaced.\r\n *\r\n * Masks have no impact on physics or input detection. They are purely a rendering component\r\n * that allows you to limit what is visible during the render pass.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setMask\r\n * @since 3.17.0\r\n *\r\n * @param {(Phaser.Display.Masks.BitmapMask|Phaser.Display.Masks.GeometryMask)} mask - The mask this Camera will use when rendering.\r\n * @param {boolean} [fixedPosition=true] - Should the mask translate along with the Camera, or be fixed in place and not impacted by the Cameras transform?\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1424, + "lineno": 1366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "setMask", @@ -429941,16 +430816,16 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#setMask", "inherited": true, - "___id": "T000002R046760", + "___id": "T000002R046911", "___s": true }, { "comment": "/**\r\n * Clears the mask that this Camera was using.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#clearMask\r\n * @since 3.17.0\r\n *\r\n * @param {boolean} [destroyMask=false] - Destroy the mask before clearing it?\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1455, + "lineno": 1397, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "clearMask", @@ -429994,16 +430869,16 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#clearMask", "inherited": true, - "___id": "T000002R046761", + "___id": "T000002R046912", "___s": true }, { "comment": "/**\r\n * Sets the visibility of this Camera.\r\n *\r\n * An invisible Camera will skip rendering and input tests of everything it can see.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setVisible\r\n * @since 3.10.0\r\n *\r\n * @param {boolean} value - The visible state of the Camera.\r\n *\r\n * @return {this} This Camera instance.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1479, + "lineno": 1421, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "setVisible", @@ -430045,16 +430920,16 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#setVisible", "inherited": true, - "___id": "T000002R046762", + "___id": "T000002R046913", "___s": true }, { "comment": "/**\r\n * Returns an Object suitable for JSON storage containing all of the Camera viewport and rendering properties.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#toJSON\r\n * @since 3.0.0\r\n *\r\n * @return {Phaser.Types.Cameras.Scene2D.JSONCamera} A well-formed object suitable for conversion to JSON.\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1492, + "lineno": 1434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "toJSON", @@ -430080,16 +430955,16 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#toJSON", "inherited": true, - "___id": "T000002R046763", + "___id": "T000002R046914", "___s": true }, { "comment": "/**\r\n * Set if this Camera is being used as a Scene Camera, or a Texture\r\n * Camera.\r\n *\r\n * @method Phaser.Cameras.Scene2D.BaseCamera#setIsSceneCamera\r\n * @since 3.60.0\r\n *\r\n * @param {boolean} value - Is this being used as a Scene Camera, or a Texture camera?\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1544, + "lineno": 1486, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "setIsSceneCamera", @@ -430116,16 +430991,16 @@ ], "inherits": "Phaser.Cameras.Scene2D.BaseCamera#setIsSceneCamera", "inherited": true, - "___id": "T000002R046764", + "___id": "T000002R046915", "___s": true }, { "comment": "/**\r\n * The x position of the Camera viewport, relative to the top-left of the game canvas.\r\n * The viewport is the area into which the camera renders.\r\n * To adjust the position the camera is looking at in the game world, see the `scrollX` value.\r\n *\r\n * @name Phaser.Cameras.Scene2D.BaseCamera#x\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1632, + "lineno": 1574, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "x", @@ -430146,16 +431021,16 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#x", "inherited": true, - "___id": "T000002R046766", + "___id": "T000002R046917", "___s": true }, { "comment": "/**\r\n * The y position of the Camera viewport, relative to the top-left of the game canvas.\r\n * The viewport is the area into which the camera renders.\r\n * To adjust the position the camera is looking at in the game world, see the `scrollY` value.\r\n *\r\n * @name Phaser.Cameras.Scene2D.BaseCamera#y\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1656, + "lineno": 1598, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "y", @@ -430176,16 +431051,16 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#y", "inherited": true, - "___id": "T000002R046767", + "___id": "T000002R046918", "___s": true }, { "comment": "/**\r\n * The width of the Camera viewport, in pixels.\r\n *\r\n * The viewport is the area into which the Camera renders. Setting the viewport does\r\n * not restrict where the Camera can scroll to.\r\n *\r\n * @name Phaser.Cameras.Scene2D.BaseCamera#width\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1680, + "lineno": 1622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "width", @@ -430206,16 +431081,16 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#width", "inherited": true, - "___id": "T000002R046768", + "___id": "T000002R046919", "___s": true }, { "comment": "/**\r\n * The height of the Camera viewport, in pixels.\r\n *\r\n * The viewport is the area into which the Camera renders. Setting the viewport does\r\n * not restrict where the Camera can scroll to.\r\n *\r\n * @name Phaser.Cameras.Scene2D.BaseCamera#height\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1705, + "lineno": 1647, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "height", @@ -430236,16 +431111,16 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#height", "inherited": true, - "___id": "T000002R046769", + "___id": "T000002R046920", "___s": true }, { "comment": "/**\r\n * The horizontal scroll position of this Camera.\r\n *\r\n * Change this value to cause the Camera to scroll around your Scene.\r\n *\r\n * Alternatively, setting the Camera to follow a Game Object, via the `startFollow` method,\r\n * will automatically adjust the Camera scroll values accordingly.\r\n *\r\n * You can set the bounds within which the Camera can scroll via the `setBounds` method.\r\n *\r\n * @name Phaser.Cameras.Scene2D.BaseCamera#scrollX\r\n * @type {number}\r\n * @default 0\r\n * @since 3.0.0\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1730, + "lineno": 1672, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "scrollX", @@ -430267,16 +431142,16 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#scrollX", "inherited": true, - "___id": "T000002R046770", + "___id": "T000002R046921", "___s": true }, { "comment": "/**\r\n * The vertical scroll position of this Camera.\r\n *\r\n * Change this value to cause the Camera to scroll around your Scene.\r\n *\r\n * Alternatively, setting the Camera to follow a Game Object, via the `startFollow` method,\r\n * will automatically adjust the Camera scroll values accordingly.\r\n *\r\n * You can set the bounds within which the Camera can scroll via the `setBounds` method.\r\n *\r\n * @name Phaser.Cameras.Scene2D.BaseCamera#scrollY\r\n * @type {number}\r\n * @default 0\r\n * @since 3.0.0\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1763, + "lineno": 1705, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "scrollY", @@ -430298,16 +431173,16 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#scrollY", "inherited": true, - "___id": "T000002R046771", + "___id": "T000002R046922", "___s": true }, { "comment": "/**\r\n * The Camera zoom value. Change this value to zoom in, or out of, a Scene.\r\n *\r\n * A value of 0.5 would zoom the Camera out, so you can now see twice as much\r\n * of the Scene as before. A value of 2 would zoom the Camera in, so every pixel\r\n * now takes up 2 pixels when rendered.\r\n *\r\n * Set to 1 to return to the default zoom level.\r\n *\r\n * Be careful to never set this value to zero.\r\n *\r\n * @name Phaser.Cameras.Scene2D.BaseCamera#zoom\r\n * @type {number}\r\n * @default 1\r\n * @since 3.0.0\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1796, + "lineno": 1738, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "zoom", @@ -430329,16 +431204,16 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#zoom", "inherited": true, - "___id": "T000002R046772", + "___id": "T000002R046923", "___s": true }, { "comment": "/**\r\n * The Camera horizontal zoom value. Change this value to zoom in, or out of, a Scene.\r\n *\r\n * A value of 0.5 would zoom the Camera out, so you can now see twice as much\r\n * of the Scene as before. A value of 2 would zoom the Camera in, so every pixel\r\n * now takes up 2 pixels when rendered.\r\n *\r\n * Set to 1 to return to the default zoom level.\r\n *\r\n * Be careful to never set this value to zero.\r\n *\r\n * @name Phaser.Cameras.Scene2D.BaseCamera#zoomX\r\n * @type {number}\r\n * @default 1\r\n * @since 3.50.0\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1829, + "lineno": 1771, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "zoomX", @@ -430360,16 +431235,16 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#zoomX", "inherited": true, - "___id": "T000002R046773", + "___id": "T000002R046924", "___s": true }, { "comment": "/**\r\n * The Camera vertical zoom value. Change this value to zoom in, or out of, a Scene.\r\n *\r\n * A value of 0.5 would zoom the Camera out, so you can now see twice as much\r\n * of the Scene as before. A value of 2 would zoom the Camera in, so every pixel\r\n * now takes up 2 pixels when rendered.\r\n *\r\n * Set to 1 to return to the default zoom level.\r\n *\r\n * Be careful to never set this value to zero.\r\n *\r\n * @name Phaser.Cameras.Scene2D.BaseCamera#zoomY\r\n * @type {number}\r\n * @default 1\r\n * @since 3.50.0\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1860, + "lineno": 1802, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "zoomY", @@ -430391,16 +431266,16 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#zoomY", "inherited": true, - "___id": "T000002R046774", + "___id": "T000002R046925", "___s": true }, { "comment": "/**\r\n * The horizontal position of the center of the Camera's viewport, relative to the left of the game canvas.\r\n *\r\n * @name Phaser.Cameras.Scene2D.BaseCamera#centerX\r\n * @type {number}\r\n * @readonly\r\n * @since 3.10.0\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1921, + "lineno": 1863, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "centerX", @@ -430422,16 +431297,16 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#centerX", "inherited": true, - "___id": "T000002R046776", + "___id": "T000002R046927", "___s": true }, { "comment": "/**\r\n * The vertical position of the center of the Camera's viewport, relative to the top of the game canvas.\r\n *\r\n * @name Phaser.Cameras.Scene2D.BaseCamera#centerY\r\n * @type {number}\r\n * @readonly\r\n * @since 3.10.0\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1938, + "lineno": 1880, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "centerY", @@ -430453,16 +431328,16 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#centerY", "inherited": true, - "___id": "T000002R046777", + "___id": "T000002R046928", "___s": true }, { "comment": "/**\r\n * The displayed width of the camera viewport, factoring in the camera zoom level.\r\n *\r\n * If a camera has a viewport width of 800 and a zoom of 0.5 then its display width\r\n * would be 1600, as it's displaying twice as many pixels as zoom level 1.\r\n *\r\n * Equally, a camera with a width of 800 and zoom of 2 would have a display width\r\n * of 400 pixels.\r\n *\r\n * @name Phaser.Cameras.Scene2D.BaseCamera#displayWidth\r\n * @type {number}\r\n * @readonly\r\n * @since 3.11.0\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1955, + "lineno": 1897, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "displayWidth", @@ -430484,16 +431359,16 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#displayWidth", "inherited": true, - "___id": "T000002R046778", + "___id": "T000002R046929", "___s": true }, { "comment": "/**\r\n * The displayed height of the camera viewport, factoring in the camera zoom level.\r\n *\r\n * If a camera has a viewport height of 600 and a zoom of 0.5 then its display height\r\n * would be 1200, as it's displaying twice as many pixels as zoom level 1.\r\n *\r\n * Equally, a camera with a height of 600 and zoom of 2 would have a display height\r\n * of 300 pixels.\r\n *\r\n * @name Phaser.Cameras.Scene2D.BaseCamera#displayHeight\r\n * @type {number}\r\n * @readonly\r\n * @since 3.11.0\r\n */", "meta": { "filename": "BaseCamera.js", - "lineno": 1978, + "lineno": 1920, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\cameras\\2d", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\cameras\\2d", "code": {} }, "name": "displayHeight", @@ -430515,7 +431390,7 @@ "scope": "instance", "inherits": "Phaser.Cameras.Scene2D.BaseCamera#displayHeight", "inherited": true, - "___id": "T000002R046779", + "___id": "T000002R046930", "___s": true }, { @@ -430524,7 +431399,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -430536,7 +431411,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R046780", + "___id": "T000002R046931", "___s": true }, { @@ -430545,7 +431420,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -430588,7 +431463,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R046781", + "___id": "T000002R046932", "___s": true }, { @@ -430597,7 +431472,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -430657,7 +431532,7 @@ "name": "event" } ], - "___id": "T000002R046782", + "___id": "T000002R046933", "___s": true }, { @@ -430666,7 +431541,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -430717,7 +431592,7 @@ "name": "event" } ], - "___id": "T000002R046783", + "___id": "T000002R046934", "___s": true }, { @@ -430726,7 +431601,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -430792,7 +431667,7 @@ "name": "args" } ], - "___id": "T000002R046784", + "___id": "T000002R046935", "___s": true }, { @@ -430801,7 +431676,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -430880,7 +431755,7 @@ "name": "context" } ], - "___id": "T000002R046785", + "___id": "T000002R046936", "___s": true }, { @@ -430889,7 +431764,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -430968,7 +431843,7 @@ "name": "context" } ], - "___id": "T000002R046786", + "___id": "T000002R046937", "___s": true }, { @@ -430977,7 +431852,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -431056,7 +431931,7 @@ "name": "context" } ], - "___id": "T000002R046787", + "___id": "T000002R046938", "___s": true }, { @@ -431065,7 +431940,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -431158,7 +432033,7 @@ "name": "once" } ], - "___id": "T000002R046788", + "___id": "T000002R046939", "___s": true }, { @@ -431167,7 +432042,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -431260,7 +432135,7 @@ "name": "once" } ], - "___id": "T000002R046789", + "___id": "T000002R046940", "___s": true }, { @@ -431269,7 +432144,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -431322,7 +432197,7 @@ "name": "event" } ], - "___id": "T000002R046790", + "___id": "T000002R046941", "___s": true }, { @@ -431331,7 +432206,7 @@ "filename": "Alpha.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -431358,7 +432233,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#clearAlpha", "inherited": true, - "___id": "T000002R046796", + "___id": "T000002R046947", "___s": true }, { @@ -431367,7 +432242,7 @@ "filename": "Alpha.js", "lineno": 167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopLeft", @@ -431395,7 +432270,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopLeft", "inherited": true, - "___id": "T000002R046797", + "___id": "T000002R046948", "___s": true }, { @@ -431404,7 +432279,7 @@ "filename": "Alpha.js", "lineno": 197, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopRight", @@ -431432,7 +432307,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopRight", "inherited": true, - "___id": "T000002R046798", + "___id": "T000002R046949", "___s": true }, { @@ -431441,7 +432316,7 @@ "filename": "Alpha.js", "lineno": 227, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomLeft", @@ -431469,7 +432344,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomLeft", "inherited": true, - "___id": "T000002R046799", + "___id": "T000002R046950", "___s": true }, { @@ -431478,7 +432353,7 @@ "filename": "Alpha.js", "lineno": 257, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomRight", @@ -431506,7 +432381,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomRight", "inherited": true, - "___id": "T000002R046800", + "___id": "T000002R046951", "___s": true }, { @@ -431515,7 +432390,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -431543,7 +432418,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R046802", + "___id": "T000002R046953", "___s": true }, { @@ -431552,7 +432427,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -431589,7 +432464,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R046803", + "___id": "T000002R046954", "___s": true }, { @@ -431598,7 +432473,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -431626,7 +432501,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R046804", + "___id": "T000002R046955", "___s": true }, { @@ -431635,7 +432510,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -431665,7 +432540,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R046805", + "___id": "T000002R046956", "___s": true }, { @@ -431674,7 +432549,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -431702,7 +432577,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R046806", + "___id": "T000002R046957", "___s": true }, { @@ -431711,7 +432586,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -431747,7 +432622,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#initPostPipeline", "inherited": true, - "___id": "T000002R046807", + "___id": "T000002R046958", "___s": true }, { @@ -431756,7 +432631,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -431891,7 +432766,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipeline", "inherited": true, - "___id": "T000002R046808", + "___id": "T000002R046959", "___s": true }, { @@ -431900,7 +432775,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -431963,7 +432838,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipelineData", "inherited": true, - "___id": "T000002R046809", + "___id": "T000002R046960", "___s": true }, { @@ -431972,7 +432847,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -432054,7 +432929,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#getPostPipeline", "inherited": true, - "___id": "T000002R046810", + "___id": "T000002R046961", "___s": true }, { @@ -432063,7 +432938,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -432099,7 +432974,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#resetPostPipeline", "inherited": true, - "___id": "T000002R046811", + "___id": "T000002R046962", "___s": true }, { @@ -432108,7 +432983,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -432167,7 +433042,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#removePostPipeline", "inherited": true, - "___id": "T000002R046812", + "___id": "T000002R046963", "___s": true }, { @@ -432176,7 +433051,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -432210,7 +433085,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R046813", + "___id": "T000002R046964", "___s": true }, { @@ -432219,7 +433094,7 @@ "filename": "Curve.js", "lineno": 31, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "type", @@ -432240,7 +433115,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#type", "inherited": true, - "___id": "T000002R046814", + "___id": "T000002R046965", "___s": true }, { @@ -432249,7 +433124,7 @@ "filename": "Curve.js", "lineno": 40, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "defaultDivisions", @@ -432271,7 +433146,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#defaultDivisions", "inherited": true, - "___id": "T000002R046815", + "___id": "T000002R046966", "___s": true }, { @@ -432280,7 +433155,7 @@ "filename": "Curve.js", "lineno": 50, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "arcLengthDivisions", @@ -432302,7 +433177,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#arcLengthDivisions", "inherited": true, - "___id": "T000002R046816", + "___id": "T000002R046967", "___s": true }, { @@ -432311,7 +433186,7 @@ "filename": "Curve.js", "lineno": 60, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "cacheArcLengths", @@ -432342,7 +433217,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#cacheArcLengths", "inherited": true, - "___id": "T000002R046817", + "___id": "T000002R046968", "___s": true }, { @@ -432351,7 +433226,7 @@ "filename": "Curve.js", "lineno": 70, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "needsUpdate", @@ -432373,7 +433248,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#needsUpdate", "inherited": true, - "___id": "T000002R046818", + "___id": "T000002R046969", "___s": true }, { @@ -432382,7 +433257,7 @@ "filename": "Curve.js", "lineno": 80, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "active", @@ -432404,7 +433279,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#active", "inherited": true, - "___id": "T000002R046819", + "___id": "T000002R046970", "___s": true }, { @@ -432413,7 +433288,7 @@ "filename": "Curve.js", "lineno": 135, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getBounds", @@ -432470,7 +433345,7 @@ ], "inherits": "Phaser.Curves.Curve#getBounds", "inherited": true, - "___id": "T000002R046822", + "___id": "T000002R046973", "___s": true }, { @@ -432479,7 +433354,7 @@ "filename": "Curve.js", "lineno": 169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getDistancePoints", @@ -432529,7 +433404,7 @@ ], "inherits": "Phaser.Curves.Curve#getDistancePoints", "inherited": true, - "___id": "T000002R046823", + "___id": "T000002R046974", "___s": true }, { @@ -432538,7 +433413,7 @@ "filename": "Curve.js", "lineno": 189, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getEndPoint", @@ -432580,7 +433455,7 @@ ], "inherits": "Phaser.Curves.Curve#getEndPoint", "inherited": true, - "___id": "T000002R046824", + "___id": "T000002R046975", "___s": true }, { @@ -432589,7 +433464,7 @@ "filename": "Curve.js", "lineno": 206, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getLength", @@ -432615,7 +433490,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#getLength", "inherited": true, - "___id": "T000002R046825", + "___id": "T000002R046976", "___s": true }, { @@ -432624,7 +433499,7 @@ "filename": "Curve.js", "lineno": 222, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getLengths", @@ -432675,7 +433550,7 @@ ], "inherits": "Phaser.Curves.Curve#getLengths", "inherited": true, - "___id": "T000002R046826", + "___id": "T000002R046977", "___s": true }, { @@ -432684,7 +433559,7 @@ "filename": "Curve.js", "lineno": 278, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getPointAt", @@ -432747,7 +433622,7 @@ ], "inherits": "Phaser.Curves.Curve#getPointAt", "inherited": true, - "___id": "T000002R046827", + "___id": "T000002R046978", "___s": true }, { @@ -432756,7 +433631,7 @@ "filename": "Curve.js", "lineno": 300, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getPoints", @@ -432872,7 +433747,7 @@ ], "inherits": "Phaser.Curves.Curve#getPoints", "inherited": true, - "___id": "T000002R046828", + "___id": "T000002R046979", "___s": true }, { @@ -432881,7 +433756,7 @@ "filename": "Curve.js", "lineno": 349, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getRandomPoint", @@ -432931,7 +433806,7 @@ ], "inherits": "Phaser.Curves.Curve#getRandomPoint", "inherited": true, - "___id": "T000002R046829", + "___id": "T000002R046980", "___s": true }, { @@ -432940,7 +433815,7 @@ "filename": "Curve.js", "lineno": 370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getSpacedPoints", @@ -433039,7 +433914,7 @@ ], "inherits": "Phaser.Curves.Curve#getSpacedPoints", "inherited": true, - "___id": "T000002R046830", + "___id": "T000002R046981", "___s": true }, { @@ -433048,7 +433923,7 @@ "filename": "Curve.js", "lineno": 430, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getTangent", @@ -433111,7 +433986,7 @@ ], "inherits": "Phaser.Curves.Curve#getTangent", "inherited": true, - "___id": "T000002R046831", + "___id": "T000002R046982", "___s": true }, { @@ -433120,7 +433995,7 @@ "filename": "Curve.js", "lineno": 472, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getTangentAt", @@ -433183,7 +434058,7 @@ ], "inherits": "Phaser.Curves.Curve#getTangentAt", "inherited": true, - "___id": "T000002R046832", + "___id": "T000002R046983", "___s": true }, { @@ -433192,7 +434067,7 @@ "filename": "Curve.js", "lineno": 492, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getTFromDistance", @@ -433247,7 +434122,7 @@ ], "inherits": "Phaser.Curves.Curve#getTFromDistance", "inherited": true, - "___id": "T000002R046833", + "___id": "T000002R046984", "___s": true }, { @@ -433256,7 +434131,7 @@ "filename": "Curve.js", "lineno": 513, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getUtoTmapping", @@ -433324,7 +434199,7 @@ ], "inherits": "Phaser.Curves.Curve#getUtoTmapping", "inherited": true, - "___id": "T000002R046834", + "___id": "T000002R046985", "___s": true }, { @@ -433333,7 +434208,7 @@ "filename": "Curve.js", "lineno": 594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "updateArcLengths", @@ -433348,7 +434223,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#updateArcLengths", "inherited": true, - "___id": "T000002R046835", + "___id": "T000002R046986", "___s": true }, { @@ -433357,7 +434232,7 @@ "filename": "Curve.js", "lineno": 31, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "type", @@ -433378,7 +434253,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#type", "inherited": true, - "___id": "T000002R046836", + "___id": "T000002R046987", "___s": true }, { @@ -433387,7 +434262,7 @@ "filename": "Curve.js", "lineno": 40, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "defaultDivisions", @@ -433409,7 +434284,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#defaultDivisions", "inherited": true, - "___id": "T000002R046837", + "___id": "T000002R046988", "___s": true }, { @@ -433418,7 +434293,7 @@ "filename": "Curve.js", "lineno": 50, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "arcLengthDivisions", @@ -433440,7 +434315,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#arcLengthDivisions", "inherited": true, - "___id": "T000002R046838", + "___id": "T000002R046989", "___s": true }, { @@ -433449,7 +434324,7 @@ "filename": "Curve.js", "lineno": 60, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "cacheArcLengths", @@ -433480,7 +434355,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#cacheArcLengths", "inherited": true, - "___id": "T000002R046839", + "___id": "T000002R046990", "___s": true }, { @@ -433489,7 +434364,7 @@ "filename": "Curve.js", "lineno": 70, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "needsUpdate", @@ -433511,7 +434386,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#needsUpdate", "inherited": true, - "___id": "T000002R046840", + "___id": "T000002R046991", "___s": true }, { @@ -433520,7 +434395,7 @@ "filename": "Curve.js", "lineno": 80, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "active", @@ -433542,7 +434417,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#active", "inherited": true, - "___id": "T000002R046841", + "___id": "T000002R046992", "___s": true }, { @@ -433551,7 +434426,7 @@ "filename": "Curve.js", "lineno": 111, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "draw", @@ -433615,7 +434490,7 @@ ], "inherits": "Phaser.Curves.Curve#draw", "inherited": true, - "___id": "T000002R046844", + "___id": "T000002R046995", "___s": true }, { @@ -433624,7 +434499,7 @@ "filename": "Curve.js", "lineno": 135, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getBounds", @@ -433681,7 +434556,7 @@ ], "inherits": "Phaser.Curves.Curve#getBounds", "inherited": true, - "___id": "T000002R046845", + "___id": "T000002R046996", "___s": true }, { @@ -433690,7 +434565,7 @@ "filename": "Curve.js", "lineno": 169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getDistancePoints", @@ -433740,7 +434615,7 @@ ], "inherits": "Phaser.Curves.Curve#getDistancePoints", "inherited": true, - "___id": "T000002R046846", + "___id": "T000002R046997", "___s": true }, { @@ -433749,7 +434624,7 @@ "filename": "Curve.js", "lineno": 189, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getEndPoint", @@ -433791,7 +434666,7 @@ ], "inherits": "Phaser.Curves.Curve#getEndPoint", "inherited": true, - "___id": "T000002R046847", + "___id": "T000002R046998", "___s": true }, { @@ -433800,7 +434675,7 @@ "filename": "Curve.js", "lineno": 206, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getLength", @@ -433826,7 +434701,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#getLength", "inherited": true, - "___id": "T000002R046848", + "___id": "T000002R046999", "___s": true }, { @@ -433835,7 +434710,7 @@ "filename": "Curve.js", "lineno": 222, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getLengths", @@ -433886,7 +434761,7 @@ ], "inherits": "Phaser.Curves.Curve#getLengths", "inherited": true, - "___id": "T000002R046849", + "___id": "T000002R047000", "___s": true }, { @@ -433895,7 +434770,7 @@ "filename": "Curve.js", "lineno": 278, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getPointAt", @@ -433958,7 +434833,7 @@ ], "inherits": "Phaser.Curves.Curve#getPointAt", "inherited": true, - "___id": "T000002R046850", + "___id": "T000002R047001", "___s": true }, { @@ -433967,7 +434842,7 @@ "filename": "Curve.js", "lineno": 300, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getPoints", @@ -434083,7 +434958,7 @@ ], "inherits": "Phaser.Curves.Curve#getPoints", "inherited": true, - "___id": "T000002R046851", + "___id": "T000002R047002", "___s": true }, { @@ -434092,7 +434967,7 @@ "filename": "Curve.js", "lineno": 349, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getRandomPoint", @@ -434142,7 +435017,7 @@ ], "inherits": "Phaser.Curves.Curve#getRandomPoint", "inherited": true, - "___id": "T000002R046852", + "___id": "T000002R047003", "___s": true }, { @@ -434151,7 +435026,7 @@ "filename": "Curve.js", "lineno": 370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getSpacedPoints", @@ -434250,7 +435125,7 @@ ], "inherits": "Phaser.Curves.Curve#getSpacedPoints", "inherited": true, - "___id": "T000002R046853", + "___id": "T000002R047004", "___s": true }, { @@ -434259,7 +435134,7 @@ "filename": "Curve.js", "lineno": 430, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getTangent", @@ -434322,7 +435197,7 @@ ], "inherits": "Phaser.Curves.Curve#getTangent", "inherited": true, - "___id": "T000002R046854", + "___id": "T000002R047005", "___s": true }, { @@ -434331,7 +435206,7 @@ "filename": "Curve.js", "lineno": 472, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getTangentAt", @@ -434394,7 +435269,7 @@ ], "inherits": "Phaser.Curves.Curve#getTangentAt", "inherited": true, - "___id": "T000002R046855", + "___id": "T000002R047006", "___s": true }, { @@ -434403,7 +435278,7 @@ "filename": "Curve.js", "lineno": 492, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getTFromDistance", @@ -434458,7 +435333,7 @@ ], "inherits": "Phaser.Curves.Curve#getTFromDistance", "inherited": true, - "___id": "T000002R046856", + "___id": "T000002R047007", "___s": true }, { @@ -434467,7 +435342,7 @@ "filename": "Curve.js", "lineno": 513, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getUtoTmapping", @@ -434535,7 +435410,7 @@ ], "inherits": "Phaser.Curves.Curve#getUtoTmapping", "inherited": true, - "___id": "T000002R046857", + "___id": "T000002R047008", "___s": true }, { @@ -434544,7 +435419,7 @@ "filename": "Curve.js", "lineno": 594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "updateArcLengths", @@ -434559,7 +435434,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#updateArcLengths", "inherited": true, - "___id": "T000002R046858", + "___id": "T000002R047009", "___s": true }, { @@ -434568,7 +435443,7 @@ "filename": "Curve.js", "lineno": 31, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "type", @@ -434589,7 +435464,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#type", "inherited": true, - "___id": "T000002R046859", + "___id": "T000002R047010", "___s": true }, { @@ -434598,7 +435473,7 @@ "filename": "Curve.js", "lineno": 40, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "defaultDivisions", @@ -434620,7 +435495,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#defaultDivisions", "inherited": true, - "___id": "T000002R046860", + "___id": "T000002R047011", "___s": true }, { @@ -434629,7 +435504,7 @@ "filename": "Curve.js", "lineno": 60, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "cacheArcLengths", @@ -434660,7 +435535,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#cacheArcLengths", "inherited": true, - "___id": "T000002R046861", + "___id": "T000002R047012", "___s": true }, { @@ -434669,7 +435544,7 @@ "filename": "Curve.js", "lineno": 70, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "needsUpdate", @@ -434691,7 +435566,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#needsUpdate", "inherited": true, - "___id": "T000002R046862", + "___id": "T000002R047013", "___s": true }, { @@ -434700,7 +435575,7 @@ "filename": "Curve.js", "lineno": 80, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "active", @@ -434722,7 +435597,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#active", "inherited": true, - "___id": "T000002R046863", + "___id": "T000002R047014", "___s": true }, { @@ -434731,7 +435606,7 @@ "filename": "Curve.js", "lineno": 169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getDistancePoints", @@ -434781,7 +435656,7 @@ ], "inherits": "Phaser.Curves.Curve#getDistancePoints", "inherited": true, - "___id": "T000002R046866", + "___id": "T000002R047017", "___s": true }, { @@ -434790,7 +435665,7 @@ "filename": "Curve.js", "lineno": 189, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getEndPoint", @@ -434832,7 +435707,7 @@ ], "inherits": "Phaser.Curves.Curve#getEndPoint", "inherited": true, - "___id": "T000002R046867", + "___id": "T000002R047018", "___s": true }, { @@ -434841,7 +435716,7 @@ "filename": "Curve.js", "lineno": 206, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getLength", @@ -434867,7 +435742,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#getLength", "inherited": true, - "___id": "T000002R046868", + "___id": "T000002R047019", "___s": true }, { @@ -434876,7 +435751,7 @@ "filename": "Curve.js", "lineno": 222, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getLengths", @@ -434927,7 +435802,7 @@ ], "inherits": "Phaser.Curves.Curve#getLengths", "inherited": true, - "___id": "T000002R046869", + "___id": "T000002R047020", "___s": true }, { @@ -434936,7 +435811,7 @@ "filename": "Curve.js", "lineno": 300, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getPoints", @@ -435052,7 +435927,7 @@ ], "inherits": "Phaser.Curves.Curve#getPoints", "inherited": true, - "___id": "T000002R046870", + "___id": "T000002R047021", "___s": true }, { @@ -435061,7 +435936,7 @@ "filename": "Curve.js", "lineno": 349, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getRandomPoint", @@ -435111,7 +435986,7 @@ ], "inherits": "Phaser.Curves.Curve#getRandomPoint", "inherited": true, - "___id": "T000002R046871", + "___id": "T000002R047022", "___s": true }, { @@ -435120,7 +435995,7 @@ "filename": "Curve.js", "lineno": 370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getSpacedPoints", @@ -435219,7 +436094,7 @@ ], "inherits": "Phaser.Curves.Curve#getSpacedPoints", "inherited": true, - "___id": "T000002R046872", + "___id": "T000002R047023", "___s": true }, { @@ -435228,7 +436103,7 @@ "filename": "Curve.js", "lineno": 472, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getTangentAt", @@ -435291,7 +436166,7 @@ ], "inherits": "Phaser.Curves.Curve#getTangentAt", "inherited": true, - "___id": "T000002R046873", + "___id": "T000002R047024", "___s": true }, { @@ -435300,7 +436175,7 @@ "filename": "Curve.js", "lineno": 492, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getTFromDistance", @@ -435355,7 +436230,7 @@ ], "inherits": "Phaser.Curves.Curve#getTFromDistance", "inherited": true, - "___id": "T000002R046874", + "___id": "T000002R047025", "___s": true }, { @@ -435364,7 +436239,7 @@ "filename": "Curve.js", "lineno": 594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "updateArcLengths", @@ -435379,7 +436254,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#updateArcLengths", "inherited": true, - "___id": "T000002R046875", + "___id": "T000002R047026", "___s": true }, { @@ -435388,7 +436263,7 @@ "filename": "Curve.js", "lineno": 31, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "type", @@ -435409,7 +436284,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#type", "inherited": true, - "___id": "T000002R046876", + "___id": "T000002R047027", "___s": true }, { @@ -435418,7 +436293,7 @@ "filename": "Curve.js", "lineno": 40, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "defaultDivisions", @@ -435440,7 +436315,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#defaultDivisions", "inherited": true, - "___id": "T000002R046877", + "___id": "T000002R047028", "___s": true }, { @@ -435449,7 +436324,7 @@ "filename": "Curve.js", "lineno": 50, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "arcLengthDivisions", @@ -435471,7 +436346,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#arcLengthDivisions", "inherited": true, - "___id": "T000002R046878", + "___id": "T000002R047029", "___s": true }, { @@ -435480,7 +436355,7 @@ "filename": "Curve.js", "lineno": 60, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "cacheArcLengths", @@ -435511,7 +436386,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#cacheArcLengths", "inherited": true, - "___id": "T000002R046879", + "___id": "T000002R047030", "___s": true }, { @@ -435520,7 +436395,7 @@ "filename": "Curve.js", "lineno": 70, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "needsUpdate", @@ -435542,7 +436417,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#needsUpdate", "inherited": true, - "___id": "T000002R046880", + "___id": "T000002R047031", "___s": true }, { @@ -435551,7 +436426,7 @@ "filename": "Curve.js", "lineno": 80, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "active", @@ -435573,7 +436448,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#active", "inherited": true, - "___id": "T000002R046881", + "___id": "T000002R047032", "___s": true }, { @@ -435582,7 +436457,7 @@ "filename": "Curve.js", "lineno": 135, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getBounds", @@ -435639,7 +436514,7 @@ ], "inherits": "Phaser.Curves.Curve#getBounds", "inherited": true, - "___id": "T000002R046884", + "___id": "T000002R047035", "___s": true }, { @@ -435648,7 +436523,7 @@ "filename": "Curve.js", "lineno": 169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getDistancePoints", @@ -435698,7 +436573,7 @@ ], "inherits": "Phaser.Curves.Curve#getDistancePoints", "inherited": true, - "___id": "T000002R046885", + "___id": "T000002R047036", "___s": true }, { @@ -435707,7 +436582,7 @@ "filename": "Curve.js", "lineno": 189, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getEndPoint", @@ -435749,7 +436624,7 @@ ], "inherits": "Phaser.Curves.Curve#getEndPoint", "inherited": true, - "___id": "T000002R046886", + "___id": "T000002R047037", "___s": true }, { @@ -435758,7 +436633,7 @@ "filename": "Curve.js", "lineno": 206, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getLength", @@ -435784,7 +436659,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#getLength", "inherited": true, - "___id": "T000002R046887", + "___id": "T000002R047038", "___s": true }, { @@ -435793,7 +436668,7 @@ "filename": "Curve.js", "lineno": 222, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getLengths", @@ -435844,7 +436719,7 @@ ], "inherits": "Phaser.Curves.Curve#getLengths", "inherited": true, - "___id": "T000002R046888", + "___id": "T000002R047039", "___s": true }, { @@ -435853,7 +436728,7 @@ "filename": "Curve.js", "lineno": 278, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getPointAt", @@ -435916,7 +436791,7 @@ ], "inherits": "Phaser.Curves.Curve#getPointAt", "inherited": true, - "___id": "T000002R046889", + "___id": "T000002R047040", "___s": true }, { @@ -435925,7 +436800,7 @@ "filename": "Curve.js", "lineno": 300, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getPoints", @@ -436041,7 +436916,7 @@ ], "inherits": "Phaser.Curves.Curve#getPoints", "inherited": true, - "___id": "T000002R046890", + "___id": "T000002R047041", "___s": true }, { @@ -436050,7 +436925,7 @@ "filename": "Curve.js", "lineno": 349, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getRandomPoint", @@ -436100,7 +436975,7 @@ ], "inherits": "Phaser.Curves.Curve#getRandomPoint", "inherited": true, - "___id": "T000002R046891", + "___id": "T000002R047042", "___s": true }, { @@ -436109,7 +436984,7 @@ "filename": "Curve.js", "lineno": 370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getSpacedPoints", @@ -436208,7 +437083,7 @@ ], "inherits": "Phaser.Curves.Curve#getSpacedPoints", "inherited": true, - "___id": "T000002R046892", + "___id": "T000002R047043", "___s": true }, { @@ -436217,7 +437092,7 @@ "filename": "Curve.js", "lineno": 430, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getTangent", @@ -436280,7 +437155,7 @@ ], "inherits": "Phaser.Curves.Curve#getTangent", "inherited": true, - "___id": "T000002R046893", + "___id": "T000002R047044", "___s": true }, { @@ -436289,7 +437164,7 @@ "filename": "Curve.js", "lineno": 472, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getTangentAt", @@ -436352,7 +437227,7 @@ ], "inherits": "Phaser.Curves.Curve#getTangentAt", "inherited": true, - "___id": "T000002R046894", + "___id": "T000002R047045", "___s": true }, { @@ -436361,7 +437236,7 @@ "filename": "Curve.js", "lineno": 492, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getTFromDistance", @@ -436416,7 +437291,7 @@ ], "inherits": "Phaser.Curves.Curve#getTFromDistance", "inherited": true, - "___id": "T000002R046895", + "___id": "T000002R047046", "___s": true }, { @@ -436425,7 +437300,7 @@ "filename": "Curve.js", "lineno": 513, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getUtoTmapping", @@ -436493,7 +437368,7 @@ ], "inherits": "Phaser.Curves.Curve#getUtoTmapping", "inherited": true, - "___id": "T000002R046896", + "___id": "T000002R047047", "___s": true }, { @@ -436502,7 +437377,7 @@ "filename": "Curve.js", "lineno": 594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "updateArcLengths", @@ -436517,7 +437392,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#updateArcLengths", "inherited": true, - "___id": "T000002R046897", + "___id": "T000002R047048", "___s": true }, { @@ -436526,7 +437401,7 @@ "filename": "Curve.js", "lineno": 31, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "type", @@ -436547,7 +437422,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#type", "inherited": true, - "___id": "T000002R046898", + "___id": "T000002R047049", "___s": true }, { @@ -436556,7 +437431,7 @@ "filename": "Curve.js", "lineno": 40, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "defaultDivisions", @@ -436578,7 +437453,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#defaultDivisions", "inherited": true, - "___id": "T000002R046899", + "___id": "T000002R047050", "___s": true }, { @@ -436587,7 +437462,7 @@ "filename": "Curve.js", "lineno": 50, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "arcLengthDivisions", @@ -436609,7 +437484,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#arcLengthDivisions", "inherited": true, - "___id": "T000002R046900", + "___id": "T000002R047051", "___s": true }, { @@ -436618,7 +437493,7 @@ "filename": "Curve.js", "lineno": 60, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "cacheArcLengths", @@ -436649,7 +437524,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#cacheArcLengths", "inherited": true, - "___id": "T000002R046901", + "___id": "T000002R047052", "___s": true }, { @@ -436658,7 +437533,7 @@ "filename": "Curve.js", "lineno": 70, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "needsUpdate", @@ -436680,7 +437555,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#needsUpdate", "inherited": true, - "___id": "T000002R046902", + "___id": "T000002R047053", "___s": true }, { @@ -436689,7 +437564,7 @@ "filename": "Curve.js", "lineno": 80, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "active", @@ -436711,7 +437586,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#active", "inherited": true, - "___id": "T000002R046903", + "___id": "T000002R047054", "___s": true }, { @@ -436720,7 +437595,7 @@ "filename": "Curve.js", "lineno": 111, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "draw", @@ -436784,7 +437659,7 @@ ], "inherits": "Phaser.Curves.Curve#draw", "inherited": true, - "___id": "T000002R046906", + "___id": "T000002R047057", "___s": true }, { @@ -436793,7 +437668,7 @@ "filename": "Curve.js", "lineno": 135, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getBounds", @@ -436850,7 +437725,7 @@ ], "inherits": "Phaser.Curves.Curve#getBounds", "inherited": true, - "___id": "T000002R046907", + "___id": "T000002R047058", "___s": true }, { @@ -436859,7 +437734,7 @@ "filename": "Curve.js", "lineno": 169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getDistancePoints", @@ -436909,7 +437784,7 @@ ], "inherits": "Phaser.Curves.Curve#getDistancePoints", "inherited": true, - "___id": "T000002R046908", + "___id": "T000002R047059", "___s": true }, { @@ -436918,7 +437793,7 @@ "filename": "Curve.js", "lineno": 189, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getEndPoint", @@ -436960,7 +437835,7 @@ ], "inherits": "Phaser.Curves.Curve#getEndPoint", "inherited": true, - "___id": "T000002R046909", + "___id": "T000002R047060", "___s": true }, { @@ -436969,7 +437844,7 @@ "filename": "Curve.js", "lineno": 206, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getLength", @@ -436995,7 +437870,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#getLength", "inherited": true, - "___id": "T000002R046910", + "___id": "T000002R047061", "___s": true }, { @@ -437004,7 +437879,7 @@ "filename": "Curve.js", "lineno": 222, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getLengths", @@ -437055,7 +437930,7 @@ ], "inherits": "Phaser.Curves.Curve#getLengths", "inherited": true, - "___id": "T000002R046911", + "___id": "T000002R047062", "___s": true }, { @@ -437064,7 +437939,7 @@ "filename": "Curve.js", "lineno": 278, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getPointAt", @@ -437127,7 +438002,7 @@ ], "inherits": "Phaser.Curves.Curve#getPointAt", "inherited": true, - "___id": "T000002R046912", + "___id": "T000002R047063", "___s": true }, { @@ -437136,7 +438011,7 @@ "filename": "Curve.js", "lineno": 300, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getPoints", @@ -437252,7 +438127,7 @@ ], "inherits": "Phaser.Curves.Curve#getPoints", "inherited": true, - "___id": "T000002R046913", + "___id": "T000002R047064", "___s": true }, { @@ -437261,7 +438136,7 @@ "filename": "Curve.js", "lineno": 349, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getRandomPoint", @@ -437311,7 +438186,7 @@ ], "inherits": "Phaser.Curves.Curve#getRandomPoint", "inherited": true, - "___id": "T000002R046914", + "___id": "T000002R047065", "___s": true }, { @@ -437320,7 +438195,7 @@ "filename": "Curve.js", "lineno": 370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getSpacedPoints", @@ -437419,7 +438294,7 @@ ], "inherits": "Phaser.Curves.Curve#getSpacedPoints", "inherited": true, - "___id": "T000002R046915", + "___id": "T000002R047066", "___s": true }, { @@ -437428,7 +438303,7 @@ "filename": "Curve.js", "lineno": 430, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getTangent", @@ -437491,7 +438366,7 @@ ], "inherits": "Phaser.Curves.Curve#getTangent", "inherited": true, - "___id": "T000002R046916", + "___id": "T000002R047067", "___s": true }, { @@ -437500,7 +438375,7 @@ "filename": "Curve.js", "lineno": 472, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getTangentAt", @@ -437563,7 +438438,7 @@ ], "inherits": "Phaser.Curves.Curve#getTangentAt", "inherited": true, - "___id": "T000002R046917", + "___id": "T000002R047068", "___s": true }, { @@ -437572,7 +438447,7 @@ "filename": "Curve.js", "lineno": 492, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getTFromDistance", @@ -437627,7 +438502,7 @@ ], "inherits": "Phaser.Curves.Curve#getTFromDistance", "inherited": true, - "___id": "T000002R046918", + "___id": "T000002R047069", "___s": true }, { @@ -437636,7 +438511,7 @@ "filename": "Curve.js", "lineno": 513, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "getUtoTmapping", @@ -437704,7 +438579,7 @@ ], "inherits": "Phaser.Curves.Curve#getUtoTmapping", "inherited": true, - "___id": "T000002R046919", + "___id": "T000002R047070", "___s": true }, { @@ -437713,7 +438588,7 @@ "filename": "Curve.js", "lineno": 594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\curves", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\curves", "code": {} }, "name": "updateArcLengths", @@ -437728,7 +438603,7 @@ "scope": "instance", "inherits": "Phaser.Curves.Curve#updateArcLengths", "inherited": true, - "___id": "T000002R046920", + "___id": "T000002R047071", "___s": true }, { @@ -437737,7 +438612,7 @@ "filename": "DataManager.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "name": "parent", @@ -437757,7 +438632,7 @@ "scope": "instance", "inherits": "Phaser.Data.DataManager#parent", "inherited": true, - "___id": "T000002R046921", + "___id": "T000002R047072", "___s": true }, { @@ -437766,7 +438641,7 @@ "filename": "DataManager.js", "lineno": 48, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "name": "events", @@ -437787,7 +438662,7 @@ "scope": "instance", "inherits": "Phaser.Data.DataManager#events", "inherited": true, - "___id": "T000002R046922", + "___id": "T000002R047073", "___s": true }, { @@ -437796,7 +438671,7 @@ "filename": "DataManager.js", "lineno": 62, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "name": "list", @@ -437830,7 +438705,7 @@ "scope": "instance", "inherits": "Phaser.Data.DataManager#list", "inherited": true, - "___id": "T000002R046923", + "___id": "T000002R047074", "___s": true }, { @@ -437839,7 +438714,7 @@ "filename": "DataManager.js", "lineno": 72, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "name": "values", @@ -437873,7 +438748,7 @@ "scope": "instance", "inherits": "Phaser.Data.DataManager#values", "inherited": true, - "___id": "T000002R046924", + "___id": "T000002R047075", "___s": true }, { @@ -437882,7 +438757,7 @@ "filename": "DataManager.js", "lineno": 116, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "name": "get", @@ -437941,7 +438816,7 @@ ], "inherits": "Phaser.Data.DataManager#get", "inherited": true, - "___id": "T000002R046926", + "___id": "T000002R047077", "___s": true }, { @@ -437950,7 +438825,7 @@ "filename": "DataManager.js", "lineno": 167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "name": "getAll", @@ -437988,7 +438863,7 @@ "scope": "instance", "inherits": "Phaser.Data.DataManager#getAll", "inherited": true, - "___id": "T000002R046927", + "___id": "T000002R047078", "___s": true }, { @@ -437997,7 +438872,7 @@ "filename": "DataManager.js", "lineno": 190, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "name": "query", @@ -438050,7 +438925,7 @@ ], "inherits": "Phaser.Data.DataManager#query", "inherited": true, - "___id": "T000002R046928", + "___id": "T000002R047079", "___s": true }, { @@ -438059,7 +438934,7 @@ "filename": "DataManager.js", "lineno": 215, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "name": "set", @@ -438143,7 +439018,7 @@ ], "inherits": "Phaser.Data.DataManager#set", "inherited": true, - "___id": "T000002R046929", + "___id": "T000002R047080", "___s": true }, { @@ -438152,7 +439027,7 @@ "filename": "DataManager.js", "lineno": 285, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "name": "inc", @@ -438214,7 +439089,7 @@ ], "inherits": "Phaser.Data.DataManager#inc", "inherited": true, - "___id": "T000002R046930", + "___id": "T000002R047081", "___s": true }, { @@ -438223,7 +439098,7 @@ "filename": "DataManager.js", "lineno": 325, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "name": "toggle", @@ -438270,7 +439145,7 @@ ], "inherits": "Phaser.Data.DataManager#toggle", "inherited": true, - "___id": "T000002R046931", + "___id": "T000002R047082", "___s": true }, { @@ -438279,7 +439154,7 @@ "filename": "DataManager.js", "lineno": 419, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "name": "each", @@ -438349,7 +439224,7 @@ ], "inherits": "Phaser.Data.DataManager#each", "inherited": true, - "___id": "T000002R046933", + "___id": "T000002R047084", "___s": true }, { @@ -438358,7 +439233,7 @@ "filename": "DataManager.js", "lineno": 451, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "name": "merge", @@ -438432,7 +439307,7 @@ ], "inherits": "Phaser.Data.DataManager#merge", "inherited": true, - "___id": "T000002R046934", + "___id": "T000002R047085", "___s": true }, { @@ -438441,7 +439316,7 @@ "filename": "DataManager.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "name": "remove", @@ -438505,7 +439380,7 @@ ], "inherits": "Phaser.Data.DataManager#remove", "inherited": true, - "___id": "T000002R046935", + "___id": "T000002R047086", "___s": true }, { @@ -438514,7 +439389,7 @@ "filename": "DataManager.js", "lineno": 553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "name": "pop", @@ -438557,7 +439432,7 @@ ], "inherits": "Phaser.Data.DataManager#pop", "inherited": true, - "___id": "T000002R046937", + "___id": "T000002R047088", "___s": true }, { @@ -438566,7 +439441,7 @@ "filename": "DataManager.js", "lineno": 581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "name": "has", @@ -438607,7 +439482,7 @@ ], "inherits": "Phaser.Data.DataManager#has", "inherited": true, - "___id": "T000002R046938", + "___id": "T000002R047089", "___s": true }, { @@ -438616,7 +439491,7 @@ "filename": "DataManager.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "name": "setFreeze", @@ -438658,7 +439533,7 @@ ], "inherits": "Phaser.Data.DataManager#setFreeze", "inherited": true, - "___id": "T000002R046939", + "___id": "T000002R047090", "___s": true }, { @@ -438667,7 +439542,7 @@ "filename": "DataManager.js", "lineno": 617, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "name": "reset", @@ -438694,7 +439569,7 @@ "scope": "instance", "inherits": "Phaser.Data.DataManager#reset", "inherited": true, - "___id": "T000002R046940", + "___id": "T000002R047091", "___s": true }, { @@ -438703,7 +439578,7 @@ "filename": "DataManager.js", "lineno": 655, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "name": "freeze", @@ -438724,7 +439599,7 @@ "scope": "instance", "inherits": "Phaser.Data.DataManager#freeze", "inherited": true, - "___id": "T000002R046941", + "___id": "T000002R047092", "___s": true }, { @@ -438733,7 +439608,7 @@ "filename": "DataManager.js", "lineno": 677, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\data", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\data", "code": {} }, "name": "count", @@ -438754,7 +439629,7 @@ "scope": "instance", "inherits": "Phaser.Data.DataManager#count", "inherited": true, - "___id": "T000002R046942", + "___id": "T000002R047093", "___s": true }, { @@ -438763,7 +439638,7 @@ "filename": "Controller.js", "lineno": 29, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "type", @@ -438784,7 +439659,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#type", "inherited": true, - "___id": "T000002R046943", + "___id": "T000002R047094", "___s": true }, { @@ -438793,7 +439668,7 @@ "filename": "Controller.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "gameObject", @@ -438814,7 +439689,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#gameObject", "inherited": true, - "___id": "T000002R046944", + "___id": "T000002R047095", "___s": true }, { @@ -438823,7 +439698,7 @@ "filename": "Controller.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "active", @@ -438844,7 +439719,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#active", "inherited": true, - "___id": "T000002R046945", + "___id": "T000002R047096", "___s": true }, { @@ -438853,7 +439728,7 @@ "filename": "Controller.js", "lineno": 62, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "setActive", @@ -438895,7 +439770,7 @@ ], "inherits": "Phaser.FX.Controller#setActive", "inherited": true, - "___id": "T000002R046946", + "___id": "T000002R047097", "___s": true }, { @@ -438904,7 +439779,7 @@ "filename": "Controller.js", "lineno": 81, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "destroy", @@ -438916,7 +439791,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#destroy", "inherited": true, - "___id": "T000002R046947", + "___id": "T000002R047098", "___s": true }, { @@ -438925,7 +439800,7 @@ "filename": "Controller.js", "lineno": 29, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "type", @@ -438946,7 +439821,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#type", "inherited": true, - "___id": "T000002R046948", + "___id": "T000002R047099", "___s": true }, { @@ -438955,7 +439830,7 @@ "filename": "Controller.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "gameObject", @@ -438976,7 +439851,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#gameObject", "inherited": true, - "___id": "T000002R046949", + "___id": "T000002R047100", "___s": true }, { @@ -438985,7 +439860,7 @@ "filename": "Controller.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "active", @@ -439006,7 +439881,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#active", "inherited": true, - "___id": "T000002R046950", + "___id": "T000002R047101", "___s": true }, { @@ -439015,7 +439890,7 @@ "filename": "Controller.js", "lineno": 62, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "setActive", @@ -439057,7 +439932,7 @@ ], "inherits": "Phaser.FX.Controller#setActive", "inherited": true, - "___id": "T000002R046951", + "___id": "T000002R047102", "___s": true }, { @@ -439066,7 +439941,7 @@ "filename": "Controller.js", "lineno": 81, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "destroy", @@ -439078,7 +439953,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#destroy", "inherited": true, - "___id": "T000002R046952", + "___id": "T000002R047103", "___s": true }, { @@ -439087,7 +439962,7 @@ "filename": "Controller.js", "lineno": 29, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "type", @@ -439108,7 +439983,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#type", "inherited": true, - "___id": "T000002R046953", + "___id": "T000002R047104", "___s": true }, { @@ -439117,7 +439992,7 @@ "filename": "Controller.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "gameObject", @@ -439138,7 +440013,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#gameObject", "inherited": true, - "___id": "T000002R046954", + "___id": "T000002R047105", "___s": true }, { @@ -439147,7 +440022,7 @@ "filename": "Controller.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "active", @@ -439168,7 +440043,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#active", "inherited": true, - "___id": "T000002R046955", + "___id": "T000002R047106", "___s": true }, { @@ -439177,7 +440052,7 @@ "filename": "Controller.js", "lineno": 62, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "setActive", @@ -439219,7 +440094,7 @@ ], "inherits": "Phaser.FX.Controller#setActive", "inherited": true, - "___id": "T000002R046956", + "___id": "T000002R047107", "___s": true }, { @@ -439228,7 +440103,7 @@ "filename": "Controller.js", "lineno": 81, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "destroy", @@ -439240,7 +440115,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#destroy", "inherited": true, - "___id": "T000002R046957", + "___id": "T000002R047108", "___s": true }, { @@ -439249,7 +440124,7 @@ "filename": "Controller.js", "lineno": 29, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "type", @@ -439270,7 +440145,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#type", "inherited": true, - "___id": "T000002R046958", + "___id": "T000002R047109", "___s": true }, { @@ -439279,7 +440154,7 @@ "filename": "Controller.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "gameObject", @@ -439300,7 +440175,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#gameObject", "inherited": true, - "___id": "T000002R046959", + "___id": "T000002R047110", "___s": true }, { @@ -439309,7 +440184,7 @@ "filename": "Controller.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "active", @@ -439330,7 +440205,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#active", "inherited": true, - "___id": "T000002R046960", + "___id": "T000002R047111", "___s": true }, { @@ -439339,7 +440214,7 @@ "filename": "Controller.js", "lineno": 62, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "setActive", @@ -439381,7 +440256,7 @@ ], "inherits": "Phaser.FX.Controller#setActive", "inherited": true, - "___id": "T000002R046961", + "___id": "T000002R047112", "___s": true }, { @@ -439390,7 +440265,7 @@ "filename": "Controller.js", "lineno": 81, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "destroy", @@ -439402,7 +440277,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#destroy", "inherited": true, - "___id": "T000002R046962", + "___id": "T000002R047113", "___s": true }, { @@ -439411,7 +440286,7 @@ "filename": "Controller.js", "lineno": 29, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "type", @@ -439432,7 +440307,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#type", "inherited": true, - "___id": "T000002R046963", + "___id": "T000002R047114", "___s": true }, { @@ -439441,7 +440316,7 @@ "filename": "Controller.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "gameObject", @@ -439462,7 +440337,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#gameObject", "inherited": true, - "___id": "T000002R046964", + "___id": "T000002R047115", "___s": true }, { @@ -439471,7 +440346,7 @@ "filename": "Controller.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "active", @@ -439492,7 +440367,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#active", "inherited": true, - "___id": "T000002R046965", + "___id": "T000002R047116", "___s": true }, { @@ -439501,7 +440376,7 @@ "filename": "Controller.js", "lineno": 62, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "setActive", @@ -439543,7 +440418,7 @@ ], "inherits": "Phaser.FX.Controller#setActive", "inherited": true, - "___id": "T000002R046966", + "___id": "T000002R047117", "___s": true }, { @@ -439552,7 +440427,7 @@ "filename": "Controller.js", "lineno": 81, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "destroy", @@ -439564,7 +440439,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#destroy", "inherited": true, - "___id": "T000002R046967", + "___id": "T000002R047118", "___s": true }, { @@ -439573,7 +440448,7 @@ "filename": "ColorMatrix.js", "lineno": 40, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "name": "alpha", @@ -439594,7 +440469,7 @@ "scope": "instance", "inherits": "Phaser.Display.ColorMatrix#alpha", "inherited": true, - "___id": "T000002R046969", + "___id": "T000002R047120", "___s": true }, { @@ -439603,7 +440478,7 @@ "filename": "ColorMatrix.js", "lineno": 75, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "name": "set", @@ -439664,7 +440539,7 @@ ], "inherits": "Phaser.Display.ColorMatrix#set", "inherited": true, - "___id": "T000002R046972", + "___id": "T000002R047123", "___s": true }, { @@ -439673,7 +440548,7 @@ "filename": "ColorMatrix.js", "lineno": 94, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "name": "reset", @@ -439700,7 +440575,7 @@ "scope": "instance", "inherits": "Phaser.Display.ColorMatrix#reset", "inherited": true, - "___id": "T000002R046973", + "___id": "T000002R047124", "___s": true }, { @@ -439709,7 +440584,7 @@ "filename": "ColorMatrix.js", "lineno": 121, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "name": "getData", @@ -439735,7 +440610,7 @@ "scope": "instance", "inherits": "Phaser.Display.ColorMatrix#getData", "inherited": true, - "___id": "T000002R046974", + "___id": "T000002R047125", "___s": true }, { @@ -439744,7 +440619,7 @@ "filename": "ColorMatrix.js", "lineno": 150, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "name": "brightness", @@ -439803,7 +440678,7 @@ ], "inherits": "Phaser.Display.ColorMatrix#brightness", "inherited": true, - "___id": "T000002R046975", + "___id": "T000002R047126", "___s": true }, { @@ -439812,7 +440687,7 @@ "filename": "ColorMatrix.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "name": "saturate", @@ -439871,7 +440746,7 @@ ], "inherits": "Phaser.Display.ColorMatrix#saturate", "inherited": true, - "___id": "T000002R046976", + "___id": "T000002R047127", "___s": true }, { @@ -439880,7 +440755,7 @@ "filename": "ColorMatrix.js", "lineno": 203, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "name": "saturation", @@ -439924,7 +440799,7 @@ ], "inherits": "Phaser.Display.ColorMatrix#saturation", "inherited": true, - "___id": "T000002R046977", + "___id": "T000002R047128", "___s": true }, { @@ -439933,7 +440808,7 @@ "filename": "ColorMatrix.js", "lineno": 220, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "name": "hue", @@ -439992,7 +440867,7 @@ ], "inherits": "Phaser.Display.ColorMatrix#hue", "inherited": true, - "___id": "T000002R046978", + "___id": "T000002R047129", "___s": true }, { @@ -440001,7 +440876,7 @@ "filename": "ColorMatrix.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "name": "grayscale", @@ -440060,7 +440935,7 @@ ], "inherits": "Phaser.Display.ColorMatrix#grayscale", "inherited": true, - "___id": "T000002R046979", + "___id": "T000002R047130", "___s": true }, { @@ -440069,7 +440944,7 @@ "filename": "ColorMatrix.js", "lineno": 271, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "name": "blackWhite", @@ -440113,7 +440988,7 @@ ], "inherits": "Phaser.Display.ColorMatrix#blackWhite", "inherited": true, - "___id": "T000002R046980", + "___id": "T000002R047131", "___s": true }, { @@ -440122,7 +440997,7 @@ "filename": "ColorMatrix.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "name": "contrast", @@ -440181,7 +441056,7 @@ ], "inherits": "Phaser.Display.ColorMatrix#contrast", "inherited": true, - "___id": "T000002R046981", + "___id": "T000002R047132", "___s": true }, { @@ -440190,7 +441065,7 @@ "filename": "ColorMatrix.js", "lineno": 315, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "name": "negative", @@ -440234,7 +441109,7 @@ ], "inherits": "Phaser.Display.ColorMatrix#negative", "inherited": true, - "___id": "T000002R046982", + "___id": "T000002R047133", "___s": true }, { @@ -440243,7 +441118,7 @@ "filename": "ColorMatrix.js", "lineno": 332, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "name": "desaturateLuminance", @@ -440287,7 +441162,7 @@ ], "inherits": "Phaser.Display.ColorMatrix#desaturateLuminance", "inherited": true, - "___id": "T000002R046983", + "___id": "T000002R047134", "___s": true }, { @@ -440296,7 +441171,7 @@ "filename": "ColorMatrix.js", "lineno": 349, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "name": "sepia", @@ -440340,7 +441215,7 @@ ], "inherits": "Phaser.Display.ColorMatrix#sepia", "inherited": true, - "___id": "T000002R046984", + "___id": "T000002R047135", "___s": true }, { @@ -440349,7 +441224,7 @@ "filename": "ColorMatrix.js", "lineno": 366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "name": "night", @@ -440408,7 +441283,7 @@ ], "inherits": "Phaser.Display.ColorMatrix#night", "inherited": true, - "___id": "T000002R046985", + "___id": "T000002R047136", "___s": true }, { @@ -440417,7 +441292,7 @@ "filename": "ColorMatrix.js", "lineno": 390, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "name": "lsd", @@ -440461,7 +441336,7 @@ ], "inherits": "Phaser.Display.ColorMatrix#lsd", "inherited": true, - "___id": "T000002R046986", + "___id": "T000002R047137", "___s": true }, { @@ -440470,7 +441345,7 @@ "filename": "ColorMatrix.js", "lineno": 407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "name": "brown", @@ -440514,7 +441389,7 @@ ], "inherits": "Phaser.Display.ColorMatrix#brown", "inherited": true, - "___id": "T000002R046987", + "___id": "T000002R047138", "___s": true }, { @@ -440523,7 +441398,7 @@ "filename": "ColorMatrix.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "name": "vintagePinhole", @@ -440567,7 +441442,7 @@ ], "inherits": "Phaser.Display.ColorMatrix#vintagePinhole", "inherited": true, - "___id": "T000002R046988", + "___id": "T000002R047139", "___s": true }, { @@ -440576,7 +441451,7 @@ "filename": "ColorMatrix.js", "lineno": 441, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "name": "kodachrome", @@ -440620,7 +441495,7 @@ ], "inherits": "Phaser.Display.ColorMatrix#kodachrome", "inherited": true, - "___id": "T000002R046989", + "___id": "T000002R047140", "___s": true }, { @@ -440629,7 +441504,7 @@ "filename": "ColorMatrix.js", "lineno": 458, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "name": "technicolor", @@ -440673,7 +441548,7 @@ ], "inherits": "Phaser.Display.ColorMatrix#technicolor", "inherited": true, - "___id": "T000002R046990", + "___id": "T000002R047141", "___s": true }, { @@ -440682,7 +441557,7 @@ "filename": "ColorMatrix.js", "lineno": 475, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "name": "polaroid", @@ -440726,7 +441601,7 @@ ], "inherits": "Phaser.Display.ColorMatrix#polaroid", "inherited": true, - "___id": "T000002R046991", + "___id": "T000002R047142", "___s": true }, { @@ -440735,7 +441610,7 @@ "filename": "ColorMatrix.js", "lineno": 492, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "name": "shiftToBGR", @@ -440779,7 +441654,7 @@ ], "inherits": "Phaser.Display.ColorMatrix#shiftToBGR", "inherited": true, - "___id": "T000002R046992", + "___id": "T000002R047143", "___s": true }, { @@ -440788,7 +441663,7 @@ "filename": "ColorMatrix.js", "lineno": 509, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\display", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\display", "code": {} }, "name": "multiply", @@ -440854,7 +441729,7 @@ ], "inherits": "Phaser.Display.ColorMatrix#multiply", "inherited": true, - "___id": "T000002R046993", + "___id": "T000002R047144", "___s": true }, { @@ -440863,7 +441738,7 @@ "filename": "Controller.js", "lineno": 29, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "type", @@ -440884,7 +441759,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#type", "inherited": true, - "___id": "T000002R046994", + "___id": "T000002R047145", "___s": true }, { @@ -440893,7 +441768,7 @@ "filename": "Controller.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "gameObject", @@ -440914,7 +441789,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#gameObject", "inherited": true, - "___id": "T000002R046995", + "___id": "T000002R047146", "___s": true }, { @@ -440923,7 +441798,7 @@ "filename": "Controller.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "active", @@ -440944,7 +441819,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#active", "inherited": true, - "___id": "T000002R046996", + "___id": "T000002R047147", "___s": true }, { @@ -440953,7 +441828,7 @@ "filename": "Controller.js", "lineno": 62, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "setActive", @@ -440995,7 +441870,7 @@ ], "inherits": "Phaser.FX.Controller#setActive", "inherited": true, - "___id": "T000002R046997", + "___id": "T000002R047148", "___s": true }, { @@ -441004,7 +441879,7 @@ "filename": "Controller.js", "lineno": 81, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "destroy", @@ -441016,7 +441891,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#destroy", "inherited": true, - "___id": "T000002R046998", + "___id": "T000002R047149", "___s": true }, { @@ -441025,7 +441900,7 @@ "filename": "Controller.js", "lineno": 29, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "type", @@ -441046,7 +441921,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#type", "inherited": true, - "___id": "T000002R046999", + "___id": "T000002R047150", "___s": true }, { @@ -441055,7 +441930,7 @@ "filename": "Controller.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "gameObject", @@ -441076,7 +441951,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#gameObject", "inherited": true, - "___id": "T000002R047000", + "___id": "T000002R047151", "___s": true }, { @@ -441085,7 +441960,7 @@ "filename": "Controller.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "active", @@ -441106,7 +441981,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#active", "inherited": true, - "___id": "T000002R047001", + "___id": "T000002R047152", "___s": true }, { @@ -441115,7 +441990,7 @@ "filename": "Controller.js", "lineno": 62, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "setActive", @@ -441157,7 +442032,7 @@ ], "inherits": "Phaser.FX.Controller#setActive", "inherited": true, - "___id": "T000002R047002", + "___id": "T000002R047153", "___s": true }, { @@ -441166,7 +442041,7 @@ "filename": "Controller.js", "lineno": 81, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "destroy", @@ -441178,7 +442053,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#destroy", "inherited": true, - "___id": "T000002R047003", + "___id": "T000002R047154", "___s": true }, { @@ -441187,7 +442062,7 @@ "filename": "Controller.js", "lineno": 29, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "type", @@ -441208,7 +442083,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#type", "inherited": true, - "___id": "T000002R047004", + "___id": "T000002R047155", "___s": true }, { @@ -441217,7 +442092,7 @@ "filename": "Controller.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "gameObject", @@ -441238,7 +442113,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#gameObject", "inherited": true, - "___id": "T000002R047005", + "___id": "T000002R047156", "___s": true }, { @@ -441247,7 +442122,7 @@ "filename": "Controller.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "active", @@ -441268,7 +442143,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#active", "inherited": true, - "___id": "T000002R047006", + "___id": "T000002R047157", "___s": true }, { @@ -441277,7 +442152,7 @@ "filename": "Controller.js", "lineno": 62, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "setActive", @@ -441319,7 +442194,7 @@ ], "inherits": "Phaser.FX.Controller#setActive", "inherited": true, - "___id": "T000002R047007", + "___id": "T000002R047158", "___s": true }, { @@ -441328,7 +442203,7 @@ "filename": "Controller.js", "lineno": 81, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "destroy", @@ -441340,7 +442215,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#destroy", "inherited": true, - "___id": "T000002R047008", + "___id": "T000002R047159", "___s": true }, { @@ -441349,7 +442224,7 @@ "filename": "Controller.js", "lineno": 29, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "type", @@ -441370,7 +442245,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#type", "inherited": true, - "___id": "T000002R047009", + "___id": "T000002R047160", "___s": true }, { @@ -441379,7 +442254,7 @@ "filename": "Controller.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "gameObject", @@ -441400,7 +442275,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#gameObject", "inherited": true, - "___id": "T000002R047010", + "___id": "T000002R047161", "___s": true }, { @@ -441409,7 +442284,7 @@ "filename": "Controller.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "active", @@ -441430,7 +442305,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#active", "inherited": true, - "___id": "T000002R047011", + "___id": "T000002R047162", "___s": true }, { @@ -441439,7 +442314,7 @@ "filename": "Controller.js", "lineno": 62, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "setActive", @@ -441481,7 +442356,7 @@ ], "inherits": "Phaser.FX.Controller#setActive", "inherited": true, - "___id": "T000002R047012", + "___id": "T000002R047163", "___s": true }, { @@ -441490,7 +442365,7 @@ "filename": "Controller.js", "lineno": 81, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "destroy", @@ -441502,7 +442377,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#destroy", "inherited": true, - "___id": "T000002R047013", + "___id": "T000002R047164", "___s": true }, { @@ -441511,7 +442386,7 @@ "filename": "Controller.js", "lineno": 29, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "type", @@ -441532,7 +442407,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#type", "inherited": true, - "___id": "T000002R047014", + "___id": "T000002R047165", "___s": true }, { @@ -441541,7 +442416,7 @@ "filename": "Controller.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "gameObject", @@ -441562,7 +442437,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#gameObject", "inherited": true, - "___id": "T000002R047015", + "___id": "T000002R047166", "___s": true }, { @@ -441571,7 +442446,7 @@ "filename": "Controller.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "active", @@ -441592,7 +442467,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#active", "inherited": true, - "___id": "T000002R047016", + "___id": "T000002R047167", "___s": true }, { @@ -441601,7 +442476,7 @@ "filename": "Controller.js", "lineno": 62, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "setActive", @@ -441643,7 +442518,7 @@ ], "inherits": "Phaser.FX.Controller#setActive", "inherited": true, - "___id": "T000002R047017", + "___id": "T000002R047168", "___s": true }, { @@ -441652,7 +442527,7 @@ "filename": "Controller.js", "lineno": 81, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "destroy", @@ -441664,7 +442539,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#destroy", "inherited": true, - "___id": "T000002R047018", + "___id": "T000002R047169", "___s": true }, { @@ -441673,7 +442548,7 @@ "filename": "Controller.js", "lineno": 29, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "type", @@ -441694,7 +442569,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#type", "inherited": true, - "___id": "T000002R047019", + "___id": "T000002R047170", "___s": true }, { @@ -441703,7 +442578,7 @@ "filename": "Controller.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "gameObject", @@ -441724,7 +442599,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#gameObject", "inherited": true, - "___id": "T000002R047020", + "___id": "T000002R047171", "___s": true }, { @@ -441733,7 +442608,7 @@ "filename": "Controller.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "active", @@ -441754,7 +442629,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#active", "inherited": true, - "___id": "T000002R047021", + "___id": "T000002R047172", "___s": true }, { @@ -441763,7 +442638,7 @@ "filename": "Controller.js", "lineno": 62, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "setActive", @@ -441805,7 +442680,7 @@ ], "inherits": "Phaser.FX.Controller#setActive", "inherited": true, - "___id": "T000002R047022", + "___id": "T000002R047173", "___s": true }, { @@ -441814,7 +442689,7 @@ "filename": "Controller.js", "lineno": 81, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "destroy", @@ -441826,7 +442701,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#destroy", "inherited": true, - "___id": "T000002R047023", + "___id": "T000002R047174", "___s": true }, { @@ -441835,7 +442710,7 @@ "filename": "Controller.js", "lineno": 29, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "type", @@ -441856,7 +442731,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#type", "inherited": true, - "___id": "T000002R047024", + "___id": "T000002R047175", "___s": true }, { @@ -441865,7 +442740,7 @@ "filename": "Controller.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "gameObject", @@ -441886,7 +442761,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#gameObject", "inherited": true, - "___id": "T000002R047025", + "___id": "T000002R047176", "___s": true }, { @@ -441895,7 +442770,7 @@ "filename": "Controller.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "active", @@ -441916,7 +442791,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#active", "inherited": true, - "___id": "T000002R047026", + "___id": "T000002R047177", "___s": true }, { @@ -441925,7 +442800,7 @@ "filename": "Controller.js", "lineno": 62, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "setActive", @@ -441967,7 +442842,7 @@ ], "inherits": "Phaser.FX.Controller#setActive", "inherited": true, - "___id": "T000002R047027", + "___id": "T000002R047178", "___s": true }, { @@ -441976,7 +442851,7 @@ "filename": "Controller.js", "lineno": 81, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "destroy", @@ -441988,7 +442863,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#destroy", "inherited": true, - "___id": "T000002R047028", + "___id": "T000002R047179", "___s": true }, { @@ -441997,7 +442872,7 @@ "filename": "Controller.js", "lineno": 29, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "type", @@ -442018,7 +442893,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#type", "inherited": true, - "___id": "T000002R047029", + "___id": "T000002R047180", "___s": true }, { @@ -442027,7 +442902,7 @@ "filename": "Controller.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "gameObject", @@ -442048,7 +442923,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#gameObject", "inherited": true, - "___id": "T000002R047030", + "___id": "T000002R047181", "___s": true }, { @@ -442057,7 +442932,7 @@ "filename": "Controller.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "active", @@ -442078,7 +442953,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#active", "inherited": true, - "___id": "T000002R047031", + "___id": "T000002R047182", "___s": true }, { @@ -442087,7 +442962,7 @@ "filename": "Controller.js", "lineno": 62, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "setActive", @@ -442129,7 +443004,7 @@ ], "inherits": "Phaser.FX.Controller#setActive", "inherited": true, - "___id": "T000002R047032", + "___id": "T000002R047183", "___s": true }, { @@ -442138,7 +443013,7 @@ "filename": "Controller.js", "lineno": 81, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\fx", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\fx", "code": {} }, "name": "destroy", @@ -442150,7 +443025,7 @@ "scope": "instance", "inherits": "Phaser.FX.Controller#destroy", "inherited": true, - "___id": "T000002R047033", + "___id": "T000002R047184", "___s": true }, { @@ -442159,7 +443034,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -442171,7 +443046,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R047034", + "___id": "T000002R047185", "___s": true }, { @@ -442180,7 +443055,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -442223,7 +443098,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R047035", + "___id": "T000002R047186", "___s": true }, { @@ -442232,7 +443107,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -442292,7 +443167,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listeners", "inherited": true, - "___id": "T000002R047036", + "___id": "T000002R047187", "___s": true }, { @@ -442301,7 +443176,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -442352,7 +443227,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listenerCount", "inherited": true, - "___id": "T000002R047037", + "___id": "T000002R047188", "___s": true }, { @@ -442361,7 +443236,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -442427,7 +443302,7 @@ ], "inherits": "Phaser.Events.EventEmitter#emit", "inherited": true, - "___id": "T000002R047038", + "___id": "T000002R047189", "___s": true }, { @@ -442436,7 +443311,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -442515,7 +443390,7 @@ ], "inherits": "Phaser.Events.EventEmitter#on", "inherited": true, - "___id": "T000002R047039", + "___id": "T000002R047190", "___s": true }, { @@ -442524,7 +443399,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -442603,7 +443478,7 @@ ], "inherits": "Phaser.Events.EventEmitter#addListener", "inherited": true, - "___id": "T000002R047040", + "___id": "T000002R047191", "___s": true }, { @@ -442612,7 +443487,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -442691,7 +443566,7 @@ ], "inherits": "Phaser.Events.EventEmitter#once", "inherited": true, - "___id": "T000002R047041", + "___id": "T000002R047192", "___s": true }, { @@ -442700,7 +443575,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -442793,7 +443668,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeListener", "inherited": true, - "___id": "T000002R047042", + "___id": "T000002R047193", "___s": true }, { @@ -442802,7 +443677,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -442895,7 +443770,7 @@ ], "inherits": "Phaser.Events.EventEmitter#off", "inherited": true, - "___id": "T000002R047043", + "___id": "T000002R047194", "___s": true }, { @@ -442904,7 +443779,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -442957,7 +443832,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeAllListeners", "inherited": true, - "___id": "T000002R047044", + "___id": "T000002R047195", "___s": true }, { @@ -442966,7 +443841,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -442987,7 +443862,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R047045", + "___id": "T000002R047196", "___s": true }, { @@ -442996,7 +443871,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -443028,7 +443903,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R047046", + "___id": "T000002R047197", "___s": true }, { @@ -443037,7 +443912,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -443058,7 +443933,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R047047", + "___id": "T000002R047198", "___s": true }, { @@ -443067,7 +443942,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -443098,7 +443973,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R047048", + "___id": "T000002R047199", "___s": true }, { @@ -443107,7 +443982,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -443128,7 +444003,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R047049", + "___id": "T000002R047200", "___s": true }, { @@ -443137,7 +444012,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -443159,7 +444034,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R047050", + "___id": "T000002R047201", "___s": true }, { @@ -443168,7 +444043,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -443190,7 +444065,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R047051", + "___id": "T000002R047202", "___s": true }, { @@ -443199,7 +444074,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -443221,7 +444096,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R047052", + "___id": "T000002R047203", "___s": true }, { @@ -443230,7 +444105,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -443252,7 +444127,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R047053", + "___id": "T000002R047204", "___s": true }, { @@ -443261,7 +444136,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -443283,7 +444158,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R047054", + "___id": "T000002R047205", "___s": true }, { @@ -443292,7 +444167,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -443317,7 +444192,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R047055", + "___id": "T000002R047206", "___s": true }, { @@ -443326,7 +444201,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -443350,7 +444225,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R047056", + "___id": "T000002R047207", "___s": true }, { @@ -443359,7 +444234,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -443398,7 +444273,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R047057", + "___id": "T000002R047208", "___s": true }, { @@ -443407,7 +444282,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -443429,7 +444304,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R047058", + "___id": "T000002R047209", "___s": true }, { @@ -443438,7 +444313,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -443480,7 +444355,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setActive", "inherited": true, - "___id": "T000002R047059", + "___id": "T000002R047210", "___s": true }, { @@ -443489,7 +444364,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -443531,7 +444406,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setName", "inherited": true, - "___id": "T000002R047060", + "___id": "T000002R047211", "___s": true }, { @@ -443540,7 +444415,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -443592,7 +444467,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setState", "inherited": true, - "___id": "T000002R047061", + "___id": "T000002R047212", "___s": true }, { @@ -443601,7 +444476,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -443631,7 +444506,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R047062", + "___id": "T000002R047213", "___s": true }, { @@ -443640,7 +444515,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -443719,7 +444594,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setData", "inherited": true, - "___id": "T000002R047063", + "___id": "T000002R047214", "___s": true }, { @@ -443728,7 +444603,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -443785,7 +444660,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#incData", "inherited": true, - "___id": "T000002R047064", + "___id": "T000002R047215", "___s": true }, { @@ -443794,7 +444669,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -443836,7 +444711,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#toggleData", "inherited": true, - "___id": "T000002R047065", + "___id": "T000002R047216", "___s": true }, { @@ -443845,7 +444720,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -443904,7 +444779,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#getData", "inherited": true, - "___id": "T000002R047066", + "___id": "T000002R047217", "___s": true }, { @@ -443913,7 +444788,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -444000,7 +444875,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setInteractive", "inherited": true, - "___id": "T000002R047067", + "___id": "T000002R047218", "___s": true }, { @@ -444009,7 +444884,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -444036,7 +444911,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R047068", + "___id": "T000002R047219", "___s": true }, { @@ -444045,7 +444920,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -444072,7 +444947,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R047069", + "___id": "T000002R047220", "___s": true }, { @@ -444081,7 +444956,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -444093,7 +444968,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R047070", + "___id": "T000002R047221", "___s": true }, { @@ -444102,7 +444977,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -444114,7 +444989,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R047071", + "___id": "T000002R047222", "___s": true }, { @@ -444123,7 +444998,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -444152,7 +445027,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#update", "inherited": true, - "___id": "T000002R047072", + "___id": "T000002R047223", "___s": true }, { @@ -444161,7 +445036,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -444202,7 +445077,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#willRender", "inherited": true, - "___id": "T000002R047073", + "___id": "T000002R047224", "___s": true }, { @@ -444211,7 +445086,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -444246,7 +445121,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R047074", + "___id": "T000002R047225", "___s": true }, { @@ -444255,7 +445130,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -444312,7 +445187,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#addToDisplayList", "inherited": true, - "___id": "T000002R047075", + "___id": "T000002R047226", "___s": true }, { @@ -444321,7 +445196,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -444348,7 +445223,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R047076", + "___id": "T000002R047227", "___s": true }, { @@ -444357,7 +445232,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -444388,7 +445263,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R047077", + "___id": "T000002R047228", "___s": true }, { @@ -444397,7 +445272,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -444424,7 +445299,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R047078", + "___id": "T000002R047229", "___s": true }, { @@ -444433,7 +445308,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -444465,7 +445340,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#destroy", "inherited": true, - "___id": "T000002R047079", + "___id": "T000002R047230", "___s": true }, { @@ -444474,7 +445349,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -444486,7 +445361,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R047080", + "___id": "T000002R047231", "___s": true }, { @@ -444495,7 +445370,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -444538,7 +445413,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R047081", + "___id": "T000002R047232", "___s": true }, { @@ -444547,7 +445422,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -444607,7 +445482,7 @@ "name": "event" } ], - "___id": "T000002R047082", + "___id": "T000002R047233", "___s": true }, { @@ -444616,7 +445491,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -444667,7 +445542,7 @@ "name": "event" } ], - "___id": "T000002R047083", + "___id": "T000002R047234", "___s": true }, { @@ -444676,7 +445551,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -444742,7 +445617,7 @@ "name": "args" } ], - "___id": "T000002R047084", + "___id": "T000002R047235", "___s": true }, { @@ -444751,7 +445626,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -444830,7 +445705,7 @@ "name": "context" } ], - "___id": "T000002R047085", + "___id": "T000002R047236", "___s": true }, { @@ -444839,7 +445714,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -444918,7 +445793,7 @@ "name": "context" } ], - "___id": "T000002R047086", + "___id": "T000002R047237", "___s": true }, { @@ -444927,7 +445802,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -445006,7 +445881,7 @@ "name": "context" } ], - "___id": "T000002R047087", + "___id": "T000002R047238", "___s": true }, { @@ -445015,7 +445890,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -445108,7 +445983,7 @@ "name": "once" } ], - "___id": "T000002R047088", + "___id": "T000002R047239", "___s": true }, { @@ -445117,7 +445992,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -445210,7 +446085,7 @@ "name": "once" } ], - "___id": "T000002R047089", + "___id": "T000002R047240", "___s": true }, { @@ -445219,7 +446094,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -445272,7 +446147,7 @@ "name": "event" } ], - "___id": "T000002R047090", + "___id": "T000002R047241", "___s": true }, { @@ -445281,7 +446156,7 @@ "filename": "Alpha.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -445308,7 +446183,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#clearAlpha", "inherited": true, - "___id": "T000002R047096", + "___id": "T000002R047247", "___s": true }, { @@ -445317,7 +446192,7 @@ "filename": "Alpha.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -445403,7 +446278,7 @@ ], "inherits": "Phaser.GameObjects.Components.Alpha#setAlpha", "inherited": true, - "___id": "T000002R047097", + "___id": "T000002R047248", "___s": true }, { @@ -445412,7 +446287,7 @@ "filename": "Alpha.js", "lineno": 129, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -445433,7 +446308,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alpha", "inherited": true, - "___id": "T000002R047098", + "___id": "T000002R047249", "___s": true }, { @@ -445442,7 +446317,7 @@ "filename": "Alpha.js", "lineno": 167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopLeft", @@ -445470,7 +446345,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopLeft", "inherited": true, - "___id": "T000002R047099", + "___id": "T000002R047250", "___s": true }, { @@ -445479,7 +446354,7 @@ "filename": "Alpha.js", "lineno": 197, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopRight", @@ -445507,7 +446382,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopRight", "inherited": true, - "___id": "T000002R047100", + "___id": "T000002R047251", "___s": true }, { @@ -445516,7 +446391,7 @@ "filename": "Alpha.js", "lineno": 227, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomLeft", @@ -445544,7 +446419,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomLeft", "inherited": true, - "___id": "T000002R047101", + "___id": "T000002R047252", "___s": true }, { @@ -445553,7 +446428,7 @@ "filename": "Alpha.js", "lineno": 257, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomRight", @@ -445581,7 +446456,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomRight", "inherited": true, - "___id": "T000002R047102", + "___id": "T000002R047253", "___s": true }, { @@ -445590,7 +446465,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -445626,7 +446501,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R047104", + "___id": "T000002R047255", "___s": true }, { @@ -445635,7 +446510,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -445692,16 +446567,16 @@ ], "inherits": "Phaser.GameObjects.Components.BlendMode#setBlendMode", "inherited": true, - "___id": "T000002R047105", + "___id": "T000002R047256", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -445722,16 +446597,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R047107", + "___id": "T000002R047258", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -445773,7 +446648,181 @@ ], "inherits": "Phaser.GameObjects.Components.Depth#setDepth", "inherited": true, - "___id": "T000002R047108", + "___id": "T000002R047259", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.BitmapText#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.BitmapText", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R047260", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.BitmapText#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.BitmapText", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R047261", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.BitmapText#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.BitmapText", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "___id": "T000002R047262", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.BitmapText#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.BitmapText", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "___id": "T000002R047263", "___s": true }, { @@ -445782,7 +446831,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -445847,7 +446896,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getCenter", "inherited": true, - "___id": "T000002R047110", + "___id": "T000002R047265", "___s": true }, { @@ -445856,7 +446905,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -445921,7 +446970,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopLeft", "inherited": true, - "___id": "T000002R047111", + "___id": "T000002R047266", "___s": true }, { @@ -445930,7 +446979,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -445995,7 +447044,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopCenter", "inherited": true, - "___id": "T000002R047112", + "___id": "T000002R047267", "___s": true }, { @@ -446004,7 +447053,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -446069,7 +447118,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopRight", "inherited": true, - "___id": "T000002R047113", + "___id": "T000002R047268", "___s": true }, { @@ -446078,7 +447127,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -446143,7 +447192,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getLeftCenter", "inherited": true, - "___id": "T000002R047114", + "___id": "T000002R047269", "___s": true }, { @@ -446152,7 +447201,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -446217,7 +447266,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getRightCenter", "inherited": true, - "___id": "T000002R047115", + "___id": "T000002R047270", "___s": true }, { @@ -446226,7 +447275,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -446291,7 +447340,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomLeft", "inherited": true, - "___id": "T000002R047116", + "___id": "T000002R047271", "___s": true }, { @@ -446300,7 +447349,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -446365,7 +447414,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomCenter", "inherited": true, - "___id": "T000002R047117", + "___id": "T000002R047272", "___s": true }, { @@ -446374,7 +447423,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -446439,7 +447488,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomRight", "inherited": true, - "___id": "T000002R047118", + "___id": "T000002R047273", "___s": true }, { @@ -446448,7 +447497,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -446518,7 +447567,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBounds", "inherited": true, - "___id": "T000002R047119", + "___id": "T000002R047274", "___s": true }, { @@ -446527,7 +447576,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -446558,7 +447607,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R047120", + "___id": "T000002R047275", "___s": true }, { @@ -446567,7 +447616,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -446619,7 +447668,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#setMask", "inherited": true, - "___id": "T000002R047121", + "___id": "T000002R047276", "___s": true }, { @@ -446628,7 +447677,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -446672,7 +447721,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#clearMask", "inherited": true, - "___id": "T000002R047122", + "___id": "T000002R047277", "___s": true }, { @@ -446681,7 +447730,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -446834,7 +447883,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createBitmapMask", "inherited": true, - "___id": "T000002R047123", + "___id": "T000002R047278", "___s": true }, { @@ -446843,7 +447892,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -446915,7 +447964,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createGeometryMask", "inherited": true, - "___id": "T000002R047124", + "___id": "T000002R047279", "___s": true }, { @@ -446924,7 +447973,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -446947,7 +447996,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, - "___id": "T000002R047126", + "___id": "T000002R047281", "___s": true }, { @@ -446956,7 +448005,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -446979,7 +448028,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, - "___id": "T000002R047127", + "___id": "T000002R047282", "___s": true }, { @@ -446988,7 +448037,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -447009,7 +448058,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, - "___id": "T000002R047128", + "___id": "T000002R047283", "___s": true }, { @@ -447018,7 +448067,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -447039,7 +448088,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, - "___id": "T000002R047129", + "___id": "T000002R047284", "___s": true }, { @@ -447048,7 +448097,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -447107,7 +448156,7 @@ ], "inherits": "Phaser.GameObjects.Components.Origin#setOrigin", "inherited": true, - "___id": "T000002R047130", + "___id": "T000002R047285", "___s": true }, { @@ -447116,7 +448165,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -447143,7 +448192,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R047131", + "___id": "T000002R047286", "___s": true }, { @@ -447152,7 +448201,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -447211,7 +448260,7 @@ ], "inherits": "Phaser.GameObjects.Components.Origin#setDisplayOrigin", "inherited": true, - "___id": "T000002R047132", + "___id": "T000002R047287", "___s": true }, { @@ -447220,7 +448269,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -447249,7 +448298,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R047133", + "___id": "T000002R047288", "___s": true }, { @@ -447258,7 +448307,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -447287,7 +448336,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R047134", + "___id": "T000002R047289", "___s": true }, { @@ -447296,7 +448345,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -447324,7 +448373,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R047135", + "___id": "T000002R047290", "___s": true }, { @@ -447333,7 +448382,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -447392,7 +448441,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#initPipeline", "inherited": true, - "___id": "T000002R047136", + "___id": "T000002R047291", "___s": true }, { @@ -447401,7 +448450,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -447489,7 +448538,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipeline", "inherited": true, - "___id": "T000002R047137", + "___id": "T000002R047292", "___s": true }, { @@ -447498,7 +448547,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -447561,7 +448610,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipelineData", "inherited": true, - "___id": "T000002R047138", + "___id": "T000002R047293", "___s": true }, { @@ -447570,7 +448619,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -447620,16 +448669,16 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#resetPipeline", "inherited": true, - "___id": "T000002R047139", + "___id": "T000002R047294", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -447652,17 +448701,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.BitmapText", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R047140", + "___id": "T000002R047295", "___s": true }, { @@ -447671,7 +448722,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -447699,7 +448750,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R047141", + "___id": "T000002R047296", "___s": true }, { @@ -447708,7 +448759,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -447745,7 +448796,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R047142", + "___id": "T000002R047297", "___s": true }, { @@ -447754,7 +448805,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -447782,7 +448833,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R047143", + "___id": "T000002R047298", "___s": true }, { @@ -447791,7 +448842,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -447821,7 +448872,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R047144", + "___id": "T000002R047299", "___s": true }, { @@ -447830,7 +448881,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -447858,7 +448909,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R047145", + "___id": "T000002R047300", "___s": true }, { @@ -447867,7 +448918,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -447903,7 +448954,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#initPostPipeline", "inherited": true, - "___id": "T000002R047146", + "___id": "T000002R047301", "___s": true }, { @@ -447912,7 +448963,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -448047,7 +449098,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipeline", "inherited": true, - "___id": "T000002R047147", + "___id": "T000002R047302", "___s": true }, { @@ -448056,7 +449107,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -448119,7 +449170,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipelineData", "inherited": true, - "___id": "T000002R047148", + "___id": "T000002R047303", "___s": true }, { @@ -448128,7 +449179,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -448210,7 +449261,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#getPostPipeline", "inherited": true, - "___id": "T000002R047149", + "___id": "T000002R047304", "___s": true }, { @@ -448219,7 +449270,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -448255,7 +449306,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#resetPostPipeline", "inherited": true, - "___id": "T000002R047150", + "___id": "T000002R047305", "___s": true }, { @@ -448264,7 +449315,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -448323,7 +449374,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#removePostPipeline", "inherited": true, - "___id": "T000002R047151", + "___id": "T000002R047306", "___s": true }, { @@ -448332,7 +449383,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -448366,7 +449417,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R047152", + "___id": "T000002R047307", "___s": true }, { @@ -448375,7 +449426,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -448397,7 +449448,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R047153", + "___id": "T000002R047308", "___s": true }, { @@ -448406,7 +449457,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -448428,7 +449479,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R047154", + "___id": "T000002R047309", "___s": true }, { @@ -448437,7 +449488,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -448494,7 +449545,7 @@ ], "inherits": "Phaser.GameObjects.Components.ScrollFactor#setScrollFactor", "inherited": true, - "___id": "T000002R047155", + "___id": "T000002R047310", "___s": true }, { @@ -448503,7 +449554,7 @@ "filename": "Texture.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "texture", @@ -448534,7 +449585,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Texture#texture", "inherited": true, - "___id": "T000002R047156", + "___id": "T000002R047311", "___s": true }, { @@ -448543,7 +449594,7 @@ "filename": "Texture.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "frame", @@ -448564,7 +449615,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Texture#frame", "inherited": true, - "___id": "T000002R047157", + "___id": "T000002R047312", "___s": true }, { @@ -448573,7 +449624,7 @@ "filename": "Texture.js", "lineno": 49, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTexture", @@ -448679,7 +449730,7 @@ ], "inherits": "Phaser.GameObjects.Components.Texture#setTexture", "inherited": true, - "___id": "T000002R047159", + "___id": "T000002R047314", "___s": true }, { @@ -448688,7 +449739,7 @@ "filename": "Texture.js", "lineno": 75, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFrame", @@ -448775,7 +449826,7 @@ ], "inherits": "Phaser.GameObjects.Components.Texture#setFrame", "inherited": true, - "___id": "T000002R047160", + "___id": "T000002R047315", "___s": true }, { @@ -448784,7 +449835,7 @@ "filename": "Tint.js", "lineno": 18, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopLeft", @@ -448806,7 +449857,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintTopLeft", "inherited": true, - "___id": "T000002R047161", + "___id": "T000002R047316", "___s": true }, { @@ -448815,7 +449866,7 @@ "filename": "Tint.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopRight", @@ -448837,7 +449888,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintTopRight", "inherited": true, - "___id": "T000002R047162", + "___id": "T000002R047317", "___s": true }, { @@ -448846,7 +449897,7 @@ "filename": "Tint.js", "lineno": 42, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomLeft", @@ -448868,7 +449919,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintBottomLeft", "inherited": true, - "___id": "T000002R047163", + "___id": "T000002R047318", "___s": true }, { @@ -448877,7 +449928,7 @@ "filename": "Tint.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomRight", @@ -448899,7 +449950,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintBottomRight", "inherited": true, - "___id": "T000002R047164", + "___id": "T000002R047319", "___s": true }, { @@ -448908,7 +449959,7 @@ "filename": "Tint.js", "lineno": 66, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintFill", @@ -448930,7 +449981,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintFill", "inherited": true, - "___id": "T000002R047165", + "___id": "T000002R047320", "___s": true }, { @@ -448939,7 +449990,7 @@ "filename": "Tint.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearTint", @@ -448973,7 +450024,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#clearTint", "inherited": true, - "___id": "T000002R047166", + "___id": "T000002R047321", "___s": true }, { @@ -448982,7 +450033,7 @@ "filename": "Tint.js", "lineno": 98, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTint", @@ -449075,7 +450126,7 @@ ], "inherits": "Phaser.GameObjects.Components.Tint#setTint", "inherited": true, - "___id": "T000002R047167", + "___id": "T000002R047322", "___s": true }, { @@ -449084,7 +450135,7 @@ "filename": "Tint.js", "lineno": 146, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTintFill", @@ -449177,7 +450228,7 @@ ], "inherits": "Phaser.GameObjects.Components.Tint#setTintFill", "inherited": true, - "___id": "T000002R047168", + "___id": "T000002R047323", "___s": true }, { @@ -449186,7 +450237,7 @@ "filename": "Tint.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tint", @@ -449214,7 +450265,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tint", "inherited": true, - "___id": "T000002R047169", + "___id": "T000002R047324", "___s": true }, { @@ -449223,7 +450274,7 @@ "filename": "Tint.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "isTinted", @@ -449252,7 +450303,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#isTinted", "inherited": true, - "___id": "T000002R047170", + "___id": "T000002R047325", "___s": true }, { @@ -449261,7 +450312,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -449284,7 +450335,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R047171", + "___id": "T000002R047326", "___s": true }, { @@ -449293,7 +450344,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -449315,7 +450366,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R047175", + "___id": "T000002R047330", "___s": true }, { @@ -449324,7 +450375,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -449346,7 +450397,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R047176", + "___id": "T000002R047331", "___s": true }, { @@ -449355,7 +450406,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -449377,7 +450428,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R047177", + "___id": "T000002R047332", "___s": true }, { @@ -449386,7 +450437,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -449408,7 +450459,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R047178", + "___id": "T000002R047333", "___s": true }, { @@ -449417,7 +450468,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -449439,7 +450490,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R047179", + "___id": "T000002R047334", "___s": true }, { @@ -449448,7 +450499,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -449470,7 +450521,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R047180", + "___id": "T000002R047335", "___s": true }, { @@ -449479,7 +450530,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -449501,7 +450552,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R047181", + "___id": "T000002R047336", "___s": true }, { @@ -449510,7 +450561,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -449532,7 +450583,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R047182", + "___id": "T000002R047337", "___s": true }, { @@ -449541,7 +450592,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -449563,7 +450614,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R047183", + "___id": "T000002R047338", "___s": true }, { @@ -449572,7 +450623,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -449661,7 +450712,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setPosition", "inherited": true, - "___id": "T000002R047184", + "___id": "T000002R047339", "___s": true }, { @@ -449670,7 +450721,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -449727,7 +450778,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#copyPosition", "inherited": true, - "___id": "T000002R047185", + "___id": "T000002R047340", "___s": true }, { @@ -449736,7 +450787,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -449823,7 +450874,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRandomPosition", "inherited": true, - "___id": "T000002R047186", + "___id": "T000002R047341", "___s": true }, { @@ -449832,7 +450883,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -449876,7 +450927,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRotation", "inherited": true, - "___id": "T000002R047187", + "___id": "T000002R047342", "___s": true }, { @@ -449885,7 +450936,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -449929,7 +450980,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setAngle", "inherited": true, - "___id": "T000002R047188", + "___id": "T000002R047343", "___s": true }, { @@ -449938,7 +450989,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -449997,7 +451048,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setScale", "inherited": true, - "___id": "T000002R047189", + "___id": "T000002R047344", "___s": true }, { @@ -450006,7 +451057,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -450050,7 +451101,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setX", "inherited": true, - "___id": "T000002R047190", + "___id": "T000002R047345", "___s": true }, { @@ -450059,7 +451110,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -450103,7 +451154,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setY", "inherited": true, - "___id": "T000002R047191", + "___id": "T000002R047346", "___s": true }, { @@ -450112,7 +451163,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -450156,7 +451207,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setZ", "inherited": true, - "___id": "T000002R047192", + "___id": "T000002R047347", "___s": true }, { @@ -450165,7 +451216,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -450209,7 +451260,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setW", "inherited": true, - "___id": "T000002R047193", + "___id": "T000002R047348", "___s": true }, { @@ -450218,7 +451269,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -450260,7 +451311,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalTransformMatrix", "inherited": true, - "___id": "T000002R047194", + "___id": "T000002R047349", "___s": true }, { @@ -450269,7 +451320,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -450325,7 +451376,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getWorldTransformMatrix", "inherited": true, - "___id": "T000002R047195", + "___id": "T000002R047350", "___s": true }, { @@ -450334,7 +451385,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -450416,7 +451467,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalPoint", "inherited": true, - "___id": "T000002R047196", + "___id": "T000002R047351", "___s": true }, { @@ -450425,7 +451476,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -450451,7 +451502,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R047197", + "___id": "T000002R047352", "___s": true }, { @@ -450460,7 +451511,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -450481,7 +451532,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R047199", + "___id": "T000002R047354", "___s": true }, { @@ -450490,7 +451541,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -450532,7 +451583,7 @@ ], "inherits": "Phaser.GameObjects.Components.Visible#setVisible", "inherited": true, - "___id": "T000002R047200", + "___id": "T000002R047355", "___s": true }, { @@ -450541,7 +451592,7 @@ "filename": "BitmapText.js", "lineno": 98, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "font", @@ -450563,7 +451614,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.BitmapText#font", "inherited": true, - "___id": "T000002R047201", + "___id": "T000002R047356", "___s": true }, { @@ -450572,7 +451623,7 @@ "filename": "BitmapText.js", "lineno": 116, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "fontData", @@ -450594,7 +451645,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.BitmapText#fontData", "inherited": true, - "___id": "T000002R047202", + "___id": "T000002R047357", "___s": true }, { @@ -450603,7 +451654,7 @@ "filename": "BitmapText.js", "lineno": 220, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "wordWrapCharCode", @@ -450624,7 +451675,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.BitmapText#wordWrapCharCode", "inherited": true, - "___id": "T000002R047211", + "___id": "T000002R047366", "___s": true }, { @@ -450633,7 +451684,7 @@ "filename": "BitmapText.js", "lineno": 240, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "dropShadowX", @@ -450654,7 +451705,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.BitmapText#dropShadowX", "inherited": true, - "___id": "T000002R047213", + "___id": "T000002R047368", "___s": true }, { @@ -450663,7 +451714,7 @@ "filename": "BitmapText.js", "lineno": 251, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "dropShadowY", @@ -450684,7 +451735,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.BitmapText#dropShadowY", "inherited": true, - "___id": "T000002R047214", + "___id": "T000002R047369", "___s": true }, { @@ -450693,7 +451744,7 @@ "filename": "BitmapText.js", "lineno": 262, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "dropShadowColor", @@ -450714,7 +451765,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.BitmapText#dropShadowColor", "inherited": true, - "___id": "T000002R047215", + "___id": "T000002R047370", "___s": true }, { @@ -450723,7 +451774,7 @@ "filename": "BitmapText.js", "lineno": 273, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "dropShadowAlpha", @@ -450744,7 +451795,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.BitmapText#dropShadowAlpha", "inherited": true, - "___id": "T000002R047216", + "___id": "T000002R047371", "___s": true }, { @@ -450753,7 +451804,7 @@ "filename": "BitmapText.js", "lineno": 284, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "fromAtlas", @@ -450775,7 +451826,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.BitmapText#fromAtlas", "inherited": true, - "___id": "T000002R047217", + "___id": "T000002R047372", "___s": true }, { @@ -450784,7 +451835,7 @@ "filename": "BitmapText.js", "lineno": 303, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "setLeftAlign", @@ -450811,7 +451862,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.BitmapText#setLeftAlign", "inherited": true, - "___id": "T000002R047218", + "___id": "T000002R047373", "___s": true }, { @@ -450820,7 +451871,7 @@ "filename": "BitmapText.js", "lineno": 321, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "setCenterAlign", @@ -450847,7 +451898,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.BitmapText#setCenterAlign", "inherited": true, - "___id": "T000002R047219", + "___id": "T000002R047374", "___s": true }, { @@ -450856,7 +451907,7 @@ "filename": "BitmapText.js", "lineno": 339, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "setRightAlign", @@ -450883,7 +451934,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.BitmapText#setRightAlign", "inherited": true, - "___id": "T000002R047220", + "___id": "T000002R047375", "___s": true }, { @@ -450892,7 +451943,7 @@ "filename": "BitmapText.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "setFontSize", @@ -450934,7 +451985,7 @@ ], "inherits": "Phaser.GameObjects.BitmapText#setFontSize", "inherited": true, - "___id": "T000002R047221", + "___id": "T000002R047376", "___s": true }, { @@ -450943,7 +451994,7 @@ "filename": "BitmapText.js", "lineno": 376, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "setLetterSpacing", @@ -450987,7 +452038,7 @@ ], "inherits": "Phaser.GameObjects.BitmapText#setLetterSpacing", "inherited": true, - "___id": "T000002R047222", + "___id": "T000002R047377", "___s": true }, { @@ -450996,7 +452047,7 @@ "filename": "BitmapText.js", "lineno": 399, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "setLineSpacing", @@ -451040,7 +452091,7 @@ ], "inherits": "Phaser.GameObjects.BitmapText#setLineSpacing", "inherited": true, - "___id": "T000002R047223", + "___id": "T000002R047378", "___s": true }, { @@ -451049,7 +452100,7 @@ "filename": "BitmapText.js", "lineno": 423, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "setText", @@ -451110,7 +452161,7 @@ ], "inherits": "Phaser.GameObjects.BitmapText#setText", "inherited": true, - "___id": "T000002R047224", + "___id": "T000002R047379", "___s": true }, { @@ -451119,7 +452170,7 @@ "filename": "BitmapText.js", "lineno": 459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "setDropShadow", @@ -451215,7 +452266,7 @@ ], "inherits": "Phaser.GameObjects.BitmapText#setDropShadow", "inherited": true, - "___id": "T000002R047225", + "___id": "T000002R047380", "___s": true }, { @@ -451224,7 +452275,7 @@ "filename": "BitmapText.js", "lineno": 497, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "setCharacterTint", @@ -451362,7 +452413,7 @@ ], "inherits": "Phaser.GameObjects.BitmapText#setCharacterTint", "inherited": true, - "___id": "T000002R047226", + "___id": "T000002R047381", "___s": true }, { @@ -451371,7 +452422,7 @@ "filename": "BitmapText.js", "lineno": 606, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "setWordTint", @@ -451517,7 +452568,7 @@ ], "inherits": "Phaser.GameObjects.BitmapText#setWordTint", "inherited": true, - "___id": "T000002R047227", + "___id": "T000002R047382", "___s": true }, { @@ -451526,7 +452577,7 @@ "filename": "BitmapText.js", "lineno": 679, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "getTextBounds", @@ -451569,7 +452620,7 @@ ], "inherits": "Phaser.GameObjects.BitmapText#getTextBounds", "inherited": true, - "___id": "T000002R047228", + "___id": "T000002R047383", "___s": true }, { @@ -451578,7 +452629,7 @@ "filename": "BitmapText.js", "lineno": 716, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "getCharacterAt", @@ -451646,7 +452697,7 @@ ], "inherits": "Phaser.GameObjects.BitmapText#getCharacterAt", "inherited": true, - "___id": "T000002R047229", + "___id": "T000002R047384", "___s": true }, { @@ -451655,7 +452706,7 @@ "filename": "BitmapText.js", "lineno": 765, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "updateDisplayOrigin", @@ -451682,7 +452733,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.BitmapText#updateDisplayOrigin", "inherited": true, - "___id": "T000002R047230", + "___id": "T000002R047385", "___s": true }, { @@ -451691,7 +452742,7 @@ "filename": "BitmapText.js", "lineno": 783, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "setFont", @@ -451762,7 +452813,7 @@ ], "inherits": "Phaser.GameObjects.BitmapText#setFont", "inherited": true, - "___id": "T000002R047231", + "___id": "T000002R047386", "___s": true }, { @@ -451771,7 +452822,7 @@ "filename": "BitmapText.js", "lineno": 821, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "setMaxWidth", @@ -451827,7 +452878,7 @@ ], "inherits": "Phaser.GameObjects.BitmapText#setMaxWidth", "inherited": true, - "___id": "T000002R047232", + "___id": "T000002R047387", "___s": true }, { @@ -451836,7 +452887,7 @@ "filename": "BitmapText.js", "lineno": 855, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "align", @@ -451857,7 +452908,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.BitmapText#align", "inherited": true, - "___id": "T000002R047233", + "___id": "T000002R047388", "___s": true }, { @@ -451866,7 +452917,7 @@ "filename": "BitmapText.js", "lineno": 888, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "text", @@ -451887,7 +452938,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.BitmapText#text", "inherited": true, - "___id": "T000002R047234", + "___id": "T000002R047389", "___s": true }, { @@ -451896,7 +452947,7 @@ "filename": "BitmapText.js", "lineno": 911, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "fontSize", @@ -451917,7 +452968,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.BitmapText#fontSize", "inherited": true, - "___id": "T000002R047235", + "___id": "T000002R047390", "___s": true }, { @@ -451926,7 +452977,7 @@ "filename": "BitmapText.js", "lineno": 935, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "letterSpacing", @@ -451947,7 +452998,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.BitmapText#letterSpacing", "inherited": true, - "___id": "T000002R047236", + "___id": "T000002R047391", "___s": true }, { @@ -451956,7 +453007,7 @@ "filename": "BitmapText.js", "lineno": 961, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "lineSpacing", @@ -451977,7 +453028,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.BitmapText#lineSpacing", "inherited": true, - "___id": "T000002R047237", + "___id": "T000002R047392", "___s": true }, { @@ -451986,7 +453037,7 @@ "filename": "BitmapText.js", "lineno": 987, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "maxWidth", @@ -452007,7 +453058,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.BitmapText#maxWidth", "inherited": true, - "___id": "T000002R047238", + "___id": "T000002R047393", "___s": true }, { @@ -452016,7 +453067,7 @@ "filename": "BitmapText.js", "lineno": 1016, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "width", @@ -452038,7 +453089,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.BitmapText#width", "inherited": true, - "___id": "T000002R047239", + "___id": "T000002R047394", "___s": true }, { @@ -452047,7 +453098,7 @@ "filename": "BitmapText.js", "lineno": 1037, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "height", @@ -452069,7 +453120,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.BitmapText#height", "inherited": true, - "___id": "T000002R047240", + "___id": "T000002R047395", "___s": true }, { @@ -452078,7 +453129,7 @@ "filename": "BitmapText.js", "lineno": 1058, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "displayWidth", @@ -452100,7 +453151,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.BitmapText#displayWidth", "inherited": true, - "___id": "T000002R047241", + "___id": "T000002R047396", "___s": true }, { @@ -452109,7 +453160,7 @@ "filename": "BitmapText.js", "lineno": 1079, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "displayHeight", @@ -452131,7 +453182,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.BitmapText#displayHeight", "inherited": true, - "___id": "T000002R047242", + "___id": "T000002R047397", "___s": true }, { @@ -452140,7 +453191,7 @@ "filename": "BitmapText.js", "lineno": 1100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "toJSON", @@ -452166,7 +453217,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.BitmapText#toJSON", "inherited": true, - "___id": "T000002R047243", + "___id": "T000002R047398", "___s": true }, { @@ -452175,7 +453226,7 @@ "filename": "BitmapText.js", "lineno": 1128, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\bitmaptext\\static", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\bitmaptext\\static", "code": {} }, "name": "preDestroy", @@ -452188,7 +453239,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.BitmapText#preDestroy", "inherited": true, - "___id": "T000002R047244", + "___id": "T000002R047399", "___s": true }, { @@ -452197,7 +453248,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -452218,7 +453269,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R047245", + "___id": "T000002R047400", "___s": true }, { @@ -452227,7 +453278,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -452259,7 +453310,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R047246", + "___id": "T000002R047401", "___s": true }, { @@ -452268,7 +453319,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -452289,7 +453340,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R047247", + "___id": "T000002R047402", "___s": true }, { @@ -452298,7 +453349,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -452329,7 +453380,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R047248", + "___id": "T000002R047403", "___s": true }, { @@ -452338,7 +453389,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -452359,7 +453410,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R047249", + "___id": "T000002R047404", "___s": true }, { @@ -452368,7 +453419,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -452390,7 +453441,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R047250", + "___id": "T000002R047405", "___s": true }, { @@ -452399,7 +453450,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -452421,7 +453472,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R047251", + "___id": "T000002R047406", "___s": true }, { @@ -452430,7 +453481,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -452452,7 +453503,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R047252", + "___id": "T000002R047407", "___s": true }, { @@ -452461,7 +453512,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -452483,7 +453534,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R047253", + "___id": "T000002R047408", "___s": true }, { @@ -452492,7 +453543,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -452514,7 +453565,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R047254", + "___id": "T000002R047409", "___s": true }, { @@ -452523,7 +453574,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -452548,7 +453599,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R047255", + "___id": "T000002R047410", "___s": true }, { @@ -452557,7 +453608,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -452581,7 +453632,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R047256", + "___id": "T000002R047411", "___s": true }, { @@ -452590,7 +453641,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -452629,7 +453680,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R047257", + "___id": "T000002R047412", "___s": true }, { @@ -452638,7 +453689,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -452660,7 +453711,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R047258", + "___id": "T000002R047413", "___s": true }, { @@ -452669,7 +453720,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -452711,7 +453762,7 @@ "name": "value" } ], - "___id": "T000002R047259", + "___id": "T000002R047414", "___s": true }, { @@ -452720,7 +453771,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -452762,7 +453813,7 @@ "name": "value" } ], - "___id": "T000002R047260", + "___id": "T000002R047415", "___s": true }, { @@ -452771,7 +453822,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -452823,7 +453874,7 @@ "name": "value" } ], - "___id": "T000002R047261", + "___id": "T000002R047416", "___s": true }, { @@ -452832,7 +453883,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -452862,7 +453913,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R047262", + "___id": "T000002R047417", "___s": true }, { @@ -452871,7 +453922,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -452950,7 +454001,7 @@ "name": "data" } ], - "___id": "T000002R047263", + "___id": "T000002R047418", "___s": true }, { @@ -452959,7 +454010,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -453016,7 +454067,7 @@ "name": "amount" } ], - "___id": "T000002R047264", + "___id": "T000002R047419", "___s": true }, { @@ -453025,7 +454076,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -453067,7 +454118,7 @@ "name": "key" } ], - "___id": "T000002R047265", + "___id": "T000002R047420", "___s": true }, { @@ -453076,7 +454127,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -453135,7 +454186,7 @@ "name": "key" } ], - "___id": "T000002R047266", + "___id": "T000002R047421", "___s": true }, { @@ -453144,7 +454195,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -453231,7 +454282,7 @@ "name": "dropZone" } ], - "___id": "T000002R047267", + "___id": "T000002R047422", "___s": true }, { @@ -453240,7 +454291,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -453267,7 +454318,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R047268", + "___id": "T000002R047423", "___s": true }, { @@ -453276,7 +454327,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -453303,7 +454354,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R047269", + "___id": "T000002R047424", "___s": true }, { @@ -453312,7 +454363,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -453324,7 +454375,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R047270", + "___id": "T000002R047425", "___s": true }, { @@ -453333,7 +454384,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -453345,7 +454396,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R047271", + "___id": "T000002R047426", "___s": true }, { @@ -453354,7 +454405,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -453383,7 +454434,7 @@ "name": "args" } ], - "___id": "T000002R047272", + "___id": "T000002R047427", "___s": true }, { @@ -453392,7 +454443,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -453433,7 +454484,7 @@ "name": "camera" } ], - "___id": "T000002R047273", + "___id": "T000002R047428", "___s": true }, { @@ -453442,7 +454493,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -453477,7 +454528,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R047274", + "___id": "T000002R047429", "___s": true }, { @@ -453486,7 +454537,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -453543,7 +454594,7 @@ "name": "displayList" } ], - "___id": "T000002R047275", + "___id": "T000002R047430", "___s": true }, { @@ -453552,7 +454603,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -453579,7 +454630,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R047276", + "___id": "T000002R047431", "___s": true }, { @@ -453588,7 +454639,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -453619,7 +454670,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R047277", + "___id": "T000002R047432", "___s": true }, { @@ -453628,7 +454679,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -453655,7 +454706,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R047278", + "___id": "T000002R047433", "___s": true }, { @@ -453664,7 +454715,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -453696,7 +454747,7 @@ "name": "fromScene" } ], - "___id": "T000002R047279", + "___id": "T000002R047434", "___s": true }, { @@ -453705,7 +454756,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -453717,7 +454768,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R047280", + "___id": "T000002R047435", "___s": true }, { @@ -453726,7 +454777,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -453769,7 +454820,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R047281", + "___id": "T000002R047436", "___s": true }, { @@ -453778,7 +454829,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -453838,7 +454889,7 @@ "name": "event" } ], - "___id": "T000002R047282", + "___id": "T000002R047437", "___s": true }, { @@ -453847,7 +454898,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -453898,7 +454949,7 @@ "name": "event" } ], - "___id": "T000002R047283", + "___id": "T000002R047438", "___s": true }, { @@ -453907,7 +454958,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -453973,7 +455024,7 @@ "name": "args" } ], - "___id": "T000002R047284", + "___id": "T000002R047439", "___s": true }, { @@ -453982,7 +455033,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -454061,7 +455112,7 @@ "name": "context" } ], - "___id": "T000002R047285", + "___id": "T000002R047440", "___s": true }, { @@ -454070,7 +455121,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -454149,7 +455200,7 @@ "name": "context" } ], - "___id": "T000002R047286", + "___id": "T000002R047441", "___s": true }, { @@ -454158,7 +455209,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -454237,7 +455288,7 @@ "name": "context" } ], - "___id": "T000002R047287", + "___id": "T000002R047442", "___s": true }, { @@ -454246,7 +455297,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -454339,7 +455390,7 @@ "name": "once" } ], - "___id": "T000002R047288", + "___id": "T000002R047443", "___s": true }, { @@ -454348,7 +455399,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -454441,7 +455492,7 @@ "name": "once" } ], - "___id": "T000002R047289", + "___id": "T000002R047444", "___s": true }, { @@ -454450,7 +455501,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -454503,7 +455554,7 @@ "name": "event" } ], - "___id": "T000002R047290", + "___id": "T000002R047445", "___s": true }, { @@ -454512,7 +455563,7 @@ "filename": "Alpha.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -454539,7 +455590,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#clearAlpha", "inherited": true, - "___id": "T000002R047296", + "___id": "T000002R047451", "___s": true }, { @@ -454548,7 +455599,7 @@ "filename": "Alpha.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -454634,7 +455685,7 @@ "name": "bottomRight" } ], - "___id": "T000002R047297", + "___id": "T000002R047452", "___s": true }, { @@ -454643,7 +455694,7 @@ "filename": "Alpha.js", "lineno": 129, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -454664,7 +455715,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alpha", "inherited": true, - "___id": "T000002R047298", + "___id": "T000002R047453", "___s": true }, { @@ -454673,7 +455724,7 @@ "filename": "Alpha.js", "lineno": 167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopLeft", @@ -454701,7 +455752,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopLeft", "inherited": true, - "___id": "T000002R047299", + "___id": "T000002R047454", "___s": true }, { @@ -454710,7 +455761,7 @@ "filename": "Alpha.js", "lineno": 197, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopRight", @@ -454738,7 +455789,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopRight", "inherited": true, - "___id": "T000002R047300", + "___id": "T000002R047455", "___s": true }, { @@ -454747,7 +455798,7 @@ "filename": "Alpha.js", "lineno": 227, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomLeft", @@ -454775,7 +455826,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomLeft", "inherited": true, - "___id": "T000002R047301", + "___id": "T000002R047456", "___s": true }, { @@ -454784,7 +455835,7 @@ "filename": "Alpha.js", "lineno": 257, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomRight", @@ -454812,7 +455863,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomRight", "inherited": true, - "___id": "T000002R047302", + "___id": "T000002R047457", "___s": true }, { @@ -454821,7 +455872,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -454857,7 +455908,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R047304", + "___id": "T000002R047459", "___s": true }, { @@ -454866,7 +455917,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -454923,16 +455974,16 @@ "name": "value" } ], - "___id": "T000002R047305", + "___id": "T000002R047460", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -454953,16 +456004,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R047307", + "___id": "T000002R047462", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -455004,7 +456055,181 @@ "name": "value" } ], - "___id": "T000002R047308", + "___id": "T000002R047463", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.DynamicBitmapText#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.DynamicBitmapText", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R047464", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.DynamicBitmapText#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.DynamicBitmapText", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R047465", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.DynamicBitmapText#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.DynamicBitmapText", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R047466", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.DynamicBitmapText#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.DynamicBitmapText", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R047467", "___s": true }, { @@ -455013,7 +456238,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -455078,7 +456303,7 @@ "name": "includeParent" } ], - "___id": "T000002R047310", + "___id": "T000002R047469", "___s": true }, { @@ -455087,7 +456312,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -455152,7 +456377,7 @@ "name": "includeParent" } ], - "___id": "T000002R047311", + "___id": "T000002R047470", "___s": true }, { @@ -455161,7 +456386,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -455226,7 +456451,7 @@ "name": "includeParent" } ], - "___id": "T000002R047312", + "___id": "T000002R047471", "___s": true }, { @@ -455235,7 +456460,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -455300,7 +456525,7 @@ "name": "includeParent" } ], - "___id": "T000002R047313", + "___id": "T000002R047472", "___s": true }, { @@ -455309,7 +456534,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -455374,7 +456599,7 @@ "name": "includeParent" } ], - "___id": "T000002R047314", + "___id": "T000002R047473", "___s": true }, { @@ -455383,7 +456608,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -455448,7 +456673,7 @@ "name": "includeParent" } ], - "___id": "T000002R047315", + "___id": "T000002R047474", "___s": true }, { @@ -455457,7 +456682,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -455522,7 +456747,7 @@ "name": "includeParent" } ], - "___id": "T000002R047316", + "___id": "T000002R047475", "___s": true }, { @@ -455531,7 +456756,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -455596,7 +456821,7 @@ "name": "includeParent" } ], - "___id": "T000002R047317", + "___id": "T000002R047476", "___s": true }, { @@ -455605,7 +456830,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -455670,7 +456895,7 @@ "name": "includeParent" } ], - "___id": "T000002R047318", + "___id": "T000002R047477", "___s": true }, { @@ -455679,7 +456904,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -455749,7 +456974,7 @@ "name": "output" } ], - "___id": "T000002R047319", + "___id": "T000002R047478", "___s": true }, { @@ -455758,7 +456983,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -455789,7 +457014,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R047320", + "___id": "T000002R047479", "___s": true }, { @@ -455798,7 +457023,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -455850,7 +457075,7 @@ "name": "mask" } ], - "___id": "T000002R047321", + "___id": "T000002R047480", "___s": true }, { @@ -455859,7 +457084,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -455903,7 +457128,7 @@ "name": "destroyMask" } ], - "___id": "T000002R047322", + "___id": "T000002R047481", "___s": true }, { @@ -455912,7 +457137,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -456065,7 +457290,7 @@ "name": "frame" } ], - "___id": "T000002R047323", + "___id": "T000002R047482", "___s": true }, { @@ -456074,7 +457299,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -456146,7 +457371,7 @@ "name": "graphics" } ], - "___id": "T000002R047324", + "___id": "T000002R047483", "___s": true }, { @@ -456155,7 +457380,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -456178,7 +457403,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, - "___id": "T000002R047326", + "___id": "T000002R047485", "___s": true }, { @@ -456187,7 +457412,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -456210,7 +457435,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, - "___id": "T000002R047327", + "___id": "T000002R047486", "___s": true }, { @@ -456219,7 +457444,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -456240,7 +457465,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, - "___id": "T000002R047328", + "___id": "T000002R047487", "___s": true }, { @@ -456249,7 +457474,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -456270,7 +457495,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, - "___id": "T000002R047329", + "___id": "T000002R047488", "___s": true }, { @@ -456279,7 +457504,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -456338,7 +457563,7 @@ "name": "y" } ], - "___id": "T000002R047330", + "___id": "T000002R047489", "___s": true }, { @@ -456347,7 +457572,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -456374,7 +457599,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R047331", + "___id": "T000002R047490", "___s": true }, { @@ -456383,7 +457608,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -456442,7 +457667,7 @@ "name": "y" } ], - "___id": "T000002R047332", + "___id": "T000002R047491", "___s": true }, { @@ -456451,7 +457676,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -456480,7 +457705,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R047333", + "___id": "T000002R047492", "___s": true }, { @@ -456489,7 +457714,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -456518,7 +457743,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R047334", + "___id": "T000002R047493", "___s": true }, { @@ -456527,7 +457752,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -456555,7 +457780,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R047335", + "___id": "T000002R047494", "___s": true }, { @@ -456564,7 +457789,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -456623,7 +457848,7 @@ "name": "pipeline" } ], - "___id": "T000002R047336", + "___id": "T000002R047495", "___s": true }, { @@ -456632,7 +457857,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -456720,7 +457945,7 @@ "name": "copyData" } ], - "___id": "T000002R047337", + "___id": "T000002R047496", "___s": true }, { @@ -456729,7 +457954,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -456792,7 +458017,7 @@ "name": "value" } ], - "___id": "T000002R047338", + "___id": "T000002R047497", "___s": true }, { @@ -456801,7 +458026,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -456851,16 +458076,16 @@ "name": "resetData" } ], - "___id": "T000002R047339", + "___id": "T000002R047498", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -456883,17 +458108,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.DynamicBitmapText", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R047340", + "___id": "T000002R047499", "___s": true }, { @@ -456902,7 +458129,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -456930,7 +458157,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R047341", + "___id": "T000002R047500", "___s": true }, { @@ -456939,7 +458166,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -456976,7 +458203,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R047342", + "___id": "T000002R047501", "___s": true }, { @@ -456985,7 +458212,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -457013,7 +458240,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R047343", + "___id": "T000002R047502", "___s": true }, { @@ -457022,7 +458249,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -457052,7 +458279,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R047344", + "___id": "T000002R047503", "___s": true }, { @@ -457061,7 +458288,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -457089,7 +458316,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R047345", + "___id": "T000002R047504", "___s": true }, { @@ -457098,7 +458325,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -457134,7 +458361,7 @@ "name": "preFX" } ], - "___id": "T000002R047346", + "___id": "T000002R047505", "___s": true }, { @@ -457143,7 +458370,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -457278,7 +458505,7 @@ "name": "copyData" } ], - "___id": "T000002R047347", + "___id": "T000002R047506", "___s": true }, { @@ -457287,7 +458514,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -457350,7 +458577,7 @@ "name": "value" } ], - "___id": "T000002R047348", + "___id": "T000002R047507", "___s": true }, { @@ -457359,7 +458586,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -457441,7 +458668,7 @@ "name": "pipeline" } ], - "___id": "T000002R047349", + "___id": "T000002R047508", "___s": true }, { @@ -457450,7 +458677,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -457486,7 +458713,7 @@ "name": "resetData" } ], - "___id": "T000002R047350", + "___id": "T000002R047509", "___s": true }, { @@ -457495,7 +458722,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -457554,7 +458781,7 @@ "name": "pipeline" } ], - "___id": "T000002R047351", + "___id": "T000002R047510", "___s": true }, { @@ -457563,7 +458790,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -457597,7 +458824,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R047352", + "___id": "T000002R047511", "___s": true }, { @@ -457606,7 +458833,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -457628,7 +458855,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R047353", + "___id": "T000002R047512", "___s": true }, { @@ -457637,7 +458864,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -457659,7 +458886,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R047354", + "___id": "T000002R047513", "___s": true }, { @@ -457668,7 +458895,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -457725,7 +458952,7 @@ "name": "y" } ], - "___id": "T000002R047355", + "___id": "T000002R047514", "___s": true }, { @@ -457734,7 +458961,7 @@ "filename": "Texture.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "texture", @@ -457765,7 +458992,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Texture#texture", "inherited": true, - "___id": "T000002R047356", + "___id": "T000002R047515", "___s": true }, { @@ -457774,7 +459001,7 @@ "filename": "Texture.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "frame", @@ -457795,7 +459022,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Texture#frame", "inherited": true, - "___id": "T000002R047357", + "___id": "T000002R047516", "___s": true }, { @@ -457804,7 +459031,7 @@ "filename": "Texture.js", "lineno": 49, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTexture", @@ -457910,7 +459137,7 @@ "name": "updateOrigin" } ], - "___id": "T000002R047359", + "___id": "T000002R047518", "___s": true }, { @@ -457919,7 +459146,7 @@ "filename": "Texture.js", "lineno": 75, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFrame", @@ -458006,7 +459233,7 @@ "name": "updateOrigin" } ], - "___id": "T000002R047360", + "___id": "T000002R047519", "___s": true }, { @@ -458015,7 +459242,7 @@ "filename": "Tint.js", "lineno": 18, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopLeft", @@ -458037,7 +459264,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintTopLeft", "inherited": true, - "___id": "T000002R047361", + "___id": "T000002R047520", "___s": true }, { @@ -458046,7 +459273,7 @@ "filename": "Tint.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopRight", @@ -458068,7 +459295,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintTopRight", "inherited": true, - "___id": "T000002R047362", + "___id": "T000002R047521", "___s": true }, { @@ -458077,7 +459304,7 @@ "filename": "Tint.js", "lineno": 42, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomLeft", @@ -458099,7 +459326,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintBottomLeft", "inherited": true, - "___id": "T000002R047363", + "___id": "T000002R047522", "___s": true }, { @@ -458108,7 +459335,7 @@ "filename": "Tint.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomRight", @@ -458130,7 +459357,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintBottomRight", "inherited": true, - "___id": "T000002R047364", + "___id": "T000002R047523", "___s": true }, { @@ -458139,7 +459366,7 @@ "filename": "Tint.js", "lineno": 66, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintFill", @@ -458161,7 +459388,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintFill", "inherited": true, - "___id": "T000002R047365", + "___id": "T000002R047524", "___s": true }, { @@ -458170,7 +459397,7 @@ "filename": "Tint.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearTint", @@ -458204,7 +459431,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#clearTint", "inherited": true, - "___id": "T000002R047366", + "___id": "T000002R047525", "___s": true }, { @@ -458213,7 +459440,7 @@ "filename": "Tint.js", "lineno": 98, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTint", @@ -458306,7 +459533,7 @@ "name": "bottomRight" } ], - "___id": "T000002R047367", + "___id": "T000002R047526", "___s": true }, { @@ -458315,7 +459542,7 @@ "filename": "Tint.js", "lineno": 146, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTintFill", @@ -458408,7 +459635,7 @@ "name": "bottomRight" } ], - "___id": "T000002R047368", + "___id": "T000002R047527", "___s": true }, { @@ -458417,7 +459644,7 @@ "filename": "Tint.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tint", @@ -458445,7 +459672,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tint", "inherited": true, - "___id": "T000002R047369", + "___id": "T000002R047528", "___s": true }, { @@ -458454,7 +459681,7 @@ "filename": "Tint.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "isTinted", @@ -458483,7 +459710,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#isTinted", "inherited": true, - "___id": "T000002R047370", + "___id": "T000002R047529", "___s": true }, { @@ -458492,7 +459719,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -458515,7 +459742,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R047371", + "___id": "T000002R047530", "___s": true }, { @@ -458524,7 +459751,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -458546,7 +459773,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R047375", + "___id": "T000002R047534", "___s": true }, { @@ -458555,7 +459782,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -458577,7 +459804,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R047376", + "___id": "T000002R047535", "___s": true }, { @@ -458586,7 +459813,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -458608,7 +459835,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R047377", + "___id": "T000002R047536", "___s": true }, { @@ -458617,7 +459844,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -458639,7 +459866,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R047378", + "___id": "T000002R047537", "___s": true }, { @@ -458648,7 +459875,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -458670,7 +459897,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R047379", + "___id": "T000002R047538", "___s": true }, { @@ -458679,7 +459906,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -458701,7 +459928,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R047380", + "___id": "T000002R047539", "___s": true }, { @@ -458710,7 +459937,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -458732,7 +459959,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R047381", + "___id": "T000002R047540", "___s": true }, { @@ -458741,7 +459968,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -458763,7 +459990,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R047382", + "___id": "T000002R047541", "___s": true }, { @@ -458772,7 +459999,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -458794,7 +460021,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R047383", + "___id": "T000002R047542", "___s": true }, { @@ -458803,7 +460030,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -458892,7 +460119,7 @@ "name": "w" } ], - "___id": "T000002R047384", + "___id": "T000002R047543", "___s": true }, { @@ -458901,7 +460128,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -458958,7 +460185,7 @@ "name": "source" } ], - "___id": "T000002R047385", + "___id": "T000002R047544", "___s": true }, { @@ -458967,7 +460194,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -459054,7 +460281,7 @@ "name": "height" } ], - "___id": "T000002R047386", + "___id": "T000002R047545", "___s": true }, { @@ -459063,7 +460290,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -459107,7 +460334,7 @@ "name": "radians" } ], - "___id": "T000002R047387", + "___id": "T000002R047546", "___s": true }, { @@ -459116,7 +460343,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -459160,7 +460387,7 @@ "name": "degrees" } ], - "___id": "T000002R047388", + "___id": "T000002R047547", "___s": true }, { @@ -459169,7 +460396,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -459228,7 +460455,7 @@ "name": "y" } ], - "___id": "T000002R047389", + "___id": "T000002R047548", "___s": true }, { @@ -459237,7 +460464,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -459281,7 +460508,7 @@ "name": "value" } ], - "___id": "T000002R047390", + "___id": "T000002R047549", "___s": true }, { @@ -459290,7 +460517,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -459334,7 +460561,7 @@ "name": "value" } ], - "___id": "T000002R047391", + "___id": "T000002R047550", "___s": true }, { @@ -459343,7 +460570,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -459387,7 +460614,7 @@ "name": "value" } ], - "___id": "T000002R047392", + "___id": "T000002R047551", "___s": true }, { @@ -459396,7 +460623,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -459440,7 +460667,7 @@ "name": "value" } ], - "___id": "T000002R047393", + "___id": "T000002R047552", "___s": true }, { @@ -459449,7 +460676,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -459491,7 +460718,7 @@ "name": "tempMatrix" } ], - "___id": "T000002R047394", + "___id": "T000002R047553", "___s": true }, { @@ -459500,7 +460727,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -459556,7 +460783,7 @@ "name": "parentMatrix" } ], - "___id": "T000002R047395", + "___id": "T000002R047554", "___s": true }, { @@ -459565,7 +460792,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -459647,7 +460874,7 @@ "name": "camera" } ], - "___id": "T000002R047396", + "___id": "T000002R047555", "___s": true }, { @@ -459656,7 +460883,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -459682,7 +460909,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R047397", + "___id": "T000002R047556", "___s": true }, { @@ -459691,7 +460918,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -459712,7 +460939,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R047399", + "___id": "T000002R047558", "___s": true }, { @@ -459721,7 +460948,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -459763,7 +460990,7 @@ "name": "value" } ], - "___id": "T000002R047400", + "___id": "T000002R047559", "___s": true }, { @@ -459772,7 +460999,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -459793,7 +461020,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R047401", + "___id": "T000002R047560", "___s": true }, { @@ -459802,7 +461029,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -459834,7 +461061,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R047402", + "___id": "T000002R047561", "___s": true }, { @@ -459843,7 +461070,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -459864,7 +461091,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R047403", + "___id": "T000002R047562", "___s": true }, { @@ -459873,7 +461100,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -459904,7 +461131,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R047404", + "___id": "T000002R047563", "___s": true }, { @@ -459913,7 +461140,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -459934,7 +461161,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R047405", + "___id": "T000002R047564", "___s": true }, { @@ -459943,7 +461170,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -459965,7 +461192,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R047406", + "___id": "T000002R047565", "___s": true }, { @@ -459974,7 +461201,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -459996,7 +461223,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R047407", + "___id": "T000002R047566", "___s": true }, { @@ -460005,7 +461232,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -460027,7 +461254,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R047408", + "___id": "T000002R047567", "___s": true }, { @@ -460036,7 +461263,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -460058,7 +461285,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R047409", + "___id": "T000002R047568", "___s": true }, { @@ -460067,7 +461294,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -460089,7 +461316,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R047410", + "___id": "T000002R047569", "___s": true }, { @@ -460098,7 +461325,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -460123,7 +461350,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R047411", + "___id": "T000002R047570", "___s": true }, { @@ -460132,7 +461359,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -460156,7 +461383,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R047412", + "___id": "T000002R047571", "___s": true }, { @@ -460165,7 +461392,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -460204,7 +461431,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R047413", + "___id": "T000002R047572", "___s": true }, { @@ -460213,7 +461440,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -460235,7 +461462,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R047414", + "___id": "T000002R047573", "___s": true }, { @@ -460244,7 +461471,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -460286,7 +461513,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setActive", "inherited": true, - "___id": "T000002R047415", + "___id": "T000002R047574", "___s": true }, { @@ -460295,7 +461522,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -460337,7 +461564,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setName", "inherited": true, - "___id": "T000002R047416", + "___id": "T000002R047575", "___s": true }, { @@ -460346,7 +461573,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -460398,7 +461625,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setState", "inherited": true, - "___id": "T000002R047417", + "___id": "T000002R047576", "___s": true }, { @@ -460407,7 +461634,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -460437,7 +461664,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R047418", + "___id": "T000002R047577", "___s": true }, { @@ -460446,7 +461673,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -460525,7 +461752,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setData", "inherited": true, - "___id": "T000002R047419", + "___id": "T000002R047578", "___s": true }, { @@ -460534,7 +461761,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -460591,7 +461818,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#incData", "inherited": true, - "___id": "T000002R047420", + "___id": "T000002R047579", "___s": true }, { @@ -460600,7 +461827,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -460642,7 +461869,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#toggleData", "inherited": true, - "___id": "T000002R047421", + "___id": "T000002R047580", "___s": true }, { @@ -460651,7 +461878,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -460710,7 +461937,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#getData", "inherited": true, - "___id": "T000002R047422", + "___id": "T000002R047581", "___s": true }, { @@ -460719,7 +461946,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -460806,7 +462033,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setInteractive", "inherited": true, - "___id": "T000002R047423", + "___id": "T000002R047582", "___s": true }, { @@ -460815,7 +462042,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -460842,7 +462069,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R047424", + "___id": "T000002R047583", "___s": true }, { @@ -460851,7 +462078,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -460878,7 +462105,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R047425", + "___id": "T000002R047584", "___s": true }, { @@ -460887,7 +462114,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -460899,7 +462126,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R047426", + "___id": "T000002R047585", "___s": true }, { @@ -460908,7 +462135,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -460920,7 +462147,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R047427", + "___id": "T000002R047586", "___s": true }, { @@ -460929,7 +462156,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -460958,7 +462185,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#update", "inherited": true, - "___id": "T000002R047428", + "___id": "T000002R047587", "___s": true }, { @@ -460967,7 +462194,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -460993,7 +462220,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R047429", + "___id": "T000002R047588", "___s": true }, { @@ -461002,7 +462229,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -461043,7 +462270,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#willRender", "inherited": true, - "___id": "T000002R047430", + "___id": "T000002R047589", "___s": true }, { @@ -461052,7 +462279,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -461087,7 +462314,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R047431", + "___id": "T000002R047590", "___s": true }, { @@ -461096,7 +462323,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -461153,7 +462380,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#addToDisplayList", "inherited": true, - "___id": "T000002R047432", + "___id": "T000002R047591", "___s": true }, { @@ -461162,7 +462389,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -461189,7 +462416,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R047433", + "___id": "T000002R047592", "___s": true }, { @@ -461198,7 +462425,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -461229,7 +462456,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R047434", + "___id": "T000002R047593", "___s": true }, { @@ -461238,7 +462465,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -461265,7 +462492,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R047435", + "___id": "T000002R047594", "___s": true }, { @@ -461274,7 +462501,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -461306,7 +462533,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#destroy", "inherited": true, - "___id": "T000002R047436", + "___id": "T000002R047595", "___s": true }, { @@ -461315,7 +462542,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -461327,7 +462554,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R047437", + "___id": "T000002R047596", "___s": true }, { @@ -461336,7 +462563,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -461379,7 +462606,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R047438", + "___id": "T000002R047597", "___s": true }, { @@ -461388,7 +462615,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -461448,7 +462675,7 @@ "name": "event" } ], - "___id": "T000002R047439", + "___id": "T000002R047598", "___s": true }, { @@ -461457,7 +462684,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -461508,7 +462735,7 @@ "name": "event" } ], - "___id": "T000002R047440", + "___id": "T000002R047599", "___s": true }, { @@ -461517,7 +462744,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -461583,7 +462810,7 @@ "name": "args" } ], - "___id": "T000002R047441", + "___id": "T000002R047600", "___s": true }, { @@ -461592,7 +462819,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -461671,7 +462898,7 @@ "name": "context" } ], - "___id": "T000002R047442", + "___id": "T000002R047601", "___s": true }, { @@ -461680,7 +462907,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -461759,7 +462986,7 @@ "name": "context" } ], - "___id": "T000002R047443", + "___id": "T000002R047602", "___s": true }, { @@ -461768,7 +462995,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -461847,7 +463074,7 @@ "name": "context" } ], - "___id": "T000002R047444", + "___id": "T000002R047603", "___s": true }, { @@ -461856,7 +463083,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -461949,7 +463176,7 @@ "name": "once" } ], - "___id": "T000002R047445", + "___id": "T000002R047604", "___s": true }, { @@ -461958,7 +463185,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -462051,7 +463278,7 @@ "name": "once" } ], - "___id": "T000002R047446", + "___id": "T000002R047605", "___s": true }, { @@ -462060,7 +463287,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -462113,7 +463340,7 @@ "name": "event" } ], - "___id": "T000002R047447", + "___id": "T000002R047606", "___s": true }, { @@ -462122,7 +463349,7 @@ "filename": "Alpha.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -462149,7 +463376,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#clearAlpha", "inherited": true, - "___id": "T000002R047453", + "___id": "T000002R047612", "___s": true }, { @@ -462158,7 +463385,7 @@ "filename": "Alpha.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -462244,7 +463471,7 @@ ], "inherits": "Phaser.GameObjects.Components.Alpha#setAlpha", "inherited": true, - "___id": "T000002R047454", + "___id": "T000002R047613", "___s": true }, { @@ -462253,7 +463480,7 @@ "filename": "Alpha.js", "lineno": 129, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -462274,7 +463501,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alpha", "inherited": true, - "___id": "T000002R047455", + "___id": "T000002R047614", "___s": true }, { @@ -462283,7 +463510,7 @@ "filename": "Alpha.js", "lineno": 167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopLeft", @@ -462311,7 +463538,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopLeft", "inherited": true, - "___id": "T000002R047456", + "___id": "T000002R047615", "___s": true }, { @@ -462320,7 +463547,7 @@ "filename": "Alpha.js", "lineno": 197, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopRight", @@ -462348,7 +463575,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopRight", "inherited": true, - "___id": "T000002R047457", + "___id": "T000002R047616", "___s": true }, { @@ -462357,7 +463584,7 @@ "filename": "Alpha.js", "lineno": 227, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomLeft", @@ -462385,7 +463612,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomLeft", "inherited": true, - "___id": "T000002R047458", + "___id": "T000002R047617", "___s": true }, { @@ -462394,7 +463621,7 @@ "filename": "Alpha.js", "lineno": 257, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomRight", @@ -462422,7 +463649,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomRight", "inherited": true, - "___id": "T000002R047459", + "___id": "T000002R047618", "___s": true }, { @@ -462431,7 +463658,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -462467,7 +463694,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R047461", + "___id": "T000002R047620", "___s": true }, { @@ -462476,7 +463703,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -462533,16 +463760,16 @@ ], "inherits": "Phaser.GameObjects.Components.BlendMode#setBlendMode", "inherited": true, - "___id": "T000002R047462", + "___id": "T000002R047621", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -462563,16 +463790,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R047464", + "___id": "T000002R047623", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -462614,7 +463841,181 @@ ], "inherits": "Phaser.GameObjects.Components.Depth#setDepth", "inherited": true, - "___id": "T000002R047465", + "___id": "T000002R047624", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.Blitter#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Blitter", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R047625", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.Blitter#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Blitter", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R047626", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.Blitter#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Blitter", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "___id": "T000002R047627", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.Blitter#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Blitter", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "___id": "T000002R047628", "___s": true }, { @@ -462623,7 +464024,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -462654,7 +464055,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R047466", + "___id": "T000002R047629", "___s": true }, { @@ -462663,7 +464064,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -462715,7 +464116,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#setMask", "inherited": true, - "___id": "T000002R047467", + "___id": "T000002R047630", "___s": true }, { @@ -462724,7 +464125,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -462768,7 +464169,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#clearMask", "inherited": true, - "___id": "T000002R047468", + "___id": "T000002R047631", "___s": true }, { @@ -462777,7 +464178,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -462930,7 +464331,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createBitmapMask", "inherited": true, - "___id": "T000002R047469", + "___id": "T000002R047632", "___s": true }, { @@ -462939,7 +464340,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -463011,7 +464412,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createGeometryMask", "inherited": true, - "___id": "T000002R047470", + "___id": "T000002R047633", "___s": true }, { @@ -463020,7 +464421,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -463049,7 +464450,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R047471", + "___id": "T000002R047634", "___s": true }, { @@ -463058,7 +464459,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -463087,7 +464488,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R047472", + "___id": "T000002R047635", "___s": true }, { @@ -463096,7 +464497,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -463124,7 +464525,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R047473", + "___id": "T000002R047636", "___s": true }, { @@ -463133,7 +464534,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -463192,7 +464593,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#initPipeline", "inherited": true, - "___id": "T000002R047474", + "___id": "T000002R047637", "___s": true }, { @@ -463201,7 +464602,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -463289,7 +464690,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipeline", "inherited": true, - "___id": "T000002R047475", + "___id": "T000002R047638", "___s": true }, { @@ -463298,7 +464699,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -463361,7 +464762,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipelineData", "inherited": true, - "___id": "T000002R047476", + "___id": "T000002R047639", "___s": true }, { @@ -463370,7 +464771,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -463420,16 +464821,16 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#resetPipeline", "inherited": true, - "___id": "T000002R047477", + "___id": "T000002R047640", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -463452,17 +464853,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.Blitter", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R047478", + "___id": "T000002R047641", "___s": true }, { @@ -463471,7 +464874,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -463499,7 +464902,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R047479", + "___id": "T000002R047642", "___s": true }, { @@ -463508,7 +464911,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -463545,7 +464948,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R047480", + "___id": "T000002R047643", "___s": true }, { @@ -463554,7 +464957,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -463582,7 +464985,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R047481", + "___id": "T000002R047644", "___s": true }, { @@ -463591,7 +464994,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -463621,7 +465024,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R047482", + "___id": "T000002R047645", "___s": true }, { @@ -463630,7 +465033,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -463658,7 +465061,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R047483", + "___id": "T000002R047646", "___s": true }, { @@ -463667,7 +465070,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -463703,7 +465106,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#initPostPipeline", "inherited": true, - "___id": "T000002R047484", + "___id": "T000002R047647", "___s": true }, { @@ -463712,7 +465115,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -463847,7 +465250,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipeline", "inherited": true, - "___id": "T000002R047485", + "___id": "T000002R047648", "___s": true }, { @@ -463856,7 +465259,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -463919,7 +465322,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipelineData", "inherited": true, - "___id": "T000002R047486", + "___id": "T000002R047649", "___s": true }, { @@ -463928,7 +465331,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -464010,7 +465413,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#getPostPipeline", "inherited": true, - "___id": "T000002R047487", + "___id": "T000002R047650", "___s": true }, { @@ -464019,7 +465422,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -464055,7 +465458,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#resetPostPipeline", "inherited": true, - "___id": "T000002R047488", + "___id": "T000002R047651", "___s": true }, { @@ -464064,7 +465467,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -464123,7 +465526,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#removePostPipeline", "inherited": true, - "___id": "T000002R047489", + "___id": "T000002R047652", "___s": true }, { @@ -464132,7 +465535,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -464166,7 +465569,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R047490", + "___id": "T000002R047653", "___s": true }, { @@ -464175,7 +465578,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -464197,7 +465600,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R047491", + "___id": "T000002R047654", "___s": true }, { @@ -464206,7 +465609,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -464228,7 +465631,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R047492", + "___id": "T000002R047655", "___s": true }, { @@ -464237,7 +465640,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -464294,7 +465697,7 @@ ], "inherits": "Phaser.GameObjects.Components.ScrollFactor#setScrollFactor", "inherited": true, - "___id": "T000002R047493", + "___id": "T000002R047656", "___s": true }, { @@ -464303,7 +465706,7 @@ "filename": "Size.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "width", @@ -464324,7 +465727,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#width", "inherited": true, - "___id": "T000002R047495", + "___id": "T000002R047658", "___s": true }, { @@ -464333,7 +465736,7 @@ "filename": "Size.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "height", @@ -464354,7 +465757,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#height", "inherited": true, - "___id": "T000002R047496", + "___id": "T000002R047659", "___s": true }, { @@ -464363,7 +465766,7 @@ "filename": "Size.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayWidth", @@ -464384,7 +465787,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#displayWidth", "inherited": true, - "___id": "T000002R047497", + "___id": "T000002R047660", "___s": true }, { @@ -464393,7 +465796,7 @@ "filename": "Size.js", "lineno": 78, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayHeight", @@ -464414,7 +465817,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#displayHeight", "inherited": true, - "___id": "T000002R047498", + "___id": "T000002R047661", "___s": true }, { @@ -464423,7 +465826,7 @@ "filename": "Size.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSizeToFrame", @@ -464476,7 +465879,7 @@ ], "inherits": "Phaser.GameObjects.Components.Size#setSizeToFrame", "inherited": true, - "___id": "T000002R047499", + "___id": "T000002R047662", "___s": true }, { @@ -464485,7 +465888,7 @@ "filename": "Size.js", "lineno": 139, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSize", @@ -464540,7 +465943,7 @@ ], "inherits": "Phaser.GameObjects.Components.Size#setSize", "inherited": true, - "___id": "T000002R047500", + "___id": "T000002R047663", "___s": true }, { @@ -464549,7 +465952,7 @@ "filename": "Size.js", "lineno": 166, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplaySize", @@ -464604,7 +466007,7 @@ ], "inherits": "Phaser.GameObjects.Components.Size#setDisplaySize", "inherited": true, - "___id": "T000002R047501", + "___id": "T000002R047664", "___s": true }, { @@ -464613,7 +466016,7 @@ "filename": "Texture.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "texture", @@ -464644,7 +466047,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Texture#texture", "inherited": true, - "___id": "T000002R047502", + "___id": "T000002R047665", "___s": true }, { @@ -464653,7 +466056,7 @@ "filename": "Texture.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "frame", @@ -464674,7 +466077,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Texture#frame", "inherited": true, - "___id": "T000002R047503", + "___id": "T000002R047666", "___s": true }, { @@ -464683,7 +466086,7 @@ "filename": "Texture.js", "lineno": 49, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTexture", @@ -464789,7 +466192,7 @@ ], "inherits": "Phaser.GameObjects.Components.Texture#setTexture", "inherited": true, - "___id": "T000002R047505", + "___id": "T000002R047668", "___s": true }, { @@ -464798,7 +466201,7 @@ "filename": "Texture.js", "lineno": 75, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFrame", @@ -464885,7 +466288,7 @@ ], "inherits": "Phaser.GameObjects.Components.Texture#setFrame", "inherited": true, - "___id": "T000002R047506", + "___id": "T000002R047669", "___s": true }, { @@ -464894,7 +466297,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -464917,7 +466320,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R047507", + "___id": "T000002R047670", "___s": true }, { @@ -464926,7 +466329,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -464948,7 +466351,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R047511", + "___id": "T000002R047674", "___s": true }, { @@ -464957,7 +466360,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -464979,7 +466382,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R047512", + "___id": "T000002R047675", "___s": true }, { @@ -464988,7 +466391,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -465010,7 +466413,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R047513", + "___id": "T000002R047676", "___s": true }, { @@ -465019,7 +466422,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -465041,7 +466444,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R047514", + "___id": "T000002R047677", "___s": true }, { @@ -465050,7 +466453,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -465072,7 +466475,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R047515", + "___id": "T000002R047678", "___s": true }, { @@ -465081,7 +466484,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -465103,7 +466506,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R047516", + "___id": "T000002R047679", "___s": true }, { @@ -465112,7 +466515,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -465134,7 +466537,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R047517", + "___id": "T000002R047680", "___s": true }, { @@ -465143,7 +466546,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -465165,7 +466568,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R047518", + "___id": "T000002R047681", "___s": true }, { @@ -465174,7 +466577,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -465196,7 +466599,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R047519", + "___id": "T000002R047682", "___s": true }, { @@ -465205,7 +466608,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -465294,7 +466697,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setPosition", "inherited": true, - "___id": "T000002R047520", + "___id": "T000002R047683", "___s": true }, { @@ -465303,7 +466706,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -465360,7 +466763,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#copyPosition", "inherited": true, - "___id": "T000002R047521", + "___id": "T000002R047684", "___s": true }, { @@ -465369,7 +466772,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -465456,7 +466859,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRandomPosition", "inherited": true, - "___id": "T000002R047522", + "___id": "T000002R047685", "___s": true }, { @@ -465465,7 +466868,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -465509,7 +466912,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRotation", "inherited": true, - "___id": "T000002R047523", + "___id": "T000002R047686", "___s": true }, { @@ -465518,7 +466921,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -465562,7 +466965,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setAngle", "inherited": true, - "___id": "T000002R047524", + "___id": "T000002R047687", "___s": true }, { @@ -465571,7 +466974,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -465630,7 +467033,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setScale", "inherited": true, - "___id": "T000002R047525", + "___id": "T000002R047688", "___s": true }, { @@ -465639,7 +467042,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -465683,7 +467086,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setX", "inherited": true, - "___id": "T000002R047526", + "___id": "T000002R047689", "___s": true }, { @@ -465692,7 +467095,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -465736,7 +467139,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setY", "inherited": true, - "___id": "T000002R047527", + "___id": "T000002R047690", "___s": true }, { @@ -465745,7 +467148,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -465789,7 +467192,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setZ", "inherited": true, - "___id": "T000002R047528", + "___id": "T000002R047691", "___s": true }, { @@ -465798,7 +467201,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -465842,7 +467245,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setW", "inherited": true, - "___id": "T000002R047529", + "___id": "T000002R047692", "___s": true }, { @@ -465851,7 +467254,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -465893,7 +467296,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalTransformMatrix", "inherited": true, - "___id": "T000002R047530", + "___id": "T000002R047693", "___s": true }, { @@ -465902,7 +467305,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -465958,7 +467361,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getWorldTransformMatrix", "inherited": true, - "___id": "T000002R047531", + "___id": "T000002R047694", "___s": true }, { @@ -465967,7 +467370,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -466049,7 +467452,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalPoint", "inherited": true, - "___id": "T000002R047532", + "___id": "T000002R047695", "___s": true }, { @@ -466058,7 +467461,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -466084,7 +467487,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R047533", + "___id": "T000002R047696", "___s": true }, { @@ -466093,7 +467496,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -466114,7 +467517,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R047535", + "___id": "T000002R047698", "___s": true }, { @@ -466123,7 +467526,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -466165,7 +467568,7 @@ ], "inherits": "Phaser.GameObjects.Components.Visible#setVisible", "inherited": true, - "___id": "T000002R047536", + "___id": "T000002R047699", "___s": true }, { @@ -466174,7 +467577,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -466195,7 +467598,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R047537", + "___id": "T000002R047700", "___s": true }, { @@ -466204,7 +467607,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -466236,7 +467639,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R047538", + "___id": "T000002R047701", "___s": true }, { @@ -466245,7 +467648,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -466266,7 +467669,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R047539", + "___id": "T000002R047702", "___s": true }, { @@ -466275,7 +467678,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -466306,7 +467709,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R047540", + "___id": "T000002R047703", "___s": true }, { @@ -466315,7 +467718,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -466336,7 +467739,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R047541", + "___id": "T000002R047704", "___s": true }, { @@ -466345,7 +467748,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -466367,7 +467770,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R047542", + "___id": "T000002R047705", "___s": true }, { @@ -466376,7 +467779,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -466398,7 +467801,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R047543", + "___id": "T000002R047706", "___s": true }, { @@ -466407,7 +467810,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -466429,7 +467832,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R047544", + "___id": "T000002R047707", "___s": true }, { @@ -466438,7 +467841,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -466460,7 +467863,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R047545", + "___id": "T000002R047708", "___s": true }, { @@ -466469,7 +467872,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -466491,7 +467894,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R047546", + "___id": "T000002R047709", "___s": true }, { @@ -466500,7 +467903,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -466525,7 +467928,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R047547", + "___id": "T000002R047710", "___s": true }, { @@ -466534,7 +467937,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -466558,7 +467961,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R047548", + "___id": "T000002R047711", "___s": true }, { @@ -466567,7 +467970,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -466606,7 +468009,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R047549", + "___id": "T000002R047712", "___s": true }, { @@ -466615,7 +468018,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -466637,7 +468040,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R047550", + "___id": "T000002R047713", "___s": true }, { @@ -466646,7 +468049,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -466688,7 +468091,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setActive", "inherited": true, - "___id": "T000002R047551", + "___id": "T000002R047714", "___s": true }, { @@ -466697,7 +468100,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -466739,7 +468142,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setName", "inherited": true, - "___id": "T000002R047552", + "___id": "T000002R047715", "___s": true }, { @@ -466748,7 +468151,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -466800,7 +468203,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setState", "inherited": true, - "___id": "T000002R047553", + "___id": "T000002R047716", "___s": true }, { @@ -466809,7 +468212,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -466839,7 +468242,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R047554", + "___id": "T000002R047717", "___s": true }, { @@ -466848,7 +468251,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -466927,7 +468330,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setData", "inherited": true, - "___id": "T000002R047555", + "___id": "T000002R047718", "___s": true }, { @@ -466936,7 +468339,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -466993,7 +468396,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#incData", "inherited": true, - "___id": "T000002R047556", + "___id": "T000002R047719", "___s": true }, { @@ -467002,7 +468405,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -467044,7 +468447,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#toggleData", "inherited": true, - "___id": "T000002R047557", + "___id": "T000002R047720", "___s": true }, { @@ -467053,7 +468456,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -467112,7 +468515,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#getData", "inherited": true, - "___id": "T000002R047558", + "___id": "T000002R047721", "___s": true }, { @@ -467121,7 +468524,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -467208,7 +468611,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setInteractive", "inherited": true, - "___id": "T000002R047559", + "___id": "T000002R047722", "___s": true }, { @@ -467217,7 +468620,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -467244,7 +468647,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R047560", + "___id": "T000002R047723", "___s": true }, { @@ -467253,7 +468656,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -467280,7 +468683,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R047561", + "___id": "T000002R047724", "___s": true }, { @@ -467289,7 +468692,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -467301,7 +468704,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R047562", + "___id": "T000002R047725", "___s": true }, { @@ -467310,7 +468713,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -467322,7 +468725,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R047563", + "___id": "T000002R047726", "___s": true }, { @@ -467331,7 +468734,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -467360,7 +468763,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#update", "inherited": true, - "___id": "T000002R047564", + "___id": "T000002R047727", "___s": true }, { @@ -467369,7 +468772,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -467395,7 +468798,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R047565", + "___id": "T000002R047728", "___s": true }, { @@ -467404,7 +468807,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -467445,7 +468848,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#willRender", "inherited": true, - "___id": "T000002R047566", + "___id": "T000002R047729", "___s": true }, { @@ -467454,7 +468857,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -467489,7 +468892,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R047567", + "___id": "T000002R047730", "___s": true }, { @@ -467498,7 +468901,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -467555,7 +468958,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#addToDisplayList", "inherited": true, - "___id": "T000002R047568", + "___id": "T000002R047731", "___s": true }, { @@ -467564,7 +468967,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -467591,7 +468994,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R047569", + "___id": "T000002R047732", "___s": true }, { @@ -467600,7 +469003,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -467631,7 +469034,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R047570", + "___id": "T000002R047733", "___s": true }, { @@ -467640,7 +469043,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -467667,7 +469070,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R047571", + "___id": "T000002R047734", "___s": true }, { @@ -467676,7 +469079,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -467708,7 +469111,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#destroy", "inherited": true, - "___id": "T000002R047572", + "___id": "T000002R047735", "___s": true }, { @@ -467717,7 +469120,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -467729,7 +469132,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R047573", + "___id": "T000002R047736", "___s": true }, { @@ -467738,7 +469141,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -467781,7 +469184,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R047574", + "___id": "T000002R047737", "___s": true }, { @@ -467790,7 +469193,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -467850,7 +469253,7 @@ "name": "event" } ], - "___id": "T000002R047575", + "___id": "T000002R047738", "___s": true }, { @@ -467859,7 +469262,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -467910,7 +469313,7 @@ "name": "event" } ], - "___id": "T000002R047576", + "___id": "T000002R047739", "___s": true }, { @@ -467919,7 +469322,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -467985,7 +469388,7 @@ "name": "args" } ], - "___id": "T000002R047577", + "___id": "T000002R047740", "___s": true }, { @@ -467994,7 +469397,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -468073,7 +469476,7 @@ "name": "context" } ], - "___id": "T000002R047578", + "___id": "T000002R047741", "___s": true }, { @@ -468082,7 +469485,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -468161,7 +469564,7 @@ "name": "context" } ], - "___id": "T000002R047579", + "___id": "T000002R047742", "___s": true }, { @@ -468170,7 +469573,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -468249,7 +469652,7 @@ "name": "context" } ], - "___id": "T000002R047580", + "___id": "T000002R047743", "___s": true }, { @@ -468258,7 +469661,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -468351,7 +469754,7 @@ "name": "once" } ], - "___id": "T000002R047581", + "___id": "T000002R047744", "___s": true }, { @@ -468360,7 +469763,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -468453,7 +469856,7 @@ "name": "once" } ], - "___id": "T000002R047582", + "___id": "T000002R047745", "___s": true }, { @@ -468462,7 +469865,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -468515,7 +469918,7 @@ "name": "event" } ], - "___id": "T000002R047583", + "___id": "T000002R047746", "___s": true }, { @@ -468524,7 +469927,7 @@ "filename": "AlphaSingle.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -468551,7 +469954,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#clearAlpha", "inherited": true, - "___id": "T000002R047585", + "___id": "T000002R047748", "___s": true }, { @@ -468560,7 +469963,7 @@ "filename": "AlphaSingle.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -468604,7 +470007,7 @@ ], "inherits": "Phaser.GameObjects.Components.AlphaSingle#setAlpha", "inherited": true, - "___id": "T000002R047586", + "___id": "T000002R047749", "___s": true }, { @@ -468613,7 +470016,7 @@ "filename": "AlphaSingle.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -468634,7 +470037,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#alpha", "inherited": true, - "___id": "T000002R047587", + "___id": "T000002R047750", "___s": true }, { @@ -468643,7 +470046,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -468679,7 +470082,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R047589", + "___id": "T000002R047752", "___s": true }, { @@ -468688,7 +470091,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -468745,7 +470148,7 @@ ], "inherits": "Phaser.GameObjects.Components.BlendMode#setBlendMode", "inherited": true, - "___id": "T000002R047590", + "___id": "T000002R047753", "___s": true }, { @@ -468754,7 +470157,7 @@ "filename": "ComputedSize.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "width", @@ -468775,7 +470178,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ComputedSize#width", "inherited": true, - "___id": "T000002R047591", + "___id": "T000002R047754", "___s": true }, { @@ -468784,7 +470187,7 @@ "filename": "ComputedSize.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "height", @@ -468805,7 +470208,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ComputedSize#height", "inherited": true, - "___id": "T000002R047592", + "___id": "T000002R047755", "___s": true }, { @@ -468814,7 +470217,7 @@ "filename": "ComputedSize.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayWidth", @@ -468835,7 +470238,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ComputedSize#displayWidth", "inherited": true, - "___id": "T000002R047593", + "___id": "T000002R047756", "___s": true }, { @@ -468844,7 +470247,7 @@ "filename": "ComputedSize.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayHeight", @@ -468865,7 +470268,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ComputedSize#displayHeight", "inherited": true, - "___id": "T000002R047594", + "___id": "T000002R047757", "___s": true }, { @@ -468874,7 +470277,7 @@ "filename": "ComputedSize.js", "lineno": 93, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSize", @@ -468929,7 +470332,7 @@ ], "inherits": "Phaser.GameObjects.Components.ComputedSize#setSize", "inherited": true, - "___id": "T000002R047595", + "___id": "T000002R047758", "___s": true }, { @@ -468938,7 +470341,7 @@ "filename": "ComputedSize.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplaySize", @@ -468993,16 +470396,16 @@ ], "inherits": "Phaser.GameObjects.Components.ComputedSize#setDisplaySize", "inherited": true, - "___id": "T000002R047596", + "___id": "T000002R047759", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -469023,16 +470426,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R047598", + "___id": "T000002R047761", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -469074,7 +470477,181 @@ ], "inherits": "Phaser.GameObjects.Components.Depth#setDepth", "inherited": true, - "___id": "T000002R047599", + "___id": "T000002R047762", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.Container#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Container", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R047763", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.Container#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Container", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R047764", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.Container#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Container", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "___id": "T000002R047765", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.Container#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Container", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "___id": "T000002R047766", "___s": true }, { @@ -469083,7 +470660,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -469114,7 +470691,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R047600", + "___id": "T000002R047767", "___s": true }, { @@ -469123,7 +470700,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -469175,7 +470752,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#setMask", "inherited": true, - "___id": "T000002R047601", + "___id": "T000002R047768", "___s": true }, { @@ -469184,7 +470761,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -469228,7 +470805,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#clearMask", "inherited": true, - "___id": "T000002R047602", + "___id": "T000002R047769", "___s": true }, { @@ -469237,7 +470814,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -469390,7 +470967,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createBitmapMask", "inherited": true, - "___id": "T000002R047603", + "___id": "T000002R047770", "___s": true }, { @@ -469399,7 +470976,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -469471,7 +471048,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createGeometryMask", "inherited": true, - "___id": "T000002R047604", + "___id": "T000002R047771", "___s": true }, { @@ -469480,7 +471057,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -469508,7 +471085,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R047605", + "___id": "T000002R047772", "___s": true }, { @@ -469517,7 +471094,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -469554,7 +471131,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R047606", + "___id": "T000002R047773", "___s": true }, { @@ -469563,7 +471140,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -469591,7 +471168,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R047607", + "___id": "T000002R047774", "___s": true }, { @@ -469600,7 +471177,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -469630,7 +471207,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R047608", + "___id": "T000002R047775", "___s": true }, { @@ -469639,7 +471216,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -469667,7 +471244,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R047609", + "___id": "T000002R047776", "___s": true }, { @@ -469676,7 +471253,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -469712,7 +471289,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#initPostPipeline", "inherited": true, - "___id": "T000002R047610", + "___id": "T000002R047777", "___s": true }, { @@ -469721,7 +471298,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -469856,7 +471433,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipeline", "inherited": true, - "___id": "T000002R047611", + "___id": "T000002R047778", "___s": true }, { @@ -469865,7 +471442,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -469928,7 +471505,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipelineData", "inherited": true, - "___id": "T000002R047612", + "___id": "T000002R047779", "___s": true }, { @@ -469937,7 +471514,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -470019,7 +471596,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#getPostPipeline", "inherited": true, - "___id": "T000002R047613", + "___id": "T000002R047780", "___s": true }, { @@ -470028,7 +471605,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -470064,7 +471641,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#resetPostPipeline", "inherited": true, - "___id": "T000002R047614", + "___id": "T000002R047781", "___s": true }, { @@ -470073,7 +471650,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -470132,7 +471709,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#removePostPipeline", "inherited": true, - "___id": "T000002R047615", + "___id": "T000002R047782", "___s": true }, { @@ -470141,7 +471718,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -470175,7 +471752,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R047616", + "___id": "T000002R047783", "___s": true }, { @@ -470184,7 +471761,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -470207,7 +471784,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R047617", + "___id": "T000002R047784", "___s": true }, { @@ -470216,7 +471793,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -470238,7 +471815,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R047621", + "___id": "T000002R047788", "___s": true }, { @@ -470247,7 +471824,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -470269,7 +471846,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R047622", + "___id": "T000002R047789", "___s": true }, { @@ -470278,7 +471855,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -470300,7 +471877,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R047623", + "___id": "T000002R047790", "___s": true }, { @@ -470309,7 +471886,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -470331,7 +471908,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R047624", + "___id": "T000002R047791", "___s": true }, { @@ -470340,7 +471917,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -470362,7 +471939,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R047625", + "___id": "T000002R047792", "___s": true }, { @@ -470371,7 +471948,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -470393,7 +471970,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R047626", + "___id": "T000002R047793", "___s": true }, { @@ -470402,7 +471979,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -470424,7 +472001,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R047627", + "___id": "T000002R047794", "___s": true }, { @@ -470433,7 +472010,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -470455,7 +472032,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R047628", + "___id": "T000002R047795", "___s": true }, { @@ -470464,7 +472041,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -470486,7 +472063,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R047629", + "___id": "T000002R047796", "___s": true }, { @@ -470495,7 +472072,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -470584,7 +472161,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setPosition", "inherited": true, - "___id": "T000002R047630", + "___id": "T000002R047797", "___s": true }, { @@ -470593,7 +472170,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -470650,7 +472227,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#copyPosition", "inherited": true, - "___id": "T000002R047631", + "___id": "T000002R047798", "___s": true }, { @@ -470659,7 +472236,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -470746,7 +472323,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRandomPosition", "inherited": true, - "___id": "T000002R047632", + "___id": "T000002R047799", "___s": true }, { @@ -470755,7 +472332,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -470799,7 +472376,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRotation", "inherited": true, - "___id": "T000002R047633", + "___id": "T000002R047800", "___s": true }, { @@ -470808,7 +472385,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -470852,7 +472429,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setAngle", "inherited": true, - "___id": "T000002R047634", + "___id": "T000002R047801", "___s": true }, { @@ -470861,7 +472438,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -470920,7 +472497,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setScale", "inherited": true, - "___id": "T000002R047635", + "___id": "T000002R047802", "___s": true }, { @@ -470929,7 +472506,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -470973,7 +472550,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setX", "inherited": true, - "___id": "T000002R047636", + "___id": "T000002R047803", "___s": true }, { @@ -470982,7 +472559,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -471026,7 +472603,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setY", "inherited": true, - "___id": "T000002R047637", + "___id": "T000002R047804", "___s": true }, { @@ -471035,7 +472612,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -471079,7 +472656,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setZ", "inherited": true, - "___id": "T000002R047638", + "___id": "T000002R047805", "___s": true }, { @@ -471088,7 +472665,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -471132,7 +472709,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setW", "inherited": true, - "___id": "T000002R047639", + "___id": "T000002R047806", "___s": true }, { @@ -471141,7 +472718,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -471183,7 +472760,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalTransformMatrix", "inherited": true, - "___id": "T000002R047640", + "___id": "T000002R047807", "___s": true }, { @@ -471192,7 +472769,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -471248,7 +472825,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getWorldTransformMatrix", "inherited": true, - "___id": "T000002R047641", + "___id": "T000002R047808", "___s": true }, { @@ -471257,7 +472834,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -471339,7 +472916,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalPoint", "inherited": true, - "___id": "T000002R047642", + "___id": "T000002R047809", "___s": true }, { @@ -471348,7 +472925,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -471374,7 +472951,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R047643", + "___id": "T000002R047810", "___s": true }, { @@ -471383,7 +472960,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -471404,7 +472981,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R047645", + "___id": "T000002R047812", "___s": true }, { @@ -471413,7 +472990,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -471455,7 +473032,7 @@ ], "inherits": "Phaser.GameObjects.Components.Visible#setVisible", "inherited": true, - "___id": "T000002R047646", + "___id": "T000002R047813", "___s": true }, { @@ -471464,7 +473041,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -471485,7 +473062,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R047647", + "___id": "T000002R047814", "___s": true }, { @@ -471494,7 +473071,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -471526,7 +473103,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R047648", + "___id": "T000002R047815", "___s": true }, { @@ -471535,7 +473112,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -471556,7 +473133,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R047649", + "___id": "T000002R047816", "___s": true }, { @@ -471565,7 +473142,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -471596,7 +473173,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R047650", + "___id": "T000002R047817", "___s": true }, { @@ -471605,7 +473182,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -471626,7 +473203,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R047651", + "___id": "T000002R047818", "___s": true }, { @@ -471635,7 +473212,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -471657,7 +473234,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R047652", + "___id": "T000002R047819", "___s": true }, { @@ -471666,7 +473243,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -471688,7 +473265,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R047653", + "___id": "T000002R047820", "___s": true }, { @@ -471697,7 +473274,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -471719,7 +473296,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R047654", + "___id": "T000002R047821", "___s": true }, { @@ -471728,7 +473305,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -471750,7 +473327,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R047655", + "___id": "T000002R047822", "___s": true }, { @@ -471759,7 +473336,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -471781,7 +473358,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R047656", + "___id": "T000002R047823", "___s": true }, { @@ -471790,7 +473367,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -471815,7 +473392,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R047657", + "___id": "T000002R047824", "___s": true }, { @@ -471824,7 +473401,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -471848,7 +473425,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R047658", + "___id": "T000002R047825", "___s": true }, { @@ -471857,7 +473434,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -471896,7 +473473,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R047659", + "___id": "T000002R047826", "___s": true }, { @@ -471905,7 +473482,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -471927,7 +473504,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R047660", + "___id": "T000002R047827", "___s": true }, { @@ -471936,7 +473513,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -471978,7 +473555,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setActive", "inherited": true, - "___id": "T000002R047661", + "___id": "T000002R047828", "___s": true }, { @@ -471987,7 +473564,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -472029,7 +473606,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setName", "inherited": true, - "___id": "T000002R047662", + "___id": "T000002R047829", "___s": true }, { @@ -472038,7 +473615,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -472090,7 +473667,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setState", "inherited": true, - "___id": "T000002R047663", + "___id": "T000002R047830", "___s": true }, { @@ -472099,7 +473676,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -472129,7 +473706,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R047664", + "___id": "T000002R047831", "___s": true }, { @@ -472138,7 +473715,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -472217,7 +473794,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setData", "inherited": true, - "___id": "T000002R047665", + "___id": "T000002R047832", "___s": true }, { @@ -472226,7 +473803,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -472283,7 +473860,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#incData", "inherited": true, - "___id": "T000002R047666", + "___id": "T000002R047833", "___s": true }, { @@ -472292,7 +473869,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -472334,7 +473911,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#toggleData", "inherited": true, - "___id": "T000002R047667", + "___id": "T000002R047834", "___s": true }, { @@ -472343,7 +473920,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -472402,7 +473979,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#getData", "inherited": true, - "___id": "T000002R047668", + "___id": "T000002R047835", "___s": true }, { @@ -472411,7 +473988,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -472498,7 +474075,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setInteractive", "inherited": true, - "___id": "T000002R047669", + "___id": "T000002R047836", "___s": true }, { @@ -472507,7 +474084,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -472534,7 +474111,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R047670", + "___id": "T000002R047837", "___s": true }, { @@ -472543,7 +474120,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -472570,7 +474147,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R047671", + "___id": "T000002R047838", "___s": true }, { @@ -472579,7 +474156,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -472591,7 +474168,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R047672", + "___id": "T000002R047839", "___s": true }, { @@ -472600,7 +474177,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -472612,7 +474189,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R047673", + "___id": "T000002R047840", "___s": true }, { @@ -472621,7 +474198,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -472650,7 +474227,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#update", "inherited": true, - "___id": "T000002R047674", + "___id": "T000002R047841", "___s": true }, { @@ -472659,7 +474236,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -472685,7 +474262,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R047675", + "___id": "T000002R047842", "___s": true }, { @@ -472694,7 +474271,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -472729,7 +474306,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R047676", + "___id": "T000002R047843", "___s": true }, { @@ -472738,7 +474315,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -472795,7 +474372,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#addToDisplayList", "inherited": true, - "___id": "T000002R047677", + "___id": "T000002R047844", "___s": true }, { @@ -472804,7 +474381,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -472831,7 +474408,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R047678", + "___id": "T000002R047845", "___s": true }, { @@ -472840,7 +474417,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -472871,7 +474448,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R047679", + "___id": "T000002R047846", "___s": true }, { @@ -472880,7 +474457,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -472907,7 +474484,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R047680", + "___id": "T000002R047847", "___s": true }, { @@ -472916,7 +474493,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -472948,7 +474525,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#destroy", "inherited": true, - "___id": "T000002R047681", + "___id": "T000002R047848", "___s": true }, { @@ -472957,7 +474534,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -472969,7 +474546,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R047682", + "___id": "T000002R047849", "___s": true }, { @@ -472978,7 +474555,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -473021,7 +474598,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R047683", + "___id": "T000002R047850", "___s": true }, { @@ -473030,7 +474607,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -473090,7 +474667,7 @@ "name": "event" } ], - "___id": "T000002R047684", + "___id": "T000002R047851", "___s": true }, { @@ -473099,7 +474676,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -473150,7 +474727,7 @@ "name": "event" } ], - "___id": "T000002R047685", + "___id": "T000002R047852", "___s": true }, { @@ -473159,7 +474736,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -473225,7 +474802,7 @@ "name": "args" } ], - "___id": "T000002R047686", + "___id": "T000002R047853", "___s": true }, { @@ -473234,7 +474811,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -473313,7 +474890,7 @@ "name": "context" } ], - "___id": "T000002R047687", + "___id": "T000002R047854", "___s": true }, { @@ -473322,7 +474899,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -473401,7 +474978,7 @@ "name": "context" } ], - "___id": "T000002R047688", + "___id": "T000002R047855", "___s": true }, { @@ -473410,7 +474987,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -473503,7 +475080,7 @@ "name": "once" } ], - "___id": "T000002R047689", + "___id": "T000002R047856", "___s": true }, { @@ -473512,7 +475089,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -473565,7 +475142,7 @@ "name": "event" } ], - "___id": "T000002R047690", + "___id": "T000002R047857", "___s": true }, { @@ -473574,7 +475151,7 @@ "filename": "AlphaSingle.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -473601,7 +475178,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#clearAlpha", "inherited": true, - "___id": "T000002R047692", + "___id": "T000002R047859", "___s": true }, { @@ -473610,7 +475187,7 @@ "filename": "AlphaSingle.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -473654,7 +475231,7 @@ ], "inherits": "Phaser.GameObjects.Components.AlphaSingle#setAlpha", "inherited": true, - "___id": "T000002R047693", + "___id": "T000002R047860", "___s": true }, { @@ -473663,7 +475240,7 @@ "filename": "AlphaSingle.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -473684,7 +475261,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#alpha", "inherited": true, - "___id": "T000002R047694", + "___id": "T000002R047861", "___s": true }, { @@ -473693,7 +475270,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -473729,7 +475306,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R047696", + "___id": "T000002R047863", "___s": true }, { @@ -473738,7 +475315,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -473795,16 +475372,16 @@ ], "inherits": "Phaser.GameObjects.Components.BlendMode#setBlendMode", "inherited": true, - "___id": "T000002R047697", + "___id": "T000002R047864", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -473825,16 +475402,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R047699", + "___id": "T000002R047866", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -473876,7 +475453,181 @@ ], "inherits": "Phaser.GameObjects.Components.Depth#setDepth", "inherited": true, - "___id": "T000002R047700", + "___id": "T000002R047867", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.DOMElement#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.DOMElement", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R047868", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.DOMElement#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.DOMElement", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R047869", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.DOMElement#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.DOMElement", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "___id": "T000002R047870", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.DOMElement#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.DOMElement", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "___id": "T000002R047871", "___s": true }, { @@ -473885,7 +475636,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -473908,7 +475659,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, - "___id": "T000002R047702", + "___id": "T000002R047873", "___s": true }, { @@ -473917,7 +475668,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -473940,7 +475691,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, - "___id": "T000002R047703", + "___id": "T000002R047874", "___s": true }, { @@ -473949,7 +475700,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -473970,7 +475721,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, - "___id": "T000002R047704", + "___id": "T000002R047875", "___s": true }, { @@ -473979,7 +475730,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -474000,7 +475751,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, - "___id": "T000002R047705", + "___id": "T000002R047876", "___s": true }, { @@ -474009,7 +475760,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -474068,7 +475819,7 @@ ], "inherits": "Phaser.GameObjects.Components.Origin#setOrigin", "inherited": true, - "___id": "T000002R047706", + "___id": "T000002R047877", "___s": true }, { @@ -474077,7 +475828,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -474104,7 +475855,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R047707", + "___id": "T000002R047878", "___s": true }, { @@ -474113,7 +475864,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -474172,7 +475923,7 @@ ], "inherits": "Phaser.GameObjects.Components.Origin#setDisplayOrigin", "inherited": true, - "___id": "T000002R047708", + "___id": "T000002R047879", "___s": true }, { @@ -474181,7 +475932,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -474208,7 +475959,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, - "___id": "T000002R047709", + "___id": "T000002R047880", "___s": true }, { @@ -474217,7 +475968,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -474239,7 +475990,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R047710", + "___id": "T000002R047881", "___s": true }, { @@ -474248,7 +475999,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -474270,7 +476021,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R047711", + "___id": "T000002R047882", "___s": true }, { @@ -474279,7 +476030,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -474336,7 +476087,7 @@ ], "inherits": "Phaser.GameObjects.Components.ScrollFactor#setScrollFactor", "inherited": true, - "___id": "T000002R047712", + "___id": "T000002R047883", "___s": true }, { @@ -474345,7 +476096,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -474368,7 +476119,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R047713", + "___id": "T000002R047884", "___s": true }, { @@ -474377,7 +476128,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -474399,7 +476150,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R047717", + "___id": "T000002R047888", "___s": true }, { @@ -474408,7 +476159,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -474430,7 +476181,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R047718", + "___id": "T000002R047889", "___s": true }, { @@ -474439,7 +476190,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -474461,7 +476212,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R047719", + "___id": "T000002R047890", "___s": true }, { @@ -474470,7 +476221,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -474492,7 +476243,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R047720", + "___id": "T000002R047891", "___s": true }, { @@ -474501,7 +476252,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -474523,7 +476274,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R047721", + "___id": "T000002R047892", "___s": true }, { @@ -474532,7 +476283,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -474554,7 +476305,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R047722", + "___id": "T000002R047893", "___s": true }, { @@ -474563,7 +476314,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -474585,7 +476336,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R047723", + "___id": "T000002R047894", "___s": true }, { @@ -474594,7 +476345,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -474616,7 +476367,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R047724", + "___id": "T000002R047895", "___s": true }, { @@ -474625,7 +476376,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -474647,7 +476398,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R047725", + "___id": "T000002R047896", "___s": true }, { @@ -474656,7 +476407,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -474745,7 +476496,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setPosition", "inherited": true, - "___id": "T000002R047726", + "___id": "T000002R047897", "___s": true }, { @@ -474754,7 +476505,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -474811,7 +476562,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#copyPosition", "inherited": true, - "___id": "T000002R047727", + "___id": "T000002R047898", "___s": true }, { @@ -474820,7 +476571,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -474907,7 +476658,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRandomPosition", "inherited": true, - "___id": "T000002R047728", + "___id": "T000002R047899", "___s": true }, { @@ -474916,7 +476667,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -474960,7 +476711,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRotation", "inherited": true, - "___id": "T000002R047729", + "___id": "T000002R047900", "___s": true }, { @@ -474969,7 +476720,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -475013,7 +476764,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setAngle", "inherited": true, - "___id": "T000002R047730", + "___id": "T000002R047901", "___s": true }, { @@ -475022,7 +476773,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -475081,7 +476832,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setScale", "inherited": true, - "___id": "T000002R047731", + "___id": "T000002R047902", "___s": true }, { @@ -475090,7 +476841,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -475134,7 +476885,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setX", "inherited": true, - "___id": "T000002R047732", + "___id": "T000002R047903", "___s": true }, { @@ -475143,7 +476894,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -475187,7 +476938,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setY", "inherited": true, - "___id": "T000002R047733", + "___id": "T000002R047904", "___s": true }, { @@ -475196,7 +476947,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -475240,7 +476991,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setZ", "inherited": true, - "___id": "T000002R047734", + "___id": "T000002R047905", "___s": true }, { @@ -475249,7 +477000,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -475293,7 +477044,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setW", "inherited": true, - "___id": "T000002R047735", + "___id": "T000002R047906", "___s": true }, { @@ -475302,7 +477053,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -475344,7 +477095,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalTransformMatrix", "inherited": true, - "___id": "T000002R047736", + "___id": "T000002R047907", "___s": true }, { @@ -475353,7 +477104,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -475409,7 +477160,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getWorldTransformMatrix", "inherited": true, - "___id": "T000002R047737", + "___id": "T000002R047908", "___s": true }, { @@ -475418,7 +477169,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -475500,7 +477251,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalPoint", "inherited": true, - "___id": "T000002R047738", + "___id": "T000002R047909", "___s": true }, { @@ -475509,7 +477260,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -475535,7 +477286,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R047739", + "___id": "T000002R047910", "___s": true }, { @@ -475544,7 +477295,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -475565,7 +477316,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R047741", + "___id": "T000002R047912", "___s": true }, { @@ -475574,7 +477325,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -475616,7 +477367,7 @@ ], "inherits": "Phaser.GameObjects.Components.Visible#setVisible", "inherited": true, - "___id": "T000002R047742", + "___id": "T000002R047913", "___s": true }, { @@ -475625,7 +477376,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -475646,7 +477397,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R047743", + "___id": "T000002R047914", "___s": true }, { @@ -475655,7 +477406,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -475687,7 +477438,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R047744", + "___id": "T000002R047915", "___s": true }, { @@ -475696,7 +477447,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -475717,7 +477468,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R047745", + "___id": "T000002R047916", "___s": true }, { @@ -475726,7 +477477,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -475757,7 +477508,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R047746", + "___id": "T000002R047917", "___s": true }, { @@ -475766,7 +477517,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -475787,7 +477538,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R047747", + "___id": "T000002R047918", "___s": true }, { @@ -475796,7 +477547,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -475818,7 +477569,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R047748", + "___id": "T000002R047919", "___s": true }, { @@ -475827,7 +477578,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -475849,7 +477600,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R047749", + "___id": "T000002R047920", "___s": true }, { @@ -475858,7 +477609,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -475880,7 +477631,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R047750", + "___id": "T000002R047921", "___s": true }, { @@ -475889,7 +477640,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -475911,7 +477662,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R047751", + "___id": "T000002R047922", "___s": true }, { @@ -475920,7 +477671,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -475942,7 +477693,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R047752", + "___id": "T000002R047923", "___s": true }, { @@ -475951,7 +477702,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -475976,7 +477727,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R047753", + "___id": "T000002R047924", "___s": true }, { @@ -475985,7 +477736,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -476009,7 +477760,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R047754", + "___id": "T000002R047925", "___s": true }, { @@ -476018,7 +477769,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -476057,7 +477808,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R047755", + "___id": "T000002R047926", "___s": true }, { @@ -476066,7 +477817,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -476088,7 +477839,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R047756", + "___id": "T000002R047927", "___s": true }, { @@ -476097,7 +477848,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -476139,7 +477890,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setActive", "inherited": true, - "___id": "T000002R047757", + "___id": "T000002R047928", "___s": true }, { @@ -476148,7 +477899,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -476190,7 +477941,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setName", "inherited": true, - "___id": "T000002R047758", + "___id": "T000002R047929", "___s": true }, { @@ -476199,7 +477950,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -476251,7 +478002,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setState", "inherited": true, - "___id": "T000002R047759", + "___id": "T000002R047930", "___s": true }, { @@ -476260,7 +478011,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -476290,7 +478041,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R047760", + "___id": "T000002R047931", "___s": true }, { @@ -476299,7 +478050,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -476378,7 +478129,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setData", "inherited": true, - "___id": "T000002R047761", + "___id": "T000002R047932", "___s": true }, { @@ -476387,7 +478138,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -476444,7 +478195,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#incData", "inherited": true, - "___id": "T000002R047762", + "___id": "T000002R047933", "___s": true }, { @@ -476453,7 +478204,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -476495,7 +478246,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#toggleData", "inherited": true, - "___id": "T000002R047763", + "___id": "T000002R047934", "___s": true }, { @@ -476504,7 +478255,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -476563,7 +478314,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#getData", "inherited": true, - "___id": "T000002R047764", + "___id": "T000002R047935", "___s": true }, { @@ -476572,7 +478323,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -476659,7 +478410,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setInteractive", "inherited": true, - "___id": "T000002R047765", + "___id": "T000002R047936", "___s": true }, { @@ -476668,7 +478419,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -476695,7 +478446,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R047766", + "___id": "T000002R047937", "___s": true }, { @@ -476704,7 +478455,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -476731,7 +478482,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R047767", + "___id": "T000002R047938", "___s": true }, { @@ -476740,7 +478491,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -476752,7 +478503,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R047768", + "___id": "T000002R047939", "___s": true }, { @@ -476761,7 +478512,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -476773,7 +478524,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R047769", + "___id": "T000002R047940", "___s": true }, { @@ -476782,7 +478533,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -476811,7 +478562,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#update", "inherited": true, - "___id": "T000002R047770", + "___id": "T000002R047941", "___s": true }, { @@ -476820,7 +478571,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -476846,7 +478597,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R047771", + "___id": "T000002R047942", "___s": true }, { @@ -476855,7 +478606,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -476896,7 +478647,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#willRender", "inherited": true, - "___id": "T000002R047772", + "___id": "T000002R047943", "___s": true }, { @@ -476905,7 +478656,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -476940,7 +478691,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R047773", + "___id": "T000002R047944", "___s": true }, { @@ -476949,7 +478700,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -477006,7 +478757,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#addToDisplayList", "inherited": true, - "___id": "T000002R047774", + "___id": "T000002R047945", "___s": true }, { @@ -477015,7 +478766,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -477042,7 +478793,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R047775", + "___id": "T000002R047946", "___s": true }, { @@ -477051,7 +478802,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -477082,7 +478833,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R047776", + "___id": "T000002R047947", "___s": true }, { @@ -477091,7 +478842,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -477118,7 +478869,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R047777", + "___id": "T000002R047948", "___s": true }, { @@ -477127,7 +478878,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -477159,7 +478910,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#destroy", "inherited": true, - "___id": "T000002R047778", + "___id": "T000002R047949", "___s": true }, { @@ -477168,7 +478919,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -477180,7 +478931,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R047779", + "___id": "T000002R047950", "___s": true }, { @@ -477189,7 +478940,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -477232,7 +478983,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R047780", + "___id": "T000002R047951", "___s": true }, { @@ -477241,7 +478992,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -477301,7 +479052,7 @@ "name": "event" } ], - "___id": "T000002R047781", + "___id": "T000002R047952", "___s": true }, { @@ -477310,7 +479061,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -477361,7 +479112,7 @@ "name": "event" } ], - "___id": "T000002R047782", + "___id": "T000002R047953", "___s": true }, { @@ -477370,7 +479121,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -477436,7 +479187,7 @@ "name": "args" } ], - "___id": "T000002R047783", + "___id": "T000002R047954", "___s": true }, { @@ -477445,7 +479196,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -477524,7 +479275,7 @@ "name": "context" } ], - "___id": "T000002R047784", + "___id": "T000002R047955", "___s": true }, { @@ -477533,7 +479284,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -477612,7 +479363,7 @@ "name": "context" } ], - "___id": "T000002R047785", + "___id": "T000002R047956", "___s": true }, { @@ -477621,7 +479372,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -477700,7 +479451,7 @@ "name": "context" } ], - "___id": "T000002R047786", + "___id": "T000002R047957", "___s": true }, { @@ -477709,7 +479460,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -477802,7 +479553,7 @@ "name": "once" } ], - "___id": "T000002R047787", + "___id": "T000002R047958", "___s": true }, { @@ -477811,7 +479562,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -477904,7 +479655,7 @@ "name": "once" } ], - "___id": "T000002R047788", + "___id": "T000002R047959", "___s": true }, { @@ -477913,7 +479664,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -477966,7 +479717,7 @@ "name": "event" } ], - "___id": "T000002R047789", + "___id": "T000002R047960", "___s": true }, { @@ -477975,7 +479726,7 @@ "filename": "Alpha.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -478002,7 +479753,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#clearAlpha", "inherited": true, - "___id": "T000002R047795", + "___id": "T000002R047966", "___s": true }, { @@ -478011,7 +479762,7 @@ "filename": "Alpha.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -478097,7 +479848,7 @@ ], "inherits": "Phaser.GameObjects.Components.Alpha#setAlpha", "inherited": true, - "___id": "T000002R047796", + "___id": "T000002R047967", "___s": true }, { @@ -478106,7 +479857,7 @@ "filename": "Alpha.js", "lineno": 129, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -478127,7 +479878,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alpha", "inherited": true, - "___id": "T000002R047797", + "___id": "T000002R047968", "___s": true }, { @@ -478136,7 +479887,7 @@ "filename": "Alpha.js", "lineno": 167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopLeft", @@ -478164,7 +479915,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopLeft", "inherited": true, - "___id": "T000002R047798", + "___id": "T000002R047969", "___s": true }, { @@ -478173,7 +479924,7 @@ "filename": "Alpha.js", "lineno": 197, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopRight", @@ -478201,7 +479952,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopRight", "inherited": true, - "___id": "T000002R047799", + "___id": "T000002R047970", "___s": true }, { @@ -478210,7 +479961,7 @@ "filename": "Alpha.js", "lineno": 227, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomLeft", @@ -478238,7 +479989,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomLeft", "inherited": true, - "___id": "T000002R047800", + "___id": "T000002R047971", "___s": true }, { @@ -478247,7 +479998,7 @@ "filename": "Alpha.js", "lineno": 257, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomRight", @@ -478275,7 +480026,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomRight", "inherited": true, - "___id": "T000002R047801", + "___id": "T000002R047972", "___s": true }, { @@ -478284,7 +480035,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -478320,7 +480071,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R047803", + "___id": "T000002R047974", "___s": true }, { @@ -478329,7 +480080,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -478386,16 +480137,16 @@ ], "inherits": "Phaser.GameObjects.Components.BlendMode#setBlendMode", "inherited": true, - "___id": "T000002R047804", + "___id": "T000002R047975", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -478416,16 +480167,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R047806", + "___id": "T000002R047977", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -478467,7 +480218,181 @@ ], "inherits": "Phaser.GameObjects.Components.Depth#setDepth", "inherited": true, - "___id": "T000002R047807", + "___id": "T000002R047978", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.Extern#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Extern", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R047979", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.Extern#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Extern", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R047980", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.Extern#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Extern", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "___id": "T000002R047981", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.Extern#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Extern", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "___id": "T000002R047982", "___s": true }, { @@ -478476,7 +480401,7 @@ "filename": "Flip.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "flipX", @@ -478498,7 +480423,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#flipX", "inherited": true, - "___id": "T000002R047808", + "___id": "T000002R047983", "___s": true }, { @@ -478507,7 +480432,7 @@ "filename": "Flip.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "flipY", @@ -478529,7 +480454,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#flipY", "inherited": true, - "___id": "T000002R047809", + "___id": "T000002R047984", "___s": true }, { @@ -478538,7 +480463,7 @@ "filename": "Flip.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipX", @@ -478565,7 +480490,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipX", "inherited": true, - "___id": "T000002R047810", + "___id": "T000002R047985", "___s": true }, { @@ -478574,7 +480499,7 @@ "filename": "Flip.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipY", @@ -478601,7 +480526,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipY", "inherited": true, - "___id": "T000002R047811", + "___id": "T000002R047986", "___s": true }, { @@ -478610,7 +480535,7 @@ "filename": "Flip.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipX", @@ -478652,7 +480577,7 @@ ], "inherits": "Phaser.GameObjects.Components.Flip#setFlipX", "inherited": true, - "___id": "T000002R047812", + "___id": "T000002R047987", "___s": true }, { @@ -478661,7 +480586,7 @@ "filename": "Flip.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipY", @@ -478703,7 +480628,7 @@ ], "inherits": "Phaser.GameObjects.Components.Flip#setFlipY", "inherited": true, - "___id": "T000002R047813", + "___id": "T000002R047988", "___s": true }, { @@ -478712,7 +480637,7 @@ "filename": "Flip.js", "lineno": 117, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlip", @@ -478767,7 +480692,7 @@ ], "inherits": "Phaser.GameObjects.Components.Flip#setFlip", "inherited": true, - "___id": "T000002R047814", + "___id": "T000002R047989", "___s": true }, { @@ -478776,7 +480701,7 @@ "filename": "Flip.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetFlip", @@ -478803,7 +480728,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#resetFlip", "inherited": true, - "___id": "T000002R047815", + "___id": "T000002R047990", "___s": true }, { @@ -478812,7 +480737,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -478835,7 +480760,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, - "___id": "T000002R047817", + "___id": "T000002R047992", "___s": true }, { @@ -478844,7 +480769,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -478867,7 +480792,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, - "___id": "T000002R047818", + "___id": "T000002R047993", "___s": true }, { @@ -478876,7 +480801,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -478897,7 +480822,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, - "___id": "T000002R047819", + "___id": "T000002R047994", "___s": true }, { @@ -478906,7 +480831,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -478927,7 +480852,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, - "___id": "T000002R047820", + "___id": "T000002R047995", "___s": true }, { @@ -478936,7 +480861,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -478995,7 +480920,7 @@ ], "inherits": "Phaser.GameObjects.Components.Origin#setOrigin", "inherited": true, - "___id": "T000002R047821", + "___id": "T000002R047996", "___s": true }, { @@ -479004,7 +480929,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -479031,7 +480956,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R047822", + "___id": "T000002R047997", "___s": true }, { @@ -479040,7 +480965,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -479099,7 +481024,7 @@ ], "inherits": "Phaser.GameObjects.Components.Origin#setDisplayOrigin", "inherited": true, - "___id": "T000002R047823", + "___id": "T000002R047998", "___s": true }, { @@ -479108,7 +481033,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -479135,7 +481060,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, - "___id": "T000002R047824", + "___id": "T000002R047999", "___s": true }, { @@ -479144,7 +481069,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -479166,7 +481091,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R047825", + "___id": "T000002R048000", "___s": true }, { @@ -479175,7 +481100,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -479197,7 +481122,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R047826", + "___id": "T000002R048001", "___s": true }, { @@ -479206,7 +481131,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -479263,7 +481188,7 @@ ], "inherits": "Phaser.GameObjects.Components.ScrollFactor#setScrollFactor", "inherited": true, - "___id": "T000002R047827", + "___id": "T000002R048002", "___s": true }, { @@ -479272,7 +481197,7 @@ "filename": "Size.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "width", @@ -479293,7 +481218,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#width", "inherited": true, - "___id": "T000002R047829", + "___id": "T000002R048004", "___s": true }, { @@ -479302,7 +481227,7 @@ "filename": "Size.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "height", @@ -479323,7 +481248,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#height", "inherited": true, - "___id": "T000002R047830", + "___id": "T000002R048005", "___s": true }, { @@ -479332,7 +481257,7 @@ "filename": "Size.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayWidth", @@ -479353,7 +481278,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#displayWidth", "inherited": true, - "___id": "T000002R047831", + "___id": "T000002R048006", "___s": true }, { @@ -479362,7 +481287,7 @@ "filename": "Size.js", "lineno": 78, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayHeight", @@ -479383,7 +481308,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#displayHeight", "inherited": true, - "___id": "T000002R047832", + "___id": "T000002R048007", "___s": true }, { @@ -479392,7 +481317,7 @@ "filename": "Size.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSizeToFrame", @@ -479445,7 +481370,7 @@ ], "inherits": "Phaser.GameObjects.Components.Size#setSizeToFrame", "inherited": true, - "___id": "T000002R047833", + "___id": "T000002R048008", "___s": true }, { @@ -479454,7 +481379,7 @@ "filename": "Size.js", "lineno": 139, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSize", @@ -479509,7 +481434,7 @@ ], "inherits": "Phaser.GameObjects.Components.Size#setSize", "inherited": true, - "___id": "T000002R047834", + "___id": "T000002R048009", "___s": true }, { @@ -479518,7 +481443,7 @@ "filename": "Size.js", "lineno": 166, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplaySize", @@ -479573,7 +481498,7 @@ ], "inherits": "Phaser.GameObjects.Components.Size#setDisplaySize", "inherited": true, - "___id": "T000002R047835", + "___id": "T000002R048010", "___s": true }, { @@ -479582,7 +481507,7 @@ "filename": "Texture.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "texture", @@ -479613,7 +481538,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Texture#texture", "inherited": true, - "___id": "T000002R047836", + "___id": "T000002R048011", "___s": true }, { @@ -479622,7 +481547,7 @@ "filename": "Texture.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "frame", @@ -479643,7 +481568,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Texture#frame", "inherited": true, - "___id": "T000002R047837", + "___id": "T000002R048012", "___s": true }, { @@ -479652,7 +481577,7 @@ "filename": "Texture.js", "lineno": 49, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTexture", @@ -479758,7 +481683,7 @@ ], "inherits": "Phaser.GameObjects.Components.Texture#setTexture", "inherited": true, - "___id": "T000002R047839", + "___id": "T000002R048014", "___s": true }, { @@ -479767,7 +481692,7 @@ "filename": "Texture.js", "lineno": 75, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFrame", @@ -479854,7 +481779,7 @@ ], "inherits": "Phaser.GameObjects.Components.Texture#setFrame", "inherited": true, - "___id": "T000002R047840", + "___id": "T000002R048015", "___s": true }, { @@ -479863,7 +481788,7 @@ "filename": "Tint.js", "lineno": 18, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopLeft", @@ -479885,7 +481810,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintTopLeft", "inherited": true, - "___id": "T000002R047841", + "___id": "T000002R048016", "___s": true }, { @@ -479894,7 +481819,7 @@ "filename": "Tint.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopRight", @@ -479916,7 +481841,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintTopRight", "inherited": true, - "___id": "T000002R047842", + "___id": "T000002R048017", "___s": true }, { @@ -479925,7 +481850,7 @@ "filename": "Tint.js", "lineno": 42, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomLeft", @@ -479947,7 +481872,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintBottomLeft", "inherited": true, - "___id": "T000002R047843", + "___id": "T000002R048018", "___s": true }, { @@ -479956,7 +481881,7 @@ "filename": "Tint.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomRight", @@ -479978,7 +481903,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintBottomRight", "inherited": true, - "___id": "T000002R047844", + "___id": "T000002R048019", "___s": true }, { @@ -479987,7 +481912,7 @@ "filename": "Tint.js", "lineno": 66, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintFill", @@ -480009,7 +481934,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintFill", "inherited": true, - "___id": "T000002R047845", + "___id": "T000002R048020", "___s": true }, { @@ -480018,7 +481943,7 @@ "filename": "Tint.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearTint", @@ -480052,7 +481977,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#clearTint", "inherited": true, - "___id": "T000002R047846", + "___id": "T000002R048021", "___s": true }, { @@ -480061,7 +481986,7 @@ "filename": "Tint.js", "lineno": 98, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTint", @@ -480154,7 +482079,7 @@ ], "inherits": "Phaser.GameObjects.Components.Tint#setTint", "inherited": true, - "___id": "T000002R047847", + "___id": "T000002R048022", "___s": true }, { @@ -480163,7 +482088,7 @@ "filename": "Tint.js", "lineno": 146, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTintFill", @@ -480256,7 +482181,7 @@ ], "inherits": "Phaser.GameObjects.Components.Tint#setTintFill", "inherited": true, - "___id": "T000002R047848", + "___id": "T000002R048023", "___s": true }, { @@ -480265,7 +482190,7 @@ "filename": "Tint.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tint", @@ -480293,7 +482218,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tint", "inherited": true, - "___id": "T000002R047849", + "___id": "T000002R048024", "___s": true }, { @@ -480302,7 +482227,7 @@ "filename": "Tint.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "isTinted", @@ -480331,7 +482256,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#isTinted", "inherited": true, - "___id": "T000002R047850", + "___id": "T000002R048025", "___s": true }, { @@ -480340,7 +482265,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -480363,7 +482288,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R047851", + "___id": "T000002R048026", "___s": true }, { @@ -480372,7 +482297,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -480394,7 +482319,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R047855", + "___id": "T000002R048030", "___s": true }, { @@ -480403,7 +482328,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -480425,7 +482350,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R047856", + "___id": "T000002R048031", "___s": true }, { @@ -480434,7 +482359,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -480456,7 +482381,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R047857", + "___id": "T000002R048032", "___s": true }, { @@ -480465,7 +482390,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -480487,7 +482412,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R047858", + "___id": "T000002R048033", "___s": true }, { @@ -480496,7 +482421,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -480518,7 +482443,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R047859", + "___id": "T000002R048034", "___s": true }, { @@ -480527,7 +482452,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -480549,7 +482474,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R047860", + "___id": "T000002R048035", "___s": true }, { @@ -480558,7 +482483,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -480580,7 +482505,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R047861", + "___id": "T000002R048036", "___s": true }, { @@ -480589,7 +482514,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -480611,7 +482536,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R047862", + "___id": "T000002R048037", "___s": true }, { @@ -480620,7 +482545,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -480642,7 +482567,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R047863", + "___id": "T000002R048038", "___s": true }, { @@ -480651,7 +482576,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -480740,7 +482665,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setPosition", "inherited": true, - "___id": "T000002R047864", + "___id": "T000002R048039", "___s": true }, { @@ -480749,7 +482674,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -480806,7 +482731,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#copyPosition", "inherited": true, - "___id": "T000002R047865", + "___id": "T000002R048040", "___s": true }, { @@ -480815,7 +482740,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -480902,7 +482827,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRandomPosition", "inherited": true, - "___id": "T000002R047866", + "___id": "T000002R048041", "___s": true }, { @@ -480911,7 +482836,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -480955,7 +482880,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRotation", "inherited": true, - "___id": "T000002R047867", + "___id": "T000002R048042", "___s": true }, { @@ -480964,7 +482889,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -481008,7 +482933,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setAngle", "inherited": true, - "___id": "T000002R047868", + "___id": "T000002R048043", "___s": true }, { @@ -481017,7 +482942,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -481076,7 +483001,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setScale", "inherited": true, - "___id": "T000002R047869", + "___id": "T000002R048044", "___s": true }, { @@ -481085,7 +483010,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -481129,7 +483054,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setX", "inherited": true, - "___id": "T000002R047870", + "___id": "T000002R048045", "___s": true }, { @@ -481138,7 +483063,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -481182,7 +483107,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setY", "inherited": true, - "___id": "T000002R047871", + "___id": "T000002R048046", "___s": true }, { @@ -481191,7 +483116,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -481235,7 +483160,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setZ", "inherited": true, - "___id": "T000002R047872", + "___id": "T000002R048047", "___s": true }, { @@ -481244,7 +483169,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -481288,7 +483213,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setW", "inherited": true, - "___id": "T000002R047873", + "___id": "T000002R048048", "___s": true }, { @@ -481297,7 +483222,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -481339,7 +483264,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalTransformMatrix", "inherited": true, - "___id": "T000002R047874", + "___id": "T000002R048049", "___s": true }, { @@ -481348,7 +483273,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -481404,7 +483329,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getWorldTransformMatrix", "inherited": true, - "___id": "T000002R047875", + "___id": "T000002R048050", "___s": true }, { @@ -481413,7 +483338,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -481495,7 +483420,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalPoint", "inherited": true, - "___id": "T000002R047876", + "___id": "T000002R048051", "___s": true }, { @@ -481504,7 +483429,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -481530,7 +483455,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R047877", + "___id": "T000002R048052", "___s": true }, { @@ -481539,7 +483464,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -481560,7 +483485,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R047879", + "___id": "T000002R048054", "___s": true }, { @@ -481569,7 +483494,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -481611,7 +483536,7 @@ ], "inherits": "Phaser.GameObjects.Components.Visible#setVisible", "inherited": true, - "___id": "T000002R047880", + "___id": "T000002R048055", "___s": true }, { @@ -481620,7 +483545,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -481641,7 +483566,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R047881", + "___id": "T000002R048056", "___s": true }, { @@ -481650,7 +483575,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -481682,7 +483607,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R047882", + "___id": "T000002R048057", "___s": true }, { @@ -481691,7 +483616,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -481712,7 +483637,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R047883", + "___id": "T000002R048058", "___s": true }, { @@ -481721,7 +483646,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -481752,7 +483677,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R047884", + "___id": "T000002R048059", "___s": true }, { @@ -481761,7 +483686,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -481782,7 +483707,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R047885", + "___id": "T000002R048060", "___s": true }, { @@ -481791,7 +483716,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -481813,7 +483738,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R047886", + "___id": "T000002R048061", "___s": true }, { @@ -481822,7 +483747,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -481844,7 +483769,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R047887", + "___id": "T000002R048062", "___s": true }, { @@ -481853,7 +483778,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -481875,7 +483800,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R047888", + "___id": "T000002R048063", "___s": true }, { @@ -481884,7 +483809,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -481906,7 +483831,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R047889", + "___id": "T000002R048064", "___s": true }, { @@ -481915,7 +483840,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -481937,7 +483862,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R047890", + "___id": "T000002R048065", "___s": true }, { @@ -481946,7 +483871,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -481971,7 +483896,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R047891", + "___id": "T000002R048066", "___s": true }, { @@ -481980,7 +483905,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -482004,7 +483929,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R047892", + "___id": "T000002R048067", "___s": true }, { @@ -482013,7 +483938,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -482052,7 +483977,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R047893", + "___id": "T000002R048068", "___s": true }, { @@ -482061,7 +483986,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -482083,7 +484008,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R047894", + "___id": "T000002R048069", "___s": true }, { @@ -482092,7 +484017,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -482134,7 +484059,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setActive", "inherited": true, - "___id": "T000002R047895", + "___id": "T000002R048070", "___s": true }, { @@ -482143,7 +484068,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -482185,7 +484110,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setName", "inherited": true, - "___id": "T000002R047896", + "___id": "T000002R048071", "___s": true }, { @@ -482194,7 +484119,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -482246,7 +484171,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setState", "inherited": true, - "___id": "T000002R047897", + "___id": "T000002R048072", "___s": true }, { @@ -482255,7 +484180,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -482285,7 +484210,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R047898", + "___id": "T000002R048073", "___s": true }, { @@ -482294,7 +484219,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -482373,7 +484298,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setData", "inherited": true, - "___id": "T000002R047899", + "___id": "T000002R048074", "___s": true }, { @@ -482382,7 +484307,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -482439,7 +484364,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#incData", "inherited": true, - "___id": "T000002R047900", + "___id": "T000002R048075", "___s": true }, { @@ -482448,7 +484373,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -482490,7 +484415,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#toggleData", "inherited": true, - "___id": "T000002R047901", + "___id": "T000002R048076", "___s": true }, { @@ -482499,7 +484424,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -482558,7 +484483,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#getData", "inherited": true, - "___id": "T000002R047902", + "___id": "T000002R048077", "___s": true }, { @@ -482567,7 +484492,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -482654,7 +484579,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setInteractive", "inherited": true, - "___id": "T000002R047903", + "___id": "T000002R048078", "___s": true }, { @@ -482663,7 +484588,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -482690,7 +484615,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R047904", + "___id": "T000002R048079", "___s": true }, { @@ -482699,7 +484624,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -482726,7 +484651,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R047905", + "___id": "T000002R048080", "___s": true }, { @@ -482735,7 +484660,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -482747,7 +484672,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R047906", + "___id": "T000002R048081", "___s": true }, { @@ -482756,7 +484681,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -482768,7 +484693,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R047907", + "___id": "T000002R048082", "___s": true }, { @@ -482777,7 +484702,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -482806,7 +484731,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#update", "inherited": true, - "___id": "T000002R047908", + "___id": "T000002R048083", "___s": true }, { @@ -482815,7 +484740,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -482841,7 +484766,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R047909", + "___id": "T000002R048084", "___s": true }, { @@ -482850,7 +484775,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -482891,7 +484816,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#willRender", "inherited": true, - "___id": "T000002R047910", + "___id": "T000002R048085", "___s": true }, { @@ -482900,7 +484825,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -482935,7 +484860,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R047911", + "___id": "T000002R048086", "___s": true }, { @@ -482944,7 +484869,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -483001,7 +484926,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#addToDisplayList", "inherited": true, - "___id": "T000002R047912", + "___id": "T000002R048087", "___s": true }, { @@ -483010,7 +484935,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -483037,7 +484962,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R047913", + "___id": "T000002R048088", "___s": true }, { @@ -483046,7 +484971,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -483077,7 +485002,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R047914", + "___id": "T000002R048089", "___s": true }, { @@ -483086,7 +485011,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -483113,7 +485038,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R047915", + "___id": "T000002R048090", "___s": true }, { @@ -483122,7 +485047,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -483154,7 +485079,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#destroy", "inherited": true, - "___id": "T000002R047916", + "___id": "T000002R048091", "___s": true }, { @@ -483163,7 +485088,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -483175,7 +485100,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R047917", + "___id": "T000002R048092", "___s": true }, { @@ -483184,7 +485109,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -483227,7 +485152,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R047918", + "___id": "T000002R048093", "___s": true }, { @@ -483236,7 +485161,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -483296,7 +485221,7 @@ "name": "event" } ], - "___id": "T000002R047919", + "___id": "T000002R048094", "___s": true }, { @@ -483305,7 +485230,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -483356,7 +485281,7 @@ "name": "event" } ], - "___id": "T000002R047920", + "___id": "T000002R048095", "___s": true }, { @@ -483365,7 +485290,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -483431,7 +485356,7 @@ "name": "args" } ], - "___id": "T000002R047921", + "___id": "T000002R048096", "___s": true }, { @@ -483440,7 +485365,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -483519,7 +485444,7 @@ "name": "context" } ], - "___id": "T000002R047922", + "___id": "T000002R048097", "___s": true }, { @@ -483528,7 +485453,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -483607,7 +485532,7 @@ "name": "context" } ], - "___id": "T000002R047923", + "___id": "T000002R048098", "___s": true }, { @@ -483616,7 +485541,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -483695,7 +485620,7 @@ "name": "context" } ], - "___id": "T000002R047924", + "___id": "T000002R048099", "___s": true }, { @@ -483704,7 +485629,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -483797,7 +485722,7 @@ "name": "once" } ], - "___id": "T000002R047925", + "___id": "T000002R048100", "___s": true }, { @@ -483806,7 +485731,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -483899,7 +485824,7 @@ "name": "once" } ], - "___id": "T000002R047926", + "___id": "T000002R048101", "___s": true }, { @@ -483908,7 +485833,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -483961,7 +485886,7 @@ "name": "event" } ], - "___id": "T000002R047927", + "___id": "T000002R048102", "___s": true }, { @@ -483970,7 +485895,7 @@ "filename": "AlphaSingle.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -483997,7 +485922,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#clearAlpha", "inherited": true, - "___id": "T000002R047929", + "___id": "T000002R048104", "___s": true }, { @@ -484006,7 +485931,7 @@ "filename": "AlphaSingle.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -484050,7 +485975,7 @@ ], "inherits": "Phaser.GameObjects.Components.AlphaSingle#setAlpha", "inherited": true, - "___id": "T000002R047930", + "___id": "T000002R048105", "___s": true }, { @@ -484059,7 +485984,7 @@ "filename": "AlphaSingle.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -484080,7 +486005,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#alpha", "inherited": true, - "___id": "T000002R047931", + "___id": "T000002R048106", "___s": true }, { @@ -484089,7 +486014,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -484125,7 +486050,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R047933", + "___id": "T000002R048108", "___s": true }, { @@ -484134,7 +486059,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -484191,16 +486116,16 @@ ], "inherits": "Phaser.GameObjects.Components.BlendMode#setBlendMode", "inherited": true, - "___id": "T000002R047934", + "___id": "T000002R048109", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -484221,16 +486146,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R047936", + "___id": "T000002R048111", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -484272,7 +486197,181 @@ ], "inherits": "Phaser.GameObjects.Components.Depth#setDepth", "inherited": true, - "___id": "T000002R047937", + "___id": "T000002R048112", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.Graphics#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Graphics", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R048113", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.Graphics#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Graphics", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R048114", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.Graphics#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Graphics", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "___id": "T000002R048115", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.Graphics#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Graphics", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "___id": "T000002R048116", "___s": true }, { @@ -484281,7 +486380,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -484312,7 +486411,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R047938", + "___id": "T000002R048117", "___s": true }, { @@ -484321,7 +486420,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -484373,7 +486472,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#setMask", "inherited": true, - "___id": "T000002R047939", + "___id": "T000002R048118", "___s": true }, { @@ -484382,7 +486481,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -484426,7 +486525,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#clearMask", "inherited": true, - "___id": "T000002R047940", + "___id": "T000002R048119", "___s": true }, { @@ -484435,7 +486534,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -484588,7 +486687,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createBitmapMask", "inherited": true, - "___id": "T000002R047941", + "___id": "T000002R048120", "___s": true }, { @@ -484597,7 +486696,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -484669,7 +486768,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createGeometryMask", "inherited": true, - "___id": "T000002R047942", + "___id": "T000002R048121", "___s": true }, { @@ -484678,7 +486777,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -484707,7 +486806,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R047943", + "___id": "T000002R048122", "___s": true }, { @@ -484716,7 +486815,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -484745,7 +486844,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R047944", + "___id": "T000002R048123", "___s": true }, { @@ -484754,7 +486853,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -484782,7 +486881,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R047945", + "___id": "T000002R048124", "___s": true }, { @@ -484791,7 +486890,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -484850,7 +486949,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#initPipeline", "inherited": true, - "___id": "T000002R047946", + "___id": "T000002R048125", "___s": true }, { @@ -484859,7 +486958,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -484947,7 +487046,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipeline", "inherited": true, - "___id": "T000002R047947", + "___id": "T000002R048126", "___s": true }, { @@ -484956,7 +487055,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -485019,7 +487118,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipelineData", "inherited": true, - "___id": "T000002R047948", + "___id": "T000002R048127", "___s": true }, { @@ -485028,7 +487127,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -485078,16 +487177,16 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#resetPipeline", "inherited": true, - "___id": "T000002R047949", + "___id": "T000002R048128", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -485110,17 +487209,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.Graphics", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R047950", + "___id": "T000002R048129", "___s": true }, { @@ -485129,7 +487230,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -485157,7 +487258,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R047951", + "___id": "T000002R048130", "___s": true }, { @@ -485166,7 +487267,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -485203,7 +487304,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R047952", + "___id": "T000002R048131", "___s": true }, { @@ -485212,7 +487313,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -485240,7 +487341,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R047953", + "___id": "T000002R048132", "___s": true }, { @@ -485249,7 +487350,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -485279,7 +487380,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R047954", + "___id": "T000002R048133", "___s": true }, { @@ -485288,7 +487389,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -485316,7 +487417,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R047955", + "___id": "T000002R048134", "___s": true }, { @@ -485325,7 +487426,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -485361,7 +487462,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#initPostPipeline", "inherited": true, - "___id": "T000002R047956", + "___id": "T000002R048135", "___s": true }, { @@ -485370,7 +487471,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -485505,7 +487606,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipeline", "inherited": true, - "___id": "T000002R047957", + "___id": "T000002R048136", "___s": true }, { @@ -485514,7 +487615,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -485577,7 +487678,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipelineData", "inherited": true, - "___id": "T000002R047958", + "___id": "T000002R048137", "___s": true }, { @@ -485586,7 +487687,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -485668,7 +487769,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#getPostPipeline", "inherited": true, - "___id": "T000002R047959", + "___id": "T000002R048138", "___s": true }, { @@ -485677,7 +487778,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -485713,7 +487814,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#resetPostPipeline", "inherited": true, - "___id": "T000002R047960", + "___id": "T000002R048139", "___s": true }, { @@ -485722,7 +487823,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -485781,7 +487882,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#removePostPipeline", "inherited": true, - "___id": "T000002R047961", + "___id": "T000002R048140", "___s": true }, { @@ -485790,7 +487891,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -485824,7 +487925,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R047962", + "___id": "T000002R048141", "___s": true }, { @@ -485833,7 +487934,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -485856,7 +487957,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R047963", + "___id": "T000002R048142", "___s": true }, { @@ -485865,7 +487966,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -485887,7 +487988,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R047967", + "___id": "T000002R048146", "___s": true }, { @@ -485896,7 +487997,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -485918,7 +488019,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R047968", + "___id": "T000002R048147", "___s": true }, { @@ -485927,7 +488028,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -485949,7 +488050,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R047969", + "___id": "T000002R048148", "___s": true }, { @@ -485958,7 +488059,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -485980,7 +488081,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R047970", + "___id": "T000002R048149", "___s": true }, { @@ -485989,7 +488090,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -486011,7 +488112,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R047971", + "___id": "T000002R048150", "___s": true }, { @@ -486020,7 +488121,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -486042,7 +488143,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R047972", + "___id": "T000002R048151", "___s": true }, { @@ -486051,7 +488152,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -486073,7 +488174,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R047973", + "___id": "T000002R048152", "___s": true }, { @@ -486082,7 +488183,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -486104,7 +488205,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R047974", + "___id": "T000002R048153", "___s": true }, { @@ -486113,7 +488214,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -486135,7 +488236,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R047975", + "___id": "T000002R048154", "___s": true }, { @@ -486144,7 +488245,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -486233,7 +488334,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setPosition", "inherited": true, - "___id": "T000002R047976", + "___id": "T000002R048155", "___s": true }, { @@ -486242,7 +488343,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -486299,7 +488400,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#copyPosition", "inherited": true, - "___id": "T000002R047977", + "___id": "T000002R048156", "___s": true }, { @@ -486308,7 +488409,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -486395,7 +488496,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRandomPosition", "inherited": true, - "___id": "T000002R047978", + "___id": "T000002R048157", "___s": true }, { @@ -486404,7 +488505,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -486448,7 +488549,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRotation", "inherited": true, - "___id": "T000002R047979", + "___id": "T000002R048158", "___s": true }, { @@ -486457,7 +488558,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -486501,7 +488602,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setAngle", "inherited": true, - "___id": "T000002R047980", + "___id": "T000002R048159", "___s": true }, { @@ -486510,7 +488611,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -486569,7 +488670,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setScale", "inherited": true, - "___id": "T000002R047981", + "___id": "T000002R048160", "___s": true }, { @@ -486578,7 +488679,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -486622,7 +488723,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setX", "inherited": true, - "___id": "T000002R047982", + "___id": "T000002R048161", "___s": true }, { @@ -486631,7 +488732,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -486675,7 +488776,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setY", "inherited": true, - "___id": "T000002R047983", + "___id": "T000002R048162", "___s": true }, { @@ -486684,7 +488785,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -486728,7 +488829,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setZ", "inherited": true, - "___id": "T000002R047984", + "___id": "T000002R048163", "___s": true }, { @@ -486737,7 +488838,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -486781,7 +488882,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setW", "inherited": true, - "___id": "T000002R047985", + "___id": "T000002R048164", "___s": true }, { @@ -486790,7 +488891,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -486832,7 +488933,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalTransformMatrix", "inherited": true, - "___id": "T000002R047986", + "___id": "T000002R048165", "___s": true }, { @@ -486841,7 +488942,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -486897,7 +488998,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getWorldTransformMatrix", "inherited": true, - "___id": "T000002R047987", + "___id": "T000002R048166", "___s": true }, { @@ -486906,7 +489007,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -486988,7 +489089,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalPoint", "inherited": true, - "___id": "T000002R047988", + "___id": "T000002R048167", "___s": true }, { @@ -486997,7 +489098,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -487023,7 +489124,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R047989", + "___id": "T000002R048168", "___s": true }, { @@ -487032,7 +489133,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -487053,7 +489154,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R047991", + "___id": "T000002R048170", "___s": true }, { @@ -487062,7 +489163,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -487104,7 +489205,7 @@ ], "inherits": "Phaser.GameObjects.Components.Visible#setVisible", "inherited": true, - "___id": "T000002R047992", + "___id": "T000002R048171", "___s": true }, { @@ -487113,7 +489214,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -487135,7 +489236,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R047993", + "___id": "T000002R048172", "___s": true }, { @@ -487144,7 +489245,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -487166,7 +489267,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R047994", + "___id": "T000002R048173", "___s": true }, { @@ -487175,7 +489276,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -487232,7 +489333,7 @@ ], "inherits": "Phaser.GameObjects.Components.ScrollFactor#setScrollFactor", "inherited": true, - "___id": "T000002R047995", + "___id": "T000002R048174", "___s": true }, { @@ -487241,7 +489342,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -487253,7 +489354,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R047996", + "___id": "T000002R048175", "___s": true }, { @@ -487262,7 +489363,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -487305,7 +489406,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R047997", + "___id": "T000002R048176", "___s": true }, { @@ -487314,7 +489415,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -487374,7 +489475,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listeners", "inherited": true, - "___id": "T000002R047998", + "___id": "T000002R048177", "___s": true }, { @@ -487383,7 +489484,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -487434,7 +489535,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listenerCount", "inherited": true, - "___id": "T000002R047999", + "___id": "T000002R048178", "___s": true }, { @@ -487443,7 +489544,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -487509,7 +489610,7 @@ ], "inherits": "Phaser.Events.EventEmitter#emit", "inherited": true, - "___id": "T000002R048000", + "___id": "T000002R048179", "___s": true }, { @@ -487518,7 +489619,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -487597,7 +489698,7 @@ ], "inherits": "Phaser.Events.EventEmitter#on", "inherited": true, - "___id": "T000002R048001", + "___id": "T000002R048180", "___s": true }, { @@ -487606,7 +489707,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -487685,7 +489786,7 @@ ], "inherits": "Phaser.Events.EventEmitter#addListener", "inherited": true, - "___id": "T000002R048002", + "___id": "T000002R048181", "___s": true }, { @@ -487694,7 +489795,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -487773,7 +489874,7 @@ ], "inherits": "Phaser.Events.EventEmitter#once", "inherited": true, - "___id": "T000002R048003", + "___id": "T000002R048182", "___s": true }, { @@ -487782,7 +489883,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -487875,7 +489976,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeListener", "inherited": true, - "___id": "T000002R048004", + "___id": "T000002R048183", "___s": true }, { @@ -487884,7 +489985,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -487977,7 +490078,7 @@ ], "inherits": "Phaser.Events.EventEmitter#off", "inherited": true, - "___id": "T000002R048005", + "___id": "T000002R048184", "___s": true }, { @@ -487986,7 +490087,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -488039,7 +490140,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeAllListeners", "inherited": true, - "___id": "T000002R048006", + "___id": "T000002R048185", "___s": true }, { @@ -488048,7 +490149,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -488069,7 +490170,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R048007", + "___id": "T000002R048186", "___s": true }, { @@ -488078,7 +490179,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -488110,7 +490211,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R048008", + "___id": "T000002R048187", "___s": true }, { @@ -488119,7 +490220,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -488140,7 +490241,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R048009", + "___id": "T000002R048188", "___s": true }, { @@ -488149,7 +490250,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -488180,7 +490281,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R048010", + "___id": "T000002R048189", "___s": true }, { @@ -488189,7 +490290,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -488210,7 +490311,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R048011", + "___id": "T000002R048190", "___s": true }, { @@ -488219,7 +490320,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -488241,7 +490342,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R048012", + "___id": "T000002R048191", "___s": true }, { @@ -488250,7 +490351,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -488272,7 +490373,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R048013", + "___id": "T000002R048192", "___s": true }, { @@ -488281,7 +490382,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -488303,7 +490404,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R048014", + "___id": "T000002R048193", "___s": true }, { @@ -488312,7 +490413,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -488334,7 +490435,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R048015", + "___id": "T000002R048194", "___s": true }, { @@ -488343,7 +490444,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -488365,7 +490466,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R048016", + "___id": "T000002R048195", "___s": true }, { @@ -488374,7 +490475,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -488399,7 +490500,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R048017", + "___id": "T000002R048196", "___s": true }, { @@ -488408,7 +490509,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -488432,7 +490533,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R048018", + "___id": "T000002R048197", "___s": true }, { @@ -488441,7 +490542,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -488480,7 +490581,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R048019", + "___id": "T000002R048198", "___s": true }, { @@ -488489,7 +490590,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -488511,7 +490612,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R048020", + "___id": "T000002R048199", "___s": true }, { @@ -488520,7 +490621,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -488562,7 +490663,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setActive", "inherited": true, - "___id": "T000002R048021", + "___id": "T000002R048200", "___s": true }, { @@ -488571,7 +490672,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -488613,7 +490714,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setName", "inherited": true, - "___id": "T000002R048022", + "___id": "T000002R048201", "___s": true }, { @@ -488622,7 +490723,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -488674,7 +490775,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setState", "inherited": true, - "___id": "T000002R048023", + "___id": "T000002R048202", "___s": true }, { @@ -488683,7 +490784,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -488713,7 +490814,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R048024", + "___id": "T000002R048203", "___s": true }, { @@ -488722,7 +490823,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -488801,7 +490902,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setData", "inherited": true, - "___id": "T000002R048025", + "___id": "T000002R048204", "___s": true }, { @@ -488810,7 +490911,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -488867,7 +490968,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#incData", "inherited": true, - "___id": "T000002R048026", + "___id": "T000002R048205", "___s": true }, { @@ -488876,7 +490977,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -488918,7 +491019,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#toggleData", "inherited": true, - "___id": "T000002R048027", + "___id": "T000002R048206", "___s": true }, { @@ -488927,7 +491028,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -488986,7 +491087,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#getData", "inherited": true, - "___id": "T000002R048028", + "___id": "T000002R048207", "___s": true }, { @@ -488995,7 +491096,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -489082,7 +491183,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setInteractive", "inherited": true, - "___id": "T000002R048029", + "___id": "T000002R048208", "___s": true }, { @@ -489091,7 +491192,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -489118,7 +491219,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R048030", + "___id": "T000002R048209", "___s": true }, { @@ -489127,7 +491228,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -489154,7 +491255,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R048031", + "___id": "T000002R048210", "___s": true }, { @@ -489163,7 +491264,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -489175,7 +491276,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R048032", + "___id": "T000002R048211", "___s": true }, { @@ -489184,7 +491285,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -489196,7 +491297,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R048033", + "___id": "T000002R048212", "___s": true }, { @@ -489205,7 +491306,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -489234,7 +491335,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#update", "inherited": true, - "___id": "T000002R048034", + "___id": "T000002R048213", "___s": true }, { @@ -489243,7 +491344,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -489269,7 +491370,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R048035", + "___id": "T000002R048214", "___s": true }, { @@ -489278,7 +491379,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -489319,7 +491420,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#willRender", "inherited": true, - "___id": "T000002R048036", + "___id": "T000002R048215", "___s": true }, { @@ -489328,7 +491429,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -489363,7 +491464,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R048037", + "___id": "T000002R048216", "___s": true }, { @@ -489372,7 +491473,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -489429,7 +491530,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#addToDisplayList", "inherited": true, - "___id": "T000002R048038", + "___id": "T000002R048217", "___s": true }, { @@ -489438,7 +491539,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -489465,7 +491566,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R048039", + "___id": "T000002R048218", "___s": true }, { @@ -489474,7 +491575,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -489505,7 +491606,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R048040", + "___id": "T000002R048219", "___s": true }, { @@ -489514,7 +491615,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -489541,7 +491642,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R048041", + "___id": "T000002R048220", "___s": true }, { @@ -489550,7 +491651,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -489582,7 +491683,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#destroy", "inherited": true, - "___id": "T000002R048042", + "___id": "T000002R048221", "___s": true }, { @@ -489591,7 +491692,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -489603,7 +491704,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R048043", + "___id": "T000002R048222", "___s": true }, { @@ -489612,7 +491713,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -489655,7 +491756,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R048044", + "___id": "T000002R048223", "___s": true }, { @@ -489664,7 +491765,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -489724,7 +491825,7 @@ "name": "event" } ], - "___id": "T000002R048045", + "___id": "T000002R048224", "___s": true }, { @@ -489733,7 +491834,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -489784,7 +491885,7 @@ "name": "event" } ], - "___id": "T000002R048046", + "___id": "T000002R048225", "___s": true }, { @@ -489793,7 +491894,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -489859,7 +491960,7 @@ "name": "args" } ], - "___id": "T000002R048047", + "___id": "T000002R048226", "___s": true }, { @@ -489868,7 +491969,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -489947,7 +492048,7 @@ "name": "context" } ], - "___id": "T000002R048048", + "___id": "T000002R048227", "___s": true }, { @@ -489956,7 +492057,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -490035,7 +492136,7 @@ "name": "context" } ], - "___id": "T000002R048049", + "___id": "T000002R048228", "___s": true }, { @@ -490044,7 +492145,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -490123,7 +492224,7 @@ "name": "context" } ], - "___id": "T000002R048050", + "___id": "T000002R048229", "___s": true }, { @@ -490132,7 +492233,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -490225,7 +492326,7 @@ "name": "once" } ], - "___id": "T000002R048051", + "___id": "T000002R048230", "___s": true }, { @@ -490234,7 +492335,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -490327,7 +492428,7 @@ "name": "once" } ], - "___id": "T000002R048052", + "___id": "T000002R048231", "___s": true }, { @@ -490336,7 +492437,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -490389,7 +492490,7 @@ "name": "event" } ], - "___id": "T000002R048053", + "___id": "T000002R048232", "___s": true }, { @@ -490398,7 +492499,7 @@ "filename": "Alpha.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -490425,7 +492526,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#clearAlpha", "inherited": true, - "___id": "T000002R048059", + "___id": "T000002R048238", "___s": true }, { @@ -490434,7 +492535,7 @@ "filename": "Alpha.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -490520,7 +492621,7 @@ ], "inherits": "Phaser.GameObjects.Components.Alpha#setAlpha", "inherited": true, - "___id": "T000002R048060", + "___id": "T000002R048239", "___s": true }, { @@ -490529,7 +492630,7 @@ "filename": "Alpha.js", "lineno": 129, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -490550,7 +492651,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alpha", "inherited": true, - "___id": "T000002R048061", + "___id": "T000002R048240", "___s": true }, { @@ -490559,7 +492660,7 @@ "filename": "Alpha.js", "lineno": 167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopLeft", @@ -490587,7 +492688,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopLeft", "inherited": true, - "___id": "T000002R048062", + "___id": "T000002R048241", "___s": true }, { @@ -490596,7 +492697,7 @@ "filename": "Alpha.js", "lineno": 197, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopRight", @@ -490624,7 +492725,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopRight", "inherited": true, - "___id": "T000002R048063", + "___id": "T000002R048242", "___s": true }, { @@ -490633,7 +492734,7 @@ "filename": "Alpha.js", "lineno": 227, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomLeft", @@ -490661,7 +492762,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomLeft", "inherited": true, - "___id": "T000002R048064", + "___id": "T000002R048243", "___s": true }, { @@ -490670,7 +492771,7 @@ "filename": "Alpha.js", "lineno": 257, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomRight", @@ -490698,7 +492799,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomRight", "inherited": true, - "___id": "T000002R048065", + "___id": "T000002R048244", "___s": true }, { @@ -490707,7 +492808,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -490743,7 +492844,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R048067", + "___id": "T000002R048246", "___s": true }, { @@ -490752,7 +492853,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -490809,16 +492910,16 @@ ], "inherits": "Phaser.GameObjects.Components.BlendMode#setBlendMode", "inherited": true, - "___id": "T000002R048068", + "___id": "T000002R048247", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -490839,16 +492940,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R048070", + "___id": "T000002R048249", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -490890,7 +492991,181 @@ ], "inherits": "Phaser.GameObjects.Components.Depth#setDepth", "inherited": true, - "___id": "T000002R048071", + "___id": "T000002R048250", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.Image#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Image", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R048251", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.Image#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Image", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R048252", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.Image#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Image", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "___id": "T000002R048253", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.Image#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Image", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "___id": "T000002R048254", "___s": true }, { @@ -490899,7 +493174,7 @@ "filename": "Flip.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "flipX", @@ -490921,7 +493196,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#flipX", "inherited": true, - "___id": "T000002R048072", + "___id": "T000002R048255", "___s": true }, { @@ -490930,7 +493205,7 @@ "filename": "Flip.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "flipY", @@ -490952,7 +493227,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#flipY", "inherited": true, - "___id": "T000002R048073", + "___id": "T000002R048256", "___s": true }, { @@ -490961,7 +493236,7 @@ "filename": "Flip.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipX", @@ -490988,7 +493263,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipX", "inherited": true, - "___id": "T000002R048074", + "___id": "T000002R048257", "___s": true }, { @@ -490997,7 +493272,7 @@ "filename": "Flip.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipY", @@ -491024,7 +493299,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipY", "inherited": true, - "___id": "T000002R048075", + "___id": "T000002R048258", "___s": true }, { @@ -491033,7 +493308,7 @@ "filename": "Flip.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipX", @@ -491075,7 +493350,7 @@ ], "inherits": "Phaser.GameObjects.Components.Flip#setFlipX", "inherited": true, - "___id": "T000002R048076", + "___id": "T000002R048259", "___s": true }, { @@ -491084,7 +493359,7 @@ "filename": "Flip.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipY", @@ -491126,7 +493401,7 @@ ], "inherits": "Phaser.GameObjects.Components.Flip#setFlipY", "inherited": true, - "___id": "T000002R048077", + "___id": "T000002R048260", "___s": true }, { @@ -491135,7 +493410,7 @@ "filename": "Flip.js", "lineno": 117, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlip", @@ -491190,7 +493465,7 @@ ], "inherits": "Phaser.GameObjects.Components.Flip#setFlip", "inherited": true, - "___id": "T000002R048078", + "___id": "T000002R048261", "___s": true }, { @@ -491199,7 +493474,7 @@ "filename": "Flip.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetFlip", @@ -491226,7 +493501,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#resetFlip", "inherited": true, - "___id": "T000002R048079", + "___id": "T000002R048262", "___s": true }, { @@ -491235,7 +493510,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -491300,7 +493575,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getCenter", "inherited": true, - "___id": "T000002R048081", + "___id": "T000002R048264", "___s": true }, { @@ -491309,7 +493584,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -491374,7 +493649,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopLeft", "inherited": true, - "___id": "T000002R048082", + "___id": "T000002R048265", "___s": true }, { @@ -491383,7 +493658,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -491448,7 +493723,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopCenter", "inherited": true, - "___id": "T000002R048083", + "___id": "T000002R048266", "___s": true }, { @@ -491457,7 +493732,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -491522,7 +493797,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopRight", "inherited": true, - "___id": "T000002R048084", + "___id": "T000002R048267", "___s": true }, { @@ -491531,7 +493806,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -491596,7 +493871,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getLeftCenter", "inherited": true, - "___id": "T000002R048085", + "___id": "T000002R048268", "___s": true }, { @@ -491605,7 +493880,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -491670,7 +493945,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getRightCenter", "inherited": true, - "___id": "T000002R048086", + "___id": "T000002R048269", "___s": true }, { @@ -491679,7 +493954,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -491744,7 +494019,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomLeft", "inherited": true, - "___id": "T000002R048087", + "___id": "T000002R048270", "___s": true }, { @@ -491753,7 +494028,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -491818,7 +494093,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomCenter", "inherited": true, - "___id": "T000002R048088", + "___id": "T000002R048271", "___s": true }, { @@ -491827,7 +494102,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -491892,7 +494167,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomRight", "inherited": true, - "___id": "T000002R048089", + "___id": "T000002R048272", "___s": true }, { @@ -491901,7 +494176,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -491971,7 +494246,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBounds", "inherited": true, - "___id": "T000002R048090", + "___id": "T000002R048273", "___s": true }, { @@ -491980,7 +494255,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -492011,7 +494286,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R048091", + "___id": "T000002R048274", "___s": true }, { @@ -492020,7 +494295,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -492072,7 +494347,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#setMask", "inherited": true, - "___id": "T000002R048092", + "___id": "T000002R048275", "___s": true }, { @@ -492081,7 +494356,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -492125,7 +494400,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#clearMask", "inherited": true, - "___id": "T000002R048093", + "___id": "T000002R048276", "___s": true }, { @@ -492134,7 +494409,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -492287,7 +494562,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createBitmapMask", "inherited": true, - "___id": "T000002R048094", + "___id": "T000002R048277", "___s": true }, { @@ -492296,7 +494571,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -492368,7 +494643,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createGeometryMask", "inherited": true, - "___id": "T000002R048095", + "___id": "T000002R048278", "___s": true }, { @@ -492377,7 +494652,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -492400,7 +494675,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, - "___id": "T000002R048097", + "___id": "T000002R048280", "___s": true }, { @@ -492409,7 +494684,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -492432,7 +494707,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, - "___id": "T000002R048098", + "___id": "T000002R048281", "___s": true }, { @@ -492441,7 +494716,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -492462,7 +494737,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, - "___id": "T000002R048099", + "___id": "T000002R048282", "___s": true }, { @@ -492471,7 +494746,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -492492,7 +494767,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, - "___id": "T000002R048100", + "___id": "T000002R048283", "___s": true }, { @@ -492501,7 +494776,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -492560,7 +494835,7 @@ ], "inherits": "Phaser.GameObjects.Components.Origin#setOrigin", "inherited": true, - "___id": "T000002R048101", + "___id": "T000002R048284", "___s": true }, { @@ -492569,7 +494844,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -492596,7 +494871,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R048102", + "___id": "T000002R048285", "___s": true }, { @@ -492605,7 +494880,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -492664,7 +494939,7 @@ ], "inherits": "Phaser.GameObjects.Components.Origin#setDisplayOrigin", "inherited": true, - "___id": "T000002R048103", + "___id": "T000002R048286", "___s": true }, { @@ -492673,7 +494948,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -492700,7 +494975,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, - "___id": "T000002R048104", + "___id": "T000002R048287", "___s": true }, { @@ -492709,7 +494984,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -492738,7 +495013,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R048105", + "___id": "T000002R048288", "___s": true }, { @@ -492747,7 +495022,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -492776,7 +495051,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R048106", + "___id": "T000002R048289", "___s": true }, { @@ -492785,7 +495060,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -492813,7 +495088,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R048107", + "___id": "T000002R048290", "___s": true }, { @@ -492822,7 +495097,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -492881,7 +495156,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#initPipeline", "inherited": true, - "___id": "T000002R048108", + "___id": "T000002R048291", "___s": true }, { @@ -492890,7 +495165,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -492978,7 +495253,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipeline", "inherited": true, - "___id": "T000002R048109", + "___id": "T000002R048292", "___s": true }, { @@ -492987,7 +495262,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -493050,7 +495325,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipelineData", "inherited": true, - "___id": "T000002R048110", + "___id": "T000002R048293", "___s": true }, { @@ -493059,7 +495334,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -493109,16 +495384,16 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#resetPipeline", "inherited": true, - "___id": "T000002R048111", + "___id": "T000002R048294", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -493141,17 +495416,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.Image", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R048112", + "___id": "T000002R048295", "___s": true }, { @@ -493160,7 +495437,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -493188,7 +495465,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R048113", + "___id": "T000002R048296", "___s": true }, { @@ -493197,7 +495474,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -493234,7 +495511,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R048114", + "___id": "T000002R048297", "___s": true }, { @@ -493243,7 +495520,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -493271,7 +495548,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R048115", + "___id": "T000002R048298", "___s": true }, { @@ -493280,7 +495557,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -493310,7 +495587,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R048116", + "___id": "T000002R048299", "___s": true }, { @@ -493319,7 +495596,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -493347,7 +495624,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R048117", + "___id": "T000002R048300", "___s": true }, { @@ -493356,7 +495633,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -493392,7 +495669,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#initPostPipeline", "inherited": true, - "___id": "T000002R048118", + "___id": "T000002R048301", "___s": true }, { @@ -493401,7 +495678,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -493536,7 +495813,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipeline", "inherited": true, - "___id": "T000002R048119", + "___id": "T000002R048302", "___s": true }, { @@ -493545,7 +495822,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -493608,7 +495885,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipelineData", "inherited": true, - "___id": "T000002R048120", + "___id": "T000002R048303", "___s": true }, { @@ -493617,7 +495894,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -493699,7 +495976,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#getPostPipeline", "inherited": true, - "___id": "T000002R048121", + "___id": "T000002R048304", "___s": true }, { @@ -493708,7 +495985,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -493744,7 +496021,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#resetPostPipeline", "inherited": true, - "___id": "T000002R048122", + "___id": "T000002R048305", "___s": true }, { @@ -493753,7 +496030,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -493812,7 +496089,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#removePostPipeline", "inherited": true, - "___id": "T000002R048123", + "___id": "T000002R048306", "___s": true }, { @@ -493821,7 +496098,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -493855,7 +496132,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R048124", + "___id": "T000002R048307", "___s": true }, { @@ -493864,7 +496141,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -493886,7 +496163,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R048125", + "___id": "T000002R048308", "___s": true }, { @@ -493895,7 +496172,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -493917,7 +496194,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R048126", + "___id": "T000002R048309", "___s": true }, { @@ -493926,7 +496203,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -493983,7 +496260,7 @@ ], "inherits": "Phaser.GameObjects.Components.ScrollFactor#setScrollFactor", "inherited": true, - "___id": "T000002R048127", + "___id": "T000002R048310", "___s": true }, { @@ -493992,7 +496269,7 @@ "filename": "Size.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "width", @@ -494013,7 +496290,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#width", "inherited": true, - "___id": "T000002R048129", + "___id": "T000002R048312", "___s": true }, { @@ -494022,7 +496299,7 @@ "filename": "Size.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "height", @@ -494043,7 +496320,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#height", "inherited": true, - "___id": "T000002R048130", + "___id": "T000002R048313", "___s": true }, { @@ -494052,7 +496329,7 @@ "filename": "Size.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayWidth", @@ -494073,7 +496350,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#displayWidth", "inherited": true, - "___id": "T000002R048131", + "___id": "T000002R048314", "___s": true }, { @@ -494082,7 +496359,7 @@ "filename": "Size.js", "lineno": 78, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayHeight", @@ -494103,7 +496380,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#displayHeight", "inherited": true, - "___id": "T000002R048132", + "___id": "T000002R048315", "___s": true }, { @@ -494112,7 +496389,7 @@ "filename": "Size.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSizeToFrame", @@ -494165,7 +496442,7 @@ ], "inherits": "Phaser.GameObjects.Components.Size#setSizeToFrame", "inherited": true, - "___id": "T000002R048133", + "___id": "T000002R048316", "___s": true }, { @@ -494174,7 +496451,7 @@ "filename": "Size.js", "lineno": 139, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSize", @@ -494229,7 +496506,7 @@ ], "inherits": "Phaser.GameObjects.Components.Size#setSize", "inherited": true, - "___id": "T000002R048134", + "___id": "T000002R048317", "___s": true }, { @@ -494238,7 +496515,7 @@ "filename": "Size.js", "lineno": 166, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplaySize", @@ -494293,7 +496570,7 @@ ], "inherits": "Phaser.GameObjects.Components.Size#setDisplaySize", "inherited": true, - "___id": "T000002R048135", + "___id": "T000002R048318", "___s": true }, { @@ -494302,7 +496579,7 @@ "filename": "TextureCrop.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "texture", @@ -494333,7 +496610,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.TextureCrop#texture", "inherited": true, - "___id": "T000002R048136", + "___id": "T000002R048319", "___s": true }, { @@ -494342,7 +496619,7 @@ "filename": "TextureCrop.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "frame", @@ -494363,7 +496640,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.TextureCrop#frame", "inherited": true, - "___id": "T000002R048137", + "___id": "T000002R048320", "___s": true }, { @@ -494372,7 +496649,7 @@ "filename": "TextureCrop.js", "lineno": 39, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "isCropped", @@ -494393,7 +496670,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.TextureCrop#isCropped", "inherited": true, - "___id": "T000002R048138", + "___id": "T000002R048321", "___s": true }, { @@ -494402,7 +496679,7 @@ "filename": "TextureCrop.js", "lineno": 50, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setCrop", @@ -494497,7 +496774,7 @@ ], "inherits": "Phaser.GameObjects.Components.TextureCrop#setCrop", "inherited": true, - "___id": "T000002R048139", + "___id": "T000002R048322", "___s": true }, { @@ -494506,7 +496783,7 @@ "filename": "TextureCrop.js", "lineno": 110, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTexture", @@ -494572,7 +496849,7 @@ ], "inherits": "Phaser.GameObjects.Components.TextureCrop#setTexture", "inherited": true, - "___id": "T000002R048140", + "___id": "T000002R048323", "___s": true }, { @@ -494581,7 +496858,7 @@ "filename": "TextureCrop.js", "lineno": 130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFrame", @@ -494668,7 +496945,7 @@ ], "inherits": "Phaser.GameObjects.Components.TextureCrop#setFrame", "inherited": true, - "___id": "T000002R048141", + "___id": "T000002R048324", "___s": true }, { @@ -494677,7 +496954,7 @@ "filename": "Tint.js", "lineno": 18, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopLeft", @@ -494699,7 +496976,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintTopLeft", "inherited": true, - "___id": "T000002R048143", + "___id": "T000002R048326", "___s": true }, { @@ -494708,7 +496985,7 @@ "filename": "Tint.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopRight", @@ -494730,7 +497007,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintTopRight", "inherited": true, - "___id": "T000002R048144", + "___id": "T000002R048327", "___s": true }, { @@ -494739,7 +497016,7 @@ "filename": "Tint.js", "lineno": 42, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomLeft", @@ -494761,7 +497038,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintBottomLeft", "inherited": true, - "___id": "T000002R048145", + "___id": "T000002R048328", "___s": true }, { @@ -494770,7 +497047,7 @@ "filename": "Tint.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomRight", @@ -494792,7 +497069,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintBottomRight", "inherited": true, - "___id": "T000002R048146", + "___id": "T000002R048329", "___s": true }, { @@ -494801,7 +497078,7 @@ "filename": "Tint.js", "lineno": 66, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintFill", @@ -494823,7 +497100,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintFill", "inherited": true, - "___id": "T000002R048147", + "___id": "T000002R048330", "___s": true }, { @@ -494832,7 +497109,7 @@ "filename": "Tint.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearTint", @@ -494866,7 +497143,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#clearTint", "inherited": true, - "___id": "T000002R048148", + "___id": "T000002R048331", "___s": true }, { @@ -494875,7 +497152,7 @@ "filename": "Tint.js", "lineno": 98, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTint", @@ -494968,7 +497245,7 @@ ], "inherits": "Phaser.GameObjects.Components.Tint#setTint", "inherited": true, - "___id": "T000002R048149", + "___id": "T000002R048332", "___s": true }, { @@ -494977,7 +497254,7 @@ "filename": "Tint.js", "lineno": 146, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTintFill", @@ -495070,7 +497347,7 @@ ], "inherits": "Phaser.GameObjects.Components.Tint#setTintFill", "inherited": true, - "___id": "T000002R048150", + "___id": "T000002R048333", "___s": true }, { @@ -495079,7 +497356,7 @@ "filename": "Tint.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tint", @@ -495107,7 +497384,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tint", "inherited": true, - "___id": "T000002R048151", + "___id": "T000002R048334", "___s": true }, { @@ -495116,7 +497393,7 @@ "filename": "Tint.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "isTinted", @@ -495145,7 +497422,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#isTinted", "inherited": true, - "___id": "T000002R048152", + "___id": "T000002R048335", "___s": true }, { @@ -495154,7 +497431,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -495177,7 +497454,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R048153", + "___id": "T000002R048336", "___s": true }, { @@ -495186,7 +497463,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -495208,7 +497485,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R048157", + "___id": "T000002R048340", "___s": true }, { @@ -495217,7 +497494,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -495239,7 +497516,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R048158", + "___id": "T000002R048341", "___s": true }, { @@ -495248,7 +497525,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -495270,7 +497547,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R048159", + "___id": "T000002R048342", "___s": true }, { @@ -495279,7 +497556,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -495301,7 +497578,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R048160", + "___id": "T000002R048343", "___s": true }, { @@ -495310,7 +497587,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -495332,7 +497609,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R048161", + "___id": "T000002R048344", "___s": true }, { @@ -495341,7 +497618,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -495363,7 +497640,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R048162", + "___id": "T000002R048345", "___s": true }, { @@ -495372,7 +497649,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -495394,7 +497671,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R048163", + "___id": "T000002R048346", "___s": true }, { @@ -495403,7 +497680,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -495425,7 +497702,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R048164", + "___id": "T000002R048347", "___s": true }, { @@ -495434,7 +497711,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -495456,7 +497733,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R048165", + "___id": "T000002R048348", "___s": true }, { @@ -495465,7 +497742,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -495554,7 +497831,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setPosition", "inherited": true, - "___id": "T000002R048166", + "___id": "T000002R048349", "___s": true }, { @@ -495563,7 +497840,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -495620,7 +497897,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#copyPosition", "inherited": true, - "___id": "T000002R048167", + "___id": "T000002R048350", "___s": true }, { @@ -495629,7 +497906,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -495716,7 +497993,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRandomPosition", "inherited": true, - "___id": "T000002R048168", + "___id": "T000002R048351", "___s": true }, { @@ -495725,7 +498002,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -495769,7 +498046,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRotation", "inherited": true, - "___id": "T000002R048169", + "___id": "T000002R048352", "___s": true }, { @@ -495778,7 +498055,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -495822,7 +498099,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setAngle", "inherited": true, - "___id": "T000002R048170", + "___id": "T000002R048353", "___s": true }, { @@ -495831,7 +498108,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -495890,7 +498167,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setScale", "inherited": true, - "___id": "T000002R048171", + "___id": "T000002R048354", "___s": true }, { @@ -495899,7 +498176,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -495943,7 +498220,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setX", "inherited": true, - "___id": "T000002R048172", + "___id": "T000002R048355", "___s": true }, { @@ -495952,7 +498229,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -495996,7 +498273,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setY", "inherited": true, - "___id": "T000002R048173", + "___id": "T000002R048356", "___s": true }, { @@ -496005,7 +498282,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -496049,7 +498326,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setZ", "inherited": true, - "___id": "T000002R048174", + "___id": "T000002R048357", "___s": true }, { @@ -496058,7 +498335,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -496102,7 +498379,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setW", "inherited": true, - "___id": "T000002R048175", + "___id": "T000002R048358", "___s": true }, { @@ -496111,7 +498388,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -496153,7 +498430,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalTransformMatrix", "inherited": true, - "___id": "T000002R048176", + "___id": "T000002R048359", "___s": true }, { @@ -496162,7 +498439,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -496218,7 +498495,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getWorldTransformMatrix", "inherited": true, - "___id": "T000002R048177", + "___id": "T000002R048360", "___s": true }, { @@ -496227,7 +498504,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -496309,7 +498586,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalPoint", "inherited": true, - "___id": "T000002R048178", + "___id": "T000002R048361", "___s": true }, { @@ -496318,7 +498595,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -496344,7 +498621,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R048179", + "___id": "T000002R048362", "___s": true }, { @@ -496353,7 +498630,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -496374,7 +498651,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R048181", + "___id": "T000002R048364", "___s": true }, { @@ -496383,7 +498660,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -496425,7 +498702,7 @@ ], "inherits": "Phaser.GameObjects.Components.Visible#setVisible", "inherited": true, - "___id": "T000002R048182", + "___id": "T000002R048365", "___s": true }, { @@ -496434,7 +498711,7 @@ "filename": "AlphaSingle.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -496461,7 +498738,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#clearAlpha", "inherited": true, - "___id": "T000002R048184", + "___id": "T000002R048367", "___s": true }, { @@ -496470,7 +498747,7 @@ "filename": "AlphaSingle.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -496514,7 +498791,7 @@ ], "inherits": "Phaser.GameObjects.Components.AlphaSingle#setAlpha", "inherited": true, - "___id": "T000002R048185", + "___id": "T000002R048368", "___s": true }, { @@ -496523,7 +498800,7 @@ "filename": "AlphaSingle.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -496544,7 +498821,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#alpha", "inherited": true, - "___id": "T000002R048186", + "___id": "T000002R048369", "___s": true }, { @@ -496553,7 +498830,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -496589,7 +498866,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R048188", + "___id": "T000002R048371", "___s": true }, { @@ -496598,7 +498875,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -496655,16 +498932,16 @@ ], "inherits": "Phaser.GameObjects.Components.BlendMode#setBlendMode", "inherited": true, - "___id": "T000002R048189", + "___id": "T000002R048372", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -496685,16 +498962,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R048191", + "___id": "T000002R048374", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -496736,7 +499013,181 @@ ], "inherits": "Phaser.GameObjects.Components.Depth#setDepth", "inherited": true, - "___id": "T000002R048192", + "___id": "T000002R048375", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.Layer#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Layer", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R048376", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.Layer#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Layer", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R048377", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.Layer#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Layer", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "___id": "T000002R048378", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.Layer#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Layer", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "___id": "T000002R048379", "___s": true }, { @@ -496745,7 +499196,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -496776,7 +499227,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R048193", + "___id": "T000002R048380", "___s": true }, { @@ -496785,7 +499236,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -496837,7 +499288,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#setMask", "inherited": true, - "___id": "T000002R048194", + "___id": "T000002R048381", "___s": true }, { @@ -496846,7 +499297,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -496890,7 +499341,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#clearMask", "inherited": true, - "___id": "T000002R048195", + "___id": "T000002R048382", "___s": true }, { @@ -496899,7 +499350,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -497052,7 +499503,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createBitmapMask", "inherited": true, - "___id": "T000002R048196", + "___id": "T000002R048383", "___s": true }, { @@ -497061,7 +499512,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -497133,7 +499584,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createGeometryMask", "inherited": true, - "___id": "T000002R048197", + "___id": "T000002R048384", "___s": true }, { @@ -497142,7 +499593,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -497170,7 +499621,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R048198", + "___id": "T000002R048385", "___s": true }, { @@ -497179,7 +499630,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -497216,7 +499667,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R048199", + "___id": "T000002R048386", "___s": true }, { @@ -497225,7 +499676,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -497253,7 +499704,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R048200", + "___id": "T000002R048387", "___s": true }, { @@ -497262,7 +499713,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -497292,7 +499743,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R048201", + "___id": "T000002R048388", "___s": true }, { @@ -497301,7 +499752,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -497329,7 +499780,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R048202", + "___id": "T000002R048389", "___s": true }, { @@ -497338,7 +499789,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -497374,7 +499825,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#initPostPipeline", "inherited": true, - "___id": "T000002R048203", + "___id": "T000002R048390", "___s": true }, { @@ -497383,7 +499834,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -497518,7 +499969,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipeline", "inherited": true, - "___id": "T000002R048204", + "___id": "T000002R048391", "___s": true }, { @@ -497527,7 +499978,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -497590,7 +500041,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipelineData", "inherited": true, - "___id": "T000002R048205", + "___id": "T000002R048392", "___s": true }, { @@ -497599,7 +500050,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -497681,7 +500132,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#getPostPipeline", "inherited": true, - "___id": "T000002R048206", + "___id": "T000002R048393", "___s": true }, { @@ -497690,7 +500141,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -497726,7 +500177,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#resetPostPipeline", "inherited": true, - "___id": "T000002R048207", + "___id": "T000002R048394", "___s": true }, { @@ -497735,7 +500186,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -497794,7 +500245,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#removePostPipeline", "inherited": true, - "___id": "T000002R048208", + "___id": "T000002R048395", "___s": true }, { @@ -497803,7 +500254,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -497837,7 +500288,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R048209", + "___id": "T000002R048396", "___s": true }, { @@ -497846,7 +500297,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -497867,7 +500318,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R048211", + "___id": "T000002R048398", "___s": true }, { @@ -497876,7 +500327,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -497918,7 +500369,7 @@ ], "inherits": "Phaser.GameObjects.Components.Visible#setVisible", "inherited": true, - "___id": "T000002R048212", + "___id": "T000002R048399", "___s": true }, { @@ -497927,7 +500378,7 @@ "filename": "Circle.js", "lineno": 41, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "name": "type", @@ -497949,7 +500400,7 @@ "scope": "instance", "inherits": "Phaser.Geom.Circle#type", "inherited": true, - "___id": "T000002R048213", + "___id": "T000002R048400", "___s": true }, { @@ -497958,7 +500409,7 @@ "filename": "Circle.js", "lineno": 52, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "name": "x", @@ -497980,7 +500431,7 @@ "scope": "instance", "inherits": "Phaser.Geom.Circle#x", "inherited": true, - "___id": "T000002R048214", + "___id": "T000002R048401", "___s": true }, { @@ -497989,7 +500440,7 @@ "filename": "Circle.js", "lineno": 62, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "name": "y", @@ -498011,7 +500462,7 @@ "scope": "instance", "inherits": "Phaser.Geom.Circle#y", "inherited": true, - "___id": "T000002R048215", + "___id": "T000002R048402", "___s": true }, { @@ -498020,7 +500471,7 @@ "filename": "Circle.js", "lineno": 93, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "name": "contains", @@ -498074,7 +500525,7 @@ ], "inherits": "Phaser.Geom.Circle#contains", "inherited": true, - "___id": "T000002R048218", + "___id": "T000002R048405", "___s": true }, { @@ -498083,7 +500534,7 @@ "filename": "Circle.js", "lineno": 109, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "name": "getPoint", @@ -498166,7 +500617,7 @@ ], "inherits": "Phaser.Geom.Circle#getPoint", "inherited": true, - "___id": "T000002R048219", + "___id": "T000002R048406", "___s": true }, { @@ -498175,7 +500626,7 @@ "filename": "Circle.js", "lineno": 129, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "name": "getPoints", @@ -498290,7 +500741,7 @@ ], "inherits": "Phaser.Geom.Circle#getPoints", "inherited": true, - "___id": "T000002R048220", + "___id": "T000002R048407", "___s": true }, { @@ -498299,7 +500750,7 @@ "filename": "Circle.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "name": "getRandomPoint", @@ -498369,7 +500820,7 @@ ], "inherits": "Phaser.Geom.Circle#getRandomPoint", "inherited": true, - "___id": "T000002R048221", + "___id": "T000002R048408", "___s": true }, { @@ -498378,7 +500829,7 @@ "filename": "Circle.js", "lineno": 166, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "name": "setTo", @@ -498452,7 +500903,7 @@ ], "inherits": "Phaser.Geom.Circle#setTo", "inherited": true, - "___id": "T000002R048222", + "___id": "T000002R048409", "___s": true }, { @@ -498461,7 +500912,7 @@ "filename": "Circle.js", "lineno": 188, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "name": "setEmpty", @@ -498488,7 +500939,7 @@ "scope": "instance", "inherits": "Phaser.Geom.Circle#setEmpty", "inherited": true, - "___id": "T000002R048223", + "___id": "T000002R048410", "___s": true }, { @@ -498497,7 +500948,7 @@ "filename": "Circle.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "name": "setPosition", @@ -498556,7 +501007,7 @@ ], "inherits": "Phaser.Geom.Circle#setPosition", "inherited": true, - "___id": "T000002R048224", + "___id": "T000002R048411", "___s": true }, { @@ -498565,7 +501016,7 @@ "filename": "Circle.js", "lineno": 226, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "name": "isEmpty", @@ -498591,7 +501042,7 @@ "scope": "instance", "inherits": "Phaser.Geom.Circle#isEmpty", "inherited": true, - "___id": "T000002R048225", + "___id": "T000002R048412", "___s": true }, { @@ -498600,7 +501051,7 @@ "filename": "Circle.js", "lineno": 239, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "name": "radius", @@ -498621,7 +501072,7 @@ "scope": "instance", "inherits": "Phaser.Geom.Circle#radius", "inherited": true, - "___id": "T000002R048226", + "___id": "T000002R048413", "___s": true }, { @@ -498630,7 +501081,7 @@ "filename": "Circle.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "name": "diameter", @@ -498651,7 +501102,7 @@ "scope": "instance", "inherits": "Phaser.Geom.Circle#diameter", "inherited": true, - "___id": "T000002R048227", + "___id": "T000002R048414", "___s": true }, { @@ -498660,7 +501111,7 @@ "filename": "Circle.js", "lineno": 283, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "name": "left", @@ -498681,7 +501132,7 @@ "scope": "instance", "inherits": "Phaser.Geom.Circle#left", "inherited": true, - "___id": "T000002R048228", + "___id": "T000002R048415", "___s": true }, { @@ -498690,7 +501141,7 @@ "filename": "Circle.js", "lineno": 304, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "name": "right", @@ -498711,7 +501162,7 @@ "scope": "instance", "inherits": "Phaser.Geom.Circle#right", "inherited": true, - "___id": "T000002R048229", + "___id": "T000002R048416", "___s": true }, { @@ -498720,7 +501171,7 @@ "filename": "Circle.js", "lineno": 325, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "name": "top", @@ -498741,7 +501192,7 @@ "scope": "instance", "inherits": "Phaser.Geom.Circle#top", "inherited": true, - "___id": "T000002R048230", + "___id": "T000002R048417", "___s": true }, { @@ -498750,7 +501201,7 @@ "filename": "Circle.js", "lineno": 346, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\geom\\circle", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\geom\\circle", "code": {} }, "name": "bottom", @@ -498771,7 +501222,7 @@ "scope": "instance", "inherits": "Phaser.Geom.Circle#bottom", "inherited": true, - "___id": "T000002R048231", + "___id": "T000002R048418", "___s": true }, { @@ -498780,7 +501231,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -498803,7 +501254,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, - "___id": "T000002R048233", + "___id": "T000002R048420", "___s": true }, { @@ -498812,7 +501263,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -498835,7 +501286,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, - "___id": "T000002R048234", + "___id": "T000002R048421", "___s": true }, { @@ -498844,7 +501295,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -498865,7 +501316,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, - "___id": "T000002R048235", + "___id": "T000002R048422", "___s": true }, { @@ -498874,7 +501325,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -498895,7 +501346,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, - "___id": "T000002R048236", + "___id": "T000002R048423", "___s": true }, { @@ -498904,7 +501355,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -498963,7 +501414,7 @@ ], "inherits": "Phaser.GameObjects.Components.Origin#setOrigin", "inherited": true, - "___id": "T000002R048237", + "___id": "T000002R048424", "___s": true }, { @@ -498972,7 +501423,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -498999,7 +501450,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R048238", + "___id": "T000002R048425", "___s": true }, { @@ -499008,7 +501459,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -499067,7 +501518,7 @@ ], "inherits": "Phaser.GameObjects.Components.Origin#setDisplayOrigin", "inherited": true, - "___id": "T000002R048239", + "___id": "T000002R048426", "___s": true }, { @@ -499076,7 +501527,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -499103,7 +501554,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, - "___id": "T000002R048240", + "___id": "T000002R048427", "___s": true }, { @@ -499112,7 +501563,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -499134,7 +501585,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R048241", + "___id": "T000002R048428", "___s": true }, { @@ -499143,7 +501594,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -499165,7 +501616,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R048242", + "___id": "T000002R048429", "___s": true }, { @@ -499174,7 +501625,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -499231,7 +501682,7 @@ ], "inherits": "Phaser.GameObjects.Components.ScrollFactor#setScrollFactor", "inherited": true, - "___id": "T000002R048243", + "___id": "T000002R048430", "___s": true }, { @@ -499240,7 +501691,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -499261,7 +501712,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R048245", + "___id": "T000002R048432", "___s": true }, { @@ -499270,7 +501721,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -499312,7 +501763,7 @@ ], "inherits": "Phaser.GameObjects.Components.Visible#setVisible", "inherited": true, - "___id": "T000002R048246", + "___id": "T000002R048433", "___s": true }, { @@ -499321,7 +501772,7 @@ "filename": "LightsManager.js", "lineno": 40, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "name": "lights", @@ -499352,7 +501803,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.LightsManager#lights", "inherited": true, - "___id": "T000002R048247", + "___id": "T000002R048434", "___s": true }, { @@ -499361,7 +501812,7 @@ "filename": "LightsManager.js", "lineno": 50, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "name": "ambientColor", @@ -499382,7 +501833,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.LightsManager#ambientColor", "inherited": true, - "___id": "T000002R048248", + "___id": "T000002R048435", "___s": true }, { @@ -499391,7 +501842,7 @@ "filename": "LightsManager.js", "lineno": 59, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "name": "active", @@ -499413,7 +501864,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.LightsManager#active", "inherited": true, - "___id": "T000002R048249", + "___id": "T000002R048436", "___s": true }, { @@ -499422,7 +501873,7 @@ "filename": "LightsManager.js", "lineno": 69, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "name": "maxLights", @@ -499444,7 +501895,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.LightsManager#maxLights", "inherited": true, - "___id": "T000002R048250", + "___id": "T000002R048437", "___s": true }, { @@ -499453,7 +501904,7 @@ "filename": "LightsManager.js", "lineno": 80, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "name": "visibleLights", @@ -499475,7 +501926,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.LightsManager#visibleLights", "inherited": true, - "___id": "T000002R048251", + "___id": "T000002R048438", "___s": true }, { @@ -499484,7 +501935,7 @@ "filename": "LightsManager.js", "lineno": 91, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "name": "addPointLight", @@ -499598,7 +502049,7 @@ ], "inherits": "Phaser.GameObjects.LightsManager#addPointLight", "inherited": true, - "___id": "T000002R048252", + "___id": "T000002R048439", "___s": true }, { @@ -499607,7 +502058,7 @@ "filename": "LightsManager.js", "lineno": 137, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "name": "enable", @@ -499634,7 +502085,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.LightsManager#enable", "inherited": true, - "___id": "T000002R048253", + "___id": "T000002R048440", "___s": true }, { @@ -499643,7 +502094,7 @@ "filename": "LightsManager.js", "lineno": 157, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "name": "disable", @@ -499670,7 +502121,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.LightsManager#disable", "inherited": true, - "___id": "T000002R048254", + "___id": "T000002R048441", "___s": true }, { @@ -499679,7 +502130,7 @@ "filename": "LightsManager.js", "lineno": 172, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "name": "getLights", @@ -499729,7 +502180,7 @@ ], "inherits": "Phaser.GameObjects.LightsManager#getLights", "inherited": true, - "___id": "T000002R048255", + "___id": "T000002R048442", "___s": true }, { @@ -499738,7 +502189,7 @@ "filename": "LightsManager.js", "lineno": 228, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "name": "setAmbientColor", @@ -499780,7 +502231,7 @@ ], "inherits": "Phaser.GameObjects.LightsManager#setAmbientColor", "inherited": true, - "___id": "T000002R048256", + "___id": "T000002R048443", "___s": true }, { @@ -499789,7 +502240,7 @@ "filename": "LightsManager.js", "lineno": 247, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "name": "getMaxVisibleLights", @@ -499815,7 +502266,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.LightsManager#getMaxVisibleLights", "inherited": true, - "___id": "T000002R048257", + "___id": "T000002R048444", "___s": true }, { @@ -499824,7 +502275,7 @@ "filename": "LightsManager.js", "lineno": 260, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "name": "getLightCount", @@ -499850,7 +502301,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.LightsManager#getLightCount", "inherited": true, - "___id": "T000002R048258", + "___id": "T000002R048445", "___s": true }, { @@ -499859,7 +502310,7 @@ "filename": "LightsManager.js", "lineno": 273, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "name": "addLight", @@ -499962,7 +502413,7 @@ ], "inherits": "Phaser.GameObjects.LightsManager#addLight", "inherited": true, - "___id": "T000002R048259", + "___id": "T000002R048446", "___s": true }, { @@ -499971,7 +502422,7 @@ "filename": "LightsManager.js", "lineno": 304, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "name": "removeLight", @@ -500013,7 +502464,7 @@ ], "inherits": "Phaser.GameObjects.LightsManager#removeLight", "inherited": true, - "___id": "T000002R048260", + "___id": "T000002R048447", "___s": true }, { @@ -500022,7 +502473,7 @@ "filename": "LightsManager.js", "lineno": 326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\lights", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\lights", "code": {} }, "name": "shutdown", @@ -500034,7 +502485,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.LightsManager#shutdown", "inherited": true, - "___id": "T000002R048261", + "___id": "T000002R048448", "___s": true }, { @@ -500043,7 +502494,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -500064,7 +502515,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R048262", + "___id": "T000002R048449", "___s": true }, { @@ -500073,7 +502524,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -500105,7 +502556,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R048263", + "___id": "T000002R048450", "___s": true }, { @@ -500114,7 +502565,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -500135,7 +502586,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R048264", + "___id": "T000002R048451", "___s": true }, { @@ -500144,7 +502595,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -500175,7 +502626,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R048265", + "___id": "T000002R048452", "___s": true }, { @@ -500184,7 +502635,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -500205,7 +502656,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R048266", + "___id": "T000002R048453", "___s": true }, { @@ -500214,7 +502665,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -500236,7 +502687,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R048267", + "___id": "T000002R048454", "___s": true }, { @@ -500245,7 +502696,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -500267,7 +502718,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R048268", + "___id": "T000002R048455", "___s": true }, { @@ -500276,7 +502727,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -500298,7 +502749,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R048269", + "___id": "T000002R048456", "___s": true }, { @@ -500307,7 +502758,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -500329,7 +502780,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R048270", + "___id": "T000002R048457", "___s": true }, { @@ -500338,7 +502789,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -500360,7 +502811,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R048271", + "___id": "T000002R048458", "___s": true }, { @@ -500369,7 +502820,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -500394,7 +502845,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R048272", + "___id": "T000002R048459", "___s": true }, { @@ -500403,7 +502854,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -500427,7 +502878,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R048273", + "___id": "T000002R048460", "___s": true }, { @@ -500436,7 +502887,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -500475,7 +502926,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R048274", + "___id": "T000002R048461", "___s": true }, { @@ -500484,7 +502935,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -500506,7 +502957,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R048275", + "___id": "T000002R048462", "___s": true }, { @@ -500515,7 +502966,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -500557,7 +503008,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setActive", "inherited": true, - "___id": "T000002R048276", + "___id": "T000002R048463", "___s": true }, { @@ -500566,7 +503017,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -500608,7 +503059,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setName", "inherited": true, - "___id": "T000002R048277", + "___id": "T000002R048464", "___s": true }, { @@ -500617,7 +503068,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -500669,7 +503120,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setState", "inherited": true, - "___id": "T000002R048278", + "___id": "T000002R048465", "___s": true }, { @@ -500678,7 +503129,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -500708,7 +503159,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R048279", + "___id": "T000002R048466", "___s": true }, { @@ -500717,7 +503168,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -500796,7 +503247,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setData", "inherited": true, - "___id": "T000002R048280", + "___id": "T000002R048467", "___s": true }, { @@ -500805,7 +503256,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -500862,7 +503313,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#incData", "inherited": true, - "___id": "T000002R048281", + "___id": "T000002R048468", "___s": true }, { @@ -500871,7 +503322,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -500913,7 +503364,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#toggleData", "inherited": true, - "___id": "T000002R048282", + "___id": "T000002R048469", "___s": true }, { @@ -500922,7 +503373,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -500981,7 +503432,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#getData", "inherited": true, - "___id": "T000002R048283", + "___id": "T000002R048470", "___s": true }, { @@ -500990,7 +503441,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -501017,7 +503468,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R048284", + "___id": "T000002R048471", "___s": true }, { @@ -501026,7 +503477,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -501053,7 +503504,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R048285", + "___id": "T000002R048472", "___s": true }, { @@ -501062,7 +503513,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -501074,7 +503525,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R048286", + "___id": "T000002R048473", "___s": true }, { @@ -501083,7 +503534,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -501095,7 +503546,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R048287", + "___id": "T000002R048474", "___s": true }, { @@ -501104,7 +503555,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -501133,7 +503584,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#update", "inherited": true, - "___id": "T000002R048288", + "___id": "T000002R048475", "___s": true }, { @@ -501142,7 +503593,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -501168,7 +503619,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R048289", + "___id": "T000002R048476", "___s": true }, { @@ -501177,7 +503628,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -501218,7 +503669,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#willRender", "inherited": true, - "___id": "T000002R048290", + "___id": "T000002R048477", "___s": true }, { @@ -501227,7 +503678,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -501262,7 +503713,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R048291", + "___id": "T000002R048478", "___s": true }, { @@ -501271,7 +503722,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -501328,7 +503779,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#addToDisplayList", "inherited": true, - "___id": "T000002R048292", + "___id": "T000002R048479", "___s": true }, { @@ -501337,7 +503788,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -501364,7 +503815,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R048293", + "___id": "T000002R048480", "___s": true }, { @@ -501373,7 +503824,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -501404,7 +503855,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R048294", + "___id": "T000002R048481", "___s": true }, { @@ -501413,7 +503864,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -501440,7 +503891,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R048295", + "___id": "T000002R048482", "___s": true }, { @@ -501449,7 +503900,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -501481,7 +503932,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#destroy", "inherited": true, - "___id": "T000002R048296", + "___id": "T000002R048483", "___s": true }, { @@ -501490,7 +503941,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -501502,7 +503953,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R048297", + "___id": "T000002R048484", "___s": true }, { @@ -501511,7 +503962,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -501554,7 +504005,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R048298", + "___id": "T000002R048485", "___s": true }, { @@ -501563,7 +504014,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -501623,7 +504074,7 @@ "name": "event" } ], - "___id": "T000002R048299", + "___id": "T000002R048486", "___s": true }, { @@ -501632,7 +504083,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -501683,7 +504134,7 @@ "name": "event" } ], - "___id": "T000002R048300", + "___id": "T000002R048487", "___s": true }, { @@ -501692,7 +504143,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -501758,7 +504209,7 @@ "name": "args" } ], - "___id": "T000002R048301", + "___id": "T000002R048488", "___s": true }, { @@ -501767,7 +504218,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -501846,7 +504297,7 @@ "name": "context" } ], - "___id": "T000002R048302", + "___id": "T000002R048489", "___s": true }, { @@ -501855,7 +504306,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -501934,7 +504385,7 @@ "name": "context" } ], - "___id": "T000002R048303", + "___id": "T000002R048490", "___s": true }, { @@ -501943,7 +504394,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -502022,7 +504473,7 @@ "name": "context" } ], - "___id": "T000002R048304", + "___id": "T000002R048491", "___s": true }, { @@ -502031,7 +504482,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -502124,7 +504575,7 @@ "name": "once" } ], - "___id": "T000002R048305", + "___id": "T000002R048492", "___s": true }, { @@ -502133,7 +504584,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -502226,7 +504677,7 @@ "name": "once" } ], - "___id": "T000002R048306", + "___id": "T000002R048493", "___s": true }, { @@ -502235,7 +504686,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -502288,7 +504739,7 @@ "name": "event" } ], - "___id": "T000002R048307", + "___id": "T000002R048494", "___s": true }, { @@ -502297,7 +504748,7 @@ "filename": "AlphaSingle.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -502324,7 +504775,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#clearAlpha", "inherited": true, - "___id": "T000002R048309", + "___id": "T000002R048496", "___s": true }, { @@ -502333,7 +504784,7 @@ "filename": "AlphaSingle.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -502377,7 +504828,7 @@ ], "inherits": "Phaser.GameObjects.Components.AlphaSingle#setAlpha", "inherited": true, - "___id": "T000002R048310", + "___id": "T000002R048497", "___s": true }, { @@ -502386,7 +504837,7 @@ "filename": "AlphaSingle.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -502407,7 +504858,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#alpha", "inherited": true, - "___id": "T000002R048311", + "___id": "T000002R048498", "___s": true }, { @@ -502416,7 +504867,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -502452,7 +504903,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R048313", + "___id": "T000002R048500", "___s": true }, { @@ -502461,7 +504912,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -502518,16 +504969,16 @@ ], "inherits": "Phaser.GameObjects.Components.BlendMode#setBlendMode", "inherited": true, - "___id": "T000002R048314", + "___id": "T000002R048501", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -502548,16 +504999,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R048316", + "___id": "T000002R048503", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -502599,7 +505050,181 @@ ], "inherits": "Phaser.GameObjects.Components.Depth#setDepth", "inherited": true, - "___id": "T000002R048317", + "___id": "T000002R048504", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.Mesh#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Mesh", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R048505", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.Mesh#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Mesh", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R048506", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.Mesh#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Mesh", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "___id": "T000002R048507", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.Mesh#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Mesh", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "___id": "T000002R048508", "___s": true }, { @@ -502608,7 +505233,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -502639,7 +505264,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R048318", + "___id": "T000002R048509", "___s": true }, { @@ -502648,7 +505273,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -502700,7 +505325,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#setMask", "inherited": true, - "___id": "T000002R048319", + "___id": "T000002R048510", "___s": true }, { @@ -502709,7 +505334,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -502753,7 +505378,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#clearMask", "inherited": true, - "___id": "T000002R048320", + "___id": "T000002R048511", "___s": true }, { @@ -502762,7 +505387,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -502915,7 +505540,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createBitmapMask", "inherited": true, - "___id": "T000002R048321", + "___id": "T000002R048512", "___s": true }, { @@ -502924,7 +505549,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -502996,7 +505621,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createGeometryMask", "inherited": true, - "___id": "T000002R048322", + "___id": "T000002R048513", "___s": true }, { @@ -503005,7 +505630,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -503034,7 +505659,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R048323", + "___id": "T000002R048514", "___s": true }, { @@ -503043,7 +505668,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -503072,7 +505697,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R048324", + "___id": "T000002R048515", "___s": true }, { @@ -503081,7 +505706,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -503109,7 +505734,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R048325", + "___id": "T000002R048516", "___s": true }, { @@ -503118,7 +505743,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -503177,7 +505802,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#initPipeline", "inherited": true, - "___id": "T000002R048326", + "___id": "T000002R048517", "___s": true }, { @@ -503186,7 +505811,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -503274,7 +505899,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipeline", "inherited": true, - "___id": "T000002R048327", + "___id": "T000002R048518", "___s": true }, { @@ -503283,7 +505908,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -503346,7 +505971,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipelineData", "inherited": true, - "___id": "T000002R048328", + "___id": "T000002R048519", "___s": true }, { @@ -503355,7 +505980,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -503405,16 +506030,16 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#resetPipeline", "inherited": true, - "___id": "T000002R048329", + "___id": "T000002R048520", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -503437,17 +506062,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.Mesh", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R048330", + "___id": "T000002R048521", "___s": true }, { @@ -503456,7 +506083,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -503484,7 +506111,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R048331", + "___id": "T000002R048522", "___s": true }, { @@ -503493,7 +506120,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -503530,7 +506157,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R048332", + "___id": "T000002R048523", "___s": true }, { @@ -503539,7 +506166,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -503567,7 +506194,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R048333", + "___id": "T000002R048524", "___s": true }, { @@ -503576,7 +506203,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -503606,7 +506233,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R048334", + "___id": "T000002R048525", "___s": true }, { @@ -503615,7 +506242,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -503643,7 +506270,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R048335", + "___id": "T000002R048526", "___s": true }, { @@ -503652,7 +506279,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -503688,7 +506315,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#initPostPipeline", "inherited": true, - "___id": "T000002R048336", + "___id": "T000002R048527", "___s": true }, { @@ -503697,7 +506324,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -503832,7 +506459,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipeline", "inherited": true, - "___id": "T000002R048337", + "___id": "T000002R048528", "___s": true }, { @@ -503841,7 +506468,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -503904,7 +506531,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipelineData", "inherited": true, - "___id": "T000002R048338", + "___id": "T000002R048529", "___s": true }, { @@ -503913,7 +506540,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -503995,7 +506622,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#getPostPipeline", "inherited": true, - "___id": "T000002R048339", + "___id": "T000002R048530", "___s": true }, { @@ -504004,7 +506631,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -504040,7 +506667,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#resetPostPipeline", "inherited": true, - "___id": "T000002R048340", + "___id": "T000002R048531", "___s": true }, { @@ -504049,7 +506676,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -504108,7 +506735,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#removePostPipeline", "inherited": true, - "___id": "T000002R048341", + "___id": "T000002R048532", "___s": true }, { @@ -504117,7 +506744,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -504151,7 +506778,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R048342", + "___id": "T000002R048533", "___s": true }, { @@ -504160,7 +506787,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -504182,7 +506809,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R048343", + "___id": "T000002R048534", "___s": true }, { @@ -504191,7 +506818,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -504213,7 +506840,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R048344", + "___id": "T000002R048535", "___s": true }, { @@ -504222,7 +506849,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -504279,7 +506906,7 @@ ], "inherits": "Phaser.GameObjects.Components.ScrollFactor#setScrollFactor", "inherited": true, - "___id": "T000002R048345", + "___id": "T000002R048536", "___s": true }, { @@ -504288,7 +506915,7 @@ "filename": "Size.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "width", @@ -504309,7 +506936,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#width", "inherited": true, - "___id": "T000002R048347", + "___id": "T000002R048538", "___s": true }, { @@ -504318,7 +506945,7 @@ "filename": "Size.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "height", @@ -504339,7 +506966,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#height", "inherited": true, - "___id": "T000002R048348", + "___id": "T000002R048539", "___s": true }, { @@ -504348,7 +506975,7 @@ "filename": "Size.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayWidth", @@ -504369,7 +506996,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#displayWidth", "inherited": true, - "___id": "T000002R048349", + "___id": "T000002R048540", "___s": true }, { @@ -504378,7 +507005,7 @@ "filename": "Size.js", "lineno": 78, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayHeight", @@ -504399,7 +507026,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#displayHeight", "inherited": true, - "___id": "T000002R048350", + "___id": "T000002R048541", "___s": true }, { @@ -504408,7 +507035,7 @@ "filename": "Size.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSizeToFrame", @@ -504461,7 +507088,7 @@ ], "inherits": "Phaser.GameObjects.Components.Size#setSizeToFrame", "inherited": true, - "___id": "T000002R048351", + "___id": "T000002R048542", "___s": true }, { @@ -504470,7 +507097,7 @@ "filename": "Size.js", "lineno": 139, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSize", @@ -504525,7 +507152,7 @@ ], "inherits": "Phaser.GameObjects.Components.Size#setSize", "inherited": true, - "___id": "T000002R048352", + "___id": "T000002R048543", "___s": true }, { @@ -504534,7 +507161,7 @@ "filename": "Size.js", "lineno": 166, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplaySize", @@ -504589,7 +507216,7 @@ ], "inherits": "Phaser.GameObjects.Components.Size#setDisplaySize", "inherited": true, - "___id": "T000002R048353", + "___id": "T000002R048544", "___s": true }, { @@ -504598,7 +507225,7 @@ "filename": "Texture.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "texture", @@ -504629,7 +507256,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Texture#texture", "inherited": true, - "___id": "T000002R048354", + "___id": "T000002R048545", "___s": true }, { @@ -504638,7 +507265,7 @@ "filename": "Texture.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "frame", @@ -504659,7 +507286,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Texture#frame", "inherited": true, - "___id": "T000002R048355", + "___id": "T000002R048546", "___s": true }, { @@ -504668,7 +507295,7 @@ "filename": "Texture.js", "lineno": 49, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTexture", @@ -504774,7 +507401,7 @@ ], "inherits": "Phaser.GameObjects.Components.Texture#setTexture", "inherited": true, - "___id": "T000002R048357", + "___id": "T000002R048548", "___s": true }, { @@ -504783,7 +507410,7 @@ "filename": "Texture.js", "lineno": 75, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFrame", @@ -504870,7 +507497,7 @@ ], "inherits": "Phaser.GameObjects.Components.Texture#setFrame", "inherited": true, - "___id": "T000002R048358", + "___id": "T000002R048549", "___s": true }, { @@ -504879,7 +507506,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -504902,7 +507529,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R048359", + "___id": "T000002R048550", "___s": true }, { @@ -504911,7 +507538,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -504933,7 +507560,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R048363", + "___id": "T000002R048554", "___s": true }, { @@ -504942,7 +507569,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -504964,7 +507591,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R048364", + "___id": "T000002R048555", "___s": true }, { @@ -504973,7 +507600,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -504995,7 +507622,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R048365", + "___id": "T000002R048556", "___s": true }, { @@ -505004,7 +507631,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -505026,7 +507653,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R048366", + "___id": "T000002R048557", "___s": true }, { @@ -505035,7 +507662,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -505057,7 +507684,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R048367", + "___id": "T000002R048558", "___s": true }, { @@ -505066,7 +507693,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -505088,7 +507715,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R048368", + "___id": "T000002R048559", "___s": true }, { @@ -505097,7 +507724,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -505119,7 +507746,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R048369", + "___id": "T000002R048560", "___s": true }, { @@ -505128,7 +507755,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -505150,7 +507777,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R048370", + "___id": "T000002R048561", "___s": true }, { @@ -505159,7 +507786,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -505181,7 +507808,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R048371", + "___id": "T000002R048562", "___s": true }, { @@ -505190,7 +507817,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -505279,7 +507906,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setPosition", "inherited": true, - "___id": "T000002R048372", + "___id": "T000002R048563", "___s": true }, { @@ -505288,7 +507915,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -505345,7 +507972,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#copyPosition", "inherited": true, - "___id": "T000002R048373", + "___id": "T000002R048564", "___s": true }, { @@ -505354,7 +507981,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -505441,7 +508068,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRandomPosition", "inherited": true, - "___id": "T000002R048374", + "___id": "T000002R048565", "___s": true }, { @@ -505450,7 +508077,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -505494,7 +508121,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRotation", "inherited": true, - "___id": "T000002R048375", + "___id": "T000002R048566", "___s": true }, { @@ -505503,7 +508130,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -505547,7 +508174,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setAngle", "inherited": true, - "___id": "T000002R048376", + "___id": "T000002R048567", "___s": true }, { @@ -505556,7 +508183,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -505615,7 +508242,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setScale", "inherited": true, - "___id": "T000002R048377", + "___id": "T000002R048568", "___s": true }, { @@ -505624,7 +508251,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -505668,7 +508295,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setX", "inherited": true, - "___id": "T000002R048378", + "___id": "T000002R048569", "___s": true }, { @@ -505677,7 +508304,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -505721,7 +508348,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setY", "inherited": true, - "___id": "T000002R048379", + "___id": "T000002R048570", "___s": true }, { @@ -505730,7 +508357,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -505774,7 +508401,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setZ", "inherited": true, - "___id": "T000002R048380", + "___id": "T000002R048571", "___s": true }, { @@ -505783,7 +508410,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -505827,7 +508454,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setW", "inherited": true, - "___id": "T000002R048381", + "___id": "T000002R048572", "___s": true }, { @@ -505836,7 +508463,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -505878,7 +508505,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalTransformMatrix", "inherited": true, - "___id": "T000002R048382", + "___id": "T000002R048573", "___s": true }, { @@ -505887,7 +508514,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -505943,7 +508570,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getWorldTransformMatrix", "inherited": true, - "___id": "T000002R048383", + "___id": "T000002R048574", "___s": true }, { @@ -505952,7 +508579,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -506034,7 +508661,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalPoint", "inherited": true, - "___id": "T000002R048384", + "___id": "T000002R048575", "___s": true }, { @@ -506043,7 +508670,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -506069,7 +508696,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R048385", + "___id": "T000002R048576", "___s": true }, { @@ -506078,7 +508705,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -506099,7 +508726,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R048387", + "___id": "T000002R048578", "___s": true }, { @@ -506108,7 +508735,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -506150,7 +508777,7 @@ ], "inherits": "Phaser.GameObjects.Components.Visible#setVisible", "inherited": true, - "___id": "T000002R048388", + "___id": "T000002R048579", "___s": true }, { @@ -506159,7 +508786,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -506180,7 +508807,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R048389", + "___id": "T000002R048580", "___s": true }, { @@ -506189,7 +508816,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -506221,7 +508848,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R048390", + "___id": "T000002R048581", "___s": true }, { @@ -506230,7 +508857,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -506251,7 +508878,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R048391", + "___id": "T000002R048582", "___s": true }, { @@ -506260,7 +508887,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -506291,7 +508918,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R048392", + "___id": "T000002R048583", "___s": true }, { @@ -506300,7 +508927,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -506321,7 +508948,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R048393", + "___id": "T000002R048584", "___s": true }, { @@ -506330,7 +508957,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -506352,7 +508979,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R048394", + "___id": "T000002R048585", "___s": true }, { @@ -506361,7 +508988,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -506383,7 +509010,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R048395", + "___id": "T000002R048586", "___s": true }, { @@ -506392,7 +509019,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -506414,7 +509041,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R048396", + "___id": "T000002R048587", "___s": true }, { @@ -506423,7 +509050,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -506445,7 +509072,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R048397", + "___id": "T000002R048588", "___s": true }, { @@ -506454,7 +509081,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -506476,7 +509103,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R048398", + "___id": "T000002R048589", "___s": true }, { @@ -506485,7 +509112,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -506510,7 +509137,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R048399", + "___id": "T000002R048590", "___s": true }, { @@ -506519,7 +509146,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -506543,7 +509170,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R048400", + "___id": "T000002R048591", "___s": true }, { @@ -506552,7 +509179,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -506591,7 +509218,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R048401", + "___id": "T000002R048592", "___s": true }, { @@ -506600,7 +509227,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -506622,7 +509249,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R048402", + "___id": "T000002R048593", "___s": true }, { @@ -506631,7 +509258,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -506673,7 +509300,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setActive", "inherited": true, - "___id": "T000002R048403", + "___id": "T000002R048594", "___s": true }, { @@ -506682,7 +509309,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -506724,7 +509351,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setName", "inherited": true, - "___id": "T000002R048404", + "___id": "T000002R048595", "___s": true }, { @@ -506733,7 +509360,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -506785,7 +509412,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setState", "inherited": true, - "___id": "T000002R048405", + "___id": "T000002R048596", "___s": true }, { @@ -506794,7 +509421,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -506824,7 +509451,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R048406", + "___id": "T000002R048597", "___s": true }, { @@ -506833,7 +509460,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -506912,7 +509539,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setData", "inherited": true, - "___id": "T000002R048407", + "___id": "T000002R048598", "___s": true }, { @@ -506921,7 +509548,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -506978,7 +509605,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#incData", "inherited": true, - "___id": "T000002R048408", + "___id": "T000002R048599", "___s": true }, { @@ -506987,7 +509614,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -507029,7 +509656,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#toggleData", "inherited": true, - "___id": "T000002R048409", + "___id": "T000002R048600", "___s": true }, { @@ -507038,7 +509665,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -507097,7 +509724,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#getData", "inherited": true, - "___id": "T000002R048410", + "___id": "T000002R048601", "___s": true }, { @@ -507106,7 +509733,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -507193,7 +509820,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setInteractive", "inherited": true, - "___id": "T000002R048411", + "___id": "T000002R048602", "___s": true }, { @@ -507202,7 +509829,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -507229,7 +509856,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R048412", + "___id": "T000002R048603", "___s": true }, { @@ -507238,7 +509865,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -507265,7 +509892,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R048413", + "___id": "T000002R048604", "___s": true }, { @@ -507274,7 +509901,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -507286,7 +509913,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R048414", + "___id": "T000002R048605", "___s": true }, { @@ -507295,7 +509922,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -507307,7 +509934,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R048415", + "___id": "T000002R048606", "___s": true }, { @@ -507316,7 +509943,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -507345,7 +509972,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#update", "inherited": true, - "___id": "T000002R048416", + "___id": "T000002R048607", "___s": true }, { @@ -507354,7 +509981,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -507380,7 +510007,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R048417", + "___id": "T000002R048608", "___s": true }, { @@ -507389,7 +510016,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -507430,7 +510057,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#willRender", "inherited": true, - "___id": "T000002R048418", + "___id": "T000002R048609", "___s": true }, { @@ -507439,7 +510066,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -507474,7 +510101,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R048419", + "___id": "T000002R048610", "___s": true }, { @@ -507483,7 +510110,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -507540,7 +510167,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#addToDisplayList", "inherited": true, - "___id": "T000002R048420", + "___id": "T000002R048611", "___s": true }, { @@ -507549,7 +510176,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -507576,7 +510203,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R048421", + "___id": "T000002R048612", "___s": true }, { @@ -507585,7 +510212,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -507616,7 +510243,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R048422", + "___id": "T000002R048613", "___s": true }, { @@ -507625,7 +510252,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -507652,7 +510279,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R048423", + "___id": "T000002R048614", "___s": true }, { @@ -507661,7 +510288,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -507693,7 +510320,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#destroy", "inherited": true, - "___id": "T000002R048424", + "___id": "T000002R048615", "___s": true }, { @@ -507702,7 +510329,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -507714,7 +510341,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R048425", + "___id": "T000002R048616", "___s": true }, { @@ -507723,7 +510350,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -507766,7 +510393,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R048426", + "___id": "T000002R048617", "___s": true }, { @@ -507775,7 +510402,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -507835,7 +510462,7 @@ "name": "event" } ], - "___id": "T000002R048427", + "___id": "T000002R048618", "___s": true }, { @@ -507844,7 +510471,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -507895,7 +510522,7 @@ "name": "event" } ], - "___id": "T000002R048428", + "___id": "T000002R048619", "___s": true }, { @@ -507904,7 +510531,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -507970,7 +510597,7 @@ "name": "args" } ], - "___id": "T000002R048429", + "___id": "T000002R048620", "___s": true }, { @@ -507979,7 +510606,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -508058,7 +510685,7 @@ "name": "context" } ], - "___id": "T000002R048430", + "___id": "T000002R048621", "___s": true }, { @@ -508067,7 +510694,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -508146,7 +510773,7 @@ "name": "context" } ], - "___id": "T000002R048431", + "___id": "T000002R048622", "___s": true }, { @@ -508155,7 +510782,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -508234,7 +510861,7 @@ "name": "context" } ], - "___id": "T000002R048432", + "___id": "T000002R048623", "___s": true }, { @@ -508243,7 +510870,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -508336,7 +510963,7 @@ "name": "once" } ], - "___id": "T000002R048433", + "___id": "T000002R048624", "___s": true }, { @@ -508345,7 +510972,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -508438,7 +511065,7 @@ "name": "once" } ], - "___id": "T000002R048434", + "___id": "T000002R048625", "___s": true }, { @@ -508447,7 +511074,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -508500,7 +511127,7 @@ "name": "event" } ], - "___id": "T000002R048435", + "___id": "T000002R048626", "___s": true }, { @@ -508509,7 +511136,7 @@ "filename": "AlphaSingle.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -508536,7 +511163,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#clearAlpha", "inherited": true, - "___id": "T000002R048437", + "___id": "T000002R048628", "___s": true }, { @@ -508545,7 +511172,7 @@ "filename": "AlphaSingle.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -508589,7 +511216,7 @@ ], "inherits": "Phaser.GameObjects.Components.AlphaSingle#setAlpha", "inherited": true, - "___id": "T000002R048438", + "___id": "T000002R048629", "___s": true }, { @@ -508598,7 +511225,7 @@ "filename": "AlphaSingle.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -508619,7 +511246,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#alpha", "inherited": true, - "___id": "T000002R048439", + "___id": "T000002R048630", "___s": true }, { @@ -508628,7 +511255,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -508664,7 +511291,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R048441", + "___id": "T000002R048632", "___s": true }, { @@ -508673,7 +511300,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -508730,16 +511357,16 @@ ], "inherits": "Phaser.GameObjects.Components.BlendMode#setBlendMode", "inherited": true, - "___id": "T000002R048442", + "___id": "T000002R048633", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -508760,16 +511387,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R048444", + "___id": "T000002R048635", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -508811,7 +511438,181 @@ ], "inherits": "Phaser.GameObjects.Components.Depth#setDepth", "inherited": true, - "___id": "T000002R048445", + "___id": "T000002R048636", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.NineSlice#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.NineSlice", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R048637", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.NineSlice#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.NineSlice", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R048638", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.NineSlice#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.NineSlice", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "___id": "T000002R048639", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.NineSlice#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.NineSlice", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "___id": "T000002R048640", "___s": true }, { @@ -508820,7 +511621,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -508885,7 +511686,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getCenter", "inherited": true, - "___id": "T000002R048447", + "___id": "T000002R048642", "___s": true }, { @@ -508894,7 +511695,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -508959,7 +511760,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopLeft", "inherited": true, - "___id": "T000002R048448", + "___id": "T000002R048643", "___s": true }, { @@ -508968,7 +511769,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -509033,7 +511834,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopCenter", "inherited": true, - "___id": "T000002R048449", + "___id": "T000002R048644", "___s": true }, { @@ -509042,7 +511843,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -509107,7 +511908,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopRight", "inherited": true, - "___id": "T000002R048450", + "___id": "T000002R048645", "___s": true }, { @@ -509116,7 +511917,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -509181,7 +511982,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getLeftCenter", "inherited": true, - "___id": "T000002R048451", + "___id": "T000002R048646", "___s": true }, { @@ -509190,7 +511991,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -509255,7 +512056,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getRightCenter", "inherited": true, - "___id": "T000002R048452", + "___id": "T000002R048647", "___s": true }, { @@ -509264,7 +512065,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -509329,7 +512130,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomLeft", "inherited": true, - "___id": "T000002R048453", + "___id": "T000002R048648", "___s": true }, { @@ -509338,7 +512139,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -509403,7 +512204,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomCenter", "inherited": true, - "___id": "T000002R048454", + "___id": "T000002R048649", "___s": true }, { @@ -509412,7 +512213,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -509477,7 +512278,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomRight", "inherited": true, - "___id": "T000002R048455", + "___id": "T000002R048650", "___s": true }, { @@ -509486,7 +512287,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -509556,7 +512357,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBounds", "inherited": true, - "___id": "T000002R048456", + "___id": "T000002R048651", "___s": true }, { @@ -509565,7 +512366,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -509596,7 +512397,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R048457", + "___id": "T000002R048652", "___s": true }, { @@ -509605,7 +512406,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -509657,7 +512458,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#setMask", "inherited": true, - "___id": "T000002R048458", + "___id": "T000002R048653", "___s": true }, { @@ -509666,7 +512467,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -509710,7 +512511,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#clearMask", "inherited": true, - "___id": "T000002R048459", + "___id": "T000002R048654", "___s": true }, { @@ -509719,7 +512520,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -509872,7 +512673,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createBitmapMask", "inherited": true, - "___id": "T000002R048460", + "___id": "T000002R048655", "___s": true }, { @@ -509881,7 +512682,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -509953,7 +512754,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createGeometryMask", "inherited": true, - "___id": "T000002R048461", + "___id": "T000002R048656", "___s": true }, { @@ -509962,7 +512763,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -509983,7 +512784,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, - "___id": "T000002R048463", + "___id": "T000002R048658", "___s": true }, { @@ -509992,7 +512793,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -510013,7 +512814,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, - "___id": "T000002R048464", + "___id": "T000002R048659", "___s": true }, { @@ -510022,7 +512823,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -510049,7 +512850,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R048465", + "___id": "T000002R048660", "___s": true }, { @@ -510058,7 +512859,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -510117,7 +512918,7 @@ ], "inherits": "Phaser.GameObjects.Components.Origin#setDisplayOrigin", "inherited": true, - "___id": "T000002R048466", + "___id": "T000002R048661", "___s": true }, { @@ -510126,7 +512927,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -510153,7 +512954,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, - "___id": "T000002R048467", + "___id": "T000002R048662", "___s": true }, { @@ -510162,7 +512963,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -510191,7 +512992,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R048468", + "___id": "T000002R048663", "___s": true }, { @@ -510200,7 +513001,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -510229,7 +513030,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R048469", + "___id": "T000002R048664", "___s": true }, { @@ -510238,7 +513039,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -510266,7 +513067,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R048470", + "___id": "T000002R048665", "___s": true }, { @@ -510275,7 +513076,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -510334,7 +513135,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#initPipeline", "inherited": true, - "___id": "T000002R048471", + "___id": "T000002R048666", "___s": true }, { @@ -510343,7 +513144,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -510431,7 +513232,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipeline", "inherited": true, - "___id": "T000002R048472", + "___id": "T000002R048667", "___s": true }, { @@ -510440,7 +513241,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -510503,7 +513304,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipelineData", "inherited": true, - "___id": "T000002R048473", + "___id": "T000002R048668", "___s": true }, { @@ -510512,7 +513313,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -510562,16 +513363,16 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#resetPipeline", "inherited": true, - "___id": "T000002R048474", + "___id": "T000002R048669", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -510594,17 +513395,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.NineSlice", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R048475", + "___id": "T000002R048670", "___s": true }, { @@ -510613,7 +513416,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -510641,7 +513444,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R048476", + "___id": "T000002R048671", "___s": true }, { @@ -510650,7 +513453,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -510687,7 +513490,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R048477", + "___id": "T000002R048672", "___s": true }, { @@ -510696,7 +513499,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -510724,7 +513527,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R048478", + "___id": "T000002R048673", "___s": true }, { @@ -510733,7 +513536,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -510763,7 +513566,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R048479", + "___id": "T000002R048674", "___s": true }, { @@ -510772,7 +513575,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -510800,7 +513603,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R048480", + "___id": "T000002R048675", "___s": true }, { @@ -510809,7 +513612,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -510845,7 +513648,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#initPostPipeline", "inherited": true, - "___id": "T000002R048481", + "___id": "T000002R048676", "___s": true }, { @@ -510854,7 +513657,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -510989,7 +513792,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipeline", "inherited": true, - "___id": "T000002R048482", + "___id": "T000002R048677", "___s": true }, { @@ -510998,7 +513801,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -511061,7 +513864,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipelineData", "inherited": true, - "___id": "T000002R048483", + "___id": "T000002R048678", "___s": true }, { @@ -511070,7 +513873,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -511152,7 +513955,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#getPostPipeline", "inherited": true, - "___id": "T000002R048484", + "___id": "T000002R048679", "___s": true }, { @@ -511161,7 +513964,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -511197,7 +514000,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#resetPostPipeline", "inherited": true, - "___id": "T000002R048485", + "___id": "T000002R048680", "___s": true }, { @@ -511206,7 +514009,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -511265,7 +514068,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#removePostPipeline", "inherited": true, - "___id": "T000002R048486", + "___id": "T000002R048681", "___s": true }, { @@ -511274,7 +514077,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -511308,7 +514111,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R048487", + "___id": "T000002R048682", "___s": true }, { @@ -511317,7 +514120,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -511339,7 +514142,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R048488", + "___id": "T000002R048683", "___s": true }, { @@ -511348,7 +514151,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -511370,7 +514173,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R048489", + "___id": "T000002R048684", "___s": true }, { @@ -511379,7 +514182,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -511436,7 +514239,7 @@ ], "inherits": "Phaser.GameObjects.Components.ScrollFactor#setScrollFactor", "inherited": true, - "___id": "T000002R048490", + "___id": "T000002R048685", "___s": true }, { @@ -511445,7 +514248,7 @@ "filename": "Texture.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "texture", @@ -511476,7 +514279,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Texture#texture", "inherited": true, - "___id": "T000002R048491", + "___id": "T000002R048686", "___s": true }, { @@ -511485,7 +514288,7 @@ "filename": "Texture.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "frame", @@ -511506,7 +514309,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Texture#frame", "inherited": true, - "___id": "T000002R048492", + "___id": "T000002R048687", "___s": true }, { @@ -511515,7 +514318,7 @@ "filename": "Texture.js", "lineno": 49, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTexture", @@ -511621,7 +514424,7 @@ ], "inherits": "Phaser.GameObjects.Components.Texture#setTexture", "inherited": true, - "___id": "T000002R048494", + "___id": "T000002R048689", "___s": true }, { @@ -511630,7 +514433,7 @@ "filename": "Texture.js", "lineno": 75, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFrame", @@ -511717,7 +514520,7 @@ ], "inherits": "Phaser.GameObjects.Components.Texture#setFrame", "inherited": true, - "___id": "T000002R048495", + "___id": "T000002R048690", "___s": true }, { @@ -511726,7 +514529,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -511749,7 +514552,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R048496", + "___id": "T000002R048691", "___s": true }, { @@ -511758,7 +514561,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -511780,7 +514583,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R048500", + "___id": "T000002R048695", "___s": true }, { @@ -511789,7 +514592,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -511811,7 +514614,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R048501", + "___id": "T000002R048696", "___s": true }, { @@ -511820,7 +514623,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -511842,7 +514645,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R048502", + "___id": "T000002R048697", "___s": true }, { @@ -511851,7 +514654,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -511873,7 +514676,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R048503", + "___id": "T000002R048698", "___s": true }, { @@ -511882,7 +514685,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -511904,7 +514707,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R048504", + "___id": "T000002R048699", "___s": true }, { @@ -511913,7 +514716,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -511935,7 +514738,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R048505", + "___id": "T000002R048700", "___s": true }, { @@ -511944,7 +514747,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -511966,7 +514769,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R048506", + "___id": "T000002R048701", "___s": true }, { @@ -511975,7 +514778,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -511997,7 +514800,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R048507", + "___id": "T000002R048702", "___s": true }, { @@ -512006,7 +514809,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -512028,7 +514831,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R048508", + "___id": "T000002R048703", "___s": true }, { @@ -512037,7 +514840,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -512126,7 +514929,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setPosition", "inherited": true, - "___id": "T000002R048509", + "___id": "T000002R048704", "___s": true }, { @@ -512135,7 +514938,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -512192,7 +514995,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#copyPosition", "inherited": true, - "___id": "T000002R048510", + "___id": "T000002R048705", "___s": true }, { @@ -512201,7 +515004,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -512288,7 +515091,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRandomPosition", "inherited": true, - "___id": "T000002R048511", + "___id": "T000002R048706", "___s": true }, { @@ -512297,7 +515100,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -512341,7 +515144,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRotation", "inherited": true, - "___id": "T000002R048512", + "___id": "T000002R048707", "___s": true }, { @@ -512350,7 +515153,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -512394,7 +515197,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setAngle", "inherited": true, - "___id": "T000002R048513", + "___id": "T000002R048708", "___s": true }, { @@ -512403,7 +515206,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -512462,7 +515265,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setScale", "inherited": true, - "___id": "T000002R048514", + "___id": "T000002R048709", "___s": true }, { @@ -512471,7 +515274,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -512515,7 +515318,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setX", "inherited": true, - "___id": "T000002R048515", + "___id": "T000002R048710", "___s": true }, { @@ -512524,7 +515327,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -512568,7 +515371,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setY", "inherited": true, - "___id": "T000002R048516", + "___id": "T000002R048711", "___s": true }, { @@ -512577,7 +515380,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -512621,7 +515424,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setZ", "inherited": true, - "___id": "T000002R048517", + "___id": "T000002R048712", "___s": true }, { @@ -512630,7 +515433,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -512674,7 +515477,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setW", "inherited": true, - "___id": "T000002R048518", + "___id": "T000002R048713", "___s": true }, { @@ -512683,7 +515486,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -512725,7 +515528,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalTransformMatrix", "inherited": true, - "___id": "T000002R048519", + "___id": "T000002R048714", "___s": true }, { @@ -512734,7 +515537,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -512790,7 +515593,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getWorldTransformMatrix", "inherited": true, - "___id": "T000002R048520", + "___id": "T000002R048715", "___s": true }, { @@ -512799,7 +515602,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -512881,7 +515684,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalPoint", "inherited": true, - "___id": "T000002R048521", + "___id": "T000002R048716", "___s": true }, { @@ -512890,7 +515693,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -512916,7 +515719,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R048522", + "___id": "T000002R048717", "___s": true }, { @@ -512925,7 +515728,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -512946,7 +515749,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R048524", + "___id": "T000002R048719", "___s": true }, { @@ -512955,7 +515758,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -512997,7 +515800,7 @@ ], "inherits": "Phaser.GameObjects.Components.Visible#setVisible", "inherited": true, - "___id": "T000002R048525", + "___id": "T000002R048720", "___s": true }, { @@ -513006,7 +515809,7 @@ "filename": "EmitterOp.js", "lineno": 45, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "propertyKey", @@ -513027,7 +515830,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.EmitterOp#propertyKey", "inherited": true, - "___id": "T000002R048526", + "___id": "T000002R048721", "___s": true }, { @@ -513036,7 +515839,7 @@ "filename": "EmitterOp.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "propertyValue", @@ -513067,7 +515870,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.EmitterOp#propertyValue", "inherited": true, - "___id": "T000002R048527", + "___id": "T000002R048722", "___s": true }, { @@ -513076,7 +515879,7 @@ "filename": "EmitterOp.js", "lineno": 66, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "defaultValue", @@ -513107,7 +515910,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.EmitterOp#defaultValue", "inherited": true, - "___id": "T000002R048528", + "___id": "T000002R048723", "___s": true }, { @@ -513116,7 +515919,7 @@ "filename": "EmitterOp.js", "lineno": 78, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "steps", @@ -513138,7 +515941,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.EmitterOp#steps", "inherited": true, - "___id": "T000002R048529", + "___id": "T000002R048724", "___s": true }, { @@ -513147,7 +515950,7 @@ "filename": "EmitterOp.js", "lineno": 89, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "counter", @@ -513169,7 +515972,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.EmitterOp#counter", "inherited": true, - "___id": "T000002R048530", + "___id": "T000002R048725", "___s": true }, { @@ -513178,7 +515981,7 @@ "filename": "EmitterOp.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "yoyo", @@ -513200,7 +516003,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.EmitterOp#yoyo", "inherited": true, - "___id": "T000002R048531", + "___id": "T000002R048726", "___s": true }, { @@ -513209,7 +516012,7 @@ "filename": "EmitterOp.js", "lineno": 110, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "direction", @@ -513231,7 +516034,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.EmitterOp#direction", "inherited": true, - "___id": "T000002R048532", + "___id": "T000002R048727", "___s": true }, { @@ -513240,7 +516043,7 @@ "filename": "EmitterOp.js", "lineno": 120, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "start", @@ -513281,7 +516084,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.EmitterOp#start", "inherited": true, - "___id": "T000002R048533", + "___id": "T000002R048728", "___s": true }, { @@ -513290,7 +516093,7 @@ "filename": "EmitterOp.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "current", @@ -513311,7 +516114,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.EmitterOp#current", "inherited": true, - "___id": "T000002R048534", + "___id": "T000002R048729", "___s": true }, { @@ -513320,7 +516123,7 @@ "filename": "EmitterOp.js", "lineno": 142, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "end", @@ -513342,7 +516145,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.EmitterOp#end", "inherited": true, - "___id": "T000002R048535", + "___id": "T000002R048730", "___s": true }, { @@ -513351,7 +516154,7 @@ "filename": "EmitterOp.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "ease", @@ -513374,7 +516177,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.EmitterOp#ease", "inherited": true, - "___id": "T000002R048536", + "___id": "T000002R048731", "___s": true }, { @@ -513383,7 +516186,7 @@ "filename": "EmitterOp.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "interpolation", @@ -513406,7 +516209,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.EmitterOp#interpolation", "inherited": true, - "___id": "T000002R048537", + "___id": "T000002R048732", "___s": true }, { @@ -513415,7 +516218,7 @@ "filename": "EmitterOp.js", "lineno": 170, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "emitOnly", @@ -513436,7 +516239,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.EmitterOp#emitOnly", "inherited": true, - "___id": "T000002R048538", + "___id": "T000002R048733", "___s": true }, { @@ -513445,7 +516248,7 @@ "filename": "EmitterOp.js", "lineno": 185, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "onEmit", @@ -513466,7 +516269,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.EmitterOp#onEmit", "inherited": true, - "___id": "T000002R048539", + "___id": "T000002R048734", "___s": true }, { @@ -513475,7 +516278,7 @@ "filename": "EmitterOp.js", "lineno": 194, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "onUpdate", @@ -513496,7 +516299,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.EmitterOp#onUpdate", "inherited": true, - "___id": "T000002R048540", + "___id": "T000002R048735", "___s": true }, { @@ -513505,7 +516308,7 @@ "filename": "EmitterOp.js", "lineno": 203, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "active", @@ -513526,7 +516329,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.EmitterOp#active", "inherited": true, - "___id": "T000002R048541", + "___id": "T000002R048736", "___s": true }, { @@ -513535,7 +516338,7 @@ "filename": "EmitterOp.js", "lineno": 212, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "method", @@ -513556,7 +516359,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.EmitterOp#method", "inherited": true, - "___id": "T000002R048542", + "___id": "T000002R048737", "___s": true }, { @@ -513565,7 +516368,7 @@ "filename": "EmitterOp.js", "lineno": 247, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "loadConfig", @@ -513607,7 +516410,7 @@ ], "inherits": "Phaser.GameObjects.Particles.EmitterOp#loadConfig", "inherited": true, - "___id": "T000002R048545", + "___id": "T000002R048740", "___s": true }, { @@ -513616,7 +516419,7 @@ "filename": "EmitterOp.js", "lineno": 287, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "toJSON", @@ -513642,7 +516445,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.EmitterOp#toJSON", "inherited": true, - "___id": "T000002R048546", + "___id": "T000002R048741", "___s": true }, { @@ -513651,7 +516454,7 @@ "filename": "EmitterOp.js", "lineno": 300, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "onChange", @@ -513693,7 +516496,7 @@ ], "inherits": "Phaser.GameObjects.Particles.EmitterOp#onChange", "inherited": true, - "___id": "T000002R048547", + "___id": "T000002R048742", "___s": true }, { @@ -513702,7 +516505,7 @@ "filename": "EmitterOp.js", "lineno": 546, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "has", @@ -513756,7 +516559,7 @@ ], "inherits": "Phaser.GameObjects.Particles.EmitterOp#has", "inherited": true, - "___id": "T000002R048548", + "___id": "T000002R048743", "___s": true }, { @@ -513765,7 +516568,7 @@ "filename": "EmitterOp.js", "lineno": 562, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "hasBoth", @@ -513832,7 +516635,7 @@ ], "inherits": "Phaser.GameObjects.Particles.EmitterOp#hasBoth", "inherited": true, - "___id": "T000002R048549", + "___id": "T000002R048744", "___s": true }, { @@ -513841,7 +516644,7 @@ "filename": "EmitterOp.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "hasEither", @@ -513908,7 +516711,7 @@ ], "inherits": "Phaser.GameObjects.Particles.EmitterOp#hasEither", "inherited": true, - "___id": "T000002R048550", + "___id": "T000002R048745", "___s": true }, { @@ -513917,7 +516720,7 @@ "filename": "EmitterOp.js", "lineno": 596, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "defaultEmit", @@ -513985,7 +516788,7 @@ ], "inherits": "Phaser.GameObjects.Particles.EmitterOp#defaultEmit", "inherited": true, - "___id": "T000002R048551", + "___id": "T000002R048746", "___s": true }, { @@ -513994,7 +516797,7 @@ "filename": "EmitterOp.js", "lineno": 613, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "defaultUpdate", @@ -514074,7 +516877,7 @@ ], "inherits": "Phaser.GameObjects.Particles.EmitterOp#defaultUpdate", "inherited": true, - "___id": "T000002R048552", + "___id": "T000002R048747", "___s": true }, { @@ -514083,7 +516886,7 @@ "filename": "EmitterOp.js", "lineno": 631, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "proxyEmit", @@ -514151,7 +516954,7 @@ ], "inherits": "Phaser.GameObjects.Particles.EmitterOp#proxyEmit", "inherited": true, - "___id": "T000002R048553", + "___id": "T000002R048748", "___s": true }, { @@ -514160,7 +516963,7 @@ "filename": "EmitterOp.js", "lineno": 654, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "proxyUpdate", @@ -514240,7 +517043,7 @@ ], "inherits": "Phaser.GameObjects.Particles.EmitterOp#proxyUpdate", "inherited": true, - "___id": "T000002R048554", + "___id": "T000002R048749", "___s": true }, { @@ -514249,7 +517052,7 @@ "filename": "EmitterOp.js", "lineno": 678, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "staticValueEmit", @@ -514275,7 +517078,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.EmitterOp#staticValueEmit", "inherited": true, - "___id": "T000002R048555", + "___id": "T000002R048750", "___s": true }, { @@ -514284,7 +517087,7 @@ "filename": "EmitterOp.js", "lineno": 691, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "staticValueUpdate", @@ -514310,7 +517113,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.EmitterOp#staticValueUpdate", "inherited": true, - "___id": "T000002R048556", + "___id": "T000002R048751", "___s": true }, { @@ -514319,7 +517122,7 @@ "filename": "EmitterOp.js", "lineno": 704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "randomStaticValueEmit", @@ -514345,7 +517148,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.EmitterOp#randomStaticValueEmit", "inherited": true, - "___id": "T000002R048557", + "___id": "T000002R048752", "___s": true }, { @@ -514354,7 +517157,7 @@ "filename": "EmitterOp.js", "lineno": 721, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "randomRangedValueEmit", @@ -514408,7 +517211,7 @@ ], "inherits": "Phaser.GameObjects.Particles.EmitterOp#randomRangedValueEmit", "inherited": true, - "___id": "T000002R048558", + "___id": "T000002R048753", "___s": true }, { @@ -514417,7 +517220,7 @@ "filename": "EmitterOp.js", "lineno": 748, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "randomRangedIntEmit", @@ -514471,7 +517274,7 @@ ], "inherits": "Phaser.GameObjects.Particles.EmitterOp#randomRangedIntEmit", "inherited": true, - "___id": "T000002R048559", + "___id": "T000002R048754", "___s": true }, { @@ -514480,7 +517283,7 @@ "filename": "EmitterOp.js", "lineno": 775, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "steppedEmit", @@ -514506,7 +517309,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.EmitterOp#steppedEmit", "inherited": true, - "___id": "T000002R048560", + "___id": "T000002R048755", "___s": true }, { @@ -514515,7 +517318,7 @@ "filename": "EmitterOp.js", "lineno": 901, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "destroy", @@ -514527,7 +517330,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.EmitterOp#destroy", "inherited": true, - "___id": "T000002R048561", + "___id": "T000002R048756", "___s": true }, { @@ -514536,7 +517339,7 @@ "filename": "ParticleProcessor.js", "lineno": 37, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "manager", @@ -514557,7 +517360,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.ParticleProcessor#manager", "inherited": true, - "___id": "T000002R048562", + "___id": "T000002R048757", "___s": true }, { @@ -514566,7 +517369,7 @@ "filename": "ParticleProcessor.js", "lineno": 48, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "x", @@ -514587,7 +517390,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.ParticleProcessor#x", "inherited": true, - "___id": "T000002R048563", + "___id": "T000002R048758", "___s": true }, { @@ -514596,7 +517399,7 @@ "filename": "ParticleProcessor.js", "lineno": 57, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "y", @@ -514617,7 +517420,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.ParticleProcessor#y", "inherited": true, - "___id": "T000002R048564", + "___id": "T000002R048759", "___s": true }, { @@ -514626,7 +517429,7 @@ "filename": "ParticleProcessor.js", "lineno": 66, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "active", @@ -514647,7 +517450,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.ParticleProcessor#active", "inherited": true, - "___id": "T000002R048565", + "___id": "T000002R048760", "___s": true }, { @@ -514656,7 +517459,7 @@ "filename": "ParticleProcessor.js", "lineno": 96, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "destroy", @@ -514668,7 +517471,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.ParticleProcessor#destroy", "inherited": true, - "___id": "T000002R048566", + "___id": "T000002R048761", "___s": true }, { @@ -514677,7 +517480,7 @@ "filename": "ParticleProcessor.js", "lineno": 37, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "manager", @@ -514698,7 +517501,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.ParticleProcessor#manager", "inherited": true, - "___id": "T000002R048567", + "___id": "T000002R048762", "___s": true }, { @@ -514707,7 +517510,7 @@ "filename": "ParticleProcessor.js", "lineno": 48, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "x", @@ -514728,7 +517531,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.ParticleProcessor#x", "inherited": true, - "___id": "T000002R048568", + "___id": "T000002R048763", "___s": true }, { @@ -514737,7 +517540,7 @@ "filename": "ParticleProcessor.js", "lineno": 57, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "y", @@ -514758,7 +517561,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.ParticleProcessor#y", "inherited": true, - "___id": "T000002R048569", + "___id": "T000002R048764", "___s": true }, { @@ -514767,7 +517570,7 @@ "filename": "ParticleProcessor.js", "lineno": 66, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "active", @@ -514788,7 +517591,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.ParticleProcessor#active", "inherited": true, - "___id": "T000002R048570", + "___id": "T000002R048765", "___s": true }, { @@ -514797,7 +517600,7 @@ "filename": "ParticleProcessor.js", "lineno": 96, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\particles", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\particles", "code": {} }, "name": "destroy", @@ -514809,7 +517612,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Particles.ParticleProcessor#destroy", "inherited": true, - "___id": "T000002R048571", + "___id": "T000002R048766", "___s": true }, { @@ -514818,7 +517621,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -514839,7 +517642,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R048572", + "___id": "T000002R048767", "___s": true }, { @@ -514848,7 +517651,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -514880,7 +517683,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R048573", + "___id": "T000002R048768", "___s": true }, { @@ -514889,7 +517692,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -514910,7 +517713,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R048574", + "___id": "T000002R048769", "___s": true }, { @@ -514919,7 +517722,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -514950,7 +517753,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R048575", + "___id": "T000002R048770", "___s": true }, { @@ -514959,7 +517762,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -514980,7 +517783,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R048576", + "___id": "T000002R048771", "___s": true }, { @@ -514989,7 +517792,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -515011,7 +517814,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R048577", + "___id": "T000002R048772", "___s": true }, { @@ -515020,7 +517823,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -515042,7 +517845,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R048578", + "___id": "T000002R048773", "___s": true }, { @@ -515051,7 +517854,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -515073,7 +517876,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R048579", + "___id": "T000002R048774", "___s": true }, { @@ -515082,7 +517885,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -515104,7 +517907,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R048580", + "___id": "T000002R048775", "___s": true }, { @@ -515113,7 +517916,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -515135,7 +517938,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R048581", + "___id": "T000002R048776", "___s": true }, { @@ -515144,7 +517947,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -515169,7 +517972,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R048582", + "___id": "T000002R048777", "___s": true }, { @@ -515178,7 +517981,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -515202,7 +518005,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R048583", + "___id": "T000002R048778", "___s": true }, { @@ -515211,7 +518014,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -515250,7 +518053,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R048584", + "___id": "T000002R048779", "___s": true }, { @@ -515259,7 +518062,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -515281,7 +518084,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R048585", + "___id": "T000002R048780", "___s": true }, { @@ -515290,7 +518093,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -515332,7 +518135,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setActive", "inherited": true, - "___id": "T000002R048586", + "___id": "T000002R048781", "___s": true }, { @@ -515341,7 +518144,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -515383,7 +518186,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setName", "inherited": true, - "___id": "T000002R048587", + "___id": "T000002R048782", "___s": true }, { @@ -515392,7 +518195,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -515444,7 +518247,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setState", "inherited": true, - "___id": "T000002R048588", + "___id": "T000002R048783", "___s": true }, { @@ -515453,7 +518256,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -515483,7 +518286,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R048589", + "___id": "T000002R048784", "___s": true }, { @@ -515492,7 +518295,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -515571,7 +518374,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setData", "inherited": true, - "___id": "T000002R048590", + "___id": "T000002R048785", "___s": true }, { @@ -515580,7 +518383,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -515637,7 +518440,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#incData", "inherited": true, - "___id": "T000002R048591", + "___id": "T000002R048786", "___s": true }, { @@ -515646,7 +518449,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -515688,7 +518491,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#toggleData", "inherited": true, - "___id": "T000002R048592", + "___id": "T000002R048787", "___s": true }, { @@ -515697,7 +518500,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -515756,7 +518559,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#getData", "inherited": true, - "___id": "T000002R048593", + "___id": "T000002R048788", "___s": true }, { @@ -515765,7 +518568,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -515852,7 +518655,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setInteractive", "inherited": true, - "___id": "T000002R048594", + "___id": "T000002R048789", "___s": true }, { @@ -515861,7 +518664,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -515888,7 +518691,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R048595", + "___id": "T000002R048790", "___s": true }, { @@ -515897,7 +518700,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -515924,7 +518727,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R048596", + "___id": "T000002R048791", "___s": true }, { @@ -515933,7 +518736,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -515945,7 +518748,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R048597", + "___id": "T000002R048792", "___s": true }, { @@ -515954,7 +518757,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -515966,7 +518769,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R048598", + "___id": "T000002R048793", "___s": true }, { @@ -515975,7 +518778,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -516004,7 +518807,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#update", "inherited": true, - "___id": "T000002R048599", + "___id": "T000002R048794", "___s": true }, { @@ -516013,7 +518816,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -516054,7 +518857,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#willRender", "inherited": true, - "___id": "T000002R048600", + "___id": "T000002R048795", "___s": true }, { @@ -516063,7 +518866,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -516098,7 +518901,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R048601", + "___id": "T000002R048796", "___s": true }, { @@ -516107,7 +518910,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -516164,7 +518967,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#addToDisplayList", "inherited": true, - "___id": "T000002R048602", + "___id": "T000002R048797", "___s": true }, { @@ -516173,7 +518976,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -516200,7 +519003,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R048603", + "___id": "T000002R048798", "___s": true }, { @@ -516209,7 +519012,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -516240,7 +519043,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R048604", + "___id": "T000002R048799", "___s": true }, { @@ -516249,7 +519052,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -516276,7 +519079,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R048605", + "___id": "T000002R048800", "___s": true }, { @@ -516285,7 +519088,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -516317,7 +519120,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#destroy", "inherited": true, - "___id": "T000002R048606", + "___id": "T000002R048801", "___s": true }, { @@ -516326,7 +519129,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -516338,7 +519141,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R048607", + "___id": "T000002R048802", "___s": true }, { @@ -516347,7 +519150,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -516390,7 +519193,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R048608", + "___id": "T000002R048803", "___s": true }, { @@ -516399,7 +519202,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -516459,7 +519262,7 @@ "name": "event" } ], - "___id": "T000002R048609", + "___id": "T000002R048804", "___s": true }, { @@ -516468,7 +519271,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -516519,7 +519322,7 @@ "name": "event" } ], - "___id": "T000002R048610", + "___id": "T000002R048805", "___s": true }, { @@ -516528,7 +519331,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -516594,7 +519397,7 @@ "name": "args" } ], - "___id": "T000002R048611", + "___id": "T000002R048806", "___s": true }, { @@ -516603,7 +519406,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -516682,7 +519485,7 @@ "name": "context" } ], - "___id": "T000002R048612", + "___id": "T000002R048807", "___s": true }, { @@ -516691,7 +519494,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -516770,7 +519573,7 @@ "name": "context" } ], - "___id": "T000002R048613", + "___id": "T000002R048808", "___s": true }, { @@ -516779,7 +519582,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -516858,7 +519661,7 @@ "name": "context" } ], - "___id": "T000002R048614", + "___id": "T000002R048809", "___s": true }, { @@ -516867,7 +519670,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -516960,7 +519763,7 @@ "name": "once" } ], - "___id": "T000002R048615", + "___id": "T000002R048810", "___s": true }, { @@ -516969,7 +519772,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -517062,7 +519865,7 @@ "name": "once" } ], - "___id": "T000002R048616", + "___id": "T000002R048811", "___s": true }, { @@ -517071,7 +519874,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -517124,7 +519927,7 @@ "name": "event" } ], - "___id": "T000002R048617", + "___id": "T000002R048812", "___s": true }, { @@ -517133,7 +519936,7 @@ "filename": "AlphaSingle.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -517160,7 +519963,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#clearAlpha", "inherited": true, - "___id": "T000002R048619", + "___id": "T000002R048814", "___s": true }, { @@ -517169,7 +519972,7 @@ "filename": "AlphaSingle.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -517213,7 +520016,7 @@ ], "inherits": "Phaser.GameObjects.Components.AlphaSingle#setAlpha", "inherited": true, - "___id": "T000002R048620", + "___id": "T000002R048815", "___s": true }, { @@ -517222,7 +520025,7 @@ "filename": "AlphaSingle.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -517243,7 +520046,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#alpha", "inherited": true, - "___id": "T000002R048621", + "___id": "T000002R048816", "___s": true }, { @@ -517252,7 +520055,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -517288,7 +520091,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R048623", + "___id": "T000002R048818", "___s": true }, { @@ -517297,7 +520100,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -517354,16 +520157,16 @@ ], "inherits": "Phaser.GameObjects.Components.BlendMode#setBlendMode", "inherited": true, - "___id": "T000002R048624", + "___id": "T000002R048819", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -517384,16 +520187,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R048626", + "___id": "T000002R048821", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -517435,7 +520238,181 @@ ], "inherits": "Phaser.GameObjects.Components.Depth#setDepth", "inherited": true, - "___id": "T000002R048627", + "___id": "T000002R048822", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.Particles.ParticleEmitter#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R048823", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.Particles.ParticleEmitter#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R048824", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.Particles.ParticleEmitter#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "___id": "T000002R048825", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.Particles.ParticleEmitter#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "___id": "T000002R048826", "___s": true }, { @@ -517444,7 +520421,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -517475,7 +520452,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R048628", + "___id": "T000002R048827", "___s": true }, { @@ -517484,7 +520461,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -517536,7 +520513,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#setMask", "inherited": true, - "___id": "T000002R048629", + "___id": "T000002R048828", "___s": true }, { @@ -517545,7 +520522,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -517589,7 +520566,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#clearMask", "inherited": true, - "___id": "T000002R048630", + "___id": "T000002R048829", "___s": true }, { @@ -517598,7 +520575,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -517751,7 +520728,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createBitmapMask", "inherited": true, - "___id": "T000002R048631", + "___id": "T000002R048830", "___s": true }, { @@ -517760,7 +520737,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -517832,7 +520809,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createGeometryMask", "inherited": true, - "___id": "T000002R048632", + "___id": "T000002R048831", "___s": true }, { @@ -517841,7 +520818,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -517870,7 +520847,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R048633", + "___id": "T000002R048832", "___s": true }, { @@ -517879,7 +520856,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -517908,7 +520885,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R048634", + "___id": "T000002R048833", "___s": true }, { @@ -517917,7 +520894,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -517945,7 +520922,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R048635", + "___id": "T000002R048834", "___s": true }, { @@ -517954,7 +520931,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -518013,7 +520990,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#initPipeline", "inherited": true, - "___id": "T000002R048636", + "___id": "T000002R048835", "___s": true }, { @@ -518022,7 +520999,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -518110,7 +521087,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipeline", "inherited": true, - "___id": "T000002R048637", + "___id": "T000002R048836", "___s": true }, { @@ -518119,7 +521096,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -518182,7 +521159,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipelineData", "inherited": true, - "___id": "T000002R048638", + "___id": "T000002R048837", "___s": true }, { @@ -518191,7 +521168,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -518241,16 +521218,16 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#resetPipeline", "inherited": true, - "___id": "T000002R048639", + "___id": "T000002R048838", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -518273,17 +521250,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.Particles.ParticleEmitter", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R048640", + "___id": "T000002R048839", "___s": true }, { @@ -518292,7 +521271,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -518320,7 +521299,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R048641", + "___id": "T000002R048840", "___s": true }, { @@ -518329,7 +521308,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -518366,7 +521345,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R048642", + "___id": "T000002R048841", "___s": true }, { @@ -518375,7 +521354,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -518403,7 +521382,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R048643", + "___id": "T000002R048842", "___s": true }, { @@ -518412,7 +521391,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -518442,7 +521421,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R048644", + "___id": "T000002R048843", "___s": true }, { @@ -518451,7 +521430,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -518479,7 +521458,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R048645", + "___id": "T000002R048844", "___s": true }, { @@ -518488,7 +521467,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -518524,7 +521503,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#initPostPipeline", "inherited": true, - "___id": "T000002R048646", + "___id": "T000002R048845", "___s": true }, { @@ -518533,7 +521512,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -518668,7 +521647,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipeline", "inherited": true, - "___id": "T000002R048647", + "___id": "T000002R048846", "___s": true }, { @@ -518677,7 +521656,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -518740,7 +521719,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipelineData", "inherited": true, - "___id": "T000002R048648", + "___id": "T000002R048847", "___s": true }, { @@ -518749,7 +521728,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -518831,7 +521810,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#getPostPipeline", "inherited": true, - "___id": "T000002R048649", + "___id": "T000002R048848", "___s": true }, { @@ -518840,7 +521819,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -518876,7 +521855,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#resetPostPipeline", "inherited": true, - "___id": "T000002R048650", + "___id": "T000002R048849", "___s": true }, { @@ -518885,7 +521864,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -518944,7 +521923,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#removePostPipeline", "inherited": true, - "___id": "T000002R048651", + "___id": "T000002R048850", "___s": true }, { @@ -518953,7 +521932,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -518987,7 +521966,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R048652", + "___id": "T000002R048851", "___s": true }, { @@ -518996,7 +521975,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -519018,7 +521997,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R048653", + "___id": "T000002R048852", "___s": true }, { @@ -519027,7 +522006,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -519049,7 +522028,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R048654", + "___id": "T000002R048853", "___s": true }, { @@ -519058,7 +522037,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -519115,7 +522094,7 @@ ], "inherits": "Phaser.GameObjects.Components.ScrollFactor#setScrollFactor", "inherited": true, - "___id": "T000002R048655", + "___id": "T000002R048854", "___s": true }, { @@ -519124,7 +522103,7 @@ "filename": "Texture.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "texture", @@ -519155,7 +522134,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Texture#texture", "inherited": true, - "___id": "T000002R048656", + "___id": "T000002R048855", "___s": true }, { @@ -519164,7 +522143,7 @@ "filename": "Texture.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "frame", @@ -519185,7 +522164,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Texture#frame", "inherited": true, - "___id": "T000002R048657", + "___id": "T000002R048856", "___s": true }, { @@ -519194,7 +522173,7 @@ "filename": "Texture.js", "lineno": 49, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTexture", @@ -519300,7 +522279,7 @@ ], "inherits": "Phaser.GameObjects.Components.Texture#setTexture", "inherited": true, - "___id": "T000002R048659", + "___id": "T000002R048858", "___s": true }, { @@ -519309,7 +522288,7 @@ "filename": "Texture.js", "lineno": 75, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFrame", @@ -519396,7 +522375,7 @@ ], "inherits": "Phaser.GameObjects.Components.Texture#setFrame", "inherited": true, - "___id": "T000002R048660", + "___id": "T000002R048859", "___s": true }, { @@ -519405,7 +522384,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -519428,7 +522407,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R048661", + "___id": "T000002R048860", "___s": true }, { @@ -519437,7 +522416,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -519459,7 +522438,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R048665", + "___id": "T000002R048864", "___s": true }, { @@ -519468,7 +522447,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -519490,7 +522469,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R048666", + "___id": "T000002R048865", "___s": true }, { @@ -519499,7 +522478,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -519521,7 +522500,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R048667", + "___id": "T000002R048866", "___s": true }, { @@ -519530,7 +522509,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -519552,7 +522531,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R048668", + "___id": "T000002R048867", "___s": true }, { @@ -519561,7 +522540,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -519583,7 +522562,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R048669", + "___id": "T000002R048868", "___s": true }, { @@ -519592,7 +522571,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -519614,7 +522593,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R048670", + "___id": "T000002R048869", "___s": true }, { @@ -519623,7 +522602,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -519645,7 +522624,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R048671", + "___id": "T000002R048870", "___s": true }, { @@ -519654,7 +522633,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -519676,7 +522655,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R048672", + "___id": "T000002R048871", "___s": true }, { @@ -519685,7 +522664,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -519707,7 +522686,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R048673", + "___id": "T000002R048872", "___s": true }, { @@ -519716,7 +522695,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -519805,7 +522784,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setPosition", "inherited": true, - "___id": "T000002R048674", + "___id": "T000002R048873", "___s": true }, { @@ -519814,7 +522793,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -519871,7 +522850,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#copyPosition", "inherited": true, - "___id": "T000002R048675", + "___id": "T000002R048874", "___s": true }, { @@ -519880,7 +522859,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -519967,7 +522946,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRandomPosition", "inherited": true, - "___id": "T000002R048676", + "___id": "T000002R048875", "___s": true }, { @@ -519976,7 +522955,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -520020,7 +522999,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRotation", "inherited": true, - "___id": "T000002R048677", + "___id": "T000002R048876", "___s": true }, { @@ -520029,7 +523008,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -520073,7 +523052,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setAngle", "inherited": true, - "___id": "T000002R048678", + "___id": "T000002R048877", "___s": true }, { @@ -520082,7 +523061,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -520141,7 +523120,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setScale", "inherited": true, - "___id": "T000002R048679", + "___id": "T000002R048878", "___s": true }, { @@ -520150,7 +523129,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -520194,7 +523173,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setX", "inherited": true, - "___id": "T000002R048680", + "___id": "T000002R048879", "___s": true }, { @@ -520203,7 +523182,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -520247,7 +523226,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setY", "inherited": true, - "___id": "T000002R048681", + "___id": "T000002R048880", "___s": true }, { @@ -520256,7 +523235,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -520300,7 +523279,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setZ", "inherited": true, - "___id": "T000002R048682", + "___id": "T000002R048881", "___s": true }, { @@ -520309,7 +523288,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -520353,7 +523332,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setW", "inherited": true, - "___id": "T000002R048683", + "___id": "T000002R048882", "___s": true }, { @@ -520362,7 +523341,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -520404,7 +523383,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalTransformMatrix", "inherited": true, - "___id": "T000002R048684", + "___id": "T000002R048883", "___s": true }, { @@ -520413,7 +523392,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -520469,7 +523448,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getWorldTransformMatrix", "inherited": true, - "___id": "T000002R048685", + "___id": "T000002R048884", "___s": true }, { @@ -520478,7 +523457,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -520560,7 +523539,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalPoint", "inherited": true, - "___id": "T000002R048686", + "___id": "T000002R048885", "___s": true }, { @@ -520569,7 +523548,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -520595,7 +523574,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R048687", + "___id": "T000002R048886", "___s": true }, { @@ -520604,7 +523583,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -520625,7 +523604,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R048689", + "___id": "T000002R048888", "___s": true }, { @@ -520634,7 +523613,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -520676,7 +523655,7 @@ ], "inherits": "Phaser.GameObjects.Components.Visible#setVisible", "inherited": true, - "___id": "T000002R048690", + "___id": "T000002R048889", "___s": true }, { @@ -520685,7 +523664,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -520706,7 +523685,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R048691", + "___id": "T000002R048890", "___s": true }, { @@ -520715,7 +523694,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -520747,7 +523726,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R048692", + "___id": "T000002R048891", "___s": true }, { @@ -520756,7 +523735,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -520777,7 +523756,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R048693", + "___id": "T000002R048892", "___s": true }, { @@ -520786,7 +523765,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -520817,7 +523796,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R048694", + "___id": "T000002R048893", "___s": true }, { @@ -520826,7 +523805,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -520847,7 +523826,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R048695", + "___id": "T000002R048894", "___s": true }, { @@ -520856,7 +523835,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -520878,7 +523857,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R048696", + "___id": "T000002R048895", "___s": true }, { @@ -520887,7 +523866,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -520909,7 +523888,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R048697", + "___id": "T000002R048896", "___s": true }, { @@ -520918,7 +523897,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -520940,7 +523919,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R048698", + "___id": "T000002R048897", "___s": true }, { @@ -520949,7 +523928,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -520971,7 +523950,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R048699", + "___id": "T000002R048898", "___s": true }, { @@ -520980,7 +523959,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -521002,7 +523981,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R048700", + "___id": "T000002R048899", "___s": true }, { @@ -521011,7 +523990,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -521036,7 +524015,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R048701", + "___id": "T000002R048900", "___s": true }, { @@ -521045,7 +524024,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -521069,7 +524048,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R048702", + "___id": "T000002R048901", "___s": true }, { @@ -521078,7 +524057,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -521117,7 +524096,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R048703", + "___id": "T000002R048902", "___s": true }, { @@ -521126,7 +524105,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -521148,7 +524127,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R048704", + "___id": "T000002R048903", "___s": true }, { @@ -521157,7 +524136,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -521199,7 +524178,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setActive", "inherited": true, - "___id": "T000002R048705", + "___id": "T000002R048904", "___s": true }, { @@ -521208,7 +524187,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -521250,7 +524229,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setName", "inherited": true, - "___id": "T000002R048706", + "___id": "T000002R048905", "___s": true }, { @@ -521259,7 +524238,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -521311,7 +524290,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setState", "inherited": true, - "___id": "T000002R048707", + "___id": "T000002R048906", "___s": true }, { @@ -521320,7 +524299,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -521350,7 +524329,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R048708", + "___id": "T000002R048907", "___s": true }, { @@ -521359,7 +524338,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -521438,7 +524417,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setData", "inherited": true, - "___id": "T000002R048709", + "___id": "T000002R048908", "___s": true }, { @@ -521447,7 +524426,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -521504,7 +524483,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#incData", "inherited": true, - "___id": "T000002R048710", + "___id": "T000002R048909", "___s": true }, { @@ -521513,7 +524492,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -521555,7 +524534,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#toggleData", "inherited": true, - "___id": "T000002R048711", + "___id": "T000002R048910", "___s": true }, { @@ -521564,7 +524543,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -521623,7 +524602,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#getData", "inherited": true, - "___id": "T000002R048712", + "___id": "T000002R048911", "___s": true }, { @@ -521632,7 +524611,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -521719,7 +524698,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setInteractive", "inherited": true, - "___id": "T000002R048713", + "___id": "T000002R048912", "___s": true }, { @@ -521728,7 +524707,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -521755,7 +524734,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R048714", + "___id": "T000002R048913", "___s": true }, { @@ -521764,7 +524743,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -521791,7 +524770,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R048715", + "___id": "T000002R048914", "___s": true }, { @@ -521800,7 +524779,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -521812,7 +524791,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R048716", + "___id": "T000002R048915", "___s": true }, { @@ -521821,7 +524800,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -521833,7 +524812,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R048717", + "___id": "T000002R048916", "___s": true }, { @@ -521842,7 +524821,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -521871,7 +524850,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#update", "inherited": true, - "___id": "T000002R048718", + "___id": "T000002R048917", "___s": true }, { @@ -521880,7 +524859,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -521921,7 +524900,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#willRender", "inherited": true, - "___id": "T000002R048719", + "___id": "T000002R048918", "___s": true }, { @@ -521930,7 +524909,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -521965,7 +524944,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R048720", + "___id": "T000002R048919", "___s": true }, { @@ -521974,7 +524953,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -522031,7 +525010,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#addToDisplayList", "inherited": true, - "___id": "T000002R048721", + "___id": "T000002R048920", "___s": true }, { @@ -522040,7 +525019,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -522067,7 +525046,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R048722", + "___id": "T000002R048921", "___s": true }, { @@ -522076,7 +525055,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -522107,7 +525086,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R048723", + "___id": "T000002R048922", "___s": true }, { @@ -522116,7 +525095,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -522143,7 +525122,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R048724", + "___id": "T000002R048923", "___s": true }, { @@ -522152,7 +525131,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -522184,7 +525163,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#destroy", "inherited": true, - "___id": "T000002R048725", + "___id": "T000002R048924", "___s": true }, { @@ -522193,7 +525172,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -522205,7 +525184,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R048726", + "___id": "T000002R048925", "___s": true }, { @@ -522214,7 +525193,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -522257,7 +525236,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R048727", + "___id": "T000002R048926", "___s": true }, { @@ -522266,7 +525245,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -522326,7 +525305,7 @@ "name": "event" } ], - "___id": "T000002R048728", + "___id": "T000002R048927", "___s": true }, { @@ -522335,7 +525314,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -522386,7 +525365,7 @@ "name": "event" } ], - "___id": "T000002R048729", + "___id": "T000002R048928", "___s": true }, { @@ -522395,7 +525374,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -522461,7 +525440,7 @@ "name": "args" } ], - "___id": "T000002R048730", + "___id": "T000002R048929", "___s": true }, { @@ -522470,7 +525449,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -522549,7 +525528,7 @@ "name": "context" } ], - "___id": "T000002R048731", + "___id": "T000002R048930", "___s": true }, { @@ -522558,7 +525537,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -522637,7 +525616,7 @@ "name": "context" } ], - "___id": "T000002R048732", + "___id": "T000002R048931", "___s": true }, { @@ -522646,7 +525625,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -522725,7 +525704,7 @@ "name": "context" } ], - "___id": "T000002R048733", + "___id": "T000002R048932", "___s": true }, { @@ -522734,7 +525713,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -522827,7 +525806,7 @@ "name": "once" } ], - "___id": "T000002R048734", + "___id": "T000002R048933", "___s": true }, { @@ -522836,7 +525815,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -522929,7 +525908,7 @@ "name": "once" } ], - "___id": "T000002R048735", + "___id": "T000002R048934", "___s": true }, { @@ -522938,7 +525917,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -522991,7 +525970,7 @@ "name": "event" } ], - "___id": "T000002R048736", + "___id": "T000002R048935", "___s": true }, { @@ -523000,7 +525979,7 @@ "filename": "Alpha.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -523027,7 +526006,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#clearAlpha", "inherited": true, - "___id": "T000002R048742", + "___id": "T000002R048941", "___s": true }, { @@ -523036,7 +526015,7 @@ "filename": "Alpha.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -523122,7 +526101,7 @@ ], "inherits": "Phaser.GameObjects.Components.Alpha#setAlpha", "inherited": true, - "___id": "T000002R048743", + "___id": "T000002R048942", "___s": true }, { @@ -523131,7 +526110,7 @@ "filename": "Alpha.js", "lineno": 129, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -523152,7 +526131,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alpha", "inherited": true, - "___id": "T000002R048744", + "___id": "T000002R048943", "___s": true }, { @@ -523161,7 +526140,7 @@ "filename": "Alpha.js", "lineno": 167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopLeft", @@ -523189,7 +526168,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopLeft", "inherited": true, - "___id": "T000002R048745", + "___id": "T000002R048944", "___s": true }, { @@ -523198,7 +526177,7 @@ "filename": "Alpha.js", "lineno": 197, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopRight", @@ -523226,7 +526205,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopRight", "inherited": true, - "___id": "T000002R048746", + "___id": "T000002R048945", "___s": true }, { @@ -523235,7 +526214,7 @@ "filename": "Alpha.js", "lineno": 227, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomLeft", @@ -523263,7 +526242,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomLeft", "inherited": true, - "___id": "T000002R048747", + "___id": "T000002R048946", "___s": true }, { @@ -523272,7 +526251,7 @@ "filename": "Alpha.js", "lineno": 257, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomRight", @@ -523300,7 +526279,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomRight", "inherited": true, - "___id": "T000002R048748", + "___id": "T000002R048947", "___s": true }, { @@ -523309,7 +526288,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -523345,7 +526324,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R048750", + "___id": "T000002R048949", "___s": true }, { @@ -523354,7 +526333,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -523411,16 +526390,16 @@ ], "inherits": "Phaser.GameObjects.Components.BlendMode#setBlendMode", "inherited": true, - "___id": "T000002R048751", + "___id": "T000002R048950", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -523441,16 +526420,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R048753", + "___id": "T000002R048952", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -523492,7 +526471,181 @@ ], "inherits": "Phaser.GameObjects.Components.Depth#setDepth", "inherited": true, - "___id": "T000002R048754", + "___id": "T000002R048953", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.Sprite#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Sprite", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R048954", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.Sprite#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Sprite", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R048955", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.Sprite#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Sprite", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "___id": "T000002R048956", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.Sprite#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Sprite", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "___id": "T000002R048957", "___s": true }, { @@ -523501,7 +526654,7 @@ "filename": "Flip.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "flipX", @@ -523523,7 +526676,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#flipX", "inherited": true, - "___id": "T000002R048755", + "___id": "T000002R048958", "___s": true }, { @@ -523532,7 +526685,7 @@ "filename": "Flip.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "flipY", @@ -523554,7 +526707,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#flipY", "inherited": true, - "___id": "T000002R048756", + "___id": "T000002R048959", "___s": true }, { @@ -523563,7 +526716,7 @@ "filename": "Flip.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipX", @@ -523590,7 +526743,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipX", "inherited": true, - "___id": "T000002R048757", + "___id": "T000002R048960", "___s": true }, { @@ -523599,7 +526752,7 @@ "filename": "Flip.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipY", @@ -523626,7 +526779,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipY", "inherited": true, - "___id": "T000002R048758", + "___id": "T000002R048961", "___s": true }, { @@ -523635,7 +526788,7 @@ "filename": "Flip.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipX", @@ -523677,7 +526830,7 @@ ], "inherits": "Phaser.GameObjects.Components.Flip#setFlipX", "inherited": true, - "___id": "T000002R048759", + "___id": "T000002R048962", "___s": true }, { @@ -523686,7 +526839,7 @@ "filename": "Flip.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipY", @@ -523728,7 +526881,7 @@ ], "inherits": "Phaser.GameObjects.Components.Flip#setFlipY", "inherited": true, - "___id": "T000002R048760", + "___id": "T000002R048963", "___s": true }, { @@ -523737,7 +526890,7 @@ "filename": "Flip.js", "lineno": 117, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlip", @@ -523792,7 +526945,7 @@ ], "inherits": "Phaser.GameObjects.Components.Flip#setFlip", "inherited": true, - "___id": "T000002R048761", + "___id": "T000002R048964", "___s": true }, { @@ -523801,7 +526954,7 @@ "filename": "Flip.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetFlip", @@ -523828,7 +526981,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#resetFlip", "inherited": true, - "___id": "T000002R048762", + "___id": "T000002R048965", "___s": true }, { @@ -523837,7 +526990,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -523902,7 +527055,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getCenter", "inherited": true, - "___id": "T000002R048764", + "___id": "T000002R048967", "___s": true }, { @@ -523911,7 +527064,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -523976,7 +527129,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopLeft", "inherited": true, - "___id": "T000002R048765", + "___id": "T000002R048968", "___s": true }, { @@ -523985,7 +527138,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -524050,7 +527203,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopCenter", "inherited": true, - "___id": "T000002R048766", + "___id": "T000002R048969", "___s": true }, { @@ -524059,7 +527212,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -524124,7 +527277,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopRight", "inherited": true, - "___id": "T000002R048767", + "___id": "T000002R048970", "___s": true }, { @@ -524133,7 +527286,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -524198,7 +527351,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getLeftCenter", "inherited": true, - "___id": "T000002R048768", + "___id": "T000002R048971", "___s": true }, { @@ -524207,7 +527360,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -524272,7 +527425,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getRightCenter", "inherited": true, - "___id": "T000002R048769", + "___id": "T000002R048972", "___s": true }, { @@ -524281,7 +527434,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -524346,7 +527499,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomLeft", "inherited": true, - "___id": "T000002R048770", + "___id": "T000002R048973", "___s": true }, { @@ -524355,7 +527508,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -524420,7 +527573,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomCenter", "inherited": true, - "___id": "T000002R048771", + "___id": "T000002R048974", "___s": true }, { @@ -524429,7 +527582,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -524494,7 +527647,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomRight", "inherited": true, - "___id": "T000002R048772", + "___id": "T000002R048975", "___s": true }, { @@ -524503,7 +527656,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -524573,7 +527726,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBounds", "inherited": true, - "___id": "T000002R048773", + "___id": "T000002R048976", "___s": true }, { @@ -524582,7 +527735,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -524613,7 +527766,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R048774", + "___id": "T000002R048977", "___s": true }, { @@ -524622,7 +527775,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -524674,7 +527827,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#setMask", "inherited": true, - "___id": "T000002R048775", + "___id": "T000002R048978", "___s": true }, { @@ -524683,7 +527836,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -524727,7 +527880,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#clearMask", "inherited": true, - "___id": "T000002R048776", + "___id": "T000002R048979", "___s": true }, { @@ -524736,7 +527889,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -524889,7 +528042,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createBitmapMask", "inherited": true, - "___id": "T000002R048777", + "___id": "T000002R048980", "___s": true }, { @@ -524898,7 +528051,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -524970,7 +528123,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createGeometryMask", "inherited": true, - "___id": "T000002R048778", + "___id": "T000002R048981", "___s": true }, { @@ -524979,7 +528132,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -525002,7 +528155,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, - "___id": "T000002R048780", + "___id": "T000002R048983", "___s": true }, { @@ -525011,7 +528164,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -525034,7 +528187,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, - "___id": "T000002R048781", + "___id": "T000002R048984", "___s": true }, { @@ -525043,7 +528196,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -525064,7 +528217,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, - "___id": "T000002R048782", + "___id": "T000002R048985", "___s": true }, { @@ -525073,7 +528226,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -525094,7 +528247,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, - "___id": "T000002R048783", + "___id": "T000002R048986", "___s": true }, { @@ -525103,7 +528256,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -525162,7 +528315,7 @@ ], "inherits": "Phaser.GameObjects.Components.Origin#setOrigin", "inherited": true, - "___id": "T000002R048784", + "___id": "T000002R048987", "___s": true }, { @@ -525171,7 +528324,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -525198,7 +528351,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R048785", + "___id": "T000002R048988", "___s": true }, { @@ -525207,7 +528360,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -525266,7 +528419,7 @@ ], "inherits": "Phaser.GameObjects.Components.Origin#setDisplayOrigin", "inherited": true, - "___id": "T000002R048786", + "___id": "T000002R048989", "___s": true }, { @@ -525275,7 +528428,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -525302,7 +528455,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, - "___id": "T000002R048787", + "___id": "T000002R048990", "___s": true }, { @@ -525311,7 +528464,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -525340,7 +528493,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R048788", + "___id": "T000002R048991", "___s": true }, { @@ -525349,7 +528502,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -525378,7 +528531,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R048789", + "___id": "T000002R048992", "___s": true }, { @@ -525387,7 +528540,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -525415,7 +528568,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R048790", + "___id": "T000002R048993", "___s": true }, { @@ -525424,7 +528577,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -525483,7 +528636,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#initPipeline", "inherited": true, - "___id": "T000002R048791", + "___id": "T000002R048994", "___s": true }, { @@ -525492,7 +528645,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -525580,7 +528733,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipeline", "inherited": true, - "___id": "T000002R048792", + "___id": "T000002R048995", "___s": true }, { @@ -525589,7 +528742,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -525652,7 +528805,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipelineData", "inherited": true, - "___id": "T000002R048793", + "___id": "T000002R048996", "___s": true }, { @@ -525661,7 +528814,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -525711,16 +528864,16 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#resetPipeline", "inherited": true, - "___id": "T000002R048794", + "___id": "T000002R048997", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -525743,17 +528896,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.Sprite", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R048795", + "___id": "T000002R048998", "___s": true }, { @@ -525762,7 +528917,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -525790,7 +528945,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R048796", + "___id": "T000002R048999", "___s": true }, { @@ -525799,7 +528954,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -525836,7 +528991,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R048797", + "___id": "T000002R049000", "___s": true }, { @@ -525845,7 +529000,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -525873,7 +529028,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R048798", + "___id": "T000002R049001", "___s": true }, { @@ -525882,7 +529037,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -525912,7 +529067,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R048799", + "___id": "T000002R049002", "___s": true }, { @@ -525921,7 +529076,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -525949,7 +529104,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R048800", + "___id": "T000002R049003", "___s": true }, { @@ -525958,7 +529113,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -525994,7 +529149,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#initPostPipeline", "inherited": true, - "___id": "T000002R048801", + "___id": "T000002R049004", "___s": true }, { @@ -526003,7 +529158,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -526138,7 +529293,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipeline", "inherited": true, - "___id": "T000002R048802", + "___id": "T000002R049005", "___s": true }, { @@ -526147,7 +529302,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -526210,7 +529365,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipelineData", "inherited": true, - "___id": "T000002R048803", + "___id": "T000002R049006", "___s": true }, { @@ -526219,7 +529374,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -526301,7 +529456,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#getPostPipeline", "inherited": true, - "___id": "T000002R048804", + "___id": "T000002R049007", "___s": true }, { @@ -526310,7 +529465,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -526346,7 +529501,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#resetPostPipeline", "inherited": true, - "___id": "T000002R048805", + "___id": "T000002R049008", "___s": true }, { @@ -526355,7 +529510,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -526414,7 +529569,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#removePostPipeline", "inherited": true, - "___id": "T000002R048806", + "___id": "T000002R049009", "___s": true }, { @@ -526423,7 +529578,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -526457,7 +529612,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R048807", + "___id": "T000002R049010", "___s": true }, { @@ -526466,7 +529621,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -526488,7 +529643,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R048808", + "___id": "T000002R049011", "___s": true }, { @@ -526497,7 +529652,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -526519,7 +529674,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R048809", + "___id": "T000002R049012", "___s": true }, { @@ -526528,7 +529683,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -526585,7 +529740,7 @@ ], "inherits": "Phaser.GameObjects.Components.ScrollFactor#setScrollFactor", "inherited": true, - "___id": "T000002R048810", + "___id": "T000002R049013", "___s": true }, { @@ -526594,7 +529749,7 @@ "filename": "Size.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "width", @@ -526615,7 +529770,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#width", "inherited": true, - "___id": "T000002R048812", + "___id": "T000002R049015", "___s": true }, { @@ -526624,7 +529779,7 @@ "filename": "Size.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "height", @@ -526645,7 +529800,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#height", "inherited": true, - "___id": "T000002R048813", + "___id": "T000002R049016", "___s": true }, { @@ -526654,7 +529809,7 @@ "filename": "Size.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayWidth", @@ -526675,7 +529830,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#displayWidth", "inherited": true, - "___id": "T000002R048814", + "___id": "T000002R049017", "___s": true }, { @@ -526684,7 +529839,7 @@ "filename": "Size.js", "lineno": 78, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayHeight", @@ -526705,7 +529860,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#displayHeight", "inherited": true, - "___id": "T000002R048815", + "___id": "T000002R049018", "___s": true }, { @@ -526714,7 +529869,7 @@ "filename": "Size.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSizeToFrame", @@ -526767,7 +529922,7 @@ ], "inherits": "Phaser.GameObjects.Components.Size#setSizeToFrame", "inherited": true, - "___id": "T000002R048816", + "___id": "T000002R049019", "___s": true }, { @@ -526776,7 +529931,7 @@ "filename": "Size.js", "lineno": 139, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSize", @@ -526831,7 +529986,7 @@ ], "inherits": "Phaser.GameObjects.Components.Size#setSize", "inherited": true, - "___id": "T000002R048817", + "___id": "T000002R049020", "___s": true }, { @@ -526840,7 +529995,7 @@ "filename": "Size.js", "lineno": 166, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplaySize", @@ -526895,7 +530050,7 @@ ], "inherits": "Phaser.GameObjects.Components.Size#setDisplaySize", "inherited": true, - "___id": "T000002R048818", + "___id": "T000002R049021", "___s": true }, { @@ -526904,7 +530059,7 @@ "filename": "TextureCrop.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "texture", @@ -526935,7 +530090,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.TextureCrop#texture", "inherited": true, - "___id": "T000002R048819", + "___id": "T000002R049022", "___s": true }, { @@ -526944,7 +530099,7 @@ "filename": "TextureCrop.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "frame", @@ -526965,7 +530120,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.TextureCrop#frame", "inherited": true, - "___id": "T000002R048820", + "___id": "T000002R049023", "___s": true }, { @@ -526974,7 +530129,7 @@ "filename": "TextureCrop.js", "lineno": 39, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "isCropped", @@ -526995,7 +530150,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.TextureCrop#isCropped", "inherited": true, - "___id": "T000002R048821", + "___id": "T000002R049024", "___s": true }, { @@ -527004,7 +530159,7 @@ "filename": "TextureCrop.js", "lineno": 50, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setCrop", @@ -527099,7 +530254,7 @@ ], "inherits": "Phaser.GameObjects.Components.TextureCrop#setCrop", "inherited": true, - "___id": "T000002R048822", + "___id": "T000002R049025", "___s": true }, { @@ -527108,7 +530263,7 @@ "filename": "TextureCrop.js", "lineno": 110, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTexture", @@ -527174,7 +530329,7 @@ ], "inherits": "Phaser.GameObjects.Components.TextureCrop#setTexture", "inherited": true, - "___id": "T000002R048823", + "___id": "T000002R049026", "___s": true }, { @@ -527183,7 +530338,7 @@ "filename": "TextureCrop.js", "lineno": 130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFrame", @@ -527270,7 +530425,7 @@ ], "inherits": "Phaser.GameObjects.Components.TextureCrop#setFrame", "inherited": true, - "___id": "T000002R048824", + "___id": "T000002R049027", "___s": true }, { @@ -527279,7 +530434,7 @@ "filename": "Tint.js", "lineno": 18, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopLeft", @@ -527301,7 +530456,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintTopLeft", "inherited": true, - "___id": "T000002R048826", + "___id": "T000002R049029", "___s": true }, { @@ -527310,7 +530465,7 @@ "filename": "Tint.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopRight", @@ -527332,7 +530487,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintTopRight", "inherited": true, - "___id": "T000002R048827", + "___id": "T000002R049030", "___s": true }, { @@ -527341,7 +530496,7 @@ "filename": "Tint.js", "lineno": 42, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomLeft", @@ -527363,7 +530518,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintBottomLeft", "inherited": true, - "___id": "T000002R048828", + "___id": "T000002R049031", "___s": true }, { @@ -527372,7 +530527,7 @@ "filename": "Tint.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomRight", @@ -527394,7 +530549,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintBottomRight", "inherited": true, - "___id": "T000002R048829", + "___id": "T000002R049032", "___s": true }, { @@ -527403,7 +530558,7 @@ "filename": "Tint.js", "lineno": 66, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintFill", @@ -527425,7 +530580,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintFill", "inherited": true, - "___id": "T000002R048830", + "___id": "T000002R049033", "___s": true }, { @@ -527434,7 +530589,7 @@ "filename": "Tint.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearTint", @@ -527468,7 +530623,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#clearTint", "inherited": true, - "___id": "T000002R048831", + "___id": "T000002R049034", "___s": true }, { @@ -527477,7 +530632,7 @@ "filename": "Tint.js", "lineno": 98, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTint", @@ -527570,7 +530725,7 @@ ], "inherits": "Phaser.GameObjects.Components.Tint#setTint", "inherited": true, - "___id": "T000002R048832", + "___id": "T000002R049035", "___s": true }, { @@ -527579,7 +530734,7 @@ "filename": "Tint.js", "lineno": 146, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTintFill", @@ -527672,7 +530827,7 @@ ], "inherits": "Phaser.GameObjects.Components.Tint#setTintFill", "inherited": true, - "___id": "T000002R048833", + "___id": "T000002R049036", "___s": true }, { @@ -527681,7 +530836,7 @@ "filename": "Tint.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tint", @@ -527709,7 +530864,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tint", "inherited": true, - "___id": "T000002R048834", + "___id": "T000002R049037", "___s": true }, { @@ -527718,7 +530873,7 @@ "filename": "Tint.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "isTinted", @@ -527747,7 +530902,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#isTinted", "inherited": true, - "___id": "T000002R048835", + "___id": "T000002R049038", "___s": true }, { @@ -527756,7 +530911,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -527779,7 +530934,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R048836", + "___id": "T000002R049039", "___s": true }, { @@ -527788,7 +530943,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -527810,7 +530965,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R048840", + "___id": "T000002R049043", "___s": true }, { @@ -527819,7 +530974,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -527841,7 +530996,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R048841", + "___id": "T000002R049044", "___s": true }, { @@ -527850,7 +531005,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -527872,7 +531027,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R048842", + "___id": "T000002R049045", "___s": true }, { @@ -527881,7 +531036,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -527903,7 +531058,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R048843", + "___id": "T000002R049046", "___s": true }, { @@ -527912,7 +531067,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -527934,7 +531089,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R048844", + "___id": "T000002R049047", "___s": true }, { @@ -527943,7 +531098,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -527965,7 +531120,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R048845", + "___id": "T000002R049048", "___s": true }, { @@ -527974,7 +531129,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -527996,7 +531151,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R048846", + "___id": "T000002R049049", "___s": true }, { @@ -528005,7 +531160,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -528027,7 +531182,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R048847", + "___id": "T000002R049050", "___s": true }, { @@ -528036,7 +531191,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -528058,7 +531213,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R048848", + "___id": "T000002R049051", "___s": true }, { @@ -528067,7 +531222,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -528156,7 +531311,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setPosition", "inherited": true, - "___id": "T000002R048849", + "___id": "T000002R049052", "___s": true }, { @@ -528165,7 +531320,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -528222,7 +531377,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#copyPosition", "inherited": true, - "___id": "T000002R048850", + "___id": "T000002R049053", "___s": true }, { @@ -528231,7 +531386,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -528318,7 +531473,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRandomPosition", "inherited": true, - "___id": "T000002R048851", + "___id": "T000002R049054", "___s": true }, { @@ -528327,7 +531482,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -528371,7 +531526,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRotation", "inherited": true, - "___id": "T000002R048852", + "___id": "T000002R049055", "___s": true }, { @@ -528380,7 +531535,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -528424,7 +531579,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setAngle", "inherited": true, - "___id": "T000002R048853", + "___id": "T000002R049056", "___s": true }, { @@ -528433,7 +531588,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -528492,7 +531647,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setScale", "inherited": true, - "___id": "T000002R048854", + "___id": "T000002R049057", "___s": true }, { @@ -528501,7 +531656,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -528545,7 +531700,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setX", "inherited": true, - "___id": "T000002R048855", + "___id": "T000002R049058", "___s": true }, { @@ -528554,7 +531709,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -528598,7 +531753,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setY", "inherited": true, - "___id": "T000002R048856", + "___id": "T000002R049059", "___s": true }, { @@ -528607,7 +531762,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -528651,7 +531806,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setZ", "inherited": true, - "___id": "T000002R048857", + "___id": "T000002R049060", "___s": true }, { @@ -528660,7 +531815,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -528704,7 +531859,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setW", "inherited": true, - "___id": "T000002R048858", + "___id": "T000002R049061", "___s": true }, { @@ -528713,7 +531868,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -528755,7 +531910,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalTransformMatrix", "inherited": true, - "___id": "T000002R048859", + "___id": "T000002R049062", "___s": true }, { @@ -528764,7 +531919,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -528820,7 +531975,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getWorldTransformMatrix", "inherited": true, - "___id": "T000002R048860", + "___id": "T000002R049063", "___s": true }, { @@ -528829,7 +531984,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -528911,7 +532066,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalPoint", "inherited": true, - "___id": "T000002R048861", + "___id": "T000002R049064", "___s": true }, { @@ -528920,7 +532075,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -528946,7 +532101,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R048862", + "___id": "T000002R049065", "___s": true }, { @@ -528955,7 +532110,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -528976,7 +532131,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R048864", + "___id": "T000002R049067", "___s": true }, { @@ -528985,7 +532140,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -529027,7 +532182,7 @@ ], "inherits": "Phaser.GameObjects.Components.Visible#setVisible", "inherited": true, - "___id": "T000002R048865", + "___id": "T000002R049068", "___s": true }, { @@ -529036,7 +532191,7 @@ "filename": "Sprite.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "anims", @@ -529057,7 +532212,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Sprite#anims", "inherited": true, - "___id": "T000002R048867", + "___id": "T000002R049070", "___s": true }, { @@ -529066,7 +532221,7 @@ "filename": "Sprite.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "play", @@ -529141,7 +532296,7 @@ ], "inherits": "Phaser.GameObjects.Sprite#play", "inherited": true, - "___id": "T000002R048868", + "___id": "T000002R049071", "___s": true }, { @@ -529150,7 +532305,7 @@ "filename": "Sprite.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "playReverse", @@ -529225,7 +532380,7 @@ ], "inherits": "Phaser.GameObjects.Sprite#playReverse", "inherited": true, - "___id": "T000002R048869", + "___id": "T000002R049072", "___s": true }, { @@ -529234,7 +532389,7 @@ "filename": "Sprite.js", "lineno": 270, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "playAfterDelay", @@ -529307,7 +532462,7 @@ ], "inherits": "Phaser.GameObjects.Sprite#playAfterDelay", "inherited": true, - "___id": "T000002R048870", + "___id": "T000002R049073", "___s": true }, { @@ -529316,7 +532471,7 @@ "filename": "Sprite.js", "lineno": 300, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "playAfterRepeat", @@ -529391,7 +532546,7 @@ ], "inherits": "Phaser.GameObjects.Sprite#playAfterRepeat", "inherited": true, - "___id": "T000002R048871", + "___id": "T000002R049074", "___s": true }, { @@ -529400,7 +532555,7 @@ "filename": "Sprite.js", "lineno": 327, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "chain", @@ -529500,7 +532655,7 @@ ], "inherits": "Phaser.GameObjects.Sprite#chain", "inherited": true, - "___id": "T000002R048872", + "___id": "T000002R049075", "___s": true }, { @@ -529509,7 +532664,7 @@ "filename": "Sprite.js", "lineno": 359, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "stop", @@ -529539,7 +532694,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Sprite#stop", "inherited": true, - "___id": "T000002R048873", + "___id": "T000002R049076", "___s": true }, { @@ -529548,7 +532703,7 @@ "filename": "Sprite.js", "lineno": 377, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "stopAfterDelay", @@ -529593,7 +532748,7 @@ ], "inherits": "Phaser.GameObjects.Sprite#stopAfterDelay", "inherited": true, - "___id": "T000002R048874", + "___id": "T000002R049077", "___s": true }, { @@ -529602,7 +532757,7 @@ "filename": "Sprite.js", "lineno": 400, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "stopAfterRepeat", @@ -529649,7 +532804,7 @@ ], "inherits": "Phaser.GameObjects.Sprite#stopAfterRepeat", "inherited": true, - "___id": "T000002R048875", + "___id": "T000002R049078", "___s": true }, { @@ -529658,7 +532813,7 @@ "filename": "Sprite.js", "lineno": 423, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "stopOnFrame", @@ -529703,7 +532858,7 @@ ], "inherits": "Phaser.GameObjects.Sprite#stopOnFrame", "inherited": true, - "___id": "T000002R048876", + "___id": "T000002R049079", "___s": true }, { @@ -529712,7 +532867,7 @@ "filename": "Sprite.js", "lineno": 447, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "toJSON", @@ -529738,7 +532893,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Sprite#toJSON", "inherited": true, - "___id": "T000002R048877", + "___id": "T000002R049080", "___s": true }, { @@ -529747,7 +532902,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -529768,7 +532923,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R048881", + "___id": "T000002R049084", "___s": true }, { @@ -529777,7 +532932,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -529809,7 +532964,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R048882", + "___id": "T000002R049085", "___s": true }, { @@ -529818,7 +532973,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -529839,7 +532994,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R048883", + "___id": "T000002R049086", "___s": true }, { @@ -529848,7 +533003,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -529879,7 +533034,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R048884", + "___id": "T000002R049087", "___s": true }, { @@ -529888,7 +533043,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -529909,7 +533064,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R048885", + "___id": "T000002R049088", "___s": true }, { @@ -529918,7 +533073,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -529940,7 +533095,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R048886", + "___id": "T000002R049089", "___s": true }, { @@ -529949,7 +533104,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -529971,7 +533126,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R048887", + "___id": "T000002R049090", "___s": true }, { @@ -529980,7 +533135,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -530002,7 +533157,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R048888", + "___id": "T000002R049091", "___s": true }, { @@ -530011,7 +533166,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -530033,7 +533188,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R048889", + "___id": "T000002R049092", "___s": true }, { @@ -530042,7 +533197,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -530064,7 +533219,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R048890", + "___id": "T000002R049093", "___s": true }, { @@ -530073,7 +533228,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -530098,7 +533253,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R048891", + "___id": "T000002R049094", "___s": true }, { @@ -530107,7 +533262,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -530131,7 +533286,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R048892", + "___id": "T000002R049095", "___s": true }, { @@ -530140,7 +533295,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -530179,7 +533334,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R048893", + "___id": "T000002R049096", "___s": true }, { @@ -530188,7 +533343,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -530210,7 +533365,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R048894", + "___id": "T000002R049097", "___s": true }, { @@ -530219,7 +533374,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -530261,7 +533416,7 @@ "name": "value" } ], - "___id": "T000002R048895", + "___id": "T000002R049098", "___s": true }, { @@ -530270,7 +533425,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -530312,7 +533467,7 @@ "name": "value" } ], - "___id": "T000002R048896", + "___id": "T000002R049099", "___s": true }, { @@ -530321,7 +533476,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -530373,7 +533528,7 @@ "name": "value" } ], - "___id": "T000002R048897", + "___id": "T000002R049100", "___s": true }, { @@ -530382,7 +533537,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -530412,7 +533567,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R048898", + "___id": "T000002R049101", "___s": true }, { @@ -530421,7 +533576,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -530500,7 +533655,7 @@ "name": "data" } ], - "___id": "T000002R048899", + "___id": "T000002R049102", "___s": true }, { @@ -530509,7 +533664,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -530566,7 +533721,7 @@ "name": "amount" } ], - "___id": "T000002R048900", + "___id": "T000002R049103", "___s": true }, { @@ -530575,7 +533730,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -530617,7 +533772,7 @@ "name": "key" } ], - "___id": "T000002R048901", + "___id": "T000002R049104", "___s": true }, { @@ -530626,7 +533781,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -530685,7 +533840,7 @@ "name": "key" } ], - "___id": "T000002R048902", + "___id": "T000002R049105", "___s": true }, { @@ -530694,7 +533849,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -530781,7 +533936,7 @@ "name": "dropZone" } ], - "___id": "T000002R048903", + "___id": "T000002R049106", "___s": true }, { @@ -530790,7 +533945,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -530817,7 +533972,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R048904", + "___id": "T000002R049107", "___s": true }, { @@ -530826,7 +533981,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -530853,7 +534008,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R048905", + "___id": "T000002R049108", "___s": true }, { @@ -530862,7 +534017,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -530874,7 +534029,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R048906", + "___id": "T000002R049109", "___s": true }, { @@ -530883,7 +534038,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -530895,7 +534050,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R048907", + "___id": "T000002R049110", "___s": true }, { @@ -530904,7 +534059,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -530933,7 +534088,7 @@ "name": "args" } ], - "___id": "T000002R048908", + "___id": "T000002R049111", "___s": true }, { @@ -530942,7 +534097,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -530983,7 +534138,7 @@ "name": "camera" } ], - "___id": "T000002R048909", + "___id": "T000002R049112", "___s": true }, { @@ -530992,7 +534147,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -531027,7 +534182,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R048910", + "___id": "T000002R049113", "___s": true }, { @@ -531036,7 +534191,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -531093,7 +534248,7 @@ "name": "displayList" } ], - "___id": "T000002R048911", + "___id": "T000002R049114", "___s": true }, { @@ -531102,7 +534257,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -531129,7 +534284,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R048912", + "___id": "T000002R049115", "___s": true }, { @@ -531138,7 +534293,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -531169,7 +534324,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R048913", + "___id": "T000002R049116", "___s": true }, { @@ -531178,7 +534333,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -531205,7 +534360,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R048914", + "___id": "T000002R049117", "___s": true }, { @@ -531214,7 +534369,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -531246,7 +534401,7 @@ "name": "fromScene" } ], - "___id": "T000002R048915", + "___id": "T000002R049118", "___s": true }, { @@ -531255,7 +534410,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -531267,7 +534422,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R048916", + "___id": "T000002R049119", "___s": true }, { @@ -531276,7 +534431,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -531319,7 +534474,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R048917", + "___id": "T000002R049120", "___s": true }, { @@ -531328,7 +534483,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -531388,7 +534543,7 @@ "name": "event" } ], - "___id": "T000002R048918", + "___id": "T000002R049121", "___s": true }, { @@ -531397,7 +534552,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -531448,7 +534603,7 @@ "name": "event" } ], - "___id": "T000002R048919", + "___id": "T000002R049122", "___s": true }, { @@ -531457,7 +534612,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -531523,7 +534678,7 @@ "name": "args" } ], - "___id": "T000002R048920", + "___id": "T000002R049123", "___s": true }, { @@ -531532,7 +534687,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -531611,7 +534766,7 @@ "name": "context" } ], - "___id": "T000002R048921", + "___id": "T000002R049124", "___s": true }, { @@ -531620,7 +534775,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -531699,7 +534854,7 @@ "name": "context" } ], - "___id": "T000002R048922", + "___id": "T000002R049125", "___s": true }, { @@ -531708,7 +534863,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -531787,7 +534942,7 @@ "name": "context" } ], - "___id": "T000002R048923", + "___id": "T000002R049126", "___s": true }, { @@ -531796,7 +534951,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -531889,7 +535044,7 @@ "name": "once" } ], - "___id": "T000002R048924", + "___id": "T000002R049127", "___s": true }, { @@ -531898,7 +535053,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -531991,7 +535146,7 @@ "name": "once" } ], - "___id": "T000002R048925", + "___id": "T000002R049128", "___s": true }, { @@ -532000,7 +535155,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -532053,7 +535208,7 @@ "name": "event" } ], - "___id": "T000002R048926", + "___id": "T000002R049129", "___s": true }, { @@ -532062,7 +535217,7 @@ "filename": "Alpha.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -532089,7 +535244,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#clearAlpha", "inherited": true, - "___id": "T000002R048932", + "___id": "T000002R049135", "___s": true }, { @@ -532098,7 +535253,7 @@ "filename": "Alpha.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -532184,7 +535339,7 @@ "name": "bottomRight" } ], - "___id": "T000002R048933", + "___id": "T000002R049136", "___s": true }, { @@ -532193,7 +535348,7 @@ "filename": "Alpha.js", "lineno": 129, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -532214,7 +535369,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alpha", "inherited": true, - "___id": "T000002R048934", + "___id": "T000002R049137", "___s": true }, { @@ -532223,7 +535378,7 @@ "filename": "Alpha.js", "lineno": 167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopLeft", @@ -532251,7 +535406,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopLeft", "inherited": true, - "___id": "T000002R048935", + "___id": "T000002R049138", "___s": true }, { @@ -532260,7 +535415,7 @@ "filename": "Alpha.js", "lineno": 197, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopRight", @@ -532288,7 +535443,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopRight", "inherited": true, - "___id": "T000002R048936", + "___id": "T000002R049139", "___s": true }, { @@ -532297,7 +535452,7 @@ "filename": "Alpha.js", "lineno": 227, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomLeft", @@ -532325,7 +535480,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomLeft", "inherited": true, - "___id": "T000002R048937", + "___id": "T000002R049140", "___s": true }, { @@ -532334,7 +535489,7 @@ "filename": "Alpha.js", "lineno": 257, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomRight", @@ -532362,7 +535517,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomRight", "inherited": true, - "___id": "T000002R048938", + "___id": "T000002R049141", "___s": true }, { @@ -532371,7 +535526,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -532407,7 +535562,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R048940", + "___id": "T000002R049143", "___s": true }, { @@ -532416,7 +535571,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -532473,16 +535628,16 @@ "name": "value" } ], - "___id": "T000002R048941", + "___id": "T000002R049144", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -532503,16 +535658,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R048943", + "___id": "T000002R049146", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -532554,7 +535709,181 @@ "name": "value" } ], - "___id": "T000002R048944", + "___id": "T000002R049147", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.PathFollower#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.PathFollower", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R049148", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.PathFollower#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.PathFollower", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R049149", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.PathFollower#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.PathFollower", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R049150", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.PathFollower#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.PathFollower", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R049151", "___s": true }, { @@ -532563,7 +535892,7 @@ "filename": "Flip.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "flipX", @@ -532585,7 +535914,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#flipX", "inherited": true, - "___id": "T000002R048945", + "___id": "T000002R049152", "___s": true }, { @@ -532594,7 +535923,7 @@ "filename": "Flip.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "flipY", @@ -532616,7 +535945,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#flipY", "inherited": true, - "___id": "T000002R048946", + "___id": "T000002R049153", "___s": true }, { @@ -532625,7 +535954,7 @@ "filename": "Flip.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipX", @@ -532652,7 +535981,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipX", "inherited": true, - "___id": "T000002R048947", + "___id": "T000002R049154", "___s": true }, { @@ -532661,7 +535990,7 @@ "filename": "Flip.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipY", @@ -532688,7 +536017,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipY", "inherited": true, - "___id": "T000002R048948", + "___id": "T000002R049155", "___s": true }, { @@ -532697,7 +536026,7 @@ "filename": "Flip.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipX", @@ -532739,7 +536068,7 @@ "name": "value" } ], - "___id": "T000002R048949", + "___id": "T000002R049156", "___s": true }, { @@ -532748,7 +536077,7 @@ "filename": "Flip.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipY", @@ -532790,7 +536119,7 @@ "name": "value" } ], - "___id": "T000002R048950", + "___id": "T000002R049157", "___s": true }, { @@ -532799,7 +536128,7 @@ "filename": "Flip.js", "lineno": 117, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlip", @@ -532854,7 +536183,7 @@ "name": "y" } ], - "___id": "T000002R048951", + "___id": "T000002R049158", "___s": true }, { @@ -532863,7 +536192,7 @@ "filename": "Flip.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetFlip", @@ -532890,7 +536219,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#resetFlip", "inherited": true, - "___id": "T000002R048952", + "___id": "T000002R049159", "___s": true }, { @@ -532899,7 +536228,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -532964,7 +536293,7 @@ "name": "includeParent" } ], - "___id": "T000002R048954", + "___id": "T000002R049161", "___s": true }, { @@ -532973,7 +536302,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -533038,7 +536367,7 @@ "name": "includeParent" } ], - "___id": "T000002R048955", + "___id": "T000002R049162", "___s": true }, { @@ -533047,7 +536376,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -533112,7 +536441,7 @@ "name": "includeParent" } ], - "___id": "T000002R048956", + "___id": "T000002R049163", "___s": true }, { @@ -533121,7 +536450,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -533186,7 +536515,7 @@ "name": "includeParent" } ], - "___id": "T000002R048957", + "___id": "T000002R049164", "___s": true }, { @@ -533195,7 +536524,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -533260,7 +536589,7 @@ "name": "includeParent" } ], - "___id": "T000002R048958", + "___id": "T000002R049165", "___s": true }, { @@ -533269,7 +536598,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -533334,7 +536663,7 @@ "name": "includeParent" } ], - "___id": "T000002R048959", + "___id": "T000002R049166", "___s": true }, { @@ -533343,7 +536672,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -533408,7 +536737,7 @@ "name": "includeParent" } ], - "___id": "T000002R048960", + "___id": "T000002R049167", "___s": true }, { @@ -533417,7 +536746,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -533482,7 +536811,7 @@ "name": "includeParent" } ], - "___id": "T000002R048961", + "___id": "T000002R049168", "___s": true }, { @@ -533491,7 +536820,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -533556,7 +536885,7 @@ "name": "includeParent" } ], - "___id": "T000002R048962", + "___id": "T000002R049169", "___s": true }, { @@ -533565,7 +536894,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -533635,7 +536964,7 @@ "name": "output" } ], - "___id": "T000002R048963", + "___id": "T000002R049170", "___s": true }, { @@ -533644,7 +536973,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -533675,7 +537004,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R048964", + "___id": "T000002R049171", "___s": true }, { @@ -533684,7 +537013,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -533736,7 +537065,7 @@ "name": "mask" } ], - "___id": "T000002R048965", + "___id": "T000002R049172", "___s": true }, { @@ -533745,7 +537074,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -533789,7 +537118,7 @@ "name": "destroyMask" } ], - "___id": "T000002R048966", + "___id": "T000002R049173", "___s": true }, { @@ -533798,7 +537127,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -533951,7 +537280,7 @@ "name": "frame" } ], - "___id": "T000002R048967", + "___id": "T000002R049174", "___s": true }, { @@ -533960,7 +537289,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -534032,7 +537361,7 @@ "name": "graphics" } ], - "___id": "T000002R048968", + "___id": "T000002R049175", "___s": true }, { @@ -534041,7 +537370,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -534064,7 +537393,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, - "___id": "T000002R048970", + "___id": "T000002R049177", "___s": true }, { @@ -534073,7 +537402,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -534096,7 +537425,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, - "___id": "T000002R048971", + "___id": "T000002R049178", "___s": true }, { @@ -534105,7 +537434,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -534126,7 +537455,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, - "___id": "T000002R048972", + "___id": "T000002R049179", "___s": true }, { @@ -534135,7 +537464,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -534156,7 +537485,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, - "___id": "T000002R048973", + "___id": "T000002R049180", "___s": true }, { @@ -534165,7 +537494,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -534224,7 +537553,7 @@ "name": "y" } ], - "___id": "T000002R048974", + "___id": "T000002R049181", "___s": true }, { @@ -534233,7 +537562,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -534260,7 +537589,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R048975", + "___id": "T000002R049182", "___s": true }, { @@ -534269,7 +537598,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -534328,7 +537657,7 @@ "name": "y" } ], - "___id": "T000002R048976", + "___id": "T000002R049183", "___s": true }, { @@ -534337,7 +537666,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -534364,7 +537693,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, - "___id": "T000002R048977", + "___id": "T000002R049184", "___s": true }, { @@ -534373,7 +537702,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -534402,7 +537731,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R048978", + "___id": "T000002R049185", "___s": true }, { @@ -534411,7 +537740,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -534440,7 +537769,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R048979", + "___id": "T000002R049186", "___s": true }, { @@ -534449,7 +537778,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -534477,7 +537806,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R048980", + "___id": "T000002R049187", "___s": true }, { @@ -534486,7 +537815,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -534545,7 +537874,7 @@ "name": "pipeline" } ], - "___id": "T000002R048981", + "___id": "T000002R049188", "___s": true }, { @@ -534554,7 +537883,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -534642,7 +537971,7 @@ "name": "copyData" } ], - "___id": "T000002R048982", + "___id": "T000002R049189", "___s": true }, { @@ -534651,7 +537980,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -534714,7 +538043,7 @@ "name": "value" } ], - "___id": "T000002R048983", + "___id": "T000002R049190", "___s": true }, { @@ -534723,7 +538052,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -534773,16 +538102,16 @@ "name": "resetData" } ], - "___id": "T000002R048984", + "___id": "T000002R049191", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -534805,17 +538134,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.PathFollower", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R048985", + "___id": "T000002R049192", "___s": true }, { @@ -534824,7 +538155,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -534852,7 +538183,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R048986", + "___id": "T000002R049193", "___s": true }, { @@ -534861,7 +538192,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -534898,7 +538229,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R048987", + "___id": "T000002R049194", "___s": true }, { @@ -534907,7 +538238,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -534935,7 +538266,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R048988", + "___id": "T000002R049195", "___s": true }, { @@ -534944,7 +538275,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -534974,7 +538305,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R048989", + "___id": "T000002R049196", "___s": true }, { @@ -534983,7 +538314,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -535011,7 +538342,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R048990", + "___id": "T000002R049197", "___s": true }, { @@ -535020,7 +538351,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -535056,7 +538387,7 @@ "name": "preFX" } ], - "___id": "T000002R048991", + "___id": "T000002R049198", "___s": true }, { @@ -535065,7 +538396,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -535200,7 +538531,7 @@ "name": "copyData" } ], - "___id": "T000002R048992", + "___id": "T000002R049199", "___s": true }, { @@ -535209,7 +538540,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -535272,7 +538603,7 @@ "name": "value" } ], - "___id": "T000002R048993", + "___id": "T000002R049200", "___s": true }, { @@ -535281,7 +538612,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -535363,7 +538694,7 @@ "name": "pipeline" } ], - "___id": "T000002R048994", + "___id": "T000002R049201", "___s": true }, { @@ -535372,7 +538703,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -535408,7 +538739,7 @@ "name": "resetData" } ], - "___id": "T000002R048995", + "___id": "T000002R049202", "___s": true }, { @@ -535417,7 +538748,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -535476,7 +538807,7 @@ "name": "pipeline" } ], - "___id": "T000002R048996", + "___id": "T000002R049203", "___s": true }, { @@ -535485,7 +538816,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -535519,7 +538850,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R048997", + "___id": "T000002R049204", "___s": true }, { @@ -535528,7 +538859,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -535550,7 +538881,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R048998", + "___id": "T000002R049205", "___s": true }, { @@ -535559,7 +538890,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -535581,7 +538912,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R048999", + "___id": "T000002R049206", "___s": true }, { @@ -535590,7 +538921,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -535647,7 +538978,7 @@ "name": "y" } ], - "___id": "T000002R049000", + "___id": "T000002R049207", "___s": true }, { @@ -535656,7 +538987,7 @@ "filename": "Size.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "width", @@ -535677,7 +539008,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#width", "inherited": true, - "___id": "T000002R049002", + "___id": "T000002R049209", "___s": true }, { @@ -535686,7 +539017,7 @@ "filename": "Size.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "height", @@ -535707,7 +539038,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#height", "inherited": true, - "___id": "T000002R049003", + "___id": "T000002R049210", "___s": true }, { @@ -535716,7 +539047,7 @@ "filename": "Size.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayWidth", @@ -535737,7 +539068,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#displayWidth", "inherited": true, - "___id": "T000002R049004", + "___id": "T000002R049211", "___s": true }, { @@ -535746,7 +539077,7 @@ "filename": "Size.js", "lineno": 78, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayHeight", @@ -535767,7 +539098,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#displayHeight", "inherited": true, - "___id": "T000002R049005", + "___id": "T000002R049212", "___s": true }, { @@ -535776,7 +539107,7 @@ "filename": "Size.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSizeToFrame", @@ -535829,7 +539160,7 @@ "name": "frame" } ], - "___id": "T000002R049006", + "___id": "T000002R049213", "___s": true }, { @@ -535838,7 +539169,7 @@ "filename": "Size.js", "lineno": 139, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSize", @@ -535893,7 +539224,7 @@ "name": "height" } ], - "___id": "T000002R049007", + "___id": "T000002R049214", "___s": true }, { @@ -535902,7 +539233,7 @@ "filename": "Size.js", "lineno": 166, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplaySize", @@ -535957,7 +539288,7 @@ "name": "height" } ], - "___id": "T000002R049008", + "___id": "T000002R049215", "___s": true }, { @@ -535966,7 +539297,7 @@ "filename": "TextureCrop.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "texture", @@ -535997,7 +539328,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.TextureCrop#texture", "inherited": true, - "___id": "T000002R049009", + "___id": "T000002R049216", "___s": true }, { @@ -536006,7 +539337,7 @@ "filename": "TextureCrop.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "frame", @@ -536027,7 +539358,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.TextureCrop#frame", "inherited": true, - "___id": "T000002R049010", + "___id": "T000002R049217", "___s": true }, { @@ -536036,7 +539367,7 @@ "filename": "TextureCrop.js", "lineno": 39, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "isCropped", @@ -536057,7 +539388,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.TextureCrop#isCropped", "inherited": true, - "___id": "T000002R049011", + "___id": "T000002R049218", "___s": true }, { @@ -536066,7 +539397,7 @@ "filename": "TextureCrop.js", "lineno": 50, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setCrop", @@ -536161,7 +539492,7 @@ "name": "height" } ], - "___id": "T000002R049012", + "___id": "T000002R049219", "___s": true }, { @@ -536170,7 +539501,7 @@ "filename": "TextureCrop.js", "lineno": 110, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTexture", @@ -536236,7 +539567,7 @@ "name": "frame" } ], - "___id": "T000002R049013", + "___id": "T000002R049220", "___s": true }, { @@ -536245,7 +539576,7 @@ "filename": "TextureCrop.js", "lineno": 130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFrame", @@ -536332,7 +539663,7 @@ "name": "updateOrigin" } ], - "___id": "T000002R049014", + "___id": "T000002R049221", "___s": true }, { @@ -536341,7 +539672,7 @@ "filename": "Tint.js", "lineno": 18, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopLeft", @@ -536363,7 +539694,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintTopLeft", "inherited": true, - "___id": "T000002R049016", + "___id": "T000002R049223", "___s": true }, { @@ -536372,7 +539703,7 @@ "filename": "Tint.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopRight", @@ -536394,7 +539725,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintTopRight", "inherited": true, - "___id": "T000002R049017", + "___id": "T000002R049224", "___s": true }, { @@ -536403,7 +539734,7 @@ "filename": "Tint.js", "lineno": 42, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomLeft", @@ -536425,7 +539756,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintBottomLeft", "inherited": true, - "___id": "T000002R049018", + "___id": "T000002R049225", "___s": true }, { @@ -536434,7 +539765,7 @@ "filename": "Tint.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomRight", @@ -536456,7 +539787,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintBottomRight", "inherited": true, - "___id": "T000002R049019", + "___id": "T000002R049226", "___s": true }, { @@ -536465,7 +539796,7 @@ "filename": "Tint.js", "lineno": 66, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintFill", @@ -536487,7 +539818,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintFill", "inherited": true, - "___id": "T000002R049020", + "___id": "T000002R049227", "___s": true }, { @@ -536496,7 +539827,7 @@ "filename": "Tint.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearTint", @@ -536530,7 +539861,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#clearTint", "inherited": true, - "___id": "T000002R049021", + "___id": "T000002R049228", "___s": true }, { @@ -536539,7 +539870,7 @@ "filename": "Tint.js", "lineno": 98, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTint", @@ -536632,7 +539963,7 @@ "name": "bottomRight" } ], - "___id": "T000002R049022", + "___id": "T000002R049229", "___s": true }, { @@ -536641,7 +539972,7 @@ "filename": "Tint.js", "lineno": 146, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTintFill", @@ -536734,7 +540065,7 @@ "name": "bottomRight" } ], - "___id": "T000002R049023", + "___id": "T000002R049230", "___s": true }, { @@ -536743,7 +540074,7 @@ "filename": "Tint.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tint", @@ -536771,7 +540102,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tint", "inherited": true, - "___id": "T000002R049024", + "___id": "T000002R049231", "___s": true }, { @@ -536780,7 +540111,7 @@ "filename": "Tint.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "isTinted", @@ -536809,7 +540140,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#isTinted", "inherited": true, - "___id": "T000002R049025", + "___id": "T000002R049232", "___s": true }, { @@ -536818,7 +540149,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -536841,7 +540172,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R049026", + "___id": "T000002R049233", "___s": true }, { @@ -536850,7 +540181,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -536872,7 +540203,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R049030", + "___id": "T000002R049237", "___s": true }, { @@ -536881,7 +540212,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -536903,7 +540234,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R049031", + "___id": "T000002R049238", "___s": true }, { @@ -536912,7 +540243,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -536934,7 +540265,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R049032", + "___id": "T000002R049239", "___s": true }, { @@ -536943,7 +540274,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -536965,7 +540296,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R049033", + "___id": "T000002R049240", "___s": true }, { @@ -536974,7 +540305,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -536996,7 +540327,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R049034", + "___id": "T000002R049241", "___s": true }, { @@ -537005,7 +540336,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -537027,7 +540358,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R049035", + "___id": "T000002R049242", "___s": true }, { @@ -537036,7 +540367,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -537058,7 +540389,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R049036", + "___id": "T000002R049243", "___s": true }, { @@ -537067,7 +540398,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -537089,7 +540420,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R049037", + "___id": "T000002R049244", "___s": true }, { @@ -537098,7 +540429,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -537120,7 +540451,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R049038", + "___id": "T000002R049245", "___s": true }, { @@ -537129,7 +540460,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -537218,7 +540549,7 @@ "name": "w" } ], - "___id": "T000002R049039", + "___id": "T000002R049246", "___s": true }, { @@ -537227,7 +540558,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -537284,7 +540615,7 @@ "name": "source" } ], - "___id": "T000002R049040", + "___id": "T000002R049247", "___s": true }, { @@ -537293,7 +540624,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -537380,7 +540711,7 @@ "name": "height" } ], - "___id": "T000002R049041", + "___id": "T000002R049248", "___s": true }, { @@ -537389,7 +540720,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -537433,7 +540764,7 @@ "name": "radians" } ], - "___id": "T000002R049042", + "___id": "T000002R049249", "___s": true }, { @@ -537442,7 +540773,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -537486,7 +540817,7 @@ "name": "degrees" } ], - "___id": "T000002R049043", + "___id": "T000002R049250", "___s": true }, { @@ -537495,7 +540826,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -537554,7 +540885,7 @@ "name": "y" } ], - "___id": "T000002R049044", + "___id": "T000002R049251", "___s": true }, { @@ -537563,7 +540894,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -537607,7 +540938,7 @@ "name": "value" } ], - "___id": "T000002R049045", + "___id": "T000002R049252", "___s": true }, { @@ -537616,7 +540947,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -537660,7 +540991,7 @@ "name": "value" } ], - "___id": "T000002R049046", + "___id": "T000002R049253", "___s": true }, { @@ -537669,7 +541000,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -537713,7 +541044,7 @@ "name": "value" } ], - "___id": "T000002R049047", + "___id": "T000002R049254", "___s": true }, { @@ -537722,7 +541053,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -537766,7 +541097,7 @@ "name": "value" } ], - "___id": "T000002R049048", + "___id": "T000002R049255", "___s": true }, { @@ -537775,7 +541106,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -537817,7 +541148,7 @@ "name": "tempMatrix" } ], - "___id": "T000002R049049", + "___id": "T000002R049256", "___s": true }, { @@ -537826,7 +541157,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -537882,7 +541213,7 @@ "name": "parentMatrix" } ], - "___id": "T000002R049050", + "___id": "T000002R049257", "___s": true }, { @@ -537891,7 +541222,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -537973,7 +541304,7 @@ "name": "camera" } ], - "___id": "T000002R049051", + "___id": "T000002R049258", "___s": true }, { @@ -537982,7 +541313,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -538008,7 +541339,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R049052", + "___id": "T000002R049259", "___s": true }, { @@ -538017,7 +541348,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -538038,7 +541369,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R049054", + "___id": "T000002R049261", "___s": true }, { @@ -538047,7 +541378,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -538089,7 +541420,7 @@ "name": "value" } ], - "___id": "T000002R049055", + "___id": "T000002R049262", "___s": true }, { @@ -538098,7 +541429,7 @@ "filename": "PathFollower.js", "lineno": 23, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "path", @@ -538119,7 +541450,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PathFollower#path", "inherited": true, - "___id": "T000002R049056", + "___id": "T000002R049263", "___s": true }, { @@ -538128,7 +541459,7 @@ "filename": "PathFollower.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotateToPath", @@ -538150,7 +541481,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PathFollower#rotateToPath", "inherited": true, - "___id": "T000002R049057", + "___id": "T000002R049264", "___s": true }, { @@ -538159,7 +541490,7 @@ "filename": "PathFollower.js", "lineno": 111, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPath", @@ -538230,7 +541561,7 @@ ], "inherits": "Phaser.GameObjects.Components.PathFollower#setPath", "inherited": true, - "___id": "T000002R049058", + "___id": "T000002R049265", "___s": true }, { @@ -538239,7 +541570,7 @@ "filename": "PathFollower.js", "lineno": 145, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotateToPath", @@ -538296,7 +541627,7 @@ ], "inherits": "Phaser.GameObjects.Components.PathFollower#setRotateToPath", "inherited": true, - "___id": "T000002R049059", + "___id": "T000002R049266", "___s": true }, { @@ -538305,7 +541636,7 @@ "filename": "PathFollower.js", "lineno": 167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "isFollowing", @@ -538331,7 +541662,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PathFollower#isFollowing", "inherited": true, - "___id": "T000002R049060", + "___id": "T000002R049267", "___s": true }, { @@ -538340,7 +541671,7 @@ "filename": "PathFollower.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "startFollow", @@ -538414,7 +541745,7 @@ ], "inherits": "Phaser.GameObjects.Components.PathFollower#startFollow", "inherited": true, - "___id": "T000002R049061", + "___id": "T000002R049268", "___s": true }, { @@ -538423,7 +541754,7 @@ "filename": "PathFollower.js", "lineno": 285, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pauseFollow", @@ -538450,7 +541781,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PathFollower#pauseFollow", "inherited": true, - "___id": "T000002R049062", + "___id": "T000002R049269", "___s": true }, { @@ -538459,7 +541790,7 @@ "filename": "PathFollower.js", "lineno": 306, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resumeFollow", @@ -538486,7 +541817,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PathFollower#resumeFollow", "inherited": true, - "___id": "T000002R049063", + "___id": "T000002R049270", "___s": true }, { @@ -538495,7 +541826,7 @@ "filename": "PathFollower.js", "lineno": 328, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "stopFollow", @@ -538522,7 +541853,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PathFollower#stopFollow", "inherited": true, - "___id": "T000002R049064", + "___id": "T000002R049271", "___s": true }, { @@ -538531,7 +541862,7 @@ "filename": "PathFollower.js", "lineno": 350, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pathUpdate", @@ -538543,7 +541874,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PathFollower#pathUpdate", "inherited": true, - "___id": "T000002R049065", + "___id": "T000002R049272", "___s": true }, { @@ -538552,7 +541883,7 @@ "filename": "Mesh.js", "lineno": 117, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "faces", @@ -538582,7 +541913,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Mesh#faces", "inherited": true, - "___id": "T000002R049066", + "___id": "T000002R049273", "___s": true }, { @@ -538591,7 +541922,7 @@ "filename": "Mesh.js", "lineno": 130, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "vertices", @@ -538621,7 +541952,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Mesh#vertices", "inherited": true, - "___id": "T000002R049067", + "___id": "T000002R049274", "___s": true }, { @@ -538630,7 +541961,7 @@ "filename": "Mesh.js", "lineno": 141, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "tintFill", @@ -538652,7 +541983,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Mesh#tintFill", "inherited": true, - "___id": "T000002R049068", + "___id": "T000002R049275", "___s": true }, { @@ -538661,7 +541992,7 @@ "filename": "Mesh.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "debugCallback", @@ -538682,7 +542013,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Mesh#debugCallback", "inherited": true, - "___id": "T000002R049069", + "___id": "T000002R049276", "___s": true }, { @@ -538691,7 +542022,7 @@ "filename": "Mesh.js", "lineno": 179, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "debugGraphic", @@ -538712,7 +542043,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Mesh#debugGraphic", "inherited": true, - "___id": "T000002R049070", + "___id": "T000002R049277", "___s": true }, { @@ -538721,7 +542052,7 @@ "filename": "Mesh.js", "lineno": 189, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "hideCCW", @@ -538742,7 +542073,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Mesh#hideCCW", "inherited": true, - "___id": "T000002R049071", + "___id": "T000002R049278", "___s": true }, { @@ -538751,7 +542082,7 @@ "filename": "Mesh.js", "lineno": 202, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "modelPosition", @@ -538772,7 +542103,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Mesh#modelPosition", "inherited": true, - "___id": "T000002R049072", + "___id": "T000002R049279", "___s": true }, { @@ -538781,7 +542112,7 @@ "filename": "Mesh.js", "lineno": 219, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "modelScale", @@ -538802,7 +542133,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Mesh#modelScale", "inherited": true, - "___id": "T000002R049073", + "___id": "T000002R049280", "___s": true }, { @@ -538811,7 +542142,7 @@ "filename": "Mesh.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "modelRotation", @@ -538832,7 +542163,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Mesh#modelRotation", "inherited": true, - "___id": "T000002R049074", + "___id": "T000002R049281", "___s": true }, { @@ -538841,7 +542172,7 @@ "filename": "Mesh.js", "lineno": 265, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "transformMatrix", @@ -538862,7 +542193,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Mesh#transformMatrix", "inherited": true, - "___id": "T000002R049076", + "___id": "T000002R049283", "___s": true }, { @@ -538871,7 +542202,7 @@ "filename": "Mesh.js", "lineno": 274, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "viewPosition", @@ -538892,7 +542223,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Mesh#viewPosition", "inherited": true, - "___id": "T000002R049077", + "___id": "T000002R049284", "___s": true }, { @@ -538901,7 +542232,7 @@ "filename": "Mesh.js", "lineno": 285, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "viewMatrix", @@ -538922,7 +542253,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Mesh#viewMatrix", "inherited": true, - "___id": "T000002R049078", + "___id": "T000002R049285", "___s": true }, { @@ -538931,7 +542262,7 @@ "filename": "Mesh.js", "lineno": 294, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "projectionMatrix", @@ -538952,7 +542283,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Mesh#projectionMatrix", "inherited": true, - "___id": "T000002R049079", + "___id": "T000002R049286", "___s": true }, { @@ -538961,7 +542292,7 @@ "filename": "Mesh.js", "lineno": 305, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "totalRendered", @@ -538983,7 +542314,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Mesh#totalRendered", "inherited": true, - "___id": "T000002R049080", + "___id": "T000002R049287", "___s": true }, { @@ -538992,7 +542323,7 @@ "filename": "Mesh.js", "lineno": 331, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "ignoreDirtyCache", @@ -539013,7 +542344,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Mesh#ignoreDirtyCache", "inherited": true, - "___id": "T000002R049082", + "___id": "T000002R049289", "___s": true }, { @@ -539022,7 +542353,7 @@ "filename": "Mesh.js", "lineno": 351, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "fov", @@ -539044,7 +542375,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Mesh#fov", "inherited": true, - "___id": "T000002R049083", + "___id": "T000002R049290", "___s": true }, { @@ -539053,7 +542384,7 @@ "filename": "Mesh.js", "lineno": 399, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "panX", @@ -539080,7 +542411,7 @@ ], "inherits": "Phaser.GameObjects.Mesh#panX", "inherited": true, - "___id": "T000002R049084", + "___id": "T000002R049291", "___s": true }, { @@ -539089,7 +542420,7 @@ "filename": "Mesh.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "panY", @@ -539116,7 +542447,7 @@ ], "inherits": "Phaser.GameObjects.Mesh#panY", "inherited": true, - "___id": "T000002R049085", + "___id": "T000002R049292", "___s": true }, { @@ -539125,7 +542456,7 @@ "filename": "Mesh.js", "lineno": 433, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "panZ", @@ -539152,7 +542483,7 @@ ], "inherits": "Phaser.GameObjects.Mesh#panZ", "inherited": true, - "___id": "T000002R049086", + "___id": "T000002R049293", "___s": true }, { @@ -539161,7 +542492,7 @@ "filename": "Mesh.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "setPerspective", @@ -539246,7 +542577,7 @@ ], "inherits": "Phaser.GameObjects.Mesh#setPerspective", "inherited": true, - "___id": "T000002R049087", + "___id": "T000002R049294", "___s": true }, { @@ -539255,7 +542586,7 @@ "filename": "Mesh.js", "lineno": 488, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "setOrtho", @@ -539329,7 +542660,7 @@ ], "inherits": "Phaser.GameObjects.Mesh#setOrtho", "inherited": true, - "___id": "T000002R049088", + "___id": "T000002R049295", "___s": true }, { @@ -539338,7 +542669,7 @@ "filename": "Mesh.js", "lineno": 524, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "clear", @@ -539365,7 +542696,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Mesh#clear", "inherited": true, - "___id": "T000002R049089", + "___id": "T000002R049296", "___s": true }, { @@ -539374,7 +542705,7 @@ "filename": "Mesh.js", "lineno": 546, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "addVerticesFromObj", @@ -539536,7 +542867,7 @@ ], "inherits": "Phaser.GameObjects.Mesh#addVerticesFromObj", "inherited": true, - "___id": "T000002R049090", + "___id": "T000002R049297", "___s": true }, { @@ -539545,7 +542876,7 @@ "filename": "Mesh.js", "lineno": 598, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "sortByDepth", @@ -539599,7 +542930,7 @@ ], "inherits": "Phaser.GameObjects.Mesh#sortByDepth", "inherited": true, - "___id": "T000002R049091", + "___id": "T000002R049298", "___s": true }, { @@ -539608,7 +542939,7 @@ "filename": "Mesh.js", "lineno": 614, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "depthSort", @@ -539635,7 +542966,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Mesh#depthSort", "inherited": true, - "___id": "T000002R049092", + "___id": "T000002R049299", "___s": true }, { @@ -539644,7 +542975,7 @@ "filename": "Mesh.js", "lineno": 632, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "addVertex", @@ -539768,7 +543099,7 @@ ], "inherits": "Phaser.GameObjects.Mesh#addVertex", "inherited": true, - "___id": "T000002R049093", + "___id": "T000002R049300", "___s": true }, { @@ -539777,7 +543108,7 @@ "filename": "Mesh.js", "lineno": 660, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "addFace", @@ -539845,7 +543176,7 @@ ], "inherits": "Phaser.GameObjects.Mesh#addFace", "inherited": true, - "___id": "T000002R049094", + "___id": "T000002R049301", "___s": true }, { @@ -539854,7 +543185,7 @@ "filename": "Mesh.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "addVertices", @@ -540056,7 +543387,7 @@ ], "inherits": "Phaser.GameObjects.Mesh#addVertices", "inherited": true, - "___id": "T000002R049095", + "___id": "T000002R049302", "___s": true }, { @@ -540065,7 +543396,7 @@ "filename": "Mesh.js", "lineno": 766, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "getFaceCount", @@ -540091,7 +543422,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Mesh#getFaceCount", "inherited": true, - "___id": "T000002R049096", + "___id": "T000002R049303", "___s": true }, { @@ -540100,7 +543431,7 @@ "filename": "Mesh.js", "lineno": 779, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "getVertexCount", @@ -540126,7 +543457,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Mesh#getVertexCount", "inherited": true, - "___id": "T000002R049097", + "___id": "T000002R049304", "___s": true }, { @@ -540135,7 +543466,7 @@ "filename": "Mesh.js", "lineno": 792, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "getFace", @@ -540176,7 +543507,7 @@ ], "inherits": "Phaser.GameObjects.Mesh#getFace", "inherited": true, - "___id": "T000002R049098", + "___id": "T000002R049305", "___s": true }, { @@ -540185,7 +543516,7 @@ "filename": "Mesh.js", "lineno": 807, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "hasFaceAt", @@ -540253,7 +543584,7 @@ ], "inherits": "Phaser.GameObjects.Mesh#hasFaceAt", "inherited": true, - "___id": "T000002R049099", + "___id": "T000002R049306", "___s": true }, { @@ -540262,7 +543593,7 @@ "filename": "Mesh.js", "lineno": 843, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "getFaceAt", @@ -540339,7 +543670,7 @@ ], "inherits": "Phaser.GameObjects.Mesh#getFaceAt", "inherited": true, - "___id": "T000002R049100", + "___id": "T000002R049307", "___s": true }, { @@ -540348,7 +543679,7 @@ "filename": "Mesh.js", "lineno": 883, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "setDebug", @@ -540405,7 +543736,7 @@ ], "inherits": "Phaser.GameObjects.Mesh#setDebug", "inherited": true, - "___id": "T000002R049101", + "___id": "T000002R049308", "___s": true }, { @@ -540414,7 +543745,7 @@ "filename": "Mesh.js", "lineno": 949, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "isDirty", @@ -540440,7 +543771,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Mesh#isDirty", "inherited": true, - "___id": "T000002R049102", + "___id": "T000002R049309", "___s": true }, { @@ -540449,7 +543780,7 @@ "filename": "Mesh.js", "lineno": 1091, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "renderDebug", @@ -540498,7 +543829,7 @@ ], "inherits": "Phaser.GameObjects.Mesh#renderDebug", "inherited": true, - "___id": "T000002R049103", + "___id": "T000002R049310", "___s": true }, { @@ -540507,7 +543838,7 @@ "filename": "Mesh.js", "lineno": 1136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "clearTint", @@ -540541,7 +543872,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Mesh#clearTint", "inherited": true, - "___id": "T000002R049104", + "___id": "T000002R049311", "___s": true }, { @@ -540550,7 +543881,7 @@ "filename": "Mesh.js", "lineno": 1153, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "setInteractive", @@ -540602,7 +543933,7 @@ ], "inherits": "Phaser.GameObjects.Mesh#setInteractive", "inherited": true, - "___id": "T000002R049105", + "___id": "T000002R049312", "___s": true }, { @@ -540611,7 +543942,7 @@ "filename": "Mesh.js", "lineno": 1198, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "setTint", @@ -540662,7 +543993,7 @@ ], "inherits": "Phaser.GameObjects.Mesh#setTint", "inherited": true, - "___id": "T000002R049106", + "___id": "T000002R049313", "___s": true }, { @@ -540671,7 +544002,7 @@ "filename": "Mesh.js", "lineno": 1231, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "uvScroll", @@ -540733,7 +544064,7 @@ ], "inherits": "Phaser.GameObjects.Mesh#uvScroll", "inherited": true, - "___id": "T000002R049107", + "___id": "T000002R049314", "___s": true }, { @@ -540742,7 +544073,7 @@ "filename": "Mesh.js", "lineno": 1270, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "uvScale", @@ -540804,7 +544135,7 @@ ], "inherits": "Phaser.GameObjects.Mesh#uvScale", "inherited": true, - "___id": "T000002R049108", + "___id": "T000002R049315", "___s": true }, { @@ -540813,7 +544144,7 @@ "filename": "Mesh.js", "lineno": 1307, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "tint", @@ -540854,7 +544185,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Mesh#tint", "inherited": true, - "___id": "T000002R049109", + "___id": "T000002R049316", "___s": true }, { @@ -540863,7 +544194,7 @@ "filename": "Mesh.js", "lineno": 1324, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "rotateX", @@ -540897,7 +544228,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Mesh#rotateX", "inherited": true, - "___id": "T000002R049110", + "___id": "T000002R049317", "___s": true }, { @@ -540906,7 +544237,7 @@ "filename": "Mesh.js", "lineno": 1347, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "rotateY", @@ -540940,7 +544271,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Mesh#rotateY", "inherited": true, - "___id": "T000002R049111", + "___id": "T000002R049318", "___s": true }, { @@ -540949,7 +544280,7 @@ "filename": "Mesh.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\mesh", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\mesh", "code": {} }, "name": "rotateZ", @@ -540983,7 +544314,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Mesh#rotateZ", "inherited": true, - "___id": "T000002R049112", + "___id": "T000002R049319", "___s": true }, { @@ -540992,7 +544323,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -541013,7 +544344,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R049115", + "___id": "T000002R049322", "___s": true }, { @@ -541022,7 +544353,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -541054,7 +544385,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R049116", + "___id": "T000002R049323", "___s": true }, { @@ -541063,7 +544394,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -541084,7 +544415,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R049117", + "___id": "T000002R049324", "___s": true }, { @@ -541093,7 +544424,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -541124,7 +544455,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R049118", + "___id": "T000002R049325", "___s": true }, { @@ -541133,7 +544464,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -541154,7 +544485,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R049119", + "___id": "T000002R049326", "___s": true }, { @@ -541163,7 +544494,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -541185,7 +544516,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R049120", + "___id": "T000002R049327", "___s": true }, { @@ -541194,7 +544525,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -541216,7 +544547,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R049121", + "___id": "T000002R049328", "___s": true }, { @@ -541225,7 +544556,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -541247,7 +544578,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R049122", + "___id": "T000002R049329", "___s": true }, { @@ -541256,7 +544587,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -541278,7 +544609,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R049123", + "___id": "T000002R049330", "___s": true }, { @@ -541287,7 +544618,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -541309,7 +544640,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R049124", + "___id": "T000002R049331", "___s": true }, { @@ -541318,7 +544649,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -541343,7 +544674,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R049125", + "___id": "T000002R049332", "___s": true }, { @@ -541352,7 +544683,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -541376,7 +544707,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R049126", + "___id": "T000002R049333", "___s": true }, { @@ -541385,7 +544716,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -541424,7 +544755,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R049127", + "___id": "T000002R049334", "___s": true }, { @@ -541433,7 +544764,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -541455,7 +544786,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R049128", + "___id": "T000002R049335", "___s": true }, { @@ -541464,7 +544795,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -541506,7 +544837,7 @@ "name": "value" } ], - "___id": "T000002R049129", + "___id": "T000002R049336", "___s": true }, { @@ -541515,7 +544846,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -541557,7 +544888,7 @@ "name": "value" } ], - "___id": "T000002R049130", + "___id": "T000002R049337", "___s": true }, { @@ -541566,7 +544897,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -541618,7 +544949,7 @@ "name": "value" } ], - "___id": "T000002R049131", + "___id": "T000002R049338", "___s": true }, { @@ -541627,7 +544958,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -541657,7 +544988,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R049132", + "___id": "T000002R049339", "___s": true }, { @@ -541666,7 +544997,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -541745,7 +545076,7 @@ "name": "data" } ], - "___id": "T000002R049133", + "___id": "T000002R049340", "___s": true }, { @@ -541754,7 +545085,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -541811,7 +545142,7 @@ "name": "amount" } ], - "___id": "T000002R049134", + "___id": "T000002R049341", "___s": true }, { @@ -541820,7 +545151,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -541862,7 +545193,7 @@ "name": "key" } ], - "___id": "T000002R049135", + "___id": "T000002R049342", "___s": true }, { @@ -541871,7 +545202,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -541930,7 +545261,7 @@ "name": "key" } ], - "___id": "T000002R049136", + "___id": "T000002R049343", "___s": true }, { @@ -541939,7 +545270,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -541966,7 +545297,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R049137", + "___id": "T000002R049344", "___s": true }, { @@ -541975,7 +545306,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -542002,7 +545333,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R049138", + "___id": "T000002R049345", "___s": true }, { @@ -542011,7 +545342,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -542023,7 +545354,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R049139", + "___id": "T000002R049346", "___s": true }, { @@ -542032,7 +545363,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -542044,7 +545375,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R049140", + "___id": "T000002R049347", "___s": true }, { @@ -542053,7 +545384,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -542082,7 +545413,7 @@ "name": "args" } ], - "___id": "T000002R049141", + "___id": "T000002R049348", "___s": true }, { @@ -542091,7 +545422,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -542117,7 +545448,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R049142", + "___id": "T000002R049349", "___s": true }, { @@ -542126,7 +545457,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -542167,7 +545498,7 @@ "name": "camera" } ], - "___id": "T000002R049143", + "___id": "T000002R049350", "___s": true }, { @@ -542176,7 +545507,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -542211,7 +545542,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R049144", + "___id": "T000002R049351", "___s": true }, { @@ -542220,7 +545551,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -542277,7 +545608,7 @@ "name": "displayList" } ], - "___id": "T000002R049145", + "___id": "T000002R049352", "___s": true }, { @@ -542286,7 +545617,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -542313,7 +545644,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R049146", + "___id": "T000002R049353", "___s": true }, { @@ -542322,7 +545653,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -542353,7 +545684,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R049147", + "___id": "T000002R049354", "___s": true }, { @@ -542362,7 +545693,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -542389,7 +545720,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R049148", + "___id": "T000002R049355", "___s": true }, { @@ -542398,7 +545729,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -542430,7 +545761,7 @@ "name": "fromScene" } ], - "___id": "T000002R049149", + "___id": "T000002R049356", "___s": true }, { @@ -542439,7 +545770,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -542451,7 +545782,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R049150", + "___id": "T000002R049357", "___s": true }, { @@ -542460,7 +545791,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -542503,7 +545834,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R049151", + "___id": "T000002R049358", "___s": true }, { @@ -542512,7 +545843,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -542572,7 +545903,7 @@ "name": "event" } ], - "___id": "T000002R049152", + "___id": "T000002R049359", "___s": true }, { @@ -542581,7 +545912,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -542632,7 +545963,7 @@ "name": "event" } ], - "___id": "T000002R049153", + "___id": "T000002R049360", "___s": true }, { @@ -542641,7 +545972,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -542707,7 +546038,7 @@ "name": "args" } ], - "___id": "T000002R049154", + "___id": "T000002R049361", "___s": true }, { @@ -542716,7 +546047,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -542795,7 +546126,7 @@ "name": "context" } ], - "___id": "T000002R049155", + "___id": "T000002R049362", "___s": true }, { @@ -542804,7 +546135,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -542883,7 +546214,7 @@ "name": "context" } ], - "___id": "T000002R049156", + "___id": "T000002R049363", "___s": true }, { @@ -542892,7 +546223,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -542971,7 +546302,7 @@ "name": "context" } ], - "___id": "T000002R049157", + "___id": "T000002R049364", "___s": true }, { @@ -542980,7 +546311,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -543073,7 +546404,7 @@ "name": "once" } ], - "___id": "T000002R049158", + "___id": "T000002R049365", "___s": true }, { @@ -543082,7 +546413,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -543175,7 +546506,7 @@ "name": "once" } ], - "___id": "T000002R049159", + "___id": "T000002R049366", "___s": true }, { @@ -543184,7 +546515,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -543237,7 +546568,7 @@ "name": "event" } ], - "___id": "T000002R049160", + "___id": "T000002R049367", "___s": true }, { @@ -543246,7 +546577,7 @@ "filename": "AlphaSingle.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -543273,7 +546604,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#clearAlpha", "inherited": true, - "___id": "T000002R049162", + "___id": "T000002R049369", "___s": true }, { @@ -543282,7 +546613,7 @@ "filename": "AlphaSingle.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -543326,7 +546657,7 @@ "name": "value" } ], - "___id": "T000002R049163", + "___id": "T000002R049370", "___s": true }, { @@ -543335,7 +546666,7 @@ "filename": "AlphaSingle.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -543356,7 +546687,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#alpha", "inherited": true, - "___id": "T000002R049164", + "___id": "T000002R049371", "___s": true }, { @@ -543365,7 +546696,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -543401,7 +546732,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R049166", + "___id": "T000002R049373", "___s": true }, { @@ -543410,7 +546741,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -543467,16 +546798,16 @@ "name": "value" } ], - "___id": "T000002R049167", + "___id": "T000002R049374", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -543497,16 +546828,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R049169", + "___id": "T000002R049376", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -543548,7 +546879,181 @@ "name": "value" } ], - "___id": "T000002R049170", + "___id": "T000002R049377", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.Plane#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Plane", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R049378", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.Plane#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Plane", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R049379", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.Plane#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Plane", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R049380", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.Plane#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Plane", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R049381", "___s": true }, { @@ -543557,7 +547062,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -543588,7 +547093,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R049171", + "___id": "T000002R049382", "___s": true }, { @@ -543597,7 +547102,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -543649,7 +547154,7 @@ "name": "mask" } ], - "___id": "T000002R049172", + "___id": "T000002R049383", "___s": true }, { @@ -543658,7 +547163,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -543702,7 +547207,7 @@ "name": "destroyMask" } ], - "___id": "T000002R049173", + "___id": "T000002R049384", "___s": true }, { @@ -543711,7 +547216,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -543864,7 +547369,7 @@ "name": "frame" } ], - "___id": "T000002R049174", + "___id": "T000002R049385", "___s": true }, { @@ -543873,7 +547378,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -543945,7 +547450,7 @@ "name": "graphics" } ], - "___id": "T000002R049175", + "___id": "T000002R049386", "___s": true }, { @@ -543954,7 +547459,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -543983,7 +547488,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R049176", + "___id": "T000002R049387", "___s": true }, { @@ -543992,7 +547497,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -544021,7 +547526,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R049177", + "___id": "T000002R049388", "___s": true }, { @@ -544030,7 +547535,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -544058,7 +547563,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R049178", + "___id": "T000002R049389", "___s": true }, { @@ -544067,7 +547572,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -544126,7 +547631,7 @@ "name": "pipeline" } ], - "___id": "T000002R049179", + "___id": "T000002R049390", "___s": true }, { @@ -544135,7 +547640,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -544223,7 +547728,7 @@ "name": "copyData" } ], - "___id": "T000002R049180", + "___id": "T000002R049391", "___s": true }, { @@ -544232,7 +547737,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -544295,7 +547800,7 @@ "name": "value" } ], - "___id": "T000002R049181", + "___id": "T000002R049392", "___s": true }, { @@ -544304,7 +547809,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -544354,16 +547859,16 @@ "name": "resetData" } ], - "___id": "T000002R049182", + "___id": "T000002R049393", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -544386,17 +547891,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.Plane", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R049183", + "___id": "T000002R049394", "___s": true }, { @@ -544405,7 +547912,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -544433,7 +547940,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R049184", + "___id": "T000002R049395", "___s": true }, { @@ -544442,7 +547949,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -544479,7 +547986,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R049185", + "___id": "T000002R049396", "___s": true }, { @@ -544488,7 +547995,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -544516,7 +548023,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R049186", + "___id": "T000002R049397", "___s": true }, { @@ -544525,7 +548032,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -544555,7 +548062,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R049187", + "___id": "T000002R049398", "___s": true }, { @@ -544564,7 +548071,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -544592,7 +548099,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R049188", + "___id": "T000002R049399", "___s": true }, { @@ -544601,7 +548108,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -544637,7 +548144,7 @@ "name": "preFX" } ], - "___id": "T000002R049189", + "___id": "T000002R049400", "___s": true }, { @@ -544646,7 +548153,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -544781,7 +548288,7 @@ "name": "copyData" } ], - "___id": "T000002R049190", + "___id": "T000002R049401", "___s": true }, { @@ -544790,7 +548297,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -544853,7 +548360,7 @@ "name": "value" } ], - "___id": "T000002R049191", + "___id": "T000002R049402", "___s": true }, { @@ -544862,7 +548369,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -544944,7 +548451,7 @@ "name": "pipeline" } ], - "___id": "T000002R049192", + "___id": "T000002R049403", "___s": true }, { @@ -544953,7 +548460,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -544989,7 +548496,7 @@ "name": "resetData" } ], - "___id": "T000002R049193", + "___id": "T000002R049404", "___s": true }, { @@ -544998,7 +548505,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -545057,7 +548564,7 @@ "name": "pipeline" } ], - "___id": "T000002R049194", + "___id": "T000002R049405", "___s": true }, { @@ -545066,7 +548573,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -545100,7 +548607,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R049195", + "___id": "T000002R049406", "___s": true }, { @@ -545109,7 +548616,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -545131,7 +548638,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R049196", + "___id": "T000002R049407", "___s": true }, { @@ -545140,7 +548647,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -545162,7 +548669,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R049197", + "___id": "T000002R049408", "___s": true }, { @@ -545171,7 +548678,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -545228,7 +548735,7 @@ "name": "y" } ], - "___id": "T000002R049198", + "___id": "T000002R049409", "___s": true }, { @@ -545237,7 +548744,7 @@ "filename": "Size.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "width", @@ -545258,7 +548765,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#width", "inherited": true, - "___id": "T000002R049200", + "___id": "T000002R049411", "___s": true }, { @@ -545267,7 +548774,7 @@ "filename": "Size.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "height", @@ -545288,7 +548795,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#height", "inherited": true, - "___id": "T000002R049201", + "___id": "T000002R049412", "___s": true }, { @@ -545297,7 +548804,7 @@ "filename": "Size.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayWidth", @@ -545318,7 +548825,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#displayWidth", "inherited": true, - "___id": "T000002R049202", + "___id": "T000002R049413", "___s": true }, { @@ -545327,7 +548834,7 @@ "filename": "Size.js", "lineno": 78, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayHeight", @@ -545348,7 +548855,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#displayHeight", "inherited": true, - "___id": "T000002R049203", + "___id": "T000002R049414", "___s": true }, { @@ -545357,7 +548864,7 @@ "filename": "Plane.js", "lineno": 227, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\plane", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\plane", "code": {} }, "name": "setSizeToFrame", @@ -545402,7 +548909,7 @@ } ], "overrides": "Phaser.GameObjects.Mesh#setSizeToFrame", - "___id": "T000002R049204", + "___id": "T000002R049415", "___s": true }, { @@ -545411,7 +548918,7 @@ "filename": "Size.js", "lineno": 139, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSize", @@ -545466,7 +548973,7 @@ "name": "height" } ], - "___id": "T000002R049205", + "___id": "T000002R049416", "___s": true }, { @@ -545475,7 +548982,7 @@ "filename": "Size.js", "lineno": 166, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplaySize", @@ -545530,7 +549037,7 @@ "name": "height" } ], - "___id": "T000002R049206", + "___id": "T000002R049417", "___s": true }, { @@ -545539,7 +549046,7 @@ "filename": "Texture.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "texture", @@ -545570,7 +549077,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Texture#texture", "inherited": true, - "___id": "T000002R049207", + "___id": "T000002R049418", "___s": true }, { @@ -545579,7 +549086,7 @@ "filename": "Texture.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "frame", @@ -545600,7 +549107,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Texture#frame", "inherited": true, - "___id": "T000002R049208", + "___id": "T000002R049419", "___s": true }, { @@ -545609,7 +549116,7 @@ "filename": "Texture.js", "lineno": 49, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTexture", @@ -545715,7 +549222,7 @@ "name": "updateOrigin" } ], - "___id": "T000002R049210", + "___id": "T000002R049421", "___s": true }, { @@ -545724,7 +549231,7 @@ "filename": "Texture.js", "lineno": 75, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFrame", @@ -545811,7 +549318,7 @@ "name": "updateOrigin" } ], - "___id": "T000002R049211", + "___id": "T000002R049422", "___s": true }, { @@ -545820,7 +549327,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -545843,7 +549350,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R049212", + "___id": "T000002R049423", "___s": true }, { @@ -545852,7 +549359,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -545874,7 +549381,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R049216", + "___id": "T000002R049427", "___s": true }, { @@ -545883,7 +549390,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -545905,7 +549412,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R049217", + "___id": "T000002R049428", "___s": true }, { @@ -545914,7 +549421,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -545936,7 +549443,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R049218", + "___id": "T000002R049429", "___s": true }, { @@ -545945,7 +549452,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -545967,7 +549474,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R049219", + "___id": "T000002R049430", "___s": true }, { @@ -545976,7 +549483,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -545998,7 +549505,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R049220", + "___id": "T000002R049431", "___s": true }, { @@ -546007,7 +549514,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -546029,7 +549536,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R049221", + "___id": "T000002R049432", "___s": true }, { @@ -546038,7 +549545,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -546060,7 +549567,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R049222", + "___id": "T000002R049433", "___s": true }, { @@ -546069,7 +549576,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -546091,7 +549598,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R049223", + "___id": "T000002R049434", "___s": true }, { @@ -546100,7 +549607,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -546122,7 +549629,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R049224", + "___id": "T000002R049435", "___s": true }, { @@ -546131,7 +549638,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -546220,7 +549727,7 @@ "name": "w" } ], - "___id": "T000002R049225", + "___id": "T000002R049436", "___s": true }, { @@ -546229,7 +549736,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -546286,7 +549793,7 @@ "name": "source" } ], - "___id": "T000002R049226", + "___id": "T000002R049437", "___s": true }, { @@ -546295,7 +549802,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -546382,7 +549889,7 @@ "name": "height" } ], - "___id": "T000002R049227", + "___id": "T000002R049438", "___s": true }, { @@ -546391,7 +549898,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -546435,7 +549942,7 @@ "name": "radians" } ], - "___id": "T000002R049228", + "___id": "T000002R049439", "___s": true }, { @@ -546444,7 +549951,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -546488,7 +549995,7 @@ "name": "degrees" } ], - "___id": "T000002R049229", + "___id": "T000002R049440", "___s": true }, { @@ -546497,7 +550004,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -546556,7 +550063,7 @@ "name": "y" } ], - "___id": "T000002R049230", + "___id": "T000002R049441", "___s": true }, { @@ -546565,7 +550072,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -546609,7 +550116,7 @@ "name": "value" } ], - "___id": "T000002R049231", + "___id": "T000002R049442", "___s": true }, { @@ -546618,7 +550125,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -546662,7 +550169,7 @@ "name": "value" } ], - "___id": "T000002R049232", + "___id": "T000002R049443", "___s": true }, { @@ -546671,7 +550178,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -546715,7 +550222,7 @@ "name": "value" } ], - "___id": "T000002R049233", + "___id": "T000002R049444", "___s": true }, { @@ -546724,7 +550231,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -546768,7 +550275,7 @@ "name": "value" } ], - "___id": "T000002R049234", + "___id": "T000002R049445", "___s": true }, { @@ -546777,7 +550284,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -546819,7 +550326,7 @@ "name": "tempMatrix" } ], - "___id": "T000002R049235", + "___id": "T000002R049446", "___s": true }, { @@ -546828,7 +550335,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -546884,7 +550391,7 @@ "name": "parentMatrix" } ], - "___id": "T000002R049236", + "___id": "T000002R049447", "___s": true }, { @@ -546893,7 +550400,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -546975,7 +550482,7 @@ "name": "camera" } ], - "___id": "T000002R049237", + "___id": "T000002R049448", "___s": true }, { @@ -546984,7 +550491,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -547010,7 +550517,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R049238", + "___id": "T000002R049449", "___s": true }, { @@ -547019,7 +550526,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -547040,7 +550547,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R049240", + "___id": "T000002R049451", "___s": true }, { @@ -547049,7 +550556,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -547091,7 +550598,7 @@ "name": "value" } ], - "___id": "T000002R049241", + "___id": "T000002R049452", "___s": true }, { @@ -547100,7 +550607,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -547121,7 +550628,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R049242", + "___id": "T000002R049453", "___s": true }, { @@ -547130,7 +550637,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -547162,7 +550669,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R049243", + "___id": "T000002R049454", "___s": true }, { @@ -547171,7 +550678,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -547192,7 +550699,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R049244", + "___id": "T000002R049455", "___s": true }, { @@ -547201,7 +550708,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -547232,7 +550739,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R049245", + "___id": "T000002R049456", "___s": true }, { @@ -547241,7 +550748,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -547262,7 +550769,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R049246", + "___id": "T000002R049457", "___s": true }, { @@ -547271,7 +550778,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -547293,7 +550800,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R049247", + "___id": "T000002R049458", "___s": true }, { @@ -547302,7 +550809,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -547324,7 +550831,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R049248", + "___id": "T000002R049459", "___s": true }, { @@ -547333,7 +550840,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -547355,7 +550862,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R049249", + "___id": "T000002R049460", "___s": true }, { @@ -547364,7 +550871,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -547386,7 +550893,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R049250", + "___id": "T000002R049461", "___s": true }, { @@ -547395,7 +550902,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -547417,7 +550924,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R049251", + "___id": "T000002R049462", "___s": true }, { @@ -547426,7 +550933,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -547451,7 +550958,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R049252", + "___id": "T000002R049463", "___s": true }, { @@ -547460,7 +550967,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -547484,7 +550991,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R049253", + "___id": "T000002R049464", "___s": true }, { @@ -547493,7 +551000,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -547532,7 +551039,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R049254", + "___id": "T000002R049465", "___s": true }, { @@ -547541,7 +551048,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -547563,7 +551070,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R049255", + "___id": "T000002R049466", "___s": true }, { @@ -547572,7 +551079,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -547614,7 +551121,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setActive", "inherited": true, - "___id": "T000002R049256", + "___id": "T000002R049467", "___s": true }, { @@ -547623,7 +551130,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -547665,7 +551172,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setName", "inherited": true, - "___id": "T000002R049257", + "___id": "T000002R049468", "___s": true }, { @@ -547674,7 +551181,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -547726,7 +551233,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setState", "inherited": true, - "___id": "T000002R049258", + "___id": "T000002R049469", "___s": true }, { @@ -547735,7 +551242,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -547765,7 +551272,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R049259", + "___id": "T000002R049470", "___s": true }, { @@ -547774,7 +551281,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -547853,7 +551360,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setData", "inherited": true, - "___id": "T000002R049260", + "___id": "T000002R049471", "___s": true }, { @@ -547862,7 +551369,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -547919,7 +551426,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#incData", "inherited": true, - "___id": "T000002R049261", + "___id": "T000002R049472", "___s": true }, { @@ -547928,7 +551435,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -547970,7 +551477,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#toggleData", "inherited": true, - "___id": "T000002R049262", + "___id": "T000002R049473", "___s": true }, { @@ -547979,7 +551486,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -548038,7 +551545,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#getData", "inherited": true, - "___id": "T000002R049263", + "___id": "T000002R049474", "___s": true }, { @@ -548047,7 +551554,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -548134,7 +551641,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setInteractive", "inherited": true, - "___id": "T000002R049264", + "___id": "T000002R049475", "___s": true }, { @@ -548143,7 +551650,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -548170,7 +551677,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R049265", + "___id": "T000002R049476", "___s": true }, { @@ -548179,7 +551686,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -548206,7 +551713,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R049266", + "___id": "T000002R049477", "___s": true }, { @@ -548215,7 +551722,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -548227,7 +551734,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R049267", + "___id": "T000002R049478", "___s": true }, { @@ -548236,7 +551743,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -548248,7 +551755,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R049268", + "___id": "T000002R049479", "___s": true }, { @@ -548257,7 +551764,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -548286,7 +551793,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#update", "inherited": true, - "___id": "T000002R049269", + "___id": "T000002R049480", "___s": true }, { @@ -548295,7 +551802,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -548321,7 +551828,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R049270", + "___id": "T000002R049481", "___s": true }, { @@ -548330,7 +551837,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -548371,7 +551878,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#willRender", "inherited": true, - "___id": "T000002R049271", + "___id": "T000002R049482", "___s": true }, { @@ -548380,7 +551887,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -548415,7 +551922,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R049272", + "___id": "T000002R049483", "___s": true }, { @@ -548424,7 +551931,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -548481,7 +551988,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#addToDisplayList", "inherited": true, - "___id": "T000002R049273", + "___id": "T000002R049484", "___s": true }, { @@ -548490,7 +551997,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -548517,7 +552024,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R049274", + "___id": "T000002R049485", "___s": true }, { @@ -548526,7 +552033,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -548557,7 +552064,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R049275", + "___id": "T000002R049486", "___s": true }, { @@ -548566,7 +552073,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -548593,7 +552100,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R049276", + "___id": "T000002R049487", "___s": true }, { @@ -548602,7 +552109,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -548634,7 +552141,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#destroy", "inherited": true, - "___id": "T000002R049277", + "___id": "T000002R049488", "___s": true }, { @@ -548643,7 +552150,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -548655,7 +552162,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R049278", + "___id": "T000002R049489", "___s": true }, { @@ -548664,7 +552171,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -548707,7 +552214,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R049279", + "___id": "T000002R049490", "___s": true }, { @@ -548716,7 +552223,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -548776,7 +552283,7 @@ "name": "event" } ], - "___id": "T000002R049280", + "___id": "T000002R049491", "___s": true }, { @@ -548785,7 +552292,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -548836,7 +552343,7 @@ "name": "event" } ], - "___id": "T000002R049281", + "___id": "T000002R049492", "___s": true }, { @@ -548845,7 +552352,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -548911,7 +552418,7 @@ "name": "args" } ], - "___id": "T000002R049282", + "___id": "T000002R049493", "___s": true }, { @@ -548920,7 +552427,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -548999,7 +552506,7 @@ "name": "context" } ], - "___id": "T000002R049283", + "___id": "T000002R049494", "___s": true }, { @@ -549008,7 +552515,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -549087,7 +552594,7 @@ "name": "context" } ], - "___id": "T000002R049284", + "___id": "T000002R049495", "___s": true }, { @@ -549096,7 +552603,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -549175,7 +552682,7 @@ "name": "context" } ], - "___id": "T000002R049285", + "___id": "T000002R049496", "___s": true }, { @@ -549184,7 +552691,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -549277,7 +552784,7 @@ "name": "once" } ], - "___id": "T000002R049286", + "___id": "T000002R049497", "___s": true }, { @@ -549286,7 +552793,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -549379,7 +552886,7 @@ "name": "once" } ], - "___id": "T000002R049287", + "___id": "T000002R049498", "___s": true }, { @@ -549388,7 +552895,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -549441,7 +552948,7 @@ "name": "event" } ], - "___id": "T000002R049288", + "___id": "T000002R049499", "___s": true }, { @@ -549450,7 +552957,7 @@ "filename": "AlphaSingle.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -549477,7 +552984,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#clearAlpha", "inherited": true, - "___id": "T000002R049290", + "___id": "T000002R049501", "___s": true }, { @@ -549486,7 +552993,7 @@ "filename": "AlphaSingle.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -549530,7 +553037,7 @@ ], "inherits": "Phaser.GameObjects.Components.AlphaSingle#setAlpha", "inherited": true, - "___id": "T000002R049291", + "___id": "T000002R049502", "___s": true }, { @@ -549539,7 +553046,7 @@ "filename": "AlphaSingle.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -549560,7 +553067,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#alpha", "inherited": true, - "___id": "T000002R049292", + "___id": "T000002R049503", "___s": true }, { @@ -549569,7 +553076,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -549605,7 +553112,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R049294", + "___id": "T000002R049505", "___s": true }, { @@ -549614,7 +553121,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -549671,16 +553178,16 @@ ], "inherits": "Phaser.GameObjects.Components.BlendMode#setBlendMode", "inherited": true, - "___id": "T000002R049295", + "___id": "T000002R049506", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -549701,16 +553208,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R049297", + "___id": "T000002R049508", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -549752,7 +553259,181 @@ ], "inherits": "Phaser.GameObjects.Components.Depth#setDepth", "inherited": true, - "___id": "T000002R049298", + "___id": "T000002R049509", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.PointLight#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.PointLight", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R049510", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.PointLight#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.PointLight", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R049511", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.PointLight#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.PointLight", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "___id": "T000002R049512", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.PointLight#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.PointLight", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "___id": "T000002R049513", "___s": true }, { @@ -549761,7 +553442,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -549826,7 +553507,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getCenter", "inherited": true, - "___id": "T000002R049300", + "___id": "T000002R049515", "___s": true }, { @@ -549835,7 +553516,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -549900,7 +553581,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopLeft", "inherited": true, - "___id": "T000002R049301", + "___id": "T000002R049516", "___s": true }, { @@ -549909,7 +553590,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -549974,7 +553655,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopCenter", "inherited": true, - "___id": "T000002R049302", + "___id": "T000002R049517", "___s": true }, { @@ -549983,7 +553664,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -550048,7 +553729,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopRight", "inherited": true, - "___id": "T000002R049303", + "___id": "T000002R049518", "___s": true }, { @@ -550057,7 +553738,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -550122,7 +553803,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getLeftCenter", "inherited": true, - "___id": "T000002R049304", + "___id": "T000002R049519", "___s": true }, { @@ -550131,7 +553812,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -550196,7 +553877,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getRightCenter", "inherited": true, - "___id": "T000002R049305", + "___id": "T000002R049520", "___s": true }, { @@ -550205,7 +553886,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -550270,7 +553951,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomLeft", "inherited": true, - "___id": "T000002R049306", + "___id": "T000002R049521", "___s": true }, { @@ -550279,7 +553960,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -550344,7 +554025,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomCenter", "inherited": true, - "___id": "T000002R049307", + "___id": "T000002R049522", "___s": true }, { @@ -550353,7 +554034,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -550418,7 +554099,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomRight", "inherited": true, - "___id": "T000002R049308", + "___id": "T000002R049523", "___s": true }, { @@ -550427,7 +554108,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -550497,7 +554178,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBounds", "inherited": true, - "___id": "T000002R049309", + "___id": "T000002R049524", "___s": true }, { @@ -550506,7 +554187,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -550537,7 +554218,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R049310", + "___id": "T000002R049525", "___s": true }, { @@ -550546,7 +554227,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -550598,7 +554279,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#setMask", "inherited": true, - "___id": "T000002R049311", + "___id": "T000002R049526", "___s": true }, { @@ -550607,7 +554288,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -550651,7 +554332,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#clearMask", "inherited": true, - "___id": "T000002R049312", + "___id": "T000002R049527", "___s": true }, { @@ -550660,7 +554341,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -550813,7 +554494,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createBitmapMask", "inherited": true, - "___id": "T000002R049313", + "___id": "T000002R049528", "___s": true }, { @@ -550822,7 +554503,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -550894,7 +554575,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createGeometryMask", "inherited": true, - "___id": "T000002R049314", + "___id": "T000002R049529", "___s": true }, { @@ -550903,7 +554584,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -550932,7 +554613,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R049315", + "___id": "T000002R049530", "___s": true }, { @@ -550941,7 +554622,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -550970,7 +554651,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R049316", + "___id": "T000002R049531", "___s": true }, { @@ -550979,7 +554660,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -551007,7 +554688,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R049317", + "___id": "T000002R049532", "___s": true }, { @@ -551016,7 +554697,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -551075,7 +554756,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#initPipeline", "inherited": true, - "___id": "T000002R049318", + "___id": "T000002R049533", "___s": true }, { @@ -551084,7 +554765,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -551172,7 +554853,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipeline", "inherited": true, - "___id": "T000002R049319", + "___id": "T000002R049534", "___s": true }, { @@ -551181,7 +554862,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -551244,7 +554925,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipelineData", "inherited": true, - "___id": "T000002R049320", + "___id": "T000002R049535", "___s": true }, { @@ -551253,7 +554934,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -551303,16 +554984,16 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#resetPipeline", "inherited": true, - "___id": "T000002R049321", + "___id": "T000002R049536", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -551335,17 +555016,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.PointLight", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R049322", + "___id": "T000002R049537", "___s": true }, { @@ -551354,7 +555037,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -551382,7 +555065,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R049323", + "___id": "T000002R049538", "___s": true }, { @@ -551391,7 +555074,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -551428,7 +555111,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R049324", + "___id": "T000002R049539", "___s": true }, { @@ -551437,7 +555120,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -551465,7 +555148,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R049325", + "___id": "T000002R049540", "___s": true }, { @@ -551474,7 +555157,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -551504,7 +555187,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R049326", + "___id": "T000002R049541", "___s": true }, { @@ -551513,7 +555196,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -551541,7 +555224,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R049327", + "___id": "T000002R049542", "___s": true }, { @@ -551550,7 +555233,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -551586,7 +555269,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#initPostPipeline", "inherited": true, - "___id": "T000002R049328", + "___id": "T000002R049543", "___s": true }, { @@ -551595,7 +555278,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -551730,7 +555413,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipeline", "inherited": true, - "___id": "T000002R049329", + "___id": "T000002R049544", "___s": true }, { @@ -551739,7 +555422,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -551802,7 +555485,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipelineData", "inherited": true, - "___id": "T000002R049330", + "___id": "T000002R049545", "___s": true }, { @@ -551811,7 +555494,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -551893,7 +555576,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#getPostPipeline", "inherited": true, - "___id": "T000002R049331", + "___id": "T000002R049546", "___s": true }, { @@ -551902,7 +555585,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -551938,7 +555621,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#resetPostPipeline", "inherited": true, - "___id": "T000002R049332", + "___id": "T000002R049547", "___s": true }, { @@ -551947,7 +555630,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -552006,7 +555689,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#removePostPipeline", "inherited": true, - "___id": "T000002R049333", + "___id": "T000002R049548", "___s": true }, { @@ -552015,7 +555698,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -552049,7 +555732,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R049334", + "___id": "T000002R049549", "___s": true }, { @@ -552058,7 +555741,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -552080,7 +555763,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R049335", + "___id": "T000002R049550", "___s": true }, { @@ -552089,7 +555772,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -552111,7 +555794,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R049336", + "___id": "T000002R049551", "___s": true }, { @@ -552120,7 +555803,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -552177,7 +555860,7 @@ ], "inherits": "Phaser.GameObjects.Components.ScrollFactor#setScrollFactor", "inherited": true, - "___id": "T000002R049337", + "___id": "T000002R049552", "___s": true }, { @@ -552186,7 +555869,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -552209,7 +555892,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R049338", + "___id": "T000002R049553", "___s": true }, { @@ -552218,7 +555901,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -552240,7 +555923,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R049342", + "___id": "T000002R049557", "___s": true }, { @@ -552249,7 +555932,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -552271,7 +555954,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R049343", + "___id": "T000002R049558", "___s": true }, { @@ -552280,7 +555963,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -552302,7 +555985,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R049344", + "___id": "T000002R049559", "___s": true }, { @@ -552311,7 +555994,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -552333,7 +556016,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R049345", + "___id": "T000002R049560", "___s": true }, { @@ -552342,7 +556025,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -552364,7 +556047,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R049346", + "___id": "T000002R049561", "___s": true }, { @@ -552373,7 +556056,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -552395,7 +556078,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R049347", + "___id": "T000002R049562", "___s": true }, { @@ -552404,7 +556087,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -552426,7 +556109,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R049348", + "___id": "T000002R049563", "___s": true }, { @@ -552435,7 +556118,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -552457,7 +556140,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R049349", + "___id": "T000002R049564", "___s": true }, { @@ -552466,7 +556149,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -552488,7 +556171,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R049350", + "___id": "T000002R049565", "___s": true }, { @@ -552497,7 +556180,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -552586,7 +556269,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setPosition", "inherited": true, - "___id": "T000002R049351", + "___id": "T000002R049566", "___s": true }, { @@ -552595,7 +556278,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -552652,7 +556335,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#copyPosition", "inherited": true, - "___id": "T000002R049352", + "___id": "T000002R049567", "___s": true }, { @@ -552661,7 +556344,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -552748,7 +556431,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRandomPosition", "inherited": true, - "___id": "T000002R049353", + "___id": "T000002R049568", "___s": true }, { @@ -552757,7 +556440,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -552801,7 +556484,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRotation", "inherited": true, - "___id": "T000002R049354", + "___id": "T000002R049569", "___s": true }, { @@ -552810,7 +556493,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -552854,7 +556537,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setAngle", "inherited": true, - "___id": "T000002R049355", + "___id": "T000002R049570", "___s": true }, { @@ -552863,7 +556546,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -552922,7 +556605,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setScale", "inherited": true, - "___id": "T000002R049356", + "___id": "T000002R049571", "___s": true }, { @@ -552931,7 +556614,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -552975,7 +556658,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setX", "inherited": true, - "___id": "T000002R049357", + "___id": "T000002R049572", "___s": true }, { @@ -552984,7 +556667,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -553028,7 +556711,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setY", "inherited": true, - "___id": "T000002R049358", + "___id": "T000002R049573", "___s": true }, { @@ -553037,7 +556720,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -553081,7 +556764,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setZ", "inherited": true, - "___id": "T000002R049359", + "___id": "T000002R049574", "___s": true }, { @@ -553090,7 +556773,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -553134,7 +556817,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setW", "inherited": true, - "___id": "T000002R049360", + "___id": "T000002R049575", "___s": true }, { @@ -553143,7 +556826,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -553185,7 +556868,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalTransformMatrix", "inherited": true, - "___id": "T000002R049361", + "___id": "T000002R049576", "___s": true }, { @@ -553194,7 +556877,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -553250,7 +556933,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getWorldTransformMatrix", "inherited": true, - "___id": "T000002R049362", + "___id": "T000002R049577", "___s": true }, { @@ -553259,7 +556942,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -553341,7 +557024,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalPoint", "inherited": true, - "___id": "T000002R049363", + "___id": "T000002R049578", "___s": true }, { @@ -553350,7 +557033,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -553376,7 +557059,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R049364", + "___id": "T000002R049579", "___s": true }, { @@ -553385,7 +557068,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -553406,7 +557089,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R049366", + "___id": "T000002R049581", "___s": true }, { @@ -553415,7 +557098,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -553457,7 +557140,7 @@ ], "inherits": "Phaser.GameObjects.Components.Visible#setVisible", "inherited": true, - "___id": "T000002R049367", + "___id": "T000002R049582", "___s": true }, { @@ -553466,7 +557149,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -553487,7 +557170,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R049371", + "___id": "T000002R049586", "___s": true }, { @@ -553496,7 +557179,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -553528,7 +557211,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R049372", + "___id": "T000002R049587", "___s": true }, { @@ -553537,7 +557220,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -553558,7 +557241,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R049373", + "___id": "T000002R049588", "___s": true }, { @@ -553567,7 +557250,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -553598,7 +557281,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R049374", + "___id": "T000002R049589", "___s": true }, { @@ -553607,7 +557290,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -553628,7 +557311,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R049375", + "___id": "T000002R049590", "___s": true }, { @@ -553637,7 +557320,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -553659,7 +557342,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R049376", + "___id": "T000002R049591", "___s": true }, { @@ -553668,7 +557351,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -553690,7 +557373,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R049377", + "___id": "T000002R049592", "___s": true }, { @@ -553699,7 +557382,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -553721,7 +557404,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R049378", + "___id": "T000002R049593", "___s": true }, { @@ -553730,7 +557413,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -553752,7 +557435,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R049379", + "___id": "T000002R049594", "___s": true }, { @@ -553761,7 +557444,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -553783,7 +557466,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R049380", + "___id": "T000002R049595", "___s": true }, { @@ -553792,7 +557475,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -553817,7 +557500,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R049381", + "___id": "T000002R049596", "___s": true }, { @@ -553826,7 +557509,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -553850,7 +557533,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R049382", + "___id": "T000002R049597", "___s": true }, { @@ -553859,7 +557542,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -553898,7 +557581,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R049383", + "___id": "T000002R049598", "___s": true }, { @@ -553907,7 +557590,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -553929,7 +557612,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R049384", + "___id": "T000002R049599", "___s": true }, { @@ -553938,7 +557621,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -553980,7 +557663,7 @@ "name": "value" } ], - "___id": "T000002R049385", + "___id": "T000002R049600", "___s": true }, { @@ -553989,7 +557672,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -554031,7 +557714,7 @@ "name": "value" } ], - "___id": "T000002R049386", + "___id": "T000002R049601", "___s": true }, { @@ -554040,7 +557723,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -554092,7 +557775,7 @@ "name": "value" } ], - "___id": "T000002R049387", + "___id": "T000002R049602", "___s": true }, { @@ -554101,7 +557784,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -554131,7 +557814,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R049388", + "___id": "T000002R049603", "___s": true }, { @@ -554140,7 +557823,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -554219,7 +557902,7 @@ "name": "data" } ], - "___id": "T000002R049389", + "___id": "T000002R049604", "___s": true }, { @@ -554228,7 +557911,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -554285,7 +557968,7 @@ "name": "amount" } ], - "___id": "T000002R049390", + "___id": "T000002R049605", "___s": true }, { @@ -554294,7 +557977,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -554336,7 +558019,7 @@ "name": "key" } ], - "___id": "T000002R049391", + "___id": "T000002R049606", "___s": true }, { @@ -554345,7 +558028,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -554404,7 +558087,7 @@ "name": "key" } ], - "___id": "T000002R049392", + "___id": "T000002R049607", "___s": true }, { @@ -554413,7 +558096,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -554500,7 +558183,7 @@ "name": "dropZone" } ], - "___id": "T000002R049393", + "___id": "T000002R049608", "___s": true }, { @@ -554509,7 +558192,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -554536,7 +558219,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R049394", + "___id": "T000002R049609", "___s": true }, { @@ -554545,7 +558228,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -554572,7 +558255,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R049395", + "___id": "T000002R049610", "___s": true }, { @@ -554581,7 +558264,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -554593,7 +558276,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R049396", + "___id": "T000002R049611", "___s": true }, { @@ -554602,7 +558285,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -554614,7 +558297,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R049397", + "___id": "T000002R049612", "___s": true }, { @@ -554623,7 +558306,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -554652,7 +558335,7 @@ "name": "args" } ], - "___id": "T000002R049398", + "___id": "T000002R049613", "___s": true }, { @@ -554661,7 +558344,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -554687,7 +558370,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R049399", + "___id": "T000002R049614", "___s": true }, { @@ -554696,7 +558379,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -554737,7 +558420,7 @@ "name": "camera" } ], - "___id": "T000002R049400", + "___id": "T000002R049615", "___s": true }, { @@ -554746,7 +558429,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -554781,7 +558464,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R049401", + "___id": "T000002R049616", "___s": true }, { @@ -554790,7 +558473,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -554847,7 +558530,7 @@ "name": "displayList" } ], - "___id": "T000002R049402", + "___id": "T000002R049617", "___s": true }, { @@ -554856,7 +558539,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -554883,7 +558566,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R049403", + "___id": "T000002R049618", "___s": true }, { @@ -554892,7 +558575,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -554923,7 +558606,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R049404", + "___id": "T000002R049619", "___s": true }, { @@ -554932,7 +558615,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -554959,7 +558642,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R049405", + "___id": "T000002R049620", "___s": true }, { @@ -554968,7 +558651,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -555000,7 +558683,7 @@ "name": "fromScene" } ], - "___id": "T000002R049406", + "___id": "T000002R049621", "___s": true }, { @@ -555009,7 +558692,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -555021,7 +558704,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R049407", + "___id": "T000002R049622", "___s": true }, { @@ -555030,7 +558713,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -555073,7 +558756,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R049408", + "___id": "T000002R049623", "___s": true }, { @@ -555082,7 +558765,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -555142,7 +558825,7 @@ "name": "event" } ], - "___id": "T000002R049409", + "___id": "T000002R049624", "___s": true }, { @@ -555151,7 +558834,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -555202,7 +558885,7 @@ "name": "event" } ], - "___id": "T000002R049410", + "___id": "T000002R049625", "___s": true }, { @@ -555211,7 +558894,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -555277,7 +558960,7 @@ "name": "args" } ], - "___id": "T000002R049411", + "___id": "T000002R049626", "___s": true }, { @@ -555286,7 +558969,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -555365,7 +559048,7 @@ "name": "context" } ], - "___id": "T000002R049412", + "___id": "T000002R049627", "___s": true }, { @@ -555374,7 +559057,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -555453,7 +559136,7 @@ "name": "context" } ], - "___id": "T000002R049413", + "___id": "T000002R049628", "___s": true }, { @@ -555462,7 +559145,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -555541,7 +559224,7 @@ "name": "context" } ], - "___id": "T000002R049414", + "___id": "T000002R049629", "___s": true }, { @@ -555550,7 +559233,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -555643,7 +559326,7 @@ "name": "once" } ], - "___id": "T000002R049415", + "___id": "T000002R049630", "___s": true }, { @@ -555652,7 +559335,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -555745,7 +559428,7 @@ "name": "once" } ], - "___id": "T000002R049416", + "___id": "T000002R049631", "___s": true }, { @@ -555754,7 +559437,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -555807,7 +559490,7 @@ "name": "event" } ], - "___id": "T000002R049417", + "___id": "T000002R049632", "___s": true }, { @@ -555816,7 +559499,7 @@ "filename": "Alpha.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -555843,7 +559526,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#clearAlpha", "inherited": true, - "___id": "T000002R049423", + "___id": "T000002R049638", "___s": true }, { @@ -555852,7 +559535,7 @@ "filename": "Alpha.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -555938,7 +559621,7 @@ "name": "bottomRight" } ], - "___id": "T000002R049424", + "___id": "T000002R049639", "___s": true }, { @@ -555947,7 +559630,7 @@ "filename": "Alpha.js", "lineno": 129, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -555968,7 +559651,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alpha", "inherited": true, - "___id": "T000002R049425", + "___id": "T000002R049640", "___s": true }, { @@ -555977,7 +559660,7 @@ "filename": "Alpha.js", "lineno": 167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopLeft", @@ -556005,7 +559688,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopLeft", "inherited": true, - "___id": "T000002R049426", + "___id": "T000002R049641", "___s": true }, { @@ -556014,7 +559697,7 @@ "filename": "Alpha.js", "lineno": 197, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopRight", @@ -556042,7 +559725,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopRight", "inherited": true, - "___id": "T000002R049427", + "___id": "T000002R049642", "___s": true }, { @@ -556051,7 +559734,7 @@ "filename": "Alpha.js", "lineno": 227, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomLeft", @@ -556079,7 +559762,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomLeft", "inherited": true, - "___id": "T000002R049428", + "___id": "T000002R049643", "___s": true }, { @@ -556088,7 +559771,7 @@ "filename": "Alpha.js", "lineno": 257, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomRight", @@ -556116,7 +559799,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomRight", "inherited": true, - "___id": "T000002R049429", + "___id": "T000002R049644", "___s": true }, { @@ -556125,7 +559808,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -556161,7 +559844,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R049431", + "___id": "T000002R049646", "___s": true }, { @@ -556170,7 +559853,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -556227,16 +559910,16 @@ "name": "value" } ], - "___id": "T000002R049432", + "___id": "T000002R049647", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -556257,16 +559940,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R049434", + "___id": "T000002R049649", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -556308,7 +559991,181 @@ "name": "value" } ], - "___id": "T000002R049435", + "___id": "T000002R049650", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.RenderTexture#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.RenderTexture", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R049651", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.RenderTexture#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.RenderTexture", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R049652", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.RenderTexture#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.RenderTexture", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R049653", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.RenderTexture#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.RenderTexture", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R049654", "___s": true }, { @@ -556317,7 +560174,7 @@ "filename": "Flip.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "flipX", @@ -556339,7 +560196,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#flipX", "inherited": true, - "___id": "T000002R049436", + "___id": "T000002R049655", "___s": true }, { @@ -556348,7 +560205,7 @@ "filename": "Flip.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "flipY", @@ -556370,7 +560227,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#flipY", "inherited": true, - "___id": "T000002R049437", + "___id": "T000002R049656", "___s": true }, { @@ -556379,7 +560236,7 @@ "filename": "Flip.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipX", @@ -556406,7 +560263,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipX", "inherited": true, - "___id": "T000002R049438", + "___id": "T000002R049657", "___s": true }, { @@ -556415,7 +560272,7 @@ "filename": "Flip.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipY", @@ -556442,7 +560299,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipY", "inherited": true, - "___id": "T000002R049439", + "___id": "T000002R049658", "___s": true }, { @@ -556451,7 +560308,7 @@ "filename": "Flip.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipX", @@ -556493,7 +560350,7 @@ "name": "value" } ], - "___id": "T000002R049440", + "___id": "T000002R049659", "___s": true }, { @@ -556502,7 +560359,7 @@ "filename": "Flip.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipY", @@ -556544,7 +560401,7 @@ "name": "value" } ], - "___id": "T000002R049441", + "___id": "T000002R049660", "___s": true }, { @@ -556553,7 +560410,7 @@ "filename": "Flip.js", "lineno": 117, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlip", @@ -556608,7 +560465,7 @@ "name": "y" } ], - "___id": "T000002R049442", + "___id": "T000002R049661", "___s": true }, { @@ -556617,7 +560474,7 @@ "filename": "Flip.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetFlip", @@ -556644,7 +560501,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#resetFlip", "inherited": true, - "___id": "T000002R049443", + "___id": "T000002R049662", "___s": true }, { @@ -556653,7 +560510,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -556718,7 +560575,7 @@ "name": "includeParent" } ], - "___id": "T000002R049445", + "___id": "T000002R049664", "___s": true }, { @@ -556727,7 +560584,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -556792,7 +560649,7 @@ "name": "includeParent" } ], - "___id": "T000002R049446", + "___id": "T000002R049665", "___s": true }, { @@ -556801,7 +560658,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -556866,7 +560723,7 @@ "name": "includeParent" } ], - "___id": "T000002R049447", + "___id": "T000002R049666", "___s": true }, { @@ -556875,7 +560732,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -556940,7 +560797,7 @@ "name": "includeParent" } ], - "___id": "T000002R049448", + "___id": "T000002R049667", "___s": true }, { @@ -556949,7 +560806,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -557014,7 +560871,7 @@ "name": "includeParent" } ], - "___id": "T000002R049449", + "___id": "T000002R049668", "___s": true }, { @@ -557023,7 +560880,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -557088,7 +560945,7 @@ "name": "includeParent" } ], - "___id": "T000002R049450", + "___id": "T000002R049669", "___s": true }, { @@ -557097,7 +560954,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -557162,7 +561019,7 @@ "name": "includeParent" } ], - "___id": "T000002R049451", + "___id": "T000002R049670", "___s": true }, { @@ -557171,7 +561028,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -557236,7 +561093,7 @@ "name": "includeParent" } ], - "___id": "T000002R049452", + "___id": "T000002R049671", "___s": true }, { @@ -557245,7 +561102,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -557310,7 +561167,7 @@ "name": "includeParent" } ], - "___id": "T000002R049453", + "___id": "T000002R049672", "___s": true }, { @@ -557319,7 +561176,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -557389,7 +561246,7 @@ "name": "output" } ], - "___id": "T000002R049454", + "___id": "T000002R049673", "___s": true }, { @@ -557398,7 +561255,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -557429,7 +561286,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R049455", + "___id": "T000002R049674", "___s": true }, { @@ -557438,7 +561295,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -557490,7 +561347,7 @@ "name": "mask" } ], - "___id": "T000002R049456", + "___id": "T000002R049675", "___s": true }, { @@ -557499,7 +561356,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -557543,7 +561400,7 @@ "name": "destroyMask" } ], - "___id": "T000002R049457", + "___id": "T000002R049676", "___s": true }, { @@ -557552,7 +561409,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -557705,7 +561562,7 @@ "name": "frame" } ], - "___id": "T000002R049458", + "___id": "T000002R049677", "___s": true }, { @@ -557714,7 +561571,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -557786,7 +561643,7 @@ "name": "graphics" } ], - "___id": "T000002R049459", + "___id": "T000002R049678", "___s": true }, { @@ -557795,7 +561652,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -557818,7 +561675,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, - "___id": "T000002R049461", + "___id": "T000002R049680", "___s": true }, { @@ -557827,7 +561684,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -557850,7 +561707,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, - "___id": "T000002R049462", + "___id": "T000002R049681", "___s": true }, { @@ -557859,7 +561716,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -557880,7 +561737,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, - "___id": "T000002R049463", + "___id": "T000002R049682", "___s": true }, { @@ -557889,7 +561746,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -557910,7 +561767,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, - "___id": "T000002R049464", + "___id": "T000002R049683", "___s": true }, { @@ -557919,7 +561776,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -557978,7 +561835,7 @@ "name": "y" } ], - "___id": "T000002R049465", + "___id": "T000002R049684", "___s": true }, { @@ -557987,7 +561844,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -558014,7 +561871,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R049466", + "___id": "T000002R049685", "___s": true }, { @@ -558023,7 +561880,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -558082,7 +561939,7 @@ "name": "y" } ], - "___id": "T000002R049467", + "___id": "T000002R049686", "___s": true }, { @@ -558091,7 +561948,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -558118,7 +561975,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, - "___id": "T000002R049468", + "___id": "T000002R049687", "___s": true }, { @@ -558127,7 +561984,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -558156,7 +562013,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R049469", + "___id": "T000002R049688", "___s": true }, { @@ -558165,7 +562022,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -558194,7 +562051,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R049470", + "___id": "T000002R049689", "___s": true }, { @@ -558203,7 +562060,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -558231,7 +562088,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R049471", + "___id": "T000002R049690", "___s": true }, { @@ -558240,7 +562097,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -558299,7 +562156,7 @@ "name": "pipeline" } ], - "___id": "T000002R049472", + "___id": "T000002R049691", "___s": true }, { @@ -558308,7 +562165,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -558396,7 +562253,7 @@ "name": "copyData" } ], - "___id": "T000002R049473", + "___id": "T000002R049692", "___s": true }, { @@ -558405,7 +562262,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -558468,7 +562325,7 @@ "name": "value" } ], - "___id": "T000002R049474", + "___id": "T000002R049693", "___s": true }, { @@ -558477,7 +562334,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -558527,16 +562384,16 @@ "name": "resetData" } ], - "___id": "T000002R049475", + "___id": "T000002R049694", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -558559,17 +562416,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.RenderTexture", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R049476", + "___id": "T000002R049695", "___s": true }, { @@ -558578,7 +562437,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -558606,7 +562465,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R049477", + "___id": "T000002R049696", "___s": true }, { @@ -558615,7 +562474,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -558652,7 +562511,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R049478", + "___id": "T000002R049697", "___s": true }, { @@ -558661,7 +562520,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -558689,7 +562548,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R049479", + "___id": "T000002R049698", "___s": true }, { @@ -558698,7 +562557,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -558728,7 +562587,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R049480", + "___id": "T000002R049699", "___s": true }, { @@ -558737,7 +562596,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -558765,7 +562624,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R049481", + "___id": "T000002R049700", "___s": true }, { @@ -558774,7 +562633,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -558810,7 +562669,7 @@ "name": "preFX" } ], - "___id": "T000002R049482", + "___id": "T000002R049701", "___s": true }, { @@ -558819,7 +562678,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -558954,7 +562813,7 @@ "name": "copyData" } ], - "___id": "T000002R049483", + "___id": "T000002R049702", "___s": true }, { @@ -558963,7 +562822,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -559026,7 +562885,7 @@ "name": "value" } ], - "___id": "T000002R049484", + "___id": "T000002R049703", "___s": true }, { @@ -559035,7 +562894,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -559117,7 +562976,7 @@ "name": "pipeline" } ], - "___id": "T000002R049485", + "___id": "T000002R049704", "___s": true }, { @@ -559126,7 +562985,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -559162,7 +563021,7 @@ "name": "resetData" } ], - "___id": "T000002R049486", + "___id": "T000002R049705", "___s": true }, { @@ -559171,7 +563030,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -559230,7 +563089,7 @@ "name": "pipeline" } ], - "___id": "T000002R049487", + "___id": "T000002R049706", "___s": true }, { @@ -559239,7 +563098,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -559273,7 +563132,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R049488", + "___id": "T000002R049707", "___s": true }, { @@ -559282,7 +563141,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -559304,7 +563163,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R049489", + "___id": "T000002R049708", "___s": true }, { @@ -559313,7 +563172,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -559335,7 +563194,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R049490", + "___id": "T000002R049709", "___s": true }, { @@ -559344,7 +563203,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -559401,7 +563260,7 @@ "name": "y" } ], - "___id": "T000002R049491", + "___id": "T000002R049710", "___s": true }, { @@ -559410,7 +563269,7 @@ "filename": "Size.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "width", @@ -559431,7 +563290,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#width", "inherited": true, - "___id": "T000002R049493", + "___id": "T000002R049712", "___s": true }, { @@ -559440,7 +563299,7 @@ "filename": "Size.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "height", @@ -559461,7 +563320,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#height", "inherited": true, - "___id": "T000002R049494", + "___id": "T000002R049713", "___s": true }, { @@ -559470,7 +563329,7 @@ "filename": "Size.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayWidth", @@ -559491,7 +563350,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#displayWidth", "inherited": true, - "___id": "T000002R049495", + "___id": "T000002R049714", "___s": true }, { @@ -559500,7 +563359,7 @@ "filename": "Size.js", "lineno": 78, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayHeight", @@ -559521,7 +563380,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#displayHeight", "inherited": true, - "___id": "T000002R049496", + "___id": "T000002R049715", "___s": true }, { @@ -559530,7 +563389,7 @@ "filename": "Size.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSizeToFrame", @@ -559583,7 +563442,7 @@ "name": "frame" } ], - "___id": "T000002R049497", + "___id": "T000002R049716", "___s": true }, { @@ -559592,7 +563451,7 @@ "filename": "Size.js", "lineno": 166, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplaySize", @@ -559647,7 +563506,7 @@ "name": "height" } ], - "___id": "T000002R049498", + "___id": "T000002R049717", "___s": true }, { @@ -559656,7 +563515,7 @@ "filename": "TextureCrop.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "texture", @@ -559687,7 +563546,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.TextureCrop#texture", "inherited": true, - "___id": "T000002R049499", + "___id": "T000002R049718", "___s": true }, { @@ -559696,7 +563555,7 @@ "filename": "TextureCrop.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "frame", @@ -559717,7 +563576,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.TextureCrop#frame", "inherited": true, - "___id": "T000002R049500", + "___id": "T000002R049719", "___s": true }, { @@ -559726,7 +563585,7 @@ "filename": "TextureCrop.js", "lineno": 39, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "isCropped", @@ -559747,7 +563606,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.TextureCrop#isCropped", "inherited": true, - "___id": "T000002R049501", + "___id": "T000002R049720", "___s": true }, { @@ -559756,7 +563615,7 @@ "filename": "TextureCrop.js", "lineno": 50, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setCrop", @@ -559851,7 +563710,7 @@ "name": "height" } ], - "___id": "T000002R049502", + "___id": "T000002R049721", "___s": true }, { @@ -559860,7 +563719,7 @@ "filename": "TextureCrop.js", "lineno": 110, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTexture", @@ -559926,7 +563785,7 @@ "name": "frame" } ], - "___id": "T000002R049503", + "___id": "T000002R049722", "___s": true }, { @@ -559935,7 +563794,7 @@ "filename": "TextureCrop.js", "lineno": 130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFrame", @@ -560022,7 +563881,7 @@ "name": "updateOrigin" } ], - "___id": "T000002R049504", + "___id": "T000002R049723", "___s": true }, { @@ -560031,7 +563890,7 @@ "filename": "Tint.js", "lineno": 18, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopLeft", @@ -560053,7 +563912,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintTopLeft", "inherited": true, - "___id": "T000002R049506", + "___id": "T000002R049725", "___s": true }, { @@ -560062,7 +563921,7 @@ "filename": "Tint.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopRight", @@ -560084,7 +563943,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintTopRight", "inherited": true, - "___id": "T000002R049507", + "___id": "T000002R049726", "___s": true }, { @@ -560093,7 +563952,7 @@ "filename": "Tint.js", "lineno": 42, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomLeft", @@ -560115,7 +563974,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintBottomLeft", "inherited": true, - "___id": "T000002R049508", + "___id": "T000002R049727", "___s": true }, { @@ -560124,7 +563983,7 @@ "filename": "Tint.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomRight", @@ -560146,7 +564005,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintBottomRight", "inherited": true, - "___id": "T000002R049509", + "___id": "T000002R049728", "___s": true }, { @@ -560155,7 +564014,7 @@ "filename": "Tint.js", "lineno": 66, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintFill", @@ -560177,7 +564036,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintFill", "inherited": true, - "___id": "T000002R049510", + "___id": "T000002R049729", "___s": true }, { @@ -560186,7 +564045,7 @@ "filename": "Tint.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearTint", @@ -560220,7 +564079,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#clearTint", "inherited": true, - "___id": "T000002R049511", + "___id": "T000002R049730", "___s": true }, { @@ -560229,7 +564088,7 @@ "filename": "Tint.js", "lineno": 98, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTint", @@ -560322,7 +564181,7 @@ "name": "bottomRight" } ], - "___id": "T000002R049512", + "___id": "T000002R049731", "___s": true }, { @@ -560331,7 +564190,7 @@ "filename": "Tint.js", "lineno": 146, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTintFill", @@ -560424,7 +564283,7 @@ "name": "bottomRight" } ], - "___id": "T000002R049513", + "___id": "T000002R049732", "___s": true }, { @@ -560433,7 +564292,7 @@ "filename": "Tint.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tint", @@ -560461,7 +564320,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tint", "inherited": true, - "___id": "T000002R049514", + "___id": "T000002R049733", "___s": true }, { @@ -560470,7 +564329,7 @@ "filename": "Tint.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "isTinted", @@ -560499,7 +564358,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#isTinted", "inherited": true, - "___id": "T000002R049515", + "___id": "T000002R049734", "___s": true }, { @@ -560508,7 +564367,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -560531,7 +564390,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R049516", + "___id": "T000002R049735", "___s": true }, { @@ -560540,7 +564399,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -560562,7 +564421,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R049520", + "___id": "T000002R049739", "___s": true }, { @@ -560571,7 +564430,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -560593,7 +564452,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R049521", + "___id": "T000002R049740", "___s": true }, { @@ -560602,7 +564461,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -560624,7 +564483,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R049522", + "___id": "T000002R049741", "___s": true }, { @@ -560633,7 +564492,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -560655,7 +564514,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R049523", + "___id": "T000002R049742", "___s": true }, { @@ -560664,7 +564523,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -560686,7 +564545,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R049524", + "___id": "T000002R049743", "___s": true }, { @@ -560695,7 +564554,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -560717,7 +564576,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R049525", + "___id": "T000002R049744", "___s": true }, { @@ -560726,7 +564585,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -560748,7 +564607,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R049526", + "___id": "T000002R049745", "___s": true }, { @@ -560757,7 +564616,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -560779,7 +564638,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R049527", + "___id": "T000002R049746", "___s": true }, { @@ -560788,7 +564647,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -560810,7 +564669,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R049528", + "___id": "T000002R049747", "___s": true }, { @@ -560819,7 +564678,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -560908,7 +564767,7 @@ "name": "w" } ], - "___id": "T000002R049529", + "___id": "T000002R049748", "___s": true }, { @@ -560917,7 +564776,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -560974,7 +564833,7 @@ "name": "source" } ], - "___id": "T000002R049530", + "___id": "T000002R049749", "___s": true }, { @@ -560983,7 +564842,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -561070,7 +564929,7 @@ "name": "height" } ], - "___id": "T000002R049531", + "___id": "T000002R049750", "___s": true }, { @@ -561079,7 +564938,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -561123,7 +564982,7 @@ "name": "radians" } ], - "___id": "T000002R049532", + "___id": "T000002R049751", "___s": true }, { @@ -561132,7 +564991,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -561176,7 +565035,7 @@ "name": "degrees" } ], - "___id": "T000002R049533", + "___id": "T000002R049752", "___s": true }, { @@ -561185,7 +565044,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -561244,7 +565103,7 @@ "name": "y" } ], - "___id": "T000002R049534", + "___id": "T000002R049753", "___s": true }, { @@ -561253,7 +565112,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -561297,7 +565156,7 @@ "name": "value" } ], - "___id": "T000002R049535", + "___id": "T000002R049754", "___s": true }, { @@ -561306,7 +565165,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -561350,7 +565209,7 @@ "name": "value" } ], - "___id": "T000002R049536", + "___id": "T000002R049755", "___s": true }, { @@ -561359,7 +565218,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -561403,7 +565262,7 @@ "name": "value" } ], - "___id": "T000002R049537", + "___id": "T000002R049756", "___s": true }, { @@ -561412,7 +565271,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -561456,7 +565315,7 @@ "name": "value" } ], - "___id": "T000002R049538", + "___id": "T000002R049757", "___s": true }, { @@ -561465,7 +565324,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -561507,7 +565366,7 @@ "name": "tempMatrix" } ], - "___id": "T000002R049539", + "___id": "T000002R049758", "___s": true }, { @@ -561516,7 +565375,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -561572,7 +565431,7 @@ "name": "parentMatrix" } ], - "___id": "T000002R049540", + "___id": "T000002R049759", "___s": true }, { @@ -561581,7 +565440,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -561663,7 +565522,7 @@ "name": "camera" } ], - "___id": "T000002R049541", + "___id": "T000002R049760", "___s": true }, { @@ -561672,7 +565531,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -561698,7 +565557,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R049542", + "___id": "T000002R049761", "___s": true }, { @@ -561707,7 +565566,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -561728,7 +565587,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R049544", + "___id": "T000002R049763", "___s": true }, { @@ -561737,7 +565596,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -561779,7 +565638,7 @@ "name": "value" } ], - "___id": "T000002R049545", + "___id": "T000002R049764", "___s": true }, { @@ -561788,7 +565647,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -561809,7 +565668,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R049546", + "___id": "T000002R049765", "___s": true }, { @@ -561818,7 +565677,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -561850,7 +565709,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R049547", + "___id": "T000002R049766", "___s": true }, { @@ -561859,7 +565718,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -561880,7 +565739,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R049548", + "___id": "T000002R049767", "___s": true }, { @@ -561889,7 +565748,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -561920,7 +565779,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R049549", + "___id": "T000002R049768", "___s": true }, { @@ -561929,7 +565788,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -561950,7 +565809,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R049550", + "___id": "T000002R049769", "___s": true }, { @@ -561959,7 +565818,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -561981,7 +565840,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R049551", + "___id": "T000002R049770", "___s": true }, { @@ -561990,7 +565849,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -562012,7 +565871,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R049552", + "___id": "T000002R049771", "___s": true }, { @@ -562021,7 +565880,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -562043,7 +565902,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R049553", + "___id": "T000002R049772", "___s": true }, { @@ -562052,7 +565911,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -562074,7 +565933,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R049554", + "___id": "T000002R049773", "___s": true }, { @@ -562083,7 +565942,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -562105,7 +565964,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R049555", + "___id": "T000002R049774", "___s": true }, { @@ -562114,7 +565973,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -562139,7 +565998,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R049556", + "___id": "T000002R049775", "___s": true }, { @@ -562148,7 +566007,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -562172,7 +566031,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R049557", + "___id": "T000002R049776", "___s": true }, { @@ -562181,7 +566040,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -562220,7 +566079,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R049558", + "___id": "T000002R049777", "___s": true }, { @@ -562229,7 +566088,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -562251,7 +566110,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R049559", + "___id": "T000002R049778", "___s": true }, { @@ -562260,7 +566119,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -562302,7 +566161,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setActive", "inherited": true, - "___id": "T000002R049560", + "___id": "T000002R049779", "___s": true }, { @@ -562311,7 +566170,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -562353,7 +566212,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setName", "inherited": true, - "___id": "T000002R049561", + "___id": "T000002R049780", "___s": true }, { @@ -562362,7 +566221,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -562414,7 +566273,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setState", "inherited": true, - "___id": "T000002R049562", + "___id": "T000002R049781", "___s": true }, { @@ -562423,7 +566282,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -562453,7 +566312,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R049563", + "___id": "T000002R049782", "___s": true }, { @@ -562462,7 +566321,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -562541,7 +566400,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setData", "inherited": true, - "___id": "T000002R049564", + "___id": "T000002R049783", "___s": true }, { @@ -562550,7 +566409,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -562607,7 +566466,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#incData", "inherited": true, - "___id": "T000002R049565", + "___id": "T000002R049784", "___s": true }, { @@ -562616,7 +566475,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -562658,7 +566517,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#toggleData", "inherited": true, - "___id": "T000002R049566", + "___id": "T000002R049785", "___s": true }, { @@ -562667,7 +566526,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -562726,7 +566585,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#getData", "inherited": true, - "___id": "T000002R049567", + "___id": "T000002R049786", "___s": true }, { @@ -562735,7 +566594,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -562822,7 +566681,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setInteractive", "inherited": true, - "___id": "T000002R049568", + "___id": "T000002R049787", "___s": true }, { @@ -562831,7 +566690,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -562858,7 +566717,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R049569", + "___id": "T000002R049788", "___s": true }, { @@ -562867,7 +566726,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -562894,7 +566753,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R049570", + "___id": "T000002R049789", "___s": true }, { @@ -562903,7 +566762,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -562915,7 +566774,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R049571", + "___id": "T000002R049790", "___s": true }, { @@ -562924,7 +566783,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -562936,7 +566795,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R049572", + "___id": "T000002R049791", "___s": true }, { @@ -562945,7 +566804,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -562974,7 +566833,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#update", "inherited": true, - "___id": "T000002R049573", + "___id": "T000002R049792", "___s": true }, { @@ -562983,7 +566842,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -563009,7 +566868,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R049574", + "___id": "T000002R049793", "___s": true }, { @@ -563018,7 +566877,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -563059,7 +566918,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#willRender", "inherited": true, - "___id": "T000002R049575", + "___id": "T000002R049794", "___s": true }, { @@ -563068,7 +566927,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -563103,7 +566962,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R049576", + "___id": "T000002R049795", "___s": true }, { @@ -563112,7 +566971,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -563169,7 +567028,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#addToDisplayList", "inherited": true, - "___id": "T000002R049577", + "___id": "T000002R049796", "___s": true }, { @@ -563178,7 +567037,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -563205,7 +567064,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R049578", + "___id": "T000002R049797", "___s": true }, { @@ -563214,7 +567073,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -563245,7 +567104,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R049579", + "___id": "T000002R049798", "___s": true }, { @@ -563254,7 +567113,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -563281,7 +567140,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R049580", + "___id": "T000002R049799", "___s": true }, { @@ -563290,7 +567149,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -563322,7 +567181,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#destroy", "inherited": true, - "___id": "T000002R049581", + "___id": "T000002R049800", "___s": true }, { @@ -563331,7 +567190,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -563343,7 +567202,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R049582", + "___id": "T000002R049801", "___s": true }, { @@ -563352,7 +567211,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -563395,7 +567254,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R049583", + "___id": "T000002R049802", "___s": true }, { @@ -563404,7 +567263,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -563464,7 +567323,7 @@ "name": "event" } ], - "___id": "T000002R049584", + "___id": "T000002R049803", "___s": true }, { @@ -563473,7 +567332,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -563524,7 +567383,7 @@ "name": "event" } ], - "___id": "T000002R049585", + "___id": "T000002R049804", "___s": true }, { @@ -563533,7 +567392,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -563599,7 +567458,7 @@ "name": "args" } ], - "___id": "T000002R049586", + "___id": "T000002R049805", "___s": true }, { @@ -563608,7 +567467,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -563687,7 +567546,7 @@ "name": "context" } ], - "___id": "T000002R049587", + "___id": "T000002R049806", "___s": true }, { @@ -563696,7 +567555,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -563775,7 +567634,7 @@ "name": "context" } ], - "___id": "T000002R049588", + "___id": "T000002R049807", "___s": true }, { @@ -563784,7 +567643,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -563863,7 +567722,7 @@ "name": "context" } ], - "___id": "T000002R049589", + "___id": "T000002R049808", "___s": true }, { @@ -563872,7 +567731,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -563965,7 +567824,7 @@ "name": "once" } ], - "___id": "T000002R049590", + "___id": "T000002R049809", "___s": true }, { @@ -563974,7 +567833,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -564067,7 +567926,7 @@ "name": "once" } ], - "___id": "T000002R049591", + "___id": "T000002R049810", "___s": true }, { @@ -564076,7 +567935,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -564129,7 +567988,7 @@ "name": "event" } ], - "___id": "T000002R049592", + "___id": "T000002R049811", "___s": true }, { @@ -564138,7 +567997,7 @@ "filename": "AlphaSingle.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -564165,7 +568024,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#clearAlpha", "inherited": true, - "___id": "T000002R049594", + "___id": "T000002R049813", "___s": true }, { @@ -564174,7 +568033,7 @@ "filename": "AlphaSingle.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -564218,7 +568077,7 @@ ], "inherits": "Phaser.GameObjects.Components.AlphaSingle#setAlpha", "inherited": true, - "___id": "T000002R049595", + "___id": "T000002R049814", "___s": true }, { @@ -564227,7 +568086,7 @@ "filename": "AlphaSingle.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -564248,7 +568107,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#alpha", "inherited": true, - "___id": "T000002R049596", + "___id": "T000002R049815", "___s": true }, { @@ -564257,7 +568116,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -564293,7 +568152,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R049598", + "___id": "T000002R049817", "___s": true }, { @@ -564302,7 +568161,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -564359,16 +568218,16 @@ ], "inherits": "Phaser.GameObjects.Components.BlendMode#setBlendMode", "inherited": true, - "___id": "T000002R049599", + "___id": "T000002R049818", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -564389,16 +568248,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R049601", + "___id": "T000002R049820", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -564440,7 +568299,181 @@ ], "inherits": "Phaser.GameObjects.Components.Depth#setDepth", "inherited": true, - "___id": "T000002R049602", + "___id": "T000002R049821", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.Rope#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Rope", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R049822", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.Rope#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Rope", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R049823", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.Rope#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Rope", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "___id": "T000002R049824", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.Rope#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Rope", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "___id": "T000002R049825", "___s": true }, { @@ -564449,7 +568482,7 @@ "filename": "Flip.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipX", @@ -564476,7 +568509,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipX", "inherited": true, - "___id": "T000002R049603", + "___id": "T000002R049826", "___s": true }, { @@ -564485,7 +568518,7 @@ "filename": "Flip.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipY", @@ -564512,7 +568545,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipY", "inherited": true, - "___id": "T000002R049604", + "___id": "T000002R049827", "___s": true }, { @@ -564521,7 +568554,7 @@ "filename": "Flip.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipX", @@ -564563,7 +568596,7 @@ ], "inherits": "Phaser.GameObjects.Components.Flip#setFlipX", "inherited": true, - "___id": "T000002R049605", + "___id": "T000002R049828", "___s": true }, { @@ -564572,7 +568605,7 @@ "filename": "Flip.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipY", @@ -564614,7 +568647,7 @@ ], "inherits": "Phaser.GameObjects.Components.Flip#setFlipY", "inherited": true, - "___id": "T000002R049606", + "___id": "T000002R049829", "___s": true }, { @@ -564623,7 +568656,7 @@ "filename": "Flip.js", "lineno": 117, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlip", @@ -564678,7 +568711,7 @@ ], "inherits": "Phaser.GameObjects.Components.Flip#setFlip", "inherited": true, - "___id": "T000002R049607", + "___id": "T000002R049830", "___s": true }, { @@ -564687,7 +568720,7 @@ "filename": "Flip.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetFlip", @@ -564714,7 +568747,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#resetFlip", "inherited": true, - "___id": "T000002R049608", + "___id": "T000002R049831", "___s": true }, { @@ -564723,7 +568756,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -564754,7 +568787,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R049609", + "___id": "T000002R049832", "___s": true }, { @@ -564763,7 +568796,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -564815,7 +568848,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#setMask", "inherited": true, - "___id": "T000002R049610", + "___id": "T000002R049833", "___s": true }, { @@ -564824,7 +568857,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -564868,7 +568901,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#clearMask", "inherited": true, - "___id": "T000002R049611", + "___id": "T000002R049834", "___s": true }, { @@ -564877,7 +568910,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -565030,7 +569063,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createBitmapMask", "inherited": true, - "___id": "T000002R049612", + "___id": "T000002R049835", "___s": true }, { @@ -565039,7 +569072,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -565111,7 +569144,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createGeometryMask", "inherited": true, - "___id": "T000002R049613", + "___id": "T000002R049836", "___s": true }, { @@ -565120,7 +569153,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -565149,7 +569182,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R049614", + "___id": "T000002R049837", "___s": true }, { @@ -565158,7 +569191,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -565187,7 +569220,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R049615", + "___id": "T000002R049838", "___s": true }, { @@ -565196,7 +569229,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -565224,7 +569257,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R049616", + "___id": "T000002R049839", "___s": true }, { @@ -565233,7 +569266,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -565292,7 +569325,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#initPipeline", "inherited": true, - "___id": "T000002R049617", + "___id": "T000002R049840", "___s": true }, { @@ -565301,7 +569334,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -565389,7 +569422,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipeline", "inherited": true, - "___id": "T000002R049618", + "___id": "T000002R049841", "___s": true }, { @@ -565398,7 +569431,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -565461,7 +569494,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipelineData", "inherited": true, - "___id": "T000002R049619", + "___id": "T000002R049842", "___s": true }, { @@ -565470,7 +569503,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -565520,16 +569553,16 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#resetPipeline", "inherited": true, - "___id": "T000002R049620", + "___id": "T000002R049843", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -565552,17 +569585,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.Rope", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R049621", + "___id": "T000002R049844", "___s": true }, { @@ -565571,7 +569606,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -565599,7 +569634,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R049622", + "___id": "T000002R049845", "___s": true }, { @@ -565608,7 +569643,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -565645,7 +569680,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R049623", + "___id": "T000002R049846", "___s": true }, { @@ -565654,7 +569689,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -565682,7 +569717,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R049624", + "___id": "T000002R049847", "___s": true }, { @@ -565691,7 +569726,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -565721,7 +569756,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R049625", + "___id": "T000002R049848", "___s": true }, { @@ -565730,7 +569765,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -565758,7 +569793,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R049626", + "___id": "T000002R049849", "___s": true }, { @@ -565767,7 +569802,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -565803,7 +569838,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#initPostPipeline", "inherited": true, - "___id": "T000002R049627", + "___id": "T000002R049850", "___s": true }, { @@ -565812,7 +569847,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -565947,7 +569982,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipeline", "inherited": true, - "___id": "T000002R049628", + "___id": "T000002R049851", "___s": true }, { @@ -565956,7 +569991,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -566019,7 +570054,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipelineData", "inherited": true, - "___id": "T000002R049629", + "___id": "T000002R049852", "___s": true }, { @@ -566028,7 +570063,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -566110,7 +570145,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#getPostPipeline", "inherited": true, - "___id": "T000002R049630", + "___id": "T000002R049853", "___s": true }, { @@ -566119,7 +570154,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -566155,7 +570190,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#resetPostPipeline", "inherited": true, - "___id": "T000002R049631", + "___id": "T000002R049854", "___s": true }, { @@ -566164,7 +570199,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -566223,7 +570258,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#removePostPipeline", "inherited": true, - "___id": "T000002R049632", + "___id": "T000002R049855", "___s": true }, { @@ -566232,7 +570267,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -566266,7 +570301,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R049633", + "___id": "T000002R049856", "___s": true }, { @@ -566275,7 +570310,7 @@ "filename": "Size.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "width", @@ -566296,7 +570331,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#width", "inherited": true, - "___id": "T000002R049635", + "___id": "T000002R049858", "___s": true }, { @@ -566305,7 +570340,7 @@ "filename": "Size.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "height", @@ -566326,7 +570361,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#height", "inherited": true, - "___id": "T000002R049636", + "___id": "T000002R049859", "___s": true }, { @@ -566335,7 +570370,7 @@ "filename": "Size.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayWidth", @@ -566356,7 +570391,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#displayWidth", "inherited": true, - "___id": "T000002R049637", + "___id": "T000002R049860", "___s": true }, { @@ -566365,7 +570400,7 @@ "filename": "Size.js", "lineno": 78, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayHeight", @@ -566386,7 +570421,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Size#displayHeight", "inherited": true, - "___id": "T000002R049638", + "___id": "T000002R049861", "___s": true }, { @@ -566395,7 +570430,7 @@ "filename": "Size.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSizeToFrame", @@ -566448,7 +570483,7 @@ ], "inherits": "Phaser.GameObjects.Components.Size#setSizeToFrame", "inherited": true, - "___id": "T000002R049639", + "___id": "T000002R049862", "___s": true }, { @@ -566457,7 +570492,7 @@ "filename": "Size.js", "lineno": 139, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSize", @@ -566512,7 +570547,7 @@ ], "inherits": "Phaser.GameObjects.Components.Size#setSize", "inherited": true, - "___id": "T000002R049640", + "___id": "T000002R049863", "___s": true }, { @@ -566521,7 +570556,7 @@ "filename": "Size.js", "lineno": 166, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplaySize", @@ -566576,7 +570611,7 @@ ], "inherits": "Phaser.GameObjects.Components.Size#setDisplaySize", "inherited": true, - "___id": "T000002R049641", + "___id": "T000002R049864", "___s": true }, { @@ -566585,7 +570620,7 @@ "filename": "Texture.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "texture", @@ -566616,7 +570651,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Texture#texture", "inherited": true, - "___id": "T000002R049642", + "___id": "T000002R049865", "___s": true }, { @@ -566625,7 +570660,7 @@ "filename": "Texture.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "frame", @@ -566646,7 +570681,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Texture#frame", "inherited": true, - "___id": "T000002R049643", + "___id": "T000002R049866", "___s": true }, { @@ -566655,7 +570690,7 @@ "filename": "Texture.js", "lineno": 49, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTexture", @@ -566761,7 +570796,7 @@ ], "inherits": "Phaser.GameObjects.Components.Texture#setTexture", "inherited": true, - "___id": "T000002R049645", + "___id": "T000002R049868", "___s": true }, { @@ -566770,7 +570805,7 @@ "filename": "Texture.js", "lineno": 75, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFrame", @@ -566857,7 +570892,7 @@ ], "inherits": "Phaser.GameObjects.Components.Texture#setFrame", "inherited": true, - "___id": "T000002R049646", + "___id": "T000002R049869", "___s": true }, { @@ -566866,7 +570901,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -566889,7 +570924,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R049647", + "___id": "T000002R049870", "___s": true }, { @@ -566898,7 +570933,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -566920,7 +570955,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R049651", + "___id": "T000002R049874", "___s": true }, { @@ -566929,7 +570964,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -566951,7 +570986,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R049652", + "___id": "T000002R049875", "___s": true }, { @@ -566960,7 +570995,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -566982,7 +571017,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R049653", + "___id": "T000002R049876", "___s": true }, { @@ -566991,7 +571026,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -567013,7 +571048,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R049654", + "___id": "T000002R049877", "___s": true }, { @@ -567022,7 +571057,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -567044,7 +571079,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R049655", + "___id": "T000002R049878", "___s": true }, { @@ -567053,7 +571088,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -567075,7 +571110,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R049656", + "___id": "T000002R049879", "___s": true }, { @@ -567084,7 +571119,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -567106,7 +571141,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R049657", + "___id": "T000002R049880", "___s": true }, { @@ -567115,7 +571150,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -567137,7 +571172,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R049658", + "___id": "T000002R049881", "___s": true }, { @@ -567146,7 +571181,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -567168,7 +571203,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R049659", + "___id": "T000002R049882", "___s": true }, { @@ -567177,7 +571212,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -567266,7 +571301,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setPosition", "inherited": true, - "___id": "T000002R049660", + "___id": "T000002R049883", "___s": true }, { @@ -567275,7 +571310,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -567332,7 +571367,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#copyPosition", "inherited": true, - "___id": "T000002R049661", + "___id": "T000002R049884", "___s": true }, { @@ -567341,7 +571376,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -567428,7 +571463,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRandomPosition", "inherited": true, - "___id": "T000002R049662", + "___id": "T000002R049885", "___s": true }, { @@ -567437,7 +571472,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -567481,7 +571516,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRotation", "inherited": true, - "___id": "T000002R049663", + "___id": "T000002R049886", "___s": true }, { @@ -567490,7 +571525,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -567534,7 +571569,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setAngle", "inherited": true, - "___id": "T000002R049664", + "___id": "T000002R049887", "___s": true }, { @@ -567543,7 +571578,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -567602,7 +571637,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setScale", "inherited": true, - "___id": "T000002R049665", + "___id": "T000002R049888", "___s": true }, { @@ -567611,7 +571646,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -567655,7 +571690,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setX", "inherited": true, - "___id": "T000002R049666", + "___id": "T000002R049889", "___s": true }, { @@ -567664,7 +571699,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -567708,7 +571743,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setY", "inherited": true, - "___id": "T000002R049667", + "___id": "T000002R049890", "___s": true }, { @@ -567717,7 +571752,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -567761,7 +571796,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setZ", "inherited": true, - "___id": "T000002R049668", + "___id": "T000002R049891", "___s": true }, { @@ -567770,7 +571805,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -567814,7 +571849,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setW", "inherited": true, - "___id": "T000002R049669", + "___id": "T000002R049892", "___s": true }, { @@ -567823,7 +571858,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -567865,7 +571900,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalTransformMatrix", "inherited": true, - "___id": "T000002R049670", + "___id": "T000002R049893", "___s": true }, { @@ -567874,7 +571909,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -567930,7 +571965,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getWorldTransformMatrix", "inherited": true, - "___id": "T000002R049671", + "___id": "T000002R049894", "___s": true }, { @@ -567939,7 +571974,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -568021,7 +572056,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalPoint", "inherited": true, - "___id": "T000002R049672", + "___id": "T000002R049895", "___s": true }, { @@ -568030,7 +572065,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -568056,7 +572091,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R049673", + "___id": "T000002R049896", "___s": true }, { @@ -568065,7 +572100,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -568086,7 +572121,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R049675", + "___id": "T000002R049898", "___s": true }, { @@ -568095,7 +572130,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -568137,7 +572172,7 @@ ], "inherits": "Phaser.GameObjects.Components.Visible#setVisible", "inherited": true, - "___id": "T000002R049676", + "___id": "T000002R049899", "___s": true }, { @@ -568146,7 +572181,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -568168,7 +572203,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R049677", + "___id": "T000002R049900", "___s": true }, { @@ -568177,7 +572212,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -568199,7 +572234,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R049678", + "___id": "T000002R049901", "___s": true }, { @@ -568208,7 +572243,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -568265,7 +572300,7 @@ ], "inherits": "Phaser.GameObjects.Components.ScrollFactor#setScrollFactor", "inherited": true, - "___id": "T000002R049679", + "___id": "T000002R049902", "___s": true }, { @@ -568274,7 +572309,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -568295,7 +572330,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R049680", + "___id": "T000002R049903", "___s": true }, { @@ -568304,7 +572339,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -568336,7 +572371,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R049681", + "___id": "T000002R049904", "___s": true }, { @@ -568345,7 +572380,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -568366,7 +572401,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R049682", + "___id": "T000002R049905", "___s": true }, { @@ -568375,7 +572410,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -568406,7 +572441,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R049683", + "___id": "T000002R049906", "___s": true }, { @@ -568415,7 +572450,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -568436,7 +572471,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R049684", + "___id": "T000002R049907", "___s": true }, { @@ -568445,7 +572480,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -568467,7 +572502,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R049685", + "___id": "T000002R049908", "___s": true }, { @@ -568476,7 +572511,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -568498,7 +572533,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R049686", + "___id": "T000002R049909", "___s": true }, { @@ -568507,7 +572542,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -568529,7 +572564,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R049687", + "___id": "T000002R049910", "___s": true }, { @@ -568538,7 +572573,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -568560,7 +572595,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R049688", + "___id": "T000002R049911", "___s": true }, { @@ -568569,7 +572604,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -568591,7 +572626,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R049689", + "___id": "T000002R049912", "___s": true }, { @@ -568600,7 +572635,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -568625,7 +572660,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R049690", + "___id": "T000002R049913", "___s": true }, { @@ -568634,7 +572669,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -568658,7 +572693,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R049691", + "___id": "T000002R049914", "___s": true }, { @@ -568667,7 +572702,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -568706,7 +572741,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R049692", + "___id": "T000002R049915", "___s": true }, { @@ -568715,7 +572750,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -568737,7 +572772,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R049693", + "___id": "T000002R049916", "___s": true }, { @@ -568746,7 +572781,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -568788,7 +572823,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setActive", "inherited": true, - "___id": "T000002R049694", + "___id": "T000002R049917", "___s": true }, { @@ -568797,7 +572832,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -568839,7 +572874,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setName", "inherited": true, - "___id": "T000002R049695", + "___id": "T000002R049918", "___s": true }, { @@ -568848,7 +572883,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -568900,7 +572935,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setState", "inherited": true, - "___id": "T000002R049696", + "___id": "T000002R049919", "___s": true }, { @@ -568909,7 +572944,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -568939,7 +572974,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R049697", + "___id": "T000002R049920", "___s": true }, { @@ -568948,7 +572983,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -569027,7 +573062,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setData", "inherited": true, - "___id": "T000002R049698", + "___id": "T000002R049921", "___s": true }, { @@ -569036,7 +573071,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -569093,7 +573128,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#incData", "inherited": true, - "___id": "T000002R049699", + "___id": "T000002R049922", "___s": true }, { @@ -569102,7 +573137,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -569144,7 +573179,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#toggleData", "inherited": true, - "___id": "T000002R049700", + "___id": "T000002R049923", "___s": true }, { @@ -569153,7 +573188,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -569212,7 +573247,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#getData", "inherited": true, - "___id": "T000002R049701", + "___id": "T000002R049924", "___s": true }, { @@ -569221,7 +573256,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -569308,7 +573343,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setInteractive", "inherited": true, - "___id": "T000002R049702", + "___id": "T000002R049925", "___s": true }, { @@ -569317,7 +573352,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -569344,7 +573379,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R049703", + "___id": "T000002R049926", "___s": true }, { @@ -569353,7 +573388,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -569380,7 +573415,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R049704", + "___id": "T000002R049927", "___s": true }, { @@ -569389,7 +573424,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -569401,7 +573436,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R049705", + "___id": "T000002R049928", "___s": true }, { @@ -569410,7 +573445,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -569422,7 +573457,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R049706", + "___id": "T000002R049929", "___s": true }, { @@ -569431,7 +573466,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -569460,7 +573495,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#update", "inherited": true, - "___id": "T000002R049707", + "___id": "T000002R049930", "___s": true }, { @@ -569469,7 +573504,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -569495,7 +573530,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R049708", + "___id": "T000002R049931", "___s": true }, { @@ -569504,7 +573539,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -569539,7 +573574,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R049709", + "___id": "T000002R049932", "___s": true }, { @@ -569548,7 +573583,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -569605,7 +573640,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#addToDisplayList", "inherited": true, - "___id": "T000002R049710", + "___id": "T000002R049933", "___s": true }, { @@ -569614,7 +573649,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -569641,7 +573676,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R049711", + "___id": "T000002R049934", "___s": true }, { @@ -569650,7 +573685,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -569681,7 +573716,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R049712", + "___id": "T000002R049935", "___s": true }, { @@ -569690,7 +573725,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -569717,7 +573752,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R049713", + "___id": "T000002R049936", "___s": true }, { @@ -569726,7 +573761,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -569758,7 +573793,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#destroy", "inherited": true, - "___id": "T000002R049714", + "___id": "T000002R049937", "___s": true }, { @@ -569767,7 +573802,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -569779,7 +573814,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R049715", + "___id": "T000002R049938", "___s": true }, { @@ -569788,7 +573823,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -569831,7 +573866,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R049716", + "___id": "T000002R049939", "___s": true }, { @@ -569840,7 +573875,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -569900,7 +573935,7 @@ "name": "event" } ], - "___id": "T000002R049717", + "___id": "T000002R049940", "___s": true }, { @@ -569909,7 +573944,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -569960,7 +573995,7 @@ "name": "event" } ], - "___id": "T000002R049718", + "___id": "T000002R049941", "___s": true }, { @@ -569969,7 +574004,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -570035,7 +574070,7 @@ "name": "args" } ], - "___id": "T000002R049719", + "___id": "T000002R049942", "___s": true }, { @@ -570044,7 +574079,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -570123,7 +574158,7 @@ "name": "context" } ], - "___id": "T000002R049720", + "___id": "T000002R049943", "___s": true }, { @@ -570132,7 +574167,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -570211,7 +574246,7 @@ "name": "context" } ], - "___id": "T000002R049721", + "___id": "T000002R049944", "___s": true }, { @@ -570220,7 +574255,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -570299,7 +574334,7 @@ "name": "context" } ], - "___id": "T000002R049722", + "___id": "T000002R049945", "___s": true }, { @@ -570308,7 +574343,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -570401,7 +574436,7 @@ "name": "once" } ], - "___id": "T000002R049723", + "___id": "T000002R049946", "___s": true }, { @@ -570410,7 +574445,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -570503,7 +574538,7 @@ "name": "once" } ], - "___id": "T000002R049724", + "___id": "T000002R049947", "___s": true }, { @@ -570512,7 +574547,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -570565,7 +574600,7 @@ "name": "event" } ], - "___id": "T000002R049725", + "___id": "T000002R049948", "___s": true }, { @@ -570574,7 +574609,7 @@ "filename": "ComputedSize.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "width", @@ -570595,7 +574630,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ComputedSize#width", "inherited": true, - "___id": "T000002R049726", + "___id": "T000002R049949", "___s": true }, { @@ -570604,7 +574639,7 @@ "filename": "ComputedSize.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "height", @@ -570625,7 +574660,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ComputedSize#height", "inherited": true, - "___id": "T000002R049727", + "___id": "T000002R049950", "___s": true }, { @@ -570634,7 +574669,7 @@ "filename": "ComputedSize.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayWidth", @@ -570655,7 +574690,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ComputedSize#displayWidth", "inherited": true, - "___id": "T000002R049728", + "___id": "T000002R049951", "___s": true }, { @@ -570664,7 +574699,7 @@ "filename": "ComputedSize.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayHeight", @@ -570685,7 +574720,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ComputedSize#displayHeight", "inherited": true, - "___id": "T000002R049729", + "___id": "T000002R049952", "___s": true }, { @@ -570694,7 +574729,7 @@ "filename": "ComputedSize.js", "lineno": 93, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSize", @@ -570749,7 +574784,7 @@ ], "inherits": "Phaser.GameObjects.Components.ComputedSize#setSize", "inherited": true, - "___id": "T000002R049730", + "___id": "T000002R049953", "___s": true }, { @@ -570758,7 +574793,7 @@ "filename": "ComputedSize.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplaySize", @@ -570813,16 +574848,16 @@ ], "inherits": "Phaser.GameObjects.Components.ComputedSize#setDisplaySize", "inherited": true, - "___id": "T000002R049731", + "___id": "T000002R049954", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -570843,16 +574878,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R049733", + "___id": "T000002R049956", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -570894,7 +574929,181 @@ ], "inherits": "Phaser.GameObjects.Components.Depth#setDepth", "inherited": true, - "___id": "T000002R049734", + "___id": "T000002R049957", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.Shader#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Shader", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R049958", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.Shader#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Shader", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R049959", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.Shader#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Shader", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "___id": "T000002R049960", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.Shader#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Shader", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "___id": "T000002R049961", "___s": true }, { @@ -570903,7 +575112,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -570968,7 +575177,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getCenter", "inherited": true, - "___id": "T000002R049736", + "___id": "T000002R049963", "___s": true }, { @@ -570977,7 +575186,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -571042,7 +575251,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopLeft", "inherited": true, - "___id": "T000002R049737", + "___id": "T000002R049964", "___s": true }, { @@ -571051,7 +575260,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -571116,7 +575325,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopCenter", "inherited": true, - "___id": "T000002R049738", + "___id": "T000002R049965", "___s": true }, { @@ -571125,7 +575334,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -571190,7 +575399,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopRight", "inherited": true, - "___id": "T000002R049739", + "___id": "T000002R049966", "___s": true }, { @@ -571199,7 +575408,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -571264,7 +575473,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getLeftCenter", "inherited": true, - "___id": "T000002R049740", + "___id": "T000002R049967", "___s": true }, { @@ -571273,7 +575482,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -571338,7 +575547,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getRightCenter", "inherited": true, - "___id": "T000002R049741", + "___id": "T000002R049968", "___s": true }, { @@ -571347,7 +575556,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -571412,7 +575621,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomLeft", "inherited": true, - "___id": "T000002R049742", + "___id": "T000002R049969", "___s": true }, { @@ -571421,7 +575630,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -571486,7 +575695,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomCenter", "inherited": true, - "___id": "T000002R049743", + "___id": "T000002R049970", "___s": true }, { @@ -571495,7 +575704,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -571560,7 +575769,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomRight", "inherited": true, - "___id": "T000002R049744", + "___id": "T000002R049971", "___s": true }, { @@ -571569,7 +575778,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -571639,7 +575848,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBounds", "inherited": true, - "___id": "T000002R049745", + "___id": "T000002R049972", "___s": true }, { @@ -571648,7 +575857,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -571679,7 +575888,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R049746", + "___id": "T000002R049973", "___s": true }, { @@ -571688,7 +575897,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -571740,7 +575949,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#setMask", "inherited": true, - "___id": "T000002R049747", + "___id": "T000002R049974", "___s": true }, { @@ -571749,7 +575958,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -571793,7 +576002,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#clearMask", "inherited": true, - "___id": "T000002R049748", + "___id": "T000002R049975", "___s": true }, { @@ -571802,7 +576011,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -571955,7 +576164,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createBitmapMask", "inherited": true, - "___id": "T000002R049749", + "___id": "T000002R049976", "___s": true }, { @@ -571964,7 +576173,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -572036,7 +576245,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createGeometryMask", "inherited": true, - "___id": "T000002R049750", + "___id": "T000002R049977", "___s": true }, { @@ -572045,7 +576254,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -572068,7 +576277,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, - "___id": "T000002R049752", + "___id": "T000002R049979", "___s": true }, { @@ -572077,7 +576286,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -572100,7 +576309,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, - "___id": "T000002R049753", + "___id": "T000002R049980", "___s": true }, { @@ -572109,7 +576318,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -572130,7 +576339,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, - "___id": "T000002R049754", + "___id": "T000002R049981", "___s": true }, { @@ -572139,7 +576348,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -572160,7 +576369,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, - "___id": "T000002R049755", + "___id": "T000002R049982", "___s": true }, { @@ -572169,7 +576378,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -572228,7 +576437,7 @@ ], "inherits": "Phaser.GameObjects.Components.Origin#setOrigin", "inherited": true, - "___id": "T000002R049756", + "___id": "T000002R049983", "___s": true }, { @@ -572237,7 +576446,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -572264,7 +576473,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R049757", + "___id": "T000002R049984", "___s": true }, { @@ -572273,7 +576482,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -572332,7 +576541,7 @@ ], "inherits": "Phaser.GameObjects.Components.Origin#setDisplayOrigin", "inherited": true, - "___id": "T000002R049758", + "___id": "T000002R049985", "___s": true }, { @@ -572341,7 +576550,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -572368,7 +576577,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, - "___id": "T000002R049759", + "___id": "T000002R049986", "___s": true }, { @@ -572377,7 +576586,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -572399,7 +576608,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R049760", + "___id": "T000002R049987", "___s": true }, { @@ -572408,7 +576617,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -572430,7 +576639,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R049761", + "___id": "T000002R049988", "___s": true }, { @@ -572439,7 +576648,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -572496,7 +576705,7 @@ ], "inherits": "Phaser.GameObjects.Components.ScrollFactor#setScrollFactor", "inherited": true, - "___id": "T000002R049762", + "___id": "T000002R049989", "___s": true }, { @@ -572505,7 +576714,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -572528,7 +576737,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R049763", + "___id": "T000002R049990", "___s": true }, { @@ -572537,7 +576746,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -572559,7 +576768,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R049767", + "___id": "T000002R049994", "___s": true }, { @@ -572568,7 +576777,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -572590,7 +576799,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R049768", + "___id": "T000002R049995", "___s": true }, { @@ -572599,7 +576808,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -572621,7 +576830,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R049769", + "___id": "T000002R049996", "___s": true }, { @@ -572630,7 +576839,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -572652,7 +576861,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R049770", + "___id": "T000002R049997", "___s": true }, { @@ -572661,7 +576870,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -572683,7 +576892,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R049771", + "___id": "T000002R049998", "___s": true }, { @@ -572692,7 +576901,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -572714,7 +576923,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R049772", + "___id": "T000002R049999", "___s": true }, { @@ -572723,7 +576932,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -572745,7 +576954,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R049773", + "___id": "T000002R050000", "___s": true }, { @@ -572754,7 +576963,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -572776,7 +576985,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R049774", + "___id": "T000002R050001", "___s": true }, { @@ -572785,7 +576994,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -572807,7 +577016,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R049775", + "___id": "T000002R050002", "___s": true }, { @@ -572816,7 +577025,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -572905,7 +577114,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setPosition", "inherited": true, - "___id": "T000002R049776", + "___id": "T000002R050003", "___s": true }, { @@ -572914,7 +577123,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -572971,7 +577180,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#copyPosition", "inherited": true, - "___id": "T000002R049777", + "___id": "T000002R050004", "___s": true }, { @@ -572980,7 +577189,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -573067,7 +577276,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRandomPosition", "inherited": true, - "___id": "T000002R049778", + "___id": "T000002R050005", "___s": true }, { @@ -573076,7 +577285,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -573120,7 +577329,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRotation", "inherited": true, - "___id": "T000002R049779", + "___id": "T000002R050006", "___s": true }, { @@ -573129,7 +577338,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -573173,7 +577382,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setAngle", "inherited": true, - "___id": "T000002R049780", + "___id": "T000002R050007", "___s": true }, { @@ -573182,7 +577391,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -573241,7 +577450,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setScale", "inherited": true, - "___id": "T000002R049781", + "___id": "T000002R050008", "___s": true }, { @@ -573250,7 +577459,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -573294,7 +577503,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setX", "inherited": true, - "___id": "T000002R049782", + "___id": "T000002R050009", "___s": true }, { @@ -573303,7 +577512,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -573347,7 +577556,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setY", "inherited": true, - "___id": "T000002R049783", + "___id": "T000002R050010", "___s": true }, { @@ -573356,7 +577565,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -573400,7 +577609,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setZ", "inherited": true, - "___id": "T000002R049784", + "___id": "T000002R050011", "___s": true }, { @@ -573409,7 +577618,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -573453,7 +577662,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setW", "inherited": true, - "___id": "T000002R049785", + "___id": "T000002R050012", "___s": true }, { @@ -573462,7 +577671,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -573504,7 +577713,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalTransformMatrix", "inherited": true, - "___id": "T000002R049786", + "___id": "T000002R050013", "___s": true }, { @@ -573513,7 +577722,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -573569,7 +577778,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getWorldTransformMatrix", "inherited": true, - "___id": "T000002R049787", + "___id": "T000002R050014", "___s": true }, { @@ -573578,7 +577787,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -573660,7 +577869,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalPoint", "inherited": true, - "___id": "T000002R049788", + "___id": "T000002R050015", "___s": true }, { @@ -573669,7 +577878,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -573695,7 +577904,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R049789", + "___id": "T000002R050016", "___s": true }, { @@ -573704,7 +577913,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -573725,7 +577934,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R049791", + "___id": "T000002R050018", "___s": true }, { @@ -573734,7 +577943,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -573776,7 +577985,7 @@ ], "inherits": "Phaser.GameObjects.Components.Visible#setVisible", "inherited": true, - "___id": "T000002R049792", + "___id": "T000002R050019", "___s": true }, { @@ -573785,7 +577994,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -573806,7 +578015,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R049793", + "___id": "T000002R050020", "___s": true }, { @@ -573815,7 +578024,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -573847,7 +578056,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R049794", + "___id": "T000002R050021", "___s": true }, { @@ -573856,7 +578065,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -573877,7 +578086,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R049795", + "___id": "T000002R050022", "___s": true }, { @@ -573886,7 +578095,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -573917,7 +578126,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R049796", + "___id": "T000002R050023", "___s": true }, { @@ -573926,7 +578135,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -573947,7 +578156,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R049797", + "___id": "T000002R050024", "___s": true }, { @@ -573956,7 +578165,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -573978,7 +578187,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R049798", + "___id": "T000002R050025", "___s": true }, { @@ -573987,7 +578196,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -574009,7 +578218,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R049799", + "___id": "T000002R050026", "___s": true }, { @@ -574018,7 +578227,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -574040,7 +578249,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R049800", + "___id": "T000002R050027", "___s": true }, { @@ -574049,7 +578258,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -574071,7 +578280,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R049801", + "___id": "T000002R050028", "___s": true }, { @@ -574080,7 +578289,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -574102,7 +578311,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R049802", + "___id": "T000002R050029", "___s": true }, { @@ -574111,7 +578320,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -574136,7 +578345,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R049803", + "___id": "T000002R050030", "___s": true }, { @@ -574145,7 +578354,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -574169,7 +578378,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R049804", + "___id": "T000002R050031", "___s": true }, { @@ -574178,7 +578387,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -574217,7 +578426,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R049805", + "___id": "T000002R050032", "___s": true }, { @@ -574226,7 +578435,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -574248,7 +578457,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R049806", + "___id": "T000002R050033", "___s": true }, { @@ -574257,7 +578466,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -574299,7 +578508,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setActive", "inherited": true, - "___id": "T000002R049807", + "___id": "T000002R050034", "___s": true }, { @@ -574308,7 +578517,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -574350,7 +578559,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setName", "inherited": true, - "___id": "T000002R049808", + "___id": "T000002R050035", "___s": true }, { @@ -574359,7 +578568,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -574411,7 +578620,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setState", "inherited": true, - "___id": "T000002R049809", + "___id": "T000002R050036", "___s": true }, { @@ -574420,7 +578629,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -574450,7 +578659,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R049810", + "___id": "T000002R050037", "___s": true }, { @@ -574459,7 +578668,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -574538,7 +578747,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setData", "inherited": true, - "___id": "T000002R049811", + "___id": "T000002R050038", "___s": true }, { @@ -574547,7 +578756,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -574604,7 +578813,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#incData", "inherited": true, - "___id": "T000002R049812", + "___id": "T000002R050039", "___s": true }, { @@ -574613,7 +578822,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -574655,7 +578864,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#toggleData", "inherited": true, - "___id": "T000002R049813", + "___id": "T000002R050040", "___s": true }, { @@ -574664,7 +578873,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -574723,7 +578932,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#getData", "inherited": true, - "___id": "T000002R049814", + "___id": "T000002R050041", "___s": true }, { @@ -574732,7 +578941,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -574819,7 +579028,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setInteractive", "inherited": true, - "___id": "T000002R049815", + "___id": "T000002R050042", "___s": true }, { @@ -574828,7 +579037,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -574855,7 +579064,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R049816", + "___id": "T000002R050043", "___s": true }, { @@ -574864,7 +579073,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -574891,7 +579100,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R049817", + "___id": "T000002R050044", "___s": true }, { @@ -574900,7 +579109,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -574912,7 +579121,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R049818", + "___id": "T000002R050045", "___s": true }, { @@ -574921,7 +579130,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -574933,7 +579142,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R049819", + "___id": "T000002R050046", "___s": true }, { @@ -574942,7 +579151,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -574971,7 +579180,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#update", "inherited": true, - "___id": "T000002R049820", + "___id": "T000002R050047", "___s": true }, { @@ -574980,7 +579189,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -575006,7 +579215,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R049821", + "___id": "T000002R050048", "___s": true }, { @@ -575015,7 +579224,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -575056,7 +579265,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#willRender", "inherited": true, - "___id": "T000002R049822", + "___id": "T000002R050049", "___s": true }, { @@ -575065,7 +579274,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -575100,7 +579309,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R049823", + "___id": "T000002R050050", "___s": true }, { @@ -575109,7 +579318,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -575166,7 +579375,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#addToDisplayList", "inherited": true, - "___id": "T000002R049824", + "___id": "T000002R050051", "___s": true }, { @@ -575175,7 +579384,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -575202,7 +579411,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R049825", + "___id": "T000002R050052", "___s": true }, { @@ -575211,7 +579420,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -575242,7 +579451,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R049826", + "___id": "T000002R050053", "___s": true }, { @@ -575251,7 +579460,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -575278,7 +579487,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R049827", + "___id": "T000002R050054", "___s": true }, { @@ -575287,7 +579496,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -575319,7 +579528,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#destroy", "inherited": true, - "___id": "T000002R049828", + "___id": "T000002R050055", "___s": true }, { @@ -575328,7 +579537,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -575340,7 +579549,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R049829", + "___id": "T000002R050056", "___s": true }, { @@ -575349,7 +579558,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -575392,7 +579601,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R049830", + "___id": "T000002R050057", "___s": true }, { @@ -575401,7 +579610,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -575461,7 +579670,7 @@ "name": "event" } ], - "___id": "T000002R049831", + "___id": "T000002R050058", "___s": true }, { @@ -575470,7 +579679,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -575521,7 +579730,7 @@ "name": "event" } ], - "___id": "T000002R049832", + "___id": "T000002R050059", "___s": true }, { @@ -575530,7 +579739,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -575596,7 +579805,7 @@ "name": "args" } ], - "___id": "T000002R049833", + "___id": "T000002R050060", "___s": true }, { @@ -575605,7 +579814,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -575684,7 +579893,7 @@ "name": "context" } ], - "___id": "T000002R049834", + "___id": "T000002R050061", "___s": true }, { @@ -575693,7 +579902,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -575772,7 +579981,7 @@ "name": "context" } ], - "___id": "T000002R049835", + "___id": "T000002R050062", "___s": true }, { @@ -575781,7 +579990,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -575860,7 +580069,7 @@ "name": "context" } ], - "___id": "T000002R049836", + "___id": "T000002R050063", "___s": true }, { @@ -575869,7 +580078,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -575962,7 +580171,7 @@ "name": "once" } ], - "___id": "T000002R049837", + "___id": "T000002R050064", "___s": true }, { @@ -575971,7 +580180,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -576064,7 +580273,7 @@ "name": "once" } ], - "___id": "T000002R049838", + "___id": "T000002R050065", "___s": true }, { @@ -576073,7 +580282,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -576126,7 +580335,7 @@ "name": "event" } ], - "___id": "T000002R049839", + "___id": "T000002R050066", "___s": true }, { @@ -576135,7 +580344,7 @@ "filename": "AlphaSingle.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -576162,7 +580371,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#clearAlpha", "inherited": true, - "___id": "T000002R049841", + "___id": "T000002R050068", "___s": true }, { @@ -576171,7 +580380,7 @@ "filename": "AlphaSingle.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -576215,7 +580424,7 @@ ], "inherits": "Phaser.GameObjects.Components.AlphaSingle#setAlpha", "inherited": true, - "___id": "T000002R049842", + "___id": "T000002R050069", "___s": true }, { @@ -576224,7 +580433,7 @@ "filename": "AlphaSingle.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -576245,7 +580454,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#alpha", "inherited": true, - "___id": "T000002R049843", + "___id": "T000002R050070", "___s": true }, { @@ -576254,7 +580463,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -576290,7 +580499,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R049845", + "___id": "T000002R050072", "___s": true }, { @@ -576299,7 +580508,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -576356,16 +580565,16 @@ ], "inherits": "Phaser.GameObjects.Components.BlendMode#setBlendMode", "inherited": true, - "___id": "T000002R049846", + "___id": "T000002R050073", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -576386,16 +580595,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R049848", + "___id": "T000002R050075", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -576437,7 +580646,181 @@ ], "inherits": "Phaser.GameObjects.Components.Depth#setDepth", "inherited": true, - "___id": "T000002R049849", + "___id": "T000002R050076", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.Shape#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Shape", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R050077", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.Shape#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Shape", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R050078", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.Shape#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Shape", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "___id": "T000002R050079", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.Shape#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Shape", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "___id": "T000002R050080", "___s": true }, { @@ -576446,7 +580829,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -576511,7 +580894,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getCenter", "inherited": true, - "___id": "T000002R049851", + "___id": "T000002R050082", "___s": true }, { @@ -576520,7 +580903,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -576585,7 +580968,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopLeft", "inherited": true, - "___id": "T000002R049852", + "___id": "T000002R050083", "___s": true }, { @@ -576594,7 +580977,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -576659,7 +581042,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopCenter", "inherited": true, - "___id": "T000002R049853", + "___id": "T000002R050084", "___s": true }, { @@ -576668,7 +581051,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -576733,7 +581116,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopRight", "inherited": true, - "___id": "T000002R049854", + "___id": "T000002R050085", "___s": true }, { @@ -576742,7 +581125,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -576807,7 +581190,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getLeftCenter", "inherited": true, - "___id": "T000002R049855", + "___id": "T000002R050086", "___s": true }, { @@ -576816,7 +581199,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -576881,7 +581264,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getRightCenter", "inherited": true, - "___id": "T000002R049856", + "___id": "T000002R050087", "___s": true }, { @@ -576890,7 +581273,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -576955,7 +581338,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomLeft", "inherited": true, - "___id": "T000002R049857", + "___id": "T000002R050088", "___s": true }, { @@ -576964,7 +581347,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -577029,7 +581412,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomCenter", "inherited": true, - "___id": "T000002R049858", + "___id": "T000002R050089", "___s": true }, { @@ -577038,7 +581421,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -577103,7 +581486,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomRight", "inherited": true, - "___id": "T000002R049859", + "___id": "T000002R050090", "___s": true }, { @@ -577112,7 +581495,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -577182,7 +581565,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBounds", "inherited": true, - "___id": "T000002R049860", + "___id": "T000002R050091", "___s": true }, { @@ -577191,7 +581574,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -577222,7 +581605,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R049861", + "___id": "T000002R050092", "___s": true }, { @@ -577231,7 +581614,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -577283,7 +581666,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#setMask", "inherited": true, - "___id": "T000002R049862", + "___id": "T000002R050093", "___s": true }, { @@ -577292,7 +581675,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -577336,7 +581719,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#clearMask", "inherited": true, - "___id": "T000002R049863", + "___id": "T000002R050094", "___s": true }, { @@ -577345,7 +581728,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -577498,7 +581881,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createBitmapMask", "inherited": true, - "___id": "T000002R049864", + "___id": "T000002R050095", "___s": true }, { @@ -577507,7 +581890,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -577579,7 +581962,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createGeometryMask", "inherited": true, - "___id": "T000002R049865", + "___id": "T000002R050096", "___s": true }, { @@ -577588,7 +581971,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -577611,7 +581994,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, - "___id": "T000002R049867", + "___id": "T000002R050098", "___s": true }, { @@ -577620,7 +582003,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -577643,7 +582026,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, - "___id": "T000002R049868", + "___id": "T000002R050099", "___s": true }, { @@ -577652,7 +582035,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -577673,7 +582056,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, - "___id": "T000002R049869", + "___id": "T000002R050100", "___s": true }, { @@ -577682,7 +582065,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -577703,7 +582086,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, - "___id": "T000002R049870", + "___id": "T000002R050101", "___s": true }, { @@ -577712,7 +582095,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -577771,7 +582154,7 @@ ], "inherits": "Phaser.GameObjects.Components.Origin#setOrigin", "inherited": true, - "___id": "T000002R049871", + "___id": "T000002R050102", "___s": true }, { @@ -577780,7 +582163,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -577807,7 +582190,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R049872", + "___id": "T000002R050103", "___s": true }, { @@ -577816,7 +582199,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -577875,7 +582258,7 @@ ], "inherits": "Phaser.GameObjects.Components.Origin#setDisplayOrigin", "inherited": true, - "___id": "T000002R049873", + "___id": "T000002R050104", "___s": true }, { @@ -577884,7 +582267,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -577911,7 +582294,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, - "___id": "T000002R049874", + "___id": "T000002R050105", "___s": true }, { @@ -577920,7 +582303,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -577949,7 +582332,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R049875", + "___id": "T000002R050106", "___s": true }, { @@ -577958,7 +582341,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -577987,7 +582370,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R049876", + "___id": "T000002R050107", "___s": true }, { @@ -577996,7 +582379,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -578024,7 +582407,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R049877", + "___id": "T000002R050108", "___s": true }, { @@ -578033,7 +582416,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -578092,7 +582475,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#initPipeline", "inherited": true, - "___id": "T000002R049878", + "___id": "T000002R050109", "___s": true }, { @@ -578101,7 +582484,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -578189,7 +582572,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipeline", "inherited": true, - "___id": "T000002R049879", + "___id": "T000002R050110", "___s": true }, { @@ -578198,7 +582581,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -578261,7 +582644,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipelineData", "inherited": true, - "___id": "T000002R049880", + "___id": "T000002R050111", "___s": true }, { @@ -578270,7 +582653,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -578320,16 +582703,16 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#resetPipeline", "inherited": true, - "___id": "T000002R049881", + "___id": "T000002R050112", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -578352,17 +582735,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.Shape", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R049882", + "___id": "T000002R050113", "___s": true }, { @@ -578371,7 +582756,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -578399,7 +582784,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R049883", + "___id": "T000002R050114", "___s": true }, { @@ -578408,7 +582793,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -578445,7 +582830,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R049884", + "___id": "T000002R050115", "___s": true }, { @@ -578454,7 +582839,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -578482,7 +582867,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R049885", + "___id": "T000002R050116", "___s": true }, { @@ -578491,7 +582876,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -578521,7 +582906,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R049886", + "___id": "T000002R050117", "___s": true }, { @@ -578530,7 +582915,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -578558,7 +582943,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R049887", + "___id": "T000002R050118", "___s": true }, { @@ -578567,7 +582952,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -578603,7 +582988,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#initPostPipeline", "inherited": true, - "___id": "T000002R049888", + "___id": "T000002R050119", "___s": true }, { @@ -578612,7 +582997,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -578747,7 +583132,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipeline", "inherited": true, - "___id": "T000002R049889", + "___id": "T000002R050120", "___s": true }, { @@ -578756,7 +583141,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -578819,7 +583204,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipelineData", "inherited": true, - "___id": "T000002R049890", + "___id": "T000002R050121", "___s": true }, { @@ -578828,7 +583213,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -578910,7 +583295,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#getPostPipeline", "inherited": true, - "___id": "T000002R049891", + "___id": "T000002R050122", "___s": true }, { @@ -578919,7 +583304,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -578955,7 +583340,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#resetPostPipeline", "inherited": true, - "___id": "T000002R049892", + "___id": "T000002R050123", "___s": true }, { @@ -578964,7 +583349,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -579023,7 +583408,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#removePostPipeline", "inherited": true, - "___id": "T000002R049893", + "___id": "T000002R050124", "___s": true }, { @@ -579032,7 +583417,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -579066,7 +583451,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R049894", + "___id": "T000002R050125", "___s": true }, { @@ -579075,7 +583460,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -579097,7 +583482,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R049895", + "___id": "T000002R050126", "___s": true }, { @@ -579106,7 +583491,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -579128,7 +583513,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R049896", + "___id": "T000002R050127", "___s": true }, { @@ -579137,7 +583522,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -579194,7 +583579,7 @@ ], "inherits": "Phaser.GameObjects.Components.ScrollFactor#setScrollFactor", "inherited": true, - "___id": "T000002R049897", + "___id": "T000002R050128", "___s": true }, { @@ -579203,7 +583588,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -579226,7 +583611,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R049898", + "___id": "T000002R050129", "___s": true }, { @@ -579235,7 +583620,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -579257,7 +583642,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R049902", + "___id": "T000002R050133", "___s": true }, { @@ -579266,7 +583651,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -579288,7 +583673,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R049903", + "___id": "T000002R050134", "___s": true }, { @@ -579297,7 +583682,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -579319,7 +583704,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R049904", + "___id": "T000002R050135", "___s": true }, { @@ -579328,7 +583713,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -579350,7 +583735,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R049905", + "___id": "T000002R050136", "___s": true }, { @@ -579359,7 +583744,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -579381,7 +583766,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R049906", + "___id": "T000002R050137", "___s": true }, { @@ -579390,7 +583775,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -579412,7 +583797,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R049907", + "___id": "T000002R050138", "___s": true }, { @@ -579421,7 +583806,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -579443,7 +583828,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R049908", + "___id": "T000002R050139", "___s": true }, { @@ -579452,7 +583837,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -579474,7 +583859,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R049909", + "___id": "T000002R050140", "___s": true }, { @@ -579483,7 +583868,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -579505,7 +583890,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R049910", + "___id": "T000002R050141", "___s": true }, { @@ -579514,7 +583899,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -579603,7 +583988,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setPosition", "inherited": true, - "___id": "T000002R049911", + "___id": "T000002R050142", "___s": true }, { @@ -579612,7 +583997,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -579669,7 +584054,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#copyPosition", "inherited": true, - "___id": "T000002R049912", + "___id": "T000002R050143", "___s": true }, { @@ -579678,7 +584063,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -579765,7 +584150,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRandomPosition", "inherited": true, - "___id": "T000002R049913", + "___id": "T000002R050144", "___s": true }, { @@ -579774,7 +584159,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -579818,7 +584203,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRotation", "inherited": true, - "___id": "T000002R049914", + "___id": "T000002R050145", "___s": true }, { @@ -579827,7 +584212,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -579871,7 +584256,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setAngle", "inherited": true, - "___id": "T000002R049915", + "___id": "T000002R050146", "___s": true }, { @@ -579880,7 +584265,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -579939,7 +584324,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setScale", "inherited": true, - "___id": "T000002R049916", + "___id": "T000002R050147", "___s": true }, { @@ -579948,7 +584333,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -579992,7 +584377,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setX", "inherited": true, - "___id": "T000002R049917", + "___id": "T000002R050148", "___s": true }, { @@ -580001,7 +584386,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -580045,7 +584430,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setY", "inherited": true, - "___id": "T000002R049918", + "___id": "T000002R050149", "___s": true }, { @@ -580054,7 +584439,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -580098,7 +584483,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setZ", "inherited": true, - "___id": "T000002R049919", + "___id": "T000002R050150", "___s": true }, { @@ -580107,7 +584492,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -580151,7 +584536,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setW", "inherited": true, - "___id": "T000002R049920", + "___id": "T000002R050151", "___s": true }, { @@ -580160,7 +584545,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -580202,7 +584587,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalTransformMatrix", "inherited": true, - "___id": "T000002R049921", + "___id": "T000002R050152", "___s": true }, { @@ -580211,7 +584596,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -580267,7 +584652,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getWorldTransformMatrix", "inherited": true, - "___id": "T000002R049922", + "___id": "T000002R050153", "___s": true }, { @@ -580276,7 +584661,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -580358,7 +584743,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalPoint", "inherited": true, - "___id": "T000002R049923", + "___id": "T000002R050154", "___s": true }, { @@ -580367,7 +584752,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -580393,7 +584778,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R049924", + "___id": "T000002R050155", "___s": true }, { @@ -580402,7 +584787,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -580423,7 +584808,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R049926", + "___id": "T000002R050157", "___s": true }, { @@ -580432,7 +584817,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -580474,7 +584859,7 @@ ], "inherits": "Phaser.GameObjects.Components.Visible#setVisible", "inherited": true, - "___id": "T000002R049927", + "___id": "T000002R050158", "___s": true }, { @@ -580483,7 +584868,7 @@ "filename": "Shape.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "geom", @@ -580505,7 +584890,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#geom", "inherited": true, - "___id": "T000002R049931", + "___id": "T000002R050162", "___s": true }, { @@ -580514,7 +584899,7 @@ "filename": "Shape.js", "lineno": 76, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "pathData", @@ -580545,7 +584930,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#pathData", "inherited": true, - "___id": "T000002R049932", + "___id": "T000002R050163", "___s": true }, { @@ -580554,7 +584939,7 @@ "filename": "Shape.js", "lineno": 86, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "pathIndexes", @@ -580585,7 +584970,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#pathIndexes", "inherited": true, - "___id": "T000002R049933", + "___id": "T000002R050164", "___s": true }, { @@ -580594,7 +584979,7 @@ "filename": "Shape.js", "lineno": 96, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "fillColor", @@ -580615,7 +585000,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#fillColor", "inherited": true, - "___id": "T000002R049934", + "___id": "T000002R050165", "___s": true }, { @@ -580624,7 +585009,7 @@ "filename": "Shape.js", "lineno": 105, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "fillAlpha", @@ -580645,7 +585030,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#fillAlpha", "inherited": true, - "___id": "T000002R049935", + "___id": "T000002R050166", "___s": true }, { @@ -580654,7 +585039,7 @@ "filename": "Shape.js", "lineno": 114, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "strokeColor", @@ -580675,7 +585060,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#strokeColor", "inherited": true, - "___id": "T000002R049936", + "___id": "T000002R050167", "___s": true }, { @@ -580684,7 +585069,7 @@ "filename": "Shape.js", "lineno": 123, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "strokeAlpha", @@ -580705,7 +585090,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#strokeAlpha", "inherited": true, - "___id": "T000002R049937", + "___id": "T000002R050168", "___s": true }, { @@ -580714,7 +585099,7 @@ "filename": "Shape.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "lineWidth", @@ -580735,7 +585120,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#lineWidth", "inherited": true, - "___id": "T000002R049938", + "___id": "T000002R050169", "___s": true }, { @@ -580744,7 +585129,7 @@ "filename": "Shape.js", "lineno": 141, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "isFilled", @@ -580765,7 +585150,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#isFilled", "inherited": true, - "___id": "T000002R049939", + "___id": "T000002R050170", "___s": true }, { @@ -580774,7 +585159,7 @@ "filename": "Shape.js", "lineno": 151, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "isStroked", @@ -580795,7 +585180,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#isStroked", "inherited": true, - "___id": "T000002R049940", + "___id": "T000002R050171", "___s": true }, { @@ -580804,7 +585189,7 @@ "filename": "Shape.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "closePath", @@ -580825,7 +585210,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#closePath", "inherited": true, - "___id": "T000002R049941", + "___id": "T000002R050172", "___s": true }, { @@ -580834,7 +585219,7 @@ "filename": "Shape.js", "lineno": 182, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "width", @@ -580855,7 +585240,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#width", "inherited": true, - "___id": "T000002R049943", + "___id": "T000002R050174", "___s": true }, { @@ -580864,7 +585249,7 @@ "filename": "Shape.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "height", @@ -580885,7 +585270,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#height", "inherited": true, - "___id": "T000002R049944", + "___id": "T000002R050175", "___s": true }, { @@ -580894,7 +585279,7 @@ "filename": "Shape.js", "lineno": 212, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setFillStyle", @@ -580952,7 +585337,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setFillStyle", "inherited": true, - "___id": "T000002R049945", + "___id": "T000002R050176", "___s": true }, { @@ -580961,7 +585346,7 @@ "filename": "Shape.js", "lineno": 247, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setStrokeStyle", @@ -581033,7 +585418,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setStrokeStyle", "inherited": true, - "___id": "T000002R049946", + "___id": "T000002R050177", "___s": true }, { @@ -581042,7 +585427,7 @@ "filename": "Shape.js", "lineno": 284, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setClosePath", @@ -581084,7 +585469,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setClosePath", "inherited": true, - "___id": "T000002R049947", + "___id": "T000002R050178", "___s": true }, { @@ -581093,7 +585478,7 @@ "filename": "Shape.js", "lineno": 332, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setDisplaySize", @@ -581148,7 +585533,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setDisplaySize", "inherited": true, - "___id": "T000002R049949", + "___id": "T000002R050180", "___s": true }, { @@ -581157,7 +585542,7 @@ "filename": "Shape.js", "lineno": 353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "preDestroy", @@ -581170,7 +585555,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#preDestroy", "inherited": true, - "___id": "T000002R049950", + "___id": "T000002R050181", "___s": true }, { @@ -581179,7 +585564,7 @@ "filename": "Shape.js", "lineno": 368, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "displayWidth", @@ -581200,7 +585585,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#displayWidth", "inherited": true, - "___id": "T000002R049951", + "___id": "T000002R050182", "___s": true }, { @@ -581209,7 +585594,7 @@ "filename": "Shape.js", "lineno": 393, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "displayHeight", @@ -581230,7 +585615,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#displayHeight", "inherited": true, - "___id": "T000002R049952", + "___id": "T000002R050183", "___s": true }, { @@ -581239,7 +585624,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -581260,7 +585645,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R049954", + "___id": "T000002R050185", "___s": true }, { @@ -581269,7 +585654,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -581301,7 +585686,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R049955", + "___id": "T000002R050186", "___s": true }, { @@ -581310,7 +585695,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -581331,7 +585716,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R049956", + "___id": "T000002R050187", "___s": true }, { @@ -581340,7 +585725,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -581371,7 +585756,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R049957", + "___id": "T000002R050188", "___s": true }, { @@ -581380,7 +585765,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -581401,7 +585786,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R049958", + "___id": "T000002R050189", "___s": true }, { @@ -581410,7 +585795,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -581432,7 +585817,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R049959", + "___id": "T000002R050190", "___s": true }, { @@ -581441,7 +585826,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -581463,7 +585848,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R049960", + "___id": "T000002R050191", "___s": true }, { @@ -581472,7 +585857,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -581494,7 +585879,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R049961", + "___id": "T000002R050192", "___s": true }, { @@ -581503,7 +585888,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -581525,7 +585910,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R049962", + "___id": "T000002R050193", "___s": true }, { @@ -581534,7 +585919,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -581556,7 +585941,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R049963", + "___id": "T000002R050194", "___s": true }, { @@ -581565,7 +585950,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -581590,7 +585975,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R049964", + "___id": "T000002R050195", "___s": true }, { @@ -581599,7 +585984,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -581623,7 +586008,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R049965", + "___id": "T000002R050196", "___s": true }, { @@ -581632,7 +586017,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -581671,7 +586056,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R049966", + "___id": "T000002R050197", "___s": true }, { @@ -581680,7 +586065,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -581702,7 +586087,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R049967", + "___id": "T000002R050198", "___s": true }, { @@ -581711,7 +586096,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -581753,7 +586138,7 @@ "name": "value" } ], - "___id": "T000002R049968", + "___id": "T000002R050199", "___s": true }, { @@ -581762,7 +586147,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -581804,7 +586189,7 @@ "name": "value" } ], - "___id": "T000002R049969", + "___id": "T000002R050200", "___s": true }, { @@ -581813,7 +586198,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -581865,7 +586250,7 @@ "name": "value" } ], - "___id": "T000002R049970", + "___id": "T000002R050201", "___s": true }, { @@ -581874,7 +586259,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -581904,7 +586289,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R049971", + "___id": "T000002R050202", "___s": true }, { @@ -581913,7 +586298,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -581992,7 +586377,7 @@ "name": "data" } ], - "___id": "T000002R049972", + "___id": "T000002R050203", "___s": true }, { @@ -582001,7 +586386,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -582058,7 +586443,7 @@ "name": "amount" } ], - "___id": "T000002R049973", + "___id": "T000002R050204", "___s": true }, { @@ -582067,7 +586452,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -582109,7 +586494,7 @@ "name": "key" } ], - "___id": "T000002R049974", + "___id": "T000002R050205", "___s": true }, { @@ -582118,7 +586503,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -582177,7 +586562,7 @@ "name": "key" } ], - "___id": "T000002R049975", + "___id": "T000002R050206", "___s": true }, { @@ -582186,7 +586571,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -582273,7 +586658,7 @@ "name": "dropZone" } ], - "___id": "T000002R049976", + "___id": "T000002R050207", "___s": true }, { @@ -582282,7 +586667,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -582309,7 +586694,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R049977", + "___id": "T000002R050208", "___s": true }, { @@ -582318,7 +586703,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -582345,7 +586730,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R049978", + "___id": "T000002R050209", "___s": true }, { @@ -582354,7 +586739,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -582366,7 +586751,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R049979", + "___id": "T000002R050210", "___s": true }, { @@ -582375,7 +586760,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -582387,7 +586772,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R049980", + "___id": "T000002R050211", "___s": true }, { @@ -582396,7 +586781,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -582425,7 +586810,7 @@ "name": "args" } ], - "___id": "T000002R049981", + "___id": "T000002R050212", "___s": true }, { @@ -582434,7 +586819,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -582460,7 +586845,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R049982", + "___id": "T000002R050213", "___s": true }, { @@ -582469,7 +586854,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -582510,7 +586895,7 @@ "name": "camera" } ], - "___id": "T000002R049983", + "___id": "T000002R050214", "___s": true }, { @@ -582519,7 +586904,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -582554,7 +586939,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R049984", + "___id": "T000002R050215", "___s": true }, { @@ -582563,7 +586948,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -582620,7 +587005,7 @@ "name": "displayList" } ], - "___id": "T000002R049985", + "___id": "T000002R050216", "___s": true }, { @@ -582629,7 +587014,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -582656,7 +587041,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R049986", + "___id": "T000002R050217", "___s": true }, { @@ -582665,7 +587050,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -582696,7 +587081,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R049987", + "___id": "T000002R050218", "___s": true }, { @@ -582705,7 +587090,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -582732,7 +587117,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R049988", + "___id": "T000002R050219", "___s": true }, { @@ -582741,7 +587126,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -582773,7 +587158,7 @@ "name": "fromScene" } ], - "___id": "T000002R049989", + "___id": "T000002R050220", "___s": true }, { @@ -582782,7 +587167,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -582794,7 +587179,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R049990", + "___id": "T000002R050221", "___s": true }, { @@ -582803,7 +587188,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -582846,7 +587231,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R049991", + "___id": "T000002R050222", "___s": true }, { @@ -582855,7 +587240,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -582915,7 +587300,7 @@ "name": "event" } ], - "___id": "T000002R049992", + "___id": "T000002R050223", "___s": true }, { @@ -582924,7 +587309,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -582975,7 +587360,7 @@ "name": "event" } ], - "___id": "T000002R049993", + "___id": "T000002R050224", "___s": true }, { @@ -582984,7 +587369,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -583050,7 +587435,7 @@ "name": "args" } ], - "___id": "T000002R049994", + "___id": "T000002R050225", "___s": true }, { @@ -583059,7 +587444,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -583138,7 +587523,7 @@ "name": "context" } ], - "___id": "T000002R049995", + "___id": "T000002R050226", "___s": true }, { @@ -583147,7 +587532,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -583226,7 +587611,7 @@ "name": "context" } ], - "___id": "T000002R049996", + "___id": "T000002R050227", "___s": true }, { @@ -583235,7 +587620,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -583314,7 +587699,7 @@ "name": "context" } ], - "___id": "T000002R049997", + "___id": "T000002R050228", "___s": true }, { @@ -583323,7 +587708,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -583416,7 +587801,7 @@ "name": "once" } ], - "___id": "T000002R049998", + "___id": "T000002R050229", "___s": true }, { @@ -583425,7 +587810,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -583518,7 +587903,7 @@ "name": "once" } ], - "___id": "T000002R049999", + "___id": "T000002R050230", "___s": true }, { @@ -583527,7 +587912,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -583580,7 +587965,7 @@ "name": "event" } ], - "___id": "T000002R050000", + "___id": "T000002R050231", "___s": true }, { @@ -583589,7 +587974,7 @@ "filename": "AlphaSingle.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -583616,7 +588001,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#clearAlpha", "inherited": true, - "___id": "T000002R050002", + "___id": "T000002R050233", "___s": true }, { @@ -583625,7 +588010,7 @@ "filename": "AlphaSingle.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -583669,7 +588054,7 @@ "name": "value" } ], - "___id": "T000002R050003", + "___id": "T000002R050234", "___s": true }, { @@ -583678,7 +588063,7 @@ "filename": "AlphaSingle.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -583699,7 +588084,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#alpha", "inherited": true, - "___id": "T000002R050004", + "___id": "T000002R050235", "___s": true }, { @@ -583708,7 +588093,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -583744,7 +588129,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R050006", + "___id": "T000002R050237", "___s": true }, { @@ -583753,7 +588138,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -583810,16 +588195,16 @@ "name": "value" } ], - "___id": "T000002R050007", + "___id": "T000002R050238", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -583840,16 +588225,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R050009", + "___id": "T000002R050240", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -583891,7 +588276,181 @@ "name": "value" } ], - "___id": "T000002R050010", + "___id": "T000002R050241", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.Arc#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Arc", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R050242", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.Arc#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Arc", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R050243", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.Arc#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Arc", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R050244", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.Arc#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Arc", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R050245", "___s": true }, { @@ -583900,7 +588459,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -583965,7 +588524,7 @@ "name": "includeParent" } ], - "___id": "T000002R050012", + "___id": "T000002R050247", "___s": true }, { @@ -583974,7 +588533,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -584039,7 +588598,7 @@ "name": "includeParent" } ], - "___id": "T000002R050013", + "___id": "T000002R050248", "___s": true }, { @@ -584048,7 +588607,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -584113,7 +588672,7 @@ "name": "includeParent" } ], - "___id": "T000002R050014", + "___id": "T000002R050249", "___s": true }, { @@ -584122,7 +588681,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -584187,7 +588746,7 @@ "name": "includeParent" } ], - "___id": "T000002R050015", + "___id": "T000002R050250", "___s": true }, { @@ -584196,7 +588755,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -584261,7 +588820,7 @@ "name": "includeParent" } ], - "___id": "T000002R050016", + "___id": "T000002R050251", "___s": true }, { @@ -584270,7 +588829,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -584335,7 +588894,7 @@ "name": "includeParent" } ], - "___id": "T000002R050017", + "___id": "T000002R050252", "___s": true }, { @@ -584344,7 +588903,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -584409,7 +588968,7 @@ "name": "includeParent" } ], - "___id": "T000002R050018", + "___id": "T000002R050253", "___s": true }, { @@ -584418,7 +588977,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -584483,7 +589042,7 @@ "name": "includeParent" } ], - "___id": "T000002R050019", + "___id": "T000002R050254", "___s": true }, { @@ -584492,7 +589051,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -584557,7 +589116,7 @@ "name": "includeParent" } ], - "___id": "T000002R050020", + "___id": "T000002R050255", "___s": true }, { @@ -584566,7 +589125,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -584636,7 +589195,7 @@ "name": "output" } ], - "___id": "T000002R050021", + "___id": "T000002R050256", "___s": true }, { @@ -584645,7 +589204,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -584676,7 +589235,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R050022", + "___id": "T000002R050257", "___s": true }, { @@ -584685,7 +589244,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -584737,7 +589296,7 @@ "name": "mask" } ], - "___id": "T000002R050023", + "___id": "T000002R050258", "___s": true }, { @@ -584746,7 +589305,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -584790,7 +589349,7 @@ "name": "destroyMask" } ], - "___id": "T000002R050024", + "___id": "T000002R050259", "___s": true }, { @@ -584799,7 +589358,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -584952,7 +589511,7 @@ "name": "frame" } ], - "___id": "T000002R050025", + "___id": "T000002R050260", "___s": true }, { @@ -584961,7 +589520,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -585033,7 +589592,7 @@ "name": "graphics" } ], - "___id": "T000002R050026", + "___id": "T000002R050261", "___s": true }, { @@ -585042,7 +589601,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -585065,7 +589624,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, - "___id": "T000002R050028", + "___id": "T000002R050263", "___s": true }, { @@ -585074,7 +589633,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -585097,7 +589656,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, - "___id": "T000002R050029", + "___id": "T000002R050264", "___s": true }, { @@ -585106,7 +589665,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -585127,7 +589686,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, - "___id": "T000002R050030", + "___id": "T000002R050265", "___s": true }, { @@ -585136,7 +589695,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -585157,7 +589716,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, - "___id": "T000002R050031", + "___id": "T000002R050266", "___s": true }, { @@ -585166,7 +589725,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -585225,7 +589784,7 @@ "name": "y" } ], - "___id": "T000002R050032", + "___id": "T000002R050267", "___s": true }, { @@ -585234,7 +589793,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -585261,7 +589820,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R050033", + "___id": "T000002R050268", "___s": true }, { @@ -585270,7 +589829,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -585329,7 +589888,7 @@ "name": "y" } ], - "___id": "T000002R050034", + "___id": "T000002R050269", "___s": true }, { @@ -585338,7 +589897,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -585365,7 +589924,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, - "___id": "T000002R050035", + "___id": "T000002R050270", "___s": true }, { @@ -585374,7 +589933,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -585403,7 +589962,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R050036", + "___id": "T000002R050271", "___s": true }, { @@ -585412,7 +589971,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -585441,7 +590000,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R050037", + "___id": "T000002R050272", "___s": true }, { @@ -585450,7 +590009,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -585478,7 +590037,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R050038", + "___id": "T000002R050273", "___s": true }, { @@ -585487,7 +590046,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -585546,7 +590105,7 @@ "name": "pipeline" } ], - "___id": "T000002R050039", + "___id": "T000002R050274", "___s": true }, { @@ -585555,7 +590114,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -585643,7 +590202,7 @@ "name": "copyData" } ], - "___id": "T000002R050040", + "___id": "T000002R050275", "___s": true }, { @@ -585652,7 +590211,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -585715,7 +590274,7 @@ "name": "value" } ], - "___id": "T000002R050041", + "___id": "T000002R050276", "___s": true }, { @@ -585724,7 +590283,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -585774,16 +590333,16 @@ "name": "resetData" } ], - "___id": "T000002R050042", + "___id": "T000002R050277", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -585806,17 +590365,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.Arc", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R050043", + "___id": "T000002R050278", "___s": true }, { @@ -585825,7 +590386,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -585853,7 +590414,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R050044", + "___id": "T000002R050279", "___s": true }, { @@ -585862,7 +590423,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -585899,7 +590460,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R050045", + "___id": "T000002R050280", "___s": true }, { @@ -585908,7 +590469,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -585936,7 +590497,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R050046", + "___id": "T000002R050281", "___s": true }, { @@ -585945,7 +590506,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -585975,7 +590536,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R050047", + "___id": "T000002R050282", "___s": true }, { @@ -585984,7 +590545,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -586012,7 +590573,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R050048", + "___id": "T000002R050283", "___s": true }, { @@ -586021,7 +590582,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -586057,7 +590618,7 @@ "name": "preFX" } ], - "___id": "T000002R050049", + "___id": "T000002R050284", "___s": true }, { @@ -586066,7 +590627,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -586201,7 +590762,7 @@ "name": "copyData" } ], - "___id": "T000002R050050", + "___id": "T000002R050285", "___s": true }, { @@ -586210,7 +590771,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -586273,7 +590834,7 @@ "name": "value" } ], - "___id": "T000002R050051", + "___id": "T000002R050286", "___s": true }, { @@ -586282,7 +590843,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -586364,7 +590925,7 @@ "name": "pipeline" } ], - "___id": "T000002R050052", + "___id": "T000002R050287", "___s": true }, { @@ -586373,7 +590934,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -586409,7 +590970,7 @@ "name": "resetData" } ], - "___id": "T000002R050053", + "___id": "T000002R050288", "___s": true }, { @@ -586418,7 +590979,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -586477,7 +591038,7 @@ "name": "pipeline" } ], - "___id": "T000002R050054", + "___id": "T000002R050289", "___s": true }, { @@ -586486,7 +591047,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -586520,7 +591081,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R050055", + "___id": "T000002R050290", "___s": true }, { @@ -586529,7 +591090,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -586551,7 +591112,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R050056", + "___id": "T000002R050291", "___s": true }, { @@ -586560,7 +591121,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -586582,7 +591143,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R050057", + "___id": "T000002R050292", "___s": true }, { @@ -586591,7 +591152,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -586648,7 +591209,7 @@ "name": "y" } ], - "___id": "T000002R050058", + "___id": "T000002R050293", "___s": true }, { @@ -586657,7 +591218,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -586680,7 +591241,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R050059", + "___id": "T000002R050294", "___s": true }, { @@ -586689,7 +591250,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -586711,7 +591272,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R050063", + "___id": "T000002R050298", "___s": true }, { @@ -586720,7 +591281,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -586742,7 +591303,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R050064", + "___id": "T000002R050299", "___s": true }, { @@ -586751,7 +591312,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -586773,7 +591334,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R050065", + "___id": "T000002R050300", "___s": true }, { @@ -586782,7 +591343,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -586804,7 +591365,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R050066", + "___id": "T000002R050301", "___s": true }, { @@ -586813,7 +591374,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -586835,7 +591396,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R050067", + "___id": "T000002R050302", "___s": true }, { @@ -586844,7 +591405,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -586866,7 +591427,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R050068", + "___id": "T000002R050303", "___s": true }, { @@ -586875,7 +591436,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -586897,7 +591458,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R050069", + "___id": "T000002R050304", "___s": true }, { @@ -586906,7 +591467,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -586928,7 +591489,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R050070", + "___id": "T000002R050305", "___s": true }, { @@ -586937,7 +591498,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -586959,7 +591520,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R050071", + "___id": "T000002R050306", "___s": true }, { @@ -586968,7 +591529,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -587057,7 +591618,7 @@ "name": "w" } ], - "___id": "T000002R050072", + "___id": "T000002R050307", "___s": true }, { @@ -587066,7 +591627,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -587123,7 +591684,7 @@ "name": "source" } ], - "___id": "T000002R050073", + "___id": "T000002R050308", "___s": true }, { @@ -587132,7 +591693,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -587219,7 +591780,7 @@ "name": "height" } ], - "___id": "T000002R050074", + "___id": "T000002R050309", "___s": true }, { @@ -587228,7 +591789,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -587272,7 +591833,7 @@ "name": "radians" } ], - "___id": "T000002R050075", + "___id": "T000002R050310", "___s": true }, { @@ -587281,7 +591842,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -587325,7 +591886,7 @@ "name": "degrees" } ], - "___id": "T000002R050076", + "___id": "T000002R050311", "___s": true }, { @@ -587334,7 +591895,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -587393,7 +591954,7 @@ "name": "y" } ], - "___id": "T000002R050077", + "___id": "T000002R050312", "___s": true }, { @@ -587402,7 +591963,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -587446,7 +592007,7 @@ "name": "value" } ], - "___id": "T000002R050078", + "___id": "T000002R050313", "___s": true }, { @@ -587455,7 +592016,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -587499,7 +592060,7 @@ "name": "value" } ], - "___id": "T000002R050079", + "___id": "T000002R050314", "___s": true }, { @@ -587508,7 +592069,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -587552,7 +592113,7 @@ "name": "value" } ], - "___id": "T000002R050080", + "___id": "T000002R050315", "___s": true }, { @@ -587561,7 +592122,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -587605,7 +592166,7 @@ "name": "value" } ], - "___id": "T000002R050081", + "___id": "T000002R050316", "___s": true }, { @@ -587614,7 +592175,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -587656,7 +592217,7 @@ "name": "tempMatrix" } ], - "___id": "T000002R050082", + "___id": "T000002R050317", "___s": true }, { @@ -587665,7 +592226,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -587721,7 +592282,7 @@ "name": "parentMatrix" } ], - "___id": "T000002R050083", + "___id": "T000002R050318", "___s": true }, { @@ -587730,7 +592291,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -587812,7 +592373,7 @@ "name": "camera" } ], - "___id": "T000002R050084", + "___id": "T000002R050319", "___s": true }, { @@ -587821,7 +592382,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -587847,7 +592408,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R050085", + "___id": "T000002R050320", "___s": true }, { @@ -587856,7 +592417,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -587877,7 +592438,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R050087", + "___id": "T000002R050322", "___s": true }, { @@ -587886,7 +592447,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -587928,7 +592489,7 @@ "name": "value" } ], - "___id": "T000002R050088", + "___id": "T000002R050323", "___s": true }, { @@ -587937,7 +592498,7 @@ "filename": "Shape.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "geom", @@ -587959,7 +592520,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#geom", "inherited": true, - "___id": "T000002R050092", + "___id": "T000002R050327", "___s": true }, { @@ -587968,7 +592529,7 @@ "filename": "Shape.js", "lineno": 76, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "pathData", @@ -587999,7 +592560,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#pathData", "inherited": true, - "___id": "T000002R050093", + "___id": "T000002R050328", "___s": true }, { @@ -588008,7 +592569,7 @@ "filename": "Shape.js", "lineno": 86, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "pathIndexes", @@ -588039,7 +592600,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#pathIndexes", "inherited": true, - "___id": "T000002R050094", + "___id": "T000002R050329", "___s": true }, { @@ -588048,7 +592609,7 @@ "filename": "Shape.js", "lineno": 96, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "fillColor", @@ -588069,7 +592630,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#fillColor", "inherited": true, - "___id": "T000002R050095", + "___id": "T000002R050330", "___s": true }, { @@ -588078,7 +592639,7 @@ "filename": "Shape.js", "lineno": 105, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "fillAlpha", @@ -588099,7 +592660,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#fillAlpha", "inherited": true, - "___id": "T000002R050096", + "___id": "T000002R050331", "___s": true }, { @@ -588108,7 +592669,7 @@ "filename": "Shape.js", "lineno": 114, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "strokeColor", @@ -588129,7 +592690,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#strokeColor", "inherited": true, - "___id": "T000002R050097", + "___id": "T000002R050332", "___s": true }, { @@ -588138,7 +592699,7 @@ "filename": "Shape.js", "lineno": 123, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "strokeAlpha", @@ -588159,7 +592720,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#strokeAlpha", "inherited": true, - "___id": "T000002R050098", + "___id": "T000002R050333", "___s": true }, { @@ -588168,7 +592729,7 @@ "filename": "Shape.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "lineWidth", @@ -588189,7 +592750,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#lineWidth", "inherited": true, - "___id": "T000002R050099", + "___id": "T000002R050334", "___s": true }, { @@ -588198,7 +592759,7 @@ "filename": "Shape.js", "lineno": 141, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "isFilled", @@ -588219,7 +592780,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#isFilled", "inherited": true, - "___id": "T000002R050100", + "___id": "T000002R050335", "___s": true }, { @@ -588228,7 +592789,7 @@ "filename": "Shape.js", "lineno": 151, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "isStroked", @@ -588249,7 +592810,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#isStroked", "inherited": true, - "___id": "T000002R050101", + "___id": "T000002R050336", "___s": true }, { @@ -588258,7 +592819,7 @@ "filename": "Shape.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "closePath", @@ -588279,7 +592840,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#closePath", "inherited": true, - "___id": "T000002R050102", + "___id": "T000002R050337", "___s": true }, { @@ -588288,7 +592849,7 @@ "filename": "Shape.js", "lineno": 182, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "width", @@ -588309,7 +592870,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#width", "inherited": true, - "___id": "T000002R050104", + "___id": "T000002R050339", "___s": true }, { @@ -588318,7 +592879,7 @@ "filename": "Shape.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "height", @@ -588339,7 +592900,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#height", "inherited": true, - "___id": "T000002R050105", + "___id": "T000002R050340", "___s": true }, { @@ -588348,7 +592909,7 @@ "filename": "Shape.js", "lineno": 212, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setFillStyle", @@ -588406,7 +592967,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setFillStyle", "inherited": true, - "___id": "T000002R050106", + "___id": "T000002R050341", "___s": true }, { @@ -588415,7 +592976,7 @@ "filename": "Shape.js", "lineno": 247, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setStrokeStyle", @@ -588487,7 +593048,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setStrokeStyle", "inherited": true, - "___id": "T000002R050107", + "___id": "T000002R050342", "___s": true }, { @@ -588496,7 +593057,7 @@ "filename": "Shape.js", "lineno": 284, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setClosePath", @@ -588538,7 +593099,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setClosePath", "inherited": true, - "___id": "T000002R050108", + "___id": "T000002R050343", "___s": true }, { @@ -588547,7 +593108,7 @@ "filename": "Shape.js", "lineno": 332, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setDisplaySize", @@ -588602,7 +593163,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setDisplaySize", "inherited": true, - "___id": "T000002R050110", + "___id": "T000002R050345", "___s": true }, { @@ -588611,7 +593172,7 @@ "filename": "Shape.js", "lineno": 353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "preDestroy", @@ -588624,7 +593185,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#preDestroy", "inherited": true, - "___id": "T000002R050111", + "___id": "T000002R050346", "___s": true }, { @@ -588633,7 +593194,7 @@ "filename": "Shape.js", "lineno": 368, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "displayWidth", @@ -588654,7 +593215,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#displayWidth", "inherited": true, - "___id": "T000002R050112", + "___id": "T000002R050347", "___s": true }, { @@ -588663,7 +593224,7 @@ "filename": "Shape.js", "lineno": 393, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "displayHeight", @@ -588684,7 +593245,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#displayHeight", "inherited": true, - "___id": "T000002R050113", + "___id": "T000002R050348", "___s": true }, { @@ -588693,7 +593254,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -588714,7 +593275,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R050115", + "___id": "T000002R050350", "___s": true }, { @@ -588723,7 +593284,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -588755,7 +593316,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R050116", + "___id": "T000002R050351", "___s": true }, { @@ -588764,7 +593325,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -588785,7 +593346,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R050117", + "___id": "T000002R050352", "___s": true }, { @@ -588794,7 +593355,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -588825,7 +593386,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R050118", + "___id": "T000002R050353", "___s": true }, { @@ -588834,7 +593395,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -588855,7 +593416,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R050119", + "___id": "T000002R050354", "___s": true }, { @@ -588864,7 +593425,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -588886,7 +593447,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R050120", + "___id": "T000002R050355", "___s": true }, { @@ -588895,7 +593456,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -588917,7 +593478,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R050121", + "___id": "T000002R050356", "___s": true }, { @@ -588926,7 +593487,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -588948,7 +593509,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R050122", + "___id": "T000002R050357", "___s": true }, { @@ -588957,7 +593518,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -588979,7 +593540,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R050123", + "___id": "T000002R050358", "___s": true }, { @@ -588988,7 +593549,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -589010,7 +593571,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R050124", + "___id": "T000002R050359", "___s": true }, { @@ -589019,7 +593580,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -589044,7 +593605,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R050125", + "___id": "T000002R050360", "___s": true }, { @@ -589053,7 +593614,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -589077,7 +593638,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R050126", + "___id": "T000002R050361", "___s": true }, { @@ -589086,7 +593647,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -589125,7 +593686,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R050127", + "___id": "T000002R050362", "___s": true }, { @@ -589134,7 +593695,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -589156,7 +593717,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R050128", + "___id": "T000002R050363", "___s": true }, { @@ -589165,7 +593726,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -589207,7 +593768,7 @@ "name": "value" } ], - "___id": "T000002R050129", + "___id": "T000002R050364", "___s": true }, { @@ -589216,7 +593777,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -589258,7 +593819,7 @@ "name": "value" } ], - "___id": "T000002R050130", + "___id": "T000002R050365", "___s": true }, { @@ -589267,7 +593828,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -589319,7 +593880,7 @@ "name": "value" } ], - "___id": "T000002R050131", + "___id": "T000002R050366", "___s": true }, { @@ -589328,7 +593889,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -589358,7 +593919,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R050132", + "___id": "T000002R050367", "___s": true }, { @@ -589367,7 +593928,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -589446,7 +594007,7 @@ "name": "data" } ], - "___id": "T000002R050133", + "___id": "T000002R050368", "___s": true }, { @@ -589455,7 +594016,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -589512,7 +594073,7 @@ "name": "amount" } ], - "___id": "T000002R050134", + "___id": "T000002R050369", "___s": true }, { @@ -589521,7 +594082,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -589563,7 +594124,7 @@ "name": "key" } ], - "___id": "T000002R050135", + "___id": "T000002R050370", "___s": true }, { @@ -589572,7 +594133,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -589631,7 +594192,7 @@ "name": "key" } ], - "___id": "T000002R050136", + "___id": "T000002R050371", "___s": true }, { @@ -589640,7 +594201,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -589727,7 +594288,7 @@ "name": "dropZone" } ], - "___id": "T000002R050137", + "___id": "T000002R050372", "___s": true }, { @@ -589736,7 +594297,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -589763,7 +594324,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R050138", + "___id": "T000002R050373", "___s": true }, { @@ -589772,7 +594333,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -589799,7 +594360,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R050139", + "___id": "T000002R050374", "___s": true }, { @@ -589808,7 +594369,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -589820,7 +594381,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R050140", + "___id": "T000002R050375", "___s": true }, { @@ -589829,7 +594390,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -589841,7 +594402,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R050141", + "___id": "T000002R050376", "___s": true }, { @@ -589850,7 +594411,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -589879,7 +594440,7 @@ "name": "args" } ], - "___id": "T000002R050142", + "___id": "T000002R050377", "___s": true }, { @@ -589888,7 +594449,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -589914,7 +594475,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R050143", + "___id": "T000002R050378", "___s": true }, { @@ -589923,7 +594484,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -589964,7 +594525,7 @@ "name": "camera" } ], - "___id": "T000002R050144", + "___id": "T000002R050379", "___s": true }, { @@ -589973,7 +594534,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -590008,7 +594569,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R050145", + "___id": "T000002R050380", "___s": true }, { @@ -590017,7 +594578,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -590074,7 +594635,7 @@ "name": "displayList" } ], - "___id": "T000002R050146", + "___id": "T000002R050381", "___s": true }, { @@ -590083,7 +594644,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -590110,7 +594671,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R050147", + "___id": "T000002R050382", "___s": true }, { @@ -590119,7 +594680,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -590150,7 +594711,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R050148", + "___id": "T000002R050383", "___s": true }, { @@ -590159,7 +594720,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -590186,7 +594747,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R050149", + "___id": "T000002R050384", "___s": true }, { @@ -590195,7 +594756,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -590227,7 +594788,7 @@ "name": "fromScene" } ], - "___id": "T000002R050150", + "___id": "T000002R050385", "___s": true }, { @@ -590236,7 +594797,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -590248,7 +594809,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R050151", + "___id": "T000002R050386", "___s": true }, { @@ -590257,7 +594818,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -590300,7 +594861,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R050152", + "___id": "T000002R050387", "___s": true }, { @@ -590309,7 +594870,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -590369,7 +594930,7 @@ "name": "event" } ], - "___id": "T000002R050153", + "___id": "T000002R050388", "___s": true }, { @@ -590378,7 +594939,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -590429,7 +594990,7 @@ "name": "event" } ], - "___id": "T000002R050154", + "___id": "T000002R050389", "___s": true }, { @@ -590438,7 +594999,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -590504,7 +595065,7 @@ "name": "args" } ], - "___id": "T000002R050155", + "___id": "T000002R050390", "___s": true }, { @@ -590513,7 +595074,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -590592,7 +595153,7 @@ "name": "context" } ], - "___id": "T000002R050156", + "___id": "T000002R050391", "___s": true }, { @@ -590601,7 +595162,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -590680,7 +595241,7 @@ "name": "context" } ], - "___id": "T000002R050157", + "___id": "T000002R050392", "___s": true }, { @@ -590689,7 +595250,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -590768,7 +595329,7 @@ "name": "context" } ], - "___id": "T000002R050158", + "___id": "T000002R050393", "___s": true }, { @@ -590777,7 +595338,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -590870,7 +595431,7 @@ "name": "once" } ], - "___id": "T000002R050159", + "___id": "T000002R050394", "___s": true }, { @@ -590879,7 +595440,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -590972,7 +595533,7 @@ "name": "once" } ], - "___id": "T000002R050160", + "___id": "T000002R050395", "___s": true }, { @@ -590981,7 +595542,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -591034,7 +595595,7 @@ "name": "event" } ], - "___id": "T000002R050161", + "___id": "T000002R050396", "___s": true }, { @@ -591043,7 +595604,7 @@ "filename": "AlphaSingle.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -591070,7 +595631,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#clearAlpha", "inherited": true, - "___id": "T000002R050163", + "___id": "T000002R050398", "___s": true }, { @@ -591079,7 +595640,7 @@ "filename": "AlphaSingle.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -591123,7 +595684,7 @@ "name": "value" } ], - "___id": "T000002R050164", + "___id": "T000002R050399", "___s": true }, { @@ -591132,7 +595693,7 @@ "filename": "AlphaSingle.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -591153,7 +595714,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#alpha", "inherited": true, - "___id": "T000002R050165", + "___id": "T000002R050400", "___s": true }, { @@ -591162,7 +595723,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -591198,7 +595759,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R050167", + "___id": "T000002R050402", "___s": true }, { @@ -591207,7 +595768,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -591264,16 +595825,16 @@ "name": "value" } ], - "___id": "T000002R050168", + "___id": "T000002R050403", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -591294,16 +595855,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R050170", + "___id": "T000002R050405", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -591345,7 +595906,181 @@ "name": "value" } ], - "___id": "T000002R050171", + "___id": "T000002R050406", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.Curve#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Curve", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R050407", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.Curve#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Curve", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R050408", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.Curve#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Curve", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R050409", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.Curve#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Curve", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R050410", "___s": true }, { @@ -591354,7 +596089,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -591419,7 +596154,7 @@ "name": "includeParent" } ], - "___id": "T000002R050173", + "___id": "T000002R050412", "___s": true }, { @@ -591428,7 +596163,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -591493,7 +596228,7 @@ "name": "includeParent" } ], - "___id": "T000002R050174", + "___id": "T000002R050413", "___s": true }, { @@ -591502,7 +596237,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -591567,7 +596302,7 @@ "name": "includeParent" } ], - "___id": "T000002R050175", + "___id": "T000002R050414", "___s": true }, { @@ -591576,7 +596311,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -591641,7 +596376,7 @@ "name": "includeParent" } ], - "___id": "T000002R050176", + "___id": "T000002R050415", "___s": true }, { @@ -591650,7 +596385,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -591715,7 +596450,7 @@ "name": "includeParent" } ], - "___id": "T000002R050177", + "___id": "T000002R050416", "___s": true }, { @@ -591724,7 +596459,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -591789,7 +596524,7 @@ "name": "includeParent" } ], - "___id": "T000002R050178", + "___id": "T000002R050417", "___s": true }, { @@ -591798,7 +596533,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -591863,7 +596598,7 @@ "name": "includeParent" } ], - "___id": "T000002R050179", + "___id": "T000002R050418", "___s": true }, { @@ -591872,7 +596607,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -591937,7 +596672,7 @@ "name": "includeParent" } ], - "___id": "T000002R050180", + "___id": "T000002R050419", "___s": true }, { @@ -591946,7 +596681,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -592011,7 +596746,7 @@ "name": "includeParent" } ], - "___id": "T000002R050181", + "___id": "T000002R050420", "___s": true }, { @@ -592020,7 +596755,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -592090,7 +596825,7 @@ "name": "output" } ], - "___id": "T000002R050182", + "___id": "T000002R050421", "___s": true }, { @@ -592099,7 +596834,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -592130,7 +596865,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R050183", + "___id": "T000002R050422", "___s": true }, { @@ -592139,7 +596874,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -592191,7 +596926,7 @@ "name": "mask" } ], - "___id": "T000002R050184", + "___id": "T000002R050423", "___s": true }, { @@ -592200,7 +596935,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -592244,7 +596979,7 @@ "name": "destroyMask" } ], - "___id": "T000002R050185", + "___id": "T000002R050424", "___s": true }, { @@ -592253,7 +596988,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -592406,7 +597141,7 @@ "name": "frame" } ], - "___id": "T000002R050186", + "___id": "T000002R050425", "___s": true }, { @@ -592415,7 +597150,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -592487,7 +597222,7 @@ "name": "graphics" } ], - "___id": "T000002R050187", + "___id": "T000002R050426", "___s": true }, { @@ -592496,7 +597231,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -592519,7 +597254,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, - "___id": "T000002R050189", + "___id": "T000002R050428", "___s": true }, { @@ -592528,7 +597263,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -592551,7 +597286,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, - "___id": "T000002R050190", + "___id": "T000002R050429", "___s": true }, { @@ -592560,7 +597295,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -592581,7 +597316,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, - "___id": "T000002R050191", + "___id": "T000002R050430", "___s": true }, { @@ -592590,7 +597325,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -592611,7 +597346,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, - "___id": "T000002R050192", + "___id": "T000002R050431", "___s": true }, { @@ -592620,7 +597355,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -592679,7 +597414,7 @@ "name": "y" } ], - "___id": "T000002R050193", + "___id": "T000002R050432", "___s": true }, { @@ -592688,7 +597423,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -592715,7 +597450,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R050194", + "___id": "T000002R050433", "___s": true }, { @@ -592724,7 +597459,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -592783,7 +597518,7 @@ "name": "y" } ], - "___id": "T000002R050195", + "___id": "T000002R050434", "___s": true }, { @@ -592792,7 +597527,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -592819,7 +597554,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, - "___id": "T000002R050196", + "___id": "T000002R050435", "___s": true }, { @@ -592828,7 +597563,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -592857,7 +597592,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R050197", + "___id": "T000002R050436", "___s": true }, { @@ -592866,7 +597601,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -592895,7 +597630,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R050198", + "___id": "T000002R050437", "___s": true }, { @@ -592904,7 +597639,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -592932,7 +597667,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R050199", + "___id": "T000002R050438", "___s": true }, { @@ -592941,7 +597676,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -593000,7 +597735,7 @@ "name": "pipeline" } ], - "___id": "T000002R050200", + "___id": "T000002R050439", "___s": true }, { @@ -593009,7 +597744,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -593097,7 +597832,7 @@ "name": "copyData" } ], - "___id": "T000002R050201", + "___id": "T000002R050440", "___s": true }, { @@ -593106,7 +597841,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -593169,7 +597904,7 @@ "name": "value" } ], - "___id": "T000002R050202", + "___id": "T000002R050441", "___s": true }, { @@ -593178,7 +597913,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -593228,16 +597963,16 @@ "name": "resetData" } ], - "___id": "T000002R050203", + "___id": "T000002R050442", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -593260,17 +597995,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.Curve", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R050204", + "___id": "T000002R050443", "___s": true }, { @@ -593279,7 +598016,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -593307,7 +598044,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R050205", + "___id": "T000002R050444", "___s": true }, { @@ -593316,7 +598053,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -593353,7 +598090,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R050206", + "___id": "T000002R050445", "___s": true }, { @@ -593362,7 +598099,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -593390,7 +598127,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R050207", + "___id": "T000002R050446", "___s": true }, { @@ -593399,7 +598136,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -593429,7 +598166,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R050208", + "___id": "T000002R050447", "___s": true }, { @@ -593438,7 +598175,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -593466,7 +598203,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R050209", + "___id": "T000002R050448", "___s": true }, { @@ -593475,7 +598212,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -593511,7 +598248,7 @@ "name": "preFX" } ], - "___id": "T000002R050210", + "___id": "T000002R050449", "___s": true }, { @@ -593520,7 +598257,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -593655,7 +598392,7 @@ "name": "copyData" } ], - "___id": "T000002R050211", + "___id": "T000002R050450", "___s": true }, { @@ -593664,7 +598401,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -593727,7 +598464,7 @@ "name": "value" } ], - "___id": "T000002R050212", + "___id": "T000002R050451", "___s": true }, { @@ -593736,7 +598473,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -593818,7 +598555,7 @@ "name": "pipeline" } ], - "___id": "T000002R050213", + "___id": "T000002R050452", "___s": true }, { @@ -593827,7 +598564,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -593863,7 +598600,7 @@ "name": "resetData" } ], - "___id": "T000002R050214", + "___id": "T000002R050453", "___s": true }, { @@ -593872,7 +598609,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -593931,7 +598668,7 @@ "name": "pipeline" } ], - "___id": "T000002R050215", + "___id": "T000002R050454", "___s": true }, { @@ -593940,7 +598677,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -593974,7 +598711,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R050216", + "___id": "T000002R050455", "___s": true }, { @@ -593983,7 +598720,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -594005,7 +598742,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R050217", + "___id": "T000002R050456", "___s": true }, { @@ -594014,7 +598751,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -594036,7 +598773,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R050218", + "___id": "T000002R050457", "___s": true }, { @@ -594045,7 +598782,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -594102,7 +598839,7 @@ "name": "y" } ], - "___id": "T000002R050219", + "___id": "T000002R050458", "___s": true }, { @@ -594111,7 +598848,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -594134,7 +598871,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R050220", + "___id": "T000002R050459", "___s": true }, { @@ -594143,7 +598880,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -594165,7 +598902,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R050224", + "___id": "T000002R050463", "___s": true }, { @@ -594174,7 +598911,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -594196,7 +598933,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R050225", + "___id": "T000002R050464", "___s": true }, { @@ -594205,7 +598942,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -594227,7 +598964,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R050226", + "___id": "T000002R050465", "___s": true }, { @@ -594236,7 +598973,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -594258,7 +598995,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R050227", + "___id": "T000002R050466", "___s": true }, { @@ -594267,7 +599004,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -594289,7 +599026,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R050228", + "___id": "T000002R050467", "___s": true }, { @@ -594298,7 +599035,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -594320,7 +599057,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R050229", + "___id": "T000002R050468", "___s": true }, { @@ -594329,7 +599066,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -594351,7 +599088,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R050230", + "___id": "T000002R050469", "___s": true }, { @@ -594360,7 +599097,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -594382,7 +599119,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R050231", + "___id": "T000002R050470", "___s": true }, { @@ -594391,7 +599128,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -594413,7 +599150,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R050232", + "___id": "T000002R050471", "___s": true }, { @@ -594422,7 +599159,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -594511,7 +599248,7 @@ "name": "w" } ], - "___id": "T000002R050233", + "___id": "T000002R050472", "___s": true }, { @@ -594520,7 +599257,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -594577,7 +599314,7 @@ "name": "source" } ], - "___id": "T000002R050234", + "___id": "T000002R050473", "___s": true }, { @@ -594586,7 +599323,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -594673,7 +599410,7 @@ "name": "height" } ], - "___id": "T000002R050235", + "___id": "T000002R050474", "___s": true }, { @@ -594682,7 +599419,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -594726,7 +599463,7 @@ "name": "radians" } ], - "___id": "T000002R050236", + "___id": "T000002R050475", "___s": true }, { @@ -594735,7 +599472,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -594779,7 +599516,7 @@ "name": "degrees" } ], - "___id": "T000002R050237", + "___id": "T000002R050476", "___s": true }, { @@ -594788,7 +599525,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -594847,7 +599584,7 @@ "name": "y" } ], - "___id": "T000002R050238", + "___id": "T000002R050477", "___s": true }, { @@ -594856,7 +599593,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -594900,7 +599637,7 @@ "name": "value" } ], - "___id": "T000002R050239", + "___id": "T000002R050478", "___s": true }, { @@ -594909,7 +599646,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -594953,7 +599690,7 @@ "name": "value" } ], - "___id": "T000002R050240", + "___id": "T000002R050479", "___s": true }, { @@ -594962,7 +599699,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -595006,7 +599743,7 @@ "name": "value" } ], - "___id": "T000002R050241", + "___id": "T000002R050480", "___s": true }, { @@ -595015,7 +599752,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -595059,7 +599796,7 @@ "name": "value" } ], - "___id": "T000002R050242", + "___id": "T000002R050481", "___s": true }, { @@ -595068,7 +599805,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -595110,7 +599847,7 @@ "name": "tempMatrix" } ], - "___id": "T000002R050243", + "___id": "T000002R050482", "___s": true }, { @@ -595119,7 +599856,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -595175,7 +599912,7 @@ "name": "parentMatrix" } ], - "___id": "T000002R050244", + "___id": "T000002R050483", "___s": true }, { @@ -595184,7 +599921,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -595266,7 +600003,7 @@ "name": "camera" } ], - "___id": "T000002R050245", + "___id": "T000002R050484", "___s": true }, { @@ -595275,7 +600012,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -595301,7 +600038,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R050246", + "___id": "T000002R050485", "___s": true }, { @@ -595310,7 +600047,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -595331,7 +600068,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R050248", + "___id": "T000002R050487", "___s": true }, { @@ -595340,7 +600077,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -595382,7 +600119,7 @@ "name": "value" } ], - "___id": "T000002R050249", + "___id": "T000002R050488", "___s": true }, { @@ -595391,7 +600128,7 @@ "filename": "Shape.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "geom", @@ -595413,7 +600150,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#geom", "inherited": true, - "___id": "T000002R050253", + "___id": "T000002R050492", "___s": true }, { @@ -595422,7 +600159,7 @@ "filename": "Shape.js", "lineno": 76, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "pathData", @@ -595453,7 +600190,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#pathData", "inherited": true, - "___id": "T000002R050254", + "___id": "T000002R050493", "___s": true }, { @@ -595462,7 +600199,7 @@ "filename": "Shape.js", "lineno": 86, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "pathIndexes", @@ -595493,7 +600230,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#pathIndexes", "inherited": true, - "___id": "T000002R050255", + "___id": "T000002R050494", "___s": true }, { @@ -595502,7 +600239,7 @@ "filename": "Shape.js", "lineno": 96, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "fillColor", @@ -595523,7 +600260,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#fillColor", "inherited": true, - "___id": "T000002R050256", + "___id": "T000002R050495", "___s": true }, { @@ -595532,7 +600269,7 @@ "filename": "Shape.js", "lineno": 105, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "fillAlpha", @@ -595553,7 +600290,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#fillAlpha", "inherited": true, - "___id": "T000002R050257", + "___id": "T000002R050496", "___s": true }, { @@ -595562,7 +600299,7 @@ "filename": "Shape.js", "lineno": 114, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "strokeColor", @@ -595583,7 +600320,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#strokeColor", "inherited": true, - "___id": "T000002R050258", + "___id": "T000002R050497", "___s": true }, { @@ -595592,7 +600329,7 @@ "filename": "Shape.js", "lineno": 123, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "strokeAlpha", @@ -595613,7 +600350,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#strokeAlpha", "inherited": true, - "___id": "T000002R050259", + "___id": "T000002R050498", "___s": true }, { @@ -595622,7 +600359,7 @@ "filename": "Shape.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "lineWidth", @@ -595643,7 +600380,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#lineWidth", "inherited": true, - "___id": "T000002R050260", + "___id": "T000002R050499", "___s": true }, { @@ -595652,7 +600389,7 @@ "filename": "Shape.js", "lineno": 141, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "isFilled", @@ -595673,7 +600410,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#isFilled", "inherited": true, - "___id": "T000002R050261", + "___id": "T000002R050500", "___s": true }, { @@ -595682,7 +600419,7 @@ "filename": "Shape.js", "lineno": 151, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "isStroked", @@ -595703,7 +600440,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#isStroked", "inherited": true, - "___id": "T000002R050262", + "___id": "T000002R050501", "___s": true }, { @@ -595712,7 +600449,7 @@ "filename": "Shape.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "closePath", @@ -595733,7 +600470,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#closePath", "inherited": true, - "___id": "T000002R050263", + "___id": "T000002R050502", "___s": true }, { @@ -595742,7 +600479,7 @@ "filename": "Shape.js", "lineno": 182, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "width", @@ -595763,7 +600500,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#width", "inherited": true, - "___id": "T000002R050265", + "___id": "T000002R050504", "___s": true }, { @@ -595772,7 +600509,7 @@ "filename": "Shape.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "height", @@ -595793,7 +600530,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#height", "inherited": true, - "___id": "T000002R050266", + "___id": "T000002R050505", "___s": true }, { @@ -595802,7 +600539,7 @@ "filename": "Shape.js", "lineno": 212, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setFillStyle", @@ -595860,7 +600597,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setFillStyle", "inherited": true, - "___id": "T000002R050267", + "___id": "T000002R050506", "___s": true }, { @@ -595869,7 +600606,7 @@ "filename": "Shape.js", "lineno": 247, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setStrokeStyle", @@ -595941,7 +600678,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setStrokeStyle", "inherited": true, - "___id": "T000002R050268", + "___id": "T000002R050507", "___s": true }, { @@ -595950,7 +600687,7 @@ "filename": "Shape.js", "lineno": 284, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setClosePath", @@ -595992,7 +600729,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setClosePath", "inherited": true, - "___id": "T000002R050269", + "___id": "T000002R050508", "___s": true }, { @@ -596001,7 +600738,7 @@ "filename": "Shape.js", "lineno": 332, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setDisplaySize", @@ -596056,7 +600793,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setDisplaySize", "inherited": true, - "___id": "T000002R050270", + "___id": "T000002R050509", "___s": true }, { @@ -596065,7 +600802,7 @@ "filename": "Shape.js", "lineno": 353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "preDestroy", @@ -596078,7 +600815,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#preDestroy", "inherited": true, - "___id": "T000002R050271", + "___id": "T000002R050510", "___s": true }, { @@ -596087,7 +600824,7 @@ "filename": "Shape.js", "lineno": 368, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "displayWidth", @@ -596108,7 +600845,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#displayWidth", "inherited": true, - "___id": "T000002R050272", + "___id": "T000002R050511", "___s": true }, { @@ -596117,7 +600854,7 @@ "filename": "Shape.js", "lineno": 393, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "displayHeight", @@ -596138,7 +600875,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#displayHeight", "inherited": true, - "___id": "T000002R050273", + "___id": "T000002R050512", "___s": true }, { @@ -596147,7 +600884,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -596168,7 +600905,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R050275", + "___id": "T000002R050514", "___s": true }, { @@ -596177,7 +600914,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -596209,7 +600946,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R050276", + "___id": "T000002R050515", "___s": true }, { @@ -596218,7 +600955,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -596239,7 +600976,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R050277", + "___id": "T000002R050516", "___s": true }, { @@ -596248,7 +600985,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -596279,7 +601016,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R050278", + "___id": "T000002R050517", "___s": true }, { @@ -596288,7 +601025,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -596309,7 +601046,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R050279", + "___id": "T000002R050518", "___s": true }, { @@ -596318,7 +601055,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -596340,7 +601077,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R050280", + "___id": "T000002R050519", "___s": true }, { @@ -596349,7 +601086,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -596371,7 +601108,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R050281", + "___id": "T000002R050520", "___s": true }, { @@ -596380,7 +601117,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -596402,7 +601139,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R050282", + "___id": "T000002R050521", "___s": true }, { @@ -596411,7 +601148,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -596433,7 +601170,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R050283", + "___id": "T000002R050522", "___s": true }, { @@ -596442,7 +601179,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -596464,7 +601201,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R050284", + "___id": "T000002R050523", "___s": true }, { @@ -596473,7 +601210,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -596498,7 +601235,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R050285", + "___id": "T000002R050524", "___s": true }, { @@ -596507,7 +601244,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -596531,7 +601268,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R050286", + "___id": "T000002R050525", "___s": true }, { @@ -596540,7 +601277,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -596579,7 +601316,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R050287", + "___id": "T000002R050526", "___s": true }, { @@ -596588,7 +601325,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -596610,7 +601347,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R050288", + "___id": "T000002R050527", "___s": true }, { @@ -596619,7 +601356,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -596661,7 +601398,7 @@ "name": "value" } ], - "___id": "T000002R050289", + "___id": "T000002R050528", "___s": true }, { @@ -596670,7 +601407,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -596712,7 +601449,7 @@ "name": "value" } ], - "___id": "T000002R050290", + "___id": "T000002R050529", "___s": true }, { @@ -596721,7 +601458,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -596773,7 +601510,7 @@ "name": "value" } ], - "___id": "T000002R050291", + "___id": "T000002R050530", "___s": true }, { @@ -596782,7 +601519,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -596812,7 +601549,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R050292", + "___id": "T000002R050531", "___s": true }, { @@ -596821,7 +601558,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -596900,7 +601637,7 @@ "name": "data" } ], - "___id": "T000002R050293", + "___id": "T000002R050532", "___s": true }, { @@ -596909,7 +601646,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -596966,7 +601703,7 @@ "name": "amount" } ], - "___id": "T000002R050294", + "___id": "T000002R050533", "___s": true }, { @@ -596975,7 +601712,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -597017,7 +601754,7 @@ "name": "key" } ], - "___id": "T000002R050295", + "___id": "T000002R050534", "___s": true }, { @@ -597026,7 +601763,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -597085,7 +601822,7 @@ "name": "key" } ], - "___id": "T000002R050296", + "___id": "T000002R050535", "___s": true }, { @@ -597094,7 +601831,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -597181,7 +601918,7 @@ "name": "dropZone" } ], - "___id": "T000002R050297", + "___id": "T000002R050536", "___s": true }, { @@ -597190,7 +601927,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -597217,7 +601954,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R050298", + "___id": "T000002R050537", "___s": true }, { @@ -597226,7 +601963,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -597253,7 +601990,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R050299", + "___id": "T000002R050538", "___s": true }, { @@ -597262,7 +601999,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -597274,7 +602011,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R050300", + "___id": "T000002R050539", "___s": true }, { @@ -597283,7 +602020,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -597295,7 +602032,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R050301", + "___id": "T000002R050540", "___s": true }, { @@ -597304,7 +602041,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -597333,7 +602070,7 @@ "name": "args" } ], - "___id": "T000002R050302", + "___id": "T000002R050541", "___s": true }, { @@ -597342,7 +602079,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -597368,7 +602105,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R050303", + "___id": "T000002R050542", "___s": true }, { @@ -597377,7 +602114,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -597418,7 +602155,7 @@ "name": "camera" } ], - "___id": "T000002R050304", + "___id": "T000002R050543", "___s": true }, { @@ -597427,7 +602164,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -597462,7 +602199,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R050305", + "___id": "T000002R050544", "___s": true }, { @@ -597471,7 +602208,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -597528,7 +602265,7 @@ "name": "displayList" } ], - "___id": "T000002R050306", + "___id": "T000002R050545", "___s": true }, { @@ -597537,7 +602274,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -597564,7 +602301,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R050307", + "___id": "T000002R050546", "___s": true }, { @@ -597573,7 +602310,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -597604,7 +602341,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R050308", + "___id": "T000002R050547", "___s": true }, { @@ -597613,7 +602350,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -597640,7 +602377,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R050309", + "___id": "T000002R050548", "___s": true }, { @@ -597649,7 +602386,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -597681,7 +602418,7 @@ "name": "fromScene" } ], - "___id": "T000002R050310", + "___id": "T000002R050549", "___s": true }, { @@ -597690,7 +602427,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -597702,7 +602439,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R050311", + "___id": "T000002R050550", "___s": true }, { @@ -597711,7 +602448,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -597754,7 +602491,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R050312", + "___id": "T000002R050551", "___s": true }, { @@ -597763,7 +602500,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -597823,7 +602560,7 @@ "name": "event" } ], - "___id": "T000002R050313", + "___id": "T000002R050552", "___s": true }, { @@ -597832,7 +602569,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -597883,7 +602620,7 @@ "name": "event" } ], - "___id": "T000002R050314", + "___id": "T000002R050553", "___s": true }, { @@ -597892,7 +602629,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -597958,7 +602695,7 @@ "name": "args" } ], - "___id": "T000002R050315", + "___id": "T000002R050554", "___s": true }, { @@ -597967,7 +602704,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -598046,7 +602783,7 @@ "name": "context" } ], - "___id": "T000002R050316", + "___id": "T000002R050555", "___s": true }, { @@ -598055,7 +602792,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -598134,7 +602871,7 @@ "name": "context" } ], - "___id": "T000002R050317", + "___id": "T000002R050556", "___s": true }, { @@ -598143,7 +602880,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -598222,7 +602959,7 @@ "name": "context" } ], - "___id": "T000002R050318", + "___id": "T000002R050557", "___s": true }, { @@ -598231,7 +602968,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -598324,7 +603061,7 @@ "name": "once" } ], - "___id": "T000002R050319", + "___id": "T000002R050558", "___s": true }, { @@ -598333,7 +603070,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -598426,7 +603163,7 @@ "name": "once" } ], - "___id": "T000002R050320", + "___id": "T000002R050559", "___s": true }, { @@ -598435,7 +603172,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -598488,7 +603225,7 @@ "name": "event" } ], - "___id": "T000002R050321", + "___id": "T000002R050560", "___s": true }, { @@ -598497,7 +603234,7 @@ "filename": "AlphaSingle.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -598524,7 +603261,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#clearAlpha", "inherited": true, - "___id": "T000002R050323", + "___id": "T000002R050562", "___s": true }, { @@ -598533,7 +603270,7 @@ "filename": "AlphaSingle.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -598577,7 +603314,7 @@ "name": "value" } ], - "___id": "T000002R050324", + "___id": "T000002R050563", "___s": true }, { @@ -598586,7 +603323,7 @@ "filename": "AlphaSingle.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -598607,7 +603344,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#alpha", "inherited": true, - "___id": "T000002R050325", + "___id": "T000002R050564", "___s": true }, { @@ -598616,7 +603353,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -598652,7 +603389,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R050327", + "___id": "T000002R050566", "___s": true }, { @@ -598661,7 +603398,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -598718,16 +603455,16 @@ "name": "value" } ], - "___id": "T000002R050328", + "___id": "T000002R050567", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -598748,16 +603485,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R050330", + "___id": "T000002R050569", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -598799,7 +603536,181 @@ "name": "value" } ], - "___id": "T000002R050331", + "___id": "T000002R050570", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.Ellipse#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Ellipse", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R050571", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.Ellipse#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Ellipse", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R050572", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.Ellipse#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Ellipse", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R050573", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.Ellipse#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Ellipse", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R050574", "___s": true }, { @@ -598808,7 +603719,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -598873,7 +603784,7 @@ "name": "includeParent" } ], - "___id": "T000002R050333", + "___id": "T000002R050576", "___s": true }, { @@ -598882,7 +603793,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -598947,7 +603858,7 @@ "name": "includeParent" } ], - "___id": "T000002R050334", + "___id": "T000002R050577", "___s": true }, { @@ -598956,7 +603867,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -599021,7 +603932,7 @@ "name": "includeParent" } ], - "___id": "T000002R050335", + "___id": "T000002R050578", "___s": true }, { @@ -599030,7 +603941,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -599095,7 +604006,7 @@ "name": "includeParent" } ], - "___id": "T000002R050336", + "___id": "T000002R050579", "___s": true }, { @@ -599104,7 +604015,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -599169,7 +604080,7 @@ "name": "includeParent" } ], - "___id": "T000002R050337", + "___id": "T000002R050580", "___s": true }, { @@ -599178,7 +604089,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -599243,7 +604154,7 @@ "name": "includeParent" } ], - "___id": "T000002R050338", + "___id": "T000002R050581", "___s": true }, { @@ -599252,7 +604163,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -599317,7 +604228,7 @@ "name": "includeParent" } ], - "___id": "T000002R050339", + "___id": "T000002R050582", "___s": true }, { @@ -599326,7 +604237,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -599391,7 +604302,7 @@ "name": "includeParent" } ], - "___id": "T000002R050340", + "___id": "T000002R050583", "___s": true }, { @@ -599400,7 +604311,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -599465,7 +604376,7 @@ "name": "includeParent" } ], - "___id": "T000002R050341", + "___id": "T000002R050584", "___s": true }, { @@ -599474,7 +604385,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -599544,7 +604455,7 @@ "name": "output" } ], - "___id": "T000002R050342", + "___id": "T000002R050585", "___s": true }, { @@ -599553,7 +604464,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -599584,7 +604495,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R050343", + "___id": "T000002R050586", "___s": true }, { @@ -599593,7 +604504,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -599645,7 +604556,7 @@ "name": "mask" } ], - "___id": "T000002R050344", + "___id": "T000002R050587", "___s": true }, { @@ -599654,7 +604565,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -599698,7 +604609,7 @@ "name": "destroyMask" } ], - "___id": "T000002R050345", + "___id": "T000002R050588", "___s": true }, { @@ -599707,7 +604618,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -599860,7 +604771,7 @@ "name": "frame" } ], - "___id": "T000002R050346", + "___id": "T000002R050589", "___s": true }, { @@ -599869,7 +604780,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -599941,7 +604852,7 @@ "name": "graphics" } ], - "___id": "T000002R050347", + "___id": "T000002R050590", "___s": true }, { @@ -599950,7 +604861,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -599973,7 +604884,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, - "___id": "T000002R050349", + "___id": "T000002R050592", "___s": true }, { @@ -599982,7 +604893,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -600005,7 +604916,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, - "___id": "T000002R050350", + "___id": "T000002R050593", "___s": true }, { @@ -600014,7 +604925,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -600035,7 +604946,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, - "___id": "T000002R050351", + "___id": "T000002R050594", "___s": true }, { @@ -600044,7 +604955,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -600065,7 +604976,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, - "___id": "T000002R050352", + "___id": "T000002R050595", "___s": true }, { @@ -600074,7 +604985,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -600133,7 +605044,7 @@ "name": "y" } ], - "___id": "T000002R050353", + "___id": "T000002R050596", "___s": true }, { @@ -600142,7 +605053,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -600169,7 +605080,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R050354", + "___id": "T000002R050597", "___s": true }, { @@ -600178,7 +605089,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -600237,7 +605148,7 @@ "name": "y" } ], - "___id": "T000002R050355", + "___id": "T000002R050598", "___s": true }, { @@ -600246,7 +605157,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -600273,7 +605184,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, - "___id": "T000002R050356", + "___id": "T000002R050599", "___s": true }, { @@ -600282,7 +605193,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -600311,7 +605222,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R050357", + "___id": "T000002R050600", "___s": true }, { @@ -600320,7 +605231,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -600349,7 +605260,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R050358", + "___id": "T000002R050601", "___s": true }, { @@ -600358,7 +605269,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -600386,7 +605297,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R050359", + "___id": "T000002R050602", "___s": true }, { @@ -600395,7 +605306,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -600454,7 +605365,7 @@ "name": "pipeline" } ], - "___id": "T000002R050360", + "___id": "T000002R050603", "___s": true }, { @@ -600463,7 +605374,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -600551,7 +605462,7 @@ "name": "copyData" } ], - "___id": "T000002R050361", + "___id": "T000002R050604", "___s": true }, { @@ -600560,7 +605471,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -600623,7 +605534,7 @@ "name": "value" } ], - "___id": "T000002R050362", + "___id": "T000002R050605", "___s": true }, { @@ -600632,7 +605543,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -600682,16 +605593,16 @@ "name": "resetData" } ], - "___id": "T000002R050363", + "___id": "T000002R050606", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -600714,17 +605625,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.Ellipse", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R050364", + "___id": "T000002R050607", "___s": true }, { @@ -600733,7 +605646,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -600761,7 +605674,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R050365", + "___id": "T000002R050608", "___s": true }, { @@ -600770,7 +605683,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -600807,7 +605720,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R050366", + "___id": "T000002R050609", "___s": true }, { @@ -600816,7 +605729,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -600844,7 +605757,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R050367", + "___id": "T000002R050610", "___s": true }, { @@ -600853,7 +605766,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -600883,7 +605796,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R050368", + "___id": "T000002R050611", "___s": true }, { @@ -600892,7 +605805,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -600920,7 +605833,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R050369", + "___id": "T000002R050612", "___s": true }, { @@ -600929,7 +605842,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -600965,7 +605878,7 @@ "name": "preFX" } ], - "___id": "T000002R050370", + "___id": "T000002R050613", "___s": true }, { @@ -600974,7 +605887,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -601109,7 +606022,7 @@ "name": "copyData" } ], - "___id": "T000002R050371", + "___id": "T000002R050614", "___s": true }, { @@ -601118,7 +606031,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -601181,7 +606094,7 @@ "name": "value" } ], - "___id": "T000002R050372", + "___id": "T000002R050615", "___s": true }, { @@ -601190,7 +606103,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -601272,7 +606185,7 @@ "name": "pipeline" } ], - "___id": "T000002R050373", + "___id": "T000002R050616", "___s": true }, { @@ -601281,7 +606194,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -601317,7 +606230,7 @@ "name": "resetData" } ], - "___id": "T000002R050374", + "___id": "T000002R050617", "___s": true }, { @@ -601326,7 +606239,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -601385,7 +606298,7 @@ "name": "pipeline" } ], - "___id": "T000002R050375", + "___id": "T000002R050618", "___s": true }, { @@ -601394,7 +606307,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -601428,7 +606341,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R050376", + "___id": "T000002R050619", "___s": true }, { @@ -601437,7 +606350,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -601459,7 +606372,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R050377", + "___id": "T000002R050620", "___s": true }, { @@ -601468,7 +606381,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -601490,7 +606403,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R050378", + "___id": "T000002R050621", "___s": true }, { @@ -601499,7 +606412,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -601556,7 +606469,7 @@ "name": "y" } ], - "___id": "T000002R050379", + "___id": "T000002R050622", "___s": true }, { @@ -601565,7 +606478,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -601588,7 +606501,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R050380", + "___id": "T000002R050623", "___s": true }, { @@ -601597,7 +606510,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -601619,7 +606532,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R050384", + "___id": "T000002R050627", "___s": true }, { @@ -601628,7 +606541,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -601650,7 +606563,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R050385", + "___id": "T000002R050628", "___s": true }, { @@ -601659,7 +606572,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -601681,7 +606594,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R050386", + "___id": "T000002R050629", "___s": true }, { @@ -601690,7 +606603,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -601712,7 +606625,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R050387", + "___id": "T000002R050630", "___s": true }, { @@ -601721,7 +606634,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -601743,7 +606656,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R050388", + "___id": "T000002R050631", "___s": true }, { @@ -601752,7 +606665,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -601774,7 +606687,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R050389", + "___id": "T000002R050632", "___s": true }, { @@ -601783,7 +606696,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -601805,7 +606718,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R050390", + "___id": "T000002R050633", "___s": true }, { @@ -601814,7 +606727,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -601836,7 +606749,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R050391", + "___id": "T000002R050634", "___s": true }, { @@ -601845,7 +606758,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -601867,7 +606780,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R050392", + "___id": "T000002R050635", "___s": true }, { @@ -601876,7 +606789,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -601965,7 +606878,7 @@ "name": "w" } ], - "___id": "T000002R050393", + "___id": "T000002R050636", "___s": true }, { @@ -601974,7 +606887,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -602031,7 +606944,7 @@ "name": "source" } ], - "___id": "T000002R050394", + "___id": "T000002R050637", "___s": true }, { @@ -602040,7 +606953,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -602127,7 +607040,7 @@ "name": "height" } ], - "___id": "T000002R050395", + "___id": "T000002R050638", "___s": true }, { @@ -602136,7 +607049,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -602180,7 +607093,7 @@ "name": "radians" } ], - "___id": "T000002R050396", + "___id": "T000002R050639", "___s": true }, { @@ -602189,7 +607102,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -602233,7 +607146,7 @@ "name": "degrees" } ], - "___id": "T000002R050397", + "___id": "T000002R050640", "___s": true }, { @@ -602242,7 +607155,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -602301,7 +607214,7 @@ "name": "y" } ], - "___id": "T000002R050398", + "___id": "T000002R050641", "___s": true }, { @@ -602310,7 +607223,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -602354,7 +607267,7 @@ "name": "value" } ], - "___id": "T000002R050399", + "___id": "T000002R050642", "___s": true }, { @@ -602363,7 +607276,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -602407,7 +607320,7 @@ "name": "value" } ], - "___id": "T000002R050400", + "___id": "T000002R050643", "___s": true }, { @@ -602416,7 +607329,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -602460,7 +607373,7 @@ "name": "value" } ], - "___id": "T000002R050401", + "___id": "T000002R050644", "___s": true }, { @@ -602469,7 +607382,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -602513,7 +607426,7 @@ "name": "value" } ], - "___id": "T000002R050402", + "___id": "T000002R050645", "___s": true }, { @@ -602522,7 +607435,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -602564,7 +607477,7 @@ "name": "tempMatrix" } ], - "___id": "T000002R050403", + "___id": "T000002R050646", "___s": true }, { @@ -602573,7 +607486,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -602629,7 +607542,7 @@ "name": "parentMatrix" } ], - "___id": "T000002R050404", + "___id": "T000002R050647", "___s": true }, { @@ -602638,7 +607551,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -602720,7 +607633,7 @@ "name": "camera" } ], - "___id": "T000002R050405", + "___id": "T000002R050648", "___s": true }, { @@ -602729,7 +607642,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -602755,7 +607668,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R050406", + "___id": "T000002R050649", "___s": true }, { @@ -602764,7 +607677,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -602785,7 +607698,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R050408", + "___id": "T000002R050651", "___s": true }, { @@ -602794,7 +607707,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -602836,7 +607749,7 @@ "name": "value" } ], - "___id": "T000002R050409", + "___id": "T000002R050652", "___s": true }, { @@ -602845,7 +607758,7 @@ "filename": "Shape.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "geom", @@ -602867,7 +607780,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#geom", "inherited": true, - "___id": "T000002R050413", + "___id": "T000002R050656", "___s": true }, { @@ -602876,7 +607789,7 @@ "filename": "Shape.js", "lineno": 76, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "pathData", @@ -602907,7 +607820,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#pathData", "inherited": true, - "___id": "T000002R050414", + "___id": "T000002R050657", "___s": true }, { @@ -602916,7 +607829,7 @@ "filename": "Shape.js", "lineno": 86, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "pathIndexes", @@ -602947,7 +607860,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#pathIndexes", "inherited": true, - "___id": "T000002R050415", + "___id": "T000002R050658", "___s": true }, { @@ -602956,7 +607869,7 @@ "filename": "Shape.js", "lineno": 96, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "fillColor", @@ -602977,7 +607890,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#fillColor", "inherited": true, - "___id": "T000002R050416", + "___id": "T000002R050659", "___s": true }, { @@ -602986,7 +607899,7 @@ "filename": "Shape.js", "lineno": 105, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "fillAlpha", @@ -603007,7 +607920,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#fillAlpha", "inherited": true, - "___id": "T000002R050417", + "___id": "T000002R050660", "___s": true }, { @@ -603016,7 +607929,7 @@ "filename": "Shape.js", "lineno": 114, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "strokeColor", @@ -603037,7 +607950,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#strokeColor", "inherited": true, - "___id": "T000002R050418", + "___id": "T000002R050661", "___s": true }, { @@ -603046,7 +607959,7 @@ "filename": "Shape.js", "lineno": 123, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "strokeAlpha", @@ -603067,7 +607980,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#strokeAlpha", "inherited": true, - "___id": "T000002R050419", + "___id": "T000002R050662", "___s": true }, { @@ -603076,7 +607989,7 @@ "filename": "Shape.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "lineWidth", @@ -603097,7 +608010,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#lineWidth", "inherited": true, - "___id": "T000002R050420", + "___id": "T000002R050663", "___s": true }, { @@ -603106,7 +608019,7 @@ "filename": "Shape.js", "lineno": 141, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "isFilled", @@ -603127,7 +608040,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#isFilled", "inherited": true, - "___id": "T000002R050421", + "___id": "T000002R050664", "___s": true }, { @@ -603136,7 +608049,7 @@ "filename": "Shape.js", "lineno": 151, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "isStroked", @@ -603157,7 +608070,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#isStroked", "inherited": true, - "___id": "T000002R050422", + "___id": "T000002R050665", "___s": true }, { @@ -603166,7 +608079,7 @@ "filename": "Shape.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "closePath", @@ -603187,7 +608100,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#closePath", "inherited": true, - "___id": "T000002R050423", + "___id": "T000002R050666", "___s": true }, { @@ -603196,7 +608109,7 @@ "filename": "Shape.js", "lineno": 182, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "width", @@ -603217,7 +608130,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#width", "inherited": true, - "___id": "T000002R050425", + "___id": "T000002R050668", "___s": true }, { @@ -603226,7 +608139,7 @@ "filename": "Shape.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "height", @@ -603247,7 +608160,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#height", "inherited": true, - "___id": "T000002R050426", + "___id": "T000002R050669", "___s": true }, { @@ -603256,7 +608169,7 @@ "filename": "Shape.js", "lineno": 247, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setStrokeStyle", @@ -603328,7 +608241,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setStrokeStyle", "inherited": true, - "___id": "T000002R050427", + "___id": "T000002R050670", "___s": true }, { @@ -603337,7 +608250,7 @@ "filename": "Shape.js", "lineno": 284, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setClosePath", @@ -603379,7 +608292,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setClosePath", "inherited": true, - "___id": "T000002R050428", + "___id": "T000002R050671", "___s": true }, { @@ -603388,7 +608301,7 @@ "filename": "Shape.js", "lineno": 332, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setDisplaySize", @@ -603443,7 +608356,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setDisplaySize", "inherited": true, - "___id": "T000002R050430", + "___id": "T000002R050673", "___s": true }, { @@ -603452,7 +608365,7 @@ "filename": "Shape.js", "lineno": 353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "preDestroy", @@ -603465,7 +608378,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#preDestroy", "inherited": true, - "___id": "T000002R050431", + "___id": "T000002R050674", "___s": true }, { @@ -603474,7 +608387,7 @@ "filename": "Shape.js", "lineno": 368, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "displayWidth", @@ -603495,7 +608408,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#displayWidth", "inherited": true, - "___id": "T000002R050432", + "___id": "T000002R050675", "___s": true }, { @@ -603504,7 +608417,7 @@ "filename": "Shape.js", "lineno": 393, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "displayHeight", @@ -603525,7 +608438,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#displayHeight", "inherited": true, - "___id": "T000002R050433", + "___id": "T000002R050676", "___s": true }, { @@ -603534,7 +608447,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -603555,7 +608468,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R050435", + "___id": "T000002R050678", "___s": true }, { @@ -603564,7 +608477,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -603596,7 +608509,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R050436", + "___id": "T000002R050679", "___s": true }, { @@ -603605,7 +608518,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -603626,7 +608539,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R050437", + "___id": "T000002R050680", "___s": true }, { @@ -603635,7 +608548,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -603666,7 +608579,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R050438", + "___id": "T000002R050681", "___s": true }, { @@ -603675,7 +608588,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -603696,7 +608609,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R050439", + "___id": "T000002R050682", "___s": true }, { @@ -603705,7 +608618,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -603727,7 +608640,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R050440", + "___id": "T000002R050683", "___s": true }, { @@ -603736,7 +608649,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -603758,7 +608671,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R050441", + "___id": "T000002R050684", "___s": true }, { @@ -603767,7 +608680,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -603789,7 +608702,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R050442", + "___id": "T000002R050685", "___s": true }, { @@ -603798,7 +608711,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -603820,7 +608733,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R050443", + "___id": "T000002R050686", "___s": true }, { @@ -603829,7 +608742,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -603851,7 +608764,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R050444", + "___id": "T000002R050687", "___s": true }, { @@ -603860,7 +608773,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -603885,7 +608798,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R050445", + "___id": "T000002R050688", "___s": true }, { @@ -603894,7 +608807,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -603918,7 +608831,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R050446", + "___id": "T000002R050689", "___s": true }, { @@ -603927,7 +608840,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -603966,7 +608879,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R050447", + "___id": "T000002R050690", "___s": true }, { @@ -603975,7 +608888,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -603997,7 +608910,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R050448", + "___id": "T000002R050691", "___s": true }, { @@ -604006,7 +608919,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -604048,7 +608961,7 @@ "name": "value" } ], - "___id": "T000002R050449", + "___id": "T000002R050692", "___s": true }, { @@ -604057,7 +608970,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -604099,7 +609012,7 @@ "name": "value" } ], - "___id": "T000002R050450", + "___id": "T000002R050693", "___s": true }, { @@ -604108,7 +609021,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -604160,7 +609073,7 @@ "name": "value" } ], - "___id": "T000002R050451", + "___id": "T000002R050694", "___s": true }, { @@ -604169,7 +609082,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -604199,7 +609112,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R050452", + "___id": "T000002R050695", "___s": true }, { @@ -604208,7 +609121,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -604287,7 +609200,7 @@ "name": "data" } ], - "___id": "T000002R050453", + "___id": "T000002R050696", "___s": true }, { @@ -604296,7 +609209,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -604353,7 +609266,7 @@ "name": "amount" } ], - "___id": "T000002R050454", + "___id": "T000002R050697", "___s": true }, { @@ -604362,7 +609275,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -604404,7 +609317,7 @@ "name": "key" } ], - "___id": "T000002R050455", + "___id": "T000002R050698", "___s": true }, { @@ -604413,7 +609326,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -604472,7 +609385,7 @@ "name": "key" } ], - "___id": "T000002R050456", + "___id": "T000002R050699", "___s": true }, { @@ -604481,7 +609394,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -604568,7 +609481,7 @@ "name": "dropZone" } ], - "___id": "T000002R050457", + "___id": "T000002R050700", "___s": true }, { @@ -604577,7 +609490,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -604604,7 +609517,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R050458", + "___id": "T000002R050701", "___s": true }, { @@ -604613,7 +609526,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -604640,7 +609553,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R050459", + "___id": "T000002R050702", "___s": true }, { @@ -604649,7 +609562,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -604661,7 +609574,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R050460", + "___id": "T000002R050703", "___s": true }, { @@ -604670,7 +609583,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -604682,7 +609595,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R050461", + "___id": "T000002R050704", "___s": true }, { @@ -604691,7 +609604,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -604720,7 +609633,7 @@ "name": "args" } ], - "___id": "T000002R050462", + "___id": "T000002R050705", "___s": true }, { @@ -604729,7 +609642,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -604755,7 +609668,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R050463", + "___id": "T000002R050706", "___s": true }, { @@ -604764,7 +609677,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -604805,7 +609718,7 @@ "name": "camera" } ], - "___id": "T000002R050464", + "___id": "T000002R050707", "___s": true }, { @@ -604814,7 +609727,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -604849,7 +609762,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R050465", + "___id": "T000002R050708", "___s": true }, { @@ -604858,7 +609771,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -604915,7 +609828,7 @@ "name": "displayList" } ], - "___id": "T000002R050466", + "___id": "T000002R050709", "___s": true }, { @@ -604924,7 +609837,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -604951,7 +609864,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R050467", + "___id": "T000002R050710", "___s": true }, { @@ -604960,7 +609873,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -604991,7 +609904,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R050468", + "___id": "T000002R050711", "___s": true }, { @@ -605000,7 +609913,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -605027,7 +609940,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R050469", + "___id": "T000002R050712", "___s": true }, { @@ -605036,7 +609949,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -605068,7 +609981,7 @@ "name": "fromScene" } ], - "___id": "T000002R050470", + "___id": "T000002R050713", "___s": true }, { @@ -605077,7 +609990,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -605089,7 +610002,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R050471", + "___id": "T000002R050714", "___s": true }, { @@ -605098,7 +610011,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -605141,7 +610054,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R050472", + "___id": "T000002R050715", "___s": true }, { @@ -605150,7 +610063,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -605210,7 +610123,7 @@ "name": "event" } ], - "___id": "T000002R050473", + "___id": "T000002R050716", "___s": true }, { @@ -605219,7 +610132,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -605270,7 +610183,7 @@ "name": "event" } ], - "___id": "T000002R050474", + "___id": "T000002R050717", "___s": true }, { @@ -605279,7 +610192,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -605345,7 +610258,7 @@ "name": "args" } ], - "___id": "T000002R050475", + "___id": "T000002R050718", "___s": true }, { @@ -605354,7 +610267,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -605433,7 +610346,7 @@ "name": "context" } ], - "___id": "T000002R050476", + "___id": "T000002R050719", "___s": true }, { @@ -605442,7 +610355,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -605521,7 +610434,7 @@ "name": "context" } ], - "___id": "T000002R050477", + "___id": "T000002R050720", "___s": true }, { @@ -605530,7 +610443,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -605609,7 +610522,7 @@ "name": "context" } ], - "___id": "T000002R050478", + "___id": "T000002R050721", "___s": true }, { @@ -605618,7 +610531,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -605711,7 +610624,7 @@ "name": "once" } ], - "___id": "T000002R050479", + "___id": "T000002R050722", "___s": true }, { @@ -605720,7 +610633,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -605813,7 +610726,7 @@ "name": "once" } ], - "___id": "T000002R050480", + "___id": "T000002R050723", "___s": true }, { @@ -605822,7 +610735,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -605875,7 +610788,7 @@ "name": "event" } ], - "___id": "T000002R050481", + "___id": "T000002R050724", "___s": true }, { @@ -605884,7 +610797,7 @@ "filename": "AlphaSingle.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -605911,7 +610824,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#clearAlpha", "inherited": true, - "___id": "T000002R050483", + "___id": "T000002R050726", "___s": true }, { @@ -605920,7 +610833,7 @@ "filename": "AlphaSingle.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -605964,7 +610877,7 @@ "name": "value" } ], - "___id": "T000002R050484", + "___id": "T000002R050727", "___s": true }, { @@ -605973,7 +610886,7 @@ "filename": "AlphaSingle.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -605994,7 +610907,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#alpha", "inherited": true, - "___id": "T000002R050485", + "___id": "T000002R050728", "___s": true }, { @@ -606003,7 +610916,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -606039,7 +610952,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R050487", + "___id": "T000002R050730", "___s": true }, { @@ -606048,7 +610961,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -606105,16 +611018,16 @@ "name": "value" } ], - "___id": "T000002R050488", + "___id": "T000002R050731", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -606135,16 +611048,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R050490", + "___id": "T000002R050733", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -606186,7 +611099,181 @@ "name": "value" } ], - "___id": "T000002R050491", + "___id": "T000002R050734", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.Grid#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Grid", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R050735", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.Grid#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Grid", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R050736", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.Grid#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Grid", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R050737", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.Grid#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Grid", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R050738", "___s": true }, { @@ -606195,7 +611282,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -606260,7 +611347,7 @@ "name": "includeParent" } ], - "___id": "T000002R050493", + "___id": "T000002R050740", "___s": true }, { @@ -606269,7 +611356,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -606334,7 +611421,7 @@ "name": "includeParent" } ], - "___id": "T000002R050494", + "___id": "T000002R050741", "___s": true }, { @@ -606343,7 +611430,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -606408,7 +611495,7 @@ "name": "includeParent" } ], - "___id": "T000002R050495", + "___id": "T000002R050742", "___s": true }, { @@ -606417,7 +611504,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -606482,7 +611569,7 @@ "name": "includeParent" } ], - "___id": "T000002R050496", + "___id": "T000002R050743", "___s": true }, { @@ -606491,7 +611578,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -606556,7 +611643,7 @@ "name": "includeParent" } ], - "___id": "T000002R050497", + "___id": "T000002R050744", "___s": true }, { @@ -606565,7 +611652,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -606630,7 +611717,7 @@ "name": "includeParent" } ], - "___id": "T000002R050498", + "___id": "T000002R050745", "___s": true }, { @@ -606639,7 +611726,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -606704,7 +611791,7 @@ "name": "includeParent" } ], - "___id": "T000002R050499", + "___id": "T000002R050746", "___s": true }, { @@ -606713,7 +611800,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -606778,7 +611865,7 @@ "name": "includeParent" } ], - "___id": "T000002R050500", + "___id": "T000002R050747", "___s": true }, { @@ -606787,7 +611874,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -606852,7 +611939,7 @@ "name": "includeParent" } ], - "___id": "T000002R050501", + "___id": "T000002R050748", "___s": true }, { @@ -606861,7 +611948,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -606931,7 +612018,7 @@ "name": "output" } ], - "___id": "T000002R050502", + "___id": "T000002R050749", "___s": true }, { @@ -606940,7 +612027,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -606971,7 +612058,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R050503", + "___id": "T000002R050750", "___s": true }, { @@ -606980,7 +612067,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -607032,7 +612119,7 @@ "name": "mask" } ], - "___id": "T000002R050504", + "___id": "T000002R050751", "___s": true }, { @@ -607041,7 +612128,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -607085,7 +612172,7 @@ "name": "destroyMask" } ], - "___id": "T000002R050505", + "___id": "T000002R050752", "___s": true }, { @@ -607094,7 +612181,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -607247,7 +612334,7 @@ "name": "frame" } ], - "___id": "T000002R050506", + "___id": "T000002R050753", "___s": true }, { @@ -607256,7 +612343,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -607328,7 +612415,7 @@ "name": "graphics" } ], - "___id": "T000002R050507", + "___id": "T000002R050754", "___s": true }, { @@ -607337,7 +612424,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -607360,7 +612447,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, - "___id": "T000002R050509", + "___id": "T000002R050756", "___s": true }, { @@ -607369,7 +612456,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -607392,7 +612479,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, - "___id": "T000002R050510", + "___id": "T000002R050757", "___s": true }, { @@ -607401,7 +612488,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -607422,7 +612509,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, - "___id": "T000002R050511", + "___id": "T000002R050758", "___s": true }, { @@ -607431,7 +612518,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -607452,7 +612539,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, - "___id": "T000002R050512", + "___id": "T000002R050759", "___s": true }, { @@ -607461,7 +612548,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -607520,7 +612607,7 @@ "name": "y" } ], - "___id": "T000002R050513", + "___id": "T000002R050760", "___s": true }, { @@ -607529,7 +612616,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -607556,7 +612643,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R050514", + "___id": "T000002R050761", "___s": true }, { @@ -607565,7 +612652,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -607624,7 +612711,7 @@ "name": "y" } ], - "___id": "T000002R050515", + "___id": "T000002R050762", "___s": true }, { @@ -607633,7 +612720,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -607660,7 +612747,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, - "___id": "T000002R050516", + "___id": "T000002R050763", "___s": true }, { @@ -607669,7 +612756,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -607698,7 +612785,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R050517", + "___id": "T000002R050764", "___s": true }, { @@ -607707,7 +612794,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -607736,7 +612823,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R050518", + "___id": "T000002R050765", "___s": true }, { @@ -607745,7 +612832,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -607773,7 +612860,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R050519", + "___id": "T000002R050766", "___s": true }, { @@ -607782,7 +612869,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -607841,7 +612928,7 @@ "name": "pipeline" } ], - "___id": "T000002R050520", + "___id": "T000002R050767", "___s": true }, { @@ -607850,7 +612937,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -607938,7 +613025,7 @@ "name": "copyData" } ], - "___id": "T000002R050521", + "___id": "T000002R050768", "___s": true }, { @@ -607947,7 +613034,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -608010,7 +613097,7 @@ "name": "value" } ], - "___id": "T000002R050522", + "___id": "T000002R050769", "___s": true }, { @@ -608019,7 +613106,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -608069,16 +613156,16 @@ "name": "resetData" } ], - "___id": "T000002R050523", + "___id": "T000002R050770", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -608101,17 +613188,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.Grid", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R050524", + "___id": "T000002R050771", "___s": true }, { @@ -608120,7 +613209,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -608148,7 +613237,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R050525", + "___id": "T000002R050772", "___s": true }, { @@ -608157,7 +613246,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -608194,7 +613283,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R050526", + "___id": "T000002R050773", "___s": true }, { @@ -608203,7 +613292,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -608231,7 +613320,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R050527", + "___id": "T000002R050774", "___s": true }, { @@ -608240,7 +613329,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -608270,7 +613359,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R050528", + "___id": "T000002R050775", "___s": true }, { @@ -608279,7 +613368,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -608307,7 +613396,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R050529", + "___id": "T000002R050776", "___s": true }, { @@ -608316,7 +613405,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -608352,7 +613441,7 @@ "name": "preFX" } ], - "___id": "T000002R050530", + "___id": "T000002R050777", "___s": true }, { @@ -608361,7 +613450,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -608496,7 +613585,7 @@ "name": "copyData" } ], - "___id": "T000002R050531", + "___id": "T000002R050778", "___s": true }, { @@ -608505,7 +613594,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -608568,7 +613657,7 @@ "name": "value" } ], - "___id": "T000002R050532", + "___id": "T000002R050779", "___s": true }, { @@ -608577,7 +613666,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -608659,7 +613748,7 @@ "name": "pipeline" } ], - "___id": "T000002R050533", + "___id": "T000002R050780", "___s": true }, { @@ -608668,7 +613757,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -608704,7 +613793,7 @@ "name": "resetData" } ], - "___id": "T000002R050534", + "___id": "T000002R050781", "___s": true }, { @@ -608713,7 +613802,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -608772,7 +613861,7 @@ "name": "pipeline" } ], - "___id": "T000002R050535", + "___id": "T000002R050782", "___s": true }, { @@ -608781,7 +613870,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -608815,7 +613904,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R050536", + "___id": "T000002R050783", "___s": true }, { @@ -608824,7 +613913,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -608846,7 +613935,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R050537", + "___id": "T000002R050784", "___s": true }, { @@ -608855,7 +613944,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -608877,7 +613966,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R050538", + "___id": "T000002R050785", "___s": true }, { @@ -608886,7 +613975,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -608943,7 +614032,7 @@ "name": "y" } ], - "___id": "T000002R050539", + "___id": "T000002R050786", "___s": true }, { @@ -608952,7 +614041,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -608975,7 +614064,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R050540", + "___id": "T000002R050787", "___s": true }, { @@ -608984,7 +614073,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -609006,7 +614095,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R050544", + "___id": "T000002R050791", "___s": true }, { @@ -609015,7 +614104,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -609037,7 +614126,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R050545", + "___id": "T000002R050792", "___s": true }, { @@ -609046,7 +614135,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -609068,7 +614157,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R050546", + "___id": "T000002R050793", "___s": true }, { @@ -609077,7 +614166,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -609099,7 +614188,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R050547", + "___id": "T000002R050794", "___s": true }, { @@ -609108,7 +614197,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -609130,7 +614219,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R050548", + "___id": "T000002R050795", "___s": true }, { @@ -609139,7 +614228,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -609161,7 +614250,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R050549", + "___id": "T000002R050796", "___s": true }, { @@ -609170,7 +614259,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -609192,7 +614281,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R050550", + "___id": "T000002R050797", "___s": true }, { @@ -609201,7 +614290,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -609223,7 +614312,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R050551", + "___id": "T000002R050798", "___s": true }, { @@ -609232,7 +614321,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -609254,7 +614343,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R050552", + "___id": "T000002R050799", "___s": true }, { @@ -609263,7 +614352,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -609352,7 +614441,7 @@ "name": "w" } ], - "___id": "T000002R050553", + "___id": "T000002R050800", "___s": true }, { @@ -609361,7 +614450,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -609418,7 +614507,7 @@ "name": "source" } ], - "___id": "T000002R050554", + "___id": "T000002R050801", "___s": true }, { @@ -609427,7 +614516,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -609514,7 +614603,7 @@ "name": "height" } ], - "___id": "T000002R050555", + "___id": "T000002R050802", "___s": true }, { @@ -609523,7 +614612,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -609567,7 +614656,7 @@ "name": "radians" } ], - "___id": "T000002R050556", + "___id": "T000002R050803", "___s": true }, { @@ -609576,7 +614665,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -609620,7 +614709,7 @@ "name": "degrees" } ], - "___id": "T000002R050557", + "___id": "T000002R050804", "___s": true }, { @@ -609629,7 +614718,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -609688,7 +614777,7 @@ "name": "y" } ], - "___id": "T000002R050558", + "___id": "T000002R050805", "___s": true }, { @@ -609697,7 +614786,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -609741,7 +614830,7 @@ "name": "value" } ], - "___id": "T000002R050559", + "___id": "T000002R050806", "___s": true }, { @@ -609750,7 +614839,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -609794,7 +614883,7 @@ "name": "value" } ], - "___id": "T000002R050560", + "___id": "T000002R050807", "___s": true }, { @@ -609803,7 +614892,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -609847,7 +614936,7 @@ "name": "value" } ], - "___id": "T000002R050561", + "___id": "T000002R050808", "___s": true }, { @@ -609856,7 +614945,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -609900,7 +614989,7 @@ "name": "value" } ], - "___id": "T000002R050562", + "___id": "T000002R050809", "___s": true }, { @@ -609909,7 +614998,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -609951,7 +615040,7 @@ "name": "tempMatrix" } ], - "___id": "T000002R050563", + "___id": "T000002R050810", "___s": true }, { @@ -609960,7 +615049,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -610016,7 +615105,7 @@ "name": "parentMatrix" } ], - "___id": "T000002R050564", + "___id": "T000002R050811", "___s": true }, { @@ -610025,7 +615114,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -610107,7 +615196,7 @@ "name": "camera" } ], - "___id": "T000002R050565", + "___id": "T000002R050812", "___s": true }, { @@ -610116,7 +615205,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -610142,7 +615231,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R050566", + "___id": "T000002R050813", "___s": true }, { @@ -610151,7 +615240,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -610172,7 +615261,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R050568", + "___id": "T000002R050815", "___s": true }, { @@ -610181,7 +615270,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -610223,7 +615312,7 @@ "name": "value" } ], - "___id": "T000002R050569", + "___id": "T000002R050816", "___s": true }, { @@ -610232,7 +615321,7 @@ "filename": "Shape.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "geom", @@ -610254,7 +615343,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#geom", "inherited": true, - "___id": "T000002R050573", + "___id": "T000002R050820", "___s": true }, { @@ -610263,7 +615352,7 @@ "filename": "Shape.js", "lineno": 76, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "pathData", @@ -610294,7 +615383,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#pathData", "inherited": true, - "___id": "T000002R050574", + "___id": "T000002R050821", "___s": true }, { @@ -610303,7 +615392,7 @@ "filename": "Shape.js", "lineno": 86, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "pathIndexes", @@ -610334,7 +615423,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#pathIndexes", "inherited": true, - "___id": "T000002R050575", + "___id": "T000002R050822", "___s": true }, { @@ -610343,7 +615432,7 @@ "filename": "Shape.js", "lineno": 96, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "fillColor", @@ -610364,7 +615453,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#fillColor", "inherited": true, - "___id": "T000002R050576", + "___id": "T000002R050823", "___s": true }, { @@ -610373,7 +615462,7 @@ "filename": "Shape.js", "lineno": 105, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "fillAlpha", @@ -610394,7 +615483,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#fillAlpha", "inherited": true, - "___id": "T000002R050577", + "___id": "T000002R050824", "___s": true }, { @@ -610403,7 +615492,7 @@ "filename": "Shape.js", "lineno": 114, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "strokeColor", @@ -610424,7 +615513,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#strokeColor", "inherited": true, - "___id": "T000002R050578", + "___id": "T000002R050825", "___s": true }, { @@ -610433,7 +615522,7 @@ "filename": "Shape.js", "lineno": 123, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "strokeAlpha", @@ -610454,7 +615543,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#strokeAlpha", "inherited": true, - "___id": "T000002R050579", + "___id": "T000002R050826", "___s": true }, { @@ -610463,7 +615552,7 @@ "filename": "Shape.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "lineWidth", @@ -610484,7 +615573,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#lineWidth", "inherited": true, - "___id": "T000002R050580", + "___id": "T000002R050827", "___s": true }, { @@ -610493,7 +615582,7 @@ "filename": "Shape.js", "lineno": 141, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "isFilled", @@ -610514,7 +615603,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#isFilled", "inherited": true, - "___id": "T000002R050581", + "___id": "T000002R050828", "___s": true }, { @@ -610523,7 +615612,7 @@ "filename": "Shape.js", "lineno": 151, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "isStroked", @@ -610544,7 +615633,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#isStroked", "inherited": true, - "___id": "T000002R050582", + "___id": "T000002R050829", "___s": true }, { @@ -610553,7 +615642,7 @@ "filename": "Shape.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "closePath", @@ -610574,7 +615663,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#closePath", "inherited": true, - "___id": "T000002R050583", + "___id": "T000002R050830", "___s": true }, { @@ -610583,7 +615672,7 @@ "filename": "Shape.js", "lineno": 182, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "width", @@ -610604,7 +615693,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#width", "inherited": true, - "___id": "T000002R050585", + "___id": "T000002R050832", "___s": true }, { @@ -610613,7 +615702,7 @@ "filename": "Shape.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "height", @@ -610634,7 +615723,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#height", "inherited": true, - "___id": "T000002R050586", + "___id": "T000002R050833", "___s": true }, { @@ -610643,7 +615732,7 @@ "filename": "Shape.js", "lineno": 247, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setStrokeStyle", @@ -610715,7 +615804,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setStrokeStyle", "inherited": true, - "___id": "T000002R050587", + "___id": "T000002R050834", "___s": true }, { @@ -610724,7 +615813,7 @@ "filename": "Shape.js", "lineno": 284, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setClosePath", @@ -610766,7 +615855,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setClosePath", "inherited": true, - "___id": "T000002R050588", + "___id": "T000002R050835", "___s": true }, { @@ -610775,7 +615864,7 @@ "filename": "Shape.js", "lineno": 332, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setDisplaySize", @@ -610830,7 +615919,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setDisplaySize", "inherited": true, - "___id": "T000002R050590", + "___id": "T000002R050837", "___s": true }, { @@ -610839,7 +615928,7 @@ "filename": "Shape.js", "lineno": 353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "preDestroy", @@ -610852,7 +615941,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#preDestroy", "inherited": true, - "___id": "T000002R050591", + "___id": "T000002R050838", "___s": true }, { @@ -610861,7 +615950,7 @@ "filename": "Shape.js", "lineno": 368, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "displayWidth", @@ -610882,7 +615971,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#displayWidth", "inherited": true, - "___id": "T000002R050592", + "___id": "T000002R050839", "___s": true }, { @@ -610891,7 +615980,7 @@ "filename": "Shape.js", "lineno": 393, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "displayHeight", @@ -610912,7 +616001,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#displayHeight", "inherited": true, - "___id": "T000002R050593", + "___id": "T000002R050840", "___s": true }, { @@ -610921,7 +616010,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -610942,7 +616031,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R050595", + "___id": "T000002R050842", "___s": true }, { @@ -610951,7 +616040,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -610983,7 +616072,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R050596", + "___id": "T000002R050843", "___s": true }, { @@ -610992,7 +616081,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -611013,7 +616102,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R050597", + "___id": "T000002R050844", "___s": true }, { @@ -611022,7 +616111,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -611053,7 +616142,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R050598", + "___id": "T000002R050845", "___s": true }, { @@ -611062,7 +616151,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -611083,7 +616172,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R050599", + "___id": "T000002R050846", "___s": true }, { @@ -611092,7 +616181,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -611114,7 +616203,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R050600", + "___id": "T000002R050847", "___s": true }, { @@ -611123,7 +616212,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -611145,7 +616234,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R050601", + "___id": "T000002R050848", "___s": true }, { @@ -611154,7 +616243,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -611176,7 +616265,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R050602", + "___id": "T000002R050849", "___s": true }, { @@ -611185,7 +616274,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -611207,7 +616296,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R050603", + "___id": "T000002R050850", "___s": true }, { @@ -611216,7 +616305,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -611238,7 +616327,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R050604", + "___id": "T000002R050851", "___s": true }, { @@ -611247,7 +616336,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -611272,7 +616361,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R050605", + "___id": "T000002R050852", "___s": true }, { @@ -611281,7 +616370,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -611305,7 +616394,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R050606", + "___id": "T000002R050853", "___s": true }, { @@ -611314,7 +616403,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -611353,7 +616442,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R050607", + "___id": "T000002R050854", "___s": true }, { @@ -611362,7 +616451,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -611384,7 +616473,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R050608", + "___id": "T000002R050855", "___s": true }, { @@ -611393,7 +616482,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -611435,7 +616524,7 @@ "name": "value" } ], - "___id": "T000002R050609", + "___id": "T000002R050856", "___s": true }, { @@ -611444,7 +616533,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -611486,7 +616575,7 @@ "name": "value" } ], - "___id": "T000002R050610", + "___id": "T000002R050857", "___s": true }, { @@ -611495,7 +616584,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -611547,7 +616636,7 @@ "name": "value" } ], - "___id": "T000002R050611", + "___id": "T000002R050858", "___s": true }, { @@ -611556,7 +616645,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -611586,7 +616675,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R050612", + "___id": "T000002R050859", "___s": true }, { @@ -611595,7 +616684,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -611674,7 +616763,7 @@ "name": "data" } ], - "___id": "T000002R050613", + "___id": "T000002R050860", "___s": true }, { @@ -611683,7 +616772,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -611740,7 +616829,7 @@ "name": "amount" } ], - "___id": "T000002R050614", + "___id": "T000002R050861", "___s": true }, { @@ -611749,7 +616838,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -611791,7 +616880,7 @@ "name": "key" } ], - "___id": "T000002R050615", + "___id": "T000002R050862", "___s": true }, { @@ -611800,7 +616889,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -611859,7 +616948,7 @@ "name": "key" } ], - "___id": "T000002R050616", + "___id": "T000002R050863", "___s": true }, { @@ -611868,7 +616957,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -611955,7 +617044,7 @@ "name": "dropZone" } ], - "___id": "T000002R050617", + "___id": "T000002R050864", "___s": true }, { @@ -611964,7 +617053,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -611991,7 +617080,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R050618", + "___id": "T000002R050865", "___s": true }, { @@ -612000,7 +617089,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -612027,7 +617116,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R050619", + "___id": "T000002R050866", "___s": true }, { @@ -612036,7 +617125,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -612048,7 +617137,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R050620", + "___id": "T000002R050867", "___s": true }, { @@ -612057,7 +617146,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -612069,7 +617158,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R050621", + "___id": "T000002R050868", "___s": true }, { @@ -612078,7 +617167,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -612107,7 +617196,7 @@ "name": "args" } ], - "___id": "T000002R050622", + "___id": "T000002R050869", "___s": true }, { @@ -612116,7 +617205,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -612142,7 +617231,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R050623", + "___id": "T000002R050870", "___s": true }, { @@ -612151,7 +617240,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -612192,7 +617281,7 @@ "name": "camera" } ], - "___id": "T000002R050624", + "___id": "T000002R050871", "___s": true }, { @@ -612201,7 +617290,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -612236,7 +617325,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R050625", + "___id": "T000002R050872", "___s": true }, { @@ -612245,7 +617334,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -612302,7 +617391,7 @@ "name": "displayList" } ], - "___id": "T000002R050626", + "___id": "T000002R050873", "___s": true }, { @@ -612311,7 +617400,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -612338,7 +617427,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R050627", + "___id": "T000002R050874", "___s": true }, { @@ -612347,7 +617436,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -612378,7 +617467,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R050628", + "___id": "T000002R050875", "___s": true }, { @@ -612387,7 +617476,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -612414,7 +617503,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R050629", + "___id": "T000002R050876", "___s": true }, { @@ -612423,7 +617512,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -612455,7 +617544,7 @@ "name": "fromScene" } ], - "___id": "T000002R050630", + "___id": "T000002R050877", "___s": true }, { @@ -612464,7 +617553,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -612476,7 +617565,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R050631", + "___id": "T000002R050878", "___s": true }, { @@ -612485,7 +617574,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -612528,7 +617617,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R050632", + "___id": "T000002R050879", "___s": true }, { @@ -612537,7 +617626,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -612597,7 +617686,7 @@ "name": "event" } ], - "___id": "T000002R050633", + "___id": "T000002R050880", "___s": true }, { @@ -612606,7 +617695,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -612657,7 +617746,7 @@ "name": "event" } ], - "___id": "T000002R050634", + "___id": "T000002R050881", "___s": true }, { @@ -612666,7 +617755,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -612732,7 +617821,7 @@ "name": "args" } ], - "___id": "T000002R050635", + "___id": "T000002R050882", "___s": true }, { @@ -612741,7 +617830,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -612820,7 +617909,7 @@ "name": "context" } ], - "___id": "T000002R050636", + "___id": "T000002R050883", "___s": true }, { @@ -612829,7 +617918,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -612908,7 +617997,7 @@ "name": "context" } ], - "___id": "T000002R050637", + "___id": "T000002R050884", "___s": true }, { @@ -612917,7 +618006,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -612996,7 +618085,7 @@ "name": "context" } ], - "___id": "T000002R050638", + "___id": "T000002R050885", "___s": true }, { @@ -613005,7 +618094,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -613098,7 +618187,7 @@ "name": "once" } ], - "___id": "T000002R050639", + "___id": "T000002R050886", "___s": true }, { @@ -613107,7 +618196,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -613200,7 +618289,7 @@ "name": "once" } ], - "___id": "T000002R050640", + "___id": "T000002R050887", "___s": true }, { @@ -613209,7 +618298,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -613262,7 +618351,7 @@ "name": "event" } ], - "___id": "T000002R050641", + "___id": "T000002R050888", "___s": true }, { @@ -613271,7 +618360,7 @@ "filename": "AlphaSingle.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -613298,7 +618387,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#clearAlpha", "inherited": true, - "___id": "T000002R050643", + "___id": "T000002R050890", "___s": true }, { @@ -613307,7 +618396,7 @@ "filename": "AlphaSingle.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -613351,7 +618440,7 @@ "name": "value" } ], - "___id": "T000002R050644", + "___id": "T000002R050891", "___s": true }, { @@ -613360,7 +618449,7 @@ "filename": "AlphaSingle.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -613381,7 +618470,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#alpha", "inherited": true, - "___id": "T000002R050645", + "___id": "T000002R050892", "___s": true }, { @@ -613390,7 +618479,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -613426,7 +618515,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R050647", + "___id": "T000002R050894", "___s": true }, { @@ -613435,7 +618524,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -613492,16 +618581,16 @@ "name": "value" } ], - "___id": "T000002R050648", + "___id": "T000002R050895", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -613522,16 +618611,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R050650", + "___id": "T000002R050897", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -613573,7 +618662,181 @@ "name": "value" } ], - "___id": "T000002R050651", + "___id": "T000002R050898", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.IsoBox#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.IsoBox", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R050899", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.IsoBox#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.IsoBox", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R050900", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.IsoBox#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.IsoBox", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R050901", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.IsoBox#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.IsoBox", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R050902", "___s": true }, { @@ -613582,7 +618845,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -613647,7 +618910,7 @@ "name": "includeParent" } ], - "___id": "T000002R050653", + "___id": "T000002R050904", "___s": true }, { @@ -613656,7 +618919,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -613721,7 +618984,7 @@ "name": "includeParent" } ], - "___id": "T000002R050654", + "___id": "T000002R050905", "___s": true }, { @@ -613730,7 +618993,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -613795,7 +619058,7 @@ "name": "includeParent" } ], - "___id": "T000002R050655", + "___id": "T000002R050906", "___s": true }, { @@ -613804,7 +619067,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -613869,7 +619132,7 @@ "name": "includeParent" } ], - "___id": "T000002R050656", + "___id": "T000002R050907", "___s": true }, { @@ -613878,7 +619141,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -613943,7 +619206,7 @@ "name": "includeParent" } ], - "___id": "T000002R050657", + "___id": "T000002R050908", "___s": true }, { @@ -613952,7 +619215,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -614017,7 +619280,7 @@ "name": "includeParent" } ], - "___id": "T000002R050658", + "___id": "T000002R050909", "___s": true }, { @@ -614026,7 +619289,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -614091,7 +619354,7 @@ "name": "includeParent" } ], - "___id": "T000002R050659", + "___id": "T000002R050910", "___s": true }, { @@ -614100,7 +619363,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -614165,7 +619428,7 @@ "name": "includeParent" } ], - "___id": "T000002R050660", + "___id": "T000002R050911", "___s": true }, { @@ -614174,7 +619437,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -614239,7 +619502,7 @@ "name": "includeParent" } ], - "___id": "T000002R050661", + "___id": "T000002R050912", "___s": true }, { @@ -614248,7 +619511,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -614318,7 +619581,7 @@ "name": "output" } ], - "___id": "T000002R050662", + "___id": "T000002R050913", "___s": true }, { @@ -614327,7 +619590,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -614358,7 +619621,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R050663", + "___id": "T000002R050914", "___s": true }, { @@ -614367,7 +619630,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -614419,7 +619682,7 @@ "name": "mask" } ], - "___id": "T000002R050664", + "___id": "T000002R050915", "___s": true }, { @@ -614428,7 +619691,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -614472,7 +619735,7 @@ "name": "destroyMask" } ], - "___id": "T000002R050665", + "___id": "T000002R050916", "___s": true }, { @@ -614481,7 +619744,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -614634,7 +619897,7 @@ "name": "frame" } ], - "___id": "T000002R050666", + "___id": "T000002R050917", "___s": true }, { @@ -614643,7 +619906,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -614715,7 +619978,7 @@ "name": "graphics" } ], - "___id": "T000002R050667", + "___id": "T000002R050918", "___s": true }, { @@ -614724,7 +619987,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -614747,7 +620010,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, - "___id": "T000002R050669", + "___id": "T000002R050920", "___s": true }, { @@ -614756,7 +620019,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -614779,7 +620042,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, - "___id": "T000002R050670", + "___id": "T000002R050921", "___s": true }, { @@ -614788,7 +620051,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -614809,7 +620072,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, - "___id": "T000002R050671", + "___id": "T000002R050922", "___s": true }, { @@ -614818,7 +620081,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -614839,7 +620102,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, - "___id": "T000002R050672", + "___id": "T000002R050923", "___s": true }, { @@ -614848,7 +620111,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -614907,7 +620170,7 @@ "name": "y" } ], - "___id": "T000002R050673", + "___id": "T000002R050924", "___s": true }, { @@ -614916,7 +620179,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -614943,7 +620206,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R050674", + "___id": "T000002R050925", "___s": true }, { @@ -614952,7 +620215,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -615011,7 +620274,7 @@ "name": "y" } ], - "___id": "T000002R050675", + "___id": "T000002R050926", "___s": true }, { @@ -615020,7 +620283,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -615047,7 +620310,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, - "___id": "T000002R050676", + "___id": "T000002R050927", "___s": true }, { @@ -615056,7 +620319,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -615085,7 +620348,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R050677", + "___id": "T000002R050928", "___s": true }, { @@ -615094,7 +620357,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -615123,7 +620386,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R050678", + "___id": "T000002R050929", "___s": true }, { @@ -615132,7 +620395,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -615160,7 +620423,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R050679", + "___id": "T000002R050930", "___s": true }, { @@ -615169,7 +620432,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -615228,7 +620491,7 @@ "name": "pipeline" } ], - "___id": "T000002R050680", + "___id": "T000002R050931", "___s": true }, { @@ -615237,7 +620500,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -615325,7 +620588,7 @@ "name": "copyData" } ], - "___id": "T000002R050681", + "___id": "T000002R050932", "___s": true }, { @@ -615334,7 +620597,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -615397,7 +620660,7 @@ "name": "value" } ], - "___id": "T000002R050682", + "___id": "T000002R050933", "___s": true }, { @@ -615406,7 +620669,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -615456,16 +620719,16 @@ "name": "resetData" } ], - "___id": "T000002R050683", + "___id": "T000002R050934", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -615488,17 +620751,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.IsoBox", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R050684", + "___id": "T000002R050935", "___s": true }, { @@ -615507,7 +620772,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -615535,7 +620800,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R050685", + "___id": "T000002R050936", "___s": true }, { @@ -615544,7 +620809,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -615581,7 +620846,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R050686", + "___id": "T000002R050937", "___s": true }, { @@ -615590,7 +620855,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -615618,7 +620883,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R050687", + "___id": "T000002R050938", "___s": true }, { @@ -615627,7 +620892,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -615657,7 +620922,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R050688", + "___id": "T000002R050939", "___s": true }, { @@ -615666,7 +620931,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -615694,7 +620959,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R050689", + "___id": "T000002R050940", "___s": true }, { @@ -615703,7 +620968,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -615739,7 +621004,7 @@ "name": "preFX" } ], - "___id": "T000002R050690", + "___id": "T000002R050941", "___s": true }, { @@ -615748,7 +621013,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -615883,7 +621148,7 @@ "name": "copyData" } ], - "___id": "T000002R050691", + "___id": "T000002R050942", "___s": true }, { @@ -615892,7 +621157,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -615955,7 +621220,7 @@ "name": "value" } ], - "___id": "T000002R050692", + "___id": "T000002R050943", "___s": true }, { @@ -615964,7 +621229,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -616046,7 +621311,7 @@ "name": "pipeline" } ], - "___id": "T000002R050693", + "___id": "T000002R050944", "___s": true }, { @@ -616055,7 +621320,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -616091,7 +621356,7 @@ "name": "resetData" } ], - "___id": "T000002R050694", + "___id": "T000002R050945", "___s": true }, { @@ -616100,7 +621365,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -616159,7 +621424,7 @@ "name": "pipeline" } ], - "___id": "T000002R050695", + "___id": "T000002R050946", "___s": true }, { @@ -616168,7 +621433,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -616202,7 +621467,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R050696", + "___id": "T000002R050947", "___s": true }, { @@ -616211,7 +621476,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -616233,7 +621498,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R050697", + "___id": "T000002R050948", "___s": true }, { @@ -616242,7 +621507,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -616264,7 +621529,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R050698", + "___id": "T000002R050949", "___s": true }, { @@ -616273,7 +621538,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -616330,7 +621595,7 @@ "name": "y" } ], - "___id": "T000002R050699", + "___id": "T000002R050950", "___s": true }, { @@ -616339,7 +621604,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -616362,7 +621627,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R050700", + "___id": "T000002R050951", "___s": true }, { @@ -616371,7 +621636,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -616393,7 +621658,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R050704", + "___id": "T000002R050955", "___s": true }, { @@ -616402,7 +621667,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -616424,7 +621689,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R050705", + "___id": "T000002R050956", "___s": true }, { @@ -616433,7 +621698,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -616455,7 +621720,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R050706", + "___id": "T000002R050957", "___s": true }, { @@ -616464,7 +621729,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -616486,7 +621751,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R050707", + "___id": "T000002R050958", "___s": true }, { @@ -616495,7 +621760,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -616517,7 +621782,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R050708", + "___id": "T000002R050959", "___s": true }, { @@ -616526,7 +621791,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -616548,7 +621813,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R050709", + "___id": "T000002R050960", "___s": true }, { @@ -616557,7 +621822,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -616579,7 +621844,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R050710", + "___id": "T000002R050961", "___s": true }, { @@ -616588,7 +621853,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -616610,7 +621875,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R050711", + "___id": "T000002R050962", "___s": true }, { @@ -616619,7 +621884,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -616641,7 +621906,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R050712", + "___id": "T000002R050963", "___s": true }, { @@ -616650,7 +621915,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -616739,7 +622004,7 @@ "name": "w" } ], - "___id": "T000002R050713", + "___id": "T000002R050964", "___s": true }, { @@ -616748,7 +622013,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -616805,7 +622070,7 @@ "name": "source" } ], - "___id": "T000002R050714", + "___id": "T000002R050965", "___s": true }, { @@ -616814,7 +622079,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -616901,7 +622166,7 @@ "name": "height" } ], - "___id": "T000002R050715", + "___id": "T000002R050966", "___s": true }, { @@ -616910,7 +622175,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -616954,7 +622219,7 @@ "name": "radians" } ], - "___id": "T000002R050716", + "___id": "T000002R050967", "___s": true }, { @@ -616963,7 +622228,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -617007,7 +622272,7 @@ "name": "degrees" } ], - "___id": "T000002R050717", + "___id": "T000002R050968", "___s": true }, { @@ -617016,7 +622281,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -617075,7 +622340,7 @@ "name": "y" } ], - "___id": "T000002R050718", + "___id": "T000002R050969", "___s": true }, { @@ -617084,7 +622349,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -617128,7 +622393,7 @@ "name": "value" } ], - "___id": "T000002R050719", + "___id": "T000002R050970", "___s": true }, { @@ -617137,7 +622402,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -617181,7 +622446,7 @@ "name": "value" } ], - "___id": "T000002R050720", + "___id": "T000002R050971", "___s": true }, { @@ -617190,7 +622455,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -617234,7 +622499,7 @@ "name": "value" } ], - "___id": "T000002R050721", + "___id": "T000002R050972", "___s": true }, { @@ -617243,7 +622508,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -617287,7 +622552,7 @@ "name": "value" } ], - "___id": "T000002R050722", + "___id": "T000002R050973", "___s": true }, { @@ -617296,7 +622561,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -617338,7 +622603,7 @@ "name": "tempMatrix" } ], - "___id": "T000002R050723", + "___id": "T000002R050974", "___s": true }, { @@ -617347,7 +622612,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -617403,7 +622668,7 @@ "name": "parentMatrix" } ], - "___id": "T000002R050724", + "___id": "T000002R050975", "___s": true }, { @@ -617412,7 +622677,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -617494,7 +622759,7 @@ "name": "camera" } ], - "___id": "T000002R050725", + "___id": "T000002R050976", "___s": true }, { @@ -617503,7 +622768,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -617529,7 +622794,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R050726", + "___id": "T000002R050977", "___s": true }, { @@ -617538,7 +622803,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -617559,7 +622824,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R050728", + "___id": "T000002R050979", "___s": true }, { @@ -617568,7 +622833,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -617610,7 +622875,7 @@ "name": "value" } ], - "___id": "T000002R050729", + "___id": "T000002R050980", "___s": true }, { @@ -617619,7 +622884,7 @@ "filename": "Shape.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "geom", @@ -617641,7 +622906,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#geom", "inherited": true, - "___id": "T000002R050733", + "___id": "T000002R050984", "___s": true }, { @@ -617650,7 +622915,7 @@ "filename": "Shape.js", "lineno": 76, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "pathData", @@ -617681,7 +622946,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#pathData", "inherited": true, - "___id": "T000002R050734", + "___id": "T000002R050985", "___s": true }, { @@ -617690,7 +622955,7 @@ "filename": "Shape.js", "lineno": 86, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "pathIndexes", @@ -617721,7 +622986,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#pathIndexes", "inherited": true, - "___id": "T000002R050735", + "___id": "T000002R050986", "___s": true }, { @@ -617730,7 +622995,7 @@ "filename": "Shape.js", "lineno": 96, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "fillColor", @@ -617751,7 +623016,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#fillColor", "inherited": true, - "___id": "T000002R050736", + "___id": "T000002R050987", "___s": true }, { @@ -617760,7 +623025,7 @@ "filename": "Shape.js", "lineno": 105, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "fillAlpha", @@ -617781,7 +623046,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#fillAlpha", "inherited": true, - "___id": "T000002R050737", + "___id": "T000002R050988", "___s": true }, { @@ -617790,7 +623055,7 @@ "filename": "Shape.js", "lineno": 114, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "strokeColor", @@ -617811,7 +623076,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#strokeColor", "inherited": true, - "___id": "T000002R050738", + "___id": "T000002R050989", "___s": true }, { @@ -617820,7 +623085,7 @@ "filename": "Shape.js", "lineno": 123, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "strokeAlpha", @@ -617841,7 +623106,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#strokeAlpha", "inherited": true, - "___id": "T000002R050739", + "___id": "T000002R050990", "___s": true }, { @@ -617850,7 +623115,7 @@ "filename": "Shape.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "lineWidth", @@ -617871,7 +623136,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#lineWidth", "inherited": true, - "___id": "T000002R050740", + "___id": "T000002R050991", "___s": true }, { @@ -617880,7 +623145,7 @@ "filename": "Shape.js", "lineno": 141, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "isFilled", @@ -617901,7 +623166,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#isFilled", "inherited": true, - "___id": "T000002R050741", + "___id": "T000002R050992", "___s": true }, { @@ -617910,7 +623175,7 @@ "filename": "Shape.js", "lineno": 151, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "isStroked", @@ -617931,7 +623196,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#isStroked", "inherited": true, - "___id": "T000002R050742", + "___id": "T000002R050993", "___s": true }, { @@ -617940,7 +623205,7 @@ "filename": "Shape.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "closePath", @@ -617961,7 +623226,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#closePath", "inherited": true, - "___id": "T000002R050743", + "___id": "T000002R050994", "___s": true }, { @@ -617970,7 +623235,7 @@ "filename": "Shape.js", "lineno": 182, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "width", @@ -617991,7 +623256,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#width", "inherited": true, - "___id": "T000002R050745", + "___id": "T000002R050996", "___s": true }, { @@ -618000,7 +623265,7 @@ "filename": "Shape.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "height", @@ -618021,7 +623286,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#height", "inherited": true, - "___id": "T000002R050746", + "___id": "T000002R050997", "___s": true }, { @@ -618030,7 +623295,7 @@ "filename": "Shape.js", "lineno": 247, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setStrokeStyle", @@ -618102,7 +623367,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setStrokeStyle", "inherited": true, - "___id": "T000002R050747", + "___id": "T000002R050998", "___s": true }, { @@ -618111,7 +623376,7 @@ "filename": "Shape.js", "lineno": 284, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setClosePath", @@ -618153,7 +623418,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setClosePath", "inherited": true, - "___id": "T000002R050748", + "___id": "T000002R050999", "___s": true }, { @@ -618162,7 +623427,7 @@ "filename": "Shape.js", "lineno": 332, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setDisplaySize", @@ -618217,7 +623482,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setDisplaySize", "inherited": true, - "___id": "T000002R050750", + "___id": "T000002R051001", "___s": true }, { @@ -618226,7 +623491,7 @@ "filename": "Shape.js", "lineno": 353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "preDestroy", @@ -618239,7 +623504,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#preDestroy", "inherited": true, - "___id": "T000002R050751", + "___id": "T000002R051002", "___s": true }, { @@ -618248,7 +623513,7 @@ "filename": "Shape.js", "lineno": 368, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "displayWidth", @@ -618269,7 +623534,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#displayWidth", "inherited": true, - "___id": "T000002R050752", + "___id": "T000002R051003", "___s": true }, { @@ -618278,7 +623543,7 @@ "filename": "Shape.js", "lineno": 393, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "displayHeight", @@ -618299,7 +623564,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#displayHeight", "inherited": true, - "___id": "T000002R050753", + "___id": "T000002R051004", "___s": true }, { @@ -618308,7 +623573,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -618329,7 +623594,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R050755", + "___id": "T000002R051006", "___s": true }, { @@ -618338,7 +623603,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -618370,7 +623635,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R050756", + "___id": "T000002R051007", "___s": true }, { @@ -618379,7 +623644,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -618400,7 +623665,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R050757", + "___id": "T000002R051008", "___s": true }, { @@ -618409,7 +623674,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -618440,7 +623705,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R050758", + "___id": "T000002R051009", "___s": true }, { @@ -618449,7 +623714,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -618470,7 +623735,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R050759", + "___id": "T000002R051010", "___s": true }, { @@ -618479,7 +623744,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -618501,7 +623766,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R050760", + "___id": "T000002R051011", "___s": true }, { @@ -618510,7 +623775,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -618532,7 +623797,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R050761", + "___id": "T000002R051012", "___s": true }, { @@ -618541,7 +623806,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -618563,7 +623828,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R050762", + "___id": "T000002R051013", "___s": true }, { @@ -618572,7 +623837,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -618594,7 +623859,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R050763", + "___id": "T000002R051014", "___s": true }, { @@ -618603,7 +623868,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -618625,7 +623890,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R050764", + "___id": "T000002R051015", "___s": true }, { @@ -618634,7 +623899,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -618659,7 +623924,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R050765", + "___id": "T000002R051016", "___s": true }, { @@ -618668,7 +623933,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -618692,7 +623957,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R050766", + "___id": "T000002R051017", "___s": true }, { @@ -618701,7 +623966,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -618740,7 +624005,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R050767", + "___id": "T000002R051018", "___s": true }, { @@ -618749,7 +624014,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -618771,7 +624036,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R050768", + "___id": "T000002R051019", "___s": true }, { @@ -618780,7 +624045,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -618822,7 +624087,7 @@ "name": "value" } ], - "___id": "T000002R050769", + "___id": "T000002R051020", "___s": true }, { @@ -618831,7 +624096,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -618873,7 +624138,7 @@ "name": "value" } ], - "___id": "T000002R050770", + "___id": "T000002R051021", "___s": true }, { @@ -618882,7 +624147,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -618934,7 +624199,7 @@ "name": "value" } ], - "___id": "T000002R050771", + "___id": "T000002R051022", "___s": true }, { @@ -618943,7 +624208,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -618973,7 +624238,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R050772", + "___id": "T000002R051023", "___s": true }, { @@ -618982,7 +624247,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -619061,7 +624326,7 @@ "name": "data" } ], - "___id": "T000002R050773", + "___id": "T000002R051024", "___s": true }, { @@ -619070,7 +624335,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -619127,7 +624392,7 @@ "name": "amount" } ], - "___id": "T000002R050774", + "___id": "T000002R051025", "___s": true }, { @@ -619136,7 +624401,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -619178,7 +624443,7 @@ "name": "key" } ], - "___id": "T000002R050775", + "___id": "T000002R051026", "___s": true }, { @@ -619187,7 +624452,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -619246,7 +624511,7 @@ "name": "key" } ], - "___id": "T000002R050776", + "___id": "T000002R051027", "___s": true }, { @@ -619255,7 +624520,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -619342,7 +624607,7 @@ "name": "dropZone" } ], - "___id": "T000002R050777", + "___id": "T000002R051028", "___s": true }, { @@ -619351,7 +624616,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -619378,7 +624643,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R050778", + "___id": "T000002R051029", "___s": true }, { @@ -619387,7 +624652,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -619414,7 +624679,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R050779", + "___id": "T000002R051030", "___s": true }, { @@ -619423,7 +624688,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -619435,7 +624700,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R050780", + "___id": "T000002R051031", "___s": true }, { @@ -619444,7 +624709,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -619456,7 +624721,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R050781", + "___id": "T000002R051032", "___s": true }, { @@ -619465,7 +624730,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -619494,7 +624759,7 @@ "name": "args" } ], - "___id": "T000002R050782", + "___id": "T000002R051033", "___s": true }, { @@ -619503,7 +624768,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -619529,7 +624794,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R050783", + "___id": "T000002R051034", "___s": true }, { @@ -619538,7 +624803,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -619579,7 +624844,7 @@ "name": "camera" } ], - "___id": "T000002R050784", + "___id": "T000002R051035", "___s": true }, { @@ -619588,7 +624853,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -619623,7 +624888,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R050785", + "___id": "T000002R051036", "___s": true }, { @@ -619632,7 +624897,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -619689,7 +624954,7 @@ "name": "displayList" } ], - "___id": "T000002R050786", + "___id": "T000002R051037", "___s": true }, { @@ -619698,7 +624963,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -619725,7 +624990,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R050787", + "___id": "T000002R051038", "___s": true }, { @@ -619734,7 +624999,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -619765,7 +625030,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R050788", + "___id": "T000002R051039", "___s": true }, { @@ -619774,7 +625039,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -619801,7 +625066,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R050789", + "___id": "T000002R051040", "___s": true }, { @@ -619810,7 +625075,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -619842,7 +625107,7 @@ "name": "fromScene" } ], - "___id": "T000002R050790", + "___id": "T000002R051041", "___s": true }, { @@ -619851,7 +625116,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -619863,7 +625128,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R050791", + "___id": "T000002R051042", "___s": true }, { @@ -619872,7 +625137,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -619915,7 +625180,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R050792", + "___id": "T000002R051043", "___s": true }, { @@ -619924,7 +625189,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -619984,7 +625249,7 @@ "name": "event" } ], - "___id": "T000002R050793", + "___id": "T000002R051044", "___s": true }, { @@ -619993,7 +625258,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -620044,7 +625309,7 @@ "name": "event" } ], - "___id": "T000002R050794", + "___id": "T000002R051045", "___s": true }, { @@ -620053,7 +625318,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -620119,7 +625384,7 @@ "name": "args" } ], - "___id": "T000002R050795", + "___id": "T000002R051046", "___s": true }, { @@ -620128,7 +625393,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -620207,7 +625472,7 @@ "name": "context" } ], - "___id": "T000002R050796", + "___id": "T000002R051047", "___s": true }, { @@ -620216,7 +625481,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -620295,7 +625560,7 @@ "name": "context" } ], - "___id": "T000002R050797", + "___id": "T000002R051048", "___s": true }, { @@ -620304,7 +625569,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -620383,7 +625648,7 @@ "name": "context" } ], - "___id": "T000002R050798", + "___id": "T000002R051049", "___s": true }, { @@ -620392,7 +625657,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -620485,7 +625750,7 @@ "name": "once" } ], - "___id": "T000002R050799", + "___id": "T000002R051050", "___s": true }, { @@ -620494,7 +625759,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -620587,7 +625852,7 @@ "name": "once" } ], - "___id": "T000002R050800", + "___id": "T000002R051051", "___s": true }, { @@ -620596,7 +625861,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -620649,7 +625914,7 @@ "name": "event" } ], - "___id": "T000002R050801", + "___id": "T000002R051052", "___s": true }, { @@ -620658,7 +625923,7 @@ "filename": "AlphaSingle.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -620685,7 +625950,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#clearAlpha", "inherited": true, - "___id": "T000002R050803", + "___id": "T000002R051054", "___s": true }, { @@ -620694,7 +625959,7 @@ "filename": "AlphaSingle.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -620738,7 +626003,7 @@ "name": "value" } ], - "___id": "T000002R050804", + "___id": "T000002R051055", "___s": true }, { @@ -620747,7 +626012,7 @@ "filename": "AlphaSingle.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -620768,7 +626033,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#alpha", "inherited": true, - "___id": "T000002R050805", + "___id": "T000002R051056", "___s": true }, { @@ -620777,7 +626042,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -620813,7 +626078,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R050807", + "___id": "T000002R051058", "___s": true }, { @@ -620822,7 +626087,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -620879,16 +626144,16 @@ "name": "value" } ], - "___id": "T000002R050808", + "___id": "T000002R051059", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -620909,16 +626174,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R050810", + "___id": "T000002R051061", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -620960,7 +626225,181 @@ "name": "value" } ], - "___id": "T000002R050811", + "___id": "T000002R051062", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.IsoTriangle#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.IsoTriangle", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R051063", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.IsoTriangle#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.IsoTriangle", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R051064", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.IsoTriangle#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.IsoTriangle", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R051065", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.IsoTriangle#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.IsoTriangle", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R051066", "___s": true }, { @@ -620969,7 +626408,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -621034,7 +626473,7 @@ "name": "includeParent" } ], - "___id": "T000002R050813", + "___id": "T000002R051068", "___s": true }, { @@ -621043,7 +626482,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -621108,7 +626547,7 @@ "name": "includeParent" } ], - "___id": "T000002R050814", + "___id": "T000002R051069", "___s": true }, { @@ -621117,7 +626556,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -621182,7 +626621,7 @@ "name": "includeParent" } ], - "___id": "T000002R050815", + "___id": "T000002R051070", "___s": true }, { @@ -621191,7 +626630,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -621256,7 +626695,7 @@ "name": "includeParent" } ], - "___id": "T000002R050816", + "___id": "T000002R051071", "___s": true }, { @@ -621265,7 +626704,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -621330,7 +626769,7 @@ "name": "includeParent" } ], - "___id": "T000002R050817", + "___id": "T000002R051072", "___s": true }, { @@ -621339,7 +626778,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -621404,7 +626843,7 @@ "name": "includeParent" } ], - "___id": "T000002R050818", + "___id": "T000002R051073", "___s": true }, { @@ -621413,7 +626852,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -621478,7 +626917,7 @@ "name": "includeParent" } ], - "___id": "T000002R050819", + "___id": "T000002R051074", "___s": true }, { @@ -621487,7 +626926,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -621552,7 +626991,7 @@ "name": "includeParent" } ], - "___id": "T000002R050820", + "___id": "T000002R051075", "___s": true }, { @@ -621561,7 +627000,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -621626,7 +627065,7 @@ "name": "includeParent" } ], - "___id": "T000002R050821", + "___id": "T000002R051076", "___s": true }, { @@ -621635,7 +627074,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -621705,7 +627144,7 @@ "name": "output" } ], - "___id": "T000002R050822", + "___id": "T000002R051077", "___s": true }, { @@ -621714,7 +627153,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -621745,7 +627184,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R050823", + "___id": "T000002R051078", "___s": true }, { @@ -621754,7 +627193,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -621806,7 +627245,7 @@ "name": "mask" } ], - "___id": "T000002R050824", + "___id": "T000002R051079", "___s": true }, { @@ -621815,7 +627254,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -621859,7 +627298,7 @@ "name": "destroyMask" } ], - "___id": "T000002R050825", + "___id": "T000002R051080", "___s": true }, { @@ -621868,7 +627307,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -622021,7 +627460,7 @@ "name": "frame" } ], - "___id": "T000002R050826", + "___id": "T000002R051081", "___s": true }, { @@ -622030,7 +627469,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -622102,7 +627541,7 @@ "name": "graphics" } ], - "___id": "T000002R050827", + "___id": "T000002R051082", "___s": true }, { @@ -622111,7 +627550,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -622134,7 +627573,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, - "___id": "T000002R050829", + "___id": "T000002R051084", "___s": true }, { @@ -622143,7 +627582,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -622166,7 +627605,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, - "___id": "T000002R050830", + "___id": "T000002R051085", "___s": true }, { @@ -622175,7 +627614,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -622196,7 +627635,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, - "___id": "T000002R050831", + "___id": "T000002R051086", "___s": true }, { @@ -622205,7 +627644,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -622226,7 +627665,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, - "___id": "T000002R050832", + "___id": "T000002R051087", "___s": true }, { @@ -622235,7 +627674,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -622294,7 +627733,7 @@ "name": "y" } ], - "___id": "T000002R050833", + "___id": "T000002R051088", "___s": true }, { @@ -622303,7 +627742,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -622330,7 +627769,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R050834", + "___id": "T000002R051089", "___s": true }, { @@ -622339,7 +627778,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -622398,7 +627837,7 @@ "name": "y" } ], - "___id": "T000002R050835", + "___id": "T000002R051090", "___s": true }, { @@ -622407,7 +627846,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -622434,7 +627873,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, - "___id": "T000002R050836", + "___id": "T000002R051091", "___s": true }, { @@ -622443,7 +627882,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -622472,7 +627911,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R050837", + "___id": "T000002R051092", "___s": true }, { @@ -622481,7 +627920,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -622510,7 +627949,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R050838", + "___id": "T000002R051093", "___s": true }, { @@ -622519,7 +627958,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -622547,7 +627986,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R050839", + "___id": "T000002R051094", "___s": true }, { @@ -622556,7 +627995,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -622615,7 +628054,7 @@ "name": "pipeline" } ], - "___id": "T000002R050840", + "___id": "T000002R051095", "___s": true }, { @@ -622624,7 +628063,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -622712,7 +628151,7 @@ "name": "copyData" } ], - "___id": "T000002R050841", + "___id": "T000002R051096", "___s": true }, { @@ -622721,7 +628160,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -622784,7 +628223,7 @@ "name": "value" } ], - "___id": "T000002R050842", + "___id": "T000002R051097", "___s": true }, { @@ -622793,7 +628232,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -622843,16 +628282,16 @@ "name": "resetData" } ], - "___id": "T000002R050843", + "___id": "T000002R051098", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -622875,17 +628314,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.IsoTriangle", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R050844", + "___id": "T000002R051099", "___s": true }, { @@ -622894,7 +628335,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -622922,7 +628363,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R050845", + "___id": "T000002R051100", "___s": true }, { @@ -622931,7 +628372,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -622968,7 +628409,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R050846", + "___id": "T000002R051101", "___s": true }, { @@ -622977,7 +628418,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -623005,7 +628446,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R050847", + "___id": "T000002R051102", "___s": true }, { @@ -623014,7 +628455,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -623044,7 +628485,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R050848", + "___id": "T000002R051103", "___s": true }, { @@ -623053,7 +628494,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -623081,7 +628522,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R050849", + "___id": "T000002R051104", "___s": true }, { @@ -623090,7 +628531,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -623126,7 +628567,7 @@ "name": "preFX" } ], - "___id": "T000002R050850", + "___id": "T000002R051105", "___s": true }, { @@ -623135,7 +628576,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -623270,7 +628711,7 @@ "name": "copyData" } ], - "___id": "T000002R050851", + "___id": "T000002R051106", "___s": true }, { @@ -623279,7 +628720,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -623342,7 +628783,7 @@ "name": "value" } ], - "___id": "T000002R050852", + "___id": "T000002R051107", "___s": true }, { @@ -623351,7 +628792,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -623433,7 +628874,7 @@ "name": "pipeline" } ], - "___id": "T000002R050853", + "___id": "T000002R051108", "___s": true }, { @@ -623442,7 +628883,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -623478,7 +628919,7 @@ "name": "resetData" } ], - "___id": "T000002R050854", + "___id": "T000002R051109", "___s": true }, { @@ -623487,7 +628928,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -623546,7 +628987,7 @@ "name": "pipeline" } ], - "___id": "T000002R050855", + "___id": "T000002R051110", "___s": true }, { @@ -623555,7 +628996,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -623589,7 +629030,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R050856", + "___id": "T000002R051111", "___s": true }, { @@ -623598,7 +629039,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -623620,7 +629061,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R050857", + "___id": "T000002R051112", "___s": true }, { @@ -623629,7 +629070,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -623651,7 +629092,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R050858", + "___id": "T000002R051113", "___s": true }, { @@ -623660,7 +629101,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -623717,7 +629158,7 @@ "name": "y" } ], - "___id": "T000002R050859", + "___id": "T000002R051114", "___s": true }, { @@ -623726,7 +629167,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -623749,7 +629190,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R050860", + "___id": "T000002R051115", "___s": true }, { @@ -623758,7 +629199,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -623780,7 +629221,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R050864", + "___id": "T000002R051119", "___s": true }, { @@ -623789,7 +629230,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -623811,7 +629252,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R050865", + "___id": "T000002R051120", "___s": true }, { @@ -623820,7 +629261,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -623842,7 +629283,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R050866", + "___id": "T000002R051121", "___s": true }, { @@ -623851,7 +629292,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -623873,7 +629314,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R050867", + "___id": "T000002R051122", "___s": true }, { @@ -623882,7 +629323,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -623904,7 +629345,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R050868", + "___id": "T000002R051123", "___s": true }, { @@ -623913,7 +629354,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -623935,7 +629376,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R050869", + "___id": "T000002R051124", "___s": true }, { @@ -623944,7 +629385,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -623966,7 +629407,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R050870", + "___id": "T000002R051125", "___s": true }, { @@ -623975,7 +629416,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -623997,7 +629438,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R050871", + "___id": "T000002R051126", "___s": true }, { @@ -624006,7 +629447,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -624028,7 +629469,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R050872", + "___id": "T000002R051127", "___s": true }, { @@ -624037,7 +629478,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -624126,7 +629567,7 @@ "name": "w" } ], - "___id": "T000002R050873", + "___id": "T000002R051128", "___s": true }, { @@ -624135,7 +629576,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -624192,7 +629633,7 @@ "name": "source" } ], - "___id": "T000002R050874", + "___id": "T000002R051129", "___s": true }, { @@ -624201,7 +629642,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -624288,7 +629729,7 @@ "name": "height" } ], - "___id": "T000002R050875", + "___id": "T000002R051130", "___s": true }, { @@ -624297,7 +629738,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -624341,7 +629782,7 @@ "name": "radians" } ], - "___id": "T000002R050876", + "___id": "T000002R051131", "___s": true }, { @@ -624350,7 +629791,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -624394,7 +629835,7 @@ "name": "degrees" } ], - "___id": "T000002R050877", + "___id": "T000002R051132", "___s": true }, { @@ -624403,7 +629844,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -624462,7 +629903,7 @@ "name": "y" } ], - "___id": "T000002R050878", + "___id": "T000002R051133", "___s": true }, { @@ -624471,7 +629912,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -624515,7 +629956,7 @@ "name": "value" } ], - "___id": "T000002R050879", + "___id": "T000002R051134", "___s": true }, { @@ -624524,7 +629965,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -624568,7 +630009,7 @@ "name": "value" } ], - "___id": "T000002R050880", + "___id": "T000002R051135", "___s": true }, { @@ -624577,7 +630018,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -624621,7 +630062,7 @@ "name": "value" } ], - "___id": "T000002R050881", + "___id": "T000002R051136", "___s": true }, { @@ -624630,7 +630071,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -624674,7 +630115,7 @@ "name": "value" } ], - "___id": "T000002R050882", + "___id": "T000002R051137", "___s": true }, { @@ -624683,7 +630124,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -624725,7 +630166,7 @@ "name": "tempMatrix" } ], - "___id": "T000002R050883", + "___id": "T000002R051138", "___s": true }, { @@ -624734,7 +630175,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -624790,7 +630231,7 @@ "name": "parentMatrix" } ], - "___id": "T000002R050884", + "___id": "T000002R051139", "___s": true }, { @@ -624799,7 +630240,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -624881,7 +630322,7 @@ "name": "camera" } ], - "___id": "T000002R050885", + "___id": "T000002R051140", "___s": true }, { @@ -624890,7 +630331,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -624916,7 +630357,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R050886", + "___id": "T000002R051141", "___s": true }, { @@ -624925,7 +630366,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -624946,7 +630387,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R050888", + "___id": "T000002R051143", "___s": true }, { @@ -624955,7 +630396,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -624997,7 +630438,7 @@ "name": "value" } ], - "___id": "T000002R050889", + "___id": "T000002R051144", "___s": true }, { @@ -625006,7 +630447,7 @@ "filename": "Shape.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "geom", @@ -625028,7 +630469,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#geom", "inherited": true, - "___id": "T000002R050893", + "___id": "T000002R051148", "___s": true }, { @@ -625037,7 +630478,7 @@ "filename": "Shape.js", "lineno": 76, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "pathData", @@ -625068,7 +630509,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#pathData", "inherited": true, - "___id": "T000002R050894", + "___id": "T000002R051149", "___s": true }, { @@ -625077,7 +630518,7 @@ "filename": "Shape.js", "lineno": 86, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "pathIndexes", @@ -625108,7 +630549,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#pathIndexes", "inherited": true, - "___id": "T000002R050895", + "___id": "T000002R051150", "___s": true }, { @@ -625117,7 +630558,7 @@ "filename": "Shape.js", "lineno": 96, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "fillColor", @@ -625138,7 +630579,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#fillColor", "inherited": true, - "___id": "T000002R050896", + "___id": "T000002R051151", "___s": true }, { @@ -625147,7 +630588,7 @@ "filename": "Shape.js", "lineno": 105, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "fillAlpha", @@ -625168,7 +630609,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#fillAlpha", "inherited": true, - "___id": "T000002R050897", + "___id": "T000002R051152", "___s": true }, { @@ -625177,7 +630618,7 @@ "filename": "Shape.js", "lineno": 114, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "strokeColor", @@ -625198,7 +630639,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#strokeColor", "inherited": true, - "___id": "T000002R050898", + "___id": "T000002R051153", "___s": true }, { @@ -625207,7 +630648,7 @@ "filename": "Shape.js", "lineno": 123, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "strokeAlpha", @@ -625228,7 +630669,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#strokeAlpha", "inherited": true, - "___id": "T000002R050899", + "___id": "T000002R051154", "___s": true }, { @@ -625237,7 +630678,7 @@ "filename": "Shape.js", "lineno": 141, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "isFilled", @@ -625258,7 +630699,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#isFilled", "inherited": true, - "___id": "T000002R050900", + "___id": "T000002R051155", "___s": true }, { @@ -625267,7 +630708,7 @@ "filename": "Shape.js", "lineno": 151, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "isStroked", @@ -625288,7 +630729,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#isStroked", "inherited": true, - "___id": "T000002R050901", + "___id": "T000002R051156", "___s": true }, { @@ -625297,7 +630738,7 @@ "filename": "Shape.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "closePath", @@ -625318,7 +630759,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#closePath", "inherited": true, - "___id": "T000002R050902", + "___id": "T000002R051157", "___s": true }, { @@ -625327,7 +630768,7 @@ "filename": "Shape.js", "lineno": 182, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "width", @@ -625348,7 +630789,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#width", "inherited": true, - "___id": "T000002R050904", + "___id": "T000002R051159", "___s": true }, { @@ -625357,7 +630798,7 @@ "filename": "Shape.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "height", @@ -625378,7 +630819,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#height", "inherited": true, - "___id": "T000002R050905", + "___id": "T000002R051160", "___s": true }, { @@ -625387,7 +630828,7 @@ "filename": "Shape.js", "lineno": 212, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setFillStyle", @@ -625445,7 +630886,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setFillStyle", "inherited": true, - "___id": "T000002R050906", + "___id": "T000002R051161", "___s": true }, { @@ -625454,7 +630895,7 @@ "filename": "Shape.js", "lineno": 247, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setStrokeStyle", @@ -625526,7 +630967,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setStrokeStyle", "inherited": true, - "___id": "T000002R050907", + "___id": "T000002R051162", "___s": true }, { @@ -625535,7 +630976,7 @@ "filename": "Shape.js", "lineno": 284, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setClosePath", @@ -625577,7 +631018,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setClosePath", "inherited": true, - "___id": "T000002R050908", + "___id": "T000002R051163", "___s": true }, { @@ -625586,7 +631027,7 @@ "filename": "Shape.js", "lineno": 332, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setDisplaySize", @@ -625641,7 +631082,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setDisplaySize", "inherited": true, - "___id": "T000002R050910", + "___id": "T000002R051165", "___s": true }, { @@ -625650,7 +631091,7 @@ "filename": "Shape.js", "lineno": 353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "preDestroy", @@ -625663,7 +631104,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#preDestroy", "inherited": true, - "___id": "T000002R050911", + "___id": "T000002R051166", "___s": true }, { @@ -625672,7 +631113,7 @@ "filename": "Shape.js", "lineno": 368, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "displayWidth", @@ -625693,7 +631134,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#displayWidth", "inherited": true, - "___id": "T000002R050912", + "___id": "T000002R051167", "___s": true }, { @@ -625702,7 +631143,7 @@ "filename": "Shape.js", "lineno": 393, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "displayHeight", @@ -625723,7 +631164,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#displayHeight", "inherited": true, - "___id": "T000002R050913", + "___id": "T000002R051168", "___s": true }, { @@ -625732,7 +631173,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -625753,7 +631194,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R050915", + "___id": "T000002R051170", "___s": true }, { @@ -625762,7 +631203,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -625794,7 +631235,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R050916", + "___id": "T000002R051171", "___s": true }, { @@ -625803,7 +631244,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -625824,7 +631265,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R050917", + "___id": "T000002R051172", "___s": true }, { @@ -625833,7 +631274,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -625864,7 +631305,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R050918", + "___id": "T000002R051173", "___s": true }, { @@ -625873,7 +631314,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -625894,7 +631335,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R050919", + "___id": "T000002R051174", "___s": true }, { @@ -625903,7 +631344,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -625925,7 +631366,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R050920", + "___id": "T000002R051175", "___s": true }, { @@ -625934,7 +631375,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -625956,7 +631397,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R050921", + "___id": "T000002R051176", "___s": true }, { @@ -625965,7 +631406,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -625987,7 +631428,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R050922", + "___id": "T000002R051177", "___s": true }, { @@ -625996,7 +631437,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -626018,7 +631459,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R050923", + "___id": "T000002R051178", "___s": true }, { @@ -626027,7 +631468,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -626049,7 +631490,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R050924", + "___id": "T000002R051179", "___s": true }, { @@ -626058,7 +631499,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -626083,7 +631524,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R050925", + "___id": "T000002R051180", "___s": true }, { @@ -626092,7 +631533,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -626116,7 +631557,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R050926", + "___id": "T000002R051181", "___s": true }, { @@ -626125,7 +631566,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -626164,7 +631605,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R050927", + "___id": "T000002R051182", "___s": true }, { @@ -626173,7 +631614,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -626195,7 +631636,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R050928", + "___id": "T000002R051183", "___s": true }, { @@ -626204,7 +631645,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -626246,7 +631687,7 @@ "name": "value" } ], - "___id": "T000002R050929", + "___id": "T000002R051184", "___s": true }, { @@ -626255,7 +631696,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -626297,7 +631738,7 @@ "name": "value" } ], - "___id": "T000002R050930", + "___id": "T000002R051185", "___s": true }, { @@ -626306,7 +631747,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -626358,7 +631799,7 @@ "name": "value" } ], - "___id": "T000002R050931", + "___id": "T000002R051186", "___s": true }, { @@ -626367,7 +631808,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -626397,7 +631838,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R050932", + "___id": "T000002R051187", "___s": true }, { @@ -626406,7 +631847,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -626485,7 +631926,7 @@ "name": "data" } ], - "___id": "T000002R050933", + "___id": "T000002R051188", "___s": true }, { @@ -626494,7 +631935,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -626551,7 +631992,7 @@ "name": "amount" } ], - "___id": "T000002R050934", + "___id": "T000002R051189", "___s": true }, { @@ -626560,7 +632001,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -626602,7 +632043,7 @@ "name": "key" } ], - "___id": "T000002R050935", + "___id": "T000002R051190", "___s": true }, { @@ -626611,7 +632052,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -626670,7 +632111,7 @@ "name": "key" } ], - "___id": "T000002R050936", + "___id": "T000002R051191", "___s": true }, { @@ -626679,7 +632120,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -626766,7 +632207,7 @@ "name": "dropZone" } ], - "___id": "T000002R050937", + "___id": "T000002R051192", "___s": true }, { @@ -626775,7 +632216,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -626802,7 +632243,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R050938", + "___id": "T000002R051193", "___s": true }, { @@ -626811,7 +632252,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -626838,7 +632279,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R050939", + "___id": "T000002R051194", "___s": true }, { @@ -626847,7 +632288,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -626859,7 +632300,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R050940", + "___id": "T000002R051195", "___s": true }, { @@ -626868,7 +632309,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -626880,7 +632321,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R050941", + "___id": "T000002R051196", "___s": true }, { @@ -626889,7 +632330,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -626918,7 +632359,7 @@ "name": "args" } ], - "___id": "T000002R050942", + "___id": "T000002R051197", "___s": true }, { @@ -626927,7 +632368,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -626953,7 +632394,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R050943", + "___id": "T000002R051198", "___s": true }, { @@ -626962,7 +632403,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -627003,7 +632444,7 @@ "name": "camera" } ], - "___id": "T000002R050944", + "___id": "T000002R051199", "___s": true }, { @@ -627012,7 +632453,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -627047,7 +632488,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R050945", + "___id": "T000002R051200", "___s": true }, { @@ -627056,7 +632497,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -627113,7 +632554,7 @@ "name": "displayList" } ], - "___id": "T000002R050946", + "___id": "T000002R051201", "___s": true }, { @@ -627122,7 +632563,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -627149,7 +632590,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R050947", + "___id": "T000002R051202", "___s": true }, { @@ -627158,7 +632599,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -627189,7 +632630,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R050948", + "___id": "T000002R051203", "___s": true }, { @@ -627198,7 +632639,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -627225,7 +632666,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R050949", + "___id": "T000002R051204", "___s": true }, { @@ -627234,7 +632675,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -627266,7 +632707,7 @@ "name": "fromScene" } ], - "___id": "T000002R050950", + "___id": "T000002R051205", "___s": true }, { @@ -627275,7 +632716,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -627287,7 +632728,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R050951", + "___id": "T000002R051206", "___s": true }, { @@ -627296,7 +632737,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -627339,7 +632780,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R050952", + "___id": "T000002R051207", "___s": true }, { @@ -627348,7 +632789,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -627408,7 +632849,7 @@ "name": "event" } ], - "___id": "T000002R050953", + "___id": "T000002R051208", "___s": true }, { @@ -627417,7 +632858,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -627468,7 +632909,7 @@ "name": "event" } ], - "___id": "T000002R050954", + "___id": "T000002R051209", "___s": true }, { @@ -627477,7 +632918,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -627543,7 +632984,7 @@ "name": "args" } ], - "___id": "T000002R050955", + "___id": "T000002R051210", "___s": true }, { @@ -627552,7 +632993,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -627631,7 +633072,7 @@ "name": "context" } ], - "___id": "T000002R050956", + "___id": "T000002R051211", "___s": true }, { @@ -627640,7 +633081,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -627719,7 +633160,7 @@ "name": "context" } ], - "___id": "T000002R050957", + "___id": "T000002R051212", "___s": true }, { @@ -627728,7 +633169,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -627807,7 +633248,7 @@ "name": "context" } ], - "___id": "T000002R050958", + "___id": "T000002R051213", "___s": true }, { @@ -627816,7 +633257,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -627909,7 +633350,7 @@ "name": "once" } ], - "___id": "T000002R050959", + "___id": "T000002R051214", "___s": true }, { @@ -627918,7 +633359,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -628011,7 +633452,7 @@ "name": "once" } ], - "___id": "T000002R050960", + "___id": "T000002R051215", "___s": true }, { @@ -628020,7 +633461,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -628073,7 +633514,7 @@ "name": "event" } ], - "___id": "T000002R050961", + "___id": "T000002R051216", "___s": true }, { @@ -628082,7 +633523,7 @@ "filename": "AlphaSingle.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -628109,7 +633550,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#clearAlpha", "inherited": true, - "___id": "T000002R050963", + "___id": "T000002R051218", "___s": true }, { @@ -628118,7 +633559,7 @@ "filename": "AlphaSingle.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -628162,7 +633603,7 @@ "name": "value" } ], - "___id": "T000002R050964", + "___id": "T000002R051219", "___s": true }, { @@ -628171,7 +633612,7 @@ "filename": "AlphaSingle.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -628192,7 +633633,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#alpha", "inherited": true, - "___id": "T000002R050965", + "___id": "T000002R051220", "___s": true }, { @@ -628201,7 +633642,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -628237,7 +633678,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R050967", + "___id": "T000002R051222", "___s": true }, { @@ -628246,7 +633687,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -628303,16 +633744,16 @@ "name": "value" } ], - "___id": "T000002R050968", + "___id": "T000002R051223", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -628333,16 +633774,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R050970", + "___id": "T000002R051225", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -628384,7 +633825,181 @@ "name": "value" } ], - "___id": "T000002R050971", + "___id": "T000002R051226", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.Line#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Line", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R051227", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.Line#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Line", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R051228", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.Line#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Line", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R051229", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.Line#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Line", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R051230", "___s": true }, { @@ -628393,7 +634008,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -628458,7 +634073,7 @@ "name": "includeParent" } ], - "___id": "T000002R050973", + "___id": "T000002R051232", "___s": true }, { @@ -628467,7 +634082,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -628532,7 +634147,7 @@ "name": "includeParent" } ], - "___id": "T000002R050974", + "___id": "T000002R051233", "___s": true }, { @@ -628541,7 +634156,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -628606,7 +634221,7 @@ "name": "includeParent" } ], - "___id": "T000002R050975", + "___id": "T000002R051234", "___s": true }, { @@ -628615,7 +634230,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -628680,7 +634295,7 @@ "name": "includeParent" } ], - "___id": "T000002R050976", + "___id": "T000002R051235", "___s": true }, { @@ -628689,7 +634304,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -628754,7 +634369,7 @@ "name": "includeParent" } ], - "___id": "T000002R050977", + "___id": "T000002R051236", "___s": true }, { @@ -628763,7 +634378,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -628828,7 +634443,7 @@ "name": "includeParent" } ], - "___id": "T000002R050978", + "___id": "T000002R051237", "___s": true }, { @@ -628837,7 +634452,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -628902,7 +634517,7 @@ "name": "includeParent" } ], - "___id": "T000002R050979", + "___id": "T000002R051238", "___s": true }, { @@ -628911,7 +634526,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -628976,7 +634591,7 @@ "name": "includeParent" } ], - "___id": "T000002R050980", + "___id": "T000002R051239", "___s": true }, { @@ -628985,7 +634600,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -629050,7 +634665,7 @@ "name": "includeParent" } ], - "___id": "T000002R050981", + "___id": "T000002R051240", "___s": true }, { @@ -629059,7 +634674,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -629129,7 +634744,7 @@ "name": "output" } ], - "___id": "T000002R050982", + "___id": "T000002R051241", "___s": true }, { @@ -629138,7 +634753,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -629169,7 +634784,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R050983", + "___id": "T000002R051242", "___s": true }, { @@ -629178,7 +634793,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -629230,7 +634845,7 @@ "name": "mask" } ], - "___id": "T000002R050984", + "___id": "T000002R051243", "___s": true }, { @@ -629239,7 +634854,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -629283,7 +634898,7 @@ "name": "destroyMask" } ], - "___id": "T000002R050985", + "___id": "T000002R051244", "___s": true }, { @@ -629292,7 +634907,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -629445,7 +635060,7 @@ "name": "frame" } ], - "___id": "T000002R050986", + "___id": "T000002R051245", "___s": true }, { @@ -629454,7 +635069,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -629526,7 +635141,7 @@ "name": "graphics" } ], - "___id": "T000002R050987", + "___id": "T000002R051246", "___s": true }, { @@ -629535,7 +635150,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -629558,7 +635173,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, - "___id": "T000002R050989", + "___id": "T000002R051248", "___s": true }, { @@ -629567,7 +635182,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -629590,7 +635205,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, - "___id": "T000002R050990", + "___id": "T000002R051249", "___s": true }, { @@ -629599,7 +635214,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -629620,7 +635235,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, - "___id": "T000002R050991", + "___id": "T000002R051250", "___s": true }, { @@ -629629,7 +635244,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -629650,7 +635265,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, - "___id": "T000002R050992", + "___id": "T000002R051251", "___s": true }, { @@ -629659,7 +635274,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -629718,7 +635333,7 @@ "name": "y" } ], - "___id": "T000002R050993", + "___id": "T000002R051252", "___s": true }, { @@ -629727,7 +635342,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -629754,7 +635369,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R050994", + "___id": "T000002R051253", "___s": true }, { @@ -629763,7 +635378,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -629822,7 +635437,7 @@ "name": "y" } ], - "___id": "T000002R050995", + "___id": "T000002R051254", "___s": true }, { @@ -629831,7 +635446,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -629858,7 +635473,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, - "___id": "T000002R050996", + "___id": "T000002R051255", "___s": true }, { @@ -629867,7 +635482,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -629896,7 +635511,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R050997", + "___id": "T000002R051256", "___s": true }, { @@ -629905,7 +635520,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -629934,7 +635549,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R050998", + "___id": "T000002R051257", "___s": true }, { @@ -629943,7 +635558,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -629971,7 +635586,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R050999", + "___id": "T000002R051258", "___s": true }, { @@ -629980,7 +635595,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -630039,7 +635654,7 @@ "name": "pipeline" } ], - "___id": "T000002R051000", + "___id": "T000002R051259", "___s": true }, { @@ -630048,7 +635663,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -630136,7 +635751,7 @@ "name": "copyData" } ], - "___id": "T000002R051001", + "___id": "T000002R051260", "___s": true }, { @@ -630145,7 +635760,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -630208,7 +635823,7 @@ "name": "value" } ], - "___id": "T000002R051002", + "___id": "T000002R051261", "___s": true }, { @@ -630217,7 +635832,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -630267,16 +635882,16 @@ "name": "resetData" } ], - "___id": "T000002R051003", + "___id": "T000002R051262", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -630299,17 +635914,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.Line", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R051004", + "___id": "T000002R051263", "___s": true }, { @@ -630318,7 +635935,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -630346,7 +635963,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R051005", + "___id": "T000002R051264", "___s": true }, { @@ -630355,7 +635972,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -630392,7 +636009,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R051006", + "___id": "T000002R051265", "___s": true }, { @@ -630401,7 +636018,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -630429,7 +636046,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R051007", + "___id": "T000002R051266", "___s": true }, { @@ -630438,7 +636055,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -630468,7 +636085,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R051008", + "___id": "T000002R051267", "___s": true }, { @@ -630477,7 +636094,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -630505,7 +636122,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R051009", + "___id": "T000002R051268", "___s": true }, { @@ -630514,7 +636131,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -630550,7 +636167,7 @@ "name": "preFX" } ], - "___id": "T000002R051010", + "___id": "T000002R051269", "___s": true }, { @@ -630559,7 +636176,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -630694,7 +636311,7 @@ "name": "copyData" } ], - "___id": "T000002R051011", + "___id": "T000002R051270", "___s": true }, { @@ -630703,7 +636320,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -630766,7 +636383,7 @@ "name": "value" } ], - "___id": "T000002R051012", + "___id": "T000002R051271", "___s": true }, { @@ -630775,7 +636392,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -630857,7 +636474,7 @@ "name": "pipeline" } ], - "___id": "T000002R051013", + "___id": "T000002R051272", "___s": true }, { @@ -630866,7 +636483,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -630902,7 +636519,7 @@ "name": "resetData" } ], - "___id": "T000002R051014", + "___id": "T000002R051273", "___s": true }, { @@ -630911,7 +636528,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -630970,7 +636587,7 @@ "name": "pipeline" } ], - "___id": "T000002R051015", + "___id": "T000002R051274", "___s": true }, { @@ -630979,7 +636596,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -631013,7 +636630,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R051016", + "___id": "T000002R051275", "___s": true }, { @@ -631022,7 +636639,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -631044,7 +636661,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R051017", + "___id": "T000002R051276", "___s": true }, { @@ -631053,7 +636670,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -631075,7 +636692,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R051018", + "___id": "T000002R051277", "___s": true }, { @@ -631084,7 +636701,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -631141,7 +636758,7 @@ "name": "y" } ], - "___id": "T000002R051019", + "___id": "T000002R051278", "___s": true }, { @@ -631150,7 +636767,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -631173,7 +636790,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R051020", + "___id": "T000002R051279", "___s": true }, { @@ -631182,7 +636799,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -631204,7 +636821,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R051024", + "___id": "T000002R051283", "___s": true }, { @@ -631213,7 +636830,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -631235,7 +636852,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R051025", + "___id": "T000002R051284", "___s": true }, { @@ -631244,7 +636861,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -631266,7 +636883,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R051026", + "___id": "T000002R051285", "___s": true }, { @@ -631275,7 +636892,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -631297,7 +636914,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R051027", + "___id": "T000002R051286", "___s": true }, { @@ -631306,7 +636923,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -631328,7 +636945,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R051028", + "___id": "T000002R051287", "___s": true }, { @@ -631337,7 +636954,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -631359,7 +636976,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R051029", + "___id": "T000002R051288", "___s": true }, { @@ -631368,7 +636985,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -631390,7 +637007,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R051030", + "___id": "T000002R051289", "___s": true }, { @@ -631399,7 +637016,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -631421,7 +637038,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R051031", + "___id": "T000002R051290", "___s": true }, { @@ -631430,7 +637047,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -631452,7 +637069,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R051032", + "___id": "T000002R051291", "___s": true }, { @@ -631461,7 +637078,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -631550,7 +637167,7 @@ "name": "w" } ], - "___id": "T000002R051033", + "___id": "T000002R051292", "___s": true }, { @@ -631559,7 +637176,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -631616,7 +637233,7 @@ "name": "source" } ], - "___id": "T000002R051034", + "___id": "T000002R051293", "___s": true }, { @@ -631625,7 +637242,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -631712,7 +637329,7 @@ "name": "height" } ], - "___id": "T000002R051035", + "___id": "T000002R051294", "___s": true }, { @@ -631721,7 +637338,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -631765,7 +637382,7 @@ "name": "radians" } ], - "___id": "T000002R051036", + "___id": "T000002R051295", "___s": true }, { @@ -631774,7 +637391,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -631818,7 +637435,7 @@ "name": "degrees" } ], - "___id": "T000002R051037", + "___id": "T000002R051296", "___s": true }, { @@ -631827,7 +637444,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -631886,7 +637503,7 @@ "name": "y" } ], - "___id": "T000002R051038", + "___id": "T000002R051297", "___s": true }, { @@ -631895,7 +637512,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -631939,7 +637556,7 @@ "name": "value" } ], - "___id": "T000002R051039", + "___id": "T000002R051298", "___s": true }, { @@ -631948,7 +637565,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -631992,7 +637609,7 @@ "name": "value" } ], - "___id": "T000002R051040", + "___id": "T000002R051299", "___s": true }, { @@ -632001,7 +637618,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -632045,7 +637662,7 @@ "name": "value" } ], - "___id": "T000002R051041", + "___id": "T000002R051300", "___s": true }, { @@ -632054,7 +637671,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -632098,7 +637715,7 @@ "name": "value" } ], - "___id": "T000002R051042", + "___id": "T000002R051301", "___s": true }, { @@ -632107,7 +637724,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -632149,7 +637766,7 @@ "name": "tempMatrix" } ], - "___id": "T000002R051043", + "___id": "T000002R051302", "___s": true }, { @@ -632158,7 +637775,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -632214,7 +637831,7 @@ "name": "parentMatrix" } ], - "___id": "T000002R051044", + "___id": "T000002R051303", "___s": true }, { @@ -632223,7 +637840,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -632305,7 +637922,7 @@ "name": "camera" } ], - "___id": "T000002R051045", + "___id": "T000002R051304", "___s": true }, { @@ -632314,7 +637931,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -632340,7 +637957,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R051046", + "___id": "T000002R051305", "___s": true }, { @@ -632349,7 +637966,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -632370,7 +637987,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R051048", + "___id": "T000002R051307", "___s": true }, { @@ -632379,7 +637996,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -632421,7 +638038,7 @@ "name": "value" } ], - "___id": "T000002R051049", + "___id": "T000002R051308", "___s": true }, { @@ -632430,7 +638047,7 @@ "filename": "Shape.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "geom", @@ -632452,7 +638069,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#geom", "inherited": true, - "___id": "T000002R051053", + "___id": "T000002R051312", "___s": true }, { @@ -632461,7 +638078,7 @@ "filename": "Shape.js", "lineno": 76, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "pathData", @@ -632492,7 +638109,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#pathData", "inherited": true, - "___id": "T000002R051054", + "___id": "T000002R051313", "___s": true }, { @@ -632501,7 +638118,7 @@ "filename": "Shape.js", "lineno": 86, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "pathIndexes", @@ -632532,7 +638149,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#pathIndexes", "inherited": true, - "___id": "T000002R051055", + "___id": "T000002R051314", "___s": true }, { @@ -632541,7 +638158,7 @@ "filename": "Shape.js", "lineno": 96, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "fillColor", @@ -632562,7 +638179,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#fillColor", "inherited": true, - "___id": "T000002R051056", + "___id": "T000002R051315", "___s": true }, { @@ -632571,7 +638188,7 @@ "filename": "Shape.js", "lineno": 105, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "fillAlpha", @@ -632592,7 +638209,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#fillAlpha", "inherited": true, - "___id": "T000002R051057", + "___id": "T000002R051316", "___s": true }, { @@ -632601,7 +638218,7 @@ "filename": "Shape.js", "lineno": 114, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "strokeColor", @@ -632622,7 +638239,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#strokeColor", "inherited": true, - "___id": "T000002R051058", + "___id": "T000002R051317", "___s": true }, { @@ -632631,7 +638248,7 @@ "filename": "Shape.js", "lineno": 123, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "strokeAlpha", @@ -632652,7 +638269,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#strokeAlpha", "inherited": true, - "___id": "T000002R051059", + "___id": "T000002R051318", "___s": true }, { @@ -632661,7 +638278,7 @@ "filename": "Shape.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "lineWidth", @@ -632682,7 +638299,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#lineWidth", "inherited": true, - "___id": "T000002R051060", + "___id": "T000002R051319", "___s": true }, { @@ -632691,7 +638308,7 @@ "filename": "Shape.js", "lineno": 141, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "isFilled", @@ -632712,7 +638329,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#isFilled", "inherited": true, - "___id": "T000002R051061", + "___id": "T000002R051320", "___s": true }, { @@ -632721,7 +638338,7 @@ "filename": "Shape.js", "lineno": 151, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "isStroked", @@ -632742,7 +638359,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#isStroked", "inherited": true, - "___id": "T000002R051062", + "___id": "T000002R051321", "___s": true }, { @@ -632751,7 +638368,7 @@ "filename": "Shape.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "closePath", @@ -632772,7 +638389,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#closePath", "inherited": true, - "___id": "T000002R051063", + "___id": "T000002R051322", "___s": true }, { @@ -632781,7 +638398,7 @@ "filename": "Shape.js", "lineno": 182, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "width", @@ -632802,7 +638419,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#width", "inherited": true, - "___id": "T000002R051065", + "___id": "T000002R051324", "___s": true }, { @@ -632811,7 +638428,7 @@ "filename": "Shape.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "height", @@ -632832,7 +638449,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#height", "inherited": true, - "___id": "T000002R051066", + "___id": "T000002R051325", "___s": true }, { @@ -632841,7 +638458,7 @@ "filename": "Shape.js", "lineno": 212, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setFillStyle", @@ -632899,7 +638516,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setFillStyle", "inherited": true, - "___id": "T000002R051067", + "___id": "T000002R051326", "___s": true }, { @@ -632908,7 +638525,7 @@ "filename": "Shape.js", "lineno": 247, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setStrokeStyle", @@ -632980,7 +638597,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setStrokeStyle", "inherited": true, - "___id": "T000002R051068", + "___id": "T000002R051327", "___s": true }, { @@ -632989,7 +638606,7 @@ "filename": "Shape.js", "lineno": 284, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setClosePath", @@ -633031,7 +638648,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setClosePath", "inherited": true, - "___id": "T000002R051069", + "___id": "T000002R051328", "___s": true }, { @@ -633040,7 +638657,7 @@ "filename": "Shape.js", "lineno": 332, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setDisplaySize", @@ -633095,7 +638712,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setDisplaySize", "inherited": true, - "___id": "T000002R051071", + "___id": "T000002R051330", "___s": true }, { @@ -633104,7 +638721,7 @@ "filename": "Shape.js", "lineno": 353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "preDestroy", @@ -633117,7 +638734,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#preDestroy", "inherited": true, - "___id": "T000002R051072", + "___id": "T000002R051331", "___s": true }, { @@ -633126,7 +638743,7 @@ "filename": "Shape.js", "lineno": 368, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "displayWidth", @@ -633147,7 +638764,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#displayWidth", "inherited": true, - "___id": "T000002R051073", + "___id": "T000002R051332", "___s": true }, { @@ -633156,7 +638773,7 @@ "filename": "Shape.js", "lineno": 393, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "displayHeight", @@ -633177,7 +638794,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#displayHeight", "inherited": true, - "___id": "T000002R051074", + "___id": "T000002R051333", "___s": true }, { @@ -633186,7 +638803,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -633207,7 +638824,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R051076", + "___id": "T000002R051335", "___s": true }, { @@ -633216,7 +638833,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -633248,7 +638865,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R051077", + "___id": "T000002R051336", "___s": true }, { @@ -633257,7 +638874,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -633278,7 +638895,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R051078", + "___id": "T000002R051337", "___s": true }, { @@ -633287,7 +638904,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -633318,7 +638935,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R051079", + "___id": "T000002R051338", "___s": true }, { @@ -633327,7 +638944,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -633348,7 +638965,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R051080", + "___id": "T000002R051339", "___s": true }, { @@ -633357,7 +638974,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -633379,7 +638996,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R051081", + "___id": "T000002R051340", "___s": true }, { @@ -633388,7 +639005,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -633410,7 +639027,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R051082", + "___id": "T000002R051341", "___s": true }, { @@ -633419,7 +639036,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -633441,7 +639058,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R051083", + "___id": "T000002R051342", "___s": true }, { @@ -633450,7 +639067,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -633472,7 +639089,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R051084", + "___id": "T000002R051343", "___s": true }, { @@ -633481,7 +639098,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -633503,7 +639120,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R051085", + "___id": "T000002R051344", "___s": true }, { @@ -633512,7 +639129,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -633537,7 +639154,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R051086", + "___id": "T000002R051345", "___s": true }, { @@ -633546,7 +639163,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -633570,7 +639187,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R051087", + "___id": "T000002R051346", "___s": true }, { @@ -633579,7 +639196,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -633618,7 +639235,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R051088", + "___id": "T000002R051347", "___s": true }, { @@ -633627,7 +639244,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -633649,7 +639266,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R051089", + "___id": "T000002R051348", "___s": true }, { @@ -633658,7 +639275,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -633700,7 +639317,7 @@ "name": "value" } ], - "___id": "T000002R051090", + "___id": "T000002R051349", "___s": true }, { @@ -633709,7 +639326,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -633751,7 +639368,7 @@ "name": "value" } ], - "___id": "T000002R051091", + "___id": "T000002R051350", "___s": true }, { @@ -633760,7 +639377,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -633812,7 +639429,7 @@ "name": "value" } ], - "___id": "T000002R051092", + "___id": "T000002R051351", "___s": true }, { @@ -633821,7 +639438,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -633851,7 +639468,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R051093", + "___id": "T000002R051352", "___s": true }, { @@ -633860,7 +639477,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -633939,7 +639556,7 @@ "name": "data" } ], - "___id": "T000002R051094", + "___id": "T000002R051353", "___s": true }, { @@ -633948,7 +639565,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -634005,7 +639622,7 @@ "name": "amount" } ], - "___id": "T000002R051095", + "___id": "T000002R051354", "___s": true }, { @@ -634014,7 +639631,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -634056,7 +639673,7 @@ "name": "key" } ], - "___id": "T000002R051096", + "___id": "T000002R051355", "___s": true }, { @@ -634065,7 +639682,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -634124,7 +639741,7 @@ "name": "key" } ], - "___id": "T000002R051097", + "___id": "T000002R051356", "___s": true }, { @@ -634133,7 +639750,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -634220,7 +639837,7 @@ "name": "dropZone" } ], - "___id": "T000002R051098", + "___id": "T000002R051357", "___s": true }, { @@ -634229,7 +639846,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -634256,7 +639873,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R051099", + "___id": "T000002R051358", "___s": true }, { @@ -634265,7 +639882,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -634292,7 +639909,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R051100", + "___id": "T000002R051359", "___s": true }, { @@ -634301,7 +639918,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -634313,7 +639930,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R051101", + "___id": "T000002R051360", "___s": true }, { @@ -634322,7 +639939,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -634334,7 +639951,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R051102", + "___id": "T000002R051361", "___s": true }, { @@ -634343,7 +639960,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -634372,7 +639989,7 @@ "name": "args" } ], - "___id": "T000002R051103", + "___id": "T000002R051362", "___s": true }, { @@ -634381,7 +639998,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -634407,7 +640024,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R051104", + "___id": "T000002R051363", "___s": true }, { @@ -634416,7 +640033,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -634457,7 +640074,7 @@ "name": "camera" } ], - "___id": "T000002R051105", + "___id": "T000002R051364", "___s": true }, { @@ -634466,7 +640083,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -634501,7 +640118,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R051106", + "___id": "T000002R051365", "___s": true }, { @@ -634510,7 +640127,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -634567,7 +640184,7 @@ "name": "displayList" } ], - "___id": "T000002R051107", + "___id": "T000002R051366", "___s": true }, { @@ -634576,7 +640193,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -634603,7 +640220,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R051108", + "___id": "T000002R051367", "___s": true }, { @@ -634612,7 +640229,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -634643,7 +640260,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R051109", + "___id": "T000002R051368", "___s": true }, { @@ -634652,7 +640269,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -634679,7 +640296,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R051110", + "___id": "T000002R051369", "___s": true }, { @@ -634688,7 +640305,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -634720,7 +640337,7 @@ "name": "fromScene" } ], - "___id": "T000002R051111", + "___id": "T000002R051370", "___s": true }, { @@ -634729,7 +640346,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -634741,7 +640358,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R051112", + "___id": "T000002R051371", "___s": true }, { @@ -634750,7 +640367,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -634793,7 +640410,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R051113", + "___id": "T000002R051372", "___s": true }, { @@ -634802,7 +640419,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -634862,7 +640479,7 @@ "name": "event" } ], - "___id": "T000002R051114", + "___id": "T000002R051373", "___s": true }, { @@ -634871,7 +640488,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -634922,7 +640539,7 @@ "name": "event" } ], - "___id": "T000002R051115", + "___id": "T000002R051374", "___s": true }, { @@ -634931,7 +640548,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -634997,7 +640614,7 @@ "name": "args" } ], - "___id": "T000002R051116", + "___id": "T000002R051375", "___s": true }, { @@ -635006,7 +640623,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -635085,7 +640702,7 @@ "name": "context" } ], - "___id": "T000002R051117", + "___id": "T000002R051376", "___s": true }, { @@ -635094,7 +640711,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -635173,7 +640790,7 @@ "name": "context" } ], - "___id": "T000002R051118", + "___id": "T000002R051377", "___s": true }, { @@ -635182,7 +640799,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -635261,7 +640878,7 @@ "name": "context" } ], - "___id": "T000002R051119", + "___id": "T000002R051378", "___s": true }, { @@ -635270,7 +640887,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -635363,7 +640980,7 @@ "name": "once" } ], - "___id": "T000002R051120", + "___id": "T000002R051379", "___s": true }, { @@ -635372,7 +640989,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -635465,7 +641082,7 @@ "name": "once" } ], - "___id": "T000002R051121", + "___id": "T000002R051380", "___s": true }, { @@ -635474,7 +641091,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -635527,7 +641144,7 @@ "name": "event" } ], - "___id": "T000002R051122", + "___id": "T000002R051381", "___s": true }, { @@ -635536,7 +641153,7 @@ "filename": "AlphaSingle.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -635563,7 +641180,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#clearAlpha", "inherited": true, - "___id": "T000002R051124", + "___id": "T000002R051383", "___s": true }, { @@ -635572,7 +641189,7 @@ "filename": "AlphaSingle.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -635616,7 +641233,7 @@ "name": "value" } ], - "___id": "T000002R051125", + "___id": "T000002R051384", "___s": true }, { @@ -635625,7 +641242,7 @@ "filename": "AlphaSingle.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -635646,7 +641263,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#alpha", "inherited": true, - "___id": "T000002R051126", + "___id": "T000002R051385", "___s": true }, { @@ -635655,7 +641272,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -635691,7 +641308,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R051128", + "___id": "T000002R051387", "___s": true }, { @@ -635700,7 +641317,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -635757,16 +641374,16 @@ "name": "value" } ], - "___id": "T000002R051129", + "___id": "T000002R051388", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -635787,16 +641404,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R051131", + "___id": "T000002R051390", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -635838,7 +641455,181 @@ "name": "value" } ], - "___id": "T000002R051132", + "___id": "T000002R051391", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.Polygon#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Polygon", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R051392", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.Polygon#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Polygon", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R051393", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.Polygon#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Polygon", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R051394", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.Polygon#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Polygon", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R051395", "___s": true }, { @@ -635847,7 +641638,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -635912,7 +641703,7 @@ "name": "includeParent" } ], - "___id": "T000002R051134", + "___id": "T000002R051397", "___s": true }, { @@ -635921,7 +641712,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -635986,7 +641777,7 @@ "name": "includeParent" } ], - "___id": "T000002R051135", + "___id": "T000002R051398", "___s": true }, { @@ -635995,7 +641786,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -636060,7 +641851,7 @@ "name": "includeParent" } ], - "___id": "T000002R051136", + "___id": "T000002R051399", "___s": true }, { @@ -636069,7 +641860,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -636134,7 +641925,7 @@ "name": "includeParent" } ], - "___id": "T000002R051137", + "___id": "T000002R051400", "___s": true }, { @@ -636143,7 +641934,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -636208,7 +641999,7 @@ "name": "includeParent" } ], - "___id": "T000002R051138", + "___id": "T000002R051401", "___s": true }, { @@ -636217,7 +642008,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -636282,7 +642073,7 @@ "name": "includeParent" } ], - "___id": "T000002R051139", + "___id": "T000002R051402", "___s": true }, { @@ -636291,7 +642082,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -636356,7 +642147,7 @@ "name": "includeParent" } ], - "___id": "T000002R051140", + "___id": "T000002R051403", "___s": true }, { @@ -636365,7 +642156,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -636430,7 +642221,7 @@ "name": "includeParent" } ], - "___id": "T000002R051141", + "___id": "T000002R051404", "___s": true }, { @@ -636439,7 +642230,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -636504,7 +642295,7 @@ "name": "includeParent" } ], - "___id": "T000002R051142", + "___id": "T000002R051405", "___s": true }, { @@ -636513,7 +642304,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -636583,7 +642374,7 @@ "name": "output" } ], - "___id": "T000002R051143", + "___id": "T000002R051406", "___s": true }, { @@ -636592,7 +642383,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -636623,7 +642414,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R051144", + "___id": "T000002R051407", "___s": true }, { @@ -636632,7 +642423,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -636684,7 +642475,7 @@ "name": "mask" } ], - "___id": "T000002R051145", + "___id": "T000002R051408", "___s": true }, { @@ -636693,7 +642484,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -636737,7 +642528,7 @@ "name": "destroyMask" } ], - "___id": "T000002R051146", + "___id": "T000002R051409", "___s": true }, { @@ -636746,7 +642537,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -636899,7 +642690,7 @@ "name": "frame" } ], - "___id": "T000002R051147", + "___id": "T000002R051410", "___s": true }, { @@ -636908,7 +642699,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -636980,7 +642771,7 @@ "name": "graphics" } ], - "___id": "T000002R051148", + "___id": "T000002R051411", "___s": true }, { @@ -636989,7 +642780,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -637012,7 +642803,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, - "___id": "T000002R051150", + "___id": "T000002R051413", "___s": true }, { @@ -637021,7 +642812,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -637044,7 +642835,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, - "___id": "T000002R051151", + "___id": "T000002R051414", "___s": true }, { @@ -637053,7 +642844,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -637074,7 +642865,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, - "___id": "T000002R051152", + "___id": "T000002R051415", "___s": true }, { @@ -637083,7 +642874,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -637104,7 +642895,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, - "___id": "T000002R051153", + "___id": "T000002R051416", "___s": true }, { @@ -637113,7 +642904,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -637172,7 +642963,7 @@ "name": "y" } ], - "___id": "T000002R051154", + "___id": "T000002R051417", "___s": true }, { @@ -637181,7 +642972,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -637208,7 +642999,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R051155", + "___id": "T000002R051418", "___s": true }, { @@ -637217,7 +643008,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -637276,7 +643067,7 @@ "name": "y" } ], - "___id": "T000002R051156", + "___id": "T000002R051419", "___s": true }, { @@ -637285,7 +643076,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -637312,7 +643103,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, - "___id": "T000002R051157", + "___id": "T000002R051420", "___s": true }, { @@ -637321,7 +643112,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -637350,7 +643141,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R051158", + "___id": "T000002R051421", "___s": true }, { @@ -637359,7 +643150,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -637388,7 +643179,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R051159", + "___id": "T000002R051422", "___s": true }, { @@ -637397,7 +643188,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -637425,7 +643216,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R051160", + "___id": "T000002R051423", "___s": true }, { @@ -637434,7 +643225,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -637493,7 +643284,7 @@ "name": "pipeline" } ], - "___id": "T000002R051161", + "___id": "T000002R051424", "___s": true }, { @@ -637502,7 +643293,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -637590,7 +643381,7 @@ "name": "copyData" } ], - "___id": "T000002R051162", + "___id": "T000002R051425", "___s": true }, { @@ -637599,7 +643390,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -637662,7 +643453,7 @@ "name": "value" } ], - "___id": "T000002R051163", + "___id": "T000002R051426", "___s": true }, { @@ -637671,7 +643462,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -637721,16 +643512,16 @@ "name": "resetData" } ], - "___id": "T000002R051164", + "___id": "T000002R051427", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -637753,17 +643544,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.Polygon", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R051165", + "___id": "T000002R051428", "___s": true }, { @@ -637772,7 +643565,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -637800,7 +643593,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R051166", + "___id": "T000002R051429", "___s": true }, { @@ -637809,7 +643602,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -637846,7 +643639,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R051167", + "___id": "T000002R051430", "___s": true }, { @@ -637855,7 +643648,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -637883,7 +643676,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R051168", + "___id": "T000002R051431", "___s": true }, { @@ -637892,7 +643685,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -637922,7 +643715,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R051169", + "___id": "T000002R051432", "___s": true }, { @@ -637931,7 +643724,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -637959,7 +643752,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R051170", + "___id": "T000002R051433", "___s": true }, { @@ -637968,7 +643761,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -638004,7 +643797,7 @@ "name": "preFX" } ], - "___id": "T000002R051171", + "___id": "T000002R051434", "___s": true }, { @@ -638013,7 +643806,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -638148,7 +643941,7 @@ "name": "copyData" } ], - "___id": "T000002R051172", + "___id": "T000002R051435", "___s": true }, { @@ -638157,7 +643950,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -638220,7 +644013,7 @@ "name": "value" } ], - "___id": "T000002R051173", + "___id": "T000002R051436", "___s": true }, { @@ -638229,7 +644022,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -638311,7 +644104,7 @@ "name": "pipeline" } ], - "___id": "T000002R051174", + "___id": "T000002R051437", "___s": true }, { @@ -638320,7 +644113,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -638356,7 +644149,7 @@ "name": "resetData" } ], - "___id": "T000002R051175", + "___id": "T000002R051438", "___s": true }, { @@ -638365,7 +644158,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -638424,7 +644217,7 @@ "name": "pipeline" } ], - "___id": "T000002R051176", + "___id": "T000002R051439", "___s": true }, { @@ -638433,7 +644226,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -638467,7 +644260,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R051177", + "___id": "T000002R051440", "___s": true }, { @@ -638476,7 +644269,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -638498,7 +644291,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R051178", + "___id": "T000002R051441", "___s": true }, { @@ -638507,7 +644300,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -638529,7 +644322,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R051179", + "___id": "T000002R051442", "___s": true }, { @@ -638538,7 +644331,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -638595,7 +644388,7 @@ "name": "y" } ], - "___id": "T000002R051180", + "___id": "T000002R051443", "___s": true }, { @@ -638604,7 +644397,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -638627,7 +644420,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R051181", + "___id": "T000002R051444", "___s": true }, { @@ -638636,7 +644429,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -638658,7 +644451,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R051185", + "___id": "T000002R051448", "___s": true }, { @@ -638667,7 +644460,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -638689,7 +644482,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R051186", + "___id": "T000002R051449", "___s": true }, { @@ -638698,7 +644491,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -638720,7 +644513,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R051187", + "___id": "T000002R051450", "___s": true }, { @@ -638729,7 +644522,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -638751,7 +644544,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R051188", + "___id": "T000002R051451", "___s": true }, { @@ -638760,7 +644553,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -638782,7 +644575,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R051189", + "___id": "T000002R051452", "___s": true }, { @@ -638791,7 +644584,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -638813,7 +644606,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R051190", + "___id": "T000002R051453", "___s": true }, { @@ -638822,7 +644615,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -638844,7 +644637,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R051191", + "___id": "T000002R051454", "___s": true }, { @@ -638853,7 +644646,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -638875,7 +644668,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R051192", + "___id": "T000002R051455", "___s": true }, { @@ -638884,7 +644677,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -638906,7 +644699,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R051193", + "___id": "T000002R051456", "___s": true }, { @@ -638915,7 +644708,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -639004,7 +644797,7 @@ "name": "w" } ], - "___id": "T000002R051194", + "___id": "T000002R051457", "___s": true }, { @@ -639013,7 +644806,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -639070,7 +644863,7 @@ "name": "source" } ], - "___id": "T000002R051195", + "___id": "T000002R051458", "___s": true }, { @@ -639079,7 +644872,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -639166,7 +644959,7 @@ "name": "height" } ], - "___id": "T000002R051196", + "___id": "T000002R051459", "___s": true }, { @@ -639175,7 +644968,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -639219,7 +645012,7 @@ "name": "radians" } ], - "___id": "T000002R051197", + "___id": "T000002R051460", "___s": true }, { @@ -639228,7 +645021,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -639272,7 +645065,7 @@ "name": "degrees" } ], - "___id": "T000002R051198", + "___id": "T000002R051461", "___s": true }, { @@ -639281,7 +645074,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -639340,7 +645133,7 @@ "name": "y" } ], - "___id": "T000002R051199", + "___id": "T000002R051462", "___s": true }, { @@ -639349,7 +645142,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -639393,7 +645186,7 @@ "name": "value" } ], - "___id": "T000002R051200", + "___id": "T000002R051463", "___s": true }, { @@ -639402,7 +645195,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -639446,7 +645239,7 @@ "name": "value" } ], - "___id": "T000002R051201", + "___id": "T000002R051464", "___s": true }, { @@ -639455,7 +645248,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -639499,7 +645292,7 @@ "name": "value" } ], - "___id": "T000002R051202", + "___id": "T000002R051465", "___s": true }, { @@ -639508,7 +645301,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -639552,7 +645345,7 @@ "name": "value" } ], - "___id": "T000002R051203", + "___id": "T000002R051466", "___s": true }, { @@ -639561,7 +645354,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -639603,7 +645396,7 @@ "name": "tempMatrix" } ], - "___id": "T000002R051204", + "___id": "T000002R051467", "___s": true }, { @@ -639612,7 +645405,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -639668,7 +645461,7 @@ "name": "parentMatrix" } ], - "___id": "T000002R051205", + "___id": "T000002R051468", "___s": true }, { @@ -639677,7 +645470,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -639759,7 +645552,7 @@ "name": "camera" } ], - "___id": "T000002R051206", + "___id": "T000002R051469", "___s": true }, { @@ -639768,7 +645561,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -639794,7 +645587,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R051207", + "___id": "T000002R051470", "___s": true }, { @@ -639803,7 +645596,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -639824,7 +645617,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R051209", + "___id": "T000002R051472", "___s": true }, { @@ -639833,7 +645626,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -639875,7 +645668,7 @@ "name": "value" } ], - "___id": "T000002R051210", + "___id": "T000002R051473", "___s": true }, { @@ -639884,7 +645677,7 @@ "filename": "Shape.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "geom", @@ -639906,7 +645699,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#geom", "inherited": true, - "___id": "T000002R051214", + "___id": "T000002R051477", "___s": true }, { @@ -639915,7 +645708,7 @@ "filename": "Shape.js", "lineno": 76, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "pathData", @@ -639946,7 +645739,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#pathData", "inherited": true, - "___id": "T000002R051215", + "___id": "T000002R051478", "___s": true }, { @@ -639955,7 +645748,7 @@ "filename": "Shape.js", "lineno": 86, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "pathIndexes", @@ -639986,7 +645779,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#pathIndexes", "inherited": true, - "___id": "T000002R051216", + "___id": "T000002R051479", "___s": true }, { @@ -639995,7 +645788,7 @@ "filename": "Shape.js", "lineno": 96, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "fillColor", @@ -640016,7 +645809,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#fillColor", "inherited": true, - "___id": "T000002R051217", + "___id": "T000002R051480", "___s": true }, { @@ -640025,7 +645818,7 @@ "filename": "Shape.js", "lineno": 105, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "fillAlpha", @@ -640046,7 +645839,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#fillAlpha", "inherited": true, - "___id": "T000002R051218", + "___id": "T000002R051481", "___s": true }, { @@ -640055,7 +645848,7 @@ "filename": "Shape.js", "lineno": 114, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "strokeColor", @@ -640076,7 +645869,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#strokeColor", "inherited": true, - "___id": "T000002R051219", + "___id": "T000002R051482", "___s": true }, { @@ -640085,7 +645878,7 @@ "filename": "Shape.js", "lineno": 123, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "strokeAlpha", @@ -640106,7 +645899,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#strokeAlpha", "inherited": true, - "___id": "T000002R051220", + "___id": "T000002R051483", "___s": true }, { @@ -640115,7 +645908,7 @@ "filename": "Shape.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "lineWidth", @@ -640136,7 +645929,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#lineWidth", "inherited": true, - "___id": "T000002R051221", + "___id": "T000002R051484", "___s": true }, { @@ -640145,7 +645938,7 @@ "filename": "Shape.js", "lineno": 141, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "isFilled", @@ -640166,7 +645959,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#isFilled", "inherited": true, - "___id": "T000002R051222", + "___id": "T000002R051485", "___s": true }, { @@ -640175,7 +645968,7 @@ "filename": "Shape.js", "lineno": 151, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "isStroked", @@ -640196,7 +645989,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#isStroked", "inherited": true, - "___id": "T000002R051223", + "___id": "T000002R051486", "___s": true }, { @@ -640205,7 +645998,7 @@ "filename": "Shape.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "closePath", @@ -640226,7 +646019,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#closePath", "inherited": true, - "___id": "T000002R051224", + "___id": "T000002R051487", "___s": true }, { @@ -640235,7 +646028,7 @@ "filename": "Shape.js", "lineno": 182, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "width", @@ -640256,7 +646049,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#width", "inherited": true, - "___id": "T000002R051226", + "___id": "T000002R051489", "___s": true }, { @@ -640265,7 +646058,7 @@ "filename": "Shape.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "height", @@ -640286,7 +646079,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#height", "inherited": true, - "___id": "T000002R051227", + "___id": "T000002R051490", "___s": true }, { @@ -640295,7 +646088,7 @@ "filename": "Shape.js", "lineno": 212, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setFillStyle", @@ -640353,7 +646146,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setFillStyle", "inherited": true, - "___id": "T000002R051228", + "___id": "T000002R051491", "___s": true }, { @@ -640362,7 +646155,7 @@ "filename": "Shape.js", "lineno": 247, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setStrokeStyle", @@ -640434,7 +646227,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setStrokeStyle", "inherited": true, - "___id": "T000002R051229", + "___id": "T000002R051492", "___s": true }, { @@ -640443,7 +646236,7 @@ "filename": "Shape.js", "lineno": 284, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setClosePath", @@ -640485,7 +646278,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setClosePath", "inherited": true, - "___id": "T000002R051230", + "___id": "T000002R051493", "___s": true }, { @@ -640494,7 +646287,7 @@ "filename": "Shape.js", "lineno": 332, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setDisplaySize", @@ -640549,7 +646342,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setDisplaySize", "inherited": true, - "___id": "T000002R051231", + "___id": "T000002R051494", "___s": true }, { @@ -640558,7 +646351,7 @@ "filename": "Shape.js", "lineno": 353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "preDestroy", @@ -640571,7 +646364,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#preDestroy", "inherited": true, - "___id": "T000002R051232", + "___id": "T000002R051495", "___s": true }, { @@ -640580,7 +646373,7 @@ "filename": "Shape.js", "lineno": 368, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "displayWidth", @@ -640601,7 +646394,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#displayWidth", "inherited": true, - "___id": "T000002R051233", + "___id": "T000002R051496", "___s": true }, { @@ -640610,7 +646403,7 @@ "filename": "Shape.js", "lineno": 393, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "displayHeight", @@ -640631,7 +646424,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#displayHeight", "inherited": true, - "___id": "T000002R051234", + "___id": "T000002R051497", "___s": true }, { @@ -640640,7 +646433,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -640661,7 +646454,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R051236", + "___id": "T000002R051499", "___s": true }, { @@ -640670,7 +646463,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -640702,7 +646495,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R051237", + "___id": "T000002R051500", "___s": true }, { @@ -640711,7 +646504,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -640732,7 +646525,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R051238", + "___id": "T000002R051501", "___s": true }, { @@ -640741,7 +646534,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -640772,7 +646565,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R051239", + "___id": "T000002R051502", "___s": true }, { @@ -640781,7 +646574,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -640802,7 +646595,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R051240", + "___id": "T000002R051503", "___s": true }, { @@ -640811,7 +646604,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -640833,7 +646626,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R051241", + "___id": "T000002R051504", "___s": true }, { @@ -640842,7 +646635,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -640864,7 +646657,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R051242", + "___id": "T000002R051505", "___s": true }, { @@ -640873,7 +646666,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -640895,7 +646688,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R051243", + "___id": "T000002R051506", "___s": true }, { @@ -640904,7 +646697,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -640926,7 +646719,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R051244", + "___id": "T000002R051507", "___s": true }, { @@ -640935,7 +646728,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -640957,7 +646750,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R051245", + "___id": "T000002R051508", "___s": true }, { @@ -640966,7 +646759,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -640991,7 +646784,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R051246", + "___id": "T000002R051509", "___s": true }, { @@ -641000,7 +646793,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -641024,7 +646817,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R051247", + "___id": "T000002R051510", "___s": true }, { @@ -641033,7 +646826,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -641072,7 +646865,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R051248", + "___id": "T000002R051511", "___s": true }, { @@ -641081,7 +646874,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -641103,7 +646896,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R051249", + "___id": "T000002R051512", "___s": true }, { @@ -641112,7 +646905,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -641154,7 +646947,7 @@ "name": "value" } ], - "___id": "T000002R051250", + "___id": "T000002R051513", "___s": true }, { @@ -641163,7 +646956,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -641205,7 +646998,7 @@ "name": "value" } ], - "___id": "T000002R051251", + "___id": "T000002R051514", "___s": true }, { @@ -641214,7 +647007,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -641266,7 +647059,7 @@ "name": "value" } ], - "___id": "T000002R051252", + "___id": "T000002R051515", "___s": true }, { @@ -641275,7 +647068,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -641305,7 +647098,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R051253", + "___id": "T000002R051516", "___s": true }, { @@ -641314,7 +647107,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -641393,7 +647186,7 @@ "name": "data" } ], - "___id": "T000002R051254", + "___id": "T000002R051517", "___s": true }, { @@ -641402,7 +647195,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -641459,7 +647252,7 @@ "name": "amount" } ], - "___id": "T000002R051255", + "___id": "T000002R051518", "___s": true }, { @@ -641468,7 +647261,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -641510,7 +647303,7 @@ "name": "key" } ], - "___id": "T000002R051256", + "___id": "T000002R051519", "___s": true }, { @@ -641519,7 +647312,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -641578,7 +647371,7 @@ "name": "key" } ], - "___id": "T000002R051257", + "___id": "T000002R051520", "___s": true }, { @@ -641587,7 +647380,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -641674,7 +647467,7 @@ "name": "dropZone" } ], - "___id": "T000002R051258", + "___id": "T000002R051521", "___s": true }, { @@ -641683,7 +647476,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -641710,7 +647503,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R051259", + "___id": "T000002R051522", "___s": true }, { @@ -641719,7 +647512,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -641746,7 +647539,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R051260", + "___id": "T000002R051523", "___s": true }, { @@ -641755,7 +647548,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -641767,7 +647560,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R051261", + "___id": "T000002R051524", "___s": true }, { @@ -641776,7 +647569,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -641788,7 +647581,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R051262", + "___id": "T000002R051525", "___s": true }, { @@ -641797,7 +647590,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -641826,7 +647619,7 @@ "name": "args" } ], - "___id": "T000002R051263", + "___id": "T000002R051526", "___s": true }, { @@ -641835,7 +647628,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -641861,7 +647654,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R051264", + "___id": "T000002R051527", "___s": true }, { @@ -641870,7 +647663,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -641911,7 +647704,7 @@ "name": "camera" } ], - "___id": "T000002R051265", + "___id": "T000002R051528", "___s": true }, { @@ -641920,7 +647713,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -641955,7 +647748,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R051266", + "___id": "T000002R051529", "___s": true }, { @@ -641964,7 +647757,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -642021,7 +647814,7 @@ "name": "displayList" } ], - "___id": "T000002R051267", + "___id": "T000002R051530", "___s": true }, { @@ -642030,7 +647823,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -642057,7 +647850,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R051268", + "___id": "T000002R051531", "___s": true }, { @@ -642066,7 +647859,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -642097,7 +647890,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R051269", + "___id": "T000002R051532", "___s": true }, { @@ -642106,7 +647899,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -642133,7 +647926,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R051270", + "___id": "T000002R051533", "___s": true }, { @@ -642142,7 +647935,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -642174,7 +647967,7 @@ "name": "fromScene" } ], - "___id": "T000002R051271", + "___id": "T000002R051534", "___s": true }, { @@ -642183,7 +647976,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -642195,7 +647988,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R051272", + "___id": "T000002R051535", "___s": true }, { @@ -642204,7 +647997,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -642247,7 +648040,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R051273", + "___id": "T000002R051536", "___s": true }, { @@ -642256,7 +648049,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -642316,7 +648109,7 @@ "name": "event" } ], - "___id": "T000002R051274", + "___id": "T000002R051537", "___s": true }, { @@ -642325,7 +648118,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -642376,7 +648169,7 @@ "name": "event" } ], - "___id": "T000002R051275", + "___id": "T000002R051538", "___s": true }, { @@ -642385,7 +648178,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -642451,7 +648244,7 @@ "name": "args" } ], - "___id": "T000002R051276", + "___id": "T000002R051539", "___s": true }, { @@ -642460,7 +648253,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -642539,7 +648332,7 @@ "name": "context" } ], - "___id": "T000002R051277", + "___id": "T000002R051540", "___s": true }, { @@ -642548,7 +648341,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -642627,7 +648420,7 @@ "name": "context" } ], - "___id": "T000002R051278", + "___id": "T000002R051541", "___s": true }, { @@ -642636,7 +648429,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -642715,7 +648508,7 @@ "name": "context" } ], - "___id": "T000002R051279", + "___id": "T000002R051542", "___s": true }, { @@ -642724,7 +648517,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -642817,7 +648610,7 @@ "name": "once" } ], - "___id": "T000002R051280", + "___id": "T000002R051543", "___s": true }, { @@ -642826,7 +648619,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -642919,7 +648712,7 @@ "name": "once" } ], - "___id": "T000002R051281", + "___id": "T000002R051544", "___s": true }, { @@ -642928,7 +648721,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -642981,7 +648774,7 @@ "name": "event" } ], - "___id": "T000002R051282", + "___id": "T000002R051545", "___s": true }, { @@ -642990,7 +648783,7 @@ "filename": "AlphaSingle.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -643017,7 +648810,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#clearAlpha", "inherited": true, - "___id": "T000002R051284", + "___id": "T000002R051547", "___s": true }, { @@ -643026,7 +648819,7 @@ "filename": "AlphaSingle.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -643070,7 +648863,7 @@ "name": "value" } ], - "___id": "T000002R051285", + "___id": "T000002R051548", "___s": true }, { @@ -643079,7 +648872,7 @@ "filename": "AlphaSingle.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -643100,7 +648893,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#alpha", "inherited": true, - "___id": "T000002R051286", + "___id": "T000002R051549", "___s": true }, { @@ -643109,7 +648902,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -643145,7 +648938,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R051288", + "___id": "T000002R051551", "___s": true }, { @@ -643154,7 +648947,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -643211,16 +649004,16 @@ "name": "value" } ], - "___id": "T000002R051289", + "___id": "T000002R051552", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -643241,16 +649034,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R051291", + "___id": "T000002R051554", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -643292,7 +649085,181 @@ "name": "value" } ], - "___id": "T000002R051292", + "___id": "T000002R051555", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.Rectangle#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Rectangle", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R051556", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.Rectangle#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Rectangle", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R051557", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.Rectangle#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Rectangle", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R051558", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.Rectangle#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Rectangle", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R051559", "___s": true }, { @@ -643301,7 +649268,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -643366,7 +649333,7 @@ "name": "includeParent" } ], - "___id": "T000002R051294", + "___id": "T000002R051561", "___s": true }, { @@ -643375,7 +649342,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -643440,7 +649407,7 @@ "name": "includeParent" } ], - "___id": "T000002R051295", + "___id": "T000002R051562", "___s": true }, { @@ -643449,7 +649416,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -643514,7 +649481,7 @@ "name": "includeParent" } ], - "___id": "T000002R051296", + "___id": "T000002R051563", "___s": true }, { @@ -643523,7 +649490,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -643588,7 +649555,7 @@ "name": "includeParent" } ], - "___id": "T000002R051297", + "___id": "T000002R051564", "___s": true }, { @@ -643597,7 +649564,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -643662,7 +649629,7 @@ "name": "includeParent" } ], - "___id": "T000002R051298", + "___id": "T000002R051565", "___s": true }, { @@ -643671,7 +649638,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -643736,7 +649703,7 @@ "name": "includeParent" } ], - "___id": "T000002R051299", + "___id": "T000002R051566", "___s": true }, { @@ -643745,7 +649712,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -643810,7 +649777,7 @@ "name": "includeParent" } ], - "___id": "T000002R051300", + "___id": "T000002R051567", "___s": true }, { @@ -643819,7 +649786,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -643884,7 +649851,7 @@ "name": "includeParent" } ], - "___id": "T000002R051301", + "___id": "T000002R051568", "___s": true }, { @@ -643893,7 +649860,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -643958,7 +649925,7 @@ "name": "includeParent" } ], - "___id": "T000002R051302", + "___id": "T000002R051569", "___s": true }, { @@ -643967,7 +649934,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -644037,7 +650004,7 @@ "name": "output" } ], - "___id": "T000002R051303", + "___id": "T000002R051570", "___s": true }, { @@ -644046,7 +650013,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -644077,7 +650044,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R051304", + "___id": "T000002R051571", "___s": true }, { @@ -644086,7 +650053,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -644138,7 +650105,7 @@ "name": "mask" } ], - "___id": "T000002R051305", + "___id": "T000002R051572", "___s": true }, { @@ -644147,7 +650114,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -644191,7 +650158,7 @@ "name": "destroyMask" } ], - "___id": "T000002R051306", + "___id": "T000002R051573", "___s": true }, { @@ -644200,7 +650167,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -644353,7 +650320,7 @@ "name": "frame" } ], - "___id": "T000002R051307", + "___id": "T000002R051574", "___s": true }, { @@ -644362,7 +650329,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -644434,7 +650401,7 @@ "name": "graphics" } ], - "___id": "T000002R051308", + "___id": "T000002R051575", "___s": true }, { @@ -644443,7 +650410,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -644466,7 +650433,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, - "___id": "T000002R051310", + "___id": "T000002R051577", "___s": true }, { @@ -644475,7 +650442,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -644498,7 +650465,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, - "___id": "T000002R051311", + "___id": "T000002R051578", "___s": true }, { @@ -644507,7 +650474,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -644528,7 +650495,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, - "___id": "T000002R051312", + "___id": "T000002R051579", "___s": true }, { @@ -644537,7 +650504,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -644558,7 +650525,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, - "___id": "T000002R051313", + "___id": "T000002R051580", "___s": true }, { @@ -644567,7 +650534,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -644626,7 +650593,7 @@ "name": "y" } ], - "___id": "T000002R051314", + "___id": "T000002R051581", "___s": true }, { @@ -644635,7 +650602,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -644662,7 +650629,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R051315", + "___id": "T000002R051582", "___s": true }, { @@ -644671,7 +650638,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -644730,7 +650697,7 @@ "name": "y" } ], - "___id": "T000002R051316", + "___id": "T000002R051583", "___s": true }, { @@ -644739,7 +650706,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -644766,7 +650733,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, - "___id": "T000002R051317", + "___id": "T000002R051584", "___s": true }, { @@ -644775,7 +650742,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -644804,7 +650771,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R051318", + "___id": "T000002R051585", "___s": true }, { @@ -644813,7 +650780,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -644842,7 +650809,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R051319", + "___id": "T000002R051586", "___s": true }, { @@ -644851,7 +650818,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -644879,7 +650846,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R051320", + "___id": "T000002R051587", "___s": true }, { @@ -644888,7 +650855,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -644947,7 +650914,7 @@ "name": "pipeline" } ], - "___id": "T000002R051321", + "___id": "T000002R051588", "___s": true }, { @@ -644956,7 +650923,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -645044,7 +651011,7 @@ "name": "copyData" } ], - "___id": "T000002R051322", + "___id": "T000002R051589", "___s": true }, { @@ -645053,7 +651020,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -645116,7 +651083,7 @@ "name": "value" } ], - "___id": "T000002R051323", + "___id": "T000002R051590", "___s": true }, { @@ -645125,7 +651092,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -645175,16 +651142,16 @@ "name": "resetData" } ], - "___id": "T000002R051324", + "___id": "T000002R051591", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -645207,17 +651174,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.Rectangle", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R051325", + "___id": "T000002R051592", "___s": true }, { @@ -645226,7 +651195,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -645254,7 +651223,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R051326", + "___id": "T000002R051593", "___s": true }, { @@ -645263,7 +651232,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -645300,7 +651269,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R051327", + "___id": "T000002R051594", "___s": true }, { @@ -645309,7 +651278,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -645337,7 +651306,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R051328", + "___id": "T000002R051595", "___s": true }, { @@ -645346,7 +651315,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -645376,7 +651345,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R051329", + "___id": "T000002R051596", "___s": true }, { @@ -645385,7 +651354,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -645413,7 +651382,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R051330", + "___id": "T000002R051597", "___s": true }, { @@ -645422,7 +651391,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -645458,7 +651427,7 @@ "name": "preFX" } ], - "___id": "T000002R051331", + "___id": "T000002R051598", "___s": true }, { @@ -645467,7 +651436,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -645602,7 +651571,7 @@ "name": "copyData" } ], - "___id": "T000002R051332", + "___id": "T000002R051599", "___s": true }, { @@ -645611,7 +651580,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -645674,7 +651643,7 @@ "name": "value" } ], - "___id": "T000002R051333", + "___id": "T000002R051600", "___s": true }, { @@ -645683,7 +651652,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -645765,7 +651734,7 @@ "name": "pipeline" } ], - "___id": "T000002R051334", + "___id": "T000002R051601", "___s": true }, { @@ -645774,7 +651743,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -645810,7 +651779,7 @@ "name": "resetData" } ], - "___id": "T000002R051335", + "___id": "T000002R051602", "___s": true }, { @@ -645819,7 +651788,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -645878,7 +651847,7 @@ "name": "pipeline" } ], - "___id": "T000002R051336", + "___id": "T000002R051603", "___s": true }, { @@ -645887,7 +651856,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -645921,7 +651890,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R051337", + "___id": "T000002R051604", "___s": true }, { @@ -645930,7 +651899,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -645952,7 +651921,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R051338", + "___id": "T000002R051605", "___s": true }, { @@ -645961,7 +651930,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -645983,7 +651952,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R051339", + "___id": "T000002R051606", "___s": true }, { @@ -645992,7 +651961,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -646049,7 +652018,7 @@ "name": "y" } ], - "___id": "T000002R051340", + "___id": "T000002R051607", "___s": true }, { @@ -646058,7 +652027,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -646081,7 +652050,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R051341", + "___id": "T000002R051608", "___s": true }, { @@ -646090,7 +652059,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -646112,7 +652081,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R051345", + "___id": "T000002R051612", "___s": true }, { @@ -646121,7 +652090,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -646143,7 +652112,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R051346", + "___id": "T000002R051613", "___s": true }, { @@ -646152,7 +652121,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -646174,7 +652143,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R051347", + "___id": "T000002R051614", "___s": true }, { @@ -646183,7 +652152,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -646205,7 +652174,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R051348", + "___id": "T000002R051615", "___s": true }, { @@ -646214,7 +652183,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -646236,7 +652205,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R051349", + "___id": "T000002R051616", "___s": true }, { @@ -646245,7 +652214,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -646267,7 +652236,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R051350", + "___id": "T000002R051617", "___s": true }, { @@ -646276,7 +652245,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -646298,7 +652267,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R051351", + "___id": "T000002R051618", "___s": true }, { @@ -646307,7 +652276,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -646329,7 +652298,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R051352", + "___id": "T000002R051619", "___s": true }, { @@ -646338,7 +652307,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -646360,7 +652329,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R051353", + "___id": "T000002R051620", "___s": true }, { @@ -646369,7 +652338,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -646458,7 +652427,7 @@ "name": "w" } ], - "___id": "T000002R051354", + "___id": "T000002R051621", "___s": true }, { @@ -646467,7 +652436,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -646524,7 +652493,7 @@ "name": "source" } ], - "___id": "T000002R051355", + "___id": "T000002R051622", "___s": true }, { @@ -646533,7 +652502,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -646620,7 +652589,7 @@ "name": "height" } ], - "___id": "T000002R051356", + "___id": "T000002R051623", "___s": true }, { @@ -646629,7 +652598,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -646673,7 +652642,7 @@ "name": "radians" } ], - "___id": "T000002R051357", + "___id": "T000002R051624", "___s": true }, { @@ -646682,7 +652651,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -646726,7 +652695,7 @@ "name": "degrees" } ], - "___id": "T000002R051358", + "___id": "T000002R051625", "___s": true }, { @@ -646735,7 +652704,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -646794,7 +652763,7 @@ "name": "y" } ], - "___id": "T000002R051359", + "___id": "T000002R051626", "___s": true }, { @@ -646803,7 +652772,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -646847,7 +652816,7 @@ "name": "value" } ], - "___id": "T000002R051360", + "___id": "T000002R051627", "___s": true }, { @@ -646856,7 +652825,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -646900,7 +652869,7 @@ "name": "value" } ], - "___id": "T000002R051361", + "___id": "T000002R051628", "___s": true }, { @@ -646909,7 +652878,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -646953,7 +652922,7 @@ "name": "value" } ], - "___id": "T000002R051362", + "___id": "T000002R051629", "___s": true }, { @@ -646962,7 +652931,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -647006,7 +652975,7 @@ "name": "value" } ], - "___id": "T000002R051363", + "___id": "T000002R051630", "___s": true }, { @@ -647015,7 +652984,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -647057,7 +653026,7 @@ "name": "tempMatrix" } ], - "___id": "T000002R051364", + "___id": "T000002R051631", "___s": true }, { @@ -647066,7 +653035,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -647122,7 +653091,7 @@ "name": "parentMatrix" } ], - "___id": "T000002R051365", + "___id": "T000002R051632", "___s": true }, { @@ -647131,7 +653100,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -647213,7 +653182,7 @@ "name": "camera" } ], - "___id": "T000002R051366", + "___id": "T000002R051633", "___s": true }, { @@ -647222,7 +653191,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -647248,7 +653217,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R051367", + "___id": "T000002R051634", "___s": true }, { @@ -647257,7 +653226,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -647278,7 +653247,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R051369", + "___id": "T000002R051636", "___s": true }, { @@ -647287,7 +653256,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -647329,7 +653298,7 @@ "name": "value" } ], - "___id": "T000002R051370", + "___id": "T000002R051637", "___s": true }, { @@ -647338,7 +653307,7 @@ "filename": "Shape.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "geom", @@ -647360,7 +653329,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#geom", "inherited": true, - "___id": "T000002R051374", + "___id": "T000002R051641", "___s": true }, { @@ -647369,7 +653338,7 @@ "filename": "Shape.js", "lineno": 76, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "pathData", @@ -647400,7 +653369,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#pathData", "inherited": true, - "___id": "T000002R051375", + "___id": "T000002R051642", "___s": true }, { @@ -647409,7 +653378,7 @@ "filename": "Shape.js", "lineno": 86, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "pathIndexes", @@ -647440,7 +653409,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#pathIndexes", "inherited": true, - "___id": "T000002R051376", + "___id": "T000002R051643", "___s": true }, { @@ -647449,7 +653418,7 @@ "filename": "Shape.js", "lineno": 96, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "fillColor", @@ -647470,7 +653439,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#fillColor", "inherited": true, - "___id": "T000002R051377", + "___id": "T000002R051644", "___s": true }, { @@ -647479,7 +653448,7 @@ "filename": "Shape.js", "lineno": 105, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "fillAlpha", @@ -647500,7 +653469,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#fillAlpha", "inherited": true, - "___id": "T000002R051378", + "___id": "T000002R051645", "___s": true }, { @@ -647509,7 +653478,7 @@ "filename": "Shape.js", "lineno": 114, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "strokeColor", @@ -647530,7 +653499,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#strokeColor", "inherited": true, - "___id": "T000002R051379", + "___id": "T000002R051646", "___s": true }, { @@ -647539,7 +653508,7 @@ "filename": "Shape.js", "lineno": 123, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "strokeAlpha", @@ -647560,7 +653529,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#strokeAlpha", "inherited": true, - "___id": "T000002R051380", + "___id": "T000002R051647", "___s": true }, { @@ -647569,7 +653538,7 @@ "filename": "Shape.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "lineWidth", @@ -647590,7 +653559,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#lineWidth", "inherited": true, - "___id": "T000002R051381", + "___id": "T000002R051648", "___s": true }, { @@ -647599,7 +653568,7 @@ "filename": "Shape.js", "lineno": 141, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "isFilled", @@ -647620,7 +653589,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#isFilled", "inherited": true, - "___id": "T000002R051382", + "___id": "T000002R051649", "___s": true }, { @@ -647629,7 +653598,7 @@ "filename": "Shape.js", "lineno": 151, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "isStroked", @@ -647650,7 +653619,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#isStroked", "inherited": true, - "___id": "T000002R051383", + "___id": "T000002R051650", "___s": true }, { @@ -647659,7 +653628,7 @@ "filename": "Shape.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "closePath", @@ -647680,7 +653649,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#closePath", "inherited": true, - "___id": "T000002R051384", + "___id": "T000002R051651", "___s": true }, { @@ -647689,7 +653658,7 @@ "filename": "Shape.js", "lineno": 182, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "width", @@ -647710,7 +653679,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#width", "inherited": true, - "___id": "T000002R051386", + "___id": "T000002R051653", "___s": true }, { @@ -647719,7 +653688,7 @@ "filename": "Shape.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "height", @@ -647740,7 +653709,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#height", "inherited": true, - "___id": "T000002R051387", + "___id": "T000002R051654", "___s": true }, { @@ -647749,7 +653718,7 @@ "filename": "Shape.js", "lineno": 212, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setFillStyle", @@ -647807,7 +653776,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setFillStyle", "inherited": true, - "___id": "T000002R051388", + "___id": "T000002R051655", "___s": true }, { @@ -647816,7 +653785,7 @@ "filename": "Shape.js", "lineno": 247, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setStrokeStyle", @@ -647888,7 +653857,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setStrokeStyle", "inherited": true, - "___id": "T000002R051389", + "___id": "T000002R051656", "___s": true }, { @@ -647897,7 +653866,7 @@ "filename": "Shape.js", "lineno": 284, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setClosePath", @@ -647939,7 +653908,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setClosePath", "inherited": true, - "___id": "T000002R051390", + "___id": "T000002R051657", "___s": true }, { @@ -647948,7 +653917,7 @@ "filename": "Shape.js", "lineno": 332, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setDisplaySize", @@ -648003,7 +653972,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setDisplaySize", "inherited": true, - "___id": "T000002R051392", + "___id": "T000002R051659", "___s": true }, { @@ -648012,7 +653981,7 @@ "filename": "Shape.js", "lineno": 353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "preDestroy", @@ -648025,7 +653994,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#preDestroy", "inherited": true, - "___id": "T000002R051393", + "___id": "T000002R051660", "___s": true }, { @@ -648034,7 +654003,7 @@ "filename": "Shape.js", "lineno": 368, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "displayWidth", @@ -648055,7 +654024,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#displayWidth", "inherited": true, - "___id": "T000002R051394", + "___id": "T000002R051661", "___s": true }, { @@ -648064,7 +654033,7 @@ "filename": "Shape.js", "lineno": 393, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "displayHeight", @@ -648085,7 +654054,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#displayHeight", "inherited": true, - "___id": "T000002R051395", + "___id": "T000002R051662", "___s": true }, { @@ -648094,7 +654063,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -648115,7 +654084,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R051397", + "___id": "T000002R051664", "___s": true }, { @@ -648124,7 +654093,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -648156,7 +654125,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R051398", + "___id": "T000002R051665", "___s": true }, { @@ -648165,7 +654134,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -648186,7 +654155,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R051399", + "___id": "T000002R051666", "___s": true }, { @@ -648195,7 +654164,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -648226,7 +654195,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R051400", + "___id": "T000002R051667", "___s": true }, { @@ -648235,7 +654204,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -648256,7 +654225,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R051401", + "___id": "T000002R051668", "___s": true }, { @@ -648265,7 +654234,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -648287,7 +654256,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R051402", + "___id": "T000002R051669", "___s": true }, { @@ -648296,7 +654265,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -648318,7 +654287,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R051403", + "___id": "T000002R051670", "___s": true }, { @@ -648327,7 +654296,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -648349,7 +654318,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R051404", + "___id": "T000002R051671", "___s": true }, { @@ -648358,7 +654327,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -648380,7 +654349,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R051405", + "___id": "T000002R051672", "___s": true }, { @@ -648389,7 +654358,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -648411,7 +654380,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R051406", + "___id": "T000002R051673", "___s": true }, { @@ -648420,7 +654389,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -648445,7 +654414,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R051407", + "___id": "T000002R051674", "___s": true }, { @@ -648454,7 +654423,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -648478,7 +654447,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R051408", + "___id": "T000002R051675", "___s": true }, { @@ -648487,7 +654456,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -648526,7 +654495,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R051409", + "___id": "T000002R051676", "___s": true }, { @@ -648535,7 +654504,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -648557,7 +654526,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R051410", + "___id": "T000002R051677", "___s": true }, { @@ -648566,7 +654535,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -648608,7 +654577,7 @@ "name": "value" } ], - "___id": "T000002R051411", + "___id": "T000002R051678", "___s": true }, { @@ -648617,7 +654586,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -648659,7 +654628,7 @@ "name": "value" } ], - "___id": "T000002R051412", + "___id": "T000002R051679", "___s": true }, { @@ -648668,7 +654637,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -648720,7 +654689,7 @@ "name": "value" } ], - "___id": "T000002R051413", + "___id": "T000002R051680", "___s": true }, { @@ -648729,7 +654698,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -648759,7 +654728,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R051414", + "___id": "T000002R051681", "___s": true }, { @@ -648768,7 +654737,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -648847,7 +654816,7 @@ "name": "data" } ], - "___id": "T000002R051415", + "___id": "T000002R051682", "___s": true }, { @@ -648856,7 +654825,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -648913,7 +654882,7 @@ "name": "amount" } ], - "___id": "T000002R051416", + "___id": "T000002R051683", "___s": true }, { @@ -648922,7 +654891,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -648964,7 +654933,7 @@ "name": "key" } ], - "___id": "T000002R051417", + "___id": "T000002R051684", "___s": true }, { @@ -648973,7 +654942,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -649032,7 +655001,7 @@ "name": "key" } ], - "___id": "T000002R051418", + "___id": "T000002R051685", "___s": true }, { @@ -649041,7 +655010,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -649128,7 +655097,7 @@ "name": "dropZone" } ], - "___id": "T000002R051419", + "___id": "T000002R051686", "___s": true }, { @@ -649137,7 +655106,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -649164,7 +655133,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R051420", + "___id": "T000002R051687", "___s": true }, { @@ -649173,7 +655142,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -649200,7 +655169,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R051421", + "___id": "T000002R051688", "___s": true }, { @@ -649209,7 +655178,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -649221,7 +655190,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R051422", + "___id": "T000002R051689", "___s": true }, { @@ -649230,7 +655199,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -649242,7 +655211,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R051423", + "___id": "T000002R051690", "___s": true }, { @@ -649251,7 +655220,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -649280,7 +655249,7 @@ "name": "args" } ], - "___id": "T000002R051424", + "___id": "T000002R051691", "___s": true }, { @@ -649289,7 +655258,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -649315,7 +655284,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R051425", + "___id": "T000002R051692", "___s": true }, { @@ -649324,7 +655293,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -649365,7 +655334,7 @@ "name": "camera" } ], - "___id": "T000002R051426", + "___id": "T000002R051693", "___s": true }, { @@ -649374,7 +655343,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -649409,7 +655378,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R051427", + "___id": "T000002R051694", "___s": true }, { @@ -649418,7 +655387,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -649475,7 +655444,7 @@ "name": "displayList" } ], - "___id": "T000002R051428", + "___id": "T000002R051695", "___s": true }, { @@ -649484,7 +655453,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -649511,7 +655480,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R051429", + "___id": "T000002R051696", "___s": true }, { @@ -649520,7 +655489,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -649551,7 +655520,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R051430", + "___id": "T000002R051697", "___s": true }, { @@ -649560,7 +655529,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -649587,7 +655556,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R051431", + "___id": "T000002R051698", "___s": true }, { @@ -649596,7 +655565,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -649628,7 +655597,7 @@ "name": "fromScene" } ], - "___id": "T000002R051432", + "___id": "T000002R051699", "___s": true }, { @@ -649637,7 +655606,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -649649,7 +655618,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R051433", + "___id": "T000002R051700", "___s": true }, { @@ -649658,7 +655627,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -649701,7 +655670,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R051434", + "___id": "T000002R051701", "___s": true }, { @@ -649710,7 +655679,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -649770,7 +655739,7 @@ "name": "event" } ], - "___id": "T000002R051435", + "___id": "T000002R051702", "___s": true }, { @@ -649779,7 +655748,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -649830,7 +655799,7 @@ "name": "event" } ], - "___id": "T000002R051436", + "___id": "T000002R051703", "___s": true }, { @@ -649839,7 +655808,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -649905,7 +655874,7 @@ "name": "args" } ], - "___id": "T000002R051437", + "___id": "T000002R051704", "___s": true }, { @@ -649914,7 +655883,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -649993,7 +655962,7 @@ "name": "context" } ], - "___id": "T000002R051438", + "___id": "T000002R051705", "___s": true }, { @@ -650002,7 +655971,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -650081,7 +656050,7 @@ "name": "context" } ], - "___id": "T000002R051439", + "___id": "T000002R051706", "___s": true }, { @@ -650090,7 +656059,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -650169,7 +656138,7 @@ "name": "context" } ], - "___id": "T000002R051440", + "___id": "T000002R051707", "___s": true }, { @@ -650178,7 +656147,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -650271,7 +656240,7 @@ "name": "once" } ], - "___id": "T000002R051441", + "___id": "T000002R051708", "___s": true }, { @@ -650280,7 +656249,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -650373,7 +656342,7 @@ "name": "once" } ], - "___id": "T000002R051442", + "___id": "T000002R051709", "___s": true }, { @@ -650382,7 +656351,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -650435,7 +656404,7 @@ "name": "event" } ], - "___id": "T000002R051443", + "___id": "T000002R051710", "___s": true }, { @@ -650444,7 +656413,7 @@ "filename": "AlphaSingle.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -650471,7 +656440,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#clearAlpha", "inherited": true, - "___id": "T000002R051445", + "___id": "T000002R051712", "___s": true }, { @@ -650480,7 +656449,7 @@ "filename": "AlphaSingle.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -650524,7 +656493,7 @@ "name": "value" } ], - "___id": "T000002R051446", + "___id": "T000002R051713", "___s": true }, { @@ -650533,7 +656502,7 @@ "filename": "AlphaSingle.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -650554,7 +656523,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#alpha", "inherited": true, - "___id": "T000002R051447", + "___id": "T000002R051714", "___s": true }, { @@ -650563,7 +656532,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -650599,7 +656568,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R051449", + "___id": "T000002R051716", "___s": true }, { @@ -650608,7 +656577,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -650665,16 +656634,16 @@ "name": "value" } ], - "___id": "T000002R051450", + "___id": "T000002R051717", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -650695,16 +656664,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R051452", + "___id": "T000002R051719", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -650746,7 +656715,181 @@ "name": "value" } ], - "___id": "T000002R051453", + "___id": "T000002R051720", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.Star#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Star", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R051721", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.Star#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Star", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R051722", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.Star#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Star", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R051723", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.Star#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Star", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R051724", "___s": true }, { @@ -650755,7 +656898,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -650820,7 +656963,7 @@ "name": "includeParent" } ], - "___id": "T000002R051455", + "___id": "T000002R051726", "___s": true }, { @@ -650829,7 +656972,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -650894,7 +657037,7 @@ "name": "includeParent" } ], - "___id": "T000002R051456", + "___id": "T000002R051727", "___s": true }, { @@ -650903,7 +657046,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -650968,7 +657111,7 @@ "name": "includeParent" } ], - "___id": "T000002R051457", + "___id": "T000002R051728", "___s": true }, { @@ -650977,7 +657120,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -651042,7 +657185,7 @@ "name": "includeParent" } ], - "___id": "T000002R051458", + "___id": "T000002R051729", "___s": true }, { @@ -651051,7 +657194,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -651116,7 +657259,7 @@ "name": "includeParent" } ], - "___id": "T000002R051459", + "___id": "T000002R051730", "___s": true }, { @@ -651125,7 +657268,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -651190,7 +657333,7 @@ "name": "includeParent" } ], - "___id": "T000002R051460", + "___id": "T000002R051731", "___s": true }, { @@ -651199,7 +657342,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -651264,7 +657407,7 @@ "name": "includeParent" } ], - "___id": "T000002R051461", + "___id": "T000002R051732", "___s": true }, { @@ -651273,7 +657416,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -651338,7 +657481,7 @@ "name": "includeParent" } ], - "___id": "T000002R051462", + "___id": "T000002R051733", "___s": true }, { @@ -651347,7 +657490,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -651412,7 +657555,7 @@ "name": "includeParent" } ], - "___id": "T000002R051463", + "___id": "T000002R051734", "___s": true }, { @@ -651421,7 +657564,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -651491,7 +657634,7 @@ "name": "output" } ], - "___id": "T000002R051464", + "___id": "T000002R051735", "___s": true }, { @@ -651500,7 +657643,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -651531,7 +657674,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R051465", + "___id": "T000002R051736", "___s": true }, { @@ -651540,7 +657683,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -651592,7 +657735,7 @@ "name": "mask" } ], - "___id": "T000002R051466", + "___id": "T000002R051737", "___s": true }, { @@ -651601,7 +657744,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -651645,7 +657788,7 @@ "name": "destroyMask" } ], - "___id": "T000002R051467", + "___id": "T000002R051738", "___s": true }, { @@ -651654,7 +657797,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -651807,7 +657950,7 @@ "name": "frame" } ], - "___id": "T000002R051468", + "___id": "T000002R051739", "___s": true }, { @@ -651816,7 +657959,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -651888,7 +658031,7 @@ "name": "graphics" } ], - "___id": "T000002R051469", + "___id": "T000002R051740", "___s": true }, { @@ -651897,7 +658040,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -651920,7 +658063,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, - "___id": "T000002R051471", + "___id": "T000002R051742", "___s": true }, { @@ -651929,7 +658072,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -651952,7 +658095,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, - "___id": "T000002R051472", + "___id": "T000002R051743", "___s": true }, { @@ -651961,7 +658104,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -651982,7 +658125,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, - "___id": "T000002R051473", + "___id": "T000002R051744", "___s": true }, { @@ -651991,7 +658134,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -652012,7 +658155,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, - "___id": "T000002R051474", + "___id": "T000002R051745", "___s": true }, { @@ -652021,7 +658164,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -652080,7 +658223,7 @@ "name": "y" } ], - "___id": "T000002R051475", + "___id": "T000002R051746", "___s": true }, { @@ -652089,7 +658232,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -652116,7 +658259,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R051476", + "___id": "T000002R051747", "___s": true }, { @@ -652125,7 +658268,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -652184,7 +658327,7 @@ "name": "y" } ], - "___id": "T000002R051477", + "___id": "T000002R051748", "___s": true }, { @@ -652193,7 +658336,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -652220,7 +658363,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, - "___id": "T000002R051478", + "___id": "T000002R051749", "___s": true }, { @@ -652229,7 +658372,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -652258,7 +658401,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R051479", + "___id": "T000002R051750", "___s": true }, { @@ -652267,7 +658410,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -652296,7 +658439,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R051480", + "___id": "T000002R051751", "___s": true }, { @@ -652305,7 +658448,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -652333,7 +658476,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R051481", + "___id": "T000002R051752", "___s": true }, { @@ -652342,7 +658485,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -652401,7 +658544,7 @@ "name": "pipeline" } ], - "___id": "T000002R051482", + "___id": "T000002R051753", "___s": true }, { @@ -652410,7 +658553,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -652498,7 +658641,7 @@ "name": "copyData" } ], - "___id": "T000002R051483", + "___id": "T000002R051754", "___s": true }, { @@ -652507,7 +658650,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -652570,7 +658713,7 @@ "name": "value" } ], - "___id": "T000002R051484", + "___id": "T000002R051755", "___s": true }, { @@ -652579,7 +658722,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -652629,16 +658772,16 @@ "name": "resetData" } ], - "___id": "T000002R051485", + "___id": "T000002R051756", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -652661,17 +658804,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.Star", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R051486", + "___id": "T000002R051757", "___s": true }, { @@ -652680,7 +658825,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -652708,7 +658853,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R051487", + "___id": "T000002R051758", "___s": true }, { @@ -652717,7 +658862,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -652754,7 +658899,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R051488", + "___id": "T000002R051759", "___s": true }, { @@ -652763,7 +658908,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -652791,7 +658936,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R051489", + "___id": "T000002R051760", "___s": true }, { @@ -652800,7 +658945,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -652830,7 +658975,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R051490", + "___id": "T000002R051761", "___s": true }, { @@ -652839,7 +658984,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -652867,7 +659012,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R051491", + "___id": "T000002R051762", "___s": true }, { @@ -652876,7 +659021,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -652912,7 +659057,7 @@ "name": "preFX" } ], - "___id": "T000002R051492", + "___id": "T000002R051763", "___s": true }, { @@ -652921,7 +659066,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -653056,7 +659201,7 @@ "name": "copyData" } ], - "___id": "T000002R051493", + "___id": "T000002R051764", "___s": true }, { @@ -653065,7 +659210,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -653128,7 +659273,7 @@ "name": "value" } ], - "___id": "T000002R051494", + "___id": "T000002R051765", "___s": true }, { @@ -653137,7 +659282,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -653219,7 +659364,7 @@ "name": "pipeline" } ], - "___id": "T000002R051495", + "___id": "T000002R051766", "___s": true }, { @@ -653228,7 +659373,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -653264,7 +659409,7 @@ "name": "resetData" } ], - "___id": "T000002R051496", + "___id": "T000002R051767", "___s": true }, { @@ -653273,7 +659418,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -653332,7 +659477,7 @@ "name": "pipeline" } ], - "___id": "T000002R051497", + "___id": "T000002R051768", "___s": true }, { @@ -653341,7 +659486,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -653375,7 +659520,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R051498", + "___id": "T000002R051769", "___s": true }, { @@ -653384,7 +659529,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -653406,7 +659551,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R051499", + "___id": "T000002R051770", "___s": true }, { @@ -653415,7 +659560,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -653437,7 +659582,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R051500", + "___id": "T000002R051771", "___s": true }, { @@ -653446,7 +659591,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -653503,7 +659648,7 @@ "name": "y" } ], - "___id": "T000002R051501", + "___id": "T000002R051772", "___s": true }, { @@ -653512,7 +659657,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -653535,7 +659680,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R051502", + "___id": "T000002R051773", "___s": true }, { @@ -653544,7 +659689,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -653566,7 +659711,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R051506", + "___id": "T000002R051777", "___s": true }, { @@ -653575,7 +659720,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -653597,7 +659742,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R051507", + "___id": "T000002R051778", "___s": true }, { @@ -653606,7 +659751,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -653628,7 +659773,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R051508", + "___id": "T000002R051779", "___s": true }, { @@ -653637,7 +659782,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -653659,7 +659804,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R051509", + "___id": "T000002R051780", "___s": true }, { @@ -653668,7 +659813,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -653690,7 +659835,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R051510", + "___id": "T000002R051781", "___s": true }, { @@ -653699,7 +659844,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -653721,7 +659866,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R051511", + "___id": "T000002R051782", "___s": true }, { @@ -653730,7 +659875,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -653752,7 +659897,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R051512", + "___id": "T000002R051783", "___s": true }, { @@ -653761,7 +659906,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -653783,7 +659928,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R051513", + "___id": "T000002R051784", "___s": true }, { @@ -653792,7 +659937,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -653814,7 +659959,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R051514", + "___id": "T000002R051785", "___s": true }, { @@ -653823,7 +659968,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -653912,7 +660057,7 @@ "name": "w" } ], - "___id": "T000002R051515", + "___id": "T000002R051786", "___s": true }, { @@ -653921,7 +660066,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -653978,7 +660123,7 @@ "name": "source" } ], - "___id": "T000002R051516", + "___id": "T000002R051787", "___s": true }, { @@ -653987,7 +660132,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -654074,7 +660219,7 @@ "name": "height" } ], - "___id": "T000002R051517", + "___id": "T000002R051788", "___s": true }, { @@ -654083,7 +660228,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -654127,7 +660272,7 @@ "name": "radians" } ], - "___id": "T000002R051518", + "___id": "T000002R051789", "___s": true }, { @@ -654136,7 +660281,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -654180,7 +660325,7 @@ "name": "degrees" } ], - "___id": "T000002R051519", + "___id": "T000002R051790", "___s": true }, { @@ -654189,7 +660334,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -654248,7 +660393,7 @@ "name": "y" } ], - "___id": "T000002R051520", + "___id": "T000002R051791", "___s": true }, { @@ -654257,7 +660402,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -654301,7 +660446,7 @@ "name": "value" } ], - "___id": "T000002R051521", + "___id": "T000002R051792", "___s": true }, { @@ -654310,7 +660455,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -654354,7 +660499,7 @@ "name": "value" } ], - "___id": "T000002R051522", + "___id": "T000002R051793", "___s": true }, { @@ -654363,7 +660508,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -654407,7 +660552,7 @@ "name": "value" } ], - "___id": "T000002R051523", + "___id": "T000002R051794", "___s": true }, { @@ -654416,7 +660561,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -654460,7 +660605,7 @@ "name": "value" } ], - "___id": "T000002R051524", + "___id": "T000002R051795", "___s": true }, { @@ -654469,7 +660614,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -654511,7 +660656,7 @@ "name": "tempMatrix" } ], - "___id": "T000002R051525", + "___id": "T000002R051796", "___s": true }, { @@ -654520,7 +660665,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -654576,7 +660721,7 @@ "name": "parentMatrix" } ], - "___id": "T000002R051526", + "___id": "T000002R051797", "___s": true }, { @@ -654585,7 +660730,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -654667,7 +660812,7 @@ "name": "camera" } ], - "___id": "T000002R051527", + "___id": "T000002R051798", "___s": true }, { @@ -654676,7 +660821,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -654702,7 +660847,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R051528", + "___id": "T000002R051799", "___s": true }, { @@ -654711,7 +660856,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -654732,7 +660877,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R051530", + "___id": "T000002R051801", "___s": true }, { @@ -654741,7 +660886,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -654783,7 +660928,7 @@ "name": "value" } ], - "___id": "T000002R051531", + "___id": "T000002R051802", "___s": true }, { @@ -654792,7 +660937,7 @@ "filename": "Shape.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "geom", @@ -654814,7 +660959,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#geom", "inherited": true, - "___id": "T000002R051535", + "___id": "T000002R051806", "___s": true }, { @@ -654823,7 +660968,7 @@ "filename": "Shape.js", "lineno": 76, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "pathData", @@ -654854,7 +660999,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#pathData", "inherited": true, - "___id": "T000002R051536", + "___id": "T000002R051807", "___s": true }, { @@ -654863,7 +661008,7 @@ "filename": "Shape.js", "lineno": 86, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "pathIndexes", @@ -654894,7 +661039,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#pathIndexes", "inherited": true, - "___id": "T000002R051537", + "___id": "T000002R051808", "___s": true }, { @@ -654903,7 +661048,7 @@ "filename": "Shape.js", "lineno": 96, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "fillColor", @@ -654924,7 +661069,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#fillColor", "inherited": true, - "___id": "T000002R051538", + "___id": "T000002R051809", "___s": true }, { @@ -654933,7 +661078,7 @@ "filename": "Shape.js", "lineno": 105, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "fillAlpha", @@ -654954,7 +661099,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#fillAlpha", "inherited": true, - "___id": "T000002R051539", + "___id": "T000002R051810", "___s": true }, { @@ -654963,7 +661108,7 @@ "filename": "Shape.js", "lineno": 114, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "strokeColor", @@ -654984,7 +661129,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#strokeColor", "inherited": true, - "___id": "T000002R051540", + "___id": "T000002R051811", "___s": true }, { @@ -654993,7 +661138,7 @@ "filename": "Shape.js", "lineno": 123, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "strokeAlpha", @@ -655014,7 +661159,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#strokeAlpha", "inherited": true, - "___id": "T000002R051541", + "___id": "T000002R051812", "___s": true }, { @@ -655023,7 +661168,7 @@ "filename": "Shape.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "lineWidth", @@ -655044,7 +661189,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#lineWidth", "inherited": true, - "___id": "T000002R051542", + "___id": "T000002R051813", "___s": true }, { @@ -655053,7 +661198,7 @@ "filename": "Shape.js", "lineno": 141, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "isFilled", @@ -655074,7 +661219,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#isFilled", "inherited": true, - "___id": "T000002R051543", + "___id": "T000002R051814", "___s": true }, { @@ -655083,7 +661228,7 @@ "filename": "Shape.js", "lineno": 151, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "isStroked", @@ -655104,7 +661249,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#isStroked", "inherited": true, - "___id": "T000002R051544", + "___id": "T000002R051815", "___s": true }, { @@ -655113,7 +661258,7 @@ "filename": "Shape.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "closePath", @@ -655134,7 +661279,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#closePath", "inherited": true, - "___id": "T000002R051545", + "___id": "T000002R051816", "___s": true }, { @@ -655143,7 +661288,7 @@ "filename": "Shape.js", "lineno": 182, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "width", @@ -655164,7 +661309,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#width", "inherited": true, - "___id": "T000002R051547", + "___id": "T000002R051818", "___s": true }, { @@ -655173,7 +661318,7 @@ "filename": "Shape.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "height", @@ -655194,7 +661339,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#height", "inherited": true, - "___id": "T000002R051548", + "___id": "T000002R051819", "___s": true }, { @@ -655203,7 +661348,7 @@ "filename": "Shape.js", "lineno": 212, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setFillStyle", @@ -655261,7 +661406,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setFillStyle", "inherited": true, - "___id": "T000002R051549", + "___id": "T000002R051820", "___s": true }, { @@ -655270,7 +661415,7 @@ "filename": "Shape.js", "lineno": 247, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setStrokeStyle", @@ -655342,7 +661487,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setStrokeStyle", "inherited": true, - "___id": "T000002R051550", + "___id": "T000002R051821", "___s": true }, { @@ -655351,7 +661496,7 @@ "filename": "Shape.js", "lineno": 284, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setClosePath", @@ -655393,7 +661538,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setClosePath", "inherited": true, - "___id": "T000002R051551", + "___id": "T000002R051822", "___s": true }, { @@ -655402,7 +661547,7 @@ "filename": "Shape.js", "lineno": 332, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "setDisplaySize", @@ -655457,7 +661602,7 @@ ], "inherits": "Phaser.GameObjects.Shape#setDisplaySize", "inherited": true, - "___id": "T000002R051553", + "___id": "T000002R051824", "___s": true }, { @@ -655466,7 +661611,7 @@ "filename": "Shape.js", "lineno": 353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "preDestroy", @@ -655479,7 +661624,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#preDestroy", "inherited": true, - "___id": "T000002R051554", + "___id": "T000002R051825", "___s": true }, { @@ -655488,7 +661633,7 @@ "filename": "Shape.js", "lineno": 368, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "displayWidth", @@ -655509,7 +661654,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#displayWidth", "inherited": true, - "___id": "T000002R051555", + "___id": "T000002R051826", "___s": true }, { @@ -655518,7 +661663,7 @@ "filename": "Shape.js", "lineno": 393, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\shape", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\shape", "code": {} }, "name": "displayHeight", @@ -655539,7 +661684,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Shape#displayHeight", "inherited": true, - "___id": "T000002R051556", + "___id": "T000002R051827", "___s": true }, { @@ -655548,7 +661693,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -655569,7 +661714,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R051558", + "___id": "T000002R051829", "___s": true }, { @@ -655578,7 +661723,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -655610,7 +661755,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R051559", + "___id": "T000002R051830", "___s": true }, { @@ -655619,7 +661764,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -655640,7 +661785,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R051560", + "___id": "T000002R051831", "___s": true }, { @@ -655649,7 +661794,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -655680,7 +661825,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R051561", + "___id": "T000002R051832", "___s": true }, { @@ -655689,7 +661834,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -655710,7 +661855,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R051562", + "___id": "T000002R051833", "___s": true }, { @@ -655719,7 +661864,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -655741,7 +661886,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R051563", + "___id": "T000002R051834", "___s": true }, { @@ -655750,7 +661895,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -655772,7 +661917,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R051564", + "___id": "T000002R051835", "___s": true }, { @@ -655781,7 +661926,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -655803,7 +661948,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R051565", + "___id": "T000002R051836", "___s": true }, { @@ -655812,7 +661957,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -655834,7 +661979,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R051566", + "___id": "T000002R051837", "___s": true }, { @@ -655843,7 +661988,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -655865,7 +662010,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R051567", + "___id": "T000002R051838", "___s": true }, { @@ -655874,7 +662019,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -655899,7 +662044,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R051568", + "___id": "T000002R051839", "___s": true }, { @@ -655908,7 +662053,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -655932,7 +662077,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R051569", + "___id": "T000002R051840", "___s": true }, { @@ -655941,7 +662086,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -655980,7 +662125,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R051570", + "___id": "T000002R051841", "___s": true }, { @@ -655989,7 +662134,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -656011,7 +662156,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R051571", + "___id": "T000002R051842", "___s": true }, { @@ -656020,7 +662165,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -656062,7 +662207,7 @@ "name": "value" } ], - "___id": "T000002R051572", + "___id": "T000002R051843", "___s": true }, { @@ -656071,7 +662216,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -656113,7 +662258,7 @@ "name": "value" } ], - "___id": "T000002R051573", + "___id": "T000002R051844", "___s": true }, { @@ -656122,7 +662267,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -656174,7 +662319,7 @@ "name": "value" } ], - "___id": "T000002R051574", + "___id": "T000002R051845", "___s": true }, { @@ -656183,7 +662328,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -656213,7 +662358,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R051575", + "___id": "T000002R051846", "___s": true }, { @@ -656222,7 +662367,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -656301,7 +662446,7 @@ "name": "data" } ], - "___id": "T000002R051576", + "___id": "T000002R051847", "___s": true }, { @@ -656310,7 +662455,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -656367,7 +662512,7 @@ "name": "amount" } ], - "___id": "T000002R051577", + "___id": "T000002R051848", "___s": true }, { @@ -656376,7 +662521,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -656418,7 +662563,7 @@ "name": "key" } ], - "___id": "T000002R051578", + "___id": "T000002R051849", "___s": true }, { @@ -656427,7 +662572,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -656486,7 +662631,7 @@ "name": "key" } ], - "___id": "T000002R051579", + "___id": "T000002R051850", "___s": true }, { @@ -656495,7 +662640,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -656582,7 +662727,7 @@ "name": "dropZone" } ], - "___id": "T000002R051580", + "___id": "T000002R051851", "___s": true }, { @@ -656591,7 +662736,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -656618,7 +662763,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R051581", + "___id": "T000002R051852", "___s": true }, { @@ -656627,7 +662772,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -656654,7 +662799,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R051582", + "___id": "T000002R051853", "___s": true }, { @@ -656663,7 +662808,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -656675,7 +662820,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R051583", + "___id": "T000002R051854", "___s": true }, { @@ -656684,7 +662829,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -656696,7 +662841,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R051584", + "___id": "T000002R051855", "___s": true }, { @@ -656705,7 +662850,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -656734,7 +662879,7 @@ "name": "args" } ], - "___id": "T000002R051585", + "___id": "T000002R051856", "___s": true }, { @@ -656743,7 +662888,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -656769,7 +662914,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R051586", + "___id": "T000002R051857", "___s": true }, { @@ -656778,7 +662923,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -656819,7 +662964,7 @@ "name": "camera" } ], - "___id": "T000002R051587", + "___id": "T000002R051858", "___s": true }, { @@ -656828,7 +662973,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -656863,7 +663008,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R051588", + "___id": "T000002R051859", "___s": true }, { @@ -656872,7 +663017,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -656929,7 +663074,7 @@ "name": "displayList" } ], - "___id": "T000002R051589", + "___id": "T000002R051860", "___s": true }, { @@ -656938,7 +663083,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -656965,7 +663110,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R051590", + "___id": "T000002R051861", "___s": true }, { @@ -656974,7 +663119,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -657005,7 +663150,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R051591", + "___id": "T000002R051862", "___s": true }, { @@ -657014,7 +663159,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -657041,7 +663186,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R051592", + "___id": "T000002R051863", "___s": true }, { @@ -657050,7 +663195,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -657082,7 +663227,7 @@ "name": "fromScene" } ], - "___id": "T000002R051593", + "___id": "T000002R051864", "___s": true }, { @@ -657091,7 +663236,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -657103,7 +663248,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R051594", + "___id": "T000002R051865", "___s": true }, { @@ -657112,7 +663257,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -657155,7 +663300,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R051595", + "___id": "T000002R051866", "___s": true }, { @@ -657164,7 +663309,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -657224,7 +663369,7 @@ "name": "event" } ], - "___id": "T000002R051596", + "___id": "T000002R051867", "___s": true }, { @@ -657233,7 +663378,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -657284,7 +663429,7 @@ "name": "event" } ], - "___id": "T000002R051597", + "___id": "T000002R051868", "___s": true }, { @@ -657293,7 +663438,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -657359,7 +663504,7 @@ "name": "args" } ], - "___id": "T000002R051598", + "___id": "T000002R051869", "___s": true }, { @@ -657368,7 +663513,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -657447,7 +663592,7 @@ "name": "context" } ], - "___id": "T000002R051599", + "___id": "T000002R051870", "___s": true }, { @@ -657456,7 +663601,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -657535,7 +663680,7 @@ "name": "context" } ], - "___id": "T000002R051600", + "___id": "T000002R051871", "___s": true }, { @@ -657544,7 +663689,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -657623,7 +663768,7 @@ "name": "context" } ], - "___id": "T000002R051601", + "___id": "T000002R051872", "___s": true }, { @@ -657632,7 +663777,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -657725,7 +663870,7 @@ "name": "once" } ], - "___id": "T000002R051602", + "___id": "T000002R051873", "___s": true }, { @@ -657734,7 +663879,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -657827,7 +663972,7 @@ "name": "once" } ], - "___id": "T000002R051603", + "___id": "T000002R051874", "___s": true }, { @@ -657836,7 +663981,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -657889,7 +664034,7 @@ "name": "event" } ], - "___id": "T000002R051604", + "___id": "T000002R051875", "___s": true }, { @@ -657898,7 +664043,7 @@ "filename": "AlphaSingle.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -657925,7 +664070,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#clearAlpha", "inherited": true, - "___id": "T000002R051606", + "___id": "T000002R051877", "___s": true }, { @@ -657934,7 +664079,7 @@ "filename": "AlphaSingle.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -657978,7 +664123,7 @@ "name": "value" } ], - "___id": "T000002R051607", + "___id": "T000002R051878", "___s": true }, { @@ -657987,7 +664132,7 @@ "filename": "AlphaSingle.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -658008,7 +664153,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#alpha", "inherited": true, - "___id": "T000002R051608", + "___id": "T000002R051879", "___s": true }, { @@ -658017,7 +664162,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -658053,7 +664198,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R051610", + "___id": "T000002R051881", "___s": true }, { @@ -658062,7 +664207,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -658119,16 +664264,16 @@ "name": "value" } ], - "___id": "T000002R051611", + "___id": "T000002R051882", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -658149,16 +664294,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R051613", + "___id": "T000002R051884", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -658200,7 +664345,181 @@ "name": "value" } ], - "___id": "T000002R051614", + "___id": "T000002R051885", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.Triangle#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Triangle", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R051886", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.Triangle#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Triangle", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R051887", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.Triangle#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Triangle", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R051888", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.Triangle#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Triangle", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "___id": "T000002R051889", "___s": true }, { @@ -658209,7 +664528,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -658274,7 +664593,7 @@ "name": "includeParent" } ], - "___id": "T000002R051616", + "___id": "T000002R051891", "___s": true }, { @@ -658283,7 +664602,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -658348,7 +664667,7 @@ "name": "includeParent" } ], - "___id": "T000002R051617", + "___id": "T000002R051892", "___s": true }, { @@ -658357,7 +664676,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -658422,7 +664741,7 @@ "name": "includeParent" } ], - "___id": "T000002R051618", + "___id": "T000002R051893", "___s": true }, { @@ -658431,7 +664750,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -658496,7 +664815,7 @@ "name": "includeParent" } ], - "___id": "T000002R051619", + "___id": "T000002R051894", "___s": true }, { @@ -658505,7 +664824,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -658570,7 +664889,7 @@ "name": "includeParent" } ], - "___id": "T000002R051620", + "___id": "T000002R051895", "___s": true }, { @@ -658579,7 +664898,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -658644,7 +664963,7 @@ "name": "includeParent" } ], - "___id": "T000002R051621", + "___id": "T000002R051896", "___s": true }, { @@ -658653,7 +664972,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -658718,7 +665037,7 @@ "name": "includeParent" } ], - "___id": "T000002R051622", + "___id": "T000002R051897", "___s": true }, { @@ -658727,7 +665046,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -658792,7 +665111,7 @@ "name": "includeParent" } ], - "___id": "T000002R051623", + "___id": "T000002R051898", "___s": true }, { @@ -658801,7 +665120,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -658866,7 +665185,7 @@ "name": "includeParent" } ], - "___id": "T000002R051624", + "___id": "T000002R051899", "___s": true }, { @@ -658875,7 +665194,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -658945,7 +665264,7 @@ "name": "output" } ], - "___id": "T000002R051625", + "___id": "T000002R051900", "___s": true }, { @@ -658954,7 +665273,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -658985,7 +665304,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R051626", + "___id": "T000002R051901", "___s": true }, { @@ -658994,7 +665313,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -659046,7 +665365,7 @@ "name": "mask" } ], - "___id": "T000002R051627", + "___id": "T000002R051902", "___s": true }, { @@ -659055,7 +665374,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -659099,7 +665418,7 @@ "name": "destroyMask" } ], - "___id": "T000002R051628", + "___id": "T000002R051903", "___s": true }, { @@ -659108,7 +665427,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -659261,7 +665580,7 @@ "name": "frame" } ], - "___id": "T000002R051629", + "___id": "T000002R051904", "___s": true }, { @@ -659270,7 +665589,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -659342,7 +665661,7 @@ "name": "graphics" } ], - "___id": "T000002R051630", + "___id": "T000002R051905", "___s": true }, { @@ -659351,7 +665670,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -659374,7 +665693,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, - "___id": "T000002R051632", + "___id": "T000002R051907", "___s": true }, { @@ -659383,7 +665702,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -659406,7 +665725,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, - "___id": "T000002R051633", + "___id": "T000002R051908", "___s": true }, { @@ -659415,7 +665734,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -659436,7 +665755,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, - "___id": "T000002R051634", + "___id": "T000002R051909", "___s": true }, { @@ -659445,7 +665764,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -659466,7 +665785,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, - "___id": "T000002R051635", + "___id": "T000002R051910", "___s": true }, { @@ -659475,7 +665794,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -659534,7 +665853,7 @@ "name": "y" } ], - "___id": "T000002R051636", + "___id": "T000002R051911", "___s": true }, { @@ -659543,7 +665862,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -659570,7 +665889,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R051637", + "___id": "T000002R051912", "___s": true }, { @@ -659579,7 +665898,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -659638,7 +665957,7 @@ "name": "y" } ], - "___id": "T000002R051638", + "___id": "T000002R051913", "___s": true }, { @@ -659647,7 +665966,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -659674,7 +665993,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, - "___id": "T000002R051639", + "___id": "T000002R051914", "___s": true }, { @@ -659683,7 +666002,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -659712,7 +666031,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R051640", + "___id": "T000002R051915", "___s": true }, { @@ -659721,7 +666040,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -659750,7 +666069,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R051641", + "___id": "T000002R051916", "___s": true }, { @@ -659759,7 +666078,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -659787,7 +666106,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R051642", + "___id": "T000002R051917", "___s": true }, { @@ -659796,7 +666115,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -659855,7 +666174,7 @@ "name": "pipeline" } ], - "___id": "T000002R051643", + "___id": "T000002R051918", "___s": true }, { @@ -659864,7 +666183,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -659952,7 +666271,7 @@ "name": "copyData" } ], - "___id": "T000002R051644", + "___id": "T000002R051919", "___s": true }, { @@ -659961,7 +666280,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -660024,7 +666343,7 @@ "name": "value" } ], - "___id": "T000002R051645", + "___id": "T000002R051920", "___s": true }, { @@ -660033,7 +666352,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -660083,16 +666402,16 @@ "name": "resetData" } ], - "___id": "T000002R051646", + "___id": "T000002R051921", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -660115,17 +666434,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.Triangle", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R051647", + "___id": "T000002R051922", "___s": true }, { @@ -660134,7 +666455,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -660162,7 +666483,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R051648", + "___id": "T000002R051923", "___s": true }, { @@ -660171,7 +666492,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -660208,7 +666529,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R051649", + "___id": "T000002R051924", "___s": true }, { @@ -660217,7 +666538,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -660245,7 +666566,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R051650", + "___id": "T000002R051925", "___s": true }, { @@ -660254,7 +666575,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -660284,7 +666605,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R051651", + "___id": "T000002R051926", "___s": true }, { @@ -660293,7 +666614,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -660321,7 +666642,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R051652", + "___id": "T000002R051927", "___s": true }, { @@ -660330,7 +666651,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -660366,7 +666687,7 @@ "name": "preFX" } ], - "___id": "T000002R051653", + "___id": "T000002R051928", "___s": true }, { @@ -660375,7 +666696,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -660510,7 +666831,7 @@ "name": "copyData" } ], - "___id": "T000002R051654", + "___id": "T000002R051929", "___s": true }, { @@ -660519,7 +666840,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -660582,7 +666903,7 @@ "name": "value" } ], - "___id": "T000002R051655", + "___id": "T000002R051930", "___s": true }, { @@ -660591,7 +666912,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -660673,7 +666994,7 @@ "name": "pipeline" } ], - "___id": "T000002R051656", + "___id": "T000002R051931", "___s": true }, { @@ -660682,7 +667003,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -660718,7 +667039,7 @@ "name": "resetData" } ], - "___id": "T000002R051657", + "___id": "T000002R051932", "___s": true }, { @@ -660727,7 +667048,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -660786,7 +667107,7 @@ "name": "pipeline" } ], - "___id": "T000002R051658", + "___id": "T000002R051933", "___s": true }, { @@ -660795,7 +667116,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -660829,7 +667150,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R051659", + "___id": "T000002R051934", "___s": true }, { @@ -660838,7 +667159,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -660860,7 +667181,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R051660", + "___id": "T000002R051935", "___s": true }, { @@ -660869,7 +667190,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -660891,7 +667212,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R051661", + "___id": "T000002R051936", "___s": true }, { @@ -660900,7 +667221,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -660957,7 +667278,7 @@ "name": "y" } ], - "___id": "T000002R051662", + "___id": "T000002R051937", "___s": true }, { @@ -660966,7 +667287,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -660989,7 +667310,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R051663", + "___id": "T000002R051938", "___s": true }, { @@ -660998,7 +667319,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -661020,7 +667341,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R051667", + "___id": "T000002R051942", "___s": true }, { @@ -661029,7 +667350,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -661051,7 +667372,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R051668", + "___id": "T000002R051943", "___s": true }, { @@ -661060,7 +667381,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -661082,7 +667403,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R051669", + "___id": "T000002R051944", "___s": true }, { @@ -661091,7 +667412,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -661113,7 +667434,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R051670", + "___id": "T000002R051945", "___s": true }, { @@ -661122,7 +667443,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -661144,7 +667465,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R051671", + "___id": "T000002R051946", "___s": true }, { @@ -661153,7 +667474,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -661175,7 +667496,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R051672", + "___id": "T000002R051947", "___s": true }, { @@ -661184,7 +667505,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -661206,7 +667527,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R051673", + "___id": "T000002R051948", "___s": true }, { @@ -661215,7 +667536,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -661237,7 +667558,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R051674", + "___id": "T000002R051949", "___s": true }, { @@ -661246,7 +667567,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -661268,7 +667589,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R051675", + "___id": "T000002R051950", "___s": true }, { @@ -661277,7 +667598,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -661366,7 +667687,7 @@ "name": "w" } ], - "___id": "T000002R051676", + "___id": "T000002R051951", "___s": true }, { @@ -661375,7 +667696,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -661432,7 +667753,7 @@ "name": "source" } ], - "___id": "T000002R051677", + "___id": "T000002R051952", "___s": true }, { @@ -661441,7 +667762,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -661528,7 +667849,7 @@ "name": "height" } ], - "___id": "T000002R051678", + "___id": "T000002R051953", "___s": true }, { @@ -661537,7 +667858,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -661581,7 +667902,7 @@ "name": "radians" } ], - "___id": "T000002R051679", + "___id": "T000002R051954", "___s": true }, { @@ -661590,7 +667911,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -661634,7 +667955,7 @@ "name": "degrees" } ], - "___id": "T000002R051680", + "___id": "T000002R051955", "___s": true }, { @@ -661643,7 +667964,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -661702,7 +668023,7 @@ "name": "y" } ], - "___id": "T000002R051681", + "___id": "T000002R051956", "___s": true }, { @@ -661711,7 +668032,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -661755,7 +668076,7 @@ "name": "value" } ], - "___id": "T000002R051682", + "___id": "T000002R051957", "___s": true }, { @@ -661764,7 +668085,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -661808,7 +668129,7 @@ "name": "value" } ], - "___id": "T000002R051683", + "___id": "T000002R051958", "___s": true }, { @@ -661817,7 +668138,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -661861,7 +668182,7 @@ "name": "value" } ], - "___id": "T000002R051684", + "___id": "T000002R051959", "___s": true }, { @@ -661870,7 +668191,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -661914,7 +668235,7 @@ "name": "value" } ], - "___id": "T000002R051685", + "___id": "T000002R051960", "___s": true }, { @@ -661923,7 +668244,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -661965,7 +668286,7 @@ "name": "tempMatrix" } ], - "___id": "T000002R051686", + "___id": "T000002R051961", "___s": true }, { @@ -661974,7 +668295,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -662030,7 +668351,7 @@ "name": "parentMatrix" } ], - "___id": "T000002R051687", + "___id": "T000002R051962", "___s": true }, { @@ -662039,7 +668360,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -662121,7 +668442,7 @@ "name": "camera" } ], - "___id": "T000002R051688", + "___id": "T000002R051963", "___s": true }, { @@ -662130,7 +668451,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -662156,7 +668477,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R051689", + "___id": "T000002R051964", "___s": true }, { @@ -662165,7 +668486,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -662186,7 +668507,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R051691", + "___id": "T000002R051966", "___s": true }, { @@ -662195,7 +668516,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -662237,7 +668558,7 @@ "name": "value" } ], - "___id": "T000002R051692", + "___id": "T000002R051967", "___s": true }, { @@ -662246,7 +668567,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -662267,7 +668588,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R051693", + "___id": "T000002R051968", "___s": true }, { @@ -662276,7 +668597,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -662308,7 +668629,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R051694", + "___id": "T000002R051969", "___s": true }, { @@ -662317,7 +668638,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -662338,7 +668659,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R051695", + "___id": "T000002R051970", "___s": true }, { @@ -662347,7 +668668,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -662378,7 +668699,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R051696", + "___id": "T000002R051971", "___s": true }, { @@ -662387,7 +668708,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -662408,7 +668729,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R051697", + "___id": "T000002R051972", "___s": true }, { @@ -662417,7 +668738,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -662439,7 +668760,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R051698", + "___id": "T000002R051973", "___s": true }, { @@ -662448,7 +668769,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -662470,7 +668791,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R051699", + "___id": "T000002R051974", "___s": true }, { @@ -662479,7 +668800,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -662501,7 +668822,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R051700", + "___id": "T000002R051975", "___s": true }, { @@ -662510,7 +668831,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -662532,7 +668853,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R051701", + "___id": "T000002R051976", "___s": true }, { @@ -662541,7 +668862,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -662563,7 +668884,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R051702", + "___id": "T000002R051977", "___s": true }, { @@ -662572,7 +668893,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -662597,7 +668918,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R051703", + "___id": "T000002R051978", "___s": true }, { @@ -662606,7 +668927,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -662630,7 +668951,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R051704", + "___id": "T000002R051979", "___s": true }, { @@ -662639,7 +668960,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -662678,7 +668999,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R051705", + "___id": "T000002R051980", "___s": true }, { @@ -662687,7 +669008,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -662709,7 +669030,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R051706", + "___id": "T000002R051981", "___s": true }, { @@ -662718,7 +669039,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -662760,7 +669081,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setActive", "inherited": true, - "___id": "T000002R051707", + "___id": "T000002R051982", "___s": true }, { @@ -662769,7 +669090,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -662811,7 +669132,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setName", "inherited": true, - "___id": "T000002R051708", + "___id": "T000002R051983", "___s": true }, { @@ -662820,7 +669141,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -662872,7 +669193,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setState", "inherited": true, - "___id": "T000002R051709", + "___id": "T000002R051984", "___s": true }, { @@ -662881,7 +669202,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -662911,7 +669232,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R051710", + "___id": "T000002R051985", "___s": true }, { @@ -662920,7 +669241,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -662999,7 +669320,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setData", "inherited": true, - "___id": "T000002R051711", + "___id": "T000002R051986", "___s": true }, { @@ -663008,7 +669329,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -663065,7 +669386,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#incData", "inherited": true, - "___id": "T000002R051712", + "___id": "T000002R051987", "___s": true }, { @@ -663074,7 +669395,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -663116,7 +669437,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#toggleData", "inherited": true, - "___id": "T000002R051713", + "___id": "T000002R051988", "___s": true }, { @@ -663125,7 +669446,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -663184,7 +669505,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#getData", "inherited": true, - "___id": "T000002R051714", + "___id": "T000002R051989", "___s": true }, { @@ -663193,7 +669514,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -663280,7 +669601,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setInteractive", "inherited": true, - "___id": "T000002R051715", + "___id": "T000002R051990", "___s": true }, { @@ -663289,7 +669610,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -663316,7 +669637,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R051716", + "___id": "T000002R051991", "___s": true }, { @@ -663325,7 +669646,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -663352,7 +669673,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R051717", + "___id": "T000002R051992", "___s": true }, { @@ -663361,7 +669682,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -663373,7 +669694,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R051718", + "___id": "T000002R051993", "___s": true }, { @@ -663382,7 +669703,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -663394,7 +669715,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R051719", + "___id": "T000002R051994", "___s": true }, { @@ -663403,7 +669724,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -663432,7 +669753,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#update", "inherited": true, - "___id": "T000002R051720", + "___id": "T000002R051995", "___s": true }, { @@ -663441,7 +669762,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -663482,7 +669803,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#willRender", "inherited": true, - "___id": "T000002R051721", + "___id": "T000002R051996", "___s": true }, { @@ -663491,7 +669812,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -663526,7 +669847,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R051722", + "___id": "T000002R051997", "___s": true }, { @@ -663535,7 +669856,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -663592,7 +669913,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#addToDisplayList", "inherited": true, - "___id": "T000002R051723", + "___id": "T000002R051998", "___s": true }, { @@ -663601,7 +669922,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -663628,7 +669949,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R051724", + "___id": "T000002R051999", "___s": true }, { @@ -663637,7 +669958,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -663668,7 +669989,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R051725", + "___id": "T000002R052000", "___s": true }, { @@ -663677,7 +669998,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -663704,7 +670025,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R051726", + "___id": "T000002R052001", "___s": true }, { @@ -663713,7 +670034,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -663745,7 +670066,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#destroy", "inherited": true, - "___id": "T000002R051727", + "___id": "T000002R052002", "___s": true }, { @@ -663754,7 +670075,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -663766,7 +670087,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R051728", + "___id": "T000002R052003", "___s": true }, { @@ -663775,7 +670096,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -663818,7 +670139,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R051729", + "___id": "T000002R052004", "___s": true }, { @@ -663827,7 +670148,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -663887,7 +670208,7 @@ "name": "event" } ], - "___id": "T000002R051730", + "___id": "T000002R052005", "___s": true }, { @@ -663896,7 +670217,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -663947,7 +670268,7 @@ "name": "event" } ], - "___id": "T000002R051731", + "___id": "T000002R052006", "___s": true }, { @@ -663956,7 +670277,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -664022,7 +670343,7 @@ "name": "args" } ], - "___id": "T000002R051732", + "___id": "T000002R052007", "___s": true }, { @@ -664031,7 +670352,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -664110,7 +670431,7 @@ "name": "context" } ], - "___id": "T000002R051733", + "___id": "T000002R052008", "___s": true }, { @@ -664119,7 +670440,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -664198,7 +670519,7 @@ "name": "context" } ], - "___id": "T000002R051734", + "___id": "T000002R052009", "___s": true }, { @@ -664207,7 +670528,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -664286,7 +670607,7 @@ "name": "context" } ], - "___id": "T000002R051735", + "___id": "T000002R052010", "___s": true }, { @@ -664295,7 +670616,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -664388,7 +670709,7 @@ "name": "once" } ], - "___id": "T000002R051736", + "___id": "T000002R052011", "___s": true }, { @@ -664397,7 +670718,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -664490,7 +670811,7 @@ "name": "once" } ], - "___id": "T000002R051737", + "___id": "T000002R052012", "___s": true }, { @@ -664499,7 +670820,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -664552,7 +670873,7 @@ "name": "event" } ], - "___id": "T000002R051738", + "___id": "T000002R052013", "___s": true }, { @@ -664561,7 +670882,7 @@ "filename": "Alpha.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -664588,7 +670909,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#clearAlpha", "inherited": true, - "___id": "T000002R051744", + "___id": "T000002R052019", "___s": true }, { @@ -664597,7 +670918,7 @@ "filename": "Alpha.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -664683,7 +671004,7 @@ ], "inherits": "Phaser.GameObjects.Components.Alpha#setAlpha", "inherited": true, - "___id": "T000002R051745", + "___id": "T000002R052020", "___s": true }, { @@ -664692,7 +671013,7 @@ "filename": "Alpha.js", "lineno": 129, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -664713,7 +671034,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alpha", "inherited": true, - "___id": "T000002R051746", + "___id": "T000002R052021", "___s": true }, { @@ -664722,7 +671043,7 @@ "filename": "Alpha.js", "lineno": 167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopLeft", @@ -664750,7 +671071,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopLeft", "inherited": true, - "___id": "T000002R051747", + "___id": "T000002R052022", "___s": true }, { @@ -664759,7 +671080,7 @@ "filename": "Alpha.js", "lineno": 197, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopRight", @@ -664787,7 +671108,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopRight", "inherited": true, - "___id": "T000002R051748", + "___id": "T000002R052023", "___s": true }, { @@ -664796,7 +671117,7 @@ "filename": "Alpha.js", "lineno": 227, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomLeft", @@ -664824,7 +671145,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomLeft", "inherited": true, - "___id": "T000002R051749", + "___id": "T000002R052024", "___s": true }, { @@ -664833,7 +671154,7 @@ "filename": "Alpha.js", "lineno": 257, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomRight", @@ -664861,7 +671182,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomRight", "inherited": true, - "___id": "T000002R051750", + "___id": "T000002R052025", "___s": true }, { @@ -664870,7 +671191,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -664906,7 +671227,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R051752", + "___id": "T000002R052027", "___s": true }, { @@ -664915,7 +671236,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -664972,7 +671293,7 @@ ], "inherits": "Phaser.GameObjects.Components.BlendMode#setBlendMode", "inherited": true, - "___id": "T000002R051753", + "___id": "T000002R052028", "___s": true }, { @@ -664981,7 +671302,7 @@ "filename": "ComputedSize.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayWidth", @@ -665002,7 +671323,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ComputedSize#displayWidth", "inherited": true, - "___id": "T000002R051754", + "___id": "T000002R052029", "___s": true }, { @@ -665011,7 +671332,7 @@ "filename": "ComputedSize.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayHeight", @@ -665032,7 +671353,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ComputedSize#displayHeight", "inherited": true, - "___id": "T000002R051755", + "___id": "T000002R052030", "___s": true }, { @@ -665041,7 +671362,7 @@ "filename": "ComputedSize.js", "lineno": 93, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSize", @@ -665096,7 +671417,7 @@ ], "inherits": "Phaser.GameObjects.Components.ComputedSize#setSize", "inherited": true, - "___id": "T000002R051756", + "___id": "T000002R052031", "___s": true }, { @@ -665105,7 +671426,7 @@ "filename": "ComputedSize.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplaySize", @@ -665160,7 +671481,7 @@ ], "inherits": "Phaser.GameObjects.Components.ComputedSize#setDisplaySize", "inherited": true, - "___id": "T000002R051757", + "___id": "T000002R052032", "___s": true }, { @@ -665169,7 +671490,7 @@ "filename": "Crop.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "texture", @@ -665200,7 +671521,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Crop#texture", "inherited": true, - "___id": "T000002R051758", + "___id": "T000002R052033", "___s": true }, { @@ -665209,7 +671530,7 @@ "filename": "Crop.js", "lineno": 25, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "frame", @@ -665230,7 +671551,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Crop#frame", "inherited": true, - "___id": "T000002R051759", + "___id": "T000002R052034", "___s": true }, { @@ -665239,7 +671560,7 @@ "filename": "Crop.js", "lineno": 34, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "isCropped", @@ -665260,7 +671581,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Crop#isCropped", "inherited": true, - "___id": "T000002R051760", + "___id": "T000002R052035", "___s": true }, { @@ -665269,7 +671590,7 @@ "filename": "Crop.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setCrop", @@ -665364,16 +671685,16 @@ ], "inherits": "Phaser.GameObjects.Components.Crop#setCrop", "inherited": true, - "___id": "T000002R051761", + "___id": "T000002R052036", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -665394,16 +671715,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R051764", + "___id": "T000002R052039", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -665445,7 +671766,181 @@ ], "inherits": "Phaser.GameObjects.Components.Depth#setDepth", "inherited": true, - "___id": "T000002R051765", + "___id": "T000002R052040", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.Text#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Text", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R052041", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.Text#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Text", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R052042", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.Text#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Text", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "___id": "T000002R052043", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.Text#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Text", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "___id": "T000002R052044", "___s": true }, { @@ -665454,7 +671949,7 @@ "filename": "Flip.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "flipX", @@ -665476,7 +671971,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#flipX", "inherited": true, - "___id": "T000002R051766", + "___id": "T000002R052045", "___s": true }, { @@ -665485,7 +671980,7 @@ "filename": "Flip.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "flipY", @@ -665507,7 +672002,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#flipY", "inherited": true, - "___id": "T000002R051767", + "___id": "T000002R052046", "___s": true }, { @@ -665516,7 +672011,7 @@ "filename": "Flip.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipX", @@ -665543,7 +672038,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipX", "inherited": true, - "___id": "T000002R051768", + "___id": "T000002R052047", "___s": true }, { @@ -665552,7 +672047,7 @@ "filename": "Flip.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipY", @@ -665579,7 +672074,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipY", "inherited": true, - "___id": "T000002R051769", + "___id": "T000002R052048", "___s": true }, { @@ -665588,7 +672083,7 @@ "filename": "Flip.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipX", @@ -665630,7 +672125,7 @@ ], "inherits": "Phaser.GameObjects.Components.Flip#setFlipX", "inherited": true, - "___id": "T000002R051770", + "___id": "T000002R052049", "___s": true }, { @@ -665639,7 +672134,7 @@ "filename": "Flip.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipY", @@ -665681,7 +672176,7 @@ ], "inherits": "Phaser.GameObjects.Components.Flip#setFlipY", "inherited": true, - "___id": "T000002R051771", + "___id": "T000002R052050", "___s": true }, { @@ -665690,7 +672185,7 @@ "filename": "Flip.js", "lineno": 117, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlip", @@ -665745,7 +672240,7 @@ ], "inherits": "Phaser.GameObjects.Components.Flip#setFlip", "inherited": true, - "___id": "T000002R051772", + "___id": "T000002R052051", "___s": true }, { @@ -665754,7 +672249,7 @@ "filename": "Flip.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetFlip", @@ -665781,7 +672276,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#resetFlip", "inherited": true, - "___id": "T000002R051773", + "___id": "T000002R052052", "___s": true }, { @@ -665790,7 +672285,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -665855,7 +672350,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getCenter", "inherited": true, - "___id": "T000002R051775", + "___id": "T000002R052054", "___s": true }, { @@ -665864,7 +672359,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -665929,7 +672424,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopLeft", "inherited": true, - "___id": "T000002R051776", + "___id": "T000002R052055", "___s": true }, { @@ -665938,7 +672433,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -666003,7 +672498,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopCenter", "inherited": true, - "___id": "T000002R051777", + "___id": "T000002R052056", "___s": true }, { @@ -666012,7 +672507,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -666077,7 +672572,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopRight", "inherited": true, - "___id": "T000002R051778", + "___id": "T000002R052057", "___s": true }, { @@ -666086,7 +672581,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -666151,7 +672646,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getLeftCenter", "inherited": true, - "___id": "T000002R051779", + "___id": "T000002R052058", "___s": true }, { @@ -666160,7 +672655,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -666225,7 +672720,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getRightCenter", "inherited": true, - "___id": "T000002R051780", + "___id": "T000002R052059", "___s": true }, { @@ -666234,7 +672729,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -666299,7 +672794,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomLeft", "inherited": true, - "___id": "T000002R051781", + "___id": "T000002R052060", "___s": true }, { @@ -666308,7 +672803,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -666373,7 +672868,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomCenter", "inherited": true, - "___id": "T000002R051782", + "___id": "T000002R052061", "___s": true }, { @@ -666382,7 +672877,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -666447,7 +672942,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomRight", "inherited": true, - "___id": "T000002R051783", + "___id": "T000002R052062", "___s": true }, { @@ -666456,7 +672951,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -666526,7 +673021,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBounds", "inherited": true, - "___id": "T000002R051784", + "___id": "T000002R052063", "___s": true }, { @@ -666535,7 +673030,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -666566,7 +673061,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R051785", + "___id": "T000002R052064", "___s": true }, { @@ -666575,7 +673070,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -666627,7 +673122,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#setMask", "inherited": true, - "___id": "T000002R051786", + "___id": "T000002R052065", "___s": true }, { @@ -666636,7 +673131,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -666680,7 +673175,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#clearMask", "inherited": true, - "___id": "T000002R051787", + "___id": "T000002R052066", "___s": true }, { @@ -666689,7 +673184,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -666842,7 +673337,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createBitmapMask", "inherited": true, - "___id": "T000002R051788", + "___id": "T000002R052067", "___s": true }, { @@ -666851,7 +673346,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -666923,7 +673418,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createGeometryMask", "inherited": true, - "___id": "T000002R051789", + "___id": "T000002R052068", "___s": true }, { @@ -666932,7 +673427,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -666955,7 +673450,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, - "___id": "T000002R051791", + "___id": "T000002R052070", "___s": true }, { @@ -666964,7 +673459,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -666987,7 +673482,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, - "___id": "T000002R051792", + "___id": "T000002R052071", "___s": true }, { @@ -666996,7 +673491,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -667017,7 +673512,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, - "___id": "T000002R051793", + "___id": "T000002R052072", "___s": true }, { @@ -667026,7 +673521,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -667047,7 +673542,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, - "___id": "T000002R051794", + "___id": "T000002R052073", "___s": true }, { @@ -667056,7 +673551,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -667115,7 +673610,7 @@ ], "inherits": "Phaser.GameObjects.Components.Origin#setOrigin", "inherited": true, - "___id": "T000002R051795", + "___id": "T000002R052074", "___s": true }, { @@ -667124,7 +673619,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -667151,7 +673646,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R051796", + "___id": "T000002R052075", "___s": true }, { @@ -667160,7 +673655,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -667219,7 +673714,7 @@ ], "inherits": "Phaser.GameObjects.Components.Origin#setDisplayOrigin", "inherited": true, - "___id": "T000002R051797", + "___id": "T000002R052076", "___s": true }, { @@ -667228,7 +673723,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -667255,7 +673750,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, - "___id": "T000002R051798", + "___id": "T000002R052077", "___s": true }, { @@ -667264,7 +673759,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -667293,7 +673788,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R051799", + "___id": "T000002R052078", "___s": true }, { @@ -667302,7 +673797,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -667331,7 +673826,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R051800", + "___id": "T000002R052079", "___s": true }, { @@ -667340,7 +673835,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -667368,7 +673863,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R051801", + "___id": "T000002R052080", "___s": true }, { @@ -667377,7 +673872,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -667436,7 +673931,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#initPipeline", "inherited": true, - "___id": "T000002R051802", + "___id": "T000002R052081", "___s": true }, { @@ -667445,7 +673940,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -667533,7 +674028,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipeline", "inherited": true, - "___id": "T000002R051803", + "___id": "T000002R052082", "___s": true }, { @@ -667542,7 +674037,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -667605,7 +674100,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipelineData", "inherited": true, - "___id": "T000002R051804", + "___id": "T000002R052083", "___s": true }, { @@ -667614,7 +674109,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -667664,16 +674159,16 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#resetPipeline", "inherited": true, - "___id": "T000002R051805", + "___id": "T000002R052084", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -667696,17 +674191,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.Text", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R051806", + "___id": "T000002R052085", "___s": true }, { @@ -667715,7 +674212,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -667743,7 +674240,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R051807", + "___id": "T000002R052086", "___s": true }, { @@ -667752,7 +674249,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -667789,7 +674286,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R051808", + "___id": "T000002R052087", "___s": true }, { @@ -667798,7 +674295,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -667826,7 +674323,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R051809", + "___id": "T000002R052088", "___s": true }, { @@ -667835,7 +674332,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -667865,7 +674362,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R051810", + "___id": "T000002R052089", "___s": true }, { @@ -667874,7 +674371,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -667902,7 +674399,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R051811", + "___id": "T000002R052090", "___s": true }, { @@ -667911,7 +674408,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -667947,7 +674444,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#initPostPipeline", "inherited": true, - "___id": "T000002R051812", + "___id": "T000002R052091", "___s": true }, { @@ -667956,7 +674453,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -668091,7 +674588,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipeline", "inherited": true, - "___id": "T000002R051813", + "___id": "T000002R052092", "___s": true }, { @@ -668100,7 +674597,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -668163,7 +674660,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipelineData", "inherited": true, - "___id": "T000002R051814", + "___id": "T000002R052093", "___s": true }, { @@ -668172,7 +674669,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -668254,7 +674751,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#getPostPipeline", "inherited": true, - "___id": "T000002R051815", + "___id": "T000002R052094", "___s": true }, { @@ -668263,7 +674760,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -668299,7 +674796,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#resetPostPipeline", "inherited": true, - "___id": "T000002R051816", + "___id": "T000002R052095", "___s": true }, { @@ -668308,7 +674805,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -668367,7 +674864,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#removePostPipeline", "inherited": true, - "___id": "T000002R051817", + "___id": "T000002R052096", "___s": true }, { @@ -668376,7 +674873,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -668410,7 +674907,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R051818", + "___id": "T000002R052097", "___s": true }, { @@ -668419,7 +674916,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -668441,7 +674938,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R051819", + "___id": "T000002R052098", "___s": true }, { @@ -668450,7 +674947,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -668472,7 +674969,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R051820", + "___id": "T000002R052099", "___s": true }, { @@ -668481,7 +674978,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -668538,7 +675035,7 @@ ], "inherits": "Phaser.GameObjects.Components.ScrollFactor#setScrollFactor", "inherited": true, - "___id": "T000002R051821", + "___id": "T000002R052100", "___s": true }, { @@ -668547,7 +675044,7 @@ "filename": "Tint.js", "lineno": 18, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopLeft", @@ -668569,7 +675066,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintTopLeft", "inherited": true, - "___id": "T000002R051822", + "___id": "T000002R052101", "___s": true }, { @@ -668578,7 +675075,7 @@ "filename": "Tint.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopRight", @@ -668600,7 +675097,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintTopRight", "inherited": true, - "___id": "T000002R051823", + "___id": "T000002R052102", "___s": true }, { @@ -668609,7 +675106,7 @@ "filename": "Tint.js", "lineno": 42, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomLeft", @@ -668631,7 +675128,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintBottomLeft", "inherited": true, - "___id": "T000002R051824", + "___id": "T000002R052103", "___s": true }, { @@ -668640,7 +675137,7 @@ "filename": "Tint.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomRight", @@ -668662,7 +675159,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintBottomRight", "inherited": true, - "___id": "T000002R051825", + "___id": "T000002R052104", "___s": true }, { @@ -668671,7 +675168,7 @@ "filename": "Tint.js", "lineno": 66, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintFill", @@ -668693,7 +675190,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintFill", "inherited": true, - "___id": "T000002R051826", + "___id": "T000002R052105", "___s": true }, { @@ -668702,7 +675199,7 @@ "filename": "Tint.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearTint", @@ -668736,7 +675233,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#clearTint", "inherited": true, - "___id": "T000002R051827", + "___id": "T000002R052106", "___s": true }, { @@ -668745,7 +675242,7 @@ "filename": "Tint.js", "lineno": 98, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTint", @@ -668838,7 +675335,7 @@ ], "inherits": "Phaser.GameObjects.Components.Tint#setTint", "inherited": true, - "___id": "T000002R051828", + "___id": "T000002R052107", "___s": true }, { @@ -668847,7 +675344,7 @@ "filename": "Tint.js", "lineno": 146, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTintFill", @@ -668940,7 +675437,7 @@ ], "inherits": "Phaser.GameObjects.Components.Tint#setTintFill", "inherited": true, - "___id": "T000002R051829", + "___id": "T000002R052108", "___s": true }, { @@ -668949,7 +675446,7 @@ "filename": "Tint.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tint", @@ -668977,7 +675474,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tint", "inherited": true, - "___id": "T000002R051830", + "___id": "T000002R052109", "___s": true }, { @@ -668986,7 +675483,7 @@ "filename": "Tint.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "isTinted", @@ -669015,7 +675512,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#isTinted", "inherited": true, - "___id": "T000002R051831", + "___id": "T000002R052110", "___s": true }, { @@ -669024,7 +675521,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -669047,7 +675544,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R051832", + "___id": "T000002R052111", "___s": true }, { @@ -669056,7 +675553,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -669078,7 +675575,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R051836", + "___id": "T000002R052115", "___s": true }, { @@ -669087,7 +675584,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -669109,7 +675606,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R051837", + "___id": "T000002R052116", "___s": true }, { @@ -669118,7 +675615,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -669140,7 +675637,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R051838", + "___id": "T000002R052117", "___s": true }, { @@ -669149,7 +675646,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -669171,7 +675668,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R051839", + "___id": "T000002R052118", "___s": true }, { @@ -669180,7 +675677,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -669202,7 +675699,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R051840", + "___id": "T000002R052119", "___s": true }, { @@ -669211,7 +675708,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -669233,7 +675730,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R051841", + "___id": "T000002R052120", "___s": true }, { @@ -669242,7 +675739,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -669264,7 +675761,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R051842", + "___id": "T000002R052121", "___s": true }, { @@ -669273,7 +675770,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -669295,7 +675792,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R051843", + "___id": "T000002R052122", "___s": true }, { @@ -669304,7 +675801,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -669326,7 +675823,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R051844", + "___id": "T000002R052123", "___s": true }, { @@ -669335,7 +675832,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -669424,7 +675921,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setPosition", "inherited": true, - "___id": "T000002R051845", + "___id": "T000002R052124", "___s": true }, { @@ -669433,7 +675930,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -669490,7 +675987,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#copyPosition", "inherited": true, - "___id": "T000002R051846", + "___id": "T000002R052125", "___s": true }, { @@ -669499,7 +675996,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -669586,7 +676083,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRandomPosition", "inherited": true, - "___id": "T000002R051847", + "___id": "T000002R052126", "___s": true }, { @@ -669595,7 +676092,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -669639,7 +676136,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRotation", "inherited": true, - "___id": "T000002R051848", + "___id": "T000002R052127", "___s": true }, { @@ -669648,7 +676145,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -669692,7 +676189,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setAngle", "inherited": true, - "___id": "T000002R051849", + "___id": "T000002R052128", "___s": true }, { @@ -669701,7 +676198,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -669760,7 +676257,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setScale", "inherited": true, - "___id": "T000002R051850", + "___id": "T000002R052129", "___s": true }, { @@ -669769,7 +676266,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -669813,7 +676310,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setX", "inherited": true, - "___id": "T000002R051851", + "___id": "T000002R052130", "___s": true }, { @@ -669822,7 +676319,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -669866,7 +676363,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setY", "inherited": true, - "___id": "T000002R051852", + "___id": "T000002R052131", "___s": true }, { @@ -669875,7 +676372,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -669919,7 +676416,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setZ", "inherited": true, - "___id": "T000002R051853", + "___id": "T000002R052132", "___s": true }, { @@ -669928,7 +676425,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -669972,7 +676469,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setW", "inherited": true, - "___id": "T000002R051854", + "___id": "T000002R052133", "___s": true }, { @@ -669981,7 +676478,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -670023,7 +676520,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalTransformMatrix", "inherited": true, - "___id": "T000002R051855", + "___id": "T000002R052134", "___s": true }, { @@ -670032,7 +676529,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -670088,7 +676585,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getWorldTransformMatrix", "inherited": true, - "___id": "T000002R051856", + "___id": "T000002R052135", "___s": true }, { @@ -670097,7 +676594,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -670179,7 +676676,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalPoint", "inherited": true, - "___id": "T000002R051857", + "___id": "T000002R052136", "___s": true }, { @@ -670188,7 +676685,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -670214,7 +676711,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R051858", + "___id": "T000002R052137", "___s": true }, { @@ -670223,7 +676720,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -670244,7 +676741,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R051860", + "___id": "T000002R052139", "___s": true }, { @@ -670253,7 +676750,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -670295,7 +676792,7 @@ ], "inherits": "Phaser.GameObjects.Components.Visible#setVisible", "inherited": true, - "___id": "T000002R051861", + "___id": "T000002R052140", "___s": true }, { @@ -670304,7 +676801,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -670325,7 +676822,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R051862", + "___id": "T000002R052141", "___s": true }, { @@ -670334,7 +676831,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -670366,7 +676863,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R051863", + "___id": "T000002R052142", "___s": true }, { @@ -670375,7 +676872,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -670396,7 +676893,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R051864", + "___id": "T000002R052143", "___s": true }, { @@ -670405,7 +676902,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -670436,7 +676933,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R051865", + "___id": "T000002R052144", "___s": true }, { @@ -670445,7 +676942,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -670466,7 +676963,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R051866", + "___id": "T000002R052145", "___s": true }, { @@ -670475,7 +676972,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -670497,7 +676994,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R051867", + "___id": "T000002R052146", "___s": true }, { @@ -670506,7 +677003,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -670528,7 +677025,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R051868", + "___id": "T000002R052147", "___s": true }, { @@ -670537,7 +677034,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -670559,7 +677056,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R051869", + "___id": "T000002R052148", "___s": true }, { @@ -670568,7 +677065,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -670590,7 +677087,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R051870", + "___id": "T000002R052149", "___s": true }, { @@ -670599,7 +677096,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -670621,7 +677118,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R051871", + "___id": "T000002R052150", "___s": true }, { @@ -670630,7 +677127,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -670655,7 +677152,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R051872", + "___id": "T000002R052151", "___s": true }, { @@ -670664,7 +677161,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -670688,7 +677185,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R051873", + "___id": "T000002R052152", "___s": true }, { @@ -670697,7 +677194,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -670736,7 +677233,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R051874", + "___id": "T000002R052153", "___s": true }, { @@ -670745,7 +677242,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -670767,7 +677264,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R051875", + "___id": "T000002R052154", "___s": true }, { @@ -670776,7 +677273,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -670818,7 +677315,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setActive", "inherited": true, - "___id": "T000002R051876", + "___id": "T000002R052155", "___s": true }, { @@ -670827,7 +677324,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -670869,7 +677366,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setName", "inherited": true, - "___id": "T000002R051877", + "___id": "T000002R052156", "___s": true }, { @@ -670878,7 +677375,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -670930,7 +677427,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setState", "inherited": true, - "___id": "T000002R051878", + "___id": "T000002R052157", "___s": true }, { @@ -670939,7 +677436,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -670969,7 +677466,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R051879", + "___id": "T000002R052158", "___s": true }, { @@ -670978,7 +677475,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -671057,7 +677554,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setData", "inherited": true, - "___id": "T000002R051880", + "___id": "T000002R052159", "___s": true }, { @@ -671066,7 +677563,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -671123,7 +677620,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#incData", "inherited": true, - "___id": "T000002R051881", + "___id": "T000002R052160", "___s": true }, { @@ -671132,7 +677629,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -671174,7 +677671,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#toggleData", "inherited": true, - "___id": "T000002R051882", + "___id": "T000002R052161", "___s": true }, { @@ -671183,7 +677680,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -671242,7 +677739,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#getData", "inherited": true, - "___id": "T000002R051883", + "___id": "T000002R052162", "___s": true }, { @@ -671251,7 +677748,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -671338,7 +677835,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setInteractive", "inherited": true, - "___id": "T000002R051884", + "___id": "T000002R052163", "___s": true }, { @@ -671347,7 +677844,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -671374,7 +677871,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R051885", + "___id": "T000002R052164", "___s": true }, { @@ -671383,7 +677880,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -671410,7 +677907,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R051886", + "___id": "T000002R052165", "___s": true }, { @@ -671419,7 +677916,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -671431,7 +677928,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R051887", + "___id": "T000002R052166", "___s": true }, { @@ -671440,7 +677937,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -671452,7 +677949,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R051888", + "___id": "T000002R052167", "___s": true }, { @@ -671461,7 +677958,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -671490,7 +677987,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#update", "inherited": true, - "___id": "T000002R051889", + "___id": "T000002R052168", "___s": true }, { @@ -671499,7 +677996,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -671525,7 +678022,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R051890", + "___id": "T000002R052169", "___s": true }, { @@ -671534,7 +678031,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -671575,7 +678072,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#willRender", "inherited": true, - "___id": "T000002R051891", + "___id": "T000002R052170", "___s": true }, { @@ -671584,7 +678081,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -671619,7 +678116,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R051892", + "___id": "T000002R052171", "___s": true }, { @@ -671628,7 +678125,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -671685,7 +678182,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#addToDisplayList", "inherited": true, - "___id": "T000002R051893", + "___id": "T000002R052172", "___s": true }, { @@ -671694,7 +678191,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -671721,7 +678218,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R051894", + "___id": "T000002R052173", "___s": true }, { @@ -671730,7 +678227,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -671761,7 +678258,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R051895", + "___id": "T000002R052174", "___s": true }, { @@ -671770,7 +678267,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -671797,7 +678294,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R051896", + "___id": "T000002R052175", "___s": true }, { @@ -671806,7 +678303,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -671838,7 +678335,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#destroy", "inherited": true, - "___id": "T000002R051897", + "___id": "T000002R052176", "___s": true }, { @@ -671847,7 +678344,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -671859,7 +678356,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R051898", + "___id": "T000002R052177", "___s": true }, { @@ -671868,7 +678365,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -671911,7 +678408,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R051899", + "___id": "T000002R052178", "___s": true }, { @@ -671920,7 +678417,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -671980,7 +678477,7 @@ "name": "event" } ], - "___id": "T000002R051900", + "___id": "T000002R052179", "___s": true }, { @@ -671989,7 +678486,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -672040,7 +678537,7 @@ "name": "event" } ], - "___id": "T000002R051901", + "___id": "T000002R052180", "___s": true }, { @@ -672049,7 +678546,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -672115,7 +678612,7 @@ "name": "args" } ], - "___id": "T000002R051902", + "___id": "T000002R052181", "___s": true }, { @@ -672124,7 +678621,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -672203,7 +678700,7 @@ "name": "context" } ], - "___id": "T000002R051903", + "___id": "T000002R052182", "___s": true }, { @@ -672212,7 +678709,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -672291,7 +678788,7 @@ "name": "context" } ], - "___id": "T000002R051904", + "___id": "T000002R052183", "___s": true }, { @@ -672300,7 +678797,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -672379,7 +678876,7 @@ "name": "context" } ], - "___id": "T000002R051905", + "___id": "T000002R052184", "___s": true }, { @@ -672388,7 +678885,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -672481,7 +678978,7 @@ "name": "once" } ], - "___id": "T000002R051906", + "___id": "T000002R052185", "___s": true }, { @@ -672490,7 +678987,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -672583,7 +679080,7 @@ "name": "once" } ], - "___id": "T000002R051907", + "___id": "T000002R052186", "___s": true }, { @@ -672592,7 +679089,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -672645,7 +679142,7 @@ "name": "event" } ], - "___id": "T000002R051908", + "___id": "T000002R052187", "___s": true }, { @@ -672654,7 +679151,7 @@ "filename": "Alpha.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -672681,7 +679178,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#clearAlpha", "inherited": true, - "___id": "T000002R051914", + "___id": "T000002R052193", "___s": true }, { @@ -672690,7 +679187,7 @@ "filename": "Alpha.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -672776,7 +679273,7 @@ ], "inherits": "Phaser.GameObjects.Components.Alpha#setAlpha", "inherited": true, - "___id": "T000002R051915", + "___id": "T000002R052194", "___s": true }, { @@ -672785,7 +679282,7 @@ "filename": "Alpha.js", "lineno": 129, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -672806,7 +679303,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alpha", "inherited": true, - "___id": "T000002R051916", + "___id": "T000002R052195", "___s": true }, { @@ -672815,7 +679312,7 @@ "filename": "Alpha.js", "lineno": 167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopLeft", @@ -672843,7 +679340,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopLeft", "inherited": true, - "___id": "T000002R051917", + "___id": "T000002R052196", "___s": true }, { @@ -672852,7 +679349,7 @@ "filename": "Alpha.js", "lineno": 197, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopRight", @@ -672880,7 +679377,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopRight", "inherited": true, - "___id": "T000002R051918", + "___id": "T000002R052197", "___s": true }, { @@ -672889,7 +679386,7 @@ "filename": "Alpha.js", "lineno": 227, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomLeft", @@ -672917,7 +679414,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomLeft", "inherited": true, - "___id": "T000002R051919", + "___id": "T000002R052198", "___s": true }, { @@ -672926,7 +679423,7 @@ "filename": "Alpha.js", "lineno": 257, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomRight", @@ -672954,7 +679451,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomRight", "inherited": true, - "___id": "T000002R051920", + "___id": "T000002R052199", "___s": true }, { @@ -672963,7 +679460,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -672999,7 +679496,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R051922", + "___id": "T000002R052201", "___s": true }, { @@ -673008,7 +679505,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -673065,7 +679562,7 @@ ], "inherits": "Phaser.GameObjects.Components.BlendMode#setBlendMode", "inherited": true, - "___id": "T000002R051923", + "___id": "T000002R052202", "___s": true }, { @@ -673074,7 +679571,7 @@ "filename": "ComputedSize.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "width", @@ -673095,7 +679592,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ComputedSize#width", "inherited": true, - "___id": "T000002R051924", + "___id": "T000002R052203", "___s": true }, { @@ -673104,7 +679601,7 @@ "filename": "ComputedSize.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "height", @@ -673125,7 +679622,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ComputedSize#height", "inherited": true, - "___id": "T000002R051925", + "___id": "T000002R052204", "___s": true }, { @@ -673134,7 +679631,7 @@ "filename": "ComputedSize.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayWidth", @@ -673155,7 +679652,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ComputedSize#displayWidth", "inherited": true, - "___id": "T000002R051926", + "___id": "T000002R052205", "___s": true }, { @@ -673164,7 +679661,7 @@ "filename": "ComputedSize.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayHeight", @@ -673185,7 +679682,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ComputedSize#displayHeight", "inherited": true, - "___id": "T000002R051927", + "___id": "T000002R052206", "___s": true }, { @@ -673194,7 +679691,7 @@ "filename": "ComputedSize.js", "lineno": 93, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSize", @@ -673249,7 +679746,7 @@ ], "inherits": "Phaser.GameObjects.Components.ComputedSize#setSize", "inherited": true, - "___id": "T000002R051928", + "___id": "T000002R052207", "___s": true }, { @@ -673258,7 +679755,7 @@ "filename": "ComputedSize.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplaySize", @@ -673313,7 +679810,7 @@ ], "inherits": "Phaser.GameObjects.Components.ComputedSize#setDisplaySize", "inherited": true, - "___id": "T000002R051929", + "___id": "T000002R052208", "___s": true }, { @@ -673322,7 +679819,7 @@ "filename": "Crop.js", "lineno": 34, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "isCropped", @@ -673343,7 +679840,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Crop#isCropped", "inherited": true, - "___id": "T000002R051930", + "___id": "T000002R052209", "___s": true }, { @@ -673352,7 +679849,7 @@ "filename": "Crop.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setCrop", @@ -673447,16 +679944,16 @@ ], "inherits": "Phaser.GameObjects.Components.Crop#setCrop", "inherited": true, - "___id": "T000002R051931", + "___id": "T000002R052210", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -673477,16 +679974,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R051934", + "___id": "T000002R052213", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -673528,7 +680025,181 @@ ], "inherits": "Phaser.GameObjects.Components.Depth#setDepth", "inherited": true, - "___id": "T000002R051935", + "___id": "T000002R052214", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.TileSprite#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.TileSprite", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R052215", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.TileSprite#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.TileSprite", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R052216", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.TileSprite#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.TileSprite", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "___id": "T000002R052217", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.TileSprite#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.TileSprite", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "___id": "T000002R052218", "___s": true }, { @@ -673537,7 +680208,7 @@ "filename": "Flip.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "flipX", @@ -673559,7 +680230,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#flipX", "inherited": true, - "___id": "T000002R051936", + "___id": "T000002R052219", "___s": true }, { @@ -673568,7 +680239,7 @@ "filename": "Flip.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "flipY", @@ -673590,7 +680261,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#flipY", "inherited": true, - "___id": "T000002R051937", + "___id": "T000002R052220", "___s": true }, { @@ -673599,7 +680270,7 @@ "filename": "Flip.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipX", @@ -673626,7 +680297,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipX", "inherited": true, - "___id": "T000002R051938", + "___id": "T000002R052221", "___s": true }, { @@ -673635,7 +680306,7 @@ "filename": "Flip.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipY", @@ -673662,7 +680333,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipY", "inherited": true, - "___id": "T000002R051939", + "___id": "T000002R052222", "___s": true }, { @@ -673671,7 +680342,7 @@ "filename": "Flip.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipX", @@ -673713,7 +680384,7 @@ ], "inherits": "Phaser.GameObjects.Components.Flip#setFlipX", "inherited": true, - "___id": "T000002R051940", + "___id": "T000002R052223", "___s": true }, { @@ -673722,7 +680393,7 @@ "filename": "Flip.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipY", @@ -673764,7 +680435,7 @@ ], "inherits": "Phaser.GameObjects.Components.Flip#setFlipY", "inherited": true, - "___id": "T000002R051941", + "___id": "T000002R052224", "___s": true }, { @@ -673773,7 +680444,7 @@ "filename": "Flip.js", "lineno": 117, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlip", @@ -673828,7 +680499,7 @@ ], "inherits": "Phaser.GameObjects.Components.Flip#setFlip", "inherited": true, - "___id": "T000002R051942", + "___id": "T000002R052225", "___s": true }, { @@ -673837,7 +680508,7 @@ "filename": "Flip.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetFlip", @@ -673864,7 +680535,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#resetFlip", "inherited": true, - "___id": "T000002R051943", + "___id": "T000002R052226", "___s": true }, { @@ -673873,7 +680544,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -673938,7 +680609,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getCenter", "inherited": true, - "___id": "T000002R051945", + "___id": "T000002R052228", "___s": true }, { @@ -673947,7 +680618,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -674012,7 +680683,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopLeft", "inherited": true, - "___id": "T000002R051946", + "___id": "T000002R052229", "___s": true }, { @@ -674021,7 +680692,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -674086,7 +680757,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopCenter", "inherited": true, - "___id": "T000002R051947", + "___id": "T000002R052230", "___s": true }, { @@ -674095,7 +680766,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -674160,7 +680831,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopRight", "inherited": true, - "___id": "T000002R051948", + "___id": "T000002R052231", "___s": true }, { @@ -674169,7 +680840,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -674234,7 +680905,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getLeftCenter", "inherited": true, - "___id": "T000002R051949", + "___id": "T000002R052232", "___s": true }, { @@ -674243,7 +680914,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -674308,7 +680979,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getRightCenter", "inherited": true, - "___id": "T000002R051950", + "___id": "T000002R052233", "___s": true }, { @@ -674317,7 +680988,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -674382,7 +681053,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomLeft", "inherited": true, - "___id": "T000002R051951", + "___id": "T000002R052234", "___s": true }, { @@ -674391,7 +681062,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -674456,7 +681127,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomCenter", "inherited": true, - "___id": "T000002R051952", + "___id": "T000002R052235", "___s": true }, { @@ -674465,7 +681136,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -674530,7 +681201,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomRight", "inherited": true, - "___id": "T000002R051953", + "___id": "T000002R052236", "___s": true }, { @@ -674539,7 +681210,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -674609,7 +681280,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBounds", "inherited": true, - "___id": "T000002R051954", + "___id": "T000002R052237", "___s": true }, { @@ -674618,7 +681289,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -674649,7 +681320,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R051955", + "___id": "T000002R052238", "___s": true }, { @@ -674658,7 +681329,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -674710,7 +681381,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#setMask", "inherited": true, - "___id": "T000002R051956", + "___id": "T000002R052239", "___s": true }, { @@ -674719,7 +681390,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -674763,7 +681434,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#clearMask", "inherited": true, - "___id": "T000002R051957", + "___id": "T000002R052240", "___s": true }, { @@ -674772,7 +681443,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -674925,7 +681596,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createBitmapMask", "inherited": true, - "___id": "T000002R051958", + "___id": "T000002R052241", "___s": true }, { @@ -674934,7 +681605,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -675006,7 +681677,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createGeometryMask", "inherited": true, - "___id": "T000002R051959", + "___id": "T000002R052242", "___s": true }, { @@ -675015,7 +681686,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -675038,7 +681709,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, - "___id": "T000002R051961", + "___id": "T000002R052244", "___s": true }, { @@ -675047,7 +681718,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -675070,7 +681741,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, - "___id": "T000002R051962", + "___id": "T000002R052245", "___s": true }, { @@ -675079,7 +681750,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -675100,7 +681771,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, - "___id": "T000002R051963", + "___id": "T000002R052246", "___s": true }, { @@ -675109,7 +681780,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -675130,7 +681801,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, - "___id": "T000002R051964", + "___id": "T000002R052247", "___s": true }, { @@ -675139,7 +681810,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -675198,7 +681869,7 @@ ], "inherits": "Phaser.GameObjects.Components.Origin#setOrigin", "inherited": true, - "___id": "T000002R051965", + "___id": "T000002R052248", "___s": true }, { @@ -675207,7 +681878,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -675234,7 +681905,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R051966", + "___id": "T000002R052249", "___s": true }, { @@ -675243,7 +681914,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -675302,7 +681973,7 @@ ], "inherits": "Phaser.GameObjects.Components.Origin#setDisplayOrigin", "inherited": true, - "___id": "T000002R051967", + "___id": "T000002R052250", "___s": true }, { @@ -675311,7 +681982,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -675338,7 +682009,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, - "___id": "T000002R051968", + "___id": "T000002R052251", "___s": true }, { @@ -675347,7 +682018,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -675376,7 +682047,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R051969", + "___id": "T000002R052252", "___s": true }, { @@ -675385,7 +682056,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -675414,7 +682085,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R051970", + "___id": "T000002R052253", "___s": true }, { @@ -675423,7 +682094,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -675451,7 +682122,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R051971", + "___id": "T000002R052254", "___s": true }, { @@ -675460,7 +682131,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -675519,7 +682190,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#initPipeline", "inherited": true, - "___id": "T000002R051972", + "___id": "T000002R052255", "___s": true }, { @@ -675528,7 +682199,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -675616,7 +682287,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipeline", "inherited": true, - "___id": "T000002R051973", + "___id": "T000002R052256", "___s": true }, { @@ -675625,7 +682296,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -675688,7 +682359,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipelineData", "inherited": true, - "___id": "T000002R051974", + "___id": "T000002R052257", "___s": true }, { @@ -675697,7 +682368,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -675747,16 +682418,16 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#resetPipeline", "inherited": true, - "___id": "T000002R051975", + "___id": "T000002R052258", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -675779,17 +682450,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.TileSprite", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R051976", + "___id": "T000002R052259", "___s": true }, { @@ -675798,7 +682471,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -675826,7 +682499,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R051977", + "___id": "T000002R052260", "___s": true }, { @@ -675835,7 +682508,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -675872,7 +682545,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R051978", + "___id": "T000002R052261", "___s": true }, { @@ -675881,7 +682554,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -675909,7 +682582,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R051979", + "___id": "T000002R052262", "___s": true }, { @@ -675918,7 +682591,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -675948,7 +682621,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R051980", + "___id": "T000002R052263", "___s": true }, { @@ -675957,7 +682630,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -675985,7 +682658,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R051981", + "___id": "T000002R052264", "___s": true }, { @@ -675994,7 +682667,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -676030,7 +682703,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#initPostPipeline", "inherited": true, - "___id": "T000002R051982", + "___id": "T000002R052265", "___s": true }, { @@ -676039,7 +682712,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -676174,7 +682847,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipeline", "inherited": true, - "___id": "T000002R051983", + "___id": "T000002R052266", "___s": true }, { @@ -676183,7 +682856,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -676246,7 +682919,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipelineData", "inherited": true, - "___id": "T000002R051984", + "___id": "T000002R052267", "___s": true }, { @@ -676255,7 +682928,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -676337,7 +683010,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#getPostPipeline", "inherited": true, - "___id": "T000002R051985", + "___id": "T000002R052268", "___s": true }, { @@ -676346,7 +683019,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -676382,7 +683055,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#resetPostPipeline", "inherited": true, - "___id": "T000002R051986", + "___id": "T000002R052269", "___s": true }, { @@ -676391,7 +683064,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -676450,7 +683123,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#removePostPipeline", "inherited": true, - "___id": "T000002R051987", + "___id": "T000002R052270", "___s": true }, { @@ -676459,7 +683132,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -676493,7 +683166,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R051988", + "___id": "T000002R052271", "___s": true }, { @@ -676502,7 +683175,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -676524,7 +683197,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R051989", + "___id": "T000002R052272", "___s": true }, { @@ -676533,7 +683206,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -676555,7 +683228,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R051990", + "___id": "T000002R052273", "___s": true }, { @@ -676564,7 +683237,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -676621,7 +683294,7 @@ ], "inherits": "Phaser.GameObjects.Components.ScrollFactor#setScrollFactor", "inherited": true, - "___id": "T000002R051991", + "___id": "T000002R052274", "___s": true }, { @@ -676630,7 +683303,7 @@ "filename": "Tint.js", "lineno": 18, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopLeft", @@ -676652,7 +683325,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintTopLeft", "inherited": true, - "___id": "T000002R051992", + "___id": "T000002R052275", "___s": true }, { @@ -676661,7 +683334,7 @@ "filename": "Tint.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopRight", @@ -676683,7 +683356,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintTopRight", "inherited": true, - "___id": "T000002R051993", + "___id": "T000002R052276", "___s": true }, { @@ -676692,7 +683365,7 @@ "filename": "Tint.js", "lineno": 42, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomLeft", @@ -676714,7 +683387,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintBottomLeft", "inherited": true, - "___id": "T000002R051994", + "___id": "T000002R052277", "___s": true }, { @@ -676723,7 +683396,7 @@ "filename": "Tint.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomRight", @@ -676745,7 +683418,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintBottomRight", "inherited": true, - "___id": "T000002R051995", + "___id": "T000002R052278", "___s": true }, { @@ -676754,7 +683427,7 @@ "filename": "Tint.js", "lineno": 66, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintFill", @@ -676776,7 +683449,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintFill", "inherited": true, - "___id": "T000002R051996", + "___id": "T000002R052279", "___s": true }, { @@ -676785,7 +683458,7 @@ "filename": "Tint.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearTint", @@ -676819,7 +683492,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#clearTint", "inherited": true, - "___id": "T000002R051997", + "___id": "T000002R052280", "___s": true }, { @@ -676828,7 +683501,7 @@ "filename": "Tint.js", "lineno": 98, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTint", @@ -676921,7 +683594,7 @@ ], "inherits": "Phaser.GameObjects.Components.Tint#setTint", "inherited": true, - "___id": "T000002R051998", + "___id": "T000002R052281", "___s": true }, { @@ -676930,7 +683603,7 @@ "filename": "Tint.js", "lineno": 146, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTintFill", @@ -677023,7 +683696,7 @@ ], "inherits": "Phaser.GameObjects.Components.Tint#setTintFill", "inherited": true, - "___id": "T000002R051999", + "___id": "T000002R052282", "___s": true }, { @@ -677032,7 +683705,7 @@ "filename": "Tint.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tint", @@ -677060,7 +683733,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tint", "inherited": true, - "___id": "T000002R052000", + "___id": "T000002R052283", "___s": true }, { @@ -677069,7 +683742,7 @@ "filename": "Tint.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "isTinted", @@ -677098,7 +683771,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#isTinted", "inherited": true, - "___id": "T000002R052001", + "___id": "T000002R052284", "___s": true }, { @@ -677107,7 +683780,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -677130,7 +683803,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R052002", + "___id": "T000002R052285", "___s": true }, { @@ -677139,7 +683812,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -677161,7 +683834,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R052006", + "___id": "T000002R052289", "___s": true }, { @@ -677170,7 +683843,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -677192,7 +683865,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R052007", + "___id": "T000002R052290", "___s": true }, { @@ -677201,7 +683874,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -677223,7 +683896,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R052008", + "___id": "T000002R052291", "___s": true }, { @@ -677232,7 +683905,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -677254,7 +683927,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R052009", + "___id": "T000002R052292", "___s": true }, { @@ -677263,7 +683936,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -677285,7 +683958,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R052010", + "___id": "T000002R052293", "___s": true }, { @@ -677294,7 +683967,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -677316,7 +683989,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R052011", + "___id": "T000002R052294", "___s": true }, { @@ -677325,7 +683998,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -677347,7 +684020,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R052012", + "___id": "T000002R052295", "___s": true }, { @@ -677356,7 +684029,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -677378,7 +684051,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R052013", + "___id": "T000002R052296", "___s": true }, { @@ -677387,7 +684060,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -677409,7 +684082,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R052014", + "___id": "T000002R052297", "___s": true }, { @@ -677418,7 +684091,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -677507,7 +684180,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setPosition", "inherited": true, - "___id": "T000002R052015", + "___id": "T000002R052298", "___s": true }, { @@ -677516,7 +684189,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -677573,7 +684246,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#copyPosition", "inherited": true, - "___id": "T000002R052016", + "___id": "T000002R052299", "___s": true }, { @@ -677582,7 +684255,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -677669,7 +684342,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRandomPosition", "inherited": true, - "___id": "T000002R052017", + "___id": "T000002R052300", "___s": true }, { @@ -677678,7 +684351,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -677722,7 +684395,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRotation", "inherited": true, - "___id": "T000002R052018", + "___id": "T000002R052301", "___s": true }, { @@ -677731,7 +684404,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -677775,7 +684448,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setAngle", "inherited": true, - "___id": "T000002R052019", + "___id": "T000002R052302", "___s": true }, { @@ -677784,7 +684457,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -677843,7 +684516,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setScale", "inherited": true, - "___id": "T000002R052020", + "___id": "T000002R052303", "___s": true }, { @@ -677852,7 +684525,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -677896,7 +684569,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setX", "inherited": true, - "___id": "T000002R052021", + "___id": "T000002R052304", "___s": true }, { @@ -677905,7 +684578,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -677949,7 +684622,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setY", "inherited": true, - "___id": "T000002R052022", + "___id": "T000002R052305", "___s": true }, { @@ -677958,7 +684631,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -678002,7 +684675,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setZ", "inherited": true, - "___id": "T000002R052023", + "___id": "T000002R052306", "___s": true }, { @@ -678011,7 +684684,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -678055,7 +684728,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setW", "inherited": true, - "___id": "T000002R052024", + "___id": "T000002R052307", "___s": true }, { @@ -678064,7 +684737,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -678106,7 +684779,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalTransformMatrix", "inherited": true, - "___id": "T000002R052025", + "___id": "T000002R052308", "___s": true }, { @@ -678115,7 +684788,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -678171,7 +684844,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getWorldTransformMatrix", "inherited": true, - "___id": "T000002R052026", + "___id": "T000002R052309", "___s": true }, { @@ -678180,7 +684853,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -678262,7 +684935,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalPoint", "inherited": true, - "___id": "T000002R052027", + "___id": "T000002R052310", "___s": true }, { @@ -678271,7 +684944,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -678297,7 +684970,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R052028", + "___id": "T000002R052311", "___s": true }, { @@ -678306,7 +684979,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -678327,7 +685000,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R052030", + "___id": "T000002R052313", "___s": true }, { @@ -678336,7 +685009,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -678378,7 +685051,7 @@ ], "inherits": "Phaser.GameObjects.Components.Visible#setVisible", "inherited": true, - "___id": "T000002R052031", + "___id": "T000002R052314", "___s": true }, { @@ -678387,7 +685060,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -678408,7 +685081,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R052032", + "___id": "T000002R052315", "___s": true }, { @@ -678417,7 +685090,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -678449,7 +685122,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R052033", + "___id": "T000002R052316", "___s": true }, { @@ -678458,7 +685131,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -678479,7 +685152,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R052034", + "___id": "T000002R052317", "___s": true }, { @@ -678488,7 +685161,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -678519,7 +685192,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R052035", + "___id": "T000002R052318", "___s": true }, { @@ -678528,7 +685201,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -678549,7 +685222,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R052036", + "___id": "T000002R052319", "___s": true }, { @@ -678558,7 +685231,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -678580,7 +685253,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R052037", + "___id": "T000002R052320", "___s": true }, { @@ -678589,7 +685262,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -678611,7 +685284,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R052038", + "___id": "T000002R052321", "___s": true }, { @@ -678620,7 +685293,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -678642,7 +685315,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R052039", + "___id": "T000002R052322", "___s": true }, { @@ -678651,7 +685324,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -678673,7 +685346,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R052040", + "___id": "T000002R052323", "___s": true }, { @@ -678682,7 +685355,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -678704,7 +685377,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R052041", + "___id": "T000002R052324", "___s": true }, { @@ -678713,7 +685386,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -678738,7 +685411,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R052042", + "___id": "T000002R052325", "___s": true }, { @@ -678747,7 +685420,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -678771,7 +685444,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R052043", + "___id": "T000002R052326", "___s": true }, { @@ -678780,7 +685453,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -678819,7 +685492,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R052044", + "___id": "T000002R052327", "___s": true }, { @@ -678828,7 +685501,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -678850,7 +685523,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R052045", + "___id": "T000002R052328", "___s": true }, { @@ -678859,7 +685532,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -678901,7 +685574,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setActive", "inherited": true, - "___id": "T000002R052046", + "___id": "T000002R052329", "___s": true }, { @@ -678910,7 +685583,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -678952,7 +685625,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setName", "inherited": true, - "___id": "T000002R052047", + "___id": "T000002R052330", "___s": true }, { @@ -678961,7 +685634,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -679013,7 +685686,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setState", "inherited": true, - "___id": "T000002R052048", + "___id": "T000002R052331", "___s": true }, { @@ -679022,7 +685695,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -679052,7 +685725,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R052049", + "___id": "T000002R052332", "___s": true }, { @@ -679061,7 +685734,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -679140,7 +685813,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setData", "inherited": true, - "___id": "T000002R052050", + "___id": "T000002R052333", "___s": true }, { @@ -679149,7 +685822,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -679206,7 +685879,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#incData", "inherited": true, - "___id": "T000002R052051", + "___id": "T000002R052334", "___s": true }, { @@ -679215,7 +685888,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -679257,7 +685930,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#toggleData", "inherited": true, - "___id": "T000002R052052", + "___id": "T000002R052335", "___s": true }, { @@ -679266,7 +685939,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -679325,7 +685998,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#getData", "inherited": true, - "___id": "T000002R052053", + "___id": "T000002R052336", "___s": true }, { @@ -679334,7 +686007,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -679421,7 +686094,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setInteractive", "inherited": true, - "___id": "T000002R052054", + "___id": "T000002R052337", "___s": true }, { @@ -679430,7 +686103,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -679457,7 +686130,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R052055", + "___id": "T000002R052338", "___s": true }, { @@ -679466,7 +686139,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -679493,7 +686166,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R052056", + "___id": "T000002R052339", "___s": true }, { @@ -679502,7 +686175,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -679514,7 +686187,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R052057", + "___id": "T000002R052340", "___s": true }, { @@ -679523,7 +686196,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -679535,7 +686208,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R052058", + "___id": "T000002R052341", "___s": true }, { @@ -679544,7 +686217,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -679573,7 +686246,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#update", "inherited": true, - "___id": "T000002R052059", + "___id": "T000002R052342", "___s": true }, { @@ -679582,7 +686255,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -679608,7 +686281,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R052060", + "___id": "T000002R052343", "___s": true }, { @@ -679617,7 +686290,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -679658,7 +686331,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#willRender", "inherited": true, - "___id": "T000002R052061", + "___id": "T000002R052344", "___s": true }, { @@ -679667,7 +686340,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -679702,7 +686375,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R052062", + "___id": "T000002R052345", "___s": true }, { @@ -679711,7 +686384,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -679768,7 +686441,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#addToDisplayList", "inherited": true, - "___id": "T000002R052063", + "___id": "T000002R052346", "___s": true }, { @@ -679777,7 +686450,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -679804,7 +686477,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R052064", + "___id": "T000002R052347", "___s": true }, { @@ -679813,7 +686486,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -679844,7 +686517,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R052065", + "___id": "T000002R052348", "___s": true }, { @@ -679853,7 +686526,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -679880,7 +686553,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R052066", + "___id": "T000002R052349", "___s": true }, { @@ -679889,7 +686562,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -679921,7 +686594,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#destroy", "inherited": true, - "___id": "T000002R052067", + "___id": "T000002R052350", "___s": true }, { @@ -679930,7 +686603,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -679942,7 +686615,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R052068", + "___id": "T000002R052351", "___s": true }, { @@ -679951,7 +686624,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -679994,7 +686667,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R052069", + "___id": "T000002R052352", "___s": true }, { @@ -680003,7 +686676,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -680063,7 +686736,7 @@ "name": "event" } ], - "___id": "T000002R052070", + "___id": "T000002R052353", "___s": true }, { @@ -680072,7 +686745,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -680123,7 +686796,7 @@ "name": "event" } ], - "___id": "T000002R052071", + "___id": "T000002R052354", "___s": true }, { @@ -680132,7 +686805,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -680198,7 +686871,7 @@ "name": "args" } ], - "___id": "T000002R052072", + "___id": "T000002R052355", "___s": true }, { @@ -680207,7 +686880,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -680286,7 +686959,7 @@ "name": "context" } ], - "___id": "T000002R052073", + "___id": "T000002R052356", "___s": true }, { @@ -680295,7 +686968,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -680374,7 +687047,7 @@ "name": "context" } ], - "___id": "T000002R052074", + "___id": "T000002R052357", "___s": true }, { @@ -680383,7 +687056,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -680462,7 +687135,7 @@ "name": "context" } ], - "___id": "T000002R052075", + "___id": "T000002R052358", "___s": true }, { @@ -680471,7 +687144,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -680564,7 +687237,7 @@ "name": "once" } ], - "___id": "T000002R052076", + "___id": "T000002R052359", "___s": true }, { @@ -680573,7 +687246,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -680666,7 +687339,7 @@ "name": "once" } ], - "___id": "T000002R052077", + "___id": "T000002R052360", "___s": true }, { @@ -680675,7 +687348,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -680728,7 +687401,7 @@ "name": "event" } ], - "___id": "T000002R052078", + "___id": "T000002R052361", "___s": true }, { @@ -680737,7 +687410,7 @@ "filename": "Alpha.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -680764,7 +687437,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#clearAlpha", "inherited": true, - "___id": "T000002R052084", + "___id": "T000002R052367", "___s": true }, { @@ -680773,7 +687446,7 @@ "filename": "Alpha.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -680859,7 +687532,7 @@ ], "inherits": "Phaser.GameObjects.Components.Alpha#setAlpha", "inherited": true, - "___id": "T000002R052085", + "___id": "T000002R052368", "___s": true }, { @@ -680868,7 +687541,7 @@ "filename": "Alpha.js", "lineno": 129, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -680889,7 +687562,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alpha", "inherited": true, - "___id": "T000002R052086", + "___id": "T000002R052369", "___s": true }, { @@ -680898,7 +687571,7 @@ "filename": "Alpha.js", "lineno": 167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopLeft", @@ -680926,7 +687599,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopLeft", "inherited": true, - "___id": "T000002R052087", + "___id": "T000002R052370", "___s": true }, { @@ -680935,7 +687608,7 @@ "filename": "Alpha.js", "lineno": 197, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopRight", @@ -680963,7 +687636,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopRight", "inherited": true, - "___id": "T000002R052088", + "___id": "T000002R052371", "___s": true }, { @@ -680972,7 +687645,7 @@ "filename": "Alpha.js", "lineno": 227, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomLeft", @@ -681000,7 +687673,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomLeft", "inherited": true, - "___id": "T000002R052089", + "___id": "T000002R052372", "___s": true }, { @@ -681009,7 +687682,7 @@ "filename": "Alpha.js", "lineno": 257, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomRight", @@ -681037,7 +687710,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomRight", "inherited": true, - "___id": "T000002R052090", + "___id": "T000002R052373", "___s": true }, { @@ -681046,7 +687719,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -681082,7 +687755,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R052092", + "___id": "T000002R052375", "___s": true }, { @@ -681091,7 +687764,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -681148,7 +687821,7 @@ ], "inherits": "Phaser.GameObjects.Components.BlendMode#setBlendMode", "inherited": true, - "___id": "T000002R052093", + "___id": "T000002R052376", "___s": true }, { @@ -681157,7 +687830,7 @@ "filename": "ComputedSize.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "width", @@ -681178,7 +687851,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ComputedSize#width", "inherited": true, - "___id": "T000002R052094", + "___id": "T000002R052377", "___s": true }, { @@ -681187,7 +687860,7 @@ "filename": "ComputedSize.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "height", @@ -681208,7 +687881,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ComputedSize#height", "inherited": true, - "___id": "T000002R052095", + "___id": "T000002R052378", "___s": true }, { @@ -681217,7 +687890,7 @@ "filename": "ComputedSize.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayWidth", @@ -681238,7 +687911,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ComputedSize#displayWidth", "inherited": true, - "___id": "T000002R052096", + "___id": "T000002R052379", "___s": true }, { @@ -681247,7 +687920,7 @@ "filename": "ComputedSize.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayHeight", @@ -681268,7 +687941,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ComputedSize#displayHeight", "inherited": true, - "___id": "T000002R052097", + "___id": "T000002R052380", "___s": true }, { @@ -681277,7 +687950,7 @@ "filename": "ComputedSize.js", "lineno": 93, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSize", @@ -681332,7 +688005,7 @@ ], "inherits": "Phaser.GameObjects.Components.ComputedSize#setSize", "inherited": true, - "___id": "T000002R052098", + "___id": "T000002R052381", "___s": true }, { @@ -681341,7 +688014,7 @@ "filename": "ComputedSize.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplaySize", @@ -681396,16 +688069,16 @@ ], "inherits": "Phaser.GameObjects.Components.ComputedSize#setDisplaySize", "inherited": true, - "___id": "T000002R052099", + "___id": "T000002R052382", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -681426,16 +688099,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R052101", + "___id": "T000002R052384", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -681477,7 +688150,181 @@ ], "inherits": "Phaser.GameObjects.Components.Depth#setDepth", "inherited": true, - "___id": "T000002R052102", + "___id": "T000002R052385", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.Video#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Video", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R052386", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.Video#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Video", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R052387", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.Video#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Video", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "___id": "T000002R052388", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.Video#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Video", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "___id": "T000002R052389", "___s": true }, { @@ -681486,7 +688333,7 @@ "filename": "Flip.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "flipX", @@ -681508,7 +688355,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#flipX", "inherited": true, - "___id": "T000002R052103", + "___id": "T000002R052390", "___s": true }, { @@ -681517,7 +688364,7 @@ "filename": "Flip.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipX", @@ -681544,7 +688391,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipX", "inherited": true, - "___id": "T000002R052104", + "___id": "T000002R052391", "___s": true }, { @@ -681553,7 +688400,7 @@ "filename": "Flip.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipY", @@ -681580,7 +688427,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipY", "inherited": true, - "___id": "T000002R052105", + "___id": "T000002R052392", "___s": true }, { @@ -681589,7 +688436,7 @@ "filename": "Flip.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipX", @@ -681631,7 +688478,7 @@ ], "inherits": "Phaser.GameObjects.Components.Flip#setFlipX", "inherited": true, - "___id": "T000002R052106", + "___id": "T000002R052393", "___s": true }, { @@ -681640,7 +688487,7 @@ "filename": "Flip.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipY", @@ -681682,7 +688529,7 @@ ], "inherits": "Phaser.GameObjects.Components.Flip#setFlipY", "inherited": true, - "___id": "T000002R052107", + "___id": "T000002R052394", "___s": true }, { @@ -681691,7 +688538,7 @@ "filename": "Flip.js", "lineno": 117, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlip", @@ -681746,7 +688593,7 @@ ], "inherits": "Phaser.GameObjects.Components.Flip#setFlip", "inherited": true, - "___id": "T000002R052108", + "___id": "T000002R052395", "___s": true }, { @@ -681755,7 +688602,7 @@ "filename": "Flip.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetFlip", @@ -681782,7 +688629,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#resetFlip", "inherited": true, - "___id": "T000002R052109", + "___id": "T000002R052396", "___s": true }, { @@ -681791,7 +688638,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -681856,7 +688703,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getCenter", "inherited": true, - "___id": "T000002R052111", + "___id": "T000002R052398", "___s": true }, { @@ -681865,7 +688712,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -681930,7 +688777,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopLeft", "inherited": true, - "___id": "T000002R052112", + "___id": "T000002R052399", "___s": true }, { @@ -681939,7 +688786,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -682004,7 +688851,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopCenter", "inherited": true, - "___id": "T000002R052113", + "___id": "T000002R052400", "___s": true }, { @@ -682013,7 +688860,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -682078,7 +688925,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopRight", "inherited": true, - "___id": "T000002R052114", + "___id": "T000002R052401", "___s": true }, { @@ -682087,7 +688934,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -682152,7 +688999,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getLeftCenter", "inherited": true, - "___id": "T000002R052115", + "___id": "T000002R052402", "___s": true }, { @@ -682161,7 +689008,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -682226,7 +689073,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getRightCenter", "inherited": true, - "___id": "T000002R052116", + "___id": "T000002R052403", "___s": true }, { @@ -682235,7 +689082,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -682300,7 +689147,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomLeft", "inherited": true, - "___id": "T000002R052117", + "___id": "T000002R052404", "___s": true }, { @@ -682309,7 +689156,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -682374,7 +689221,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomCenter", "inherited": true, - "___id": "T000002R052118", + "___id": "T000002R052405", "___s": true }, { @@ -682383,7 +689230,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -682448,7 +689295,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomRight", "inherited": true, - "___id": "T000002R052119", + "___id": "T000002R052406", "___s": true }, { @@ -682457,7 +689304,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -682527,7 +689374,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBounds", "inherited": true, - "___id": "T000002R052120", + "___id": "T000002R052407", "___s": true }, { @@ -682536,7 +689383,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -682567,7 +689414,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R052121", + "___id": "T000002R052408", "___s": true }, { @@ -682576,7 +689423,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -682628,7 +689475,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#setMask", "inherited": true, - "___id": "T000002R052122", + "___id": "T000002R052409", "___s": true }, { @@ -682637,7 +689484,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -682681,7 +689528,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#clearMask", "inherited": true, - "___id": "T000002R052123", + "___id": "T000002R052410", "___s": true }, { @@ -682690,7 +689537,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -682843,7 +689690,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createBitmapMask", "inherited": true, - "___id": "T000002R052124", + "___id": "T000002R052411", "___s": true }, { @@ -682852,7 +689699,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -682924,7 +689771,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createGeometryMask", "inherited": true, - "___id": "T000002R052125", + "___id": "T000002R052412", "___s": true }, { @@ -682933,7 +689780,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -682956,7 +689803,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, - "___id": "T000002R052127", + "___id": "T000002R052414", "___s": true }, { @@ -682965,7 +689812,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -682988,7 +689835,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, - "___id": "T000002R052128", + "___id": "T000002R052415", "___s": true }, { @@ -682997,7 +689844,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -683018,7 +689865,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, - "___id": "T000002R052129", + "___id": "T000002R052416", "___s": true }, { @@ -683027,7 +689874,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -683048,7 +689895,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, - "___id": "T000002R052130", + "___id": "T000002R052417", "___s": true }, { @@ -683057,7 +689904,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -683116,7 +689963,7 @@ ], "inherits": "Phaser.GameObjects.Components.Origin#setOrigin", "inherited": true, - "___id": "T000002R052131", + "___id": "T000002R052418", "___s": true }, { @@ -683125,7 +689972,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -683152,7 +689999,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R052132", + "___id": "T000002R052419", "___s": true }, { @@ -683161,7 +690008,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -683220,7 +690067,7 @@ ], "inherits": "Phaser.GameObjects.Components.Origin#setDisplayOrigin", "inherited": true, - "___id": "T000002R052133", + "___id": "T000002R052420", "___s": true }, { @@ -683229,7 +690076,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -683256,7 +690103,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, - "___id": "T000002R052134", + "___id": "T000002R052421", "___s": true }, { @@ -683265,7 +690112,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -683294,7 +690141,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R052135", + "___id": "T000002R052422", "___s": true }, { @@ -683303,7 +690150,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -683332,7 +690179,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R052136", + "___id": "T000002R052423", "___s": true }, { @@ -683341,7 +690188,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -683369,7 +690216,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R052137", + "___id": "T000002R052424", "___s": true }, { @@ -683378,7 +690225,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -683437,7 +690284,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#initPipeline", "inherited": true, - "___id": "T000002R052138", + "___id": "T000002R052425", "___s": true }, { @@ -683446,7 +690293,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -683534,7 +690381,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipeline", "inherited": true, - "___id": "T000002R052139", + "___id": "T000002R052426", "___s": true }, { @@ -683543,7 +690390,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -683606,7 +690453,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipelineData", "inherited": true, - "___id": "T000002R052140", + "___id": "T000002R052427", "___s": true }, { @@ -683615,7 +690462,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -683665,16 +690512,16 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#resetPipeline", "inherited": true, - "___id": "T000002R052141", + "___id": "T000002R052428", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -683697,17 +690544,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.GameObjects.Video", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R052142", + "___id": "T000002R052429", "___s": true }, { @@ -683716,7 +690565,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -683744,7 +690593,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R052143", + "___id": "T000002R052430", "___s": true }, { @@ -683753,7 +690602,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -683790,7 +690639,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R052144", + "___id": "T000002R052431", "___s": true }, { @@ -683799,7 +690648,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -683827,7 +690676,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R052145", + "___id": "T000002R052432", "___s": true }, { @@ -683836,7 +690685,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -683866,7 +690715,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R052146", + "___id": "T000002R052433", "___s": true }, { @@ -683875,7 +690724,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -683903,7 +690752,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R052147", + "___id": "T000002R052434", "___s": true }, { @@ -683912,7 +690761,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -683948,7 +690797,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#initPostPipeline", "inherited": true, - "___id": "T000002R052148", + "___id": "T000002R052435", "___s": true }, { @@ -683957,7 +690806,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -684092,7 +690941,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipeline", "inherited": true, - "___id": "T000002R052149", + "___id": "T000002R052436", "___s": true }, { @@ -684101,7 +690950,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -684164,7 +691013,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipelineData", "inherited": true, - "___id": "T000002R052150", + "___id": "T000002R052437", "___s": true }, { @@ -684173,7 +691022,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -684255,7 +691104,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#getPostPipeline", "inherited": true, - "___id": "T000002R052151", + "___id": "T000002R052438", "___s": true }, { @@ -684264,7 +691113,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -684300,7 +691149,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#resetPostPipeline", "inherited": true, - "___id": "T000002R052152", + "___id": "T000002R052439", "___s": true }, { @@ -684309,7 +691158,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -684368,7 +691217,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#removePostPipeline", "inherited": true, - "___id": "T000002R052153", + "___id": "T000002R052440", "___s": true }, { @@ -684377,7 +691226,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -684411,7 +691260,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R052154", + "___id": "T000002R052441", "___s": true }, { @@ -684420,7 +691269,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -684442,7 +691291,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R052155", + "___id": "T000002R052442", "___s": true }, { @@ -684451,7 +691300,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -684473,7 +691322,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R052156", + "___id": "T000002R052443", "___s": true }, { @@ -684482,7 +691331,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -684539,7 +691388,7 @@ ], "inherits": "Phaser.GameObjects.Components.ScrollFactor#setScrollFactor", "inherited": true, - "___id": "T000002R052157", + "___id": "T000002R052444", "___s": true }, { @@ -684548,7 +691397,7 @@ "filename": "TextureCrop.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "texture", @@ -684579,7 +691428,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.TextureCrop#texture", "inherited": true, - "___id": "T000002R052158", + "___id": "T000002R052445", "___s": true }, { @@ -684588,7 +691437,7 @@ "filename": "TextureCrop.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "frame", @@ -684609,7 +691458,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.TextureCrop#frame", "inherited": true, - "___id": "T000002R052159", + "___id": "T000002R052446", "___s": true }, { @@ -684618,7 +691467,7 @@ "filename": "TextureCrop.js", "lineno": 39, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "isCropped", @@ -684639,7 +691488,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.TextureCrop#isCropped", "inherited": true, - "___id": "T000002R052160", + "___id": "T000002R052447", "___s": true }, { @@ -684648,7 +691497,7 @@ "filename": "TextureCrop.js", "lineno": 50, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setCrop", @@ -684743,7 +691592,7 @@ ], "inherits": "Phaser.GameObjects.Components.TextureCrop#setCrop", "inherited": true, - "___id": "T000002R052161", + "___id": "T000002R052448", "___s": true }, { @@ -684752,7 +691601,7 @@ "filename": "TextureCrop.js", "lineno": 110, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTexture", @@ -684818,7 +691667,7 @@ ], "inherits": "Phaser.GameObjects.Components.TextureCrop#setTexture", "inherited": true, - "___id": "T000002R052162", + "___id": "T000002R052449", "___s": true }, { @@ -684827,7 +691676,7 @@ "filename": "TextureCrop.js", "lineno": 130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFrame", @@ -684914,7 +691763,7 @@ ], "inherits": "Phaser.GameObjects.Components.TextureCrop#setFrame", "inherited": true, - "___id": "T000002R052163", + "___id": "T000002R052450", "___s": true }, { @@ -684923,7 +691772,7 @@ "filename": "Tint.js", "lineno": 18, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopLeft", @@ -684945,7 +691794,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintTopLeft", "inherited": true, - "___id": "T000002R052165", + "___id": "T000002R052452", "___s": true }, { @@ -684954,7 +691803,7 @@ "filename": "Tint.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopRight", @@ -684976,7 +691825,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintTopRight", "inherited": true, - "___id": "T000002R052166", + "___id": "T000002R052453", "___s": true }, { @@ -684985,7 +691834,7 @@ "filename": "Tint.js", "lineno": 42, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomLeft", @@ -685007,7 +691856,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintBottomLeft", "inherited": true, - "___id": "T000002R052167", + "___id": "T000002R052454", "___s": true }, { @@ -685016,7 +691865,7 @@ "filename": "Tint.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomRight", @@ -685038,7 +691887,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintBottomRight", "inherited": true, - "___id": "T000002R052168", + "___id": "T000002R052455", "___s": true }, { @@ -685047,7 +691896,7 @@ "filename": "Tint.js", "lineno": 66, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintFill", @@ -685069,7 +691918,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tintFill", "inherited": true, - "___id": "T000002R052169", + "___id": "T000002R052456", "___s": true }, { @@ -685078,7 +691927,7 @@ "filename": "Tint.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearTint", @@ -685112,7 +691961,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#clearTint", "inherited": true, - "___id": "T000002R052170", + "___id": "T000002R052457", "___s": true }, { @@ -685121,7 +691970,7 @@ "filename": "Tint.js", "lineno": 98, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTint", @@ -685214,7 +692063,7 @@ ], "inherits": "Phaser.GameObjects.Components.Tint#setTint", "inherited": true, - "___id": "T000002R052171", + "___id": "T000002R052458", "___s": true }, { @@ -685223,7 +692072,7 @@ "filename": "Tint.js", "lineno": 146, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTintFill", @@ -685316,7 +692165,7 @@ ], "inherits": "Phaser.GameObjects.Components.Tint#setTintFill", "inherited": true, - "___id": "T000002R052172", + "___id": "T000002R052459", "___s": true }, { @@ -685325,7 +692174,7 @@ "filename": "Tint.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tint", @@ -685353,7 +692202,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#tint", "inherited": true, - "___id": "T000002R052173", + "___id": "T000002R052460", "___s": true }, { @@ -685362,7 +692211,7 @@ "filename": "Tint.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "isTinted", @@ -685391,7 +692240,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Tint#isTinted", "inherited": true, - "___id": "T000002R052174", + "___id": "T000002R052461", "___s": true }, { @@ -685400,7 +692249,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -685423,7 +692272,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R052175", + "___id": "T000002R052462", "___s": true }, { @@ -685432,7 +692281,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -685454,7 +692303,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R052179", + "___id": "T000002R052466", "___s": true }, { @@ -685463,7 +692312,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -685485,7 +692334,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R052180", + "___id": "T000002R052467", "___s": true }, { @@ -685494,7 +692343,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -685516,7 +692365,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R052181", + "___id": "T000002R052468", "___s": true }, { @@ -685525,7 +692374,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -685547,7 +692396,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R052182", + "___id": "T000002R052469", "___s": true }, { @@ -685556,7 +692405,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -685578,7 +692427,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R052183", + "___id": "T000002R052470", "___s": true }, { @@ -685587,7 +692436,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -685609,7 +692458,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R052184", + "___id": "T000002R052471", "___s": true }, { @@ -685618,7 +692467,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -685640,7 +692489,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R052185", + "___id": "T000002R052472", "___s": true }, { @@ -685649,7 +692498,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -685671,7 +692520,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R052186", + "___id": "T000002R052473", "___s": true }, { @@ -685680,7 +692529,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -685702,7 +692551,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R052187", + "___id": "T000002R052474", "___s": true }, { @@ -685711,7 +692560,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -685800,7 +692649,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setPosition", "inherited": true, - "___id": "T000002R052188", + "___id": "T000002R052475", "___s": true }, { @@ -685809,7 +692658,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -685866,7 +692715,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#copyPosition", "inherited": true, - "___id": "T000002R052189", + "___id": "T000002R052476", "___s": true }, { @@ -685875,7 +692724,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -685962,7 +692811,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRandomPosition", "inherited": true, - "___id": "T000002R052190", + "___id": "T000002R052477", "___s": true }, { @@ -685971,7 +692820,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -686015,7 +692864,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRotation", "inherited": true, - "___id": "T000002R052191", + "___id": "T000002R052478", "___s": true }, { @@ -686024,7 +692873,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -686068,7 +692917,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setAngle", "inherited": true, - "___id": "T000002R052192", + "___id": "T000002R052479", "___s": true }, { @@ -686077,7 +692926,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -686136,7 +692985,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setScale", "inherited": true, - "___id": "T000002R052193", + "___id": "T000002R052480", "___s": true }, { @@ -686145,7 +692994,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -686189,7 +693038,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setX", "inherited": true, - "___id": "T000002R052194", + "___id": "T000002R052481", "___s": true }, { @@ -686198,7 +693047,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -686242,7 +693091,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setY", "inherited": true, - "___id": "T000002R052195", + "___id": "T000002R052482", "___s": true }, { @@ -686251,7 +693100,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -686295,7 +693144,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setZ", "inherited": true, - "___id": "T000002R052196", + "___id": "T000002R052483", "___s": true }, { @@ -686304,7 +693153,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -686348,7 +693197,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setW", "inherited": true, - "___id": "T000002R052197", + "___id": "T000002R052484", "___s": true }, { @@ -686357,7 +693206,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -686399,7 +693248,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalTransformMatrix", "inherited": true, - "___id": "T000002R052198", + "___id": "T000002R052485", "___s": true }, { @@ -686408,7 +693257,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -686464,7 +693313,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getWorldTransformMatrix", "inherited": true, - "___id": "T000002R052199", + "___id": "T000002R052486", "___s": true }, { @@ -686473,7 +693322,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -686555,7 +693404,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalPoint", "inherited": true, - "___id": "T000002R052200", + "___id": "T000002R052487", "___s": true }, { @@ -686564,7 +693413,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -686590,7 +693439,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R052201", + "___id": "T000002R052488", "___s": true }, { @@ -686599,7 +693448,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -686620,7 +693469,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R052203", + "___id": "T000002R052490", "___s": true }, { @@ -686629,7 +693478,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -686671,7 +693520,7 @@ ], "inherits": "Phaser.GameObjects.Components.Visible#setVisible", "inherited": true, - "___id": "T000002R052204", + "___id": "T000002R052491", "___s": true }, { @@ -686680,7 +693529,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -686701,7 +693550,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R052205", + "___id": "T000002R052492", "___s": true }, { @@ -686710,7 +693559,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -686742,7 +693591,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R052206", + "___id": "T000002R052493", "___s": true }, { @@ -686751,7 +693600,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -686772,7 +693621,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R052207", + "___id": "T000002R052494", "___s": true }, { @@ -686781,7 +693630,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -686812,7 +693661,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R052208", + "___id": "T000002R052495", "___s": true }, { @@ -686821,7 +693670,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -686842,7 +693691,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R052209", + "___id": "T000002R052496", "___s": true }, { @@ -686851,7 +693700,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -686873,7 +693722,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R052210", + "___id": "T000002R052497", "___s": true }, { @@ -686882,7 +693731,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -686904,7 +693753,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R052211", + "___id": "T000002R052498", "___s": true }, { @@ -686913,7 +693762,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -686935,7 +693784,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R052212", + "___id": "T000002R052499", "___s": true }, { @@ -686944,7 +693793,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -686966,7 +693815,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R052213", + "___id": "T000002R052500", "___s": true }, { @@ -686975,7 +693824,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -686997,7 +693846,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R052214", + "___id": "T000002R052501", "___s": true }, { @@ -687006,7 +693855,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -687031,7 +693880,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R052215", + "___id": "T000002R052502", "___s": true }, { @@ -687040,7 +693889,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -687064,7 +693913,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R052216", + "___id": "T000002R052503", "___s": true }, { @@ -687073,7 +693922,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -687112,7 +693961,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R052217", + "___id": "T000002R052504", "___s": true }, { @@ -687121,7 +693970,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -687143,7 +693992,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R052218", + "___id": "T000002R052505", "___s": true }, { @@ -687152,7 +694001,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -687194,7 +694043,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setActive", "inherited": true, - "___id": "T000002R052219", + "___id": "T000002R052506", "___s": true }, { @@ -687203,7 +694052,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -687245,7 +694094,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setName", "inherited": true, - "___id": "T000002R052220", + "___id": "T000002R052507", "___s": true }, { @@ -687254,7 +694103,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -687306,7 +694155,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setState", "inherited": true, - "___id": "T000002R052221", + "___id": "T000002R052508", "___s": true }, { @@ -687315,7 +694164,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -687345,7 +694194,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R052222", + "___id": "T000002R052509", "___s": true }, { @@ -687354,7 +694203,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -687433,7 +694282,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setData", "inherited": true, - "___id": "T000002R052223", + "___id": "T000002R052510", "___s": true }, { @@ -687442,7 +694291,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -687499,7 +694348,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#incData", "inherited": true, - "___id": "T000002R052224", + "___id": "T000002R052511", "___s": true }, { @@ -687508,7 +694357,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -687550,7 +694399,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#toggleData", "inherited": true, - "___id": "T000002R052225", + "___id": "T000002R052512", "___s": true }, { @@ -687559,7 +694408,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -687618,7 +694467,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#getData", "inherited": true, - "___id": "T000002R052226", + "___id": "T000002R052513", "___s": true }, { @@ -687627,7 +694476,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -687714,7 +694563,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setInteractive", "inherited": true, - "___id": "T000002R052227", + "___id": "T000002R052514", "___s": true }, { @@ -687723,7 +694572,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -687750,7 +694599,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R052228", + "___id": "T000002R052515", "___s": true }, { @@ -687759,7 +694608,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -687786,7 +694635,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R052229", + "___id": "T000002R052516", "___s": true }, { @@ -687795,7 +694644,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -687807,7 +694656,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R052230", + "___id": "T000002R052517", "___s": true }, { @@ -687816,7 +694665,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -687828,7 +694677,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R052231", + "___id": "T000002R052518", "___s": true }, { @@ -687837,7 +694686,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -687866,7 +694715,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#update", "inherited": true, - "___id": "T000002R052232", + "___id": "T000002R052519", "___s": true }, { @@ -687875,7 +694724,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -687901,7 +694750,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R052233", + "___id": "T000002R052520", "___s": true }, { @@ -687910,7 +694759,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -687951,7 +694800,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#willRender", "inherited": true, - "___id": "T000002R052234", + "___id": "T000002R052521", "___s": true }, { @@ -687960,7 +694809,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -687995,7 +694844,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R052235", + "___id": "T000002R052522", "___s": true }, { @@ -688004,7 +694853,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -688061,7 +694910,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#addToDisplayList", "inherited": true, - "___id": "T000002R052236", + "___id": "T000002R052523", "___s": true }, { @@ -688070,7 +694919,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -688097,7 +694946,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R052237", + "___id": "T000002R052524", "___s": true }, { @@ -688106,7 +694955,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -688137,7 +694986,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R052238", + "___id": "T000002R052525", "___s": true }, { @@ -688146,7 +694995,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -688173,7 +695022,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R052239", + "___id": "T000002R052526", "___s": true }, { @@ -688182,7 +695031,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -688214,7 +695063,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#destroy", "inherited": true, - "___id": "T000002R052240", + "___id": "T000002R052527", "___s": true }, { @@ -688223,7 +695072,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -688235,7 +695084,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R052241", + "___id": "T000002R052528", "___s": true }, { @@ -688244,7 +695093,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -688287,7 +695136,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R052242", + "___id": "T000002R052529", "___s": true }, { @@ -688296,7 +695145,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -688356,7 +695205,7 @@ "name": "event" } ], - "___id": "T000002R052243", + "___id": "T000002R052530", "___s": true }, { @@ -688365,7 +695214,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -688416,7 +695265,7 @@ "name": "event" } ], - "___id": "T000002R052244", + "___id": "T000002R052531", "___s": true }, { @@ -688425,7 +695274,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -688491,7 +695340,7 @@ "name": "args" } ], - "___id": "T000002R052245", + "___id": "T000002R052532", "___s": true }, { @@ -688500,7 +695349,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -688579,7 +695428,7 @@ "name": "context" } ], - "___id": "T000002R052246", + "___id": "T000002R052533", "___s": true }, { @@ -688588,7 +695437,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -688667,7 +695516,7 @@ "name": "context" } ], - "___id": "T000002R052247", + "___id": "T000002R052534", "___s": true }, { @@ -688676,7 +695525,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -688755,7 +695604,7 @@ "name": "context" } ], - "___id": "T000002R052248", + "___id": "T000002R052535", "___s": true }, { @@ -688764,7 +695613,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -688857,7 +695706,7 @@ "name": "once" } ], - "___id": "T000002R052249", + "___id": "T000002R052536", "___s": true }, { @@ -688866,7 +695715,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -688959,7 +695808,7 @@ "name": "once" } ], - "___id": "T000002R052250", + "___id": "T000002R052537", "___s": true }, { @@ -688968,7 +695817,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -689021,16 +695870,16 @@ "name": "event" } ], - "___id": "T000002R052251", + "___id": "T000002R052538", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -689051,16 +695900,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R052253", + "___id": "T000002R052540", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -689102,7 +695951,181 @@ ], "inherits": "Phaser.GameObjects.Components.Depth#setDepth", "inherited": true, - "___id": "T000002R052254", + "___id": "T000002R052541", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.GameObjects.Zone#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Zone", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R052542", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.GameObjects.Zone#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Zone", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R052543", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.GameObjects.Zone#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Zone", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "___id": "T000002R052544", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.GameObjects.Zone#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.GameObjects.Zone", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "___id": "T000002R052545", "___s": true }, { @@ -689111,7 +696134,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -689176,7 +696199,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getCenter", "inherited": true, - "___id": "T000002R052256", + "___id": "T000002R052547", "___s": true }, { @@ -689185,7 +696208,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -689250,7 +696273,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopLeft", "inherited": true, - "___id": "T000002R052257", + "___id": "T000002R052548", "___s": true }, { @@ -689259,7 +696282,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -689324,7 +696347,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopCenter", "inherited": true, - "___id": "T000002R052258", + "___id": "T000002R052549", "___s": true }, { @@ -689333,7 +696356,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -689398,7 +696421,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopRight", "inherited": true, - "___id": "T000002R052259", + "___id": "T000002R052550", "___s": true }, { @@ -689407,7 +696430,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -689472,7 +696495,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getLeftCenter", "inherited": true, - "___id": "T000002R052260", + "___id": "T000002R052551", "___s": true }, { @@ -689481,7 +696504,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -689546,7 +696569,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getRightCenter", "inherited": true, - "___id": "T000002R052261", + "___id": "T000002R052552", "___s": true }, { @@ -689555,7 +696578,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -689620,7 +696643,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomLeft", "inherited": true, - "___id": "T000002R052262", + "___id": "T000002R052553", "___s": true }, { @@ -689629,7 +696652,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -689694,7 +696717,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomCenter", "inherited": true, - "___id": "T000002R052263", + "___id": "T000002R052554", "___s": true }, { @@ -689703,7 +696726,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -689768,7 +696791,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomRight", "inherited": true, - "___id": "T000002R052264", + "___id": "T000002R052555", "___s": true }, { @@ -689777,7 +696800,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -689847,7 +696870,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBounds", "inherited": true, - "___id": "T000002R052265", + "___id": "T000002R052556", "___s": true }, { @@ -689856,7 +696879,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -689879,7 +696902,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, - "___id": "T000002R052267", + "___id": "T000002R052558", "___s": true }, { @@ -689888,7 +696911,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -689911,7 +696934,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, - "___id": "T000002R052268", + "___id": "T000002R052559", "___s": true }, { @@ -689920,7 +696943,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -689941,7 +696964,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, - "___id": "T000002R052269", + "___id": "T000002R052560", "___s": true }, { @@ -689950,7 +696973,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -689971,7 +696994,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, - "___id": "T000002R052270", + "___id": "T000002R052561", "___s": true }, { @@ -689980,7 +697003,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -690039,7 +697062,7 @@ ], "inherits": "Phaser.GameObjects.Components.Origin#setOrigin", "inherited": true, - "___id": "T000002R052271", + "___id": "T000002R052562", "___s": true }, { @@ -690048,7 +697071,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -690075,7 +697098,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R052272", + "___id": "T000002R052563", "___s": true }, { @@ -690084,7 +697107,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -690143,7 +697166,7 @@ ], "inherits": "Phaser.GameObjects.Components.Origin#setDisplayOrigin", "inherited": true, - "___id": "T000002R052273", + "___id": "T000002R052564", "___s": true }, { @@ -690152,7 +697175,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -690179,7 +697202,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, - "___id": "T000002R052274", + "___id": "T000002R052565", "___s": true }, { @@ -690188,7 +697211,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -690211,7 +697234,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R052275", + "___id": "T000002R052566", "___s": true }, { @@ -690220,7 +697243,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -690242,7 +697265,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R052279", + "___id": "T000002R052570", "___s": true }, { @@ -690251,7 +697274,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -690273,7 +697296,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R052280", + "___id": "T000002R052571", "___s": true }, { @@ -690282,7 +697305,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -690304,7 +697327,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R052281", + "___id": "T000002R052572", "___s": true }, { @@ -690313,7 +697336,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -690335,7 +697358,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R052282", + "___id": "T000002R052573", "___s": true }, { @@ -690344,7 +697367,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -690366,7 +697389,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R052283", + "___id": "T000002R052574", "___s": true }, { @@ -690375,7 +697398,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -690397,7 +697420,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R052284", + "___id": "T000002R052575", "___s": true }, { @@ -690406,7 +697429,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -690428,7 +697451,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R052285", + "___id": "T000002R052576", "___s": true }, { @@ -690437,7 +697460,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -690459,7 +697482,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R052286", + "___id": "T000002R052577", "___s": true }, { @@ -690468,7 +697491,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -690490,7 +697513,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R052287", + "___id": "T000002R052578", "___s": true }, { @@ -690499,7 +697522,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -690588,7 +697611,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setPosition", "inherited": true, - "___id": "T000002R052288", + "___id": "T000002R052579", "___s": true }, { @@ -690597,7 +697620,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -690654,7 +697677,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#copyPosition", "inherited": true, - "___id": "T000002R052289", + "___id": "T000002R052580", "___s": true }, { @@ -690663,7 +697686,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -690750,7 +697773,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRandomPosition", "inherited": true, - "___id": "T000002R052290", + "___id": "T000002R052581", "___s": true }, { @@ -690759,7 +697782,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -690803,7 +697826,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRotation", "inherited": true, - "___id": "T000002R052291", + "___id": "T000002R052582", "___s": true }, { @@ -690812,7 +697835,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -690856,7 +697879,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setAngle", "inherited": true, - "___id": "T000002R052292", + "___id": "T000002R052583", "___s": true }, { @@ -690865,7 +697888,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -690924,7 +697947,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setScale", "inherited": true, - "___id": "T000002R052293", + "___id": "T000002R052584", "___s": true }, { @@ -690933,7 +697956,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -690977,7 +698000,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setX", "inherited": true, - "___id": "T000002R052294", + "___id": "T000002R052585", "___s": true }, { @@ -690986,7 +698009,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -691030,7 +698053,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setY", "inherited": true, - "___id": "T000002R052295", + "___id": "T000002R052586", "___s": true }, { @@ -691039,7 +698062,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -691083,7 +698106,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setZ", "inherited": true, - "___id": "T000002R052296", + "___id": "T000002R052587", "___s": true }, { @@ -691092,7 +698115,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -691136,7 +698159,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setW", "inherited": true, - "___id": "T000002R052297", + "___id": "T000002R052588", "___s": true }, { @@ -691145,7 +698168,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -691187,7 +698210,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalTransformMatrix", "inherited": true, - "___id": "T000002R052298", + "___id": "T000002R052589", "___s": true }, { @@ -691196,7 +698219,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -691252,7 +698275,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getWorldTransformMatrix", "inherited": true, - "___id": "T000002R052299", + "___id": "T000002R052590", "___s": true }, { @@ -691261,7 +698284,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -691343,7 +698366,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalPoint", "inherited": true, - "___id": "T000002R052300", + "___id": "T000002R052591", "___s": true }, { @@ -691352,7 +698375,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -691378,7 +698401,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R052301", + "___id": "T000002R052592", "___s": true }, { @@ -691387,7 +698410,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -691409,7 +698432,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R052302", + "___id": "T000002R052593", "___s": true }, { @@ -691418,7 +698441,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -691440,7 +698463,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R052303", + "___id": "T000002R052594", "___s": true }, { @@ -691449,7 +698472,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -691506,7 +698529,7 @@ ], "inherits": "Phaser.GameObjects.Components.ScrollFactor#setScrollFactor", "inherited": true, - "___id": "T000002R052304", + "___id": "T000002R052595", "___s": true }, { @@ -691515,7 +698538,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -691536,7 +698559,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R052306", + "___id": "T000002R052597", "___s": true }, { @@ -691545,7 +698568,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -691587,7 +698610,7 @@ ], "inherits": "Phaser.GameObjects.Components.Visible#setVisible", "inherited": true, - "___id": "T000002R052307", + "___id": "T000002R052598", "___s": true }, { @@ -691596,7 +698619,7 @@ "filename": "Vector3.js", "lineno": 33, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "x", @@ -691618,7 +698641,7 @@ "scope": "instance", "inherits": "Phaser.Math.Vector3#x", "inherited": true, - "___id": "T000002R052308", + "___id": "T000002R052599", "___s": true }, { @@ -691627,7 +698650,7 @@ "filename": "Vector3.js", "lineno": 43, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "y", @@ -691649,7 +698672,7 @@ "scope": "instance", "inherits": "Phaser.Math.Vector3#y", "inherited": true, - "___id": "T000002R052309", + "___id": "T000002R052600", "___s": true }, { @@ -691658,7 +698681,7 @@ "filename": "Vector3.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "z", @@ -691680,7 +698703,7 @@ "scope": "instance", "inherits": "Phaser.Math.Vector3#z", "inherited": true, - "___id": "T000002R052310", + "___id": "T000002R052601", "___s": true }, { @@ -691689,7 +698712,7 @@ "filename": "Vector3.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "up", @@ -691715,7 +698738,7 @@ "scope": "instance", "inherits": "Phaser.Math.Vector3#up", "inherited": true, - "___id": "T000002R052311", + "___id": "T000002R052602", "___s": true }, { @@ -691724,7 +698747,7 @@ "filename": "Vector3.js", "lineno": 96, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "min", @@ -691765,7 +698788,7 @@ ], "inherits": "Phaser.Math.Vector3#min", "inherited": true, - "___id": "T000002R052312", + "___id": "T000002R052603", "___s": true }, { @@ -691774,7 +698797,7 @@ "filename": "Vector3.js", "lineno": 115, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "max", @@ -691815,7 +698838,7 @@ ], "inherits": "Phaser.Math.Vector3#max", "inherited": true, - "___id": "T000002R052313", + "___id": "T000002R052604", "___s": true }, { @@ -691824,7 +698847,7 @@ "filename": "Vector3.js", "lineno": 134, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "clone", @@ -691850,7 +698873,7 @@ "scope": "instance", "inherits": "Phaser.Math.Vector3#clone", "inherited": true, - "___id": "T000002R052314", + "___id": "T000002R052605", "___s": true }, { @@ -691859,7 +698882,7 @@ "filename": "Vector3.js", "lineno": 147, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "addVectors", @@ -691913,16 +698936,79 @@ ], "inherits": "Phaser.Math.Vector3#addVectors", "inherited": true, - "___id": "T000002R052315", + "___id": "T000002R052606", + "___s": true + }, + { + "comment": "/**\r\n * Subtracts the two given Vector3s and sets the results into this Vector3.\r\n *\r\n * @method Phaser.Math.Vector3#subVectors\r\n * @since 3.85.0\r\n *\r\n * @param {Phaser.Math.Vector3} a - The first Vector to sub.\r\n * @param {Phaser.Math.Vector3} b - The second Vector to sub.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", + "meta": { + "filename": "Vector3.js", + "lineno": 167, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", + "code": {} + }, + "name": "subVectors", + "longname": "Phaser.Geom.Mesh.Vertex#subVectors", + "kind": "function", + "description": "Subtracts the two given Vector3s and sets the results into this Vector3.", + "since": "3.85.0", + "returns": [ + { + "type": { + "names": [ + "Phaser.Math.Vector3" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.Math.Vector3" + } + }, + "description": "This Vector3." + } + ], + "memberof": "Phaser.Geom.Mesh.Vertex", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.Math.Vector3" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.Math.Vector3" + } + }, + "description": "The first Vector to sub.", + "name": "a" + }, + { + "type": { + "names": [ + "Phaser.Math.Vector3" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.Math.Vector3" + } + }, + "description": "The second Vector to sub.", + "name": "b" + } + ], + "inherits": "Phaser.Math.Vector3#subVectors", + "inherited": true, + "___id": "T000002R052607", "___s": true }, { "comment": "/**\r\n * Calculate the cross (vector) product of two given Vectors.\r\n *\r\n * @method Phaser.Math.Vector3#crossVectors\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Math.Vector3} a - The first Vector to multiply.\r\n * @param {Phaser.Math.Vector3} b - The second Vector to multiply.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 167, + "lineno": 187, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "crossVectors", @@ -691976,16 +699062,16 @@ ], "inherits": "Phaser.Math.Vector3#crossVectors", "inherited": true, - "___id": "T000002R052316", + "___id": "T000002R052608", "___s": true }, { "comment": "/**\r\n * Check whether this Vector is equal to a given Vector.\r\n *\r\n * Performs a strict equality check against each Vector's components.\r\n *\r\n * @method Phaser.Math.Vector3#equals\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Math.Vector3} v - The Vector3 to compare against.\r\n *\r\n * @return {boolean} True if the two vectors strictly match, otherwise false.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 194, + "lineno": 214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "equals", @@ -692026,16 +699112,16 @@ ], "inherits": "Phaser.Math.Vector3#equals", "inherited": true, - "___id": "T000002R052317", + "___id": "T000002R052609", "___s": true }, { "comment": "/**\r\n * Copy the components of a given Vector into this Vector.\r\n *\r\n * @method Phaser.Math.Vector3#copy\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.Math.Vector2|Phaser.Math.Vector3)} src - The Vector to copy the components from.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 211, + "lineno": 231, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "copy", @@ -692086,16 +699172,16 @@ ], "inherits": "Phaser.Math.Vector3#copy", "inherited": true, - "___id": "T000002R052318", + "___id": "T000002R052610", "___s": true }, { "comment": "/**\r\n * Set the `x`, `y`, and `z` components of this Vector to the given `x`, `y`, and `z` values.\r\n *\r\n * @method Phaser.Math.Vector3#set\r\n * @since 3.0.0\r\n *\r\n * @param {(number|object)} x - The x value to set for this Vector, or an object containing x, y and z components.\r\n * @param {number} [y] - The y value to set for this Vector.\r\n * @param {number} [z] - The z value to set for this Vector.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 230, + "lineno": 250, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "set", @@ -692174,16 +699260,16 @@ ], "inherits": "Phaser.Math.Vector3#set", "inherited": true, - "___id": "T000002R052319", + "___id": "T000002R052611", "___s": true }, { "comment": "/**\r\n * Sets the components of this Vector3 from the position of the given Matrix4.\r\n *\r\n * @method Phaser.Math.Vector3#setFromMatrixPosition\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Math.Matrix4} mat4 - The Matrix4 to get the position from.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 260, + "lineno": 280, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "setFromMatrixPosition", @@ -692224,16 +699310,16 @@ ], "inherits": "Phaser.Math.Vector3#setFromMatrixPosition", "inherited": true, - "___id": "T000002R052320", + "___id": "T000002R052612", "___s": true }, { "comment": "/**\r\n * Sets the components of this Vector3 from the Matrix4 column specified.\r\n *\r\n * @method Phaser.Math.Vector3#setFromMatrixColumn\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Math.Matrix4} mat4 - The Matrix4 to get the column from.\r\n * @param {number} index - The column index.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 275, + "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "setFromMatrixColumn", @@ -692287,16 +699373,16 @@ ], "inherits": "Phaser.Math.Vector3#setFromMatrixColumn", "inherited": true, - "___id": "T000002R052321", + "___id": "T000002R052613", "___s": true }, { "comment": "/**\r\n * Sets the components of this Vector3 from the given array, based on the offset.\r\n *\r\n * Vector3.x = array[offset]\r\n * Vector3.y = array[offset + 1]\r\n * Vector3.z = array[offset + 2]\r\n *\r\n * @method Phaser.Math.Vector3#fromArray\r\n * @since 3.50.0\r\n *\r\n * @param {number[]} array - The array of values to get this Vector from.\r\n * @param {number} [offset=0] - The offset index into the array.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 291, + "lineno": 311, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "fromArray", @@ -692361,16 +699447,16 @@ ], "inherits": "Phaser.Math.Vector3#fromArray", "inherited": true, - "___id": "T000002R052322", + "___id": "T000002R052614", "___s": true }, { "comment": "/**\r\n * Add a given Vector to this Vector. Addition is component-wise.\r\n *\r\n * @method Phaser.Math.Vector3#add\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.Math.Vector2|Phaser.Math.Vector3)} v - The Vector to add to this Vector.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 317, + "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "add", @@ -692421,16 +699507,16 @@ ], "inherits": "Phaser.Math.Vector3#add", "inherited": true, - "___id": "T000002R052323", + "___id": "T000002R052615", "___s": true }, { "comment": "/**\r\n * Add the given value to each component of this Vector.\r\n *\r\n * @method Phaser.Math.Vector3#addScalar\r\n * @since 3.50.0\r\n *\r\n * @param {number} s - The amount to add to this Vector.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 336, + "lineno": 356, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "addScalar", @@ -692471,16 +699557,16 @@ ], "inherits": "Phaser.Math.Vector3#addScalar", "inherited": true, - "___id": "T000002R052324", + "___id": "T000002R052616", "___s": true }, { "comment": "/**\r\n * Add and scale a given Vector to this Vector. Addition is component-wise.\r\n *\r\n * @method Phaser.Math.Vector3#addScale\r\n * @since 3.50.0\r\n *\r\n * @param {(Phaser.Math.Vector2|Phaser.Math.Vector3)} v - The Vector to add to this Vector.\r\n * @param {number} scale - The amount to scale `v` by.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 355, + "lineno": 375, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "addScale", @@ -692544,16 +699630,16 @@ ], "inherits": "Phaser.Math.Vector3#addScale", "inherited": true, - "___id": "T000002R052325", + "___id": "T000002R052617", "___s": true }, { "comment": "/**\r\n * Subtract the given Vector from this Vector. Subtraction is component-wise.\r\n *\r\n * @method Phaser.Math.Vector3#subtract\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.Math.Vector2|Phaser.Math.Vector3)} v - The Vector to subtract from this Vector.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 375, + "lineno": 395, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "subtract", @@ -692604,16 +699690,16 @@ ], "inherits": "Phaser.Math.Vector3#subtract", "inherited": true, - "___id": "T000002R052326", + "___id": "T000002R052618", "___s": true }, { "comment": "/**\r\n * Perform a component-wise multiplication between this Vector and the given Vector.\r\n *\r\n * Multiplies this Vector by the given Vector.\r\n *\r\n * @method Phaser.Math.Vector3#multiply\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.Math.Vector2|Phaser.Math.Vector3)} v - The Vector to multiply this Vector by.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 394, + "lineno": 414, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "multiply", @@ -692664,16 +699750,16 @@ ], "inherits": "Phaser.Math.Vector3#multiply", "inherited": true, - "___id": "T000002R052327", + "___id": "T000002R052619", "___s": true }, { "comment": "/**\r\n * Scale this Vector by the given value.\r\n *\r\n * @method Phaser.Math.Vector3#scale\r\n * @since 3.0.0\r\n *\r\n * @param {number} scale - The value to scale this Vector by.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 415, + "lineno": 435, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "scale", @@ -692714,16 +699800,16 @@ ], "inherits": "Phaser.Math.Vector3#scale", "inherited": true, - "___id": "T000002R052328", + "___id": "T000002R052620", "___s": true }, { "comment": "/**\r\n * Perform a component-wise division between this Vector and the given Vector.\r\n *\r\n * Divides this Vector by the given Vector.\r\n *\r\n * @method Phaser.Math.Vector3#divide\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.Math.Vector2|Phaser.Math.Vector3)} v - The Vector to divide this Vector by.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 443, + "lineno": 463, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "divide", @@ -692774,16 +699860,16 @@ ], "inherits": "Phaser.Math.Vector3#divide", "inherited": true, - "___id": "T000002R052329", + "___id": "T000002R052621", "___s": true }, { "comment": "/**\r\n * Negate the `x`, `y` and `z` components of this Vector.\r\n *\r\n * @method Phaser.Math.Vector3#negate\r\n * @since 3.0.0\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 464, + "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "negate", @@ -692809,16 +699895,16 @@ "scope": "instance", "inherits": "Phaser.Math.Vector3#negate", "inherited": true, - "___id": "T000002R052330", + "___id": "T000002R052622", "___s": true }, { "comment": "/**\r\n * Calculate the distance between this Vector and the given Vector.\r\n *\r\n * @method Phaser.Math.Vector3#distance\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.Math.Vector2|Phaser.Math.Vector3)} v - The Vector to calculate the distance to.\r\n *\r\n * @return {number} The distance from this Vector to the given Vector.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 481, + "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "distance", @@ -692869,16 +699955,16 @@ ], "inherits": "Phaser.Math.Vector3#distance", "inherited": true, - "___id": "T000002R052331", + "___id": "T000002R052623", "___s": true }, { "comment": "/**\r\n * Calculate the distance between this Vector and the given Vector, squared.\r\n *\r\n * @method Phaser.Math.Vector3#distanceSq\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.Math.Vector2|Phaser.Math.Vector3)} v - The Vector to calculate the distance to.\r\n *\r\n * @return {number} The distance from this Vector to the given Vector, squared.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 500, + "lineno": 520, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "distanceSq", @@ -692929,16 +700015,16 @@ ], "inherits": "Phaser.Math.Vector3#distanceSq", "inherited": true, - "___id": "T000002R052332", + "___id": "T000002R052624", "___s": true }, { "comment": "/**\r\n * Calculate the length (or magnitude) of this Vector.\r\n *\r\n * @method Phaser.Math.Vector3#length\r\n * @since 3.0.0\r\n *\r\n * @return {number} The length of this Vector.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 519, + "lineno": 539, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "length", @@ -692964,16 +700050,16 @@ "scope": "instance", "inherits": "Phaser.Math.Vector3#length", "inherited": true, - "___id": "T000002R052333", + "___id": "T000002R052625", "___s": true }, { "comment": "/**\r\n * Calculate the length of this Vector squared.\r\n *\r\n * @method Phaser.Math.Vector3#lengthSq\r\n * @since 3.0.0\r\n *\r\n * @return {number} The length of this Vector, squared.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 536, + "lineno": 556, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "lengthSq", @@ -692999,16 +700085,16 @@ "scope": "instance", "inherits": "Phaser.Math.Vector3#lengthSq", "inherited": true, - "___id": "T000002R052334", + "___id": "T000002R052626", "___s": true }, { "comment": "/**\r\n * Normalize this Vector.\r\n *\r\n * Makes the vector a unit length vector (magnitude of 1) in the same direction.\r\n *\r\n * @method Phaser.Math.Vector3#normalize\r\n * @since 3.0.0\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 553, + "lineno": 573, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "normalize", @@ -693034,16 +700120,16 @@ "scope": "instance", "inherits": "Phaser.Math.Vector3#normalize", "inherited": true, - "___id": "T000002R052335", + "___id": "T000002R052627", "___s": true }, { "comment": "/**\r\n * Calculate the dot product of this Vector and the given Vector.\r\n *\r\n * @method Phaser.Math.Vector3#dot\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Math.Vector3} v - The Vector3 to dot product with this Vector3.\r\n *\r\n * @return {number} The dot product of this Vector and `v`.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 582, + "lineno": 602, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "dot", @@ -693084,16 +700170,16 @@ ], "inherits": "Phaser.Math.Vector3#dot", "inherited": true, - "___id": "T000002R052336", + "___id": "T000002R052628", "___s": true }, { "comment": "/**\r\n * Calculate the cross (vector) product of this Vector (which will be modified) and the given Vector.\r\n *\r\n * @method Phaser.Math.Vector3#cross\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Math.Vector3} v - The Vector to cross product with.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 597, + "lineno": 617, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "cross", @@ -693134,16 +700220,16 @@ ], "inherits": "Phaser.Math.Vector3#cross", "inherited": true, - "___id": "T000002R052337", + "___id": "T000002R052629", "___s": true }, { "comment": "/**\r\n * Linearly interpolate between this Vector and the given Vector.\r\n *\r\n * Interpolates this Vector towards the given Vector.\r\n *\r\n * @method Phaser.Math.Vector3#lerp\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Math.Vector3} v - The Vector3 to interpolate towards.\r\n * @param {number} [t=0] - The interpolation percentage, between 0 and 1.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 623, + "lineno": 643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "lerp", @@ -693199,16 +700285,16 @@ ], "inherits": "Phaser.Math.Vector3#lerp", "inherited": true, - "___id": "T000002R052338", + "___id": "T000002R052630", "___s": true }, { "comment": "/**\r\n * Takes a Matrix3 and applies it to this Vector3.\r\n *\r\n * @method Phaser.Math.Vector3#applyMatrix3\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Math.Matrix3} mat3 - The Matrix3 to apply to this Vector3.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 651, + "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "applyMatrix3", @@ -693249,16 +700335,16 @@ ], "inherits": "Phaser.Math.Vector3#applyMatrix3", "inherited": true, - "___id": "T000002R052339", + "___id": "T000002R052631", "___s": true }, { "comment": "/**\r\n * Takes a Matrix4 and applies it to this Vector3.\r\n *\r\n * @method Phaser.Math.Vector3#applyMatrix4\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Math.Matrix4} mat4 - The Matrix4 to apply to this Vector3.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 675, + "lineno": 695, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "applyMatrix4", @@ -693299,16 +700385,16 @@ ], "inherits": "Phaser.Math.Vector3#applyMatrix4", "inherited": true, - "___id": "T000002R052340", + "___id": "T000002R052632", "___s": true }, { "comment": "/**\r\n * Transform this Vector with the given Matrix.\r\n *\r\n * @method Phaser.Math.Vector3#transformMat3\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Math.Matrix3} mat - The Matrix3 to transform this Vector3 with.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 701, + "lineno": 721, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "transformMat3", @@ -693349,16 +700435,16 @@ ], "inherits": "Phaser.Math.Vector3#transformMat3", "inherited": true, - "___id": "T000002R052341", + "___id": "T000002R052633", "___s": true }, { "comment": "/**\r\n * Transform this Vector with the given Matrix4.\r\n *\r\n * @method Phaser.Math.Vector3#transformMat4\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Math.Matrix4} mat - The Matrix4 to transform this Vector3 with.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 725, + "lineno": 745, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "transformMat4", @@ -693399,16 +700485,16 @@ ], "inherits": "Phaser.Math.Vector3#transformMat4", "inherited": true, - "___id": "T000002R052342", + "___id": "T000002R052634", "___s": true }, { "comment": "/**\r\n * Transforms the coordinates of this Vector3 with the given Matrix4.\r\n *\r\n * @method Phaser.Math.Vector3#transformCoordinates\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Math.Matrix4} mat - The Matrix4 to transform this Vector3 with.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 749, + "lineno": 769, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "transformCoordinates", @@ -693449,16 +700535,16 @@ ], "inherits": "Phaser.Math.Vector3#transformCoordinates", "inherited": true, - "___id": "T000002R052343", + "___id": "T000002R052635", "___s": true }, { "comment": "/**\r\n * Transform this Vector with the given Quaternion.\r\n *\r\n * @method Phaser.Math.Vector3#transformQuat\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Math.Quaternion} q - The Quaternion to transform this Vector with.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 778, + "lineno": 798, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "transformQuat", @@ -693499,16 +700585,16 @@ ], "inherits": "Phaser.Math.Vector3#transformQuat", "inherited": true, - "___id": "T000002R052344", + "___id": "T000002R052636", "___s": true }, { "comment": "/**\r\n * Multiplies this Vector3 by the specified matrix, applying a W divide. This is useful for projection,\r\n * e.g. unprojecting a 2D point into 3D space.\r\n *\r\n * @method Phaser.Math.Vector3#project\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Math.Matrix4} mat - The Matrix4 to multiply this Vector3 with.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 813, + "lineno": 833, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "project", @@ -693549,16 +700635,16 @@ ], "inherits": "Phaser.Math.Vector3#project", "inherited": true, - "___id": "T000002R052345", + "___id": "T000002R052637", "___s": true }, { "comment": "/**\r\n * Multiplies this Vector3 by the given view and projection matrices.\r\n *\r\n * @method Phaser.Math.Vector3#projectViewMatrix\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Math.Matrix4} viewMatrix - A View Matrix.\r\n * @param {Phaser.Math.Matrix4} projectionMatrix - A Projection Matrix.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 857, + "lineno": 877, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "projectViewMatrix", @@ -693612,16 +700698,16 @@ ], "inherits": "Phaser.Math.Vector3#projectViewMatrix", "inherited": true, - "___id": "T000002R052346", + "___id": "T000002R052638", "___s": true }, { "comment": "/**\r\n * Multiplies this Vector3 by the given inversed projection matrix and world matrix.\r\n *\r\n * @method Phaser.Math.Vector3#unprojectViewMatrix\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Math.Matrix4} projectionMatrix - An inversed Projection Matrix.\r\n * @param {Phaser.Math.Matrix4} worldMatrix - A World View Matrix.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 873, + "lineno": 893, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "unprojectViewMatrix", @@ -693675,16 +700761,16 @@ ], "inherits": "Phaser.Math.Vector3#unprojectViewMatrix", "inherited": true, - "___id": "T000002R052347", + "___id": "T000002R052639", "___s": true }, { "comment": "/**\r\n * Unproject this point from 2D space to 3D space.\r\n * The point should have its x and y properties set to\r\n * 2D screen space, and the z either at 0 (near plane)\r\n * or 1 (far plane). The provided matrix is assumed to already\r\n * be combined, i.e. projection * view * model.\r\n *\r\n * After this operation, this vector's (x, y, z) components will\r\n * represent the unprojected 3D coordinate.\r\n *\r\n * @method Phaser.Math.Vector3#unproject\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.Math.Vector4} viewport - Screen x, y, width and height in pixels.\r\n * @param {Phaser.Math.Matrix4} invProjectionView - Combined projection and view matrix.\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 889, + "lineno": 909, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "unproject", @@ -693738,16 +700824,16 @@ ], "inherits": "Phaser.Math.Vector3#unproject", "inherited": true, - "___id": "T000002R052348", + "___id": "T000002R052640", "___s": true }, { "comment": "/**\r\n * Make this Vector the zero vector (0, 0, 0).\r\n *\r\n * @method Phaser.Math.Vector3#reset\r\n * @since 3.0.0\r\n *\r\n * @return {Phaser.Math.Vector3} This Vector3.\r\n */", "meta": { "filename": "Vector3.js", - "lineno": 925, + "lineno": 945, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\math", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\math", "code": {} }, "name": "reset", @@ -693773,7 +700859,7 @@ "scope": "instance", "inherits": "Phaser.Math.Vector3#reset", "inherited": true, - "___id": "T000002R052349", + "___id": "T000002R052641", "___s": true }, { @@ -693782,7 +700868,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -693794,7 +700880,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R052350", + "___id": "T000002R052642", "___s": true }, { @@ -693803,7 +700889,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -693846,7 +700932,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R052351", + "___id": "T000002R052643", "___s": true }, { @@ -693855,7 +700941,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -693915,7 +701001,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listeners", "inherited": true, - "___id": "T000002R052352", + "___id": "T000002R052644", "___s": true }, { @@ -693924,7 +701010,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -693975,7 +701061,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listenerCount", "inherited": true, - "___id": "T000002R052353", + "___id": "T000002R052645", "___s": true }, { @@ -693984,7 +701070,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -694050,7 +701136,7 @@ ], "inherits": "Phaser.Events.EventEmitter#emit", "inherited": true, - "___id": "T000002R052354", + "___id": "T000002R052646", "___s": true }, { @@ -694059,7 +701145,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -694138,7 +701224,7 @@ ], "inherits": "Phaser.Events.EventEmitter#on", "inherited": true, - "___id": "T000002R052355", + "___id": "T000002R052647", "___s": true }, { @@ -694147,7 +701233,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -694226,7 +701312,7 @@ ], "inherits": "Phaser.Events.EventEmitter#addListener", "inherited": true, - "___id": "T000002R052356", + "___id": "T000002R052648", "___s": true }, { @@ -694235,7 +701321,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -694314,7 +701400,7 @@ ], "inherits": "Phaser.Events.EventEmitter#once", "inherited": true, - "___id": "T000002R052357", + "___id": "T000002R052649", "___s": true }, { @@ -694323,7 +701409,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -694416,7 +701502,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeListener", "inherited": true, - "___id": "T000002R052358", + "___id": "T000002R052650", "___s": true }, { @@ -694425,7 +701511,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -694518,7 +701604,7 @@ ], "inherits": "Phaser.Events.EventEmitter#off", "inherited": true, - "___id": "T000002R052359", + "___id": "T000002R052651", "___s": true }, { @@ -694527,7 +701613,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -694580,7 +701666,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeAllListeners", "inherited": true, - "___id": "T000002R052360", + "___id": "T000002R052652", "___s": true }, { @@ -694589,7 +701675,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -694632,7 +701718,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R052361", + "___id": "T000002R052653", "___s": true }, { @@ -694641,7 +701727,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -694701,7 +701787,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listeners", "inherited": true, - "___id": "T000002R052362", + "___id": "T000002R052654", "___s": true }, { @@ -694710,7 +701796,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -694761,7 +701847,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listenerCount", "inherited": true, - "___id": "T000002R052363", + "___id": "T000002R052655", "___s": true }, { @@ -694770,7 +701856,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -694836,7 +701922,7 @@ ], "inherits": "Phaser.Events.EventEmitter#emit", "inherited": true, - "___id": "T000002R052364", + "___id": "T000002R052656", "___s": true }, { @@ -694845,7 +701931,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -694924,7 +702010,7 @@ ], "inherits": "Phaser.Events.EventEmitter#on", "inherited": true, - "___id": "T000002R052365", + "___id": "T000002R052657", "___s": true }, { @@ -694933,7 +702019,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -695012,7 +702098,7 @@ ], "inherits": "Phaser.Events.EventEmitter#addListener", "inherited": true, - "___id": "T000002R052366", + "___id": "T000002R052658", "___s": true }, { @@ -695021,7 +702107,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -695100,7 +702186,7 @@ ], "inherits": "Phaser.Events.EventEmitter#once", "inherited": true, - "___id": "T000002R052367", + "___id": "T000002R052659", "___s": true }, { @@ -695109,7 +702195,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -695202,7 +702288,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeListener", "inherited": true, - "___id": "T000002R052368", + "___id": "T000002R052660", "___s": true }, { @@ -695211,7 +702297,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -695304,7 +702390,7 @@ ], "inherits": "Phaser.Events.EventEmitter#off", "inherited": true, - "___id": "T000002R052369", + "___id": "T000002R052661", "___s": true }, { @@ -695313,7 +702399,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -695366,7 +702452,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeAllListeners", "inherited": true, - "___id": "T000002R052370", + "___id": "T000002R052662", "___s": true }, { @@ -695375,7 +702461,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -695418,7 +702504,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R052371", + "___id": "T000002R052663", "___s": true }, { @@ -695427,7 +702513,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -695487,7 +702573,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listeners", "inherited": true, - "___id": "T000002R052372", + "___id": "T000002R052664", "___s": true }, { @@ -695496,7 +702582,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -695547,7 +702633,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listenerCount", "inherited": true, - "___id": "T000002R052373", + "___id": "T000002R052665", "___s": true }, { @@ -695556,7 +702642,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -695622,7 +702708,7 @@ ], "inherits": "Phaser.Events.EventEmitter#emit", "inherited": true, - "___id": "T000002R052374", + "___id": "T000002R052666", "___s": true }, { @@ -695631,7 +702717,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -695710,7 +702796,7 @@ ], "inherits": "Phaser.Events.EventEmitter#on", "inherited": true, - "___id": "T000002R052375", + "___id": "T000002R052667", "___s": true }, { @@ -695719,7 +702805,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -695798,7 +702884,7 @@ ], "inherits": "Phaser.Events.EventEmitter#addListener", "inherited": true, - "___id": "T000002R052376", + "___id": "T000002R052668", "___s": true }, { @@ -695807,7 +702893,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -695886,7 +702972,7 @@ ], "inherits": "Phaser.Events.EventEmitter#once", "inherited": true, - "___id": "T000002R052377", + "___id": "T000002R052669", "___s": true }, { @@ -695895,7 +702981,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -695988,7 +703074,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeListener", "inherited": true, - "___id": "T000002R052378", + "___id": "T000002R052670", "___s": true }, { @@ -695997,7 +703083,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -696090,7 +703176,7 @@ ], "inherits": "Phaser.Events.EventEmitter#off", "inherited": true, - "___id": "T000002R052379", + "___id": "T000002R052671", "___s": true }, { @@ -696099,7 +703185,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -696152,7 +703238,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeAllListeners", "inherited": true, - "___id": "T000002R052380", + "___id": "T000002R052672", "___s": true }, { @@ -696161,7 +703247,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -696204,7 +703290,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R052381", + "___id": "T000002R052673", "___s": true }, { @@ -696213,7 +703299,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -696273,7 +703359,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listeners", "inherited": true, - "___id": "T000002R052382", + "___id": "T000002R052674", "___s": true }, { @@ -696282,7 +703368,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -696333,7 +703419,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listenerCount", "inherited": true, - "___id": "T000002R052383", + "___id": "T000002R052675", "___s": true }, { @@ -696342,7 +703428,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -696408,7 +703494,7 @@ ], "inherits": "Phaser.Events.EventEmitter#emit", "inherited": true, - "___id": "T000002R052384", + "___id": "T000002R052676", "___s": true }, { @@ -696417,7 +703503,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -696496,7 +703582,7 @@ ], "inherits": "Phaser.Events.EventEmitter#on", "inherited": true, - "___id": "T000002R052385", + "___id": "T000002R052677", "___s": true }, { @@ -696505,7 +703591,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -696584,7 +703670,7 @@ ], "inherits": "Phaser.Events.EventEmitter#addListener", "inherited": true, - "___id": "T000002R052386", + "___id": "T000002R052678", "___s": true }, { @@ -696593,7 +703679,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -696672,7 +703758,7 @@ ], "inherits": "Phaser.Events.EventEmitter#once", "inherited": true, - "___id": "T000002R052387", + "___id": "T000002R052679", "___s": true }, { @@ -696681,7 +703767,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -696774,7 +703860,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeListener", "inherited": true, - "___id": "T000002R052388", + "___id": "T000002R052680", "___s": true }, { @@ -696783,7 +703869,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -696876,7 +703962,7 @@ ], "inherits": "Phaser.Events.EventEmitter#off", "inherited": true, - "___id": "T000002R052389", + "___id": "T000002R052681", "___s": true }, { @@ -696885,7 +703971,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -696938,7 +704024,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeAllListeners", "inherited": true, - "___id": "T000002R052390", + "___id": "T000002R052682", "___s": true }, { @@ -696947,7 +704033,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -696959,7 +704045,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R052391", + "___id": "T000002R052683", "___s": true }, { @@ -696968,7 +704054,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -697011,7 +704097,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R052392", + "___id": "T000002R052684", "___s": true }, { @@ -697020,7 +704106,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -697080,7 +704166,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listeners", "inherited": true, - "___id": "T000002R052393", + "___id": "T000002R052685", "___s": true }, { @@ -697089,7 +704175,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -697140,7 +704226,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listenerCount", "inherited": true, - "___id": "T000002R052394", + "___id": "T000002R052686", "___s": true }, { @@ -697149,7 +704235,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -697215,7 +704301,7 @@ ], "inherits": "Phaser.Events.EventEmitter#emit", "inherited": true, - "___id": "T000002R052395", + "___id": "T000002R052687", "___s": true }, { @@ -697224,7 +704310,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -697303,7 +704389,7 @@ ], "inherits": "Phaser.Events.EventEmitter#on", "inherited": true, - "___id": "T000002R052396", + "___id": "T000002R052688", "___s": true }, { @@ -697312,7 +704398,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -697391,7 +704477,7 @@ ], "inherits": "Phaser.Events.EventEmitter#addListener", "inherited": true, - "___id": "T000002R052397", + "___id": "T000002R052689", "___s": true }, { @@ -697400,7 +704486,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -697479,7 +704565,7 @@ ], "inherits": "Phaser.Events.EventEmitter#once", "inherited": true, - "___id": "T000002R052398", + "___id": "T000002R052690", "___s": true }, { @@ -697488,7 +704574,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -697581,7 +704667,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeListener", "inherited": true, - "___id": "T000002R052399", + "___id": "T000002R052691", "___s": true }, { @@ -697590,7 +704676,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -697683,7 +704769,7 @@ ], "inherits": "Phaser.Events.EventEmitter#off", "inherited": true, - "___id": "T000002R052400", + "___id": "T000002R052692", "___s": true }, { @@ -697692,7 +704778,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -697745,7 +704831,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeAllListeners", "inherited": true, - "___id": "T000002R052401", + "___id": "T000002R052693", "___s": true }, { @@ -697754,7 +704840,7 @@ "filename": "File.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -697775,7 +704861,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#loader", "inherited": true, - "___id": "T000002R052402", + "___id": "T000002R052694", "___s": true }, { @@ -697784,7 +704870,7 @@ "filename": "File.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "cache", @@ -697815,7 +704901,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#cache", "inherited": true, - "___id": "T000002R052403", + "___id": "T000002R052695", "___s": true }, { @@ -697824,7 +704910,7 @@ "filename": "File.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -697845,7 +704931,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#type", "inherited": true, - "___id": "T000002R052404", + "___id": "T000002R052696", "___s": true }, { @@ -697854,7 +704940,7 @@ "filename": "File.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -697875,7 +704961,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#key", "inherited": true, - "___id": "T000002R052405", + "___id": "T000002R052697", "___s": true }, { @@ -697884,7 +704970,7 @@ "filename": "File.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "url", @@ -697915,7 +705001,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#url", "inherited": true, - "___id": "T000002R052406", + "___id": "T000002R052698", "___s": true }, { @@ -697924,7 +705010,7 @@ "filename": "File.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "src", @@ -697945,7 +705031,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#src", "inherited": true, - "___id": "T000002R052407", + "___id": "T000002R052699", "___s": true }, { @@ -697954,7 +705040,7 @@ "filename": "File.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrSettings", @@ -697975,7 +705061,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrSettings", "inherited": true, - "___id": "T000002R052408", + "___id": "T000002R052700", "___s": true }, { @@ -697984,7 +705070,7 @@ "filename": "File.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrLoader", @@ -698007,7 +705093,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrLoader", "inherited": true, - "___id": "T000002R052409", + "___id": "T000002R052701", "___s": true }, { @@ -698016,7 +705102,7 @@ "filename": "File.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -698037,7 +705123,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#state", "inherited": true, - "___id": "T000002R052410", + "___id": "T000002R052702", "___s": true }, { @@ -698046,7 +705132,7 @@ "filename": "File.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesTotal", @@ -698068,7 +705154,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesTotal", "inherited": true, - "___id": "T000002R052411", + "___id": "T000002R052703", "___s": true }, { @@ -698077,7 +705163,7 @@ "filename": "File.js", "lineno": 165, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesLoaded", @@ -698099,7 +705185,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesLoaded", "inherited": true, - "___id": "T000002R052412", + "___id": "T000002R052704", "___s": true }, { @@ -698108,7 +705194,7 @@ "filename": "File.js", "lineno": 176, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "percentComplete", @@ -698130,7 +705216,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#percentComplete", "inherited": true, - "___id": "T000002R052413", + "___id": "T000002R052705", "___s": true }, { @@ -698139,7 +705225,7 @@ "filename": "File.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "crossOrigin", @@ -698169,7 +705255,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#crossOrigin", "inherited": true, - "___id": "T000002R052414", + "___id": "T000002R052706", "___s": true }, { @@ -698178,7 +705264,7 @@ "filename": "File.js", "lineno": 197, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "data", @@ -698198,7 +705284,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#data", "inherited": true, - "___id": "T000002R052415", + "___id": "T000002R052707", "___s": true }, { @@ -698207,7 +705293,7 @@ "filename": "File.js", "lineno": 206, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -698227,7 +705313,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#config", "inherited": true, - "___id": "T000002R052416", + "___id": "T000002R052708", "___s": true }, { @@ -698236,7 +705322,7 @@ "filename": "File.js", "lineno": 215, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "multiFile", @@ -698259,7 +705345,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#multiFile", "inherited": true, - "___id": "T000002R052417", + "___id": "T000002R052709", "___s": true }, { @@ -698268,7 +705354,7 @@ "filename": "File.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "linkFile", @@ -698291,7 +705377,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#linkFile", "inherited": true, - "___id": "T000002R052418", + "___id": "T000002R052710", "___s": true }, { @@ -698300,7 +705386,7 @@ "filename": "File.js", "lineno": 236, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "base64", @@ -698321,7 +705407,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#base64", "inherited": true, - "___id": "T000002R052419", + "___id": "T000002R052711", "___s": true }, { @@ -698330,7 +705416,7 @@ "filename": "File.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "setLink", @@ -698357,7 +705443,7 @@ ], "inherits": "Phaser.Loader.File#setLink", "inherited": true, - "___id": "T000002R052420", + "___id": "T000002R052712", "___s": true }, { @@ -698366,7 +705452,7 @@ "filename": "File.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "resetXHR", @@ -698378,7 +705464,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#resetXHR", "inherited": true, - "___id": "T000002R052421", + "___id": "T000002R052713", "___s": true }, { @@ -698387,7 +705473,7 @@ "filename": "File.js", "lineno": 277, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "load", @@ -698399,16 +705485,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#load", "inherited": true, - "___id": "T000002R052422", + "___id": "T000002R052714", "___s": true }, { "comment": "/**\r\n * Called when the file finishes loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onLoad\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this load.\r\n */", "meta": { "filename": "File.js", - "lineno": 307, + "lineno": 312, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onLoad", @@ -698448,16 +705534,16 @@ ], "inherits": "Phaser.Loader.File#onLoad", "inherited": true, - "___id": "T000002R052423", + "___id": "T000002R052715", "___s": true }, { "comment": "/**\r\n * Called by the XHRLoader if it was given a File with base64 data to load.\r\n *\r\n * @method Phaser.Loader.File#onBase64Load\r\n * @since 3.80.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The FakeXHR object containing the decoded base64 data.\r\n */", "meta": { "filename": "File.js", - "lineno": 340, + "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onBase64Load", @@ -698484,16 +705570,16 @@ ], "inherits": "Phaser.Loader.File#onBase64Load", "inherited": true, - "___id": "T000002R052424", + "___id": "T000002R052716", "___s": true }, { "comment": "/**\r\n * Called if the file errors while loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onError\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this error.\r\n */", "meta": { "filename": "File.js", - "lineno": 361, + "lineno": 366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onError", @@ -698533,16 +705619,16 @@ ], "inherits": "Phaser.Loader.File#onError", "inherited": true, - "___id": "T000002R052425", + "___id": "T000002R052717", "___s": true }, { "comment": "/**\r\n * Called during the file load progress. Is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onProgress\r\n * @fires Phaser.Loader.Events#FILE_PROGRESS\r\n * @since 3.0.0\r\n *\r\n * @param {ProgressEvent} event - The DOM ProgressEvent.\r\n */", "meta": { "filename": "File.js", - "lineno": 377, + "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProgress", @@ -698572,16 +705658,16 @@ ], "inherits": "Phaser.Loader.File#onProgress", "inherited": true, - "___id": "T000002R052426", + "___id": "T000002R052718", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessComplete\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 413, + "lineno": 418, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessComplete", @@ -698593,16 +705679,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessComplete", "inherited": true, - "___id": "T000002R052427", + "___id": "T000002R052719", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing but it generated an error.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessError\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 432, + "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessError", @@ -698614,16 +705700,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessError", "inherited": true, - "___id": "T000002R052428", + "___id": "T000002R052720", "___s": true }, { "comment": "/**\r\n * Checks if a key matching the one used by this file exists in the target Cache or not.\r\n * This is called automatically by the LoaderPlugin to decide if the file can be safely\r\n * loaded or will conflict.\r\n *\r\n * @method Phaser.Loader.File#hasCacheConflict\r\n * @since 3.7.0\r\n *\r\n * @return {boolean} `true` if adding this file will cause a conflict, otherwise `false`.\r\n */", "meta": { "filename": "File.js", - "lineno": 454, + "lineno": 459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "hasCacheConflict", @@ -698649,16 +705735,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#hasCacheConflict", "inherited": true, - "___id": "T000002R052429", + "___id": "T000002R052721", "___s": true }, { "comment": "/**\r\n * Adds this file to its target cache upon successful loading and processing.\r\n * This method is often overridden by specific file types.\r\n *\r\n * @method Phaser.Loader.File#addToCache\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 469, + "lineno": 474, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "addToCache", @@ -698670,16 +705756,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#addToCache", "inherited": true, - "___id": "T000002R052430", + "___id": "T000002R052722", "___s": true }, { "comment": "/**\r\n * Called once the file has been added to its cache and is now ready for deletion from the Loader.\r\n * It will emit a `filecomplete` event from the LoaderPlugin.\r\n *\r\n * @method Phaser.Loader.File#pendingDestroy\r\n * @fires Phaser.Loader.Events#FILE_COMPLETE\r\n * @fires Phaser.Loader.Events#FILE_KEY_COMPLETE\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 484, + "lineno": 489, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -698695,16 +705781,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#pendingDestroy", "inherited": true, - "___id": "T000002R052431", + "___id": "T000002R052723", "___s": true }, { "comment": "/**\r\n * Destroy this File and any references it holds.\r\n *\r\n * @method Phaser.Loader.File#destroy\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 513, + "lineno": 518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -698716,7 +705802,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#destroy", "inherited": true, - "___id": "T000002R052432", + "___id": "T000002R052724", "___s": true }, { @@ -698725,7 +705811,7 @@ "filename": "MultiFile.js", "lineno": 45, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -698746,7 +705832,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#loader", "inherited": true, - "___id": "T000002R052433", + "___id": "T000002R052725", "___s": true }, { @@ -698755,7 +705841,7 @@ "filename": "MultiFile.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -698776,7 +705862,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#type", "inherited": true, - "___id": "T000002R052434", + "___id": "T000002R052726", "___s": true }, { @@ -698785,7 +705871,7 @@ "filename": "MultiFile.js", "lineno": 63, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -698806,7 +705892,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#key", "inherited": true, - "___id": "T000002R052435", + "___id": "T000002R052727", "___s": true }, { @@ -698815,7 +705901,7 @@ "filename": "MultiFile.js", "lineno": 89, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "files", @@ -698845,7 +705931,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#files", "inherited": true, - "___id": "T000002R052437", + "___id": "T000002R052729", "___s": true }, { @@ -698854,7 +705940,7 @@ "filename": "MultiFile.js", "lineno": 98, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -698875,7 +705961,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#state", "inherited": true, - "___id": "T000002R052438", + "___id": "T000002R052730", "___s": true }, { @@ -698884,7 +705970,7 @@ "filename": "MultiFile.js", "lineno": 107, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "complete", @@ -698906,7 +705992,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#complete", "inherited": true, - "___id": "T000002R052439", + "___id": "T000002R052731", "___s": true }, { @@ -698915,7 +706001,7 @@ "filename": "MultiFile.js", "lineno": 117, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pending", @@ -698936,7 +706022,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#pending", "inherited": true, - "___id": "T000002R052440", + "___id": "T000002R052732", "___s": true }, { @@ -698945,7 +706031,7 @@ "filename": "MultiFile.js", "lineno": 127, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "failed", @@ -698967,7 +706053,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#failed", "inherited": true, - "___id": "T000002R052441", + "___id": "T000002R052733", "___s": true }, { @@ -698976,7 +706062,7 @@ "filename": "MultiFile.js", "lineno": 137, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -698997,7 +706083,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#config", "inherited": true, - "___id": "T000002R052442", + "___id": "T000002R052734", "___s": true }, { @@ -699006,7 +706092,7 @@ "filename": "MultiFile.js", "lineno": 146, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "baseURL", @@ -699027,7 +706113,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#baseURL", "inherited": true, - "___id": "T000002R052443", + "___id": "T000002R052735", "___s": true }, { @@ -699036,7 +706122,7 @@ "filename": "MultiFile.js", "lineno": 156, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "path", @@ -699057,7 +706143,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#path", "inherited": true, - "___id": "T000002R052444", + "___id": "T000002R052736", "___s": true }, { @@ -699066,7 +706152,7 @@ "filename": "MultiFile.js", "lineno": 166, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "prefix", @@ -699087,7 +706173,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#prefix", "inherited": true, - "___id": "T000002R052445", + "___id": "T000002R052737", "___s": true }, { @@ -699096,7 +706182,7 @@ "filename": "MultiFile.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "isReadyToProcess", @@ -699122,7 +706208,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#isReadyToProcess", "inherited": true, - "___id": "T000002R052446", + "___id": "T000002R052738", "___s": true }, { @@ -699131,7 +706217,7 @@ "filename": "MultiFile.js", "lineno": 196, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "addToMultiFile", @@ -699172,7 +706258,7 @@ ], "inherits": "Phaser.Loader.MultiFile#addToMultiFile", "inherited": true, - "___id": "T000002R052447", + "___id": "T000002R052739", "___s": true }, { @@ -699181,7 +706267,7 @@ "filename": "MultiFile.js", "lineno": 219, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onFileComplete", @@ -699208,7 +706294,7 @@ ], "inherits": "Phaser.Loader.MultiFile#onFileComplete", "inherited": true, - "___id": "T000002R052448", + "___id": "T000002R052740", "___s": true }, { @@ -699217,7 +706303,7 @@ "filename": "MultiFile.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onFileFailed", @@ -699244,7 +706330,7 @@ ], "inherits": "Phaser.Loader.MultiFile#onFileFailed", "inherited": true, - "___id": "T000002R052449", + "___id": "T000002R052741", "___s": true }, { @@ -699253,7 +706339,7 @@ "filename": "MultiFile.js", "lineno": 258, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -699269,7 +706355,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#pendingDestroy", "inherited": true, - "___id": "T000002R052450", + "___id": "T000002R052742", "___s": true }, { @@ -699278,7 +706364,7 @@ "filename": "MultiFile.js", "lineno": 292, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -699290,7 +706376,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#destroy", "inherited": true, - "___id": "T000002R052451", + "___id": "T000002R052743", "___s": true }, { @@ -699299,7 +706385,7 @@ "filename": "MultiFile.js", "lineno": 45, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -699320,7 +706406,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#loader", "inherited": true, - "___id": "T000002R052452", + "___id": "T000002R052744", "___s": true }, { @@ -699329,7 +706415,7 @@ "filename": "MultiFile.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -699350,7 +706436,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#type", "inherited": true, - "___id": "T000002R052453", + "___id": "T000002R052745", "___s": true }, { @@ -699359,7 +706445,7 @@ "filename": "MultiFile.js", "lineno": 63, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -699380,7 +706466,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#key", "inherited": true, - "___id": "T000002R052454", + "___id": "T000002R052746", "___s": true }, { @@ -699389,7 +706475,7 @@ "filename": "MultiFile.js", "lineno": 89, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "files", @@ -699419,7 +706505,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#files", "inherited": true, - "___id": "T000002R052456", + "___id": "T000002R052748", "___s": true }, { @@ -699428,7 +706514,7 @@ "filename": "MultiFile.js", "lineno": 98, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -699449,7 +706535,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#state", "inherited": true, - "___id": "T000002R052457", + "___id": "T000002R052749", "___s": true }, { @@ -699458,7 +706544,7 @@ "filename": "MultiFile.js", "lineno": 107, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "complete", @@ -699480,7 +706566,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#complete", "inherited": true, - "___id": "T000002R052458", + "___id": "T000002R052750", "___s": true }, { @@ -699489,7 +706575,7 @@ "filename": "MultiFile.js", "lineno": 117, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pending", @@ -699510,7 +706596,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#pending", "inherited": true, - "___id": "T000002R052459", + "___id": "T000002R052751", "___s": true }, { @@ -699519,7 +706605,7 @@ "filename": "MultiFile.js", "lineno": 127, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "failed", @@ -699541,7 +706627,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#failed", "inherited": true, - "___id": "T000002R052460", + "___id": "T000002R052752", "___s": true }, { @@ -699550,7 +706636,7 @@ "filename": "MultiFile.js", "lineno": 137, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -699571,7 +706657,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#config", "inherited": true, - "___id": "T000002R052461", + "___id": "T000002R052753", "___s": true }, { @@ -699580,7 +706666,7 @@ "filename": "MultiFile.js", "lineno": 146, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "baseURL", @@ -699601,7 +706687,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#baseURL", "inherited": true, - "___id": "T000002R052462", + "___id": "T000002R052754", "___s": true }, { @@ -699610,7 +706696,7 @@ "filename": "MultiFile.js", "lineno": 156, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "path", @@ -699631,7 +706717,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#path", "inherited": true, - "___id": "T000002R052463", + "___id": "T000002R052755", "___s": true }, { @@ -699640,7 +706726,7 @@ "filename": "MultiFile.js", "lineno": 166, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "prefix", @@ -699661,7 +706747,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#prefix", "inherited": true, - "___id": "T000002R052464", + "___id": "T000002R052756", "___s": true }, { @@ -699670,7 +706756,7 @@ "filename": "MultiFile.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "isReadyToProcess", @@ -699696,7 +706782,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#isReadyToProcess", "inherited": true, - "___id": "T000002R052465", + "___id": "T000002R052757", "___s": true }, { @@ -699705,7 +706791,7 @@ "filename": "MultiFile.js", "lineno": 196, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "addToMultiFile", @@ -699746,7 +706832,7 @@ ], "inherits": "Phaser.Loader.MultiFile#addToMultiFile", "inherited": true, - "___id": "T000002R052466", + "___id": "T000002R052758", "___s": true }, { @@ -699755,7 +706841,7 @@ "filename": "MultiFile.js", "lineno": 219, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onFileComplete", @@ -699782,7 +706868,7 @@ ], "inherits": "Phaser.Loader.MultiFile#onFileComplete", "inherited": true, - "___id": "T000002R052467", + "___id": "T000002R052759", "___s": true }, { @@ -699791,7 +706877,7 @@ "filename": "MultiFile.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onFileFailed", @@ -699818,7 +706904,7 @@ ], "inherits": "Phaser.Loader.MultiFile#onFileFailed", "inherited": true, - "___id": "T000002R052468", + "___id": "T000002R052760", "___s": true }, { @@ -699827,7 +706913,7 @@ "filename": "MultiFile.js", "lineno": 258, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -699843,7 +706929,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#pendingDestroy", "inherited": true, - "___id": "T000002R052469", + "___id": "T000002R052761", "___s": true }, { @@ -699852,7 +706938,7 @@ "filename": "MultiFile.js", "lineno": 292, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -699864,7 +706950,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#destroy", "inherited": true, - "___id": "T000002R052470", + "___id": "T000002R052762", "___s": true }, { @@ -699873,7 +706959,7 @@ "filename": "MultiFile.js", "lineno": 45, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -699894,7 +706980,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#loader", "inherited": true, - "___id": "T000002R052471", + "___id": "T000002R052763", "___s": true }, { @@ -699903,7 +706989,7 @@ "filename": "MultiFile.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -699924,7 +707010,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#type", "inherited": true, - "___id": "T000002R052472", + "___id": "T000002R052764", "___s": true }, { @@ -699933,7 +707019,7 @@ "filename": "MultiFile.js", "lineno": 63, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -699954,7 +707040,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#key", "inherited": true, - "___id": "T000002R052473", + "___id": "T000002R052765", "___s": true }, { @@ -699963,7 +707049,7 @@ "filename": "MultiFile.js", "lineno": 89, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "files", @@ -699993,7 +707079,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#files", "inherited": true, - "___id": "T000002R052475", + "___id": "T000002R052767", "___s": true }, { @@ -700002,7 +707088,7 @@ "filename": "MultiFile.js", "lineno": 98, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -700023,7 +707109,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#state", "inherited": true, - "___id": "T000002R052476", + "___id": "T000002R052768", "___s": true }, { @@ -700032,7 +707118,7 @@ "filename": "MultiFile.js", "lineno": 107, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "complete", @@ -700054,7 +707140,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#complete", "inherited": true, - "___id": "T000002R052477", + "___id": "T000002R052769", "___s": true }, { @@ -700063,7 +707149,7 @@ "filename": "MultiFile.js", "lineno": 117, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pending", @@ -700084,7 +707170,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#pending", "inherited": true, - "___id": "T000002R052478", + "___id": "T000002R052770", "___s": true }, { @@ -700093,7 +707179,7 @@ "filename": "MultiFile.js", "lineno": 127, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "failed", @@ -700115,7 +707201,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#failed", "inherited": true, - "___id": "T000002R052479", + "___id": "T000002R052771", "___s": true }, { @@ -700124,7 +707210,7 @@ "filename": "MultiFile.js", "lineno": 137, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -700145,7 +707231,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#config", "inherited": true, - "___id": "T000002R052480", + "___id": "T000002R052772", "___s": true }, { @@ -700154,7 +707240,7 @@ "filename": "MultiFile.js", "lineno": 146, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "baseURL", @@ -700175,7 +707261,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#baseURL", "inherited": true, - "___id": "T000002R052481", + "___id": "T000002R052773", "___s": true }, { @@ -700184,7 +707270,7 @@ "filename": "MultiFile.js", "lineno": 156, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "path", @@ -700205,7 +707291,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#path", "inherited": true, - "___id": "T000002R052482", + "___id": "T000002R052774", "___s": true }, { @@ -700214,7 +707300,7 @@ "filename": "MultiFile.js", "lineno": 166, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "prefix", @@ -700235,7 +707321,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#prefix", "inherited": true, - "___id": "T000002R052483", + "___id": "T000002R052775", "___s": true }, { @@ -700244,7 +707330,7 @@ "filename": "MultiFile.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "isReadyToProcess", @@ -700270,7 +707356,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#isReadyToProcess", "inherited": true, - "___id": "T000002R052484", + "___id": "T000002R052776", "___s": true }, { @@ -700279,7 +707365,7 @@ "filename": "MultiFile.js", "lineno": 196, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "addToMultiFile", @@ -700320,7 +707406,7 @@ ], "inherits": "Phaser.Loader.MultiFile#addToMultiFile", "inherited": true, - "___id": "T000002R052485", + "___id": "T000002R052777", "___s": true }, { @@ -700329,7 +707415,7 @@ "filename": "MultiFile.js", "lineno": 219, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onFileComplete", @@ -700356,7 +707442,7 @@ ], "inherits": "Phaser.Loader.MultiFile#onFileComplete", "inherited": true, - "___id": "T000002R052486", + "___id": "T000002R052778", "___s": true }, { @@ -700365,7 +707451,7 @@ "filename": "MultiFile.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onFileFailed", @@ -700392,7 +707478,7 @@ ], "inherits": "Phaser.Loader.MultiFile#onFileFailed", "inherited": true, - "___id": "T000002R052487", + "___id": "T000002R052779", "___s": true }, { @@ -700401,7 +707487,7 @@ "filename": "MultiFile.js", "lineno": 258, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -700417,7 +707503,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#pendingDestroy", "inherited": true, - "___id": "T000002R052488", + "___id": "T000002R052780", "___s": true }, { @@ -700426,7 +707512,7 @@ "filename": "MultiFile.js", "lineno": 292, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -700438,7 +707524,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#destroy", "inherited": true, - "___id": "T000002R052489", + "___id": "T000002R052781", "___s": true }, { @@ -700447,7 +707533,7 @@ "filename": "File.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -700468,7 +707554,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#loader", "inherited": true, - "___id": "T000002R052490", + "___id": "T000002R052782", "___s": true }, { @@ -700477,7 +707563,7 @@ "filename": "File.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "cache", @@ -700508,7 +707594,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#cache", "inherited": true, - "___id": "T000002R052491", + "___id": "T000002R052783", "___s": true }, { @@ -700517,7 +707603,7 @@ "filename": "File.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -700538,7 +707624,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#type", "inherited": true, - "___id": "T000002R052492", + "___id": "T000002R052784", "___s": true }, { @@ -700547,7 +707633,7 @@ "filename": "File.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -700568,7 +707654,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#key", "inherited": true, - "___id": "T000002R052493", + "___id": "T000002R052785", "___s": true }, { @@ -700577,7 +707663,7 @@ "filename": "File.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "url", @@ -700608,7 +707694,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#url", "inherited": true, - "___id": "T000002R052494", + "___id": "T000002R052786", "___s": true }, { @@ -700617,7 +707703,7 @@ "filename": "File.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "src", @@ -700638,7 +707724,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#src", "inherited": true, - "___id": "T000002R052495", + "___id": "T000002R052787", "___s": true }, { @@ -700647,7 +707733,7 @@ "filename": "File.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrSettings", @@ -700668,7 +707754,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrSettings", "inherited": true, - "___id": "T000002R052496", + "___id": "T000002R052788", "___s": true }, { @@ -700677,7 +707763,7 @@ "filename": "File.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrLoader", @@ -700700,7 +707786,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrLoader", "inherited": true, - "___id": "T000002R052497", + "___id": "T000002R052789", "___s": true }, { @@ -700709,7 +707795,7 @@ "filename": "File.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -700730,7 +707816,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#state", "inherited": true, - "___id": "T000002R052498", + "___id": "T000002R052790", "___s": true }, { @@ -700739,7 +707825,7 @@ "filename": "File.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesTotal", @@ -700761,7 +707847,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesTotal", "inherited": true, - "___id": "T000002R052499", + "___id": "T000002R052791", "___s": true }, { @@ -700770,7 +707856,7 @@ "filename": "File.js", "lineno": 165, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesLoaded", @@ -700792,7 +707878,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesLoaded", "inherited": true, - "___id": "T000002R052500", + "___id": "T000002R052792", "___s": true }, { @@ -700801,7 +707887,7 @@ "filename": "File.js", "lineno": 176, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "percentComplete", @@ -700823,7 +707909,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#percentComplete", "inherited": true, - "___id": "T000002R052501", + "___id": "T000002R052793", "___s": true }, { @@ -700832,7 +707918,7 @@ "filename": "File.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "crossOrigin", @@ -700862,7 +707948,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#crossOrigin", "inherited": true, - "___id": "T000002R052502", + "___id": "T000002R052794", "___s": true }, { @@ -700871,7 +707957,7 @@ "filename": "File.js", "lineno": 197, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "data", @@ -700891,7 +707977,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#data", "inherited": true, - "___id": "T000002R052503", + "___id": "T000002R052795", "___s": true }, { @@ -700900,7 +707986,7 @@ "filename": "File.js", "lineno": 206, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -700920,7 +708006,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#config", "inherited": true, - "___id": "T000002R052504", + "___id": "T000002R052796", "___s": true }, { @@ -700929,7 +708015,7 @@ "filename": "File.js", "lineno": 215, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "multiFile", @@ -700952,7 +708038,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#multiFile", "inherited": true, - "___id": "T000002R052505", + "___id": "T000002R052797", "___s": true }, { @@ -700961,7 +708047,7 @@ "filename": "File.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "linkFile", @@ -700984,7 +708070,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#linkFile", "inherited": true, - "___id": "T000002R052506", + "___id": "T000002R052798", "___s": true }, { @@ -700993,7 +708079,7 @@ "filename": "File.js", "lineno": 236, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "base64", @@ -701014,7 +708100,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#base64", "inherited": true, - "___id": "T000002R052507", + "___id": "T000002R052799", "___s": true }, { @@ -701023,7 +708109,7 @@ "filename": "File.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "setLink", @@ -701050,7 +708136,7 @@ ], "inherits": "Phaser.Loader.File#setLink", "inherited": true, - "___id": "T000002R052508", + "___id": "T000002R052800", "___s": true }, { @@ -701059,7 +708145,7 @@ "filename": "File.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "resetXHR", @@ -701071,7 +708157,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#resetXHR", "inherited": true, - "___id": "T000002R052509", + "___id": "T000002R052801", "___s": true }, { @@ -701080,7 +708166,7 @@ "filename": "File.js", "lineno": 277, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "load", @@ -701092,16 +708178,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#load", "inherited": true, - "___id": "T000002R052510", + "___id": "T000002R052802", "___s": true }, { "comment": "/**\r\n * Called when the file finishes loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onLoad\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this load.\r\n */", "meta": { "filename": "File.js", - "lineno": 307, + "lineno": 312, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onLoad", @@ -701141,16 +708227,16 @@ ], "inherits": "Phaser.Loader.File#onLoad", "inherited": true, - "___id": "T000002R052511", + "___id": "T000002R052803", "___s": true }, { "comment": "/**\r\n * Called by the XHRLoader if it was given a File with base64 data to load.\r\n *\r\n * @method Phaser.Loader.File#onBase64Load\r\n * @since 3.80.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The FakeXHR object containing the decoded base64 data.\r\n */", "meta": { "filename": "File.js", - "lineno": 340, + "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onBase64Load", @@ -701177,16 +708263,16 @@ ], "inherits": "Phaser.Loader.File#onBase64Load", "inherited": true, - "___id": "T000002R052512", + "___id": "T000002R052804", "___s": true }, { "comment": "/**\r\n * Called if the file errors while loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onError\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this error.\r\n */", "meta": { "filename": "File.js", - "lineno": 361, + "lineno": 366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onError", @@ -701226,16 +708312,16 @@ ], "inherits": "Phaser.Loader.File#onError", "inherited": true, - "___id": "T000002R052513", + "___id": "T000002R052805", "___s": true }, { "comment": "/**\r\n * Called during the file load progress. Is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onProgress\r\n * @fires Phaser.Loader.Events#FILE_PROGRESS\r\n * @since 3.0.0\r\n *\r\n * @param {ProgressEvent} event - The DOM ProgressEvent.\r\n */", "meta": { "filename": "File.js", - "lineno": 377, + "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProgress", @@ -701265,16 +708351,16 @@ ], "inherits": "Phaser.Loader.File#onProgress", "inherited": true, - "___id": "T000002R052514", + "___id": "T000002R052806", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessComplete\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 413, + "lineno": 418, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessComplete", @@ -701286,16 +708372,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessComplete", "inherited": true, - "___id": "T000002R052515", + "___id": "T000002R052807", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing but it generated an error.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessError\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 432, + "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessError", @@ -701307,16 +708393,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessError", "inherited": true, - "___id": "T000002R052516", + "___id": "T000002R052808", "___s": true }, { "comment": "/**\r\n * Checks if a key matching the one used by this file exists in the target Cache or not.\r\n * This is called automatically by the LoaderPlugin to decide if the file can be safely\r\n * loaded or will conflict.\r\n *\r\n * @method Phaser.Loader.File#hasCacheConflict\r\n * @since 3.7.0\r\n *\r\n * @return {boolean} `true` if adding this file will cause a conflict, otherwise `false`.\r\n */", "meta": { "filename": "File.js", - "lineno": 454, + "lineno": 459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "hasCacheConflict", @@ -701342,16 +708428,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#hasCacheConflict", "inherited": true, - "___id": "T000002R052517", + "___id": "T000002R052809", "___s": true }, { "comment": "/**\r\n * Adds this file to its target cache upon successful loading and processing.\r\n * This method is often overridden by specific file types.\r\n *\r\n * @method Phaser.Loader.File#addToCache\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 469, + "lineno": 474, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "addToCache", @@ -701363,16 +708449,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#addToCache", "inherited": true, - "___id": "T000002R052518", + "___id": "T000002R052810", "___s": true }, { "comment": "/**\r\n * Called once the file has been added to its cache and is now ready for deletion from the Loader.\r\n * It will emit a `filecomplete` event from the LoaderPlugin.\r\n *\r\n * @method Phaser.Loader.File#pendingDestroy\r\n * @fires Phaser.Loader.Events#FILE_COMPLETE\r\n * @fires Phaser.Loader.Events#FILE_KEY_COMPLETE\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 484, + "lineno": 489, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -701388,16 +708474,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#pendingDestroy", "inherited": true, - "___id": "T000002R052519", + "___id": "T000002R052811", "___s": true }, { "comment": "/**\r\n * Destroy this File and any references it holds.\r\n *\r\n * @method Phaser.Loader.File#destroy\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 513, + "lineno": 518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -701409,7 +708495,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#destroy", "inherited": true, - "___id": "T000002R052520", + "___id": "T000002R052812", "___s": true }, { @@ -701418,7 +708504,7 @@ "filename": "MultiFile.js", "lineno": 45, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -701439,7 +708525,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#loader", "inherited": true, - "___id": "T000002R052521", + "___id": "T000002R052813", "___s": true }, { @@ -701448,7 +708534,7 @@ "filename": "MultiFile.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -701469,7 +708555,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#type", "inherited": true, - "___id": "T000002R052522", + "___id": "T000002R052814", "___s": true }, { @@ -701478,7 +708564,7 @@ "filename": "MultiFile.js", "lineno": 63, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -701499,7 +708585,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#key", "inherited": true, - "___id": "T000002R052523", + "___id": "T000002R052815", "___s": true }, { @@ -701508,7 +708594,7 @@ "filename": "MultiFile.js", "lineno": 89, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "files", @@ -701538,7 +708624,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#files", "inherited": true, - "___id": "T000002R052525", + "___id": "T000002R052817", "___s": true }, { @@ -701547,7 +708633,7 @@ "filename": "MultiFile.js", "lineno": 98, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -701568,7 +708654,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#state", "inherited": true, - "___id": "T000002R052526", + "___id": "T000002R052818", "___s": true }, { @@ -701577,7 +708663,7 @@ "filename": "MultiFile.js", "lineno": 107, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "complete", @@ -701599,7 +708685,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#complete", "inherited": true, - "___id": "T000002R052527", + "___id": "T000002R052819", "___s": true }, { @@ -701608,7 +708694,7 @@ "filename": "MultiFile.js", "lineno": 117, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pending", @@ -701629,7 +708715,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#pending", "inherited": true, - "___id": "T000002R052528", + "___id": "T000002R052820", "___s": true }, { @@ -701638,7 +708724,7 @@ "filename": "MultiFile.js", "lineno": 127, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "failed", @@ -701660,7 +708746,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#failed", "inherited": true, - "___id": "T000002R052529", + "___id": "T000002R052821", "___s": true }, { @@ -701669,7 +708755,7 @@ "filename": "MultiFile.js", "lineno": 137, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -701690,7 +708776,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#config", "inherited": true, - "___id": "T000002R052530", + "___id": "T000002R052822", "___s": true }, { @@ -701699,7 +708785,7 @@ "filename": "MultiFile.js", "lineno": 146, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "baseURL", @@ -701720,7 +708806,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#baseURL", "inherited": true, - "___id": "T000002R052531", + "___id": "T000002R052823", "___s": true }, { @@ -701729,7 +708815,7 @@ "filename": "MultiFile.js", "lineno": 156, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "path", @@ -701750,7 +708836,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#path", "inherited": true, - "___id": "T000002R052532", + "___id": "T000002R052824", "___s": true }, { @@ -701759,7 +708845,7 @@ "filename": "MultiFile.js", "lineno": 166, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "prefix", @@ -701780,7 +708866,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#prefix", "inherited": true, - "___id": "T000002R052533", + "___id": "T000002R052825", "___s": true }, { @@ -701789,7 +708875,7 @@ "filename": "MultiFile.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "isReadyToProcess", @@ -701815,7 +708901,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#isReadyToProcess", "inherited": true, - "___id": "T000002R052534", + "___id": "T000002R052826", "___s": true }, { @@ -701824,7 +708910,7 @@ "filename": "MultiFile.js", "lineno": 196, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "addToMultiFile", @@ -701865,7 +708951,7 @@ ], "inherits": "Phaser.Loader.MultiFile#addToMultiFile", "inherited": true, - "___id": "T000002R052535", + "___id": "T000002R052827", "___s": true }, { @@ -701874,7 +708960,7 @@ "filename": "MultiFile.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onFileFailed", @@ -701901,7 +708987,7 @@ ], "inherits": "Phaser.Loader.MultiFile#onFileFailed", "inherited": true, - "___id": "T000002R052536", + "___id": "T000002R052828", "___s": true }, { @@ -701910,7 +708996,7 @@ "filename": "MultiFile.js", "lineno": 258, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -701926,7 +709012,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#pendingDestroy", "inherited": true, - "___id": "T000002R052537", + "___id": "T000002R052829", "___s": true }, { @@ -701935,7 +709021,7 @@ "filename": "MultiFile.js", "lineno": 292, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -701947,7 +709033,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#destroy", "inherited": true, - "___id": "T000002R052538", + "___id": "T000002R052830", "___s": true }, { @@ -701956,7 +709042,7 @@ "filename": "File.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -701977,7 +709063,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#loader", "inherited": true, - "___id": "T000002R052539", + "___id": "T000002R052831", "___s": true }, { @@ -701986,7 +709072,7 @@ "filename": "File.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "cache", @@ -702017,7 +709103,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#cache", "inherited": true, - "___id": "T000002R052540", + "___id": "T000002R052832", "___s": true }, { @@ -702026,7 +709112,7 @@ "filename": "File.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -702047,7 +709133,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#type", "inherited": true, - "___id": "T000002R052541", + "___id": "T000002R052833", "___s": true }, { @@ -702056,7 +709142,7 @@ "filename": "File.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -702077,7 +709163,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#key", "inherited": true, - "___id": "T000002R052542", + "___id": "T000002R052834", "___s": true }, { @@ -702086,7 +709172,7 @@ "filename": "File.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "url", @@ -702117,7 +709203,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#url", "inherited": true, - "___id": "T000002R052543", + "___id": "T000002R052835", "___s": true }, { @@ -702126,7 +709212,7 @@ "filename": "File.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "src", @@ -702147,7 +709233,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#src", "inherited": true, - "___id": "T000002R052544", + "___id": "T000002R052836", "___s": true }, { @@ -702156,7 +709242,7 @@ "filename": "File.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrSettings", @@ -702177,7 +709263,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrSettings", "inherited": true, - "___id": "T000002R052545", + "___id": "T000002R052837", "___s": true }, { @@ -702186,7 +709272,7 @@ "filename": "File.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrLoader", @@ -702209,7 +709295,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrLoader", "inherited": true, - "___id": "T000002R052546", + "___id": "T000002R052838", "___s": true }, { @@ -702218,7 +709304,7 @@ "filename": "File.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -702239,7 +709325,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#state", "inherited": true, - "___id": "T000002R052547", + "___id": "T000002R052839", "___s": true }, { @@ -702248,7 +709334,7 @@ "filename": "File.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesTotal", @@ -702270,7 +709356,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesTotal", "inherited": true, - "___id": "T000002R052548", + "___id": "T000002R052840", "___s": true }, { @@ -702279,7 +709365,7 @@ "filename": "File.js", "lineno": 165, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesLoaded", @@ -702301,7 +709387,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesLoaded", "inherited": true, - "___id": "T000002R052549", + "___id": "T000002R052841", "___s": true }, { @@ -702310,7 +709396,7 @@ "filename": "File.js", "lineno": 176, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "percentComplete", @@ -702332,7 +709418,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#percentComplete", "inherited": true, - "___id": "T000002R052550", + "___id": "T000002R052842", "___s": true }, { @@ -702341,7 +709427,7 @@ "filename": "File.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "crossOrigin", @@ -702371,7 +709457,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#crossOrigin", "inherited": true, - "___id": "T000002R052551", + "___id": "T000002R052843", "___s": true }, { @@ -702380,7 +709466,7 @@ "filename": "File.js", "lineno": 197, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "data", @@ -702400,7 +709486,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#data", "inherited": true, - "___id": "T000002R052552", + "___id": "T000002R052844", "___s": true }, { @@ -702409,7 +709495,7 @@ "filename": "File.js", "lineno": 206, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -702429,7 +709515,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#config", "inherited": true, - "___id": "T000002R052553", + "___id": "T000002R052845", "___s": true }, { @@ -702438,7 +709524,7 @@ "filename": "File.js", "lineno": 215, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "multiFile", @@ -702461,7 +709547,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#multiFile", "inherited": true, - "___id": "T000002R052554", + "___id": "T000002R052846", "___s": true }, { @@ -702470,7 +709556,7 @@ "filename": "File.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "linkFile", @@ -702493,7 +709579,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#linkFile", "inherited": true, - "___id": "T000002R052555", + "___id": "T000002R052847", "___s": true }, { @@ -702502,7 +709588,7 @@ "filename": "File.js", "lineno": 236, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "base64", @@ -702523,7 +709609,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#base64", "inherited": true, - "___id": "T000002R052556", + "___id": "T000002R052848", "___s": true }, { @@ -702532,7 +709618,7 @@ "filename": "File.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "setLink", @@ -702559,7 +709645,7 @@ ], "inherits": "Phaser.Loader.File#setLink", "inherited": true, - "___id": "T000002R052557", + "___id": "T000002R052849", "___s": true }, { @@ -702568,7 +709654,7 @@ "filename": "File.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "resetXHR", @@ -702580,7 +709666,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#resetXHR", "inherited": true, - "___id": "T000002R052558", + "___id": "T000002R052850", "___s": true }, { @@ -702589,7 +709675,7 @@ "filename": "File.js", "lineno": 277, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "load", @@ -702601,16 +709687,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#load", "inherited": true, - "___id": "T000002R052559", + "___id": "T000002R052851", "___s": true }, { "comment": "/**\r\n * Called when the file finishes loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onLoad\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this load.\r\n */", "meta": { "filename": "File.js", - "lineno": 307, + "lineno": 312, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onLoad", @@ -702650,16 +709736,16 @@ ], "inherits": "Phaser.Loader.File#onLoad", "inherited": true, - "___id": "T000002R052560", + "___id": "T000002R052852", "___s": true }, { "comment": "/**\r\n * Called by the XHRLoader if it was given a File with base64 data to load.\r\n *\r\n * @method Phaser.Loader.File#onBase64Load\r\n * @since 3.80.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The FakeXHR object containing the decoded base64 data.\r\n */", "meta": { "filename": "File.js", - "lineno": 340, + "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onBase64Load", @@ -702686,16 +709772,16 @@ ], "inherits": "Phaser.Loader.File#onBase64Load", "inherited": true, - "___id": "T000002R052561", + "___id": "T000002R052853", "___s": true }, { "comment": "/**\r\n * Called if the file errors while loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onError\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this error.\r\n */", "meta": { "filename": "File.js", - "lineno": 361, + "lineno": 366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onError", @@ -702735,16 +709821,16 @@ ], "inherits": "Phaser.Loader.File#onError", "inherited": true, - "___id": "T000002R052562", + "___id": "T000002R052854", "___s": true }, { "comment": "/**\r\n * Called during the file load progress. Is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onProgress\r\n * @fires Phaser.Loader.Events#FILE_PROGRESS\r\n * @since 3.0.0\r\n *\r\n * @param {ProgressEvent} event - The DOM ProgressEvent.\r\n */", "meta": { "filename": "File.js", - "lineno": 377, + "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProgress", @@ -702774,16 +709860,16 @@ ], "inherits": "Phaser.Loader.File#onProgress", "inherited": true, - "___id": "T000002R052563", + "___id": "T000002R052855", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessComplete\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 413, + "lineno": 418, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessComplete", @@ -702795,16 +709881,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessComplete", "inherited": true, - "___id": "T000002R052564", + "___id": "T000002R052856", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing but it generated an error.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessError\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 432, + "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessError", @@ -702816,16 +709902,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessError", "inherited": true, - "___id": "T000002R052565", + "___id": "T000002R052857", "___s": true }, { "comment": "/**\r\n * Checks if a key matching the one used by this file exists in the target Cache or not.\r\n * This is called automatically by the LoaderPlugin to decide if the file can be safely\r\n * loaded or will conflict.\r\n *\r\n * @method Phaser.Loader.File#hasCacheConflict\r\n * @since 3.7.0\r\n *\r\n * @return {boolean} `true` if adding this file will cause a conflict, otherwise `false`.\r\n */", "meta": { "filename": "File.js", - "lineno": 454, + "lineno": 459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "hasCacheConflict", @@ -702851,16 +709937,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#hasCacheConflict", "inherited": true, - "___id": "T000002R052566", + "___id": "T000002R052858", "___s": true }, { "comment": "/**\r\n * Adds this file to its target cache upon successful loading and processing.\r\n * This method is often overridden by specific file types.\r\n *\r\n * @method Phaser.Loader.File#addToCache\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 469, + "lineno": 474, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "addToCache", @@ -702872,16 +709958,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#addToCache", "inherited": true, - "___id": "T000002R052567", + "___id": "T000002R052859", "___s": true }, { "comment": "/**\r\n * Called once the file has been added to its cache and is now ready for deletion from the Loader.\r\n * It will emit a `filecomplete` event from the LoaderPlugin.\r\n *\r\n * @method Phaser.Loader.File#pendingDestroy\r\n * @fires Phaser.Loader.Events#FILE_COMPLETE\r\n * @fires Phaser.Loader.Events#FILE_KEY_COMPLETE\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 484, + "lineno": 489, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -702897,16 +709983,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#pendingDestroy", "inherited": true, - "___id": "T000002R052568", + "___id": "T000002R052860", "___s": true }, { "comment": "/**\r\n * Destroy this File and any references it holds.\r\n *\r\n * @method Phaser.Loader.File#destroy\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 513, + "lineno": 518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -702918,7 +710004,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#destroy", "inherited": true, - "___id": "T000002R052569", + "___id": "T000002R052861", "___s": true }, { @@ -702927,7 +710013,7 @@ "filename": "MultiFile.js", "lineno": 45, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -702948,7 +710034,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#loader", "inherited": true, - "___id": "T000002R052570", + "___id": "T000002R052862", "___s": true }, { @@ -702957,7 +710043,7 @@ "filename": "MultiFile.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -702978,7 +710064,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#type", "inherited": true, - "___id": "T000002R052571", + "___id": "T000002R052863", "___s": true }, { @@ -702987,7 +710073,7 @@ "filename": "MultiFile.js", "lineno": 63, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -703008,7 +710094,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#key", "inherited": true, - "___id": "T000002R052572", + "___id": "T000002R052864", "___s": true }, { @@ -703017,7 +710103,7 @@ "filename": "MultiFile.js", "lineno": 89, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "files", @@ -703047,7 +710133,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#files", "inherited": true, - "___id": "T000002R052574", + "___id": "T000002R052866", "___s": true }, { @@ -703056,7 +710142,7 @@ "filename": "MultiFile.js", "lineno": 98, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -703077,7 +710163,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#state", "inherited": true, - "___id": "T000002R052575", + "___id": "T000002R052867", "___s": true }, { @@ -703086,7 +710172,7 @@ "filename": "MultiFile.js", "lineno": 107, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "complete", @@ -703108,7 +710194,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#complete", "inherited": true, - "___id": "T000002R052576", + "___id": "T000002R052868", "___s": true }, { @@ -703117,7 +710203,7 @@ "filename": "MultiFile.js", "lineno": 117, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pending", @@ -703138,7 +710224,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#pending", "inherited": true, - "___id": "T000002R052577", + "___id": "T000002R052869", "___s": true }, { @@ -703147,7 +710233,7 @@ "filename": "MultiFile.js", "lineno": 127, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "failed", @@ -703169,7 +710255,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#failed", "inherited": true, - "___id": "T000002R052578", + "___id": "T000002R052870", "___s": true }, { @@ -703178,7 +710264,7 @@ "filename": "MultiFile.js", "lineno": 137, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -703199,7 +710285,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#config", "inherited": true, - "___id": "T000002R052579", + "___id": "T000002R052871", "___s": true }, { @@ -703208,7 +710294,7 @@ "filename": "MultiFile.js", "lineno": 146, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "baseURL", @@ -703229,7 +710315,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#baseURL", "inherited": true, - "___id": "T000002R052580", + "___id": "T000002R052872", "___s": true }, { @@ -703238,7 +710324,7 @@ "filename": "MultiFile.js", "lineno": 156, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "path", @@ -703259,7 +710345,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#path", "inherited": true, - "___id": "T000002R052581", + "___id": "T000002R052873", "___s": true }, { @@ -703268,7 +710354,7 @@ "filename": "MultiFile.js", "lineno": 166, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "prefix", @@ -703289,7 +710375,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#prefix", "inherited": true, - "___id": "T000002R052582", + "___id": "T000002R052874", "___s": true }, { @@ -703298,7 +710384,7 @@ "filename": "MultiFile.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "isReadyToProcess", @@ -703324,7 +710410,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#isReadyToProcess", "inherited": true, - "___id": "T000002R052583", + "___id": "T000002R052875", "___s": true }, { @@ -703333,7 +710419,7 @@ "filename": "MultiFile.js", "lineno": 196, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "addToMultiFile", @@ -703374,7 +710460,7 @@ ], "inherits": "Phaser.Loader.MultiFile#addToMultiFile", "inherited": true, - "___id": "T000002R052584", + "___id": "T000002R052876", "___s": true }, { @@ -703383,7 +710469,7 @@ "filename": "MultiFile.js", "lineno": 219, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onFileComplete", @@ -703410,7 +710496,7 @@ ], "inherits": "Phaser.Loader.MultiFile#onFileComplete", "inherited": true, - "___id": "T000002R052585", + "___id": "T000002R052877", "___s": true }, { @@ -703419,7 +710505,7 @@ "filename": "MultiFile.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onFileFailed", @@ -703446,7 +710532,7 @@ ], "inherits": "Phaser.Loader.MultiFile#onFileFailed", "inherited": true, - "___id": "T000002R052586", + "___id": "T000002R052878", "___s": true }, { @@ -703455,7 +710541,7 @@ "filename": "MultiFile.js", "lineno": 258, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -703471,7 +710557,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#pendingDestroy", "inherited": true, - "___id": "T000002R052587", + "___id": "T000002R052879", "___s": true }, { @@ -703480,7 +710566,7 @@ "filename": "MultiFile.js", "lineno": 292, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -703492,7 +710578,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#destroy", "inherited": true, - "___id": "T000002R052588", + "___id": "T000002R052880", "___s": true }, { @@ -703501,7 +710587,7 @@ "filename": "MultiFile.js", "lineno": 45, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -703522,7 +710608,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#loader", "inherited": true, - "___id": "T000002R052589", + "___id": "T000002R052881", "___s": true }, { @@ -703531,7 +710617,7 @@ "filename": "MultiFile.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -703552,7 +710638,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#type", "inherited": true, - "___id": "T000002R052590", + "___id": "T000002R052882", "___s": true }, { @@ -703561,7 +710647,7 @@ "filename": "MultiFile.js", "lineno": 63, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -703582,7 +710668,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#key", "inherited": true, - "___id": "T000002R052591", + "___id": "T000002R052883", "___s": true }, { @@ -703591,7 +710677,7 @@ "filename": "MultiFile.js", "lineno": 89, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "files", @@ -703621,7 +710707,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#files", "inherited": true, - "___id": "T000002R052593", + "___id": "T000002R052885", "___s": true }, { @@ -703630,7 +710716,7 @@ "filename": "MultiFile.js", "lineno": 98, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -703651,7 +710737,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#state", "inherited": true, - "___id": "T000002R052594", + "___id": "T000002R052886", "___s": true }, { @@ -703660,7 +710746,7 @@ "filename": "MultiFile.js", "lineno": 107, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "complete", @@ -703682,7 +710768,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#complete", "inherited": true, - "___id": "T000002R052595", + "___id": "T000002R052887", "___s": true }, { @@ -703691,7 +710777,7 @@ "filename": "MultiFile.js", "lineno": 117, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pending", @@ -703712,7 +710798,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#pending", "inherited": true, - "___id": "T000002R052596", + "___id": "T000002R052888", "___s": true }, { @@ -703721,7 +710807,7 @@ "filename": "MultiFile.js", "lineno": 127, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "failed", @@ -703743,7 +710829,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#failed", "inherited": true, - "___id": "T000002R052597", + "___id": "T000002R052889", "___s": true }, { @@ -703752,7 +710838,7 @@ "filename": "MultiFile.js", "lineno": 137, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -703773,7 +710859,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#config", "inherited": true, - "___id": "T000002R052598", + "___id": "T000002R052890", "___s": true }, { @@ -703782,7 +710868,7 @@ "filename": "MultiFile.js", "lineno": 146, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "baseURL", @@ -703803,7 +710889,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#baseURL", "inherited": true, - "___id": "T000002R052599", + "___id": "T000002R052891", "___s": true }, { @@ -703812,7 +710898,7 @@ "filename": "MultiFile.js", "lineno": 156, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "path", @@ -703833,7 +710919,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#path", "inherited": true, - "___id": "T000002R052600", + "___id": "T000002R052892", "___s": true }, { @@ -703842,7 +710928,7 @@ "filename": "MultiFile.js", "lineno": 166, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "prefix", @@ -703863,7 +710949,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#prefix", "inherited": true, - "___id": "T000002R052601", + "___id": "T000002R052893", "___s": true }, { @@ -703872,7 +710958,7 @@ "filename": "MultiFile.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "isReadyToProcess", @@ -703898,7 +710984,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#isReadyToProcess", "inherited": true, - "___id": "T000002R052602", + "___id": "T000002R052894", "___s": true }, { @@ -703907,7 +710993,7 @@ "filename": "MultiFile.js", "lineno": 196, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "addToMultiFile", @@ -703948,7 +711034,7 @@ ], "inherits": "Phaser.Loader.MultiFile#addToMultiFile", "inherited": true, - "___id": "T000002R052603", + "___id": "T000002R052895", "___s": true }, { @@ -703957,7 +711043,7 @@ "filename": "MultiFile.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onFileFailed", @@ -703984,7 +711070,7 @@ ], "inherits": "Phaser.Loader.MultiFile#onFileFailed", "inherited": true, - "___id": "T000002R052604", + "___id": "T000002R052896", "___s": true }, { @@ -703993,7 +711079,7 @@ "filename": "MultiFile.js", "lineno": 258, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -704009,7 +711095,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#pendingDestroy", "inherited": true, - "___id": "T000002R052605", + "___id": "T000002R052897", "___s": true }, { @@ -704018,7 +711104,7 @@ "filename": "MultiFile.js", "lineno": 292, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -704030,7 +711116,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#destroy", "inherited": true, - "___id": "T000002R052606", + "___id": "T000002R052898", "___s": true }, { @@ -704039,7 +711125,7 @@ "filename": "File.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -704060,7 +711146,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#loader", "inherited": true, - "___id": "T000002R052607", + "___id": "T000002R052899", "___s": true }, { @@ -704069,7 +711155,7 @@ "filename": "File.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "cache", @@ -704100,7 +711186,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#cache", "inherited": true, - "___id": "T000002R052608", + "___id": "T000002R052900", "___s": true }, { @@ -704109,7 +711195,7 @@ "filename": "File.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -704130,7 +711216,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#type", "inherited": true, - "___id": "T000002R052609", + "___id": "T000002R052901", "___s": true }, { @@ -704139,7 +711225,7 @@ "filename": "File.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -704160,7 +711246,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#key", "inherited": true, - "___id": "T000002R052610", + "___id": "T000002R052902", "___s": true }, { @@ -704169,7 +711255,7 @@ "filename": "File.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "url", @@ -704200,7 +711286,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#url", "inherited": true, - "___id": "T000002R052611", + "___id": "T000002R052903", "___s": true }, { @@ -704209,7 +711295,7 @@ "filename": "File.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "src", @@ -704230,7 +711316,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#src", "inherited": true, - "___id": "T000002R052612", + "___id": "T000002R052904", "___s": true }, { @@ -704239,7 +711325,7 @@ "filename": "File.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrSettings", @@ -704260,7 +711346,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrSettings", "inherited": true, - "___id": "T000002R052613", + "___id": "T000002R052905", "___s": true }, { @@ -704269,7 +711355,7 @@ "filename": "File.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrLoader", @@ -704292,7 +711378,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrLoader", "inherited": true, - "___id": "T000002R052614", + "___id": "T000002R052906", "___s": true }, { @@ -704301,7 +711387,7 @@ "filename": "File.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -704322,7 +711408,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#state", "inherited": true, - "___id": "T000002R052615", + "___id": "T000002R052907", "___s": true }, { @@ -704331,7 +711417,7 @@ "filename": "File.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesTotal", @@ -704353,7 +711439,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesTotal", "inherited": true, - "___id": "T000002R052616", + "___id": "T000002R052908", "___s": true }, { @@ -704362,7 +711448,7 @@ "filename": "File.js", "lineno": 165, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesLoaded", @@ -704384,7 +711470,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesLoaded", "inherited": true, - "___id": "T000002R052617", + "___id": "T000002R052909", "___s": true }, { @@ -704393,7 +711479,7 @@ "filename": "File.js", "lineno": 176, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "percentComplete", @@ -704415,7 +711501,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#percentComplete", "inherited": true, - "___id": "T000002R052618", + "___id": "T000002R052910", "___s": true }, { @@ -704424,7 +711510,7 @@ "filename": "File.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "crossOrigin", @@ -704454,7 +711540,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#crossOrigin", "inherited": true, - "___id": "T000002R052619", + "___id": "T000002R052911", "___s": true }, { @@ -704463,7 +711549,7 @@ "filename": "File.js", "lineno": 197, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "data", @@ -704483,7 +711569,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#data", "inherited": true, - "___id": "T000002R052620", + "___id": "T000002R052912", "___s": true }, { @@ -704492,7 +711578,7 @@ "filename": "File.js", "lineno": 206, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -704512,7 +711598,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#config", "inherited": true, - "___id": "T000002R052621", + "___id": "T000002R052913", "___s": true }, { @@ -704521,7 +711607,7 @@ "filename": "File.js", "lineno": 215, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "multiFile", @@ -704544,7 +711630,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#multiFile", "inherited": true, - "___id": "T000002R052622", + "___id": "T000002R052914", "___s": true }, { @@ -704553,7 +711639,7 @@ "filename": "File.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "linkFile", @@ -704576,7 +711662,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#linkFile", "inherited": true, - "___id": "T000002R052623", + "___id": "T000002R052915", "___s": true }, { @@ -704585,7 +711671,7 @@ "filename": "File.js", "lineno": 236, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "base64", @@ -704606,7 +711692,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#base64", "inherited": true, - "___id": "T000002R052624", + "___id": "T000002R052916", "___s": true }, { @@ -704615,7 +711701,7 @@ "filename": "File.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "setLink", @@ -704642,7 +711728,7 @@ ], "inherits": "Phaser.Loader.File#setLink", "inherited": true, - "___id": "T000002R052625", + "___id": "T000002R052917", "___s": true }, { @@ -704651,7 +711737,7 @@ "filename": "File.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "resetXHR", @@ -704663,7 +711749,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#resetXHR", "inherited": true, - "___id": "T000002R052626", + "___id": "T000002R052918", "___s": true }, { @@ -704672,7 +711758,7 @@ "filename": "File.js", "lineno": 277, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "load", @@ -704684,16 +711770,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#load", "inherited": true, - "___id": "T000002R052627", + "___id": "T000002R052919", "___s": true }, { "comment": "/**\r\n * Called when the file finishes loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onLoad\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this load.\r\n */", "meta": { "filename": "File.js", - "lineno": 307, + "lineno": 312, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onLoad", @@ -704733,16 +711819,16 @@ ], "inherits": "Phaser.Loader.File#onLoad", "inherited": true, - "___id": "T000002R052628", + "___id": "T000002R052920", "___s": true }, { "comment": "/**\r\n * Called by the XHRLoader if it was given a File with base64 data to load.\r\n *\r\n * @method Phaser.Loader.File#onBase64Load\r\n * @since 3.80.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The FakeXHR object containing the decoded base64 data.\r\n */", "meta": { "filename": "File.js", - "lineno": 340, + "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onBase64Load", @@ -704769,16 +711855,16 @@ ], "inherits": "Phaser.Loader.File#onBase64Load", "inherited": true, - "___id": "T000002R052629", + "___id": "T000002R052921", "___s": true }, { "comment": "/**\r\n * Called if the file errors while loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onError\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this error.\r\n */", "meta": { "filename": "File.js", - "lineno": 361, + "lineno": 366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onError", @@ -704818,16 +711904,16 @@ ], "inherits": "Phaser.Loader.File#onError", "inherited": true, - "___id": "T000002R052630", + "___id": "T000002R052922", "___s": true }, { "comment": "/**\r\n * Called during the file load progress. Is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onProgress\r\n * @fires Phaser.Loader.Events#FILE_PROGRESS\r\n * @since 3.0.0\r\n *\r\n * @param {ProgressEvent} event - The DOM ProgressEvent.\r\n */", "meta": { "filename": "File.js", - "lineno": 377, + "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProgress", @@ -704857,16 +711943,16 @@ ], "inherits": "Phaser.Loader.File#onProgress", "inherited": true, - "___id": "T000002R052631", + "___id": "T000002R052923", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessComplete\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 413, + "lineno": 418, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessComplete", @@ -704878,16 +711964,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessComplete", "inherited": true, - "___id": "T000002R052632", + "___id": "T000002R052924", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing but it generated an error.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessError\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 432, + "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessError", @@ -704899,16 +711985,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessError", "inherited": true, - "___id": "T000002R052633", + "___id": "T000002R052925", "___s": true }, { "comment": "/**\r\n * Checks if a key matching the one used by this file exists in the target Cache or not.\r\n * This is called automatically by the LoaderPlugin to decide if the file can be safely\r\n * loaded or will conflict.\r\n *\r\n * @method Phaser.Loader.File#hasCacheConflict\r\n * @since 3.7.0\r\n *\r\n * @return {boolean} `true` if adding this file will cause a conflict, otherwise `false`.\r\n */", "meta": { "filename": "File.js", - "lineno": 454, + "lineno": 459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "hasCacheConflict", @@ -704934,16 +712020,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#hasCacheConflict", "inherited": true, - "___id": "T000002R052634", + "___id": "T000002R052926", "___s": true }, { "comment": "/**\r\n * Adds this file to its target cache upon successful loading and processing.\r\n * This method is often overridden by specific file types.\r\n *\r\n * @method Phaser.Loader.File#addToCache\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 469, + "lineno": 474, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "addToCache", @@ -704955,16 +712041,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#addToCache", "inherited": true, - "___id": "T000002R052635", + "___id": "T000002R052927", "___s": true }, { "comment": "/**\r\n * Called once the file has been added to its cache and is now ready for deletion from the Loader.\r\n * It will emit a `filecomplete` event from the LoaderPlugin.\r\n *\r\n * @method Phaser.Loader.File#pendingDestroy\r\n * @fires Phaser.Loader.Events#FILE_COMPLETE\r\n * @fires Phaser.Loader.Events#FILE_KEY_COMPLETE\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 484, + "lineno": 489, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -704980,16 +712066,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#pendingDestroy", "inherited": true, - "___id": "T000002R052636", + "___id": "T000002R052928", "___s": true }, { "comment": "/**\r\n * Destroy this File and any references it holds.\r\n *\r\n * @method Phaser.Loader.File#destroy\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 513, + "lineno": 518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -705001,7 +712087,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#destroy", "inherited": true, - "___id": "T000002R052637", + "___id": "T000002R052929", "___s": true }, { @@ -705010,7 +712096,7 @@ "filename": "File.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -705031,7 +712117,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#loader", "inherited": true, - "___id": "T000002R052638", + "___id": "T000002R052930", "___s": true }, { @@ -705040,7 +712126,7 @@ "filename": "File.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "cache", @@ -705071,7 +712157,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#cache", "inherited": true, - "___id": "T000002R052639", + "___id": "T000002R052931", "___s": true }, { @@ -705080,7 +712166,7 @@ "filename": "File.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -705101,7 +712187,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#type", "inherited": true, - "___id": "T000002R052640", + "___id": "T000002R052932", "___s": true }, { @@ -705110,7 +712196,7 @@ "filename": "File.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -705131,7 +712217,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#key", "inherited": true, - "___id": "T000002R052641", + "___id": "T000002R052933", "___s": true }, { @@ -705140,7 +712226,7 @@ "filename": "File.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "url", @@ -705171,7 +712257,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#url", "inherited": true, - "___id": "T000002R052642", + "___id": "T000002R052934", "___s": true }, { @@ -705180,7 +712266,7 @@ "filename": "File.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "src", @@ -705201,7 +712287,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#src", "inherited": true, - "___id": "T000002R052643", + "___id": "T000002R052935", "___s": true }, { @@ -705210,7 +712296,7 @@ "filename": "File.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrSettings", @@ -705231,7 +712317,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrSettings", "inherited": true, - "___id": "T000002R052644", + "___id": "T000002R052936", "___s": true }, { @@ -705240,7 +712326,7 @@ "filename": "File.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrLoader", @@ -705263,7 +712349,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrLoader", "inherited": true, - "___id": "T000002R052645", + "___id": "T000002R052937", "___s": true }, { @@ -705272,7 +712358,7 @@ "filename": "File.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -705293,7 +712379,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#state", "inherited": true, - "___id": "T000002R052646", + "___id": "T000002R052938", "___s": true }, { @@ -705302,7 +712388,7 @@ "filename": "File.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesTotal", @@ -705324,7 +712410,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesTotal", "inherited": true, - "___id": "T000002R052647", + "___id": "T000002R052939", "___s": true }, { @@ -705333,7 +712419,7 @@ "filename": "File.js", "lineno": 165, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesLoaded", @@ -705355,7 +712441,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesLoaded", "inherited": true, - "___id": "T000002R052648", + "___id": "T000002R052940", "___s": true }, { @@ -705364,7 +712450,7 @@ "filename": "File.js", "lineno": 176, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "percentComplete", @@ -705386,7 +712472,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#percentComplete", "inherited": true, - "___id": "T000002R052649", + "___id": "T000002R052941", "___s": true }, { @@ -705395,7 +712481,7 @@ "filename": "File.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "crossOrigin", @@ -705425,7 +712511,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#crossOrigin", "inherited": true, - "___id": "T000002R052650", + "___id": "T000002R052942", "___s": true }, { @@ -705434,7 +712520,7 @@ "filename": "File.js", "lineno": 197, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "data", @@ -705454,7 +712540,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#data", "inherited": true, - "___id": "T000002R052651", + "___id": "T000002R052943", "___s": true }, { @@ -705463,7 +712549,7 @@ "filename": "File.js", "lineno": 206, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -705483,7 +712569,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#config", "inherited": true, - "___id": "T000002R052652", + "___id": "T000002R052944", "___s": true }, { @@ -705492,7 +712578,7 @@ "filename": "File.js", "lineno": 215, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "multiFile", @@ -705515,7 +712601,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#multiFile", "inherited": true, - "___id": "T000002R052653", + "___id": "T000002R052945", "___s": true }, { @@ -705524,7 +712610,7 @@ "filename": "File.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "linkFile", @@ -705547,7 +712633,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#linkFile", "inherited": true, - "___id": "T000002R052654", + "___id": "T000002R052946", "___s": true }, { @@ -705556,7 +712642,7 @@ "filename": "File.js", "lineno": 236, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "base64", @@ -705577,7 +712663,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#base64", "inherited": true, - "___id": "T000002R052655", + "___id": "T000002R052947", "___s": true }, { @@ -705586,7 +712672,7 @@ "filename": "File.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "setLink", @@ -705613,7 +712699,7 @@ ], "inherits": "Phaser.Loader.File#setLink", "inherited": true, - "___id": "T000002R052656", + "___id": "T000002R052948", "___s": true }, { @@ -705622,7 +712708,7 @@ "filename": "File.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "resetXHR", @@ -705634,7 +712720,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#resetXHR", "inherited": true, - "___id": "T000002R052657", + "___id": "T000002R052949", "___s": true }, { @@ -705643,7 +712729,7 @@ "filename": "File.js", "lineno": 277, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "load", @@ -705655,16 +712741,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#load", "inherited": true, - "___id": "T000002R052658", + "___id": "T000002R052950", "___s": true }, { "comment": "/**\r\n * Called when the file finishes loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onLoad\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this load.\r\n */", "meta": { "filename": "File.js", - "lineno": 307, + "lineno": 312, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onLoad", @@ -705704,16 +712790,16 @@ ], "inherits": "Phaser.Loader.File#onLoad", "inherited": true, - "___id": "T000002R052659", + "___id": "T000002R052951", "___s": true }, { "comment": "/**\r\n * Called by the XHRLoader if it was given a File with base64 data to load.\r\n *\r\n * @method Phaser.Loader.File#onBase64Load\r\n * @since 3.80.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The FakeXHR object containing the decoded base64 data.\r\n */", "meta": { "filename": "File.js", - "lineno": 340, + "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onBase64Load", @@ -705740,16 +712826,16 @@ ], "inherits": "Phaser.Loader.File#onBase64Load", "inherited": true, - "___id": "T000002R052660", + "___id": "T000002R052952", "___s": true }, { "comment": "/**\r\n * Called if the file errors while loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onError\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this error.\r\n */", "meta": { "filename": "File.js", - "lineno": 361, + "lineno": 366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onError", @@ -705789,16 +712875,16 @@ ], "inherits": "Phaser.Loader.File#onError", "inherited": true, - "___id": "T000002R052661", + "___id": "T000002R052953", "___s": true }, { "comment": "/**\r\n * Called during the file load progress. Is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onProgress\r\n * @fires Phaser.Loader.Events#FILE_PROGRESS\r\n * @since 3.0.0\r\n *\r\n * @param {ProgressEvent} event - The DOM ProgressEvent.\r\n */", "meta": { "filename": "File.js", - "lineno": 377, + "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProgress", @@ -705828,16 +712914,16 @@ ], "inherits": "Phaser.Loader.File#onProgress", "inherited": true, - "___id": "T000002R052662", + "___id": "T000002R052954", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessComplete\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 413, + "lineno": 418, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessComplete", @@ -705849,16 +712935,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessComplete", "inherited": true, - "___id": "T000002R052663", + "___id": "T000002R052955", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing but it generated an error.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessError\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 432, + "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessError", @@ -705870,16 +712956,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessError", "inherited": true, - "___id": "T000002R052664", + "___id": "T000002R052956", "___s": true }, { "comment": "/**\r\n * Checks if a key matching the one used by this file exists in the target Cache or not.\r\n * This is called automatically by the LoaderPlugin to decide if the file can be safely\r\n * loaded or will conflict.\r\n *\r\n * @method Phaser.Loader.File#hasCacheConflict\r\n * @since 3.7.0\r\n *\r\n * @return {boolean} `true` if adding this file will cause a conflict, otherwise `false`.\r\n */", "meta": { "filename": "File.js", - "lineno": 454, + "lineno": 459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "hasCacheConflict", @@ -705905,16 +712991,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#hasCacheConflict", "inherited": true, - "___id": "T000002R052665", + "___id": "T000002R052957", "___s": true }, { "comment": "/**\r\n * Called once the file has been added to its cache and is now ready for deletion from the Loader.\r\n * It will emit a `filecomplete` event from the LoaderPlugin.\r\n *\r\n * @method Phaser.Loader.File#pendingDestroy\r\n * @fires Phaser.Loader.Events#FILE_COMPLETE\r\n * @fires Phaser.Loader.Events#FILE_KEY_COMPLETE\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 484, + "lineno": 489, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -705930,16 +713016,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#pendingDestroy", "inherited": true, - "___id": "T000002R052666", + "___id": "T000002R052958", "___s": true }, { "comment": "/**\r\n * Destroy this File and any references it holds.\r\n *\r\n * @method Phaser.Loader.File#destroy\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 513, + "lineno": 518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -705951,7 +713037,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#destroy", "inherited": true, - "___id": "T000002R052667", + "___id": "T000002R052959", "___s": true }, { @@ -705960,7 +713046,7 @@ "filename": "File.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -705981,7 +713067,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#loader", "inherited": true, - "___id": "T000002R052668", + "___id": "T000002R052960", "___s": true }, { @@ -705990,7 +713076,7 @@ "filename": "File.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "cache", @@ -706021,7 +713107,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#cache", "inherited": true, - "___id": "T000002R052669", + "___id": "T000002R052961", "___s": true }, { @@ -706030,7 +713116,7 @@ "filename": "File.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -706051,7 +713137,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#type", "inherited": true, - "___id": "T000002R052670", + "___id": "T000002R052962", "___s": true }, { @@ -706060,7 +713146,7 @@ "filename": "File.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -706081,7 +713167,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#key", "inherited": true, - "___id": "T000002R052671", + "___id": "T000002R052963", "___s": true }, { @@ -706090,7 +713176,7 @@ "filename": "File.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "url", @@ -706121,7 +713207,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#url", "inherited": true, - "___id": "T000002R052672", + "___id": "T000002R052964", "___s": true }, { @@ -706130,7 +713216,7 @@ "filename": "File.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "src", @@ -706151,7 +713237,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#src", "inherited": true, - "___id": "T000002R052673", + "___id": "T000002R052965", "___s": true }, { @@ -706160,7 +713246,7 @@ "filename": "File.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrSettings", @@ -706181,7 +713267,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrSettings", "inherited": true, - "___id": "T000002R052674", + "___id": "T000002R052966", "___s": true }, { @@ -706190,7 +713276,7 @@ "filename": "File.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrLoader", @@ -706213,7 +713299,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrLoader", "inherited": true, - "___id": "T000002R052675", + "___id": "T000002R052967", "___s": true }, { @@ -706222,7 +713308,7 @@ "filename": "File.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -706243,7 +713329,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#state", "inherited": true, - "___id": "T000002R052676", + "___id": "T000002R052968", "___s": true }, { @@ -706252,7 +713338,7 @@ "filename": "File.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesTotal", @@ -706274,7 +713360,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesTotal", "inherited": true, - "___id": "T000002R052677", + "___id": "T000002R052969", "___s": true }, { @@ -706283,7 +713369,7 @@ "filename": "File.js", "lineno": 165, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesLoaded", @@ -706305,7 +713391,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesLoaded", "inherited": true, - "___id": "T000002R052678", + "___id": "T000002R052970", "___s": true }, { @@ -706314,7 +713400,7 @@ "filename": "File.js", "lineno": 176, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "percentComplete", @@ -706336,7 +713422,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#percentComplete", "inherited": true, - "___id": "T000002R052679", + "___id": "T000002R052971", "___s": true }, { @@ -706345,7 +713431,7 @@ "filename": "File.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "crossOrigin", @@ -706375,7 +713461,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#crossOrigin", "inherited": true, - "___id": "T000002R052680", + "___id": "T000002R052972", "___s": true }, { @@ -706384,7 +713470,7 @@ "filename": "File.js", "lineno": 197, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "data", @@ -706404,7 +713490,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#data", "inherited": true, - "___id": "T000002R052681", + "___id": "T000002R052973", "___s": true }, { @@ -706413,7 +713499,7 @@ "filename": "File.js", "lineno": 206, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -706433,7 +713519,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#config", "inherited": true, - "___id": "T000002R052682", + "___id": "T000002R052974", "___s": true }, { @@ -706442,7 +713528,7 @@ "filename": "File.js", "lineno": 215, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "multiFile", @@ -706465,7 +713551,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#multiFile", "inherited": true, - "___id": "T000002R052683", + "___id": "T000002R052975", "___s": true }, { @@ -706474,7 +713560,7 @@ "filename": "File.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "linkFile", @@ -706497,7 +713583,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#linkFile", "inherited": true, - "___id": "T000002R052684", + "___id": "T000002R052976", "___s": true }, { @@ -706506,7 +713592,7 @@ "filename": "File.js", "lineno": 236, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "base64", @@ -706527,7 +713613,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#base64", "inherited": true, - "___id": "T000002R052685", + "___id": "T000002R052977", "___s": true }, { @@ -706536,7 +713622,7 @@ "filename": "File.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "setLink", @@ -706563,7 +713649,7 @@ ], "inherits": "Phaser.Loader.File#setLink", "inherited": true, - "___id": "T000002R052686", + "___id": "T000002R052978", "___s": true }, { @@ -706572,7 +713658,7 @@ "filename": "File.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "resetXHR", @@ -706584,16 +713670,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#resetXHR", "inherited": true, - "___id": "T000002R052687", + "___id": "T000002R052979", "___s": true }, { "comment": "/**\r\n * Called by the XHRLoader if it was given a File with base64 data to load.\r\n *\r\n * @method Phaser.Loader.File#onBase64Load\r\n * @since 3.80.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The FakeXHR object containing the decoded base64 data.\r\n */", "meta": { "filename": "File.js", - "lineno": 340, + "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onBase64Load", @@ -706620,16 +713706,16 @@ ], "inherits": "Phaser.Loader.File#onBase64Load", "inherited": true, - "___id": "T000002R052688", + "___id": "T000002R052980", "___s": true }, { "comment": "/**\r\n * Usually overridden by the FileTypes and is called by Loader.nextFile.\r\n * This method controls what extra work this File does with its loaded data, for example a JSON file will parse itself during this stage.\r\n *\r\n * @method Phaser.Loader.File#onProcess\r\n * @since 3.0.0\r\n */", "meta": { "filename": "File.js", - "lineno": 399, + "lineno": 404, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcess", @@ -706641,16 +713727,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcess", "inherited": true, - "___id": "T000002R052689", + "___id": "T000002R052981", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessComplete\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 413, + "lineno": 418, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessComplete", @@ -706662,16 +713748,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessComplete", "inherited": true, - "___id": "T000002R052690", + "___id": "T000002R052982", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing but it generated an error.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessError\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 432, + "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessError", @@ -706683,16 +713769,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessError", "inherited": true, - "___id": "T000002R052691", + "___id": "T000002R052983", "___s": true }, { "comment": "/**\r\n * Checks if a key matching the one used by this file exists in the target Cache or not.\r\n * This is called automatically by the LoaderPlugin to decide if the file can be safely\r\n * loaded or will conflict.\r\n *\r\n * @method Phaser.Loader.File#hasCacheConflict\r\n * @since 3.7.0\r\n *\r\n * @return {boolean} `true` if adding this file will cause a conflict, otherwise `false`.\r\n */", "meta": { "filename": "File.js", - "lineno": 454, + "lineno": 459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "hasCacheConflict", @@ -706718,16 +713804,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#hasCacheConflict", "inherited": true, - "___id": "T000002R052692", + "___id": "T000002R052984", "___s": true }, { "comment": "/**\r\n * Adds this file to its target cache upon successful loading and processing.\r\n * This method is often overridden by specific file types.\r\n *\r\n * @method Phaser.Loader.File#addToCache\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 469, + "lineno": 474, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "addToCache", @@ -706739,16 +713825,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#addToCache", "inherited": true, - "___id": "T000002R052693", + "___id": "T000002R052985", "___s": true }, { "comment": "/**\r\n * Called once the file has been added to its cache and is now ready for deletion from the Loader.\r\n * It will emit a `filecomplete` event from the LoaderPlugin.\r\n *\r\n * @method Phaser.Loader.File#pendingDestroy\r\n * @fires Phaser.Loader.Events#FILE_COMPLETE\r\n * @fires Phaser.Loader.Events#FILE_KEY_COMPLETE\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 484, + "lineno": 489, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -706764,16 +713850,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#pendingDestroy", "inherited": true, - "___id": "T000002R052694", + "___id": "T000002R052986", "___s": true }, { "comment": "/**\r\n * Destroy this File and any references it holds.\r\n *\r\n * @method Phaser.Loader.File#destroy\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 513, + "lineno": 518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -706785,7 +713871,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#destroy", "inherited": true, - "___id": "T000002R052695", + "___id": "T000002R052987", "___s": true }, { @@ -706794,7 +713880,7 @@ "filename": "File.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -706815,7 +713901,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#loader", "inherited": true, - "___id": "T000002R052696", + "___id": "T000002R052988", "___s": true }, { @@ -706824,7 +713910,7 @@ "filename": "File.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "cache", @@ -706855,7 +713941,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#cache", "inherited": true, - "___id": "T000002R052697", + "___id": "T000002R052989", "___s": true }, { @@ -706864,7 +713950,7 @@ "filename": "File.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -706885,7 +713971,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#type", "inherited": true, - "___id": "T000002R052698", + "___id": "T000002R052990", "___s": true }, { @@ -706894,7 +713980,7 @@ "filename": "File.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -706915,7 +714001,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#key", "inherited": true, - "___id": "T000002R052699", + "___id": "T000002R052991", "___s": true }, { @@ -706924,7 +714010,7 @@ "filename": "File.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "url", @@ -706955,7 +714041,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#url", "inherited": true, - "___id": "T000002R052700", + "___id": "T000002R052992", "___s": true }, { @@ -706964,7 +714050,7 @@ "filename": "File.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "src", @@ -706985,7 +714071,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#src", "inherited": true, - "___id": "T000002R052701", + "___id": "T000002R052993", "___s": true }, { @@ -706994,7 +714080,7 @@ "filename": "File.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrSettings", @@ -707015,7 +714101,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrSettings", "inherited": true, - "___id": "T000002R052702", + "___id": "T000002R052994", "___s": true }, { @@ -707024,7 +714110,7 @@ "filename": "File.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrLoader", @@ -707047,7 +714133,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrLoader", "inherited": true, - "___id": "T000002R052703", + "___id": "T000002R052995", "___s": true }, { @@ -707056,7 +714142,7 @@ "filename": "File.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -707077,7 +714163,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#state", "inherited": true, - "___id": "T000002R052704", + "___id": "T000002R052996", "___s": true }, { @@ -707086,7 +714172,7 @@ "filename": "File.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesTotal", @@ -707108,7 +714194,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesTotal", "inherited": true, - "___id": "T000002R052705", + "___id": "T000002R052997", "___s": true }, { @@ -707117,7 +714203,7 @@ "filename": "File.js", "lineno": 165, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesLoaded", @@ -707139,7 +714225,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesLoaded", "inherited": true, - "___id": "T000002R052706", + "___id": "T000002R052998", "___s": true }, { @@ -707148,7 +714234,7 @@ "filename": "File.js", "lineno": 176, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "percentComplete", @@ -707170,7 +714256,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#percentComplete", "inherited": true, - "___id": "T000002R052707", + "___id": "T000002R052999", "___s": true }, { @@ -707179,7 +714265,7 @@ "filename": "File.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "crossOrigin", @@ -707209,7 +714295,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#crossOrigin", "inherited": true, - "___id": "T000002R052708", + "___id": "T000002R053000", "___s": true }, { @@ -707218,7 +714304,7 @@ "filename": "File.js", "lineno": 197, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "data", @@ -707238,7 +714324,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#data", "inherited": true, - "___id": "T000002R052709", + "___id": "T000002R053001", "___s": true }, { @@ -707247,7 +714333,7 @@ "filename": "File.js", "lineno": 206, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -707267,7 +714353,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#config", "inherited": true, - "___id": "T000002R052710", + "___id": "T000002R053002", "___s": true }, { @@ -707276,7 +714362,7 @@ "filename": "File.js", "lineno": 215, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "multiFile", @@ -707299,7 +714385,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#multiFile", "inherited": true, - "___id": "T000002R052711", + "___id": "T000002R053003", "___s": true }, { @@ -707308,7 +714394,7 @@ "filename": "File.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "linkFile", @@ -707331,7 +714417,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#linkFile", "inherited": true, - "___id": "T000002R052712", + "___id": "T000002R053004", "___s": true }, { @@ -707340,7 +714426,7 @@ "filename": "File.js", "lineno": 236, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "base64", @@ -707361,7 +714447,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#base64", "inherited": true, - "___id": "T000002R052713", + "___id": "T000002R053005", "___s": true }, { @@ -707370,7 +714456,7 @@ "filename": "File.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "setLink", @@ -707397,7 +714483,7 @@ ], "inherits": "Phaser.Loader.File#setLink", "inherited": true, - "___id": "T000002R052714", + "___id": "T000002R053006", "___s": true }, { @@ -707406,7 +714492,7 @@ "filename": "File.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "resetXHR", @@ -707418,7 +714504,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#resetXHR", "inherited": true, - "___id": "T000002R052715", + "___id": "T000002R053007", "___s": true }, { @@ -707427,7 +714513,7 @@ "filename": "File.js", "lineno": 277, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "load", @@ -707439,16 +714525,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#load", "inherited": true, - "___id": "T000002R052716", + "___id": "T000002R053008", "___s": true }, { "comment": "/**\r\n * Called when the file finishes loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onLoad\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this load.\r\n */", "meta": { "filename": "File.js", - "lineno": 307, + "lineno": 312, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onLoad", @@ -707488,16 +714574,16 @@ ], "inherits": "Phaser.Loader.File#onLoad", "inherited": true, - "___id": "T000002R052717", + "___id": "T000002R053009", "___s": true }, { "comment": "/**\r\n * Called by the XHRLoader if it was given a File with base64 data to load.\r\n *\r\n * @method Phaser.Loader.File#onBase64Load\r\n * @since 3.80.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The FakeXHR object containing the decoded base64 data.\r\n */", "meta": { "filename": "File.js", - "lineno": 340, + "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onBase64Load", @@ -707524,16 +714610,16 @@ ], "inherits": "Phaser.Loader.File#onBase64Load", "inherited": true, - "___id": "T000002R052718", + "___id": "T000002R053010", "___s": true }, { "comment": "/**\r\n * Called if the file errors while loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onError\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this error.\r\n */", "meta": { "filename": "File.js", - "lineno": 361, + "lineno": 366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onError", @@ -707573,16 +714659,16 @@ ], "inherits": "Phaser.Loader.File#onError", "inherited": true, - "___id": "T000002R052719", + "___id": "T000002R053011", "___s": true }, { "comment": "/**\r\n * Called during the file load progress. Is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onProgress\r\n * @fires Phaser.Loader.Events#FILE_PROGRESS\r\n * @since 3.0.0\r\n *\r\n * @param {ProgressEvent} event - The DOM ProgressEvent.\r\n */", "meta": { "filename": "File.js", - "lineno": 377, + "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProgress", @@ -707612,16 +714698,16 @@ ], "inherits": "Phaser.Loader.File#onProgress", "inherited": true, - "___id": "T000002R052720", + "___id": "T000002R053012", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessComplete\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 413, + "lineno": 418, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessComplete", @@ -707633,16 +714719,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessComplete", "inherited": true, - "___id": "T000002R052721", + "___id": "T000002R053013", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing but it generated an error.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessError\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 432, + "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessError", @@ -707654,16 +714740,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessError", "inherited": true, - "___id": "T000002R052722", + "___id": "T000002R053014", "___s": true }, { "comment": "/**\r\n * Checks if a key matching the one used by this file exists in the target Cache or not.\r\n * This is called automatically by the LoaderPlugin to decide if the file can be safely\r\n * loaded or will conflict.\r\n *\r\n * @method Phaser.Loader.File#hasCacheConflict\r\n * @since 3.7.0\r\n *\r\n * @return {boolean} `true` if adding this file will cause a conflict, otherwise `false`.\r\n */", "meta": { "filename": "File.js", - "lineno": 454, + "lineno": 459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "hasCacheConflict", @@ -707689,16 +714775,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#hasCacheConflict", "inherited": true, - "___id": "T000002R052723", + "___id": "T000002R053015", "___s": true }, { "comment": "/**\r\n * Adds this file to its target cache upon successful loading and processing.\r\n * This method is often overridden by specific file types.\r\n *\r\n * @method Phaser.Loader.File#addToCache\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 469, + "lineno": 474, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "addToCache", @@ -707710,16 +714796,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#addToCache", "inherited": true, - "___id": "T000002R052724", + "___id": "T000002R053016", "___s": true }, { "comment": "/**\r\n * Called once the file has been added to its cache and is now ready for deletion from the Loader.\r\n * It will emit a `filecomplete` event from the LoaderPlugin.\r\n *\r\n * @method Phaser.Loader.File#pendingDestroy\r\n * @fires Phaser.Loader.Events#FILE_COMPLETE\r\n * @fires Phaser.Loader.Events#FILE_KEY_COMPLETE\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 484, + "lineno": 489, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -707735,16 +714821,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#pendingDestroy", "inherited": true, - "___id": "T000002R052725", + "___id": "T000002R053017", "___s": true }, { "comment": "/**\r\n * Destroy this File and any references it holds.\r\n *\r\n * @method Phaser.Loader.File#destroy\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 513, + "lineno": 518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -707756,7 +714842,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#destroy", "inherited": true, - "___id": "T000002R052726", + "___id": "T000002R053018", "___s": true }, { @@ -707765,7 +714851,7 @@ "filename": "File.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -707786,7 +714872,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#loader", "inherited": true, - "___id": "T000002R052727", + "___id": "T000002R053019", "___s": true }, { @@ -707795,7 +714881,7 @@ "filename": "File.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "cache", @@ -707826,7 +714912,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#cache", "inherited": true, - "___id": "T000002R052728", + "___id": "T000002R053020", "___s": true }, { @@ -707835,7 +714921,7 @@ "filename": "File.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -707856,7 +714942,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#type", "inherited": true, - "___id": "T000002R052729", + "___id": "T000002R053021", "___s": true }, { @@ -707865,7 +714951,7 @@ "filename": "File.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -707886,7 +714972,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#key", "inherited": true, - "___id": "T000002R052730", + "___id": "T000002R053022", "___s": true }, { @@ -707895,7 +714981,7 @@ "filename": "File.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "url", @@ -707926,7 +715012,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#url", "inherited": true, - "___id": "T000002R052731", + "___id": "T000002R053023", "___s": true }, { @@ -707935,7 +715021,7 @@ "filename": "File.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "src", @@ -707956,7 +715042,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#src", "inherited": true, - "___id": "T000002R052732", + "___id": "T000002R053024", "___s": true }, { @@ -707965,7 +715051,7 @@ "filename": "File.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrSettings", @@ -707986,7 +715072,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrSettings", "inherited": true, - "___id": "T000002R052733", + "___id": "T000002R053025", "___s": true }, { @@ -707995,7 +715081,7 @@ "filename": "File.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrLoader", @@ -708018,7 +715104,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrLoader", "inherited": true, - "___id": "T000002R052734", + "___id": "T000002R053026", "___s": true }, { @@ -708027,7 +715113,7 @@ "filename": "File.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -708048,7 +715134,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#state", "inherited": true, - "___id": "T000002R052735", + "___id": "T000002R053027", "___s": true }, { @@ -708057,7 +715143,7 @@ "filename": "File.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesTotal", @@ -708079,7 +715165,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesTotal", "inherited": true, - "___id": "T000002R052736", + "___id": "T000002R053028", "___s": true }, { @@ -708088,7 +715174,7 @@ "filename": "File.js", "lineno": 165, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesLoaded", @@ -708110,7 +715196,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesLoaded", "inherited": true, - "___id": "T000002R052737", + "___id": "T000002R053029", "___s": true }, { @@ -708119,7 +715205,7 @@ "filename": "File.js", "lineno": 176, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "percentComplete", @@ -708141,7 +715227,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#percentComplete", "inherited": true, - "___id": "T000002R052738", + "___id": "T000002R053030", "___s": true }, { @@ -708150,7 +715236,7 @@ "filename": "File.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "crossOrigin", @@ -708180,7 +715266,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#crossOrigin", "inherited": true, - "___id": "T000002R052739", + "___id": "T000002R053031", "___s": true }, { @@ -708189,7 +715275,7 @@ "filename": "File.js", "lineno": 197, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "data", @@ -708209,7 +715295,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#data", "inherited": true, - "___id": "T000002R052740", + "___id": "T000002R053032", "___s": true }, { @@ -708218,7 +715304,7 @@ "filename": "File.js", "lineno": 206, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -708238,7 +715324,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#config", "inherited": true, - "___id": "T000002R052741", + "___id": "T000002R053033", "___s": true }, { @@ -708247,7 +715333,7 @@ "filename": "File.js", "lineno": 215, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "multiFile", @@ -708270,7 +715356,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#multiFile", "inherited": true, - "___id": "T000002R052742", + "___id": "T000002R053034", "___s": true }, { @@ -708279,7 +715365,7 @@ "filename": "File.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "linkFile", @@ -708302,7 +715388,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#linkFile", "inherited": true, - "___id": "T000002R052743", + "___id": "T000002R053035", "___s": true }, { @@ -708311,7 +715397,7 @@ "filename": "File.js", "lineno": 236, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "base64", @@ -708332,7 +715418,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#base64", "inherited": true, - "___id": "T000002R052744", + "___id": "T000002R053036", "___s": true }, { @@ -708341,7 +715427,7 @@ "filename": "File.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "setLink", @@ -708368,7 +715454,7 @@ ], "inherits": "Phaser.Loader.File#setLink", "inherited": true, - "___id": "T000002R052745", + "___id": "T000002R053037", "___s": true }, { @@ -708377,7 +715463,7 @@ "filename": "File.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "resetXHR", @@ -708389,7 +715475,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#resetXHR", "inherited": true, - "___id": "T000002R052746", + "___id": "T000002R053038", "___s": true }, { @@ -708398,7 +715484,7 @@ "filename": "File.js", "lineno": 277, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "load", @@ -708410,16 +715496,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#load", "inherited": true, - "___id": "T000002R052747", + "___id": "T000002R053039", "___s": true }, { "comment": "/**\r\n * Called when the file finishes loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onLoad\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this load.\r\n */", "meta": { "filename": "File.js", - "lineno": 307, + "lineno": 312, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onLoad", @@ -708459,16 +715545,16 @@ ], "inherits": "Phaser.Loader.File#onLoad", "inherited": true, - "___id": "T000002R052748", + "___id": "T000002R053040", "___s": true }, { "comment": "/**\r\n * Called by the XHRLoader if it was given a File with base64 data to load.\r\n *\r\n * @method Phaser.Loader.File#onBase64Load\r\n * @since 3.80.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The FakeXHR object containing the decoded base64 data.\r\n */", "meta": { "filename": "File.js", - "lineno": 340, + "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onBase64Load", @@ -708495,16 +715581,16 @@ ], "inherits": "Phaser.Loader.File#onBase64Load", "inherited": true, - "___id": "T000002R052749", + "___id": "T000002R053041", "___s": true }, { "comment": "/**\r\n * Called if the file errors while loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onError\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this error.\r\n */", "meta": { "filename": "File.js", - "lineno": 361, + "lineno": 366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onError", @@ -708544,16 +715630,16 @@ ], "inherits": "Phaser.Loader.File#onError", "inherited": true, - "___id": "T000002R052750", + "___id": "T000002R053042", "___s": true }, { "comment": "/**\r\n * Called during the file load progress. Is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onProgress\r\n * @fires Phaser.Loader.Events#FILE_PROGRESS\r\n * @since 3.0.0\r\n *\r\n * @param {ProgressEvent} event - The DOM ProgressEvent.\r\n */", "meta": { "filename": "File.js", - "lineno": 377, + "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProgress", @@ -708583,16 +715669,16 @@ ], "inherits": "Phaser.Loader.File#onProgress", "inherited": true, - "___id": "T000002R052751", + "___id": "T000002R053043", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessComplete\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 413, + "lineno": 418, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessComplete", @@ -708604,16 +715690,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessComplete", "inherited": true, - "___id": "T000002R052752", + "___id": "T000002R053044", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing but it generated an error.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessError\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 432, + "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessError", @@ -708625,16 +715711,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessError", "inherited": true, - "___id": "T000002R052753", + "___id": "T000002R053045", "___s": true }, { "comment": "/**\r\n * Checks if a key matching the one used by this file exists in the target Cache or not.\r\n * This is called automatically by the LoaderPlugin to decide if the file can be safely\r\n * loaded or will conflict.\r\n *\r\n * @method Phaser.Loader.File#hasCacheConflict\r\n * @since 3.7.0\r\n *\r\n * @return {boolean} `true` if adding this file will cause a conflict, otherwise `false`.\r\n */", "meta": { "filename": "File.js", - "lineno": 454, + "lineno": 459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "hasCacheConflict", @@ -708660,16 +715746,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#hasCacheConflict", "inherited": true, - "___id": "T000002R052754", + "___id": "T000002R053046", "___s": true }, { "comment": "/**\r\n * Called once the file has been added to its cache and is now ready for deletion from the Loader.\r\n * It will emit a `filecomplete` event from the LoaderPlugin.\r\n *\r\n * @method Phaser.Loader.File#pendingDestroy\r\n * @fires Phaser.Loader.Events#FILE_COMPLETE\r\n * @fires Phaser.Loader.Events#FILE_KEY_COMPLETE\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 484, + "lineno": 489, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -708685,16 +715771,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#pendingDestroy", "inherited": true, - "___id": "T000002R052755", + "___id": "T000002R053047", "___s": true }, { "comment": "/**\r\n * Destroy this File and any references it holds.\r\n *\r\n * @method Phaser.Loader.File#destroy\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 513, + "lineno": 518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -708706,7 +715792,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#destroy", "inherited": true, - "___id": "T000002R052756", + "___id": "T000002R053048", "___s": true }, { @@ -708715,7 +715801,7 @@ "filename": "File.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -708736,7 +715822,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#loader", "inherited": true, - "___id": "T000002R052757", + "___id": "T000002R053049", "___s": true }, { @@ -708745,7 +715831,7 @@ "filename": "File.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "cache", @@ -708776,7 +715862,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#cache", "inherited": true, - "___id": "T000002R052758", + "___id": "T000002R053050", "___s": true }, { @@ -708785,7 +715871,7 @@ "filename": "File.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -708806,7 +715892,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#type", "inherited": true, - "___id": "T000002R052759", + "___id": "T000002R053051", "___s": true }, { @@ -708815,7 +715901,7 @@ "filename": "File.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -708836,7 +715922,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#key", "inherited": true, - "___id": "T000002R052760", + "___id": "T000002R053052", "___s": true }, { @@ -708845,7 +715931,7 @@ "filename": "File.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "url", @@ -708876,7 +715962,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#url", "inherited": true, - "___id": "T000002R052761", + "___id": "T000002R053053", "___s": true }, { @@ -708885,7 +715971,7 @@ "filename": "File.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "src", @@ -708906,7 +715992,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#src", "inherited": true, - "___id": "T000002R052762", + "___id": "T000002R053054", "___s": true }, { @@ -708915,7 +716001,7 @@ "filename": "File.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrSettings", @@ -708936,7 +716022,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrSettings", "inherited": true, - "___id": "T000002R052763", + "___id": "T000002R053055", "___s": true }, { @@ -708945,7 +716031,7 @@ "filename": "File.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrLoader", @@ -708968,7 +716054,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrLoader", "inherited": true, - "___id": "T000002R052764", + "___id": "T000002R053056", "___s": true }, { @@ -708977,7 +716063,7 @@ "filename": "File.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -708998,7 +716084,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#state", "inherited": true, - "___id": "T000002R052765", + "___id": "T000002R053057", "___s": true }, { @@ -709007,7 +716093,7 @@ "filename": "File.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesTotal", @@ -709029,7 +716115,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesTotal", "inherited": true, - "___id": "T000002R052766", + "___id": "T000002R053058", "___s": true }, { @@ -709038,7 +716124,7 @@ "filename": "File.js", "lineno": 165, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesLoaded", @@ -709060,7 +716146,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesLoaded", "inherited": true, - "___id": "T000002R052767", + "___id": "T000002R053059", "___s": true }, { @@ -709069,7 +716155,7 @@ "filename": "File.js", "lineno": 176, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "percentComplete", @@ -709091,7 +716177,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#percentComplete", "inherited": true, - "___id": "T000002R052768", + "___id": "T000002R053060", "___s": true }, { @@ -709100,7 +716186,7 @@ "filename": "File.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "crossOrigin", @@ -709130,7 +716216,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#crossOrigin", "inherited": true, - "___id": "T000002R052769", + "___id": "T000002R053061", "___s": true }, { @@ -709139,7 +716225,7 @@ "filename": "File.js", "lineno": 197, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "data", @@ -709159,7 +716245,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#data", "inherited": true, - "___id": "T000002R052770", + "___id": "T000002R053062", "___s": true }, { @@ -709168,7 +716254,7 @@ "filename": "File.js", "lineno": 206, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -709188,7 +716274,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#config", "inherited": true, - "___id": "T000002R052771", + "___id": "T000002R053063", "___s": true }, { @@ -709197,7 +716283,7 @@ "filename": "File.js", "lineno": 215, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "multiFile", @@ -709220,7 +716306,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#multiFile", "inherited": true, - "___id": "T000002R052772", + "___id": "T000002R053064", "___s": true }, { @@ -709229,7 +716315,7 @@ "filename": "File.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "linkFile", @@ -709252,7 +716338,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#linkFile", "inherited": true, - "___id": "T000002R052773", + "___id": "T000002R053065", "___s": true }, { @@ -709261,7 +716347,7 @@ "filename": "File.js", "lineno": 236, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "base64", @@ -709282,7 +716368,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#base64", "inherited": true, - "___id": "T000002R052774", + "___id": "T000002R053066", "___s": true }, { @@ -709291,7 +716377,7 @@ "filename": "File.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "setLink", @@ -709318,7 +716404,7 @@ ], "inherits": "Phaser.Loader.File#setLink", "inherited": true, - "___id": "T000002R052775", + "___id": "T000002R053067", "___s": true }, { @@ -709327,7 +716413,7 @@ "filename": "File.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "resetXHR", @@ -709339,7 +716425,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#resetXHR", "inherited": true, - "___id": "T000002R052776", + "___id": "T000002R053068", "___s": true }, { @@ -709348,7 +716434,7 @@ "filename": "File.js", "lineno": 277, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "load", @@ -709360,16 +716446,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#load", "inherited": true, - "___id": "T000002R052777", + "___id": "T000002R053069", "___s": true }, { "comment": "/**\r\n * Called when the file finishes loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onLoad\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this load.\r\n */", "meta": { "filename": "File.js", - "lineno": 307, + "lineno": 312, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onLoad", @@ -709409,16 +716495,16 @@ ], "inherits": "Phaser.Loader.File#onLoad", "inherited": true, - "___id": "T000002R052778", + "___id": "T000002R053070", "___s": true }, { "comment": "/**\r\n * Called by the XHRLoader if it was given a File with base64 data to load.\r\n *\r\n * @method Phaser.Loader.File#onBase64Load\r\n * @since 3.80.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The FakeXHR object containing the decoded base64 data.\r\n */", "meta": { "filename": "File.js", - "lineno": 340, + "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onBase64Load", @@ -709445,16 +716531,16 @@ ], "inherits": "Phaser.Loader.File#onBase64Load", "inherited": true, - "___id": "T000002R052779", + "___id": "T000002R053071", "___s": true }, { "comment": "/**\r\n * Called if the file errors while loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onError\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this error.\r\n */", "meta": { "filename": "File.js", - "lineno": 361, + "lineno": 366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onError", @@ -709494,16 +716580,16 @@ ], "inherits": "Phaser.Loader.File#onError", "inherited": true, - "___id": "T000002R052780", + "___id": "T000002R053072", "___s": true }, { "comment": "/**\r\n * Called during the file load progress. Is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onProgress\r\n * @fires Phaser.Loader.Events#FILE_PROGRESS\r\n * @since 3.0.0\r\n *\r\n * @param {ProgressEvent} event - The DOM ProgressEvent.\r\n */", "meta": { "filename": "File.js", - "lineno": 377, + "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProgress", @@ -709533,16 +716619,16 @@ ], "inherits": "Phaser.Loader.File#onProgress", "inherited": true, - "___id": "T000002R052781", + "___id": "T000002R053073", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessComplete\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 413, + "lineno": 418, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessComplete", @@ -709554,16 +716640,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessComplete", "inherited": true, - "___id": "T000002R052782", + "___id": "T000002R053074", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing but it generated an error.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessError\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 432, + "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessError", @@ -709575,16 +716661,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessError", "inherited": true, - "___id": "T000002R052783", + "___id": "T000002R053075", "___s": true }, { "comment": "/**\r\n * Checks if a key matching the one used by this file exists in the target Cache or not.\r\n * This is called automatically by the LoaderPlugin to decide if the file can be safely\r\n * loaded or will conflict.\r\n *\r\n * @method Phaser.Loader.File#hasCacheConflict\r\n * @since 3.7.0\r\n *\r\n * @return {boolean} `true` if adding this file will cause a conflict, otherwise `false`.\r\n */", "meta": { "filename": "File.js", - "lineno": 454, + "lineno": 459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "hasCacheConflict", @@ -709610,16 +716696,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#hasCacheConflict", "inherited": true, - "___id": "T000002R052784", + "___id": "T000002R053076", "___s": true }, { "comment": "/**\r\n * Called once the file has been added to its cache and is now ready for deletion from the Loader.\r\n * It will emit a `filecomplete` event from the LoaderPlugin.\r\n *\r\n * @method Phaser.Loader.File#pendingDestroy\r\n * @fires Phaser.Loader.Events#FILE_COMPLETE\r\n * @fires Phaser.Loader.Events#FILE_KEY_COMPLETE\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 484, + "lineno": 489, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -709635,16 +716721,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#pendingDestroy", "inherited": true, - "___id": "T000002R052785", + "___id": "T000002R053077", "___s": true }, { "comment": "/**\r\n * Destroy this File and any references it holds.\r\n *\r\n * @method Phaser.Loader.File#destroy\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 513, + "lineno": 518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -709656,7 +716742,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#destroy", "inherited": true, - "___id": "T000002R052786", + "___id": "T000002R053078", "___s": true }, { @@ -709665,7 +716751,7 @@ "filename": "File.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -709686,7 +716772,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#loader", "inherited": true, - "___id": "T000002R052787", + "___id": "T000002R053079", "___s": true }, { @@ -709695,7 +716781,7 @@ "filename": "File.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "cache", @@ -709726,7 +716812,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#cache", "inherited": true, - "___id": "T000002R052788", + "___id": "T000002R053080", "___s": true }, { @@ -709735,7 +716821,7 @@ "filename": "File.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -709756,7 +716842,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#type", "inherited": true, - "___id": "T000002R052789", + "___id": "T000002R053081", "___s": true }, { @@ -709765,7 +716851,7 @@ "filename": "File.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -709786,7 +716872,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#key", "inherited": true, - "___id": "T000002R052790", + "___id": "T000002R053082", "___s": true }, { @@ -709795,7 +716881,7 @@ "filename": "File.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "url", @@ -709826,7 +716912,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#url", "inherited": true, - "___id": "T000002R052791", + "___id": "T000002R053083", "___s": true }, { @@ -709835,7 +716921,7 @@ "filename": "File.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "src", @@ -709856,7 +716942,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#src", "inherited": true, - "___id": "T000002R052792", + "___id": "T000002R053084", "___s": true }, { @@ -709865,7 +716951,7 @@ "filename": "File.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrSettings", @@ -709886,7 +716972,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrSettings", "inherited": true, - "___id": "T000002R052793", + "___id": "T000002R053085", "___s": true }, { @@ -709895,7 +716981,7 @@ "filename": "File.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrLoader", @@ -709918,7 +717004,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrLoader", "inherited": true, - "___id": "T000002R052794", + "___id": "T000002R053086", "___s": true }, { @@ -709927,7 +717013,7 @@ "filename": "File.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -709948,7 +717034,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#state", "inherited": true, - "___id": "T000002R052795", + "___id": "T000002R053087", "___s": true }, { @@ -709957,7 +717043,7 @@ "filename": "File.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesTotal", @@ -709979,7 +717065,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesTotal", "inherited": true, - "___id": "T000002R052796", + "___id": "T000002R053088", "___s": true }, { @@ -709988,7 +717074,7 @@ "filename": "File.js", "lineno": 165, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesLoaded", @@ -710010,7 +717096,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesLoaded", "inherited": true, - "___id": "T000002R052797", + "___id": "T000002R053089", "___s": true }, { @@ -710019,7 +717105,7 @@ "filename": "File.js", "lineno": 176, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "percentComplete", @@ -710041,7 +717127,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#percentComplete", "inherited": true, - "___id": "T000002R052798", + "___id": "T000002R053090", "___s": true }, { @@ -710050,7 +717136,7 @@ "filename": "File.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "crossOrigin", @@ -710080,7 +717166,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#crossOrigin", "inherited": true, - "___id": "T000002R052799", + "___id": "T000002R053091", "___s": true }, { @@ -710089,7 +717175,7 @@ "filename": "File.js", "lineno": 197, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "data", @@ -710109,7 +717195,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#data", "inherited": true, - "___id": "T000002R052800", + "___id": "T000002R053092", "___s": true }, { @@ -710118,7 +717204,7 @@ "filename": "File.js", "lineno": 206, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -710138,7 +717224,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#config", "inherited": true, - "___id": "T000002R052801", + "___id": "T000002R053093", "___s": true }, { @@ -710147,7 +717233,7 @@ "filename": "File.js", "lineno": 215, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "multiFile", @@ -710170,7 +717256,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#multiFile", "inherited": true, - "___id": "T000002R052802", + "___id": "T000002R053094", "___s": true }, { @@ -710179,7 +717265,7 @@ "filename": "File.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "linkFile", @@ -710202,7 +717288,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#linkFile", "inherited": true, - "___id": "T000002R052803", + "___id": "T000002R053095", "___s": true }, { @@ -710211,7 +717297,7 @@ "filename": "File.js", "lineno": 236, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "base64", @@ -710232,7 +717318,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#base64", "inherited": true, - "___id": "T000002R052804", + "___id": "T000002R053096", "___s": true }, { @@ -710241,7 +717327,7 @@ "filename": "File.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "setLink", @@ -710268,7 +717354,7 @@ ], "inherits": "Phaser.Loader.File#setLink", "inherited": true, - "___id": "T000002R052805", + "___id": "T000002R053097", "___s": true }, { @@ -710277,7 +717363,7 @@ "filename": "File.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "resetXHR", @@ -710289,7 +717375,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#resetXHR", "inherited": true, - "___id": "T000002R052806", + "___id": "T000002R053098", "___s": true }, { @@ -710298,7 +717384,7 @@ "filename": "File.js", "lineno": 277, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "load", @@ -710310,16 +717396,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#load", "inherited": true, - "___id": "T000002R052807", + "___id": "T000002R053099", "___s": true }, { "comment": "/**\r\n * Called when the file finishes loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onLoad\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this load.\r\n */", "meta": { "filename": "File.js", - "lineno": 307, + "lineno": 312, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onLoad", @@ -710359,16 +717445,16 @@ ], "inherits": "Phaser.Loader.File#onLoad", "inherited": true, - "___id": "T000002R052808", + "___id": "T000002R053100", "___s": true }, { "comment": "/**\r\n * Called by the XHRLoader if it was given a File with base64 data to load.\r\n *\r\n * @method Phaser.Loader.File#onBase64Load\r\n * @since 3.80.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The FakeXHR object containing the decoded base64 data.\r\n */", "meta": { "filename": "File.js", - "lineno": 340, + "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onBase64Load", @@ -710395,16 +717481,16 @@ ], "inherits": "Phaser.Loader.File#onBase64Load", "inherited": true, - "___id": "T000002R052809", + "___id": "T000002R053101", "___s": true }, { "comment": "/**\r\n * Called if the file errors while loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onError\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this error.\r\n */", "meta": { "filename": "File.js", - "lineno": 361, + "lineno": 366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onError", @@ -710444,16 +717530,16 @@ ], "inherits": "Phaser.Loader.File#onError", "inherited": true, - "___id": "T000002R052810", + "___id": "T000002R053102", "___s": true }, { "comment": "/**\r\n * Called during the file load progress. Is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onProgress\r\n * @fires Phaser.Loader.Events#FILE_PROGRESS\r\n * @since 3.0.0\r\n *\r\n * @param {ProgressEvent} event - The DOM ProgressEvent.\r\n */", "meta": { "filename": "File.js", - "lineno": 377, + "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProgress", @@ -710483,16 +717569,16 @@ ], "inherits": "Phaser.Loader.File#onProgress", "inherited": true, - "___id": "T000002R052811", + "___id": "T000002R053103", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessComplete\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 413, + "lineno": 418, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessComplete", @@ -710504,16 +717590,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessComplete", "inherited": true, - "___id": "T000002R052812", + "___id": "T000002R053104", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing but it generated an error.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessError\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 432, + "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessError", @@ -710525,16 +717611,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessError", "inherited": true, - "___id": "T000002R052813", + "___id": "T000002R053105", "___s": true }, { "comment": "/**\r\n * Checks if a key matching the one used by this file exists in the target Cache or not.\r\n * This is called automatically by the LoaderPlugin to decide if the file can be safely\r\n * loaded or will conflict.\r\n *\r\n * @method Phaser.Loader.File#hasCacheConflict\r\n * @since 3.7.0\r\n *\r\n * @return {boolean} `true` if adding this file will cause a conflict, otherwise `false`.\r\n */", "meta": { "filename": "File.js", - "lineno": 454, + "lineno": 459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "hasCacheConflict", @@ -710560,16 +717646,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#hasCacheConflict", "inherited": true, - "___id": "T000002R052814", + "___id": "T000002R053106", "___s": true }, { "comment": "/**\r\n * Adds this file to its target cache upon successful loading and processing.\r\n * This method is often overridden by specific file types.\r\n *\r\n * @method Phaser.Loader.File#addToCache\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 469, + "lineno": 474, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "addToCache", @@ -710581,16 +717667,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#addToCache", "inherited": true, - "___id": "T000002R052815", + "___id": "T000002R053107", "___s": true }, { "comment": "/**\r\n * Called once the file has been added to its cache and is now ready for deletion from the Loader.\r\n * It will emit a `filecomplete` event from the LoaderPlugin.\r\n *\r\n * @method Phaser.Loader.File#pendingDestroy\r\n * @fires Phaser.Loader.Events#FILE_COMPLETE\r\n * @fires Phaser.Loader.Events#FILE_KEY_COMPLETE\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 484, + "lineno": 489, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -710606,16 +717692,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#pendingDestroy", "inherited": true, - "___id": "T000002R052816", + "___id": "T000002R053108", "___s": true }, { "comment": "/**\r\n * Destroy this File and any references it holds.\r\n *\r\n * @method Phaser.Loader.File#destroy\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 513, + "lineno": 518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -710627,7 +717713,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#destroy", "inherited": true, - "___id": "T000002R052817", + "___id": "T000002R053109", "___s": true }, { @@ -710636,7 +717722,7 @@ "filename": "MultiFile.js", "lineno": 45, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -710657,7 +717743,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#loader", "inherited": true, - "___id": "T000002R052818", + "___id": "T000002R053110", "___s": true }, { @@ -710666,7 +717752,7 @@ "filename": "MultiFile.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -710687,7 +717773,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#type", "inherited": true, - "___id": "T000002R052819", + "___id": "T000002R053111", "___s": true }, { @@ -710696,7 +717782,7 @@ "filename": "MultiFile.js", "lineno": 63, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -710717,7 +717803,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#key", "inherited": true, - "___id": "T000002R052820", + "___id": "T000002R053112", "___s": true }, { @@ -710726,7 +717812,7 @@ "filename": "MultiFile.js", "lineno": 89, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "files", @@ -710756,7 +717842,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#files", "inherited": true, - "___id": "T000002R052822", + "___id": "T000002R053114", "___s": true }, { @@ -710765,7 +717851,7 @@ "filename": "MultiFile.js", "lineno": 98, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -710786,7 +717872,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#state", "inherited": true, - "___id": "T000002R052823", + "___id": "T000002R053115", "___s": true }, { @@ -710795,7 +717881,7 @@ "filename": "MultiFile.js", "lineno": 107, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "complete", @@ -710817,7 +717903,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#complete", "inherited": true, - "___id": "T000002R052824", + "___id": "T000002R053116", "___s": true }, { @@ -710826,7 +717912,7 @@ "filename": "MultiFile.js", "lineno": 117, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pending", @@ -710847,7 +717933,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#pending", "inherited": true, - "___id": "T000002R052825", + "___id": "T000002R053117", "___s": true }, { @@ -710856,7 +717942,7 @@ "filename": "MultiFile.js", "lineno": 127, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "failed", @@ -710878,7 +717964,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#failed", "inherited": true, - "___id": "T000002R052826", + "___id": "T000002R053118", "___s": true }, { @@ -710887,7 +717973,7 @@ "filename": "MultiFile.js", "lineno": 137, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -710908,7 +717994,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#config", "inherited": true, - "___id": "T000002R052827", + "___id": "T000002R053119", "___s": true }, { @@ -710917,7 +718003,7 @@ "filename": "MultiFile.js", "lineno": 146, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "baseURL", @@ -710938,7 +718024,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#baseURL", "inherited": true, - "___id": "T000002R052828", + "___id": "T000002R053120", "___s": true }, { @@ -710947,7 +718033,7 @@ "filename": "MultiFile.js", "lineno": 156, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "path", @@ -710968,7 +718054,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#path", "inherited": true, - "___id": "T000002R052829", + "___id": "T000002R053121", "___s": true }, { @@ -710977,7 +718063,7 @@ "filename": "MultiFile.js", "lineno": 166, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "prefix", @@ -710998,7 +718084,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#prefix", "inherited": true, - "___id": "T000002R052830", + "___id": "T000002R053122", "___s": true }, { @@ -711007,7 +718093,7 @@ "filename": "MultiFile.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "isReadyToProcess", @@ -711033,7 +718119,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#isReadyToProcess", "inherited": true, - "___id": "T000002R052831", + "___id": "T000002R053123", "___s": true }, { @@ -711042,7 +718128,7 @@ "filename": "MultiFile.js", "lineno": 196, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "addToMultiFile", @@ -711083,7 +718169,7 @@ ], "inherits": "Phaser.Loader.MultiFile#addToMultiFile", "inherited": true, - "___id": "T000002R052832", + "___id": "T000002R053124", "___s": true }, { @@ -711092,7 +718178,7 @@ "filename": "MultiFile.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onFileFailed", @@ -711119,7 +718205,7 @@ ], "inherits": "Phaser.Loader.MultiFile#onFileFailed", "inherited": true, - "___id": "T000002R052833", + "___id": "T000002R053125", "___s": true }, { @@ -711128,7 +718214,7 @@ "filename": "MultiFile.js", "lineno": 258, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -711144,7 +718230,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#pendingDestroy", "inherited": true, - "___id": "T000002R052834", + "___id": "T000002R053126", "___s": true }, { @@ -711153,7 +718239,7 @@ "filename": "MultiFile.js", "lineno": 292, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -711165,7 +718251,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#destroy", "inherited": true, - "___id": "T000002R052835", + "___id": "T000002R053127", "___s": true }, { @@ -711174,7 +718260,7 @@ "filename": "MultiFile.js", "lineno": 45, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -711195,7 +718281,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#loader", "inherited": true, - "___id": "T000002R052836", + "___id": "T000002R053128", "___s": true }, { @@ -711204,7 +718290,7 @@ "filename": "MultiFile.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -711225,7 +718311,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#type", "inherited": true, - "___id": "T000002R052837", + "___id": "T000002R053129", "___s": true }, { @@ -711234,7 +718320,7 @@ "filename": "MultiFile.js", "lineno": 63, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -711255,7 +718341,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#key", "inherited": true, - "___id": "T000002R052838", + "___id": "T000002R053130", "___s": true }, { @@ -711264,7 +718350,7 @@ "filename": "MultiFile.js", "lineno": 89, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "files", @@ -711294,7 +718380,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#files", "inherited": true, - "___id": "T000002R052840", + "___id": "T000002R053132", "___s": true }, { @@ -711303,7 +718389,7 @@ "filename": "MultiFile.js", "lineno": 98, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -711324,7 +718410,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#state", "inherited": true, - "___id": "T000002R052841", + "___id": "T000002R053133", "___s": true }, { @@ -711333,7 +718419,7 @@ "filename": "MultiFile.js", "lineno": 107, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "complete", @@ -711355,7 +718441,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#complete", "inherited": true, - "___id": "T000002R052842", + "___id": "T000002R053134", "___s": true }, { @@ -711364,7 +718450,7 @@ "filename": "MultiFile.js", "lineno": 117, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pending", @@ -711385,7 +718471,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#pending", "inherited": true, - "___id": "T000002R052843", + "___id": "T000002R053135", "___s": true }, { @@ -711394,7 +718480,7 @@ "filename": "MultiFile.js", "lineno": 127, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "failed", @@ -711416,7 +718502,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#failed", "inherited": true, - "___id": "T000002R052844", + "___id": "T000002R053136", "___s": true }, { @@ -711425,7 +718511,7 @@ "filename": "MultiFile.js", "lineno": 137, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -711446,7 +718532,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#config", "inherited": true, - "___id": "T000002R052845", + "___id": "T000002R053137", "___s": true }, { @@ -711455,7 +718541,7 @@ "filename": "MultiFile.js", "lineno": 146, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "baseURL", @@ -711476,7 +718562,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#baseURL", "inherited": true, - "___id": "T000002R052846", + "___id": "T000002R053138", "___s": true }, { @@ -711485,7 +718571,7 @@ "filename": "MultiFile.js", "lineno": 156, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "path", @@ -711506,7 +718592,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#path", "inherited": true, - "___id": "T000002R052847", + "___id": "T000002R053139", "___s": true }, { @@ -711515,7 +718601,7 @@ "filename": "MultiFile.js", "lineno": 166, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "prefix", @@ -711536,7 +718622,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#prefix", "inherited": true, - "___id": "T000002R052848", + "___id": "T000002R053140", "___s": true }, { @@ -711545,7 +718631,7 @@ "filename": "MultiFile.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "isReadyToProcess", @@ -711571,7 +718657,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#isReadyToProcess", "inherited": true, - "___id": "T000002R052849", + "___id": "T000002R053141", "___s": true }, { @@ -711580,7 +718666,7 @@ "filename": "MultiFile.js", "lineno": 196, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "addToMultiFile", @@ -711621,7 +718707,7 @@ ], "inherits": "Phaser.Loader.MultiFile#addToMultiFile", "inherited": true, - "___id": "T000002R052850", + "___id": "T000002R053142", "___s": true }, { @@ -711630,7 +718716,7 @@ "filename": "MultiFile.js", "lineno": 219, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onFileComplete", @@ -711657,7 +718743,7 @@ ], "inherits": "Phaser.Loader.MultiFile#onFileComplete", "inherited": true, - "___id": "T000002R052851", + "___id": "T000002R053143", "___s": true }, { @@ -711666,7 +718752,7 @@ "filename": "MultiFile.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onFileFailed", @@ -711693,7 +718779,7 @@ ], "inherits": "Phaser.Loader.MultiFile#onFileFailed", "inherited": true, - "___id": "T000002R052852", + "___id": "T000002R053144", "___s": true }, { @@ -711702,7 +718788,7 @@ "filename": "MultiFile.js", "lineno": 258, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -711718,7 +718804,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#pendingDestroy", "inherited": true, - "___id": "T000002R052853", + "___id": "T000002R053145", "___s": true }, { @@ -711727,7 +718813,7 @@ "filename": "MultiFile.js", "lineno": 292, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -711739,7 +718825,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#destroy", "inherited": true, - "___id": "T000002R052854", + "___id": "T000002R053146", "___s": true }, { @@ -711748,7 +718834,7 @@ "filename": "MultiFile.js", "lineno": 45, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -711769,7 +718855,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#loader", "inherited": true, - "___id": "T000002R052855", + "___id": "T000002R053147", "___s": true }, { @@ -711778,7 +718864,7 @@ "filename": "MultiFile.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -711799,7 +718885,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#type", "inherited": true, - "___id": "T000002R052856", + "___id": "T000002R053148", "___s": true }, { @@ -711808,7 +718894,7 @@ "filename": "MultiFile.js", "lineno": 63, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -711829,7 +718915,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#key", "inherited": true, - "___id": "T000002R052857", + "___id": "T000002R053149", "___s": true }, { @@ -711838,7 +718924,7 @@ "filename": "MultiFile.js", "lineno": 89, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "files", @@ -711868,7 +718954,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#files", "inherited": true, - "___id": "T000002R052859", + "___id": "T000002R053151", "___s": true }, { @@ -711877,7 +718963,7 @@ "filename": "MultiFile.js", "lineno": 98, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -711898,7 +718984,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#state", "inherited": true, - "___id": "T000002R052860", + "___id": "T000002R053152", "___s": true }, { @@ -711907,7 +718993,7 @@ "filename": "MultiFile.js", "lineno": 107, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "complete", @@ -711929,7 +719015,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#complete", "inherited": true, - "___id": "T000002R052861", + "___id": "T000002R053153", "___s": true }, { @@ -711938,7 +719024,7 @@ "filename": "MultiFile.js", "lineno": 117, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pending", @@ -711959,7 +719045,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#pending", "inherited": true, - "___id": "T000002R052862", + "___id": "T000002R053154", "___s": true }, { @@ -711968,7 +719054,7 @@ "filename": "MultiFile.js", "lineno": 127, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "failed", @@ -711990,7 +719076,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#failed", "inherited": true, - "___id": "T000002R052863", + "___id": "T000002R053155", "___s": true }, { @@ -711999,7 +719085,7 @@ "filename": "MultiFile.js", "lineno": 137, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -712020,7 +719106,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#config", "inherited": true, - "___id": "T000002R052864", + "___id": "T000002R053156", "___s": true }, { @@ -712029,7 +719115,7 @@ "filename": "MultiFile.js", "lineno": 146, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "baseURL", @@ -712050,7 +719136,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#baseURL", "inherited": true, - "___id": "T000002R052865", + "___id": "T000002R053157", "___s": true }, { @@ -712059,7 +719145,7 @@ "filename": "MultiFile.js", "lineno": 156, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "path", @@ -712080,7 +719166,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#path", "inherited": true, - "___id": "T000002R052866", + "___id": "T000002R053158", "___s": true }, { @@ -712089,7 +719175,7 @@ "filename": "MultiFile.js", "lineno": 166, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "prefix", @@ -712110,7 +719196,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#prefix", "inherited": true, - "___id": "T000002R052867", + "___id": "T000002R053159", "___s": true }, { @@ -712119,7 +719205,7 @@ "filename": "MultiFile.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "isReadyToProcess", @@ -712145,7 +719231,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#isReadyToProcess", "inherited": true, - "___id": "T000002R052868", + "___id": "T000002R053160", "___s": true }, { @@ -712154,7 +719240,7 @@ "filename": "MultiFile.js", "lineno": 196, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "addToMultiFile", @@ -712195,7 +719281,7 @@ ], "inherits": "Phaser.Loader.MultiFile#addToMultiFile", "inherited": true, - "___id": "T000002R052869", + "___id": "T000002R053161", "___s": true }, { @@ -712204,7 +719290,7 @@ "filename": "MultiFile.js", "lineno": 219, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onFileComplete", @@ -712231,7 +719317,7 @@ ], "inherits": "Phaser.Loader.MultiFile#onFileComplete", "inherited": true, - "___id": "T000002R052870", + "___id": "T000002R053162", "___s": true }, { @@ -712240,7 +719326,7 @@ "filename": "MultiFile.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onFileFailed", @@ -712267,7 +719353,7 @@ ], "inherits": "Phaser.Loader.MultiFile#onFileFailed", "inherited": true, - "___id": "T000002R052871", + "___id": "T000002R053163", "___s": true }, { @@ -712276,7 +719362,7 @@ "filename": "MultiFile.js", "lineno": 258, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -712292,7 +719378,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#pendingDestroy", "inherited": true, - "___id": "T000002R052872", + "___id": "T000002R053164", "___s": true }, { @@ -712301,7 +719387,7 @@ "filename": "MultiFile.js", "lineno": 292, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -712313,7 +719399,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#destroy", "inherited": true, - "___id": "T000002R052873", + "___id": "T000002R053165", "___s": true }, { @@ -712322,7 +719408,7 @@ "filename": "File.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -712343,7 +719429,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#loader", "inherited": true, - "___id": "T000002R052874", + "___id": "T000002R053166", "___s": true }, { @@ -712352,7 +719438,7 @@ "filename": "File.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "cache", @@ -712383,7 +719469,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#cache", "inherited": true, - "___id": "T000002R052875", + "___id": "T000002R053167", "___s": true }, { @@ -712392,7 +719478,7 @@ "filename": "File.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -712413,7 +719499,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#type", "inherited": true, - "___id": "T000002R052876", + "___id": "T000002R053168", "___s": true }, { @@ -712422,7 +719508,7 @@ "filename": "File.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -712443,7 +719529,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#key", "inherited": true, - "___id": "T000002R052877", + "___id": "T000002R053169", "___s": true }, { @@ -712452,7 +719538,7 @@ "filename": "File.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "url", @@ -712483,7 +719569,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#url", "inherited": true, - "___id": "T000002R052878", + "___id": "T000002R053170", "___s": true }, { @@ -712492,7 +719578,7 @@ "filename": "File.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "src", @@ -712513,7 +719599,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#src", "inherited": true, - "___id": "T000002R052879", + "___id": "T000002R053171", "___s": true }, { @@ -712522,7 +719608,7 @@ "filename": "File.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrSettings", @@ -712543,7 +719629,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrSettings", "inherited": true, - "___id": "T000002R052880", + "___id": "T000002R053172", "___s": true }, { @@ -712552,7 +719638,7 @@ "filename": "File.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrLoader", @@ -712575,7 +719661,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrLoader", "inherited": true, - "___id": "T000002R052881", + "___id": "T000002R053173", "___s": true }, { @@ -712584,7 +719670,7 @@ "filename": "File.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -712605,7 +719691,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#state", "inherited": true, - "___id": "T000002R052882", + "___id": "T000002R053174", "___s": true }, { @@ -712614,7 +719700,7 @@ "filename": "File.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesTotal", @@ -712636,7 +719722,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesTotal", "inherited": true, - "___id": "T000002R052883", + "___id": "T000002R053175", "___s": true }, { @@ -712645,7 +719731,7 @@ "filename": "File.js", "lineno": 165, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesLoaded", @@ -712667,7 +719753,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesLoaded", "inherited": true, - "___id": "T000002R052884", + "___id": "T000002R053176", "___s": true }, { @@ -712676,7 +719762,7 @@ "filename": "File.js", "lineno": 176, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "percentComplete", @@ -712698,7 +719784,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#percentComplete", "inherited": true, - "___id": "T000002R052885", + "___id": "T000002R053177", "___s": true }, { @@ -712707,7 +719793,7 @@ "filename": "File.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "crossOrigin", @@ -712737,7 +719823,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#crossOrigin", "inherited": true, - "___id": "T000002R052886", + "___id": "T000002R053178", "___s": true }, { @@ -712746,7 +719832,7 @@ "filename": "File.js", "lineno": 197, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "data", @@ -712766,7 +719852,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#data", "inherited": true, - "___id": "T000002R052887", + "___id": "T000002R053179", "___s": true }, { @@ -712775,7 +719861,7 @@ "filename": "File.js", "lineno": 206, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -712795,7 +719881,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#config", "inherited": true, - "___id": "T000002R052888", + "___id": "T000002R053180", "___s": true }, { @@ -712804,7 +719890,7 @@ "filename": "File.js", "lineno": 215, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "multiFile", @@ -712827,7 +719913,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#multiFile", "inherited": true, - "___id": "T000002R052889", + "___id": "T000002R053181", "___s": true }, { @@ -712836,7 +719922,7 @@ "filename": "File.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "linkFile", @@ -712859,7 +719945,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#linkFile", "inherited": true, - "___id": "T000002R052890", + "___id": "T000002R053182", "___s": true }, { @@ -712868,7 +719954,7 @@ "filename": "File.js", "lineno": 236, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "base64", @@ -712889,7 +719975,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#base64", "inherited": true, - "___id": "T000002R052891", + "___id": "T000002R053183", "___s": true }, { @@ -712898,7 +719984,7 @@ "filename": "File.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "setLink", @@ -712925,7 +720011,7 @@ ], "inherits": "Phaser.Loader.File#setLink", "inherited": true, - "___id": "T000002R052892", + "___id": "T000002R053184", "___s": true }, { @@ -712934,7 +720020,7 @@ "filename": "File.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "resetXHR", @@ -712946,7 +720032,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#resetXHR", "inherited": true, - "___id": "T000002R052893", + "___id": "T000002R053185", "___s": true }, { @@ -712955,7 +720041,7 @@ "filename": "File.js", "lineno": 277, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "load", @@ -712967,16 +720053,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#load", "inherited": true, - "___id": "T000002R052894", + "___id": "T000002R053186", "___s": true }, { "comment": "/**\r\n * Called when the file finishes loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onLoad\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this load.\r\n */", "meta": { "filename": "File.js", - "lineno": 307, + "lineno": 312, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onLoad", @@ -713016,16 +720102,16 @@ ], "inherits": "Phaser.Loader.File#onLoad", "inherited": true, - "___id": "T000002R052895", + "___id": "T000002R053187", "___s": true }, { "comment": "/**\r\n * Called by the XHRLoader if it was given a File with base64 data to load.\r\n *\r\n * @method Phaser.Loader.File#onBase64Load\r\n * @since 3.80.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The FakeXHR object containing the decoded base64 data.\r\n */", "meta": { "filename": "File.js", - "lineno": 340, + "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onBase64Load", @@ -713052,16 +720138,16 @@ ], "inherits": "Phaser.Loader.File#onBase64Load", "inherited": true, - "___id": "T000002R052896", + "___id": "T000002R053188", "___s": true }, { "comment": "/**\r\n * Called if the file errors while loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onError\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this error.\r\n */", "meta": { "filename": "File.js", - "lineno": 361, + "lineno": 366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onError", @@ -713101,16 +720187,16 @@ ], "inherits": "Phaser.Loader.File#onError", "inherited": true, - "___id": "T000002R052897", + "___id": "T000002R053189", "___s": true }, { "comment": "/**\r\n * Called during the file load progress. Is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onProgress\r\n * @fires Phaser.Loader.Events#FILE_PROGRESS\r\n * @since 3.0.0\r\n *\r\n * @param {ProgressEvent} event - The DOM ProgressEvent.\r\n */", "meta": { "filename": "File.js", - "lineno": 377, + "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProgress", @@ -713140,16 +720226,16 @@ ], "inherits": "Phaser.Loader.File#onProgress", "inherited": true, - "___id": "T000002R052898", + "___id": "T000002R053190", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessComplete\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 413, + "lineno": 418, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessComplete", @@ -713161,16 +720247,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessComplete", "inherited": true, - "___id": "T000002R052899", + "___id": "T000002R053191", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing but it generated an error.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessError\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 432, + "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessError", @@ -713182,16 +720268,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessError", "inherited": true, - "___id": "T000002R052900", + "___id": "T000002R053192", "___s": true }, { "comment": "/**\r\n * Checks if a key matching the one used by this file exists in the target Cache or not.\r\n * This is called automatically by the LoaderPlugin to decide if the file can be safely\r\n * loaded or will conflict.\r\n *\r\n * @method Phaser.Loader.File#hasCacheConflict\r\n * @since 3.7.0\r\n *\r\n * @return {boolean} `true` if adding this file will cause a conflict, otherwise `false`.\r\n */", "meta": { "filename": "File.js", - "lineno": 454, + "lineno": 459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "hasCacheConflict", @@ -713217,16 +720303,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#hasCacheConflict", "inherited": true, - "___id": "T000002R052901", + "___id": "T000002R053193", "___s": true }, { "comment": "/**\r\n * Adds this file to its target cache upon successful loading and processing.\r\n * This method is often overridden by specific file types.\r\n *\r\n * @method Phaser.Loader.File#addToCache\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 469, + "lineno": 474, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "addToCache", @@ -713238,16 +720324,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#addToCache", "inherited": true, - "___id": "T000002R052902", + "___id": "T000002R053194", "___s": true }, { "comment": "/**\r\n * Called once the file has been added to its cache and is now ready for deletion from the Loader.\r\n * It will emit a `filecomplete` event from the LoaderPlugin.\r\n *\r\n * @method Phaser.Loader.File#pendingDestroy\r\n * @fires Phaser.Loader.Events#FILE_COMPLETE\r\n * @fires Phaser.Loader.Events#FILE_KEY_COMPLETE\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 484, + "lineno": 489, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -713263,16 +720349,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#pendingDestroy", "inherited": true, - "___id": "T000002R052903", + "___id": "T000002R053195", "___s": true }, { "comment": "/**\r\n * Destroy this File and any references it holds.\r\n *\r\n * @method Phaser.Loader.File#destroy\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 513, + "lineno": 518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -713284,7 +720370,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#destroy", "inherited": true, - "___id": "T000002R052904", + "___id": "T000002R053196", "___s": true }, { @@ -713293,7 +720379,7 @@ "filename": "File.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -713314,7 +720400,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#loader", "inherited": true, - "___id": "T000002R052905", + "___id": "T000002R053197", "___s": true }, { @@ -713323,7 +720409,7 @@ "filename": "File.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "cache", @@ -713354,7 +720440,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#cache", "inherited": true, - "___id": "T000002R052906", + "___id": "T000002R053198", "___s": true }, { @@ -713363,7 +720449,7 @@ "filename": "File.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -713384,7 +720470,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#type", "inherited": true, - "___id": "T000002R052907", + "___id": "T000002R053199", "___s": true }, { @@ -713393,7 +720479,7 @@ "filename": "File.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -713414,7 +720500,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#key", "inherited": true, - "___id": "T000002R052908", + "___id": "T000002R053200", "___s": true }, { @@ -713423,7 +720509,7 @@ "filename": "File.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "url", @@ -713454,7 +720540,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#url", "inherited": true, - "___id": "T000002R052909", + "___id": "T000002R053201", "___s": true }, { @@ -713463,7 +720549,7 @@ "filename": "File.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "src", @@ -713484,7 +720570,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#src", "inherited": true, - "___id": "T000002R052910", + "___id": "T000002R053202", "___s": true }, { @@ -713493,7 +720579,7 @@ "filename": "File.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrSettings", @@ -713514,7 +720600,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrSettings", "inherited": true, - "___id": "T000002R052911", + "___id": "T000002R053203", "___s": true }, { @@ -713523,7 +720609,7 @@ "filename": "File.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrLoader", @@ -713546,7 +720632,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrLoader", "inherited": true, - "___id": "T000002R052912", + "___id": "T000002R053204", "___s": true }, { @@ -713555,7 +720641,7 @@ "filename": "File.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -713576,7 +720662,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#state", "inherited": true, - "___id": "T000002R052913", + "___id": "T000002R053205", "___s": true }, { @@ -713585,7 +720671,7 @@ "filename": "File.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesTotal", @@ -713607,7 +720693,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesTotal", "inherited": true, - "___id": "T000002R052914", + "___id": "T000002R053206", "___s": true }, { @@ -713616,7 +720702,7 @@ "filename": "File.js", "lineno": 165, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesLoaded", @@ -713638,7 +720724,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesLoaded", "inherited": true, - "___id": "T000002R052915", + "___id": "T000002R053207", "___s": true }, { @@ -713647,7 +720733,7 @@ "filename": "File.js", "lineno": 176, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "percentComplete", @@ -713669,7 +720755,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#percentComplete", "inherited": true, - "___id": "T000002R052916", + "___id": "T000002R053208", "___s": true }, { @@ -713678,7 +720764,7 @@ "filename": "File.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "crossOrigin", @@ -713708,7 +720794,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#crossOrigin", "inherited": true, - "___id": "T000002R052917", + "___id": "T000002R053209", "___s": true }, { @@ -713717,7 +720803,7 @@ "filename": "File.js", "lineno": 197, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "data", @@ -713737,7 +720823,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#data", "inherited": true, - "___id": "T000002R052918", + "___id": "T000002R053210", "___s": true }, { @@ -713746,7 +720832,7 @@ "filename": "File.js", "lineno": 206, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -713766,7 +720852,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#config", "inherited": true, - "___id": "T000002R052919", + "___id": "T000002R053211", "___s": true }, { @@ -713775,7 +720861,7 @@ "filename": "File.js", "lineno": 215, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "multiFile", @@ -713798,7 +720884,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#multiFile", "inherited": true, - "___id": "T000002R052920", + "___id": "T000002R053212", "___s": true }, { @@ -713807,7 +720893,7 @@ "filename": "File.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "linkFile", @@ -713830,7 +720916,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#linkFile", "inherited": true, - "___id": "T000002R052921", + "___id": "T000002R053213", "___s": true }, { @@ -713839,7 +720925,7 @@ "filename": "File.js", "lineno": 236, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "base64", @@ -713860,7 +720946,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#base64", "inherited": true, - "___id": "T000002R052922", + "___id": "T000002R053214", "___s": true }, { @@ -713869,7 +720955,7 @@ "filename": "File.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "setLink", @@ -713896,7 +720982,7 @@ ], "inherits": "Phaser.Loader.File#setLink", "inherited": true, - "___id": "T000002R052923", + "___id": "T000002R053215", "___s": true }, { @@ -713905,7 +720991,7 @@ "filename": "File.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "resetXHR", @@ -713917,7 +721003,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#resetXHR", "inherited": true, - "___id": "T000002R052924", + "___id": "T000002R053216", "___s": true }, { @@ -713926,7 +721012,7 @@ "filename": "File.js", "lineno": 277, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "load", @@ -713938,16 +721024,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#load", "inherited": true, - "___id": "T000002R052925", + "___id": "T000002R053217", "___s": true }, { "comment": "/**\r\n * Called when the file finishes loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onLoad\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this load.\r\n */", "meta": { "filename": "File.js", - "lineno": 307, + "lineno": 312, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onLoad", @@ -713987,16 +721073,16 @@ ], "inherits": "Phaser.Loader.File#onLoad", "inherited": true, - "___id": "T000002R052926", + "___id": "T000002R053218", "___s": true }, { "comment": "/**\r\n * Called by the XHRLoader if it was given a File with base64 data to load.\r\n *\r\n * @method Phaser.Loader.File#onBase64Load\r\n * @since 3.80.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The FakeXHR object containing the decoded base64 data.\r\n */", "meta": { "filename": "File.js", - "lineno": 340, + "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onBase64Load", @@ -714023,16 +721109,16 @@ ], "inherits": "Phaser.Loader.File#onBase64Load", "inherited": true, - "___id": "T000002R052927", + "___id": "T000002R053219", "___s": true }, { "comment": "/**\r\n * Called if the file errors while loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onError\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this error.\r\n */", "meta": { "filename": "File.js", - "lineno": 361, + "lineno": 366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onError", @@ -714072,16 +721158,16 @@ ], "inherits": "Phaser.Loader.File#onError", "inherited": true, - "___id": "T000002R052928", + "___id": "T000002R053220", "___s": true }, { "comment": "/**\r\n * Called during the file load progress. Is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onProgress\r\n * @fires Phaser.Loader.Events#FILE_PROGRESS\r\n * @since 3.0.0\r\n *\r\n * @param {ProgressEvent} event - The DOM ProgressEvent.\r\n */", "meta": { "filename": "File.js", - "lineno": 377, + "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProgress", @@ -714111,16 +721197,16 @@ ], "inherits": "Phaser.Loader.File#onProgress", "inherited": true, - "___id": "T000002R052929", + "___id": "T000002R053221", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessComplete\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 413, + "lineno": 418, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessComplete", @@ -714132,16 +721218,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessComplete", "inherited": true, - "___id": "T000002R052930", + "___id": "T000002R053222", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing but it generated an error.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessError\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 432, + "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessError", @@ -714153,16 +721239,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessError", "inherited": true, - "___id": "T000002R052931", + "___id": "T000002R053223", "___s": true }, { "comment": "/**\r\n * Checks if a key matching the one used by this file exists in the target Cache or not.\r\n * This is called automatically by the LoaderPlugin to decide if the file can be safely\r\n * loaded or will conflict.\r\n *\r\n * @method Phaser.Loader.File#hasCacheConflict\r\n * @since 3.7.0\r\n *\r\n * @return {boolean} `true` if adding this file will cause a conflict, otherwise `false`.\r\n */", "meta": { "filename": "File.js", - "lineno": 454, + "lineno": 459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "hasCacheConflict", @@ -714188,16 +721274,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#hasCacheConflict", "inherited": true, - "___id": "T000002R052932", + "___id": "T000002R053224", "___s": true }, { "comment": "/**\r\n * Adds this file to its target cache upon successful loading and processing.\r\n * This method is often overridden by specific file types.\r\n *\r\n * @method Phaser.Loader.File#addToCache\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 469, + "lineno": 474, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "addToCache", @@ -714209,16 +721295,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#addToCache", "inherited": true, - "___id": "T000002R052933", + "___id": "T000002R053225", "___s": true }, { "comment": "/**\r\n * Called once the file has been added to its cache and is now ready for deletion from the Loader.\r\n * It will emit a `filecomplete` event from the LoaderPlugin.\r\n *\r\n * @method Phaser.Loader.File#pendingDestroy\r\n * @fires Phaser.Loader.Events#FILE_COMPLETE\r\n * @fires Phaser.Loader.Events#FILE_KEY_COMPLETE\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 484, + "lineno": 489, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -714234,16 +721320,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#pendingDestroy", "inherited": true, - "___id": "T000002R052934", + "___id": "T000002R053226", "___s": true }, { "comment": "/**\r\n * Destroy this File and any references it holds.\r\n *\r\n * @method Phaser.Loader.File#destroy\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 513, + "lineno": 518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -714255,7 +721341,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#destroy", "inherited": true, - "___id": "T000002R052935", + "___id": "T000002R053227", "___s": true }, { @@ -714264,7 +721350,7 @@ "filename": "File.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -714285,7 +721371,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#loader", "inherited": true, - "___id": "T000002R052936", + "___id": "T000002R053228", "___s": true }, { @@ -714294,7 +721380,7 @@ "filename": "File.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "cache", @@ -714325,7 +721411,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#cache", "inherited": true, - "___id": "T000002R052937", + "___id": "T000002R053229", "___s": true }, { @@ -714334,7 +721420,7 @@ "filename": "File.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -714355,7 +721441,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#type", "inherited": true, - "___id": "T000002R052938", + "___id": "T000002R053230", "___s": true }, { @@ -714364,7 +721450,7 @@ "filename": "File.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -714385,7 +721471,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#key", "inherited": true, - "___id": "T000002R052939", + "___id": "T000002R053231", "___s": true }, { @@ -714394,7 +721480,7 @@ "filename": "File.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "url", @@ -714425,7 +721511,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#url", "inherited": true, - "___id": "T000002R052940", + "___id": "T000002R053232", "___s": true }, { @@ -714434,7 +721520,7 @@ "filename": "File.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "src", @@ -714455,7 +721541,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#src", "inherited": true, - "___id": "T000002R052941", + "___id": "T000002R053233", "___s": true }, { @@ -714464,7 +721550,7 @@ "filename": "File.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrSettings", @@ -714485,7 +721571,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrSettings", "inherited": true, - "___id": "T000002R052942", + "___id": "T000002R053234", "___s": true }, { @@ -714494,7 +721580,7 @@ "filename": "File.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrLoader", @@ -714517,7 +721603,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrLoader", "inherited": true, - "___id": "T000002R052943", + "___id": "T000002R053235", "___s": true }, { @@ -714526,7 +721612,7 @@ "filename": "File.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -714547,7 +721633,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#state", "inherited": true, - "___id": "T000002R052944", + "___id": "T000002R053236", "___s": true }, { @@ -714556,7 +721642,7 @@ "filename": "File.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesTotal", @@ -714578,7 +721664,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesTotal", "inherited": true, - "___id": "T000002R052945", + "___id": "T000002R053237", "___s": true }, { @@ -714587,7 +721673,7 @@ "filename": "File.js", "lineno": 165, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesLoaded", @@ -714609,7 +721695,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesLoaded", "inherited": true, - "___id": "T000002R052946", + "___id": "T000002R053238", "___s": true }, { @@ -714618,7 +721704,7 @@ "filename": "File.js", "lineno": 176, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "percentComplete", @@ -714640,7 +721726,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#percentComplete", "inherited": true, - "___id": "T000002R052947", + "___id": "T000002R053239", "___s": true }, { @@ -714649,7 +721735,7 @@ "filename": "File.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "crossOrigin", @@ -714679,7 +721765,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#crossOrigin", "inherited": true, - "___id": "T000002R052948", + "___id": "T000002R053240", "___s": true }, { @@ -714688,7 +721774,7 @@ "filename": "File.js", "lineno": 197, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "data", @@ -714708,7 +721794,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#data", "inherited": true, - "___id": "T000002R052949", + "___id": "T000002R053241", "___s": true }, { @@ -714717,7 +721803,7 @@ "filename": "File.js", "lineno": 206, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -714737,7 +721823,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#config", "inherited": true, - "___id": "T000002R052950", + "___id": "T000002R053242", "___s": true }, { @@ -714746,7 +721832,7 @@ "filename": "File.js", "lineno": 215, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "multiFile", @@ -714769,7 +721855,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#multiFile", "inherited": true, - "___id": "T000002R052951", + "___id": "T000002R053243", "___s": true }, { @@ -714778,7 +721864,7 @@ "filename": "File.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "linkFile", @@ -714801,7 +721887,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#linkFile", "inherited": true, - "___id": "T000002R052952", + "___id": "T000002R053244", "___s": true }, { @@ -714810,7 +721896,7 @@ "filename": "File.js", "lineno": 236, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "base64", @@ -714831,7 +721917,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#base64", "inherited": true, - "___id": "T000002R052953", + "___id": "T000002R053245", "___s": true }, { @@ -714840,7 +721926,7 @@ "filename": "File.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "setLink", @@ -714867,7 +721953,7 @@ ], "inherits": "Phaser.Loader.File#setLink", "inherited": true, - "___id": "T000002R052954", + "___id": "T000002R053246", "___s": true }, { @@ -714876,7 +721962,7 @@ "filename": "File.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "resetXHR", @@ -714888,7 +721974,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#resetXHR", "inherited": true, - "___id": "T000002R052955", + "___id": "T000002R053247", "___s": true }, { @@ -714897,7 +721983,7 @@ "filename": "File.js", "lineno": 277, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "load", @@ -714909,16 +721995,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#load", "inherited": true, - "___id": "T000002R052956", + "___id": "T000002R053248", "___s": true }, { "comment": "/**\r\n * Called when the file finishes loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onLoad\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this load.\r\n */", "meta": { "filename": "File.js", - "lineno": 307, + "lineno": 312, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onLoad", @@ -714958,16 +722044,16 @@ ], "inherits": "Phaser.Loader.File#onLoad", "inherited": true, - "___id": "T000002R052957", + "___id": "T000002R053249", "___s": true }, { "comment": "/**\r\n * Called by the XHRLoader if it was given a File with base64 data to load.\r\n *\r\n * @method Phaser.Loader.File#onBase64Load\r\n * @since 3.80.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The FakeXHR object containing the decoded base64 data.\r\n */", "meta": { "filename": "File.js", - "lineno": 340, + "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onBase64Load", @@ -714994,16 +722080,16 @@ ], "inherits": "Phaser.Loader.File#onBase64Load", "inherited": true, - "___id": "T000002R052958", + "___id": "T000002R053250", "___s": true }, { "comment": "/**\r\n * Called if the file errors while loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onError\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this error.\r\n */", "meta": { "filename": "File.js", - "lineno": 361, + "lineno": 366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onError", @@ -715043,16 +722129,16 @@ ], "inherits": "Phaser.Loader.File#onError", "inherited": true, - "___id": "T000002R052959", + "___id": "T000002R053251", "___s": true }, { "comment": "/**\r\n * Called during the file load progress. Is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onProgress\r\n * @fires Phaser.Loader.Events#FILE_PROGRESS\r\n * @since 3.0.0\r\n *\r\n * @param {ProgressEvent} event - The DOM ProgressEvent.\r\n */", "meta": { "filename": "File.js", - "lineno": 377, + "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProgress", @@ -715082,16 +722168,16 @@ ], "inherits": "Phaser.Loader.File#onProgress", "inherited": true, - "___id": "T000002R052960", + "___id": "T000002R053252", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessComplete\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 413, + "lineno": 418, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessComplete", @@ -715103,16 +722189,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessComplete", "inherited": true, - "___id": "T000002R052961", + "___id": "T000002R053253", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing but it generated an error.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessError\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 432, + "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessError", @@ -715124,16 +722210,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessError", "inherited": true, - "___id": "T000002R052962", + "___id": "T000002R053254", "___s": true }, { "comment": "/**\r\n * Checks if a key matching the one used by this file exists in the target Cache or not.\r\n * This is called automatically by the LoaderPlugin to decide if the file can be safely\r\n * loaded or will conflict.\r\n *\r\n * @method Phaser.Loader.File#hasCacheConflict\r\n * @since 3.7.0\r\n *\r\n * @return {boolean} `true` if adding this file will cause a conflict, otherwise `false`.\r\n */", "meta": { "filename": "File.js", - "lineno": 454, + "lineno": 459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "hasCacheConflict", @@ -715159,16 +722245,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#hasCacheConflict", "inherited": true, - "___id": "T000002R052963", + "___id": "T000002R053255", "___s": true }, { "comment": "/**\r\n * Called once the file has been added to its cache and is now ready for deletion from the Loader.\r\n * It will emit a `filecomplete` event from the LoaderPlugin.\r\n *\r\n * @method Phaser.Loader.File#pendingDestroy\r\n * @fires Phaser.Loader.Events#FILE_COMPLETE\r\n * @fires Phaser.Loader.Events#FILE_KEY_COMPLETE\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 484, + "lineno": 489, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -715184,16 +722270,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#pendingDestroy", "inherited": true, - "___id": "T000002R052964", + "___id": "T000002R053256", "___s": true }, { "comment": "/**\r\n * Destroy this File and any references it holds.\r\n *\r\n * @method Phaser.Loader.File#destroy\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 513, + "lineno": 518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -715205,7 +722291,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#destroy", "inherited": true, - "___id": "T000002R052965", + "___id": "T000002R053257", "___s": true }, { @@ -715214,7 +722300,7 @@ "filename": "File.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -715235,7 +722321,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#loader", "inherited": true, - "___id": "T000002R052966", + "___id": "T000002R053258", "___s": true }, { @@ -715244,7 +722330,7 @@ "filename": "File.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "cache", @@ -715275,7 +722361,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#cache", "inherited": true, - "___id": "T000002R052967", + "___id": "T000002R053259", "___s": true }, { @@ -715284,7 +722370,7 @@ "filename": "File.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -715305,7 +722391,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#type", "inherited": true, - "___id": "T000002R052968", + "___id": "T000002R053260", "___s": true }, { @@ -715314,7 +722400,7 @@ "filename": "File.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -715335,7 +722421,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#key", "inherited": true, - "___id": "T000002R052969", + "___id": "T000002R053261", "___s": true }, { @@ -715344,7 +722430,7 @@ "filename": "File.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "url", @@ -715375,7 +722461,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#url", "inherited": true, - "___id": "T000002R052970", + "___id": "T000002R053262", "___s": true }, { @@ -715384,7 +722470,7 @@ "filename": "File.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "src", @@ -715405,7 +722491,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#src", "inherited": true, - "___id": "T000002R052971", + "___id": "T000002R053263", "___s": true }, { @@ -715414,7 +722500,7 @@ "filename": "File.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrSettings", @@ -715435,7 +722521,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrSettings", "inherited": true, - "___id": "T000002R052972", + "___id": "T000002R053264", "___s": true }, { @@ -715444,7 +722530,7 @@ "filename": "File.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrLoader", @@ -715467,7 +722553,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrLoader", "inherited": true, - "___id": "T000002R052973", + "___id": "T000002R053265", "___s": true }, { @@ -715476,7 +722562,7 @@ "filename": "File.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -715497,7 +722583,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#state", "inherited": true, - "___id": "T000002R052974", + "___id": "T000002R053266", "___s": true }, { @@ -715506,7 +722592,7 @@ "filename": "File.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesTotal", @@ -715528,7 +722614,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesTotal", "inherited": true, - "___id": "T000002R052975", + "___id": "T000002R053267", "___s": true }, { @@ -715537,7 +722623,7 @@ "filename": "File.js", "lineno": 165, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesLoaded", @@ -715559,7 +722645,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesLoaded", "inherited": true, - "___id": "T000002R052976", + "___id": "T000002R053268", "___s": true }, { @@ -715568,7 +722654,7 @@ "filename": "File.js", "lineno": 176, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "percentComplete", @@ -715590,7 +722676,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#percentComplete", "inherited": true, - "___id": "T000002R052977", + "___id": "T000002R053269", "___s": true }, { @@ -715599,7 +722685,7 @@ "filename": "File.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "crossOrigin", @@ -715629,7 +722715,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#crossOrigin", "inherited": true, - "___id": "T000002R052978", + "___id": "T000002R053270", "___s": true }, { @@ -715638,7 +722724,7 @@ "filename": "File.js", "lineno": 197, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "data", @@ -715658,7 +722744,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#data", "inherited": true, - "___id": "T000002R052979", + "___id": "T000002R053271", "___s": true }, { @@ -715667,7 +722753,7 @@ "filename": "File.js", "lineno": 206, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -715687,7 +722773,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#config", "inherited": true, - "___id": "T000002R052980", + "___id": "T000002R053272", "___s": true }, { @@ -715696,7 +722782,7 @@ "filename": "File.js", "lineno": 215, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "multiFile", @@ -715719,7 +722805,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#multiFile", "inherited": true, - "___id": "T000002R052981", + "___id": "T000002R053273", "___s": true }, { @@ -715728,7 +722814,7 @@ "filename": "File.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "linkFile", @@ -715751,7 +722837,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#linkFile", "inherited": true, - "___id": "T000002R052982", + "___id": "T000002R053274", "___s": true }, { @@ -715760,7 +722846,7 @@ "filename": "File.js", "lineno": 236, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "base64", @@ -715781,7 +722867,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#base64", "inherited": true, - "___id": "T000002R052983", + "___id": "T000002R053275", "___s": true }, { @@ -715790,7 +722876,7 @@ "filename": "File.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "setLink", @@ -715817,7 +722903,7 @@ ], "inherits": "Phaser.Loader.File#setLink", "inherited": true, - "___id": "T000002R052984", + "___id": "T000002R053276", "___s": true }, { @@ -715826,7 +722912,7 @@ "filename": "File.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "resetXHR", @@ -715838,7 +722924,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#resetXHR", "inherited": true, - "___id": "T000002R052985", + "___id": "T000002R053277", "___s": true }, { @@ -715847,7 +722933,7 @@ "filename": "File.js", "lineno": 277, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "load", @@ -715859,16 +722945,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#load", "inherited": true, - "___id": "T000002R052986", + "___id": "T000002R053278", "___s": true }, { "comment": "/**\r\n * Called when the file finishes loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onLoad\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this load.\r\n */", "meta": { "filename": "File.js", - "lineno": 307, + "lineno": 312, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onLoad", @@ -715908,16 +722994,16 @@ ], "inherits": "Phaser.Loader.File#onLoad", "inherited": true, - "___id": "T000002R052987", + "___id": "T000002R053279", "___s": true }, { "comment": "/**\r\n * Called by the XHRLoader if it was given a File with base64 data to load.\r\n *\r\n * @method Phaser.Loader.File#onBase64Load\r\n * @since 3.80.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The FakeXHR object containing the decoded base64 data.\r\n */", "meta": { "filename": "File.js", - "lineno": 340, + "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onBase64Load", @@ -715944,16 +723030,16 @@ ], "inherits": "Phaser.Loader.File#onBase64Load", "inherited": true, - "___id": "T000002R052988", + "___id": "T000002R053280", "___s": true }, { "comment": "/**\r\n * Called if the file errors while loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onError\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this error.\r\n */", "meta": { "filename": "File.js", - "lineno": 361, + "lineno": 366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onError", @@ -715993,16 +723079,16 @@ ], "inherits": "Phaser.Loader.File#onError", "inherited": true, - "___id": "T000002R052989", + "___id": "T000002R053281", "___s": true }, { "comment": "/**\r\n * Called during the file load progress. Is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onProgress\r\n * @fires Phaser.Loader.Events#FILE_PROGRESS\r\n * @since 3.0.0\r\n *\r\n * @param {ProgressEvent} event - The DOM ProgressEvent.\r\n */", "meta": { "filename": "File.js", - "lineno": 377, + "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProgress", @@ -716032,16 +723118,16 @@ ], "inherits": "Phaser.Loader.File#onProgress", "inherited": true, - "___id": "T000002R052990", + "___id": "T000002R053282", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessComplete\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 413, + "lineno": 418, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessComplete", @@ -716053,16 +723139,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessComplete", "inherited": true, - "___id": "T000002R052991", + "___id": "T000002R053283", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing but it generated an error.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessError\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 432, + "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessError", @@ -716074,16 +723160,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessError", "inherited": true, - "___id": "T000002R052992", + "___id": "T000002R053284", "___s": true }, { "comment": "/**\r\n * Checks if a key matching the one used by this file exists in the target Cache or not.\r\n * This is called automatically by the LoaderPlugin to decide if the file can be safely\r\n * loaded or will conflict.\r\n *\r\n * @method Phaser.Loader.File#hasCacheConflict\r\n * @since 3.7.0\r\n *\r\n * @return {boolean} `true` if adding this file will cause a conflict, otherwise `false`.\r\n */", "meta": { "filename": "File.js", - "lineno": 454, + "lineno": 459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "hasCacheConflict", @@ -716109,16 +723195,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#hasCacheConflict", "inherited": true, - "___id": "T000002R052993", + "___id": "T000002R053285", "___s": true }, { "comment": "/**\r\n * Adds this file to its target cache upon successful loading and processing.\r\n * This method is often overridden by specific file types.\r\n *\r\n * @method Phaser.Loader.File#addToCache\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 469, + "lineno": 474, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "addToCache", @@ -716130,16 +723216,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#addToCache", "inherited": true, - "___id": "T000002R052994", + "___id": "T000002R053286", "___s": true }, { "comment": "/**\r\n * Called once the file has been added to its cache and is now ready for deletion from the Loader.\r\n * It will emit a `filecomplete` event from the LoaderPlugin.\r\n *\r\n * @method Phaser.Loader.File#pendingDestroy\r\n * @fires Phaser.Loader.Events#FILE_COMPLETE\r\n * @fires Phaser.Loader.Events#FILE_KEY_COMPLETE\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 484, + "lineno": 489, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -716155,16 +723241,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#pendingDestroy", "inherited": true, - "___id": "T000002R052995", + "___id": "T000002R053287", "___s": true }, { "comment": "/**\r\n * Destroy this File and any references it holds.\r\n *\r\n * @method Phaser.Loader.File#destroy\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 513, + "lineno": 518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -716176,7 +723262,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#destroy", "inherited": true, - "___id": "T000002R052996", + "___id": "T000002R053288", "___s": true }, { @@ -716185,7 +723271,7 @@ "filename": "File.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -716206,7 +723292,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#loader", "inherited": true, - "___id": "T000002R052997", + "___id": "T000002R053289", "___s": true }, { @@ -716215,7 +723301,7 @@ "filename": "File.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "cache", @@ -716246,7 +723332,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#cache", "inherited": true, - "___id": "T000002R052998", + "___id": "T000002R053290", "___s": true }, { @@ -716255,7 +723341,7 @@ "filename": "File.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -716276,7 +723362,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#type", "inherited": true, - "___id": "T000002R052999", + "___id": "T000002R053291", "___s": true }, { @@ -716285,7 +723371,7 @@ "filename": "File.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -716306,7 +723392,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#key", "inherited": true, - "___id": "T000002R053000", + "___id": "T000002R053292", "___s": true }, { @@ -716315,7 +723401,7 @@ "filename": "File.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "url", @@ -716346,7 +723432,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#url", "inherited": true, - "___id": "T000002R053001", + "___id": "T000002R053293", "___s": true }, { @@ -716355,7 +723441,7 @@ "filename": "File.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "src", @@ -716376,7 +723462,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#src", "inherited": true, - "___id": "T000002R053002", + "___id": "T000002R053294", "___s": true }, { @@ -716385,7 +723471,7 @@ "filename": "File.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrSettings", @@ -716406,7 +723492,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrSettings", "inherited": true, - "___id": "T000002R053003", + "___id": "T000002R053295", "___s": true }, { @@ -716415,7 +723501,7 @@ "filename": "File.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrLoader", @@ -716438,7 +723524,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrLoader", "inherited": true, - "___id": "T000002R053004", + "___id": "T000002R053296", "___s": true }, { @@ -716447,7 +723533,7 @@ "filename": "File.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -716468,7 +723554,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#state", "inherited": true, - "___id": "T000002R053005", + "___id": "T000002R053297", "___s": true }, { @@ -716477,7 +723563,7 @@ "filename": "File.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesTotal", @@ -716499,7 +723585,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesTotal", "inherited": true, - "___id": "T000002R053006", + "___id": "T000002R053298", "___s": true }, { @@ -716508,7 +723594,7 @@ "filename": "File.js", "lineno": 165, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesLoaded", @@ -716530,7 +723616,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesLoaded", "inherited": true, - "___id": "T000002R053007", + "___id": "T000002R053299", "___s": true }, { @@ -716539,7 +723625,7 @@ "filename": "File.js", "lineno": 176, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "percentComplete", @@ -716561,7 +723647,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#percentComplete", "inherited": true, - "___id": "T000002R053008", + "___id": "T000002R053300", "___s": true }, { @@ -716570,7 +723656,7 @@ "filename": "File.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "crossOrigin", @@ -716600,7 +723686,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#crossOrigin", "inherited": true, - "___id": "T000002R053009", + "___id": "T000002R053301", "___s": true }, { @@ -716609,7 +723695,7 @@ "filename": "File.js", "lineno": 197, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "data", @@ -716629,7 +723715,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#data", "inherited": true, - "___id": "T000002R053010", + "___id": "T000002R053302", "___s": true }, { @@ -716638,7 +723724,7 @@ "filename": "File.js", "lineno": 206, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -716658,7 +723744,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#config", "inherited": true, - "___id": "T000002R053011", + "___id": "T000002R053303", "___s": true }, { @@ -716667,7 +723753,7 @@ "filename": "File.js", "lineno": 215, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "multiFile", @@ -716690,7 +723776,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#multiFile", "inherited": true, - "___id": "T000002R053012", + "___id": "T000002R053304", "___s": true }, { @@ -716699,7 +723785,7 @@ "filename": "File.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "linkFile", @@ -716722,7 +723808,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#linkFile", "inherited": true, - "___id": "T000002R053013", + "___id": "T000002R053305", "___s": true }, { @@ -716731,7 +723817,7 @@ "filename": "File.js", "lineno": 236, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "base64", @@ -716752,7 +723838,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#base64", "inherited": true, - "___id": "T000002R053014", + "___id": "T000002R053306", "___s": true }, { @@ -716761,7 +723847,7 @@ "filename": "File.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "setLink", @@ -716788,7 +723874,7 @@ ], "inherits": "Phaser.Loader.File#setLink", "inherited": true, - "___id": "T000002R053015", + "___id": "T000002R053307", "___s": true }, { @@ -716797,7 +723883,7 @@ "filename": "File.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "resetXHR", @@ -716809,7 +723895,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#resetXHR", "inherited": true, - "___id": "T000002R053016", + "___id": "T000002R053308", "___s": true }, { @@ -716818,7 +723904,7 @@ "filename": "File.js", "lineno": 277, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "load", @@ -716830,16 +723916,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#load", "inherited": true, - "___id": "T000002R053017", + "___id": "T000002R053309", "___s": true }, { "comment": "/**\r\n * Called when the file finishes loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onLoad\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this load.\r\n */", "meta": { "filename": "File.js", - "lineno": 307, + "lineno": 312, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onLoad", @@ -716879,16 +723965,16 @@ ], "inherits": "Phaser.Loader.File#onLoad", "inherited": true, - "___id": "T000002R053018", + "___id": "T000002R053310", "___s": true }, { "comment": "/**\r\n * Called by the XHRLoader if it was given a File with base64 data to load.\r\n *\r\n * @method Phaser.Loader.File#onBase64Load\r\n * @since 3.80.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The FakeXHR object containing the decoded base64 data.\r\n */", "meta": { "filename": "File.js", - "lineno": 340, + "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onBase64Load", @@ -716915,16 +724001,16 @@ ], "inherits": "Phaser.Loader.File#onBase64Load", "inherited": true, - "___id": "T000002R053019", + "___id": "T000002R053311", "___s": true }, { "comment": "/**\r\n * Called if the file errors while loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onError\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this error.\r\n */", "meta": { "filename": "File.js", - "lineno": 361, + "lineno": 366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onError", @@ -716964,16 +724050,16 @@ ], "inherits": "Phaser.Loader.File#onError", "inherited": true, - "___id": "T000002R053020", + "___id": "T000002R053312", "___s": true }, { "comment": "/**\r\n * Called during the file load progress. Is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onProgress\r\n * @fires Phaser.Loader.Events#FILE_PROGRESS\r\n * @since 3.0.0\r\n *\r\n * @param {ProgressEvent} event - The DOM ProgressEvent.\r\n */", "meta": { "filename": "File.js", - "lineno": 377, + "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProgress", @@ -717003,16 +724089,16 @@ ], "inherits": "Phaser.Loader.File#onProgress", "inherited": true, - "___id": "T000002R053021", + "___id": "T000002R053313", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessComplete\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 413, + "lineno": 418, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessComplete", @@ -717024,16 +724110,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessComplete", "inherited": true, - "___id": "T000002R053022", + "___id": "T000002R053314", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing but it generated an error.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessError\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 432, + "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessError", @@ -717045,16 +724131,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessError", "inherited": true, - "___id": "T000002R053023", + "___id": "T000002R053315", "___s": true }, { "comment": "/**\r\n * Checks if a key matching the one used by this file exists in the target Cache or not.\r\n * This is called automatically by the LoaderPlugin to decide if the file can be safely\r\n * loaded or will conflict.\r\n *\r\n * @method Phaser.Loader.File#hasCacheConflict\r\n * @since 3.7.0\r\n *\r\n * @return {boolean} `true` if adding this file will cause a conflict, otherwise `false`.\r\n */", "meta": { "filename": "File.js", - "lineno": 454, + "lineno": 459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "hasCacheConflict", @@ -717080,16 +724166,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#hasCacheConflict", "inherited": true, - "___id": "T000002R053024", + "___id": "T000002R053316", "___s": true }, { "comment": "/**\r\n * Adds this file to its target cache upon successful loading and processing.\r\n * This method is often overridden by specific file types.\r\n *\r\n * @method Phaser.Loader.File#addToCache\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 469, + "lineno": 474, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "addToCache", @@ -717101,16 +724187,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#addToCache", "inherited": true, - "___id": "T000002R053025", + "___id": "T000002R053317", "___s": true }, { "comment": "/**\r\n * Called once the file has been added to its cache and is now ready for deletion from the Loader.\r\n * It will emit a `filecomplete` event from the LoaderPlugin.\r\n *\r\n * @method Phaser.Loader.File#pendingDestroy\r\n * @fires Phaser.Loader.Events#FILE_COMPLETE\r\n * @fires Phaser.Loader.Events#FILE_KEY_COMPLETE\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 484, + "lineno": 489, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -717126,16 +724212,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#pendingDestroy", "inherited": true, - "___id": "T000002R053026", + "___id": "T000002R053318", "___s": true }, { "comment": "/**\r\n * Destroy this File and any references it holds.\r\n *\r\n * @method Phaser.Loader.File#destroy\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 513, + "lineno": 518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -717147,7 +724233,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#destroy", "inherited": true, - "___id": "T000002R053027", + "___id": "T000002R053319", "___s": true }, { @@ -717156,7 +724242,7 @@ "filename": "File.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -717177,7 +724263,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#loader", "inherited": true, - "___id": "T000002R053028", + "___id": "T000002R053320", "___s": true }, { @@ -717186,7 +724272,7 @@ "filename": "File.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "cache", @@ -717217,7 +724303,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#cache", "inherited": true, - "___id": "T000002R053029", + "___id": "T000002R053321", "___s": true }, { @@ -717226,7 +724312,7 @@ "filename": "File.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -717247,7 +724333,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#type", "inherited": true, - "___id": "T000002R053030", + "___id": "T000002R053322", "___s": true }, { @@ -717256,7 +724342,7 @@ "filename": "File.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -717277,7 +724363,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#key", "inherited": true, - "___id": "T000002R053031", + "___id": "T000002R053323", "___s": true }, { @@ -717286,7 +724372,7 @@ "filename": "File.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "url", @@ -717317,7 +724403,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#url", "inherited": true, - "___id": "T000002R053032", + "___id": "T000002R053324", "___s": true }, { @@ -717326,7 +724412,7 @@ "filename": "File.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "src", @@ -717347,7 +724433,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#src", "inherited": true, - "___id": "T000002R053033", + "___id": "T000002R053325", "___s": true }, { @@ -717356,7 +724442,7 @@ "filename": "File.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrSettings", @@ -717377,7 +724463,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrSettings", "inherited": true, - "___id": "T000002R053034", + "___id": "T000002R053326", "___s": true }, { @@ -717386,7 +724472,7 @@ "filename": "File.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrLoader", @@ -717409,7 +724495,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrLoader", "inherited": true, - "___id": "T000002R053035", + "___id": "T000002R053327", "___s": true }, { @@ -717418,7 +724504,7 @@ "filename": "File.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -717439,7 +724525,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#state", "inherited": true, - "___id": "T000002R053036", + "___id": "T000002R053328", "___s": true }, { @@ -717448,7 +724534,7 @@ "filename": "File.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesTotal", @@ -717470,7 +724556,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesTotal", "inherited": true, - "___id": "T000002R053037", + "___id": "T000002R053329", "___s": true }, { @@ -717479,7 +724565,7 @@ "filename": "File.js", "lineno": 165, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesLoaded", @@ -717501,7 +724587,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesLoaded", "inherited": true, - "___id": "T000002R053038", + "___id": "T000002R053330", "___s": true }, { @@ -717510,7 +724596,7 @@ "filename": "File.js", "lineno": 176, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "percentComplete", @@ -717532,7 +724618,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#percentComplete", "inherited": true, - "___id": "T000002R053039", + "___id": "T000002R053331", "___s": true }, { @@ -717541,7 +724627,7 @@ "filename": "File.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "crossOrigin", @@ -717571,7 +724657,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#crossOrigin", "inherited": true, - "___id": "T000002R053040", + "___id": "T000002R053332", "___s": true }, { @@ -717580,7 +724666,7 @@ "filename": "File.js", "lineno": 197, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "data", @@ -717600,7 +724686,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#data", "inherited": true, - "___id": "T000002R053041", + "___id": "T000002R053333", "___s": true }, { @@ -717609,7 +724695,7 @@ "filename": "File.js", "lineno": 206, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -717629,7 +724715,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#config", "inherited": true, - "___id": "T000002R053042", + "___id": "T000002R053334", "___s": true }, { @@ -717638,7 +724724,7 @@ "filename": "File.js", "lineno": 215, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "multiFile", @@ -717661,7 +724747,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#multiFile", "inherited": true, - "___id": "T000002R053043", + "___id": "T000002R053335", "___s": true }, { @@ -717670,7 +724756,7 @@ "filename": "File.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "linkFile", @@ -717693,7 +724779,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#linkFile", "inherited": true, - "___id": "T000002R053044", + "___id": "T000002R053336", "___s": true }, { @@ -717702,7 +724788,7 @@ "filename": "File.js", "lineno": 236, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "base64", @@ -717723,7 +724809,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#base64", "inherited": true, - "___id": "T000002R053045", + "___id": "T000002R053337", "___s": true }, { @@ -717732,7 +724818,7 @@ "filename": "File.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "setLink", @@ -717759,7 +724845,7 @@ ], "inherits": "Phaser.Loader.File#setLink", "inherited": true, - "___id": "T000002R053046", + "___id": "T000002R053338", "___s": true }, { @@ -717768,7 +724854,7 @@ "filename": "File.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "resetXHR", @@ -717780,7 +724866,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#resetXHR", "inherited": true, - "___id": "T000002R053047", + "___id": "T000002R053339", "___s": true }, { @@ -717789,7 +724875,7 @@ "filename": "File.js", "lineno": 277, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "load", @@ -717801,16 +724887,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#load", "inherited": true, - "___id": "T000002R053048", + "___id": "T000002R053340", "___s": true }, { "comment": "/**\r\n * Called when the file finishes loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onLoad\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this load.\r\n */", "meta": { "filename": "File.js", - "lineno": 307, + "lineno": 312, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onLoad", @@ -717850,16 +724936,16 @@ ], "inherits": "Phaser.Loader.File#onLoad", "inherited": true, - "___id": "T000002R053049", + "___id": "T000002R053341", "___s": true }, { "comment": "/**\r\n * Called by the XHRLoader if it was given a File with base64 data to load.\r\n *\r\n * @method Phaser.Loader.File#onBase64Load\r\n * @since 3.80.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The FakeXHR object containing the decoded base64 data.\r\n */", "meta": { "filename": "File.js", - "lineno": 340, + "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onBase64Load", @@ -717886,16 +724972,16 @@ ], "inherits": "Phaser.Loader.File#onBase64Load", "inherited": true, - "___id": "T000002R053050", + "___id": "T000002R053342", "___s": true }, { "comment": "/**\r\n * Called if the file errors while loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onError\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this error.\r\n */", "meta": { "filename": "File.js", - "lineno": 361, + "lineno": 366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onError", @@ -717935,16 +725021,16 @@ ], "inherits": "Phaser.Loader.File#onError", "inherited": true, - "___id": "T000002R053051", + "___id": "T000002R053343", "___s": true }, { "comment": "/**\r\n * Called during the file load progress. Is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onProgress\r\n * @fires Phaser.Loader.Events#FILE_PROGRESS\r\n * @since 3.0.0\r\n *\r\n * @param {ProgressEvent} event - The DOM ProgressEvent.\r\n */", "meta": { "filename": "File.js", - "lineno": 377, + "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProgress", @@ -717974,16 +725060,16 @@ ], "inherits": "Phaser.Loader.File#onProgress", "inherited": true, - "___id": "T000002R053052", + "___id": "T000002R053344", "___s": true }, { "comment": "/**\r\n * Usually overridden by the FileTypes and is called by Loader.nextFile.\r\n * This method controls what extra work this File does with its loaded data, for example a JSON file will parse itself during this stage.\r\n *\r\n * @method Phaser.Loader.File#onProcess\r\n * @since 3.0.0\r\n */", "meta": { "filename": "File.js", - "lineno": 399, + "lineno": 404, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcess", @@ -717995,16 +725081,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcess", "inherited": true, - "___id": "T000002R053053", + "___id": "T000002R053345", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessComplete\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 413, + "lineno": 418, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessComplete", @@ -718016,16 +725102,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessComplete", "inherited": true, - "___id": "T000002R053054", + "___id": "T000002R053346", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing but it generated an error.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessError\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 432, + "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessError", @@ -718037,16 +725123,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessError", "inherited": true, - "___id": "T000002R053055", + "___id": "T000002R053347", "___s": true }, { "comment": "/**\r\n * Checks if a key matching the one used by this file exists in the target Cache or not.\r\n * This is called automatically by the LoaderPlugin to decide if the file can be safely\r\n * loaded or will conflict.\r\n *\r\n * @method Phaser.Loader.File#hasCacheConflict\r\n * @since 3.7.0\r\n *\r\n * @return {boolean} `true` if adding this file will cause a conflict, otherwise `false`.\r\n */", "meta": { "filename": "File.js", - "lineno": 454, + "lineno": 459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "hasCacheConflict", @@ -718072,16 +725158,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#hasCacheConflict", "inherited": true, - "___id": "T000002R053056", + "___id": "T000002R053348", "___s": true }, { "comment": "/**\r\n * Called once the file has been added to its cache and is now ready for deletion from the Loader.\r\n * It will emit a `filecomplete` event from the LoaderPlugin.\r\n *\r\n * @method Phaser.Loader.File#pendingDestroy\r\n * @fires Phaser.Loader.Events#FILE_COMPLETE\r\n * @fires Phaser.Loader.Events#FILE_KEY_COMPLETE\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 484, + "lineno": 489, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -718097,16 +725183,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#pendingDestroy", "inherited": true, - "___id": "T000002R053057", + "___id": "T000002R053349", "___s": true }, { "comment": "/**\r\n * Destroy this File and any references it holds.\r\n *\r\n * @method Phaser.Loader.File#destroy\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 513, + "lineno": 518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -718118,7 +725204,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#destroy", "inherited": true, - "___id": "T000002R053058", + "___id": "T000002R053350", "___s": true }, { @@ -718127,7 +725213,7 @@ "filename": "File.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -718148,7 +725234,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#loader", "inherited": true, - "___id": "T000002R053059", + "___id": "T000002R053351", "___s": true }, { @@ -718157,7 +725243,7 @@ "filename": "File.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "cache", @@ -718188,7 +725274,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#cache", "inherited": true, - "___id": "T000002R053060", + "___id": "T000002R053352", "___s": true }, { @@ -718197,7 +725283,7 @@ "filename": "File.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -718218,7 +725304,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#type", "inherited": true, - "___id": "T000002R053061", + "___id": "T000002R053353", "___s": true }, { @@ -718227,7 +725313,7 @@ "filename": "File.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -718248,7 +725334,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#key", "inherited": true, - "___id": "T000002R053062", + "___id": "T000002R053354", "___s": true }, { @@ -718257,7 +725343,7 @@ "filename": "File.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "url", @@ -718288,7 +725374,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#url", "inherited": true, - "___id": "T000002R053063", + "___id": "T000002R053355", "___s": true }, { @@ -718297,7 +725383,7 @@ "filename": "File.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "src", @@ -718318,7 +725404,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#src", "inherited": true, - "___id": "T000002R053064", + "___id": "T000002R053356", "___s": true }, { @@ -718327,7 +725413,7 @@ "filename": "File.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrSettings", @@ -718348,7 +725434,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrSettings", "inherited": true, - "___id": "T000002R053065", + "___id": "T000002R053357", "___s": true }, { @@ -718357,7 +725443,7 @@ "filename": "File.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrLoader", @@ -718380,7 +725466,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrLoader", "inherited": true, - "___id": "T000002R053066", + "___id": "T000002R053358", "___s": true }, { @@ -718389,7 +725475,7 @@ "filename": "File.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -718410,7 +725496,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#state", "inherited": true, - "___id": "T000002R053067", + "___id": "T000002R053359", "___s": true }, { @@ -718419,7 +725505,7 @@ "filename": "File.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesTotal", @@ -718441,7 +725527,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesTotal", "inherited": true, - "___id": "T000002R053068", + "___id": "T000002R053360", "___s": true }, { @@ -718450,7 +725536,7 @@ "filename": "File.js", "lineno": 165, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesLoaded", @@ -718472,7 +725558,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesLoaded", "inherited": true, - "___id": "T000002R053069", + "___id": "T000002R053361", "___s": true }, { @@ -718481,7 +725567,7 @@ "filename": "File.js", "lineno": 176, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "percentComplete", @@ -718503,7 +725589,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#percentComplete", "inherited": true, - "___id": "T000002R053070", + "___id": "T000002R053362", "___s": true }, { @@ -718512,7 +725598,7 @@ "filename": "File.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "crossOrigin", @@ -718542,7 +725628,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#crossOrigin", "inherited": true, - "___id": "T000002R053071", + "___id": "T000002R053363", "___s": true }, { @@ -718551,7 +725637,7 @@ "filename": "File.js", "lineno": 197, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "data", @@ -718571,7 +725657,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#data", "inherited": true, - "___id": "T000002R053072", + "___id": "T000002R053364", "___s": true }, { @@ -718580,7 +725666,7 @@ "filename": "File.js", "lineno": 206, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -718600,7 +725686,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#config", "inherited": true, - "___id": "T000002R053073", + "___id": "T000002R053365", "___s": true }, { @@ -718609,7 +725695,7 @@ "filename": "File.js", "lineno": 215, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "multiFile", @@ -718632,7 +725718,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#multiFile", "inherited": true, - "___id": "T000002R053074", + "___id": "T000002R053366", "___s": true }, { @@ -718641,7 +725727,7 @@ "filename": "File.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "linkFile", @@ -718664,7 +725750,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#linkFile", "inherited": true, - "___id": "T000002R053075", + "___id": "T000002R053367", "___s": true }, { @@ -718673,7 +725759,7 @@ "filename": "File.js", "lineno": 236, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "base64", @@ -718694,7 +725780,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#base64", "inherited": true, - "___id": "T000002R053076", + "___id": "T000002R053368", "___s": true }, { @@ -718703,7 +725789,7 @@ "filename": "File.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "setLink", @@ -718730,7 +725816,7 @@ ], "inherits": "Phaser.Loader.File#setLink", "inherited": true, - "___id": "T000002R053077", + "___id": "T000002R053369", "___s": true }, { @@ -718739,7 +725825,7 @@ "filename": "File.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "resetXHR", @@ -718751,7 +725837,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#resetXHR", "inherited": true, - "___id": "T000002R053078", + "___id": "T000002R053370", "___s": true }, { @@ -718760,7 +725846,7 @@ "filename": "File.js", "lineno": 277, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "load", @@ -718772,16 +725858,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#load", "inherited": true, - "___id": "T000002R053079", + "___id": "T000002R053371", "___s": true }, { "comment": "/**\r\n * Called when the file finishes loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onLoad\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this load.\r\n */", "meta": { "filename": "File.js", - "lineno": 307, + "lineno": 312, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onLoad", @@ -718821,16 +725907,16 @@ ], "inherits": "Phaser.Loader.File#onLoad", "inherited": true, - "___id": "T000002R053080", + "___id": "T000002R053372", "___s": true }, { "comment": "/**\r\n * Called by the XHRLoader if it was given a File with base64 data to load.\r\n *\r\n * @method Phaser.Loader.File#onBase64Load\r\n * @since 3.80.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The FakeXHR object containing the decoded base64 data.\r\n */", "meta": { "filename": "File.js", - "lineno": 340, + "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onBase64Load", @@ -718857,16 +725943,16 @@ ], "inherits": "Phaser.Loader.File#onBase64Load", "inherited": true, - "___id": "T000002R053081", + "___id": "T000002R053373", "___s": true }, { "comment": "/**\r\n * Called if the file errors while loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onError\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this error.\r\n */", "meta": { "filename": "File.js", - "lineno": 361, + "lineno": 366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onError", @@ -718906,16 +725992,16 @@ ], "inherits": "Phaser.Loader.File#onError", "inherited": true, - "___id": "T000002R053082", + "___id": "T000002R053374", "___s": true }, { "comment": "/**\r\n * Called during the file load progress. Is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onProgress\r\n * @fires Phaser.Loader.Events#FILE_PROGRESS\r\n * @since 3.0.0\r\n *\r\n * @param {ProgressEvent} event - The DOM ProgressEvent.\r\n */", "meta": { "filename": "File.js", - "lineno": 377, + "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProgress", @@ -718945,16 +726031,16 @@ ], "inherits": "Phaser.Loader.File#onProgress", "inherited": true, - "___id": "T000002R053083", + "___id": "T000002R053375", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessComplete\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 413, + "lineno": 418, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessComplete", @@ -718966,16 +726052,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessComplete", "inherited": true, - "___id": "T000002R053084", + "___id": "T000002R053376", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing but it generated an error.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessError\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 432, + "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessError", @@ -718987,16 +726073,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessError", "inherited": true, - "___id": "T000002R053085", + "___id": "T000002R053377", "___s": true }, { "comment": "/**\r\n * Checks if a key matching the one used by this file exists in the target Cache or not.\r\n * This is called automatically by the LoaderPlugin to decide if the file can be safely\r\n * loaded or will conflict.\r\n *\r\n * @method Phaser.Loader.File#hasCacheConflict\r\n * @since 3.7.0\r\n *\r\n * @return {boolean} `true` if adding this file will cause a conflict, otherwise `false`.\r\n */", "meta": { "filename": "File.js", - "lineno": 454, + "lineno": 459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "hasCacheConflict", @@ -719022,16 +726108,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#hasCacheConflict", "inherited": true, - "___id": "T000002R053086", + "___id": "T000002R053378", "___s": true }, { "comment": "/**\r\n * Called once the file has been added to its cache and is now ready for deletion from the Loader.\r\n * It will emit a `filecomplete` event from the LoaderPlugin.\r\n *\r\n * @method Phaser.Loader.File#pendingDestroy\r\n * @fires Phaser.Loader.Events#FILE_COMPLETE\r\n * @fires Phaser.Loader.Events#FILE_KEY_COMPLETE\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 484, + "lineno": 489, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -719047,16 +726133,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#pendingDestroy", "inherited": true, - "___id": "T000002R053087", + "___id": "T000002R053379", "___s": true }, { "comment": "/**\r\n * Destroy this File and any references it holds.\r\n *\r\n * @method Phaser.Loader.File#destroy\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 513, + "lineno": 518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -719068,7 +726154,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#destroy", "inherited": true, - "___id": "T000002R053088", + "___id": "T000002R053380", "___s": true }, { @@ -719077,7 +726163,7 @@ "filename": "File.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -719098,7 +726184,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#loader", "inherited": true, - "___id": "T000002R053089", + "___id": "T000002R053381", "___s": true }, { @@ -719107,7 +726193,7 @@ "filename": "File.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "cache", @@ -719138,7 +726224,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#cache", "inherited": true, - "___id": "T000002R053090", + "___id": "T000002R053382", "___s": true }, { @@ -719147,7 +726233,7 @@ "filename": "File.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -719168,7 +726254,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#type", "inherited": true, - "___id": "T000002R053091", + "___id": "T000002R053383", "___s": true }, { @@ -719177,7 +726263,7 @@ "filename": "File.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -719198,7 +726284,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#key", "inherited": true, - "___id": "T000002R053092", + "___id": "T000002R053384", "___s": true }, { @@ -719207,7 +726293,7 @@ "filename": "File.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "url", @@ -719238,7 +726324,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#url", "inherited": true, - "___id": "T000002R053093", + "___id": "T000002R053385", "___s": true }, { @@ -719247,7 +726333,7 @@ "filename": "File.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "src", @@ -719268,7 +726354,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#src", "inherited": true, - "___id": "T000002R053094", + "___id": "T000002R053386", "___s": true }, { @@ -719277,7 +726363,7 @@ "filename": "File.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrSettings", @@ -719298,7 +726384,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrSettings", "inherited": true, - "___id": "T000002R053095", + "___id": "T000002R053387", "___s": true }, { @@ -719307,7 +726393,7 @@ "filename": "File.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrLoader", @@ -719330,7 +726416,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrLoader", "inherited": true, - "___id": "T000002R053096", + "___id": "T000002R053388", "___s": true }, { @@ -719339,7 +726425,7 @@ "filename": "File.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -719360,7 +726446,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#state", "inherited": true, - "___id": "T000002R053097", + "___id": "T000002R053389", "___s": true }, { @@ -719369,7 +726455,7 @@ "filename": "File.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesTotal", @@ -719391,7 +726477,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesTotal", "inherited": true, - "___id": "T000002R053098", + "___id": "T000002R053390", "___s": true }, { @@ -719400,7 +726486,7 @@ "filename": "File.js", "lineno": 165, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesLoaded", @@ -719422,7 +726508,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesLoaded", "inherited": true, - "___id": "T000002R053099", + "___id": "T000002R053391", "___s": true }, { @@ -719431,7 +726517,7 @@ "filename": "File.js", "lineno": 176, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "percentComplete", @@ -719453,7 +726539,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#percentComplete", "inherited": true, - "___id": "T000002R053100", + "___id": "T000002R053392", "___s": true }, { @@ -719462,7 +726548,7 @@ "filename": "File.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "crossOrigin", @@ -719492,7 +726578,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#crossOrigin", "inherited": true, - "___id": "T000002R053101", + "___id": "T000002R053393", "___s": true }, { @@ -719501,7 +726587,7 @@ "filename": "File.js", "lineno": 197, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "data", @@ -719521,7 +726607,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#data", "inherited": true, - "___id": "T000002R053102", + "___id": "T000002R053394", "___s": true }, { @@ -719530,7 +726616,7 @@ "filename": "File.js", "lineno": 206, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -719550,7 +726636,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#config", "inherited": true, - "___id": "T000002R053103", + "___id": "T000002R053395", "___s": true }, { @@ -719559,7 +726645,7 @@ "filename": "File.js", "lineno": 215, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "multiFile", @@ -719582,7 +726668,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#multiFile", "inherited": true, - "___id": "T000002R053104", + "___id": "T000002R053396", "___s": true }, { @@ -719591,7 +726677,7 @@ "filename": "File.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "linkFile", @@ -719614,7 +726700,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#linkFile", "inherited": true, - "___id": "T000002R053105", + "___id": "T000002R053397", "___s": true }, { @@ -719623,7 +726709,7 @@ "filename": "File.js", "lineno": 236, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "base64", @@ -719644,7 +726730,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#base64", "inherited": true, - "___id": "T000002R053106", + "___id": "T000002R053398", "___s": true }, { @@ -719653,7 +726739,7 @@ "filename": "File.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "setLink", @@ -719680,7 +726766,7 @@ ], "inherits": "Phaser.Loader.File#setLink", "inherited": true, - "___id": "T000002R053107", + "___id": "T000002R053399", "___s": true }, { @@ -719689,7 +726775,7 @@ "filename": "File.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "resetXHR", @@ -719701,7 +726787,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#resetXHR", "inherited": true, - "___id": "T000002R053108", + "___id": "T000002R053400", "___s": true }, { @@ -719710,7 +726796,7 @@ "filename": "File.js", "lineno": 277, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "load", @@ -719722,16 +726808,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#load", "inherited": true, - "___id": "T000002R053109", + "___id": "T000002R053401", "___s": true }, { "comment": "/**\r\n * Called when the file finishes loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onLoad\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this load.\r\n */", "meta": { "filename": "File.js", - "lineno": 307, + "lineno": 312, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onLoad", @@ -719771,16 +726857,16 @@ ], "inherits": "Phaser.Loader.File#onLoad", "inherited": true, - "___id": "T000002R053110", + "___id": "T000002R053402", "___s": true }, { "comment": "/**\r\n * Called by the XHRLoader if it was given a File with base64 data to load.\r\n *\r\n * @method Phaser.Loader.File#onBase64Load\r\n * @since 3.80.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The FakeXHR object containing the decoded base64 data.\r\n */", "meta": { "filename": "File.js", - "lineno": 340, + "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onBase64Load", @@ -719807,16 +726893,16 @@ ], "inherits": "Phaser.Loader.File#onBase64Load", "inherited": true, - "___id": "T000002R053111", + "___id": "T000002R053403", "___s": true }, { "comment": "/**\r\n * Called if the file errors while loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onError\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this error.\r\n */", "meta": { "filename": "File.js", - "lineno": 361, + "lineno": 366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onError", @@ -719856,16 +726942,16 @@ ], "inherits": "Phaser.Loader.File#onError", "inherited": true, - "___id": "T000002R053112", + "___id": "T000002R053404", "___s": true }, { "comment": "/**\r\n * Called during the file load progress. Is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onProgress\r\n * @fires Phaser.Loader.Events#FILE_PROGRESS\r\n * @since 3.0.0\r\n *\r\n * @param {ProgressEvent} event - The DOM ProgressEvent.\r\n */", "meta": { "filename": "File.js", - "lineno": 377, + "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProgress", @@ -719895,16 +726981,16 @@ ], "inherits": "Phaser.Loader.File#onProgress", "inherited": true, - "___id": "T000002R053113", + "___id": "T000002R053405", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessComplete\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 413, + "lineno": 418, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessComplete", @@ -719916,16 +727002,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessComplete", "inherited": true, - "___id": "T000002R053114", + "___id": "T000002R053406", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing but it generated an error.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessError\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 432, + "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessError", @@ -719937,16 +727023,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessError", "inherited": true, - "___id": "T000002R053115", + "___id": "T000002R053407", "___s": true }, { "comment": "/**\r\n * Checks if a key matching the one used by this file exists in the target Cache or not.\r\n * This is called automatically by the LoaderPlugin to decide if the file can be safely\r\n * loaded or will conflict.\r\n *\r\n * @method Phaser.Loader.File#hasCacheConflict\r\n * @since 3.7.0\r\n *\r\n * @return {boolean} `true` if adding this file will cause a conflict, otherwise `false`.\r\n */", "meta": { "filename": "File.js", - "lineno": 454, + "lineno": 459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "hasCacheConflict", @@ -719972,16 +727058,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#hasCacheConflict", "inherited": true, - "___id": "T000002R053116", + "___id": "T000002R053408", "___s": true }, { "comment": "/**\r\n * Adds this file to its target cache upon successful loading and processing.\r\n * This method is often overridden by specific file types.\r\n *\r\n * @method Phaser.Loader.File#addToCache\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 469, + "lineno": 474, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "addToCache", @@ -719993,16 +727079,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#addToCache", "inherited": true, - "___id": "T000002R053117", + "___id": "T000002R053409", "___s": true }, { "comment": "/**\r\n * Called once the file has been added to its cache and is now ready for deletion from the Loader.\r\n * It will emit a `filecomplete` event from the LoaderPlugin.\r\n *\r\n * @method Phaser.Loader.File#pendingDestroy\r\n * @fires Phaser.Loader.Events#FILE_COMPLETE\r\n * @fires Phaser.Loader.Events#FILE_KEY_COMPLETE\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 484, + "lineno": 489, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -720018,16 +727104,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#pendingDestroy", "inherited": true, - "___id": "T000002R053118", + "___id": "T000002R053410", "___s": true }, { "comment": "/**\r\n * Destroy this File and any references it holds.\r\n *\r\n * @method Phaser.Loader.File#destroy\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 513, + "lineno": 518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -720039,7 +727125,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#destroy", "inherited": true, - "___id": "T000002R053119", + "___id": "T000002R053411", "___s": true }, { @@ -720048,7 +727134,7 @@ "filename": "File.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -720069,7 +727155,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#loader", "inherited": true, - "___id": "T000002R053120", + "___id": "T000002R053412", "___s": true }, { @@ -720078,7 +727164,7 @@ "filename": "File.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "cache", @@ -720109,7 +727195,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#cache", "inherited": true, - "___id": "T000002R053121", + "___id": "T000002R053413", "___s": true }, { @@ -720118,7 +727204,7 @@ "filename": "File.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -720139,7 +727225,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#type", "inherited": true, - "___id": "T000002R053122", + "___id": "T000002R053414", "___s": true }, { @@ -720148,7 +727234,7 @@ "filename": "File.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -720169,7 +727255,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#key", "inherited": true, - "___id": "T000002R053123", + "___id": "T000002R053415", "___s": true }, { @@ -720178,7 +727264,7 @@ "filename": "File.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "url", @@ -720209,7 +727295,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#url", "inherited": true, - "___id": "T000002R053124", + "___id": "T000002R053416", "___s": true }, { @@ -720218,7 +727304,7 @@ "filename": "File.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "src", @@ -720239,7 +727325,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#src", "inherited": true, - "___id": "T000002R053125", + "___id": "T000002R053417", "___s": true }, { @@ -720248,7 +727334,7 @@ "filename": "File.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrSettings", @@ -720269,7 +727355,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrSettings", "inherited": true, - "___id": "T000002R053126", + "___id": "T000002R053418", "___s": true }, { @@ -720278,7 +727364,7 @@ "filename": "File.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrLoader", @@ -720301,7 +727387,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrLoader", "inherited": true, - "___id": "T000002R053127", + "___id": "T000002R053419", "___s": true }, { @@ -720310,7 +727396,7 @@ "filename": "File.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -720331,7 +727417,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#state", "inherited": true, - "___id": "T000002R053128", + "___id": "T000002R053420", "___s": true }, { @@ -720340,7 +727426,7 @@ "filename": "File.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesTotal", @@ -720362,7 +727448,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesTotal", "inherited": true, - "___id": "T000002R053129", + "___id": "T000002R053421", "___s": true }, { @@ -720371,7 +727457,7 @@ "filename": "File.js", "lineno": 165, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesLoaded", @@ -720393,7 +727479,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesLoaded", "inherited": true, - "___id": "T000002R053130", + "___id": "T000002R053422", "___s": true }, { @@ -720402,7 +727488,7 @@ "filename": "File.js", "lineno": 176, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "percentComplete", @@ -720424,7 +727510,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#percentComplete", "inherited": true, - "___id": "T000002R053131", + "___id": "T000002R053423", "___s": true }, { @@ -720433,7 +727519,7 @@ "filename": "File.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "crossOrigin", @@ -720463,7 +727549,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#crossOrigin", "inherited": true, - "___id": "T000002R053132", + "___id": "T000002R053424", "___s": true }, { @@ -720472,7 +727558,7 @@ "filename": "File.js", "lineno": 197, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "data", @@ -720492,7 +727578,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#data", "inherited": true, - "___id": "T000002R053133", + "___id": "T000002R053425", "___s": true }, { @@ -720501,7 +727587,7 @@ "filename": "File.js", "lineno": 206, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -720521,7 +727607,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#config", "inherited": true, - "___id": "T000002R053134", + "___id": "T000002R053426", "___s": true }, { @@ -720530,7 +727616,7 @@ "filename": "File.js", "lineno": 215, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "multiFile", @@ -720553,7 +727639,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#multiFile", "inherited": true, - "___id": "T000002R053135", + "___id": "T000002R053427", "___s": true }, { @@ -720562,7 +727648,7 @@ "filename": "File.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "linkFile", @@ -720585,7 +727671,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#linkFile", "inherited": true, - "___id": "T000002R053136", + "___id": "T000002R053428", "___s": true }, { @@ -720594,7 +727680,7 @@ "filename": "File.js", "lineno": 236, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "base64", @@ -720615,7 +727701,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#base64", "inherited": true, - "___id": "T000002R053137", + "___id": "T000002R053429", "___s": true }, { @@ -720624,7 +727710,7 @@ "filename": "File.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "setLink", @@ -720651,7 +727737,7 @@ ], "inherits": "Phaser.Loader.File#setLink", "inherited": true, - "___id": "T000002R053138", + "___id": "T000002R053430", "___s": true }, { @@ -720660,7 +727746,7 @@ "filename": "File.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "resetXHR", @@ -720672,7 +727758,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#resetXHR", "inherited": true, - "___id": "T000002R053139", + "___id": "T000002R053431", "___s": true }, { @@ -720681,7 +727767,7 @@ "filename": "File.js", "lineno": 277, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "load", @@ -720693,16 +727779,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#load", "inherited": true, - "___id": "T000002R053140", + "___id": "T000002R053432", "___s": true }, { "comment": "/**\r\n * Called when the file finishes loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onLoad\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this load.\r\n */", "meta": { "filename": "File.js", - "lineno": 307, + "lineno": 312, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onLoad", @@ -720742,16 +727828,16 @@ ], "inherits": "Phaser.Loader.File#onLoad", "inherited": true, - "___id": "T000002R053141", + "___id": "T000002R053433", "___s": true }, { "comment": "/**\r\n * Called by the XHRLoader if it was given a File with base64 data to load.\r\n *\r\n * @method Phaser.Loader.File#onBase64Load\r\n * @since 3.80.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The FakeXHR object containing the decoded base64 data.\r\n */", "meta": { "filename": "File.js", - "lineno": 340, + "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onBase64Load", @@ -720778,16 +727864,16 @@ ], "inherits": "Phaser.Loader.File#onBase64Load", "inherited": true, - "___id": "T000002R053142", + "___id": "T000002R053434", "___s": true }, { "comment": "/**\r\n * Called if the file errors while loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onError\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this error.\r\n */", "meta": { "filename": "File.js", - "lineno": 361, + "lineno": 366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onError", @@ -720827,16 +727913,16 @@ ], "inherits": "Phaser.Loader.File#onError", "inherited": true, - "___id": "T000002R053143", + "___id": "T000002R053435", "___s": true }, { "comment": "/**\r\n * Called during the file load progress. Is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onProgress\r\n * @fires Phaser.Loader.Events#FILE_PROGRESS\r\n * @since 3.0.0\r\n *\r\n * @param {ProgressEvent} event - The DOM ProgressEvent.\r\n */", "meta": { "filename": "File.js", - "lineno": 377, + "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProgress", @@ -720866,16 +727952,16 @@ ], "inherits": "Phaser.Loader.File#onProgress", "inherited": true, - "___id": "T000002R053144", + "___id": "T000002R053436", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessComplete\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 413, + "lineno": 418, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessComplete", @@ -720887,16 +727973,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessComplete", "inherited": true, - "___id": "T000002R053145", + "___id": "T000002R053437", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing but it generated an error.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessError\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 432, + "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessError", @@ -720908,16 +727994,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessError", "inherited": true, - "___id": "T000002R053146", + "___id": "T000002R053438", "___s": true }, { "comment": "/**\r\n * Checks if a key matching the one used by this file exists in the target Cache or not.\r\n * This is called automatically by the LoaderPlugin to decide if the file can be safely\r\n * loaded or will conflict.\r\n *\r\n * @method Phaser.Loader.File#hasCacheConflict\r\n * @since 3.7.0\r\n *\r\n * @return {boolean} `true` if adding this file will cause a conflict, otherwise `false`.\r\n */", "meta": { "filename": "File.js", - "lineno": 454, + "lineno": 459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "hasCacheConflict", @@ -720943,16 +728029,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#hasCacheConflict", "inherited": true, - "___id": "T000002R053147", + "___id": "T000002R053439", "___s": true }, { "comment": "/**\r\n * Called once the file has been added to its cache and is now ready for deletion from the Loader.\r\n * It will emit a `filecomplete` event from the LoaderPlugin.\r\n *\r\n * @method Phaser.Loader.File#pendingDestroy\r\n * @fires Phaser.Loader.Events#FILE_COMPLETE\r\n * @fires Phaser.Loader.Events#FILE_KEY_COMPLETE\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 484, + "lineno": 489, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -720968,16 +728054,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#pendingDestroy", "inherited": true, - "___id": "T000002R053148", + "___id": "T000002R053440", "___s": true }, { "comment": "/**\r\n * Destroy this File and any references it holds.\r\n *\r\n * @method Phaser.Loader.File#destroy\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 513, + "lineno": 518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -720989,7 +728075,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#destroy", "inherited": true, - "___id": "T000002R053149", + "___id": "T000002R053441", "___s": true }, { @@ -720998,7 +728084,7 @@ "filename": "File.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -721019,7 +728105,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#loader", "inherited": true, - "___id": "T000002R053150", + "___id": "T000002R053442", "___s": true }, { @@ -721028,7 +728114,7 @@ "filename": "File.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "cache", @@ -721059,7 +728145,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#cache", "inherited": true, - "___id": "T000002R053151", + "___id": "T000002R053443", "___s": true }, { @@ -721068,7 +728154,7 @@ "filename": "File.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -721089,7 +728175,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#type", "inherited": true, - "___id": "T000002R053152", + "___id": "T000002R053444", "___s": true }, { @@ -721098,7 +728184,7 @@ "filename": "File.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -721119,7 +728205,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#key", "inherited": true, - "___id": "T000002R053153", + "___id": "T000002R053445", "___s": true }, { @@ -721128,7 +728214,7 @@ "filename": "File.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "url", @@ -721159,7 +728245,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#url", "inherited": true, - "___id": "T000002R053154", + "___id": "T000002R053446", "___s": true }, { @@ -721168,7 +728254,7 @@ "filename": "File.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "src", @@ -721189,7 +728275,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#src", "inherited": true, - "___id": "T000002R053155", + "___id": "T000002R053447", "___s": true }, { @@ -721198,7 +728284,7 @@ "filename": "File.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrSettings", @@ -721219,7 +728305,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrSettings", "inherited": true, - "___id": "T000002R053156", + "___id": "T000002R053448", "___s": true }, { @@ -721228,7 +728314,7 @@ "filename": "File.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrLoader", @@ -721251,7 +728337,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrLoader", "inherited": true, - "___id": "T000002R053157", + "___id": "T000002R053449", "___s": true }, { @@ -721260,7 +728346,7 @@ "filename": "File.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -721281,7 +728367,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#state", "inherited": true, - "___id": "T000002R053158", + "___id": "T000002R053450", "___s": true }, { @@ -721290,7 +728376,7 @@ "filename": "File.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesTotal", @@ -721312,7 +728398,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesTotal", "inherited": true, - "___id": "T000002R053159", + "___id": "T000002R053451", "___s": true }, { @@ -721321,7 +728407,7 @@ "filename": "File.js", "lineno": 165, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesLoaded", @@ -721343,7 +728429,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesLoaded", "inherited": true, - "___id": "T000002R053160", + "___id": "T000002R053452", "___s": true }, { @@ -721352,7 +728438,7 @@ "filename": "File.js", "lineno": 176, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "percentComplete", @@ -721374,7 +728460,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#percentComplete", "inherited": true, - "___id": "T000002R053161", + "___id": "T000002R053453", "___s": true }, { @@ -721383,7 +728469,7 @@ "filename": "File.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "crossOrigin", @@ -721413,7 +728499,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#crossOrigin", "inherited": true, - "___id": "T000002R053162", + "___id": "T000002R053454", "___s": true }, { @@ -721422,7 +728508,7 @@ "filename": "File.js", "lineno": 197, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "data", @@ -721442,7 +728528,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#data", "inherited": true, - "___id": "T000002R053163", + "___id": "T000002R053455", "___s": true }, { @@ -721451,7 +728537,7 @@ "filename": "File.js", "lineno": 206, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -721471,7 +728557,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#config", "inherited": true, - "___id": "T000002R053164", + "___id": "T000002R053456", "___s": true }, { @@ -721480,7 +728566,7 @@ "filename": "File.js", "lineno": 215, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "multiFile", @@ -721503,7 +728589,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#multiFile", "inherited": true, - "___id": "T000002R053165", + "___id": "T000002R053457", "___s": true }, { @@ -721512,7 +728598,7 @@ "filename": "File.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "linkFile", @@ -721535,7 +728621,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#linkFile", "inherited": true, - "___id": "T000002R053166", + "___id": "T000002R053458", "___s": true }, { @@ -721544,7 +728630,7 @@ "filename": "File.js", "lineno": 236, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "base64", @@ -721565,7 +728651,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#base64", "inherited": true, - "___id": "T000002R053167", + "___id": "T000002R053459", "___s": true }, { @@ -721574,7 +728660,7 @@ "filename": "File.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "setLink", @@ -721601,7 +728687,7 @@ ], "inherits": "Phaser.Loader.File#setLink", "inherited": true, - "___id": "T000002R053168", + "___id": "T000002R053460", "___s": true }, { @@ -721610,7 +728696,7 @@ "filename": "File.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "resetXHR", @@ -721622,7 +728708,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#resetXHR", "inherited": true, - "___id": "T000002R053169", + "___id": "T000002R053461", "___s": true }, { @@ -721631,7 +728717,7 @@ "filename": "File.js", "lineno": 277, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "load", @@ -721643,16 +728729,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#load", "inherited": true, - "___id": "T000002R053170", + "___id": "T000002R053462", "___s": true }, { "comment": "/**\r\n * Called when the file finishes loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onLoad\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this load.\r\n */", "meta": { "filename": "File.js", - "lineno": 307, + "lineno": 312, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onLoad", @@ -721692,16 +728778,16 @@ ], "inherits": "Phaser.Loader.File#onLoad", "inherited": true, - "___id": "T000002R053171", + "___id": "T000002R053463", "___s": true }, { "comment": "/**\r\n * Called by the XHRLoader if it was given a File with base64 data to load.\r\n *\r\n * @method Phaser.Loader.File#onBase64Load\r\n * @since 3.80.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The FakeXHR object containing the decoded base64 data.\r\n */", "meta": { "filename": "File.js", - "lineno": 340, + "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onBase64Load", @@ -721728,16 +728814,16 @@ ], "inherits": "Phaser.Loader.File#onBase64Load", "inherited": true, - "___id": "T000002R053172", + "___id": "T000002R053464", "___s": true }, { "comment": "/**\r\n * Called if the file errors while loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onError\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this error.\r\n */", "meta": { "filename": "File.js", - "lineno": 361, + "lineno": 366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onError", @@ -721777,16 +728863,16 @@ ], "inherits": "Phaser.Loader.File#onError", "inherited": true, - "___id": "T000002R053173", + "___id": "T000002R053465", "___s": true }, { "comment": "/**\r\n * Called during the file load progress. Is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onProgress\r\n * @fires Phaser.Loader.Events#FILE_PROGRESS\r\n * @since 3.0.0\r\n *\r\n * @param {ProgressEvent} event - The DOM ProgressEvent.\r\n */", "meta": { "filename": "File.js", - "lineno": 377, + "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProgress", @@ -721816,16 +728902,16 @@ ], "inherits": "Phaser.Loader.File#onProgress", "inherited": true, - "___id": "T000002R053174", + "___id": "T000002R053466", "___s": true }, { "comment": "/**\r\n * Usually overridden by the FileTypes and is called by Loader.nextFile.\r\n * This method controls what extra work this File does with its loaded data, for example a JSON file will parse itself during this stage.\r\n *\r\n * @method Phaser.Loader.File#onProcess\r\n * @since 3.0.0\r\n */", "meta": { "filename": "File.js", - "lineno": 399, + "lineno": 404, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcess", @@ -721837,16 +728923,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcess", "inherited": true, - "___id": "T000002R053175", + "___id": "T000002R053467", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessComplete\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 413, + "lineno": 418, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessComplete", @@ -721858,16 +728944,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessComplete", "inherited": true, - "___id": "T000002R053176", + "___id": "T000002R053468", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing but it generated an error.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessError\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 432, + "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessError", @@ -721879,16 +728965,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessError", "inherited": true, - "___id": "T000002R053177", + "___id": "T000002R053469", "___s": true }, { "comment": "/**\r\n * Checks if a key matching the one used by this file exists in the target Cache or not.\r\n * This is called automatically by the LoaderPlugin to decide if the file can be safely\r\n * loaded or will conflict.\r\n *\r\n * @method Phaser.Loader.File#hasCacheConflict\r\n * @since 3.7.0\r\n *\r\n * @return {boolean} `true` if adding this file will cause a conflict, otherwise `false`.\r\n */", "meta": { "filename": "File.js", - "lineno": 454, + "lineno": 459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "hasCacheConflict", @@ -721914,16 +729000,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#hasCacheConflict", "inherited": true, - "___id": "T000002R053178", + "___id": "T000002R053470", "___s": true }, { "comment": "/**\r\n * Called once the file has been added to its cache and is now ready for deletion from the Loader.\r\n * It will emit a `filecomplete` event from the LoaderPlugin.\r\n *\r\n * @method Phaser.Loader.File#pendingDestroy\r\n * @fires Phaser.Loader.Events#FILE_COMPLETE\r\n * @fires Phaser.Loader.Events#FILE_KEY_COMPLETE\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 484, + "lineno": 489, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -721939,16 +729025,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#pendingDestroy", "inherited": true, - "___id": "T000002R053179", + "___id": "T000002R053471", "___s": true }, { "comment": "/**\r\n * Destroy this File and any references it holds.\r\n *\r\n * @method Phaser.Loader.File#destroy\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 513, + "lineno": 518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -721960,7 +729046,28 @@ "scope": "instance", "inherits": "Phaser.Loader.File#destroy", "inherited": true, - "___id": "T000002R053180", + "___id": "T000002R053472", + "___s": true + }, + { + "comment": "/**\r\n * Called automatically by Loader.nextFile.\r\n * This method controls what extra work this File does with its loaded data.\r\n *\r\n * @method Phaser.Loader.FileTypes.JSONFile#onProcess\r\n * @since 3.7.0\r\n */", + "meta": { + "filename": "JSONFile.js", + "lineno": 88, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader\\filetypes", + "code": {} + }, + "name": "onProcess", + "longname": "Phaser.Loader.FileTypes.TilemapJSONFile#onProcess", + "kind": "function", + "description": "Called automatically by Loader.nextFile.\rThis method controls what extra work this File does with its loaded data.", + "since": "3.7.0", + "memberof": "Phaser.Loader.FileTypes.TilemapJSONFile", + "scope": "instance", + "inherits": "Phaser.Loader.FileTypes.JSONFile#onProcess", + "inherited": true, + "___id": "T000002R053473", "___s": true }, { @@ -721969,7 +729076,7 @@ "filename": "File.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -721990,7 +729097,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#loader", "inherited": true, - "___id": "T000002R053181", + "___id": "T000002R053474", "___s": true }, { @@ -721999,7 +729106,7 @@ "filename": "File.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "cache", @@ -722030,7 +729137,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#cache", "inherited": true, - "___id": "T000002R053182", + "___id": "T000002R053475", "___s": true }, { @@ -722039,7 +729146,7 @@ "filename": "File.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -722060,7 +729167,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#type", "inherited": true, - "___id": "T000002R053183", + "___id": "T000002R053476", "___s": true }, { @@ -722069,7 +729176,7 @@ "filename": "File.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -722090,7 +729197,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#key", "inherited": true, - "___id": "T000002R053184", + "___id": "T000002R053477", "___s": true }, { @@ -722099,7 +729206,7 @@ "filename": "File.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "url", @@ -722130,7 +729237,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#url", "inherited": true, - "___id": "T000002R053185", + "___id": "T000002R053478", "___s": true }, { @@ -722139,7 +729246,7 @@ "filename": "File.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "src", @@ -722160,7 +729267,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#src", "inherited": true, - "___id": "T000002R053186", + "___id": "T000002R053479", "___s": true }, { @@ -722169,7 +729276,7 @@ "filename": "File.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrSettings", @@ -722190,7 +729297,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrSettings", "inherited": true, - "___id": "T000002R053187", + "___id": "T000002R053480", "___s": true }, { @@ -722199,7 +729306,7 @@ "filename": "File.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrLoader", @@ -722222,7 +729329,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrLoader", "inherited": true, - "___id": "T000002R053188", + "___id": "T000002R053481", "___s": true }, { @@ -722231,7 +729338,7 @@ "filename": "File.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -722252,7 +729359,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#state", "inherited": true, - "___id": "T000002R053189", + "___id": "T000002R053482", "___s": true }, { @@ -722261,7 +729368,7 @@ "filename": "File.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesTotal", @@ -722283,7 +729390,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesTotal", "inherited": true, - "___id": "T000002R053190", + "___id": "T000002R053483", "___s": true }, { @@ -722292,7 +729399,7 @@ "filename": "File.js", "lineno": 165, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesLoaded", @@ -722314,7 +729421,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesLoaded", "inherited": true, - "___id": "T000002R053191", + "___id": "T000002R053484", "___s": true }, { @@ -722323,7 +729430,7 @@ "filename": "File.js", "lineno": 176, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "percentComplete", @@ -722345,7 +729452,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#percentComplete", "inherited": true, - "___id": "T000002R053192", + "___id": "T000002R053485", "___s": true }, { @@ -722354,7 +729461,7 @@ "filename": "File.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "crossOrigin", @@ -722384,7 +729491,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#crossOrigin", "inherited": true, - "___id": "T000002R053193", + "___id": "T000002R053486", "___s": true }, { @@ -722393,7 +729500,7 @@ "filename": "File.js", "lineno": 197, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "data", @@ -722413,7 +729520,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#data", "inherited": true, - "___id": "T000002R053194", + "___id": "T000002R053487", "___s": true }, { @@ -722422,7 +729529,7 @@ "filename": "File.js", "lineno": 206, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -722442,7 +729549,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#config", "inherited": true, - "___id": "T000002R053195", + "___id": "T000002R053488", "___s": true }, { @@ -722451,7 +729558,7 @@ "filename": "File.js", "lineno": 215, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "multiFile", @@ -722474,7 +729581,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#multiFile", "inherited": true, - "___id": "T000002R053196", + "___id": "T000002R053489", "___s": true }, { @@ -722483,7 +729590,7 @@ "filename": "File.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "linkFile", @@ -722506,7 +729613,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#linkFile", "inherited": true, - "___id": "T000002R053197", + "___id": "T000002R053490", "___s": true }, { @@ -722515,7 +729622,7 @@ "filename": "File.js", "lineno": 236, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "base64", @@ -722536,7 +729643,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#base64", "inherited": true, - "___id": "T000002R053198", + "___id": "T000002R053491", "___s": true }, { @@ -722545,7 +729652,7 @@ "filename": "File.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "setLink", @@ -722555,6 +729662,8 @@ "since": "3.7.0", "memberof": "Phaser.Loader.FileTypes.TilemapJSONFile", "scope": "instance", + "inherits": "Phaser.Loader.File#setLink", + "inherited": true, "params": [ { "type": { @@ -722570,9 +729679,7 @@ "name": "fileB" } ], - "inherits": "Phaser.Loader.File#setLink", - "inherited": true, - "___id": "T000002R053199", + "___id": "T000002R053492", "___s": true }, { @@ -722581,7 +729688,7 @@ "filename": "File.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "resetXHR", @@ -722593,7 +729700,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#resetXHR", "inherited": true, - "___id": "T000002R053200", + "___id": "T000002R053493", "___s": true }, { @@ -722602,7 +729709,7 @@ "filename": "File.js", "lineno": 277, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "load", @@ -722614,16 +729721,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#load", "inherited": true, - "___id": "T000002R053201", + "___id": "T000002R053494", "___s": true }, { "comment": "/**\r\n * Called when the file finishes loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onLoad\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this load.\r\n */", "meta": { "filename": "File.js", - "lineno": 307, + "lineno": 312, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onLoad", @@ -722633,6 +729740,8 @@ "since": "3.0.0", "memberof": "Phaser.Loader.FileTypes.TilemapJSONFile", "scope": "instance", + "inherits": "Phaser.Loader.File#onLoad", + "inherited": true, "params": [ { "type": { @@ -722661,18 +729770,16 @@ "name": "event" } ], - "inherits": "Phaser.Loader.File#onLoad", - "inherited": true, - "___id": "T000002R053202", + "___id": "T000002R053495", "___s": true }, { "comment": "/**\r\n * Called by the XHRLoader if it was given a File with base64 data to load.\r\n *\r\n * @method Phaser.Loader.File#onBase64Load\r\n * @since 3.80.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The FakeXHR object containing the decoded base64 data.\r\n */", "meta": { "filename": "File.js", - "lineno": 340, + "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onBase64Load", @@ -722682,6 +729789,8 @@ "since": "3.80.0", "memberof": "Phaser.Loader.FileTypes.TilemapJSONFile", "scope": "instance", + "inherits": "Phaser.Loader.File#onBase64Load", + "inherited": true, "params": [ { "type": { @@ -722697,18 +729806,16 @@ "name": "xhr" } ], - "inherits": "Phaser.Loader.File#onBase64Load", - "inherited": true, - "___id": "T000002R053203", + "___id": "T000002R053496", "___s": true }, { "comment": "/**\r\n * Called if the file errors while loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onError\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this error.\r\n */", "meta": { "filename": "File.js", - "lineno": 361, + "lineno": 366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onError", @@ -722718,6 +729825,8 @@ "since": "3.0.0", "memberof": "Phaser.Loader.FileTypes.TilemapJSONFile", "scope": "instance", + "inherits": "Phaser.Loader.File#onError", + "inherited": true, "params": [ { "type": { @@ -722746,18 +729855,16 @@ "name": "event" } ], - "inherits": "Phaser.Loader.File#onError", - "inherited": true, - "___id": "T000002R053204", + "___id": "T000002R053497", "___s": true }, { "comment": "/**\r\n * Called during the file load progress. Is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onProgress\r\n * @fires Phaser.Loader.Events#FILE_PROGRESS\r\n * @since 3.0.0\r\n *\r\n * @param {ProgressEvent} event - The DOM ProgressEvent.\r\n */", "meta": { "filename": "File.js", - "lineno": 377, + "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProgress", @@ -722770,6 +729877,8 @@ "since": "3.0.0", "memberof": "Phaser.Loader.FileTypes.TilemapJSONFile", "scope": "instance", + "inherits": "Phaser.Loader.File#onProgress", + "inherited": true, "params": [ { "type": { @@ -722785,39 +729894,16 @@ "name": "event" } ], - "inherits": "Phaser.Loader.File#onProgress", - "inherited": true, - "___id": "T000002R053205", - "___s": true - }, - { - "comment": "/**\r\n * Usually overridden by the FileTypes and is called by Loader.nextFile.\r\n * This method controls what extra work this File does with its loaded data, for example a JSON file will parse itself during this stage.\r\n *\r\n * @method Phaser.Loader.File#onProcess\r\n * @since 3.0.0\r\n */", - "meta": { - "filename": "File.js", - "lineno": 399, - "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", - "code": {} - }, - "name": "onProcess", - "longname": "Phaser.Loader.FileTypes.TilemapJSONFile#onProcess", - "kind": "function", - "description": "Usually overridden by the FileTypes and is called by Loader.nextFile.\rThis method controls what extra work this File does with its loaded data, for example a JSON file will parse itself during this stage.", - "since": "3.0.0", - "memberof": "Phaser.Loader.FileTypes.TilemapJSONFile", - "scope": "instance", - "inherits": "Phaser.Loader.File#onProcess", - "inherited": true, - "___id": "T000002R053206", + "___id": "T000002R053498", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessComplete\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 413, + "lineno": 418, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessComplete", @@ -722829,16 +729915,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessComplete", "inherited": true, - "___id": "T000002R053207", + "___id": "T000002R053499", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing but it generated an error.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessError\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 432, + "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessError", @@ -722850,16 +729936,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessError", "inherited": true, - "___id": "T000002R053208", + "___id": "T000002R053500", "___s": true }, { "comment": "/**\r\n * Checks if a key matching the one used by this file exists in the target Cache or not.\r\n * This is called automatically by the LoaderPlugin to decide if the file can be safely\r\n * loaded or will conflict.\r\n *\r\n * @method Phaser.Loader.File#hasCacheConflict\r\n * @since 3.7.0\r\n *\r\n * @return {boolean} `true` if adding this file will cause a conflict, otherwise `false`.\r\n */", "meta": { "filename": "File.js", - "lineno": 454, + "lineno": 459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "hasCacheConflict", @@ -722885,16 +729971,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#hasCacheConflict", "inherited": true, - "___id": "T000002R053209", + "___id": "T000002R053501", "___s": true }, { "comment": "/**\r\n * Called once the file has been added to its cache and is now ready for deletion from the Loader.\r\n * It will emit a `filecomplete` event from the LoaderPlugin.\r\n *\r\n * @method Phaser.Loader.File#pendingDestroy\r\n * @fires Phaser.Loader.Events#FILE_COMPLETE\r\n * @fires Phaser.Loader.Events#FILE_KEY_COMPLETE\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 484, + "lineno": 489, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -722910,16 +729996,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#pendingDestroy", "inherited": true, - "___id": "T000002R053210", + "___id": "T000002R053502", "___s": true }, { "comment": "/**\r\n * Destroy this File and any references it holds.\r\n *\r\n * @method Phaser.Loader.File#destroy\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 513, + "lineno": 518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -722931,7 +730017,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#destroy", "inherited": true, - "___id": "T000002R053211", + "___id": "T000002R053503", "___s": true }, { @@ -722940,7 +730026,7 @@ "filename": "MultiFile.js", "lineno": 45, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -722961,7 +730047,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#loader", "inherited": true, - "___id": "T000002R053212", + "___id": "T000002R053504", "___s": true }, { @@ -722970,7 +730056,7 @@ "filename": "MultiFile.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -722991,7 +730077,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#type", "inherited": true, - "___id": "T000002R053213", + "___id": "T000002R053505", "___s": true }, { @@ -723000,7 +730086,7 @@ "filename": "MultiFile.js", "lineno": 63, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -723021,7 +730107,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#key", "inherited": true, - "___id": "T000002R053214", + "___id": "T000002R053506", "___s": true }, { @@ -723030,7 +730116,7 @@ "filename": "MultiFile.js", "lineno": 89, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "files", @@ -723060,7 +730146,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#files", "inherited": true, - "___id": "T000002R053216", + "___id": "T000002R053508", "___s": true }, { @@ -723069,7 +730155,7 @@ "filename": "MultiFile.js", "lineno": 98, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -723090,7 +730176,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#state", "inherited": true, - "___id": "T000002R053217", + "___id": "T000002R053509", "___s": true }, { @@ -723099,7 +730185,7 @@ "filename": "MultiFile.js", "lineno": 107, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "complete", @@ -723121,7 +730207,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#complete", "inherited": true, - "___id": "T000002R053218", + "___id": "T000002R053510", "___s": true }, { @@ -723130,7 +730216,7 @@ "filename": "MultiFile.js", "lineno": 117, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pending", @@ -723151,7 +730237,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#pending", "inherited": true, - "___id": "T000002R053219", + "___id": "T000002R053511", "___s": true }, { @@ -723160,7 +730246,7 @@ "filename": "MultiFile.js", "lineno": 127, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "failed", @@ -723182,7 +730268,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#failed", "inherited": true, - "___id": "T000002R053220", + "___id": "T000002R053512", "___s": true }, { @@ -723191,7 +730277,7 @@ "filename": "MultiFile.js", "lineno": 137, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -723212,7 +730298,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#config", "inherited": true, - "___id": "T000002R053221", + "___id": "T000002R053513", "___s": true }, { @@ -723221,7 +730307,7 @@ "filename": "MultiFile.js", "lineno": 146, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "baseURL", @@ -723242,7 +730328,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#baseURL", "inherited": true, - "___id": "T000002R053222", + "___id": "T000002R053514", "___s": true }, { @@ -723251,7 +730337,7 @@ "filename": "MultiFile.js", "lineno": 156, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "path", @@ -723272,7 +730358,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#path", "inherited": true, - "___id": "T000002R053223", + "___id": "T000002R053515", "___s": true }, { @@ -723281,7 +730367,7 @@ "filename": "MultiFile.js", "lineno": 166, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "prefix", @@ -723302,7 +730388,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#prefix", "inherited": true, - "___id": "T000002R053224", + "___id": "T000002R053516", "___s": true }, { @@ -723311,7 +730397,7 @@ "filename": "MultiFile.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "isReadyToProcess", @@ -723337,7 +730423,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#isReadyToProcess", "inherited": true, - "___id": "T000002R053225", + "___id": "T000002R053517", "___s": true }, { @@ -723346,7 +730432,7 @@ "filename": "MultiFile.js", "lineno": 196, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "addToMultiFile", @@ -723387,7 +730473,7 @@ ], "inherits": "Phaser.Loader.MultiFile#addToMultiFile", "inherited": true, - "___id": "T000002R053226", + "___id": "T000002R053518", "___s": true }, { @@ -723396,7 +730482,7 @@ "filename": "MultiFile.js", "lineno": 219, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onFileComplete", @@ -723423,7 +730509,7 @@ ], "inherits": "Phaser.Loader.MultiFile#onFileComplete", "inherited": true, - "___id": "T000002R053227", + "___id": "T000002R053519", "___s": true }, { @@ -723432,7 +730518,7 @@ "filename": "MultiFile.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onFileFailed", @@ -723459,7 +730545,7 @@ ], "inherits": "Phaser.Loader.MultiFile#onFileFailed", "inherited": true, - "___id": "T000002R053228", + "___id": "T000002R053520", "___s": true }, { @@ -723468,7 +730554,7 @@ "filename": "MultiFile.js", "lineno": 258, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -723484,7 +730570,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#pendingDestroy", "inherited": true, - "___id": "T000002R053229", + "___id": "T000002R053521", "___s": true }, { @@ -723493,7 +730579,7 @@ "filename": "MultiFile.js", "lineno": 292, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -723505,7 +730591,7 @@ "scope": "instance", "inherits": "Phaser.Loader.MultiFile#destroy", "inherited": true, - "___id": "T000002R053230", + "___id": "T000002R053522", "___s": true }, { @@ -723514,7 +730600,7 @@ "filename": "File.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -723535,7 +730621,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#loader", "inherited": true, - "___id": "T000002R053231", + "___id": "T000002R053523", "___s": true }, { @@ -723544,7 +730630,7 @@ "filename": "File.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "cache", @@ -723575,7 +730661,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#cache", "inherited": true, - "___id": "T000002R053232", + "___id": "T000002R053524", "___s": true }, { @@ -723584,7 +730670,7 @@ "filename": "File.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -723605,7 +730691,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#type", "inherited": true, - "___id": "T000002R053233", + "___id": "T000002R053525", "___s": true }, { @@ -723614,7 +730700,7 @@ "filename": "File.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -723635,7 +730721,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#key", "inherited": true, - "___id": "T000002R053234", + "___id": "T000002R053526", "___s": true }, { @@ -723644,7 +730730,7 @@ "filename": "File.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "url", @@ -723675,7 +730761,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#url", "inherited": true, - "___id": "T000002R053235", + "___id": "T000002R053527", "___s": true }, { @@ -723684,7 +730770,7 @@ "filename": "File.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "src", @@ -723705,7 +730791,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#src", "inherited": true, - "___id": "T000002R053236", + "___id": "T000002R053528", "___s": true }, { @@ -723714,7 +730800,7 @@ "filename": "File.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrSettings", @@ -723735,7 +730821,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrSettings", "inherited": true, - "___id": "T000002R053237", + "___id": "T000002R053529", "___s": true }, { @@ -723744,7 +730830,7 @@ "filename": "File.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrLoader", @@ -723767,7 +730853,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrLoader", "inherited": true, - "___id": "T000002R053238", + "___id": "T000002R053530", "___s": true }, { @@ -723776,7 +730862,7 @@ "filename": "File.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -723797,7 +730883,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#state", "inherited": true, - "___id": "T000002R053239", + "___id": "T000002R053531", "___s": true }, { @@ -723806,7 +730892,7 @@ "filename": "File.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesTotal", @@ -723828,7 +730914,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesTotal", "inherited": true, - "___id": "T000002R053240", + "___id": "T000002R053532", "___s": true }, { @@ -723837,7 +730923,7 @@ "filename": "File.js", "lineno": 165, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesLoaded", @@ -723859,7 +730945,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesLoaded", "inherited": true, - "___id": "T000002R053241", + "___id": "T000002R053533", "___s": true }, { @@ -723868,7 +730954,7 @@ "filename": "File.js", "lineno": 176, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "percentComplete", @@ -723890,7 +730976,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#percentComplete", "inherited": true, - "___id": "T000002R053242", + "___id": "T000002R053534", "___s": true }, { @@ -723899,7 +730985,7 @@ "filename": "File.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "crossOrigin", @@ -723929,7 +731015,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#crossOrigin", "inherited": true, - "___id": "T000002R053243", + "___id": "T000002R053535", "___s": true }, { @@ -723938,7 +731024,7 @@ "filename": "File.js", "lineno": 197, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "data", @@ -723958,7 +731044,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#data", "inherited": true, - "___id": "T000002R053244", + "___id": "T000002R053536", "___s": true }, { @@ -723967,7 +731053,7 @@ "filename": "File.js", "lineno": 206, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -723987,7 +731073,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#config", "inherited": true, - "___id": "T000002R053245", + "___id": "T000002R053537", "___s": true }, { @@ -723996,7 +731082,7 @@ "filename": "File.js", "lineno": 215, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "multiFile", @@ -724019,7 +731105,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#multiFile", "inherited": true, - "___id": "T000002R053246", + "___id": "T000002R053538", "___s": true }, { @@ -724028,7 +731114,7 @@ "filename": "File.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "linkFile", @@ -724051,7 +731137,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#linkFile", "inherited": true, - "___id": "T000002R053247", + "___id": "T000002R053539", "___s": true }, { @@ -724060,7 +731146,7 @@ "filename": "File.js", "lineno": 236, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "base64", @@ -724081,7 +731167,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#base64", "inherited": true, - "___id": "T000002R053248", + "___id": "T000002R053540", "___s": true }, { @@ -724090,7 +731176,7 @@ "filename": "File.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "setLink", @@ -724117,7 +731203,7 @@ ], "inherits": "Phaser.Loader.File#setLink", "inherited": true, - "___id": "T000002R053249", + "___id": "T000002R053541", "___s": true }, { @@ -724126,7 +731212,7 @@ "filename": "File.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "resetXHR", @@ -724138,16 +731224,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#resetXHR", "inherited": true, - "___id": "T000002R053250", + "___id": "T000002R053542", "___s": true }, { "comment": "/**\r\n * Called when the file finishes loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onLoad\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this load.\r\n */", "meta": { "filename": "File.js", - "lineno": 307, + "lineno": 312, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onLoad", @@ -724187,16 +731273,16 @@ ], "inherits": "Phaser.Loader.File#onLoad", "inherited": true, - "___id": "T000002R053251", + "___id": "T000002R053543", "___s": true }, { "comment": "/**\r\n * Called by the XHRLoader if it was given a File with base64 data to load.\r\n *\r\n * @method Phaser.Loader.File#onBase64Load\r\n * @since 3.80.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The FakeXHR object containing the decoded base64 data.\r\n */", "meta": { "filename": "File.js", - "lineno": 340, + "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onBase64Load", @@ -724223,16 +731309,16 @@ ], "inherits": "Phaser.Loader.File#onBase64Load", "inherited": true, - "___id": "T000002R053252", + "___id": "T000002R053544", "___s": true }, { "comment": "/**\r\n * Called if the file errors while loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onError\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this error.\r\n */", "meta": { "filename": "File.js", - "lineno": 361, + "lineno": 366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onError", @@ -724272,16 +731358,16 @@ ], "inherits": "Phaser.Loader.File#onError", "inherited": true, - "___id": "T000002R053253", + "___id": "T000002R053545", "___s": true }, { "comment": "/**\r\n * Called during the file load progress. Is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onProgress\r\n * @fires Phaser.Loader.Events#FILE_PROGRESS\r\n * @since 3.0.0\r\n *\r\n * @param {ProgressEvent} event - The DOM ProgressEvent.\r\n */", "meta": { "filename": "File.js", - "lineno": 377, + "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProgress", @@ -724311,16 +731397,16 @@ ], "inherits": "Phaser.Loader.File#onProgress", "inherited": true, - "___id": "T000002R053254", + "___id": "T000002R053546", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessComplete\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 413, + "lineno": 418, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessComplete", @@ -724332,16 +731418,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessComplete", "inherited": true, - "___id": "T000002R053255", + "___id": "T000002R053547", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing but it generated an error.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessError\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 432, + "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessError", @@ -724353,16 +731439,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessError", "inherited": true, - "___id": "T000002R053256", + "___id": "T000002R053548", "___s": true }, { "comment": "/**\r\n * Checks if a key matching the one used by this file exists in the target Cache or not.\r\n * This is called automatically by the LoaderPlugin to decide if the file can be safely\r\n * loaded or will conflict.\r\n *\r\n * @method Phaser.Loader.File#hasCacheConflict\r\n * @since 3.7.0\r\n *\r\n * @return {boolean} `true` if adding this file will cause a conflict, otherwise `false`.\r\n */", "meta": { "filename": "File.js", - "lineno": 454, + "lineno": 459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "hasCacheConflict", @@ -724388,16 +731474,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#hasCacheConflict", "inherited": true, - "___id": "T000002R053257", + "___id": "T000002R053549", "___s": true }, { "comment": "/**\r\n * Adds this file to its target cache upon successful loading and processing.\r\n * This method is often overridden by specific file types.\r\n *\r\n * @method Phaser.Loader.File#addToCache\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 469, + "lineno": 474, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "addToCache", @@ -724409,16 +731495,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#addToCache", "inherited": true, - "___id": "T000002R053258", + "___id": "T000002R053550", "___s": true }, { "comment": "/**\r\n * Called once the file has been added to its cache and is now ready for deletion from the Loader.\r\n * It will emit a `filecomplete` event from the LoaderPlugin.\r\n *\r\n * @method Phaser.Loader.File#pendingDestroy\r\n * @fires Phaser.Loader.Events#FILE_COMPLETE\r\n * @fires Phaser.Loader.Events#FILE_KEY_COMPLETE\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 484, + "lineno": 489, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -724434,16 +731520,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#pendingDestroy", "inherited": true, - "___id": "T000002R053259", + "___id": "T000002R053551", "___s": true }, { "comment": "/**\r\n * Destroy this File and any references it holds.\r\n *\r\n * @method Phaser.Loader.File#destroy\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 513, + "lineno": 518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -724455,7 +731541,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#destroy", "inherited": true, - "___id": "T000002R053260", + "___id": "T000002R053552", "___s": true }, { @@ -724464,7 +731550,7 @@ "filename": "File.js", "lineno": 35, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "loader", @@ -724485,7 +731571,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#loader", "inherited": true, - "___id": "T000002R053261", + "___id": "T000002R053553", "___s": true }, { @@ -724494,7 +731580,7 @@ "filename": "File.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "cache", @@ -724525,7 +731611,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#cache", "inherited": true, - "___id": "T000002R053262", + "___id": "T000002R053554", "___s": true }, { @@ -724534,7 +731620,7 @@ "filename": "File.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "type", @@ -724555,7 +731641,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#type", "inherited": true, - "___id": "T000002R053263", + "___id": "T000002R053555", "___s": true }, { @@ -724564,7 +731650,7 @@ "filename": "File.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "key", @@ -724585,7 +731671,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#key", "inherited": true, - "___id": "T000002R053264", + "___id": "T000002R053556", "___s": true }, { @@ -724594,7 +731680,7 @@ "filename": "File.js", "lineno": 99, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "url", @@ -724625,7 +731711,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#url", "inherited": true, - "___id": "T000002R053265", + "___id": "T000002R053557", "___s": true }, { @@ -724634,7 +731720,7 @@ "filename": "File.js", "lineno": 112, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "src", @@ -724655,7 +731741,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#src", "inherited": true, - "___id": "T000002R053266", + "___id": "T000002R053558", "___s": true }, { @@ -724664,7 +731750,7 @@ "filename": "File.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrSettings", @@ -724685,7 +731771,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrSettings", "inherited": true, - "___id": "T000002R053267", + "___id": "T000002R053559", "___s": true }, { @@ -724694,7 +731780,7 @@ "filename": "File.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "xhrLoader", @@ -724717,7 +731803,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#xhrLoader", "inherited": true, - "___id": "T000002R053268", + "___id": "T000002R053560", "___s": true }, { @@ -724726,7 +731812,7 @@ "filename": "File.js", "lineno": 145, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "state", @@ -724747,7 +731833,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#state", "inherited": true, - "___id": "T000002R053269", + "___id": "T000002R053561", "___s": true }, { @@ -724756,7 +731842,7 @@ "filename": "File.js", "lineno": 154, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesTotal", @@ -724778,7 +731864,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesTotal", "inherited": true, - "___id": "T000002R053270", + "___id": "T000002R053562", "___s": true }, { @@ -724787,7 +731873,7 @@ "filename": "File.js", "lineno": 165, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "bytesLoaded", @@ -724809,7 +731895,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#bytesLoaded", "inherited": true, - "___id": "T000002R053271", + "___id": "T000002R053563", "___s": true }, { @@ -724818,7 +731904,7 @@ "filename": "File.js", "lineno": 176, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "percentComplete", @@ -724840,7 +731926,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#percentComplete", "inherited": true, - "___id": "T000002R053272", + "___id": "T000002R053564", "___s": true }, { @@ -724849,7 +731935,7 @@ "filename": "File.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "crossOrigin", @@ -724879,7 +731965,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#crossOrigin", "inherited": true, - "___id": "T000002R053273", + "___id": "T000002R053565", "___s": true }, { @@ -724888,7 +731974,7 @@ "filename": "File.js", "lineno": 197, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "data", @@ -724908,7 +731994,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#data", "inherited": true, - "___id": "T000002R053274", + "___id": "T000002R053566", "___s": true }, { @@ -724917,7 +732003,7 @@ "filename": "File.js", "lineno": 206, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "config", @@ -724937,7 +732023,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#config", "inherited": true, - "___id": "T000002R053275", + "___id": "T000002R053567", "___s": true }, { @@ -724946,7 +732032,7 @@ "filename": "File.js", "lineno": 215, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "multiFile", @@ -724969,7 +732055,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#multiFile", "inherited": true, - "___id": "T000002R053276", + "___id": "T000002R053568", "___s": true }, { @@ -724978,7 +732064,7 @@ "filename": "File.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "linkFile", @@ -725001,7 +732087,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#linkFile", "inherited": true, - "___id": "T000002R053277", + "___id": "T000002R053569", "___s": true }, { @@ -725010,7 +732096,7 @@ "filename": "File.js", "lineno": 236, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "base64", @@ -725031,7 +732117,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#base64", "inherited": true, - "___id": "T000002R053278", + "___id": "T000002R053570", "___s": true }, { @@ -725040,7 +732126,7 @@ "filename": "File.js", "lineno": 246, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "setLink", @@ -725067,7 +732153,7 @@ ], "inherits": "Phaser.Loader.File#setLink", "inherited": true, - "___id": "T000002R053279", + "___id": "T000002R053571", "___s": true }, { @@ -725076,7 +732162,7 @@ "filename": "File.js", "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "resetXHR", @@ -725088,7 +732174,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#resetXHR", "inherited": true, - "___id": "T000002R053280", + "___id": "T000002R053572", "___s": true }, { @@ -725097,7 +732183,7 @@ "filename": "File.js", "lineno": 277, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "load", @@ -725109,16 +732195,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#load", "inherited": true, - "___id": "T000002R053281", + "___id": "T000002R053573", "___s": true }, { "comment": "/**\r\n * Called when the file finishes loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onLoad\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this load.\r\n */", "meta": { "filename": "File.js", - "lineno": 307, + "lineno": 312, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onLoad", @@ -725158,16 +732244,16 @@ ], "inherits": "Phaser.Loader.File#onLoad", "inherited": true, - "___id": "T000002R053282", + "___id": "T000002R053574", "___s": true }, { "comment": "/**\r\n * Called by the XHRLoader if it was given a File with base64 data to load.\r\n *\r\n * @method Phaser.Loader.File#onBase64Load\r\n * @since 3.80.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The FakeXHR object containing the decoded base64 data.\r\n */", "meta": { "filename": "File.js", - "lineno": 340, + "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onBase64Load", @@ -725194,16 +732280,16 @@ ], "inherits": "Phaser.Loader.File#onBase64Load", "inherited": true, - "___id": "T000002R053283", + "___id": "T000002R053575", "___s": true }, { "comment": "/**\r\n * Called if the file errors while loading, is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onError\r\n * @since 3.0.0\r\n *\r\n * @param {XMLHttpRequest} xhr - The XMLHttpRequest that caused this onload event.\r\n * @param {ProgressEvent} event - The DOM ProgressEvent that resulted from this error.\r\n */", "meta": { "filename": "File.js", - "lineno": 361, + "lineno": 366, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onError", @@ -725243,16 +732329,16 @@ ], "inherits": "Phaser.Loader.File#onError", "inherited": true, - "___id": "T000002R053284", + "___id": "T000002R053576", "___s": true }, { "comment": "/**\r\n * Called during the file load progress. Is sent a DOM ProgressEvent.\r\n *\r\n * @method Phaser.Loader.File#onProgress\r\n * @fires Phaser.Loader.Events#FILE_PROGRESS\r\n * @since 3.0.0\r\n *\r\n * @param {ProgressEvent} event - The DOM ProgressEvent.\r\n */", "meta": { "filename": "File.js", - "lineno": 377, + "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProgress", @@ -725282,16 +732368,16 @@ ], "inherits": "Phaser.Loader.File#onProgress", "inherited": true, - "___id": "T000002R053285", + "___id": "T000002R053577", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessComplete\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 413, + "lineno": 418, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessComplete", @@ -725303,16 +732389,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessComplete", "inherited": true, - "___id": "T000002R053286", + "___id": "T000002R053578", "___s": true }, { "comment": "/**\r\n * Called when the File has completed processing but it generated an error.\r\n * Checks on the state of its multifile, if set.\r\n *\r\n * @method Phaser.Loader.File#onProcessError\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 432, + "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "onProcessError", @@ -725324,16 +732410,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#onProcessError", "inherited": true, - "___id": "T000002R053287", + "___id": "T000002R053579", "___s": true }, { "comment": "/**\r\n * Checks if a key matching the one used by this file exists in the target Cache or not.\r\n * This is called automatically by the LoaderPlugin to decide if the file can be safely\r\n * loaded or will conflict.\r\n *\r\n * @method Phaser.Loader.File#hasCacheConflict\r\n * @since 3.7.0\r\n *\r\n * @return {boolean} `true` if adding this file will cause a conflict, otherwise `false`.\r\n */", "meta": { "filename": "File.js", - "lineno": 454, + "lineno": 459, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "hasCacheConflict", @@ -725359,16 +732445,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#hasCacheConflict", "inherited": true, - "___id": "T000002R053288", + "___id": "T000002R053580", "___s": true }, { "comment": "/**\r\n * Adds this file to its target cache upon successful loading and processing.\r\n * This method is often overridden by specific file types.\r\n *\r\n * @method Phaser.Loader.File#addToCache\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 469, + "lineno": 474, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "addToCache", @@ -725380,16 +732466,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#addToCache", "inherited": true, - "___id": "T000002R053289", + "___id": "T000002R053581", "___s": true }, { "comment": "/**\r\n * Called once the file has been added to its cache and is now ready for deletion from the Loader.\r\n * It will emit a `filecomplete` event from the LoaderPlugin.\r\n *\r\n * @method Phaser.Loader.File#pendingDestroy\r\n * @fires Phaser.Loader.Events#FILE_COMPLETE\r\n * @fires Phaser.Loader.Events#FILE_KEY_COMPLETE\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 484, + "lineno": 489, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "pendingDestroy", @@ -725405,16 +732491,16 @@ "scope": "instance", "inherits": "Phaser.Loader.File#pendingDestroy", "inherited": true, - "___id": "T000002R053290", + "___id": "T000002R053582", "___s": true }, { "comment": "/**\r\n * Destroy this File and any references it holds.\r\n *\r\n * @method Phaser.Loader.File#destroy\r\n * @since 3.7.0\r\n */", "meta": { "filename": "File.js", - "lineno": 513, + "lineno": 518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\loader", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\loader", "code": {} }, "name": "destroy", @@ -725426,7 +732512,7 @@ "scope": "instance", "inherits": "Phaser.Loader.File#destroy", "inherited": true, - "___id": "T000002R053291", + "___id": "T000002R053583", "___s": true }, { @@ -725435,7 +732521,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -725478,7 +732564,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R053292", + "___id": "T000002R053584", "___s": true }, { @@ -725487,7 +732573,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -725547,7 +732633,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listeners", "inherited": true, - "___id": "T000002R053293", + "___id": "T000002R053585", "___s": true }, { @@ -725556,7 +732642,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -725607,7 +732693,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listenerCount", "inherited": true, - "___id": "T000002R053294", + "___id": "T000002R053586", "___s": true }, { @@ -725616,7 +732702,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -725682,7 +732768,7 @@ ], "inherits": "Phaser.Events.EventEmitter#emit", "inherited": true, - "___id": "T000002R053295", + "___id": "T000002R053587", "___s": true }, { @@ -725691,7 +732777,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -725770,7 +732856,7 @@ ], "inherits": "Phaser.Events.EventEmitter#on", "inherited": true, - "___id": "T000002R053296", + "___id": "T000002R053588", "___s": true }, { @@ -725779,7 +732865,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -725858,7 +732944,7 @@ ], "inherits": "Phaser.Events.EventEmitter#addListener", "inherited": true, - "___id": "T000002R053297", + "___id": "T000002R053589", "___s": true }, { @@ -725867,7 +732953,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -725946,7 +733032,7 @@ ], "inherits": "Phaser.Events.EventEmitter#once", "inherited": true, - "___id": "T000002R053298", + "___id": "T000002R053590", "___s": true }, { @@ -725955,7 +733041,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -726048,7 +733134,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeListener", "inherited": true, - "___id": "T000002R053299", + "___id": "T000002R053591", "___s": true }, { @@ -726057,7 +733143,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -726150,7 +733236,7 @@ ], "inherits": "Phaser.Events.EventEmitter#off", "inherited": true, - "___id": "T000002R053300", + "___id": "T000002R053592", "___s": true }, { @@ -726159,7 +733245,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -726212,7 +733298,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeAllListeners", "inherited": true, - "___id": "T000002R053301", + "___id": "T000002R053593", "___s": true }, { @@ -726221,7 +733307,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -726233,7 +733319,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R053302", + "___id": "T000002R053594", "___s": true }, { @@ -726242,7 +733328,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -726285,7 +733371,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R053303", + "___id": "T000002R053595", "___s": true }, { @@ -726294,7 +733380,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -726354,7 +733440,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listeners", "inherited": true, - "___id": "T000002R053304", + "___id": "T000002R053596", "___s": true }, { @@ -726363,7 +733449,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -726414,7 +733500,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listenerCount", "inherited": true, - "___id": "T000002R053305", + "___id": "T000002R053597", "___s": true }, { @@ -726423,7 +733509,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -726489,7 +733575,7 @@ ], "inherits": "Phaser.Events.EventEmitter#emit", "inherited": true, - "___id": "T000002R053306", + "___id": "T000002R053598", "___s": true }, { @@ -726498,7 +733584,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -726577,7 +733663,7 @@ ], "inherits": "Phaser.Events.EventEmitter#on", "inherited": true, - "___id": "T000002R053307", + "___id": "T000002R053599", "___s": true }, { @@ -726586,7 +733672,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -726665,7 +733751,7 @@ ], "inherits": "Phaser.Events.EventEmitter#addListener", "inherited": true, - "___id": "T000002R053308", + "___id": "T000002R053600", "___s": true }, { @@ -726674,7 +733760,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -726753,7 +733839,7 @@ ], "inherits": "Phaser.Events.EventEmitter#once", "inherited": true, - "___id": "T000002R053309", + "___id": "T000002R053601", "___s": true }, { @@ -726762,7 +733848,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -726855,7 +733941,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeListener", "inherited": true, - "___id": "T000002R053310", + "___id": "T000002R053602", "___s": true }, { @@ -726864,7 +733950,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -726957,7 +734043,7 @@ ], "inherits": "Phaser.Events.EventEmitter#off", "inherited": true, - "___id": "T000002R053311", + "___id": "T000002R053603", "___s": true }, { @@ -726966,7 +734052,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -727019,7 +734105,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeAllListeners", "inherited": true, - "___id": "T000002R053312", + "___id": "T000002R053604", "___s": true }, { @@ -727028,7 +734114,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -727049,7 +734135,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R053316", + "___id": "T000002R053608", "___s": true }, { @@ -727058,7 +734144,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -727090,7 +734176,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R053317", + "___id": "T000002R053609", "___s": true }, { @@ -727099,7 +734185,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -727120,7 +734206,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R053318", + "___id": "T000002R053610", "___s": true }, { @@ -727129,7 +734215,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -727160,7 +734246,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R053319", + "___id": "T000002R053611", "___s": true }, { @@ -727169,7 +734255,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -727190,7 +734276,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R053320", + "___id": "T000002R053612", "___s": true }, { @@ -727199,7 +734285,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -727221,7 +734307,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R053321", + "___id": "T000002R053613", "___s": true }, { @@ -727230,7 +734316,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -727252,7 +734338,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R053322", + "___id": "T000002R053614", "___s": true }, { @@ -727261,7 +734347,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -727283,7 +734369,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R053323", + "___id": "T000002R053615", "___s": true }, { @@ -727292,7 +734378,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -727314,7 +734400,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R053324", + "___id": "T000002R053616", "___s": true }, { @@ -727323,7 +734409,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -727345,7 +734431,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R053325", + "___id": "T000002R053617", "___s": true }, { @@ -727354,7 +734440,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -727379,7 +734465,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R053326", + "___id": "T000002R053618", "___s": true }, { @@ -727388,7 +734474,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -727412,7 +734498,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R053327", + "___id": "T000002R053619", "___s": true }, { @@ -727421,7 +734507,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -727443,7 +734529,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R053328", + "___id": "T000002R053620", "___s": true }, { @@ -727452,7 +734538,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -727494,7 +734580,7 @@ "name": "value" } ], - "___id": "T000002R053329", + "___id": "T000002R053621", "___s": true }, { @@ -727503,7 +734589,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -727545,7 +734631,7 @@ "name": "value" } ], - "___id": "T000002R053330", + "___id": "T000002R053622", "___s": true }, { @@ -727554,7 +734640,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -727606,7 +734692,7 @@ "name": "value" } ], - "___id": "T000002R053331", + "___id": "T000002R053623", "___s": true }, { @@ -727615,7 +734701,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -727645,7 +734731,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R053332", + "___id": "T000002R053624", "___s": true }, { @@ -727654,7 +734740,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -727733,7 +734819,7 @@ "name": "data" } ], - "___id": "T000002R053333", + "___id": "T000002R053625", "___s": true }, { @@ -727742,7 +734828,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -727799,7 +734885,7 @@ "name": "amount" } ], - "___id": "T000002R053334", + "___id": "T000002R053626", "___s": true }, { @@ -727808,7 +734894,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -727850,7 +734936,7 @@ "name": "key" } ], - "___id": "T000002R053335", + "___id": "T000002R053627", "___s": true }, { @@ -727859,7 +734945,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -727918,7 +735004,7 @@ "name": "key" } ], - "___id": "T000002R053336", + "___id": "T000002R053628", "___s": true }, { @@ -727927,7 +735013,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -728014,7 +735100,7 @@ "name": "dropZone" } ], - "___id": "T000002R053337", + "___id": "T000002R053629", "___s": true }, { @@ -728023,7 +735109,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -728050,7 +735136,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R053338", + "___id": "T000002R053630", "___s": true }, { @@ -728059,7 +735145,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -728086,7 +735172,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R053339", + "___id": "T000002R053631", "___s": true }, { @@ -728095,7 +735181,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -728107,7 +735193,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R053340", + "___id": "T000002R053632", "___s": true }, { @@ -728116,7 +735202,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -728128,7 +735214,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R053341", + "___id": "T000002R053633", "___s": true }, { @@ -728137,7 +735223,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -728166,7 +735252,7 @@ "name": "args" } ], - "___id": "T000002R053342", + "___id": "T000002R053634", "___s": true }, { @@ -728175,7 +735261,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -728201,7 +735287,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R053343", + "___id": "T000002R053635", "___s": true }, { @@ -728210,7 +735296,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -728251,7 +735337,7 @@ "name": "camera" } ], - "___id": "T000002R053344", + "___id": "T000002R053636", "___s": true }, { @@ -728260,7 +735346,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -728295,7 +735381,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R053345", + "___id": "T000002R053637", "___s": true }, { @@ -728304,7 +735390,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -728361,7 +735447,7 @@ "name": "displayList" } ], - "___id": "T000002R053346", + "___id": "T000002R053638", "___s": true }, { @@ -728370,7 +735456,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -728397,7 +735483,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R053347", + "___id": "T000002R053639", "___s": true }, { @@ -728406,7 +735492,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -728437,7 +735523,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R053348", + "___id": "T000002R053640", "___s": true }, { @@ -728446,7 +735532,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -728473,7 +735559,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R053349", + "___id": "T000002R053641", "___s": true }, { @@ -728482,7 +735568,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -728514,7 +735600,7 @@ "name": "fromScene" } ], - "___id": "T000002R053350", + "___id": "T000002R053642", "___s": true }, { @@ -728523,7 +735609,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -728535,7 +735621,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R053351", + "___id": "T000002R053643", "___s": true }, { @@ -728544,7 +735630,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -728587,7 +735673,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R053352", + "___id": "T000002R053644", "___s": true }, { @@ -728596,7 +735682,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -728656,7 +735742,7 @@ "name": "event" } ], - "___id": "T000002R053353", + "___id": "T000002R053645", "___s": true }, { @@ -728665,7 +735751,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -728716,7 +735802,7 @@ "name": "event" } ], - "___id": "T000002R053354", + "___id": "T000002R053646", "___s": true }, { @@ -728725,7 +735811,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -728791,7 +735877,7 @@ "name": "args" } ], - "___id": "T000002R053355", + "___id": "T000002R053647", "___s": true }, { @@ -728800,7 +735886,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -728879,7 +735965,7 @@ "name": "context" } ], - "___id": "T000002R053356", + "___id": "T000002R053648", "___s": true }, { @@ -728888,7 +735974,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -728967,7 +736053,7 @@ "name": "context" } ], - "___id": "T000002R053357", + "___id": "T000002R053649", "___s": true }, { @@ -728976,7 +736062,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -729055,7 +736141,7 @@ "name": "context" } ], - "___id": "T000002R053358", + "___id": "T000002R053650", "___s": true }, { @@ -729064,7 +736150,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -729157,7 +736243,7 @@ "name": "once" } ], - "___id": "T000002R053359", + "___id": "T000002R053651", "___s": true }, { @@ -729166,7 +736252,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -729259,7 +736345,7 @@ "name": "once" } ], - "___id": "T000002R053360", + "___id": "T000002R053652", "___s": true }, { @@ -729268,7 +736354,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -729321,7 +736407,7 @@ "name": "event" } ], - "___id": "T000002R053361", + "___id": "T000002R053653", "___s": true }, { @@ -729330,7 +736416,7 @@ "filename": "Alpha.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -729358,7 +736444,7 @@ "inherits": "Phaser.GameObjects.Components.Alpha#clearAlpha", "inherited": true, "overrides": "Phaser.GameObjects.Components.Alpha#clearAlpha", - "___id": "T000002R053367", + "___id": "T000002R053659", "___s": true }, { @@ -729367,7 +736453,7 @@ "filename": "Alpha.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -729454,7 +736540,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Alpha#setAlpha", - "___id": "T000002R053368", + "___id": "T000002R053660", "___s": true }, { @@ -729463,7 +736549,7 @@ "filename": "Alpha.js", "lineno": 129, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -729485,7 +736571,7 @@ "inherits": "Phaser.GameObjects.Components.Alpha#alpha", "inherited": true, "overrides": "Phaser.GameObjects.Components.Alpha#alpha", - "___id": "T000002R053369", + "___id": "T000002R053661", "___s": true }, { @@ -729494,7 +736580,7 @@ "filename": "Alpha.js", "lineno": 167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopLeft", @@ -729523,7 +736609,7 @@ "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopLeft", "inherited": true, "overrides": "Phaser.GameObjects.Components.Alpha#alphaTopLeft", - "___id": "T000002R053370", + "___id": "T000002R053662", "___s": true }, { @@ -729532,7 +736618,7 @@ "filename": "Alpha.js", "lineno": 197, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopRight", @@ -729561,7 +736647,7 @@ "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopRight", "inherited": true, "overrides": "Phaser.GameObjects.Components.Alpha#alphaTopRight", - "___id": "T000002R053371", + "___id": "T000002R053663", "___s": true }, { @@ -729570,7 +736656,7 @@ "filename": "Alpha.js", "lineno": 227, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomLeft", @@ -729599,7 +736685,7 @@ "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomLeft", "inherited": true, "overrides": "Phaser.GameObjects.Components.Alpha#alphaBottomLeft", - "___id": "T000002R053372", + "___id": "T000002R053664", "___s": true }, { @@ -729608,7 +736694,7 @@ "filename": "Alpha.js", "lineno": 257, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomRight", @@ -729637,7 +736723,7 @@ "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomRight", "inherited": true, "overrides": "Phaser.GameObjects.Components.Alpha#alphaBottomRight", - "___id": "T000002R053373", + "___id": "T000002R053665", "___s": true }, { @@ -729646,7 +736732,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -729683,7 +736769,7 @@ "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, "overrides": "Phaser.GameObjects.Components.BlendMode#blendMode", - "___id": "T000002R053375", + "___id": "T000002R053667", "___s": true }, { @@ -729692,7 +736778,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -729750,16 +736836,16 @@ } ], "overrides": "Phaser.GameObjects.Components.BlendMode#setBlendMode", - "___id": "T000002R053376", + "___id": "T000002R053668", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -729781,16 +736867,16 @@ "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, "overrides": "Phaser.GameObjects.Components.Depth#depth", - "___id": "T000002R053378", + "___id": "T000002R053670", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -729833,7 +736919,185 @@ } ], "overrides": "Phaser.GameObjects.Components.Depth#setDepth", - "___id": "T000002R053379", + "___id": "T000002R053671", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.Physics.Arcade.Image#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.Physics.Arcade.Image", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "overrides": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "___id": "T000002R053672", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.Physics.Arcade.Image#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.Physics.Arcade.Image", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "overrides": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "___id": "T000002R053673", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.Physics.Arcade.Image#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.Physics.Arcade.Image", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "overrides": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "___id": "T000002R053674", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.Physics.Arcade.Image#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.Physics.Arcade.Image", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "overrides": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "___id": "T000002R053675", "___s": true }, { @@ -729842,7 +737106,7 @@ "filename": "Flip.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "flipX", @@ -729865,7 +737129,7 @@ "inherits": "Phaser.GameObjects.Components.Flip#flipX", "inherited": true, "overrides": "Phaser.GameObjects.Components.Flip#flipX", - "___id": "T000002R053380", + "___id": "T000002R053676", "___s": true }, { @@ -729874,7 +737138,7 @@ "filename": "Flip.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "flipY", @@ -729897,7 +737161,7 @@ "inherits": "Phaser.GameObjects.Components.Flip#flipY", "inherited": true, "overrides": "Phaser.GameObjects.Components.Flip#flipY", - "___id": "T000002R053381", + "___id": "T000002R053677", "___s": true }, { @@ -729906,7 +737170,7 @@ "filename": "Flip.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipX", @@ -729934,7 +737198,7 @@ "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipX", "inherited": true, "overrides": "Phaser.GameObjects.Components.Flip#toggleFlipX", - "___id": "T000002R053382", + "___id": "T000002R053678", "___s": true }, { @@ -729943,7 +737207,7 @@ "filename": "Flip.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipY", @@ -729971,7 +737235,7 @@ "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipY", "inherited": true, "overrides": "Phaser.GameObjects.Components.Flip#toggleFlipY", - "___id": "T000002R053383", + "___id": "T000002R053679", "___s": true }, { @@ -729980,7 +737244,7 @@ "filename": "Flip.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipX", @@ -730023,7 +737287,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Flip#setFlipX", - "___id": "T000002R053384", + "___id": "T000002R053680", "___s": true }, { @@ -730032,7 +737296,7 @@ "filename": "Flip.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipY", @@ -730075,7 +737339,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Flip#setFlipY", - "___id": "T000002R053385", + "___id": "T000002R053681", "___s": true }, { @@ -730084,7 +737348,7 @@ "filename": "Flip.js", "lineno": 117, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlip", @@ -730140,7 +737404,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Flip#setFlip", - "___id": "T000002R053386", + "___id": "T000002R053682", "___s": true }, { @@ -730149,7 +737413,7 @@ "filename": "Flip.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetFlip", @@ -730177,7 +737441,7 @@ "inherits": "Phaser.GameObjects.Components.Flip#resetFlip", "inherited": true, "overrides": "Phaser.GameObjects.Components.Flip#resetFlip", - "___id": "T000002R053387", + "___id": "T000002R053683", "___s": true }, { @@ -730186,7 +737450,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -730252,7 +737516,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getCenter", - "___id": "T000002R053389", + "___id": "T000002R053685", "___s": true }, { @@ -730261,7 +737525,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -730327,7 +737591,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getTopLeft", - "___id": "T000002R053390", + "___id": "T000002R053686", "___s": true }, { @@ -730336,7 +737600,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -730402,7 +737666,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getTopCenter", - "___id": "T000002R053391", + "___id": "T000002R053687", "___s": true }, { @@ -730411,7 +737675,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -730477,7 +737741,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getTopRight", - "___id": "T000002R053392", + "___id": "T000002R053688", "___s": true }, { @@ -730486,7 +737750,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -730552,7 +737816,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getLeftCenter", - "___id": "T000002R053393", + "___id": "T000002R053689", "___s": true }, { @@ -730561,7 +737825,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -730627,7 +737891,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getRightCenter", - "___id": "T000002R053394", + "___id": "T000002R053690", "___s": true }, { @@ -730636,7 +737900,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -730702,7 +737966,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getBottomLeft", - "___id": "T000002R053395", + "___id": "T000002R053691", "___s": true }, { @@ -730711,7 +737975,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -730777,7 +738041,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getBottomCenter", - "___id": "T000002R053396", + "___id": "T000002R053692", "___s": true }, { @@ -730786,7 +738050,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -730852,7 +738116,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getBottomRight", - "___id": "T000002R053397", + "___id": "T000002R053693", "___s": true }, { @@ -730861,7 +738125,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -730932,7 +738196,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getBounds", - "___id": "T000002R053398", + "___id": "T000002R053694", "___s": true }, { @@ -730941,7 +738205,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -730973,7 +738237,7 @@ "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, "overrides": "Phaser.GameObjects.Components.Mask#mask", - "___id": "T000002R053399", + "___id": "T000002R053695", "___s": true }, { @@ -730982,7 +738246,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -731035,7 +738299,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Mask#setMask", - "___id": "T000002R053400", + "___id": "T000002R053696", "___s": true }, { @@ -731044,7 +738308,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -731089,7 +738353,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Mask#clearMask", - "___id": "T000002R053401", + "___id": "T000002R053697", "___s": true }, { @@ -731098,7 +738362,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -731252,7 +738516,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Mask#createBitmapMask", - "___id": "T000002R053402", + "___id": "T000002R053698", "___s": true }, { @@ -731261,7 +738525,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -731334,7 +738598,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Mask#createGeometryMask", - "___id": "T000002R053403", + "___id": "T000002R053699", "___s": true }, { @@ -731343,7 +738607,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -731367,7 +738631,7 @@ "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, "overrides": "Phaser.GameObjects.Components.Origin#originX", - "___id": "T000002R053405", + "___id": "T000002R053701", "___s": true }, { @@ -731376,7 +738640,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -731400,7 +738664,7 @@ "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, "overrides": "Phaser.GameObjects.Components.Origin#originY", - "___id": "T000002R053406", + "___id": "T000002R053702", "___s": true }, { @@ -731409,7 +738673,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -731431,7 +738695,7 @@ "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, "overrides": "Phaser.GameObjects.Components.Origin#displayOriginX", - "___id": "T000002R053407", + "___id": "T000002R053703", "___s": true }, { @@ -731440,7 +738704,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -731462,7 +738726,7 @@ "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, "overrides": "Phaser.GameObjects.Components.Origin#displayOriginY", - "___id": "T000002R053408", + "___id": "T000002R053704", "___s": true }, { @@ -731471,7 +738735,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -731531,7 +738795,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Origin#setOrigin", - "___id": "T000002R053409", + "___id": "T000002R053705", "___s": true }, { @@ -731540,7 +738804,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -731568,7 +738832,7 @@ "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, "overrides": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", - "___id": "T000002R053410", + "___id": "T000002R053706", "___s": true }, { @@ -731577,7 +738841,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -731637,7 +738901,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Origin#setDisplayOrigin", - "___id": "T000002R053411", + "___id": "T000002R053707", "___s": true }, { @@ -731646,7 +738910,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -731674,7 +738938,7 @@ "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, "overrides": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", - "___id": "T000002R053412", + "___id": "T000002R053708", "___s": true }, { @@ -731683,7 +738947,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -731713,7 +738977,7 @@ "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, "overrides": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", - "___id": "T000002R053413", + "___id": "T000002R053709", "___s": true }, { @@ -731722,7 +738986,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -731752,7 +739016,7 @@ "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, "overrides": "Phaser.GameObjects.Components.Pipeline#pipeline", - "___id": "T000002R053414", + "___id": "T000002R053710", "___s": true }, { @@ -731761,7 +739025,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -731790,7 +739054,7 @@ "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, "overrides": "Phaser.GameObjects.Components.Pipeline#pipelineData", - "___id": "T000002R053415", + "___id": "T000002R053711", "___s": true }, { @@ -731799,7 +739063,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -731859,7 +739123,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Pipeline#initPipeline", - "___id": "T000002R053416", + "___id": "T000002R053712", "___s": true }, { @@ -731868,7 +739132,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -731957,7 +739221,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Pipeline#setPipeline", - "___id": "T000002R053417", + "___id": "T000002R053713", "___s": true }, { @@ -731966,7 +739230,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -732030,7 +739294,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Pipeline#setPipelineData", - "___id": "T000002R053418", + "___id": "T000002R053714", "___s": true }, { @@ -732039,7 +739303,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -732090,16 +739354,16 @@ } ], "overrides": "Phaser.GameObjects.Components.Pipeline#resetPipeline", - "___id": "T000002R053419", + "___id": "T000002R053715", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -732122,10 +739386,12 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.Physics.Arcade.Image", @@ -732133,7 +739399,7 @@ "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, "overrides": "Phaser.GameObjects.Components.Pipeline#getPipelineName", - "___id": "T000002R053420", + "___id": "T000002R053716", "___s": true }, { @@ -732142,7 +739408,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -732171,7 +739437,7 @@ "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, "overrides": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", - "___id": "T000002R053421", + "___id": "T000002R053717", "___s": true }, { @@ -732180,7 +739446,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -732218,7 +739484,7 @@ "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, "overrides": "Phaser.GameObjects.Components.PostPipeline#postPipelines", - "___id": "T000002R053422", + "___id": "T000002R053718", "___s": true }, { @@ -732227,7 +739493,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -732256,7 +739522,7 @@ "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, "overrides": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", - "___id": "T000002R053423", + "___id": "T000002R053719", "___s": true }, { @@ -732265,7 +739531,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -732296,7 +739562,7 @@ "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, "overrides": "Phaser.GameObjects.Components.PostPipeline#preFX", - "___id": "T000002R053424", + "___id": "T000002R053720", "___s": true }, { @@ -732305,7 +739571,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -732334,7 +739600,7 @@ "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, "overrides": "Phaser.GameObjects.Components.PostPipeline#postFX", - "___id": "T000002R053425", + "___id": "T000002R053721", "___s": true }, { @@ -732343,7 +739609,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -732380,7 +739646,7 @@ } ], "overrides": "Phaser.GameObjects.Components.PostPipeline#initPostPipeline", - "___id": "T000002R053426", + "___id": "T000002R053722", "___s": true }, { @@ -732389,7 +739655,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -732525,7 +739791,7 @@ } ], "overrides": "Phaser.GameObjects.Components.PostPipeline#setPostPipeline", - "___id": "T000002R053427", + "___id": "T000002R053723", "___s": true }, { @@ -732534,7 +739800,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -732598,7 +739864,7 @@ } ], "overrides": "Phaser.GameObjects.Components.PostPipeline#setPostPipelineData", - "___id": "T000002R053428", + "___id": "T000002R053724", "___s": true }, { @@ -732607,7 +739873,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -732690,7 +739956,7 @@ } ], "overrides": "Phaser.GameObjects.Components.PostPipeline#getPostPipeline", - "___id": "T000002R053429", + "___id": "T000002R053725", "___s": true }, { @@ -732699,7 +739965,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -732736,7 +740002,7 @@ } ], "overrides": "Phaser.GameObjects.Components.PostPipeline#resetPostPipeline", - "___id": "T000002R053430", + "___id": "T000002R053726", "___s": true }, { @@ -732745,7 +740011,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -732805,7 +740071,7 @@ } ], "overrides": "Phaser.GameObjects.Components.PostPipeline#removePostPipeline", - "___id": "T000002R053431", + "___id": "T000002R053727", "___s": true }, { @@ -732814,7 +740080,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -732849,7 +740115,7 @@ "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, "overrides": "Phaser.GameObjects.Components.PostPipeline#clearFX", - "___id": "T000002R053432", + "___id": "T000002R053728", "___s": true }, { @@ -732858,7 +740124,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -732881,7 +740147,7 @@ "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, "overrides": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", - "___id": "T000002R053433", + "___id": "T000002R053729", "___s": true }, { @@ -732890,7 +740156,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -732913,7 +740179,7 @@ "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, "overrides": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", - "___id": "T000002R053434", + "___id": "T000002R053730", "___s": true }, { @@ -732922,7 +740188,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -732980,7 +740246,7 @@ } ], "overrides": "Phaser.GameObjects.Components.ScrollFactor#setScrollFactor", - "___id": "T000002R053435", + "___id": "T000002R053731", "___s": true }, { @@ -732989,7 +740255,7 @@ "filename": "Size.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "width", @@ -733011,7 +740277,7 @@ "inherits": "Phaser.GameObjects.Components.Size#width", "inherited": true, "overrides": "Phaser.GameObjects.Components.Size#width", - "___id": "T000002R053437", + "___id": "T000002R053733", "___s": true }, { @@ -733020,7 +740286,7 @@ "filename": "Size.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "height", @@ -733042,7 +740308,7 @@ "inherits": "Phaser.GameObjects.Components.Size#height", "inherited": true, "overrides": "Phaser.GameObjects.Components.Size#height", - "___id": "T000002R053438", + "___id": "T000002R053734", "___s": true }, { @@ -733051,7 +740317,7 @@ "filename": "Size.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayWidth", @@ -733073,7 +740339,7 @@ "inherits": "Phaser.GameObjects.Components.Size#displayWidth", "inherited": true, "overrides": "Phaser.GameObjects.Components.Size#displayWidth", - "___id": "T000002R053439", + "___id": "T000002R053735", "___s": true }, { @@ -733082,7 +740348,7 @@ "filename": "Size.js", "lineno": 78, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayHeight", @@ -733104,7 +740370,7 @@ "inherits": "Phaser.GameObjects.Components.Size#displayHeight", "inherited": true, "overrides": "Phaser.GameObjects.Components.Size#displayHeight", - "___id": "T000002R053440", + "___id": "T000002R053736", "___s": true }, { @@ -733113,7 +740379,7 @@ "filename": "Size.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSizeToFrame", @@ -733167,7 +740433,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Size#setSizeToFrame", - "___id": "T000002R053441", + "___id": "T000002R053737", "___s": true }, { @@ -733176,7 +740442,7 @@ "filename": "Size.js", "lineno": 139, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSize", @@ -733232,7 +740498,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Size#setSize", - "___id": "T000002R053442", + "___id": "T000002R053738", "___s": true }, { @@ -733241,7 +740507,7 @@ "filename": "Size.js", "lineno": 166, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplaySize", @@ -733297,7 +740563,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Size#setDisplaySize", - "___id": "T000002R053443", + "___id": "T000002R053739", "___s": true }, { @@ -733306,7 +740572,7 @@ "filename": "TextureCrop.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "texture", @@ -733338,7 +740604,7 @@ "inherits": "Phaser.GameObjects.Components.TextureCrop#texture", "inherited": true, "overrides": "Phaser.GameObjects.Components.Texture#texture", - "___id": "T000002R053444", + "___id": "T000002R053740", "___s": true }, { @@ -733347,7 +740613,7 @@ "filename": "TextureCrop.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "frame", @@ -733369,7 +740635,7 @@ "inherits": "Phaser.GameObjects.Components.TextureCrop#frame", "inherited": true, "overrides": "Phaser.GameObjects.Components.Texture#frame", - "___id": "T000002R053445", + "___id": "T000002R053741", "___s": true }, { @@ -733378,7 +740644,7 @@ "filename": "TextureCrop.js", "lineno": 39, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "isCropped", @@ -733400,7 +740666,7 @@ "inherits": "Phaser.GameObjects.Components.TextureCrop#isCropped", "inherited": true, "overrides": "Phaser.GameObjects.Components.Texture#isCropped", - "___id": "T000002R053446", + "___id": "T000002R053742", "___s": true }, { @@ -733409,7 +740675,7 @@ "filename": "TextureCrop.js", "lineno": 50, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setCrop", @@ -733504,7 +740770,7 @@ "name": "height" } ], - "___id": "T000002R053447", + "___id": "T000002R053743", "___s": true }, { @@ -733513,7 +740779,7 @@ "filename": "TextureCrop.js", "lineno": 110, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTexture", @@ -733580,7 +740846,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Texture#setTexture", - "___id": "T000002R053448", + "___id": "T000002R053744", "___s": true }, { @@ -733589,7 +740855,7 @@ "filename": "TextureCrop.js", "lineno": 130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFrame", @@ -733677,7 +740943,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Texture#setFrame", - "___id": "T000002R053449", + "___id": "T000002R053745", "___s": true }, { @@ -733686,7 +740952,7 @@ "filename": "Tint.js", "lineno": 18, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopLeft", @@ -733709,7 +740975,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#tintTopLeft", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#tintTopLeft", - "___id": "T000002R053451", + "___id": "T000002R053747", "___s": true }, { @@ -733718,7 +740984,7 @@ "filename": "Tint.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopRight", @@ -733741,7 +741007,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#tintTopRight", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#tintTopRight", - "___id": "T000002R053452", + "___id": "T000002R053748", "___s": true }, { @@ -733750,7 +741016,7 @@ "filename": "Tint.js", "lineno": 42, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomLeft", @@ -733773,7 +741039,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#tintBottomLeft", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#tintBottomLeft", - "___id": "T000002R053453", + "___id": "T000002R053749", "___s": true }, { @@ -733782,7 +741048,7 @@ "filename": "Tint.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomRight", @@ -733805,7 +741071,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#tintBottomRight", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#tintBottomRight", - "___id": "T000002R053454", + "___id": "T000002R053750", "___s": true }, { @@ -733814,7 +741080,7 @@ "filename": "Tint.js", "lineno": 66, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintFill", @@ -733837,7 +741103,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#tintFill", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#tintFill", - "___id": "T000002R053455", + "___id": "T000002R053751", "___s": true }, { @@ -733846,7 +741112,7 @@ "filename": "Tint.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearTint", @@ -733881,7 +741147,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#clearTint", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#clearTint", - "___id": "T000002R053456", + "___id": "T000002R053752", "___s": true }, { @@ -733890,7 +741156,7 @@ "filename": "Tint.js", "lineno": 98, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTint", @@ -733984,7 +741250,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Tint#setTint", - "___id": "T000002R053457", + "___id": "T000002R053753", "___s": true }, { @@ -733993,7 +741259,7 @@ "filename": "Tint.js", "lineno": 146, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTintFill", @@ -734087,7 +741353,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Tint#setTintFill", - "___id": "T000002R053458", + "___id": "T000002R053754", "___s": true }, { @@ -734096,7 +741362,7 @@ "filename": "Tint.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tint", @@ -734125,7 +741391,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#tint", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#tint", - "___id": "T000002R053459", + "___id": "T000002R053755", "___s": true }, { @@ -734134,7 +741400,7 @@ "filename": "Tint.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "isTinted", @@ -734164,7 +741430,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#isTinted", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#isTinted", - "___id": "T000002R053460", + "___id": "T000002R053756", "___s": true }, { @@ -734173,7 +741439,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -734197,7 +741463,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#hasTransformComponent", - "___id": "T000002R053461", + "___id": "T000002R053757", "___s": true }, { @@ -734206,7 +741472,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -734229,7 +741495,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#x", - "___id": "T000002R053465", + "___id": "T000002R053761", "___s": true }, { @@ -734238,7 +741504,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -734261,7 +741527,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#y", - "___id": "T000002R053466", + "___id": "T000002R053762", "___s": true }, { @@ -734270,7 +741536,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -734293,7 +741559,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#z", - "___id": "T000002R053467", + "___id": "T000002R053763", "___s": true }, { @@ -734302,7 +741568,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -734325,7 +741591,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#w", - "___id": "T000002R053468", + "___id": "T000002R053764", "___s": true }, { @@ -734334,7 +741600,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -734357,7 +741623,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#scale", - "___id": "T000002R053469", + "___id": "T000002R053765", "___s": true }, { @@ -734366,7 +741632,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -734389,7 +741655,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#scaleX", - "___id": "T000002R053470", + "___id": "T000002R053766", "___s": true }, { @@ -734398,7 +741664,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -734421,7 +741687,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#scaleY", - "___id": "T000002R053471", + "___id": "T000002R053767", "___s": true }, { @@ -734430,7 +741696,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -734453,7 +741719,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#angle", - "___id": "T000002R053472", + "___id": "T000002R053768", "___s": true }, { @@ -734462,7 +741728,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -734485,7 +741751,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#rotation", - "___id": "T000002R053473", + "___id": "T000002R053769", "___s": true }, { @@ -734494,7 +741760,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -734584,7 +741850,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setPosition", - "___id": "T000002R053474", + "___id": "T000002R053770", "___s": true }, { @@ -734593,7 +741859,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -734651,7 +741917,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#copyPosition", - "___id": "T000002R053475", + "___id": "T000002R053771", "___s": true }, { @@ -734660,7 +741926,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -734748,7 +742014,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setRandomPosition", - "___id": "T000002R053476", + "___id": "T000002R053772", "___s": true }, { @@ -734757,7 +742023,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -734802,7 +742068,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setRotation", - "___id": "T000002R053477", + "___id": "T000002R053773", "___s": true }, { @@ -734811,7 +742077,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -734856,7 +742122,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setAngle", - "___id": "T000002R053478", + "___id": "T000002R053774", "___s": true }, { @@ -734865,7 +742131,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -734925,7 +742191,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setScale", - "___id": "T000002R053479", + "___id": "T000002R053775", "___s": true }, { @@ -734934,7 +742200,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -734979,7 +742245,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setX", - "___id": "T000002R053480", + "___id": "T000002R053776", "___s": true }, { @@ -734988,7 +742254,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -735033,7 +742299,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setY", - "___id": "T000002R053481", + "___id": "T000002R053777", "___s": true }, { @@ -735042,7 +742308,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -735087,7 +742353,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setZ", - "___id": "T000002R053482", + "___id": "T000002R053778", "___s": true }, { @@ -735096,7 +742362,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -735141,7 +742407,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setW", - "___id": "T000002R053483", + "___id": "T000002R053779", "___s": true }, { @@ -735150,7 +742416,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -735193,7 +742459,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#getLocalTransformMatrix", - "___id": "T000002R053484", + "___id": "T000002R053780", "___s": true }, { @@ -735202,7 +742468,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -735259,7 +742525,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#getWorldTransformMatrix", - "___id": "T000002R053485", + "___id": "T000002R053781", "___s": true }, { @@ -735268,7 +742534,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -735351,7 +742617,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#getLocalPoint", - "___id": "T000002R053486", + "___id": "T000002R053782", "___s": true }, { @@ -735360,7 +742626,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -735387,7 +742653,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#getParentRotation", - "___id": "T000002R053487", + "___id": "T000002R053783", "___s": true }, { @@ -735396,7 +742662,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -735418,7 +742684,7 @@ "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, "overrides": "Phaser.GameObjects.Components.Visible#visible", - "___id": "T000002R053489", + "___id": "T000002R053785", "___s": true }, { @@ -735427,7 +742693,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -735470,7 +742736,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Visible#setVisible", - "___id": "T000002R053490", + "___id": "T000002R053786", "___s": true }, { @@ -735479,7 +742745,7 @@ "filename": "Acceleration.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setAcceleration", @@ -735536,7 +742802,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Acceleration#setAcceleration", "inherited": true, - "___id": "T000002R053491", + "___id": "T000002R053787", "___s": true }, { @@ -735545,7 +742811,7 @@ "filename": "Acceleration.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setAccelerationX", @@ -735587,7 +742853,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Acceleration#setAccelerationX", "inherited": true, - "___id": "T000002R053492", + "___id": "T000002R053788", "___s": true }, { @@ -735596,7 +742862,7 @@ "filename": "Acceleration.js", "lineno": 50, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setAccelerationY", @@ -735638,7 +742904,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Acceleration#setAccelerationY", "inherited": true, - "___id": "T000002R053493", + "___id": "T000002R053789", "___s": true }, { @@ -735647,7 +742913,7 @@ "filename": "Angular.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setAngularVelocity", @@ -735689,7 +742955,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Angular#setAngularVelocity", "inherited": true, - "___id": "T000002R053494", + "___id": "T000002R053790", "___s": true }, { @@ -735698,7 +742964,7 @@ "filename": "Angular.js", "lineno": 36, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setAngularAcceleration", @@ -735740,7 +743006,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Angular#setAngularAcceleration", "inherited": true, - "___id": "T000002R053495", + "___id": "T000002R053791", "___s": true }, { @@ -735749,7 +743015,7 @@ "filename": "Angular.js", "lineno": 57, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setAngularDrag", @@ -735791,7 +743057,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Angular#setAngularDrag", "inherited": true, - "___id": "T000002R053496", + "___id": "T000002R053792", "___s": true }, { @@ -735800,7 +743066,7 @@ "filename": "Bounce.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setBounce", @@ -735857,7 +743123,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Bounce#setBounce", "inherited": true, - "___id": "T000002R053497", + "___id": "T000002R053793", "___s": true }, { @@ -735866,7 +743132,7 @@ "filename": "Bounce.js", "lineno": 36, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setBounceX", @@ -735908,7 +743174,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Bounce#setBounceX", "inherited": true, - "___id": "T000002R053498", + "___id": "T000002R053794", "___s": true }, { @@ -735917,7 +743183,7 @@ "filename": "Bounce.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setBounceY", @@ -735959,7 +743225,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Bounce#setBounceY", "inherited": true, - "___id": "T000002R053499", + "___id": "T000002R053795", "___s": true }, { @@ -735968,7 +743234,7 @@ "filename": "Bounce.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setCollideWorldBounds", @@ -736054,7 +743320,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Bounce#setCollideWorldBounds", "inherited": true, - "___id": "T000002R053500", + "___id": "T000002R053796", "___s": true }, { @@ -736063,7 +743329,7 @@ "filename": "Collision.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setCollisionCategory", @@ -736105,7 +743371,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#setCollisionCategory", "inherited": true, - "___id": "T000002R053501", + "___id": "T000002R053797", "___s": true }, { @@ -736114,7 +743380,7 @@ "filename": "Collision.js", "lineno": 42, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "willCollideWith", @@ -736155,7 +743421,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#willCollideWith", "inherited": true, - "___id": "T000002R053502", + "___id": "T000002R053798", "___s": true }, { @@ -736164,7 +743430,7 @@ "filename": "Collision.js", "lineno": 60, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "addCollidesWith", @@ -736206,7 +743472,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#addCollidesWith", "inherited": true, - "___id": "T000002R053503", + "___id": "T000002R053799", "___s": true }, { @@ -736215,7 +743481,7 @@ "filename": "Collision.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "removeCollidesWith", @@ -736257,7 +743523,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#removeCollidesWith", "inherited": true, - "___id": "T000002R053504", + "___id": "T000002R053800", "___s": true }, { @@ -736266,7 +743532,7 @@ "filename": "Collision.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setCollidesWith", @@ -736327,7 +743593,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#setCollidesWith", "inherited": true, - "___id": "T000002R053505", + "___id": "T000002R053801", "___s": true }, { @@ -736336,7 +743602,7 @@ "filename": "Collision.js", "lineno": 130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "resetCollisionCategory", @@ -736363,7 +743629,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Arcade.Components.Collision#resetCollisionCategory", "inherited": true, - "___id": "T000002R053506", + "___id": "T000002R053802", "___s": true }, { @@ -736372,7 +743638,7 @@ "filename": "Debug.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setDebug", @@ -736440,7 +743706,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Debug#setDebug", "inherited": true, - "___id": "T000002R053507", + "___id": "T000002R053803", "___s": true }, { @@ -736449,7 +743715,7 @@ "filename": "Debug.js", "lineno": 39, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setDebugBodyColor", @@ -736491,7 +743757,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Debug#setDebugBodyColor", "inherited": true, - "___id": "T000002R053508", + "___id": "T000002R053804", "___s": true }, { @@ -736500,7 +743766,7 @@ "filename": "Debug.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "debugShowBody", @@ -736521,7 +743787,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Arcade.Components.Debug#debugShowBody", "inherited": true, - "___id": "T000002R053509", + "___id": "T000002R053805", "___s": true }, { @@ -736530,7 +743796,7 @@ "filename": "Debug.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "debugShowVelocity", @@ -736551,7 +743817,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Arcade.Components.Debug#debugShowVelocity", "inherited": true, - "___id": "T000002R053510", + "___id": "T000002R053806", "___s": true }, { @@ -736560,7 +743826,7 @@ "filename": "Debug.js", "lineno": 98, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "debugBodyColor", @@ -736581,7 +743847,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Arcade.Components.Debug#debugBodyColor", "inherited": true, - "___id": "T000002R053511", + "___id": "T000002R053807", "___s": true }, { @@ -736590,7 +743856,7 @@ "filename": "Drag.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setDrag", @@ -736647,7 +743913,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Drag#setDrag", "inherited": true, - "___id": "T000002R053512", + "___id": "T000002R053808", "___s": true }, { @@ -736656,7 +743922,7 @@ "filename": "Drag.js", "lineno": 44, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setDragX", @@ -736698,7 +743964,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Drag#setDragX", "inherited": true, - "___id": "T000002R053513", + "___id": "T000002R053809", "___s": true }, { @@ -736707,7 +743973,7 @@ "filename": "Drag.js", "lineno": 72, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setDragY", @@ -736749,7 +744015,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Drag#setDragY", "inherited": true, - "___id": "T000002R053514", + "___id": "T000002R053810", "___s": true }, { @@ -736758,7 +744024,7 @@ "filename": "Drag.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setDamping", @@ -736800,7 +744066,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Drag#setDamping", "inherited": true, - "___id": "T000002R053515", + "___id": "T000002R053811", "___s": true }, { @@ -736809,7 +744075,7 @@ "filename": "Enable.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setDirectControl", @@ -736853,7 +744119,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Enable#setDirectControl", "inherited": true, - "___id": "T000002R053516", + "___id": "T000002R053812", "___s": true }, { @@ -736862,7 +744128,7 @@ "filename": "Enable.js", "lineno": 37, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "enableBody", @@ -736969,7 +744235,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Enable#enableBody", "inherited": true, - "___id": "T000002R053517", + "___id": "T000002R053813", "___s": true }, { @@ -736978,7 +744244,7 @@ "filename": "Enable.js", "lineno": 81, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "disableBody", @@ -737043,7 +744309,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Enable#disableBody", "inherited": true, - "___id": "T000002R053518", + "___id": "T000002R053814", "___s": true }, { @@ -737052,7 +744318,7 @@ "filename": "Enable.js", "lineno": 119, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "refreshBody", @@ -737082,7 +744348,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Arcade.Components.Enable#refreshBody", "inherited": true, - "___id": "T000002R053519", + "___id": "T000002R053815", "___s": true }, { @@ -737091,7 +744357,7 @@ "filename": "Friction.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setFriction", @@ -737151,7 +744417,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Friction#setFriction", "inherited": true, - "___id": "T000002R053520", + "___id": "T000002R053816", "___s": true }, { @@ -737160,7 +744426,7 @@ "filename": "Friction.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setFrictionX", @@ -737205,7 +744471,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Friction#setFrictionX", "inherited": true, - "___id": "T000002R053521", + "___id": "T000002R053817", "___s": true }, { @@ -737214,7 +744480,7 @@ "filename": "Friction.js", "lineno": 60, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setFrictionY", @@ -737259,7 +744525,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Friction#setFrictionY", "inherited": true, - "___id": "T000002R053522", + "___id": "T000002R053818", "___s": true }, { @@ -737268,7 +744534,7 @@ "filename": "Gravity.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setGravity", @@ -737325,7 +744591,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Gravity#setGravity", "inherited": true, - "___id": "T000002R053523", + "___id": "T000002R053819", "___s": true }, { @@ -737334,7 +744600,7 @@ "filename": "Gravity.js", "lineno": 36, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setGravityX", @@ -737376,7 +744642,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Gravity#setGravityX", "inherited": true, - "___id": "T000002R053524", + "___id": "T000002R053820", "___s": true }, { @@ -737385,7 +744651,7 @@ "filename": "Gravity.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setGravityY", @@ -737427,7 +744693,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Gravity#setGravityY", "inherited": true, - "___id": "T000002R053525", + "___id": "T000002R053821", "___s": true }, { @@ -737436,7 +744702,7 @@ "filename": "Immovable.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setImmovable", @@ -737480,7 +744746,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Immovable#setImmovable", "inherited": true, - "___id": "T000002R053526", + "___id": "T000002R053822", "___s": true }, { @@ -737489,7 +744755,7 @@ "filename": "Mass.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setMass", @@ -737531,7 +744797,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Mass#setMass", "inherited": true, - "___id": "T000002R053527", + "___id": "T000002R053823", "___s": true }, { @@ -737540,7 +744806,7 @@ "filename": "Pushable.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setPushable", @@ -737584,7 +744850,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Pushable#setPushable", "inherited": true, - "___id": "T000002R053528", + "___id": "T000002R053824", "___s": true }, { @@ -737593,7 +744859,7 @@ "filename": "Size.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setOffset", @@ -737650,7 +744916,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Size#setOffset", "inherited": true, - "___id": "T000002R053529", + "___id": "T000002R053825", "___s": true }, { @@ -737659,7 +744925,7 @@ "filename": "Size.js", "lineno": 57, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setBodySize", @@ -737729,7 +744995,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Size#setBodySize", "inherited": true, - "___id": "T000002R053530", + "___id": "T000002R053826", "___s": true }, { @@ -737738,7 +745004,7 @@ "filename": "Size.js", "lineno": 76, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setCircle", @@ -737808,16 +745074,16 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Size#setCircle", "inherited": true, - "___id": "T000002R053531", + "___id": "T000002R053827", "___s": true }, { - "comment": "/**\r\n * Sets the velocity of the Body.\r\n *\r\n * @method Phaser.Physics.Arcade.Components.Velocity#setVelocity\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The horizontal velocity of the body. Positive values move the body to the right, while negative values move it to the left.\r\n * @param {number} [y=x] - The vertical velocity of the body. Positive values move the body down, while negative values move it up.\r\n *\r\n * @return {this} This Game Object.\r\n */", + "comment": "/**\r\n * Sets the velocity of the Body.\r\n *\r\n * @method Phaser.Physics.Arcade.Components.Velocity#setVelocity\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The horizontal velocity of the body, in pixels per second. Positive values move the body to the right, while negative values move it to the left.\r\n * @param {number} [y=x] - The vertical velocity of the body, in pixels per second. Positive values move the body down, while negative values move it up.\r\n *\r\n * @return {this} This Game Object.\r\n */", "meta": { "filename": "Velocity.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setVelocity", @@ -737853,7 +745119,7 @@ "name": "number" } }, - "description": "The horizontal velocity of the body. Positive values move the body to the right, while negative values move it to the left.", + "description": "The horizontal velocity of the body, in pixels per second. Positive values move the body to the right, while negative values move it to the left.", "name": "x" }, { @@ -737868,22 +745134,22 @@ }, "optional": true, "defaultvalue": "x", - "description": "The vertical velocity of the body. Positive values move the body down, while negative values move it up.", + "description": "The vertical velocity of the body, in pixels per second. Positive values move the body down, while negative values move it up.", "name": "y" } ], "inherits": "Phaser.Physics.Arcade.Components.Velocity#setVelocity", "inherited": true, - "___id": "T000002R053532", + "___id": "T000002R053828", "___s": true }, { - "comment": "/**\r\n * Sets the horizontal component of the body's velocity.\r\n *\r\n * Positive values move the body to the right, while negative values move it to the left.\r\n *\r\n * @method Phaser.Physics.Arcade.Components.Velocity#setVelocityX\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The new horizontal velocity.\r\n *\r\n * @return {this} This Game Object.\r\n */", + "comment": "/**\r\n * Sets the horizontal component of the body's velocity.\r\n *\r\n * Positive values move the body to the right, while negative values move it to the left.\r\n *\r\n * @method Phaser.Physics.Arcade.Components.Velocity#setVelocityX\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The new horizontal velocity, in pixels per second.\r\n *\r\n * @return {this} This Game Object.\r\n */", "meta": { "filename": "Velocity.js", "lineno": 35, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setVelocityX", @@ -737919,22 +745185,22 @@ "name": "number" } }, - "description": "The new horizontal velocity.", + "description": "The new horizontal velocity, in pixels per second.", "name": "x" } ], "inherits": "Phaser.Physics.Arcade.Components.Velocity#setVelocityX", "inherited": true, - "___id": "T000002R053533", + "___id": "T000002R053829", "___s": true }, { - "comment": "/**\r\n * Sets the vertical component of the body's velocity.\r\n *\r\n * Positive values move the body down, while negative values move it up.\r\n *\r\n * @method Phaser.Physics.Arcade.Components.Velocity#setVelocityY\r\n * @since 3.0.0\r\n *\r\n * @param {number} y - The new vertical velocity of the body.\r\n *\r\n * @return {this} This Game Object.\r\n */", + "comment": "/**\r\n * Sets the vertical component of the body's velocity.\r\n *\r\n * Positive values move the body down, while negative values move it up.\r\n *\r\n * @method Phaser.Physics.Arcade.Components.Velocity#setVelocityY\r\n * @since 3.0.0\r\n *\r\n * @param {number} y - The new vertical velocity, in pixels per second.\r\n *\r\n * @return {this} This Game Object.\r\n */", "meta": { "filename": "Velocity.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setVelocityY", @@ -737970,22 +745236,22 @@ "name": "number" } }, - "description": "The new vertical velocity of the body.", + "description": "The new vertical velocity, in pixels per second.", "name": "y" } ], "inherits": "Phaser.Physics.Arcade.Components.Velocity#setVelocityY", "inherited": true, - "___id": "T000002R053534", + "___id": "T000002R053830", "___s": true }, { - "comment": "/**\r\n * Sets the maximum velocity of the body.\r\n *\r\n * @method Phaser.Physics.Arcade.Components.Velocity#setMaxVelocity\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The new maximum horizontal velocity.\r\n * @param {number} [y=x] - The new maximum vertical velocity.\r\n *\r\n * @return {this} This Game Object.\r\n */", + "comment": "/**\r\n * Sets the maximum velocity of the body.\r\n *\r\n * @method Phaser.Physics.Arcade.Components.Velocity#setMaxVelocity\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The new maximum horizontal velocity, in pixels per second.\r\n * @param {number} [y=x] - The new maximum vertical velocity, in pixels per second.\r\n *\r\n * @return {this} This Game Object.\r\n */", "meta": { "filename": "Velocity.js", "lineno": 73, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setMaxVelocity", @@ -738021,7 +745287,7 @@ "name": "number" } }, - "description": "The new maximum horizontal velocity.", + "description": "The new maximum horizontal velocity, in pixels per second.", "name": "x" }, { @@ -738036,13 +745302,13 @@ }, "optional": true, "defaultvalue": "x", - "description": "The new maximum vertical velocity.", + "description": "The new maximum vertical velocity, in pixels per second.", "name": "y" } ], "inherits": "Phaser.Physics.Arcade.Components.Velocity#setMaxVelocity", "inherited": true, - "___id": "T000002R053535", + "___id": "T000002R053831", "___s": true }, { @@ -738051,7 +745317,7 @@ "filename": "Sprite.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "anims", @@ -738072,7 +745338,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Sprite#anims", "inherited": true, - "___id": "T000002R053537", + "___id": "T000002R053833", "___s": true }, { @@ -738081,7 +745347,7 @@ "filename": "Sprite.js", "lineno": 125, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "preUpdate", @@ -738122,7 +745388,7 @@ ], "inherits": "Phaser.GameObjects.Sprite#preUpdate", "inherited": true, - "___id": "T000002R053538", + "___id": "T000002R053834", "___s": true }, { @@ -738131,7 +745397,7 @@ "filename": "Sprite.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "play", @@ -738206,7 +745472,7 @@ ], "inherits": "Phaser.GameObjects.Sprite#play", "inherited": true, - "___id": "T000002R053539", + "___id": "T000002R053835", "___s": true }, { @@ -738215,7 +745481,7 @@ "filename": "Sprite.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "playReverse", @@ -738290,7 +745556,7 @@ ], "inherits": "Phaser.GameObjects.Sprite#playReverse", "inherited": true, - "___id": "T000002R053540", + "___id": "T000002R053836", "___s": true }, { @@ -738299,7 +745565,7 @@ "filename": "Sprite.js", "lineno": 270, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "playAfterDelay", @@ -738372,7 +745638,7 @@ ], "inherits": "Phaser.GameObjects.Sprite#playAfterDelay", "inherited": true, - "___id": "T000002R053541", + "___id": "T000002R053837", "___s": true }, { @@ -738381,7 +745647,7 @@ "filename": "Sprite.js", "lineno": 300, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "playAfterRepeat", @@ -738456,7 +745722,7 @@ ], "inherits": "Phaser.GameObjects.Sprite#playAfterRepeat", "inherited": true, - "___id": "T000002R053542", + "___id": "T000002R053838", "___s": true }, { @@ -738465,7 +745731,7 @@ "filename": "Sprite.js", "lineno": 327, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "chain", @@ -738565,7 +745831,7 @@ ], "inherits": "Phaser.GameObjects.Sprite#chain", "inherited": true, - "___id": "T000002R053543", + "___id": "T000002R053839", "___s": true }, { @@ -738574,7 +745840,7 @@ "filename": "Sprite.js", "lineno": 359, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "stop", @@ -738604,7 +745870,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Sprite#stop", "inherited": true, - "___id": "T000002R053544", + "___id": "T000002R053840", "___s": true }, { @@ -738613,7 +745879,7 @@ "filename": "Sprite.js", "lineno": 377, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "stopAfterDelay", @@ -738658,7 +745924,7 @@ ], "inherits": "Phaser.GameObjects.Sprite#stopAfterDelay", "inherited": true, - "___id": "T000002R053545", + "___id": "T000002R053841", "___s": true }, { @@ -738667,7 +745933,7 @@ "filename": "Sprite.js", "lineno": 400, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "stopAfterRepeat", @@ -738714,7 +745980,7 @@ ], "inherits": "Phaser.GameObjects.Sprite#stopAfterRepeat", "inherited": true, - "___id": "T000002R053546", + "___id": "T000002R053842", "___s": true }, { @@ -738723,7 +745989,7 @@ "filename": "Sprite.js", "lineno": 423, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "stopOnFrame", @@ -738768,7 +746034,7 @@ ], "inherits": "Phaser.GameObjects.Sprite#stopOnFrame", "inherited": true, - "___id": "T000002R053547", + "___id": "T000002R053843", "___s": true }, { @@ -738777,7 +746043,7 @@ "filename": "Sprite.js", "lineno": 447, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "toJSON", @@ -738803,7 +746069,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Sprite#toJSON", "inherited": true, - "___id": "T000002R053548", + "___id": "T000002R053844", "___s": true }, { @@ -738812,7 +746078,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -738833,7 +746099,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R053552", + "___id": "T000002R053848", "___s": true }, { @@ -738842,7 +746108,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -738874,7 +746140,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R053553", + "___id": "T000002R053849", "___s": true }, { @@ -738883,7 +746149,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -738904,7 +746170,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R053554", + "___id": "T000002R053850", "___s": true }, { @@ -738913,7 +746179,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -738944,7 +746210,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R053555", + "___id": "T000002R053851", "___s": true }, { @@ -738953,7 +746219,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -738974,7 +746240,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R053556", + "___id": "T000002R053852", "___s": true }, { @@ -738983,7 +746249,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -739005,7 +746271,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R053557", + "___id": "T000002R053853", "___s": true }, { @@ -739014,7 +746280,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -739036,7 +746302,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R053558", + "___id": "T000002R053854", "___s": true }, { @@ -739045,7 +746311,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -739067,7 +746333,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R053559", + "___id": "T000002R053855", "___s": true }, { @@ -739076,7 +746342,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -739098,7 +746364,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R053560", + "___id": "T000002R053856", "___s": true }, { @@ -739107,7 +746373,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -739129,7 +746395,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R053561", + "___id": "T000002R053857", "___s": true }, { @@ -739138,7 +746404,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -739163,7 +746429,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R053562", + "___id": "T000002R053858", "___s": true }, { @@ -739172,7 +746438,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -739196,7 +746462,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R053563", + "___id": "T000002R053859", "___s": true }, { @@ -739205,7 +746471,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -739227,7 +746493,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R053564", + "___id": "T000002R053860", "___s": true }, { @@ -739236,7 +746502,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -739278,7 +746544,7 @@ "name": "value" } ], - "___id": "T000002R053565", + "___id": "T000002R053861", "___s": true }, { @@ -739287,7 +746553,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -739329,7 +746595,7 @@ "name": "value" } ], - "___id": "T000002R053566", + "___id": "T000002R053862", "___s": true }, { @@ -739338,7 +746604,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -739390,7 +746656,7 @@ "name": "value" } ], - "___id": "T000002R053567", + "___id": "T000002R053863", "___s": true }, { @@ -739399,7 +746665,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -739429,7 +746695,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R053568", + "___id": "T000002R053864", "___s": true }, { @@ -739438,7 +746704,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -739517,7 +746783,7 @@ "name": "data" } ], - "___id": "T000002R053569", + "___id": "T000002R053865", "___s": true }, { @@ -739526,7 +746792,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -739583,7 +746849,7 @@ "name": "amount" } ], - "___id": "T000002R053570", + "___id": "T000002R053866", "___s": true }, { @@ -739592,7 +746858,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -739634,7 +746900,7 @@ "name": "key" } ], - "___id": "T000002R053571", + "___id": "T000002R053867", "___s": true }, { @@ -739643,7 +746909,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -739702,7 +746968,7 @@ "name": "key" } ], - "___id": "T000002R053572", + "___id": "T000002R053868", "___s": true }, { @@ -739711,7 +746977,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -739798,7 +747064,7 @@ "name": "dropZone" } ], - "___id": "T000002R053573", + "___id": "T000002R053869", "___s": true }, { @@ -739807,7 +747073,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -739834,7 +747100,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R053574", + "___id": "T000002R053870", "___s": true }, { @@ -739843,7 +747109,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -739870,7 +747136,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R053575", + "___id": "T000002R053871", "___s": true }, { @@ -739879,7 +747145,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -739891,7 +747157,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R053576", + "___id": "T000002R053872", "___s": true }, { @@ -739900,7 +747166,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -739912,7 +747178,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R053577", + "___id": "T000002R053873", "___s": true }, { @@ -739921,7 +747187,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -739950,7 +747216,7 @@ "name": "args" } ], - "___id": "T000002R053578", + "___id": "T000002R053874", "___s": true }, { @@ -739959,7 +747225,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -740000,7 +747266,7 @@ "name": "camera" } ], - "___id": "T000002R053579", + "___id": "T000002R053875", "___s": true }, { @@ -740009,7 +747275,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -740044,7 +747310,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R053580", + "___id": "T000002R053876", "___s": true }, { @@ -740053,7 +747319,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -740110,7 +747376,7 @@ "name": "displayList" } ], - "___id": "T000002R053581", + "___id": "T000002R053877", "___s": true }, { @@ -740119,7 +747385,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -740146,7 +747412,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R053582", + "___id": "T000002R053878", "___s": true }, { @@ -740155,7 +747421,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -740186,7 +747452,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R053583", + "___id": "T000002R053879", "___s": true }, { @@ -740195,7 +747461,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -740222,7 +747488,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R053584", + "___id": "T000002R053880", "___s": true }, { @@ -740231,7 +747497,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -740263,7 +747529,7 @@ "name": "fromScene" } ], - "___id": "T000002R053585", + "___id": "T000002R053881", "___s": true }, { @@ -740272,7 +747538,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -740284,7 +747550,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R053586", + "___id": "T000002R053882", "___s": true }, { @@ -740293,7 +747559,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -740336,7 +747602,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R053587", + "___id": "T000002R053883", "___s": true }, { @@ -740345,7 +747611,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -740405,7 +747671,7 @@ "name": "event" } ], - "___id": "T000002R053588", + "___id": "T000002R053884", "___s": true }, { @@ -740414,7 +747680,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -740465,7 +747731,7 @@ "name": "event" } ], - "___id": "T000002R053589", + "___id": "T000002R053885", "___s": true }, { @@ -740474,7 +747740,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -740540,7 +747806,7 @@ "name": "args" } ], - "___id": "T000002R053590", + "___id": "T000002R053886", "___s": true }, { @@ -740549,7 +747815,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -740628,7 +747894,7 @@ "name": "context" } ], - "___id": "T000002R053591", + "___id": "T000002R053887", "___s": true }, { @@ -740637,7 +747903,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -740716,7 +747982,7 @@ "name": "context" } ], - "___id": "T000002R053592", + "___id": "T000002R053888", "___s": true }, { @@ -740725,7 +747991,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -740804,7 +748070,7 @@ "name": "context" } ], - "___id": "T000002R053593", + "___id": "T000002R053889", "___s": true }, { @@ -740813,7 +748079,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -740906,7 +748172,7 @@ "name": "once" } ], - "___id": "T000002R053594", + "___id": "T000002R053890", "___s": true }, { @@ -740915,7 +748181,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -741008,7 +748274,7 @@ "name": "once" } ], - "___id": "T000002R053595", + "___id": "T000002R053891", "___s": true }, { @@ -741017,7 +748283,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -741070,7 +748336,7 @@ "name": "event" } ], - "___id": "T000002R053596", + "___id": "T000002R053892", "___s": true }, { @@ -741079,7 +748345,7 @@ "filename": "Alpha.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -741107,7 +748373,7 @@ "inherits": "Phaser.GameObjects.Components.Alpha#clearAlpha", "inherited": true, "overrides": "Phaser.GameObjects.Components.Alpha#clearAlpha", - "___id": "T000002R053602", + "___id": "T000002R053898", "___s": true }, { @@ -741116,7 +748382,7 @@ "filename": "Alpha.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -741203,7 +748469,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Alpha#setAlpha", - "___id": "T000002R053603", + "___id": "T000002R053899", "___s": true }, { @@ -741212,7 +748478,7 @@ "filename": "Alpha.js", "lineno": 129, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -741234,7 +748500,7 @@ "inherits": "Phaser.GameObjects.Components.Alpha#alpha", "inherited": true, "overrides": "Phaser.GameObjects.Components.Alpha#alpha", - "___id": "T000002R053604", + "___id": "T000002R053900", "___s": true }, { @@ -741243,7 +748509,7 @@ "filename": "Alpha.js", "lineno": 167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopLeft", @@ -741272,7 +748538,7 @@ "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopLeft", "inherited": true, "overrides": "Phaser.GameObjects.Components.Alpha#alphaTopLeft", - "___id": "T000002R053605", + "___id": "T000002R053901", "___s": true }, { @@ -741281,7 +748547,7 @@ "filename": "Alpha.js", "lineno": 197, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopRight", @@ -741310,7 +748576,7 @@ "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopRight", "inherited": true, "overrides": "Phaser.GameObjects.Components.Alpha#alphaTopRight", - "___id": "T000002R053606", + "___id": "T000002R053902", "___s": true }, { @@ -741319,7 +748585,7 @@ "filename": "Alpha.js", "lineno": 227, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomLeft", @@ -741348,7 +748614,7 @@ "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomLeft", "inherited": true, "overrides": "Phaser.GameObjects.Components.Alpha#alphaBottomLeft", - "___id": "T000002R053607", + "___id": "T000002R053903", "___s": true }, { @@ -741357,7 +748623,7 @@ "filename": "Alpha.js", "lineno": 257, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomRight", @@ -741386,7 +748652,7 @@ "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomRight", "inherited": true, "overrides": "Phaser.GameObjects.Components.Alpha#alphaBottomRight", - "___id": "T000002R053608", + "___id": "T000002R053904", "___s": true }, { @@ -741395,7 +748661,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -741432,7 +748698,7 @@ "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, "overrides": "Phaser.GameObjects.Components.BlendMode#blendMode", - "___id": "T000002R053610", + "___id": "T000002R053906", "___s": true }, { @@ -741441,7 +748707,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -741499,16 +748765,16 @@ } ], "overrides": "Phaser.GameObjects.Components.BlendMode#setBlendMode", - "___id": "T000002R053611", + "___id": "T000002R053907", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -741530,16 +748796,16 @@ "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, "overrides": "Phaser.GameObjects.Components.Depth#depth", - "___id": "T000002R053613", + "___id": "T000002R053909", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -741582,7 +748848,185 @@ } ], "overrides": "Phaser.GameObjects.Components.Depth#setDepth", - "___id": "T000002R053614", + "___id": "T000002R053910", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.Physics.Arcade.Sprite#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.Physics.Arcade.Sprite", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "overrides": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "___id": "T000002R053911", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.Physics.Arcade.Sprite#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.Physics.Arcade.Sprite", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "overrides": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "___id": "T000002R053912", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.Physics.Arcade.Sprite#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.Physics.Arcade.Sprite", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "overrides": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "___id": "T000002R053913", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.Physics.Arcade.Sprite#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.Physics.Arcade.Sprite", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "overrides": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "___id": "T000002R053914", "___s": true }, { @@ -741591,7 +749035,7 @@ "filename": "Flip.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "flipX", @@ -741614,7 +749058,7 @@ "inherits": "Phaser.GameObjects.Components.Flip#flipX", "inherited": true, "overrides": "Phaser.GameObjects.Components.Flip#flipX", - "___id": "T000002R053615", + "___id": "T000002R053915", "___s": true }, { @@ -741623,7 +749067,7 @@ "filename": "Flip.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "flipY", @@ -741646,7 +749090,7 @@ "inherits": "Phaser.GameObjects.Components.Flip#flipY", "inherited": true, "overrides": "Phaser.GameObjects.Components.Flip#flipY", - "___id": "T000002R053616", + "___id": "T000002R053916", "___s": true }, { @@ -741655,7 +749099,7 @@ "filename": "Flip.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipX", @@ -741683,7 +749127,7 @@ "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipX", "inherited": true, "overrides": "Phaser.GameObjects.Components.Flip#toggleFlipX", - "___id": "T000002R053617", + "___id": "T000002R053917", "___s": true }, { @@ -741692,7 +749136,7 @@ "filename": "Flip.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipY", @@ -741720,7 +749164,7 @@ "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipY", "inherited": true, "overrides": "Phaser.GameObjects.Components.Flip#toggleFlipY", - "___id": "T000002R053618", + "___id": "T000002R053918", "___s": true }, { @@ -741729,7 +749173,7 @@ "filename": "Flip.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipX", @@ -741772,7 +749216,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Flip#setFlipX", - "___id": "T000002R053619", + "___id": "T000002R053919", "___s": true }, { @@ -741781,7 +749225,7 @@ "filename": "Flip.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipY", @@ -741824,7 +749268,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Flip#setFlipY", - "___id": "T000002R053620", + "___id": "T000002R053920", "___s": true }, { @@ -741833,7 +749277,7 @@ "filename": "Flip.js", "lineno": 117, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlip", @@ -741889,7 +749333,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Flip#setFlip", - "___id": "T000002R053621", + "___id": "T000002R053921", "___s": true }, { @@ -741898,7 +749342,7 @@ "filename": "Flip.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetFlip", @@ -741926,7 +749370,7 @@ "inherits": "Phaser.GameObjects.Components.Flip#resetFlip", "inherited": true, "overrides": "Phaser.GameObjects.Components.Flip#resetFlip", - "___id": "T000002R053622", + "___id": "T000002R053922", "___s": true }, { @@ -741935,7 +749379,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -742001,7 +749445,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getCenter", - "___id": "T000002R053624", + "___id": "T000002R053924", "___s": true }, { @@ -742010,7 +749454,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -742076,7 +749520,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getTopLeft", - "___id": "T000002R053625", + "___id": "T000002R053925", "___s": true }, { @@ -742085,7 +749529,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -742151,7 +749595,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getTopCenter", - "___id": "T000002R053626", + "___id": "T000002R053926", "___s": true }, { @@ -742160,7 +749604,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -742226,7 +749670,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getTopRight", - "___id": "T000002R053627", + "___id": "T000002R053927", "___s": true }, { @@ -742235,7 +749679,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -742301,7 +749745,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getLeftCenter", - "___id": "T000002R053628", + "___id": "T000002R053928", "___s": true }, { @@ -742310,7 +749754,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -742376,7 +749820,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getRightCenter", - "___id": "T000002R053629", + "___id": "T000002R053929", "___s": true }, { @@ -742385,7 +749829,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -742451,7 +749895,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getBottomLeft", - "___id": "T000002R053630", + "___id": "T000002R053930", "___s": true }, { @@ -742460,7 +749904,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -742526,7 +749970,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getBottomCenter", - "___id": "T000002R053631", + "___id": "T000002R053931", "___s": true }, { @@ -742535,7 +749979,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -742601,7 +750045,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getBottomRight", - "___id": "T000002R053632", + "___id": "T000002R053932", "___s": true }, { @@ -742610,7 +750054,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -742681,7 +750125,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getBounds", - "___id": "T000002R053633", + "___id": "T000002R053933", "___s": true }, { @@ -742690,7 +750134,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -742722,7 +750166,7 @@ "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, "overrides": "Phaser.GameObjects.Components.Mask#mask", - "___id": "T000002R053634", + "___id": "T000002R053934", "___s": true }, { @@ -742731,7 +750175,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -742784,7 +750228,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Mask#setMask", - "___id": "T000002R053635", + "___id": "T000002R053935", "___s": true }, { @@ -742793,7 +750237,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -742838,7 +750282,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Mask#clearMask", - "___id": "T000002R053636", + "___id": "T000002R053936", "___s": true }, { @@ -742847,7 +750291,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -743001,7 +750445,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Mask#createBitmapMask", - "___id": "T000002R053637", + "___id": "T000002R053937", "___s": true }, { @@ -743010,7 +750454,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -743083,7 +750527,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Mask#createGeometryMask", - "___id": "T000002R053638", + "___id": "T000002R053938", "___s": true }, { @@ -743092,7 +750536,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -743116,7 +750560,7 @@ "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, "overrides": "Phaser.GameObjects.Components.Origin#originX", - "___id": "T000002R053640", + "___id": "T000002R053940", "___s": true }, { @@ -743125,7 +750569,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -743149,7 +750593,7 @@ "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, "overrides": "Phaser.GameObjects.Components.Origin#originY", - "___id": "T000002R053641", + "___id": "T000002R053941", "___s": true }, { @@ -743158,7 +750602,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -743180,7 +750624,7 @@ "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, "overrides": "Phaser.GameObjects.Components.Origin#displayOriginX", - "___id": "T000002R053642", + "___id": "T000002R053942", "___s": true }, { @@ -743189,7 +750633,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -743211,7 +750655,7 @@ "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, "overrides": "Phaser.GameObjects.Components.Origin#displayOriginY", - "___id": "T000002R053643", + "___id": "T000002R053943", "___s": true }, { @@ -743220,7 +750664,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -743280,7 +750724,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Origin#setOrigin", - "___id": "T000002R053644", + "___id": "T000002R053944", "___s": true }, { @@ -743289,7 +750733,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -743317,7 +750761,7 @@ "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, "overrides": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", - "___id": "T000002R053645", + "___id": "T000002R053945", "___s": true }, { @@ -743326,7 +750770,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -743386,7 +750830,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Origin#setDisplayOrigin", - "___id": "T000002R053646", + "___id": "T000002R053946", "___s": true }, { @@ -743395,7 +750839,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -743423,7 +750867,7 @@ "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, "overrides": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", - "___id": "T000002R053647", + "___id": "T000002R053947", "___s": true }, { @@ -743432,7 +750876,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -743462,7 +750906,7 @@ "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, "overrides": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", - "___id": "T000002R053648", + "___id": "T000002R053948", "___s": true }, { @@ -743471,7 +750915,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -743501,7 +750945,7 @@ "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, "overrides": "Phaser.GameObjects.Components.Pipeline#pipeline", - "___id": "T000002R053649", + "___id": "T000002R053949", "___s": true }, { @@ -743510,7 +750954,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -743539,7 +750983,7 @@ "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, "overrides": "Phaser.GameObjects.Components.Pipeline#pipelineData", - "___id": "T000002R053650", + "___id": "T000002R053950", "___s": true }, { @@ -743548,7 +750992,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -743608,7 +751052,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Pipeline#initPipeline", - "___id": "T000002R053651", + "___id": "T000002R053951", "___s": true }, { @@ -743617,7 +751061,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -743706,7 +751150,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Pipeline#setPipeline", - "___id": "T000002R053652", + "___id": "T000002R053952", "___s": true }, { @@ -743715,7 +751159,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -743779,7 +751223,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Pipeline#setPipelineData", - "___id": "T000002R053653", + "___id": "T000002R053953", "___s": true }, { @@ -743788,7 +751232,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -743839,16 +751283,16 @@ } ], "overrides": "Phaser.GameObjects.Components.Pipeline#resetPipeline", - "___id": "T000002R053654", + "___id": "T000002R053954", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -743871,10 +751315,12 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.Physics.Arcade.Sprite", @@ -743882,7 +751328,7 @@ "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, "overrides": "Phaser.GameObjects.Components.Pipeline#getPipelineName", - "___id": "T000002R053655", + "___id": "T000002R053955", "___s": true }, { @@ -743891,7 +751337,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -743920,7 +751366,7 @@ "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, "overrides": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", - "___id": "T000002R053656", + "___id": "T000002R053956", "___s": true }, { @@ -743929,7 +751375,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -743967,7 +751413,7 @@ "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, "overrides": "Phaser.GameObjects.Components.PostPipeline#postPipelines", - "___id": "T000002R053657", + "___id": "T000002R053957", "___s": true }, { @@ -743976,7 +751422,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -744005,7 +751451,7 @@ "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, "overrides": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", - "___id": "T000002R053658", + "___id": "T000002R053958", "___s": true }, { @@ -744014,7 +751460,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -744045,7 +751491,7 @@ "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, "overrides": "Phaser.GameObjects.Components.PostPipeline#preFX", - "___id": "T000002R053659", + "___id": "T000002R053959", "___s": true }, { @@ -744054,7 +751500,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -744083,7 +751529,7 @@ "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, "overrides": "Phaser.GameObjects.Components.PostPipeline#postFX", - "___id": "T000002R053660", + "___id": "T000002R053960", "___s": true }, { @@ -744092,7 +751538,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -744129,7 +751575,7 @@ } ], "overrides": "Phaser.GameObjects.Components.PostPipeline#initPostPipeline", - "___id": "T000002R053661", + "___id": "T000002R053961", "___s": true }, { @@ -744138,7 +751584,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -744274,7 +751720,7 @@ } ], "overrides": "Phaser.GameObjects.Components.PostPipeline#setPostPipeline", - "___id": "T000002R053662", + "___id": "T000002R053962", "___s": true }, { @@ -744283,7 +751729,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -744347,7 +751793,7 @@ } ], "overrides": "Phaser.GameObjects.Components.PostPipeline#setPostPipelineData", - "___id": "T000002R053663", + "___id": "T000002R053963", "___s": true }, { @@ -744356,7 +751802,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -744439,7 +751885,7 @@ } ], "overrides": "Phaser.GameObjects.Components.PostPipeline#getPostPipeline", - "___id": "T000002R053664", + "___id": "T000002R053964", "___s": true }, { @@ -744448,7 +751894,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -744485,7 +751931,7 @@ } ], "overrides": "Phaser.GameObjects.Components.PostPipeline#resetPostPipeline", - "___id": "T000002R053665", + "___id": "T000002R053965", "___s": true }, { @@ -744494,7 +751940,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -744554,7 +752000,7 @@ } ], "overrides": "Phaser.GameObjects.Components.PostPipeline#removePostPipeline", - "___id": "T000002R053666", + "___id": "T000002R053966", "___s": true }, { @@ -744563,7 +752009,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -744598,7 +752044,7 @@ "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, "overrides": "Phaser.GameObjects.Components.PostPipeline#clearFX", - "___id": "T000002R053667", + "___id": "T000002R053967", "___s": true }, { @@ -744607,7 +752053,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -744630,7 +752076,7 @@ "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, "overrides": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", - "___id": "T000002R053668", + "___id": "T000002R053968", "___s": true }, { @@ -744639,7 +752085,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -744662,7 +752108,7 @@ "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, "overrides": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", - "___id": "T000002R053669", + "___id": "T000002R053969", "___s": true }, { @@ -744671,7 +752117,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -744729,7 +752175,7 @@ } ], "overrides": "Phaser.GameObjects.Components.ScrollFactor#setScrollFactor", - "___id": "T000002R053670", + "___id": "T000002R053970", "___s": true }, { @@ -744738,7 +752184,7 @@ "filename": "Size.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "width", @@ -744760,7 +752206,7 @@ "inherits": "Phaser.GameObjects.Components.Size#width", "inherited": true, "overrides": "Phaser.GameObjects.Components.Size#width", - "___id": "T000002R053672", + "___id": "T000002R053972", "___s": true }, { @@ -744769,7 +752215,7 @@ "filename": "Size.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "height", @@ -744791,7 +752237,7 @@ "inherits": "Phaser.GameObjects.Components.Size#height", "inherited": true, "overrides": "Phaser.GameObjects.Components.Size#height", - "___id": "T000002R053673", + "___id": "T000002R053973", "___s": true }, { @@ -744800,7 +752246,7 @@ "filename": "Size.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayWidth", @@ -744822,7 +752268,7 @@ "inherits": "Phaser.GameObjects.Components.Size#displayWidth", "inherited": true, "overrides": "Phaser.GameObjects.Components.Size#displayWidth", - "___id": "T000002R053674", + "___id": "T000002R053974", "___s": true }, { @@ -744831,7 +752277,7 @@ "filename": "Size.js", "lineno": 78, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayHeight", @@ -744853,7 +752299,7 @@ "inherits": "Phaser.GameObjects.Components.Size#displayHeight", "inherited": true, "overrides": "Phaser.GameObjects.Components.Size#displayHeight", - "___id": "T000002R053675", + "___id": "T000002R053975", "___s": true }, { @@ -744862,7 +752308,7 @@ "filename": "Size.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSizeToFrame", @@ -744916,7 +752362,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Size#setSizeToFrame", - "___id": "T000002R053676", + "___id": "T000002R053976", "___s": true }, { @@ -744925,7 +752371,7 @@ "filename": "Size.js", "lineno": 139, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSize", @@ -744981,7 +752427,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Size#setSize", - "___id": "T000002R053677", + "___id": "T000002R053977", "___s": true }, { @@ -744990,7 +752436,7 @@ "filename": "Size.js", "lineno": 166, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplaySize", @@ -745046,7 +752492,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Size#setDisplaySize", - "___id": "T000002R053678", + "___id": "T000002R053978", "___s": true }, { @@ -745055,7 +752501,7 @@ "filename": "TextureCrop.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "texture", @@ -745087,7 +752533,7 @@ "inherits": "Phaser.GameObjects.Components.TextureCrop#texture", "inherited": true, "overrides": "Phaser.GameObjects.Components.Texture#texture", - "___id": "T000002R053679", + "___id": "T000002R053979", "___s": true }, { @@ -745096,7 +752542,7 @@ "filename": "TextureCrop.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "frame", @@ -745118,7 +752564,7 @@ "inherits": "Phaser.GameObjects.Components.TextureCrop#frame", "inherited": true, "overrides": "Phaser.GameObjects.Components.Texture#frame", - "___id": "T000002R053680", + "___id": "T000002R053980", "___s": true }, { @@ -745127,7 +752573,7 @@ "filename": "TextureCrop.js", "lineno": 39, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "isCropped", @@ -745149,7 +752595,7 @@ "inherits": "Phaser.GameObjects.Components.TextureCrop#isCropped", "inherited": true, "overrides": "Phaser.GameObjects.Components.Texture#isCropped", - "___id": "T000002R053681", + "___id": "T000002R053981", "___s": true }, { @@ -745158,7 +752604,7 @@ "filename": "TextureCrop.js", "lineno": 50, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setCrop", @@ -745253,7 +752699,7 @@ "name": "height" } ], - "___id": "T000002R053682", + "___id": "T000002R053982", "___s": true }, { @@ -745262,7 +752708,7 @@ "filename": "TextureCrop.js", "lineno": 110, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTexture", @@ -745329,7 +752775,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Texture#setTexture", - "___id": "T000002R053683", + "___id": "T000002R053983", "___s": true }, { @@ -745338,7 +752784,7 @@ "filename": "TextureCrop.js", "lineno": 130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFrame", @@ -745426,7 +752872,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Texture#setFrame", - "___id": "T000002R053684", + "___id": "T000002R053984", "___s": true }, { @@ -745435,7 +752881,7 @@ "filename": "Tint.js", "lineno": 18, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopLeft", @@ -745458,7 +752904,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#tintTopLeft", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#tintTopLeft", - "___id": "T000002R053686", + "___id": "T000002R053986", "___s": true }, { @@ -745467,7 +752913,7 @@ "filename": "Tint.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopRight", @@ -745490,7 +752936,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#tintTopRight", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#tintTopRight", - "___id": "T000002R053687", + "___id": "T000002R053987", "___s": true }, { @@ -745499,7 +752945,7 @@ "filename": "Tint.js", "lineno": 42, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomLeft", @@ -745522,7 +752968,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#tintBottomLeft", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#tintBottomLeft", - "___id": "T000002R053688", + "___id": "T000002R053988", "___s": true }, { @@ -745531,7 +752977,7 @@ "filename": "Tint.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomRight", @@ -745554,7 +753000,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#tintBottomRight", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#tintBottomRight", - "___id": "T000002R053689", + "___id": "T000002R053989", "___s": true }, { @@ -745563,7 +753009,7 @@ "filename": "Tint.js", "lineno": 66, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintFill", @@ -745586,7 +753032,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#tintFill", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#tintFill", - "___id": "T000002R053690", + "___id": "T000002R053990", "___s": true }, { @@ -745595,7 +753041,7 @@ "filename": "Tint.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearTint", @@ -745630,7 +753076,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#clearTint", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#clearTint", - "___id": "T000002R053691", + "___id": "T000002R053991", "___s": true }, { @@ -745639,7 +753085,7 @@ "filename": "Tint.js", "lineno": 98, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTint", @@ -745733,7 +753179,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Tint#setTint", - "___id": "T000002R053692", + "___id": "T000002R053992", "___s": true }, { @@ -745742,7 +753188,7 @@ "filename": "Tint.js", "lineno": 146, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTintFill", @@ -745836,7 +753282,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Tint#setTintFill", - "___id": "T000002R053693", + "___id": "T000002R053993", "___s": true }, { @@ -745845,7 +753291,7 @@ "filename": "Tint.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tint", @@ -745874,7 +753320,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#tint", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#tint", - "___id": "T000002R053694", + "___id": "T000002R053994", "___s": true }, { @@ -745883,7 +753329,7 @@ "filename": "Tint.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "isTinted", @@ -745913,7 +753359,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#isTinted", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#isTinted", - "___id": "T000002R053695", + "___id": "T000002R053995", "___s": true }, { @@ -745922,7 +753368,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -745946,7 +753392,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#hasTransformComponent", - "___id": "T000002R053696", + "___id": "T000002R053996", "___s": true }, { @@ -745955,7 +753401,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -745978,7 +753424,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#x", - "___id": "T000002R053700", + "___id": "T000002R054000", "___s": true }, { @@ -745987,7 +753433,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -746010,7 +753456,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#y", - "___id": "T000002R053701", + "___id": "T000002R054001", "___s": true }, { @@ -746019,7 +753465,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -746042,7 +753488,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#z", - "___id": "T000002R053702", + "___id": "T000002R054002", "___s": true }, { @@ -746051,7 +753497,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -746074,7 +753520,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#w", - "___id": "T000002R053703", + "___id": "T000002R054003", "___s": true }, { @@ -746083,7 +753529,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -746106,7 +753552,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#scale", - "___id": "T000002R053704", + "___id": "T000002R054004", "___s": true }, { @@ -746115,7 +753561,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -746138,7 +753584,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#scaleX", - "___id": "T000002R053705", + "___id": "T000002R054005", "___s": true }, { @@ -746147,7 +753593,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -746170,7 +753616,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#scaleY", - "___id": "T000002R053706", + "___id": "T000002R054006", "___s": true }, { @@ -746179,7 +753625,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -746202,7 +753648,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#angle", - "___id": "T000002R053707", + "___id": "T000002R054007", "___s": true }, { @@ -746211,7 +753657,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -746234,7 +753680,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#rotation", - "___id": "T000002R053708", + "___id": "T000002R054008", "___s": true }, { @@ -746243,7 +753689,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -746333,7 +753779,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setPosition", - "___id": "T000002R053709", + "___id": "T000002R054009", "___s": true }, { @@ -746342,7 +753788,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -746400,7 +753846,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#copyPosition", - "___id": "T000002R053710", + "___id": "T000002R054010", "___s": true }, { @@ -746409,7 +753855,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -746497,7 +753943,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setRandomPosition", - "___id": "T000002R053711", + "___id": "T000002R054011", "___s": true }, { @@ -746506,7 +753952,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -746551,7 +753997,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setRotation", - "___id": "T000002R053712", + "___id": "T000002R054012", "___s": true }, { @@ -746560,7 +754006,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -746605,7 +754051,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setAngle", - "___id": "T000002R053713", + "___id": "T000002R054013", "___s": true }, { @@ -746614,7 +754060,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -746674,7 +754120,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setScale", - "___id": "T000002R053714", + "___id": "T000002R054014", "___s": true }, { @@ -746683,7 +754129,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -746728,7 +754174,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setX", - "___id": "T000002R053715", + "___id": "T000002R054015", "___s": true }, { @@ -746737,7 +754183,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -746782,7 +754228,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setY", - "___id": "T000002R053716", + "___id": "T000002R054016", "___s": true }, { @@ -746791,7 +754237,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -746836,7 +754282,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setZ", - "___id": "T000002R053717", + "___id": "T000002R054017", "___s": true }, { @@ -746845,7 +754291,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -746890,7 +754336,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setW", - "___id": "T000002R053718", + "___id": "T000002R054018", "___s": true }, { @@ -746899,7 +754345,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -746942,7 +754388,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#getLocalTransformMatrix", - "___id": "T000002R053719", + "___id": "T000002R054019", "___s": true }, { @@ -746951,7 +754397,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -747008,7 +754454,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#getWorldTransformMatrix", - "___id": "T000002R053720", + "___id": "T000002R054020", "___s": true }, { @@ -747017,7 +754463,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -747100,7 +754546,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#getLocalPoint", - "___id": "T000002R053721", + "___id": "T000002R054021", "___s": true }, { @@ -747109,7 +754555,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -747136,7 +754582,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#getParentRotation", - "___id": "T000002R053722", + "___id": "T000002R054022", "___s": true }, { @@ -747145,7 +754591,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -747167,7 +754613,7 @@ "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, "overrides": "Phaser.GameObjects.Components.Visible#visible", - "___id": "T000002R053724", + "___id": "T000002R054024", "___s": true }, { @@ -747176,7 +754622,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -747219,7 +754665,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Visible#setVisible", - "___id": "T000002R053725", + "___id": "T000002R054025", "___s": true }, { @@ -747228,7 +754674,7 @@ "filename": "Acceleration.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setAcceleration", @@ -747285,7 +754731,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Acceleration#setAcceleration", "inherited": true, - "___id": "T000002R053726", + "___id": "T000002R054026", "___s": true }, { @@ -747294,7 +754740,7 @@ "filename": "Acceleration.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setAccelerationX", @@ -747336,7 +754782,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Acceleration#setAccelerationX", "inherited": true, - "___id": "T000002R053727", + "___id": "T000002R054027", "___s": true }, { @@ -747345,7 +754791,7 @@ "filename": "Acceleration.js", "lineno": 50, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setAccelerationY", @@ -747387,7 +754833,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Acceleration#setAccelerationY", "inherited": true, - "___id": "T000002R053728", + "___id": "T000002R054028", "___s": true }, { @@ -747396,7 +754842,7 @@ "filename": "Angular.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setAngularVelocity", @@ -747438,7 +754884,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Angular#setAngularVelocity", "inherited": true, - "___id": "T000002R053729", + "___id": "T000002R054029", "___s": true }, { @@ -747447,7 +754893,7 @@ "filename": "Angular.js", "lineno": 36, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setAngularAcceleration", @@ -747489,7 +754935,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Angular#setAngularAcceleration", "inherited": true, - "___id": "T000002R053730", + "___id": "T000002R054030", "___s": true }, { @@ -747498,7 +754944,7 @@ "filename": "Angular.js", "lineno": 57, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setAngularDrag", @@ -747540,7 +754986,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Angular#setAngularDrag", "inherited": true, - "___id": "T000002R053731", + "___id": "T000002R054031", "___s": true }, { @@ -747549,7 +754995,7 @@ "filename": "Bounce.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setBounce", @@ -747606,7 +755052,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Bounce#setBounce", "inherited": true, - "___id": "T000002R053732", + "___id": "T000002R054032", "___s": true }, { @@ -747615,7 +755061,7 @@ "filename": "Bounce.js", "lineno": 36, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setBounceX", @@ -747657,7 +755103,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Bounce#setBounceX", "inherited": true, - "___id": "T000002R053733", + "___id": "T000002R054033", "___s": true }, { @@ -747666,7 +755112,7 @@ "filename": "Bounce.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setBounceY", @@ -747708,7 +755154,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Bounce#setBounceY", "inherited": true, - "___id": "T000002R053734", + "___id": "T000002R054034", "___s": true }, { @@ -747717,7 +755163,7 @@ "filename": "Bounce.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setCollideWorldBounds", @@ -747803,7 +755249,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Bounce#setCollideWorldBounds", "inherited": true, - "___id": "T000002R053735", + "___id": "T000002R054035", "___s": true }, { @@ -747812,7 +755258,7 @@ "filename": "Collision.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setCollisionCategory", @@ -747854,7 +755300,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#setCollisionCategory", "inherited": true, - "___id": "T000002R053736", + "___id": "T000002R054036", "___s": true }, { @@ -747863,7 +755309,7 @@ "filename": "Collision.js", "lineno": 42, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "willCollideWith", @@ -747904,7 +755350,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#willCollideWith", "inherited": true, - "___id": "T000002R053737", + "___id": "T000002R054037", "___s": true }, { @@ -747913,7 +755359,7 @@ "filename": "Collision.js", "lineno": 60, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "addCollidesWith", @@ -747955,7 +755401,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#addCollidesWith", "inherited": true, - "___id": "T000002R053738", + "___id": "T000002R054038", "___s": true }, { @@ -747964,7 +755410,7 @@ "filename": "Collision.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "removeCollidesWith", @@ -748006,7 +755452,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#removeCollidesWith", "inherited": true, - "___id": "T000002R053739", + "___id": "T000002R054039", "___s": true }, { @@ -748015,7 +755461,7 @@ "filename": "Collision.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setCollidesWith", @@ -748076,7 +755522,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#setCollidesWith", "inherited": true, - "___id": "T000002R053740", + "___id": "T000002R054040", "___s": true }, { @@ -748085,7 +755531,7 @@ "filename": "Collision.js", "lineno": 130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "resetCollisionCategory", @@ -748112,7 +755558,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Arcade.Components.Collision#resetCollisionCategory", "inherited": true, - "___id": "T000002R053741", + "___id": "T000002R054041", "___s": true }, { @@ -748121,7 +755567,7 @@ "filename": "Debug.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setDebug", @@ -748189,7 +755635,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Debug#setDebug", "inherited": true, - "___id": "T000002R053742", + "___id": "T000002R054042", "___s": true }, { @@ -748198,7 +755644,7 @@ "filename": "Debug.js", "lineno": 39, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setDebugBodyColor", @@ -748240,7 +755686,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Debug#setDebugBodyColor", "inherited": true, - "___id": "T000002R053743", + "___id": "T000002R054043", "___s": true }, { @@ -748249,7 +755695,7 @@ "filename": "Debug.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "debugShowBody", @@ -748270,7 +755716,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Arcade.Components.Debug#debugShowBody", "inherited": true, - "___id": "T000002R053744", + "___id": "T000002R054044", "___s": true }, { @@ -748279,7 +755725,7 @@ "filename": "Debug.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "debugShowVelocity", @@ -748300,7 +755746,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Arcade.Components.Debug#debugShowVelocity", "inherited": true, - "___id": "T000002R053745", + "___id": "T000002R054045", "___s": true }, { @@ -748309,7 +755755,7 @@ "filename": "Debug.js", "lineno": 98, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "debugBodyColor", @@ -748330,7 +755776,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Arcade.Components.Debug#debugBodyColor", "inherited": true, - "___id": "T000002R053746", + "___id": "T000002R054046", "___s": true }, { @@ -748339,7 +755785,7 @@ "filename": "Drag.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setDrag", @@ -748396,7 +755842,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Drag#setDrag", "inherited": true, - "___id": "T000002R053747", + "___id": "T000002R054047", "___s": true }, { @@ -748405,7 +755851,7 @@ "filename": "Drag.js", "lineno": 44, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setDragX", @@ -748447,7 +755893,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Drag#setDragX", "inherited": true, - "___id": "T000002R053748", + "___id": "T000002R054048", "___s": true }, { @@ -748456,7 +755902,7 @@ "filename": "Drag.js", "lineno": 72, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setDragY", @@ -748498,7 +755944,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Drag#setDragY", "inherited": true, - "___id": "T000002R053749", + "___id": "T000002R054049", "___s": true }, { @@ -748507,7 +755953,7 @@ "filename": "Drag.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setDamping", @@ -748549,7 +755995,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Drag#setDamping", "inherited": true, - "___id": "T000002R053750", + "___id": "T000002R054050", "___s": true }, { @@ -748558,7 +756004,7 @@ "filename": "Enable.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setDirectControl", @@ -748602,7 +756048,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Enable#setDirectControl", "inherited": true, - "___id": "T000002R053751", + "___id": "T000002R054051", "___s": true }, { @@ -748611,7 +756057,7 @@ "filename": "Enable.js", "lineno": 37, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "enableBody", @@ -748718,7 +756164,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Enable#enableBody", "inherited": true, - "___id": "T000002R053752", + "___id": "T000002R054052", "___s": true }, { @@ -748727,7 +756173,7 @@ "filename": "Enable.js", "lineno": 81, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "disableBody", @@ -748792,7 +756238,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Enable#disableBody", "inherited": true, - "___id": "T000002R053753", + "___id": "T000002R054053", "___s": true }, { @@ -748801,7 +756247,7 @@ "filename": "Enable.js", "lineno": 119, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "refreshBody", @@ -748831,7 +756277,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Arcade.Components.Enable#refreshBody", "inherited": true, - "___id": "T000002R053754", + "___id": "T000002R054054", "___s": true }, { @@ -748840,7 +756286,7 @@ "filename": "Friction.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setFriction", @@ -748900,7 +756346,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Friction#setFriction", "inherited": true, - "___id": "T000002R053755", + "___id": "T000002R054055", "___s": true }, { @@ -748909,7 +756355,7 @@ "filename": "Friction.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setFrictionX", @@ -748954,7 +756400,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Friction#setFrictionX", "inherited": true, - "___id": "T000002R053756", + "___id": "T000002R054056", "___s": true }, { @@ -748963,7 +756409,7 @@ "filename": "Friction.js", "lineno": 60, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setFrictionY", @@ -749008,7 +756454,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Friction#setFrictionY", "inherited": true, - "___id": "T000002R053757", + "___id": "T000002R054057", "___s": true }, { @@ -749017,7 +756463,7 @@ "filename": "Gravity.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setGravity", @@ -749074,7 +756520,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Gravity#setGravity", "inherited": true, - "___id": "T000002R053758", + "___id": "T000002R054058", "___s": true }, { @@ -749083,7 +756529,7 @@ "filename": "Gravity.js", "lineno": 36, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setGravityX", @@ -749125,7 +756571,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Gravity#setGravityX", "inherited": true, - "___id": "T000002R053759", + "___id": "T000002R054059", "___s": true }, { @@ -749134,7 +756580,7 @@ "filename": "Gravity.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setGravityY", @@ -749176,7 +756622,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Gravity#setGravityY", "inherited": true, - "___id": "T000002R053760", + "___id": "T000002R054060", "___s": true }, { @@ -749185,7 +756631,7 @@ "filename": "Immovable.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setImmovable", @@ -749229,7 +756675,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Immovable#setImmovable", "inherited": true, - "___id": "T000002R053761", + "___id": "T000002R054061", "___s": true }, { @@ -749238,7 +756684,7 @@ "filename": "Mass.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setMass", @@ -749280,7 +756726,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Mass#setMass", "inherited": true, - "___id": "T000002R053762", + "___id": "T000002R054062", "___s": true }, { @@ -749289,7 +756735,7 @@ "filename": "Pushable.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setPushable", @@ -749333,7 +756779,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Pushable#setPushable", "inherited": true, - "___id": "T000002R053763", + "___id": "T000002R054063", "___s": true }, { @@ -749342,7 +756788,7 @@ "filename": "Size.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setOffset", @@ -749399,7 +756845,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Size#setOffset", "inherited": true, - "___id": "T000002R053764", + "___id": "T000002R054064", "___s": true }, { @@ -749408,7 +756854,7 @@ "filename": "Size.js", "lineno": 57, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setBodySize", @@ -749478,7 +756924,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Size#setBodySize", "inherited": true, - "___id": "T000002R053765", + "___id": "T000002R054065", "___s": true }, { @@ -749487,7 +756933,7 @@ "filename": "Size.js", "lineno": 76, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setCircle", @@ -749557,16 +757003,16 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Size#setCircle", "inherited": true, - "___id": "T000002R053766", + "___id": "T000002R054066", "___s": true }, { - "comment": "/**\r\n * Sets the velocity of the Body.\r\n *\r\n * @method Phaser.Physics.Arcade.Components.Velocity#setVelocity\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The horizontal velocity of the body. Positive values move the body to the right, while negative values move it to the left.\r\n * @param {number} [y=x] - The vertical velocity of the body. Positive values move the body down, while negative values move it up.\r\n *\r\n * @return {this} This Game Object.\r\n */", + "comment": "/**\r\n * Sets the velocity of the Body.\r\n *\r\n * @method Phaser.Physics.Arcade.Components.Velocity#setVelocity\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The horizontal velocity of the body, in pixels per second. Positive values move the body to the right, while negative values move it to the left.\r\n * @param {number} [y=x] - The vertical velocity of the body, in pixels per second. Positive values move the body down, while negative values move it up.\r\n *\r\n * @return {this} This Game Object.\r\n */", "meta": { "filename": "Velocity.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setVelocity", @@ -749602,7 +757048,7 @@ "name": "number" } }, - "description": "The horizontal velocity of the body. Positive values move the body to the right, while negative values move it to the left.", + "description": "The horizontal velocity of the body, in pixels per second. Positive values move the body to the right, while negative values move it to the left.", "name": "x" }, { @@ -749617,22 +757063,22 @@ }, "optional": true, "defaultvalue": "x", - "description": "The vertical velocity of the body. Positive values move the body down, while negative values move it up.", + "description": "The vertical velocity of the body, in pixels per second. Positive values move the body down, while negative values move it up.", "name": "y" } ], "inherits": "Phaser.Physics.Arcade.Components.Velocity#setVelocity", "inherited": true, - "___id": "T000002R053767", + "___id": "T000002R054067", "___s": true }, { - "comment": "/**\r\n * Sets the horizontal component of the body's velocity.\r\n *\r\n * Positive values move the body to the right, while negative values move it to the left.\r\n *\r\n * @method Phaser.Physics.Arcade.Components.Velocity#setVelocityX\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The new horizontal velocity.\r\n *\r\n * @return {this} This Game Object.\r\n */", + "comment": "/**\r\n * Sets the horizontal component of the body's velocity.\r\n *\r\n * Positive values move the body to the right, while negative values move it to the left.\r\n *\r\n * @method Phaser.Physics.Arcade.Components.Velocity#setVelocityX\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The new horizontal velocity, in pixels per second.\r\n *\r\n * @return {this} This Game Object.\r\n */", "meta": { "filename": "Velocity.js", "lineno": 35, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setVelocityX", @@ -749668,22 +757114,22 @@ "name": "number" } }, - "description": "The new horizontal velocity.", + "description": "The new horizontal velocity, in pixels per second.", "name": "x" } ], "inherits": "Phaser.Physics.Arcade.Components.Velocity#setVelocityX", "inherited": true, - "___id": "T000002R053768", + "___id": "T000002R054068", "___s": true }, { - "comment": "/**\r\n * Sets the vertical component of the body's velocity.\r\n *\r\n * Positive values move the body down, while negative values move it up.\r\n *\r\n * @method Phaser.Physics.Arcade.Components.Velocity#setVelocityY\r\n * @since 3.0.0\r\n *\r\n * @param {number} y - The new vertical velocity of the body.\r\n *\r\n * @return {this} This Game Object.\r\n */", + "comment": "/**\r\n * Sets the vertical component of the body's velocity.\r\n *\r\n * Positive values move the body down, while negative values move it up.\r\n *\r\n * @method Phaser.Physics.Arcade.Components.Velocity#setVelocityY\r\n * @since 3.0.0\r\n *\r\n * @param {number} y - The new vertical velocity, in pixels per second.\r\n *\r\n * @return {this} This Game Object.\r\n */", "meta": { "filename": "Velocity.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setVelocityY", @@ -749719,22 +757165,22 @@ "name": "number" } }, - "description": "The new vertical velocity of the body.", + "description": "The new vertical velocity, in pixels per second.", "name": "y" } ], "inherits": "Phaser.Physics.Arcade.Components.Velocity#setVelocityY", "inherited": true, - "___id": "T000002R053769", + "___id": "T000002R054069", "___s": true }, { - "comment": "/**\r\n * Sets the maximum velocity of the body.\r\n *\r\n * @method Phaser.Physics.Arcade.Components.Velocity#setMaxVelocity\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The new maximum horizontal velocity.\r\n * @param {number} [y=x] - The new maximum vertical velocity.\r\n *\r\n * @return {this} This Game Object.\r\n */", + "comment": "/**\r\n * Sets the maximum velocity of the body.\r\n *\r\n * @method Phaser.Physics.Arcade.Components.Velocity#setMaxVelocity\r\n * @since 3.0.0\r\n *\r\n * @param {number} x - The new maximum horizontal velocity, in pixels per second.\r\n * @param {number} [y=x] - The new maximum vertical velocity, in pixels per second.\r\n *\r\n * @return {this} This Game Object.\r\n */", "meta": { "filename": "Velocity.js", "lineno": 73, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setMaxVelocity", @@ -749770,7 +757216,7 @@ "name": "number" } }, - "description": "The new maximum horizontal velocity.", + "description": "The new maximum horizontal velocity, in pixels per second.", "name": "x" }, { @@ -749785,13 +757231,13 @@ }, "optional": true, "defaultvalue": "x", - "description": "The new maximum vertical velocity.", + "description": "The new maximum vertical velocity, in pixels per second.", "name": "y" } ], "inherits": "Phaser.Physics.Arcade.Components.Velocity#setMaxVelocity", "inherited": true, - "___id": "T000002R053770", + "___id": "T000002R054070", "___s": true }, { @@ -749800,7 +757246,7 @@ "filename": "Collision.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setCollisionCategory", @@ -749842,7 +757288,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#setCollisionCategory", "inherited": true, - "___id": "T000002R053771", + "___id": "T000002R054071", "___s": true }, { @@ -749851,7 +757297,7 @@ "filename": "Collision.js", "lineno": 42, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "willCollideWith", @@ -749892,7 +757338,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#willCollideWith", "inherited": true, - "___id": "T000002R053772", + "___id": "T000002R054072", "___s": true }, { @@ -749901,7 +757347,7 @@ "filename": "Collision.js", "lineno": 60, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "addCollidesWith", @@ -749943,7 +757389,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#addCollidesWith", "inherited": true, - "___id": "T000002R053773", + "___id": "T000002R054073", "___s": true }, { @@ -749952,7 +757398,7 @@ "filename": "Collision.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "removeCollidesWith", @@ -749994,7 +757440,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#removeCollidesWith", "inherited": true, - "___id": "T000002R053774", + "___id": "T000002R054074", "___s": true }, { @@ -750003,7 +757449,7 @@ "filename": "Collision.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setCollidesWith", @@ -750064,7 +757510,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#setCollidesWith", "inherited": true, - "___id": "T000002R053775", + "___id": "T000002R054075", "___s": true }, { @@ -750073,7 +757519,7 @@ "filename": "Collision.js", "lineno": 130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "resetCollisionCategory", @@ -750100,7 +757546,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Arcade.Components.Collision#resetCollisionCategory", "inherited": true, - "___id": "T000002R053776", + "___id": "T000002R054076", "___s": true }, { @@ -750109,7 +757555,7 @@ "filename": "Group.js", "lineno": 86, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "scene", @@ -750130,7 +757576,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#scene", "inherited": true, - "___id": "T000002R053777", + "___id": "T000002R054077", "___s": true }, { @@ -750139,7 +757585,7 @@ "filename": "Group.js", "lineno": 95, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "children", @@ -750169,7 +757615,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#children", "inherited": true, - "___id": "T000002R053778", + "___id": "T000002R054078", "___s": true }, { @@ -750178,7 +757624,7 @@ "filename": "Group.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "isParent", @@ -750200,7 +757646,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#isParent", "inherited": true, - "___id": "T000002R053779", + "___id": "T000002R054079", "___s": true }, { @@ -750209,7 +757655,7 @@ "filename": "Group.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "name", @@ -750231,7 +757677,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#name", "inherited": true, - "___id": "T000002R053780", + "___id": "T000002R054080", "___s": true }, { @@ -750240,7 +757686,7 @@ "filename": "Group.js", "lineno": 147, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "active", @@ -750261,7 +757707,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#active", "inherited": true, - "___id": "T000002R053781", + "___id": "T000002R054081", "___s": true }, { @@ -750270,7 +757716,7 @@ "filename": "Group.js", "lineno": 156, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "maxSize", @@ -750292,7 +757738,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#maxSize", "inherited": true, - "___id": "T000002R053782", + "___id": "T000002R054082", "___s": true }, { @@ -750301,7 +757747,7 @@ "filename": "Group.js", "lineno": 166, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "defaultKey", @@ -750322,7 +757768,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#defaultKey", "inherited": true, - "___id": "T000002R053783", + "___id": "T000002R054083", "___s": true }, { @@ -750331,7 +757777,7 @@ "filename": "Group.js", "lineno": 178, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "defaultFrame", @@ -750362,7 +757808,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#defaultFrame", "inherited": true, - "___id": "T000002R053784", + "___id": "T000002R054084", "___s": true }, { @@ -750371,7 +757817,7 @@ "filename": "Group.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "runChildUpdate", @@ -750396,7 +757842,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#runChildUpdate", "inherited": true, - "___id": "T000002R053785", + "___id": "T000002R054085", "___s": true }, { @@ -750405,7 +757851,7 @@ "filename": "Group.js", "lineno": 198, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "createCallback", @@ -750428,7 +757874,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#createCallback", "inherited": true, - "___id": "T000002R053786", + "___id": "T000002R054086", "___s": true }, { @@ -750437,7 +757883,7 @@ "filename": "Group.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "removeCallback", @@ -750460,7 +757906,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#removeCallback", "inherited": true, - "___id": "T000002R053787", + "___id": "T000002R054087", "___s": true }, { @@ -750469,7 +757915,7 @@ "filename": "Group.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "createMultipleCallback", @@ -750492,7 +757938,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#createMultipleCallback", "inherited": true, - "___id": "T000002R053788", + "___id": "T000002R054088", "___s": true }, { @@ -750501,7 +757947,7 @@ "filename": "Group.js", "lineno": 273, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "create", @@ -750629,7 +758075,7 @@ ], "inherits": "Phaser.GameObjects.Group#create", "inherited": true, - "___id": "T000002R053791", + "___id": "T000002R054091", "___s": true }, { @@ -750638,7 +758084,7 @@ "filename": "Group.js", "lineno": 318, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "createMultiple", @@ -750707,7 +758153,7 @@ ], "inherits": "Phaser.GameObjects.Group#createMultiple", "inherited": true, - "___id": "T000002R053792", + "___id": "T000002R054092", "___s": true }, { @@ -750716,7 +758162,7 @@ "filename": "Group.js", "lineno": 359, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "createFromConfig", @@ -750766,7 +758212,7 @@ ], "inherits": "Phaser.GameObjects.Group#createFromConfig", "inherited": true, - "___id": "T000002R053793", + "___id": "T000002R054093", "___s": true }, { @@ -750775,7 +758221,7 @@ "filename": "Group.js", "lineno": 545, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "preUpdate", @@ -750815,7 +758261,7 @@ ], "inherits": "Phaser.GameObjects.Group#preUpdate", "inherited": true, - "___id": "T000002R053794", + "___id": "T000002R054094", "___s": true }, { @@ -750824,7 +758270,7 @@ "filename": "Group.js", "lineno": 575, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "add", @@ -750881,7 +758327,7 @@ ], "inherits": "Phaser.GameObjects.Group#add", "inherited": true, - "___id": "T000002R053795", + "___id": "T000002R054095", "___s": true }, { @@ -750890,7 +758336,7 @@ "filename": "Group.js", "lineno": 620, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "addMultiple", @@ -750956,7 +758402,7 @@ ], "inherits": "Phaser.GameObjects.Group#addMultiple", "inherited": true, - "___id": "T000002R053796", + "___id": "T000002R054096", "___s": true }, { @@ -750965,7 +758411,7 @@ "filename": "Group.js", "lineno": 648, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "remove", @@ -751037,7 +758483,7 @@ ], "inherits": "Phaser.GameObjects.Group#remove", "inherited": true, - "___id": "T000002R053797", + "___id": "T000002R054097", "___s": true }, { @@ -751046,7 +758492,7 @@ "filename": "Group.js", "lineno": 699, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "clear", @@ -751105,7 +758551,7 @@ ], "inherits": "Phaser.GameObjects.Group#clear", "inherited": true, - "___id": "T000002R053798", + "___id": "T000002R054098", "___s": true }, { @@ -751114,7 +758560,7 @@ "filename": "Group.js", "lineno": 741, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "contains", @@ -751155,7 +758601,7 @@ ], "inherits": "Phaser.GameObjects.Group#contains", "inherited": true, - "___id": "T000002R053799", + "___id": "T000002R054099", "___s": true }, { @@ -751164,7 +758610,7 @@ "filename": "Group.js", "lineno": 756, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "getChildren", @@ -751199,7 +758645,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#getChildren", "inherited": true, - "___id": "T000002R053800", + "___id": "T000002R054100", "___s": true }, { @@ -751208,7 +758654,7 @@ "filename": "Group.js", "lineno": 769, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "getLength", @@ -751233,7 +758679,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#getLength", "inherited": true, - "___id": "T000002R053801", + "___id": "T000002R054101", "___s": true }, { @@ -751242,7 +758688,7 @@ "filename": "Group.js", "lineno": 782, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "getMatching", @@ -751334,7 +758780,7 @@ ], "inherits": "Phaser.GameObjects.Group#getMatching", "inherited": true, - "___id": "T000002R053802", + "___id": "T000002R054102", "___s": true }, { @@ -751343,7 +758789,7 @@ "filename": "Group.js", "lineno": 806, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "getFirst", @@ -751486,7 +758932,7 @@ ], "inherits": "Phaser.GameObjects.Group#getFirst", "inherited": true, - "___id": "T000002R053803", + "___id": "T000002R054103", "___s": true }, { @@ -751495,7 +758941,7 @@ "filename": "Group.js", "lineno": 831, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "getFirstNth", @@ -751651,7 +759097,7 @@ ], "inherits": "Phaser.GameObjects.Group#getFirstNth", "inherited": true, - "___id": "T000002R053804", + "___id": "T000002R054104", "___s": true }, { @@ -751660,7 +759106,7 @@ "filename": "Group.js", "lineno": 857, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "getLast", @@ -751803,7 +759249,7 @@ ], "inherits": "Phaser.GameObjects.Group#getLast", "inherited": true, - "___id": "T000002R053805", + "___id": "T000002R054105", "___s": true }, { @@ -751812,7 +759258,7 @@ "filename": "Group.js", "lineno": 882, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "getLastNth", @@ -751968,7 +759414,7 @@ ], "inherits": "Phaser.GameObjects.Group#getLastNth", "inherited": true, - "___id": "T000002R053806", + "___id": "T000002R054106", "___s": true }, { @@ -751977,7 +759423,7 @@ "filename": "Group.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "get", @@ -752090,7 +759536,7 @@ ], "inherits": "Phaser.GameObjects.Group#get", "inherited": true, - "___id": "T000002R053808", + "___id": "T000002R054108", "___s": true }, { @@ -752099,7 +759545,7 @@ "filename": "Group.js", "lineno": 1035, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "getFirstAlive", @@ -752225,7 +759671,7 @@ ], "inherits": "Phaser.GameObjects.Group#getFirstAlive", "inherited": true, - "___id": "T000002R053809", + "___id": "T000002R054109", "___s": true }, { @@ -752234,7 +759680,7 @@ "filename": "Group.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "getFirstDead", @@ -752360,7 +759806,7 @@ ], "inherits": "Phaser.GameObjects.Group#getFirstDead", "inherited": true, - "___id": "T000002R053810", + "___id": "T000002R054110", "___s": true }, { @@ -752369,7 +759815,7 @@ "filename": "Group.js", "lineno": 1084, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "playAnimation", @@ -752426,7 +759872,7 @@ ], "inherits": "Phaser.GameObjects.Group#playAnimation", "inherited": true, - "___id": "T000002R053811", + "___id": "T000002R054111", "___s": true }, { @@ -752435,7 +759881,7 @@ "filename": "Group.js", "lineno": 1102, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "isFull", @@ -752461,7 +759907,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#isFull", "inherited": true, - "___id": "T000002R053812", + "___id": "T000002R054112", "___s": true }, { @@ -752470,7 +759916,7 @@ "filename": "Group.js", "lineno": 1122, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "countActive", @@ -752513,7 +759959,7 @@ ], "inherits": "Phaser.GameObjects.Group#countActive", "inherited": true, - "___id": "T000002R053813", + "___id": "T000002R054113", "___s": true }, { @@ -752522,7 +759968,7 @@ "filename": "Group.js", "lineno": 1149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "getTotalUsed", @@ -752548,7 +759994,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#getTotalUsed", "inherited": true, - "___id": "T000002R053814", + "___id": "T000002R054114", "___s": true }, { @@ -752557,7 +760003,7 @@ "filename": "Group.js", "lineno": 1162, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "getTotalFree", @@ -752583,7 +760029,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#getTotalFree", "inherited": true, - "___id": "T000002R053815", + "___id": "T000002R054115", "___s": true }, { @@ -752592,7 +760038,7 @@ "filename": "Group.js", "lineno": 1180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "setActive", @@ -752634,7 +760080,7 @@ ], "inherits": "Phaser.GameObjects.Group#setActive", "inherited": true, - "___id": "T000002R053816", + "___id": "T000002R054116", "___s": true }, { @@ -752643,7 +760089,7 @@ "filename": "Group.js", "lineno": 1198, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "setName", @@ -752685,7 +760131,7 @@ ], "inherits": "Phaser.GameObjects.Group#setName", "inherited": true, - "___id": "T000002R053817", + "___id": "T000002R054117", "___s": true }, { @@ -752694,7 +760140,7 @@ "filename": "Group.js", "lineno": 1216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "propertyValueSet", @@ -752794,7 +760240,7 @@ ], "inherits": "Phaser.GameObjects.Group#propertyValueSet", "inherited": true, - "___id": "T000002R053818", + "___id": "T000002R054118", "___s": true }, { @@ -752803,7 +760249,7 @@ "filename": "Group.js", "lineno": 1237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "propertyValueInc", @@ -752903,7 +760349,7 @@ ], "inherits": "Phaser.GameObjects.Group#propertyValueInc", "inherited": true, - "___id": "T000002R053819", + "___id": "T000002R054119", "___s": true }, { @@ -752912,7 +760358,7 @@ "filename": "Group.js", "lineno": 1258, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "setX", @@ -752969,7 +760415,7 @@ ], "inherits": "Phaser.GameObjects.Group#setX", "inherited": true, - "___id": "T000002R053820", + "___id": "T000002R054120", "___s": true }, { @@ -752978,7 +760424,7 @@ "filename": "Group.js", "lineno": 1276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "setY", @@ -753035,7 +760481,7 @@ ], "inherits": "Phaser.GameObjects.Group#setY", "inherited": true, - "___id": "T000002R053821", + "___id": "T000002R054121", "___s": true }, { @@ -753044,7 +760490,7 @@ "filename": "Group.js", "lineno": 1294, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "setXY", @@ -753131,7 +760577,7 @@ ], "inherits": "Phaser.GameObjects.Group#setXY", "inherited": true, - "___id": "T000002R053822", + "___id": "T000002R054122", "___s": true }, { @@ -753140,7 +760586,7 @@ "filename": "Group.js", "lineno": 1314, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "incX", @@ -753197,7 +760643,7 @@ ], "inherits": "Phaser.GameObjects.Group#incX", "inherited": true, - "___id": "T000002R053823", + "___id": "T000002R054123", "___s": true }, { @@ -753206,7 +760652,7 @@ "filename": "Group.js", "lineno": 1332, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "incY", @@ -753263,7 +760709,7 @@ ], "inherits": "Phaser.GameObjects.Group#incY", "inherited": true, - "___id": "T000002R053824", + "___id": "T000002R054124", "___s": true }, { @@ -753272,7 +760718,7 @@ "filename": "Group.js", "lineno": 1350, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "incXY", @@ -753359,7 +760805,7 @@ ], "inherits": "Phaser.GameObjects.Group#incXY", "inherited": true, - "___id": "T000002R053825", + "___id": "T000002R054125", "___s": true }, { @@ -753368,7 +760814,7 @@ "filename": "Group.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "shiftPosition", @@ -753438,7 +760884,7 @@ ], "inherits": "Phaser.GameObjects.Group#shiftPosition", "inherited": true, - "___id": "T000002R053826", + "___id": "T000002R054126", "___s": true }, { @@ -753447,7 +760893,7 @@ "filename": "Group.js", "lineno": 1392, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "angle", @@ -753504,7 +760950,7 @@ ], "inherits": "Phaser.GameObjects.Group#angle", "inherited": true, - "___id": "T000002R053827", + "___id": "T000002R054127", "___s": true }, { @@ -753513,7 +760959,7 @@ "filename": "Group.js", "lineno": 1410, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "rotate", @@ -753570,7 +761016,7 @@ ], "inherits": "Phaser.GameObjects.Group#rotate", "inherited": true, - "___id": "T000002R053828", + "___id": "T000002R054128", "___s": true }, { @@ -753579,7 +761025,7 @@ "filename": "Group.js", "lineno": 1428, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "rotateAround", @@ -753634,7 +761080,7 @@ ], "inherits": "Phaser.GameObjects.Group#rotateAround", "inherited": true, - "___id": "T000002R053829", + "___id": "T000002R054129", "___s": true }, { @@ -753643,7 +761089,7 @@ "filename": "Group.js", "lineno": 1446, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "rotateAroundDistance", @@ -753711,7 +761157,7 @@ ], "inherits": "Phaser.GameObjects.Group#rotateAroundDistance", "inherited": true, - "___id": "T000002R053830", + "___id": "T000002R054130", "___s": true }, { @@ -753720,7 +761166,7 @@ "filename": "Group.js", "lineno": 1465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "setAlpha", @@ -753777,7 +761223,7 @@ ], "inherits": "Phaser.GameObjects.Group#setAlpha", "inherited": true, - "___id": "T000002R053831", + "___id": "T000002R054131", "___s": true }, { @@ -753786,7 +761232,7 @@ "filename": "Group.js", "lineno": 1483, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "setTint", @@ -753870,7 +761316,7 @@ ], "inherits": "Phaser.GameObjects.Group#setTint", "inherited": true, - "___id": "T000002R053832", + "___id": "T000002R054132", "___s": true }, { @@ -753879,7 +761325,7 @@ "filename": "Group.js", "lineno": 1503, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "setOrigin", @@ -753965,7 +761411,7 @@ ], "inherits": "Phaser.GameObjects.Group#setOrigin", "inherited": true, - "___id": "T000002R053833", + "___id": "T000002R054133", "___s": true }, { @@ -753974,7 +761420,7 @@ "filename": "Group.js", "lineno": 1523, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "scaleX", @@ -754031,7 +761477,7 @@ ], "inherits": "Phaser.GameObjects.Group#scaleX", "inherited": true, - "___id": "T000002R053834", + "___id": "T000002R054134", "___s": true }, { @@ -754040,7 +761486,7 @@ "filename": "Group.js", "lineno": 1541, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "scaleY", @@ -754097,7 +761543,7 @@ ], "inherits": "Phaser.GameObjects.Group#scaleY", "inherited": true, - "___id": "T000002R053835", + "___id": "T000002R054135", "___s": true }, { @@ -754106,7 +761552,7 @@ "filename": "Group.js", "lineno": 1559, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "scaleXY", @@ -754192,7 +761638,7 @@ ], "inherits": "Phaser.GameObjects.Group#scaleXY", "inherited": true, - "___id": "T000002R053836", + "___id": "T000002R054136", "___s": true }, { @@ -754201,7 +761647,7 @@ "filename": "Group.js", "lineno": 1579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "setDepth", @@ -754258,7 +761704,7 @@ ], "inherits": "Phaser.GameObjects.Group#setDepth", "inherited": true, - "___id": "T000002R053837", + "___id": "T000002R054137", "___s": true }, { @@ -754267,7 +761713,7 @@ "filename": "Group.js", "lineno": 1597, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "setBlendMode", @@ -754309,7 +761755,7 @@ ], "inherits": "Phaser.GameObjects.Group#setBlendMode", "inherited": true, - "___id": "T000002R053838", + "___id": "T000002R054138", "___s": true }, { @@ -754318,7 +761764,7 @@ "filename": "Group.js", "lineno": 1614, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "setHitArea", @@ -754372,7 +761818,7 @@ ], "inherits": "Phaser.GameObjects.Group#setHitArea", "inherited": true, - "___id": "T000002R053839", + "___id": "T000002R054139", "___s": true }, { @@ -754381,7 +761827,7 @@ "filename": "Group.js", "lineno": 1632, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "shuffle", @@ -754408,7 +761854,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#shuffle", "inherited": true, - "___id": "T000002R053840", + "___id": "T000002R054140", "___s": true }, { @@ -754417,7 +761863,7 @@ "filename": "Group.js", "lineno": 1647, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "kill", @@ -754444,7 +761890,7 @@ ], "inherits": "Phaser.GameObjects.Group#kill", "inherited": true, - "___id": "T000002R053841", + "___id": "T000002R054141", "___s": true }, { @@ -754453,7 +761899,7 @@ "filename": "Group.js", "lineno": 1663, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "killAndHide", @@ -754480,7 +761926,7 @@ ], "inherits": "Phaser.GameObjects.Group#killAndHide", "inherited": true, - "___id": "T000002R053842", + "___id": "T000002R054142", "___s": true }, { @@ -754489,7 +761935,7 @@ "filename": "Group.js", "lineno": 1680, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "setVisible", @@ -754561,7 +762007,7 @@ ], "inherits": "Phaser.GameObjects.Group#setVisible", "inherited": true, - "___id": "T000002R053843", + "___id": "T000002R054143", "___s": true }, { @@ -754570,7 +762016,7 @@ "filename": "Group.js", "lineno": 1699, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "toggleVisible", @@ -754597,7 +762043,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#toggleVisible", "inherited": true, - "___id": "T000002R053844", + "___id": "T000002R054144", "___s": true }, { @@ -754606,7 +762052,7 @@ "filename": "Group.js", "lineno": 1714, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "destroy", @@ -754650,7 +762096,7 @@ ], "inherits": "Phaser.GameObjects.Group#destroy", "inherited": true, - "___id": "T000002R053845", + "___id": "T000002R054145", "___s": true }, { @@ -754659,7 +762105,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -754671,7 +762117,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R053846", + "___id": "T000002R054146", "___s": true }, { @@ -754680,7 +762126,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -754723,7 +762169,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R053847", + "___id": "T000002R054147", "___s": true }, { @@ -754732,7 +762178,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -754792,7 +762238,7 @@ "name": "event" } ], - "___id": "T000002R053848", + "___id": "T000002R054148", "___s": true }, { @@ -754801,7 +762247,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -754852,7 +762298,7 @@ "name": "event" } ], - "___id": "T000002R053849", + "___id": "T000002R054149", "___s": true }, { @@ -754861,7 +762307,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -754927,7 +762373,7 @@ "name": "args" } ], - "___id": "T000002R053850", + "___id": "T000002R054150", "___s": true }, { @@ -754936,7 +762382,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -755015,7 +762461,7 @@ "name": "context" } ], - "___id": "T000002R053851", + "___id": "T000002R054151", "___s": true }, { @@ -755024,7 +762470,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -755103,7 +762549,7 @@ "name": "context" } ], - "___id": "T000002R053852", + "___id": "T000002R054152", "___s": true }, { @@ -755112,7 +762558,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -755191,7 +762637,7 @@ "name": "context" } ], - "___id": "T000002R053853", + "___id": "T000002R054153", "___s": true }, { @@ -755200,7 +762646,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -755293,7 +762739,7 @@ "name": "once" } ], - "___id": "T000002R053854", + "___id": "T000002R054154", "___s": true }, { @@ -755302,7 +762748,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -755395,7 +762841,7 @@ "name": "once" } ], - "___id": "T000002R053855", + "___id": "T000002R054155", "___s": true }, { @@ -755404,7 +762850,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -755457,7 +762903,7 @@ "name": "event" } ], - "___id": "T000002R053856", + "___id": "T000002R054156", "___s": true }, { @@ -755466,7 +762912,7 @@ "filename": "Collision.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setCollisionCategory", @@ -755508,7 +762954,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#setCollisionCategory", "inherited": true, - "___id": "T000002R053857", + "___id": "T000002R054157", "___s": true }, { @@ -755517,7 +762963,7 @@ "filename": "Collision.js", "lineno": 42, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "willCollideWith", @@ -755558,7 +763004,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#willCollideWith", "inherited": true, - "___id": "T000002R053858", + "___id": "T000002R054158", "___s": true }, { @@ -755567,7 +763013,7 @@ "filename": "Collision.js", "lineno": 60, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "addCollidesWith", @@ -755609,7 +763055,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#addCollidesWith", "inherited": true, - "___id": "T000002R053859", + "___id": "T000002R054159", "___s": true }, { @@ -755618,7 +763064,7 @@ "filename": "Collision.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "removeCollidesWith", @@ -755660,7 +763106,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#removeCollidesWith", "inherited": true, - "___id": "T000002R053860", + "___id": "T000002R054160", "___s": true }, { @@ -755669,7 +763115,7 @@ "filename": "Collision.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setCollidesWith", @@ -755730,7 +763176,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#setCollidesWith", "inherited": true, - "___id": "T000002R053861", + "___id": "T000002R054161", "___s": true }, { @@ -755739,7 +763185,7 @@ "filename": "Collision.js", "lineno": 130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "resetCollisionCategory", @@ -755766,7 +763212,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Arcade.Components.Collision#resetCollisionCategory", "inherited": true, - "___id": "T000002R053862", + "___id": "T000002R054162", "___s": true }, { @@ -755775,7 +763221,7 @@ "filename": "Collision.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setCollisionCategory", @@ -755817,7 +763263,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#setCollisionCategory", "inherited": true, - "___id": "T000002R053863", + "___id": "T000002R054163", "___s": true }, { @@ -755826,7 +763272,7 @@ "filename": "Collision.js", "lineno": 42, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "willCollideWith", @@ -755867,7 +763313,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#willCollideWith", "inherited": true, - "___id": "T000002R053864", + "___id": "T000002R054164", "___s": true }, { @@ -755876,7 +763322,7 @@ "filename": "Collision.js", "lineno": 60, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "addCollidesWith", @@ -755918,7 +763364,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#addCollidesWith", "inherited": true, - "___id": "T000002R053865", + "___id": "T000002R054165", "___s": true }, { @@ -755927,7 +763373,7 @@ "filename": "Collision.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "removeCollidesWith", @@ -755969,7 +763415,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#removeCollidesWith", "inherited": true, - "___id": "T000002R053866", + "___id": "T000002R054166", "___s": true }, { @@ -755978,7 +763424,7 @@ "filename": "Collision.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setCollidesWith", @@ -756039,7 +763485,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#setCollidesWith", "inherited": true, - "___id": "T000002R053867", + "___id": "T000002R054167", "___s": true }, { @@ -756048,7 +763494,7 @@ "filename": "Collision.js", "lineno": 130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "resetCollisionCategory", @@ -756075,7 +763521,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Arcade.Components.Collision#resetCollisionCategory", "inherited": true, - "___id": "T000002R053868", + "___id": "T000002R054168", "___s": true }, { @@ -756084,7 +763530,7 @@ "filename": "Group.js", "lineno": 86, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "scene", @@ -756105,7 +763551,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#scene", "inherited": true, - "___id": "T000002R053869", + "___id": "T000002R054169", "___s": true }, { @@ -756114,7 +763560,7 @@ "filename": "Group.js", "lineno": 95, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "children", @@ -756144,7 +763590,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#children", "inherited": true, - "___id": "T000002R053870", + "___id": "T000002R054170", "___s": true }, { @@ -756153,7 +763599,7 @@ "filename": "Group.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "isParent", @@ -756175,7 +763621,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#isParent", "inherited": true, - "___id": "T000002R053871", + "___id": "T000002R054171", "___s": true }, { @@ -756184,7 +763630,7 @@ "filename": "Group.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "classType", @@ -756209,7 +763655,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#classType", "inherited": true, - "___id": "T000002R053872", + "___id": "T000002R054172", "___s": true }, { @@ -756218,7 +763664,7 @@ "filename": "Group.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "name", @@ -756240,7 +763686,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#name", "inherited": true, - "___id": "T000002R053873", + "___id": "T000002R054173", "___s": true }, { @@ -756249,7 +763695,7 @@ "filename": "Group.js", "lineno": 147, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "active", @@ -756270,7 +763716,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#active", "inherited": true, - "___id": "T000002R053874", + "___id": "T000002R054174", "___s": true }, { @@ -756279,7 +763725,7 @@ "filename": "Group.js", "lineno": 156, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "maxSize", @@ -756301,7 +763747,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#maxSize", "inherited": true, - "___id": "T000002R053875", + "___id": "T000002R054175", "___s": true }, { @@ -756310,7 +763756,7 @@ "filename": "Group.js", "lineno": 166, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "defaultKey", @@ -756331,7 +763777,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#defaultKey", "inherited": true, - "___id": "T000002R053876", + "___id": "T000002R054176", "___s": true }, { @@ -756340,7 +763786,7 @@ "filename": "Group.js", "lineno": 178, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "defaultFrame", @@ -756371,7 +763817,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#defaultFrame", "inherited": true, - "___id": "T000002R053877", + "___id": "T000002R054177", "___s": true }, { @@ -756380,7 +763826,7 @@ "filename": "Group.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "runChildUpdate", @@ -756405,7 +763851,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#runChildUpdate", "inherited": true, - "___id": "T000002R053878", + "___id": "T000002R054178", "___s": true }, { @@ -756414,7 +763860,7 @@ "filename": "Group.js", "lineno": 198, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "createCallback", @@ -756437,7 +763883,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#createCallback", "inherited": true, - "___id": "T000002R053879", + "___id": "T000002R054179", "___s": true }, { @@ -756446,7 +763892,7 @@ "filename": "Group.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "removeCallback", @@ -756469,7 +763915,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#removeCallback", "inherited": true, - "___id": "T000002R053880", + "___id": "T000002R054180", "___s": true }, { @@ -756478,7 +763924,7 @@ "filename": "Group.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "createMultipleCallback", @@ -756501,7 +763947,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#createMultipleCallback", "inherited": true, - "___id": "T000002R053881", + "___id": "T000002R054181", "___s": true }, { @@ -756510,7 +763956,7 @@ "filename": "Group.js", "lineno": 273, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "create", @@ -756638,7 +764084,7 @@ ], "inherits": "Phaser.GameObjects.Group#create", "inherited": true, - "___id": "T000002R053884", + "___id": "T000002R054184", "___s": true }, { @@ -756647,7 +764093,7 @@ "filename": "Group.js", "lineno": 318, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "createMultiple", @@ -756716,7 +764162,7 @@ ], "inherits": "Phaser.GameObjects.Group#createMultiple", "inherited": true, - "___id": "T000002R053885", + "___id": "T000002R054185", "___s": true }, { @@ -756725,7 +764171,7 @@ "filename": "Group.js", "lineno": 359, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "createFromConfig", @@ -756775,7 +764221,7 @@ ], "inherits": "Phaser.GameObjects.Group#createFromConfig", "inherited": true, - "___id": "T000002R053886", + "___id": "T000002R054186", "___s": true }, { @@ -756784,7 +764230,7 @@ "filename": "Group.js", "lineno": 545, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "preUpdate", @@ -756824,7 +764270,7 @@ ], "inherits": "Phaser.GameObjects.Group#preUpdate", "inherited": true, - "___id": "T000002R053887", + "___id": "T000002R054187", "___s": true }, { @@ -756833,7 +764279,7 @@ "filename": "Group.js", "lineno": 575, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "add", @@ -756890,7 +764336,7 @@ ], "inherits": "Phaser.GameObjects.Group#add", "inherited": true, - "___id": "T000002R053888", + "___id": "T000002R054188", "___s": true }, { @@ -756899,7 +764345,7 @@ "filename": "Group.js", "lineno": 620, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "addMultiple", @@ -756965,7 +764411,7 @@ ], "inherits": "Phaser.GameObjects.Group#addMultiple", "inherited": true, - "___id": "T000002R053889", + "___id": "T000002R054189", "___s": true }, { @@ -756974,7 +764420,7 @@ "filename": "Group.js", "lineno": 648, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "remove", @@ -757046,7 +764492,7 @@ ], "inherits": "Phaser.GameObjects.Group#remove", "inherited": true, - "___id": "T000002R053890", + "___id": "T000002R054190", "___s": true }, { @@ -757055,7 +764501,7 @@ "filename": "Group.js", "lineno": 699, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "clear", @@ -757114,7 +764560,7 @@ ], "inherits": "Phaser.GameObjects.Group#clear", "inherited": true, - "___id": "T000002R053891", + "___id": "T000002R054191", "___s": true }, { @@ -757123,7 +764569,7 @@ "filename": "Group.js", "lineno": 741, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "contains", @@ -757164,7 +764610,7 @@ ], "inherits": "Phaser.GameObjects.Group#contains", "inherited": true, - "___id": "T000002R053892", + "___id": "T000002R054192", "___s": true }, { @@ -757173,7 +764619,7 @@ "filename": "Group.js", "lineno": 756, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "getChildren", @@ -757208,7 +764654,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#getChildren", "inherited": true, - "___id": "T000002R053893", + "___id": "T000002R054193", "___s": true }, { @@ -757217,7 +764663,7 @@ "filename": "Group.js", "lineno": 769, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "getLength", @@ -757242,7 +764688,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#getLength", "inherited": true, - "___id": "T000002R053894", + "___id": "T000002R054194", "___s": true }, { @@ -757251,7 +764697,7 @@ "filename": "Group.js", "lineno": 782, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "getMatching", @@ -757343,7 +764789,7 @@ ], "inherits": "Phaser.GameObjects.Group#getMatching", "inherited": true, - "___id": "T000002R053895", + "___id": "T000002R054195", "___s": true }, { @@ -757352,7 +764798,7 @@ "filename": "Group.js", "lineno": 806, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "getFirst", @@ -757495,7 +764941,7 @@ ], "inherits": "Phaser.GameObjects.Group#getFirst", "inherited": true, - "___id": "T000002R053896", + "___id": "T000002R054196", "___s": true }, { @@ -757504,7 +764950,7 @@ "filename": "Group.js", "lineno": 831, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "getFirstNth", @@ -757660,7 +765106,7 @@ ], "inherits": "Phaser.GameObjects.Group#getFirstNth", "inherited": true, - "___id": "T000002R053897", + "___id": "T000002R054197", "___s": true }, { @@ -757669,7 +765115,7 @@ "filename": "Group.js", "lineno": 857, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "getLast", @@ -757812,7 +765258,7 @@ ], "inherits": "Phaser.GameObjects.Group#getLast", "inherited": true, - "___id": "T000002R053898", + "___id": "T000002R054198", "___s": true }, { @@ -757821,7 +765267,7 @@ "filename": "Group.js", "lineno": 882, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "getLastNth", @@ -757977,7 +765423,7 @@ ], "inherits": "Phaser.GameObjects.Group#getLastNth", "inherited": true, - "___id": "T000002R053899", + "___id": "T000002R054199", "___s": true }, { @@ -757986,7 +765432,7 @@ "filename": "Group.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "get", @@ -758099,7 +765545,7 @@ ], "inherits": "Phaser.GameObjects.Group#get", "inherited": true, - "___id": "T000002R053901", + "___id": "T000002R054201", "___s": true }, { @@ -758108,7 +765554,7 @@ "filename": "Group.js", "lineno": 1035, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "getFirstAlive", @@ -758234,7 +765680,7 @@ ], "inherits": "Phaser.GameObjects.Group#getFirstAlive", "inherited": true, - "___id": "T000002R053902", + "___id": "T000002R054202", "___s": true }, { @@ -758243,7 +765689,7 @@ "filename": "Group.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "getFirstDead", @@ -758369,7 +765815,7 @@ ], "inherits": "Phaser.GameObjects.Group#getFirstDead", "inherited": true, - "___id": "T000002R053903", + "___id": "T000002R054203", "___s": true }, { @@ -758378,7 +765824,7 @@ "filename": "Group.js", "lineno": 1084, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "playAnimation", @@ -758435,7 +765881,7 @@ ], "inherits": "Phaser.GameObjects.Group#playAnimation", "inherited": true, - "___id": "T000002R053904", + "___id": "T000002R054204", "___s": true }, { @@ -758444,7 +765890,7 @@ "filename": "Group.js", "lineno": 1102, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "isFull", @@ -758470,7 +765916,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#isFull", "inherited": true, - "___id": "T000002R053905", + "___id": "T000002R054205", "___s": true }, { @@ -758479,7 +765925,7 @@ "filename": "Group.js", "lineno": 1122, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "countActive", @@ -758522,7 +765968,7 @@ ], "inherits": "Phaser.GameObjects.Group#countActive", "inherited": true, - "___id": "T000002R053906", + "___id": "T000002R054206", "___s": true }, { @@ -758531,7 +765977,7 @@ "filename": "Group.js", "lineno": 1149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "getTotalUsed", @@ -758557,7 +766003,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#getTotalUsed", "inherited": true, - "___id": "T000002R053907", + "___id": "T000002R054207", "___s": true }, { @@ -758566,7 +766012,7 @@ "filename": "Group.js", "lineno": 1162, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "getTotalFree", @@ -758592,7 +766038,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#getTotalFree", "inherited": true, - "___id": "T000002R053908", + "___id": "T000002R054208", "___s": true }, { @@ -758601,7 +766047,7 @@ "filename": "Group.js", "lineno": 1180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "setActive", @@ -758643,7 +766089,7 @@ ], "inherits": "Phaser.GameObjects.Group#setActive", "inherited": true, - "___id": "T000002R053909", + "___id": "T000002R054209", "___s": true }, { @@ -758652,7 +766098,7 @@ "filename": "Group.js", "lineno": 1198, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "setName", @@ -758694,7 +766140,7 @@ ], "inherits": "Phaser.GameObjects.Group#setName", "inherited": true, - "___id": "T000002R053910", + "___id": "T000002R054210", "___s": true }, { @@ -758703,7 +766149,7 @@ "filename": "Group.js", "lineno": 1216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "propertyValueSet", @@ -758803,7 +766249,7 @@ ], "inherits": "Phaser.GameObjects.Group#propertyValueSet", "inherited": true, - "___id": "T000002R053911", + "___id": "T000002R054211", "___s": true }, { @@ -758812,7 +766258,7 @@ "filename": "Group.js", "lineno": 1237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "propertyValueInc", @@ -758912,7 +766358,7 @@ ], "inherits": "Phaser.GameObjects.Group#propertyValueInc", "inherited": true, - "___id": "T000002R053912", + "___id": "T000002R054212", "___s": true }, { @@ -758921,7 +766367,7 @@ "filename": "Group.js", "lineno": 1258, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "setX", @@ -758978,7 +766424,7 @@ ], "inherits": "Phaser.GameObjects.Group#setX", "inherited": true, - "___id": "T000002R053913", + "___id": "T000002R054213", "___s": true }, { @@ -758987,7 +766433,7 @@ "filename": "Group.js", "lineno": 1276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "setY", @@ -759044,7 +766490,7 @@ ], "inherits": "Phaser.GameObjects.Group#setY", "inherited": true, - "___id": "T000002R053914", + "___id": "T000002R054214", "___s": true }, { @@ -759053,7 +766499,7 @@ "filename": "Group.js", "lineno": 1294, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "setXY", @@ -759140,7 +766586,7 @@ ], "inherits": "Phaser.GameObjects.Group#setXY", "inherited": true, - "___id": "T000002R053915", + "___id": "T000002R054215", "___s": true }, { @@ -759149,7 +766595,7 @@ "filename": "Group.js", "lineno": 1314, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "incX", @@ -759206,7 +766652,7 @@ ], "inherits": "Phaser.GameObjects.Group#incX", "inherited": true, - "___id": "T000002R053916", + "___id": "T000002R054216", "___s": true }, { @@ -759215,7 +766661,7 @@ "filename": "Group.js", "lineno": 1332, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "incY", @@ -759272,7 +766718,7 @@ ], "inherits": "Phaser.GameObjects.Group#incY", "inherited": true, - "___id": "T000002R053917", + "___id": "T000002R054217", "___s": true }, { @@ -759281,7 +766727,7 @@ "filename": "Group.js", "lineno": 1350, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "incXY", @@ -759368,7 +766814,7 @@ ], "inherits": "Phaser.GameObjects.Group#incXY", "inherited": true, - "___id": "T000002R053918", + "___id": "T000002R054218", "___s": true }, { @@ -759377,7 +766823,7 @@ "filename": "Group.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "shiftPosition", @@ -759447,7 +766893,7 @@ ], "inherits": "Phaser.GameObjects.Group#shiftPosition", "inherited": true, - "___id": "T000002R053919", + "___id": "T000002R054219", "___s": true }, { @@ -759456,7 +766902,7 @@ "filename": "Group.js", "lineno": 1392, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "angle", @@ -759513,7 +766959,7 @@ ], "inherits": "Phaser.GameObjects.Group#angle", "inherited": true, - "___id": "T000002R053920", + "___id": "T000002R054220", "___s": true }, { @@ -759522,7 +766968,7 @@ "filename": "Group.js", "lineno": 1410, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "rotate", @@ -759579,7 +767025,7 @@ ], "inherits": "Phaser.GameObjects.Group#rotate", "inherited": true, - "___id": "T000002R053921", + "___id": "T000002R054221", "___s": true }, { @@ -759588,7 +767034,7 @@ "filename": "Group.js", "lineno": 1428, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "rotateAround", @@ -759643,7 +767089,7 @@ ], "inherits": "Phaser.GameObjects.Group#rotateAround", "inherited": true, - "___id": "T000002R053922", + "___id": "T000002R054222", "___s": true }, { @@ -759652,7 +767098,7 @@ "filename": "Group.js", "lineno": 1446, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "rotateAroundDistance", @@ -759720,7 +767166,7 @@ ], "inherits": "Phaser.GameObjects.Group#rotateAroundDistance", "inherited": true, - "___id": "T000002R053923", + "___id": "T000002R054223", "___s": true }, { @@ -759729,7 +767175,7 @@ "filename": "Group.js", "lineno": 1465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "setAlpha", @@ -759786,7 +767232,7 @@ ], "inherits": "Phaser.GameObjects.Group#setAlpha", "inherited": true, - "___id": "T000002R053924", + "___id": "T000002R054224", "___s": true }, { @@ -759795,7 +767241,7 @@ "filename": "Group.js", "lineno": 1483, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "setTint", @@ -759879,7 +767325,7 @@ ], "inherits": "Phaser.GameObjects.Group#setTint", "inherited": true, - "___id": "T000002R053925", + "___id": "T000002R054225", "___s": true }, { @@ -759888,7 +767334,7 @@ "filename": "Group.js", "lineno": 1503, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "setOrigin", @@ -759974,7 +767420,7 @@ ], "inherits": "Phaser.GameObjects.Group#setOrigin", "inherited": true, - "___id": "T000002R053926", + "___id": "T000002R054226", "___s": true }, { @@ -759983,7 +767429,7 @@ "filename": "Group.js", "lineno": 1523, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "scaleX", @@ -760040,7 +767486,7 @@ ], "inherits": "Phaser.GameObjects.Group#scaleX", "inherited": true, - "___id": "T000002R053927", + "___id": "T000002R054227", "___s": true }, { @@ -760049,7 +767495,7 @@ "filename": "Group.js", "lineno": 1541, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "scaleY", @@ -760106,7 +767552,7 @@ ], "inherits": "Phaser.GameObjects.Group#scaleY", "inherited": true, - "___id": "T000002R053928", + "___id": "T000002R054228", "___s": true }, { @@ -760115,7 +767561,7 @@ "filename": "Group.js", "lineno": 1559, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "scaleXY", @@ -760201,7 +767647,7 @@ ], "inherits": "Phaser.GameObjects.Group#scaleXY", "inherited": true, - "___id": "T000002R053929", + "___id": "T000002R054229", "___s": true }, { @@ -760210,7 +767656,7 @@ "filename": "Group.js", "lineno": 1579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "setDepth", @@ -760267,7 +767713,7 @@ ], "inherits": "Phaser.GameObjects.Group#setDepth", "inherited": true, - "___id": "T000002R053930", + "___id": "T000002R054230", "___s": true }, { @@ -760276,7 +767722,7 @@ "filename": "Group.js", "lineno": 1597, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "setBlendMode", @@ -760318,7 +767764,7 @@ ], "inherits": "Phaser.GameObjects.Group#setBlendMode", "inherited": true, - "___id": "T000002R053931", + "___id": "T000002R054231", "___s": true }, { @@ -760327,7 +767773,7 @@ "filename": "Group.js", "lineno": 1614, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "setHitArea", @@ -760381,7 +767827,7 @@ ], "inherits": "Phaser.GameObjects.Group#setHitArea", "inherited": true, - "___id": "T000002R053932", + "___id": "T000002R054232", "___s": true }, { @@ -760390,7 +767836,7 @@ "filename": "Group.js", "lineno": 1632, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "shuffle", @@ -760417,7 +767863,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#shuffle", "inherited": true, - "___id": "T000002R053933", + "___id": "T000002R054233", "___s": true }, { @@ -760426,7 +767872,7 @@ "filename": "Group.js", "lineno": 1647, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "kill", @@ -760453,7 +767899,7 @@ ], "inherits": "Phaser.GameObjects.Group#kill", "inherited": true, - "___id": "T000002R053934", + "___id": "T000002R054234", "___s": true }, { @@ -760462,7 +767908,7 @@ "filename": "Group.js", "lineno": 1663, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "killAndHide", @@ -760489,7 +767935,7 @@ ], "inherits": "Phaser.GameObjects.Group#killAndHide", "inherited": true, - "___id": "T000002R053935", + "___id": "T000002R054235", "___s": true }, { @@ -760498,7 +767944,7 @@ "filename": "Group.js", "lineno": 1680, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "setVisible", @@ -760570,7 +768016,7 @@ ], "inherits": "Phaser.GameObjects.Group#setVisible", "inherited": true, - "___id": "T000002R053936", + "___id": "T000002R054236", "___s": true }, { @@ -760579,7 +768025,7 @@ "filename": "Group.js", "lineno": 1699, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "toggleVisible", @@ -760606,7 +768052,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Group#toggleVisible", "inherited": true, - "___id": "T000002R053937", + "___id": "T000002R054237", "___s": true }, { @@ -760615,7 +768061,7 @@ "filename": "Group.js", "lineno": 1714, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\group", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\group", "code": {} }, "name": "destroy", @@ -760659,7 +768105,7 @@ ], "inherits": "Phaser.GameObjects.Group#destroy", "inherited": true, - "___id": "T000002R053938", + "___id": "T000002R054238", "___s": true }, { @@ -760668,7 +768114,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -760680,7 +768126,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R053939", + "___id": "T000002R054239", "___s": true }, { @@ -760689,7 +768135,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -760732,7 +768178,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R053940", + "___id": "T000002R054240", "___s": true }, { @@ -760741,7 +768187,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -760801,7 +768247,7 @@ "name": "event" } ], - "___id": "T000002R053941", + "___id": "T000002R054241", "___s": true }, { @@ -760810,7 +768256,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -760861,7 +768307,7 @@ "name": "event" } ], - "___id": "T000002R053942", + "___id": "T000002R054242", "___s": true }, { @@ -760870,7 +768316,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -760936,7 +768382,7 @@ "name": "args" } ], - "___id": "T000002R053943", + "___id": "T000002R054243", "___s": true }, { @@ -760945,7 +768391,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -761024,7 +768470,7 @@ "name": "context" } ], - "___id": "T000002R053944", + "___id": "T000002R054244", "___s": true }, { @@ -761033,7 +768479,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -761112,7 +768558,7 @@ "name": "context" } ], - "___id": "T000002R053945", + "___id": "T000002R054245", "___s": true }, { @@ -761121,7 +768567,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -761200,7 +768646,7 @@ "name": "context" } ], - "___id": "T000002R053946", + "___id": "T000002R054246", "___s": true }, { @@ -761209,7 +768655,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -761302,7 +768748,7 @@ "name": "once" } ], - "___id": "T000002R053947", + "___id": "T000002R054247", "___s": true }, { @@ -761311,7 +768757,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -761404,7 +768850,7 @@ "name": "once" } ], - "___id": "T000002R053948", + "___id": "T000002R054248", "___s": true }, { @@ -761413,7 +768859,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -761466,7 +768912,7 @@ "name": "event" } ], - "___id": "T000002R053949", + "___id": "T000002R054249", "___s": true }, { @@ -761475,7 +768921,7 @@ "filename": "Collision.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setCollisionCategory", @@ -761517,7 +768963,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#setCollisionCategory", "inherited": true, - "___id": "T000002R053950", + "___id": "T000002R054250", "___s": true }, { @@ -761526,7 +768972,7 @@ "filename": "Collision.js", "lineno": 42, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "willCollideWith", @@ -761567,7 +769013,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#willCollideWith", "inherited": true, - "___id": "T000002R053951", + "___id": "T000002R054251", "___s": true }, { @@ -761576,7 +769022,7 @@ "filename": "Collision.js", "lineno": 60, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "addCollidesWith", @@ -761618,7 +769064,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#addCollidesWith", "inherited": true, - "___id": "T000002R053952", + "___id": "T000002R054252", "___s": true }, { @@ -761627,7 +769073,7 @@ "filename": "Collision.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "removeCollidesWith", @@ -761669,7 +769115,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#removeCollidesWith", "inherited": true, - "___id": "T000002R053953", + "___id": "T000002R054253", "___s": true }, { @@ -761678,7 +769124,7 @@ "filename": "Collision.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setCollidesWith", @@ -761739,7 +769185,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#setCollidesWith", "inherited": true, - "___id": "T000002R053954", + "___id": "T000002R054254", "___s": true }, { @@ -761748,7 +769194,7 @@ "filename": "Collision.js", "lineno": 130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "resetCollisionCategory", @@ -761775,7 +769221,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Arcade.Components.Collision#resetCollisionCategory", "inherited": true, - "___id": "T000002R053955", + "___id": "T000002R054255", "___s": true }, { @@ -761784,7 +769230,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -761827,7 +769273,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R053956", + "___id": "T000002R054256", "___s": true }, { @@ -761836,7 +769282,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -761896,7 +769342,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listeners", "inherited": true, - "___id": "T000002R053957", + "___id": "T000002R054257", "___s": true }, { @@ -761905,7 +769351,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -761956,7 +769402,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listenerCount", "inherited": true, - "___id": "T000002R053958", + "___id": "T000002R054258", "___s": true }, { @@ -761965,7 +769411,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -762031,7 +769477,7 @@ ], "inherits": "Phaser.Events.EventEmitter#emit", "inherited": true, - "___id": "T000002R053959", + "___id": "T000002R054259", "___s": true }, { @@ -762040,7 +769486,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -762119,7 +769565,7 @@ ], "inherits": "Phaser.Events.EventEmitter#on", "inherited": true, - "___id": "T000002R053960", + "___id": "T000002R054260", "___s": true }, { @@ -762128,7 +769574,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -762207,7 +769653,7 @@ ], "inherits": "Phaser.Events.EventEmitter#addListener", "inherited": true, - "___id": "T000002R053961", + "___id": "T000002R054261", "___s": true }, { @@ -762216,7 +769662,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -762295,7 +769741,7 @@ ], "inherits": "Phaser.Events.EventEmitter#once", "inherited": true, - "___id": "T000002R053962", + "___id": "T000002R054262", "___s": true }, { @@ -762304,7 +769750,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -762397,7 +769843,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeListener", "inherited": true, - "___id": "T000002R053963", + "___id": "T000002R054263", "___s": true }, { @@ -762406,7 +769852,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -762499,7 +769945,7 @@ ], "inherits": "Phaser.Events.EventEmitter#off", "inherited": true, - "___id": "T000002R053964", + "___id": "T000002R054264", "___s": true }, { @@ -762508,7 +769954,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -762561,7 +770007,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeAllListeners", "inherited": true, - "___id": "T000002R053965", + "___id": "T000002R054265", "___s": true }, { @@ -762570,7 +770016,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -762591,7 +770037,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R053968", + "___id": "T000002R054268", "___s": true }, { @@ -762600,7 +770046,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -762632,7 +770078,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R053969", + "___id": "T000002R054269", "___s": true }, { @@ -762641,7 +770087,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -762662,7 +770108,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R053970", + "___id": "T000002R054270", "___s": true }, { @@ -762671,7 +770117,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -762702,7 +770148,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R053971", + "___id": "T000002R054271", "___s": true }, { @@ -762711,7 +770157,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -762732,7 +770178,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R053972", + "___id": "T000002R054272", "___s": true }, { @@ -762741,7 +770187,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -762763,7 +770209,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R053973", + "___id": "T000002R054273", "___s": true }, { @@ -762772,7 +770218,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -762794,7 +770240,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R053974", + "___id": "T000002R054274", "___s": true }, { @@ -762803,7 +770249,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -762825,7 +770271,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R053975", + "___id": "T000002R054275", "___s": true }, { @@ -762834,7 +770280,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -762856,7 +770302,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R053976", + "___id": "T000002R054276", "___s": true }, { @@ -762865,7 +770311,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -762887,7 +770333,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R053977", + "___id": "T000002R054277", "___s": true }, { @@ -762896,7 +770342,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -762921,7 +770367,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R053978", + "___id": "T000002R054278", "___s": true }, { @@ -762930,7 +770376,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -762954,7 +770400,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R053979", + "___id": "T000002R054279", "___s": true }, { @@ -762963,7 +770409,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -763002,7 +770448,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R053980", + "___id": "T000002R054280", "___s": true }, { @@ -763011,7 +770457,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -763033,7 +770479,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R053981", + "___id": "T000002R054281", "___s": true }, { @@ -763042,7 +770488,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -763084,7 +770530,7 @@ "name": "value" } ], - "___id": "T000002R053982", + "___id": "T000002R054282", "___s": true }, { @@ -763093,7 +770539,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -763135,7 +770581,7 @@ "name": "value" } ], - "___id": "T000002R053983", + "___id": "T000002R054283", "___s": true }, { @@ -763144,7 +770590,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -763196,7 +770642,7 @@ "name": "value" } ], - "___id": "T000002R053984", + "___id": "T000002R054284", "___s": true }, { @@ -763205,7 +770651,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -763235,7 +770681,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R053985", + "___id": "T000002R054285", "___s": true }, { @@ -763244,7 +770690,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -763323,7 +770769,7 @@ "name": "data" } ], - "___id": "T000002R053986", + "___id": "T000002R054286", "___s": true }, { @@ -763332,7 +770778,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -763389,7 +770835,7 @@ "name": "amount" } ], - "___id": "T000002R053987", + "___id": "T000002R054287", "___s": true }, { @@ -763398,7 +770844,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -763440,7 +770886,7 @@ "name": "key" } ], - "___id": "T000002R053988", + "___id": "T000002R054288", "___s": true }, { @@ -763449,7 +770895,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -763508,7 +770954,7 @@ "name": "key" } ], - "___id": "T000002R053989", + "___id": "T000002R054289", "___s": true }, { @@ -763517,7 +770963,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -763604,7 +771050,7 @@ "name": "dropZone" } ], - "___id": "T000002R053990", + "___id": "T000002R054290", "___s": true }, { @@ -763613,7 +771059,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -763640,7 +771086,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R053991", + "___id": "T000002R054291", "___s": true }, { @@ -763649,7 +771095,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -763676,7 +771122,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R053992", + "___id": "T000002R054292", "___s": true }, { @@ -763685,7 +771131,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -763697,7 +771143,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R053993", + "___id": "T000002R054293", "___s": true }, { @@ -763706,7 +771152,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -763718,7 +771164,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R053994", + "___id": "T000002R054294", "___s": true }, { @@ -763727,7 +771173,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -763756,7 +771202,7 @@ "name": "args" } ], - "___id": "T000002R053995", + "___id": "T000002R054295", "___s": true }, { @@ -763765,7 +771211,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -763791,7 +771237,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R053996", + "___id": "T000002R054296", "___s": true }, { @@ -763800,7 +771246,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -763841,7 +771287,7 @@ "name": "camera" } ], - "___id": "T000002R053997", + "___id": "T000002R054297", "___s": true }, { @@ -763850,7 +771296,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -763885,7 +771331,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R053998", + "___id": "T000002R054298", "___s": true }, { @@ -763894,7 +771340,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -763951,7 +771397,7 @@ "name": "displayList" } ], - "___id": "T000002R053999", + "___id": "T000002R054299", "___s": true }, { @@ -763960,7 +771406,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -763987,7 +771433,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R054000", + "___id": "T000002R054300", "___s": true }, { @@ -763996,7 +771442,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -764027,7 +771473,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R054001", + "___id": "T000002R054301", "___s": true }, { @@ -764036,7 +771482,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -764063,7 +771509,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R054002", + "___id": "T000002R054302", "___s": true }, { @@ -764072,7 +771518,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -764104,7 +771550,7 @@ "name": "fromScene" } ], - "___id": "T000002R054003", + "___id": "T000002R054303", "___s": true }, { @@ -764113,7 +771559,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -764125,7 +771571,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R054004", + "___id": "T000002R054304", "___s": true }, { @@ -764134,7 +771580,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -764177,7 +771623,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R054005", + "___id": "T000002R054305", "___s": true }, { @@ -764186,7 +771632,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -764246,7 +771692,7 @@ "name": "event" } ], - "___id": "T000002R054006", + "___id": "T000002R054306", "___s": true }, { @@ -764255,7 +771701,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -764306,7 +771752,7 @@ "name": "event" } ], - "___id": "T000002R054007", + "___id": "T000002R054307", "___s": true }, { @@ -764315,7 +771761,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -764381,7 +771827,7 @@ "name": "args" } ], - "___id": "T000002R054008", + "___id": "T000002R054308", "___s": true }, { @@ -764390,7 +771836,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -764469,7 +771915,7 @@ "name": "context" } ], - "___id": "T000002R054009", + "___id": "T000002R054309", "___s": true }, { @@ -764478,7 +771924,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -764557,7 +772003,7 @@ "name": "context" } ], - "___id": "T000002R054010", + "___id": "T000002R054310", "___s": true }, { @@ -764566,7 +772012,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -764645,7 +772091,7 @@ "name": "context" } ], - "___id": "T000002R054011", + "___id": "T000002R054311", "___s": true }, { @@ -764654,7 +772100,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -764747,7 +772193,7 @@ "name": "once" } ], - "___id": "T000002R054012", + "___id": "T000002R054312", "___s": true }, { @@ -764756,7 +772202,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -764849,7 +772295,7 @@ "name": "once" } ], - "___id": "T000002R054013", + "___id": "T000002R054313", "___s": true }, { @@ -764858,7 +772304,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -764911,7 +772357,7 @@ "name": "event" } ], - "___id": "T000002R054014", + "___id": "T000002R054314", "___s": true }, { @@ -764920,7 +772366,7 @@ "filename": "Alpha.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -764948,7 +772394,7 @@ "inherits": "Phaser.GameObjects.Components.Alpha#clearAlpha", "inherited": true, "overrides": "Phaser.GameObjects.Components.Alpha#clearAlpha", - "___id": "T000002R054020", + "___id": "T000002R054320", "___s": true }, { @@ -764957,7 +772403,7 @@ "filename": "Alpha.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -765044,7 +772490,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Alpha#setAlpha", - "___id": "T000002R054021", + "___id": "T000002R054321", "___s": true }, { @@ -765053,7 +772499,7 @@ "filename": "Alpha.js", "lineno": 129, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -765075,7 +772521,7 @@ "inherits": "Phaser.GameObjects.Components.Alpha#alpha", "inherited": true, "overrides": "Phaser.GameObjects.Components.Alpha#alpha", - "___id": "T000002R054022", + "___id": "T000002R054322", "___s": true }, { @@ -765084,7 +772530,7 @@ "filename": "Alpha.js", "lineno": 167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopLeft", @@ -765113,7 +772559,7 @@ "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopLeft", "inherited": true, "overrides": "Phaser.GameObjects.Components.Alpha#alphaTopLeft", - "___id": "T000002R054023", + "___id": "T000002R054323", "___s": true }, { @@ -765122,7 +772568,7 @@ "filename": "Alpha.js", "lineno": 197, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopRight", @@ -765151,7 +772597,7 @@ "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopRight", "inherited": true, "overrides": "Phaser.GameObjects.Components.Alpha#alphaTopRight", - "___id": "T000002R054024", + "___id": "T000002R054324", "___s": true }, { @@ -765160,7 +772606,7 @@ "filename": "Alpha.js", "lineno": 227, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomLeft", @@ -765189,7 +772635,7 @@ "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomLeft", "inherited": true, "overrides": "Phaser.GameObjects.Components.Alpha#alphaBottomLeft", - "___id": "T000002R054025", + "___id": "T000002R054325", "___s": true }, { @@ -765198,7 +772644,7 @@ "filename": "Alpha.js", "lineno": 257, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomRight", @@ -765227,7 +772673,7 @@ "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomRight", "inherited": true, "overrides": "Phaser.GameObjects.Components.Alpha#alphaBottomRight", - "___id": "T000002R054026", + "___id": "T000002R054326", "___s": true }, { @@ -765236,7 +772682,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -765273,7 +772719,7 @@ "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, "overrides": "Phaser.GameObjects.Components.BlendMode#blendMode", - "___id": "T000002R054028", + "___id": "T000002R054328", "___s": true }, { @@ -765282,7 +772728,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -765340,16 +772786,16 @@ } ], "overrides": "Phaser.GameObjects.Components.BlendMode#setBlendMode", - "___id": "T000002R054029", + "___id": "T000002R054329", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -765371,16 +772817,16 @@ "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, "overrides": "Phaser.GameObjects.Components.Depth#depth", - "___id": "T000002R054031", + "___id": "T000002R054331", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -765423,7 +772869,185 @@ } ], "overrides": "Phaser.GameObjects.Components.Depth#setDepth", - "___id": "T000002R054032", + "___id": "T000002R054332", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.Physics.Matter.Image#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.Physics.Matter.Image", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "overrides": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "___id": "T000002R054333", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.Physics.Matter.Image#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.Physics.Matter.Image", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "overrides": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "___id": "T000002R054334", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.Physics.Matter.Image#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.Physics.Matter.Image", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "overrides": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "___id": "T000002R054335", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.Physics.Matter.Image#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.Physics.Matter.Image", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "overrides": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "___id": "T000002R054336", "___s": true }, { @@ -765432,7 +773056,7 @@ "filename": "Flip.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "flipX", @@ -765455,7 +773079,7 @@ "inherits": "Phaser.GameObjects.Components.Flip#flipX", "inherited": true, "overrides": "Phaser.GameObjects.Components.Flip#flipX", - "___id": "T000002R054033", + "___id": "T000002R054337", "___s": true }, { @@ -765464,7 +773088,7 @@ "filename": "Flip.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "flipY", @@ -765487,7 +773111,7 @@ "inherits": "Phaser.GameObjects.Components.Flip#flipY", "inherited": true, "overrides": "Phaser.GameObjects.Components.Flip#flipY", - "___id": "T000002R054034", + "___id": "T000002R054338", "___s": true }, { @@ -765496,7 +773120,7 @@ "filename": "Flip.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipX", @@ -765524,7 +773148,7 @@ "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipX", "inherited": true, "overrides": "Phaser.GameObjects.Components.Flip#toggleFlipX", - "___id": "T000002R054035", + "___id": "T000002R054339", "___s": true }, { @@ -765533,7 +773157,7 @@ "filename": "Flip.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipY", @@ -765561,7 +773185,7 @@ "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipY", "inherited": true, "overrides": "Phaser.GameObjects.Components.Flip#toggleFlipY", - "___id": "T000002R054036", + "___id": "T000002R054340", "___s": true }, { @@ -765570,7 +773194,7 @@ "filename": "Flip.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipX", @@ -765613,7 +773237,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Flip#setFlipX", - "___id": "T000002R054037", + "___id": "T000002R054341", "___s": true }, { @@ -765622,7 +773246,7 @@ "filename": "Flip.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipY", @@ -765665,7 +773289,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Flip#setFlipY", - "___id": "T000002R054038", + "___id": "T000002R054342", "___s": true }, { @@ -765674,7 +773298,7 @@ "filename": "Flip.js", "lineno": 117, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlip", @@ -765730,7 +773354,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Flip#setFlip", - "___id": "T000002R054039", + "___id": "T000002R054343", "___s": true }, { @@ -765739,7 +773363,7 @@ "filename": "Flip.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetFlip", @@ -765767,7 +773391,7 @@ "inherits": "Phaser.GameObjects.Components.Flip#resetFlip", "inherited": true, "overrides": "Phaser.GameObjects.Components.Flip#resetFlip", - "___id": "T000002R054040", + "___id": "T000002R054344", "___s": true }, { @@ -765776,7 +773400,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -765842,7 +773466,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getCenter", - "___id": "T000002R054042", + "___id": "T000002R054346", "___s": true }, { @@ -765851,7 +773475,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -765917,7 +773541,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getTopLeft", - "___id": "T000002R054043", + "___id": "T000002R054347", "___s": true }, { @@ -765926,7 +773550,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -765992,7 +773616,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getTopCenter", - "___id": "T000002R054044", + "___id": "T000002R054348", "___s": true }, { @@ -766001,7 +773625,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -766067,7 +773691,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getTopRight", - "___id": "T000002R054045", + "___id": "T000002R054349", "___s": true }, { @@ -766076,7 +773700,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -766142,7 +773766,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getLeftCenter", - "___id": "T000002R054046", + "___id": "T000002R054350", "___s": true }, { @@ -766151,7 +773775,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -766217,7 +773841,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getRightCenter", - "___id": "T000002R054047", + "___id": "T000002R054351", "___s": true }, { @@ -766226,7 +773850,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -766292,7 +773916,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getBottomLeft", - "___id": "T000002R054048", + "___id": "T000002R054352", "___s": true }, { @@ -766301,7 +773925,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -766367,7 +773991,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getBottomCenter", - "___id": "T000002R054049", + "___id": "T000002R054353", "___s": true }, { @@ -766376,7 +774000,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -766442,7 +774066,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getBottomRight", - "___id": "T000002R054050", + "___id": "T000002R054354", "___s": true }, { @@ -766451,7 +774075,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -766522,7 +774146,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getBounds", - "___id": "T000002R054051", + "___id": "T000002R054355", "___s": true }, { @@ -766531,7 +774155,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -766563,7 +774187,7 @@ "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, "overrides": "Phaser.GameObjects.Components.Mask#mask", - "___id": "T000002R054052", + "___id": "T000002R054356", "___s": true }, { @@ -766572,7 +774196,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -766625,7 +774249,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Mask#setMask", - "___id": "T000002R054053", + "___id": "T000002R054357", "___s": true }, { @@ -766634,7 +774258,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -766679,7 +774303,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Mask#clearMask", - "___id": "T000002R054054", + "___id": "T000002R054358", "___s": true }, { @@ -766688,7 +774312,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -766842,7 +774466,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Mask#createBitmapMask", - "___id": "T000002R054055", + "___id": "T000002R054359", "___s": true }, { @@ -766851,7 +774475,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -766924,7 +774548,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Mask#createGeometryMask", - "___id": "T000002R054056", + "___id": "T000002R054360", "___s": true }, { @@ -766933,7 +774557,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -766957,7 +774581,7 @@ "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, "overrides": "Phaser.GameObjects.Components.Origin#originX", - "___id": "T000002R054058", + "___id": "T000002R054362", "___s": true }, { @@ -766966,7 +774590,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -766990,7 +774614,7 @@ "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, "overrides": "Phaser.GameObjects.Components.Origin#originY", - "___id": "T000002R054059", + "___id": "T000002R054363", "___s": true }, { @@ -766999,7 +774623,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -767021,7 +774645,7 @@ "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, "overrides": "Phaser.GameObjects.Components.Origin#displayOriginX", - "___id": "T000002R054060", + "___id": "T000002R054364", "___s": true }, { @@ -767030,7 +774654,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -767052,7 +774676,7 @@ "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, "overrides": "Phaser.GameObjects.Components.Origin#displayOriginY", - "___id": "T000002R054061", + "___id": "T000002R054365", "___s": true }, { @@ -767061,7 +774685,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -767121,7 +774745,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Origin#setOrigin", - "___id": "T000002R054062", + "___id": "T000002R054366", "___s": true }, { @@ -767130,7 +774754,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -767158,7 +774782,7 @@ "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, "overrides": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", - "___id": "T000002R054063", + "___id": "T000002R054367", "___s": true }, { @@ -767167,7 +774791,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -767227,7 +774851,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Origin#setDisplayOrigin", - "___id": "T000002R054064", + "___id": "T000002R054368", "___s": true }, { @@ -767236,7 +774860,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -767264,7 +774888,7 @@ "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, "overrides": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", - "___id": "T000002R054065", + "___id": "T000002R054369", "___s": true }, { @@ -767273,7 +774897,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -767303,7 +774927,7 @@ "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, "overrides": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", - "___id": "T000002R054066", + "___id": "T000002R054370", "___s": true }, { @@ -767312,7 +774936,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -767342,7 +774966,7 @@ "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, "overrides": "Phaser.GameObjects.Components.Pipeline#pipeline", - "___id": "T000002R054067", + "___id": "T000002R054371", "___s": true }, { @@ -767351,7 +774975,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -767380,7 +775004,7 @@ "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, "overrides": "Phaser.GameObjects.Components.Pipeline#pipelineData", - "___id": "T000002R054068", + "___id": "T000002R054372", "___s": true }, { @@ -767389,7 +775013,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -767449,7 +775073,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Pipeline#initPipeline", - "___id": "T000002R054069", + "___id": "T000002R054373", "___s": true }, { @@ -767458,7 +775082,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -767547,7 +775171,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Pipeline#setPipeline", - "___id": "T000002R054070", + "___id": "T000002R054374", "___s": true }, { @@ -767556,7 +775180,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -767620,7 +775244,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Pipeline#setPipelineData", - "___id": "T000002R054071", + "___id": "T000002R054375", "___s": true }, { @@ -767629,7 +775253,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -767680,16 +775304,16 @@ } ], "overrides": "Phaser.GameObjects.Components.Pipeline#resetPipeline", - "___id": "T000002R054072", + "___id": "T000002R054376", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -767712,10 +775336,12 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.Physics.Matter.Image", @@ -767723,7 +775349,7 @@ "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, "overrides": "Phaser.GameObjects.Components.Pipeline#getPipelineName", - "___id": "T000002R054073", + "___id": "T000002R054377", "___s": true }, { @@ -767732,7 +775358,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -767761,7 +775387,7 @@ "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, "overrides": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", - "___id": "T000002R054074", + "___id": "T000002R054378", "___s": true }, { @@ -767770,7 +775396,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -767808,7 +775434,7 @@ "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, "overrides": "Phaser.GameObjects.Components.PostPipeline#postPipelines", - "___id": "T000002R054075", + "___id": "T000002R054379", "___s": true }, { @@ -767817,7 +775443,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -767846,7 +775472,7 @@ "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, "overrides": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", - "___id": "T000002R054076", + "___id": "T000002R054380", "___s": true }, { @@ -767855,7 +775481,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -767886,7 +775512,7 @@ "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, "overrides": "Phaser.GameObjects.Components.PostPipeline#preFX", - "___id": "T000002R054077", + "___id": "T000002R054381", "___s": true }, { @@ -767895,7 +775521,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -767924,7 +775550,7 @@ "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, "overrides": "Phaser.GameObjects.Components.PostPipeline#postFX", - "___id": "T000002R054078", + "___id": "T000002R054382", "___s": true }, { @@ -767933,7 +775559,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -767970,7 +775596,7 @@ } ], "overrides": "Phaser.GameObjects.Components.PostPipeline#initPostPipeline", - "___id": "T000002R054079", + "___id": "T000002R054383", "___s": true }, { @@ -767979,7 +775605,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -768115,7 +775741,7 @@ } ], "overrides": "Phaser.GameObjects.Components.PostPipeline#setPostPipeline", - "___id": "T000002R054080", + "___id": "T000002R054384", "___s": true }, { @@ -768124,7 +775750,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -768188,7 +775814,7 @@ } ], "overrides": "Phaser.GameObjects.Components.PostPipeline#setPostPipelineData", - "___id": "T000002R054081", + "___id": "T000002R054385", "___s": true }, { @@ -768197,7 +775823,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -768280,7 +775906,7 @@ } ], "overrides": "Phaser.GameObjects.Components.PostPipeline#getPostPipeline", - "___id": "T000002R054082", + "___id": "T000002R054386", "___s": true }, { @@ -768289,7 +775915,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -768326,7 +775952,7 @@ } ], "overrides": "Phaser.GameObjects.Components.PostPipeline#resetPostPipeline", - "___id": "T000002R054083", + "___id": "T000002R054387", "___s": true }, { @@ -768335,7 +775961,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -768395,7 +776021,7 @@ } ], "overrides": "Phaser.GameObjects.Components.PostPipeline#removePostPipeline", - "___id": "T000002R054084", + "___id": "T000002R054388", "___s": true }, { @@ -768404,7 +776030,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -768439,7 +776065,7 @@ "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, "overrides": "Phaser.GameObjects.Components.PostPipeline#clearFX", - "___id": "T000002R054085", + "___id": "T000002R054389", "___s": true }, { @@ -768448,7 +776074,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -768471,7 +776097,7 @@ "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, "overrides": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", - "___id": "T000002R054086", + "___id": "T000002R054390", "___s": true }, { @@ -768480,7 +776106,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -768503,7 +776129,7 @@ "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, "overrides": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", - "___id": "T000002R054087", + "___id": "T000002R054391", "___s": true }, { @@ -768512,7 +776138,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -768570,7 +776196,7 @@ } ], "overrides": "Phaser.GameObjects.Components.ScrollFactor#setScrollFactor", - "___id": "T000002R054088", + "___id": "T000002R054392", "___s": true }, { @@ -768579,7 +776205,7 @@ "filename": "Size.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "width", @@ -768601,7 +776227,7 @@ "inherits": "Phaser.GameObjects.Components.Size#width", "inherited": true, "overrides": "Phaser.GameObjects.Components.Size#width", - "___id": "T000002R054090", + "___id": "T000002R054394", "___s": true }, { @@ -768610,7 +776236,7 @@ "filename": "Size.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "height", @@ -768632,7 +776258,7 @@ "inherits": "Phaser.GameObjects.Components.Size#height", "inherited": true, "overrides": "Phaser.GameObjects.Components.Size#height", - "___id": "T000002R054091", + "___id": "T000002R054395", "___s": true }, { @@ -768641,7 +776267,7 @@ "filename": "Size.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayWidth", @@ -768663,7 +776289,7 @@ "inherits": "Phaser.GameObjects.Components.Size#displayWidth", "inherited": true, "overrides": "Phaser.GameObjects.Components.Size#displayWidth", - "___id": "T000002R054092", + "___id": "T000002R054396", "___s": true }, { @@ -768672,7 +776298,7 @@ "filename": "Size.js", "lineno": 78, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayHeight", @@ -768694,7 +776320,7 @@ "inherits": "Phaser.GameObjects.Components.Size#displayHeight", "inherited": true, "overrides": "Phaser.GameObjects.Components.Size#displayHeight", - "___id": "T000002R054093", + "___id": "T000002R054397", "___s": true }, { @@ -768703,7 +776329,7 @@ "filename": "Size.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSizeToFrame", @@ -768757,7 +776383,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Size#setSizeToFrame", - "___id": "T000002R054094", + "___id": "T000002R054398", "___s": true }, { @@ -768766,7 +776392,7 @@ "filename": "Size.js", "lineno": 139, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSize", @@ -768822,7 +776448,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Size#setSize", - "___id": "T000002R054095", + "___id": "T000002R054399", "___s": true }, { @@ -768831,7 +776457,7 @@ "filename": "Size.js", "lineno": 166, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplaySize", @@ -768887,7 +776513,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Size#setDisplaySize", - "___id": "T000002R054096", + "___id": "T000002R054400", "___s": true }, { @@ -768896,7 +776522,7 @@ "filename": "TextureCrop.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "texture", @@ -768928,7 +776554,7 @@ "inherits": "Phaser.GameObjects.Components.TextureCrop#texture", "inherited": true, "overrides": "Phaser.GameObjects.Components.Texture#texture", - "___id": "T000002R054097", + "___id": "T000002R054401", "___s": true }, { @@ -768937,7 +776563,7 @@ "filename": "TextureCrop.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "frame", @@ -768959,7 +776585,7 @@ "inherits": "Phaser.GameObjects.Components.TextureCrop#frame", "inherited": true, "overrides": "Phaser.GameObjects.Components.Texture#frame", - "___id": "T000002R054098", + "___id": "T000002R054402", "___s": true }, { @@ -768968,7 +776594,7 @@ "filename": "TextureCrop.js", "lineno": 39, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "isCropped", @@ -768990,7 +776616,7 @@ "inherits": "Phaser.GameObjects.Components.TextureCrop#isCropped", "inherited": true, "overrides": "Phaser.GameObjects.Components.Texture#isCropped", - "___id": "T000002R054099", + "___id": "T000002R054403", "___s": true }, { @@ -768999,7 +776625,7 @@ "filename": "TextureCrop.js", "lineno": 50, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setCrop", @@ -769094,7 +776720,7 @@ "name": "height" } ], - "___id": "T000002R054100", + "___id": "T000002R054404", "___s": true }, { @@ -769103,7 +776729,7 @@ "filename": "TextureCrop.js", "lineno": 110, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTexture", @@ -769170,7 +776796,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Texture#setTexture", - "___id": "T000002R054101", + "___id": "T000002R054405", "___s": true }, { @@ -769179,7 +776805,7 @@ "filename": "TextureCrop.js", "lineno": 130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFrame", @@ -769267,7 +776893,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Texture#setFrame", - "___id": "T000002R054102", + "___id": "T000002R054406", "___s": true }, { @@ -769276,7 +776902,7 @@ "filename": "Tint.js", "lineno": 18, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopLeft", @@ -769299,7 +776925,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#tintTopLeft", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#tintTopLeft", - "___id": "T000002R054104", + "___id": "T000002R054408", "___s": true }, { @@ -769308,7 +776934,7 @@ "filename": "Tint.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopRight", @@ -769331,7 +776957,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#tintTopRight", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#tintTopRight", - "___id": "T000002R054105", + "___id": "T000002R054409", "___s": true }, { @@ -769340,7 +776966,7 @@ "filename": "Tint.js", "lineno": 42, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomLeft", @@ -769363,7 +776989,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#tintBottomLeft", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#tintBottomLeft", - "___id": "T000002R054106", + "___id": "T000002R054410", "___s": true }, { @@ -769372,7 +776998,7 @@ "filename": "Tint.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomRight", @@ -769395,7 +777021,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#tintBottomRight", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#tintBottomRight", - "___id": "T000002R054107", + "___id": "T000002R054411", "___s": true }, { @@ -769404,7 +777030,7 @@ "filename": "Tint.js", "lineno": 66, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintFill", @@ -769427,7 +777053,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#tintFill", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#tintFill", - "___id": "T000002R054108", + "___id": "T000002R054412", "___s": true }, { @@ -769436,7 +777062,7 @@ "filename": "Tint.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearTint", @@ -769471,7 +777097,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#clearTint", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#clearTint", - "___id": "T000002R054109", + "___id": "T000002R054413", "___s": true }, { @@ -769480,7 +777106,7 @@ "filename": "Tint.js", "lineno": 98, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTint", @@ -769574,7 +777200,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Tint#setTint", - "___id": "T000002R054110", + "___id": "T000002R054414", "___s": true }, { @@ -769583,7 +777209,7 @@ "filename": "Tint.js", "lineno": 146, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTintFill", @@ -769677,7 +777303,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Tint#setTintFill", - "___id": "T000002R054111", + "___id": "T000002R054415", "___s": true }, { @@ -769686,7 +777312,7 @@ "filename": "Tint.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tint", @@ -769715,7 +777341,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#tint", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#tint", - "___id": "T000002R054112", + "___id": "T000002R054416", "___s": true }, { @@ -769724,7 +777350,7 @@ "filename": "Tint.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "isTinted", @@ -769754,7 +777380,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#isTinted", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#isTinted", - "___id": "T000002R054113", + "___id": "T000002R054417", "___s": true }, { @@ -769763,7 +777389,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -769787,7 +777413,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#hasTransformComponent", - "___id": "T000002R054114", + "___id": "T000002R054418", "___s": true }, { @@ -769796,7 +777422,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -769819,7 +777445,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#x", - "___id": "T000002R054118", + "___id": "T000002R054422", "___s": true }, { @@ -769828,7 +777454,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -769851,7 +777477,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#y", - "___id": "T000002R054119", + "___id": "T000002R054423", "___s": true }, { @@ -769860,7 +777486,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -769883,7 +777509,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#z", - "___id": "T000002R054120", + "___id": "T000002R054424", "___s": true }, { @@ -769892,7 +777518,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -769915,7 +777541,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#w", - "___id": "T000002R054121", + "___id": "T000002R054425", "___s": true }, { @@ -769924,7 +777550,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -769947,7 +777573,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#scale", - "___id": "T000002R054122", + "___id": "T000002R054426", "___s": true }, { @@ -769956,7 +777582,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -769979,7 +777605,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#scaleX", - "___id": "T000002R054123", + "___id": "T000002R054427", "___s": true }, { @@ -769988,7 +777614,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -770011,7 +777637,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#scaleY", - "___id": "T000002R054124", + "___id": "T000002R054428", "___s": true }, { @@ -770020,7 +777646,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -770043,7 +777669,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#angle", - "___id": "T000002R054125", + "___id": "T000002R054429", "___s": true }, { @@ -770052,7 +777678,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -770075,7 +777701,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#rotation", - "___id": "T000002R054126", + "___id": "T000002R054430", "___s": true }, { @@ -770084,7 +777710,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -770174,7 +777800,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setPosition", - "___id": "T000002R054127", + "___id": "T000002R054431", "___s": true }, { @@ -770183,7 +777809,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -770241,7 +777867,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#copyPosition", - "___id": "T000002R054128", + "___id": "T000002R054432", "___s": true }, { @@ -770250,7 +777876,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -770338,7 +777964,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setRandomPosition", - "___id": "T000002R054129", + "___id": "T000002R054433", "___s": true }, { @@ -770347,7 +777973,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -770392,7 +778018,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setRotation", - "___id": "T000002R054130", + "___id": "T000002R054434", "___s": true }, { @@ -770401,7 +778027,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -770446,7 +778072,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setAngle", - "___id": "T000002R054131", + "___id": "T000002R054435", "___s": true }, { @@ -770455,7 +778081,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -770515,7 +778141,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setScale", - "___id": "T000002R054132", + "___id": "T000002R054436", "___s": true }, { @@ -770524,7 +778150,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -770569,7 +778195,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setX", - "___id": "T000002R054133", + "___id": "T000002R054437", "___s": true }, { @@ -770578,7 +778204,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -770623,7 +778249,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setY", - "___id": "T000002R054134", + "___id": "T000002R054438", "___s": true }, { @@ -770632,7 +778258,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -770677,7 +778303,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setZ", - "___id": "T000002R054135", + "___id": "T000002R054439", "___s": true }, { @@ -770686,7 +778312,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -770731,7 +778357,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setW", - "___id": "T000002R054136", + "___id": "T000002R054440", "___s": true }, { @@ -770740,7 +778366,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -770783,7 +778409,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#getLocalTransformMatrix", - "___id": "T000002R054137", + "___id": "T000002R054441", "___s": true }, { @@ -770792,7 +778418,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -770849,7 +778475,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#getWorldTransformMatrix", - "___id": "T000002R054138", + "___id": "T000002R054442", "___s": true }, { @@ -770858,7 +778484,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -770941,7 +778567,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#getLocalPoint", - "___id": "T000002R054139", + "___id": "T000002R054443", "___s": true }, { @@ -770950,7 +778576,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -770977,7 +778603,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#getParentRotation", - "___id": "T000002R054140", + "___id": "T000002R054444", "___s": true }, { @@ -770986,7 +778612,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -771008,7 +778634,7 @@ "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, "overrides": "Phaser.GameObjects.Components.Visible#visible", - "___id": "T000002R054142", + "___id": "T000002R054446", "___s": true }, { @@ -771017,7 +778643,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -771060,7 +778686,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Visible#setVisible", - "___id": "T000002R054143", + "___id": "T000002R054447", "___s": true }, { @@ -771069,7 +778695,7 @@ "filename": "Bounce.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setBounce", @@ -771111,7 +778737,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Bounce#setBounce", "inherited": true, - "___id": "T000002R054144", + "___id": "T000002R054448", "___s": true }, { @@ -771120,7 +778746,7 @@ "filename": "Collision.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setCollisionCategory", @@ -771162,7 +778788,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Collision#setCollisionCategory", "inherited": true, - "___id": "T000002R054145", + "___id": "T000002R054449", "___s": true }, { @@ -771171,7 +778797,7 @@ "filename": "Collision.js", "lineno": 34, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setCollisionGroup", @@ -771213,7 +778839,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Collision#setCollisionGroup", "inherited": true, - "___id": "T000002R054146", + "___id": "T000002R054450", "___s": true }, { @@ -771222,7 +778848,7 @@ "filename": "Collision.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setCollidesWith", @@ -771283,7 +778909,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Collision#setCollidesWith", "inherited": true, - "___id": "T000002R054147", + "___id": "T000002R054451", "___s": true }, { @@ -771292,7 +778918,7 @@ "filename": "Collision.js", "lineno": 87, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setOnCollide", @@ -771334,7 +778960,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Collision#setOnCollide", "inherited": true, - "___id": "T000002R054148", + "___id": "T000002R054452", "___s": true }, { @@ -771343,7 +778969,7 @@ "filename": "Collision.js", "lineno": 107, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setOnCollideEnd", @@ -771385,7 +779011,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Collision#setOnCollideEnd", "inherited": true, - "___id": "T000002R054149", + "___id": "T000002R054453", "___s": true }, { @@ -771394,7 +779020,7 @@ "filename": "Collision.js", "lineno": 127, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setOnCollideActive", @@ -771436,7 +779062,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Collision#setOnCollideActive", "inherited": true, - "___id": "T000002R054150", + "___id": "T000002R054454", "___s": true }, { @@ -771445,7 +779071,7 @@ "filename": "Collision.js", "lineno": 147, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setOnCollideWith", @@ -771519,7 +779145,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Collision#setOnCollideWith", "inherited": true, - "___id": "T000002R054151", + "___id": "T000002R054455", "___s": true }, { @@ -771528,7 +779154,7 @@ "filename": "Force.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "applyForce", @@ -771570,7 +779196,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Force#applyForce", "inherited": true, - "___id": "T000002R054152", + "___id": "T000002R054456", "___s": true }, { @@ -771579,7 +779205,7 @@ "filename": "Force.js", "lineno": 38, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "applyForceFrom", @@ -771634,7 +779260,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Force#applyForceFrom", "inherited": true, - "___id": "T000002R054153", + "___id": "T000002R054457", "___s": true }, { @@ -771643,7 +779269,7 @@ "filename": "Force.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "thrust", @@ -771685,7 +779311,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Force#thrust", "inherited": true, - "___id": "T000002R054154", + "___id": "T000002R054458", "___s": true }, { @@ -771694,7 +779320,7 @@ "filename": "Force.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "thrustLeft", @@ -771736,7 +779362,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Force#thrustLeft", "inherited": true, - "___id": "T000002R054155", + "___id": "T000002R054459", "___s": true }, { @@ -771745,7 +779371,7 @@ "filename": "Force.js", "lineno": 102, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "thrustRight", @@ -771787,7 +779413,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Force#thrustRight", "inherited": true, - "___id": "T000002R054156", + "___id": "T000002R054460", "___s": true }, { @@ -771796,7 +779422,7 @@ "filename": "Force.js", "lineno": 125, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "thrustBack", @@ -771838,7 +779464,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Force#thrustBack", "inherited": true, - "___id": "T000002R054157", + "___id": "T000002R054461", "___s": true }, { @@ -771847,7 +779473,7 @@ "filename": "Friction.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setFriction", @@ -771917,7 +779543,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Friction#setFriction", "inherited": true, - "___id": "T000002R054158", + "___id": "T000002R054462", "___s": true }, { @@ -771926,7 +779552,7 @@ "filename": "Friction.js", "lineno": 44, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setFrictionAir", @@ -771968,7 +779594,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Friction#setFrictionAir", "inherited": true, - "___id": "T000002R054159", + "___id": "T000002R054463", "___s": true }, { @@ -771977,7 +779603,7 @@ "filename": "Friction.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setFrictionStatic", @@ -772019,7 +779645,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Friction#setFrictionStatic", "inherited": true, - "___id": "T000002R054160", + "___id": "T000002R054464", "___s": true }, { @@ -772028,7 +779654,7 @@ "filename": "Gravity.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setIgnoreGravity", @@ -772070,7 +779696,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Gravity#setIgnoreGravity", "inherited": true, - "___id": "T000002R054161", + "___id": "T000002R054465", "___s": true }, { @@ -772079,7 +779705,7 @@ "filename": "Mass.js", "lineno": 18, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setMass", @@ -772121,7 +779747,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Mass#setMass", "inherited": true, - "___id": "T000002R054162", + "___id": "T000002R054466", "___s": true }, { @@ -772130,7 +779756,7 @@ "filename": "Mass.js", "lineno": 35, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setDensity", @@ -772172,7 +779798,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Mass#setDensity", "inherited": true, - "___id": "T000002R054163", + "___id": "T000002R054467", "___s": true }, { @@ -772181,7 +779807,7 @@ "filename": "Mass.js", "lineno": 52, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "centerOfMass", @@ -772217,7 +779843,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Matter.Components.Mass#centerOfMass", "inherited": true, - "___id": "T000002R054164", + "___id": "T000002R054468", "___s": true }, { @@ -772226,7 +779852,7 @@ "filename": "Sensor.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setSensor", @@ -772268,7 +779894,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Sensor#setSensor", "inherited": true, - "___id": "T000002R054165", + "___id": "T000002R054469", "___s": true }, { @@ -772277,7 +779903,7 @@ "filename": "Sensor.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "isSensor", @@ -772303,7 +779929,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Matter.Components.Sensor#isSensor", "inherited": true, - "___id": "T000002R054166", + "___id": "T000002R054470", "___s": true }, { @@ -772312,7 +779938,7 @@ "filename": "SetBody.js", "lineno": 23, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setRectangle", @@ -772381,7 +780007,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.SetBody#setRectangle", "inherited": true, - "___id": "T000002R054167", + "___id": "T000002R054471", "___s": true }, { @@ -772390,7 +780016,7 @@ "filename": "SetBody.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setCircle", @@ -772446,7 +780072,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.SetBody#setCircle", "inherited": true, - "___id": "T000002R054168", + "___id": "T000002R054472", "___s": true }, { @@ -772455,7 +780081,7 @@ "filename": "SetBody.js", "lineno": 62, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setPolygon", @@ -772524,7 +780150,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.SetBody#setPolygon", "inherited": true, - "___id": "T000002R054169", + "___id": "T000002R054473", "___s": true }, { @@ -772533,7 +780159,7 @@ "filename": "SetBody.js", "lineno": 82, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setTrapezoid", @@ -772615,7 +780241,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.SetBody#setTrapezoid", "inherited": true, - "___id": "T000002R054170", + "___id": "T000002R054474", "___s": true }, { @@ -772624,7 +780250,7 @@ "filename": "SetBody.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setExistingBody", @@ -772681,7 +780307,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.SetBody#setExistingBody", "inherited": true, - "___id": "T000002R054171", + "___id": "T000002R054475", "___s": true }, { @@ -772690,7 +780316,7 @@ "filename": "SetBody.js", "lineno": 175, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setBody", @@ -772756,7 +780382,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.SetBody#setBody", "inherited": true, - "___id": "T000002R054172", + "___id": "T000002R054476", "___s": true }, { @@ -772765,7 +780391,7 @@ "filename": "Sleep.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setToSleep", @@ -772792,7 +780418,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Matter.Components.Sleep#setToSleep", "inherited": true, - "___id": "T000002R054173", + "___id": "T000002R054477", "___s": true }, { @@ -772801,7 +780427,7 @@ "filename": "Sleep.js", "lineno": 34, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setAwake", @@ -772828,7 +780454,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Matter.Components.Sleep#setAwake", "inherited": true, - "___id": "T000002R054174", + "___id": "T000002R054478", "___s": true }, { @@ -772837,7 +780463,7 @@ "filename": "Sleep.js", "lineno": 49, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setSleepThreshold", @@ -772881,7 +780507,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Sleep#setSleepThreshold", "inherited": true, - "___id": "T000002R054175", + "___id": "T000002R054479", "___s": true }, { @@ -772890,7 +780516,7 @@ "filename": "Sleep.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setSleepEvents", @@ -772945,7 +780571,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Sleep#setSleepEvents", "inherited": true, - "___id": "T000002R054176", + "___id": "T000002R054480", "___s": true }, { @@ -772954,7 +780580,7 @@ "filename": "Sleep.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setSleepStartEvent", @@ -772996,7 +780622,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Sleep#setSleepStartEvent", "inherited": true, - "___id": "T000002R054177", + "___id": "T000002R054481", "___s": true }, { @@ -773005,7 +780631,7 @@ "filename": "Sleep.js", "lineno": 121, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setSleepEndEvent", @@ -773047,7 +780673,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Sleep#setSleepEndEvent", "inherited": true, - "___id": "T000002R054178", + "___id": "T000002R054482", "___s": true }, { @@ -773056,7 +780682,7 @@ "filename": "Static.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setStatic", @@ -773098,7 +780724,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Static#setStatic", "inherited": true, - "___id": "T000002R054179", + "___id": "T000002R054483", "___s": true }, { @@ -773107,7 +780733,7 @@ "filename": "Static.js", "lineno": 34, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "isStatic", @@ -773133,7 +780759,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Matter.Components.Static#isStatic", "inherited": true, - "___id": "T000002R054180", + "___id": "T000002R054484", "___s": true }, { @@ -773142,7 +780768,7 @@ "filename": "Transform.js", "lineno": 239, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setFixedRotation", @@ -773169,7 +780795,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Matter.Components.Transform#setFixedRotation", "inherited": true, - "___id": "T000002R054181", + "___id": "T000002R054485", "___s": true }, { @@ -773178,7 +780804,7 @@ "filename": "Velocity.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setVelocityX", @@ -773220,7 +780846,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Velocity#setVelocityX", "inherited": true, - "___id": "T000002R054182", + "___id": "T000002R054486", "___s": true }, { @@ -773229,7 +780855,7 @@ "filename": "Velocity.js", "lineno": 36, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setVelocityY", @@ -773271,7 +780897,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Velocity#setVelocityY", "inherited": true, - "___id": "T000002R054183", + "___id": "T000002R054487", "___s": true }, { @@ -773280,7 +780906,7 @@ "filename": "Velocity.js", "lineno": 55, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setVelocity", @@ -773337,7 +780963,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Velocity#setVelocity", "inherited": true, - "___id": "T000002R054184", + "___id": "T000002R054488", "___s": true }, { @@ -773346,7 +780972,7 @@ "filename": "Velocity.js", "lineno": 75, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "getVelocity", @@ -773372,7 +780998,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Matter.Components.Velocity#getVelocity", "inherited": true, - "___id": "T000002R054185", + "___id": "T000002R054489", "___s": true }, { @@ -773381,7 +781007,7 @@ "filename": "Velocity.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setAngularVelocity", @@ -773423,7 +781049,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Velocity#setAngularVelocity", "inherited": true, - "___id": "T000002R054186", + "___id": "T000002R054490", "___s": true }, { @@ -773432,7 +781058,7 @@ "filename": "Velocity.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "getAngularVelocity", @@ -773458,7 +781084,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Matter.Components.Velocity#getAngularVelocity", "inherited": true, - "___id": "T000002R054187", + "___id": "T000002R054491", "___s": true }, { @@ -773467,7 +781093,7 @@ "filename": "Velocity.js", "lineno": 119, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setAngularSpeed", @@ -773509,7 +781135,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Velocity#setAngularSpeed", "inherited": true, - "___id": "T000002R054188", + "___id": "T000002R054492", "___s": true }, { @@ -773518,7 +781144,7 @@ "filename": "Velocity.js", "lineno": 137, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "getAngularSpeed", @@ -773544,7 +781170,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Matter.Components.Velocity#getAngularSpeed", "inherited": true, - "___id": "T000002R054189", + "___id": "T000002R054493", "___s": true }, { @@ -773553,7 +781179,7 @@ "filename": "Sprite.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "anims", @@ -773574,7 +781200,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Sprite#anims", "inherited": true, - "___id": "T000002R054190", + "___id": "T000002R054494", "___s": true }, { @@ -773583,7 +781209,7 @@ "filename": "Sprite.js", "lineno": 125, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "preUpdate", @@ -773624,7 +781250,7 @@ ], "inherits": "Phaser.GameObjects.Sprite#preUpdate", "inherited": true, - "___id": "T000002R054191", + "___id": "T000002R054495", "___s": true }, { @@ -773633,7 +781259,7 @@ "filename": "Sprite.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "play", @@ -773708,7 +781334,7 @@ ], "inherits": "Phaser.GameObjects.Sprite#play", "inherited": true, - "___id": "T000002R054192", + "___id": "T000002R054496", "___s": true }, { @@ -773717,7 +781343,7 @@ "filename": "Sprite.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "playReverse", @@ -773792,7 +781418,7 @@ ], "inherits": "Phaser.GameObjects.Sprite#playReverse", "inherited": true, - "___id": "T000002R054193", + "___id": "T000002R054497", "___s": true }, { @@ -773801,7 +781427,7 @@ "filename": "Sprite.js", "lineno": 270, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "playAfterDelay", @@ -773874,7 +781500,7 @@ ], "inherits": "Phaser.GameObjects.Sprite#playAfterDelay", "inherited": true, - "___id": "T000002R054194", + "___id": "T000002R054498", "___s": true }, { @@ -773883,7 +781509,7 @@ "filename": "Sprite.js", "lineno": 300, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "playAfterRepeat", @@ -773958,7 +781584,7 @@ ], "inherits": "Phaser.GameObjects.Sprite#playAfterRepeat", "inherited": true, - "___id": "T000002R054195", + "___id": "T000002R054499", "___s": true }, { @@ -773967,7 +781593,7 @@ "filename": "Sprite.js", "lineno": 327, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "chain", @@ -774067,7 +781693,7 @@ ], "inherits": "Phaser.GameObjects.Sprite#chain", "inherited": true, - "___id": "T000002R054196", + "___id": "T000002R054500", "___s": true }, { @@ -774076,7 +781702,7 @@ "filename": "Sprite.js", "lineno": 359, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "stop", @@ -774106,7 +781732,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Sprite#stop", "inherited": true, - "___id": "T000002R054197", + "___id": "T000002R054501", "___s": true }, { @@ -774115,7 +781741,7 @@ "filename": "Sprite.js", "lineno": 377, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "stopAfterDelay", @@ -774160,7 +781786,7 @@ ], "inherits": "Phaser.GameObjects.Sprite#stopAfterDelay", "inherited": true, - "___id": "T000002R054198", + "___id": "T000002R054502", "___s": true }, { @@ -774169,7 +781795,7 @@ "filename": "Sprite.js", "lineno": 400, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "stopAfterRepeat", @@ -774216,7 +781842,7 @@ ], "inherits": "Phaser.GameObjects.Sprite#stopAfterRepeat", "inherited": true, - "___id": "T000002R054199", + "___id": "T000002R054503", "___s": true }, { @@ -774225,7 +781851,7 @@ "filename": "Sprite.js", "lineno": 423, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "stopOnFrame", @@ -774270,7 +781896,7 @@ ], "inherits": "Phaser.GameObjects.Sprite#stopOnFrame", "inherited": true, - "___id": "T000002R054200", + "___id": "T000002R054504", "___s": true }, { @@ -774279,7 +781905,7 @@ "filename": "Sprite.js", "lineno": 447, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\sprite", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\sprite", "code": {} }, "name": "toJSON", @@ -774305,7 +781931,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Sprite#toJSON", "inherited": true, - "___id": "T000002R054201", + "___id": "T000002R054505", "___s": true }, { @@ -774314,7 +781940,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -774335,7 +781961,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R054205", + "___id": "T000002R054509", "___s": true }, { @@ -774344,7 +781970,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -774376,7 +782002,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R054206", + "___id": "T000002R054510", "___s": true }, { @@ -774385,7 +782011,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -774406,7 +782032,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R054207", + "___id": "T000002R054511", "___s": true }, { @@ -774415,7 +782041,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -774446,7 +782072,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R054208", + "___id": "T000002R054512", "___s": true }, { @@ -774455,7 +782081,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -774476,7 +782102,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R054209", + "___id": "T000002R054513", "___s": true }, { @@ -774485,7 +782111,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -774507,7 +782133,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R054210", + "___id": "T000002R054514", "___s": true }, { @@ -774516,7 +782142,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -774538,7 +782164,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R054211", + "___id": "T000002R054515", "___s": true }, { @@ -774547,7 +782173,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -774569,7 +782195,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R054212", + "___id": "T000002R054516", "___s": true }, { @@ -774578,7 +782204,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -774600,7 +782226,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R054213", + "___id": "T000002R054517", "___s": true }, { @@ -774609,7 +782235,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -774631,7 +782257,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R054214", + "___id": "T000002R054518", "___s": true }, { @@ -774640,7 +782266,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -774665,7 +782291,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R054215", + "___id": "T000002R054519", "___s": true }, { @@ -774674,7 +782300,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -774698,7 +782324,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R054216", + "___id": "T000002R054520", "___s": true }, { @@ -774707,7 +782333,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -774746,7 +782372,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R054217", + "___id": "T000002R054521", "___s": true }, { @@ -774755,7 +782381,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -774777,7 +782403,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R054218", + "___id": "T000002R054522", "___s": true }, { @@ -774786,7 +782412,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -774828,7 +782454,7 @@ "name": "value" } ], - "___id": "T000002R054219", + "___id": "T000002R054523", "___s": true }, { @@ -774837,7 +782463,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -774879,7 +782505,7 @@ "name": "value" } ], - "___id": "T000002R054220", + "___id": "T000002R054524", "___s": true }, { @@ -774888,7 +782514,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -774940,7 +782566,7 @@ "name": "value" } ], - "___id": "T000002R054221", + "___id": "T000002R054525", "___s": true }, { @@ -774949,7 +782575,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -774979,7 +782605,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R054222", + "___id": "T000002R054526", "___s": true }, { @@ -774988,7 +782614,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -775067,7 +782693,7 @@ "name": "data" } ], - "___id": "T000002R054223", + "___id": "T000002R054527", "___s": true }, { @@ -775076,7 +782702,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -775133,7 +782759,7 @@ "name": "amount" } ], - "___id": "T000002R054224", + "___id": "T000002R054528", "___s": true }, { @@ -775142,7 +782768,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -775184,7 +782810,7 @@ "name": "key" } ], - "___id": "T000002R054225", + "___id": "T000002R054529", "___s": true }, { @@ -775193,7 +782819,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -775252,7 +782878,7 @@ "name": "key" } ], - "___id": "T000002R054226", + "___id": "T000002R054530", "___s": true }, { @@ -775261,7 +782887,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -775348,7 +782974,7 @@ "name": "dropZone" } ], - "___id": "T000002R054227", + "___id": "T000002R054531", "___s": true }, { @@ -775357,7 +782983,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -775384,7 +783010,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R054228", + "___id": "T000002R054532", "___s": true }, { @@ -775393,7 +783019,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -775420,7 +783046,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R054229", + "___id": "T000002R054533", "___s": true }, { @@ -775429,7 +783055,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -775441,7 +783067,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R054230", + "___id": "T000002R054534", "___s": true }, { @@ -775450,7 +783076,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -775462,7 +783088,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R054231", + "___id": "T000002R054535", "___s": true }, { @@ -775471,7 +783097,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -775500,7 +783126,7 @@ "name": "args" } ], - "___id": "T000002R054232", + "___id": "T000002R054536", "___s": true }, { @@ -775509,7 +783135,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -775550,7 +783176,7 @@ "name": "camera" } ], - "___id": "T000002R054233", + "___id": "T000002R054537", "___s": true }, { @@ -775559,7 +783185,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -775594,7 +783220,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R054234", + "___id": "T000002R054538", "___s": true }, { @@ -775603,7 +783229,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -775660,7 +783286,7 @@ "name": "displayList" } ], - "___id": "T000002R054235", + "___id": "T000002R054539", "___s": true }, { @@ -775669,7 +783295,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -775696,7 +783322,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R054236", + "___id": "T000002R054540", "___s": true }, { @@ -775705,7 +783331,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -775736,7 +783362,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R054237", + "___id": "T000002R054541", "___s": true }, { @@ -775745,7 +783371,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -775772,7 +783398,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R054238", + "___id": "T000002R054542", "___s": true }, { @@ -775781,7 +783407,7 @@ "filename": "GameObject.js", "lineno": 810, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "destroy", @@ -775813,7 +783439,7 @@ "name": "fromScene" } ], - "___id": "T000002R054239", + "___id": "T000002R054543", "___s": true }, { @@ -775822,7 +783448,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -775834,7 +783460,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R054240", + "___id": "T000002R054544", "___s": true }, { @@ -775843,7 +783469,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -775886,7 +783512,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R054241", + "___id": "T000002R054545", "___s": true }, { @@ -775895,7 +783521,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -775955,7 +783581,7 @@ "name": "event" } ], - "___id": "T000002R054242", + "___id": "T000002R054546", "___s": true }, { @@ -775964,7 +783590,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -776015,7 +783641,7 @@ "name": "event" } ], - "___id": "T000002R054243", + "___id": "T000002R054547", "___s": true }, { @@ -776024,7 +783650,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -776090,7 +783716,7 @@ "name": "args" } ], - "___id": "T000002R054244", + "___id": "T000002R054548", "___s": true }, { @@ -776099,7 +783725,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -776178,7 +783804,7 @@ "name": "context" } ], - "___id": "T000002R054245", + "___id": "T000002R054549", "___s": true }, { @@ -776187,7 +783813,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -776266,7 +783892,7 @@ "name": "context" } ], - "___id": "T000002R054246", + "___id": "T000002R054550", "___s": true }, { @@ -776275,7 +783901,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -776354,7 +783980,7 @@ "name": "context" } ], - "___id": "T000002R054247", + "___id": "T000002R054551", "___s": true }, { @@ -776363,7 +783989,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -776456,7 +784082,7 @@ "name": "once" } ], - "___id": "T000002R054248", + "___id": "T000002R054552", "___s": true }, { @@ -776465,7 +784091,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -776558,7 +784184,7 @@ "name": "once" } ], - "___id": "T000002R054249", + "___id": "T000002R054553", "___s": true }, { @@ -776567,7 +784193,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -776620,7 +784246,7 @@ "name": "event" } ], - "___id": "T000002R054250", + "___id": "T000002R054554", "___s": true }, { @@ -776629,7 +784255,7 @@ "filename": "Alpha.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -776657,7 +784283,7 @@ "inherits": "Phaser.GameObjects.Components.Alpha#clearAlpha", "inherited": true, "overrides": "Phaser.GameObjects.Components.Alpha#clearAlpha", - "___id": "T000002R054256", + "___id": "T000002R054560", "___s": true }, { @@ -776666,7 +784292,7 @@ "filename": "Alpha.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -776753,7 +784379,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Alpha#setAlpha", - "___id": "T000002R054257", + "___id": "T000002R054561", "___s": true }, { @@ -776762,7 +784388,7 @@ "filename": "Alpha.js", "lineno": 129, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -776784,7 +784410,7 @@ "inherits": "Phaser.GameObjects.Components.Alpha#alpha", "inherited": true, "overrides": "Phaser.GameObjects.Components.Alpha#alpha", - "___id": "T000002R054258", + "___id": "T000002R054562", "___s": true }, { @@ -776793,7 +784419,7 @@ "filename": "Alpha.js", "lineno": 167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopLeft", @@ -776822,7 +784448,7 @@ "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopLeft", "inherited": true, "overrides": "Phaser.GameObjects.Components.Alpha#alphaTopLeft", - "___id": "T000002R054259", + "___id": "T000002R054563", "___s": true }, { @@ -776831,7 +784457,7 @@ "filename": "Alpha.js", "lineno": 197, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopRight", @@ -776860,7 +784486,7 @@ "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopRight", "inherited": true, "overrides": "Phaser.GameObjects.Components.Alpha#alphaTopRight", - "___id": "T000002R054260", + "___id": "T000002R054564", "___s": true }, { @@ -776869,7 +784495,7 @@ "filename": "Alpha.js", "lineno": 227, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomLeft", @@ -776898,7 +784524,7 @@ "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomLeft", "inherited": true, "overrides": "Phaser.GameObjects.Components.Alpha#alphaBottomLeft", - "___id": "T000002R054261", + "___id": "T000002R054565", "___s": true }, { @@ -776907,7 +784533,7 @@ "filename": "Alpha.js", "lineno": 257, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomRight", @@ -776936,7 +784562,7 @@ "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomRight", "inherited": true, "overrides": "Phaser.GameObjects.Components.Alpha#alphaBottomRight", - "___id": "T000002R054262", + "___id": "T000002R054566", "___s": true }, { @@ -776945,7 +784571,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -776982,7 +784608,7 @@ "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, "overrides": "Phaser.GameObjects.Components.BlendMode#blendMode", - "___id": "T000002R054264", + "___id": "T000002R054568", "___s": true }, { @@ -776991,7 +784617,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -777049,16 +784675,16 @@ } ], "overrides": "Phaser.GameObjects.Components.BlendMode#setBlendMode", - "___id": "T000002R054265", + "___id": "T000002R054569", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -777080,16 +784706,16 @@ "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, "overrides": "Phaser.GameObjects.Components.Depth#depth", - "___id": "T000002R054267", + "___id": "T000002R054571", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -777132,7 +784758,185 @@ } ], "overrides": "Phaser.GameObjects.Components.Depth#setDepth", - "___id": "T000002R054268", + "___id": "T000002R054572", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.Physics.Matter.Sprite#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.Physics.Matter.Sprite", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "overrides": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "___id": "T000002R054573", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.Physics.Matter.Sprite#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.Physics.Matter.Sprite", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "overrides": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "___id": "T000002R054574", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.Physics.Matter.Sprite#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.Physics.Matter.Sprite", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "overrides": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "___id": "T000002R054575", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.Physics.Matter.Sprite#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.Physics.Matter.Sprite", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "overrides": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "___id": "T000002R054576", "___s": true }, { @@ -777141,7 +784945,7 @@ "filename": "Flip.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "flipX", @@ -777164,7 +784968,7 @@ "inherits": "Phaser.GameObjects.Components.Flip#flipX", "inherited": true, "overrides": "Phaser.GameObjects.Components.Flip#flipX", - "___id": "T000002R054269", + "___id": "T000002R054577", "___s": true }, { @@ -777173,7 +784977,7 @@ "filename": "Flip.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "flipY", @@ -777196,7 +785000,7 @@ "inherits": "Phaser.GameObjects.Components.Flip#flipY", "inherited": true, "overrides": "Phaser.GameObjects.Components.Flip#flipY", - "___id": "T000002R054270", + "___id": "T000002R054578", "___s": true }, { @@ -777205,7 +785009,7 @@ "filename": "Flip.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipX", @@ -777233,7 +785037,7 @@ "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipX", "inherited": true, "overrides": "Phaser.GameObjects.Components.Flip#toggleFlipX", - "___id": "T000002R054271", + "___id": "T000002R054579", "___s": true }, { @@ -777242,7 +785046,7 @@ "filename": "Flip.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipY", @@ -777270,7 +785074,7 @@ "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipY", "inherited": true, "overrides": "Phaser.GameObjects.Components.Flip#toggleFlipY", - "___id": "T000002R054272", + "___id": "T000002R054580", "___s": true }, { @@ -777279,7 +785083,7 @@ "filename": "Flip.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipX", @@ -777322,7 +785126,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Flip#setFlipX", - "___id": "T000002R054273", + "___id": "T000002R054581", "___s": true }, { @@ -777331,7 +785135,7 @@ "filename": "Flip.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipY", @@ -777374,7 +785178,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Flip#setFlipY", - "___id": "T000002R054274", + "___id": "T000002R054582", "___s": true }, { @@ -777383,7 +785187,7 @@ "filename": "Flip.js", "lineno": 117, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlip", @@ -777439,7 +785243,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Flip#setFlip", - "___id": "T000002R054275", + "___id": "T000002R054583", "___s": true }, { @@ -777448,7 +785252,7 @@ "filename": "Flip.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetFlip", @@ -777476,7 +785280,7 @@ "inherits": "Phaser.GameObjects.Components.Flip#resetFlip", "inherited": true, "overrides": "Phaser.GameObjects.Components.Flip#resetFlip", - "___id": "T000002R054276", + "___id": "T000002R054584", "___s": true }, { @@ -777485,7 +785289,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -777551,7 +785355,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getCenter", - "___id": "T000002R054278", + "___id": "T000002R054586", "___s": true }, { @@ -777560,7 +785364,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -777626,7 +785430,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getTopLeft", - "___id": "T000002R054279", + "___id": "T000002R054587", "___s": true }, { @@ -777635,7 +785439,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -777701,7 +785505,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getTopCenter", - "___id": "T000002R054280", + "___id": "T000002R054588", "___s": true }, { @@ -777710,7 +785514,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -777776,7 +785580,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getTopRight", - "___id": "T000002R054281", + "___id": "T000002R054589", "___s": true }, { @@ -777785,7 +785589,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -777851,7 +785655,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getLeftCenter", - "___id": "T000002R054282", + "___id": "T000002R054590", "___s": true }, { @@ -777860,7 +785664,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -777926,7 +785730,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getRightCenter", - "___id": "T000002R054283", + "___id": "T000002R054591", "___s": true }, { @@ -777935,7 +785739,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -778001,7 +785805,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getBottomLeft", - "___id": "T000002R054284", + "___id": "T000002R054592", "___s": true }, { @@ -778010,7 +785814,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -778076,7 +785880,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getBottomCenter", - "___id": "T000002R054285", + "___id": "T000002R054593", "___s": true }, { @@ -778085,7 +785889,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -778151,7 +785955,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getBottomRight", - "___id": "T000002R054286", + "___id": "T000002R054594", "___s": true }, { @@ -778160,7 +785964,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -778231,7 +786035,7 @@ } ], "overrides": "Phaser.GameObjects.Components.GetBounds#getBounds", - "___id": "T000002R054287", + "___id": "T000002R054595", "___s": true }, { @@ -778240,7 +786044,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -778272,7 +786076,7 @@ "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, "overrides": "Phaser.GameObjects.Components.Mask#mask", - "___id": "T000002R054288", + "___id": "T000002R054596", "___s": true }, { @@ -778281,7 +786085,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -778334,7 +786138,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Mask#setMask", - "___id": "T000002R054289", + "___id": "T000002R054597", "___s": true }, { @@ -778343,7 +786147,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -778388,7 +786192,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Mask#clearMask", - "___id": "T000002R054290", + "___id": "T000002R054598", "___s": true }, { @@ -778397,7 +786201,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -778551,7 +786355,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Mask#createBitmapMask", - "___id": "T000002R054291", + "___id": "T000002R054599", "___s": true }, { @@ -778560,7 +786364,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -778633,7 +786437,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Mask#createGeometryMask", - "___id": "T000002R054292", + "___id": "T000002R054600", "___s": true }, { @@ -778642,7 +786446,7 @@ "filename": "Origin.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originX", @@ -778666,7 +786470,7 @@ "inherits": "Phaser.GameObjects.Components.Origin#originX", "inherited": true, "overrides": "Phaser.GameObjects.Components.Origin#originX", - "___id": "T000002R054294", + "___id": "T000002R054602", "___s": true }, { @@ -778675,7 +786479,7 @@ "filename": "Origin.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "originY", @@ -778699,7 +786503,7 @@ "inherits": "Phaser.GameObjects.Components.Origin#originY", "inherited": true, "overrides": "Phaser.GameObjects.Components.Origin#originY", - "___id": "T000002R054295", + "___id": "T000002R054603", "___s": true }, { @@ -778708,7 +786512,7 @@ "filename": "Origin.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginX", @@ -778730,7 +786534,7 @@ "inherits": "Phaser.GameObjects.Components.Origin#displayOriginX", "inherited": true, "overrides": "Phaser.GameObjects.Components.Origin#displayOriginX", - "___id": "T000002R054296", + "___id": "T000002R054604", "___s": true }, { @@ -778739,7 +786543,7 @@ "filename": "Origin.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayOriginY", @@ -778761,7 +786565,7 @@ "inherits": "Phaser.GameObjects.Components.Origin#displayOriginY", "inherited": true, "overrides": "Phaser.GameObjects.Components.Origin#displayOriginY", - "___id": "T000002R054297", + "___id": "T000002R054605", "___s": true }, { @@ -778770,7 +786574,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -778830,7 +786634,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Origin#setOrigin", - "___id": "T000002R054298", + "___id": "T000002R054606", "___s": true }, { @@ -778839,7 +786643,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -778867,7 +786671,7 @@ "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, "overrides": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", - "___id": "T000002R054299", + "___id": "T000002R054607", "___s": true }, { @@ -778876,7 +786680,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -778936,7 +786740,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Origin#setDisplayOrigin", - "___id": "T000002R054300", + "___id": "T000002R054608", "___s": true }, { @@ -778945,7 +786749,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -778973,7 +786777,7 @@ "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, "overrides": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", - "___id": "T000002R054301", + "___id": "T000002R054609", "___s": true }, { @@ -778982,7 +786786,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -779012,7 +786816,7 @@ "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, "overrides": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", - "___id": "T000002R054302", + "___id": "T000002R054610", "___s": true }, { @@ -779021,7 +786825,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -779051,7 +786855,7 @@ "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, "overrides": "Phaser.GameObjects.Components.Pipeline#pipeline", - "___id": "T000002R054303", + "___id": "T000002R054611", "___s": true }, { @@ -779060,7 +786864,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -779089,7 +786893,7 @@ "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, "overrides": "Phaser.GameObjects.Components.Pipeline#pipelineData", - "___id": "T000002R054304", + "___id": "T000002R054612", "___s": true }, { @@ -779098,7 +786902,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -779158,7 +786962,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Pipeline#initPipeline", - "___id": "T000002R054305", + "___id": "T000002R054613", "___s": true }, { @@ -779167,7 +786971,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -779256,7 +787060,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Pipeline#setPipeline", - "___id": "T000002R054306", + "___id": "T000002R054614", "___s": true }, { @@ -779265,7 +787069,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -779329,7 +787133,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Pipeline#setPipelineData", - "___id": "T000002R054307", + "___id": "T000002R054615", "___s": true }, { @@ -779338,7 +787142,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -779389,16 +787193,16 @@ } ], "overrides": "Phaser.GameObjects.Components.Pipeline#resetPipeline", - "___id": "T000002R054308", + "___id": "T000002R054616", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -779421,10 +787225,12 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.Physics.Matter.Sprite", @@ -779432,7 +787238,7 @@ "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, "overrides": "Phaser.GameObjects.Components.Pipeline#getPipelineName", - "___id": "T000002R054309", + "___id": "T000002R054617", "___s": true }, { @@ -779441,7 +787247,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -779470,7 +787276,7 @@ "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, "overrides": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", - "___id": "T000002R054310", + "___id": "T000002R054618", "___s": true }, { @@ -779479,7 +787285,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -779517,7 +787323,7 @@ "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, "overrides": "Phaser.GameObjects.Components.PostPipeline#postPipelines", - "___id": "T000002R054311", + "___id": "T000002R054619", "___s": true }, { @@ -779526,7 +787332,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -779555,7 +787361,7 @@ "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, "overrides": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", - "___id": "T000002R054312", + "___id": "T000002R054620", "___s": true }, { @@ -779564,7 +787370,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -779595,7 +787401,7 @@ "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, "overrides": "Phaser.GameObjects.Components.PostPipeline#preFX", - "___id": "T000002R054313", + "___id": "T000002R054621", "___s": true }, { @@ -779604,7 +787410,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -779633,7 +787439,7 @@ "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, "overrides": "Phaser.GameObjects.Components.PostPipeline#postFX", - "___id": "T000002R054314", + "___id": "T000002R054622", "___s": true }, { @@ -779642,7 +787448,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -779679,7 +787485,7 @@ } ], "overrides": "Phaser.GameObjects.Components.PostPipeline#initPostPipeline", - "___id": "T000002R054315", + "___id": "T000002R054623", "___s": true }, { @@ -779688,7 +787494,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -779824,7 +787630,7 @@ } ], "overrides": "Phaser.GameObjects.Components.PostPipeline#setPostPipeline", - "___id": "T000002R054316", + "___id": "T000002R054624", "___s": true }, { @@ -779833,7 +787639,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -779897,7 +787703,7 @@ } ], "overrides": "Phaser.GameObjects.Components.PostPipeline#setPostPipelineData", - "___id": "T000002R054317", + "___id": "T000002R054625", "___s": true }, { @@ -779906,7 +787712,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -779989,7 +787795,7 @@ } ], "overrides": "Phaser.GameObjects.Components.PostPipeline#getPostPipeline", - "___id": "T000002R054318", + "___id": "T000002R054626", "___s": true }, { @@ -779998,7 +787804,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -780035,7 +787841,7 @@ } ], "overrides": "Phaser.GameObjects.Components.PostPipeline#resetPostPipeline", - "___id": "T000002R054319", + "___id": "T000002R054627", "___s": true }, { @@ -780044,7 +787850,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -780104,7 +787910,7 @@ } ], "overrides": "Phaser.GameObjects.Components.PostPipeline#removePostPipeline", - "___id": "T000002R054320", + "___id": "T000002R054628", "___s": true }, { @@ -780113,7 +787919,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -780148,7 +787954,7 @@ "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, "overrides": "Phaser.GameObjects.Components.PostPipeline#clearFX", - "___id": "T000002R054321", + "___id": "T000002R054629", "___s": true }, { @@ -780157,7 +787963,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -780180,7 +787986,7 @@ "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, "overrides": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", - "___id": "T000002R054322", + "___id": "T000002R054630", "___s": true }, { @@ -780189,7 +787995,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -780212,7 +788018,7 @@ "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, "overrides": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", - "___id": "T000002R054323", + "___id": "T000002R054631", "___s": true }, { @@ -780221,7 +788027,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -780279,7 +788085,7 @@ } ], "overrides": "Phaser.GameObjects.Components.ScrollFactor#setScrollFactor", - "___id": "T000002R054324", + "___id": "T000002R054632", "___s": true }, { @@ -780288,7 +788094,7 @@ "filename": "Size.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "width", @@ -780310,7 +788116,7 @@ "inherits": "Phaser.GameObjects.Components.Size#width", "inherited": true, "overrides": "Phaser.GameObjects.Components.Size#width", - "___id": "T000002R054326", + "___id": "T000002R054634", "___s": true }, { @@ -780319,7 +788125,7 @@ "filename": "Size.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "height", @@ -780341,7 +788147,7 @@ "inherits": "Phaser.GameObjects.Components.Size#height", "inherited": true, "overrides": "Phaser.GameObjects.Components.Size#height", - "___id": "T000002R054327", + "___id": "T000002R054635", "___s": true }, { @@ -780350,7 +788156,7 @@ "filename": "Size.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayWidth", @@ -780372,7 +788178,7 @@ "inherits": "Phaser.GameObjects.Components.Size#displayWidth", "inherited": true, "overrides": "Phaser.GameObjects.Components.Size#displayWidth", - "___id": "T000002R054328", + "___id": "T000002R054636", "___s": true }, { @@ -780381,7 +788187,7 @@ "filename": "Size.js", "lineno": 78, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayHeight", @@ -780403,7 +788209,7 @@ "inherits": "Phaser.GameObjects.Components.Size#displayHeight", "inherited": true, "overrides": "Phaser.GameObjects.Components.Size#displayHeight", - "___id": "T000002R054329", + "___id": "T000002R054637", "___s": true }, { @@ -780412,7 +788218,7 @@ "filename": "Size.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSizeToFrame", @@ -780466,7 +788272,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Size#setSizeToFrame", - "___id": "T000002R054330", + "___id": "T000002R054638", "___s": true }, { @@ -780475,7 +788281,7 @@ "filename": "Size.js", "lineno": 139, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSize", @@ -780531,7 +788337,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Size#setSize", - "___id": "T000002R054331", + "___id": "T000002R054639", "___s": true }, { @@ -780540,7 +788346,7 @@ "filename": "Size.js", "lineno": 166, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplaySize", @@ -780596,7 +788402,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Size#setDisplaySize", - "___id": "T000002R054332", + "___id": "T000002R054640", "___s": true }, { @@ -780605,7 +788411,7 @@ "filename": "TextureCrop.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "texture", @@ -780637,7 +788443,7 @@ "inherits": "Phaser.GameObjects.Components.TextureCrop#texture", "inherited": true, "overrides": "Phaser.GameObjects.Components.Texture#texture", - "___id": "T000002R054333", + "___id": "T000002R054641", "___s": true }, { @@ -780646,7 +788452,7 @@ "filename": "TextureCrop.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "frame", @@ -780668,7 +788474,7 @@ "inherits": "Phaser.GameObjects.Components.TextureCrop#frame", "inherited": true, "overrides": "Phaser.GameObjects.Components.Texture#frame", - "___id": "T000002R054334", + "___id": "T000002R054642", "___s": true }, { @@ -780677,7 +788483,7 @@ "filename": "TextureCrop.js", "lineno": 39, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "isCropped", @@ -780699,7 +788505,7 @@ "inherits": "Phaser.GameObjects.Components.TextureCrop#isCropped", "inherited": true, "overrides": "Phaser.GameObjects.Components.Texture#isCropped", - "___id": "T000002R054335", + "___id": "T000002R054643", "___s": true }, { @@ -780708,7 +788514,7 @@ "filename": "TextureCrop.js", "lineno": 50, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setCrop", @@ -780803,7 +788609,7 @@ "name": "height" } ], - "___id": "T000002R054336", + "___id": "T000002R054644", "___s": true }, { @@ -780812,7 +788618,7 @@ "filename": "TextureCrop.js", "lineno": 110, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTexture", @@ -780879,7 +788685,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Texture#setTexture", - "___id": "T000002R054337", + "___id": "T000002R054645", "___s": true }, { @@ -780888,7 +788694,7 @@ "filename": "TextureCrop.js", "lineno": 130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFrame", @@ -780976,7 +788782,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Texture#setFrame", - "___id": "T000002R054338", + "___id": "T000002R054646", "___s": true }, { @@ -780985,7 +788791,7 @@ "filename": "Tint.js", "lineno": 18, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopLeft", @@ -781008,7 +788814,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#tintTopLeft", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#tintTopLeft", - "___id": "T000002R054340", + "___id": "T000002R054648", "___s": true }, { @@ -781017,7 +788823,7 @@ "filename": "Tint.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintTopRight", @@ -781040,7 +788846,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#tintTopRight", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#tintTopRight", - "___id": "T000002R054341", + "___id": "T000002R054649", "___s": true }, { @@ -781049,7 +788855,7 @@ "filename": "Tint.js", "lineno": 42, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomLeft", @@ -781072,7 +788878,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#tintBottomLeft", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#tintBottomLeft", - "___id": "T000002R054342", + "___id": "T000002R054650", "___s": true }, { @@ -781081,7 +788887,7 @@ "filename": "Tint.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintBottomRight", @@ -781104,7 +788910,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#tintBottomRight", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#tintBottomRight", - "___id": "T000002R054343", + "___id": "T000002R054651", "___s": true }, { @@ -781113,7 +788919,7 @@ "filename": "Tint.js", "lineno": 66, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tintFill", @@ -781136,7 +788942,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#tintFill", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#tintFill", - "___id": "T000002R054344", + "___id": "T000002R054652", "___s": true }, { @@ -781145,7 +788951,7 @@ "filename": "Tint.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearTint", @@ -781180,7 +788986,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#clearTint", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#clearTint", - "___id": "T000002R054345", + "___id": "T000002R054653", "___s": true }, { @@ -781189,7 +788995,7 @@ "filename": "Tint.js", "lineno": 98, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTint", @@ -781283,7 +789089,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Tint#setTint", - "___id": "T000002R054346", + "___id": "T000002R054654", "___s": true }, { @@ -781292,7 +789098,7 @@ "filename": "Tint.js", "lineno": 146, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setTintFill", @@ -781386,7 +789192,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Tint#setTintFill", - "___id": "T000002R054347", + "___id": "T000002R054655", "___s": true }, { @@ -781395,7 +789201,7 @@ "filename": "Tint.js", "lineno": 183, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "tint", @@ -781424,7 +789230,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#tint", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#tint", - "___id": "T000002R054348", + "___id": "T000002R054656", "___s": true }, { @@ -781433,7 +789239,7 @@ "filename": "Tint.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "isTinted", @@ -781463,7 +789269,7 @@ "inherits": "Phaser.GameObjects.Components.Tint#isTinted", "inherited": true, "overrides": "Phaser.GameObjects.Components.Tint#isTinted", - "___id": "T000002R054349", + "___id": "T000002R054657", "___s": true }, { @@ -781472,7 +789278,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -781496,7 +789302,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#hasTransformComponent", - "___id": "T000002R054350", + "___id": "T000002R054658", "___s": true }, { @@ -781505,7 +789311,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -781528,7 +789334,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#x", - "___id": "T000002R054354", + "___id": "T000002R054662", "___s": true }, { @@ -781537,7 +789343,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -781560,7 +789366,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#y", - "___id": "T000002R054355", + "___id": "T000002R054663", "___s": true }, { @@ -781569,7 +789375,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -781592,7 +789398,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#z", - "___id": "T000002R054356", + "___id": "T000002R054664", "___s": true }, { @@ -781601,7 +789407,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -781624,7 +789430,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#w", - "___id": "T000002R054357", + "___id": "T000002R054665", "___s": true }, { @@ -781633,7 +789439,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -781656,7 +789462,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#scale", - "___id": "T000002R054358", + "___id": "T000002R054666", "___s": true }, { @@ -781665,7 +789471,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -781688,7 +789494,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#scaleX", - "___id": "T000002R054359", + "___id": "T000002R054667", "___s": true }, { @@ -781697,7 +789503,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -781720,7 +789526,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#scaleY", - "___id": "T000002R054360", + "___id": "T000002R054668", "___s": true }, { @@ -781729,7 +789535,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -781752,7 +789558,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#angle", - "___id": "T000002R054361", + "___id": "T000002R054669", "___s": true }, { @@ -781761,7 +789567,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -781784,7 +789590,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#rotation", - "___id": "T000002R054362", + "___id": "T000002R054670", "___s": true }, { @@ -781793,7 +789599,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -781883,7 +789689,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setPosition", - "___id": "T000002R054363", + "___id": "T000002R054671", "___s": true }, { @@ -781892,7 +789698,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -781950,7 +789756,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#copyPosition", - "___id": "T000002R054364", + "___id": "T000002R054672", "___s": true }, { @@ -781959,7 +789765,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -782047,7 +789853,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setRandomPosition", - "___id": "T000002R054365", + "___id": "T000002R054673", "___s": true }, { @@ -782056,7 +789862,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -782101,7 +789907,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setRotation", - "___id": "T000002R054366", + "___id": "T000002R054674", "___s": true }, { @@ -782110,7 +789916,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -782155,7 +789961,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setAngle", - "___id": "T000002R054367", + "___id": "T000002R054675", "___s": true }, { @@ -782164,7 +789970,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -782224,7 +790030,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setScale", - "___id": "T000002R054368", + "___id": "T000002R054676", "___s": true }, { @@ -782233,7 +790039,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -782278,7 +790084,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setX", - "___id": "T000002R054369", + "___id": "T000002R054677", "___s": true }, { @@ -782287,7 +790093,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -782332,7 +790138,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setY", - "___id": "T000002R054370", + "___id": "T000002R054678", "___s": true }, { @@ -782341,7 +790147,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -782386,7 +790192,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setZ", - "___id": "T000002R054371", + "___id": "T000002R054679", "___s": true }, { @@ -782395,7 +790201,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -782440,7 +790246,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#setW", - "___id": "T000002R054372", + "___id": "T000002R054680", "___s": true }, { @@ -782449,7 +790255,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -782492,7 +790298,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#getLocalTransformMatrix", - "___id": "T000002R054373", + "___id": "T000002R054681", "___s": true }, { @@ -782501,7 +790307,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -782558,7 +790364,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#getWorldTransformMatrix", - "___id": "T000002R054374", + "___id": "T000002R054682", "___s": true }, { @@ -782567,7 +790373,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -782650,7 +790456,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Transform#getLocalPoint", - "___id": "T000002R054375", + "___id": "T000002R054683", "___s": true }, { @@ -782659,7 +790465,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -782686,7 +790492,7 @@ "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, "overrides": "Phaser.GameObjects.Components.Transform#getParentRotation", - "___id": "T000002R054376", + "___id": "T000002R054684", "___s": true }, { @@ -782695,7 +790501,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -782717,7 +790523,7 @@ "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, "overrides": "Phaser.GameObjects.Components.Visible#visible", - "___id": "T000002R054378", + "___id": "T000002R054686", "___s": true }, { @@ -782726,7 +790532,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -782769,7 +790575,7 @@ } ], "overrides": "Phaser.GameObjects.Components.Visible#setVisible", - "___id": "T000002R054379", + "___id": "T000002R054687", "___s": true }, { @@ -782778,7 +790584,7 @@ "filename": "Bounce.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setBounce", @@ -782820,7 +790626,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Bounce#setBounce", "inherited": true, - "___id": "T000002R054380", + "___id": "T000002R054688", "___s": true }, { @@ -782829,7 +790635,7 @@ "filename": "Collision.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setCollisionCategory", @@ -782871,7 +790677,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Collision#setCollisionCategory", "inherited": true, - "___id": "T000002R054381", + "___id": "T000002R054689", "___s": true }, { @@ -782880,7 +790686,7 @@ "filename": "Collision.js", "lineno": 34, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setCollisionGroup", @@ -782922,7 +790728,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Collision#setCollisionGroup", "inherited": true, - "___id": "T000002R054382", + "___id": "T000002R054690", "___s": true }, { @@ -782931,7 +790737,7 @@ "filename": "Collision.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setCollidesWith", @@ -782992,7 +790798,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Collision#setCollidesWith", "inherited": true, - "___id": "T000002R054383", + "___id": "T000002R054691", "___s": true }, { @@ -783001,7 +790807,7 @@ "filename": "Collision.js", "lineno": 87, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setOnCollide", @@ -783043,7 +790849,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Collision#setOnCollide", "inherited": true, - "___id": "T000002R054384", + "___id": "T000002R054692", "___s": true }, { @@ -783052,7 +790858,7 @@ "filename": "Collision.js", "lineno": 107, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setOnCollideEnd", @@ -783094,7 +790900,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Collision#setOnCollideEnd", "inherited": true, - "___id": "T000002R054385", + "___id": "T000002R054693", "___s": true }, { @@ -783103,7 +790909,7 @@ "filename": "Collision.js", "lineno": 127, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setOnCollideActive", @@ -783145,7 +790951,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Collision#setOnCollideActive", "inherited": true, - "___id": "T000002R054386", + "___id": "T000002R054694", "___s": true }, { @@ -783154,7 +790960,7 @@ "filename": "Collision.js", "lineno": 147, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setOnCollideWith", @@ -783228,7 +791034,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Collision#setOnCollideWith", "inherited": true, - "___id": "T000002R054387", + "___id": "T000002R054695", "___s": true }, { @@ -783237,7 +791043,7 @@ "filename": "Force.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "applyForce", @@ -783279,7 +791085,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Force#applyForce", "inherited": true, - "___id": "T000002R054388", + "___id": "T000002R054696", "___s": true }, { @@ -783288,7 +791094,7 @@ "filename": "Force.js", "lineno": 38, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "applyForceFrom", @@ -783343,7 +791149,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Force#applyForceFrom", "inherited": true, - "___id": "T000002R054389", + "___id": "T000002R054697", "___s": true }, { @@ -783352,7 +791158,7 @@ "filename": "Force.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "thrust", @@ -783394,7 +791200,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Force#thrust", "inherited": true, - "___id": "T000002R054390", + "___id": "T000002R054698", "___s": true }, { @@ -783403,7 +791209,7 @@ "filename": "Force.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "thrustLeft", @@ -783445,7 +791251,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Force#thrustLeft", "inherited": true, - "___id": "T000002R054391", + "___id": "T000002R054699", "___s": true }, { @@ -783454,7 +791260,7 @@ "filename": "Force.js", "lineno": 102, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "thrustRight", @@ -783496,7 +791302,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Force#thrustRight", "inherited": true, - "___id": "T000002R054392", + "___id": "T000002R054700", "___s": true }, { @@ -783505,7 +791311,7 @@ "filename": "Force.js", "lineno": 125, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "thrustBack", @@ -783547,7 +791353,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Force#thrustBack", "inherited": true, - "___id": "T000002R054393", + "___id": "T000002R054701", "___s": true }, { @@ -783556,7 +791362,7 @@ "filename": "Friction.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setFriction", @@ -783626,7 +791432,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Friction#setFriction", "inherited": true, - "___id": "T000002R054394", + "___id": "T000002R054702", "___s": true }, { @@ -783635,7 +791441,7 @@ "filename": "Friction.js", "lineno": 44, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setFrictionAir", @@ -783677,7 +791483,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Friction#setFrictionAir", "inherited": true, - "___id": "T000002R054395", + "___id": "T000002R054703", "___s": true }, { @@ -783686,7 +791492,7 @@ "filename": "Friction.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setFrictionStatic", @@ -783728,7 +791534,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Friction#setFrictionStatic", "inherited": true, - "___id": "T000002R054396", + "___id": "T000002R054704", "___s": true }, { @@ -783737,7 +791543,7 @@ "filename": "Gravity.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setIgnoreGravity", @@ -783779,7 +791585,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Gravity#setIgnoreGravity", "inherited": true, - "___id": "T000002R054397", + "___id": "T000002R054705", "___s": true }, { @@ -783788,7 +791594,7 @@ "filename": "Mass.js", "lineno": 18, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setMass", @@ -783830,7 +791636,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Mass#setMass", "inherited": true, - "___id": "T000002R054398", + "___id": "T000002R054706", "___s": true }, { @@ -783839,7 +791645,7 @@ "filename": "Mass.js", "lineno": 35, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setDensity", @@ -783881,7 +791687,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Mass#setDensity", "inherited": true, - "___id": "T000002R054399", + "___id": "T000002R054707", "___s": true }, { @@ -783890,7 +791696,7 @@ "filename": "Mass.js", "lineno": 52, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "centerOfMass", @@ -783926,7 +791732,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Matter.Components.Mass#centerOfMass", "inherited": true, - "___id": "T000002R054400", + "___id": "T000002R054708", "___s": true }, { @@ -783935,7 +791741,7 @@ "filename": "Sensor.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setSensor", @@ -783977,7 +791783,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Sensor#setSensor", "inherited": true, - "___id": "T000002R054401", + "___id": "T000002R054709", "___s": true }, { @@ -783986,7 +791792,7 @@ "filename": "Sensor.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "isSensor", @@ -784012,7 +791818,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Matter.Components.Sensor#isSensor", "inherited": true, - "___id": "T000002R054402", + "___id": "T000002R054710", "___s": true }, { @@ -784021,7 +791827,7 @@ "filename": "SetBody.js", "lineno": 23, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setRectangle", @@ -784090,7 +791896,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.SetBody#setRectangle", "inherited": true, - "___id": "T000002R054403", + "___id": "T000002R054711", "___s": true }, { @@ -784099,7 +791905,7 @@ "filename": "SetBody.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setCircle", @@ -784155,7 +791961,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.SetBody#setCircle", "inherited": true, - "___id": "T000002R054404", + "___id": "T000002R054712", "___s": true }, { @@ -784164,7 +791970,7 @@ "filename": "SetBody.js", "lineno": 62, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setPolygon", @@ -784233,7 +792039,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.SetBody#setPolygon", "inherited": true, - "___id": "T000002R054405", + "___id": "T000002R054713", "___s": true }, { @@ -784242,7 +792048,7 @@ "filename": "SetBody.js", "lineno": 82, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setTrapezoid", @@ -784324,7 +792130,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.SetBody#setTrapezoid", "inherited": true, - "___id": "T000002R054406", + "___id": "T000002R054714", "___s": true }, { @@ -784333,7 +792139,7 @@ "filename": "SetBody.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setExistingBody", @@ -784390,7 +792196,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.SetBody#setExistingBody", "inherited": true, - "___id": "T000002R054407", + "___id": "T000002R054715", "___s": true }, { @@ -784399,7 +792205,7 @@ "filename": "SetBody.js", "lineno": 175, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setBody", @@ -784465,7 +792271,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.SetBody#setBody", "inherited": true, - "___id": "T000002R054408", + "___id": "T000002R054716", "___s": true }, { @@ -784474,7 +792280,7 @@ "filename": "Sleep.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setToSleep", @@ -784501,7 +792307,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Matter.Components.Sleep#setToSleep", "inherited": true, - "___id": "T000002R054409", + "___id": "T000002R054717", "___s": true }, { @@ -784510,7 +792316,7 @@ "filename": "Sleep.js", "lineno": 34, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setAwake", @@ -784537,7 +792343,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Matter.Components.Sleep#setAwake", "inherited": true, - "___id": "T000002R054410", + "___id": "T000002R054718", "___s": true }, { @@ -784546,7 +792352,7 @@ "filename": "Sleep.js", "lineno": 49, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setSleepThreshold", @@ -784590,7 +792396,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Sleep#setSleepThreshold", "inherited": true, - "___id": "T000002R054411", + "___id": "T000002R054719", "___s": true }, { @@ -784599,7 +792405,7 @@ "filename": "Sleep.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setSleepEvents", @@ -784654,7 +792460,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Sleep#setSleepEvents", "inherited": true, - "___id": "T000002R054412", + "___id": "T000002R054720", "___s": true }, { @@ -784663,7 +792469,7 @@ "filename": "Sleep.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setSleepStartEvent", @@ -784705,7 +792511,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Sleep#setSleepStartEvent", "inherited": true, - "___id": "T000002R054413", + "___id": "T000002R054721", "___s": true }, { @@ -784714,7 +792520,7 @@ "filename": "Sleep.js", "lineno": 121, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setSleepEndEvent", @@ -784756,7 +792562,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Sleep#setSleepEndEvent", "inherited": true, - "___id": "T000002R054414", + "___id": "T000002R054722", "___s": true }, { @@ -784765,7 +792571,7 @@ "filename": "Static.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setStatic", @@ -784807,7 +792613,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Static#setStatic", "inherited": true, - "___id": "T000002R054415", + "___id": "T000002R054723", "___s": true }, { @@ -784816,7 +792622,7 @@ "filename": "Static.js", "lineno": 34, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "isStatic", @@ -784842,7 +792648,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Matter.Components.Static#isStatic", "inherited": true, - "___id": "T000002R054416", + "___id": "T000002R054724", "___s": true }, { @@ -784851,7 +792657,7 @@ "filename": "Transform.js", "lineno": 239, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setFixedRotation", @@ -784878,7 +792684,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Matter.Components.Transform#setFixedRotation", "inherited": true, - "___id": "T000002R054417", + "___id": "T000002R054725", "___s": true }, { @@ -784887,7 +792693,7 @@ "filename": "Velocity.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setVelocityX", @@ -784929,7 +792735,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Velocity#setVelocityX", "inherited": true, - "___id": "T000002R054418", + "___id": "T000002R054726", "___s": true }, { @@ -784938,7 +792744,7 @@ "filename": "Velocity.js", "lineno": 36, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setVelocityY", @@ -784980,7 +792786,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Velocity#setVelocityY", "inherited": true, - "___id": "T000002R054419", + "___id": "T000002R054727", "___s": true }, { @@ -784989,7 +792795,7 @@ "filename": "Velocity.js", "lineno": 55, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setVelocity", @@ -785046,7 +792852,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Velocity#setVelocity", "inherited": true, - "___id": "T000002R054420", + "___id": "T000002R054728", "___s": true }, { @@ -785055,7 +792861,7 @@ "filename": "Velocity.js", "lineno": 75, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "getVelocity", @@ -785081,7 +792887,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Matter.Components.Velocity#getVelocity", "inherited": true, - "___id": "T000002R054421", + "___id": "T000002R054729", "___s": true }, { @@ -785090,7 +792896,7 @@ "filename": "Velocity.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setAngularVelocity", @@ -785132,7 +792938,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Velocity#setAngularVelocity", "inherited": true, - "___id": "T000002R054422", + "___id": "T000002R054730", "___s": true }, { @@ -785141,7 +792947,7 @@ "filename": "Velocity.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "getAngularVelocity", @@ -785167,7 +792973,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Matter.Components.Velocity#getAngularVelocity", "inherited": true, - "___id": "T000002R054423", + "___id": "T000002R054731", "___s": true }, { @@ -785176,7 +792982,7 @@ "filename": "Velocity.js", "lineno": 119, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setAngularSpeed", @@ -785218,7 +793024,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Velocity#setAngularSpeed", "inherited": true, - "___id": "T000002R054424", + "___id": "T000002R054732", "___s": true }, { @@ -785227,7 +793033,7 @@ "filename": "Velocity.js", "lineno": 137, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "getAngularSpeed", @@ -785253,7 +793059,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Matter.Components.Velocity#getAngularSpeed", "inherited": true, - "___id": "T000002R054425", + "___id": "T000002R054733", "___s": true }, { @@ -785262,7 +793068,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -785274,7 +793080,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R054426", + "___id": "T000002R054734", "___s": true }, { @@ -785283,7 +793089,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -785326,7 +793132,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R054427", + "___id": "T000002R054735", "___s": true }, { @@ -785335,7 +793141,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -785395,7 +793201,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listeners", "inherited": true, - "___id": "T000002R054428", + "___id": "T000002R054736", "___s": true }, { @@ -785404,7 +793210,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -785455,7 +793261,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listenerCount", "inherited": true, - "___id": "T000002R054429", + "___id": "T000002R054737", "___s": true }, { @@ -785464,7 +793270,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -785530,7 +793336,7 @@ ], "inherits": "Phaser.Events.EventEmitter#emit", "inherited": true, - "___id": "T000002R054430", + "___id": "T000002R054738", "___s": true }, { @@ -785539,7 +793345,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -785618,7 +793424,7 @@ ], "inherits": "Phaser.Events.EventEmitter#on", "inherited": true, - "___id": "T000002R054431", + "___id": "T000002R054739", "___s": true }, { @@ -785627,7 +793433,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -785706,7 +793512,7 @@ ], "inherits": "Phaser.Events.EventEmitter#addListener", "inherited": true, - "___id": "T000002R054432", + "___id": "T000002R054740", "___s": true }, { @@ -785715,7 +793521,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -785794,7 +793600,7 @@ ], "inherits": "Phaser.Events.EventEmitter#once", "inherited": true, - "___id": "T000002R054433", + "___id": "T000002R054741", "___s": true }, { @@ -785803,7 +793609,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -785896,7 +793702,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeListener", "inherited": true, - "___id": "T000002R054434", + "___id": "T000002R054742", "___s": true }, { @@ -785905,7 +793711,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -785998,7 +793804,7 @@ ], "inherits": "Phaser.Events.EventEmitter#off", "inherited": true, - "___id": "T000002R054435", + "___id": "T000002R054743", "___s": true }, { @@ -786007,7 +793813,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -786060,7 +793866,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeAllListeners", "inherited": true, - "___id": "T000002R054436", + "___id": "T000002R054744", "___s": true }, { @@ -786069,7 +793875,7 @@ "filename": "Bounce.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setBounce", @@ -786111,7 +793917,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Bounce#setBounce", "inherited": true, - "___id": "T000002R054437", + "___id": "T000002R054745", "___s": true }, { @@ -786120,7 +793926,7 @@ "filename": "Collision.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setCollisionCategory", @@ -786162,7 +793968,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Collision#setCollisionCategory", "inherited": true, - "___id": "T000002R054438", + "___id": "T000002R054746", "___s": true }, { @@ -786171,7 +793977,7 @@ "filename": "Collision.js", "lineno": 34, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setCollisionGroup", @@ -786213,7 +794019,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Collision#setCollisionGroup", "inherited": true, - "___id": "T000002R054439", + "___id": "T000002R054747", "___s": true }, { @@ -786222,7 +794028,7 @@ "filename": "Collision.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setCollidesWith", @@ -786283,7 +794089,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Collision#setCollidesWith", "inherited": true, - "___id": "T000002R054440", + "___id": "T000002R054748", "___s": true }, { @@ -786292,7 +794098,7 @@ "filename": "Collision.js", "lineno": 87, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setOnCollide", @@ -786334,7 +794140,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Collision#setOnCollide", "inherited": true, - "___id": "T000002R054441", + "___id": "T000002R054749", "___s": true }, { @@ -786343,7 +794149,7 @@ "filename": "Collision.js", "lineno": 107, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setOnCollideEnd", @@ -786385,7 +794191,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Collision#setOnCollideEnd", "inherited": true, - "___id": "T000002R054442", + "___id": "T000002R054750", "___s": true }, { @@ -786394,7 +794200,7 @@ "filename": "Collision.js", "lineno": 127, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setOnCollideActive", @@ -786436,7 +794242,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Collision#setOnCollideActive", "inherited": true, - "___id": "T000002R054443", + "___id": "T000002R054751", "___s": true }, { @@ -786445,7 +794251,7 @@ "filename": "Collision.js", "lineno": 147, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setOnCollideWith", @@ -786519,7 +794325,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Collision#setOnCollideWith", "inherited": true, - "___id": "T000002R054444", + "___id": "T000002R054752", "___s": true }, { @@ -786528,7 +794334,7 @@ "filename": "Friction.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setFriction", @@ -786598,7 +794404,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Friction#setFriction", "inherited": true, - "___id": "T000002R054445", + "___id": "T000002R054753", "___s": true }, { @@ -786607,7 +794413,7 @@ "filename": "Friction.js", "lineno": 44, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setFrictionAir", @@ -786649,7 +794455,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Friction#setFrictionAir", "inherited": true, - "___id": "T000002R054446", + "___id": "T000002R054754", "___s": true }, { @@ -786658,7 +794464,7 @@ "filename": "Friction.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setFrictionStatic", @@ -786700,7 +794506,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Friction#setFrictionStatic", "inherited": true, - "___id": "T000002R054447", + "___id": "T000002R054755", "___s": true }, { @@ -786709,7 +794515,7 @@ "filename": "Gravity.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setIgnoreGravity", @@ -786751,7 +794557,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Gravity#setIgnoreGravity", "inherited": true, - "___id": "T000002R054448", + "___id": "T000002R054756", "___s": true }, { @@ -786760,7 +794566,7 @@ "filename": "Mass.js", "lineno": 18, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setMass", @@ -786802,7 +794608,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Mass#setMass", "inherited": true, - "___id": "T000002R054449", + "___id": "T000002R054757", "___s": true }, { @@ -786811,7 +794617,7 @@ "filename": "Mass.js", "lineno": 35, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setDensity", @@ -786853,7 +794659,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Mass#setDensity", "inherited": true, - "___id": "T000002R054450", + "___id": "T000002R054758", "___s": true }, { @@ -786862,7 +794668,7 @@ "filename": "Mass.js", "lineno": 52, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "centerOfMass", @@ -786898,7 +794704,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Matter.Components.Mass#centerOfMass", "inherited": true, - "___id": "T000002R054451", + "___id": "T000002R054759", "___s": true }, { @@ -786907,7 +794713,7 @@ "filename": "Sensor.js", "lineno": 15, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setSensor", @@ -786949,7 +794755,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Sensor#setSensor", "inherited": true, - "___id": "T000002R054452", + "___id": "T000002R054760", "___s": true }, { @@ -786958,7 +794764,7 @@ "filename": "Sensor.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "isSensor", @@ -786984,7 +794790,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Matter.Components.Sensor#isSensor", "inherited": true, - "___id": "T000002R054453", + "___id": "T000002R054761", "___s": true }, { @@ -786993,7 +794799,7 @@ "filename": "Sleep.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setToSleep", @@ -787020,7 +794826,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Matter.Components.Sleep#setToSleep", "inherited": true, - "___id": "T000002R054454", + "___id": "T000002R054762", "___s": true }, { @@ -787029,7 +794835,7 @@ "filename": "Sleep.js", "lineno": 34, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setAwake", @@ -787056,7 +794862,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Matter.Components.Sleep#setAwake", "inherited": true, - "___id": "T000002R054455", + "___id": "T000002R054763", "___s": true }, { @@ -787065,7 +794871,7 @@ "filename": "Sleep.js", "lineno": 49, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setSleepThreshold", @@ -787109,7 +794915,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Sleep#setSleepThreshold", "inherited": true, - "___id": "T000002R054456", + "___id": "T000002R054764", "___s": true }, { @@ -787118,7 +794924,7 @@ "filename": "Sleep.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setSleepEvents", @@ -787173,7 +794979,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Sleep#setSleepEvents", "inherited": true, - "___id": "T000002R054457", + "___id": "T000002R054765", "___s": true }, { @@ -787182,7 +794988,7 @@ "filename": "Sleep.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setSleepStartEvent", @@ -787224,7 +795030,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Sleep#setSleepStartEvent", "inherited": true, - "___id": "T000002R054458", + "___id": "T000002R054766", "___s": true }, { @@ -787233,7 +795039,7 @@ "filename": "Sleep.js", "lineno": 121, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setSleepEndEvent", @@ -787275,7 +795081,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Sleep#setSleepEndEvent", "inherited": true, - "___id": "T000002R054459", + "___id": "T000002R054767", "___s": true }, { @@ -787284,7 +795090,7 @@ "filename": "Static.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "setStatic", @@ -787326,7 +795132,7 @@ ], "inherits": "Phaser.Physics.Matter.Components.Static#setStatic", "inherited": true, - "___id": "T000002R054460", + "___id": "T000002R054768", "___s": true }, { @@ -787335,7 +795141,7 @@ "filename": "Static.js", "lineno": 34, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\matter-js\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\matter-js\\components", "code": {} }, "name": "isStatic", @@ -787361,7 +795167,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Matter.Components.Static#isStatic", "inherited": true, - "___id": "T000002R054461", + "___id": "T000002R054769", "___s": true }, { @@ -787370,7 +795176,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -787413,7 +795219,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R054462", + "___id": "T000002R054770", "___s": true }, { @@ -787422,7 +795228,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -787482,7 +795288,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listeners", "inherited": true, - "___id": "T000002R054463", + "___id": "T000002R054771", "___s": true }, { @@ -787491,7 +795297,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -787542,7 +795348,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listenerCount", "inherited": true, - "___id": "T000002R054464", + "___id": "T000002R054772", "___s": true }, { @@ -787551,7 +795357,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -787617,7 +795423,7 @@ ], "inherits": "Phaser.Events.EventEmitter#emit", "inherited": true, - "___id": "T000002R054465", + "___id": "T000002R054773", "___s": true }, { @@ -787626,7 +795432,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -787705,7 +795511,7 @@ ], "inherits": "Phaser.Events.EventEmitter#on", "inherited": true, - "___id": "T000002R054466", + "___id": "T000002R054774", "___s": true }, { @@ -787714,7 +795520,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -787793,7 +795599,7 @@ ], "inherits": "Phaser.Events.EventEmitter#addListener", "inherited": true, - "___id": "T000002R054467", + "___id": "T000002R054775", "___s": true }, { @@ -787802,7 +795608,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -787881,7 +795687,7 @@ ], "inherits": "Phaser.Events.EventEmitter#once", "inherited": true, - "___id": "T000002R054468", + "___id": "T000002R054776", "___s": true }, { @@ -787890,7 +795696,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -787983,7 +795789,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeListener", "inherited": true, - "___id": "T000002R054469", + "___id": "T000002R054777", "___s": true }, { @@ -787992,7 +795798,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -788085,7 +795891,7 @@ ], "inherits": "Phaser.Events.EventEmitter#off", "inherited": true, - "___id": "T000002R054470", + "___id": "T000002R054778", "___s": true }, { @@ -788094,7 +795900,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -788147,7 +795953,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeAllListeners", "inherited": true, - "___id": "T000002R054471", + "___id": "T000002R054779", "___s": true }, { @@ -788156,7 +795962,7 @@ "filename": "BasePlugin.js", "lineno": 27, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "name": "pluginManager", @@ -788178,7 +795984,7 @@ "scope": "instance", "inherits": "Phaser.Plugins.BasePlugin#pluginManager", "inherited": true, - "___id": "T000002R054472", + "___id": "T000002R054780", "___s": true }, { @@ -788187,7 +795993,7 @@ "filename": "BasePlugin.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "name": "game", @@ -788209,7 +796015,7 @@ "scope": "instance", "inherits": "Phaser.Plugins.BasePlugin#game", "inherited": true, - "___id": "T000002R054473", + "___id": "T000002R054781", "___s": true }, { @@ -788218,7 +796024,7 @@ "filename": "BasePlugin.js", "lineno": 49, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "name": "init", @@ -788248,7 +796054,7 @@ ], "inherits": "Phaser.Plugins.BasePlugin#init", "inherited": true, - "___id": "T000002R054474", + "___id": "T000002R054782", "___s": true }, { @@ -788257,7 +796063,7 @@ "filename": "BasePlugin.js", "lineno": 65, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "name": "start", @@ -788269,7 +796075,7 @@ "scope": "instance", "inherits": "Phaser.Plugins.BasePlugin#start", "inherited": true, - "___id": "T000002R054475", + "___id": "T000002R054783", "___s": true }, { @@ -788278,7 +796084,7 @@ "filename": "BasePlugin.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\plugins", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\plugins", "code": {} }, "name": "stop", @@ -788290,7 +796096,7 @@ "scope": "instance", "inherits": "Phaser.Plugins.BasePlugin#stop", "inherited": true, - "___id": "T000002R054476", + "___id": "T000002R054784", "___s": true }, { @@ -788299,7 +796105,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -788311,7 +796117,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R054477", + "___id": "T000002R054785", "___s": true }, { @@ -788320,7 +796126,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -788363,7 +796169,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R054478", + "___id": "T000002R054786", "___s": true }, { @@ -788372,7 +796178,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -788432,7 +796238,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listeners", "inherited": true, - "___id": "T000002R054479", + "___id": "T000002R054787", "___s": true }, { @@ -788441,7 +796247,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -788492,7 +796298,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listenerCount", "inherited": true, - "___id": "T000002R054480", + "___id": "T000002R054788", "___s": true }, { @@ -788501,7 +796307,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -788567,7 +796373,7 @@ ], "inherits": "Phaser.Events.EventEmitter#emit", "inherited": true, - "___id": "T000002R054481", + "___id": "T000002R054789", "___s": true }, { @@ -788576,7 +796382,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -788655,7 +796461,7 @@ ], "inherits": "Phaser.Events.EventEmitter#on", "inherited": true, - "___id": "T000002R054482", + "___id": "T000002R054790", "___s": true }, { @@ -788664,7 +796470,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -788743,7 +796549,7 @@ ], "inherits": "Phaser.Events.EventEmitter#addListener", "inherited": true, - "___id": "T000002R054483", + "___id": "T000002R054791", "___s": true }, { @@ -788752,7 +796558,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -788831,7 +796637,7 @@ ], "inherits": "Phaser.Events.EventEmitter#once", "inherited": true, - "___id": "T000002R054484", + "___id": "T000002R054792", "___s": true }, { @@ -788840,7 +796646,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -788933,7 +796739,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeListener", "inherited": true, - "___id": "T000002R054485", + "___id": "T000002R054793", "___s": true }, { @@ -788942,7 +796748,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -789035,7 +796841,7 @@ ], "inherits": "Phaser.Events.EventEmitter#off", "inherited": true, - "___id": "T000002R054486", + "___id": "T000002R054794", "___s": true }, { @@ -789044,7 +796850,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -789097,7 +796903,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeAllListeners", "inherited": true, - "___id": "T000002R054487", + "___id": "T000002R054795", "___s": true }, { @@ -789106,7 +796912,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -789118,7 +796924,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R054488", + "___id": "T000002R054796", "___s": true }, { @@ -789127,7 +796933,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -789170,7 +796976,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R054489", + "___id": "T000002R054797", "___s": true }, { @@ -789179,7 +796985,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -789239,7 +797045,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listeners", "inherited": true, - "___id": "T000002R054490", + "___id": "T000002R054798", "___s": true }, { @@ -789248,7 +797054,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -789299,7 +797105,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listenerCount", "inherited": true, - "___id": "T000002R054491", + "___id": "T000002R054799", "___s": true }, { @@ -789308,7 +797114,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -789374,7 +797180,7 @@ ], "inherits": "Phaser.Events.EventEmitter#emit", "inherited": true, - "___id": "T000002R054492", + "___id": "T000002R054800", "___s": true }, { @@ -789383,7 +797189,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -789462,7 +797268,7 @@ ], "inherits": "Phaser.Events.EventEmitter#on", "inherited": true, - "___id": "T000002R054493", + "___id": "T000002R054801", "___s": true }, { @@ -789471,7 +797277,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -789550,7 +797356,7 @@ ], "inherits": "Phaser.Events.EventEmitter#addListener", "inherited": true, - "___id": "T000002R054494", + "___id": "T000002R054802", "___s": true }, { @@ -789559,7 +797365,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -789638,7 +797444,7 @@ ], "inherits": "Phaser.Events.EventEmitter#once", "inherited": true, - "___id": "T000002R054495", + "___id": "T000002R054803", "___s": true }, { @@ -789647,7 +797453,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -789740,7 +797546,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeListener", "inherited": true, - "___id": "T000002R054496", + "___id": "T000002R054804", "___s": true }, { @@ -789749,7 +797555,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -789842,7 +797648,7 @@ ], "inherits": "Phaser.Events.EventEmitter#off", "inherited": true, - "___id": "T000002R054497", + "___id": "T000002R054805", "___s": true }, { @@ -789851,7 +797657,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -789904,7 +797710,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeAllListeners", "inherited": true, - "___id": "T000002R054498", + "___id": "T000002R054806", "___s": true }, { @@ -789913,7 +797719,7 @@ "filename": "WebGLPipeline.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "name", @@ -789934,7 +797740,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#name", "inherited": true, - "___id": "T000002R054499", + "___id": "T000002R054807", "___s": true }, { @@ -789943,7 +797749,7 @@ "filename": "WebGLPipeline.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "game", @@ -789964,7 +797770,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#game", "inherited": true, - "___id": "T000002R054500", + "___id": "T000002R054808", "___s": true }, { @@ -789973,7 +797779,7 @@ "filename": "WebGLPipeline.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderer", @@ -789994,7 +797800,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderer", "inherited": true, - "___id": "T000002R054501", + "___id": "T000002R054809", "___s": true }, { @@ -790003,7 +797809,7 @@ "filename": "WebGLPipeline.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "manager", @@ -790026,7 +797832,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#manager", "inherited": true, - "___id": "T000002R054502", + "___id": "T000002R054810", "___s": true }, { @@ -790035,7 +797841,7 @@ "filename": "WebGLPipeline.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "gl", @@ -790056,7 +797862,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#gl", "inherited": true, - "___id": "T000002R054503", + "___id": "T000002R054811", "___s": true }, { @@ -790065,7 +797871,7 @@ "filename": "WebGLPipeline.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "view", @@ -790086,7 +797892,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#view", "inherited": true, - "___id": "T000002R054504", + "___id": "T000002R054812", "___s": true }, { @@ -790095,7 +797901,7 @@ "filename": "WebGLPipeline.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "width", @@ -790116,7 +797922,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#width", "inherited": true, - "___id": "T000002R054505", + "___id": "T000002R054813", "___s": true }, { @@ -790125,7 +797931,7 @@ "filename": "WebGLPipeline.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "height", @@ -790146,7 +797952,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#height", "inherited": true, - "___id": "T000002R054506", + "___id": "T000002R054814", "___s": true }, { @@ -790155,7 +797961,7 @@ "filename": "WebGLPipeline.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCount", @@ -790177,7 +797983,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCount", "inherited": true, - "___id": "T000002R054507", + "___id": "T000002R054815", "___s": true }, { @@ -790186,7 +797992,7 @@ "filename": "WebGLPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCapacity", @@ -790207,7 +798013,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCapacity", "inherited": true, - "___id": "T000002R054508", + "___id": "T000002R054816", "___s": true }, { @@ -790216,7 +798022,7 @@ "filename": "WebGLPipeline.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexData", @@ -790238,7 +798044,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexData", "inherited": true, - "___id": "T000002R054509", + "___id": "T000002R054817", "___s": true }, { @@ -790247,7 +798053,7 @@ "filename": "WebGLPipeline.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexBuffer", @@ -790269,7 +798075,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexBuffer", "inherited": true, - "___id": "T000002R054510", + "___id": "T000002R054818", "___s": true }, { @@ -790278,7 +798084,7 @@ "filename": "WebGLPipeline.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeBuffer", @@ -790299,7 +798105,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeBuffer", "inherited": true, - "___id": "T000002R054511", + "___id": "T000002R054819", "___s": true }, { @@ -790308,7 +798114,7 @@ "filename": "WebGLPipeline.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "topology", @@ -790329,7 +798135,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#topology", "inherited": true, - "___id": "T000002R054512", + "___id": "T000002R054820", "___s": true }, { @@ -790338,7 +798144,7 @@ "filename": "WebGLPipeline.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bytes", @@ -790359,7 +798165,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bytes", "inherited": true, - "___id": "T000002R054513", + "___id": "T000002R054821", "___s": true }, { @@ -790368,7 +798174,7 @@ "filename": "WebGLPipeline.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewF32", @@ -790389,7 +798195,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewF32", "inherited": true, - "___id": "T000002R054514", + "___id": "T000002R054822", "___s": true }, { @@ -790398,7 +798204,7 @@ "filename": "WebGLPipeline.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewU32", @@ -790419,7 +798225,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewU32", "inherited": true, - "___id": "T000002R054515", + "___id": "T000002R054823", "___s": true }, { @@ -790428,7 +798234,7 @@ "filename": "WebGLPipeline.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "active", @@ -790449,7 +798255,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#active", "inherited": true, - "___id": "T000002R054516", + "___id": "T000002R054824", "___s": true }, { @@ -790458,7 +798264,7 @@ "filename": "WebGLPipeline.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "forceZero", @@ -790479,7 +798285,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#forceZero", "inherited": true, - "___id": "T000002R054517", + "___id": "T000002R054825", "___s": true }, { @@ -790488,7 +798294,7 @@ "filename": "WebGLPipeline.js", "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "hasBooted", @@ -790510,7 +798316,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#hasBooted", "inherited": true, - "___id": "T000002R054518", + "___id": "T000002R054826", "___s": true }, { @@ -790519,7 +798325,7 @@ "filename": "WebGLPipeline.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPostFX", @@ -790541,7 +798347,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPostFX", "inherited": true, - "___id": "T000002R054519", + "___id": "T000002R054827", "___s": true }, { @@ -790550,7 +798356,7 @@ "filename": "WebGLPipeline.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPreFX", @@ -790572,7 +798378,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPreFX", "inherited": true, - "___id": "T000002R054520", + "___id": "T000002R054828", "___s": true }, { @@ -790581,7 +798387,7 @@ "filename": "WebGLPipeline.js", "lineno": 289, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderTargets", @@ -790611,7 +798417,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderTargets", "inherited": true, - "___id": "T000002R054521", + "___id": "T000002R054829", "___s": true }, { @@ -790620,7 +798426,7 @@ "filename": "WebGLPipeline.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentRenderTarget", @@ -790641,7 +798447,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentRenderTarget", "inherited": true, - "___id": "T000002R054522", + "___id": "T000002R054830", "___s": true }, { @@ -790650,7 +798456,7 @@ "filename": "WebGLPipeline.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shaders", @@ -790680,7 +798486,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shaders", "inherited": true, - "___id": "T000002R054523", + "___id": "T000002R054831", "___s": true }, { @@ -790689,7 +798495,7 @@ "filename": "WebGLPipeline.js", "lineno": 322, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentShader", @@ -790710,7 +798516,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentShader", "inherited": true, - "___id": "T000002R054524", + "___id": "T000002R054832", "___s": true }, { @@ -790719,7 +798525,7 @@ "filename": "WebGLPipeline.js", "lineno": 334, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionMatrix", @@ -790740,7 +798546,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionMatrix", "inherited": true, - "___id": "T000002R054525", + "___id": "T000002R054833", "___s": true }, { @@ -790749,7 +798555,7 @@ "filename": "WebGLPipeline.js", "lineno": 343, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionWidth", @@ -790770,7 +798576,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionWidth", "inherited": true, - "___id": "T000002R054526", + "___id": "T000002R054834", "___s": true }, { @@ -790779,7 +798585,7 @@ "filename": "WebGLPipeline.js", "lineno": 352, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionHeight", @@ -790800,7 +798606,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionHeight", "inherited": true, - "___id": "T000002R054527", + "___id": "T000002R054835", "___s": true }, { @@ -790809,7 +798615,7 @@ "filename": "WebGLPipeline.js", "lineno": 361, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "config", @@ -790830,7 +798636,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#config", "inherited": true, - "___id": "T000002R054528", + "___id": "T000002R054836", "___s": true }, { @@ -790839,7 +798645,7 @@ "filename": "WebGLPipeline.js", "lineno": 374, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "glReset", @@ -790860,7 +798666,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#glReset", "inherited": true, - "___id": "T000002R054529", + "___id": "T000002R054837", "___s": true }, { @@ -790869,7 +798675,7 @@ "filename": "WebGLPipeline.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batch", @@ -790899,7 +798705,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batch", "inherited": true, - "___id": "T000002R054530", + "___id": "T000002R054838", "___s": true }, { @@ -790908,7 +798714,7 @@ "filename": "WebGLPipeline.js", "lineno": 401, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentBatch", @@ -790931,7 +798737,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentBatch", "inherited": true, - "___id": "T000002R054531", + "___id": "T000002R054839", "___s": true }, { @@ -790940,7 +798746,7 @@ "filename": "WebGLPipeline.js", "lineno": 414, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentTexture", @@ -790963,7 +798769,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentTexture", "inherited": true, - "___id": "T000002R054532", + "___id": "T000002R054840", "___s": true }, { @@ -790972,7 +798778,7 @@ "filename": "WebGLPipeline.js", "lineno": 427, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentUnit", @@ -790993,7 +798799,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentUnit", "inherited": true, - "___id": "T000002R054533", + "___id": "T000002R054841", "___s": true }, { @@ -791002,7 +798808,7 @@ "filename": "WebGLPipeline.js", "lineno": 438, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeTextures", @@ -791032,7 +798838,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeTextures", "inherited": true, - "___id": "T000002R054534", + "___id": "T000002R054842", "___s": true }, { @@ -791041,7 +798847,7 @@ "filename": "WebGLPipeline.js", "lineno": 451, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resizeUniform", @@ -791062,7 +798868,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resizeUniform", "inherited": true, - "___id": "T000002R054535", + "___id": "T000002R054843", "___s": true }, { @@ -791071,7 +798877,7 @@ "filename": "WebGLPipeline.js", "lineno": 463, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "boot", @@ -791086,7 +798892,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#boot", "inherited": true, - "___id": "T000002R054536", + "___id": "T000002R054844", "___s": true }, { @@ -791095,7 +798901,7 @@ "filename": "WebGLPipeline.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBoot", @@ -791107,7 +798913,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBoot", "inherited": true, - "___id": "T000002R054537", + "___id": "T000002R054845", "___s": true }, { @@ -791116,7 +798922,7 @@ "filename": "WebGLPipeline.js", "lineno": 611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onResize", @@ -791156,7 +798962,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onResize", "inherited": true, - "___id": "T000002R054538", + "___id": "T000002R054846", "___s": true }, { @@ -791165,7 +798971,7 @@ "filename": "WebGLPipeline.js", "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShader", @@ -791236,7 +799042,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setShader", "inherited": true, - "___id": "T000002R054539", + "___id": "T000002R054847", "___s": true }, { @@ -791245,7 +799051,7 @@ "filename": "WebGLPipeline.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "getShaderByName", @@ -791286,7 +799092,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#getShaderByName", "inherited": true, - "___id": "T000002R054540", + "___id": "T000002R054848", "___s": true }, { @@ -791295,7 +799101,7 @@ "filename": "WebGLPipeline.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShadersFromConfig", @@ -791337,7 +799143,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setShadersFromConfig", "inherited": true, - "___id": "T000002R054541", + "___id": "T000002R054849", "___s": true }, { @@ -791346,7 +799152,7 @@ "filename": "WebGLPipeline.js", "lineno": 789, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "createBatch", @@ -791387,7 +799193,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#createBatch", "inherited": true, - "___id": "T000002R054542", + "___id": "T000002R054850", "___s": true }, { @@ -791396,7 +799202,7 @@ "filename": "WebGLPipeline.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "addTextureToBatch", @@ -791423,7 +799229,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#addTextureToBatch", "inherited": true, - "___id": "T000002R054543", + "___id": "T000002R054851", "___s": true }, { @@ -791432,7 +799238,7 @@ "filename": "WebGLPipeline.js", "lineno": 839, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "pushBatch", @@ -791473,7 +799279,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#pushBatch", "inherited": true, - "___id": "T000002R054544", + "___id": "T000002R054852", "___s": true }, { @@ -791482,7 +799288,7 @@ "filename": "WebGLPipeline.js", "lineno": 912, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setGameObject", @@ -791537,7 +799343,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setGameObject", "inherited": true, - "___id": "T000002R054545", + "___id": "T000002R054853", "___s": true }, { @@ -791546,7 +799352,7 @@ "filename": "WebGLPipeline.js", "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shouldFlush", @@ -791589,7 +799395,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shouldFlush", "inherited": true, - "___id": "T000002R054546", + "___id": "T000002R054854", "___s": true }, { @@ -791598,7 +799404,7 @@ "filename": "WebGLPipeline.js", "lineno": 952, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexAvailable", @@ -791624,7 +799430,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexAvailable", "inherited": true, - "___id": "T000002R054547", + "___id": "T000002R054855", "___s": true }, { @@ -791633,7 +799439,7 @@ "filename": "WebGLPipeline.js", "lineno": 966, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resize", @@ -791691,7 +799497,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resize", "inherited": true, - "___id": "T000002R054548", + "___id": "T000002R054856", "___s": true }, { @@ -791700,7 +799506,7 @@ "filename": "WebGLPipeline.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setProjectionMatrix", @@ -791755,7 +799561,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setProjectionMatrix", "inherited": true, - "___id": "T000002R054549", + "___id": "T000002R054857", "___s": true }, { @@ -791764,7 +799570,7 @@ "filename": "WebGLPipeline.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flipProjectionMatrix", @@ -791793,7 +799599,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#flipProjectionMatrix", "inherited": true, - "___id": "T000002R054550", + "___id": "T000002R054858", "___s": true }, { @@ -791802,7 +799608,7 @@ "filename": "WebGLPipeline.js", "lineno": 1096, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "updateProjectionMatrix", @@ -791814,7 +799620,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#updateProjectionMatrix", "inherited": true, - "___id": "T000002R054551", + "___id": "T000002R054859", "___s": true }, { @@ -791823,7 +799629,7 @@ "filename": "WebGLPipeline.js", "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bind", @@ -791869,7 +799675,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bind", "inherited": true, - "___id": "T000002R054552", + "___id": "T000002R054860", "___s": true }, { @@ -791878,7 +799684,7 @@ "filename": "WebGLPipeline.js", "lineno": 1169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "rebind", @@ -791924,7 +799730,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#rebind", "inherited": true, - "___id": "T000002R054553", + "___id": "T000002R054861", "___s": true }, { @@ -791933,7 +799739,7 @@ "filename": "WebGLPipeline.js", "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "restoreContext", @@ -791945,7 +799751,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#restoreContext", "inherited": true, - "___id": "T000002R054554", + "___id": "T000002R054862", "___s": true }, { @@ -791954,7 +799760,7 @@ "filename": "WebGLPipeline.js", "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setVertexBuffer", @@ -791996,7 +799802,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setVertexBuffer", "inherited": true, - "___id": "T000002R054555", + "___id": "T000002R054863", "___s": true }, { @@ -792005,7 +799811,7 @@ "filename": "WebGLPipeline.js", "lineno": 1282, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "preBatch", @@ -792058,7 +799864,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#preBatch", "inherited": true, - "___id": "T000002R054556", + "___id": "T000002R054864", "___s": true }, { @@ -792067,7 +799873,7 @@ "filename": "WebGLPipeline.js", "lineno": 1309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "postBatch", @@ -792120,7 +799926,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#postBatch", "inherited": true, - "___id": "T000002R054557", + "___id": "T000002R054865", "___s": true }, { @@ -792129,7 +799935,7 @@ "filename": "WebGLPipeline.js", "lineno": 1335, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onDraw", @@ -792170,7 +799976,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onDraw", "inherited": true, - "___id": "T000002R054558", + "___id": "T000002R054866", "___s": true }, { @@ -792179,7 +799985,7 @@ "filename": "WebGLPipeline.js", "lineno": 1355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "unbind", @@ -792191,7 +799997,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#unbind", "inherited": true, - "___id": "T000002R054559", + "___id": "T000002R054867", "___s": true }, { @@ -792200,7 +800006,7 @@ "filename": "WebGLPipeline.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flush", @@ -792248,7 +800054,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#flush", "inherited": true, - "___id": "T000002R054560", + "___id": "T000002R054868", "___s": true }, { @@ -792257,7 +800063,7 @@ "filename": "WebGLPipeline.js", "lineno": 1478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onActive", @@ -792284,7 +800090,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onActive", "inherited": true, - "___id": "T000002R054561", + "___id": "T000002R054869", "___s": true }, { @@ -792293,7 +800099,7 @@ "filename": "WebGLPipeline.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBind", @@ -792321,7 +800127,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBind", "inherited": true, - "___id": "T000002R054562", + "___id": "T000002R054870", "___s": true }, { @@ -792330,7 +800136,7 @@ "filename": "WebGLPipeline.js", "lineno": 1518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRebind", @@ -792342,7 +800148,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRebind", "inherited": true, - "___id": "T000002R054563", + "___id": "T000002R054871", "___s": true }, { @@ -792351,7 +800157,7 @@ "filename": "WebGLPipeline.js", "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBatch", @@ -792379,7 +800185,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBatch", "inherited": true, - "___id": "T000002R054564", + "___id": "T000002R054872", "___s": true }, { @@ -792388,7 +800194,7 @@ "filename": "WebGLPipeline.js", "lineno": 1553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreBatch", @@ -792416,7 +800222,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreBatch", "inherited": true, - "___id": "T000002R054565", + "___id": "T000002R054873", "___s": true }, { @@ -792425,7 +800231,7 @@ "filename": "WebGLPipeline.js", "lineno": 1567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostBatch", @@ -792453,7 +800259,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostBatch", "inherited": true, - "___id": "T000002R054566", + "___id": "T000002R054874", "___s": true }, { @@ -792462,7 +800268,7 @@ "filename": "WebGLPipeline.js", "lineno": 1581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreRender", @@ -792474,7 +800280,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreRender", "inherited": true, - "___id": "T000002R054567", + "___id": "T000002R054875", "___s": true }, { @@ -792483,7 +800289,7 @@ "filename": "WebGLPipeline.js", "lineno": 1594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRender", @@ -792523,7 +800329,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRender", "inherited": true, - "___id": "T000002R054568", + "___id": "T000002R054876", "___s": true }, { @@ -792532,7 +800338,7 @@ "filename": "WebGLPipeline.js", "lineno": 1611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostRender", @@ -792544,7 +800350,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostRender", "inherited": true, - "___id": "T000002R054569", + "___id": "T000002R054877", "___s": true }, { @@ -792553,7 +800359,7 @@ "filename": "WebGLPipeline.js", "lineno": 1626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBeforeFlush", @@ -792582,7 +800388,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBeforeFlush", "inherited": true, - "___id": "T000002R054570", + "___id": "T000002R054878", "___s": true }, { @@ -792591,7 +800397,7 @@ "filename": "WebGLPipeline.js", "lineno": 1643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onAfterFlush", @@ -792620,7 +800426,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onAfterFlush", "inherited": true, - "___id": "T000002R054571", + "___id": "T000002R054879", "___s": true }, { @@ -792629,7 +800435,7 @@ "filename": "WebGLPipeline.js", "lineno": 1664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchVert", @@ -792744,7 +800550,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batchVert", "inherited": true, - "___id": "T000002R054572", + "___id": "T000002R054880", "___s": true }, { @@ -792753,7 +800559,7 @@ "filename": "WebGLPipeline.js", "lineno": 1704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchQuad", @@ -793063,7 +800869,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batchQuad", "inherited": true, - "___id": "T000002R054573", + "___id": "T000002R054881", "___s": true }, { @@ -793072,7 +800878,7 @@ "filename": "WebGLPipeline.js", "lineno": 1827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchTri", @@ -793343,7 +801149,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batchTri", "inherited": true, - "___id": "T000002R054574", + "___id": "T000002R054882", "___s": true }, { @@ -793352,7 +801158,7 @@ "filename": "WebGLPipeline.js", "lineno": 1921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "drawFillRect", @@ -793473,7 +801279,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#drawFillRect", "inherited": true, - "___id": "T000002R054575", + "___id": "T000002R054883", "___s": true }, { @@ -793482,7 +801288,7 @@ "filename": "WebGLPipeline.js", "lineno": 1971, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTexture2D", @@ -793524,7 +801330,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setTexture2D", "inherited": true, - "___id": "T000002R054576", + "___id": "T000002R054884", "___s": true }, { @@ -793533,7 +801339,7 @@ "filename": "WebGLPipeline.js", "lineno": 1989, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindTexture", @@ -793591,7 +801397,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bindTexture", "inherited": true, - "___id": "T000002R054577", + "___id": "T000002R054885", "___s": true }, { @@ -793600,7 +801406,7 @@ "filename": "WebGLPipeline.js", "lineno": 2013, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindRenderTarget", @@ -793658,7 +801464,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bindRenderTarget", "inherited": true, - "___id": "T000002R054578", + "___id": "T000002R054886", "___s": true }, { @@ -793667,7 +801473,7 @@ "filename": "WebGLPipeline.js", "lineno": 2030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTime", @@ -793723,7 +801529,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setTime", "inherited": true, - "___id": "T000002R054579", + "___id": "T000002R054887", "___s": true }, { @@ -793732,7 +801538,7 @@ "filename": "WebGLPipeline.js", "lineno": 2050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setBoolean", @@ -793801,7 +801607,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setBoolean", "inherited": true, - "___id": "T000002R054580", + "___id": "T000002R054888", "___s": true }, { @@ -793810,7 +801616,7 @@ "filename": "WebGLPipeline.js", "lineno": 2077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1f", @@ -793879,7 +801685,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set1f", "inherited": true, - "___id": "T000002R054581", + "___id": "T000002R054889", "___s": true }, { @@ -793888,7 +801694,7 @@ "filename": "WebGLPipeline.js", "lineno": 2104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2f", @@ -793970,7 +801776,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set2f", "inherited": true, - "___id": "T000002R054582", + "___id": "T000002R054890", "___s": true }, { @@ -793979,7 +801785,7 @@ "filename": "WebGLPipeline.js", "lineno": 2132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3f", @@ -794074,7 +801880,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set3f", "inherited": true, - "___id": "T000002R054583", + "___id": "T000002R054891", "___s": true }, { @@ -794083,7 +801889,7 @@ "filename": "WebGLPipeline.js", "lineno": 2161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4f", @@ -794191,7 +801997,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set4f", "inherited": true, - "___id": "T000002R054584", + "___id": "T000002R054892", "___s": true }, { @@ -794200,7 +802006,7 @@ "filename": "WebGLPipeline.js", "lineno": 2191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1fv", @@ -794288,7 +802094,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set1fv", "inherited": true, - "___id": "T000002R054585", + "___id": "T000002R054893", "___s": true }, { @@ -794297,7 +802103,7 @@ "filename": "WebGLPipeline.js", "lineno": 2218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2fv", @@ -794385,7 +802191,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set2fv", "inherited": true, - "___id": "T000002R054586", + "___id": "T000002R054894", "___s": true }, { @@ -794394,7 +802200,7 @@ "filename": "WebGLPipeline.js", "lineno": 2245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3fv", @@ -794482,7 +802288,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set3fv", "inherited": true, - "___id": "T000002R054587", + "___id": "T000002R054895", "___s": true }, { @@ -794491,7 +802297,7 @@ "filename": "WebGLPipeline.js", "lineno": 2272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4fv", @@ -794579,7 +802385,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set4fv", "inherited": true, - "___id": "T000002R054588", + "___id": "T000002R054896", "___s": true }, { @@ -794588,7 +802394,7 @@ "filename": "WebGLPipeline.js", "lineno": 2299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1iv", @@ -794676,7 +802482,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set1iv", "inherited": true, - "___id": "T000002R054589", + "___id": "T000002R054897", "___s": true }, { @@ -794685,7 +802491,7 @@ "filename": "WebGLPipeline.js", "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2iv", @@ -794773,7 +802579,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set2iv", "inherited": true, - "___id": "T000002R054590", + "___id": "T000002R054898", "___s": true }, { @@ -794782,7 +802588,7 @@ "filename": "WebGLPipeline.js", "lineno": 2353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3iv", @@ -794870,7 +802676,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set3iv", "inherited": true, - "___id": "T000002R054591", + "___id": "T000002R054899", "___s": true }, { @@ -794879,7 +802685,7 @@ "filename": "WebGLPipeline.js", "lineno": 2380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4iv", @@ -794967,7 +802773,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set4iv", "inherited": true, - "___id": "T000002R054592", + "___id": "T000002R054900", "___s": true }, { @@ -794976,7 +802782,7 @@ "filename": "WebGLPipeline.js", "lineno": 2407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1i", @@ -795045,7 +802851,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set1i", "inherited": true, - "___id": "T000002R054593", + "___id": "T000002R054901", "___s": true }, { @@ -795054,7 +802860,7 @@ "filename": "WebGLPipeline.js", "lineno": 2434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2i", @@ -795136,7 +802942,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set2i", "inherited": true, - "___id": "T000002R054594", + "___id": "T000002R054902", "___s": true }, { @@ -795145,7 +802951,7 @@ "filename": "WebGLPipeline.js", "lineno": 2462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3i", @@ -795240,7 +803046,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set3i", "inherited": true, - "___id": "T000002R054595", + "___id": "T000002R054903", "___s": true }, { @@ -795249,7 +803055,7 @@ "filename": "WebGLPipeline.js", "lineno": 2491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4i", @@ -795357,7 +803163,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set4i", "inherited": true, - "___id": "T000002R054596", + "___id": "T000002R054904", "___s": true }, { @@ -795366,7 +803172,7 @@ "filename": "WebGLPipeline.js", "lineno": 2521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix2fv", @@ -795467,7 +803273,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setMatrix2fv", "inherited": true, - "___id": "T000002R054597", + "___id": "T000002R054905", "___s": true }, { @@ -795476,7 +803282,7 @@ "filename": "WebGLPipeline.js", "lineno": 2549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix3fv", @@ -795558,7 +803364,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setMatrix3fv", "inherited": true, - "___id": "T000002R054598", + "___id": "T000002R054906", "___s": true }, { @@ -795567,7 +803373,7 @@ "filename": "WebGLPipeline.js", "lineno": 2577, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix4fv", @@ -795649,7 +803455,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setMatrix4fv", "inherited": true, - "___id": "T000002R054599", + "___id": "T000002R054907", "___s": true }, { @@ -795658,7 +803464,7 @@ "filename": "WebGLPipeline.js", "lineno": 2605, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "destroy", @@ -795688,7 +803494,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#destroy", "inherited": true, - "___id": "T000002R054600", + "___id": "T000002R054908", "___s": true }, { @@ -795697,7 +803503,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -795709,7 +803515,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R054601", + "___id": "T000002R054909", "___s": true }, { @@ -795718,7 +803524,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -795761,7 +803567,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R054602", + "___id": "T000002R054910", "___s": true }, { @@ -795770,7 +803576,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -795830,7 +803636,7 @@ "name": "event" } ], - "___id": "T000002R054603", + "___id": "T000002R054911", "___s": true }, { @@ -795839,7 +803645,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -795890,7 +803696,7 @@ "name": "event" } ], - "___id": "T000002R054604", + "___id": "T000002R054912", "___s": true }, { @@ -795899,7 +803705,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -795965,7 +803771,7 @@ "name": "args" } ], - "___id": "T000002R054605", + "___id": "T000002R054913", "___s": true }, { @@ -795974,7 +803780,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -796053,7 +803859,7 @@ "name": "context" } ], - "___id": "T000002R054606", + "___id": "T000002R054914", "___s": true }, { @@ -796062,7 +803868,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -796141,7 +803947,7 @@ "name": "context" } ], - "___id": "T000002R054607", + "___id": "T000002R054915", "___s": true }, { @@ -796150,7 +803956,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -796229,7 +804035,7 @@ "name": "context" } ], - "___id": "T000002R054608", + "___id": "T000002R054916", "___s": true }, { @@ -796238,7 +804044,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -796331,7 +804137,7 @@ "name": "once" } ], - "___id": "T000002R054609", + "___id": "T000002R054917", "___s": true }, { @@ -796340,7 +804146,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -796433,7 +804239,7 @@ "name": "once" } ], - "___id": "T000002R054610", + "___id": "T000002R054918", "___s": true }, { @@ -796442,7 +804248,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -796495,7 +804301,7 @@ "name": "event" } ], - "___id": "T000002R054611", + "___id": "T000002R054919", "___s": true }, { @@ -796504,7 +804310,7 @@ "filename": "WebGLPipeline.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "name", @@ -796525,7 +804331,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#name", "inherited": true, - "___id": "T000002R054612", + "___id": "T000002R054920", "___s": true }, { @@ -796534,7 +804340,7 @@ "filename": "WebGLPipeline.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "game", @@ -796555,7 +804361,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#game", "inherited": true, - "___id": "T000002R054613", + "___id": "T000002R054921", "___s": true }, { @@ -796564,7 +804370,7 @@ "filename": "WebGLPipeline.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderer", @@ -796585,7 +804391,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderer", "inherited": true, - "___id": "T000002R054614", + "___id": "T000002R054922", "___s": true }, { @@ -796594,7 +804400,7 @@ "filename": "WebGLPipeline.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "manager", @@ -796617,7 +804423,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#manager", "inherited": true, - "___id": "T000002R054615", + "___id": "T000002R054923", "___s": true }, { @@ -796626,7 +804432,7 @@ "filename": "WebGLPipeline.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "gl", @@ -796647,7 +804453,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#gl", "inherited": true, - "___id": "T000002R054616", + "___id": "T000002R054924", "___s": true }, { @@ -796656,7 +804462,7 @@ "filename": "WebGLPipeline.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "view", @@ -796677,7 +804483,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#view", "inherited": true, - "___id": "T000002R054617", + "___id": "T000002R054925", "___s": true }, { @@ -796686,7 +804492,7 @@ "filename": "WebGLPipeline.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "width", @@ -796707,7 +804513,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#width", "inherited": true, - "___id": "T000002R054618", + "___id": "T000002R054926", "___s": true }, { @@ -796716,7 +804522,7 @@ "filename": "WebGLPipeline.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "height", @@ -796737,7 +804543,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#height", "inherited": true, - "___id": "T000002R054619", + "___id": "T000002R054927", "___s": true }, { @@ -796746,7 +804552,7 @@ "filename": "WebGLPipeline.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCount", @@ -796768,7 +804574,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCount", "inherited": true, - "___id": "T000002R054620", + "___id": "T000002R054928", "___s": true }, { @@ -796777,7 +804583,7 @@ "filename": "WebGLPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCapacity", @@ -796798,7 +804604,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCapacity", "inherited": true, - "___id": "T000002R054621", + "___id": "T000002R054929", "___s": true }, { @@ -796807,7 +804613,7 @@ "filename": "WebGLPipeline.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexData", @@ -796829,7 +804635,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexData", "inherited": true, - "___id": "T000002R054622", + "___id": "T000002R054930", "___s": true }, { @@ -796838,7 +804644,7 @@ "filename": "WebGLPipeline.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexBuffer", @@ -796860,7 +804666,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexBuffer", "inherited": true, - "___id": "T000002R054623", + "___id": "T000002R054931", "___s": true }, { @@ -796869,7 +804675,7 @@ "filename": "WebGLPipeline.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeBuffer", @@ -796890,7 +804696,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeBuffer", "inherited": true, - "___id": "T000002R054624", + "___id": "T000002R054932", "___s": true }, { @@ -796899,7 +804705,7 @@ "filename": "WebGLPipeline.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "topology", @@ -796920,7 +804726,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#topology", "inherited": true, - "___id": "T000002R054625", + "___id": "T000002R054933", "___s": true }, { @@ -796929,7 +804735,7 @@ "filename": "WebGLPipeline.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bytes", @@ -796950,7 +804756,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bytes", "inherited": true, - "___id": "T000002R054626", + "___id": "T000002R054934", "___s": true }, { @@ -796959,7 +804765,7 @@ "filename": "WebGLPipeline.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewF32", @@ -796980,7 +804786,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewF32", "inherited": true, - "___id": "T000002R054627", + "___id": "T000002R054935", "___s": true }, { @@ -796989,7 +804795,7 @@ "filename": "WebGLPipeline.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewU32", @@ -797010,7 +804816,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewU32", "inherited": true, - "___id": "T000002R054628", + "___id": "T000002R054936", "___s": true }, { @@ -797019,7 +804825,7 @@ "filename": "WebGLPipeline.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "active", @@ -797040,7 +804846,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#active", "inherited": true, - "___id": "T000002R054629", + "___id": "T000002R054937", "___s": true }, { @@ -797049,7 +804855,7 @@ "filename": "WebGLPipeline.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "forceZero", @@ -797070,7 +804876,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#forceZero", "inherited": true, - "___id": "T000002R054630", + "___id": "T000002R054938", "___s": true }, { @@ -797079,7 +804885,7 @@ "filename": "WebGLPipeline.js", "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "hasBooted", @@ -797101,7 +804907,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#hasBooted", "inherited": true, - "___id": "T000002R054631", + "___id": "T000002R054939", "___s": true }, { @@ -797110,7 +804916,7 @@ "filename": "WebGLPipeline.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPostFX", @@ -797132,7 +804938,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPostFX", "inherited": true, - "___id": "T000002R054632", + "___id": "T000002R054940", "___s": true }, { @@ -797141,7 +804947,7 @@ "filename": "WebGLPipeline.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPreFX", @@ -797163,7 +804969,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPreFX", "inherited": true, - "___id": "T000002R054633", + "___id": "T000002R054941", "___s": true }, { @@ -797172,7 +804978,7 @@ "filename": "WebGLPipeline.js", "lineno": 289, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderTargets", @@ -797202,7 +805008,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderTargets", "inherited": true, - "___id": "T000002R054634", + "___id": "T000002R054942", "___s": true }, { @@ -797211,7 +805017,7 @@ "filename": "WebGLPipeline.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentRenderTarget", @@ -797232,7 +805038,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentRenderTarget", "inherited": true, - "___id": "T000002R054635", + "___id": "T000002R054943", "___s": true }, { @@ -797241,7 +805047,7 @@ "filename": "WebGLPipeline.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shaders", @@ -797271,7 +805077,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shaders", "inherited": true, - "___id": "T000002R054636", + "___id": "T000002R054944", "___s": true }, { @@ -797280,7 +805086,7 @@ "filename": "WebGLPipeline.js", "lineno": 322, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentShader", @@ -797301,7 +805107,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentShader", "inherited": true, - "___id": "T000002R054637", + "___id": "T000002R054945", "___s": true }, { @@ -797310,7 +805116,7 @@ "filename": "WebGLPipeline.js", "lineno": 334, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionMatrix", @@ -797331,7 +805137,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionMatrix", "inherited": true, - "___id": "T000002R054638", + "___id": "T000002R054946", "___s": true }, { @@ -797340,7 +805146,7 @@ "filename": "WebGLPipeline.js", "lineno": 343, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionWidth", @@ -797361,7 +805167,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionWidth", "inherited": true, - "___id": "T000002R054639", + "___id": "T000002R054947", "___s": true }, { @@ -797370,7 +805176,7 @@ "filename": "WebGLPipeline.js", "lineno": 352, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionHeight", @@ -797391,7 +805197,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionHeight", "inherited": true, - "___id": "T000002R054640", + "___id": "T000002R054948", "___s": true }, { @@ -797400,7 +805206,7 @@ "filename": "WebGLPipeline.js", "lineno": 361, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "config", @@ -797421,7 +805227,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#config", "inherited": true, - "___id": "T000002R054641", + "___id": "T000002R054949", "___s": true }, { @@ -797430,7 +805236,7 @@ "filename": "WebGLPipeline.js", "lineno": 374, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "glReset", @@ -797451,7 +805257,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#glReset", "inherited": true, - "___id": "T000002R054642", + "___id": "T000002R054950", "___s": true }, { @@ -797460,7 +805266,7 @@ "filename": "WebGLPipeline.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batch", @@ -797490,7 +805296,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batch", "inherited": true, - "___id": "T000002R054643", + "___id": "T000002R054951", "___s": true }, { @@ -797499,7 +805305,7 @@ "filename": "WebGLPipeline.js", "lineno": 401, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentBatch", @@ -797522,7 +805328,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentBatch", "inherited": true, - "___id": "T000002R054644", + "___id": "T000002R054952", "___s": true }, { @@ -797531,7 +805337,7 @@ "filename": "WebGLPipeline.js", "lineno": 414, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentTexture", @@ -797554,7 +805360,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentTexture", "inherited": true, - "___id": "T000002R054645", + "___id": "T000002R054953", "___s": true }, { @@ -797563,7 +805369,7 @@ "filename": "WebGLPipeline.js", "lineno": 427, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentUnit", @@ -797584,7 +805390,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentUnit", "inherited": true, - "___id": "T000002R054646", + "___id": "T000002R054954", "___s": true }, { @@ -797593,7 +805399,7 @@ "filename": "WebGLPipeline.js", "lineno": 438, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeTextures", @@ -797623,7 +805429,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeTextures", "inherited": true, - "___id": "T000002R054647", + "___id": "T000002R054955", "___s": true }, { @@ -797632,7 +805438,7 @@ "filename": "WebGLPipeline.js", "lineno": 451, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resizeUniform", @@ -797653,7 +805459,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resizeUniform", "inherited": true, - "___id": "T000002R054648", + "___id": "T000002R054956", "___s": true }, { @@ -797662,7 +805468,7 @@ "filename": "WebGLPipeline.js", "lineno": 463, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "boot", @@ -797677,7 +805483,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#boot", "inherited": true, - "___id": "T000002R054649", + "___id": "T000002R054957", "___s": true }, { @@ -797686,7 +805492,7 @@ "filename": "WebGLPipeline.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBoot", @@ -797698,7 +805504,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBoot", "inherited": true, - "___id": "T000002R054650", + "___id": "T000002R054958", "___s": true }, { @@ -797707,7 +805513,7 @@ "filename": "WebGLPipeline.js", "lineno": 611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onResize", @@ -797747,7 +805553,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onResize", "inherited": true, - "___id": "T000002R054651", + "___id": "T000002R054959", "___s": true }, { @@ -797756,7 +805562,7 @@ "filename": "WebGLPipeline.js", "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShader", @@ -797827,7 +805633,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setShader", "inherited": true, - "___id": "T000002R054652", + "___id": "T000002R054960", "___s": true }, { @@ -797836,7 +805642,7 @@ "filename": "WebGLPipeline.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "getShaderByName", @@ -797877,7 +805683,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#getShaderByName", "inherited": true, - "___id": "T000002R054653", + "___id": "T000002R054961", "___s": true }, { @@ -797886,7 +805692,7 @@ "filename": "WebGLPipeline.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShadersFromConfig", @@ -797928,7 +805734,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setShadersFromConfig", "inherited": true, - "___id": "T000002R054654", + "___id": "T000002R054962", "___s": true }, { @@ -797937,7 +805743,7 @@ "filename": "WebGLPipeline.js", "lineno": 789, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "createBatch", @@ -797978,7 +805784,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#createBatch", "inherited": true, - "___id": "T000002R054655", + "___id": "T000002R054963", "___s": true }, { @@ -797987,7 +805793,7 @@ "filename": "WebGLPipeline.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "addTextureToBatch", @@ -798014,7 +805820,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#addTextureToBatch", "inherited": true, - "___id": "T000002R054656", + "___id": "T000002R054964", "___s": true }, { @@ -798023,7 +805829,7 @@ "filename": "WebGLPipeline.js", "lineno": 839, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "pushBatch", @@ -798064,7 +805870,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#pushBatch", "inherited": true, - "___id": "T000002R054657", + "___id": "T000002R054965", "___s": true }, { @@ -798073,7 +805879,7 @@ "filename": "WebGLPipeline.js", "lineno": 912, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setGameObject", @@ -798128,7 +805934,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setGameObject", "inherited": true, - "___id": "T000002R054658", + "___id": "T000002R054966", "___s": true }, { @@ -798137,7 +805943,7 @@ "filename": "WebGLPipeline.js", "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shouldFlush", @@ -798180,7 +805986,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shouldFlush", "inherited": true, - "___id": "T000002R054659", + "___id": "T000002R054967", "___s": true }, { @@ -798189,7 +805995,7 @@ "filename": "WebGLPipeline.js", "lineno": 952, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexAvailable", @@ -798215,7 +806021,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexAvailable", "inherited": true, - "___id": "T000002R054660", + "___id": "T000002R054968", "___s": true }, { @@ -798224,7 +806030,7 @@ "filename": "WebGLPipeline.js", "lineno": 966, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resize", @@ -798282,7 +806088,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resize", "inherited": true, - "___id": "T000002R054661", + "___id": "T000002R054969", "___s": true }, { @@ -798291,7 +806097,7 @@ "filename": "WebGLPipeline.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setProjectionMatrix", @@ -798346,7 +806152,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setProjectionMatrix", "inherited": true, - "___id": "T000002R054662", + "___id": "T000002R054970", "___s": true }, { @@ -798355,7 +806161,7 @@ "filename": "WebGLPipeline.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flipProjectionMatrix", @@ -798384,7 +806190,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#flipProjectionMatrix", "inherited": true, - "___id": "T000002R054663", + "___id": "T000002R054971", "___s": true }, { @@ -798393,7 +806199,7 @@ "filename": "WebGLPipeline.js", "lineno": 1096, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "updateProjectionMatrix", @@ -798405,7 +806211,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#updateProjectionMatrix", "inherited": true, - "___id": "T000002R054664", + "___id": "T000002R054972", "___s": true }, { @@ -798414,7 +806220,7 @@ "filename": "WebGLPipeline.js", "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bind", @@ -798460,7 +806266,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bind", "inherited": true, - "___id": "T000002R054665", + "___id": "T000002R054973", "___s": true }, { @@ -798469,7 +806275,7 @@ "filename": "WebGLPipeline.js", "lineno": 1169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "rebind", @@ -798515,7 +806321,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#rebind", "inherited": true, - "___id": "T000002R054666", + "___id": "T000002R054974", "___s": true }, { @@ -798524,7 +806330,7 @@ "filename": "WebGLPipeline.js", "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "restoreContext", @@ -798536,7 +806342,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#restoreContext", "inherited": true, - "___id": "T000002R054667", + "___id": "T000002R054975", "___s": true }, { @@ -798545,7 +806351,7 @@ "filename": "WebGLPipeline.js", "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setVertexBuffer", @@ -798587,7 +806393,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setVertexBuffer", "inherited": true, - "___id": "T000002R054668", + "___id": "T000002R054976", "___s": true }, { @@ -798596,7 +806402,7 @@ "filename": "WebGLPipeline.js", "lineno": 1282, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "preBatch", @@ -798649,7 +806455,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#preBatch", "inherited": true, - "___id": "T000002R054669", + "___id": "T000002R054977", "___s": true }, { @@ -798658,7 +806464,7 @@ "filename": "WebGLPipeline.js", "lineno": 1335, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onDraw", @@ -798699,7 +806505,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onDraw", "inherited": true, - "___id": "T000002R054670", + "___id": "T000002R054978", "___s": true }, { @@ -798708,7 +806514,7 @@ "filename": "WebGLPipeline.js", "lineno": 1355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "unbind", @@ -798720,7 +806526,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#unbind", "inherited": true, - "___id": "T000002R054671", + "___id": "T000002R054979", "___s": true }, { @@ -798729,7 +806535,7 @@ "filename": "WebGLPipeline.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flush", @@ -798777,7 +806583,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#flush", "inherited": true, - "___id": "T000002R054672", + "___id": "T000002R054980", "___s": true }, { @@ -798786,7 +806592,7 @@ "filename": "WebGLPipeline.js", "lineno": 1478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onActive", @@ -798813,7 +806619,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onActive", "inherited": true, - "___id": "T000002R054673", + "___id": "T000002R054981", "___s": true }, { @@ -798822,7 +806628,7 @@ "filename": "WebGLPipeline.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBind", @@ -798850,7 +806656,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBind", "inherited": true, - "___id": "T000002R054674", + "___id": "T000002R054982", "___s": true }, { @@ -798859,7 +806665,7 @@ "filename": "WebGLPipeline.js", "lineno": 1518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRebind", @@ -798871,7 +806677,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRebind", "inherited": true, - "___id": "T000002R054675", + "___id": "T000002R054983", "___s": true }, { @@ -798880,7 +806686,7 @@ "filename": "WebGLPipeline.js", "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBatch", @@ -798908,7 +806714,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBatch", "inherited": true, - "___id": "T000002R054676", + "___id": "T000002R054984", "___s": true }, { @@ -798917,7 +806723,7 @@ "filename": "WebGLPipeline.js", "lineno": 1553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreBatch", @@ -798945,7 +806751,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreBatch", "inherited": true, - "___id": "T000002R054677", + "___id": "T000002R054985", "___s": true }, { @@ -798954,7 +806760,7 @@ "filename": "WebGLPipeline.js", "lineno": 1567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostBatch", @@ -798982,7 +806788,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostBatch", "inherited": true, - "___id": "T000002R054678", + "___id": "T000002R054986", "___s": true }, { @@ -798991,7 +806797,7 @@ "filename": "WebGLPipeline.js", "lineno": 1581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreRender", @@ -799003,7 +806809,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreRender", "inherited": true, - "___id": "T000002R054679", + "___id": "T000002R054987", "___s": true }, { @@ -799012,7 +806818,7 @@ "filename": "WebGLPipeline.js", "lineno": 1594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRender", @@ -799052,7 +806858,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRender", "inherited": true, - "___id": "T000002R054680", + "___id": "T000002R054988", "___s": true }, { @@ -799061,7 +806867,7 @@ "filename": "WebGLPipeline.js", "lineno": 1611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostRender", @@ -799073,7 +806879,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostRender", "inherited": true, - "___id": "T000002R054681", + "___id": "T000002R054989", "___s": true }, { @@ -799082,7 +806888,7 @@ "filename": "WebGLPipeline.js", "lineno": 1626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBeforeFlush", @@ -799111,7 +806917,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBeforeFlush", "inherited": true, - "___id": "T000002R054682", + "___id": "T000002R054990", "___s": true }, { @@ -799120,7 +806926,7 @@ "filename": "WebGLPipeline.js", "lineno": 1643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onAfterFlush", @@ -799149,7 +806955,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onAfterFlush", "inherited": true, - "___id": "T000002R054683", + "___id": "T000002R054991", "___s": true }, { @@ -799158,7 +806964,7 @@ "filename": "WebGLPipeline.js", "lineno": 1664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchVert", @@ -799273,7 +807079,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batchVert", "inherited": true, - "___id": "T000002R054684", + "___id": "T000002R054992", "___s": true }, { @@ -799282,7 +807088,7 @@ "filename": "WebGLPipeline.js", "lineno": 1704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchQuad", @@ -799592,7 +807398,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batchQuad", "inherited": true, - "___id": "T000002R054685", + "___id": "T000002R054993", "___s": true }, { @@ -799601,7 +807407,7 @@ "filename": "WebGLPipeline.js", "lineno": 1827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchTri", @@ -799872,7 +807678,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batchTri", "inherited": true, - "___id": "T000002R054686", + "___id": "T000002R054994", "___s": true }, { @@ -799881,7 +807687,7 @@ "filename": "WebGLPipeline.js", "lineno": 1921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "drawFillRect", @@ -800002,7 +807808,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#drawFillRect", "inherited": true, - "___id": "T000002R054687", + "___id": "T000002R054995", "___s": true }, { @@ -800011,7 +807817,7 @@ "filename": "WebGLPipeline.js", "lineno": 1971, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTexture2D", @@ -800053,7 +807859,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setTexture2D", "inherited": true, - "___id": "T000002R054688", + "___id": "T000002R054996", "___s": true }, { @@ -800062,7 +807868,7 @@ "filename": "WebGLPipeline.js", "lineno": 1989, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindTexture", @@ -800120,7 +807926,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bindTexture", "inherited": true, - "___id": "T000002R054689", + "___id": "T000002R054997", "___s": true }, { @@ -800129,7 +807935,7 @@ "filename": "WebGLPipeline.js", "lineno": 2013, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindRenderTarget", @@ -800187,7 +807993,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bindRenderTarget", "inherited": true, - "___id": "T000002R054690", + "___id": "T000002R054998", "___s": true }, { @@ -800196,7 +808002,7 @@ "filename": "WebGLPipeline.js", "lineno": 2030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTime", @@ -800252,7 +808058,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setTime", "inherited": true, - "___id": "T000002R054691", + "___id": "T000002R054999", "___s": true }, { @@ -800261,7 +808067,7 @@ "filename": "WebGLPipeline.js", "lineno": 2050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setBoolean", @@ -800330,7 +808136,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setBoolean", "inherited": true, - "___id": "T000002R054692", + "___id": "T000002R055000", "___s": true }, { @@ -800339,7 +808145,7 @@ "filename": "WebGLPipeline.js", "lineno": 2077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1f", @@ -800408,7 +808214,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set1f", "inherited": true, - "___id": "T000002R054693", + "___id": "T000002R055001", "___s": true }, { @@ -800417,7 +808223,7 @@ "filename": "WebGLPipeline.js", "lineno": 2104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2f", @@ -800499,7 +808305,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set2f", "inherited": true, - "___id": "T000002R054694", + "___id": "T000002R055002", "___s": true }, { @@ -800508,7 +808314,7 @@ "filename": "WebGLPipeline.js", "lineno": 2132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3f", @@ -800603,7 +808409,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set3f", "inherited": true, - "___id": "T000002R054695", + "___id": "T000002R055003", "___s": true }, { @@ -800612,7 +808418,7 @@ "filename": "WebGLPipeline.js", "lineno": 2161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4f", @@ -800720,7 +808526,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set4f", "inherited": true, - "___id": "T000002R054696", + "___id": "T000002R055004", "___s": true }, { @@ -800729,7 +808535,7 @@ "filename": "WebGLPipeline.js", "lineno": 2191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1fv", @@ -800817,7 +808623,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set1fv", "inherited": true, - "___id": "T000002R054697", + "___id": "T000002R055005", "___s": true }, { @@ -800826,7 +808632,7 @@ "filename": "WebGLPipeline.js", "lineno": 2218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2fv", @@ -800914,7 +808720,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set2fv", "inherited": true, - "___id": "T000002R054698", + "___id": "T000002R055006", "___s": true }, { @@ -800923,7 +808729,7 @@ "filename": "WebGLPipeline.js", "lineno": 2245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3fv", @@ -801011,7 +808817,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set3fv", "inherited": true, - "___id": "T000002R054699", + "___id": "T000002R055007", "___s": true }, { @@ -801020,7 +808826,7 @@ "filename": "WebGLPipeline.js", "lineno": 2272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4fv", @@ -801108,7 +808914,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set4fv", "inherited": true, - "___id": "T000002R054700", + "___id": "T000002R055008", "___s": true }, { @@ -801117,7 +808923,7 @@ "filename": "WebGLPipeline.js", "lineno": 2299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1iv", @@ -801205,7 +809011,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set1iv", "inherited": true, - "___id": "T000002R054701", + "___id": "T000002R055009", "___s": true }, { @@ -801214,7 +809020,7 @@ "filename": "WebGLPipeline.js", "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2iv", @@ -801302,7 +809108,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set2iv", "inherited": true, - "___id": "T000002R054702", + "___id": "T000002R055010", "___s": true }, { @@ -801311,7 +809117,7 @@ "filename": "WebGLPipeline.js", "lineno": 2353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3iv", @@ -801399,7 +809205,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set3iv", "inherited": true, - "___id": "T000002R054703", + "___id": "T000002R055011", "___s": true }, { @@ -801408,7 +809214,7 @@ "filename": "WebGLPipeline.js", "lineno": 2380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4iv", @@ -801496,7 +809302,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set4iv", "inherited": true, - "___id": "T000002R054704", + "___id": "T000002R055012", "___s": true }, { @@ -801505,7 +809311,7 @@ "filename": "WebGLPipeline.js", "lineno": 2407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1i", @@ -801574,7 +809380,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set1i", "inherited": true, - "___id": "T000002R054705", + "___id": "T000002R055013", "___s": true }, { @@ -801583,7 +809389,7 @@ "filename": "WebGLPipeline.js", "lineno": 2434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2i", @@ -801665,7 +809471,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set2i", "inherited": true, - "___id": "T000002R054706", + "___id": "T000002R055014", "___s": true }, { @@ -801674,7 +809480,7 @@ "filename": "WebGLPipeline.js", "lineno": 2462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3i", @@ -801769,7 +809575,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set3i", "inherited": true, - "___id": "T000002R054707", + "___id": "T000002R055015", "___s": true }, { @@ -801778,7 +809584,7 @@ "filename": "WebGLPipeline.js", "lineno": 2491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4i", @@ -801886,7 +809692,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set4i", "inherited": true, - "___id": "T000002R054708", + "___id": "T000002R055016", "___s": true }, { @@ -801895,7 +809701,7 @@ "filename": "WebGLPipeline.js", "lineno": 2521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix2fv", @@ -801996,7 +809802,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setMatrix2fv", "inherited": true, - "___id": "T000002R054709", + "___id": "T000002R055017", "___s": true }, { @@ -802005,7 +809811,7 @@ "filename": "WebGLPipeline.js", "lineno": 2549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix3fv", @@ -802087,7 +809893,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setMatrix3fv", "inherited": true, - "___id": "T000002R054710", + "___id": "T000002R055018", "___s": true }, { @@ -802096,7 +809902,7 @@ "filename": "WebGLPipeline.js", "lineno": 2577, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix4fv", @@ -802178,7 +809984,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setMatrix4fv", "inherited": true, - "___id": "T000002R054711", + "___id": "T000002R055019", "___s": true }, { @@ -802187,7 +809993,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -802199,7 +810005,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R054712", + "___id": "T000002R055020", "___s": true }, { @@ -802208,7 +810014,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -802251,7 +810057,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R054713", + "___id": "T000002R055021", "___s": true }, { @@ -802260,7 +810066,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -802320,7 +810126,7 @@ "name": "event" } ], - "___id": "T000002R054714", + "___id": "T000002R055022", "___s": true }, { @@ -802329,7 +810135,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -802380,7 +810186,7 @@ "name": "event" } ], - "___id": "T000002R054715", + "___id": "T000002R055023", "___s": true }, { @@ -802389,7 +810195,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -802455,7 +810261,7 @@ "name": "args" } ], - "___id": "T000002R054716", + "___id": "T000002R055024", "___s": true }, { @@ -802464,7 +810270,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -802543,7 +810349,7 @@ "name": "context" } ], - "___id": "T000002R054717", + "___id": "T000002R055025", "___s": true }, { @@ -802552,7 +810358,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -802631,7 +810437,7 @@ "name": "context" } ], - "___id": "T000002R054718", + "___id": "T000002R055026", "___s": true }, { @@ -802640,7 +810446,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -802719,7 +810525,7 @@ "name": "context" } ], - "___id": "T000002R054719", + "___id": "T000002R055027", "___s": true }, { @@ -802728,7 +810534,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -802821,7 +810627,7 @@ "name": "once" } ], - "___id": "T000002R054720", + "___id": "T000002R055028", "___s": true }, { @@ -802830,7 +810636,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -802923,7 +810729,7 @@ "name": "once" } ], - "___id": "T000002R054721", + "___id": "T000002R055029", "___s": true }, { @@ -802932,7 +810738,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -802985,7 +810791,7 @@ "name": "event" } ], - "___id": "T000002R054722", + "___id": "T000002R055030", "___s": true }, { @@ -802994,7 +810800,7 @@ "filename": "PostFXPipeline.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "gameObject", @@ -803025,7 +810831,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#gameObject", "inherited": true, - "___id": "T000002R054723", + "___id": "T000002R055031", "___s": true }, { @@ -803034,7 +810840,7 @@ "filename": "PostFXPipeline.js", "lineno": 142, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "controller", @@ -803055,7 +810861,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#controller", "inherited": true, - "___id": "T000002R054724", + "___id": "T000002R055032", "___s": true }, { @@ -803064,7 +810870,7 @@ "filename": "PostFXPipeline.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "colorMatrix", @@ -803085,7 +810891,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#colorMatrix", "inherited": true, - "___id": "T000002R054725", + "___id": "T000002R055033", "___s": true }, { @@ -803094,7 +810900,7 @@ "filename": "PostFXPipeline.js", "lineno": 163, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame1", @@ -803116,7 +810922,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame1", "inherited": true, - "___id": "T000002R054726", + "___id": "T000002R055034", "___s": true }, { @@ -803125,7 +810931,7 @@ "filename": "PostFXPipeline.js", "lineno": 179, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame2", @@ -803147,7 +810953,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame2", "inherited": true, - "___id": "T000002R054727", + "___id": "T000002R055035", "___s": true }, { @@ -803156,7 +810962,7 @@ "filename": "PostFXPipeline.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame1", @@ -803178,7 +810984,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame1", "inherited": true, - "___id": "T000002R054728", + "___id": "T000002R055036", "___s": true }, { @@ -803187,7 +810993,7 @@ "filename": "PostFXPipeline.js", "lineno": 211, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame2", @@ -803209,7 +811015,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame2", "inherited": true, - "___id": "T000002R054729", + "___id": "T000002R055037", "___s": true }, { @@ -803218,7 +811024,7 @@ "filename": "PostFXPipeline.js", "lineno": 233, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bootFX", @@ -803230,16 +811036,16 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bootFX", "inherited": true, - "___id": "T000002R054730", + "___id": "T000002R055038", "___s": true }, { "comment": "/**\r\n * This method is called as a result of the `WebGLPipeline.batchQuad` method, right after a quad\r\n * belonging to a Game Object has been added to the batch. When this is called, the\r\n * renderer has just performed a flush.\r\n *\r\n * It calls the `onDraw` hook followed by the `onPostBatch` hook, which can be used to perform\r\n * additional Post FX Pipeline processing.\r\n *\r\n * It is also called as part of the `PipelineManager.postBatch` method when processing Post FX Pipelines.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch\r\n * @since 3.70.0\r\n *\r\n * @param {(Phaser.GameObjects.GameObject|Phaser.Cameras.Scene2D.Camera)} [gameObject] - The Game Object or Camera that invoked this pipeline, if any.\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 269, + "lineno": 268, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "postBatch", @@ -803292,16 +811098,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch", "inherited": true, - "___id": "T000002R054731", + "___id": "T000002R055039", "___s": true }, { "comment": "/**\r\n * Returns the FX Controller for this Post FX Pipeline.\r\n *\r\n * This is called internally and not typically required outside.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.FX.Controller} [controller] - An FX Controller, or undefined.\r\n *\r\n * @return {Phaser.FX.Controller|Phaser.Renderer.WebGL.Pipelines.PostFXPipeline} The FX Controller responsible, or this Pipeline.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 310, + "lineno": 309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "getController", @@ -803353,16 +811159,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController", "inherited": true, - "___id": "T000002R054732", + "___id": "T000002R055040", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * This method does _not_ bind a shader. It uses whatever shader\r\n * is currently bound in this pipeline. It also does _not_ clear\r\n * the frame buffers after use. You should take care of both of\r\n * these things if you call this method directly.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 338, + "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copySprite", @@ -803402,16 +811208,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite", "inherited": true, - "___id": "T000002R054733", + "___id": "T000002R055041", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * The difference between this method and `drawFrame` is that this method\r\n * uses a faster copy shader, where only the brightness can be modified.\r\n * If you need color level manipulation, see `drawFrame` instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 379, + "lineno": 378, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrame", @@ -803497,16 +811303,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame", "inherited": true, - "___id": "T000002R054734", + "___id": "T000002R055042", "___s": true }, { "comment": "/**\r\n * Pops the framebuffer from the renderers FBO stack and sets that as the active target,\r\n * then draws the `source` Render Target to it. It then resets the renderer textures.\r\n *\r\n * This should be done when you need to draw the _final_ results of a pipeline to the game\r\n * canvas, or the next framebuffer in line on the FBO stack. You should only call this once\r\n * in the `onDraw` handler and it should be the final thing called. Be careful not to call\r\n * this if you need to actually use the pipeline shader, instead of the copy shader. In\r\n * those cases, use the `bindAndDraw` method.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 402, + "lineno": 401, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyToGame", @@ -803533,16 +811339,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame", "inherited": true, - "___id": "T000002R054735", + "___id": "T000002R055043", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target, using this pipelines\r\n * Color Matrix.\r\n *\r\n * The difference between this method and `copyFrame` is that this method\r\n * uses a color matrix shader, where you have full control over the luminance\r\n * values used during the copy. If you don't need this, you can use the faster\r\n * `copyFrame` method instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 422, + "lineno": 421, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "drawFrame", @@ -803598,16 +811404,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame", "inherited": true, - "___id": "T000002R054736", + "___id": "T000002R055044", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using a linear blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 443, + "lineno": 442, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFrames", @@ -803691,16 +811497,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames", "inherited": true, - "___id": "T000002R054737", + "___id": "T000002R055045", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using an additive blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 461, + "lineno": 460, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFramesAdditive", @@ -803784,16 +811590,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive", "inherited": true, - "___id": "T000002R054738", + "___id": "T000002R055046", "___s": true }, { "comment": "/**\r\n * Clears the given Render Target.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The Render Target to clear.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 479, + "lineno": 478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "clearFrame", @@ -803835,16 +811641,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame", "inherited": true, - "___id": "T000002R054739", + "___id": "T000002R055047", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * The difference with this copy is that no resizing takes place. If the `source`\r\n * Render Target is larger than the `target` then only a portion the same size as\r\n * the `target` dimensions is copied across.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {boolean} [eraseMode=false] - Erase source from target using ERASE Blend Mode?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 493, + "lineno": 492, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blitFrame", @@ -803944,16 +811750,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame", "inherited": true, - "___id": "T000002R054740", + "___id": "T000002R055048", "___s": true }, { "comment": "/**\r\n * Binds the `source` Render Target and then copies a section of it to the `target` Render Target.\r\n *\r\n * This method is extremely fast because it uses `gl.copyTexSubImage2D` and doesn't\r\n * require the use of any shaders. Remember the coordinates are given in standard WebGL format,\r\n * where x and y specify the lower-left corner of the section, not the top-left. Also, the\r\n * copy entirely replaces the contents of the target texture, no 'merging' or 'blending' takes\r\n * place.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} x - The x coordinate of the lower left corner where to start copying.\r\n * @param {number} y - The y coordinate of the lower left corner where to start copying.\r\n * @param {number} width - The width of the texture.\r\n * @param {number} height - The height of the texture.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 517, + "lineno": 516, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrameRect", @@ -804075,16 +811881,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect", "inherited": true, - "___id": "T000002R054741", + "___id": "T000002R055049", "___s": true }, { "comment": "/**\r\n * Binds this pipeline and draws the `source` Render Target to the `target` Render Target.\r\n *\r\n * If no `target` is specified, it will pop the framebuffer from the Renderers FBO stack\r\n * and use that instead, which should be done when you need to draw the final results of\r\n * this pipeline to the game canvas.\r\n *\r\n * You can optionally set the shader to be used for the draw here, if this is a multi-shader\r\n * pipeline. By default `currentShader` will be used. If you need to set a shader but not\r\n * a target, just pass `null` as the `target` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The Render Target to draw to. If not set, it will pop the fbo from the stack.\r\n * @param {boolean} [clear=true] - Clear the target before copying? Only used if `target` parameter is set.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {Phaser.Renderer.WebGL.WebGLShader} [currentShader] - The shader to use during the draw.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 543, + "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bindAndDraw", @@ -804169,16 +811975,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw", "inherited": true, - "___id": "T000002R054742", + "___id": "T000002R055050", "___s": true }, { "comment": "/**\r\n * Destroys all shader instances, removes all object references and nulls all external references.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy\r\n * @since 3.60.0\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 620, + "lineno": 619, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "destroy", @@ -804205,7 +812011,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy", "inherited": true, - "___id": "T000002R054743", + "___id": "T000002R055051", "___s": true }, { @@ -804214,7 +812020,7 @@ "filename": "WebGLPipeline.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "name", @@ -804235,7 +812041,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#name", "inherited": true, - "___id": "T000002R054744", + "___id": "T000002R055052", "___s": true }, { @@ -804244,7 +812050,7 @@ "filename": "WebGLPipeline.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "game", @@ -804265,7 +812071,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#game", "inherited": true, - "___id": "T000002R054745", + "___id": "T000002R055053", "___s": true }, { @@ -804274,7 +812080,7 @@ "filename": "WebGLPipeline.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderer", @@ -804295,7 +812101,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderer", "inherited": true, - "___id": "T000002R054746", + "___id": "T000002R055054", "___s": true }, { @@ -804304,7 +812110,7 @@ "filename": "WebGLPipeline.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "manager", @@ -804327,7 +812133,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#manager", "inherited": true, - "___id": "T000002R054747", + "___id": "T000002R055055", "___s": true }, { @@ -804336,7 +812142,7 @@ "filename": "WebGLPipeline.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "gl", @@ -804357,7 +812163,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#gl", "inherited": true, - "___id": "T000002R054748", + "___id": "T000002R055056", "___s": true }, { @@ -804366,7 +812172,7 @@ "filename": "WebGLPipeline.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "view", @@ -804387,7 +812193,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#view", "inherited": true, - "___id": "T000002R054749", + "___id": "T000002R055057", "___s": true }, { @@ -804396,7 +812202,7 @@ "filename": "WebGLPipeline.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "width", @@ -804417,7 +812223,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#width", "inherited": true, - "___id": "T000002R054750", + "___id": "T000002R055058", "___s": true }, { @@ -804426,7 +812232,7 @@ "filename": "WebGLPipeline.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "height", @@ -804447,7 +812253,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#height", "inherited": true, - "___id": "T000002R054751", + "___id": "T000002R055059", "___s": true }, { @@ -804456,7 +812262,7 @@ "filename": "WebGLPipeline.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCount", @@ -804478,7 +812284,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCount", "inherited": true, - "___id": "T000002R054752", + "___id": "T000002R055060", "___s": true }, { @@ -804487,7 +812293,7 @@ "filename": "WebGLPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCapacity", @@ -804508,7 +812314,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCapacity", "inherited": true, - "___id": "T000002R054753", + "___id": "T000002R055061", "___s": true }, { @@ -804517,7 +812323,7 @@ "filename": "WebGLPipeline.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexData", @@ -804539,7 +812345,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexData", "inherited": true, - "___id": "T000002R054754", + "___id": "T000002R055062", "___s": true }, { @@ -804548,7 +812354,7 @@ "filename": "WebGLPipeline.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexBuffer", @@ -804570,7 +812376,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexBuffer", "inherited": true, - "___id": "T000002R054755", + "___id": "T000002R055063", "___s": true }, { @@ -804579,7 +812385,7 @@ "filename": "WebGLPipeline.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeBuffer", @@ -804600,7 +812406,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeBuffer", "inherited": true, - "___id": "T000002R054756", + "___id": "T000002R055064", "___s": true }, { @@ -804609,7 +812415,7 @@ "filename": "WebGLPipeline.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "topology", @@ -804630,7 +812436,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#topology", "inherited": true, - "___id": "T000002R054757", + "___id": "T000002R055065", "___s": true }, { @@ -804639,7 +812445,7 @@ "filename": "WebGLPipeline.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bytes", @@ -804660,7 +812466,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bytes", "inherited": true, - "___id": "T000002R054758", + "___id": "T000002R055066", "___s": true }, { @@ -804669,7 +812475,7 @@ "filename": "WebGLPipeline.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewF32", @@ -804690,7 +812496,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewF32", "inherited": true, - "___id": "T000002R054759", + "___id": "T000002R055067", "___s": true }, { @@ -804699,7 +812505,7 @@ "filename": "WebGLPipeline.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewU32", @@ -804720,7 +812526,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewU32", "inherited": true, - "___id": "T000002R054760", + "___id": "T000002R055068", "___s": true }, { @@ -804729,7 +812535,7 @@ "filename": "WebGLPipeline.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "active", @@ -804750,7 +812556,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#active", "inherited": true, - "___id": "T000002R054761", + "___id": "T000002R055069", "___s": true }, { @@ -804759,7 +812565,7 @@ "filename": "WebGLPipeline.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "forceZero", @@ -804780,7 +812586,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#forceZero", "inherited": true, - "___id": "T000002R054762", + "___id": "T000002R055070", "___s": true }, { @@ -804789,7 +812595,7 @@ "filename": "WebGLPipeline.js", "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "hasBooted", @@ -804811,7 +812617,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#hasBooted", "inherited": true, - "___id": "T000002R054763", + "___id": "T000002R055071", "___s": true }, { @@ -804820,7 +812626,7 @@ "filename": "WebGLPipeline.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPostFX", @@ -804842,7 +812648,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPostFX", "inherited": true, - "___id": "T000002R054764", + "___id": "T000002R055072", "___s": true }, { @@ -804851,7 +812657,7 @@ "filename": "WebGLPipeline.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPreFX", @@ -804873,7 +812679,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPreFX", "inherited": true, - "___id": "T000002R054765", + "___id": "T000002R055073", "___s": true }, { @@ -804882,7 +812688,7 @@ "filename": "WebGLPipeline.js", "lineno": 289, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderTargets", @@ -804912,7 +812718,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderTargets", "inherited": true, - "___id": "T000002R054766", + "___id": "T000002R055074", "___s": true }, { @@ -804921,7 +812727,7 @@ "filename": "WebGLPipeline.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentRenderTarget", @@ -804942,7 +812748,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentRenderTarget", "inherited": true, - "___id": "T000002R054767", + "___id": "T000002R055075", "___s": true }, { @@ -804951,7 +812757,7 @@ "filename": "WebGLPipeline.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shaders", @@ -804981,7 +812787,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shaders", "inherited": true, - "___id": "T000002R054768", + "___id": "T000002R055076", "___s": true }, { @@ -804990,7 +812796,7 @@ "filename": "WebGLPipeline.js", "lineno": 322, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentShader", @@ -805011,7 +812817,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentShader", "inherited": true, - "___id": "T000002R054769", + "___id": "T000002R055077", "___s": true }, { @@ -805020,7 +812826,7 @@ "filename": "WebGLPipeline.js", "lineno": 334, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionMatrix", @@ -805041,7 +812847,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionMatrix", "inherited": true, - "___id": "T000002R054770", + "___id": "T000002R055078", "___s": true }, { @@ -805050,7 +812856,7 @@ "filename": "WebGLPipeline.js", "lineno": 343, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionWidth", @@ -805071,7 +812877,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionWidth", "inherited": true, - "___id": "T000002R054771", + "___id": "T000002R055079", "___s": true }, { @@ -805080,7 +812886,7 @@ "filename": "WebGLPipeline.js", "lineno": 352, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionHeight", @@ -805101,7 +812907,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionHeight", "inherited": true, - "___id": "T000002R054772", + "___id": "T000002R055080", "___s": true }, { @@ -805110,7 +812916,7 @@ "filename": "WebGLPipeline.js", "lineno": 361, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "config", @@ -805131,7 +812937,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#config", "inherited": true, - "___id": "T000002R054773", + "___id": "T000002R055081", "___s": true }, { @@ -805140,7 +812946,7 @@ "filename": "WebGLPipeline.js", "lineno": 374, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "glReset", @@ -805161,7 +812967,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#glReset", "inherited": true, - "___id": "T000002R054774", + "___id": "T000002R055082", "___s": true }, { @@ -805170,7 +812976,7 @@ "filename": "WebGLPipeline.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batch", @@ -805200,7 +813006,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batch", "inherited": true, - "___id": "T000002R054775", + "___id": "T000002R055083", "___s": true }, { @@ -805209,7 +813015,7 @@ "filename": "WebGLPipeline.js", "lineno": 401, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentBatch", @@ -805232,7 +813038,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentBatch", "inherited": true, - "___id": "T000002R054776", + "___id": "T000002R055084", "___s": true }, { @@ -805241,7 +813047,7 @@ "filename": "WebGLPipeline.js", "lineno": 414, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentTexture", @@ -805264,7 +813070,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentTexture", "inherited": true, - "___id": "T000002R054777", + "___id": "T000002R055085", "___s": true }, { @@ -805273,7 +813079,7 @@ "filename": "WebGLPipeline.js", "lineno": 427, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentUnit", @@ -805294,7 +813100,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentUnit", "inherited": true, - "___id": "T000002R054778", + "___id": "T000002R055086", "___s": true }, { @@ -805303,7 +813109,7 @@ "filename": "WebGLPipeline.js", "lineno": 438, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeTextures", @@ -805333,7 +813139,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeTextures", "inherited": true, - "___id": "T000002R054779", + "___id": "T000002R055087", "___s": true }, { @@ -805342,7 +813148,7 @@ "filename": "WebGLPipeline.js", "lineno": 451, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resizeUniform", @@ -805363,7 +813169,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resizeUniform", "inherited": true, - "___id": "T000002R054780", + "___id": "T000002R055088", "___s": true }, { @@ -805372,7 +813178,7 @@ "filename": "WebGLPipeline.js", "lineno": 463, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "boot", @@ -805387,7 +813193,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#boot", "inherited": true, - "___id": "T000002R054781", + "___id": "T000002R055089", "___s": true }, { @@ -805396,7 +813202,7 @@ "filename": "WebGLPipeline.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBoot", @@ -805408,7 +813214,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBoot", "inherited": true, - "___id": "T000002R054782", + "___id": "T000002R055090", "___s": true }, { @@ -805417,7 +813223,7 @@ "filename": "WebGLPipeline.js", "lineno": 611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onResize", @@ -805457,7 +813263,7 @@ "name": "height" } ], - "___id": "T000002R054783", + "___id": "T000002R055091", "___s": true }, { @@ -805466,7 +813272,7 @@ "filename": "WebGLPipeline.js", "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShader", @@ -805537,7 +813343,7 @@ "name": "vertexBuffer" } ], - "___id": "T000002R054784", + "___id": "T000002R055092", "___s": true }, { @@ -805546,7 +813352,7 @@ "filename": "WebGLPipeline.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "getShaderByName", @@ -805587,7 +813393,7 @@ "name": "name" } ], - "___id": "T000002R054785", + "___id": "T000002R055093", "___s": true }, { @@ -805596,7 +813402,7 @@ "filename": "WebGLPipeline.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShadersFromConfig", @@ -805638,7 +813444,7 @@ "name": "config" } ], - "___id": "T000002R054786", + "___id": "T000002R055094", "___s": true }, { @@ -805647,7 +813453,7 @@ "filename": "WebGLPipeline.js", "lineno": 789, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "createBatch", @@ -805688,7 +813494,7 @@ "name": "texture" } ], - "___id": "T000002R054787", + "___id": "T000002R055095", "___s": true }, { @@ -805697,7 +813503,7 @@ "filename": "WebGLPipeline.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "addTextureToBatch", @@ -805724,7 +813530,7 @@ "name": "texture" } ], - "___id": "T000002R054788", + "___id": "T000002R055096", "___s": true }, { @@ -805733,7 +813539,7 @@ "filename": "WebGLPipeline.js", "lineno": 839, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "pushBatch", @@ -805774,7 +813580,7 @@ "name": "texture" } ], - "___id": "T000002R054789", + "___id": "T000002R055097", "___s": true }, { @@ -805783,7 +813589,7 @@ "filename": "WebGLPipeline.js", "lineno": 912, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setGameObject", @@ -805838,7 +813644,7 @@ "name": "frame" } ], - "___id": "T000002R054790", + "___id": "T000002R055098", "___s": true }, { @@ -805847,7 +813653,7 @@ "filename": "WebGLPipeline.js", "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shouldFlush", @@ -805890,7 +813696,7 @@ "name": "amount" } ], - "___id": "T000002R054791", + "___id": "T000002R055099", "___s": true }, { @@ -805899,7 +813705,7 @@ "filename": "WebGLPipeline.js", "lineno": 952, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexAvailable", @@ -805925,7 +813731,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexAvailable", "inherited": true, - "___id": "T000002R054792", + "___id": "T000002R055100", "___s": true }, { @@ -805934,7 +813740,7 @@ "filename": "WebGLPipeline.js", "lineno": 966, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resize", @@ -805992,7 +813798,7 @@ "name": "height" } ], - "___id": "T000002R054793", + "___id": "T000002R055101", "___s": true }, { @@ -806001,7 +813807,7 @@ "filename": "WebGLPipeline.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setProjectionMatrix", @@ -806056,7 +813862,7 @@ "name": "height" } ], - "___id": "T000002R054794", + "___id": "T000002R055102", "___s": true }, { @@ -806065,7 +813871,7 @@ "filename": "WebGLPipeline.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flipProjectionMatrix", @@ -806094,7 +813900,7 @@ "name": "flipY" } ], - "___id": "T000002R054795", + "___id": "T000002R055103", "___s": true }, { @@ -806103,7 +813909,7 @@ "filename": "WebGLPipeline.js", "lineno": 1096, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "updateProjectionMatrix", @@ -806115,7 +813921,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#updateProjectionMatrix", "inherited": true, - "___id": "T000002R054796", + "___id": "T000002R055104", "___s": true }, { @@ -806124,7 +813930,7 @@ "filename": "WebGLPipeline.js", "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bind", @@ -806170,7 +813976,7 @@ "name": "currentShader" } ], - "___id": "T000002R054797", + "___id": "T000002R055105", "___s": true }, { @@ -806179,7 +813985,7 @@ "filename": "WebGLPipeline.js", "lineno": 1169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "rebind", @@ -806225,7 +814031,7 @@ "name": "currentShader" } ], - "___id": "T000002R054798", + "___id": "T000002R055106", "___s": true }, { @@ -806234,7 +814040,7 @@ "filename": "WebGLPipeline.js", "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "restoreContext", @@ -806246,7 +814052,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#restoreContext", "inherited": true, - "___id": "T000002R054799", + "___id": "T000002R055107", "___s": true }, { @@ -806255,7 +814061,7 @@ "filename": "WebGLPipeline.js", "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setVertexBuffer", @@ -806297,7 +814103,7 @@ "name": "buffer" } ], - "___id": "T000002R054800", + "___id": "T000002R055108", "___s": true }, { @@ -806306,7 +814112,7 @@ "filename": "WebGLPipeline.js", "lineno": 1282, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "preBatch", @@ -806359,7 +814165,7 @@ "name": "gameObject" } ], - "___id": "T000002R054801", + "___id": "T000002R055109", "___s": true }, { @@ -806368,7 +814174,7 @@ "filename": "WebGLPipeline.js", "lineno": 1335, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onDraw", @@ -806409,7 +814215,7 @@ "name": "swapTarget" } ], - "___id": "T000002R054802", + "___id": "T000002R055110", "___s": true }, { @@ -806418,7 +814224,7 @@ "filename": "WebGLPipeline.js", "lineno": 1355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "unbind", @@ -806430,7 +814236,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#unbind", "inherited": true, - "___id": "T000002R054803", + "___id": "T000002R055111", "___s": true }, { @@ -806439,7 +814245,7 @@ "filename": "WebGLPipeline.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flush", @@ -806487,7 +814293,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R054804", + "___id": "T000002R055112", "___s": true }, { @@ -806496,7 +814302,7 @@ "filename": "WebGLPipeline.js", "lineno": 1478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onActive", @@ -806523,7 +814329,7 @@ "name": "currentShader" } ], - "___id": "T000002R054805", + "___id": "T000002R055113", "___s": true }, { @@ -806532,7 +814338,7 @@ "filename": "WebGLPipeline.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBind", @@ -806560,7 +814366,7 @@ "name": "gameObject" } ], - "___id": "T000002R054806", + "___id": "T000002R055114", "___s": true }, { @@ -806569,7 +814375,7 @@ "filename": "WebGLPipeline.js", "lineno": 1518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRebind", @@ -806581,7 +814387,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRebind", "inherited": true, - "___id": "T000002R054807", + "___id": "T000002R055115", "___s": true }, { @@ -806590,7 +814396,7 @@ "filename": "WebGLPipeline.js", "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBatch", @@ -806618,7 +814424,7 @@ "name": "gameObject" } ], - "___id": "T000002R054808", + "___id": "T000002R055116", "___s": true }, { @@ -806627,7 +814433,7 @@ "filename": "WebGLPipeline.js", "lineno": 1553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreBatch", @@ -806655,7 +814461,7 @@ "name": "gameObject" } ], - "___id": "T000002R054809", + "___id": "T000002R055117", "___s": true }, { @@ -806664,7 +814470,7 @@ "filename": "WebGLPipeline.js", "lineno": 1567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostBatch", @@ -806692,7 +814498,7 @@ "name": "gameObject" } ], - "___id": "T000002R054810", + "___id": "T000002R055118", "___s": true }, { @@ -806701,7 +814507,7 @@ "filename": "WebGLPipeline.js", "lineno": 1581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreRender", @@ -806713,7 +814519,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreRender", "inherited": true, - "___id": "T000002R054811", + "___id": "T000002R055119", "___s": true }, { @@ -806722,7 +814528,7 @@ "filename": "WebGLPipeline.js", "lineno": 1594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRender", @@ -806762,7 +814568,7 @@ "name": "camera" } ], - "___id": "T000002R054812", + "___id": "T000002R055120", "___s": true }, { @@ -806771,7 +814577,7 @@ "filename": "WebGLPipeline.js", "lineno": 1611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostRender", @@ -806783,7 +814589,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostRender", "inherited": true, - "___id": "T000002R054813", + "___id": "T000002R055121", "___s": true }, { @@ -806792,7 +814598,7 @@ "filename": "WebGLPipeline.js", "lineno": 1626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBeforeFlush", @@ -806821,7 +814627,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R054814", + "___id": "T000002R055122", "___s": true }, { @@ -806830,7 +814636,7 @@ "filename": "WebGLPipeline.js", "lineno": 1643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onAfterFlush", @@ -806859,7 +814665,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R054815", + "___id": "T000002R055123", "___s": true }, { @@ -806868,7 +814674,7 @@ "filename": "WebGLPipeline.js", "lineno": 1664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchVert", @@ -806983,7 +814789,7 @@ "name": "tint" } ], - "___id": "T000002R054816", + "___id": "T000002R055124", "___s": true }, { @@ -806992,7 +814798,7 @@ "filename": "WebGLPipeline.js", "lineno": 1704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchQuad", @@ -807302,7 +815108,7 @@ "name": "unit" } ], - "___id": "T000002R054817", + "___id": "T000002R055125", "___s": true }, { @@ -807311,7 +815117,7 @@ "filename": "WebGLPipeline.js", "lineno": 1827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchTri", @@ -807582,7 +815388,7 @@ "name": "unit" } ], - "___id": "T000002R054818", + "___id": "T000002R055126", "___s": true }, { @@ -807591,7 +815397,7 @@ "filename": "WebGLPipeline.js", "lineno": 1921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "drawFillRect", @@ -807712,7 +815518,7 @@ "name": "flipUV" } ], - "___id": "T000002R054819", + "___id": "T000002R055127", "___s": true }, { @@ -807721,7 +815527,7 @@ "filename": "WebGLPipeline.js", "lineno": 1971, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTexture2D", @@ -807763,7 +815569,7 @@ "name": "texture" } ], - "___id": "T000002R054820", + "___id": "T000002R055128", "___s": true }, { @@ -807772,7 +815578,7 @@ "filename": "WebGLPipeline.js", "lineno": 1989, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindTexture", @@ -807830,7 +815636,7 @@ "name": "unit" } ], - "___id": "T000002R054821", + "___id": "T000002R055129", "___s": true }, { @@ -807839,7 +815645,7 @@ "filename": "WebGLPipeline.js", "lineno": 2013, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindRenderTarget", @@ -807897,7 +815703,7 @@ "name": "unit" } ], - "___id": "T000002R054822", + "___id": "T000002R055130", "___s": true }, { @@ -807906,7 +815712,7 @@ "filename": "WebGLPipeline.js", "lineno": 2030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTime", @@ -807962,7 +815768,7 @@ "name": "shader" } ], - "___id": "T000002R054823", + "___id": "T000002R055131", "___s": true }, { @@ -807971,7 +815777,7 @@ "filename": "WebGLPipeline.js", "lineno": 2050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setBoolean", @@ -808040,7 +815846,7 @@ "name": "shader" } ], - "___id": "T000002R054824", + "___id": "T000002R055132", "___s": true }, { @@ -808049,7 +815855,7 @@ "filename": "WebGLPipeline.js", "lineno": 2077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1f", @@ -808118,7 +815924,7 @@ "name": "shader" } ], - "___id": "T000002R054825", + "___id": "T000002R055133", "___s": true }, { @@ -808127,7 +815933,7 @@ "filename": "WebGLPipeline.js", "lineno": 2104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2f", @@ -808209,7 +816015,7 @@ "name": "shader" } ], - "___id": "T000002R054826", + "___id": "T000002R055134", "___s": true }, { @@ -808218,7 +816024,7 @@ "filename": "WebGLPipeline.js", "lineno": 2132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3f", @@ -808313,7 +816119,7 @@ "name": "shader" } ], - "___id": "T000002R054827", + "___id": "T000002R055135", "___s": true }, { @@ -808322,7 +816128,7 @@ "filename": "WebGLPipeline.js", "lineno": 2161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4f", @@ -808430,7 +816236,7 @@ "name": "shader" } ], - "___id": "T000002R054828", + "___id": "T000002R055136", "___s": true }, { @@ -808439,7 +816245,7 @@ "filename": "WebGLPipeline.js", "lineno": 2191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1fv", @@ -808527,7 +816333,7 @@ "name": "shader" } ], - "___id": "T000002R054829", + "___id": "T000002R055137", "___s": true }, { @@ -808536,7 +816342,7 @@ "filename": "WebGLPipeline.js", "lineno": 2218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2fv", @@ -808624,7 +816430,7 @@ "name": "shader" } ], - "___id": "T000002R054830", + "___id": "T000002R055138", "___s": true }, { @@ -808633,7 +816439,7 @@ "filename": "WebGLPipeline.js", "lineno": 2245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3fv", @@ -808721,7 +816527,7 @@ "name": "shader" } ], - "___id": "T000002R054831", + "___id": "T000002R055139", "___s": true }, { @@ -808730,7 +816536,7 @@ "filename": "WebGLPipeline.js", "lineno": 2272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4fv", @@ -808818,7 +816624,7 @@ "name": "shader" } ], - "___id": "T000002R054832", + "___id": "T000002R055140", "___s": true }, { @@ -808827,7 +816633,7 @@ "filename": "WebGLPipeline.js", "lineno": 2299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1iv", @@ -808915,7 +816721,7 @@ "name": "shader" } ], - "___id": "T000002R054833", + "___id": "T000002R055141", "___s": true }, { @@ -808924,7 +816730,7 @@ "filename": "WebGLPipeline.js", "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2iv", @@ -809012,7 +816818,7 @@ "name": "shader" } ], - "___id": "T000002R054834", + "___id": "T000002R055142", "___s": true }, { @@ -809021,7 +816827,7 @@ "filename": "WebGLPipeline.js", "lineno": 2353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3iv", @@ -809109,7 +816915,7 @@ "name": "shader" } ], - "___id": "T000002R054835", + "___id": "T000002R055143", "___s": true }, { @@ -809118,7 +816924,7 @@ "filename": "WebGLPipeline.js", "lineno": 2380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4iv", @@ -809206,7 +817012,7 @@ "name": "shader" } ], - "___id": "T000002R054836", + "___id": "T000002R055144", "___s": true }, { @@ -809215,7 +817021,7 @@ "filename": "WebGLPipeline.js", "lineno": 2407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1i", @@ -809284,7 +817090,7 @@ "name": "shader" } ], - "___id": "T000002R054837", + "___id": "T000002R055145", "___s": true }, { @@ -809293,7 +817099,7 @@ "filename": "WebGLPipeline.js", "lineno": 2434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2i", @@ -809375,7 +817181,7 @@ "name": "shader" } ], - "___id": "T000002R054838", + "___id": "T000002R055146", "___s": true }, { @@ -809384,7 +817190,7 @@ "filename": "WebGLPipeline.js", "lineno": 2462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3i", @@ -809479,7 +817285,7 @@ "name": "shader" } ], - "___id": "T000002R054839", + "___id": "T000002R055147", "___s": true }, { @@ -809488,7 +817294,7 @@ "filename": "WebGLPipeline.js", "lineno": 2491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4i", @@ -809596,7 +817402,7 @@ "name": "shader" } ], - "___id": "T000002R054840", + "___id": "T000002R055148", "___s": true }, { @@ -809605,7 +817411,7 @@ "filename": "WebGLPipeline.js", "lineno": 2521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix2fv", @@ -809706,7 +817512,7 @@ "name": "shader" } ], - "___id": "T000002R054841", + "___id": "T000002R055149", "___s": true }, { @@ -809715,7 +817521,7 @@ "filename": "WebGLPipeline.js", "lineno": 2549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix3fv", @@ -809797,7 +817603,7 @@ "name": "shader" } ], - "___id": "T000002R054842", + "___id": "T000002R055150", "___s": true }, { @@ -809806,7 +817612,7 @@ "filename": "WebGLPipeline.js", "lineno": 2577, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix4fv", @@ -809888,7 +817694,7 @@ "name": "shader" } ], - "___id": "T000002R054843", + "___id": "T000002R055151", "___s": true }, { @@ -809897,7 +817703,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -809909,7 +817715,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R054844", + "___id": "T000002R055152", "___s": true }, { @@ -809918,7 +817724,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -809961,7 +817767,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R054845", + "___id": "T000002R055153", "___s": true }, { @@ -809970,7 +817776,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -810030,7 +817836,7 @@ "name": "event" } ], - "___id": "T000002R054846", + "___id": "T000002R055154", "___s": true }, { @@ -810039,7 +817845,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -810090,7 +817896,7 @@ "name": "event" } ], - "___id": "T000002R054847", + "___id": "T000002R055155", "___s": true }, { @@ -810099,7 +817905,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -810165,7 +817971,7 @@ "name": "args" } ], - "___id": "T000002R054848", + "___id": "T000002R055156", "___s": true }, { @@ -810174,7 +817980,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -810253,7 +818059,7 @@ "name": "context" } ], - "___id": "T000002R054849", + "___id": "T000002R055157", "___s": true }, { @@ -810262,7 +818068,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -810341,7 +818147,7 @@ "name": "context" } ], - "___id": "T000002R054850", + "___id": "T000002R055158", "___s": true }, { @@ -810350,7 +818156,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -810429,7 +818235,7 @@ "name": "context" } ], - "___id": "T000002R054851", + "___id": "T000002R055159", "___s": true }, { @@ -810438,7 +818244,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -810531,7 +818337,7 @@ "name": "once" } ], - "___id": "T000002R054852", + "___id": "T000002R055160", "___s": true }, { @@ -810540,7 +818346,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -810633,7 +818439,7 @@ "name": "once" } ], - "___id": "T000002R054853", + "___id": "T000002R055161", "___s": true }, { @@ -810642,7 +818448,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -810695,7 +818501,7 @@ "name": "event" } ], - "___id": "T000002R054854", + "___id": "T000002R055162", "___s": true }, { @@ -810704,7 +818510,7 @@ "filename": "PostFXPipeline.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "gameObject", @@ -810735,7 +818541,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#gameObject", "inherited": true, - "___id": "T000002R054855", + "___id": "T000002R055163", "___s": true }, { @@ -810744,7 +818550,7 @@ "filename": "PostFXPipeline.js", "lineno": 142, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "controller", @@ -810765,7 +818571,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#controller", "inherited": true, - "___id": "T000002R054856", + "___id": "T000002R055164", "___s": true }, { @@ -810774,7 +818580,7 @@ "filename": "PostFXPipeline.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "colorMatrix", @@ -810795,7 +818601,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#colorMatrix", "inherited": true, - "___id": "T000002R054857", + "___id": "T000002R055165", "___s": true }, { @@ -810804,7 +818610,7 @@ "filename": "PostFXPipeline.js", "lineno": 163, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame1", @@ -810826,7 +818632,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame1", "inherited": true, - "___id": "T000002R054858", + "___id": "T000002R055166", "___s": true }, { @@ -810835,7 +818641,7 @@ "filename": "PostFXPipeline.js", "lineno": 179, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame2", @@ -810857,7 +818663,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame2", "inherited": true, - "___id": "T000002R054859", + "___id": "T000002R055167", "___s": true }, { @@ -810866,7 +818672,7 @@ "filename": "PostFXPipeline.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame1", @@ -810888,7 +818694,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame1", "inherited": true, - "___id": "T000002R054860", + "___id": "T000002R055168", "___s": true }, { @@ -810897,7 +818703,7 @@ "filename": "PostFXPipeline.js", "lineno": 211, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame2", @@ -810919,7 +818725,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame2", "inherited": true, - "___id": "T000002R054861", + "___id": "T000002R055169", "___s": true }, { @@ -810928,7 +818734,7 @@ "filename": "PostFXPipeline.js", "lineno": 233, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bootFX", @@ -810940,16 +818746,16 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bootFX", "inherited": true, - "___id": "T000002R054862", + "___id": "T000002R055170", "___s": true }, { "comment": "/**\r\n * This method is called as a result of the `WebGLPipeline.batchQuad` method, right after a quad\r\n * belonging to a Game Object has been added to the batch. When this is called, the\r\n * renderer has just performed a flush.\r\n *\r\n * It calls the `onDraw` hook followed by the `onPostBatch` hook, which can be used to perform\r\n * additional Post FX Pipeline processing.\r\n *\r\n * It is also called as part of the `PipelineManager.postBatch` method when processing Post FX Pipelines.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch\r\n * @since 3.70.0\r\n *\r\n * @param {(Phaser.GameObjects.GameObject|Phaser.Cameras.Scene2D.Camera)} [gameObject] - The Game Object or Camera that invoked this pipeline, if any.\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 269, + "lineno": 268, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "postBatch", @@ -811002,16 +818808,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch", "inherited": true, - "___id": "T000002R054863", + "___id": "T000002R055171", "___s": true }, { "comment": "/**\r\n * Returns the FX Controller for this Post FX Pipeline.\r\n *\r\n * This is called internally and not typically required outside.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.FX.Controller} [controller] - An FX Controller, or undefined.\r\n *\r\n * @return {Phaser.FX.Controller|Phaser.Renderer.WebGL.Pipelines.PostFXPipeline} The FX Controller responsible, or this Pipeline.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 310, + "lineno": 309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "getController", @@ -811063,16 +818869,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController", "inherited": true, - "___id": "T000002R054864", + "___id": "T000002R055172", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * This method does _not_ bind a shader. It uses whatever shader\r\n * is currently bound in this pipeline. It also does _not_ clear\r\n * the frame buffers after use. You should take care of both of\r\n * these things if you call this method directly.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 338, + "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copySprite", @@ -811112,16 +818918,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite", "inherited": true, - "___id": "T000002R054865", + "___id": "T000002R055173", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * The difference between this method and `drawFrame` is that this method\r\n * uses a faster copy shader, where only the brightness can be modified.\r\n * If you need color level manipulation, see `drawFrame` instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 379, + "lineno": 378, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrame", @@ -811207,16 +819013,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame", "inherited": true, - "___id": "T000002R054866", + "___id": "T000002R055174", "___s": true }, { "comment": "/**\r\n * Pops the framebuffer from the renderers FBO stack and sets that as the active target,\r\n * then draws the `source` Render Target to it. It then resets the renderer textures.\r\n *\r\n * This should be done when you need to draw the _final_ results of a pipeline to the game\r\n * canvas, or the next framebuffer in line on the FBO stack. You should only call this once\r\n * in the `onDraw` handler and it should be the final thing called. Be careful not to call\r\n * this if you need to actually use the pipeline shader, instead of the copy shader. In\r\n * those cases, use the `bindAndDraw` method.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 402, + "lineno": 401, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyToGame", @@ -811243,16 +819049,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame", "inherited": true, - "___id": "T000002R054867", + "___id": "T000002R055175", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target, using this pipelines\r\n * Color Matrix.\r\n *\r\n * The difference between this method and `copyFrame` is that this method\r\n * uses a color matrix shader, where you have full control over the luminance\r\n * values used during the copy. If you don't need this, you can use the faster\r\n * `copyFrame` method instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 422, + "lineno": 421, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "drawFrame", @@ -811308,16 +819114,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame", "inherited": true, - "___id": "T000002R054868", + "___id": "T000002R055176", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using a linear blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 443, + "lineno": 442, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFrames", @@ -811401,16 +819207,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames", "inherited": true, - "___id": "T000002R054869", + "___id": "T000002R055177", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using an additive blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 461, + "lineno": 460, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFramesAdditive", @@ -811494,16 +819300,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive", "inherited": true, - "___id": "T000002R054870", + "___id": "T000002R055178", "___s": true }, { "comment": "/**\r\n * Clears the given Render Target.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The Render Target to clear.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 479, + "lineno": 478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "clearFrame", @@ -811545,16 +819351,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame", "inherited": true, - "___id": "T000002R054871", + "___id": "T000002R055179", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * The difference with this copy is that no resizing takes place. If the `source`\r\n * Render Target is larger than the `target` then only a portion the same size as\r\n * the `target` dimensions is copied across.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {boolean} [eraseMode=false] - Erase source from target using ERASE Blend Mode?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 493, + "lineno": 492, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blitFrame", @@ -811654,16 +819460,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame", "inherited": true, - "___id": "T000002R054872", + "___id": "T000002R055180", "___s": true }, { "comment": "/**\r\n * Binds the `source` Render Target and then copies a section of it to the `target` Render Target.\r\n *\r\n * This method is extremely fast because it uses `gl.copyTexSubImage2D` and doesn't\r\n * require the use of any shaders. Remember the coordinates are given in standard WebGL format,\r\n * where x and y specify the lower-left corner of the section, not the top-left. Also, the\r\n * copy entirely replaces the contents of the target texture, no 'merging' or 'blending' takes\r\n * place.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} x - The x coordinate of the lower left corner where to start copying.\r\n * @param {number} y - The y coordinate of the lower left corner where to start copying.\r\n * @param {number} width - The width of the texture.\r\n * @param {number} height - The height of the texture.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 517, + "lineno": 516, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrameRect", @@ -811785,16 +819591,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect", "inherited": true, - "___id": "T000002R054873", + "___id": "T000002R055181", "___s": true }, { "comment": "/**\r\n * Binds this pipeline and draws the `source` Render Target to the `target` Render Target.\r\n *\r\n * If no `target` is specified, it will pop the framebuffer from the Renderers FBO stack\r\n * and use that instead, which should be done when you need to draw the final results of\r\n * this pipeline to the game canvas.\r\n *\r\n * You can optionally set the shader to be used for the draw here, if this is a multi-shader\r\n * pipeline. By default `currentShader` will be used. If you need to set a shader but not\r\n * a target, just pass `null` as the `target` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The Render Target to draw to. If not set, it will pop the fbo from the stack.\r\n * @param {boolean} [clear=true] - Clear the target before copying? Only used if `target` parameter is set.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {Phaser.Renderer.WebGL.WebGLShader} [currentShader] - The shader to use during the draw.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 543, + "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bindAndDraw", @@ -811879,16 +819685,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw", "inherited": true, - "___id": "T000002R054874", + "___id": "T000002R055182", "___s": true }, { "comment": "/**\r\n * Destroys all shader instances, removes all object references and nulls all external references.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy\r\n * @since 3.60.0\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 620, + "lineno": 619, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "destroy", @@ -811915,7 +819721,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy", "inherited": true, - "___id": "T000002R054875", + "___id": "T000002R055183", "___s": true }, { @@ -811924,7 +819730,7 @@ "filename": "WebGLPipeline.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "name", @@ -811945,7 +819751,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#name", "inherited": true, - "___id": "T000002R054876", + "___id": "T000002R055184", "___s": true }, { @@ -811954,7 +819760,7 @@ "filename": "WebGLPipeline.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "game", @@ -811975,7 +819781,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#game", "inherited": true, - "___id": "T000002R054877", + "___id": "T000002R055185", "___s": true }, { @@ -811984,7 +819790,7 @@ "filename": "WebGLPipeline.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderer", @@ -812005,7 +819811,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderer", "inherited": true, - "___id": "T000002R054878", + "___id": "T000002R055186", "___s": true }, { @@ -812014,7 +819820,7 @@ "filename": "WebGLPipeline.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "manager", @@ -812037,7 +819843,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#manager", "inherited": true, - "___id": "T000002R054879", + "___id": "T000002R055187", "___s": true }, { @@ -812046,7 +819852,7 @@ "filename": "WebGLPipeline.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "gl", @@ -812067,7 +819873,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#gl", "inherited": true, - "___id": "T000002R054880", + "___id": "T000002R055188", "___s": true }, { @@ -812076,7 +819882,7 @@ "filename": "WebGLPipeline.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "view", @@ -812097,7 +819903,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#view", "inherited": true, - "___id": "T000002R054881", + "___id": "T000002R055189", "___s": true }, { @@ -812106,7 +819912,7 @@ "filename": "WebGLPipeline.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "width", @@ -812127,7 +819933,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#width", "inherited": true, - "___id": "T000002R054882", + "___id": "T000002R055190", "___s": true }, { @@ -812136,7 +819942,7 @@ "filename": "WebGLPipeline.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "height", @@ -812157,7 +819963,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#height", "inherited": true, - "___id": "T000002R054883", + "___id": "T000002R055191", "___s": true }, { @@ -812166,7 +819972,7 @@ "filename": "WebGLPipeline.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCount", @@ -812188,7 +819994,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCount", "inherited": true, - "___id": "T000002R054884", + "___id": "T000002R055192", "___s": true }, { @@ -812197,7 +820003,7 @@ "filename": "WebGLPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCapacity", @@ -812218,7 +820024,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCapacity", "inherited": true, - "___id": "T000002R054885", + "___id": "T000002R055193", "___s": true }, { @@ -812227,7 +820033,7 @@ "filename": "WebGLPipeline.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexData", @@ -812249,7 +820055,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexData", "inherited": true, - "___id": "T000002R054886", + "___id": "T000002R055194", "___s": true }, { @@ -812258,7 +820064,7 @@ "filename": "WebGLPipeline.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexBuffer", @@ -812280,7 +820086,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexBuffer", "inherited": true, - "___id": "T000002R054887", + "___id": "T000002R055195", "___s": true }, { @@ -812289,7 +820095,7 @@ "filename": "WebGLPipeline.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeBuffer", @@ -812310,7 +820116,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeBuffer", "inherited": true, - "___id": "T000002R054888", + "___id": "T000002R055196", "___s": true }, { @@ -812319,7 +820125,7 @@ "filename": "WebGLPipeline.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "topology", @@ -812340,7 +820146,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#topology", "inherited": true, - "___id": "T000002R054889", + "___id": "T000002R055197", "___s": true }, { @@ -812349,7 +820155,7 @@ "filename": "WebGLPipeline.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bytes", @@ -812370,7 +820176,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bytes", "inherited": true, - "___id": "T000002R054890", + "___id": "T000002R055198", "___s": true }, { @@ -812379,7 +820185,7 @@ "filename": "WebGLPipeline.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewF32", @@ -812400,7 +820206,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewF32", "inherited": true, - "___id": "T000002R054891", + "___id": "T000002R055199", "___s": true }, { @@ -812409,7 +820215,7 @@ "filename": "WebGLPipeline.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewU32", @@ -812430,7 +820236,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewU32", "inherited": true, - "___id": "T000002R054892", + "___id": "T000002R055200", "___s": true }, { @@ -812439,7 +820245,7 @@ "filename": "WebGLPipeline.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "active", @@ -812460,7 +820266,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#active", "inherited": true, - "___id": "T000002R054893", + "___id": "T000002R055201", "___s": true }, { @@ -812469,7 +820275,7 @@ "filename": "WebGLPipeline.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "forceZero", @@ -812490,7 +820296,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#forceZero", "inherited": true, - "___id": "T000002R054894", + "___id": "T000002R055202", "___s": true }, { @@ -812499,7 +820305,7 @@ "filename": "WebGLPipeline.js", "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "hasBooted", @@ -812521,7 +820327,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#hasBooted", "inherited": true, - "___id": "T000002R054895", + "___id": "T000002R055203", "___s": true }, { @@ -812530,7 +820336,7 @@ "filename": "WebGLPipeline.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPostFX", @@ -812552,7 +820358,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPostFX", "inherited": true, - "___id": "T000002R054896", + "___id": "T000002R055204", "___s": true }, { @@ -812561,7 +820367,7 @@ "filename": "WebGLPipeline.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPreFX", @@ -812583,7 +820389,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPreFX", "inherited": true, - "___id": "T000002R054897", + "___id": "T000002R055205", "___s": true }, { @@ -812592,7 +820398,7 @@ "filename": "WebGLPipeline.js", "lineno": 289, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderTargets", @@ -812622,7 +820428,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderTargets", "inherited": true, - "___id": "T000002R054898", + "___id": "T000002R055206", "___s": true }, { @@ -812631,7 +820437,7 @@ "filename": "WebGLPipeline.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentRenderTarget", @@ -812652,7 +820458,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentRenderTarget", "inherited": true, - "___id": "T000002R054899", + "___id": "T000002R055207", "___s": true }, { @@ -812661,7 +820467,7 @@ "filename": "WebGLPipeline.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shaders", @@ -812691,7 +820497,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shaders", "inherited": true, - "___id": "T000002R054900", + "___id": "T000002R055208", "___s": true }, { @@ -812700,7 +820506,7 @@ "filename": "WebGLPipeline.js", "lineno": 322, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentShader", @@ -812721,7 +820527,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentShader", "inherited": true, - "___id": "T000002R054901", + "___id": "T000002R055209", "___s": true }, { @@ -812730,7 +820536,7 @@ "filename": "WebGLPipeline.js", "lineno": 334, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionMatrix", @@ -812751,7 +820557,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionMatrix", "inherited": true, - "___id": "T000002R054902", + "___id": "T000002R055210", "___s": true }, { @@ -812760,7 +820566,7 @@ "filename": "WebGLPipeline.js", "lineno": 343, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionWidth", @@ -812781,7 +820587,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionWidth", "inherited": true, - "___id": "T000002R054903", + "___id": "T000002R055211", "___s": true }, { @@ -812790,7 +820596,7 @@ "filename": "WebGLPipeline.js", "lineno": 352, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionHeight", @@ -812811,7 +820617,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionHeight", "inherited": true, - "___id": "T000002R054904", + "___id": "T000002R055212", "___s": true }, { @@ -812820,7 +820626,7 @@ "filename": "WebGLPipeline.js", "lineno": 361, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "config", @@ -812841,7 +820647,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#config", "inherited": true, - "___id": "T000002R054905", + "___id": "T000002R055213", "___s": true }, { @@ -812850,7 +820656,7 @@ "filename": "WebGLPipeline.js", "lineno": 374, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "glReset", @@ -812871,7 +820677,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#glReset", "inherited": true, - "___id": "T000002R054906", + "___id": "T000002R055214", "___s": true }, { @@ -812880,7 +820686,7 @@ "filename": "WebGLPipeline.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batch", @@ -812910,7 +820716,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batch", "inherited": true, - "___id": "T000002R054907", + "___id": "T000002R055215", "___s": true }, { @@ -812919,7 +820725,7 @@ "filename": "WebGLPipeline.js", "lineno": 401, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentBatch", @@ -812942,7 +820748,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentBatch", "inherited": true, - "___id": "T000002R054908", + "___id": "T000002R055216", "___s": true }, { @@ -812951,7 +820757,7 @@ "filename": "WebGLPipeline.js", "lineno": 414, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentTexture", @@ -812974,7 +820780,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentTexture", "inherited": true, - "___id": "T000002R054909", + "___id": "T000002R055217", "___s": true }, { @@ -812983,7 +820789,7 @@ "filename": "WebGLPipeline.js", "lineno": 427, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentUnit", @@ -813004,7 +820810,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentUnit", "inherited": true, - "___id": "T000002R054910", + "___id": "T000002R055218", "___s": true }, { @@ -813013,7 +820819,7 @@ "filename": "WebGLPipeline.js", "lineno": 438, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeTextures", @@ -813043,7 +820849,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeTextures", "inherited": true, - "___id": "T000002R054911", + "___id": "T000002R055219", "___s": true }, { @@ -813052,7 +820858,7 @@ "filename": "WebGLPipeline.js", "lineno": 451, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resizeUniform", @@ -813073,7 +820879,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resizeUniform", "inherited": true, - "___id": "T000002R054912", + "___id": "T000002R055220", "___s": true }, { @@ -813082,7 +820888,7 @@ "filename": "WebGLPipeline.js", "lineno": 463, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "boot", @@ -813097,7 +820903,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#boot", "inherited": true, - "___id": "T000002R054913", + "___id": "T000002R055221", "___s": true }, { @@ -813106,7 +820912,7 @@ "filename": "WebGLPipeline.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBoot", @@ -813118,7 +820924,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBoot", "inherited": true, - "___id": "T000002R054914", + "___id": "T000002R055222", "___s": true }, { @@ -813127,7 +820933,7 @@ "filename": "WebGLPipeline.js", "lineno": 611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onResize", @@ -813167,7 +820973,7 @@ "name": "height" } ], - "___id": "T000002R054915", + "___id": "T000002R055223", "___s": true }, { @@ -813176,7 +820982,7 @@ "filename": "WebGLPipeline.js", "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShader", @@ -813247,7 +821053,7 @@ "name": "vertexBuffer" } ], - "___id": "T000002R054916", + "___id": "T000002R055224", "___s": true }, { @@ -813256,7 +821062,7 @@ "filename": "WebGLPipeline.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "getShaderByName", @@ -813297,7 +821103,7 @@ "name": "name" } ], - "___id": "T000002R054917", + "___id": "T000002R055225", "___s": true }, { @@ -813306,7 +821112,7 @@ "filename": "WebGLPipeline.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShadersFromConfig", @@ -813348,7 +821154,7 @@ "name": "config" } ], - "___id": "T000002R054918", + "___id": "T000002R055226", "___s": true }, { @@ -813357,7 +821163,7 @@ "filename": "WebGLPipeline.js", "lineno": 789, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "createBatch", @@ -813398,7 +821204,7 @@ "name": "texture" } ], - "___id": "T000002R054919", + "___id": "T000002R055227", "___s": true }, { @@ -813407,7 +821213,7 @@ "filename": "WebGLPipeline.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "addTextureToBatch", @@ -813434,7 +821240,7 @@ "name": "texture" } ], - "___id": "T000002R054920", + "___id": "T000002R055228", "___s": true }, { @@ -813443,7 +821249,7 @@ "filename": "WebGLPipeline.js", "lineno": 839, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "pushBatch", @@ -813484,7 +821290,7 @@ "name": "texture" } ], - "___id": "T000002R054921", + "___id": "T000002R055229", "___s": true }, { @@ -813493,7 +821299,7 @@ "filename": "WebGLPipeline.js", "lineno": 912, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setGameObject", @@ -813548,7 +821354,7 @@ "name": "frame" } ], - "___id": "T000002R054922", + "___id": "T000002R055230", "___s": true }, { @@ -813557,7 +821363,7 @@ "filename": "WebGLPipeline.js", "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shouldFlush", @@ -813600,7 +821406,7 @@ "name": "amount" } ], - "___id": "T000002R054923", + "___id": "T000002R055231", "___s": true }, { @@ -813609,7 +821415,7 @@ "filename": "WebGLPipeline.js", "lineno": 952, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexAvailable", @@ -813635,7 +821441,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexAvailable", "inherited": true, - "___id": "T000002R054924", + "___id": "T000002R055232", "___s": true }, { @@ -813644,7 +821450,7 @@ "filename": "WebGLPipeline.js", "lineno": 966, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resize", @@ -813702,7 +821508,7 @@ "name": "height" } ], - "___id": "T000002R054925", + "___id": "T000002R055233", "___s": true }, { @@ -813711,7 +821517,7 @@ "filename": "WebGLPipeline.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setProjectionMatrix", @@ -813766,7 +821572,7 @@ "name": "height" } ], - "___id": "T000002R054926", + "___id": "T000002R055234", "___s": true }, { @@ -813775,7 +821581,7 @@ "filename": "WebGLPipeline.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flipProjectionMatrix", @@ -813804,7 +821610,7 @@ "name": "flipY" } ], - "___id": "T000002R054927", + "___id": "T000002R055235", "___s": true }, { @@ -813813,7 +821619,7 @@ "filename": "WebGLPipeline.js", "lineno": 1096, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "updateProjectionMatrix", @@ -813825,7 +821631,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#updateProjectionMatrix", "inherited": true, - "___id": "T000002R054928", + "___id": "T000002R055236", "___s": true }, { @@ -813834,7 +821640,7 @@ "filename": "WebGLPipeline.js", "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bind", @@ -813880,7 +821686,7 @@ "name": "currentShader" } ], - "___id": "T000002R054929", + "___id": "T000002R055237", "___s": true }, { @@ -813889,7 +821695,7 @@ "filename": "WebGLPipeline.js", "lineno": 1169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "rebind", @@ -813935,7 +821741,7 @@ "name": "currentShader" } ], - "___id": "T000002R054930", + "___id": "T000002R055238", "___s": true }, { @@ -813944,7 +821750,7 @@ "filename": "WebGLPipeline.js", "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "restoreContext", @@ -813956,7 +821762,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#restoreContext", "inherited": true, - "___id": "T000002R054931", + "___id": "T000002R055239", "___s": true }, { @@ -813965,7 +821771,7 @@ "filename": "WebGLPipeline.js", "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setVertexBuffer", @@ -814007,7 +821813,7 @@ "name": "buffer" } ], - "___id": "T000002R054932", + "___id": "T000002R055240", "___s": true }, { @@ -814016,7 +821822,7 @@ "filename": "WebGLPipeline.js", "lineno": 1282, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "preBatch", @@ -814069,7 +821875,7 @@ "name": "gameObject" } ], - "___id": "T000002R054933", + "___id": "T000002R055241", "___s": true }, { @@ -814078,7 +821884,7 @@ "filename": "WebGLPipeline.js", "lineno": 1335, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onDraw", @@ -814119,7 +821925,7 @@ "name": "swapTarget" } ], - "___id": "T000002R054934", + "___id": "T000002R055242", "___s": true }, { @@ -814128,7 +821934,7 @@ "filename": "WebGLPipeline.js", "lineno": 1355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "unbind", @@ -814140,7 +821946,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#unbind", "inherited": true, - "___id": "T000002R054935", + "___id": "T000002R055243", "___s": true }, { @@ -814149,7 +821955,7 @@ "filename": "WebGLPipeline.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flush", @@ -814197,7 +822003,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R054936", + "___id": "T000002R055244", "___s": true }, { @@ -814206,7 +822012,7 @@ "filename": "WebGLPipeline.js", "lineno": 1478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onActive", @@ -814233,7 +822039,7 @@ "name": "currentShader" } ], - "___id": "T000002R054937", + "___id": "T000002R055245", "___s": true }, { @@ -814242,7 +822048,7 @@ "filename": "WebGLPipeline.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBind", @@ -814270,7 +822076,7 @@ "name": "gameObject" } ], - "___id": "T000002R054938", + "___id": "T000002R055246", "___s": true }, { @@ -814279,7 +822085,7 @@ "filename": "WebGLPipeline.js", "lineno": 1518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRebind", @@ -814291,7 +822097,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRebind", "inherited": true, - "___id": "T000002R054939", + "___id": "T000002R055247", "___s": true }, { @@ -814300,7 +822106,7 @@ "filename": "WebGLPipeline.js", "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBatch", @@ -814328,7 +822134,7 @@ "name": "gameObject" } ], - "___id": "T000002R054940", + "___id": "T000002R055248", "___s": true }, { @@ -814337,7 +822143,7 @@ "filename": "WebGLPipeline.js", "lineno": 1553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreBatch", @@ -814365,7 +822171,7 @@ "name": "gameObject" } ], - "___id": "T000002R054941", + "___id": "T000002R055249", "___s": true }, { @@ -814374,7 +822180,7 @@ "filename": "WebGLPipeline.js", "lineno": 1567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostBatch", @@ -814402,7 +822208,7 @@ "name": "gameObject" } ], - "___id": "T000002R054942", + "___id": "T000002R055250", "___s": true }, { @@ -814411,7 +822217,7 @@ "filename": "WebGLPipeline.js", "lineno": 1581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreRender", @@ -814423,7 +822229,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreRender", "inherited": true, - "___id": "T000002R054943", + "___id": "T000002R055251", "___s": true }, { @@ -814432,7 +822238,7 @@ "filename": "WebGLPipeline.js", "lineno": 1594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRender", @@ -814472,7 +822278,7 @@ "name": "camera" } ], - "___id": "T000002R054944", + "___id": "T000002R055252", "___s": true }, { @@ -814481,7 +822287,7 @@ "filename": "WebGLPipeline.js", "lineno": 1611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostRender", @@ -814493,7 +822299,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostRender", "inherited": true, - "___id": "T000002R054945", + "___id": "T000002R055253", "___s": true }, { @@ -814502,7 +822308,7 @@ "filename": "WebGLPipeline.js", "lineno": 1626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBeforeFlush", @@ -814531,7 +822337,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R054946", + "___id": "T000002R055254", "___s": true }, { @@ -814540,7 +822346,7 @@ "filename": "WebGLPipeline.js", "lineno": 1643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onAfterFlush", @@ -814569,7 +822375,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R054947", + "___id": "T000002R055255", "___s": true }, { @@ -814578,7 +822384,7 @@ "filename": "WebGLPipeline.js", "lineno": 1664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchVert", @@ -814693,7 +822499,7 @@ "name": "tint" } ], - "___id": "T000002R054948", + "___id": "T000002R055256", "___s": true }, { @@ -814702,7 +822508,7 @@ "filename": "WebGLPipeline.js", "lineno": 1704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchQuad", @@ -815012,7 +822818,7 @@ "name": "unit" } ], - "___id": "T000002R054949", + "___id": "T000002R055257", "___s": true }, { @@ -815021,7 +822827,7 @@ "filename": "WebGLPipeline.js", "lineno": 1827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchTri", @@ -815292,7 +823098,7 @@ "name": "unit" } ], - "___id": "T000002R054950", + "___id": "T000002R055258", "___s": true }, { @@ -815301,7 +823107,7 @@ "filename": "WebGLPipeline.js", "lineno": 1921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "drawFillRect", @@ -815422,7 +823228,7 @@ "name": "flipUV" } ], - "___id": "T000002R054951", + "___id": "T000002R055259", "___s": true }, { @@ -815431,7 +823237,7 @@ "filename": "WebGLPipeline.js", "lineno": 1971, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTexture2D", @@ -815473,7 +823279,7 @@ "name": "texture" } ], - "___id": "T000002R054952", + "___id": "T000002R055260", "___s": true }, { @@ -815482,7 +823288,7 @@ "filename": "WebGLPipeline.js", "lineno": 1989, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindTexture", @@ -815540,7 +823346,7 @@ "name": "unit" } ], - "___id": "T000002R054953", + "___id": "T000002R055261", "___s": true }, { @@ -815549,7 +823355,7 @@ "filename": "WebGLPipeline.js", "lineno": 2013, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindRenderTarget", @@ -815607,7 +823413,7 @@ "name": "unit" } ], - "___id": "T000002R054954", + "___id": "T000002R055262", "___s": true }, { @@ -815616,7 +823422,7 @@ "filename": "WebGLPipeline.js", "lineno": 2030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTime", @@ -815672,7 +823478,7 @@ "name": "shader" } ], - "___id": "T000002R054955", + "___id": "T000002R055263", "___s": true }, { @@ -815681,7 +823487,7 @@ "filename": "WebGLPipeline.js", "lineno": 2050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setBoolean", @@ -815750,7 +823556,7 @@ "name": "shader" } ], - "___id": "T000002R054956", + "___id": "T000002R055264", "___s": true }, { @@ -815759,7 +823565,7 @@ "filename": "WebGLPipeline.js", "lineno": 2077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1f", @@ -815828,7 +823634,7 @@ "name": "shader" } ], - "___id": "T000002R054957", + "___id": "T000002R055265", "___s": true }, { @@ -815837,7 +823643,7 @@ "filename": "WebGLPipeline.js", "lineno": 2104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2f", @@ -815919,7 +823725,7 @@ "name": "shader" } ], - "___id": "T000002R054958", + "___id": "T000002R055266", "___s": true }, { @@ -815928,7 +823734,7 @@ "filename": "WebGLPipeline.js", "lineno": 2132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3f", @@ -816023,7 +823829,7 @@ "name": "shader" } ], - "___id": "T000002R054959", + "___id": "T000002R055267", "___s": true }, { @@ -816032,7 +823838,7 @@ "filename": "WebGLPipeline.js", "lineno": 2161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4f", @@ -816140,7 +823946,7 @@ "name": "shader" } ], - "___id": "T000002R054960", + "___id": "T000002R055268", "___s": true }, { @@ -816149,7 +823955,7 @@ "filename": "WebGLPipeline.js", "lineno": 2191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1fv", @@ -816237,7 +824043,7 @@ "name": "shader" } ], - "___id": "T000002R054961", + "___id": "T000002R055269", "___s": true }, { @@ -816246,7 +824052,7 @@ "filename": "WebGLPipeline.js", "lineno": 2218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2fv", @@ -816334,7 +824140,7 @@ "name": "shader" } ], - "___id": "T000002R054962", + "___id": "T000002R055270", "___s": true }, { @@ -816343,7 +824149,7 @@ "filename": "WebGLPipeline.js", "lineno": 2245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3fv", @@ -816431,7 +824237,7 @@ "name": "shader" } ], - "___id": "T000002R054963", + "___id": "T000002R055271", "___s": true }, { @@ -816440,7 +824246,7 @@ "filename": "WebGLPipeline.js", "lineno": 2272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4fv", @@ -816528,7 +824334,7 @@ "name": "shader" } ], - "___id": "T000002R054964", + "___id": "T000002R055272", "___s": true }, { @@ -816537,7 +824343,7 @@ "filename": "WebGLPipeline.js", "lineno": 2299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1iv", @@ -816625,7 +824431,7 @@ "name": "shader" } ], - "___id": "T000002R054965", + "___id": "T000002R055273", "___s": true }, { @@ -816634,7 +824440,7 @@ "filename": "WebGLPipeline.js", "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2iv", @@ -816722,7 +824528,7 @@ "name": "shader" } ], - "___id": "T000002R054966", + "___id": "T000002R055274", "___s": true }, { @@ -816731,7 +824537,7 @@ "filename": "WebGLPipeline.js", "lineno": 2353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3iv", @@ -816819,7 +824625,7 @@ "name": "shader" } ], - "___id": "T000002R054967", + "___id": "T000002R055275", "___s": true }, { @@ -816828,7 +824634,7 @@ "filename": "WebGLPipeline.js", "lineno": 2380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4iv", @@ -816916,7 +824722,7 @@ "name": "shader" } ], - "___id": "T000002R054968", + "___id": "T000002R055276", "___s": true }, { @@ -816925,7 +824731,7 @@ "filename": "WebGLPipeline.js", "lineno": 2407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1i", @@ -816994,7 +824800,7 @@ "name": "shader" } ], - "___id": "T000002R054969", + "___id": "T000002R055277", "___s": true }, { @@ -817003,7 +824809,7 @@ "filename": "WebGLPipeline.js", "lineno": 2434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2i", @@ -817085,7 +824891,7 @@ "name": "shader" } ], - "___id": "T000002R054970", + "___id": "T000002R055278", "___s": true }, { @@ -817094,7 +824900,7 @@ "filename": "WebGLPipeline.js", "lineno": 2462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3i", @@ -817189,7 +824995,7 @@ "name": "shader" } ], - "___id": "T000002R054971", + "___id": "T000002R055279", "___s": true }, { @@ -817198,7 +825004,7 @@ "filename": "WebGLPipeline.js", "lineno": 2491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4i", @@ -817306,7 +825112,7 @@ "name": "shader" } ], - "___id": "T000002R054972", + "___id": "T000002R055280", "___s": true }, { @@ -817315,7 +825121,7 @@ "filename": "WebGLPipeline.js", "lineno": 2521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix2fv", @@ -817416,7 +825222,7 @@ "name": "shader" } ], - "___id": "T000002R054973", + "___id": "T000002R055281", "___s": true }, { @@ -817425,7 +825231,7 @@ "filename": "WebGLPipeline.js", "lineno": 2549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix3fv", @@ -817507,7 +825313,7 @@ "name": "shader" } ], - "___id": "T000002R054974", + "___id": "T000002R055282", "___s": true }, { @@ -817516,7 +825322,7 @@ "filename": "WebGLPipeline.js", "lineno": 2577, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix4fv", @@ -817598,7 +825404,7 @@ "name": "shader" } ], - "___id": "T000002R054975", + "___id": "T000002R055283", "___s": true }, { @@ -817607,7 +825413,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -817619,7 +825425,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R054976", + "___id": "T000002R055284", "___s": true }, { @@ -817628,7 +825434,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -817671,7 +825477,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R054977", + "___id": "T000002R055285", "___s": true }, { @@ -817680,7 +825486,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -817740,7 +825546,7 @@ "name": "event" } ], - "___id": "T000002R054978", + "___id": "T000002R055286", "___s": true }, { @@ -817749,7 +825555,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -817800,7 +825606,7 @@ "name": "event" } ], - "___id": "T000002R054979", + "___id": "T000002R055287", "___s": true }, { @@ -817809,7 +825615,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -817875,7 +825681,7 @@ "name": "args" } ], - "___id": "T000002R054980", + "___id": "T000002R055288", "___s": true }, { @@ -817884,7 +825690,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -817963,7 +825769,7 @@ "name": "context" } ], - "___id": "T000002R054981", + "___id": "T000002R055289", "___s": true }, { @@ -817972,7 +825778,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -818051,7 +825857,7 @@ "name": "context" } ], - "___id": "T000002R054982", + "___id": "T000002R055290", "___s": true }, { @@ -818060,7 +825866,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -818139,7 +825945,7 @@ "name": "context" } ], - "___id": "T000002R054983", + "___id": "T000002R055291", "___s": true }, { @@ -818148,7 +825954,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -818241,7 +826047,7 @@ "name": "once" } ], - "___id": "T000002R054984", + "___id": "T000002R055292", "___s": true }, { @@ -818250,7 +826056,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -818343,7 +826149,7 @@ "name": "once" } ], - "___id": "T000002R054985", + "___id": "T000002R055293", "___s": true }, { @@ -818352,7 +826158,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -818405,7 +826211,7 @@ "name": "event" } ], - "___id": "T000002R054986", + "___id": "T000002R055294", "___s": true }, { @@ -818414,7 +826220,7 @@ "filename": "PostFXPipeline.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "gameObject", @@ -818445,7 +826251,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#gameObject", "inherited": true, - "___id": "T000002R054987", + "___id": "T000002R055295", "___s": true }, { @@ -818454,7 +826260,7 @@ "filename": "PostFXPipeline.js", "lineno": 142, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "controller", @@ -818475,7 +826281,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#controller", "inherited": true, - "___id": "T000002R054988", + "___id": "T000002R055296", "___s": true }, { @@ -818484,7 +826290,7 @@ "filename": "PostFXPipeline.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "colorMatrix", @@ -818505,7 +826311,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#colorMatrix", "inherited": true, - "___id": "T000002R054989", + "___id": "T000002R055297", "___s": true }, { @@ -818514,7 +826320,7 @@ "filename": "PostFXPipeline.js", "lineno": 163, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame1", @@ -818536,7 +826342,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame1", "inherited": true, - "___id": "T000002R054990", + "___id": "T000002R055298", "___s": true }, { @@ -818545,7 +826351,7 @@ "filename": "PostFXPipeline.js", "lineno": 179, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame2", @@ -818567,7 +826373,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame2", "inherited": true, - "___id": "T000002R054991", + "___id": "T000002R055299", "___s": true }, { @@ -818576,7 +826382,7 @@ "filename": "PostFXPipeline.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame1", @@ -818598,7 +826404,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame1", "inherited": true, - "___id": "T000002R054992", + "___id": "T000002R055300", "___s": true }, { @@ -818607,7 +826413,7 @@ "filename": "PostFXPipeline.js", "lineno": 211, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame2", @@ -818629,7 +826435,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame2", "inherited": true, - "___id": "T000002R054993", + "___id": "T000002R055301", "___s": true }, { @@ -818638,7 +826444,7 @@ "filename": "PostFXPipeline.js", "lineno": 233, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bootFX", @@ -818650,16 +826456,16 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bootFX", "inherited": true, - "___id": "T000002R054994", + "___id": "T000002R055302", "___s": true }, { "comment": "/**\r\n * This method is called as a result of the `WebGLPipeline.batchQuad` method, right after a quad\r\n * belonging to a Game Object has been added to the batch. When this is called, the\r\n * renderer has just performed a flush.\r\n *\r\n * It calls the `onDraw` hook followed by the `onPostBatch` hook, which can be used to perform\r\n * additional Post FX Pipeline processing.\r\n *\r\n * It is also called as part of the `PipelineManager.postBatch` method when processing Post FX Pipelines.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch\r\n * @since 3.70.0\r\n *\r\n * @param {(Phaser.GameObjects.GameObject|Phaser.Cameras.Scene2D.Camera)} [gameObject] - The Game Object or Camera that invoked this pipeline, if any.\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 269, + "lineno": 268, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "postBatch", @@ -818712,16 +826518,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch", "inherited": true, - "___id": "T000002R054995", + "___id": "T000002R055303", "___s": true }, { "comment": "/**\r\n * Returns the FX Controller for this Post FX Pipeline.\r\n *\r\n * This is called internally and not typically required outside.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.FX.Controller} [controller] - An FX Controller, or undefined.\r\n *\r\n * @return {Phaser.FX.Controller|Phaser.Renderer.WebGL.Pipelines.PostFXPipeline} The FX Controller responsible, or this Pipeline.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 310, + "lineno": 309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "getController", @@ -818773,16 +826579,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController", "inherited": true, - "___id": "T000002R054996", + "___id": "T000002R055304", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * This method does _not_ bind a shader. It uses whatever shader\r\n * is currently bound in this pipeline. It also does _not_ clear\r\n * the frame buffers after use. You should take care of both of\r\n * these things if you call this method directly.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 338, + "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copySprite", @@ -818822,16 +826628,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite", "inherited": true, - "___id": "T000002R054997", + "___id": "T000002R055305", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * The difference between this method and `drawFrame` is that this method\r\n * uses a faster copy shader, where only the brightness can be modified.\r\n * If you need color level manipulation, see `drawFrame` instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 379, + "lineno": 378, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrame", @@ -818917,16 +826723,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame", "inherited": true, - "___id": "T000002R054998", + "___id": "T000002R055306", "___s": true }, { "comment": "/**\r\n * Pops the framebuffer from the renderers FBO stack and sets that as the active target,\r\n * then draws the `source` Render Target to it. It then resets the renderer textures.\r\n *\r\n * This should be done when you need to draw the _final_ results of a pipeline to the game\r\n * canvas, or the next framebuffer in line on the FBO stack. You should only call this once\r\n * in the `onDraw` handler and it should be the final thing called. Be careful not to call\r\n * this if you need to actually use the pipeline shader, instead of the copy shader. In\r\n * those cases, use the `bindAndDraw` method.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 402, + "lineno": 401, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyToGame", @@ -818953,16 +826759,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame", "inherited": true, - "___id": "T000002R054999", + "___id": "T000002R055307", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target, using this pipelines\r\n * Color Matrix.\r\n *\r\n * The difference between this method and `copyFrame` is that this method\r\n * uses a color matrix shader, where you have full control over the luminance\r\n * values used during the copy. If you don't need this, you can use the faster\r\n * `copyFrame` method instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 422, + "lineno": 421, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "drawFrame", @@ -819018,16 +826824,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame", "inherited": true, - "___id": "T000002R055000", + "___id": "T000002R055308", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using a linear blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 443, + "lineno": 442, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFrames", @@ -819111,16 +826917,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames", "inherited": true, - "___id": "T000002R055001", + "___id": "T000002R055309", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using an additive blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 461, + "lineno": 460, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFramesAdditive", @@ -819204,16 +827010,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive", "inherited": true, - "___id": "T000002R055002", + "___id": "T000002R055310", "___s": true }, { "comment": "/**\r\n * Clears the given Render Target.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The Render Target to clear.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 479, + "lineno": 478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "clearFrame", @@ -819255,16 +827061,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame", "inherited": true, - "___id": "T000002R055003", + "___id": "T000002R055311", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * The difference with this copy is that no resizing takes place. If the `source`\r\n * Render Target is larger than the `target` then only a portion the same size as\r\n * the `target` dimensions is copied across.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {boolean} [eraseMode=false] - Erase source from target using ERASE Blend Mode?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 493, + "lineno": 492, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blitFrame", @@ -819364,16 +827170,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame", "inherited": true, - "___id": "T000002R055004", + "___id": "T000002R055312", "___s": true }, { "comment": "/**\r\n * Binds the `source` Render Target and then copies a section of it to the `target` Render Target.\r\n *\r\n * This method is extremely fast because it uses `gl.copyTexSubImage2D` and doesn't\r\n * require the use of any shaders. Remember the coordinates are given in standard WebGL format,\r\n * where x and y specify the lower-left corner of the section, not the top-left. Also, the\r\n * copy entirely replaces the contents of the target texture, no 'merging' or 'blending' takes\r\n * place.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} x - The x coordinate of the lower left corner where to start copying.\r\n * @param {number} y - The y coordinate of the lower left corner where to start copying.\r\n * @param {number} width - The width of the texture.\r\n * @param {number} height - The height of the texture.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 517, + "lineno": 516, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrameRect", @@ -819495,16 +827301,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect", "inherited": true, - "___id": "T000002R055005", + "___id": "T000002R055313", "___s": true }, { "comment": "/**\r\n * Binds this pipeline and draws the `source` Render Target to the `target` Render Target.\r\n *\r\n * If no `target` is specified, it will pop the framebuffer from the Renderers FBO stack\r\n * and use that instead, which should be done when you need to draw the final results of\r\n * this pipeline to the game canvas.\r\n *\r\n * You can optionally set the shader to be used for the draw here, if this is a multi-shader\r\n * pipeline. By default `currentShader` will be used. If you need to set a shader but not\r\n * a target, just pass `null` as the `target` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The Render Target to draw to. If not set, it will pop the fbo from the stack.\r\n * @param {boolean} [clear=true] - Clear the target before copying? Only used if `target` parameter is set.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {Phaser.Renderer.WebGL.WebGLShader} [currentShader] - The shader to use during the draw.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 543, + "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bindAndDraw", @@ -819589,16 +827395,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw", "inherited": true, - "___id": "T000002R055006", + "___id": "T000002R055314", "___s": true }, { "comment": "/**\r\n * Destroys all shader instances, removes all object references and nulls all external references.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy\r\n * @since 3.60.0\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 620, + "lineno": 619, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "destroy", @@ -819625,7 +827431,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy", "inherited": true, - "___id": "T000002R055007", + "___id": "T000002R055315", "___s": true }, { @@ -819634,7 +827440,7 @@ "filename": "WebGLPipeline.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "name", @@ -819655,7 +827461,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#name", "inherited": true, - "___id": "T000002R055008", + "___id": "T000002R055316", "___s": true }, { @@ -819664,7 +827470,7 @@ "filename": "WebGLPipeline.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "game", @@ -819685,7 +827491,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#game", "inherited": true, - "___id": "T000002R055009", + "___id": "T000002R055317", "___s": true }, { @@ -819694,7 +827500,7 @@ "filename": "WebGLPipeline.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderer", @@ -819715,7 +827521,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderer", "inherited": true, - "___id": "T000002R055010", + "___id": "T000002R055318", "___s": true }, { @@ -819724,7 +827530,7 @@ "filename": "WebGLPipeline.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "manager", @@ -819747,7 +827553,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#manager", "inherited": true, - "___id": "T000002R055011", + "___id": "T000002R055319", "___s": true }, { @@ -819756,7 +827562,7 @@ "filename": "WebGLPipeline.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "gl", @@ -819777,7 +827583,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#gl", "inherited": true, - "___id": "T000002R055012", + "___id": "T000002R055320", "___s": true }, { @@ -819786,7 +827592,7 @@ "filename": "WebGLPipeline.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "view", @@ -819807,7 +827613,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#view", "inherited": true, - "___id": "T000002R055013", + "___id": "T000002R055321", "___s": true }, { @@ -819816,7 +827622,7 @@ "filename": "WebGLPipeline.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "width", @@ -819837,7 +827643,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#width", "inherited": true, - "___id": "T000002R055014", + "___id": "T000002R055322", "___s": true }, { @@ -819846,7 +827652,7 @@ "filename": "WebGLPipeline.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "height", @@ -819867,7 +827673,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#height", "inherited": true, - "___id": "T000002R055015", + "___id": "T000002R055323", "___s": true }, { @@ -819876,7 +827682,7 @@ "filename": "WebGLPipeline.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCount", @@ -819898,7 +827704,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCount", "inherited": true, - "___id": "T000002R055016", + "___id": "T000002R055324", "___s": true }, { @@ -819907,7 +827713,7 @@ "filename": "WebGLPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCapacity", @@ -819928,7 +827734,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCapacity", "inherited": true, - "___id": "T000002R055017", + "___id": "T000002R055325", "___s": true }, { @@ -819937,7 +827743,7 @@ "filename": "WebGLPipeline.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexData", @@ -819959,7 +827765,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexData", "inherited": true, - "___id": "T000002R055018", + "___id": "T000002R055326", "___s": true }, { @@ -819968,7 +827774,7 @@ "filename": "WebGLPipeline.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexBuffer", @@ -819990,7 +827796,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexBuffer", "inherited": true, - "___id": "T000002R055019", + "___id": "T000002R055327", "___s": true }, { @@ -819999,7 +827805,7 @@ "filename": "WebGLPipeline.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeBuffer", @@ -820020,7 +827826,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeBuffer", "inherited": true, - "___id": "T000002R055020", + "___id": "T000002R055328", "___s": true }, { @@ -820029,7 +827835,7 @@ "filename": "WebGLPipeline.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "topology", @@ -820050,7 +827856,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#topology", "inherited": true, - "___id": "T000002R055021", + "___id": "T000002R055329", "___s": true }, { @@ -820059,7 +827865,7 @@ "filename": "WebGLPipeline.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bytes", @@ -820080,7 +827886,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bytes", "inherited": true, - "___id": "T000002R055022", + "___id": "T000002R055330", "___s": true }, { @@ -820089,7 +827895,7 @@ "filename": "WebGLPipeline.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewF32", @@ -820110,7 +827916,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewF32", "inherited": true, - "___id": "T000002R055023", + "___id": "T000002R055331", "___s": true }, { @@ -820119,7 +827925,7 @@ "filename": "WebGLPipeline.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewU32", @@ -820140,7 +827946,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewU32", "inherited": true, - "___id": "T000002R055024", + "___id": "T000002R055332", "___s": true }, { @@ -820149,7 +827955,7 @@ "filename": "WebGLPipeline.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "active", @@ -820170,7 +827976,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#active", "inherited": true, - "___id": "T000002R055025", + "___id": "T000002R055333", "___s": true }, { @@ -820179,7 +827985,7 @@ "filename": "WebGLPipeline.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "forceZero", @@ -820200,7 +828006,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#forceZero", "inherited": true, - "___id": "T000002R055026", + "___id": "T000002R055334", "___s": true }, { @@ -820209,7 +828015,7 @@ "filename": "WebGLPipeline.js", "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "hasBooted", @@ -820231,7 +828037,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#hasBooted", "inherited": true, - "___id": "T000002R055027", + "___id": "T000002R055335", "___s": true }, { @@ -820240,7 +828046,7 @@ "filename": "WebGLPipeline.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPostFX", @@ -820262,7 +828068,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPostFX", "inherited": true, - "___id": "T000002R055028", + "___id": "T000002R055336", "___s": true }, { @@ -820271,7 +828077,7 @@ "filename": "WebGLPipeline.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPreFX", @@ -820293,7 +828099,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPreFX", "inherited": true, - "___id": "T000002R055029", + "___id": "T000002R055337", "___s": true }, { @@ -820302,7 +828108,7 @@ "filename": "WebGLPipeline.js", "lineno": 289, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderTargets", @@ -820332,7 +828138,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderTargets", "inherited": true, - "___id": "T000002R055030", + "___id": "T000002R055338", "___s": true }, { @@ -820341,7 +828147,7 @@ "filename": "WebGLPipeline.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentRenderTarget", @@ -820362,7 +828168,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentRenderTarget", "inherited": true, - "___id": "T000002R055031", + "___id": "T000002R055339", "___s": true }, { @@ -820371,7 +828177,7 @@ "filename": "WebGLPipeline.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shaders", @@ -820401,7 +828207,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shaders", "inherited": true, - "___id": "T000002R055032", + "___id": "T000002R055340", "___s": true }, { @@ -820410,7 +828216,7 @@ "filename": "WebGLPipeline.js", "lineno": 322, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentShader", @@ -820431,7 +828237,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentShader", "inherited": true, - "___id": "T000002R055033", + "___id": "T000002R055341", "___s": true }, { @@ -820440,7 +828246,7 @@ "filename": "WebGLPipeline.js", "lineno": 334, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionMatrix", @@ -820461,7 +828267,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionMatrix", "inherited": true, - "___id": "T000002R055034", + "___id": "T000002R055342", "___s": true }, { @@ -820470,7 +828276,7 @@ "filename": "WebGLPipeline.js", "lineno": 343, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionWidth", @@ -820491,7 +828297,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionWidth", "inherited": true, - "___id": "T000002R055035", + "___id": "T000002R055343", "___s": true }, { @@ -820500,7 +828306,7 @@ "filename": "WebGLPipeline.js", "lineno": 352, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionHeight", @@ -820521,7 +828327,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionHeight", "inherited": true, - "___id": "T000002R055036", + "___id": "T000002R055344", "___s": true }, { @@ -820530,7 +828336,7 @@ "filename": "WebGLPipeline.js", "lineno": 361, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "config", @@ -820551,7 +828357,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#config", "inherited": true, - "___id": "T000002R055037", + "___id": "T000002R055345", "___s": true }, { @@ -820560,7 +828366,7 @@ "filename": "WebGLPipeline.js", "lineno": 374, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "glReset", @@ -820581,7 +828387,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#glReset", "inherited": true, - "___id": "T000002R055038", + "___id": "T000002R055346", "___s": true }, { @@ -820590,7 +828396,7 @@ "filename": "WebGLPipeline.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batch", @@ -820620,7 +828426,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batch", "inherited": true, - "___id": "T000002R055039", + "___id": "T000002R055347", "___s": true }, { @@ -820629,7 +828435,7 @@ "filename": "WebGLPipeline.js", "lineno": 401, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentBatch", @@ -820652,7 +828458,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentBatch", "inherited": true, - "___id": "T000002R055040", + "___id": "T000002R055348", "___s": true }, { @@ -820661,7 +828467,7 @@ "filename": "WebGLPipeline.js", "lineno": 414, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentTexture", @@ -820684,7 +828490,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentTexture", "inherited": true, - "___id": "T000002R055041", + "___id": "T000002R055349", "___s": true }, { @@ -820693,7 +828499,7 @@ "filename": "WebGLPipeline.js", "lineno": 427, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentUnit", @@ -820714,7 +828520,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentUnit", "inherited": true, - "___id": "T000002R055042", + "___id": "T000002R055350", "___s": true }, { @@ -820723,7 +828529,7 @@ "filename": "WebGLPipeline.js", "lineno": 438, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeTextures", @@ -820753,7 +828559,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeTextures", "inherited": true, - "___id": "T000002R055043", + "___id": "T000002R055351", "___s": true }, { @@ -820762,7 +828568,7 @@ "filename": "WebGLPipeline.js", "lineno": 451, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resizeUniform", @@ -820783,7 +828589,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resizeUniform", "inherited": true, - "___id": "T000002R055044", + "___id": "T000002R055352", "___s": true }, { @@ -820792,7 +828598,7 @@ "filename": "WebGLPipeline.js", "lineno": 463, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "boot", @@ -820807,7 +828613,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#boot", "inherited": true, - "___id": "T000002R055045", + "___id": "T000002R055353", "___s": true }, { @@ -820816,7 +828622,7 @@ "filename": "WebGLPipeline.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBoot", @@ -820828,7 +828634,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBoot", "inherited": true, - "___id": "T000002R055046", + "___id": "T000002R055354", "___s": true }, { @@ -820837,7 +828643,7 @@ "filename": "WebGLPipeline.js", "lineno": 611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onResize", @@ -820877,7 +828683,7 @@ "name": "height" } ], - "___id": "T000002R055047", + "___id": "T000002R055355", "___s": true }, { @@ -820886,7 +828692,7 @@ "filename": "WebGLPipeline.js", "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShader", @@ -820957,7 +828763,7 @@ "name": "vertexBuffer" } ], - "___id": "T000002R055048", + "___id": "T000002R055356", "___s": true }, { @@ -820966,7 +828772,7 @@ "filename": "WebGLPipeline.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "getShaderByName", @@ -821007,7 +828813,7 @@ "name": "name" } ], - "___id": "T000002R055049", + "___id": "T000002R055357", "___s": true }, { @@ -821016,7 +828822,7 @@ "filename": "WebGLPipeline.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShadersFromConfig", @@ -821058,7 +828864,7 @@ "name": "config" } ], - "___id": "T000002R055050", + "___id": "T000002R055358", "___s": true }, { @@ -821067,7 +828873,7 @@ "filename": "WebGLPipeline.js", "lineno": 789, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "createBatch", @@ -821108,7 +828914,7 @@ "name": "texture" } ], - "___id": "T000002R055051", + "___id": "T000002R055359", "___s": true }, { @@ -821117,7 +828923,7 @@ "filename": "WebGLPipeline.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "addTextureToBatch", @@ -821144,7 +828950,7 @@ "name": "texture" } ], - "___id": "T000002R055052", + "___id": "T000002R055360", "___s": true }, { @@ -821153,7 +828959,7 @@ "filename": "WebGLPipeline.js", "lineno": 839, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "pushBatch", @@ -821194,7 +829000,7 @@ "name": "texture" } ], - "___id": "T000002R055053", + "___id": "T000002R055361", "___s": true }, { @@ -821203,7 +829009,7 @@ "filename": "WebGLPipeline.js", "lineno": 912, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setGameObject", @@ -821258,7 +829064,7 @@ "name": "frame" } ], - "___id": "T000002R055054", + "___id": "T000002R055362", "___s": true }, { @@ -821267,7 +829073,7 @@ "filename": "WebGLPipeline.js", "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shouldFlush", @@ -821310,7 +829116,7 @@ "name": "amount" } ], - "___id": "T000002R055055", + "___id": "T000002R055363", "___s": true }, { @@ -821319,7 +829125,7 @@ "filename": "WebGLPipeline.js", "lineno": 952, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexAvailable", @@ -821345,7 +829151,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexAvailable", "inherited": true, - "___id": "T000002R055056", + "___id": "T000002R055364", "___s": true }, { @@ -821354,7 +829160,7 @@ "filename": "WebGLPipeline.js", "lineno": 966, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resize", @@ -821412,7 +829218,7 @@ "name": "height" } ], - "___id": "T000002R055057", + "___id": "T000002R055365", "___s": true }, { @@ -821421,7 +829227,7 @@ "filename": "WebGLPipeline.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setProjectionMatrix", @@ -821476,7 +829282,7 @@ "name": "height" } ], - "___id": "T000002R055058", + "___id": "T000002R055366", "___s": true }, { @@ -821485,7 +829291,7 @@ "filename": "WebGLPipeline.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flipProjectionMatrix", @@ -821514,7 +829320,7 @@ "name": "flipY" } ], - "___id": "T000002R055059", + "___id": "T000002R055367", "___s": true }, { @@ -821523,7 +829329,7 @@ "filename": "WebGLPipeline.js", "lineno": 1096, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "updateProjectionMatrix", @@ -821535,7 +829341,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#updateProjectionMatrix", "inherited": true, - "___id": "T000002R055060", + "___id": "T000002R055368", "___s": true }, { @@ -821544,7 +829350,7 @@ "filename": "WebGLPipeline.js", "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bind", @@ -821590,7 +829396,7 @@ "name": "currentShader" } ], - "___id": "T000002R055061", + "___id": "T000002R055369", "___s": true }, { @@ -821599,7 +829405,7 @@ "filename": "WebGLPipeline.js", "lineno": 1169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "rebind", @@ -821645,7 +829451,7 @@ "name": "currentShader" } ], - "___id": "T000002R055062", + "___id": "T000002R055370", "___s": true }, { @@ -821654,7 +829460,7 @@ "filename": "WebGLPipeline.js", "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "restoreContext", @@ -821666,7 +829472,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#restoreContext", "inherited": true, - "___id": "T000002R055063", + "___id": "T000002R055371", "___s": true }, { @@ -821675,7 +829481,7 @@ "filename": "WebGLPipeline.js", "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setVertexBuffer", @@ -821717,7 +829523,7 @@ "name": "buffer" } ], - "___id": "T000002R055064", + "___id": "T000002R055372", "___s": true }, { @@ -821726,7 +829532,7 @@ "filename": "WebGLPipeline.js", "lineno": 1282, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "preBatch", @@ -821779,7 +829585,7 @@ "name": "gameObject" } ], - "___id": "T000002R055065", + "___id": "T000002R055373", "___s": true }, { @@ -821788,7 +829594,7 @@ "filename": "WebGLPipeline.js", "lineno": 1335, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onDraw", @@ -821829,7 +829635,7 @@ "name": "swapTarget" } ], - "___id": "T000002R055066", + "___id": "T000002R055374", "___s": true }, { @@ -821838,7 +829644,7 @@ "filename": "WebGLPipeline.js", "lineno": 1355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "unbind", @@ -821850,7 +829656,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#unbind", "inherited": true, - "___id": "T000002R055067", + "___id": "T000002R055375", "___s": true }, { @@ -821859,7 +829665,7 @@ "filename": "WebGLPipeline.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flush", @@ -821907,7 +829713,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R055068", + "___id": "T000002R055376", "___s": true }, { @@ -821916,7 +829722,7 @@ "filename": "WebGLPipeline.js", "lineno": 1478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onActive", @@ -821943,7 +829749,7 @@ "name": "currentShader" } ], - "___id": "T000002R055069", + "___id": "T000002R055377", "___s": true }, { @@ -821952,7 +829758,7 @@ "filename": "WebGLPipeline.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBind", @@ -821980,7 +829786,7 @@ "name": "gameObject" } ], - "___id": "T000002R055070", + "___id": "T000002R055378", "___s": true }, { @@ -821989,7 +829795,7 @@ "filename": "WebGLPipeline.js", "lineno": 1518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRebind", @@ -822001,7 +829807,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRebind", "inherited": true, - "___id": "T000002R055071", + "___id": "T000002R055379", "___s": true }, { @@ -822010,7 +829816,7 @@ "filename": "WebGLPipeline.js", "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBatch", @@ -822038,7 +829844,7 @@ "name": "gameObject" } ], - "___id": "T000002R055072", + "___id": "T000002R055380", "___s": true }, { @@ -822047,7 +829853,7 @@ "filename": "WebGLPipeline.js", "lineno": 1553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreBatch", @@ -822075,7 +829881,7 @@ "name": "gameObject" } ], - "___id": "T000002R055073", + "___id": "T000002R055381", "___s": true }, { @@ -822084,7 +829890,7 @@ "filename": "WebGLPipeline.js", "lineno": 1567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostBatch", @@ -822112,7 +829918,7 @@ "name": "gameObject" } ], - "___id": "T000002R055074", + "___id": "T000002R055382", "___s": true }, { @@ -822121,7 +829927,7 @@ "filename": "WebGLPipeline.js", "lineno": 1581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreRender", @@ -822133,7 +829939,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreRender", "inherited": true, - "___id": "T000002R055075", + "___id": "T000002R055383", "___s": true }, { @@ -822142,7 +829948,7 @@ "filename": "WebGLPipeline.js", "lineno": 1594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRender", @@ -822182,7 +829988,7 @@ "name": "camera" } ], - "___id": "T000002R055076", + "___id": "T000002R055384", "___s": true }, { @@ -822191,7 +829997,7 @@ "filename": "WebGLPipeline.js", "lineno": 1611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostRender", @@ -822203,7 +830009,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostRender", "inherited": true, - "___id": "T000002R055077", + "___id": "T000002R055385", "___s": true }, { @@ -822212,7 +830018,7 @@ "filename": "WebGLPipeline.js", "lineno": 1626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBeforeFlush", @@ -822241,7 +830047,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R055078", + "___id": "T000002R055386", "___s": true }, { @@ -822250,7 +830056,7 @@ "filename": "WebGLPipeline.js", "lineno": 1643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onAfterFlush", @@ -822279,7 +830085,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R055079", + "___id": "T000002R055387", "___s": true }, { @@ -822288,7 +830094,7 @@ "filename": "WebGLPipeline.js", "lineno": 1664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchVert", @@ -822403,7 +830209,7 @@ "name": "tint" } ], - "___id": "T000002R055080", + "___id": "T000002R055388", "___s": true }, { @@ -822412,7 +830218,7 @@ "filename": "WebGLPipeline.js", "lineno": 1704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchQuad", @@ -822722,7 +830528,7 @@ "name": "unit" } ], - "___id": "T000002R055081", + "___id": "T000002R055389", "___s": true }, { @@ -822731,7 +830537,7 @@ "filename": "WebGLPipeline.js", "lineno": 1827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchTri", @@ -823002,7 +830808,7 @@ "name": "unit" } ], - "___id": "T000002R055082", + "___id": "T000002R055390", "___s": true }, { @@ -823011,7 +830817,7 @@ "filename": "WebGLPipeline.js", "lineno": 1921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "drawFillRect", @@ -823132,7 +830938,7 @@ "name": "flipUV" } ], - "___id": "T000002R055083", + "___id": "T000002R055391", "___s": true }, { @@ -823141,7 +830947,7 @@ "filename": "WebGLPipeline.js", "lineno": 1971, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTexture2D", @@ -823183,7 +830989,7 @@ "name": "texture" } ], - "___id": "T000002R055084", + "___id": "T000002R055392", "___s": true }, { @@ -823192,7 +830998,7 @@ "filename": "WebGLPipeline.js", "lineno": 1989, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindTexture", @@ -823250,7 +831056,7 @@ "name": "unit" } ], - "___id": "T000002R055085", + "___id": "T000002R055393", "___s": true }, { @@ -823259,7 +831065,7 @@ "filename": "WebGLPipeline.js", "lineno": 2013, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindRenderTarget", @@ -823317,7 +831123,7 @@ "name": "unit" } ], - "___id": "T000002R055086", + "___id": "T000002R055394", "___s": true }, { @@ -823326,7 +831132,7 @@ "filename": "WebGLPipeline.js", "lineno": 2030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTime", @@ -823382,7 +831188,7 @@ "name": "shader" } ], - "___id": "T000002R055087", + "___id": "T000002R055395", "___s": true }, { @@ -823391,7 +831197,7 @@ "filename": "WebGLPipeline.js", "lineno": 2050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setBoolean", @@ -823460,7 +831266,7 @@ "name": "shader" } ], - "___id": "T000002R055088", + "___id": "T000002R055396", "___s": true }, { @@ -823469,7 +831275,7 @@ "filename": "WebGLPipeline.js", "lineno": 2077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1f", @@ -823538,7 +831344,7 @@ "name": "shader" } ], - "___id": "T000002R055089", + "___id": "T000002R055397", "___s": true }, { @@ -823547,7 +831353,7 @@ "filename": "WebGLPipeline.js", "lineno": 2104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2f", @@ -823629,7 +831435,7 @@ "name": "shader" } ], - "___id": "T000002R055090", + "___id": "T000002R055398", "___s": true }, { @@ -823638,7 +831444,7 @@ "filename": "WebGLPipeline.js", "lineno": 2132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3f", @@ -823733,7 +831539,7 @@ "name": "shader" } ], - "___id": "T000002R055091", + "___id": "T000002R055399", "___s": true }, { @@ -823742,7 +831548,7 @@ "filename": "WebGLPipeline.js", "lineno": 2161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4f", @@ -823850,7 +831656,7 @@ "name": "shader" } ], - "___id": "T000002R055092", + "___id": "T000002R055400", "___s": true }, { @@ -823859,7 +831665,7 @@ "filename": "WebGLPipeline.js", "lineno": 2191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1fv", @@ -823947,7 +831753,7 @@ "name": "shader" } ], - "___id": "T000002R055093", + "___id": "T000002R055401", "___s": true }, { @@ -823956,7 +831762,7 @@ "filename": "WebGLPipeline.js", "lineno": 2218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2fv", @@ -824044,7 +831850,7 @@ "name": "shader" } ], - "___id": "T000002R055094", + "___id": "T000002R055402", "___s": true }, { @@ -824053,7 +831859,7 @@ "filename": "WebGLPipeline.js", "lineno": 2245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3fv", @@ -824141,7 +831947,7 @@ "name": "shader" } ], - "___id": "T000002R055095", + "___id": "T000002R055403", "___s": true }, { @@ -824150,7 +831956,7 @@ "filename": "WebGLPipeline.js", "lineno": 2272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4fv", @@ -824238,7 +832044,7 @@ "name": "shader" } ], - "___id": "T000002R055096", + "___id": "T000002R055404", "___s": true }, { @@ -824247,7 +832053,7 @@ "filename": "WebGLPipeline.js", "lineno": 2299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1iv", @@ -824335,7 +832141,7 @@ "name": "shader" } ], - "___id": "T000002R055097", + "___id": "T000002R055405", "___s": true }, { @@ -824344,7 +832150,7 @@ "filename": "WebGLPipeline.js", "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2iv", @@ -824432,7 +832238,7 @@ "name": "shader" } ], - "___id": "T000002R055098", + "___id": "T000002R055406", "___s": true }, { @@ -824441,7 +832247,7 @@ "filename": "WebGLPipeline.js", "lineno": 2353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3iv", @@ -824529,7 +832335,7 @@ "name": "shader" } ], - "___id": "T000002R055099", + "___id": "T000002R055407", "___s": true }, { @@ -824538,7 +832344,7 @@ "filename": "WebGLPipeline.js", "lineno": 2380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4iv", @@ -824626,7 +832432,7 @@ "name": "shader" } ], - "___id": "T000002R055100", + "___id": "T000002R055408", "___s": true }, { @@ -824635,7 +832441,7 @@ "filename": "WebGLPipeline.js", "lineno": 2407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1i", @@ -824704,7 +832510,7 @@ "name": "shader" } ], - "___id": "T000002R055101", + "___id": "T000002R055409", "___s": true }, { @@ -824713,7 +832519,7 @@ "filename": "WebGLPipeline.js", "lineno": 2434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2i", @@ -824795,7 +832601,7 @@ "name": "shader" } ], - "___id": "T000002R055102", + "___id": "T000002R055410", "___s": true }, { @@ -824804,7 +832610,7 @@ "filename": "WebGLPipeline.js", "lineno": 2462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3i", @@ -824899,7 +832705,7 @@ "name": "shader" } ], - "___id": "T000002R055103", + "___id": "T000002R055411", "___s": true }, { @@ -824908,7 +832714,7 @@ "filename": "WebGLPipeline.js", "lineno": 2491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4i", @@ -825016,7 +832822,7 @@ "name": "shader" } ], - "___id": "T000002R055104", + "___id": "T000002R055412", "___s": true }, { @@ -825025,7 +832831,7 @@ "filename": "WebGLPipeline.js", "lineno": 2521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix2fv", @@ -825126,7 +832932,7 @@ "name": "shader" } ], - "___id": "T000002R055105", + "___id": "T000002R055413", "___s": true }, { @@ -825135,7 +832941,7 @@ "filename": "WebGLPipeline.js", "lineno": 2549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix3fv", @@ -825217,7 +833023,7 @@ "name": "shader" } ], - "___id": "T000002R055106", + "___id": "T000002R055414", "___s": true }, { @@ -825226,7 +833032,7 @@ "filename": "WebGLPipeline.js", "lineno": 2577, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix4fv", @@ -825308,7 +833114,7 @@ "name": "shader" } ], - "___id": "T000002R055107", + "___id": "T000002R055415", "___s": true }, { @@ -825317,7 +833123,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -825329,7 +833135,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R055108", + "___id": "T000002R055416", "___s": true }, { @@ -825338,7 +833144,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -825381,7 +833187,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R055109", + "___id": "T000002R055417", "___s": true }, { @@ -825390,7 +833196,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -825450,7 +833256,7 @@ "name": "event" } ], - "___id": "T000002R055110", + "___id": "T000002R055418", "___s": true }, { @@ -825459,7 +833265,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -825510,7 +833316,7 @@ "name": "event" } ], - "___id": "T000002R055111", + "___id": "T000002R055419", "___s": true }, { @@ -825519,7 +833325,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -825585,7 +833391,7 @@ "name": "args" } ], - "___id": "T000002R055112", + "___id": "T000002R055420", "___s": true }, { @@ -825594,7 +833400,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -825673,7 +833479,7 @@ "name": "context" } ], - "___id": "T000002R055113", + "___id": "T000002R055421", "___s": true }, { @@ -825682,7 +833488,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -825761,7 +833567,7 @@ "name": "context" } ], - "___id": "T000002R055114", + "___id": "T000002R055422", "___s": true }, { @@ -825770,7 +833576,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -825849,7 +833655,7 @@ "name": "context" } ], - "___id": "T000002R055115", + "___id": "T000002R055423", "___s": true }, { @@ -825858,7 +833664,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -825951,7 +833757,7 @@ "name": "once" } ], - "___id": "T000002R055116", + "___id": "T000002R055424", "___s": true }, { @@ -825960,7 +833766,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -826053,7 +833859,7 @@ "name": "once" } ], - "___id": "T000002R055117", + "___id": "T000002R055425", "___s": true }, { @@ -826062,7 +833868,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -826115,7 +833921,7 @@ "name": "event" } ], - "___id": "T000002R055118", + "___id": "T000002R055426", "___s": true }, { @@ -826124,7 +833930,7 @@ "filename": "PostFXPipeline.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "gameObject", @@ -826155,7 +833961,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#gameObject", "inherited": true, - "___id": "T000002R055119", + "___id": "T000002R055427", "___s": true }, { @@ -826164,7 +833970,7 @@ "filename": "PostFXPipeline.js", "lineno": 142, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "controller", @@ -826185,7 +833991,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#controller", "inherited": true, - "___id": "T000002R055120", + "___id": "T000002R055428", "___s": true }, { @@ -826194,7 +834000,7 @@ "filename": "PostFXPipeline.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "colorMatrix", @@ -826215,7 +834021,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#colorMatrix", "inherited": true, - "___id": "T000002R055121", + "___id": "T000002R055429", "___s": true }, { @@ -826224,7 +834030,7 @@ "filename": "PostFXPipeline.js", "lineno": 163, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame1", @@ -826246,7 +834052,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame1", "inherited": true, - "___id": "T000002R055122", + "___id": "T000002R055430", "___s": true }, { @@ -826255,7 +834061,7 @@ "filename": "PostFXPipeline.js", "lineno": 179, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame2", @@ -826277,7 +834083,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame2", "inherited": true, - "___id": "T000002R055123", + "___id": "T000002R055431", "___s": true }, { @@ -826286,7 +834092,7 @@ "filename": "PostFXPipeline.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame1", @@ -826308,7 +834114,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame1", "inherited": true, - "___id": "T000002R055124", + "___id": "T000002R055432", "___s": true }, { @@ -826317,7 +834123,7 @@ "filename": "PostFXPipeline.js", "lineno": 211, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame2", @@ -826339,7 +834145,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame2", "inherited": true, - "___id": "T000002R055125", + "___id": "T000002R055433", "___s": true }, { @@ -826348,7 +834154,7 @@ "filename": "PostFXPipeline.js", "lineno": 233, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bootFX", @@ -826360,16 +834166,16 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bootFX", "inherited": true, - "___id": "T000002R055126", + "___id": "T000002R055434", "___s": true }, { "comment": "/**\r\n * This method is called as a result of the `WebGLPipeline.batchQuad` method, right after a quad\r\n * belonging to a Game Object has been added to the batch. When this is called, the\r\n * renderer has just performed a flush.\r\n *\r\n * It calls the `onDraw` hook followed by the `onPostBatch` hook, which can be used to perform\r\n * additional Post FX Pipeline processing.\r\n *\r\n * It is also called as part of the `PipelineManager.postBatch` method when processing Post FX Pipelines.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch\r\n * @since 3.70.0\r\n *\r\n * @param {(Phaser.GameObjects.GameObject|Phaser.Cameras.Scene2D.Camera)} [gameObject] - The Game Object or Camera that invoked this pipeline, if any.\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 269, + "lineno": 268, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "postBatch", @@ -826422,16 +834228,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch", "inherited": true, - "___id": "T000002R055127", + "___id": "T000002R055435", "___s": true }, { "comment": "/**\r\n * Returns the FX Controller for this Post FX Pipeline.\r\n *\r\n * This is called internally and not typically required outside.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.FX.Controller} [controller] - An FX Controller, or undefined.\r\n *\r\n * @return {Phaser.FX.Controller|Phaser.Renderer.WebGL.Pipelines.PostFXPipeline} The FX Controller responsible, or this Pipeline.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 310, + "lineno": 309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "getController", @@ -826483,16 +834289,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController", "inherited": true, - "___id": "T000002R055128", + "___id": "T000002R055436", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * This method does _not_ bind a shader. It uses whatever shader\r\n * is currently bound in this pipeline. It also does _not_ clear\r\n * the frame buffers after use. You should take care of both of\r\n * these things if you call this method directly.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 338, + "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copySprite", @@ -826532,16 +834338,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite", "inherited": true, - "___id": "T000002R055129", + "___id": "T000002R055437", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * The difference between this method and `drawFrame` is that this method\r\n * uses a faster copy shader, where only the brightness can be modified.\r\n * If you need color level manipulation, see `drawFrame` instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 379, + "lineno": 378, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrame", @@ -826627,16 +834433,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame", "inherited": true, - "___id": "T000002R055130", + "___id": "T000002R055438", "___s": true }, { "comment": "/**\r\n * Pops the framebuffer from the renderers FBO stack and sets that as the active target,\r\n * then draws the `source` Render Target to it. It then resets the renderer textures.\r\n *\r\n * This should be done when you need to draw the _final_ results of a pipeline to the game\r\n * canvas, or the next framebuffer in line on the FBO stack. You should only call this once\r\n * in the `onDraw` handler and it should be the final thing called. Be careful not to call\r\n * this if you need to actually use the pipeline shader, instead of the copy shader. In\r\n * those cases, use the `bindAndDraw` method.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 402, + "lineno": 401, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyToGame", @@ -826663,16 +834469,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame", "inherited": true, - "___id": "T000002R055131", + "___id": "T000002R055439", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target, using this pipelines\r\n * Color Matrix.\r\n *\r\n * The difference between this method and `copyFrame` is that this method\r\n * uses a color matrix shader, where you have full control over the luminance\r\n * values used during the copy. If you don't need this, you can use the faster\r\n * `copyFrame` method instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 422, + "lineno": 421, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "drawFrame", @@ -826728,16 +834534,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame", "inherited": true, - "___id": "T000002R055132", + "___id": "T000002R055440", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using a linear blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 443, + "lineno": 442, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFrames", @@ -826821,16 +834627,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames", "inherited": true, - "___id": "T000002R055133", + "___id": "T000002R055441", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using an additive blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 461, + "lineno": 460, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFramesAdditive", @@ -826914,16 +834720,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive", "inherited": true, - "___id": "T000002R055134", + "___id": "T000002R055442", "___s": true }, { "comment": "/**\r\n * Clears the given Render Target.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The Render Target to clear.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 479, + "lineno": 478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "clearFrame", @@ -826965,16 +834771,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame", "inherited": true, - "___id": "T000002R055135", + "___id": "T000002R055443", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * The difference with this copy is that no resizing takes place. If the `source`\r\n * Render Target is larger than the `target` then only a portion the same size as\r\n * the `target` dimensions is copied across.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {boolean} [eraseMode=false] - Erase source from target using ERASE Blend Mode?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 493, + "lineno": 492, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blitFrame", @@ -827074,16 +834880,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame", "inherited": true, - "___id": "T000002R055136", + "___id": "T000002R055444", "___s": true }, { "comment": "/**\r\n * Binds the `source` Render Target and then copies a section of it to the `target` Render Target.\r\n *\r\n * This method is extremely fast because it uses `gl.copyTexSubImage2D` and doesn't\r\n * require the use of any shaders. Remember the coordinates are given in standard WebGL format,\r\n * where x and y specify the lower-left corner of the section, not the top-left. Also, the\r\n * copy entirely replaces the contents of the target texture, no 'merging' or 'blending' takes\r\n * place.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} x - The x coordinate of the lower left corner where to start copying.\r\n * @param {number} y - The y coordinate of the lower left corner where to start copying.\r\n * @param {number} width - The width of the texture.\r\n * @param {number} height - The height of the texture.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 517, + "lineno": 516, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrameRect", @@ -827205,16 +835011,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect", "inherited": true, - "___id": "T000002R055137", + "___id": "T000002R055445", "___s": true }, { "comment": "/**\r\n * Binds this pipeline and draws the `source` Render Target to the `target` Render Target.\r\n *\r\n * If no `target` is specified, it will pop the framebuffer from the Renderers FBO stack\r\n * and use that instead, which should be done when you need to draw the final results of\r\n * this pipeline to the game canvas.\r\n *\r\n * You can optionally set the shader to be used for the draw here, if this is a multi-shader\r\n * pipeline. By default `currentShader` will be used. If you need to set a shader but not\r\n * a target, just pass `null` as the `target` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The Render Target to draw to. If not set, it will pop the fbo from the stack.\r\n * @param {boolean} [clear=true] - Clear the target before copying? Only used if `target` parameter is set.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {Phaser.Renderer.WebGL.WebGLShader} [currentShader] - The shader to use during the draw.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 543, + "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bindAndDraw", @@ -827299,16 +835105,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw", "inherited": true, - "___id": "T000002R055138", + "___id": "T000002R055446", "___s": true }, { "comment": "/**\r\n * Destroys all shader instances, removes all object references and nulls all external references.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy\r\n * @since 3.60.0\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 620, + "lineno": 619, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "destroy", @@ -827335,7 +835141,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy", "inherited": true, - "___id": "T000002R055139", + "___id": "T000002R055447", "___s": true }, { @@ -827344,7 +835150,7 @@ "filename": "WebGLPipeline.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "name", @@ -827365,7 +835171,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#name", "inherited": true, - "___id": "T000002R055140", + "___id": "T000002R055448", "___s": true }, { @@ -827374,7 +835180,7 @@ "filename": "WebGLPipeline.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "game", @@ -827395,7 +835201,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#game", "inherited": true, - "___id": "T000002R055141", + "___id": "T000002R055449", "___s": true }, { @@ -827404,7 +835210,7 @@ "filename": "WebGLPipeline.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderer", @@ -827425,7 +835231,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderer", "inherited": true, - "___id": "T000002R055142", + "___id": "T000002R055450", "___s": true }, { @@ -827434,7 +835240,7 @@ "filename": "WebGLPipeline.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "manager", @@ -827457,7 +835263,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#manager", "inherited": true, - "___id": "T000002R055143", + "___id": "T000002R055451", "___s": true }, { @@ -827466,7 +835272,7 @@ "filename": "WebGLPipeline.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "gl", @@ -827487,7 +835293,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#gl", "inherited": true, - "___id": "T000002R055144", + "___id": "T000002R055452", "___s": true }, { @@ -827496,7 +835302,7 @@ "filename": "WebGLPipeline.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "view", @@ -827517,7 +835323,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#view", "inherited": true, - "___id": "T000002R055145", + "___id": "T000002R055453", "___s": true }, { @@ -827526,7 +835332,7 @@ "filename": "WebGLPipeline.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "width", @@ -827547,7 +835353,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#width", "inherited": true, - "___id": "T000002R055146", + "___id": "T000002R055454", "___s": true }, { @@ -827556,7 +835362,7 @@ "filename": "WebGLPipeline.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "height", @@ -827577,7 +835383,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#height", "inherited": true, - "___id": "T000002R055147", + "___id": "T000002R055455", "___s": true }, { @@ -827586,7 +835392,7 @@ "filename": "WebGLPipeline.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCount", @@ -827608,7 +835414,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCount", "inherited": true, - "___id": "T000002R055148", + "___id": "T000002R055456", "___s": true }, { @@ -827617,7 +835423,7 @@ "filename": "WebGLPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCapacity", @@ -827638,7 +835444,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCapacity", "inherited": true, - "___id": "T000002R055149", + "___id": "T000002R055457", "___s": true }, { @@ -827647,7 +835453,7 @@ "filename": "WebGLPipeline.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexData", @@ -827669,7 +835475,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexData", "inherited": true, - "___id": "T000002R055150", + "___id": "T000002R055458", "___s": true }, { @@ -827678,7 +835484,7 @@ "filename": "WebGLPipeline.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexBuffer", @@ -827700,7 +835506,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexBuffer", "inherited": true, - "___id": "T000002R055151", + "___id": "T000002R055459", "___s": true }, { @@ -827709,7 +835515,7 @@ "filename": "WebGLPipeline.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeBuffer", @@ -827730,7 +835536,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeBuffer", "inherited": true, - "___id": "T000002R055152", + "___id": "T000002R055460", "___s": true }, { @@ -827739,7 +835545,7 @@ "filename": "WebGLPipeline.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "topology", @@ -827760,7 +835566,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#topology", "inherited": true, - "___id": "T000002R055153", + "___id": "T000002R055461", "___s": true }, { @@ -827769,7 +835575,7 @@ "filename": "WebGLPipeline.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bytes", @@ -827790,7 +835596,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bytes", "inherited": true, - "___id": "T000002R055154", + "___id": "T000002R055462", "___s": true }, { @@ -827799,7 +835605,7 @@ "filename": "WebGLPipeline.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewF32", @@ -827820,7 +835626,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewF32", "inherited": true, - "___id": "T000002R055155", + "___id": "T000002R055463", "___s": true }, { @@ -827829,7 +835635,7 @@ "filename": "WebGLPipeline.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewU32", @@ -827850,7 +835656,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewU32", "inherited": true, - "___id": "T000002R055156", + "___id": "T000002R055464", "___s": true }, { @@ -827859,7 +835665,7 @@ "filename": "WebGLPipeline.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "active", @@ -827880,7 +835686,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#active", "inherited": true, - "___id": "T000002R055157", + "___id": "T000002R055465", "___s": true }, { @@ -827889,7 +835695,7 @@ "filename": "WebGLPipeline.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "forceZero", @@ -827910,7 +835716,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#forceZero", "inherited": true, - "___id": "T000002R055158", + "___id": "T000002R055466", "___s": true }, { @@ -827919,7 +835725,7 @@ "filename": "WebGLPipeline.js", "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "hasBooted", @@ -827941,7 +835747,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#hasBooted", "inherited": true, - "___id": "T000002R055159", + "___id": "T000002R055467", "___s": true }, { @@ -827950,7 +835756,7 @@ "filename": "WebGLPipeline.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPostFX", @@ -827972,7 +835778,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPostFX", "inherited": true, - "___id": "T000002R055160", + "___id": "T000002R055468", "___s": true }, { @@ -827981,7 +835787,7 @@ "filename": "WebGLPipeline.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPreFX", @@ -828003,7 +835809,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPreFX", "inherited": true, - "___id": "T000002R055161", + "___id": "T000002R055469", "___s": true }, { @@ -828012,7 +835818,7 @@ "filename": "WebGLPipeline.js", "lineno": 289, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderTargets", @@ -828042,7 +835848,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderTargets", "inherited": true, - "___id": "T000002R055162", + "___id": "T000002R055470", "___s": true }, { @@ -828051,7 +835857,7 @@ "filename": "WebGLPipeline.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentRenderTarget", @@ -828072,7 +835878,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentRenderTarget", "inherited": true, - "___id": "T000002R055163", + "___id": "T000002R055471", "___s": true }, { @@ -828081,7 +835887,7 @@ "filename": "WebGLPipeline.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shaders", @@ -828111,7 +835917,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shaders", "inherited": true, - "___id": "T000002R055164", + "___id": "T000002R055472", "___s": true }, { @@ -828120,7 +835926,7 @@ "filename": "WebGLPipeline.js", "lineno": 322, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentShader", @@ -828141,7 +835947,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentShader", "inherited": true, - "___id": "T000002R055165", + "___id": "T000002R055473", "___s": true }, { @@ -828150,7 +835956,7 @@ "filename": "WebGLPipeline.js", "lineno": 334, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionMatrix", @@ -828171,7 +835977,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionMatrix", "inherited": true, - "___id": "T000002R055166", + "___id": "T000002R055474", "___s": true }, { @@ -828180,7 +835986,7 @@ "filename": "WebGLPipeline.js", "lineno": 343, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionWidth", @@ -828201,7 +836007,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionWidth", "inherited": true, - "___id": "T000002R055167", + "___id": "T000002R055475", "___s": true }, { @@ -828210,7 +836016,7 @@ "filename": "WebGLPipeline.js", "lineno": 352, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionHeight", @@ -828231,7 +836037,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionHeight", "inherited": true, - "___id": "T000002R055168", + "___id": "T000002R055476", "___s": true }, { @@ -828240,7 +836046,7 @@ "filename": "WebGLPipeline.js", "lineno": 361, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "config", @@ -828261,7 +836067,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#config", "inherited": true, - "___id": "T000002R055169", + "___id": "T000002R055477", "___s": true }, { @@ -828270,7 +836076,7 @@ "filename": "WebGLPipeline.js", "lineno": 374, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "glReset", @@ -828291,7 +836097,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#glReset", "inherited": true, - "___id": "T000002R055170", + "___id": "T000002R055478", "___s": true }, { @@ -828300,7 +836106,7 @@ "filename": "WebGLPipeline.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batch", @@ -828330,7 +836136,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batch", "inherited": true, - "___id": "T000002R055171", + "___id": "T000002R055479", "___s": true }, { @@ -828339,7 +836145,7 @@ "filename": "WebGLPipeline.js", "lineno": 401, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentBatch", @@ -828362,7 +836168,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentBatch", "inherited": true, - "___id": "T000002R055172", + "___id": "T000002R055480", "___s": true }, { @@ -828371,7 +836177,7 @@ "filename": "WebGLPipeline.js", "lineno": 414, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentTexture", @@ -828394,7 +836200,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentTexture", "inherited": true, - "___id": "T000002R055173", + "___id": "T000002R055481", "___s": true }, { @@ -828403,7 +836209,7 @@ "filename": "WebGLPipeline.js", "lineno": 427, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentUnit", @@ -828424,7 +836230,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentUnit", "inherited": true, - "___id": "T000002R055174", + "___id": "T000002R055482", "___s": true }, { @@ -828433,7 +836239,7 @@ "filename": "WebGLPipeline.js", "lineno": 438, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeTextures", @@ -828463,7 +836269,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeTextures", "inherited": true, - "___id": "T000002R055175", + "___id": "T000002R055483", "___s": true }, { @@ -828472,7 +836278,7 @@ "filename": "WebGLPipeline.js", "lineno": 451, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resizeUniform", @@ -828493,7 +836299,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resizeUniform", "inherited": true, - "___id": "T000002R055176", + "___id": "T000002R055484", "___s": true }, { @@ -828502,7 +836308,7 @@ "filename": "WebGLPipeline.js", "lineno": 463, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "boot", @@ -828517,7 +836323,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#boot", "inherited": true, - "___id": "T000002R055177", + "___id": "T000002R055485", "___s": true }, { @@ -828526,7 +836332,7 @@ "filename": "WebGLPipeline.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBoot", @@ -828538,7 +836344,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBoot", "inherited": true, - "___id": "T000002R055178", + "___id": "T000002R055486", "___s": true }, { @@ -828547,7 +836353,7 @@ "filename": "WebGLPipeline.js", "lineno": 611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onResize", @@ -828587,7 +836393,7 @@ "name": "height" } ], - "___id": "T000002R055179", + "___id": "T000002R055487", "___s": true }, { @@ -828596,7 +836402,7 @@ "filename": "WebGLPipeline.js", "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShader", @@ -828667,7 +836473,7 @@ "name": "vertexBuffer" } ], - "___id": "T000002R055180", + "___id": "T000002R055488", "___s": true }, { @@ -828676,7 +836482,7 @@ "filename": "WebGLPipeline.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "getShaderByName", @@ -828717,7 +836523,7 @@ "name": "name" } ], - "___id": "T000002R055181", + "___id": "T000002R055489", "___s": true }, { @@ -828726,7 +836532,7 @@ "filename": "WebGLPipeline.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShadersFromConfig", @@ -828768,7 +836574,7 @@ "name": "config" } ], - "___id": "T000002R055182", + "___id": "T000002R055490", "___s": true }, { @@ -828777,7 +836583,7 @@ "filename": "WebGLPipeline.js", "lineno": 789, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "createBatch", @@ -828818,7 +836624,7 @@ "name": "texture" } ], - "___id": "T000002R055183", + "___id": "T000002R055491", "___s": true }, { @@ -828827,7 +836633,7 @@ "filename": "WebGLPipeline.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "addTextureToBatch", @@ -828854,7 +836660,7 @@ "name": "texture" } ], - "___id": "T000002R055184", + "___id": "T000002R055492", "___s": true }, { @@ -828863,7 +836669,7 @@ "filename": "WebGLPipeline.js", "lineno": 839, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "pushBatch", @@ -828904,7 +836710,7 @@ "name": "texture" } ], - "___id": "T000002R055185", + "___id": "T000002R055493", "___s": true }, { @@ -828913,7 +836719,7 @@ "filename": "WebGLPipeline.js", "lineno": 912, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setGameObject", @@ -828968,7 +836774,7 @@ "name": "frame" } ], - "___id": "T000002R055186", + "___id": "T000002R055494", "___s": true }, { @@ -828977,7 +836783,7 @@ "filename": "WebGLPipeline.js", "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shouldFlush", @@ -829020,7 +836826,7 @@ "name": "amount" } ], - "___id": "T000002R055187", + "___id": "T000002R055495", "___s": true }, { @@ -829029,7 +836835,7 @@ "filename": "WebGLPipeline.js", "lineno": 952, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexAvailable", @@ -829055,7 +836861,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexAvailable", "inherited": true, - "___id": "T000002R055188", + "___id": "T000002R055496", "___s": true }, { @@ -829064,7 +836870,7 @@ "filename": "WebGLPipeline.js", "lineno": 966, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resize", @@ -829122,7 +836928,7 @@ "name": "height" } ], - "___id": "T000002R055189", + "___id": "T000002R055497", "___s": true }, { @@ -829131,7 +836937,7 @@ "filename": "WebGLPipeline.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setProjectionMatrix", @@ -829186,7 +836992,7 @@ "name": "height" } ], - "___id": "T000002R055190", + "___id": "T000002R055498", "___s": true }, { @@ -829195,7 +837001,7 @@ "filename": "WebGLPipeline.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flipProjectionMatrix", @@ -829224,7 +837030,7 @@ "name": "flipY" } ], - "___id": "T000002R055191", + "___id": "T000002R055499", "___s": true }, { @@ -829233,7 +837039,7 @@ "filename": "WebGLPipeline.js", "lineno": 1096, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "updateProjectionMatrix", @@ -829245,7 +837051,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#updateProjectionMatrix", "inherited": true, - "___id": "T000002R055192", + "___id": "T000002R055500", "___s": true }, { @@ -829254,7 +837060,7 @@ "filename": "WebGLPipeline.js", "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bind", @@ -829300,7 +837106,7 @@ "name": "currentShader" } ], - "___id": "T000002R055193", + "___id": "T000002R055501", "___s": true }, { @@ -829309,7 +837115,7 @@ "filename": "WebGLPipeline.js", "lineno": 1169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "rebind", @@ -829355,7 +837161,7 @@ "name": "currentShader" } ], - "___id": "T000002R055194", + "___id": "T000002R055502", "___s": true }, { @@ -829364,7 +837170,7 @@ "filename": "WebGLPipeline.js", "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "restoreContext", @@ -829376,7 +837182,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#restoreContext", "inherited": true, - "___id": "T000002R055195", + "___id": "T000002R055503", "___s": true }, { @@ -829385,7 +837191,7 @@ "filename": "WebGLPipeline.js", "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setVertexBuffer", @@ -829427,7 +837233,7 @@ "name": "buffer" } ], - "___id": "T000002R055196", + "___id": "T000002R055504", "___s": true }, { @@ -829436,7 +837242,7 @@ "filename": "WebGLPipeline.js", "lineno": 1282, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "preBatch", @@ -829489,7 +837295,7 @@ "name": "gameObject" } ], - "___id": "T000002R055197", + "___id": "T000002R055505", "___s": true }, { @@ -829498,7 +837304,7 @@ "filename": "WebGLPipeline.js", "lineno": 1335, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onDraw", @@ -829539,7 +837345,7 @@ "name": "swapTarget" } ], - "___id": "T000002R055198", + "___id": "T000002R055506", "___s": true }, { @@ -829548,7 +837354,7 @@ "filename": "WebGLPipeline.js", "lineno": 1355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "unbind", @@ -829560,7 +837366,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#unbind", "inherited": true, - "___id": "T000002R055199", + "___id": "T000002R055507", "___s": true }, { @@ -829569,7 +837375,7 @@ "filename": "WebGLPipeline.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flush", @@ -829617,7 +837423,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R055200", + "___id": "T000002R055508", "___s": true }, { @@ -829626,7 +837432,7 @@ "filename": "WebGLPipeline.js", "lineno": 1478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onActive", @@ -829653,7 +837459,7 @@ "name": "currentShader" } ], - "___id": "T000002R055201", + "___id": "T000002R055509", "___s": true }, { @@ -829662,7 +837468,7 @@ "filename": "WebGLPipeline.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBind", @@ -829690,7 +837496,7 @@ "name": "gameObject" } ], - "___id": "T000002R055202", + "___id": "T000002R055510", "___s": true }, { @@ -829699,7 +837505,7 @@ "filename": "WebGLPipeline.js", "lineno": 1518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRebind", @@ -829711,7 +837517,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRebind", "inherited": true, - "___id": "T000002R055203", + "___id": "T000002R055511", "___s": true }, { @@ -829720,7 +837526,7 @@ "filename": "WebGLPipeline.js", "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBatch", @@ -829748,7 +837554,7 @@ "name": "gameObject" } ], - "___id": "T000002R055204", + "___id": "T000002R055512", "___s": true }, { @@ -829757,7 +837563,7 @@ "filename": "WebGLPipeline.js", "lineno": 1553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreBatch", @@ -829785,7 +837591,7 @@ "name": "gameObject" } ], - "___id": "T000002R055205", + "___id": "T000002R055513", "___s": true }, { @@ -829794,7 +837600,7 @@ "filename": "WebGLPipeline.js", "lineno": 1567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostBatch", @@ -829822,7 +837628,7 @@ "name": "gameObject" } ], - "___id": "T000002R055206", + "___id": "T000002R055514", "___s": true }, { @@ -829831,7 +837637,7 @@ "filename": "WebGLPipeline.js", "lineno": 1581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreRender", @@ -829843,7 +837649,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreRender", "inherited": true, - "___id": "T000002R055207", + "___id": "T000002R055515", "___s": true }, { @@ -829852,7 +837658,7 @@ "filename": "WebGLPipeline.js", "lineno": 1594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRender", @@ -829892,7 +837698,7 @@ "name": "camera" } ], - "___id": "T000002R055208", + "___id": "T000002R055516", "___s": true }, { @@ -829901,7 +837707,7 @@ "filename": "WebGLPipeline.js", "lineno": 1611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostRender", @@ -829913,7 +837719,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostRender", "inherited": true, - "___id": "T000002R055209", + "___id": "T000002R055517", "___s": true }, { @@ -829922,7 +837728,7 @@ "filename": "WebGLPipeline.js", "lineno": 1626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBeforeFlush", @@ -829951,7 +837757,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R055210", + "___id": "T000002R055518", "___s": true }, { @@ -829960,7 +837766,7 @@ "filename": "WebGLPipeline.js", "lineno": 1643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onAfterFlush", @@ -829989,7 +837795,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R055211", + "___id": "T000002R055519", "___s": true }, { @@ -829998,7 +837804,7 @@ "filename": "WebGLPipeline.js", "lineno": 1664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchVert", @@ -830113,7 +837919,7 @@ "name": "tint" } ], - "___id": "T000002R055212", + "___id": "T000002R055520", "___s": true }, { @@ -830122,7 +837928,7 @@ "filename": "WebGLPipeline.js", "lineno": 1704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchQuad", @@ -830432,7 +838238,7 @@ "name": "unit" } ], - "___id": "T000002R055213", + "___id": "T000002R055521", "___s": true }, { @@ -830441,7 +838247,7 @@ "filename": "WebGLPipeline.js", "lineno": 1827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchTri", @@ -830712,7 +838518,7 @@ "name": "unit" } ], - "___id": "T000002R055214", + "___id": "T000002R055522", "___s": true }, { @@ -830721,7 +838527,7 @@ "filename": "WebGLPipeline.js", "lineno": 1921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "drawFillRect", @@ -830842,7 +838648,7 @@ "name": "flipUV" } ], - "___id": "T000002R055215", + "___id": "T000002R055523", "___s": true }, { @@ -830851,7 +838657,7 @@ "filename": "WebGLPipeline.js", "lineno": 1971, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTexture2D", @@ -830893,7 +838699,7 @@ "name": "texture" } ], - "___id": "T000002R055216", + "___id": "T000002R055524", "___s": true }, { @@ -830902,7 +838708,7 @@ "filename": "WebGLPipeline.js", "lineno": 1989, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindTexture", @@ -830960,7 +838766,7 @@ "name": "unit" } ], - "___id": "T000002R055217", + "___id": "T000002R055525", "___s": true }, { @@ -830969,7 +838775,7 @@ "filename": "WebGLPipeline.js", "lineno": 2013, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindRenderTarget", @@ -831027,7 +838833,7 @@ "name": "unit" } ], - "___id": "T000002R055218", + "___id": "T000002R055526", "___s": true }, { @@ -831036,7 +838842,7 @@ "filename": "WebGLPipeline.js", "lineno": 2030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTime", @@ -831092,7 +838898,7 @@ "name": "shader" } ], - "___id": "T000002R055219", + "___id": "T000002R055527", "___s": true }, { @@ -831101,7 +838907,7 @@ "filename": "WebGLPipeline.js", "lineno": 2050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setBoolean", @@ -831170,7 +838976,7 @@ "name": "shader" } ], - "___id": "T000002R055220", + "___id": "T000002R055528", "___s": true }, { @@ -831179,7 +838985,7 @@ "filename": "WebGLPipeline.js", "lineno": 2077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1f", @@ -831248,7 +839054,7 @@ "name": "shader" } ], - "___id": "T000002R055221", + "___id": "T000002R055529", "___s": true }, { @@ -831257,7 +839063,7 @@ "filename": "WebGLPipeline.js", "lineno": 2104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2f", @@ -831339,7 +839145,7 @@ "name": "shader" } ], - "___id": "T000002R055222", + "___id": "T000002R055530", "___s": true }, { @@ -831348,7 +839154,7 @@ "filename": "WebGLPipeline.js", "lineno": 2132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3f", @@ -831443,7 +839249,7 @@ "name": "shader" } ], - "___id": "T000002R055223", + "___id": "T000002R055531", "___s": true }, { @@ -831452,7 +839258,7 @@ "filename": "WebGLPipeline.js", "lineno": 2161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4f", @@ -831560,7 +839366,7 @@ "name": "shader" } ], - "___id": "T000002R055224", + "___id": "T000002R055532", "___s": true }, { @@ -831569,7 +839375,7 @@ "filename": "WebGLPipeline.js", "lineno": 2191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1fv", @@ -831657,7 +839463,7 @@ "name": "shader" } ], - "___id": "T000002R055225", + "___id": "T000002R055533", "___s": true }, { @@ -831666,7 +839472,7 @@ "filename": "WebGLPipeline.js", "lineno": 2218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2fv", @@ -831754,7 +839560,7 @@ "name": "shader" } ], - "___id": "T000002R055226", + "___id": "T000002R055534", "___s": true }, { @@ -831763,7 +839569,7 @@ "filename": "WebGLPipeline.js", "lineno": 2245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3fv", @@ -831851,7 +839657,7 @@ "name": "shader" } ], - "___id": "T000002R055227", + "___id": "T000002R055535", "___s": true }, { @@ -831860,7 +839666,7 @@ "filename": "WebGLPipeline.js", "lineno": 2272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4fv", @@ -831948,7 +839754,7 @@ "name": "shader" } ], - "___id": "T000002R055228", + "___id": "T000002R055536", "___s": true }, { @@ -831957,7 +839763,7 @@ "filename": "WebGLPipeline.js", "lineno": 2299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1iv", @@ -832045,7 +839851,7 @@ "name": "shader" } ], - "___id": "T000002R055229", + "___id": "T000002R055537", "___s": true }, { @@ -832054,7 +839860,7 @@ "filename": "WebGLPipeline.js", "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2iv", @@ -832142,7 +839948,7 @@ "name": "shader" } ], - "___id": "T000002R055230", + "___id": "T000002R055538", "___s": true }, { @@ -832151,7 +839957,7 @@ "filename": "WebGLPipeline.js", "lineno": 2353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3iv", @@ -832239,7 +840045,7 @@ "name": "shader" } ], - "___id": "T000002R055231", + "___id": "T000002R055539", "___s": true }, { @@ -832248,7 +840054,7 @@ "filename": "WebGLPipeline.js", "lineno": 2380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4iv", @@ -832336,7 +840142,7 @@ "name": "shader" } ], - "___id": "T000002R055232", + "___id": "T000002R055540", "___s": true }, { @@ -832345,7 +840151,7 @@ "filename": "WebGLPipeline.js", "lineno": 2407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1i", @@ -832414,7 +840220,7 @@ "name": "shader" } ], - "___id": "T000002R055233", + "___id": "T000002R055541", "___s": true }, { @@ -832423,7 +840229,7 @@ "filename": "WebGLPipeline.js", "lineno": 2434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2i", @@ -832505,7 +840311,7 @@ "name": "shader" } ], - "___id": "T000002R055234", + "___id": "T000002R055542", "___s": true }, { @@ -832514,7 +840320,7 @@ "filename": "WebGLPipeline.js", "lineno": 2462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3i", @@ -832609,7 +840415,7 @@ "name": "shader" } ], - "___id": "T000002R055235", + "___id": "T000002R055543", "___s": true }, { @@ -832618,7 +840424,7 @@ "filename": "WebGLPipeline.js", "lineno": 2491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4i", @@ -832726,7 +840532,7 @@ "name": "shader" } ], - "___id": "T000002R055236", + "___id": "T000002R055544", "___s": true }, { @@ -832735,7 +840541,7 @@ "filename": "WebGLPipeline.js", "lineno": 2521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix2fv", @@ -832836,7 +840642,7 @@ "name": "shader" } ], - "___id": "T000002R055237", + "___id": "T000002R055545", "___s": true }, { @@ -832845,7 +840651,7 @@ "filename": "WebGLPipeline.js", "lineno": 2549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix3fv", @@ -832927,7 +840733,7 @@ "name": "shader" } ], - "___id": "T000002R055238", + "___id": "T000002R055546", "___s": true }, { @@ -832936,7 +840742,7 @@ "filename": "WebGLPipeline.js", "lineno": 2577, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix4fv", @@ -833018,7 +840824,7 @@ "name": "shader" } ], - "___id": "T000002R055239", + "___id": "T000002R055547", "___s": true }, { @@ -833027,7 +840833,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -833039,7 +840845,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R055240", + "___id": "T000002R055548", "___s": true }, { @@ -833048,7 +840854,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -833091,7 +840897,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R055241", + "___id": "T000002R055549", "___s": true }, { @@ -833100,7 +840906,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -833160,7 +840966,7 @@ "name": "event" } ], - "___id": "T000002R055242", + "___id": "T000002R055550", "___s": true }, { @@ -833169,7 +840975,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -833220,7 +841026,7 @@ "name": "event" } ], - "___id": "T000002R055243", + "___id": "T000002R055551", "___s": true }, { @@ -833229,7 +841035,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -833295,7 +841101,7 @@ "name": "args" } ], - "___id": "T000002R055244", + "___id": "T000002R055552", "___s": true }, { @@ -833304,7 +841110,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -833383,7 +841189,7 @@ "name": "context" } ], - "___id": "T000002R055245", + "___id": "T000002R055553", "___s": true }, { @@ -833392,7 +841198,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -833471,7 +841277,7 @@ "name": "context" } ], - "___id": "T000002R055246", + "___id": "T000002R055554", "___s": true }, { @@ -833480,7 +841286,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -833559,7 +841365,7 @@ "name": "context" } ], - "___id": "T000002R055247", + "___id": "T000002R055555", "___s": true }, { @@ -833568,7 +841374,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -833661,7 +841467,7 @@ "name": "once" } ], - "___id": "T000002R055248", + "___id": "T000002R055556", "___s": true }, { @@ -833670,7 +841476,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -833763,7 +841569,7 @@ "name": "once" } ], - "___id": "T000002R055249", + "___id": "T000002R055557", "___s": true }, { @@ -833772,7 +841578,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -833825,7 +841631,7 @@ "name": "event" } ], - "___id": "T000002R055250", + "___id": "T000002R055558", "___s": true }, { @@ -833834,7 +841640,7 @@ "filename": "PostFXPipeline.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "gameObject", @@ -833865,7 +841671,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#gameObject", "inherited": true, - "___id": "T000002R055251", + "___id": "T000002R055559", "___s": true }, { @@ -833874,7 +841680,7 @@ "filename": "PostFXPipeline.js", "lineno": 142, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "controller", @@ -833895,7 +841701,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#controller", "inherited": true, - "___id": "T000002R055252", + "___id": "T000002R055560", "___s": true }, { @@ -833904,7 +841710,7 @@ "filename": "PostFXPipeline.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "colorMatrix", @@ -833925,7 +841731,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#colorMatrix", "inherited": true, - "___id": "T000002R055253", + "___id": "T000002R055561", "___s": true }, { @@ -833934,7 +841740,7 @@ "filename": "PostFXPipeline.js", "lineno": 163, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame1", @@ -833956,7 +841762,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame1", "inherited": true, - "___id": "T000002R055254", + "___id": "T000002R055562", "___s": true }, { @@ -833965,7 +841771,7 @@ "filename": "PostFXPipeline.js", "lineno": 179, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame2", @@ -833987,7 +841793,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame2", "inherited": true, - "___id": "T000002R055255", + "___id": "T000002R055563", "___s": true }, { @@ -833996,7 +841802,7 @@ "filename": "PostFXPipeline.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame1", @@ -834018,7 +841824,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame1", "inherited": true, - "___id": "T000002R055256", + "___id": "T000002R055564", "___s": true }, { @@ -834027,7 +841833,7 @@ "filename": "PostFXPipeline.js", "lineno": 211, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame2", @@ -834049,7 +841855,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame2", "inherited": true, - "___id": "T000002R055257", + "___id": "T000002R055565", "___s": true }, { @@ -834058,7 +841864,7 @@ "filename": "PostFXPipeline.js", "lineno": 233, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bootFX", @@ -834070,16 +841876,16 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bootFX", "inherited": true, - "___id": "T000002R055258", + "___id": "T000002R055566", "___s": true }, { "comment": "/**\r\n * This method is called as a result of the `WebGLPipeline.batchQuad` method, right after a quad\r\n * belonging to a Game Object has been added to the batch. When this is called, the\r\n * renderer has just performed a flush.\r\n *\r\n * It calls the `onDraw` hook followed by the `onPostBatch` hook, which can be used to perform\r\n * additional Post FX Pipeline processing.\r\n *\r\n * It is also called as part of the `PipelineManager.postBatch` method when processing Post FX Pipelines.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch\r\n * @since 3.70.0\r\n *\r\n * @param {(Phaser.GameObjects.GameObject|Phaser.Cameras.Scene2D.Camera)} [gameObject] - The Game Object or Camera that invoked this pipeline, if any.\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 269, + "lineno": 268, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "postBatch", @@ -834132,16 +841938,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch", "inherited": true, - "___id": "T000002R055259", + "___id": "T000002R055567", "___s": true }, { "comment": "/**\r\n * Returns the FX Controller for this Post FX Pipeline.\r\n *\r\n * This is called internally and not typically required outside.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.FX.Controller} [controller] - An FX Controller, or undefined.\r\n *\r\n * @return {Phaser.FX.Controller|Phaser.Renderer.WebGL.Pipelines.PostFXPipeline} The FX Controller responsible, or this Pipeline.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 310, + "lineno": 309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "getController", @@ -834193,16 +841999,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController", "inherited": true, - "___id": "T000002R055260", + "___id": "T000002R055568", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * This method does _not_ bind a shader. It uses whatever shader\r\n * is currently bound in this pipeline. It also does _not_ clear\r\n * the frame buffers after use. You should take care of both of\r\n * these things if you call this method directly.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 338, + "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copySprite", @@ -834242,16 +842048,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite", "inherited": true, - "___id": "T000002R055261", + "___id": "T000002R055569", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * The difference between this method and `drawFrame` is that this method\r\n * uses a faster copy shader, where only the brightness can be modified.\r\n * If you need color level manipulation, see `drawFrame` instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 379, + "lineno": 378, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrame", @@ -834337,16 +842143,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame", "inherited": true, - "___id": "T000002R055262", + "___id": "T000002R055570", "___s": true }, { "comment": "/**\r\n * Pops the framebuffer from the renderers FBO stack and sets that as the active target,\r\n * then draws the `source` Render Target to it. It then resets the renderer textures.\r\n *\r\n * This should be done when you need to draw the _final_ results of a pipeline to the game\r\n * canvas, or the next framebuffer in line on the FBO stack. You should only call this once\r\n * in the `onDraw` handler and it should be the final thing called. Be careful not to call\r\n * this if you need to actually use the pipeline shader, instead of the copy shader. In\r\n * those cases, use the `bindAndDraw` method.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 402, + "lineno": 401, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyToGame", @@ -834373,16 +842179,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame", "inherited": true, - "___id": "T000002R055263", + "___id": "T000002R055571", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target, using this pipelines\r\n * Color Matrix.\r\n *\r\n * The difference between this method and `copyFrame` is that this method\r\n * uses a color matrix shader, where you have full control over the luminance\r\n * values used during the copy. If you don't need this, you can use the faster\r\n * `copyFrame` method instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 422, + "lineno": 421, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "drawFrame", @@ -834438,16 +842244,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame", "inherited": true, - "___id": "T000002R055264", + "___id": "T000002R055572", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using a linear blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 443, + "lineno": 442, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFrames", @@ -834531,16 +842337,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames", "inherited": true, - "___id": "T000002R055265", + "___id": "T000002R055573", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using an additive blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 461, + "lineno": 460, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFramesAdditive", @@ -834624,16 +842430,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive", "inherited": true, - "___id": "T000002R055266", + "___id": "T000002R055574", "___s": true }, { "comment": "/**\r\n * Clears the given Render Target.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The Render Target to clear.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 479, + "lineno": 478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "clearFrame", @@ -834675,16 +842481,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame", "inherited": true, - "___id": "T000002R055267", + "___id": "T000002R055575", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * The difference with this copy is that no resizing takes place. If the `source`\r\n * Render Target is larger than the `target` then only a portion the same size as\r\n * the `target` dimensions is copied across.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {boolean} [eraseMode=false] - Erase source from target using ERASE Blend Mode?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 493, + "lineno": 492, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blitFrame", @@ -834784,16 +842590,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame", "inherited": true, - "___id": "T000002R055268", + "___id": "T000002R055576", "___s": true }, { "comment": "/**\r\n * Binds the `source` Render Target and then copies a section of it to the `target` Render Target.\r\n *\r\n * This method is extremely fast because it uses `gl.copyTexSubImage2D` and doesn't\r\n * require the use of any shaders. Remember the coordinates are given in standard WebGL format,\r\n * where x and y specify the lower-left corner of the section, not the top-left. Also, the\r\n * copy entirely replaces the contents of the target texture, no 'merging' or 'blending' takes\r\n * place.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} x - The x coordinate of the lower left corner where to start copying.\r\n * @param {number} y - The y coordinate of the lower left corner where to start copying.\r\n * @param {number} width - The width of the texture.\r\n * @param {number} height - The height of the texture.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 517, + "lineno": 516, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrameRect", @@ -834915,16 +842721,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect", "inherited": true, - "___id": "T000002R055269", + "___id": "T000002R055577", "___s": true }, { "comment": "/**\r\n * Binds this pipeline and draws the `source` Render Target to the `target` Render Target.\r\n *\r\n * If no `target` is specified, it will pop the framebuffer from the Renderers FBO stack\r\n * and use that instead, which should be done when you need to draw the final results of\r\n * this pipeline to the game canvas.\r\n *\r\n * You can optionally set the shader to be used for the draw here, if this is a multi-shader\r\n * pipeline. By default `currentShader` will be used. If you need to set a shader but not\r\n * a target, just pass `null` as the `target` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The Render Target to draw to. If not set, it will pop the fbo from the stack.\r\n * @param {boolean} [clear=true] - Clear the target before copying? Only used if `target` parameter is set.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {Phaser.Renderer.WebGL.WebGLShader} [currentShader] - The shader to use during the draw.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 543, + "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bindAndDraw", @@ -835009,16 +842815,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw", "inherited": true, - "___id": "T000002R055270", + "___id": "T000002R055578", "___s": true }, { "comment": "/**\r\n * Destroys all shader instances, removes all object references and nulls all external references.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy\r\n * @since 3.60.0\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 620, + "lineno": 619, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "destroy", @@ -835045,7 +842851,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy", "inherited": true, - "___id": "T000002R055271", + "___id": "T000002R055579", "___s": true }, { @@ -835054,7 +842860,7 @@ "filename": "WebGLPipeline.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "name", @@ -835075,7 +842881,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#name", "inherited": true, - "___id": "T000002R055272", + "___id": "T000002R055580", "___s": true }, { @@ -835084,7 +842890,7 @@ "filename": "WebGLPipeline.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "game", @@ -835105,7 +842911,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#game", "inherited": true, - "___id": "T000002R055273", + "___id": "T000002R055581", "___s": true }, { @@ -835114,7 +842920,7 @@ "filename": "WebGLPipeline.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderer", @@ -835135,7 +842941,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderer", "inherited": true, - "___id": "T000002R055274", + "___id": "T000002R055582", "___s": true }, { @@ -835144,7 +842950,7 @@ "filename": "WebGLPipeline.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "manager", @@ -835167,7 +842973,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#manager", "inherited": true, - "___id": "T000002R055275", + "___id": "T000002R055583", "___s": true }, { @@ -835176,7 +842982,7 @@ "filename": "WebGLPipeline.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "gl", @@ -835197,7 +843003,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#gl", "inherited": true, - "___id": "T000002R055276", + "___id": "T000002R055584", "___s": true }, { @@ -835206,7 +843012,7 @@ "filename": "WebGLPipeline.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "view", @@ -835227,7 +843033,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#view", "inherited": true, - "___id": "T000002R055277", + "___id": "T000002R055585", "___s": true }, { @@ -835236,7 +843042,7 @@ "filename": "WebGLPipeline.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "width", @@ -835257,7 +843063,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#width", "inherited": true, - "___id": "T000002R055278", + "___id": "T000002R055586", "___s": true }, { @@ -835266,7 +843072,7 @@ "filename": "WebGLPipeline.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "height", @@ -835287,7 +843093,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#height", "inherited": true, - "___id": "T000002R055279", + "___id": "T000002R055587", "___s": true }, { @@ -835296,7 +843102,7 @@ "filename": "WebGLPipeline.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCount", @@ -835318,7 +843124,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCount", "inherited": true, - "___id": "T000002R055280", + "___id": "T000002R055588", "___s": true }, { @@ -835327,7 +843133,7 @@ "filename": "WebGLPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCapacity", @@ -835348,7 +843154,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCapacity", "inherited": true, - "___id": "T000002R055281", + "___id": "T000002R055589", "___s": true }, { @@ -835357,7 +843163,7 @@ "filename": "WebGLPipeline.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexData", @@ -835379,7 +843185,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexData", "inherited": true, - "___id": "T000002R055282", + "___id": "T000002R055590", "___s": true }, { @@ -835388,7 +843194,7 @@ "filename": "WebGLPipeline.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexBuffer", @@ -835410,7 +843216,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexBuffer", "inherited": true, - "___id": "T000002R055283", + "___id": "T000002R055591", "___s": true }, { @@ -835419,7 +843225,7 @@ "filename": "WebGLPipeline.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeBuffer", @@ -835440,7 +843246,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeBuffer", "inherited": true, - "___id": "T000002R055284", + "___id": "T000002R055592", "___s": true }, { @@ -835449,7 +843255,7 @@ "filename": "WebGLPipeline.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "topology", @@ -835470,7 +843276,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#topology", "inherited": true, - "___id": "T000002R055285", + "___id": "T000002R055593", "___s": true }, { @@ -835479,7 +843285,7 @@ "filename": "WebGLPipeline.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bytes", @@ -835500,7 +843306,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bytes", "inherited": true, - "___id": "T000002R055286", + "___id": "T000002R055594", "___s": true }, { @@ -835509,7 +843315,7 @@ "filename": "WebGLPipeline.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewF32", @@ -835530,7 +843336,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewF32", "inherited": true, - "___id": "T000002R055287", + "___id": "T000002R055595", "___s": true }, { @@ -835539,7 +843345,7 @@ "filename": "WebGLPipeline.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewU32", @@ -835560,7 +843366,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewU32", "inherited": true, - "___id": "T000002R055288", + "___id": "T000002R055596", "___s": true }, { @@ -835569,7 +843375,7 @@ "filename": "WebGLPipeline.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "active", @@ -835590,7 +843396,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#active", "inherited": true, - "___id": "T000002R055289", + "___id": "T000002R055597", "___s": true }, { @@ -835599,7 +843405,7 @@ "filename": "WebGLPipeline.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "forceZero", @@ -835620,7 +843426,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#forceZero", "inherited": true, - "___id": "T000002R055290", + "___id": "T000002R055598", "___s": true }, { @@ -835629,7 +843435,7 @@ "filename": "WebGLPipeline.js", "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "hasBooted", @@ -835651,7 +843457,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#hasBooted", "inherited": true, - "___id": "T000002R055291", + "___id": "T000002R055599", "___s": true }, { @@ -835660,7 +843466,7 @@ "filename": "WebGLPipeline.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPostFX", @@ -835682,7 +843488,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPostFX", "inherited": true, - "___id": "T000002R055292", + "___id": "T000002R055600", "___s": true }, { @@ -835691,7 +843497,7 @@ "filename": "WebGLPipeline.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPreFX", @@ -835713,7 +843519,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPreFX", "inherited": true, - "___id": "T000002R055293", + "___id": "T000002R055601", "___s": true }, { @@ -835722,7 +843528,7 @@ "filename": "WebGLPipeline.js", "lineno": 289, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderTargets", @@ -835752,7 +843558,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderTargets", "inherited": true, - "___id": "T000002R055294", + "___id": "T000002R055602", "___s": true }, { @@ -835761,7 +843567,7 @@ "filename": "WebGLPipeline.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentRenderTarget", @@ -835782,7 +843588,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentRenderTarget", "inherited": true, - "___id": "T000002R055295", + "___id": "T000002R055603", "___s": true }, { @@ -835791,7 +843597,7 @@ "filename": "WebGLPipeline.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shaders", @@ -835821,7 +843627,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shaders", "inherited": true, - "___id": "T000002R055296", + "___id": "T000002R055604", "___s": true }, { @@ -835830,7 +843636,7 @@ "filename": "WebGLPipeline.js", "lineno": 322, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentShader", @@ -835851,7 +843657,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentShader", "inherited": true, - "___id": "T000002R055297", + "___id": "T000002R055605", "___s": true }, { @@ -835860,7 +843666,7 @@ "filename": "WebGLPipeline.js", "lineno": 334, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionMatrix", @@ -835881,7 +843687,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionMatrix", "inherited": true, - "___id": "T000002R055298", + "___id": "T000002R055606", "___s": true }, { @@ -835890,7 +843696,7 @@ "filename": "WebGLPipeline.js", "lineno": 343, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionWidth", @@ -835911,7 +843717,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionWidth", "inherited": true, - "___id": "T000002R055299", + "___id": "T000002R055607", "___s": true }, { @@ -835920,7 +843726,7 @@ "filename": "WebGLPipeline.js", "lineno": 352, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionHeight", @@ -835941,7 +843747,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionHeight", "inherited": true, - "___id": "T000002R055300", + "___id": "T000002R055608", "___s": true }, { @@ -835950,7 +843756,7 @@ "filename": "WebGLPipeline.js", "lineno": 361, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "config", @@ -835971,7 +843777,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#config", "inherited": true, - "___id": "T000002R055301", + "___id": "T000002R055609", "___s": true }, { @@ -835980,7 +843786,7 @@ "filename": "WebGLPipeline.js", "lineno": 374, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "glReset", @@ -836001,7 +843807,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#glReset", "inherited": true, - "___id": "T000002R055302", + "___id": "T000002R055610", "___s": true }, { @@ -836010,7 +843816,7 @@ "filename": "WebGLPipeline.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batch", @@ -836040,7 +843846,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batch", "inherited": true, - "___id": "T000002R055303", + "___id": "T000002R055611", "___s": true }, { @@ -836049,7 +843855,7 @@ "filename": "WebGLPipeline.js", "lineno": 401, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentBatch", @@ -836072,7 +843878,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentBatch", "inherited": true, - "___id": "T000002R055304", + "___id": "T000002R055612", "___s": true }, { @@ -836081,7 +843887,7 @@ "filename": "WebGLPipeline.js", "lineno": 414, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentTexture", @@ -836104,7 +843910,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentTexture", "inherited": true, - "___id": "T000002R055305", + "___id": "T000002R055613", "___s": true }, { @@ -836113,7 +843919,7 @@ "filename": "WebGLPipeline.js", "lineno": 427, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentUnit", @@ -836134,7 +843940,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentUnit", "inherited": true, - "___id": "T000002R055306", + "___id": "T000002R055614", "___s": true }, { @@ -836143,7 +843949,7 @@ "filename": "WebGLPipeline.js", "lineno": 438, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeTextures", @@ -836173,7 +843979,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeTextures", "inherited": true, - "___id": "T000002R055307", + "___id": "T000002R055615", "___s": true }, { @@ -836182,7 +843988,7 @@ "filename": "WebGLPipeline.js", "lineno": 451, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resizeUniform", @@ -836203,7 +844009,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resizeUniform", "inherited": true, - "___id": "T000002R055308", + "___id": "T000002R055616", "___s": true }, { @@ -836212,7 +844018,7 @@ "filename": "WebGLPipeline.js", "lineno": 463, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "boot", @@ -836227,7 +844033,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#boot", "inherited": true, - "___id": "T000002R055309", + "___id": "T000002R055617", "___s": true }, { @@ -836236,7 +844042,7 @@ "filename": "WebGLPipeline.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBoot", @@ -836248,7 +844054,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBoot", "inherited": true, - "___id": "T000002R055310", + "___id": "T000002R055618", "___s": true }, { @@ -836257,7 +844063,7 @@ "filename": "WebGLPipeline.js", "lineno": 611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onResize", @@ -836297,7 +844103,7 @@ "name": "height" } ], - "___id": "T000002R055311", + "___id": "T000002R055619", "___s": true }, { @@ -836306,7 +844112,7 @@ "filename": "WebGLPipeline.js", "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShader", @@ -836377,7 +844183,7 @@ "name": "vertexBuffer" } ], - "___id": "T000002R055312", + "___id": "T000002R055620", "___s": true }, { @@ -836386,7 +844192,7 @@ "filename": "WebGLPipeline.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "getShaderByName", @@ -836427,7 +844233,7 @@ "name": "name" } ], - "___id": "T000002R055313", + "___id": "T000002R055621", "___s": true }, { @@ -836436,7 +844242,7 @@ "filename": "WebGLPipeline.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShadersFromConfig", @@ -836478,7 +844284,7 @@ "name": "config" } ], - "___id": "T000002R055314", + "___id": "T000002R055622", "___s": true }, { @@ -836487,7 +844293,7 @@ "filename": "WebGLPipeline.js", "lineno": 789, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "createBatch", @@ -836528,7 +844334,7 @@ "name": "texture" } ], - "___id": "T000002R055315", + "___id": "T000002R055623", "___s": true }, { @@ -836537,7 +844343,7 @@ "filename": "WebGLPipeline.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "addTextureToBatch", @@ -836564,7 +844370,7 @@ "name": "texture" } ], - "___id": "T000002R055316", + "___id": "T000002R055624", "___s": true }, { @@ -836573,7 +844379,7 @@ "filename": "WebGLPipeline.js", "lineno": 839, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "pushBatch", @@ -836614,7 +844420,7 @@ "name": "texture" } ], - "___id": "T000002R055317", + "___id": "T000002R055625", "___s": true }, { @@ -836623,7 +844429,7 @@ "filename": "WebGLPipeline.js", "lineno": 912, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setGameObject", @@ -836678,7 +844484,7 @@ "name": "frame" } ], - "___id": "T000002R055318", + "___id": "T000002R055626", "___s": true }, { @@ -836687,7 +844493,7 @@ "filename": "WebGLPipeline.js", "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shouldFlush", @@ -836730,7 +844536,7 @@ "name": "amount" } ], - "___id": "T000002R055319", + "___id": "T000002R055627", "___s": true }, { @@ -836739,7 +844545,7 @@ "filename": "WebGLPipeline.js", "lineno": 952, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexAvailable", @@ -836765,7 +844571,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexAvailable", "inherited": true, - "___id": "T000002R055320", + "___id": "T000002R055628", "___s": true }, { @@ -836774,7 +844580,7 @@ "filename": "WebGLPipeline.js", "lineno": 966, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resize", @@ -836832,7 +844638,7 @@ "name": "height" } ], - "___id": "T000002R055321", + "___id": "T000002R055629", "___s": true }, { @@ -836841,7 +844647,7 @@ "filename": "WebGLPipeline.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setProjectionMatrix", @@ -836896,7 +844702,7 @@ "name": "height" } ], - "___id": "T000002R055322", + "___id": "T000002R055630", "___s": true }, { @@ -836905,7 +844711,7 @@ "filename": "WebGLPipeline.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flipProjectionMatrix", @@ -836934,7 +844740,7 @@ "name": "flipY" } ], - "___id": "T000002R055323", + "___id": "T000002R055631", "___s": true }, { @@ -836943,7 +844749,7 @@ "filename": "WebGLPipeline.js", "lineno": 1096, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "updateProjectionMatrix", @@ -836955,7 +844761,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#updateProjectionMatrix", "inherited": true, - "___id": "T000002R055324", + "___id": "T000002R055632", "___s": true }, { @@ -836964,7 +844770,7 @@ "filename": "WebGLPipeline.js", "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bind", @@ -837010,7 +844816,7 @@ "name": "currentShader" } ], - "___id": "T000002R055325", + "___id": "T000002R055633", "___s": true }, { @@ -837019,7 +844825,7 @@ "filename": "WebGLPipeline.js", "lineno": 1169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "rebind", @@ -837065,7 +844871,7 @@ "name": "currentShader" } ], - "___id": "T000002R055326", + "___id": "T000002R055634", "___s": true }, { @@ -837074,7 +844880,7 @@ "filename": "WebGLPipeline.js", "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "restoreContext", @@ -837086,7 +844892,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#restoreContext", "inherited": true, - "___id": "T000002R055327", + "___id": "T000002R055635", "___s": true }, { @@ -837095,7 +844901,7 @@ "filename": "WebGLPipeline.js", "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setVertexBuffer", @@ -837137,7 +844943,7 @@ "name": "buffer" } ], - "___id": "T000002R055328", + "___id": "T000002R055636", "___s": true }, { @@ -837146,7 +844952,7 @@ "filename": "WebGLPipeline.js", "lineno": 1282, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "preBatch", @@ -837199,7 +845005,7 @@ "name": "gameObject" } ], - "___id": "T000002R055329", + "___id": "T000002R055637", "___s": true }, { @@ -837208,7 +845014,7 @@ "filename": "WebGLPipeline.js", "lineno": 1335, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onDraw", @@ -837249,7 +845055,7 @@ "name": "swapTarget" } ], - "___id": "T000002R055330", + "___id": "T000002R055638", "___s": true }, { @@ -837258,7 +845064,7 @@ "filename": "WebGLPipeline.js", "lineno": 1355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "unbind", @@ -837270,7 +845076,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#unbind", "inherited": true, - "___id": "T000002R055331", + "___id": "T000002R055639", "___s": true }, { @@ -837279,7 +845085,7 @@ "filename": "WebGLPipeline.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flush", @@ -837327,7 +845133,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R055332", + "___id": "T000002R055640", "___s": true }, { @@ -837336,7 +845142,7 @@ "filename": "WebGLPipeline.js", "lineno": 1478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onActive", @@ -837363,7 +845169,7 @@ "name": "currentShader" } ], - "___id": "T000002R055333", + "___id": "T000002R055641", "___s": true }, { @@ -837372,7 +845178,7 @@ "filename": "WebGLPipeline.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBind", @@ -837400,7 +845206,7 @@ "name": "gameObject" } ], - "___id": "T000002R055334", + "___id": "T000002R055642", "___s": true }, { @@ -837409,7 +845215,7 @@ "filename": "WebGLPipeline.js", "lineno": 1518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRebind", @@ -837421,7 +845227,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRebind", "inherited": true, - "___id": "T000002R055335", + "___id": "T000002R055643", "___s": true }, { @@ -837430,7 +845236,7 @@ "filename": "WebGLPipeline.js", "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBatch", @@ -837458,7 +845264,7 @@ "name": "gameObject" } ], - "___id": "T000002R055336", + "___id": "T000002R055644", "___s": true }, { @@ -837467,7 +845273,7 @@ "filename": "WebGLPipeline.js", "lineno": 1553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreBatch", @@ -837495,7 +845301,7 @@ "name": "gameObject" } ], - "___id": "T000002R055337", + "___id": "T000002R055645", "___s": true }, { @@ -837504,7 +845310,7 @@ "filename": "WebGLPipeline.js", "lineno": 1567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostBatch", @@ -837532,7 +845338,7 @@ "name": "gameObject" } ], - "___id": "T000002R055338", + "___id": "T000002R055646", "___s": true }, { @@ -837541,7 +845347,7 @@ "filename": "WebGLPipeline.js", "lineno": 1581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreRender", @@ -837553,7 +845359,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreRender", "inherited": true, - "___id": "T000002R055339", + "___id": "T000002R055647", "___s": true }, { @@ -837562,7 +845368,7 @@ "filename": "WebGLPipeline.js", "lineno": 1594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRender", @@ -837602,7 +845408,7 @@ "name": "camera" } ], - "___id": "T000002R055340", + "___id": "T000002R055648", "___s": true }, { @@ -837611,7 +845417,7 @@ "filename": "WebGLPipeline.js", "lineno": 1611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostRender", @@ -837623,7 +845429,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostRender", "inherited": true, - "___id": "T000002R055341", + "___id": "T000002R055649", "___s": true }, { @@ -837632,7 +845438,7 @@ "filename": "WebGLPipeline.js", "lineno": 1626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBeforeFlush", @@ -837661,7 +845467,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R055342", + "___id": "T000002R055650", "___s": true }, { @@ -837670,7 +845476,7 @@ "filename": "WebGLPipeline.js", "lineno": 1643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onAfterFlush", @@ -837699,7 +845505,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R055343", + "___id": "T000002R055651", "___s": true }, { @@ -837708,7 +845514,7 @@ "filename": "WebGLPipeline.js", "lineno": 1664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchVert", @@ -837823,7 +845629,7 @@ "name": "tint" } ], - "___id": "T000002R055344", + "___id": "T000002R055652", "___s": true }, { @@ -837832,7 +845638,7 @@ "filename": "WebGLPipeline.js", "lineno": 1704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchQuad", @@ -838142,7 +845948,7 @@ "name": "unit" } ], - "___id": "T000002R055345", + "___id": "T000002R055653", "___s": true }, { @@ -838151,7 +845957,7 @@ "filename": "WebGLPipeline.js", "lineno": 1827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchTri", @@ -838422,7 +846228,7 @@ "name": "unit" } ], - "___id": "T000002R055346", + "___id": "T000002R055654", "___s": true }, { @@ -838431,7 +846237,7 @@ "filename": "WebGLPipeline.js", "lineno": 1921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "drawFillRect", @@ -838552,7 +846358,7 @@ "name": "flipUV" } ], - "___id": "T000002R055347", + "___id": "T000002R055655", "___s": true }, { @@ -838561,7 +846367,7 @@ "filename": "WebGLPipeline.js", "lineno": 1971, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTexture2D", @@ -838603,7 +846409,7 @@ "name": "texture" } ], - "___id": "T000002R055348", + "___id": "T000002R055656", "___s": true }, { @@ -838612,7 +846418,7 @@ "filename": "WebGLPipeline.js", "lineno": 1989, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindTexture", @@ -838670,7 +846476,7 @@ "name": "unit" } ], - "___id": "T000002R055349", + "___id": "T000002R055657", "___s": true }, { @@ -838679,7 +846485,7 @@ "filename": "WebGLPipeline.js", "lineno": 2013, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindRenderTarget", @@ -838737,7 +846543,7 @@ "name": "unit" } ], - "___id": "T000002R055350", + "___id": "T000002R055658", "___s": true }, { @@ -838746,7 +846552,7 @@ "filename": "WebGLPipeline.js", "lineno": 2030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTime", @@ -838802,7 +846608,7 @@ "name": "shader" } ], - "___id": "T000002R055351", + "___id": "T000002R055659", "___s": true }, { @@ -838811,7 +846617,7 @@ "filename": "WebGLPipeline.js", "lineno": 2050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setBoolean", @@ -838880,7 +846686,7 @@ "name": "shader" } ], - "___id": "T000002R055352", + "___id": "T000002R055660", "___s": true }, { @@ -838889,7 +846695,7 @@ "filename": "WebGLPipeline.js", "lineno": 2077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1f", @@ -838958,7 +846764,7 @@ "name": "shader" } ], - "___id": "T000002R055353", + "___id": "T000002R055661", "___s": true }, { @@ -838967,7 +846773,7 @@ "filename": "WebGLPipeline.js", "lineno": 2104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2f", @@ -839049,7 +846855,7 @@ "name": "shader" } ], - "___id": "T000002R055354", + "___id": "T000002R055662", "___s": true }, { @@ -839058,7 +846864,7 @@ "filename": "WebGLPipeline.js", "lineno": 2132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3f", @@ -839153,7 +846959,7 @@ "name": "shader" } ], - "___id": "T000002R055355", + "___id": "T000002R055663", "___s": true }, { @@ -839162,7 +846968,7 @@ "filename": "WebGLPipeline.js", "lineno": 2161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4f", @@ -839270,7 +847076,7 @@ "name": "shader" } ], - "___id": "T000002R055356", + "___id": "T000002R055664", "___s": true }, { @@ -839279,7 +847085,7 @@ "filename": "WebGLPipeline.js", "lineno": 2191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1fv", @@ -839367,7 +847173,7 @@ "name": "shader" } ], - "___id": "T000002R055357", + "___id": "T000002R055665", "___s": true }, { @@ -839376,7 +847182,7 @@ "filename": "WebGLPipeline.js", "lineno": 2218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2fv", @@ -839464,7 +847270,7 @@ "name": "shader" } ], - "___id": "T000002R055358", + "___id": "T000002R055666", "___s": true }, { @@ -839473,7 +847279,7 @@ "filename": "WebGLPipeline.js", "lineno": 2245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3fv", @@ -839561,7 +847367,7 @@ "name": "shader" } ], - "___id": "T000002R055359", + "___id": "T000002R055667", "___s": true }, { @@ -839570,7 +847376,7 @@ "filename": "WebGLPipeline.js", "lineno": 2272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4fv", @@ -839658,7 +847464,7 @@ "name": "shader" } ], - "___id": "T000002R055360", + "___id": "T000002R055668", "___s": true }, { @@ -839667,7 +847473,7 @@ "filename": "WebGLPipeline.js", "lineno": 2299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1iv", @@ -839755,7 +847561,7 @@ "name": "shader" } ], - "___id": "T000002R055361", + "___id": "T000002R055669", "___s": true }, { @@ -839764,7 +847570,7 @@ "filename": "WebGLPipeline.js", "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2iv", @@ -839852,7 +847658,7 @@ "name": "shader" } ], - "___id": "T000002R055362", + "___id": "T000002R055670", "___s": true }, { @@ -839861,7 +847667,7 @@ "filename": "WebGLPipeline.js", "lineno": 2353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3iv", @@ -839949,7 +847755,7 @@ "name": "shader" } ], - "___id": "T000002R055363", + "___id": "T000002R055671", "___s": true }, { @@ -839958,7 +847764,7 @@ "filename": "WebGLPipeline.js", "lineno": 2380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4iv", @@ -840046,7 +847852,7 @@ "name": "shader" } ], - "___id": "T000002R055364", + "___id": "T000002R055672", "___s": true }, { @@ -840055,7 +847861,7 @@ "filename": "WebGLPipeline.js", "lineno": 2407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1i", @@ -840124,7 +847930,7 @@ "name": "shader" } ], - "___id": "T000002R055365", + "___id": "T000002R055673", "___s": true }, { @@ -840133,7 +847939,7 @@ "filename": "WebGLPipeline.js", "lineno": 2434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2i", @@ -840215,7 +848021,7 @@ "name": "shader" } ], - "___id": "T000002R055366", + "___id": "T000002R055674", "___s": true }, { @@ -840224,7 +848030,7 @@ "filename": "WebGLPipeline.js", "lineno": 2462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3i", @@ -840319,7 +848125,7 @@ "name": "shader" } ], - "___id": "T000002R055367", + "___id": "T000002R055675", "___s": true }, { @@ -840328,7 +848134,7 @@ "filename": "WebGLPipeline.js", "lineno": 2491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4i", @@ -840436,7 +848242,7 @@ "name": "shader" } ], - "___id": "T000002R055368", + "___id": "T000002R055676", "___s": true }, { @@ -840445,7 +848251,7 @@ "filename": "WebGLPipeline.js", "lineno": 2521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix2fv", @@ -840546,7 +848352,7 @@ "name": "shader" } ], - "___id": "T000002R055369", + "___id": "T000002R055677", "___s": true }, { @@ -840555,7 +848361,7 @@ "filename": "WebGLPipeline.js", "lineno": 2549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix3fv", @@ -840637,7 +848443,7 @@ "name": "shader" } ], - "___id": "T000002R055370", + "___id": "T000002R055678", "___s": true }, { @@ -840646,7 +848452,7 @@ "filename": "WebGLPipeline.js", "lineno": 2577, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix4fv", @@ -840728,7 +848534,7 @@ "name": "shader" } ], - "___id": "T000002R055371", + "___id": "T000002R055679", "___s": true }, { @@ -840737,7 +848543,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -840749,7 +848555,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R055372", + "___id": "T000002R055680", "___s": true }, { @@ -840758,7 +848564,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -840801,7 +848607,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R055373", + "___id": "T000002R055681", "___s": true }, { @@ -840810,7 +848616,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -840870,7 +848676,7 @@ "name": "event" } ], - "___id": "T000002R055374", + "___id": "T000002R055682", "___s": true }, { @@ -840879,7 +848685,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -840930,7 +848736,7 @@ "name": "event" } ], - "___id": "T000002R055375", + "___id": "T000002R055683", "___s": true }, { @@ -840939,7 +848745,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -841005,7 +848811,7 @@ "name": "args" } ], - "___id": "T000002R055376", + "___id": "T000002R055684", "___s": true }, { @@ -841014,7 +848820,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -841093,7 +848899,7 @@ "name": "context" } ], - "___id": "T000002R055377", + "___id": "T000002R055685", "___s": true }, { @@ -841102,7 +848908,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -841181,7 +848987,7 @@ "name": "context" } ], - "___id": "T000002R055378", + "___id": "T000002R055686", "___s": true }, { @@ -841190,7 +848996,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -841269,7 +849075,7 @@ "name": "context" } ], - "___id": "T000002R055379", + "___id": "T000002R055687", "___s": true }, { @@ -841278,7 +849084,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -841371,7 +849177,7 @@ "name": "once" } ], - "___id": "T000002R055380", + "___id": "T000002R055688", "___s": true }, { @@ -841380,7 +849186,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -841473,7 +849279,7 @@ "name": "once" } ], - "___id": "T000002R055381", + "___id": "T000002R055689", "___s": true }, { @@ -841482,7 +849288,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -841535,7 +849341,7 @@ "name": "event" } ], - "___id": "T000002R055382", + "___id": "T000002R055690", "___s": true }, { @@ -841544,7 +849350,7 @@ "filename": "PostFXPipeline.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "gameObject", @@ -841575,7 +849381,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#gameObject", "inherited": true, - "___id": "T000002R055383", + "___id": "T000002R055691", "___s": true }, { @@ -841584,7 +849390,7 @@ "filename": "PostFXPipeline.js", "lineno": 142, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "controller", @@ -841605,7 +849411,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#controller", "inherited": true, - "___id": "T000002R055384", + "___id": "T000002R055692", "___s": true }, { @@ -841614,7 +849420,7 @@ "filename": "PostFXPipeline.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "colorMatrix", @@ -841635,7 +849441,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#colorMatrix", "inherited": true, - "___id": "T000002R055385", + "___id": "T000002R055693", "___s": true }, { @@ -841644,7 +849450,7 @@ "filename": "PostFXPipeline.js", "lineno": 163, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame1", @@ -841666,7 +849472,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame1", "inherited": true, - "___id": "T000002R055386", + "___id": "T000002R055694", "___s": true }, { @@ -841675,7 +849481,7 @@ "filename": "PostFXPipeline.js", "lineno": 179, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame2", @@ -841697,7 +849503,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame2", "inherited": true, - "___id": "T000002R055387", + "___id": "T000002R055695", "___s": true }, { @@ -841706,7 +849512,7 @@ "filename": "PostFXPipeline.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame1", @@ -841728,7 +849534,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame1", "inherited": true, - "___id": "T000002R055388", + "___id": "T000002R055696", "___s": true }, { @@ -841737,7 +849543,7 @@ "filename": "PostFXPipeline.js", "lineno": 211, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame2", @@ -841759,7 +849565,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame2", "inherited": true, - "___id": "T000002R055389", + "___id": "T000002R055697", "___s": true }, { @@ -841768,7 +849574,7 @@ "filename": "PostFXPipeline.js", "lineno": 233, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bootFX", @@ -841780,16 +849586,16 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bootFX", "inherited": true, - "___id": "T000002R055390", + "___id": "T000002R055698", "___s": true }, { "comment": "/**\r\n * This method is called as a result of the `WebGLPipeline.batchQuad` method, right after a quad\r\n * belonging to a Game Object has been added to the batch. When this is called, the\r\n * renderer has just performed a flush.\r\n *\r\n * It calls the `onDraw` hook followed by the `onPostBatch` hook, which can be used to perform\r\n * additional Post FX Pipeline processing.\r\n *\r\n * It is also called as part of the `PipelineManager.postBatch` method when processing Post FX Pipelines.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch\r\n * @since 3.70.0\r\n *\r\n * @param {(Phaser.GameObjects.GameObject|Phaser.Cameras.Scene2D.Camera)} [gameObject] - The Game Object or Camera that invoked this pipeline, if any.\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 269, + "lineno": 268, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "postBatch", @@ -841842,16 +849648,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch", "inherited": true, - "___id": "T000002R055391", + "___id": "T000002R055699", "___s": true }, { "comment": "/**\r\n * Returns the FX Controller for this Post FX Pipeline.\r\n *\r\n * This is called internally and not typically required outside.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.FX.Controller} [controller] - An FX Controller, or undefined.\r\n *\r\n * @return {Phaser.FX.Controller|Phaser.Renderer.WebGL.Pipelines.PostFXPipeline} The FX Controller responsible, or this Pipeline.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 310, + "lineno": 309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "getController", @@ -841903,16 +849709,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController", "inherited": true, - "___id": "T000002R055392", + "___id": "T000002R055700", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * This method does _not_ bind a shader. It uses whatever shader\r\n * is currently bound in this pipeline. It also does _not_ clear\r\n * the frame buffers after use. You should take care of both of\r\n * these things if you call this method directly.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 338, + "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copySprite", @@ -841952,16 +849758,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite", "inherited": true, - "___id": "T000002R055393", + "___id": "T000002R055701", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * The difference between this method and `drawFrame` is that this method\r\n * uses a faster copy shader, where only the brightness can be modified.\r\n * If you need color level manipulation, see `drawFrame` instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 379, + "lineno": 378, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrame", @@ -842047,16 +849853,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame", "inherited": true, - "___id": "T000002R055394", + "___id": "T000002R055702", "___s": true }, { "comment": "/**\r\n * Pops the framebuffer from the renderers FBO stack and sets that as the active target,\r\n * then draws the `source` Render Target to it. It then resets the renderer textures.\r\n *\r\n * This should be done when you need to draw the _final_ results of a pipeline to the game\r\n * canvas, or the next framebuffer in line on the FBO stack. You should only call this once\r\n * in the `onDraw` handler and it should be the final thing called. Be careful not to call\r\n * this if you need to actually use the pipeline shader, instead of the copy shader. In\r\n * those cases, use the `bindAndDraw` method.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 402, + "lineno": 401, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyToGame", @@ -842083,16 +849889,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame", "inherited": true, - "___id": "T000002R055395", + "___id": "T000002R055703", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target, using this pipelines\r\n * Color Matrix.\r\n *\r\n * The difference between this method and `copyFrame` is that this method\r\n * uses a color matrix shader, where you have full control over the luminance\r\n * values used during the copy. If you don't need this, you can use the faster\r\n * `copyFrame` method instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 422, + "lineno": 421, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "drawFrame", @@ -842148,16 +849954,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame", "inherited": true, - "___id": "T000002R055396", + "___id": "T000002R055704", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using a linear blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 443, + "lineno": 442, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFrames", @@ -842241,16 +850047,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames", "inherited": true, - "___id": "T000002R055397", + "___id": "T000002R055705", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using an additive blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 461, + "lineno": 460, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFramesAdditive", @@ -842334,16 +850140,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive", "inherited": true, - "___id": "T000002R055398", + "___id": "T000002R055706", "___s": true }, { "comment": "/**\r\n * Clears the given Render Target.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The Render Target to clear.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 479, + "lineno": 478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "clearFrame", @@ -842385,16 +850191,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame", "inherited": true, - "___id": "T000002R055399", + "___id": "T000002R055707", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * The difference with this copy is that no resizing takes place. If the `source`\r\n * Render Target is larger than the `target` then only a portion the same size as\r\n * the `target` dimensions is copied across.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {boolean} [eraseMode=false] - Erase source from target using ERASE Blend Mode?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 493, + "lineno": 492, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blitFrame", @@ -842494,16 +850300,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame", "inherited": true, - "___id": "T000002R055400", + "___id": "T000002R055708", "___s": true }, { "comment": "/**\r\n * Binds the `source` Render Target and then copies a section of it to the `target` Render Target.\r\n *\r\n * This method is extremely fast because it uses `gl.copyTexSubImage2D` and doesn't\r\n * require the use of any shaders. Remember the coordinates are given in standard WebGL format,\r\n * where x and y specify the lower-left corner of the section, not the top-left. Also, the\r\n * copy entirely replaces the contents of the target texture, no 'merging' or 'blending' takes\r\n * place.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} x - The x coordinate of the lower left corner where to start copying.\r\n * @param {number} y - The y coordinate of the lower left corner where to start copying.\r\n * @param {number} width - The width of the texture.\r\n * @param {number} height - The height of the texture.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 517, + "lineno": 516, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrameRect", @@ -842625,16 +850431,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect", "inherited": true, - "___id": "T000002R055401", + "___id": "T000002R055709", "___s": true }, { "comment": "/**\r\n * Binds this pipeline and draws the `source` Render Target to the `target` Render Target.\r\n *\r\n * If no `target` is specified, it will pop the framebuffer from the Renderers FBO stack\r\n * and use that instead, which should be done when you need to draw the final results of\r\n * this pipeline to the game canvas.\r\n *\r\n * You can optionally set the shader to be used for the draw here, if this is a multi-shader\r\n * pipeline. By default `currentShader` will be used. If you need to set a shader but not\r\n * a target, just pass `null` as the `target` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The Render Target to draw to. If not set, it will pop the fbo from the stack.\r\n * @param {boolean} [clear=true] - Clear the target before copying? Only used if `target` parameter is set.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {Phaser.Renderer.WebGL.WebGLShader} [currentShader] - The shader to use during the draw.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 543, + "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bindAndDraw", @@ -842719,16 +850525,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw", "inherited": true, - "___id": "T000002R055402", + "___id": "T000002R055710", "___s": true }, { "comment": "/**\r\n * Destroys all shader instances, removes all object references and nulls all external references.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy\r\n * @since 3.60.0\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 620, + "lineno": 619, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "destroy", @@ -842755,7 +850561,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy", "inherited": true, - "___id": "T000002R055403", + "___id": "T000002R055711", "___s": true }, { @@ -842764,7 +850570,7 @@ "filename": "WebGLPipeline.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "name", @@ -842785,7 +850591,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#name", "inherited": true, - "___id": "T000002R055404", + "___id": "T000002R055712", "___s": true }, { @@ -842794,7 +850600,7 @@ "filename": "WebGLPipeline.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "game", @@ -842815,7 +850621,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#game", "inherited": true, - "___id": "T000002R055405", + "___id": "T000002R055713", "___s": true }, { @@ -842824,7 +850630,7 @@ "filename": "WebGLPipeline.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderer", @@ -842845,7 +850651,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderer", "inherited": true, - "___id": "T000002R055406", + "___id": "T000002R055714", "___s": true }, { @@ -842854,7 +850660,7 @@ "filename": "WebGLPipeline.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "manager", @@ -842877,7 +850683,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#manager", "inherited": true, - "___id": "T000002R055407", + "___id": "T000002R055715", "___s": true }, { @@ -842886,7 +850692,7 @@ "filename": "WebGLPipeline.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "gl", @@ -842907,7 +850713,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#gl", "inherited": true, - "___id": "T000002R055408", + "___id": "T000002R055716", "___s": true }, { @@ -842916,7 +850722,7 @@ "filename": "WebGLPipeline.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "view", @@ -842937,7 +850743,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#view", "inherited": true, - "___id": "T000002R055409", + "___id": "T000002R055717", "___s": true }, { @@ -842946,7 +850752,7 @@ "filename": "WebGLPipeline.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "width", @@ -842967,7 +850773,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#width", "inherited": true, - "___id": "T000002R055410", + "___id": "T000002R055718", "___s": true }, { @@ -842976,7 +850782,7 @@ "filename": "WebGLPipeline.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "height", @@ -842997,7 +850803,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#height", "inherited": true, - "___id": "T000002R055411", + "___id": "T000002R055719", "___s": true }, { @@ -843006,7 +850812,7 @@ "filename": "WebGLPipeline.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCount", @@ -843028,7 +850834,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCount", "inherited": true, - "___id": "T000002R055412", + "___id": "T000002R055720", "___s": true }, { @@ -843037,7 +850843,7 @@ "filename": "WebGLPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCapacity", @@ -843058,7 +850864,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCapacity", "inherited": true, - "___id": "T000002R055413", + "___id": "T000002R055721", "___s": true }, { @@ -843067,7 +850873,7 @@ "filename": "WebGLPipeline.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexData", @@ -843089,7 +850895,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexData", "inherited": true, - "___id": "T000002R055414", + "___id": "T000002R055722", "___s": true }, { @@ -843098,7 +850904,7 @@ "filename": "WebGLPipeline.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexBuffer", @@ -843120,7 +850926,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexBuffer", "inherited": true, - "___id": "T000002R055415", + "___id": "T000002R055723", "___s": true }, { @@ -843129,7 +850935,7 @@ "filename": "WebGLPipeline.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeBuffer", @@ -843150,7 +850956,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeBuffer", "inherited": true, - "___id": "T000002R055416", + "___id": "T000002R055724", "___s": true }, { @@ -843159,7 +850965,7 @@ "filename": "WebGLPipeline.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "topology", @@ -843180,7 +850986,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#topology", "inherited": true, - "___id": "T000002R055417", + "___id": "T000002R055725", "___s": true }, { @@ -843189,7 +850995,7 @@ "filename": "WebGLPipeline.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bytes", @@ -843210,7 +851016,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bytes", "inherited": true, - "___id": "T000002R055418", + "___id": "T000002R055726", "___s": true }, { @@ -843219,7 +851025,7 @@ "filename": "WebGLPipeline.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewF32", @@ -843240,7 +851046,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewF32", "inherited": true, - "___id": "T000002R055419", + "___id": "T000002R055727", "___s": true }, { @@ -843249,7 +851055,7 @@ "filename": "WebGLPipeline.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewU32", @@ -843270,7 +851076,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewU32", "inherited": true, - "___id": "T000002R055420", + "___id": "T000002R055728", "___s": true }, { @@ -843279,7 +851085,7 @@ "filename": "WebGLPipeline.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "active", @@ -843300,7 +851106,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#active", "inherited": true, - "___id": "T000002R055421", + "___id": "T000002R055729", "___s": true }, { @@ -843309,7 +851115,7 @@ "filename": "WebGLPipeline.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "forceZero", @@ -843330,7 +851136,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#forceZero", "inherited": true, - "___id": "T000002R055422", + "___id": "T000002R055730", "___s": true }, { @@ -843339,7 +851145,7 @@ "filename": "WebGLPipeline.js", "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "hasBooted", @@ -843361,7 +851167,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#hasBooted", "inherited": true, - "___id": "T000002R055423", + "___id": "T000002R055731", "___s": true }, { @@ -843370,7 +851176,7 @@ "filename": "WebGLPipeline.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPostFX", @@ -843392,7 +851198,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPostFX", "inherited": true, - "___id": "T000002R055424", + "___id": "T000002R055732", "___s": true }, { @@ -843401,7 +851207,7 @@ "filename": "WebGLPipeline.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPreFX", @@ -843423,7 +851229,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPreFX", "inherited": true, - "___id": "T000002R055425", + "___id": "T000002R055733", "___s": true }, { @@ -843432,7 +851238,7 @@ "filename": "WebGLPipeline.js", "lineno": 289, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderTargets", @@ -843462,7 +851268,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderTargets", "inherited": true, - "___id": "T000002R055426", + "___id": "T000002R055734", "___s": true }, { @@ -843471,7 +851277,7 @@ "filename": "WebGLPipeline.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentRenderTarget", @@ -843492,7 +851298,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentRenderTarget", "inherited": true, - "___id": "T000002R055427", + "___id": "T000002R055735", "___s": true }, { @@ -843501,7 +851307,7 @@ "filename": "WebGLPipeline.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shaders", @@ -843531,7 +851337,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shaders", "inherited": true, - "___id": "T000002R055428", + "___id": "T000002R055736", "___s": true }, { @@ -843540,7 +851346,7 @@ "filename": "WebGLPipeline.js", "lineno": 322, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentShader", @@ -843561,7 +851367,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentShader", "inherited": true, - "___id": "T000002R055429", + "___id": "T000002R055737", "___s": true }, { @@ -843570,7 +851376,7 @@ "filename": "WebGLPipeline.js", "lineno": 334, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionMatrix", @@ -843591,7 +851397,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionMatrix", "inherited": true, - "___id": "T000002R055430", + "___id": "T000002R055738", "___s": true }, { @@ -843600,7 +851406,7 @@ "filename": "WebGLPipeline.js", "lineno": 343, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionWidth", @@ -843621,7 +851427,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionWidth", "inherited": true, - "___id": "T000002R055431", + "___id": "T000002R055739", "___s": true }, { @@ -843630,7 +851436,7 @@ "filename": "WebGLPipeline.js", "lineno": 352, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionHeight", @@ -843651,7 +851457,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionHeight", "inherited": true, - "___id": "T000002R055432", + "___id": "T000002R055740", "___s": true }, { @@ -843660,7 +851466,7 @@ "filename": "WebGLPipeline.js", "lineno": 361, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "config", @@ -843681,7 +851487,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#config", "inherited": true, - "___id": "T000002R055433", + "___id": "T000002R055741", "___s": true }, { @@ -843690,7 +851496,7 @@ "filename": "WebGLPipeline.js", "lineno": 374, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "glReset", @@ -843711,7 +851517,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#glReset", "inherited": true, - "___id": "T000002R055434", + "___id": "T000002R055742", "___s": true }, { @@ -843720,7 +851526,7 @@ "filename": "WebGLPipeline.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batch", @@ -843750,7 +851556,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batch", "inherited": true, - "___id": "T000002R055435", + "___id": "T000002R055743", "___s": true }, { @@ -843759,7 +851565,7 @@ "filename": "WebGLPipeline.js", "lineno": 401, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentBatch", @@ -843782,7 +851588,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentBatch", "inherited": true, - "___id": "T000002R055436", + "___id": "T000002R055744", "___s": true }, { @@ -843791,7 +851597,7 @@ "filename": "WebGLPipeline.js", "lineno": 414, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentTexture", @@ -843814,7 +851620,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentTexture", "inherited": true, - "___id": "T000002R055437", + "___id": "T000002R055745", "___s": true }, { @@ -843823,7 +851629,7 @@ "filename": "WebGLPipeline.js", "lineno": 427, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentUnit", @@ -843844,7 +851650,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentUnit", "inherited": true, - "___id": "T000002R055438", + "___id": "T000002R055746", "___s": true }, { @@ -843853,7 +851659,7 @@ "filename": "WebGLPipeline.js", "lineno": 438, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeTextures", @@ -843883,7 +851689,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeTextures", "inherited": true, - "___id": "T000002R055439", + "___id": "T000002R055747", "___s": true }, { @@ -843892,7 +851698,7 @@ "filename": "WebGLPipeline.js", "lineno": 451, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resizeUniform", @@ -843913,7 +851719,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resizeUniform", "inherited": true, - "___id": "T000002R055440", + "___id": "T000002R055748", "___s": true }, { @@ -843922,7 +851728,7 @@ "filename": "WebGLPipeline.js", "lineno": 463, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "boot", @@ -843937,7 +851743,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#boot", "inherited": true, - "___id": "T000002R055441", + "___id": "T000002R055749", "___s": true }, { @@ -843946,7 +851752,7 @@ "filename": "WebGLPipeline.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBoot", @@ -843958,7 +851764,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBoot", "inherited": true, - "___id": "T000002R055442", + "___id": "T000002R055750", "___s": true }, { @@ -843967,7 +851773,7 @@ "filename": "WebGLPipeline.js", "lineno": 611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onResize", @@ -844007,7 +851813,7 @@ "name": "height" } ], - "___id": "T000002R055443", + "___id": "T000002R055751", "___s": true }, { @@ -844016,7 +851822,7 @@ "filename": "WebGLPipeline.js", "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShader", @@ -844087,7 +851893,7 @@ "name": "vertexBuffer" } ], - "___id": "T000002R055444", + "___id": "T000002R055752", "___s": true }, { @@ -844096,7 +851902,7 @@ "filename": "WebGLPipeline.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "getShaderByName", @@ -844137,7 +851943,7 @@ "name": "name" } ], - "___id": "T000002R055445", + "___id": "T000002R055753", "___s": true }, { @@ -844146,7 +851952,7 @@ "filename": "WebGLPipeline.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShadersFromConfig", @@ -844188,7 +851994,7 @@ "name": "config" } ], - "___id": "T000002R055446", + "___id": "T000002R055754", "___s": true }, { @@ -844197,7 +852003,7 @@ "filename": "WebGLPipeline.js", "lineno": 789, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "createBatch", @@ -844238,7 +852044,7 @@ "name": "texture" } ], - "___id": "T000002R055447", + "___id": "T000002R055755", "___s": true }, { @@ -844247,7 +852053,7 @@ "filename": "WebGLPipeline.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "addTextureToBatch", @@ -844274,7 +852080,7 @@ "name": "texture" } ], - "___id": "T000002R055448", + "___id": "T000002R055756", "___s": true }, { @@ -844283,7 +852089,7 @@ "filename": "WebGLPipeline.js", "lineno": 839, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "pushBatch", @@ -844324,7 +852130,7 @@ "name": "texture" } ], - "___id": "T000002R055449", + "___id": "T000002R055757", "___s": true }, { @@ -844333,7 +852139,7 @@ "filename": "WebGLPipeline.js", "lineno": 912, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setGameObject", @@ -844388,7 +852194,7 @@ "name": "frame" } ], - "___id": "T000002R055450", + "___id": "T000002R055758", "___s": true }, { @@ -844397,7 +852203,7 @@ "filename": "WebGLPipeline.js", "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shouldFlush", @@ -844440,7 +852246,7 @@ "name": "amount" } ], - "___id": "T000002R055451", + "___id": "T000002R055759", "___s": true }, { @@ -844449,7 +852255,7 @@ "filename": "WebGLPipeline.js", "lineno": 952, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexAvailable", @@ -844475,7 +852281,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexAvailable", "inherited": true, - "___id": "T000002R055452", + "___id": "T000002R055760", "___s": true }, { @@ -844484,7 +852290,7 @@ "filename": "WebGLPipeline.js", "lineno": 966, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resize", @@ -844542,7 +852348,7 @@ "name": "height" } ], - "___id": "T000002R055453", + "___id": "T000002R055761", "___s": true }, { @@ -844551,7 +852357,7 @@ "filename": "WebGLPipeline.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setProjectionMatrix", @@ -844606,7 +852412,7 @@ "name": "height" } ], - "___id": "T000002R055454", + "___id": "T000002R055762", "___s": true }, { @@ -844615,7 +852421,7 @@ "filename": "WebGLPipeline.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flipProjectionMatrix", @@ -844644,7 +852450,7 @@ "name": "flipY" } ], - "___id": "T000002R055455", + "___id": "T000002R055763", "___s": true }, { @@ -844653,7 +852459,7 @@ "filename": "WebGLPipeline.js", "lineno": 1096, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "updateProjectionMatrix", @@ -844665,7 +852471,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#updateProjectionMatrix", "inherited": true, - "___id": "T000002R055456", + "___id": "T000002R055764", "___s": true }, { @@ -844674,7 +852480,7 @@ "filename": "WebGLPipeline.js", "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bind", @@ -844720,7 +852526,7 @@ "name": "currentShader" } ], - "___id": "T000002R055457", + "___id": "T000002R055765", "___s": true }, { @@ -844729,7 +852535,7 @@ "filename": "WebGLPipeline.js", "lineno": 1169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "rebind", @@ -844775,7 +852581,7 @@ "name": "currentShader" } ], - "___id": "T000002R055458", + "___id": "T000002R055766", "___s": true }, { @@ -844784,7 +852590,7 @@ "filename": "WebGLPipeline.js", "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "restoreContext", @@ -844796,7 +852602,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#restoreContext", "inherited": true, - "___id": "T000002R055459", + "___id": "T000002R055767", "___s": true }, { @@ -844805,7 +852611,7 @@ "filename": "WebGLPipeline.js", "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setVertexBuffer", @@ -844847,7 +852653,7 @@ "name": "buffer" } ], - "___id": "T000002R055460", + "___id": "T000002R055768", "___s": true }, { @@ -844856,7 +852662,7 @@ "filename": "WebGLPipeline.js", "lineno": 1282, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "preBatch", @@ -844909,7 +852715,7 @@ "name": "gameObject" } ], - "___id": "T000002R055461", + "___id": "T000002R055769", "___s": true }, { @@ -844918,7 +852724,7 @@ "filename": "WebGLPipeline.js", "lineno": 1335, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onDraw", @@ -844959,7 +852765,7 @@ "name": "swapTarget" } ], - "___id": "T000002R055462", + "___id": "T000002R055770", "___s": true }, { @@ -844968,7 +852774,7 @@ "filename": "WebGLPipeline.js", "lineno": 1355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "unbind", @@ -844980,7 +852786,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#unbind", "inherited": true, - "___id": "T000002R055463", + "___id": "T000002R055771", "___s": true }, { @@ -844989,7 +852795,7 @@ "filename": "WebGLPipeline.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flush", @@ -845037,7 +852843,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R055464", + "___id": "T000002R055772", "___s": true }, { @@ -845046,7 +852852,7 @@ "filename": "WebGLPipeline.js", "lineno": 1478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onActive", @@ -845073,7 +852879,7 @@ "name": "currentShader" } ], - "___id": "T000002R055465", + "___id": "T000002R055773", "___s": true }, { @@ -845082,7 +852888,7 @@ "filename": "WebGLPipeline.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBind", @@ -845110,7 +852916,7 @@ "name": "gameObject" } ], - "___id": "T000002R055466", + "___id": "T000002R055774", "___s": true }, { @@ -845119,7 +852925,7 @@ "filename": "WebGLPipeline.js", "lineno": 1518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRebind", @@ -845131,7 +852937,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRebind", "inherited": true, - "___id": "T000002R055467", + "___id": "T000002R055775", "___s": true }, { @@ -845140,7 +852946,7 @@ "filename": "WebGLPipeline.js", "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBatch", @@ -845168,7 +852974,7 @@ "name": "gameObject" } ], - "___id": "T000002R055468", + "___id": "T000002R055776", "___s": true }, { @@ -845177,7 +852983,7 @@ "filename": "WebGLPipeline.js", "lineno": 1553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreBatch", @@ -845205,7 +853011,7 @@ "name": "gameObject" } ], - "___id": "T000002R055469", + "___id": "T000002R055777", "___s": true }, { @@ -845214,7 +853020,7 @@ "filename": "WebGLPipeline.js", "lineno": 1567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostBatch", @@ -845242,7 +853048,7 @@ "name": "gameObject" } ], - "___id": "T000002R055470", + "___id": "T000002R055778", "___s": true }, { @@ -845251,7 +853057,7 @@ "filename": "WebGLPipeline.js", "lineno": 1581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreRender", @@ -845263,7 +853069,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreRender", "inherited": true, - "___id": "T000002R055471", + "___id": "T000002R055779", "___s": true }, { @@ -845272,7 +853078,7 @@ "filename": "WebGLPipeline.js", "lineno": 1594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRender", @@ -845312,7 +853118,7 @@ "name": "camera" } ], - "___id": "T000002R055472", + "___id": "T000002R055780", "___s": true }, { @@ -845321,7 +853127,7 @@ "filename": "WebGLPipeline.js", "lineno": 1611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostRender", @@ -845333,7 +853139,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostRender", "inherited": true, - "___id": "T000002R055473", + "___id": "T000002R055781", "___s": true }, { @@ -845342,7 +853148,7 @@ "filename": "WebGLPipeline.js", "lineno": 1626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBeforeFlush", @@ -845371,7 +853177,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R055474", + "___id": "T000002R055782", "___s": true }, { @@ -845380,7 +853186,7 @@ "filename": "WebGLPipeline.js", "lineno": 1643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onAfterFlush", @@ -845409,7 +853215,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R055475", + "___id": "T000002R055783", "___s": true }, { @@ -845418,7 +853224,7 @@ "filename": "WebGLPipeline.js", "lineno": 1664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchVert", @@ -845533,7 +853339,7 @@ "name": "tint" } ], - "___id": "T000002R055476", + "___id": "T000002R055784", "___s": true }, { @@ -845542,7 +853348,7 @@ "filename": "WebGLPipeline.js", "lineno": 1704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchQuad", @@ -845852,7 +853658,7 @@ "name": "unit" } ], - "___id": "T000002R055477", + "___id": "T000002R055785", "___s": true }, { @@ -845861,7 +853667,7 @@ "filename": "WebGLPipeline.js", "lineno": 1827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchTri", @@ -846132,7 +853938,7 @@ "name": "unit" } ], - "___id": "T000002R055478", + "___id": "T000002R055786", "___s": true }, { @@ -846141,7 +853947,7 @@ "filename": "WebGLPipeline.js", "lineno": 1921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "drawFillRect", @@ -846262,7 +854068,7 @@ "name": "flipUV" } ], - "___id": "T000002R055479", + "___id": "T000002R055787", "___s": true }, { @@ -846271,7 +854077,7 @@ "filename": "WebGLPipeline.js", "lineno": 1971, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTexture2D", @@ -846313,7 +854119,7 @@ "name": "texture" } ], - "___id": "T000002R055480", + "___id": "T000002R055788", "___s": true }, { @@ -846322,7 +854128,7 @@ "filename": "WebGLPipeline.js", "lineno": 1989, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindTexture", @@ -846380,7 +854186,7 @@ "name": "unit" } ], - "___id": "T000002R055481", + "___id": "T000002R055789", "___s": true }, { @@ -846389,7 +854195,7 @@ "filename": "WebGLPipeline.js", "lineno": 2013, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindRenderTarget", @@ -846447,7 +854253,7 @@ "name": "unit" } ], - "___id": "T000002R055482", + "___id": "T000002R055790", "___s": true }, { @@ -846456,7 +854262,7 @@ "filename": "WebGLPipeline.js", "lineno": 2030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTime", @@ -846512,7 +854318,7 @@ "name": "shader" } ], - "___id": "T000002R055483", + "___id": "T000002R055791", "___s": true }, { @@ -846521,7 +854327,7 @@ "filename": "WebGLPipeline.js", "lineno": 2050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setBoolean", @@ -846590,7 +854396,7 @@ "name": "shader" } ], - "___id": "T000002R055484", + "___id": "T000002R055792", "___s": true }, { @@ -846599,7 +854405,7 @@ "filename": "WebGLPipeline.js", "lineno": 2077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1f", @@ -846668,7 +854474,7 @@ "name": "shader" } ], - "___id": "T000002R055485", + "___id": "T000002R055793", "___s": true }, { @@ -846677,7 +854483,7 @@ "filename": "WebGLPipeline.js", "lineno": 2104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2f", @@ -846759,7 +854565,7 @@ "name": "shader" } ], - "___id": "T000002R055486", + "___id": "T000002R055794", "___s": true }, { @@ -846768,7 +854574,7 @@ "filename": "WebGLPipeline.js", "lineno": 2132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3f", @@ -846863,7 +854669,7 @@ "name": "shader" } ], - "___id": "T000002R055487", + "___id": "T000002R055795", "___s": true }, { @@ -846872,7 +854678,7 @@ "filename": "WebGLPipeline.js", "lineno": 2161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4f", @@ -846980,7 +854786,7 @@ "name": "shader" } ], - "___id": "T000002R055488", + "___id": "T000002R055796", "___s": true }, { @@ -846989,7 +854795,7 @@ "filename": "WebGLPipeline.js", "lineno": 2191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1fv", @@ -847077,7 +854883,7 @@ "name": "shader" } ], - "___id": "T000002R055489", + "___id": "T000002R055797", "___s": true }, { @@ -847086,7 +854892,7 @@ "filename": "WebGLPipeline.js", "lineno": 2218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2fv", @@ -847174,7 +854980,7 @@ "name": "shader" } ], - "___id": "T000002R055490", + "___id": "T000002R055798", "___s": true }, { @@ -847183,7 +854989,7 @@ "filename": "WebGLPipeline.js", "lineno": 2245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3fv", @@ -847271,7 +855077,7 @@ "name": "shader" } ], - "___id": "T000002R055491", + "___id": "T000002R055799", "___s": true }, { @@ -847280,7 +855086,7 @@ "filename": "WebGLPipeline.js", "lineno": 2272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4fv", @@ -847368,7 +855174,7 @@ "name": "shader" } ], - "___id": "T000002R055492", + "___id": "T000002R055800", "___s": true }, { @@ -847377,7 +855183,7 @@ "filename": "WebGLPipeline.js", "lineno": 2299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1iv", @@ -847465,7 +855271,7 @@ "name": "shader" } ], - "___id": "T000002R055493", + "___id": "T000002R055801", "___s": true }, { @@ -847474,7 +855280,7 @@ "filename": "WebGLPipeline.js", "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2iv", @@ -847562,7 +855368,7 @@ "name": "shader" } ], - "___id": "T000002R055494", + "___id": "T000002R055802", "___s": true }, { @@ -847571,7 +855377,7 @@ "filename": "WebGLPipeline.js", "lineno": 2353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3iv", @@ -847659,7 +855465,7 @@ "name": "shader" } ], - "___id": "T000002R055495", + "___id": "T000002R055803", "___s": true }, { @@ -847668,7 +855474,7 @@ "filename": "WebGLPipeline.js", "lineno": 2380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4iv", @@ -847756,7 +855562,7 @@ "name": "shader" } ], - "___id": "T000002R055496", + "___id": "T000002R055804", "___s": true }, { @@ -847765,7 +855571,7 @@ "filename": "WebGLPipeline.js", "lineno": 2407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1i", @@ -847834,7 +855640,7 @@ "name": "shader" } ], - "___id": "T000002R055497", + "___id": "T000002R055805", "___s": true }, { @@ -847843,7 +855649,7 @@ "filename": "WebGLPipeline.js", "lineno": 2434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2i", @@ -847925,7 +855731,7 @@ "name": "shader" } ], - "___id": "T000002R055498", + "___id": "T000002R055806", "___s": true }, { @@ -847934,7 +855740,7 @@ "filename": "WebGLPipeline.js", "lineno": 2462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3i", @@ -848029,7 +855835,7 @@ "name": "shader" } ], - "___id": "T000002R055499", + "___id": "T000002R055807", "___s": true }, { @@ -848038,7 +855844,7 @@ "filename": "WebGLPipeline.js", "lineno": 2491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4i", @@ -848146,7 +855952,7 @@ "name": "shader" } ], - "___id": "T000002R055500", + "___id": "T000002R055808", "___s": true }, { @@ -848155,7 +855961,7 @@ "filename": "WebGLPipeline.js", "lineno": 2521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix2fv", @@ -848256,7 +856062,7 @@ "name": "shader" } ], - "___id": "T000002R055501", + "___id": "T000002R055809", "___s": true }, { @@ -848265,7 +856071,7 @@ "filename": "WebGLPipeline.js", "lineno": 2549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix3fv", @@ -848347,7 +856153,7 @@ "name": "shader" } ], - "___id": "T000002R055502", + "___id": "T000002R055810", "___s": true }, { @@ -848356,7 +856162,7 @@ "filename": "WebGLPipeline.js", "lineno": 2577, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix4fv", @@ -848438,7 +856244,7 @@ "name": "shader" } ], - "___id": "T000002R055503", + "___id": "T000002R055811", "___s": true }, { @@ -848447,7 +856253,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -848459,7 +856265,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R055504", + "___id": "T000002R055812", "___s": true }, { @@ -848468,7 +856274,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -848511,7 +856317,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R055505", + "___id": "T000002R055813", "___s": true }, { @@ -848520,7 +856326,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -848580,7 +856386,7 @@ "name": "event" } ], - "___id": "T000002R055506", + "___id": "T000002R055814", "___s": true }, { @@ -848589,7 +856395,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -848640,7 +856446,7 @@ "name": "event" } ], - "___id": "T000002R055507", + "___id": "T000002R055815", "___s": true }, { @@ -848649,7 +856455,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -848715,7 +856521,7 @@ "name": "args" } ], - "___id": "T000002R055508", + "___id": "T000002R055816", "___s": true }, { @@ -848724,7 +856530,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -848803,7 +856609,7 @@ "name": "context" } ], - "___id": "T000002R055509", + "___id": "T000002R055817", "___s": true }, { @@ -848812,7 +856618,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -848891,7 +856697,7 @@ "name": "context" } ], - "___id": "T000002R055510", + "___id": "T000002R055818", "___s": true }, { @@ -848900,7 +856706,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -848979,7 +856785,7 @@ "name": "context" } ], - "___id": "T000002R055511", + "___id": "T000002R055819", "___s": true }, { @@ -848988,7 +856794,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -849081,7 +856887,7 @@ "name": "once" } ], - "___id": "T000002R055512", + "___id": "T000002R055820", "___s": true }, { @@ -849090,7 +856896,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -849183,7 +856989,7 @@ "name": "once" } ], - "___id": "T000002R055513", + "___id": "T000002R055821", "___s": true }, { @@ -849192,7 +856998,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -849245,7 +857051,7 @@ "name": "event" } ], - "___id": "T000002R055514", + "___id": "T000002R055822", "___s": true }, { @@ -849254,7 +857060,7 @@ "filename": "PostFXPipeline.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "gameObject", @@ -849285,7 +857091,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#gameObject", "inherited": true, - "___id": "T000002R055515", + "___id": "T000002R055823", "___s": true }, { @@ -849294,7 +857100,7 @@ "filename": "PostFXPipeline.js", "lineno": 142, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "controller", @@ -849315,7 +857121,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#controller", "inherited": true, - "___id": "T000002R055516", + "___id": "T000002R055824", "___s": true }, { @@ -849324,7 +857130,7 @@ "filename": "PostFXPipeline.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "colorMatrix", @@ -849345,7 +857151,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#colorMatrix", "inherited": true, - "___id": "T000002R055517", + "___id": "T000002R055825", "___s": true }, { @@ -849354,7 +857160,7 @@ "filename": "PostFXPipeline.js", "lineno": 163, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame1", @@ -849376,7 +857182,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame1", "inherited": true, - "___id": "T000002R055518", + "___id": "T000002R055826", "___s": true }, { @@ -849385,7 +857191,7 @@ "filename": "PostFXPipeline.js", "lineno": 179, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame2", @@ -849407,7 +857213,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame2", "inherited": true, - "___id": "T000002R055519", + "___id": "T000002R055827", "___s": true }, { @@ -849416,7 +857222,7 @@ "filename": "PostFXPipeline.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame1", @@ -849438,7 +857244,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame1", "inherited": true, - "___id": "T000002R055520", + "___id": "T000002R055828", "___s": true }, { @@ -849447,7 +857253,7 @@ "filename": "PostFXPipeline.js", "lineno": 211, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame2", @@ -849469,7 +857275,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame2", "inherited": true, - "___id": "T000002R055521", + "___id": "T000002R055829", "___s": true }, { @@ -849478,7 +857284,7 @@ "filename": "PostFXPipeline.js", "lineno": 233, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bootFX", @@ -849490,16 +857296,16 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bootFX", "inherited": true, - "___id": "T000002R055522", + "___id": "T000002R055830", "___s": true }, { "comment": "/**\r\n * This method is called as a result of the `WebGLPipeline.batchQuad` method, right after a quad\r\n * belonging to a Game Object has been added to the batch. When this is called, the\r\n * renderer has just performed a flush.\r\n *\r\n * It calls the `onDraw` hook followed by the `onPostBatch` hook, which can be used to perform\r\n * additional Post FX Pipeline processing.\r\n *\r\n * It is also called as part of the `PipelineManager.postBatch` method when processing Post FX Pipelines.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch\r\n * @since 3.70.0\r\n *\r\n * @param {(Phaser.GameObjects.GameObject|Phaser.Cameras.Scene2D.Camera)} [gameObject] - The Game Object or Camera that invoked this pipeline, if any.\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 269, + "lineno": 268, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "postBatch", @@ -849552,16 +857358,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch", "inherited": true, - "___id": "T000002R055523", + "___id": "T000002R055831", "___s": true }, { "comment": "/**\r\n * Returns the FX Controller for this Post FX Pipeline.\r\n *\r\n * This is called internally and not typically required outside.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.FX.Controller} [controller] - An FX Controller, or undefined.\r\n *\r\n * @return {Phaser.FX.Controller|Phaser.Renderer.WebGL.Pipelines.PostFXPipeline} The FX Controller responsible, or this Pipeline.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 310, + "lineno": 309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "getController", @@ -849613,16 +857419,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController", "inherited": true, - "___id": "T000002R055524", + "___id": "T000002R055832", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * This method does _not_ bind a shader. It uses whatever shader\r\n * is currently bound in this pipeline. It also does _not_ clear\r\n * the frame buffers after use. You should take care of both of\r\n * these things if you call this method directly.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 338, + "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copySprite", @@ -849662,16 +857468,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite", "inherited": true, - "___id": "T000002R055525", + "___id": "T000002R055833", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * The difference between this method and `drawFrame` is that this method\r\n * uses a faster copy shader, where only the brightness can be modified.\r\n * If you need color level manipulation, see `drawFrame` instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 379, + "lineno": 378, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrame", @@ -849757,16 +857563,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame", "inherited": true, - "___id": "T000002R055526", + "___id": "T000002R055834", "___s": true }, { "comment": "/**\r\n * Pops the framebuffer from the renderers FBO stack and sets that as the active target,\r\n * then draws the `source` Render Target to it. It then resets the renderer textures.\r\n *\r\n * This should be done when you need to draw the _final_ results of a pipeline to the game\r\n * canvas, or the next framebuffer in line on the FBO stack. You should only call this once\r\n * in the `onDraw` handler and it should be the final thing called. Be careful not to call\r\n * this if you need to actually use the pipeline shader, instead of the copy shader. In\r\n * those cases, use the `bindAndDraw` method.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 402, + "lineno": 401, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyToGame", @@ -849793,16 +857599,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame", "inherited": true, - "___id": "T000002R055527", + "___id": "T000002R055835", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target, using this pipelines\r\n * Color Matrix.\r\n *\r\n * The difference between this method and `copyFrame` is that this method\r\n * uses a color matrix shader, where you have full control over the luminance\r\n * values used during the copy. If you don't need this, you can use the faster\r\n * `copyFrame` method instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 422, + "lineno": 421, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "drawFrame", @@ -849858,16 +857664,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame", "inherited": true, - "___id": "T000002R055528", + "___id": "T000002R055836", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using a linear blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 443, + "lineno": 442, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFrames", @@ -849951,16 +857757,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames", "inherited": true, - "___id": "T000002R055529", + "___id": "T000002R055837", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using an additive blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 461, + "lineno": 460, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFramesAdditive", @@ -850044,16 +857850,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive", "inherited": true, - "___id": "T000002R055530", + "___id": "T000002R055838", "___s": true }, { "comment": "/**\r\n * Clears the given Render Target.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The Render Target to clear.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 479, + "lineno": 478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "clearFrame", @@ -850095,16 +857901,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame", "inherited": true, - "___id": "T000002R055531", + "___id": "T000002R055839", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * The difference with this copy is that no resizing takes place. If the `source`\r\n * Render Target is larger than the `target` then only a portion the same size as\r\n * the `target` dimensions is copied across.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {boolean} [eraseMode=false] - Erase source from target using ERASE Blend Mode?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 493, + "lineno": 492, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blitFrame", @@ -850204,16 +858010,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame", "inherited": true, - "___id": "T000002R055532", + "___id": "T000002R055840", "___s": true }, { "comment": "/**\r\n * Binds the `source` Render Target and then copies a section of it to the `target` Render Target.\r\n *\r\n * This method is extremely fast because it uses `gl.copyTexSubImage2D` and doesn't\r\n * require the use of any shaders. Remember the coordinates are given in standard WebGL format,\r\n * where x and y specify the lower-left corner of the section, not the top-left. Also, the\r\n * copy entirely replaces the contents of the target texture, no 'merging' or 'blending' takes\r\n * place.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} x - The x coordinate of the lower left corner where to start copying.\r\n * @param {number} y - The y coordinate of the lower left corner where to start copying.\r\n * @param {number} width - The width of the texture.\r\n * @param {number} height - The height of the texture.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 517, + "lineno": 516, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrameRect", @@ -850335,16 +858141,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect", "inherited": true, - "___id": "T000002R055533", + "___id": "T000002R055841", "___s": true }, { "comment": "/**\r\n * Binds this pipeline and draws the `source` Render Target to the `target` Render Target.\r\n *\r\n * If no `target` is specified, it will pop the framebuffer from the Renderers FBO stack\r\n * and use that instead, which should be done when you need to draw the final results of\r\n * this pipeline to the game canvas.\r\n *\r\n * You can optionally set the shader to be used for the draw here, if this is a multi-shader\r\n * pipeline. By default `currentShader` will be used. If you need to set a shader but not\r\n * a target, just pass `null` as the `target` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The Render Target to draw to. If not set, it will pop the fbo from the stack.\r\n * @param {boolean} [clear=true] - Clear the target before copying? Only used if `target` parameter is set.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {Phaser.Renderer.WebGL.WebGLShader} [currentShader] - The shader to use during the draw.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 543, + "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bindAndDraw", @@ -850429,16 +858235,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw", "inherited": true, - "___id": "T000002R055534", + "___id": "T000002R055842", "___s": true }, { "comment": "/**\r\n * Destroys all shader instances, removes all object references and nulls all external references.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy\r\n * @since 3.60.0\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 620, + "lineno": 619, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "destroy", @@ -850465,7 +858271,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy", "inherited": true, - "___id": "T000002R055535", + "___id": "T000002R055843", "___s": true }, { @@ -850474,7 +858280,7 @@ "filename": "WebGLPipeline.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "name", @@ -850495,7 +858301,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#name", "inherited": true, - "___id": "T000002R055536", + "___id": "T000002R055844", "___s": true }, { @@ -850504,7 +858310,7 @@ "filename": "WebGLPipeline.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "game", @@ -850525,7 +858331,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#game", "inherited": true, - "___id": "T000002R055537", + "___id": "T000002R055845", "___s": true }, { @@ -850534,7 +858340,7 @@ "filename": "WebGLPipeline.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderer", @@ -850555,7 +858361,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderer", "inherited": true, - "___id": "T000002R055538", + "___id": "T000002R055846", "___s": true }, { @@ -850564,7 +858370,7 @@ "filename": "WebGLPipeline.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "manager", @@ -850587,7 +858393,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#manager", "inherited": true, - "___id": "T000002R055539", + "___id": "T000002R055847", "___s": true }, { @@ -850596,7 +858402,7 @@ "filename": "WebGLPipeline.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "gl", @@ -850617,7 +858423,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#gl", "inherited": true, - "___id": "T000002R055540", + "___id": "T000002R055848", "___s": true }, { @@ -850626,7 +858432,7 @@ "filename": "WebGLPipeline.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "view", @@ -850647,7 +858453,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#view", "inherited": true, - "___id": "T000002R055541", + "___id": "T000002R055849", "___s": true }, { @@ -850656,7 +858462,7 @@ "filename": "WebGLPipeline.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "width", @@ -850677,7 +858483,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#width", "inherited": true, - "___id": "T000002R055542", + "___id": "T000002R055850", "___s": true }, { @@ -850686,7 +858492,7 @@ "filename": "WebGLPipeline.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "height", @@ -850707,7 +858513,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#height", "inherited": true, - "___id": "T000002R055543", + "___id": "T000002R055851", "___s": true }, { @@ -850716,7 +858522,7 @@ "filename": "WebGLPipeline.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCount", @@ -850738,7 +858544,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCount", "inherited": true, - "___id": "T000002R055544", + "___id": "T000002R055852", "___s": true }, { @@ -850747,7 +858553,7 @@ "filename": "WebGLPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCapacity", @@ -850768,7 +858574,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCapacity", "inherited": true, - "___id": "T000002R055545", + "___id": "T000002R055853", "___s": true }, { @@ -850777,7 +858583,7 @@ "filename": "WebGLPipeline.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexData", @@ -850799,7 +858605,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexData", "inherited": true, - "___id": "T000002R055546", + "___id": "T000002R055854", "___s": true }, { @@ -850808,7 +858614,7 @@ "filename": "WebGLPipeline.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexBuffer", @@ -850830,7 +858636,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexBuffer", "inherited": true, - "___id": "T000002R055547", + "___id": "T000002R055855", "___s": true }, { @@ -850839,7 +858645,7 @@ "filename": "WebGLPipeline.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeBuffer", @@ -850860,7 +858666,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeBuffer", "inherited": true, - "___id": "T000002R055548", + "___id": "T000002R055856", "___s": true }, { @@ -850869,7 +858675,7 @@ "filename": "WebGLPipeline.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "topology", @@ -850890,7 +858696,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#topology", "inherited": true, - "___id": "T000002R055549", + "___id": "T000002R055857", "___s": true }, { @@ -850899,7 +858705,7 @@ "filename": "WebGLPipeline.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bytes", @@ -850920,7 +858726,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bytes", "inherited": true, - "___id": "T000002R055550", + "___id": "T000002R055858", "___s": true }, { @@ -850929,7 +858735,7 @@ "filename": "WebGLPipeline.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewF32", @@ -850950,7 +858756,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewF32", "inherited": true, - "___id": "T000002R055551", + "___id": "T000002R055859", "___s": true }, { @@ -850959,7 +858765,7 @@ "filename": "WebGLPipeline.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewU32", @@ -850980,7 +858786,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewU32", "inherited": true, - "___id": "T000002R055552", + "___id": "T000002R055860", "___s": true }, { @@ -850989,7 +858795,7 @@ "filename": "WebGLPipeline.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "active", @@ -851010,7 +858816,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#active", "inherited": true, - "___id": "T000002R055553", + "___id": "T000002R055861", "___s": true }, { @@ -851019,7 +858825,7 @@ "filename": "WebGLPipeline.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "forceZero", @@ -851040,7 +858846,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#forceZero", "inherited": true, - "___id": "T000002R055554", + "___id": "T000002R055862", "___s": true }, { @@ -851049,7 +858855,7 @@ "filename": "WebGLPipeline.js", "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "hasBooted", @@ -851071,7 +858877,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#hasBooted", "inherited": true, - "___id": "T000002R055555", + "___id": "T000002R055863", "___s": true }, { @@ -851080,7 +858886,7 @@ "filename": "WebGLPipeline.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPostFX", @@ -851102,7 +858908,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPostFX", "inherited": true, - "___id": "T000002R055556", + "___id": "T000002R055864", "___s": true }, { @@ -851111,7 +858917,7 @@ "filename": "WebGLPipeline.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPreFX", @@ -851133,7 +858939,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPreFX", "inherited": true, - "___id": "T000002R055557", + "___id": "T000002R055865", "___s": true }, { @@ -851142,7 +858948,7 @@ "filename": "WebGLPipeline.js", "lineno": 289, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderTargets", @@ -851172,7 +858978,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderTargets", "inherited": true, - "___id": "T000002R055558", + "___id": "T000002R055866", "___s": true }, { @@ -851181,7 +858987,7 @@ "filename": "WebGLPipeline.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentRenderTarget", @@ -851202,7 +859008,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentRenderTarget", "inherited": true, - "___id": "T000002R055559", + "___id": "T000002R055867", "___s": true }, { @@ -851211,7 +859017,7 @@ "filename": "WebGLPipeline.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shaders", @@ -851241,7 +859047,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shaders", "inherited": true, - "___id": "T000002R055560", + "___id": "T000002R055868", "___s": true }, { @@ -851250,7 +859056,7 @@ "filename": "WebGLPipeline.js", "lineno": 322, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentShader", @@ -851271,7 +859077,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentShader", "inherited": true, - "___id": "T000002R055561", + "___id": "T000002R055869", "___s": true }, { @@ -851280,7 +859086,7 @@ "filename": "WebGLPipeline.js", "lineno": 334, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionMatrix", @@ -851301,7 +859107,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionMatrix", "inherited": true, - "___id": "T000002R055562", + "___id": "T000002R055870", "___s": true }, { @@ -851310,7 +859116,7 @@ "filename": "WebGLPipeline.js", "lineno": 343, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionWidth", @@ -851331,7 +859137,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionWidth", "inherited": true, - "___id": "T000002R055563", + "___id": "T000002R055871", "___s": true }, { @@ -851340,7 +859146,7 @@ "filename": "WebGLPipeline.js", "lineno": 352, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionHeight", @@ -851361,7 +859167,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionHeight", "inherited": true, - "___id": "T000002R055564", + "___id": "T000002R055872", "___s": true }, { @@ -851370,7 +859176,7 @@ "filename": "WebGLPipeline.js", "lineno": 361, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "config", @@ -851391,7 +859197,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#config", "inherited": true, - "___id": "T000002R055565", + "___id": "T000002R055873", "___s": true }, { @@ -851400,7 +859206,7 @@ "filename": "WebGLPipeline.js", "lineno": 374, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "glReset", @@ -851421,7 +859227,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#glReset", "inherited": true, - "___id": "T000002R055566", + "___id": "T000002R055874", "___s": true }, { @@ -851430,7 +859236,7 @@ "filename": "WebGLPipeline.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batch", @@ -851460,7 +859266,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batch", "inherited": true, - "___id": "T000002R055567", + "___id": "T000002R055875", "___s": true }, { @@ -851469,7 +859275,7 @@ "filename": "WebGLPipeline.js", "lineno": 401, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentBatch", @@ -851492,7 +859298,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentBatch", "inherited": true, - "___id": "T000002R055568", + "___id": "T000002R055876", "___s": true }, { @@ -851501,7 +859307,7 @@ "filename": "WebGLPipeline.js", "lineno": 414, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentTexture", @@ -851524,7 +859330,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentTexture", "inherited": true, - "___id": "T000002R055569", + "___id": "T000002R055877", "___s": true }, { @@ -851533,7 +859339,7 @@ "filename": "WebGLPipeline.js", "lineno": 427, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentUnit", @@ -851554,7 +859360,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentUnit", "inherited": true, - "___id": "T000002R055570", + "___id": "T000002R055878", "___s": true }, { @@ -851563,7 +859369,7 @@ "filename": "WebGLPipeline.js", "lineno": 438, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeTextures", @@ -851593,7 +859399,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeTextures", "inherited": true, - "___id": "T000002R055571", + "___id": "T000002R055879", "___s": true }, { @@ -851602,7 +859408,7 @@ "filename": "WebGLPipeline.js", "lineno": 451, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resizeUniform", @@ -851623,7 +859429,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resizeUniform", "inherited": true, - "___id": "T000002R055572", + "___id": "T000002R055880", "___s": true }, { @@ -851632,7 +859438,7 @@ "filename": "WebGLPipeline.js", "lineno": 463, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "boot", @@ -851647,7 +859453,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#boot", "inherited": true, - "___id": "T000002R055573", + "___id": "T000002R055881", "___s": true }, { @@ -851656,7 +859462,7 @@ "filename": "WebGLPipeline.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBoot", @@ -851668,7 +859474,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBoot", "inherited": true, - "___id": "T000002R055574", + "___id": "T000002R055882", "___s": true }, { @@ -851677,7 +859483,7 @@ "filename": "WebGLPipeline.js", "lineno": 611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onResize", @@ -851717,7 +859523,7 @@ "name": "height" } ], - "___id": "T000002R055575", + "___id": "T000002R055883", "___s": true }, { @@ -851726,7 +859532,7 @@ "filename": "WebGLPipeline.js", "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShader", @@ -851797,7 +859603,7 @@ "name": "vertexBuffer" } ], - "___id": "T000002R055576", + "___id": "T000002R055884", "___s": true }, { @@ -851806,7 +859612,7 @@ "filename": "WebGLPipeline.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "getShaderByName", @@ -851847,7 +859653,7 @@ "name": "name" } ], - "___id": "T000002R055577", + "___id": "T000002R055885", "___s": true }, { @@ -851856,7 +859662,7 @@ "filename": "WebGLPipeline.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShadersFromConfig", @@ -851898,7 +859704,7 @@ "name": "config" } ], - "___id": "T000002R055578", + "___id": "T000002R055886", "___s": true }, { @@ -851907,7 +859713,7 @@ "filename": "WebGLPipeline.js", "lineno": 789, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "createBatch", @@ -851948,7 +859754,7 @@ "name": "texture" } ], - "___id": "T000002R055579", + "___id": "T000002R055887", "___s": true }, { @@ -851957,7 +859763,7 @@ "filename": "WebGLPipeline.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "addTextureToBatch", @@ -851984,7 +859790,7 @@ "name": "texture" } ], - "___id": "T000002R055580", + "___id": "T000002R055888", "___s": true }, { @@ -851993,7 +859799,7 @@ "filename": "WebGLPipeline.js", "lineno": 839, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "pushBatch", @@ -852034,7 +859840,7 @@ "name": "texture" } ], - "___id": "T000002R055581", + "___id": "T000002R055889", "___s": true }, { @@ -852043,7 +859849,7 @@ "filename": "WebGLPipeline.js", "lineno": 912, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setGameObject", @@ -852098,7 +859904,7 @@ "name": "frame" } ], - "___id": "T000002R055582", + "___id": "T000002R055890", "___s": true }, { @@ -852107,7 +859913,7 @@ "filename": "WebGLPipeline.js", "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shouldFlush", @@ -852150,7 +859956,7 @@ "name": "amount" } ], - "___id": "T000002R055583", + "___id": "T000002R055891", "___s": true }, { @@ -852159,7 +859965,7 @@ "filename": "WebGLPipeline.js", "lineno": 952, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexAvailable", @@ -852185,7 +859991,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexAvailable", "inherited": true, - "___id": "T000002R055584", + "___id": "T000002R055892", "___s": true }, { @@ -852194,7 +860000,7 @@ "filename": "WebGLPipeline.js", "lineno": 966, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resize", @@ -852252,7 +860058,7 @@ "name": "height" } ], - "___id": "T000002R055585", + "___id": "T000002R055893", "___s": true }, { @@ -852261,7 +860067,7 @@ "filename": "WebGLPipeline.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setProjectionMatrix", @@ -852316,7 +860122,7 @@ "name": "height" } ], - "___id": "T000002R055586", + "___id": "T000002R055894", "___s": true }, { @@ -852325,7 +860131,7 @@ "filename": "WebGLPipeline.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flipProjectionMatrix", @@ -852354,7 +860160,7 @@ "name": "flipY" } ], - "___id": "T000002R055587", + "___id": "T000002R055895", "___s": true }, { @@ -852363,7 +860169,7 @@ "filename": "WebGLPipeline.js", "lineno": 1096, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "updateProjectionMatrix", @@ -852375,7 +860181,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#updateProjectionMatrix", "inherited": true, - "___id": "T000002R055588", + "___id": "T000002R055896", "___s": true }, { @@ -852384,7 +860190,7 @@ "filename": "WebGLPipeline.js", "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bind", @@ -852430,7 +860236,7 @@ "name": "currentShader" } ], - "___id": "T000002R055589", + "___id": "T000002R055897", "___s": true }, { @@ -852439,7 +860245,7 @@ "filename": "WebGLPipeline.js", "lineno": 1169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "rebind", @@ -852485,7 +860291,7 @@ "name": "currentShader" } ], - "___id": "T000002R055590", + "___id": "T000002R055898", "___s": true }, { @@ -852494,7 +860300,7 @@ "filename": "WebGLPipeline.js", "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "restoreContext", @@ -852506,7 +860312,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#restoreContext", "inherited": true, - "___id": "T000002R055591", + "___id": "T000002R055899", "___s": true }, { @@ -852515,7 +860321,7 @@ "filename": "WebGLPipeline.js", "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setVertexBuffer", @@ -852557,7 +860363,7 @@ "name": "buffer" } ], - "___id": "T000002R055592", + "___id": "T000002R055900", "___s": true }, { @@ -852566,7 +860372,7 @@ "filename": "WebGLPipeline.js", "lineno": 1282, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "preBatch", @@ -852619,7 +860425,7 @@ "name": "gameObject" } ], - "___id": "T000002R055593", + "___id": "T000002R055901", "___s": true }, { @@ -852628,7 +860434,7 @@ "filename": "WebGLPipeline.js", "lineno": 1335, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onDraw", @@ -852669,7 +860475,7 @@ "name": "swapTarget" } ], - "___id": "T000002R055594", + "___id": "T000002R055902", "___s": true }, { @@ -852678,7 +860484,7 @@ "filename": "WebGLPipeline.js", "lineno": 1355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "unbind", @@ -852690,7 +860496,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#unbind", "inherited": true, - "___id": "T000002R055595", + "___id": "T000002R055903", "___s": true }, { @@ -852699,7 +860505,7 @@ "filename": "WebGLPipeline.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flush", @@ -852747,7 +860553,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R055596", + "___id": "T000002R055904", "___s": true }, { @@ -852756,7 +860562,7 @@ "filename": "WebGLPipeline.js", "lineno": 1478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onActive", @@ -852783,7 +860589,7 @@ "name": "currentShader" } ], - "___id": "T000002R055597", + "___id": "T000002R055905", "___s": true }, { @@ -852792,7 +860598,7 @@ "filename": "WebGLPipeline.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBind", @@ -852820,7 +860626,7 @@ "name": "gameObject" } ], - "___id": "T000002R055598", + "___id": "T000002R055906", "___s": true }, { @@ -852829,7 +860635,7 @@ "filename": "WebGLPipeline.js", "lineno": 1518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRebind", @@ -852841,7 +860647,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRebind", "inherited": true, - "___id": "T000002R055599", + "___id": "T000002R055907", "___s": true }, { @@ -852850,7 +860656,7 @@ "filename": "WebGLPipeline.js", "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBatch", @@ -852878,7 +860684,7 @@ "name": "gameObject" } ], - "___id": "T000002R055600", + "___id": "T000002R055908", "___s": true }, { @@ -852887,7 +860693,7 @@ "filename": "WebGLPipeline.js", "lineno": 1553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreBatch", @@ -852915,7 +860721,7 @@ "name": "gameObject" } ], - "___id": "T000002R055601", + "___id": "T000002R055909", "___s": true }, { @@ -852924,7 +860730,7 @@ "filename": "WebGLPipeline.js", "lineno": 1567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostBatch", @@ -852952,7 +860758,7 @@ "name": "gameObject" } ], - "___id": "T000002R055602", + "___id": "T000002R055910", "___s": true }, { @@ -852961,7 +860767,7 @@ "filename": "WebGLPipeline.js", "lineno": 1581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreRender", @@ -852973,7 +860779,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreRender", "inherited": true, - "___id": "T000002R055603", + "___id": "T000002R055911", "___s": true }, { @@ -852982,7 +860788,7 @@ "filename": "WebGLPipeline.js", "lineno": 1594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRender", @@ -853022,7 +860828,7 @@ "name": "camera" } ], - "___id": "T000002R055604", + "___id": "T000002R055912", "___s": true }, { @@ -853031,7 +860837,7 @@ "filename": "WebGLPipeline.js", "lineno": 1611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostRender", @@ -853043,7 +860849,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostRender", "inherited": true, - "___id": "T000002R055605", + "___id": "T000002R055913", "___s": true }, { @@ -853052,7 +860858,7 @@ "filename": "WebGLPipeline.js", "lineno": 1626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBeforeFlush", @@ -853081,7 +860887,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R055606", + "___id": "T000002R055914", "___s": true }, { @@ -853090,7 +860896,7 @@ "filename": "WebGLPipeline.js", "lineno": 1643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onAfterFlush", @@ -853119,7 +860925,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R055607", + "___id": "T000002R055915", "___s": true }, { @@ -853128,7 +860934,7 @@ "filename": "WebGLPipeline.js", "lineno": 1664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchVert", @@ -853243,7 +861049,7 @@ "name": "tint" } ], - "___id": "T000002R055608", + "___id": "T000002R055916", "___s": true }, { @@ -853252,7 +861058,7 @@ "filename": "WebGLPipeline.js", "lineno": 1704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchQuad", @@ -853562,7 +861368,7 @@ "name": "unit" } ], - "___id": "T000002R055609", + "___id": "T000002R055917", "___s": true }, { @@ -853571,7 +861377,7 @@ "filename": "WebGLPipeline.js", "lineno": 1827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchTri", @@ -853842,7 +861648,7 @@ "name": "unit" } ], - "___id": "T000002R055610", + "___id": "T000002R055918", "___s": true }, { @@ -853851,7 +861657,7 @@ "filename": "WebGLPipeline.js", "lineno": 1921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "drawFillRect", @@ -853972,7 +861778,7 @@ "name": "flipUV" } ], - "___id": "T000002R055611", + "___id": "T000002R055919", "___s": true }, { @@ -853981,7 +861787,7 @@ "filename": "WebGLPipeline.js", "lineno": 1971, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTexture2D", @@ -854023,7 +861829,7 @@ "name": "texture" } ], - "___id": "T000002R055612", + "___id": "T000002R055920", "___s": true }, { @@ -854032,7 +861838,7 @@ "filename": "WebGLPipeline.js", "lineno": 1989, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindTexture", @@ -854090,7 +861896,7 @@ "name": "unit" } ], - "___id": "T000002R055613", + "___id": "T000002R055921", "___s": true }, { @@ -854099,7 +861905,7 @@ "filename": "WebGLPipeline.js", "lineno": 2013, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindRenderTarget", @@ -854157,7 +861963,7 @@ "name": "unit" } ], - "___id": "T000002R055614", + "___id": "T000002R055922", "___s": true }, { @@ -854166,7 +861972,7 @@ "filename": "WebGLPipeline.js", "lineno": 2030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTime", @@ -854222,7 +862028,7 @@ "name": "shader" } ], - "___id": "T000002R055615", + "___id": "T000002R055923", "___s": true }, { @@ -854231,7 +862037,7 @@ "filename": "WebGLPipeline.js", "lineno": 2050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setBoolean", @@ -854300,7 +862106,7 @@ "name": "shader" } ], - "___id": "T000002R055616", + "___id": "T000002R055924", "___s": true }, { @@ -854309,7 +862115,7 @@ "filename": "WebGLPipeline.js", "lineno": 2077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1f", @@ -854378,7 +862184,7 @@ "name": "shader" } ], - "___id": "T000002R055617", + "___id": "T000002R055925", "___s": true }, { @@ -854387,7 +862193,7 @@ "filename": "WebGLPipeline.js", "lineno": 2104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2f", @@ -854469,7 +862275,7 @@ "name": "shader" } ], - "___id": "T000002R055618", + "___id": "T000002R055926", "___s": true }, { @@ -854478,7 +862284,7 @@ "filename": "WebGLPipeline.js", "lineno": 2132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3f", @@ -854573,7 +862379,7 @@ "name": "shader" } ], - "___id": "T000002R055619", + "___id": "T000002R055927", "___s": true }, { @@ -854582,7 +862388,7 @@ "filename": "WebGLPipeline.js", "lineno": 2161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4f", @@ -854690,7 +862496,7 @@ "name": "shader" } ], - "___id": "T000002R055620", + "___id": "T000002R055928", "___s": true }, { @@ -854699,7 +862505,7 @@ "filename": "WebGLPipeline.js", "lineno": 2191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1fv", @@ -854787,7 +862593,7 @@ "name": "shader" } ], - "___id": "T000002R055621", + "___id": "T000002R055929", "___s": true }, { @@ -854796,7 +862602,7 @@ "filename": "WebGLPipeline.js", "lineno": 2218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2fv", @@ -854884,7 +862690,7 @@ "name": "shader" } ], - "___id": "T000002R055622", + "___id": "T000002R055930", "___s": true }, { @@ -854893,7 +862699,7 @@ "filename": "WebGLPipeline.js", "lineno": 2245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3fv", @@ -854981,7 +862787,7 @@ "name": "shader" } ], - "___id": "T000002R055623", + "___id": "T000002R055931", "___s": true }, { @@ -854990,7 +862796,7 @@ "filename": "WebGLPipeline.js", "lineno": 2272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4fv", @@ -855078,7 +862884,7 @@ "name": "shader" } ], - "___id": "T000002R055624", + "___id": "T000002R055932", "___s": true }, { @@ -855087,7 +862893,7 @@ "filename": "WebGLPipeline.js", "lineno": 2299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1iv", @@ -855175,7 +862981,7 @@ "name": "shader" } ], - "___id": "T000002R055625", + "___id": "T000002R055933", "___s": true }, { @@ -855184,7 +862990,7 @@ "filename": "WebGLPipeline.js", "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2iv", @@ -855272,7 +863078,7 @@ "name": "shader" } ], - "___id": "T000002R055626", + "___id": "T000002R055934", "___s": true }, { @@ -855281,7 +863087,7 @@ "filename": "WebGLPipeline.js", "lineno": 2353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3iv", @@ -855369,7 +863175,7 @@ "name": "shader" } ], - "___id": "T000002R055627", + "___id": "T000002R055935", "___s": true }, { @@ -855378,7 +863184,7 @@ "filename": "WebGLPipeline.js", "lineno": 2380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4iv", @@ -855466,7 +863272,7 @@ "name": "shader" } ], - "___id": "T000002R055628", + "___id": "T000002R055936", "___s": true }, { @@ -855475,7 +863281,7 @@ "filename": "WebGLPipeline.js", "lineno": 2407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1i", @@ -855544,7 +863350,7 @@ "name": "shader" } ], - "___id": "T000002R055629", + "___id": "T000002R055937", "___s": true }, { @@ -855553,7 +863359,7 @@ "filename": "WebGLPipeline.js", "lineno": 2434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2i", @@ -855635,7 +863441,7 @@ "name": "shader" } ], - "___id": "T000002R055630", + "___id": "T000002R055938", "___s": true }, { @@ -855644,7 +863450,7 @@ "filename": "WebGLPipeline.js", "lineno": 2462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3i", @@ -855739,7 +863545,7 @@ "name": "shader" } ], - "___id": "T000002R055631", + "___id": "T000002R055939", "___s": true }, { @@ -855748,7 +863554,7 @@ "filename": "WebGLPipeline.js", "lineno": 2491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4i", @@ -855856,7 +863662,7 @@ "name": "shader" } ], - "___id": "T000002R055632", + "___id": "T000002R055940", "___s": true }, { @@ -855865,7 +863671,7 @@ "filename": "WebGLPipeline.js", "lineno": 2521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix2fv", @@ -855966,7 +863772,7 @@ "name": "shader" } ], - "___id": "T000002R055633", + "___id": "T000002R055941", "___s": true }, { @@ -855975,7 +863781,7 @@ "filename": "WebGLPipeline.js", "lineno": 2549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix3fv", @@ -856057,7 +863863,7 @@ "name": "shader" } ], - "___id": "T000002R055634", + "___id": "T000002R055942", "___s": true }, { @@ -856066,7 +863872,7 @@ "filename": "WebGLPipeline.js", "lineno": 2577, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix4fv", @@ -856148,7 +863954,7 @@ "name": "shader" } ], - "___id": "T000002R055635", + "___id": "T000002R055943", "___s": true }, { @@ -856157,7 +863963,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -856169,7 +863975,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R055636", + "___id": "T000002R055944", "___s": true }, { @@ -856178,7 +863984,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -856221,7 +864027,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R055637", + "___id": "T000002R055945", "___s": true }, { @@ -856230,7 +864036,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -856290,7 +864096,7 @@ "name": "event" } ], - "___id": "T000002R055638", + "___id": "T000002R055946", "___s": true }, { @@ -856299,7 +864105,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -856350,7 +864156,7 @@ "name": "event" } ], - "___id": "T000002R055639", + "___id": "T000002R055947", "___s": true }, { @@ -856359,7 +864165,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -856425,7 +864231,7 @@ "name": "args" } ], - "___id": "T000002R055640", + "___id": "T000002R055948", "___s": true }, { @@ -856434,7 +864240,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -856513,7 +864319,7 @@ "name": "context" } ], - "___id": "T000002R055641", + "___id": "T000002R055949", "___s": true }, { @@ -856522,7 +864328,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -856601,7 +864407,7 @@ "name": "context" } ], - "___id": "T000002R055642", + "___id": "T000002R055950", "___s": true }, { @@ -856610,7 +864416,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -856689,7 +864495,7 @@ "name": "context" } ], - "___id": "T000002R055643", + "___id": "T000002R055951", "___s": true }, { @@ -856698,7 +864504,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -856791,7 +864597,7 @@ "name": "once" } ], - "___id": "T000002R055644", + "___id": "T000002R055952", "___s": true }, { @@ -856800,7 +864606,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -856893,7 +864699,7 @@ "name": "once" } ], - "___id": "T000002R055645", + "___id": "T000002R055953", "___s": true }, { @@ -856902,7 +864708,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -856955,7 +864761,7 @@ "name": "event" } ], - "___id": "T000002R055646", + "___id": "T000002R055954", "___s": true }, { @@ -856964,7 +864770,7 @@ "filename": "PostFXPipeline.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "gameObject", @@ -856995,7 +864801,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#gameObject", "inherited": true, - "___id": "T000002R055647", + "___id": "T000002R055955", "___s": true }, { @@ -857004,7 +864810,7 @@ "filename": "PostFXPipeline.js", "lineno": 142, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "controller", @@ -857025,7 +864831,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#controller", "inherited": true, - "___id": "T000002R055648", + "___id": "T000002R055956", "___s": true }, { @@ -857034,7 +864840,7 @@ "filename": "PostFXPipeline.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "colorMatrix", @@ -857055,7 +864861,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#colorMatrix", "inherited": true, - "___id": "T000002R055649", + "___id": "T000002R055957", "___s": true }, { @@ -857064,7 +864870,7 @@ "filename": "PostFXPipeline.js", "lineno": 163, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame1", @@ -857086,7 +864892,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame1", "inherited": true, - "___id": "T000002R055650", + "___id": "T000002R055958", "___s": true }, { @@ -857095,7 +864901,7 @@ "filename": "PostFXPipeline.js", "lineno": 179, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame2", @@ -857117,7 +864923,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame2", "inherited": true, - "___id": "T000002R055651", + "___id": "T000002R055959", "___s": true }, { @@ -857126,7 +864932,7 @@ "filename": "PostFXPipeline.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame1", @@ -857148,7 +864954,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame1", "inherited": true, - "___id": "T000002R055652", + "___id": "T000002R055960", "___s": true }, { @@ -857157,7 +864963,7 @@ "filename": "PostFXPipeline.js", "lineno": 211, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame2", @@ -857179,7 +864985,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame2", "inherited": true, - "___id": "T000002R055653", + "___id": "T000002R055961", "___s": true }, { @@ -857188,7 +864994,7 @@ "filename": "PostFXPipeline.js", "lineno": 233, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bootFX", @@ -857200,16 +865006,16 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bootFX", "inherited": true, - "___id": "T000002R055654", + "___id": "T000002R055962", "___s": true }, { "comment": "/**\r\n * This method is called as a result of the `WebGLPipeline.batchQuad` method, right after a quad\r\n * belonging to a Game Object has been added to the batch. When this is called, the\r\n * renderer has just performed a flush.\r\n *\r\n * It calls the `onDraw` hook followed by the `onPostBatch` hook, which can be used to perform\r\n * additional Post FX Pipeline processing.\r\n *\r\n * It is also called as part of the `PipelineManager.postBatch` method when processing Post FX Pipelines.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch\r\n * @since 3.70.0\r\n *\r\n * @param {(Phaser.GameObjects.GameObject|Phaser.Cameras.Scene2D.Camera)} [gameObject] - The Game Object or Camera that invoked this pipeline, if any.\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 269, + "lineno": 268, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "postBatch", @@ -857262,16 +865068,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch", "inherited": true, - "___id": "T000002R055655", + "___id": "T000002R055963", "___s": true }, { "comment": "/**\r\n * Returns the FX Controller for this Post FX Pipeline.\r\n *\r\n * This is called internally and not typically required outside.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.FX.Controller} [controller] - An FX Controller, or undefined.\r\n *\r\n * @return {Phaser.FX.Controller|Phaser.Renderer.WebGL.Pipelines.PostFXPipeline} The FX Controller responsible, or this Pipeline.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 310, + "lineno": 309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "getController", @@ -857323,16 +865129,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController", "inherited": true, - "___id": "T000002R055656", + "___id": "T000002R055964", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * This method does _not_ bind a shader. It uses whatever shader\r\n * is currently bound in this pipeline. It also does _not_ clear\r\n * the frame buffers after use. You should take care of both of\r\n * these things if you call this method directly.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 338, + "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copySprite", @@ -857372,16 +865178,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite", "inherited": true, - "___id": "T000002R055657", + "___id": "T000002R055965", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * The difference between this method and `drawFrame` is that this method\r\n * uses a faster copy shader, where only the brightness can be modified.\r\n * If you need color level manipulation, see `drawFrame` instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 379, + "lineno": 378, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrame", @@ -857467,16 +865273,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame", "inherited": true, - "___id": "T000002R055658", + "___id": "T000002R055966", "___s": true }, { "comment": "/**\r\n * Pops the framebuffer from the renderers FBO stack and sets that as the active target,\r\n * then draws the `source` Render Target to it. It then resets the renderer textures.\r\n *\r\n * This should be done when you need to draw the _final_ results of a pipeline to the game\r\n * canvas, or the next framebuffer in line on the FBO stack. You should only call this once\r\n * in the `onDraw` handler and it should be the final thing called. Be careful not to call\r\n * this if you need to actually use the pipeline shader, instead of the copy shader. In\r\n * those cases, use the `bindAndDraw` method.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 402, + "lineno": 401, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyToGame", @@ -857503,16 +865309,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame", "inherited": true, - "___id": "T000002R055659", + "___id": "T000002R055967", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target, using this pipelines\r\n * Color Matrix.\r\n *\r\n * The difference between this method and `copyFrame` is that this method\r\n * uses a color matrix shader, where you have full control over the luminance\r\n * values used during the copy. If you don't need this, you can use the faster\r\n * `copyFrame` method instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 422, + "lineno": 421, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "drawFrame", @@ -857568,16 +865374,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame", "inherited": true, - "___id": "T000002R055660", + "___id": "T000002R055968", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using a linear blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 443, + "lineno": 442, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFrames", @@ -857661,16 +865467,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames", "inherited": true, - "___id": "T000002R055661", + "___id": "T000002R055969", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using an additive blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 461, + "lineno": 460, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFramesAdditive", @@ -857754,16 +865560,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive", "inherited": true, - "___id": "T000002R055662", + "___id": "T000002R055970", "___s": true }, { "comment": "/**\r\n * Clears the given Render Target.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The Render Target to clear.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 479, + "lineno": 478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "clearFrame", @@ -857805,16 +865611,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame", "inherited": true, - "___id": "T000002R055663", + "___id": "T000002R055971", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * The difference with this copy is that no resizing takes place. If the `source`\r\n * Render Target is larger than the `target` then only a portion the same size as\r\n * the `target` dimensions is copied across.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {boolean} [eraseMode=false] - Erase source from target using ERASE Blend Mode?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 493, + "lineno": 492, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blitFrame", @@ -857914,16 +865720,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame", "inherited": true, - "___id": "T000002R055664", + "___id": "T000002R055972", "___s": true }, { "comment": "/**\r\n * Binds the `source` Render Target and then copies a section of it to the `target` Render Target.\r\n *\r\n * This method is extremely fast because it uses `gl.copyTexSubImage2D` and doesn't\r\n * require the use of any shaders. Remember the coordinates are given in standard WebGL format,\r\n * where x and y specify the lower-left corner of the section, not the top-left. Also, the\r\n * copy entirely replaces the contents of the target texture, no 'merging' or 'blending' takes\r\n * place.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} x - The x coordinate of the lower left corner where to start copying.\r\n * @param {number} y - The y coordinate of the lower left corner where to start copying.\r\n * @param {number} width - The width of the texture.\r\n * @param {number} height - The height of the texture.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 517, + "lineno": 516, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrameRect", @@ -858045,16 +865851,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect", "inherited": true, - "___id": "T000002R055665", + "___id": "T000002R055973", "___s": true }, { "comment": "/**\r\n * Binds this pipeline and draws the `source` Render Target to the `target` Render Target.\r\n *\r\n * If no `target` is specified, it will pop the framebuffer from the Renderers FBO stack\r\n * and use that instead, which should be done when you need to draw the final results of\r\n * this pipeline to the game canvas.\r\n *\r\n * You can optionally set the shader to be used for the draw here, if this is a multi-shader\r\n * pipeline. By default `currentShader` will be used. If you need to set a shader but not\r\n * a target, just pass `null` as the `target` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The Render Target to draw to. If not set, it will pop the fbo from the stack.\r\n * @param {boolean} [clear=true] - Clear the target before copying? Only used if `target` parameter is set.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {Phaser.Renderer.WebGL.WebGLShader} [currentShader] - The shader to use during the draw.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 543, + "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bindAndDraw", @@ -858139,16 +865945,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw", "inherited": true, - "___id": "T000002R055666", + "___id": "T000002R055974", "___s": true }, { "comment": "/**\r\n * Destroys all shader instances, removes all object references and nulls all external references.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy\r\n * @since 3.60.0\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 620, + "lineno": 619, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "destroy", @@ -858175,7 +865981,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy", "inherited": true, - "___id": "T000002R055667", + "___id": "T000002R055975", "___s": true }, { @@ -858184,7 +865990,7 @@ "filename": "WebGLPipeline.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "name", @@ -858205,7 +866011,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#name", "inherited": true, - "___id": "T000002R055668", + "___id": "T000002R055976", "___s": true }, { @@ -858214,7 +866020,7 @@ "filename": "WebGLPipeline.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "game", @@ -858235,7 +866041,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#game", "inherited": true, - "___id": "T000002R055669", + "___id": "T000002R055977", "___s": true }, { @@ -858244,7 +866050,7 @@ "filename": "WebGLPipeline.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderer", @@ -858265,7 +866071,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderer", "inherited": true, - "___id": "T000002R055670", + "___id": "T000002R055978", "___s": true }, { @@ -858274,7 +866080,7 @@ "filename": "WebGLPipeline.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "manager", @@ -858297,7 +866103,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#manager", "inherited": true, - "___id": "T000002R055671", + "___id": "T000002R055979", "___s": true }, { @@ -858306,7 +866112,7 @@ "filename": "WebGLPipeline.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "gl", @@ -858327,7 +866133,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#gl", "inherited": true, - "___id": "T000002R055672", + "___id": "T000002R055980", "___s": true }, { @@ -858336,7 +866142,7 @@ "filename": "WebGLPipeline.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "view", @@ -858357,7 +866163,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#view", "inherited": true, - "___id": "T000002R055673", + "___id": "T000002R055981", "___s": true }, { @@ -858366,7 +866172,7 @@ "filename": "WebGLPipeline.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "width", @@ -858387,7 +866193,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#width", "inherited": true, - "___id": "T000002R055674", + "___id": "T000002R055982", "___s": true }, { @@ -858396,7 +866202,7 @@ "filename": "WebGLPipeline.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "height", @@ -858417,7 +866223,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#height", "inherited": true, - "___id": "T000002R055675", + "___id": "T000002R055983", "___s": true }, { @@ -858426,7 +866232,7 @@ "filename": "WebGLPipeline.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCount", @@ -858448,7 +866254,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCount", "inherited": true, - "___id": "T000002R055676", + "___id": "T000002R055984", "___s": true }, { @@ -858457,7 +866263,7 @@ "filename": "WebGLPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCapacity", @@ -858478,7 +866284,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCapacity", "inherited": true, - "___id": "T000002R055677", + "___id": "T000002R055985", "___s": true }, { @@ -858487,7 +866293,7 @@ "filename": "WebGLPipeline.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexData", @@ -858509,7 +866315,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexData", "inherited": true, - "___id": "T000002R055678", + "___id": "T000002R055986", "___s": true }, { @@ -858518,7 +866324,7 @@ "filename": "WebGLPipeline.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexBuffer", @@ -858540,7 +866346,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexBuffer", "inherited": true, - "___id": "T000002R055679", + "___id": "T000002R055987", "___s": true }, { @@ -858549,7 +866355,7 @@ "filename": "WebGLPipeline.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeBuffer", @@ -858570,7 +866376,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeBuffer", "inherited": true, - "___id": "T000002R055680", + "___id": "T000002R055988", "___s": true }, { @@ -858579,7 +866385,7 @@ "filename": "WebGLPipeline.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "topology", @@ -858600,7 +866406,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#topology", "inherited": true, - "___id": "T000002R055681", + "___id": "T000002R055989", "___s": true }, { @@ -858609,7 +866415,7 @@ "filename": "WebGLPipeline.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bytes", @@ -858630,7 +866436,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bytes", "inherited": true, - "___id": "T000002R055682", + "___id": "T000002R055990", "___s": true }, { @@ -858639,7 +866445,7 @@ "filename": "WebGLPipeline.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewF32", @@ -858660,7 +866466,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewF32", "inherited": true, - "___id": "T000002R055683", + "___id": "T000002R055991", "___s": true }, { @@ -858669,7 +866475,7 @@ "filename": "WebGLPipeline.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewU32", @@ -858690,7 +866496,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewU32", "inherited": true, - "___id": "T000002R055684", + "___id": "T000002R055992", "___s": true }, { @@ -858699,7 +866505,7 @@ "filename": "WebGLPipeline.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "active", @@ -858720,7 +866526,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#active", "inherited": true, - "___id": "T000002R055685", + "___id": "T000002R055993", "___s": true }, { @@ -858729,7 +866535,7 @@ "filename": "WebGLPipeline.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "forceZero", @@ -858750,7 +866556,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#forceZero", "inherited": true, - "___id": "T000002R055686", + "___id": "T000002R055994", "___s": true }, { @@ -858759,7 +866565,7 @@ "filename": "WebGLPipeline.js", "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "hasBooted", @@ -858781,7 +866587,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#hasBooted", "inherited": true, - "___id": "T000002R055687", + "___id": "T000002R055995", "___s": true }, { @@ -858790,7 +866596,7 @@ "filename": "WebGLPipeline.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPostFX", @@ -858812,7 +866618,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPostFX", "inherited": true, - "___id": "T000002R055688", + "___id": "T000002R055996", "___s": true }, { @@ -858821,7 +866627,7 @@ "filename": "WebGLPipeline.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPreFX", @@ -858843,7 +866649,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPreFX", "inherited": true, - "___id": "T000002R055689", + "___id": "T000002R055997", "___s": true }, { @@ -858852,7 +866658,7 @@ "filename": "WebGLPipeline.js", "lineno": 289, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderTargets", @@ -858882,7 +866688,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderTargets", "inherited": true, - "___id": "T000002R055690", + "___id": "T000002R055998", "___s": true }, { @@ -858891,7 +866697,7 @@ "filename": "WebGLPipeline.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentRenderTarget", @@ -858912,7 +866718,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentRenderTarget", "inherited": true, - "___id": "T000002R055691", + "___id": "T000002R055999", "___s": true }, { @@ -858921,7 +866727,7 @@ "filename": "WebGLPipeline.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shaders", @@ -858951,7 +866757,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shaders", "inherited": true, - "___id": "T000002R055692", + "___id": "T000002R056000", "___s": true }, { @@ -858960,7 +866766,7 @@ "filename": "WebGLPipeline.js", "lineno": 322, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentShader", @@ -858981,7 +866787,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentShader", "inherited": true, - "___id": "T000002R055693", + "___id": "T000002R056001", "___s": true }, { @@ -858990,7 +866796,7 @@ "filename": "WebGLPipeline.js", "lineno": 334, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionMatrix", @@ -859011,7 +866817,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionMatrix", "inherited": true, - "___id": "T000002R055694", + "___id": "T000002R056002", "___s": true }, { @@ -859020,7 +866826,7 @@ "filename": "WebGLPipeline.js", "lineno": 343, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionWidth", @@ -859041,7 +866847,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionWidth", "inherited": true, - "___id": "T000002R055695", + "___id": "T000002R056003", "___s": true }, { @@ -859050,7 +866856,7 @@ "filename": "WebGLPipeline.js", "lineno": 352, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionHeight", @@ -859071,7 +866877,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionHeight", "inherited": true, - "___id": "T000002R055696", + "___id": "T000002R056004", "___s": true }, { @@ -859080,7 +866886,7 @@ "filename": "WebGLPipeline.js", "lineno": 361, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "config", @@ -859101,7 +866907,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#config", "inherited": true, - "___id": "T000002R055697", + "___id": "T000002R056005", "___s": true }, { @@ -859110,7 +866916,7 @@ "filename": "WebGLPipeline.js", "lineno": 374, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "glReset", @@ -859131,7 +866937,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#glReset", "inherited": true, - "___id": "T000002R055698", + "___id": "T000002R056006", "___s": true }, { @@ -859140,7 +866946,7 @@ "filename": "WebGLPipeline.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batch", @@ -859170,7 +866976,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batch", "inherited": true, - "___id": "T000002R055699", + "___id": "T000002R056007", "___s": true }, { @@ -859179,7 +866985,7 @@ "filename": "WebGLPipeline.js", "lineno": 401, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentBatch", @@ -859202,7 +867008,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentBatch", "inherited": true, - "___id": "T000002R055700", + "___id": "T000002R056008", "___s": true }, { @@ -859211,7 +867017,7 @@ "filename": "WebGLPipeline.js", "lineno": 414, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentTexture", @@ -859234,7 +867040,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentTexture", "inherited": true, - "___id": "T000002R055701", + "___id": "T000002R056009", "___s": true }, { @@ -859243,7 +867049,7 @@ "filename": "WebGLPipeline.js", "lineno": 427, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentUnit", @@ -859264,7 +867070,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentUnit", "inherited": true, - "___id": "T000002R055702", + "___id": "T000002R056010", "___s": true }, { @@ -859273,7 +867079,7 @@ "filename": "WebGLPipeline.js", "lineno": 438, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeTextures", @@ -859303,7 +867109,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeTextures", "inherited": true, - "___id": "T000002R055703", + "___id": "T000002R056011", "___s": true }, { @@ -859312,7 +867118,7 @@ "filename": "WebGLPipeline.js", "lineno": 451, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resizeUniform", @@ -859333,7 +867139,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resizeUniform", "inherited": true, - "___id": "T000002R055704", + "___id": "T000002R056012", "___s": true }, { @@ -859342,7 +867148,7 @@ "filename": "WebGLPipeline.js", "lineno": 463, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "boot", @@ -859357,7 +867163,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#boot", "inherited": true, - "___id": "T000002R055705", + "___id": "T000002R056013", "___s": true }, { @@ -859366,7 +867172,7 @@ "filename": "WebGLPipeline.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBoot", @@ -859378,7 +867184,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBoot", "inherited": true, - "___id": "T000002R055706", + "___id": "T000002R056014", "___s": true }, { @@ -859387,7 +867193,7 @@ "filename": "WebGLPipeline.js", "lineno": 611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onResize", @@ -859427,7 +867233,7 @@ "name": "height" } ], - "___id": "T000002R055707", + "___id": "T000002R056015", "___s": true }, { @@ -859436,7 +867242,7 @@ "filename": "WebGLPipeline.js", "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShader", @@ -859507,7 +867313,7 @@ "name": "vertexBuffer" } ], - "___id": "T000002R055708", + "___id": "T000002R056016", "___s": true }, { @@ -859516,7 +867322,7 @@ "filename": "WebGLPipeline.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "getShaderByName", @@ -859557,7 +867363,7 @@ "name": "name" } ], - "___id": "T000002R055709", + "___id": "T000002R056017", "___s": true }, { @@ -859566,7 +867372,7 @@ "filename": "WebGLPipeline.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShadersFromConfig", @@ -859608,7 +867414,7 @@ "name": "config" } ], - "___id": "T000002R055710", + "___id": "T000002R056018", "___s": true }, { @@ -859617,7 +867423,7 @@ "filename": "WebGLPipeline.js", "lineno": 789, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "createBatch", @@ -859658,7 +867464,7 @@ "name": "texture" } ], - "___id": "T000002R055711", + "___id": "T000002R056019", "___s": true }, { @@ -859667,7 +867473,7 @@ "filename": "WebGLPipeline.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "addTextureToBatch", @@ -859694,7 +867500,7 @@ "name": "texture" } ], - "___id": "T000002R055712", + "___id": "T000002R056020", "___s": true }, { @@ -859703,7 +867509,7 @@ "filename": "WebGLPipeline.js", "lineno": 839, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "pushBatch", @@ -859744,7 +867550,7 @@ "name": "texture" } ], - "___id": "T000002R055713", + "___id": "T000002R056021", "___s": true }, { @@ -859753,7 +867559,7 @@ "filename": "WebGLPipeline.js", "lineno": 912, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setGameObject", @@ -859808,7 +867614,7 @@ "name": "frame" } ], - "___id": "T000002R055714", + "___id": "T000002R056022", "___s": true }, { @@ -859817,7 +867623,7 @@ "filename": "WebGLPipeline.js", "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shouldFlush", @@ -859860,7 +867666,7 @@ "name": "amount" } ], - "___id": "T000002R055715", + "___id": "T000002R056023", "___s": true }, { @@ -859869,7 +867675,7 @@ "filename": "WebGLPipeline.js", "lineno": 952, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexAvailable", @@ -859895,7 +867701,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexAvailable", "inherited": true, - "___id": "T000002R055716", + "___id": "T000002R056024", "___s": true }, { @@ -859904,7 +867710,7 @@ "filename": "WebGLPipeline.js", "lineno": 966, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resize", @@ -859962,7 +867768,7 @@ "name": "height" } ], - "___id": "T000002R055717", + "___id": "T000002R056025", "___s": true }, { @@ -859971,7 +867777,7 @@ "filename": "WebGLPipeline.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setProjectionMatrix", @@ -860026,7 +867832,7 @@ "name": "height" } ], - "___id": "T000002R055718", + "___id": "T000002R056026", "___s": true }, { @@ -860035,7 +867841,7 @@ "filename": "WebGLPipeline.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flipProjectionMatrix", @@ -860064,7 +867870,7 @@ "name": "flipY" } ], - "___id": "T000002R055719", + "___id": "T000002R056027", "___s": true }, { @@ -860073,7 +867879,7 @@ "filename": "WebGLPipeline.js", "lineno": 1096, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "updateProjectionMatrix", @@ -860085,7 +867891,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#updateProjectionMatrix", "inherited": true, - "___id": "T000002R055720", + "___id": "T000002R056028", "___s": true }, { @@ -860094,7 +867900,7 @@ "filename": "WebGLPipeline.js", "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bind", @@ -860140,7 +867946,7 @@ "name": "currentShader" } ], - "___id": "T000002R055721", + "___id": "T000002R056029", "___s": true }, { @@ -860149,7 +867955,7 @@ "filename": "WebGLPipeline.js", "lineno": 1169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "rebind", @@ -860195,7 +868001,7 @@ "name": "currentShader" } ], - "___id": "T000002R055722", + "___id": "T000002R056030", "___s": true }, { @@ -860204,7 +868010,7 @@ "filename": "WebGLPipeline.js", "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "restoreContext", @@ -860216,7 +868022,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#restoreContext", "inherited": true, - "___id": "T000002R055723", + "___id": "T000002R056031", "___s": true }, { @@ -860225,7 +868031,7 @@ "filename": "WebGLPipeline.js", "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setVertexBuffer", @@ -860267,7 +868073,7 @@ "name": "buffer" } ], - "___id": "T000002R055724", + "___id": "T000002R056032", "___s": true }, { @@ -860276,7 +868082,7 @@ "filename": "WebGLPipeline.js", "lineno": 1282, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "preBatch", @@ -860329,7 +868135,7 @@ "name": "gameObject" } ], - "___id": "T000002R055725", + "___id": "T000002R056033", "___s": true }, { @@ -860338,7 +868144,7 @@ "filename": "WebGLPipeline.js", "lineno": 1335, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onDraw", @@ -860379,7 +868185,7 @@ "name": "swapTarget" } ], - "___id": "T000002R055726", + "___id": "T000002R056034", "___s": true }, { @@ -860388,7 +868194,7 @@ "filename": "WebGLPipeline.js", "lineno": 1355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "unbind", @@ -860400,7 +868206,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#unbind", "inherited": true, - "___id": "T000002R055727", + "___id": "T000002R056035", "___s": true }, { @@ -860409,7 +868215,7 @@ "filename": "WebGLPipeline.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flush", @@ -860457,7 +868263,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R055728", + "___id": "T000002R056036", "___s": true }, { @@ -860466,7 +868272,7 @@ "filename": "WebGLPipeline.js", "lineno": 1478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onActive", @@ -860493,7 +868299,7 @@ "name": "currentShader" } ], - "___id": "T000002R055729", + "___id": "T000002R056037", "___s": true }, { @@ -860502,7 +868308,7 @@ "filename": "WebGLPipeline.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBind", @@ -860530,7 +868336,7 @@ "name": "gameObject" } ], - "___id": "T000002R055730", + "___id": "T000002R056038", "___s": true }, { @@ -860539,7 +868345,7 @@ "filename": "WebGLPipeline.js", "lineno": 1518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRebind", @@ -860551,7 +868357,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRebind", "inherited": true, - "___id": "T000002R055731", + "___id": "T000002R056039", "___s": true }, { @@ -860560,7 +868366,7 @@ "filename": "WebGLPipeline.js", "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBatch", @@ -860588,7 +868394,7 @@ "name": "gameObject" } ], - "___id": "T000002R055732", + "___id": "T000002R056040", "___s": true }, { @@ -860597,7 +868403,7 @@ "filename": "WebGLPipeline.js", "lineno": 1553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreBatch", @@ -860625,7 +868431,7 @@ "name": "gameObject" } ], - "___id": "T000002R055733", + "___id": "T000002R056041", "___s": true }, { @@ -860634,7 +868440,7 @@ "filename": "WebGLPipeline.js", "lineno": 1567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostBatch", @@ -860662,7 +868468,7 @@ "name": "gameObject" } ], - "___id": "T000002R055734", + "___id": "T000002R056042", "___s": true }, { @@ -860671,7 +868477,7 @@ "filename": "WebGLPipeline.js", "lineno": 1581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreRender", @@ -860683,7 +868489,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreRender", "inherited": true, - "___id": "T000002R055735", + "___id": "T000002R056043", "___s": true }, { @@ -860692,7 +868498,7 @@ "filename": "WebGLPipeline.js", "lineno": 1594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRender", @@ -860732,7 +868538,7 @@ "name": "camera" } ], - "___id": "T000002R055736", + "___id": "T000002R056044", "___s": true }, { @@ -860741,7 +868547,7 @@ "filename": "WebGLPipeline.js", "lineno": 1611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostRender", @@ -860753,7 +868559,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostRender", "inherited": true, - "___id": "T000002R055737", + "___id": "T000002R056045", "___s": true }, { @@ -860762,7 +868568,7 @@ "filename": "WebGLPipeline.js", "lineno": 1626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBeforeFlush", @@ -860791,7 +868597,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R055738", + "___id": "T000002R056046", "___s": true }, { @@ -860800,7 +868606,7 @@ "filename": "WebGLPipeline.js", "lineno": 1643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onAfterFlush", @@ -860829,7 +868635,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R055739", + "___id": "T000002R056047", "___s": true }, { @@ -860838,7 +868644,7 @@ "filename": "WebGLPipeline.js", "lineno": 1664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchVert", @@ -860953,7 +868759,7 @@ "name": "tint" } ], - "___id": "T000002R055740", + "___id": "T000002R056048", "___s": true }, { @@ -860962,7 +868768,7 @@ "filename": "WebGLPipeline.js", "lineno": 1704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchQuad", @@ -861272,7 +869078,7 @@ "name": "unit" } ], - "___id": "T000002R055741", + "___id": "T000002R056049", "___s": true }, { @@ -861281,7 +869087,7 @@ "filename": "WebGLPipeline.js", "lineno": 1827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchTri", @@ -861552,7 +869358,7 @@ "name": "unit" } ], - "___id": "T000002R055742", + "___id": "T000002R056050", "___s": true }, { @@ -861561,7 +869367,7 @@ "filename": "WebGLPipeline.js", "lineno": 1921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "drawFillRect", @@ -861682,7 +869488,7 @@ "name": "flipUV" } ], - "___id": "T000002R055743", + "___id": "T000002R056051", "___s": true }, { @@ -861691,7 +869497,7 @@ "filename": "WebGLPipeline.js", "lineno": 1971, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTexture2D", @@ -861733,7 +869539,7 @@ "name": "texture" } ], - "___id": "T000002R055744", + "___id": "T000002R056052", "___s": true }, { @@ -861742,7 +869548,7 @@ "filename": "WebGLPipeline.js", "lineno": 1989, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindTexture", @@ -861800,7 +869606,7 @@ "name": "unit" } ], - "___id": "T000002R055745", + "___id": "T000002R056053", "___s": true }, { @@ -861809,7 +869615,7 @@ "filename": "WebGLPipeline.js", "lineno": 2013, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindRenderTarget", @@ -861867,7 +869673,7 @@ "name": "unit" } ], - "___id": "T000002R055746", + "___id": "T000002R056054", "___s": true }, { @@ -861876,7 +869682,7 @@ "filename": "WebGLPipeline.js", "lineno": 2030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTime", @@ -861932,7 +869738,7 @@ "name": "shader" } ], - "___id": "T000002R055747", + "___id": "T000002R056055", "___s": true }, { @@ -861941,7 +869747,7 @@ "filename": "WebGLPipeline.js", "lineno": 2050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setBoolean", @@ -862010,7 +869816,7 @@ "name": "shader" } ], - "___id": "T000002R055748", + "___id": "T000002R056056", "___s": true }, { @@ -862019,7 +869825,7 @@ "filename": "WebGLPipeline.js", "lineno": 2077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1f", @@ -862088,7 +869894,7 @@ "name": "shader" } ], - "___id": "T000002R055749", + "___id": "T000002R056057", "___s": true }, { @@ -862097,7 +869903,7 @@ "filename": "WebGLPipeline.js", "lineno": 2104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2f", @@ -862179,7 +869985,7 @@ "name": "shader" } ], - "___id": "T000002R055750", + "___id": "T000002R056058", "___s": true }, { @@ -862188,7 +869994,7 @@ "filename": "WebGLPipeline.js", "lineno": 2132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3f", @@ -862283,7 +870089,7 @@ "name": "shader" } ], - "___id": "T000002R055751", + "___id": "T000002R056059", "___s": true }, { @@ -862292,7 +870098,7 @@ "filename": "WebGLPipeline.js", "lineno": 2161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4f", @@ -862400,7 +870206,7 @@ "name": "shader" } ], - "___id": "T000002R055752", + "___id": "T000002R056060", "___s": true }, { @@ -862409,7 +870215,7 @@ "filename": "WebGLPipeline.js", "lineno": 2191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1fv", @@ -862497,7 +870303,7 @@ "name": "shader" } ], - "___id": "T000002R055753", + "___id": "T000002R056061", "___s": true }, { @@ -862506,7 +870312,7 @@ "filename": "WebGLPipeline.js", "lineno": 2218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2fv", @@ -862594,7 +870400,7 @@ "name": "shader" } ], - "___id": "T000002R055754", + "___id": "T000002R056062", "___s": true }, { @@ -862603,7 +870409,7 @@ "filename": "WebGLPipeline.js", "lineno": 2245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3fv", @@ -862691,7 +870497,7 @@ "name": "shader" } ], - "___id": "T000002R055755", + "___id": "T000002R056063", "___s": true }, { @@ -862700,7 +870506,7 @@ "filename": "WebGLPipeline.js", "lineno": 2272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4fv", @@ -862788,7 +870594,7 @@ "name": "shader" } ], - "___id": "T000002R055756", + "___id": "T000002R056064", "___s": true }, { @@ -862797,7 +870603,7 @@ "filename": "WebGLPipeline.js", "lineno": 2299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1iv", @@ -862885,7 +870691,7 @@ "name": "shader" } ], - "___id": "T000002R055757", + "___id": "T000002R056065", "___s": true }, { @@ -862894,7 +870700,7 @@ "filename": "WebGLPipeline.js", "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2iv", @@ -862982,7 +870788,7 @@ "name": "shader" } ], - "___id": "T000002R055758", + "___id": "T000002R056066", "___s": true }, { @@ -862991,7 +870797,7 @@ "filename": "WebGLPipeline.js", "lineno": 2353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3iv", @@ -863079,7 +870885,7 @@ "name": "shader" } ], - "___id": "T000002R055759", + "___id": "T000002R056067", "___s": true }, { @@ -863088,7 +870894,7 @@ "filename": "WebGLPipeline.js", "lineno": 2380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4iv", @@ -863176,7 +870982,7 @@ "name": "shader" } ], - "___id": "T000002R055760", + "___id": "T000002R056068", "___s": true }, { @@ -863185,7 +870991,7 @@ "filename": "WebGLPipeline.js", "lineno": 2407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1i", @@ -863254,7 +871060,7 @@ "name": "shader" } ], - "___id": "T000002R055761", + "___id": "T000002R056069", "___s": true }, { @@ -863263,7 +871069,7 @@ "filename": "WebGLPipeline.js", "lineno": 2434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2i", @@ -863345,7 +871151,7 @@ "name": "shader" } ], - "___id": "T000002R055762", + "___id": "T000002R056070", "___s": true }, { @@ -863354,7 +871160,7 @@ "filename": "WebGLPipeline.js", "lineno": 2462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3i", @@ -863449,7 +871255,7 @@ "name": "shader" } ], - "___id": "T000002R055763", + "___id": "T000002R056071", "___s": true }, { @@ -863458,7 +871264,7 @@ "filename": "WebGLPipeline.js", "lineno": 2491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4i", @@ -863566,7 +871372,7 @@ "name": "shader" } ], - "___id": "T000002R055764", + "___id": "T000002R056072", "___s": true }, { @@ -863575,7 +871381,7 @@ "filename": "WebGLPipeline.js", "lineno": 2521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix2fv", @@ -863676,7 +871482,7 @@ "name": "shader" } ], - "___id": "T000002R055765", + "___id": "T000002R056073", "___s": true }, { @@ -863685,7 +871491,7 @@ "filename": "WebGLPipeline.js", "lineno": 2549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix3fv", @@ -863767,7 +871573,7 @@ "name": "shader" } ], - "___id": "T000002R055766", + "___id": "T000002R056074", "___s": true }, { @@ -863776,7 +871582,7 @@ "filename": "WebGLPipeline.js", "lineno": 2577, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix4fv", @@ -863858,7 +871664,7 @@ "name": "shader" } ], - "___id": "T000002R055767", + "___id": "T000002R056075", "___s": true }, { @@ -863867,7 +871673,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -863879,7 +871685,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R055768", + "___id": "T000002R056076", "___s": true }, { @@ -863888,7 +871694,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -863931,7 +871737,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R055769", + "___id": "T000002R056077", "___s": true }, { @@ -863940,7 +871746,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -864000,7 +871806,7 @@ "name": "event" } ], - "___id": "T000002R055770", + "___id": "T000002R056078", "___s": true }, { @@ -864009,7 +871815,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -864060,7 +871866,7 @@ "name": "event" } ], - "___id": "T000002R055771", + "___id": "T000002R056079", "___s": true }, { @@ -864069,7 +871875,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -864135,7 +871941,7 @@ "name": "args" } ], - "___id": "T000002R055772", + "___id": "T000002R056080", "___s": true }, { @@ -864144,7 +871950,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -864223,7 +872029,7 @@ "name": "context" } ], - "___id": "T000002R055773", + "___id": "T000002R056081", "___s": true }, { @@ -864232,7 +872038,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -864311,7 +872117,7 @@ "name": "context" } ], - "___id": "T000002R055774", + "___id": "T000002R056082", "___s": true }, { @@ -864320,7 +872126,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -864399,7 +872205,7 @@ "name": "context" } ], - "___id": "T000002R055775", + "___id": "T000002R056083", "___s": true }, { @@ -864408,7 +872214,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -864501,7 +872307,7 @@ "name": "once" } ], - "___id": "T000002R055776", + "___id": "T000002R056084", "___s": true }, { @@ -864510,7 +872316,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -864603,7 +872409,7 @@ "name": "once" } ], - "___id": "T000002R055777", + "___id": "T000002R056085", "___s": true }, { @@ -864612,7 +872418,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -864665,7 +872471,7 @@ "name": "event" } ], - "___id": "T000002R055778", + "___id": "T000002R056086", "___s": true }, { @@ -864674,7 +872480,7 @@ "filename": "PostFXPipeline.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "gameObject", @@ -864705,7 +872511,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#gameObject", "inherited": true, - "___id": "T000002R055779", + "___id": "T000002R056087", "___s": true }, { @@ -864714,7 +872520,7 @@ "filename": "PostFXPipeline.js", "lineno": 142, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "controller", @@ -864735,7 +872541,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#controller", "inherited": true, - "___id": "T000002R055780", + "___id": "T000002R056088", "___s": true }, { @@ -864744,7 +872550,7 @@ "filename": "PostFXPipeline.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "colorMatrix", @@ -864765,7 +872571,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#colorMatrix", "inherited": true, - "___id": "T000002R055781", + "___id": "T000002R056089", "___s": true }, { @@ -864774,7 +872580,7 @@ "filename": "PostFXPipeline.js", "lineno": 163, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame1", @@ -864796,7 +872602,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame1", "inherited": true, - "___id": "T000002R055782", + "___id": "T000002R056090", "___s": true }, { @@ -864805,7 +872611,7 @@ "filename": "PostFXPipeline.js", "lineno": 179, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame2", @@ -864827,7 +872633,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame2", "inherited": true, - "___id": "T000002R055783", + "___id": "T000002R056091", "___s": true }, { @@ -864836,7 +872642,7 @@ "filename": "PostFXPipeline.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame1", @@ -864858,7 +872664,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame1", "inherited": true, - "___id": "T000002R055784", + "___id": "T000002R056092", "___s": true }, { @@ -864867,7 +872673,7 @@ "filename": "PostFXPipeline.js", "lineno": 211, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame2", @@ -864889,7 +872695,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame2", "inherited": true, - "___id": "T000002R055785", + "___id": "T000002R056093", "___s": true }, { @@ -864898,7 +872704,7 @@ "filename": "PostFXPipeline.js", "lineno": 233, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bootFX", @@ -864910,16 +872716,16 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bootFX", "inherited": true, - "___id": "T000002R055786", + "___id": "T000002R056094", "___s": true }, { "comment": "/**\r\n * This method is called as a result of the `WebGLPipeline.batchQuad` method, right after a quad\r\n * belonging to a Game Object has been added to the batch. When this is called, the\r\n * renderer has just performed a flush.\r\n *\r\n * It calls the `onDraw` hook followed by the `onPostBatch` hook, which can be used to perform\r\n * additional Post FX Pipeline processing.\r\n *\r\n * It is also called as part of the `PipelineManager.postBatch` method when processing Post FX Pipelines.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch\r\n * @since 3.70.0\r\n *\r\n * @param {(Phaser.GameObjects.GameObject|Phaser.Cameras.Scene2D.Camera)} [gameObject] - The Game Object or Camera that invoked this pipeline, if any.\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 269, + "lineno": 268, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "postBatch", @@ -864972,16 +872778,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch", "inherited": true, - "___id": "T000002R055787", + "___id": "T000002R056095", "___s": true }, { "comment": "/**\r\n * Returns the FX Controller for this Post FX Pipeline.\r\n *\r\n * This is called internally and not typically required outside.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.FX.Controller} [controller] - An FX Controller, or undefined.\r\n *\r\n * @return {Phaser.FX.Controller|Phaser.Renderer.WebGL.Pipelines.PostFXPipeline} The FX Controller responsible, or this Pipeline.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 310, + "lineno": 309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "getController", @@ -865033,16 +872839,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController", "inherited": true, - "___id": "T000002R055788", + "___id": "T000002R056096", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * This method does _not_ bind a shader. It uses whatever shader\r\n * is currently bound in this pipeline. It also does _not_ clear\r\n * the frame buffers after use. You should take care of both of\r\n * these things if you call this method directly.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 338, + "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copySprite", @@ -865082,16 +872888,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite", "inherited": true, - "___id": "T000002R055789", + "___id": "T000002R056097", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * The difference between this method and `drawFrame` is that this method\r\n * uses a faster copy shader, where only the brightness can be modified.\r\n * If you need color level manipulation, see `drawFrame` instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 379, + "lineno": 378, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrame", @@ -865177,16 +872983,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame", "inherited": true, - "___id": "T000002R055790", + "___id": "T000002R056098", "___s": true }, { "comment": "/**\r\n * Pops the framebuffer from the renderers FBO stack and sets that as the active target,\r\n * then draws the `source` Render Target to it. It then resets the renderer textures.\r\n *\r\n * This should be done when you need to draw the _final_ results of a pipeline to the game\r\n * canvas, or the next framebuffer in line on the FBO stack. You should only call this once\r\n * in the `onDraw` handler and it should be the final thing called. Be careful not to call\r\n * this if you need to actually use the pipeline shader, instead of the copy shader. In\r\n * those cases, use the `bindAndDraw` method.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 402, + "lineno": 401, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyToGame", @@ -865213,16 +873019,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame", "inherited": true, - "___id": "T000002R055791", + "___id": "T000002R056099", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target, using this pipelines\r\n * Color Matrix.\r\n *\r\n * The difference between this method and `copyFrame` is that this method\r\n * uses a color matrix shader, where you have full control over the luminance\r\n * values used during the copy. If you don't need this, you can use the faster\r\n * `copyFrame` method instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 422, + "lineno": 421, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "drawFrame", @@ -865278,16 +873084,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame", "inherited": true, - "___id": "T000002R055792", + "___id": "T000002R056100", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using a linear blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 443, + "lineno": 442, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFrames", @@ -865371,16 +873177,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames", "inherited": true, - "___id": "T000002R055793", + "___id": "T000002R056101", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using an additive blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 461, + "lineno": 460, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFramesAdditive", @@ -865464,16 +873270,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive", "inherited": true, - "___id": "T000002R055794", + "___id": "T000002R056102", "___s": true }, { "comment": "/**\r\n * Clears the given Render Target.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The Render Target to clear.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 479, + "lineno": 478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "clearFrame", @@ -865515,16 +873321,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame", "inherited": true, - "___id": "T000002R055795", + "___id": "T000002R056103", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * The difference with this copy is that no resizing takes place. If the `source`\r\n * Render Target is larger than the `target` then only a portion the same size as\r\n * the `target` dimensions is copied across.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {boolean} [eraseMode=false] - Erase source from target using ERASE Blend Mode?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 493, + "lineno": 492, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blitFrame", @@ -865624,16 +873430,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame", "inherited": true, - "___id": "T000002R055796", + "___id": "T000002R056104", "___s": true }, { "comment": "/**\r\n * Binds the `source` Render Target and then copies a section of it to the `target` Render Target.\r\n *\r\n * This method is extremely fast because it uses `gl.copyTexSubImage2D` and doesn't\r\n * require the use of any shaders. Remember the coordinates are given in standard WebGL format,\r\n * where x and y specify the lower-left corner of the section, not the top-left. Also, the\r\n * copy entirely replaces the contents of the target texture, no 'merging' or 'blending' takes\r\n * place.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} x - The x coordinate of the lower left corner where to start copying.\r\n * @param {number} y - The y coordinate of the lower left corner where to start copying.\r\n * @param {number} width - The width of the texture.\r\n * @param {number} height - The height of the texture.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 517, + "lineno": 516, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrameRect", @@ -865755,16 +873561,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect", "inherited": true, - "___id": "T000002R055797", + "___id": "T000002R056105", "___s": true }, { "comment": "/**\r\n * Binds this pipeline and draws the `source` Render Target to the `target` Render Target.\r\n *\r\n * If no `target` is specified, it will pop the framebuffer from the Renderers FBO stack\r\n * and use that instead, which should be done when you need to draw the final results of\r\n * this pipeline to the game canvas.\r\n *\r\n * You can optionally set the shader to be used for the draw here, if this is a multi-shader\r\n * pipeline. By default `currentShader` will be used. If you need to set a shader but not\r\n * a target, just pass `null` as the `target` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The Render Target to draw to. If not set, it will pop the fbo from the stack.\r\n * @param {boolean} [clear=true] - Clear the target before copying? Only used if `target` parameter is set.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {Phaser.Renderer.WebGL.WebGLShader} [currentShader] - The shader to use during the draw.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 543, + "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bindAndDraw", @@ -865849,16 +873655,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw", "inherited": true, - "___id": "T000002R055798", + "___id": "T000002R056106", "___s": true }, { "comment": "/**\r\n * Destroys all shader instances, removes all object references and nulls all external references.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy\r\n * @since 3.60.0\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 620, + "lineno": 619, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "destroy", @@ -865885,7 +873691,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy", "inherited": true, - "___id": "T000002R055799", + "___id": "T000002R056107", "___s": true }, { @@ -865894,7 +873700,7 @@ "filename": "WebGLPipeline.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "name", @@ -865915,7 +873721,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#name", "inherited": true, - "___id": "T000002R055800", + "___id": "T000002R056108", "___s": true }, { @@ -865924,7 +873730,7 @@ "filename": "WebGLPipeline.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "game", @@ -865945,7 +873751,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#game", "inherited": true, - "___id": "T000002R055801", + "___id": "T000002R056109", "___s": true }, { @@ -865954,7 +873760,7 @@ "filename": "WebGLPipeline.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderer", @@ -865975,7 +873781,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderer", "inherited": true, - "___id": "T000002R055802", + "___id": "T000002R056110", "___s": true }, { @@ -865984,7 +873790,7 @@ "filename": "WebGLPipeline.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "manager", @@ -866007,7 +873813,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#manager", "inherited": true, - "___id": "T000002R055803", + "___id": "T000002R056111", "___s": true }, { @@ -866016,7 +873822,7 @@ "filename": "WebGLPipeline.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "gl", @@ -866037,7 +873843,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#gl", "inherited": true, - "___id": "T000002R055804", + "___id": "T000002R056112", "___s": true }, { @@ -866046,7 +873852,7 @@ "filename": "WebGLPipeline.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "view", @@ -866067,7 +873873,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#view", "inherited": true, - "___id": "T000002R055805", + "___id": "T000002R056113", "___s": true }, { @@ -866076,7 +873882,7 @@ "filename": "WebGLPipeline.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "width", @@ -866097,7 +873903,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#width", "inherited": true, - "___id": "T000002R055806", + "___id": "T000002R056114", "___s": true }, { @@ -866106,7 +873912,7 @@ "filename": "WebGLPipeline.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "height", @@ -866127,7 +873933,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#height", "inherited": true, - "___id": "T000002R055807", + "___id": "T000002R056115", "___s": true }, { @@ -866136,7 +873942,7 @@ "filename": "WebGLPipeline.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCount", @@ -866158,7 +873964,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCount", "inherited": true, - "___id": "T000002R055808", + "___id": "T000002R056116", "___s": true }, { @@ -866167,7 +873973,7 @@ "filename": "WebGLPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCapacity", @@ -866188,7 +873994,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCapacity", "inherited": true, - "___id": "T000002R055809", + "___id": "T000002R056117", "___s": true }, { @@ -866197,7 +874003,7 @@ "filename": "WebGLPipeline.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexData", @@ -866219,7 +874025,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexData", "inherited": true, - "___id": "T000002R055810", + "___id": "T000002R056118", "___s": true }, { @@ -866228,7 +874034,7 @@ "filename": "WebGLPipeline.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexBuffer", @@ -866250,7 +874056,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexBuffer", "inherited": true, - "___id": "T000002R055811", + "___id": "T000002R056119", "___s": true }, { @@ -866259,7 +874065,7 @@ "filename": "WebGLPipeline.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeBuffer", @@ -866280,7 +874086,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeBuffer", "inherited": true, - "___id": "T000002R055812", + "___id": "T000002R056120", "___s": true }, { @@ -866289,7 +874095,7 @@ "filename": "WebGLPipeline.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "topology", @@ -866310,7 +874116,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#topology", "inherited": true, - "___id": "T000002R055813", + "___id": "T000002R056121", "___s": true }, { @@ -866319,7 +874125,7 @@ "filename": "WebGLPipeline.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bytes", @@ -866340,7 +874146,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bytes", "inherited": true, - "___id": "T000002R055814", + "___id": "T000002R056122", "___s": true }, { @@ -866349,7 +874155,7 @@ "filename": "WebGLPipeline.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewF32", @@ -866370,7 +874176,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewF32", "inherited": true, - "___id": "T000002R055815", + "___id": "T000002R056123", "___s": true }, { @@ -866379,7 +874185,7 @@ "filename": "WebGLPipeline.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewU32", @@ -866400,7 +874206,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewU32", "inherited": true, - "___id": "T000002R055816", + "___id": "T000002R056124", "___s": true }, { @@ -866409,7 +874215,7 @@ "filename": "WebGLPipeline.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "active", @@ -866430,7 +874236,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#active", "inherited": true, - "___id": "T000002R055817", + "___id": "T000002R056125", "___s": true }, { @@ -866439,7 +874245,7 @@ "filename": "WebGLPipeline.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "forceZero", @@ -866460,7 +874266,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#forceZero", "inherited": true, - "___id": "T000002R055818", + "___id": "T000002R056126", "___s": true }, { @@ -866469,7 +874275,7 @@ "filename": "WebGLPipeline.js", "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "hasBooted", @@ -866491,7 +874297,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#hasBooted", "inherited": true, - "___id": "T000002R055819", + "___id": "T000002R056127", "___s": true }, { @@ -866500,7 +874306,7 @@ "filename": "WebGLPipeline.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPostFX", @@ -866522,7 +874328,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPostFX", "inherited": true, - "___id": "T000002R055820", + "___id": "T000002R056128", "___s": true }, { @@ -866531,7 +874337,7 @@ "filename": "WebGLPipeline.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPreFX", @@ -866553,7 +874359,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPreFX", "inherited": true, - "___id": "T000002R055821", + "___id": "T000002R056129", "___s": true }, { @@ -866562,7 +874368,7 @@ "filename": "WebGLPipeline.js", "lineno": 289, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderTargets", @@ -866592,7 +874398,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderTargets", "inherited": true, - "___id": "T000002R055822", + "___id": "T000002R056130", "___s": true }, { @@ -866601,7 +874407,7 @@ "filename": "WebGLPipeline.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentRenderTarget", @@ -866622,7 +874428,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentRenderTarget", "inherited": true, - "___id": "T000002R055823", + "___id": "T000002R056131", "___s": true }, { @@ -866631,7 +874437,7 @@ "filename": "WebGLPipeline.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shaders", @@ -866661,7 +874467,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shaders", "inherited": true, - "___id": "T000002R055824", + "___id": "T000002R056132", "___s": true }, { @@ -866670,7 +874476,7 @@ "filename": "WebGLPipeline.js", "lineno": 322, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentShader", @@ -866691,7 +874497,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentShader", "inherited": true, - "___id": "T000002R055825", + "___id": "T000002R056133", "___s": true }, { @@ -866700,7 +874506,7 @@ "filename": "WebGLPipeline.js", "lineno": 334, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionMatrix", @@ -866721,7 +874527,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionMatrix", "inherited": true, - "___id": "T000002R055826", + "___id": "T000002R056134", "___s": true }, { @@ -866730,7 +874536,7 @@ "filename": "WebGLPipeline.js", "lineno": 343, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionWidth", @@ -866751,7 +874557,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionWidth", "inherited": true, - "___id": "T000002R055827", + "___id": "T000002R056135", "___s": true }, { @@ -866760,7 +874566,7 @@ "filename": "WebGLPipeline.js", "lineno": 352, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionHeight", @@ -866781,7 +874587,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionHeight", "inherited": true, - "___id": "T000002R055828", + "___id": "T000002R056136", "___s": true }, { @@ -866790,7 +874596,7 @@ "filename": "WebGLPipeline.js", "lineno": 361, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "config", @@ -866811,7 +874617,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#config", "inherited": true, - "___id": "T000002R055829", + "___id": "T000002R056137", "___s": true }, { @@ -866820,7 +874626,7 @@ "filename": "WebGLPipeline.js", "lineno": 374, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "glReset", @@ -866841,7 +874647,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#glReset", "inherited": true, - "___id": "T000002R055830", + "___id": "T000002R056138", "___s": true }, { @@ -866850,7 +874656,7 @@ "filename": "WebGLPipeline.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batch", @@ -866880,7 +874686,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batch", "inherited": true, - "___id": "T000002R055831", + "___id": "T000002R056139", "___s": true }, { @@ -866889,7 +874695,7 @@ "filename": "WebGLPipeline.js", "lineno": 401, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentBatch", @@ -866912,7 +874718,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentBatch", "inherited": true, - "___id": "T000002R055832", + "___id": "T000002R056140", "___s": true }, { @@ -866921,7 +874727,7 @@ "filename": "WebGLPipeline.js", "lineno": 414, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentTexture", @@ -866944,7 +874750,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentTexture", "inherited": true, - "___id": "T000002R055833", + "___id": "T000002R056141", "___s": true }, { @@ -866953,7 +874759,7 @@ "filename": "WebGLPipeline.js", "lineno": 427, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentUnit", @@ -866974,7 +874780,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentUnit", "inherited": true, - "___id": "T000002R055834", + "___id": "T000002R056142", "___s": true }, { @@ -866983,7 +874789,7 @@ "filename": "WebGLPipeline.js", "lineno": 438, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeTextures", @@ -867013,7 +874819,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeTextures", "inherited": true, - "___id": "T000002R055835", + "___id": "T000002R056143", "___s": true }, { @@ -867022,7 +874828,7 @@ "filename": "WebGLPipeline.js", "lineno": 451, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resizeUniform", @@ -867043,7 +874849,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resizeUniform", "inherited": true, - "___id": "T000002R055836", + "___id": "T000002R056144", "___s": true }, { @@ -867052,7 +874858,7 @@ "filename": "WebGLPipeline.js", "lineno": 463, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "boot", @@ -867067,7 +874873,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#boot", "inherited": true, - "___id": "T000002R055837", + "___id": "T000002R056145", "___s": true }, { @@ -867076,7 +874882,7 @@ "filename": "WebGLPipeline.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBoot", @@ -867088,7 +874894,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBoot", "inherited": true, - "___id": "T000002R055838", + "___id": "T000002R056146", "___s": true }, { @@ -867097,7 +874903,7 @@ "filename": "WebGLPipeline.js", "lineno": 611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onResize", @@ -867137,7 +874943,7 @@ "name": "height" } ], - "___id": "T000002R055839", + "___id": "T000002R056147", "___s": true }, { @@ -867146,7 +874952,7 @@ "filename": "WebGLPipeline.js", "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShader", @@ -867217,7 +875023,7 @@ "name": "vertexBuffer" } ], - "___id": "T000002R055840", + "___id": "T000002R056148", "___s": true }, { @@ -867226,7 +875032,7 @@ "filename": "WebGLPipeline.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "getShaderByName", @@ -867267,7 +875073,7 @@ "name": "name" } ], - "___id": "T000002R055841", + "___id": "T000002R056149", "___s": true }, { @@ -867276,7 +875082,7 @@ "filename": "WebGLPipeline.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShadersFromConfig", @@ -867318,7 +875124,7 @@ "name": "config" } ], - "___id": "T000002R055842", + "___id": "T000002R056150", "___s": true }, { @@ -867327,7 +875133,7 @@ "filename": "WebGLPipeline.js", "lineno": 789, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "createBatch", @@ -867368,7 +875174,7 @@ "name": "texture" } ], - "___id": "T000002R055843", + "___id": "T000002R056151", "___s": true }, { @@ -867377,7 +875183,7 @@ "filename": "WebGLPipeline.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "addTextureToBatch", @@ -867404,7 +875210,7 @@ "name": "texture" } ], - "___id": "T000002R055844", + "___id": "T000002R056152", "___s": true }, { @@ -867413,7 +875219,7 @@ "filename": "WebGLPipeline.js", "lineno": 839, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "pushBatch", @@ -867454,7 +875260,7 @@ "name": "texture" } ], - "___id": "T000002R055845", + "___id": "T000002R056153", "___s": true }, { @@ -867463,7 +875269,7 @@ "filename": "WebGLPipeline.js", "lineno": 912, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setGameObject", @@ -867518,7 +875324,7 @@ "name": "frame" } ], - "___id": "T000002R055846", + "___id": "T000002R056154", "___s": true }, { @@ -867527,7 +875333,7 @@ "filename": "WebGLPipeline.js", "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shouldFlush", @@ -867570,7 +875376,7 @@ "name": "amount" } ], - "___id": "T000002R055847", + "___id": "T000002R056155", "___s": true }, { @@ -867579,7 +875385,7 @@ "filename": "WebGLPipeline.js", "lineno": 952, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexAvailable", @@ -867605,7 +875411,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexAvailable", "inherited": true, - "___id": "T000002R055848", + "___id": "T000002R056156", "___s": true }, { @@ -867614,7 +875420,7 @@ "filename": "WebGLPipeline.js", "lineno": 966, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resize", @@ -867672,7 +875478,7 @@ "name": "height" } ], - "___id": "T000002R055849", + "___id": "T000002R056157", "___s": true }, { @@ -867681,7 +875487,7 @@ "filename": "WebGLPipeline.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setProjectionMatrix", @@ -867736,7 +875542,7 @@ "name": "height" } ], - "___id": "T000002R055850", + "___id": "T000002R056158", "___s": true }, { @@ -867745,7 +875551,7 @@ "filename": "WebGLPipeline.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flipProjectionMatrix", @@ -867774,7 +875580,7 @@ "name": "flipY" } ], - "___id": "T000002R055851", + "___id": "T000002R056159", "___s": true }, { @@ -867783,7 +875589,7 @@ "filename": "WebGLPipeline.js", "lineno": 1096, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "updateProjectionMatrix", @@ -867795,7 +875601,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#updateProjectionMatrix", "inherited": true, - "___id": "T000002R055852", + "___id": "T000002R056160", "___s": true }, { @@ -867804,7 +875610,7 @@ "filename": "WebGLPipeline.js", "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bind", @@ -867850,7 +875656,7 @@ "name": "currentShader" } ], - "___id": "T000002R055853", + "___id": "T000002R056161", "___s": true }, { @@ -867859,7 +875665,7 @@ "filename": "WebGLPipeline.js", "lineno": 1169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "rebind", @@ -867905,7 +875711,7 @@ "name": "currentShader" } ], - "___id": "T000002R055854", + "___id": "T000002R056162", "___s": true }, { @@ -867914,7 +875720,7 @@ "filename": "WebGLPipeline.js", "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "restoreContext", @@ -867926,7 +875732,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#restoreContext", "inherited": true, - "___id": "T000002R055855", + "___id": "T000002R056163", "___s": true }, { @@ -867935,7 +875741,7 @@ "filename": "WebGLPipeline.js", "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setVertexBuffer", @@ -867977,7 +875783,7 @@ "name": "buffer" } ], - "___id": "T000002R055856", + "___id": "T000002R056164", "___s": true }, { @@ -867986,7 +875792,7 @@ "filename": "WebGLPipeline.js", "lineno": 1282, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "preBatch", @@ -868039,7 +875845,7 @@ "name": "gameObject" } ], - "___id": "T000002R055857", + "___id": "T000002R056165", "___s": true }, { @@ -868048,7 +875854,7 @@ "filename": "WebGLPipeline.js", "lineno": 1335, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onDraw", @@ -868089,7 +875895,7 @@ "name": "swapTarget" } ], - "___id": "T000002R055858", + "___id": "T000002R056166", "___s": true }, { @@ -868098,7 +875904,7 @@ "filename": "WebGLPipeline.js", "lineno": 1355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "unbind", @@ -868110,7 +875916,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#unbind", "inherited": true, - "___id": "T000002R055859", + "___id": "T000002R056167", "___s": true }, { @@ -868119,7 +875925,7 @@ "filename": "WebGLPipeline.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flush", @@ -868167,7 +875973,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R055860", + "___id": "T000002R056168", "___s": true }, { @@ -868176,7 +875982,7 @@ "filename": "WebGLPipeline.js", "lineno": 1478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onActive", @@ -868203,7 +876009,7 @@ "name": "currentShader" } ], - "___id": "T000002R055861", + "___id": "T000002R056169", "___s": true }, { @@ -868212,7 +876018,7 @@ "filename": "WebGLPipeline.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBind", @@ -868240,7 +876046,7 @@ "name": "gameObject" } ], - "___id": "T000002R055862", + "___id": "T000002R056170", "___s": true }, { @@ -868249,7 +876055,7 @@ "filename": "WebGLPipeline.js", "lineno": 1518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRebind", @@ -868261,7 +876067,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRebind", "inherited": true, - "___id": "T000002R055863", + "___id": "T000002R056171", "___s": true }, { @@ -868270,7 +876076,7 @@ "filename": "WebGLPipeline.js", "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBatch", @@ -868298,7 +876104,7 @@ "name": "gameObject" } ], - "___id": "T000002R055864", + "___id": "T000002R056172", "___s": true }, { @@ -868307,7 +876113,7 @@ "filename": "WebGLPipeline.js", "lineno": 1553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreBatch", @@ -868335,7 +876141,7 @@ "name": "gameObject" } ], - "___id": "T000002R055865", + "___id": "T000002R056173", "___s": true }, { @@ -868344,7 +876150,7 @@ "filename": "WebGLPipeline.js", "lineno": 1567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostBatch", @@ -868372,7 +876178,7 @@ "name": "gameObject" } ], - "___id": "T000002R055866", + "___id": "T000002R056174", "___s": true }, { @@ -868381,7 +876187,7 @@ "filename": "WebGLPipeline.js", "lineno": 1581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreRender", @@ -868393,7 +876199,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreRender", "inherited": true, - "___id": "T000002R055867", + "___id": "T000002R056175", "___s": true }, { @@ -868402,7 +876208,7 @@ "filename": "WebGLPipeline.js", "lineno": 1594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRender", @@ -868442,7 +876248,7 @@ "name": "camera" } ], - "___id": "T000002R055868", + "___id": "T000002R056176", "___s": true }, { @@ -868451,7 +876257,7 @@ "filename": "WebGLPipeline.js", "lineno": 1611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostRender", @@ -868463,7 +876269,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostRender", "inherited": true, - "___id": "T000002R055869", + "___id": "T000002R056177", "___s": true }, { @@ -868472,7 +876278,7 @@ "filename": "WebGLPipeline.js", "lineno": 1626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBeforeFlush", @@ -868501,7 +876307,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R055870", + "___id": "T000002R056178", "___s": true }, { @@ -868510,7 +876316,7 @@ "filename": "WebGLPipeline.js", "lineno": 1643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onAfterFlush", @@ -868539,7 +876345,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R055871", + "___id": "T000002R056179", "___s": true }, { @@ -868548,7 +876354,7 @@ "filename": "WebGLPipeline.js", "lineno": 1664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchVert", @@ -868663,7 +876469,7 @@ "name": "tint" } ], - "___id": "T000002R055872", + "___id": "T000002R056180", "___s": true }, { @@ -868672,7 +876478,7 @@ "filename": "WebGLPipeline.js", "lineno": 1704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchQuad", @@ -868982,7 +876788,7 @@ "name": "unit" } ], - "___id": "T000002R055873", + "___id": "T000002R056181", "___s": true }, { @@ -868991,7 +876797,7 @@ "filename": "WebGLPipeline.js", "lineno": 1827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchTri", @@ -869262,7 +877068,7 @@ "name": "unit" } ], - "___id": "T000002R055874", + "___id": "T000002R056182", "___s": true }, { @@ -869271,7 +877077,7 @@ "filename": "WebGLPipeline.js", "lineno": 1921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "drawFillRect", @@ -869392,7 +877198,7 @@ "name": "flipUV" } ], - "___id": "T000002R055875", + "___id": "T000002R056183", "___s": true }, { @@ -869401,7 +877207,7 @@ "filename": "WebGLPipeline.js", "lineno": 1971, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTexture2D", @@ -869443,7 +877249,7 @@ "name": "texture" } ], - "___id": "T000002R055876", + "___id": "T000002R056184", "___s": true }, { @@ -869452,7 +877258,7 @@ "filename": "WebGLPipeline.js", "lineno": 1989, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindTexture", @@ -869510,7 +877316,7 @@ "name": "unit" } ], - "___id": "T000002R055877", + "___id": "T000002R056185", "___s": true }, { @@ -869519,7 +877325,7 @@ "filename": "WebGLPipeline.js", "lineno": 2013, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindRenderTarget", @@ -869577,7 +877383,7 @@ "name": "unit" } ], - "___id": "T000002R055878", + "___id": "T000002R056186", "___s": true }, { @@ -869586,7 +877392,7 @@ "filename": "WebGLPipeline.js", "lineno": 2030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTime", @@ -869642,7 +877448,7 @@ "name": "shader" } ], - "___id": "T000002R055879", + "___id": "T000002R056187", "___s": true }, { @@ -869651,7 +877457,7 @@ "filename": "WebGLPipeline.js", "lineno": 2050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setBoolean", @@ -869720,7 +877526,7 @@ "name": "shader" } ], - "___id": "T000002R055880", + "___id": "T000002R056188", "___s": true }, { @@ -869729,7 +877535,7 @@ "filename": "WebGLPipeline.js", "lineno": 2077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1f", @@ -869798,7 +877604,7 @@ "name": "shader" } ], - "___id": "T000002R055881", + "___id": "T000002R056189", "___s": true }, { @@ -869807,7 +877613,7 @@ "filename": "WebGLPipeline.js", "lineno": 2104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2f", @@ -869889,7 +877695,7 @@ "name": "shader" } ], - "___id": "T000002R055882", + "___id": "T000002R056190", "___s": true }, { @@ -869898,7 +877704,7 @@ "filename": "WebGLPipeline.js", "lineno": 2132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3f", @@ -869993,7 +877799,7 @@ "name": "shader" } ], - "___id": "T000002R055883", + "___id": "T000002R056191", "___s": true }, { @@ -870002,7 +877808,7 @@ "filename": "WebGLPipeline.js", "lineno": 2161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4f", @@ -870110,7 +877916,7 @@ "name": "shader" } ], - "___id": "T000002R055884", + "___id": "T000002R056192", "___s": true }, { @@ -870119,7 +877925,7 @@ "filename": "WebGLPipeline.js", "lineno": 2191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1fv", @@ -870207,7 +878013,7 @@ "name": "shader" } ], - "___id": "T000002R055885", + "___id": "T000002R056193", "___s": true }, { @@ -870216,7 +878022,7 @@ "filename": "WebGLPipeline.js", "lineno": 2218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2fv", @@ -870304,7 +878110,7 @@ "name": "shader" } ], - "___id": "T000002R055886", + "___id": "T000002R056194", "___s": true }, { @@ -870313,7 +878119,7 @@ "filename": "WebGLPipeline.js", "lineno": 2245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3fv", @@ -870401,7 +878207,7 @@ "name": "shader" } ], - "___id": "T000002R055887", + "___id": "T000002R056195", "___s": true }, { @@ -870410,7 +878216,7 @@ "filename": "WebGLPipeline.js", "lineno": 2272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4fv", @@ -870498,7 +878304,7 @@ "name": "shader" } ], - "___id": "T000002R055888", + "___id": "T000002R056196", "___s": true }, { @@ -870507,7 +878313,7 @@ "filename": "WebGLPipeline.js", "lineno": 2299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1iv", @@ -870595,7 +878401,7 @@ "name": "shader" } ], - "___id": "T000002R055889", + "___id": "T000002R056197", "___s": true }, { @@ -870604,7 +878410,7 @@ "filename": "WebGLPipeline.js", "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2iv", @@ -870692,7 +878498,7 @@ "name": "shader" } ], - "___id": "T000002R055890", + "___id": "T000002R056198", "___s": true }, { @@ -870701,7 +878507,7 @@ "filename": "WebGLPipeline.js", "lineno": 2353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3iv", @@ -870789,7 +878595,7 @@ "name": "shader" } ], - "___id": "T000002R055891", + "___id": "T000002R056199", "___s": true }, { @@ -870798,7 +878604,7 @@ "filename": "WebGLPipeline.js", "lineno": 2380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4iv", @@ -870886,7 +878692,7 @@ "name": "shader" } ], - "___id": "T000002R055892", + "___id": "T000002R056200", "___s": true }, { @@ -870895,7 +878701,7 @@ "filename": "WebGLPipeline.js", "lineno": 2407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1i", @@ -870964,7 +878770,7 @@ "name": "shader" } ], - "___id": "T000002R055893", + "___id": "T000002R056201", "___s": true }, { @@ -870973,7 +878779,7 @@ "filename": "WebGLPipeline.js", "lineno": 2434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2i", @@ -871055,7 +878861,7 @@ "name": "shader" } ], - "___id": "T000002R055894", + "___id": "T000002R056202", "___s": true }, { @@ -871064,7 +878870,7 @@ "filename": "WebGLPipeline.js", "lineno": 2462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3i", @@ -871159,7 +878965,7 @@ "name": "shader" } ], - "___id": "T000002R055895", + "___id": "T000002R056203", "___s": true }, { @@ -871168,7 +878974,7 @@ "filename": "WebGLPipeline.js", "lineno": 2491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4i", @@ -871276,7 +879082,7 @@ "name": "shader" } ], - "___id": "T000002R055896", + "___id": "T000002R056204", "___s": true }, { @@ -871285,7 +879091,7 @@ "filename": "WebGLPipeline.js", "lineno": 2521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix2fv", @@ -871386,7 +879192,7 @@ "name": "shader" } ], - "___id": "T000002R055897", + "___id": "T000002R056205", "___s": true }, { @@ -871395,7 +879201,7 @@ "filename": "WebGLPipeline.js", "lineno": 2549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix3fv", @@ -871477,7 +879283,7 @@ "name": "shader" } ], - "___id": "T000002R055898", + "___id": "T000002R056206", "___s": true }, { @@ -871486,7 +879292,7 @@ "filename": "WebGLPipeline.js", "lineno": 2577, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix4fv", @@ -871568,7 +879374,7 @@ "name": "shader" } ], - "___id": "T000002R055899", + "___id": "T000002R056207", "___s": true }, { @@ -871577,7 +879383,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -871589,7 +879395,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R055900", + "___id": "T000002R056208", "___s": true }, { @@ -871598,7 +879404,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -871641,7 +879447,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R055901", + "___id": "T000002R056209", "___s": true }, { @@ -871650,7 +879456,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -871710,7 +879516,7 @@ "name": "event" } ], - "___id": "T000002R055902", + "___id": "T000002R056210", "___s": true }, { @@ -871719,7 +879525,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -871770,7 +879576,7 @@ "name": "event" } ], - "___id": "T000002R055903", + "___id": "T000002R056211", "___s": true }, { @@ -871779,7 +879585,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -871845,7 +879651,7 @@ "name": "args" } ], - "___id": "T000002R055904", + "___id": "T000002R056212", "___s": true }, { @@ -871854,7 +879660,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -871933,7 +879739,7 @@ "name": "context" } ], - "___id": "T000002R055905", + "___id": "T000002R056213", "___s": true }, { @@ -871942,7 +879748,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -872021,7 +879827,7 @@ "name": "context" } ], - "___id": "T000002R055906", + "___id": "T000002R056214", "___s": true }, { @@ -872030,7 +879836,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -872109,7 +879915,7 @@ "name": "context" } ], - "___id": "T000002R055907", + "___id": "T000002R056215", "___s": true }, { @@ -872118,7 +879924,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -872211,7 +880017,7 @@ "name": "once" } ], - "___id": "T000002R055908", + "___id": "T000002R056216", "___s": true }, { @@ -872220,7 +880026,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -872313,7 +880119,7 @@ "name": "once" } ], - "___id": "T000002R055909", + "___id": "T000002R056217", "___s": true }, { @@ -872322,7 +880128,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -872375,7 +880181,7 @@ "name": "event" } ], - "___id": "T000002R055910", + "___id": "T000002R056218", "___s": true }, { @@ -872384,7 +880190,7 @@ "filename": "PostFXPipeline.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "gameObject", @@ -872415,7 +880221,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#gameObject", "inherited": true, - "___id": "T000002R055911", + "___id": "T000002R056219", "___s": true }, { @@ -872424,7 +880230,7 @@ "filename": "PostFXPipeline.js", "lineno": 142, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "controller", @@ -872445,7 +880251,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#controller", "inherited": true, - "___id": "T000002R055912", + "___id": "T000002R056220", "___s": true }, { @@ -872454,7 +880260,7 @@ "filename": "PostFXPipeline.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "colorMatrix", @@ -872475,7 +880281,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#colorMatrix", "inherited": true, - "___id": "T000002R055913", + "___id": "T000002R056221", "___s": true }, { @@ -872484,7 +880290,7 @@ "filename": "PostFXPipeline.js", "lineno": 163, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame1", @@ -872506,7 +880312,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame1", "inherited": true, - "___id": "T000002R055914", + "___id": "T000002R056222", "___s": true }, { @@ -872515,7 +880321,7 @@ "filename": "PostFXPipeline.js", "lineno": 179, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame2", @@ -872537,7 +880343,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame2", "inherited": true, - "___id": "T000002R055915", + "___id": "T000002R056223", "___s": true }, { @@ -872546,7 +880352,7 @@ "filename": "PostFXPipeline.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame1", @@ -872568,7 +880374,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame1", "inherited": true, - "___id": "T000002R055916", + "___id": "T000002R056224", "___s": true }, { @@ -872577,7 +880383,7 @@ "filename": "PostFXPipeline.js", "lineno": 211, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame2", @@ -872599,7 +880405,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame2", "inherited": true, - "___id": "T000002R055917", + "___id": "T000002R056225", "___s": true }, { @@ -872608,7 +880414,7 @@ "filename": "PostFXPipeline.js", "lineno": 233, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bootFX", @@ -872620,16 +880426,16 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bootFX", "inherited": true, - "___id": "T000002R055918", + "___id": "T000002R056226", "___s": true }, { "comment": "/**\r\n * This method is called as a result of the `WebGLPipeline.batchQuad` method, right after a quad\r\n * belonging to a Game Object has been added to the batch. When this is called, the\r\n * renderer has just performed a flush.\r\n *\r\n * It calls the `onDraw` hook followed by the `onPostBatch` hook, which can be used to perform\r\n * additional Post FX Pipeline processing.\r\n *\r\n * It is also called as part of the `PipelineManager.postBatch` method when processing Post FX Pipelines.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch\r\n * @since 3.70.0\r\n *\r\n * @param {(Phaser.GameObjects.GameObject|Phaser.Cameras.Scene2D.Camera)} [gameObject] - The Game Object or Camera that invoked this pipeline, if any.\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 269, + "lineno": 268, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "postBatch", @@ -872682,16 +880488,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch", "inherited": true, - "___id": "T000002R055919", + "___id": "T000002R056227", "___s": true }, { "comment": "/**\r\n * Returns the FX Controller for this Post FX Pipeline.\r\n *\r\n * This is called internally and not typically required outside.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.FX.Controller} [controller] - An FX Controller, or undefined.\r\n *\r\n * @return {Phaser.FX.Controller|Phaser.Renderer.WebGL.Pipelines.PostFXPipeline} The FX Controller responsible, or this Pipeline.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 310, + "lineno": 309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "getController", @@ -872743,16 +880549,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController", "inherited": true, - "___id": "T000002R055920", + "___id": "T000002R056228", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * This method does _not_ bind a shader. It uses whatever shader\r\n * is currently bound in this pipeline. It also does _not_ clear\r\n * the frame buffers after use. You should take care of both of\r\n * these things if you call this method directly.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 338, + "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copySprite", @@ -872792,16 +880598,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite", "inherited": true, - "___id": "T000002R055921", + "___id": "T000002R056229", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * The difference between this method and `drawFrame` is that this method\r\n * uses a faster copy shader, where only the brightness can be modified.\r\n * If you need color level manipulation, see `drawFrame` instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 379, + "lineno": 378, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrame", @@ -872887,16 +880693,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame", "inherited": true, - "___id": "T000002R055922", + "___id": "T000002R056230", "___s": true }, { "comment": "/**\r\n * Pops the framebuffer from the renderers FBO stack and sets that as the active target,\r\n * then draws the `source` Render Target to it. It then resets the renderer textures.\r\n *\r\n * This should be done when you need to draw the _final_ results of a pipeline to the game\r\n * canvas, or the next framebuffer in line on the FBO stack. You should only call this once\r\n * in the `onDraw` handler and it should be the final thing called. Be careful not to call\r\n * this if you need to actually use the pipeline shader, instead of the copy shader. In\r\n * those cases, use the `bindAndDraw` method.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 402, + "lineno": 401, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyToGame", @@ -872923,16 +880729,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame", "inherited": true, - "___id": "T000002R055923", + "___id": "T000002R056231", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target, using this pipelines\r\n * Color Matrix.\r\n *\r\n * The difference between this method and `copyFrame` is that this method\r\n * uses a color matrix shader, where you have full control over the luminance\r\n * values used during the copy. If you don't need this, you can use the faster\r\n * `copyFrame` method instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 422, + "lineno": 421, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "drawFrame", @@ -872988,16 +880794,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame", "inherited": true, - "___id": "T000002R055924", + "___id": "T000002R056232", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using a linear blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 443, + "lineno": 442, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFrames", @@ -873081,16 +880887,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames", "inherited": true, - "___id": "T000002R055925", + "___id": "T000002R056233", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using an additive blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 461, + "lineno": 460, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFramesAdditive", @@ -873174,16 +880980,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive", "inherited": true, - "___id": "T000002R055926", + "___id": "T000002R056234", "___s": true }, { "comment": "/**\r\n * Clears the given Render Target.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The Render Target to clear.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 479, + "lineno": 478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "clearFrame", @@ -873225,16 +881031,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame", "inherited": true, - "___id": "T000002R055927", + "___id": "T000002R056235", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * The difference with this copy is that no resizing takes place. If the `source`\r\n * Render Target is larger than the `target` then only a portion the same size as\r\n * the `target` dimensions is copied across.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {boolean} [eraseMode=false] - Erase source from target using ERASE Blend Mode?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 493, + "lineno": 492, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blitFrame", @@ -873334,16 +881140,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame", "inherited": true, - "___id": "T000002R055928", + "___id": "T000002R056236", "___s": true }, { "comment": "/**\r\n * Binds the `source` Render Target and then copies a section of it to the `target` Render Target.\r\n *\r\n * This method is extremely fast because it uses `gl.copyTexSubImage2D` and doesn't\r\n * require the use of any shaders. Remember the coordinates are given in standard WebGL format,\r\n * where x and y specify the lower-left corner of the section, not the top-left. Also, the\r\n * copy entirely replaces the contents of the target texture, no 'merging' or 'blending' takes\r\n * place.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} x - The x coordinate of the lower left corner where to start copying.\r\n * @param {number} y - The y coordinate of the lower left corner where to start copying.\r\n * @param {number} width - The width of the texture.\r\n * @param {number} height - The height of the texture.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 517, + "lineno": 516, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrameRect", @@ -873465,16 +881271,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect", "inherited": true, - "___id": "T000002R055929", + "___id": "T000002R056237", "___s": true }, { "comment": "/**\r\n * Binds this pipeline and draws the `source` Render Target to the `target` Render Target.\r\n *\r\n * If no `target` is specified, it will pop the framebuffer from the Renderers FBO stack\r\n * and use that instead, which should be done when you need to draw the final results of\r\n * this pipeline to the game canvas.\r\n *\r\n * You can optionally set the shader to be used for the draw here, if this is a multi-shader\r\n * pipeline. By default `currentShader` will be used. If you need to set a shader but not\r\n * a target, just pass `null` as the `target` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The Render Target to draw to. If not set, it will pop the fbo from the stack.\r\n * @param {boolean} [clear=true] - Clear the target before copying? Only used if `target` parameter is set.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {Phaser.Renderer.WebGL.WebGLShader} [currentShader] - The shader to use during the draw.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 543, + "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bindAndDraw", @@ -873559,16 +881365,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw", "inherited": true, - "___id": "T000002R055930", + "___id": "T000002R056238", "___s": true }, { "comment": "/**\r\n * Destroys all shader instances, removes all object references and nulls all external references.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy\r\n * @since 3.60.0\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 620, + "lineno": 619, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "destroy", @@ -873595,7 +881401,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy", "inherited": true, - "___id": "T000002R055931", + "___id": "T000002R056239", "___s": true }, { @@ -873604,7 +881410,7 @@ "filename": "WebGLPipeline.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "name", @@ -873625,7 +881431,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#name", "inherited": true, - "___id": "T000002R055932", + "___id": "T000002R056240", "___s": true }, { @@ -873634,7 +881440,7 @@ "filename": "WebGLPipeline.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "game", @@ -873655,7 +881461,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#game", "inherited": true, - "___id": "T000002R055933", + "___id": "T000002R056241", "___s": true }, { @@ -873664,7 +881470,7 @@ "filename": "WebGLPipeline.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderer", @@ -873685,7 +881491,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderer", "inherited": true, - "___id": "T000002R055934", + "___id": "T000002R056242", "___s": true }, { @@ -873694,7 +881500,7 @@ "filename": "WebGLPipeline.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "manager", @@ -873717,7 +881523,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#manager", "inherited": true, - "___id": "T000002R055935", + "___id": "T000002R056243", "___s": true }, { @@ -873726,7 +881532,7 @@ "filename": "WebGLPipeline.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "gl", @@ -873747,7 +881553,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#gl", "inherited": true, - "___id": "T000002R055936", + "___id": "T000002R056244", "___s": true }, { @@ -873756,7 +881562,7 @@ "filename": "WebGLPipeline.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "view", @@ -873777,7 +881583,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#view", "inherited": true, - "___id": "T000002R055937", + "___id": "T000002R056245", "___s": true }, { @@ -873786,7 +881592,7 @@ "filename": "WebGLPipeline.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "width", @@ -873807,7 +881613,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#width", "inherited": true, - "___id": "T000002R055938", + "___id": "T000002R056246", "___s": true }, { @@ -873816,7 +881622,7 @@ "filename": "WebGLPipeline.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "height", @@ -873837,7 +881643,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#height", "inherited": true, - "___id": "T000002R055939", + "___id": "T000002R056247", "___s": true }, { @@ -873846,7 +881652,7 @@ "filename": "WebGLPipeline.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCount", @@ -873868,7 +881674,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCount", "inherited": true, - "___id": "T000002R055940", + "___id": "T000002R056248", "___s": true }, { @@ -873877,7 +881683,7 @@ "filename": "WebGLPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCapacity", @@ -873898,7 +881704,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCapacity", "inherited": true, - "___id": "T000002R055941", + "___id": "T000002R056249", "___s": true }, { @@ -873907,7 +881713,7 @@ "filename": "WebGLPipeline.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexData", @@ -873929,7 +881735,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexData", "inherited": true, - "___id": "T000002R055942", + "___id": "T000002R056250", "___s": true }, { @@ -873938,7 +881744,7 @@ "filename": "WebGLPipeline.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexBuffer", @@ -873960,7 +881766,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexBuffer", "inherited": true, - "___id": "T000002R055943", + "___id": "T000002R056251", "___s": true }, { @@ -873969,7 +881775,7 @@ "filename": "WebGLPipeline.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeBuffer", @@ -873990,7 +881796,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeBuffer", "inherited": true, - "___id": "T000002R055944", + "___id": "T000002R056252", "___s": true }, { @@ -873999,7 +881805,7 @@ "filename": "WebGLPipeline.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "topology", @@ -874020,7 +881826,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#topology", "inherited": true, - "___id": "T000002R055945", + "___id": "T000002R056253", "___s": true }, { @@ -874029,7 +881835,7 @@ "filename": "WebGLPipeline.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bytes", @@ -874050,7 +881856,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bytes", "inherited": true, - "___id": "T000002R055946", + "___id": "T000002R056254", "___s": true }, { @@ -874059,7 +881865,7 @@ "filename": "WebGLPipeline.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewF32", @@ -874080,7 +881886,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewF32", "inherited": true, - "___id": "T000002R055947", + "___id": "T000002R056255", "___s": true }, { @@ -874089,7 +881895,7 @@ "filename": "WebGLPipeline.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewU32", @@ -874110,7 +881916,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewU32", "inherited": true, - "___id": "T000002R055948", + "___id": "T000002R056256", "___s": true }, { @@ -874119,7 +881925,7 @@ "filename": "WebGLPipeline.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "active", @@ -874140,7 +881946,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#active", "inherited": true, - "___id": "T000002R055949", + "___id": "T000002R056257", "___s": true }, { @@ -874149,7 +881955,7 @@ "filename": "WebGLPipeline.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "forceZero", @@ -874170,7 +881976,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#forceZero", "inherited": true, - "___id": "T000002R055950", + "___id": "T000002R056258", "___s": true }, { @@ -874179,7 +881985,7 @@ "filename": "WebGLPipeline.js", "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "hasBooted", @@ -874201,7 +882007,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#hasBooted", "inherited": true, - "___id": "T000002R055951", + "___id": "T000002R056259", "___s": true }, { @@ -874210,7 +882016,7 @@ "filename": "WebGLPipeline.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPostFX", @@ -874232,7 +882038,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPostFX", "inherited": true, - "___id": "T000002R055952", + "___id": "T000002R056260", "___s": true }, { @@ -874241,7 +882047,7 @@ "filename": "WebGLPipeline.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPreFX", @@ -874263,7 +882069,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPreFX", "inherited": true, - "___id": "T000002R055953", + "___id": "T000002R056261", "___s": true }, { @@ -874272,7 +882078,7 @@ "filename": "WebGLPipeline.js", "lineno": 289, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderTargets", @@ -874302,7 +882108,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderTargets", "inherited": true, - "___id": "T000002R055954", + "___id": "T000002R056262", "___s": true }, { @@ -874311,7 +882117,7 @@ "filename": "WebGLPipeline.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentRenderTarget", @@ -874332,7 +882138,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentRenderTarget", "inherited": true, - "___id": "T000002R055955", + "___id": "T000002R056263", "___s": true }, { @@ -874341,7 +882147,7 @@ "filename": "WebGLPipeline.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shaders", @@ -874371,7 +882177,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shaders", "inherited": true, - "___id": "T000002R055956", + "___id": "T000002R056264", "___s": true }, { @@ -874380,7 +882186,7 @@ "filename": "WebGLPipeline.js", "lineno": 322, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentShader", @@ -874401,7 +882207,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentShader", "inherited": true, - "___id": "T000002R055957", + "___id": "T000002R056265", "___s": true }, { @@ -874410,7 +882216,7 @@ "filename": "WebGLPipeline.js", "lineno": 334, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionMatrix", @@ -874431,7 +882237,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionMatrix", "inherited": true, - "___id": "T000002R055958", + "___id": "T000002R056266", "___s": true }, { @@ -874440,7 +882246,7 @@ "filename": "WebGLPipeline.js", "lineno": 343, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionWidth", @@ -874461,7 +882267,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionWidth", "inherited": true, - "___id": "T000002R055959", + "___id": "T000002R056267", "___s": true }, { @@ -874470,7 +882276,7 @@ "filename": "WebGLPipeline.js", "lineno": 352, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionHeight", @@ -874491,7 +882297,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionHeight", "inherited": true, - "___id": "T000002R055960", + "___id": "T000002R056268", "___s": true }, { @@ -874500,7 +882306,7 @@ "filename": "WebGLPipeline.js", "lineno": 361, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "config", @@ -874521,7 +882327,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#config", "inherited": true, - "___id": "T000002R055961", + "___id": "T000002R056269", "___s": true }, { @@ -874530,7 +882336,7 @@ "filename": "WebGLPipeline.js", "lineno": 374, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "glReset", @@ -874551,7 +882357,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#glReset", "inherited": true, - "___id": "T000002R055962", + "___id": "T000002R056270", "___s": true }, { @@ -874560,7 +882366,7 @@ "filename": "WebGLPipeline.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batch", @@ -874590,7 +882396,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batch", "inherited": true, - "___id": "T000002R055963", + "___id": "T000002R056271", "___s": true }, { @@ -874599,7 +882405,7 @@ "filename": "WebGLPipeline.js", "lineno": 401, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentBatch", @@ -874622,7 +882428,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentBatch", "inherited": true, - "___id": "T000002R055964", + "___id": "T000002R056272", "___s": true }, { @@ -874631,7 +882437,7 @@ "filename": "WebGLPipeline.js", "lineno": 414, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentTexture", @@ -874654,7 +882460,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentTexture", "inherited": true, - "___id": "T000002R055965", + "___id": "T000002R056273", "___s": true }, { @@ -874663,7 +882469,7 @@ "filename": "WebGLPipeline.js", "lineno": 427, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentUnit", @@ -874684,7 +882490,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentUnit", "inherited": true, - "___id": "T000002R055966", + "___id": "T000002R056274", "___s": true }, { @@ -874693,7 +882499,7 @@ "filename": "WebGLPipeline.js", "lineno": 438, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeTextures", @@ -874723,7 +882529,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeTextures", "inherited": true, - "___id": "T000002R055967", + "___id": "T000002R056275", "___s": true }, { @@ -874732,7 +882538,7 @@ "filename": "WebGLPipeline.js", "lineno": 451, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resizeUniform", @@ -874753,7 +882559,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resizeUniform", "inherited": true, - "___id": "T000002R055968", + "___id": "T000002R056276", "___s": true }, { @@ -874762,7 +882568,7 @@ "filename": "WebGLPipeline.js", "lineno": 463, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "boot", @@ -874777,7 +882583,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#boot", "inherited": true, - "___id": "T000002R055969", + "___id": "T000002R056277", "___s": true }, { @@ -874786,7 +882592,7 @@ "filename": "WebGLPipeline.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBoot", @@ -874798,7 +882604,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBoot", "inherited": true, - "___id": "T000002R055970", + "___id": "T000002R056278", "___s": true }, { @@ -874807,7 +882613,7 @@ "filename": "WebGLPipeline.js", "lineno": 611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onResize", @@ -874847,7 +882653,7 @@ "name": "height" } ], - "___id": "T000002R055971", + "___id": "T000002R056279", "___s": true }, { @@ -874856,7 +882662,7 @@ "filename": "WebGLPipeline.js", "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShader", @@ -874927,7 +882733,7 @@ "name": "vertexBuffer" } ], - "___id": "T000002R055972", + "___id": "T000002R056280", "___s": true }, { @@ -874936,7 +882742,7 @@ "filename": "WebGLPipeline.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "getShaderByName", @@ -874977,7 +882783,7 @@ "name": "name" } ], - "___id": "T000002R055973", + "___id": "T000002R056281", "___s": true }, { @@ -874986,7 +882792,7 @@ "filename": "WebGLPipeline.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShadersFromConfig", @@ -875028,7 +882834,7 @@ "name": "config" } ], - "___id": "T000002R055974", + "___id": "T000002R056282", "___s": true }, { @@ -875037,7 +882843,7 @@ "filename": "WebGLPipeline.js", "lineno": 789, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "createBatch", @@ -875078,7 +882884,7 @@ "name": "texture" } ], - "___id": "T000002R055975", + "___id": "T000002R056283", "___s": true }, { @@ -875087,7 +882893,7 @@ "filename": "WebGLPipeline.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "addTextureToBatch", @@ -875114,7 +882920,7 @@ "name": "texture" } ], - "___id": "T000002R055976", + "___id": "T000002R056284", "___s": true }, { @@ -875123,7 +882929,7 @@ "filename": "WebGLPipeline.js", "lineno": 839, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "pushBatch", @@ -875164,7 +882970,7 @@ "name": "texture" } ], - "___id": "T000002R055977", + "___id": "T000002R056285", "___s": true }, { @@ -875173,7 +882979,7 @@ "filename": "WebGLPipeline.js", "lineno": 912, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setGameObject", @@ -875228,7 +883034,7 @@ "name": "frame" } ], - "___id": "T000002R055978", + "___id": "T000002R056286", "___s": true }, { @@ -875237,7 +883043,7 @@ "filename": "WebGLPipeline.js", "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shouldFlush", @@ -875280,7 +883086,7 @@ "name": "amount" } ], - "___id": "T000002R055979", + "___id": "T000002R056287", "___s": true }, { @@ -875289,7 +883095,7 @@ "filename": "WebGLPipeline.js", "lineno": 952, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexAvailable", @@ -875315,7 +883121,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexAvailable", "inherited": true, - "___id": "T000002R055980", + "___id": "T000002R056288", "___s": true }, { @@ -875324,7 +883130,7 @@ "filename": "WebGLPipeline.js", "lineno": 966, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resize", @@ -875382,7 +883188,7 @@ "name": "height" } ], - "___id": "T000002R055981", + "___id": "T000002R056289", "___s": true }, { @@ -875391,7 +883197,7 @@ "filename": "WebGLPipeline.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setProjectionMatrix", @@ -875446,7 +883252,7 @@ "name": "height" } ], - "___id": "T000002R055982", + "___id": "T000002R056290", "___s": true }, { @@ -875455,7 +883261,7 @@ "filename": "WebGLPipeline.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flipProjectionMatrix", @@ -875484,7 +883290,7 @@ "name": "flipY" } ], - "___id": "T000002R055983", + "___id": "T000002R056291", "___s": true }, { @@ -875493,7 +883299,7 @@ "filename": "WebGLPipeline.js", "lineno": 1096, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "updateProjectionMatrix", @@ -875505,7 +883311,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#updateProjectionMatrix", "inherited": true, - "___id": "T000002R055984", + "___id": "T000002R056292", "___s": true }, { @@ -875514,7 +883320,7 @@ "filename": "WebGLPipeline.js", "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bind", @@ -875560,7 +883366,7 @@ "name": "currentShader" } ], - "___id": "T000002R055985", + "___id": "T000002R056293", "___s": true }, { @@ -875569,7 +883375,7 @@ "filename": "WebGLPipeline.js", "lineno": 1169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "rebind", @@ -875615,7 +883421,7 @@ "name": "currentShader" } ], - "___id": "T000002R055986", + "___id": "T000002R056294", "___s": true }, { @@ -875624,7 +883430,7 @@ "filename": "WebGLPipeline.js", "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "restoreContext", @@ -875636,7 +883442,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#restoreContext", "inherited": true, - "___id": "T000002R055987", + "___id": "T000002R056295", "___s": true }, { @@ -875645,7 +883451,7 @@ "filename": "WebGLPipeline.js", "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setVertexBuffer", @@ -875687,7 +883493,7 @@ "name": "buffer" } ], - "___id": "T000002R055988", + "___id": "T000002R056296", "___s": true }, { @@ -875696,7 +883502,7 @@ "filename": "WebGLPipeline.js", "lineno": 1282, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "preBatch", @@ -875749,7 +883555,7 @@ "name": "gameObject" } ], - "___id": "T000002R055989", + "___id": "T000002R056297", "___s": true }, { @@ -875758,7 +883564,7 @@ "filename": "WebGLPipeline.js", "lineno": 1335, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onDraw", @@ -875799,7 +883605,7 @@ "name": "swapTarget" } ], - "___id": "T000002R055990", + "___id": "T000002R056298", "___s": true }, { @@ -875808,7 +883614,7 @@ "filename": "WebGLPipeline.js", "lineno": 1355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "unbind", @@ -875820,7 +883626,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#unbind", "inherited": true, - "___id": "T000002R055991", + "___id": "T000002R056299", "___s": true }, { @@ -875829,7 +883635,7 @@ "filename": "WebGLPipeline.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flush", @@ -875877,7 +883683,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R055992", + "___id": "T000002R056300", "___s": true }, { @@ -875886,7 +883692,7 @@ "filename": "WebGLPipeline.js", "lineno": 1478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onActive", @@ -875913,7 +883719,7 @@ "name": "currentShader" } ], - "___id": "T000002R055993", + "___id": "T000002R056301", "___s": true }, { @@ -875922,7 +883728,7 @@ "filename": "WebGLPipeline.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBind", @@ -875950,7 +883756,7 @@ "name": "gameObject" } ], - "___id": "T000002R055994", + "___id": "T000002R056302", "___s": true }, { @@ -875959,7 +883765,7 @@ "filename": "WebGLPipeline.js", "lineno": 1518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRebind", @@ -875971,7 +883777,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRebind", "inherited": true, - "___id": "T000002R055995", + "___id": "T000002R056303", "___s": true }, { @@ -875980,7 +883786,7 @@ "filename": "WebGLPipeline.js", "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBatch", @@ -876008,7 +883814,7 @@ "name": "gameObject" } ], - "___id": "T000002R055996", + "___id": "T000002R056304", "___s": true }, { @@ -876017,7 +883823,7 @@ "filename": "WebGLPipeline.js", "lineno": 1553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreBatch", @@ -876045,7 +883851,7 @@ "name": "gameObject" } ], - "___id": "T000002R055997", + "___id": "T000002R056305", "___s": true }, { @@ -876054,7 +883860,7 @@ "filename": "WebGLPipeline.js", "lineno": 1567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostBatch", @@ -876082,7 +883888,7 @@ "name": "gameObject" } ], - "___id": "T000002R055998", + "___id": "T000002R056306", "___s": true }, { @@ -876091,7 +883897,7 @@ "filename": "WebGLPipeline.js", "lineno": 1581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreRender", @@ -876103,7 +883909,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreRender", "inherited": true, - "___id": "T000002R055999", + "___id": "T000002R056307", "___s": true }, { @@ -876112,7 +883918,7 @@ "filename": "WebGLPipeline.js", "lineno": 1594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRender", @@ -876152,7 +883958,7 @@ "name": "camera" } ], - "___id": "T000002R056000", + "___id": "T000002R056308", "___s": true }, { @@ -876161,7 +883967,7 @@ "filename": "WebGLPipeline.js", "lineno": 1611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostRender", @@ -876173,7 +883979,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostRender", "inherited": true, - "___id": "T000002R056001", + "___id": "T000002R056309", "___s": true }, { @@ -876182,7 +883988,7 @@ "filename": "WebGLPipeline.js", "lineno": 1626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBeforeFlush", @@ -876211,7 +884017,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R056002", + "___id": "T000002R056310", "___s": true }, { @@ -876220,7 +884026,7 @@ "filename": "WebGLPipeline.js", "lineno": 1643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onAfterFlush", @@ -876249,7 +884055,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R056003", + "___id": "T000002R056311", "___s": true }, { @@ -876258,7 +884064,7 @@ "filename": "WebGLPipeline.js", "lineno": 1664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchVert", @@ -876373,7 +884179,7 @@ "name": "tint" } ], - "___id": "T000002R056004", + "___id": "T000002R056312", "___s": true }, { @@ -876382,7 +884188,7 @@ "filename": "WebGLPipeline.js", "lineno": 1704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchQuad", @@ -876692,7 +884498,7 @@ "name": "unit" } ], - "___id": "T000002R056005", + "___id": "T000002R056313", "___s": true }, { @@ -876701,7 +884507,7 @@ "filename": "WebGLPipeline.js", "lineno": 1827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchTri", @@ -876972,7 +884778,7 @@ "name": "unit" } ], - "___id": "T000002R056006", + "___id": "T000002R056314", "___s": true }, { @@ -876981,7 +884787,7 @@ "filename": "WebGLPipeline.js", "lineno": 1921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "drawFillRect", @@ -877102,7 +884908,7 @@ "name": "flipUV" } ], - "___id": "T000002R056007", + "___id": "T000002R056315", "___s": true }, { @@ -877111,7 +884917,7 @@ "filename": "WebGLPipeline.js", "lineno": 1971, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTexture2D", @@ -877153,7 +884959,7 @@ "name": "texture" } ], - "___id": "T000002R056008", + "___id": "T000002R056316", "___s": true }, { @@ -877162,7 +884968,7 @@ "filename": "WebGLPipeline.js", "lineno": 1989, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindTexture", @@ -877220,7 +885026,7 @@ "name": "unit" } ], - "___id": "T000002R056009", + "___id": "T000002R056317", "___s": true }, { @@ -877229,7 +885035,7 @@ "filename": "WebGLPipeline.js", "lineno": 2013, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindRenderTarget", @@ -877287,7 +885093,7 @@ "name": "unit" } ], - "___id": "T000002R056010", + "___id": "T000002R056318", "___s": true }, { @@ -877296,7 +885102,7 @@ "filename": "WebGLPipeline.js", "lineno": 2030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTime", @@ -877352,7 +885158,7 @@ "name": "shader" } ], - "___id": "T000002R056011", + "___id": "T000002R056319", "___s": true }, { @@ -877361,7 +885167,7 @@ "filename": "WebGLPipeline.js", "lineno": 2050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setBoolean", @@ -877430,7 +885236,7 @@ "name": "shader" } ], - "___id": "T000002R056012", + "___id": "T000002R056320", "___s": true }, { @@ -877439,7 +885245,7 @@ "filename": "WebGLPipeline.js", "lineno": 2077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1f", @@ -877508,7 +885314,7 @@ "name": "shader" } ], - "___id": "T000002R056013", + "___id": "T000002R056321", "___s": true }, { @@ -877517,7 +885323,7 @@ "filename": "WebGLPipeline.js", "lineno": 2104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2f", @@ -877599,7 +885405,7 @@ "name": "shader" } ], - "___id": "T000002R056014", + "___id": "T000002R056322", "___s": true }, { @@ -877608,7 +885414,7 @@ "filename": "WebGLPipeline.js", "lineno": 2132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3f", @@ -877703,7 +885509,7 @@ "name": "shader" } ], - "___id": "T000002R056015", + "___id": "T000002R056323", "___s": true }, { @@ -877712,7 +885518,7 @@ "filename": "WebGLPipeline.js", "lineno": 2161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4f", @@ -877820,7 +885626,7 @@ "name": "shader" } ], - "___id": "T000002R056016", + "___id": "T000002R056324", "___s": true }, { @@ -877829,7 +885635,7 @@ "filename": "WebGLPipeline.js", "lineno": 2191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1fv", @@ -877917,7 +885723,7 @@ "name": "shader" } ], - "___id": "T000002R056017", + "___id": "T000002R056325", "___s": true }, { @@ -877926,7 +885732,7 @@ "filename": "WebGLPipeline.js", "lineno": 2218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2fv", @@ -878014,7 +885820,7 @@ "name": "shader" } ], - "___id": "T000002R056018", + "___id": "T000002R056326", "___s": true }, { @@ -878023,7 +885829,7 @@ "filename": "WebGLPipeline.js", "lineno": 2245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3fv", @@ -878111,7 +885917,7 @@ "name": "shader" } ], - "___id": "T000002R056019", + "___id": "T000002R056327", "___s": true }, { @@ -878120,7 +885926,7 @@ "filename": "WebGLPipeline.js", "lineno": 2272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4fv", @@ -878208,7 +886014,7 @@ "name": "shader" } ], - "___id": "T000002R056020", + "___id": "T000002R056328", "___s": true }, { @@ -878217,7 +886023,7 @@ "filename": "WebGLPipeline.js", "lineno": 2299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1iv", @@ -878305,7 +886111,7 @@ "name": "shader" } ], - "___id": "T000002R056021", + "___id": "T000002R056329", "___s": true }, { @@ -878314,7 +886120,7 @@ "filename": "WebGLPipeline.js", "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2iv", @@ -878402,7 +886208,7 @@ "name": "shader" } ], - "___id": "T000002R056022", + "___id": "T000002R056330", "___s": true }, { @@ -878411,7 +886217,7 @@ "filename": "WebGLPipeline.js", "lineno": 2353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3iv", @@ -878499,7 +886305,7 @@ "name": "shader" } ], - "___id": "T000002R056023", + "___id": "T000002R056331", "___s": true }, { @@ -878508,7 +886314,7 @@ "filename": "WebGLPipeline.js", "lineno": 2380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4iv", @@ -878596,7 +886402,7 @@ "name": "shader" } ], - "___id": "T000002R056024", + "___id": "T000002R056332", "___s": true }, { @@ -878605,7 +886411,7 @@ "filename": "WebGLPipeline.js", "lineno": 2407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1i", @@ -878674,7 +886480,7 @@ "name": "shader" } ], - "___id": "T000002R056025", + "___id": "T000002R056333", "___s": true }, { @@ -878683,7 +886489,7 @@ "filename": "WebGLPipeline.js", "lineno": 2434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2i", @@ -878765,7 +886571,7 @@ "name": "shader" } ], - "___id": "T000002R056026", + "___id": "T000002R056334", "___s": true }, { @@ -878774,7 +886580,7 @@ "filename": "WebGLPipeline.js", "lineno": 2462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3i", @@ -878869,7 +886675,7 @@ "name": "shader" } ], - "___id": "T000002R056027", + "___id": "T000002R056335", "___s": true }, { @@ -878878,7 +886684,7 @@ "filename": "WebGLPipeline.js", "lineno": 2491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4i", @@ -878986,7 +886792,7 @@ "name": "shader" } ], - "___id": "T000002R056028", + "___id": "T000002R056336", "___s": true }, { @@ -878995,7 +886801,7 @@ "filename": "WebGLPipeline.js", "lineno": 2521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix2fv", @@ -879096,7 +886902,7 @@ "name": "shader" } ], - "___id": "T000002R056029", + "___id": "T000002R056337", "___s": true }, { @@ -879105,7 +886911,7 @@ "filename": "WebGLPipeline.js", "lineno": 2549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix3fv", @@ -879187,7 +886993,7 @@ "name": "shader" } ], - "___id": "T000002R056030", + "___id": "T000002R056338", "___s": true }, { @@ -879196,7 +887002,7 @@ "filename": "WebGLPipeline.js", "lineno": 2577, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix4fv", @@ -879278,7 +887084,7 @@ "name": "shader" } ], - "___id": "T000002R056031", + "___id": "T000002R056339", "___s": true }, { @@ -879287,7 +887093,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -879299,7 +887105,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R056032", + "___id": "T000002R056340", "___s": true }, { @@ -879308,7 +887114,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -879351,7 +887157,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R056033", + "___id": "T000002R056341", "___s": true }, { @@ -879360,7 +887166,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -879420,7 +887226,7 @@ "name": "event" } ], - "___id": "T000002R056034", + "___id": "T000002R056342", "___s": true }, { @@ -879429,7 +887235,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -879480,7 +887286,7 @@ "name": "event" } ], - "___id": "T000002R056035", + "___id": "T000002R056343", "___s": true }, { @@ -879489,7 +887295,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -879555,7 +887361,7 @@ "name": "args" } ], - "___id": "T000002R056036", + "___id": "T000002R056344", "___s": true }, { @@ -879564,7 +887370,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -879643,7 +887449,7 @@ "name": "context" } ], - "___id": "T000002R056037", + "___id": "T000002R056345", "___s": true }, { @@ -879652,7 +887458,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -879731,7 +887537,7 @@ "name": "context" } ], - "___id": "T000002R056038", + "___id": "T000002R056346", "___s": true }, { @@ -879740,7 +887546,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -879819,7 +887625,7 @@ "name": "context" } ], - "___id": "T000002R056039", + "___id": "T000002R056347", "___s": true }, { @@ -879828,7 +887634,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -879921,7 +887727,7 @@ "name": "once" } ], - "___id": "T000002R056040", + "___id": "T000002R056348", "___s": true }, { @@ -879930,7 +887736,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -880023,7 +887829,7 @@ "name": "once" } ], - "___id": "T000002R056041", + "___id": "T000002R056349", "___s": true }, { @@ -880032,7 +887838,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -880085,7 +887891,7 @@ "name": "event" } ], - "___id": "T000002R056042", + "___id": "T000002R056350", "___s": true }, { @@ -880094,7 +887900,7 @@ "filename": "PostFXPipeline.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "gameObject", @@ -880125,7 +887931,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#gameObject", "inherited": true, - "___id": "T000002R056043", + "___id": "T000002R056351", "___s": true }, { @@ -880134,7 +887940,7 @@ "filename": "PostFXPipeline.js", "lineno": 142, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "controller", @@ -880155,7 +887961,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#controller", "inherited": true, - "___id": "T000002R056044", + "___id": "T000002R056352", "___s": true }, { @@ -880164,7 +887970,7 @@ "filename": "PostFXPipeline.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "colorMatrix", @@ -880185,7 +887991,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#colorMatrix", "inherited": true, - "___id": "T000002R056045", + "___id": "T000002R056353", "___s": true }, { @@ -880194,7 +888000,7 @@ "filename": "PostFXPipeline.js", "lineno": 163, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame1", @@ -880216,7 +888022,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame1", "inherited": true, - "___id": "T000002R056046", + "___id": "T000002R056354", "___s": true }, { @@ -880225,7 +888031,7 @@ "filename": "PostFXPipeline.js", "lineno": 179, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame2", @@ -880247,7 +888053,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame2", "inherited": true, - "___id": "T000002R056047", + "___id": "T000002R056355", "___s": true }, { @@ -880256,7 +888062,7 @@ "filename": "PostFXPipeline.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame1", @@ -880278,7 +888084,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame1", "inherited": true, - "___id": "T000002R056048", + "___id": "T000002R056356", "___s": true }, { @@ -880287,7 +888093,7 @@ "filename": "PostFXPipeline.js", "lineno": 211, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame2", @@ -880309,7 +888115,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame2", "inherited": true, - "___id": "T000002R056049", + "___id": "T000002R056357", "___s": true }, { @@ -880318,7 +888124,7 @@ "filename": "PostFXPipeline.js", "lineno": 233, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bootFX", @@ -880330,16 +888136,16 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bootFX", "inherited": true, - "___id": "T000002R056050", + "___id": "T000002R056358", "___s": true }, { "comment": "/**\r\n * This method is called as a result of the `WebGLPipeline.batchQuad` method, right after a quad\r\n * belonging to a Game Object has been added to the batch. When this is called, the\r\n * renderer has just performed a flush.\r\n *\r\n * It calls the `onDraw` hook followed by the `onPostBatch` hook, which can be used to perform\r\n * additional Post FX Pipeline processing.\r\n *\r\n * It is also called as part of the `PipelineManager.postBatch` method when processing Post FX Pipelines.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch\r\n * @since 3.70.0\r\n *\r\n * @param {(Phaser.GameObjects.GameObject|Phaser.Cameras.Scene2D.Camera)} [gameObject] - The Game Object or Camera that invoked this pipeline, if any.\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 269, + "lineno": 268, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "postBatch", @@ -880392,16 +888198,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch", "inherited": true, - "___id": "T000002R056051", + "___id": "T000002R056359", "___s": true }, { "comment": "/**\r\n * Returns the FX Controller for this Post FX Pipeline.\r\n *\r\n * This is called internally and not typically required outside.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.FX.Controller} [controller] - An FX Controller, or undefined.\r\n *\r\n * @return {Phaser.FX.Controller|Phaser.Renderer.WebGL.Pipelines.PostFXPipeline} The FX Controller responsible, or this Pipeline.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 310, + "lineno": 309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "getController", @@ -880453,16 +888259,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController", "inherited": true, - "___id": "T000002R056052", + "___id": "T000002R056360", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * This method does _not_ bind a shader. It uses whatever shader\r\n * is currently bound in this pipeline. It also does _not_ clear\r\n * the frame buffers after use. You should take care of both of\r\n * these things if you call this method directly.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 338, + "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copySprite", @@ -880502,16 +888308,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite", "inherited": true, - "___id": "T000002R056053", + "___id": "T000002R056361", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * The difference between this method and `drawFrame` is that this method\r\n * uses a faster copy shader, where only the brightness can be modified.\r\n * If you need color level manipulation, see `drawFrame` instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 379, + "lineno": 378, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrame", @@ -880597,16 +888403,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame", "inherited": true, - "___id": "T000002R056054", + "___id": "T000002R056362", "___s": true }, { "comment": "/**\r\n * Pops the framebuffer from the renderers FBO stack and sets that as the active target,\r\n * then draws the `source` Render Target to it. It then resets the renderer textures.\r\n *\r\n * This should be done when you need to draw the _final_ results of a pipeline to the game\r\n * canvas, or the next framebuffer in line on the FBO stack. You should only call this once\r\n * in the `onDraw` handler and it should be the final thing called. Be careful not to call\r\n * this if you need to actually use the pipeline shader, instead of the copy shader. In\r\n * those cases, use the `bindAndDraw` method.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 402, + "lineno": 401, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyToGame", @@ -880633,16 +888439,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame", "inherited": true, - "___id": "T000002R056055", + "___id": "T000002R056363", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target, using this pipelines\r\n * Color Matrix.\r\n *\r\n * The difference between this method and `copyFrame` is that this method\r\n * uses a color matrix shader, where you have full control over the luminance\r\n * values used during the copy. If you don't need this, you can use the faster\r\n * `copyFrame` method instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 422, + "lineno": 421, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "drawFrame", @@ -880698,16 +888504,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame", "inherited": true, - "___id": "T000002R056056", + "___id": "T000002R056364", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using a linear blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 443, + "lineno": 442, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFrames", @@ -880791,16 +888597,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames", "inherited": true, - "___id": "T000002R056057", + "___id": "T000002R056365", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using an additive blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 461, + "lineno": 460, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFramesAdditive", @@ -880884,16 +888690,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive", "inherited": true, - "___id": "T000002R056058", + "___id": "T000002R056366", "___s": true }, { "comment": "/**\r\n * Clears the given Render Target.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The Render Target to clear.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 479, + "lineno": 478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "clearFrame", @@ -880935,16 +888741,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame", "inherited": true, - "___id": "T000002R056059", + "___id": "T000002R056367", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * The difference with this copy is that no resizing takes place. If the `source`\r\n * Render Target is larger than the `target` then only a portion the same size as\r\n * the `target` dimensions is copied across.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {boolean} [eraseMode=false] - Erase source from target using ERASE Blend Mode?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 493, + "lineno": 492, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blitFrame", @@ -881044,16 +888850,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame", "inherited": true, - "___id": "T000002R056060", + "___id": "T000002R056368", "___s": true }, { "comment": "/**\r\n * Binds the `source` Render Target and then copies a section of it to the `target` Render Target.\r\n *\r\n * This method is extremely fast because it uses `gl.copyTexSubImage2D` and doesn't\r\n * require the use of any shaders. Remember the coordinates are given in standard WebGL format,\r\n * where x and y specify the lower-left corner of the section, not the top-left. Also, the\r\n * copy entirely replaces the contents of the target texture, no 'merging' or 'blending' takes\r\n * place.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} x - The x coordinate of the lower left corner where to start copying.\r\n * @param {number} y - The y coordinate of the lower left corner where to start copying.\r\n * @param {number} width - The width of the texture.\r\n * @param {number} height - The height of the texture.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 517, + "lineno": 516, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrameRect", @@ -881175,16 +888981,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect", "inherited": true, - "___id": "T000002R056061", + "___id": "T000002R056369", "___s": true }, { "comment": "/**\r\n * Binds this pipeline and draws the `source` Render Target to the `target` Render Target.\r\n *\r\n * If no `target` is specified, it will pop the framebuffer from the Renderers FBO stack\r\n * and use that instead, which should be done when you need to draw the final results of\r\n * this pipeline to the game canvas.\r\n *\r\n * You can optionally set the shader to be used for the draw here, if this is a multi-shader\r\n * pipeline. By default `currentShader` will be used. If you need to set a shader but not\r\n * a target, just pass `null` as the `target` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The Render Target to draw to. If not set, it will pop the fbo from the stack.\r\n * @param {boolean} [clear=true] - Clear the target before copying? Only used if `target` parameter is set.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {Phaser.Renderer.WebGL.WebGLShader} [currentShader] - The shader to use during the draw.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 543, + "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bindAndDraw", @@ -881269,16 +889075,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw", "inherited": true, - "___id": "T000002R056062", + "___id": "T000002R056370", "___s": true }, { "comment": "/**\r\n * Destroys all shader instances, removes all object references and nulls all external references.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy\r\n * @since 3.60.0\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 620, + "lineno": 619, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "destroy", @@ -881305,7 +889111,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy", "inherited": true, - "___id": "T000002R056063", + "___id": "T000002R056371", "___s": true }, { @@ -881314,7 +889120,7 @@ "filename": "WebGLPipeline.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "name", @@ -881335,7 +889141,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#name", "inherited": true, - "___id": "T000002R056064", + "___id": "T000002R056372", "___s": true }, { @@ -881344,7 +889150,7 @@ "filename": "WebGLPipeline.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "game", @@ -881365,7 +889171,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#game", "inherited": true, - "___id": "T000002R056065", + "___id": "T000002R056373", "___s": true }, { @@ -881374,7 +889180,7 @@ "filename": "WebGLPipeline.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderer", @@ -881395,7 +889201,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderer", "inherited": true, - "___id": "T000002R056066", + "___id": "T000002R056374", "___s": true }, { @@ -881404,7 +889210,7 @@ "filename": "WebGLPipeline.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "manager", @@ -881427,7 +889233,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#manager", "inherited": true, - "___id": "T000002R056067", + "___id": "T000002R056375", "___s": true }, { @@ -881436,7 +889242,7 @@ "filename": "WebGLPipeline.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "gl", @@ -881457,7 +889263,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#gl", "inherited": true, - "___id": "T000002R056068", + "___id": "T000002R056376", "___s": true }, { @@ -881466,7 +889272,7 @@ "filename": "WebGLPipeline.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "view", @@ -881487,7 +889293,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#view", "inherited": true, - "___id": "T000002R056069", + "___id": "T000002R056377", "___s": true }, { @@ -881496,7 +889302,7 @@ "filename": "WebGLPipeline.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "width", @@ -881517,7 +889323,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#width", "inherited": true, - "___id": "T000002R056070", + "___id": "T000002R056378", "___s": true }, { @@ -881526,7 +889332,7 @@ "filename": "WebGLPipeline.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "height", @@ -881547,7 +889353,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#height", "inherited": true, - "___id": "T000002R056071", + "___id": "T000002R056379", "___s": true }, { @@ -881556,7 +889362,7 @@ "filename": "WebGLPipeline.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCount", @@ -881578,7 +889384,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCount", "inherited": true, - "___id": "T000002R056072", + "___id": "T000002R056380", "___s": true }, { @@ -881587,7 +889393,7 @@ "filename": "WebGLPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCapacity", @@ -881608,7 +889414,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCapacity", "inherited": true, - "___id": "T000002R056073", + "___id": "T000002R056381", "___s": true }, { @@ -881617,7 +889423,7 @@ "filename": "WebGLPipeline.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexData", @@ -881639,7 +889445,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexData", "inherited": true, - "___id": "T000002R056074", + "___id": "T000002R056382", "___s": true }, { @@ -881648,7 +889454,7 @@ "filename": "WebGLPipeline.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexBuffer", @@ -881670,7 +889476,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexBuffer", "inherited": true, - "___id": "T000002R056075", + "___id": "T000002R056383", "___s": true }, { @@ -881679,7 +889485,7 @@ "filename": "WebGLPipeline.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeBuffer", @@ -881700,7 +889506,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeBuffer", "inherited": true, - "___id": "T000002R056076", + "___id": "T000002R056384", "___s": true }, { @@ -881709,7 +889515,7 @@ "filename": "WebGLPipeline.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "topology", @@ -881730,7 +889536,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#topology", "inherited": true, - "___id": "T000002R056077", + "___id": "T000002R056385", "___s": true }, { @@ -881739,7 +889545,7 @@ "filename": "WebGLPipeline.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bytes", @@ -881760,7 +889566,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bytes", "inherited": true, - "___id": "T000002R056078", + "___id": "T000002R056386", "___s": true }, { @@ -881769,7 +889575,7 @@ "filename": "WebGLPipeline.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewF32", @@ -881790,7 +889596,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewF32", "inherited": true, - "___id": "T000002R056079", + "___id": "T000002R056387", "___s": true }, { @@ -881799,7 +889605,7 @@ "filename": "WebGLPipeline.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewU32", @@ -881820,7 +889626,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewU32", "inherited": true, - "___id": "T000002R056080", + "___id": "T000002R056388", "___s": true }, { @@ -881829,7 +889635,7 @@ "filename": "WebGLPipeline.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "active", @@ -881850,7 +889656,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#active", "inherited": true, - "___id": "T000002R056081", + "___id": "T000002R056389", "___s": true }, { @@ -881859,7 +889665,7 @@ "filename": "WebGLPipeline.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "forceZero", @@ -881880,7 +889686,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#forceZero", "inherited": true, - "___id": "T000002R056082", + "___id": "T000002R056390", "___s": true }, { @@ -881889,7 +889695,7 @@ "filename": "WebGLPipeline.js", "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "hasBooted", @@ -881911,7 +889717,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#hasBooted", "inherited": true, - "___id": "T000002R056083", + "___id": "T000002R056391", "___s": true }, { @@ -881920,7 +889726,7 @@ "filename": "WebGLPipeline.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPostFX", @@ -881942,7 +889748,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPostFX", "inherited": true, - "___id": "T000002R056084", + "___id": "T000002R056392", "___s": true }, { @@ -881951,7 +889757,7 @@ "filename": "WebGLPipeline.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPreFX", @@ -881973,7 +889779,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPreFX", "inherited": true, - "___id": "T000002R056085", + "___id": "T000002R056393", "___s": true }, { @@ -881982,7 +889788,7 @@ "filename": "WebGLPipeline.js", "lineno": 289, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderTargets", @@ -882012,7 +889818,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderTargets", "inherited": true, - "___id": "T000002R056086", + "___id": "T000002R056394", "___s": true }, { @@ -882021,7 +889827,7 @@ "filename": "WebGLPipeline.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentRenderTarget", @@ -882042,7 +889848,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentRenderTarget", "inherited": true, - "___id": "T000002R056087", + "___id": "T000002R056395", "___s": true }, { @@ -882051,7 +889857,7 @@ "filename": "WebGLPipeline.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shaders", @@ -882081,7 +889887,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shaders", "inherited": true, - "___id": "T000002R056088", + "___id": "T000002R056396", "___s": true }, { @@ -882090,7 +889896,7 @@ "filename": "WebGLPipeline.js", "lineno": 322, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentShader", @@ -882111,7 +889917,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentShader", "inherited": true, - "___id": "T000002R056089", + "___id": "T000002R056397", "___s": true }, { @@ -882120,7 +889926,7 @@ "filename": "WebGLPipeline.js", "lineno": 334, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionMatrix", @@ -882141,7 +889947,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionMatrix", "inherited": true, - "___id": "T000002R056090", + "___id": "T000002R056398", "___s": true }, { @@ -882150,7 +889956,7 @@ "filename": "WebGLPipeline.js", "lineno": 343, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionWidth", @@ -882171,7 +889977,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionWidth", "inherited": true, - "___id": "T000002R056091", + "___id": "T000002R056399", "___s": true }, { @@ -882180,7 +889986,7 @@ "filename": "WebGLPipeline.js", "lineno": 352, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionHeight", @@ -882201,7 +890007,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionHeight", "inherited": true, - "___id": "T000002R056092", + "___id": "T000002R056400", "___s": true }, { @@ -882210,7 +890016,7 @@ "filename": "WebGLPipeline.js", "lineno": 361, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "config", @@ -882231,7 +890037,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#config", "inherited": true, - "___id": "T000002R056093", + "___id": "T000002R056401", "___s": true }, { @@ -882240,7 +890046,7 @@ "filename": "WebGLPipeline.js", "lineno": 374, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "glReset", @@ -882261,7 +890067,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#glReset", "inherited": true, - "___id": "T000002R056094", + "___id": "T000002R056402", "___s": true }, { @@ -882270,7 +890076,7 @@ "filename": "WebGLPipeline.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batch", @@ -882300,7 +890106,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batch", "inherited": true, - "___id": "T000002R056095", + "___id": "T000002R056403", "___s": true }, { @@ -882309,7 +890115,7 @@ "filename": "WebGLPipeline.js", "lineno": 401, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentBatch", @@ -882332,7 +890138,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentBatch", "inherited": true, - "___id": "T000002R056096", + "___id": "T000002R056404", "___s": true }, { @@ -882341,7 +890147,7 @@ "filename": "WebGLPipeline.js", "lineno": 414, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentTexture", @@ -882364,7 +890170,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentTexture", "inherited": true, - "___id": "T000002R056097", + "___id": "T000002R056405", "___s": true }, { @@ -882373,7 +890179,7 @@ "filename": "WebGLPipeline.js", "lineno": 427, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentUnit", @@ -882394,7 +890200,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentUnit", "inherited": true, - "___id": "T000002R056098", + "___id": "T000002R056406", "___s": true }, { @@ -882403,7 +890209,7 @@ "filename": "WebGLPipeline.js", "lineno": 438, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeTextures", @@ -882433,7 +890239,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeTextures", "inherited": true, - "___id": "T000002R056099", + "___id": "T000002R056407", "___s": true }, { @@ -882442,7 +890248,7 @@ "filename": "WebGLPipeline.js", "lineno": 451, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resizeUniform", @@ -882463,7 +890269,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resizeUniform", "inherited": true, - "___id": "T000002R056100", + "___id": "T000002R056408", "___s": true }, { @@ -882472,7 +890278,7 @@ "filename": "WebGLPipeline.js", "lineno": 463, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "boot", @@ -882487,7 +890293,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#boot", "inherited": true, - "___id": "T000002R056101", + "___id": "T000002R056409", "___s": true }, { @@ -882496,7 +890302,7 @@ "filename": "WebGLPipeline.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBoot", @@ -882508,7 +890314,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBoot", "inherited": true, - "___id": "T000002R056102", + "___id": "T000002R056410", "___s": true }, { @@ -882517,7 +890323,7 @@ "filename": "WebGLPipeline.js", "lineno": 611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onResize", @@ -882557,7 +890363,7 @@ "name": "height" } ], - "___id": "T000002R056103", + "___id": "T000002R056411", "___s": true }, { @@ -882566,7 +890372,7 @@ "filename": "WebGLPipeline.js", "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShader", @@ -882637,7 +890443,7 @@ "name": "vertexBuffer" } ], - "___id": "T000002R056104", + "___id": "T000002R056412", "___s": true }, { @@ -882646,7 +890452,7 @@ "filename": "WebGLPipeline.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "getShaderByName", @@ -882687,7 +890493,7 @@ "name": "name" } ], - "___id": "T000002R056105", + "___id": "T000002R056413", "___s": true }, { @@ -882696,7 +890502,7 @@ "filename": "WebGLPipeline.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShadersFromConfig", @@ -882738,7 +890544,7 @@ "name": "config" } ], - "___id": "T000002R056106", + "___id": "T000002R056414", "___s": true }, { @@ -882747,7 +890553,7 @@ "filename": "WebGLPipeline.js", "lineno": 789, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "createBatch", @@ -882788,7 +890594,7 @@ "name": "texture" } ], - "___id": "T000002R056107", + "___id": "T000002R056415", "___s": true }, { @@ -882797,7 +890603,7 @@ "filename": "WebGLPipeline.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "addTextureToBatch", @@ -882824,7 +890630,7 @@ "name": "texture" } ], - "___id": "T000002R056108", + "___id": "T000002R056416", "___s": true }, { @@ -882833,7 +890639,7 @@ "filename": "WebGLPipeline.js", "lineno": 839, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "pushBatch", @@ -882874,7 +890680,7 @@ "name": "texture" } ], - "___id": "T000002R056109", + "___id": "T000002R056417", "___s": true }, { @@ -882883,7 +890689,7 @@ "filename": "WebGLPipeline.js", "lineno": 912, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setGameObject", @@ -882938,7 +890744,7 @@ "name": "frame" } ], - "___id": "T000002R056110", + "___id": "T000002R056418", "___s": true }, { @@ -882947,7 +890753,7 @@ "filename": "WebGLPipeline.js", "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shouldFlush", @@ -882990,7 +890796,7 @@ "name": "amount" } ], - "___id": "T000002R056111", + "___id": "T000002R056419", "___s": true }, { @@ -882999,7 +890805,7 @@ "filename": "WebGLPipeline.js", "lineno": 952, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexAvailable", @@ -883025,7 +890831,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexAvailable", "inherited": true, - "___id": "T000002R056112", + "___id": "T000002R056420", "___s": true }, { @@ -883034,7 +890840,7 @@ "filename": "WebGLPipeline.js", "lineno": 966, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resize", @@ -883092,7 +890898,7 @@ "name": "height" } ], - "___id": "T000002R056113", + "___id": "T000002R056421", "___s": true }, { @@ -883101,7 +890907,7 @@ "filename": "WebGLPipeline.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setProjectionMatrix", @@ -883156,7 +890962,7 @@ "name": "height" } ], - "___id": "T000002R056114", + "___id": "T000002R056422", "___s": true }, { @@ -883165,7 +890971,7 @@ "filename": "WebGLPipeline.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flipProjectionMatrix", @@ -883194,7 +891000,7 @@ "name": "flipY" } ], - "___id": "T000002R056115", + "___id": "T000002R056423", "___s": true }, { @@ -883203,7 +891009,7 @@ "filename": "WebGLPipeline.js", "lineno": 1096, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "updateProjectionMatrix", @@ -883215,7 +891021,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#updateProjectionMatrix", "inherited": true, - "___id": "T000002R056116", + "___id": "T000002R056424", "___s": true }, { @@ -883224,7 +891030,7 @@ "filename": "WebGLPipeline.js", "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bind", @@ -883270,7 +891076,7 @@ "name": "currentShader" } ], - "___id": "T000002R056117", + "___id": "T000002R056425", "___s": true }, { @@ -883279,7 +891085,7 @@ "filename": "WebGLPipeline.js", "lineno": 1169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "rebind", @@ -883325,7 +891131,7 @@ "name": "currentShader" } ], - "___id": "T000002R056118", + "___id": "T000002R056426", "___s": true }, { @@ -883334,7 +891140,7 @@ "filename": "WebGLPipeline.js", "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "restoreContext", @@ -883346,7 +891152,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#restoreContext", "inherited": true, - "___id": "T000002R056119", + "___id": "T000002R056427", "___s": true }, { @@ -883355,7 +891161,7 @@ "filename": "WebGLPipeline.js", "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setVertexBuffer", @@ -883397,7 +891203,7 @@ "name": "buffer" } ], - "___id": "T000002R056120", + "___id": "T000002R056428", "___s": true }, { @@ -883406,7 +891212,7 @@ "filename": "WebGLPipeline.js", "lineno": 1282, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "preBatch", @@ -883459,7 +891265,7 @@ "name": "gameObject" } ], - "___id": "T000002R056121", + "___id": "T000002R056429", "___s": true }, { @@ -883468,7 +891274,7 @@ "filename": "WebGLPipeline.js", "lineno": 1335, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onDraw", @@ -883509,7 +891315,7 @@ "name": "swapTarget" } ], - "___id": "T000002R056122", + "___id": "T000002R056430", "___s": true }, { @@ -883518,7 +891324,7 @@ "filename": "WebGLPipeline.js", "lineno": 1355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "unbind", @@ -883530,7 +891336,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#unbind", "inherited": true, - "___id": "T000002R056123", + "___id": "T000002R056431", "___s": true }, { @@ -883539,7 +891345,7 @@ "filename": "WebGLPipeline.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flush", @@ -883587,7 +891393,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R056124", + "___id": "T000002R056432", "___s": true }, { @@ -883596,7 +891402,7 @@ "filename": "WebGLPipeline.js", "lineno": 1478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onActive", @@ -883623,7 +891429,7 @@ "name": "currentShader" } ], - "___id": "T000002R056125", + "___id": "T000002R056433", "___s": true }, { @@ -883632,7 +891438,7 @@ "filename": "WebGLPipeline.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBind", @@ -883660,7 +891466,7 @@ "name": "gameObject" } ], - "___id": "T000002R056126", + "___id": "T000002R056434", "___s": true }, { @@ -883669,7 +891475,7 @@ "filename": "WebGLPipeline.js", "lineno": 1518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRebind", @@ -883681,7 +891487,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRebind", "inherited": true, - "___id": "T000002R056127", + "___id": "T000002R056435", "___s": true }, { @@ -883690,7 +891496,7 @@ "filename": "WebGLPipeline.js", "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBatch", @@ -883718,7 +891524,7 @@ "name": "gameObject" } ], - "___id": "T000002R056128", + "___id": "T000002R056436", "___s": true }, { @@ -883727,7 +891533,7 @@ "filename": "WebGLPipeline.js", "lineno": 1553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreBatch", @@ -883755,7 +891561,7 @@ "name": "gameObject" } ], - "___id": "T000002R056129", + "___id": "T000002R056437", "___s": true }, { @@ -883764,7 +891570,7 @@ "filename": "WebGLPipeline.js", "lineno": 1567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostBatch", @@ -883792,7 +891598,7 @@ "name": "gameObject" } ], - "___id": "T000002R056130", + "___id": "T000002R056438", "___s": true }, { @@ -883801,7 +891607,7 @@ "filename": "WebGLPipeline.js", "lineno": 1581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreRender", @@ -883813,7 +891619,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreRender", "inherited": true, - "___id": "T000002R056131", + "___id": "T000002R056439", "___s": true }, { @@ -883822,7 +891628,7 @@ "filename": "WebGLPipeline.js", "lineno": 1594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRender", @@ -883862,7 +891668,7 @@ "name": "camera" } ], - "___id": "T000002R056132", + "___id": "T000002R056440", "___s": true }, { @@ -883871,7 +891677,7 @@ "filename": "WebGLPipeline.js", "lineno": 1611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostRender", @@ -883883,7 +891689,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostRender", "inherited": true, - "___id": "T000002R056133", + "___id": "T000002R056441", "___s": true }, { @@ -883892,7 +891698,7 @@ "filename": "WebGLPipeline.js", "lineno": 1626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBeforeFlush", @@ -883921,7 +891727,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R056134", + "___id": "T000002R056442", "___s": true }, { @@ -883930,7 +891736,7 @@ "filename": "WebGLPipeline.js", "lineno": 1643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onAfterFlush", @@ -883959,7 +891765,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R056135", + "___id": "T000002R056443", "___s": true }, { @@ -883968,7 +891774,7 @@ "filename": "WebGLPipeline.js", "lineno": 1664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchVert", @@ -884083,7 +891889,7 @@ "name": "tint" } ], - "___id": "T000002R056136", + "___id": "T000002R056444", "___s": true }, { @@ -884092,7 +891898,7 @@ "filename": "WebGLPipeline.js", "lineno": 1704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchQuad", @@ -884402,7 +892208,7 @@ "name": "unit" } ], - "___id": "T000002R056137", + "___id": "T000002R056445", "___s": true }, { @@ -884411,7 +892217,7 @@ "filename": "WebGLPipeline.js", "lineno": 1827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchTri", @@ -884682,7 +892488,7 @@ "name": "unit" } ], - "___id": "T000002R056138", + "___id": "T000002R056446", "___s": true }, { @@ -884691,7 +892497,7 @@ "filename": "WebGLPipeline.js", "lineno": 1921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "drawFillRect", @@ -884812,7 +892618,7 @@ "name": "flipUV" } ], - "___id": "T000002R056139", + "___id": "T000002R056447", "___s": true }, { @@ -884821,7 +892627,7 @@ "filename": "WebGLPipeline.js", "lineno": 1971, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTexture2D", @@ -884863,7 +892669,7 @@ "name": "texture" } ], - "___id": "T000002R056140", + "___id": "T000002R056448", "___s": true }, { @@ -884872,7 +892678,7 @@ "filename": "WebGLPipeline.js", "lineno": 1989, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindTexture", @@ -884930,7 +892736,7 @@ "name": "unit" } ], - "___id": "T000002R056141", + "___id": "T000002R056449", "___s": true }, { @@ -884939,7 +892745,7 @@ "filename": "WebGLPipeline.js", "lineno": 2013, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindRenderTarget", @@ -884997,7 +892803,7 @@ "name": "unit" } ], - "___id": "T000002R056142", + "___id": "T000002R056450", "___s": true }, { @@ -885006,7 +892812,7 @@ "filename": "WebGLPipeline.js", "lineno": 2030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTime", @@ -885062,7 +892868,7 @@ "name": "shader" } ], - "___id": "T000002R056143", + "___id": "T000002R056451", "___s": true }, { @@ -885071,7 +892877,7 @@ "filename": "WebGLPipeline.js", "lineno": 2050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setBoolean", @@ -885140,7 +892946,7 @@ "name": "shader" } ], - "___id": "T000002R056144", + "___id": "T000002R056452", "___s": true }, { @@ -885149,7 +892955,7 @@ "filename": "WebGLPipeline.js", "lineno": 2077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1f", @@ -885218,7 +893024,7 @@ "name": "shader" } ], - "___id": "T000002R056145", + "___id": "T000002R056453", "___s": true }, { @@ -885227,7 +893033,7 @@ "filename": "WebGLPipeline.js", "lineno": 2104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2f", @@ -885309,7 +893115,7 @@ "name": "shader" } ], - "___id": "T000002R056146", + "___id": "T000002R056454", "___s": true }, { @@ -885318,7 +893124,7 @@ "filename": "WebGLPipeline.js", "lineno": 2132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3f", @@ -885413,7 +893219,7 @@ "name": "shader" } ], - "___id": "T000002R056147", + "___id": "T000002R056455", "___s": true }, { @@ -885422,7 +893228,7 @@ "filename": "WebGLPipeline.js", "lineno": 2161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4f", @@ -885530,7 +893336,7 @@ "name": "shader" } ], - "___id": "T000002R056148", + "___id": "T000002R056456", "___s": true }, { @@ -885539,7 +893345,7 @@ "filename": "WebGLPipeline.js", "lineno": 2191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1fv", @@ -885627,7 +893433,7 @@ "name": "shader" } ], - "___id": "T000002R056149", + "___id": "T000002R056457", "___s": true }, { @@ -885636,7 +893442,7 @@ "filename": "WebGLPipeline.js", "lineno": 2218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2fv", @@ -885724,7 +893530,7 @@ "name": "shader" } ], - "___id": "T000002R056150", + "___id": "T000002R056458", "___s": true }, { @@ -885733,7 +893539,7 @@ "filename": "WebGLPipeline.js", "lineno": 2245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3fv", @@ -885821,7 +893627,7 @@ "name": "shader" } ], - "___id": "T000002R056151", + "___id": "T000002R056459", "___s": true }, { @@ -885830,7 +893636,7 @@ "filename": "WebGLPipeline.js", "lineno": 2272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4fv", @@ -885918,7 +893724,7 @@ "name": "shader" } ], - "___id": "T000002R056152", + "___id": "T000002R056460", "___s": true }, { @@ -885927,7 +893733,7 @@ "filename": "WebGLPipeline.js", "lineno": 2299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1iv", @@ -886015,7 +893821,7 @@ "name": "shader" } ], - "___id": "T000002R056153", + "___id": "T000002R056461", "___s": true }, { @@ -886024,7 +893830,7 @@ "filename": "WebGLPipeline.js", "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2iv", @@ -886112,7 +893918,7 @@ "name": "shader" } ], - "___id": "T000002R056154", + "___id": "T000002R056462", "___s": true }, { @@ -886121,7 +893927,7 @@ "filename": "WebGLPipeline.js", "lineno": 2353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3iv", @@ -886209,7 +894015,7 @@ "name": "shader" } ], - "___id": "T000002R056155", + "___id": "T000002R056463", "___s": true }, { @@ -886218,7 +894024,7 @@ "filename": "WebGLPipeline.js", "lineno": 2380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4iv", @@ -886306,7 +894112,7 @@ "name": "shader" } ], - "___id": "T000002R056156", + "___id": "T000002R056464", "___s": true }, { @@ -886315,7 +894121,7 @@ "filename": "WebGLPipeline.js", "lineno": 2407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1i", @@ -886384,7 +894190,7 @@ "name": "shader" } ], - "___id": "T000002R056157", + "___id": "T000002R056465", "___s": true }, { @@ -886393,7 +894199,7 @@ "filename": "WebGLPipeline.js", "lineno": 2434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2i", @@ -886475,7 +894281,7 @@ "name": "shader" } ], - "___id": "T000002R056158", + "___id": "T000002R056466", "___s": true }, { @@ -886484,7 +894290,7 @@ "filename": "WebGLPipeline.js", "lineno": 2462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3i", @@ -886579,7 +894385,7 @@ "name": "shader" } ], - "___id": "T000002R056159", + "___id": "T000002R056467", "___s": true }, { @@ -886588,7 +894394,7 @@ "filename": "WebGLPipeline.js", "lineno": 2491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4i", @@ -886696,7 +894502,7 @@ "name": "shader" } ], - "___id": "T000002R056160", + "___id": "T000002R056468", "___s": true }, { @@ -886705,7 +894511,7 @@ "filename": "WebGLPipeline.js", "lineno": 2521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix2fv", @@ -886806,7 +894612,7 @@ "name": "shader" } ], - "___id": "T000002R056161", + "___id": "T000002R056469", "___s": true }, { @@ -886815,7 +894621,7 @@ "filename": "WebGLPipeline.js", "lineno": 2549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix3fv", @@ -886897,7 +894703,7 @@ "name": "shader" } ], - "___id": "T000002R056162", + "___id": "T000002R056470", "___s": true }, { @@ -886906,7 +894712,7 @@ "filename": "WebGLPipeline.js", "lineno": 2577, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix4fv", @@ -886988,7 +894794,7 @@ "name": "shader" } ], - "___id": "T000002R056163", + "___id": "T000002R056471", "___s": true }, { @@ -886997,7 +894803,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -887009,7 +894815,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R056164", + "___id": "T000002R056472", "___s": true }, { @@ -887018,7 +894824,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -887061,7 +894867,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R056165", + "___id": "T000002R056473", "___s": true }, { @@ -887070,7 +894876,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -887130,7 +894936,7 @@ "name": "event" } ], - "___id": "T000002R056166", + "___id": "T000002R056474", "___s": true }, { @@ -887139,7 +894945,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -887190,7 +894996,7 @@ "name": "event" } ], - "___id": "T000002R056167", + "___id": "T000002R056475", "___s": true }, { @@ -887199,7 +895005,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -887265,7 +895071,7 @@ "name": "args" } ], - "___id": "T000002R056168", + "___id": "T000002R056476", "___s": true }, { @@ -887274,7 +895080,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -887353,7 +895159,7 @@ "name": "context" } ], - "___id": "T000002R056169", + "___id": "T000002R056477", "___s": true }, { @@ -887362,7 +895168,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -887441,7 +895247,7 @@ "name": "context" } ], - "___id": "T000002R056170", + "___id": "T000002R056478", "___s": true }, { @@ -887450,7 +895256,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -887529,7 +895335,7 @@ "name": "context" } ], - "___id": "T000002R056171", + "___id": "T000002R056479", "___s": true }, { @@ -887538,7 +895344,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -887631,7 +895437,7 @@ "name": "once" } ], - "___id": "T000002R056172", + "___id": "T000002R056480", "___s": true }, { @@ -887640,7 +895446,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -887733,7 +895539,7 @@ "name": "once" } ], - "___id": "T000002R056173", + "___id": "T000002R056481", "___s": true }, { @@ -887742,7 +895548,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -887795,7 +895601,7 @@ "name": "event" } ], - "___id": "T000002R056174", + "___id": "T000002R056482", "___s": true }, { @@ -887804,7 +895610,7 @@ "filename": "PostFXPipeline.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "gameObject", @@ -887835,7 +895641,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#gameObject", "inherited": true, - "___id": "T000002R056175", + "___id": "T000002R056483", "___s": true }, { @@ -887844,7 +895650,7 @@ "filename": "PostFXPipeline.js", "lineno": 142, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "controller", @@ -887865,7 +895671,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#controller", "inherited": true, - "___id": "T000002R056176", + "___id": "T000002R056484", "___s": true }, { @@ -887874,7 +895680,7 @@ "filename": "PostFXPipeline.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "colorMatrix", @@ -887895,7 +895701,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#colorMatrix", "inherited": true, - "___id": "T000002R056177", + "___id": "T000002R056485", "___s": true }, { @@ -887904,7 +895710,7 @@ "filename": "PostFXPipeline.js", "lineno": 163, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame1", @@ -887926,7 +895732,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame1", "inherited": true, - "___id": "T000002R056178", + "___id": "T000002R056486", "___s": true }, { @@ -887935,7 +895741,7 @@ "filename": "PostFXPipeline.js", "lineno": 179, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame2", @@ -887957,7 +895763,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame2", "inherited": true, - "___id": "T000002R056179", + "___id": "T000002R056487", "___s": true }, { @@ -887966,7 +895772,7 @@ "filename": "PostFXPipeline.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame1", @@ -887988,7 +895794,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame1", "inherited": true, - "___id": "T000002R056180", + "___id": "T000002R056488", "___s": true }, { @@ -887997,7 +895803,7 @@ "filename": "PostFXPipeline.js", "lineno": 211, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame2", @@ -888019,7 +895825,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame2", "inherited": true, - "___id": "T000002R056181", + "___id": "T000002R056489", "___s": true }, { @@ -888028,7 +895834,7 @@ "filename": "PostFXPipeline.js", "lineno": 233, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bootFX", @@ -888040,16 +895846,16 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bootFX", "inherited": true, - "___id": "T000002R056182", + "___id": "T000002R056490", "___s": true }, { "comment": "/**\r\n * This method is called as a result of the `WebGLPipeline.batchQuad` method, right after a quad\r\n * belonging to a Game Object has been added to the batch. When this is called, the\r\n * renderer has just performed a flush.\r\n *\r\n * It calls the `onDraw` hook followed by the `onPostBatch` hook, which can be used to perform\r\n * additional Post FX Pipeline processing.\r\n *\r\n * It is also called as part of the `PipelineManager.postBatch` method when processing Post FX Pipelines.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch\r\n * @since 3.70.0\r\n *\r\n * @param {(Phaser.GameObjects.GameObject|Phaser.Cameras.Scene2D.Camera)} [gameObject] - The Game Object or Camera that invoked this pipeline, if any.\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 269, + "lineno": 268, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "postBatch", @@ -888102,16 +895908,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch", "inherited": true, - "___id": "T000002R056183", + "___id": "T000002R056491", "___s": true }, { "comment": "/**\r\n * Returns the FX Controller for this Post FX Pipeline.\r\n *\r\n * This is called internally and not typically required outside.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.FX.Controller} [controller] - An FX Controller, or undefined.\r\n *\r\n * @return {Phaser.FX.Controller|Phaser.Renderer.WebGL.Pipelines.PostFXPipeline} The FX Controller responsible, or this Pipeline.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 310, + "lineno": 309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "getController", @@ -888163,16 +895969,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController", "inherited": true, - "___id": "T000002R056184", + "___id": "T000002R056492", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * This method does _not_ bind a shader. It uses whatever shader\r\n * is currently bound in this pipeline. It also does _not_ clear\r\n * the frame buffers after use. You should take care of both of\r\n * these things if you call this method directly.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 338, + "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copySprite", @@ -888212,16 +896018,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite", "inherited": true, - "___id": "T000002R056185", + "___id": "T000002R056493", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * The difference between this method and `drawFrame` is that this method\r\n * uses a faster copy shader, where only the brightness can be modified.\r\n * If you need color level manipulation, see `drawFrame` instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 379, + "lineno": 378, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrame", @@ -888307,16 +896113,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame", "inherited": true, - "___id": "T000002R056186", + "___id": "T000002R056494", "___s": true }, { "comment": "/**\r\n * Pops the framebuffer from the renderers FBO stack and sets that as the active target,\r\n * then draws the `source` Render Target to it. It then resets the renderer textures.\r\n *\r\n * This should be done when you need to draw the _final_ results of a pipeline to the game\r\n * canvas, or the next framebuffer in line on the FBO stack. You should only call this once\r\n * in the `onDraw` handler and it should be the final thing called. Be careful not to call\r\n * this if you need to actually use the pipeline shader, instead of the copy shader. In\r\n * those cases, use the `bindAndDraw` method.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 402, + "lineno": 401, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyToGame", @@ -888343,16 +896149,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame", "inherited": true, - "___id": "T000002R056187", + "___id": "T000002R056495", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target, using this pipelines\r\n * Color Matrix.\r\n *\r\n * The difference between this method and `copyFrame` is that this method\r\n * uses a color matrix shader, where you have full control over the luminance\r\n * values used during the copy. If you don't need this, you can use the faster\r\n * `copyFrame` method instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 422, + "lineno": 421, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "drawFrame", @@ -888408,16 +896214,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame", "inherited": true, - "___id": "T000002R056188", + "___id": "T000002R056496", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using a linear blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 443, + "lineno": 442, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFrames", @@ -888501,16 +896307,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames", "inherited": true, - "___id": "T000002R056189", + "___id": "T000002R056497", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using an additive blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 461, + "lineno": 460, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFramesAdditive", @@ -888594,16 +896400,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive", "inherited": true, - "___id": "T000002R056190", + "___id": "T000002R056498", "___s": true }, { "comment": "/**\r\n * Clears the given Render Target.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The Render Target to clear.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 479, + "lineno": 478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "clearFrame", @@ -888645,16 +896451,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame", "inherited": true, - "___id": "T000002R056191", + "___id": "T000002R056499", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * The difference with this copy is that no resizing takes place. If the `source`\r\n * Render Target is larger than the `target` then only a portion the same size as\r\n * the `target` dimensions is copied across.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {boolean} [eraseMode=false] - Erase source from target using ERASE Blend Mode?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 493, + "lineno": 492, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blitFrame", @@ -888754,16 +896560,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame", "inherited": true, - "___id": "T000002R056192", + "___id": "T000002R056500", "___s": true }, { "comment": "/**\r\n * Binds the `source` Render Target and then copies a section of it to the `target` Render Target.\r\n *\r\n * This method is extremely fast because it uses `gl.copyTexSubImage2D` and doesn't\r\n * require the use of any shaders. Remember the coordinates are given in standard WebGL format,\r\n * where x and y specify the lower-left corner of the section, not the top-left. Also, the\r\n * copy entirely replaces the contents of the target texture, no 'merging' or 'blending' takes\r\n * place.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} x - The x coordinate of the lower left corner where to start copying.\r\n * @param {number} y - The y coordinate of the lower left corner where to start copying.\r\n * @param {number} width - The width of the texture.\r\n * @param {number} height - The height of the texture.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 517, + "lineno": 516, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrameRect", @@ -888885,16 +896691,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect", "inherited": true, - "___id": "T000002R056193", + "___id": "T000002R056501", "___s": true }, { "comment": "/**\r\n * Binds this pipeline and draws the `source` Render Target to the `target` Render Target.\r\n *\r\n * If no `target` is specified, it will pop the framebuffer from the Renderers FBO stack\r\n * and use that instead, which should be done when you need to draw the final results of\r\n * this pipeline to the game canvas.\r\n *\r\n * You can optionally set the shader to be used for the draw here, if this is a multi-shader\r\n * pipeline. By default `currentShader` will be used. If you need to set a shader but not\r\n * a target, just pass `null` as the `target` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The Render Target to draw to. If not set, it will pop the fbo from the stack.\r\n * @param {boolean} [clear=true] - Clear the target before copying? Only used if `target` parameter is set.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {Phaser.Renderer.WebGL.WebGLShader} [currentShader] - The shader to use during the draw.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 543, + "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bindAndDraw", @@ -888979,16 +896785,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw", "inherited": true, - "___id": "T000002R056194", + "___id": "T000002R056502", "___s": true }, { "comment": "/**\r\n * Destroys all shader instances, removes all object references and nulls all external references.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy\r\n * @since 3.60.0\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 620, + "lineno": 619, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "destroy", @@ -889015,7 +896821,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy", "inherited": true, - "___id": "T000002R056195", + "___id": "T000002R056503", "___s": true }, { @@ -889024,7 +896830,7 @@ "filename": "WebGLPipeline.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "name", @@ -889045,7 +896851,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#name", "inherited": true, - "___id": "T000002R056196", + "___id": "T000002R056504", "___s": true }, { @@ -889054,7 +896860,7 @@ "filename": "WebGLPipeline.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "game", @@ -889075,7 +896881,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#game", "inherited": true, - "___id": "T000002R056197", + "___id": "T000002R056505", "___s": true }, { @@ -889084,7 +896890,7 @@ "filename": "WebGLPipeline.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderer", @@ -889105,7 +896911,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderer", "inherited": true, - "___id": "T000002R056198", + "___id": "T000002R056506", "___s": true }, { @@ -889114,7 +896920,7 @@ "filename": "WebGLPipeline.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "manager", @@ -889137,7 +896943,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#manager", "inherited": true, - "___id": "T000002R056199", + "___id": "T000002R056507", "___s": true }, { @@ -889146,7 +896952,7 @@ "filename": "WebGLPipeline.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "gl", @@ -889167,7 +896973,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#gl", "inherited": true, - "___id": "T000002R056200", + "___id": "T000002R056508", "___s": true }, { @@ -889176,7 +896982,7 @@ "filename": "WebGLPipeline.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "view", @@ -889197,7 +897003,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#view", "inherited": true, - "___id": "T000002R056201", + "___id": "T000002R056509", "___s": true }, { @@ -889206,7 +897012,7 @@ "filename": "WebGLPipeline.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "width", @@ -889227,7 +897033,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#width", "inherited": true, - "___id": "T000002R056202", + "___id": "T000002R056510", "___s": true }, { @@ -889236,7 +897042,7 @@ "filename": "WebGLPipeline.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "height", @@ -889257,7 +897063,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#height", "inherited": true, - "___id": "T000002R056203", + "___id": "T000002R056511", "___s": true }, { @@ -889266,7 +897072,7 @@ "filename": "WebGLPipeline.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCount", @@ -889288,7 +897094,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCount", "inherited": true, - "___id": "T000002R056204", + "___id": "T000002R056512", "___s": true }, { @@ -889297,7 +897103,7 @@ "filename": "WebGLPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCapacity", @@ -889318,7 +897124,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCapacity", "inherited": true, - "___id": "T000002R056205", + "___id": "T000002R056513", "___s": true }, { @@ -889327,7 +897133,7 @@ "filename": "WebGLPipeline.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexData", @@ -889349,7 +897155,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexData", "inherited": true, - "___id": "T000002R056206", + "___id": "T000002R056514", "___s": true }, { @@ -889358,7 +897164,7 @@ "filename": "WebGLPipeline.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexBuffer", @@ -889380,7 +897186,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexBuffer", "inherited": true, - "___id": "T000002R056207", + "___id": "T000002R056515", "___s": true }, { @@ -889389,7 +897195,7 @@ "filename": "WebGLPipeline.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeBuffer", @@ -889410,7 +897216,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeBuffer", "inherited": true, - "___id": "T000002R056208", + "___id": "T000002R056516", "___s": true }, { @@ -889419,7 +897225,7 @@ "filename": "WebGLPipeline.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "topology", @@ -889440,7 +897246,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#topology", "inherited": true, - "___id": "T000002R056209", + "___id": "T000002R056517", "___s": true }, { @@ -889449,7 +897255,7 @@ "filename": "WebGLPipeline.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bytes", @@ -889470,7 +897276,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bytes", "inherited": true, - "___id": "T000002R056210", + "___id": "T000002R056518", "___s": true }, { @@ -889479,7 +897285,7 @@ "filename": "WebGLPipeline.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewF32", @@ -889500,7 +897306,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewF32", "inherited": true, - "___id": "T000002R056211", + "___id": "T000002R056519", "___s": true }, { @@ -889509,7 +897315,7 @@ "filename": "WebGLPipeline.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewU32", @@ -889530,7 +897336,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewU32", "inherited": true, - "___id": "T000002R056212", + "___id": "T000002R056520", "___s": true }, { @@ -889539,7 +897345,7 @@ "filename": "WebGLPipeline.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "active", @@ -889560,7 +897366,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#active", "inherited": true, - "___id": "T000002R056213", + "___id": "T000002R056521", "___s": true }, { @@ -889569,7 +897375,7 @@ "filename": "WebGLPipeline.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "forceZero", @@ -889590,7 +897396,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#forceZero", "inherited": true, - "___id": "T000002R056214", + "___id": "T000002R056522", "___s": true }, { @@ -889599,7 +897405,7 @@ "filename": "WebGLPipeline.js", "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "hasBooted", @@ -889621,7 +897427,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#hasBooted", "inherited": true, - "___id": "T000002R056215", + "___id": "T000002R056523", "___s": true }, { @@ -889630,7 +897436,7 @@ "filename": "WebGLPipeline.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPostFX", @@ -889652,7 +897458,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPostFX", "inherited": true, - "___id": "T000002R056216", + "___id": "T000002R056524", "___s": true }, { @@ -889661,7 +897467,7 @@ "filename": "WebGLPipeline.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPreFX", @@ -889683,7 +897489,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPreFX", "inherited": true, - "___id": "T000002R056217", + "___id": "T000002R056525", "___s": true }, { @@ -889692,7 +897498,7 @@ "filename": "WebGLPipeline.js", "lineno": 289, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderTargets", @@ -889722,7 +897528,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderTargets", "inherited": true, - "___id": "T000002R056218", + "___id": "T000002R056526", "___s": true }, { @@ -889731,7 +897537,7 @@ "filename": "WebGLPipeline.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentRenderTarget", @@ -889752,7 +897558,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentRenderTarget", "inherited": true, - "___id": "T000002R056219", + "___id": "T000002R056527", "___s": true }, { @@ -889761,7 +897567,7 @@ "filename": "WebGLPipeline.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shaders", @@ -889791,7 +897597,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shaders", "inherited": true, - "___id": "T000002R056220", + "___id": "T000002R056528", "___s": true }, { @@ -889800,7 +897606,7 @@ "filename": "WebGLPipeline.js", "lineno": 322, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentShader", @@ -889821,7 +897627,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentShader", "inherited": true, - "___id": "T000002R056221", + "___id": "T000002R056529", "___s": true }, { @@ -889830,7 +897636,7 @@ "filename": "WebGLPipeline.js", "lineno": 334, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionMatrix", @@ -889851,7 +897657,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionMatrix", "inherited": true, - "___id": "T000002R056222", + "___id": "T000002R056530", "___s": true }, { @@ -889860,7 +897666,7 @@ "filename": "WebGLPipeline.js", "lineno": 343, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionWidth", @@ -889881,7 +897687,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionWidth", "inherited": true, - "___id": "T000002R056223", + "___id": "T000002R056531", "___s": true }, { @@ -889890,7 +897696,7 @@ "filename": "WebGLPipeline.js", "lineno": 352, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionHeight", @@ -889911,7 +897717,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionHeight", "inherited": true, - "___id": "T000002R056224", + "___id": "T000002R056532", "___s": true }, { @@ -889920,7 +897726,7 @@ "filename": "WebGLPipeline.js", "lineno": 361, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "config", @@ -889941,7 +897747,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#config", "inherited": true, - "___id": "T000002R056225", + "___id": "T000002R056533", "___s": true }, { @@ -889950,7 +897756,7 @@ "filename": "WebGLPipeline.js", "lineno": 374, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "glReset", @@ -889971,7 +897777,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#glReset", "inherited": true, - "___id": "T000002R056226", + "___id": "T000002R056534", "___s": true }, { @@ -889980,7 +897786,7 @@ "filename": "WebGLPipeline.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batch", @@ -890010,7 +897816,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batch", "inherited": true, - "___id": "T000002R056227", + "___id": "T000002R056535", "___s": true }, { @@ -890019,7 +897825,7 @@ "filename": "WebGLPipeline.js", "lineno": 401, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentBatch", @@ -890042,7 +897848,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentBatch", "inherited": true, - "___id": "T000002R056228", + "___id": "T000002R056536", "___s": true }, { @@ -890051,7 +897857,7 @@ "filename": "WebGLPipeline.js", "lineno": 414, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentTexture", @@ -890074,7 +897880,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentTexture", "inherited": true, - "___id": "T000002R056229", + "___id": "T000002R056537", "___s": true }, { @@ -890083,7 +897889,7 @@ "filename": "WebGLPipeline.js", "lineno": 427, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentUnit", @@ -890104,7 +897910,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentUnit", "inherited": true, - "___id": "T000002R056230", + "___id": "T000002R056538", "___s": true }, { @@ -890113,7 +897919,7 @@ "filename": "WebGLPipeline.js", "lineno": 438, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeTextures", @@ -890143,7 +897949,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeTextures", "inherited": true, - "___id": "T000002R056231", + "___id": "T000002R056539", "___s": true }, { @@ -890152,7 +897958,7 @@ "filename": "WebGLPipeline.js", "lineno": 451, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resizeUniform", @@ -890173,7 +897979,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resizeUniform", "inherited": true, - "___id": "T000002R056232", + "___id": "T000002R056540", "___s": true }, { @@ -890182,7 +897988,7 @@ "filename": "WebGLPipeline.js", "lineno": 463, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "boot", @@ -890197,7 +898003,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#boot", "inherited": true, - "___id": "T000002R056233", + "___id": "T000002R056541", "___s": true }, { @@ -890206,7 +898012,7 @@ "filename": "WebGLPipeline.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBoot", @@ -890218,7 +898024,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBoot", "inherited": true, - "___id": "T000002R056234", + "___id": "T000002R056542", "___s": true }, { @@ -890227,7 +898033,7 @@ "filename": "WebGLPipeline.js", "lineno": 611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onResize", @@ -890267,7 +898073,7 @@ "name": "height" } ], - "___id": "T000002R056235", + "___id": "T000002R056543", "___s": true }, { @@ -890276,7 +898082,7 @@ "filename": "WebGLPipeline.js", "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShader", @@ -890347,7 +898153,7 @@ "name": "vertexBuffer" } ], - "___id": "T000002R056236", + "___id": "T000002R056544", "___s": true }, { @@ -890356,7 +898162,7 @@ "filename": "WebGLPipeline.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "getShaderByName", @@ -890397,7 +898203,7 @@ "name": "name" } ], - "___id": "T000002R056237", + "___id": "T000002R056545", "___s": true }, { @@ -890406,7 +898212,7 @@ "filename": "WebGLPipeline.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShadersFromConfig", @@ -890448,7 +898254,7 @@ "name": "config" } ], - "___id": "T000002R056238", + "___id": "T000002R056546", "___s": true }, { @@ -890457,7 +898263,7 @@ "filename": "WebGLPipeline.js", "lineno": 789, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "createBatch", @@ -890498,7 +898304,7 @@ "name": "texture" } ], - "___id": "T000002R056239", + "___id": "T000002R056547", "___s": true }, { @@ -890507,7 +898313,7 @@ "filename": "WebGLPipeline.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "addTextureToBatch", @@ -890534,7 +898340,7 @@ "name": "texture" } ], - "___id": "T000002R056240", + "___id": "T000002R056548", "___s": true }, { @@ -890543,7 +898349,7 @@ "filename": "WebGLPipeline.js", "lineno": 839, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "pushBatch", @@ -890584,7 +898390,7 @@ "name": "texture" } ], - "___id": "T000002R056241", + "___id": "T000002R056549", "___s": true }, { @@ -890593,7 +898399,7 @@ "filename": "WebGLPipeline.js", "lineno": 912, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setGameObject", @@ -890648,7 +898454,7 @@ "name": "frame" } ], - "___id": "T000002R056242", + "___id": "T000002R056550", "___s": true }, { @@ -890657,7 +898463,7 @@ "filename": "WebGLPipeline.js", "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shouldFlush", @@ -890700,7 +898506,7 @@ "name": "amount" } ], - "___id": "T000002R056243", + "___id": "T000002R056551", "___s": true }, { @@ -890709,7 +898515,7 @@ "filename": "WebGLPipeline.js", "lineno": 952, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexAvailable", @@ -890735,7 +898541,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexAvailable", "inherited": true, - "___id": "T000002R056244", + "___id": "T000002R056552", "___s": true }, { @@ -890744,7 +898550,7 @@ "filename": "WebGLPipeline.js", "lineno": 966, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resize", @@ -890802,7 +898608,7 @@ "name": "height" } ], - "___id": "T000002R056245", + "___id": "T000002R056553", "___s": true }, { @@ -890811,7 +898617,7 @@ "filename": "WebGLPipeline.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setProjectionMatrix", @@ -890866,7 +898672,7 @@ "name": "height" } ], - "___id": "T000002R056246", + "___id": "T000002R056554", "___s": true }, { @@ -890875,7 +898681,7 @@ "filename": "WebGLPipeline.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flipProjectionMatrix", @@ -890904,7 +898710,7 @@ "name": "flipY" } ], - "___id": "T000002R056247", + "___id": "T000002R056555", "___s": true }, { @@ -890913,7 +898719,7 @@ "filename": "WebGLPipeline.js", "lineno": 1096, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "updateProjectionMatrix", @@ -890925,7 +898731,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#updateProjectionMatrix", "inherited": true, - "___id": "T000002R056248", + "___id": "T000002R056556", "___s": true }, { @@ -890934,7 +898740,7 @@ "filename": "WebGLPipeline.js", "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bind", @@ -890980,7 +898786,7 @@ "name": "currentShader" } ], - "___id": "T000002R056249", + "___id": "T000002R056557", "___s": true }, { @@ -890989,7 +898795,7 @@ "filename": "WebGLPipeline.js", "lineno": 1169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "rebind", @@ -891035,7 +898841,7 @@ "name": "currentShader" } ], - "___id": "T000002R056250", + "___id": "T000002R056558", "___s": true }, { @@ -891044,7 +898850,7 @@ "filename": "WebGLPipeline.js", "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "restoreContext", @@ -891056,7 +898862,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#restoreContext", "inherited": true, - "___id": "T000002R056251", + "___id": "T000002R056559", "___s": true }, { @@ -891065,7 +898871,7 @@ "filename": "WebGLPipeline.js", "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setVertexBuffer", @@ -891107,7 +898913,7 @@ "name": "buffer" } ], - "___id": "T000002R056252", + "___id": "T000002R056560", "___s": true }, { @@ -891116,7 +898922,7 @@ "filename": "WebGLPipeline.js", "lineno": 1282, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "preBatch", @@ -891169,7 +898975,7 @@ "name": "gameObject" } ], - "___id": "T000002R056253", + "___id": "T000002R056561", "___s": true }, { @@ -891178,7 +898984,7 @@ "filename": "WebGLPipeline.js", "lineno": 1335, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onDraw", @@ -891219,7 +899025,7 @@ "name": "swapTarget" } ], - "___id": "T000002R056254", + "___id": "T000002R056562", "___s": true }, { @@ -891228,7 +899034,7 @@ "filename": "WebGLPipeline.js", "lineno": 1355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "unbind", @@ -891240,7 +899046,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#unbind", "inherited": true, - "___id": "T000002R056255", + "___id": "T000002R056563", "___s": true }, { @@ -891249,7 +899055,7 @@ "filename": "WebGLPipeline.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flush", @@ -891297,7 +899103,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R056256", + "___id": "T000002R056564", "___s": true }, { @@ -891306,7 +899112,7 @@ "filename": "WebGLPipeline.js", "lineno": 1478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onActive", @@ -891333,7 +899139,7 @@ "name": "currentShader" } ], - "___id": "T000002R056257", + "___id": "T000002R056565", "___s": true }, { @@ -891342,7 +899148,7 @@ "filename": "WebGLPipeline.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBind", @@ -891370,7 +899176,7 @@ "name": "gameObject" } ], - "___id": "T000002R056258", + "___id": "T000002R056566", "___s": true }, { @@ -891379,7 +899185,7 @@ "filename": "WebGLPipeline.js", "lineno": 1518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRebind", @@ -891391,7 +899197,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRebind", "inherited": true, - "___id": "T000002R056259", + "___id": "T000002R056567", "___s": true }, { @@ -891400,7 +899206,7 @@ "filename": "WebGLPipeline.js", "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBatch", @@ -891428,7 +899234,7 @@ "name": "gameObject" } ], - "___id": "T000002R056260", + "___id": "T000002R056568", "___s": true }, { @@ -891437,7 +899243,7 @@ "filename": "WebGLPipeline.js", "lineno": 1553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreBatch", @@ -891465,7 +899271,7 @@ "name": "gameObject" } ], - "___id": "T000002R056261", + "___id": "T000002R056569", "___s": true }, { @@ -891474,7 +899280,7 @@ "filename": "WebGLPipeline.js", "lineno": 1567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostBatch", @@ -891502,7 +899308,7 @@ "name": "gameObject" } ], - "___id": "T000002R056262", + "___id": "T000002R056570", "___s": true }, { @@ -891511,7 +899317,7 @@ "filename": "WebGLPipeline.js", "lineno": 1581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreRender", @@ -891523,7 +899329,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreRender", "inherited": true, - "___id": "T000002R056263", + "___id": "T000002R056571", "___s": true }, { @@ -891532,7 +899338,7 @@ "filename": "WebGLPipeline.js", "lineno": 1594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRender", @@ -891572,7 +899378,7 @@ "name": "camera" } ], - "___id": "T000002R056264", + "___id": "T000002R056572", "___s": true }, { @@ -891581,7 +899387,7 @@ "filename": "WebGLPipeline.js", "lineno": 1611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostRender", @@ -891593,7 +899399,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostRender", "inherited": true, - "___id": "T000002R056265", + "___id": "T000002R056573", "___s": true }, { @@ -891602,7 +899408,7 @@ "filename": "WebGLPipeline.js", "lineno": 1626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBeforeFlush", @@ -891631,7 +899437,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R056266", + "___id": "T000002R056574", "___s": true }, { @@ -891640,7 +899446,7 @@ "filename": "WebGLPipeline.js", "lineno": 1643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onAfterFlush", @@ -891669,7 +899475,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R056267", + "___id": "T000002R056575", "___s": true }, { @@ -891678,7 +899484,7 @@ "filename": "WebGLPipeline.js", "lineno": 1664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchVert", @@ -891793,7 +899599,7 @@ "name": "tint" } ], - "___id": "T000002R056268", + "___id": "T000002R056576", "___s": true }, { @@ -891802,7 +899608,7 @@ "filename": "WebGLPipeline.js", "lineno": 1704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchQuad", @@ -892112,7 +899918,7 @@ "name": "unit" } ], - "___id": "T000002R056269", + "___id": "T000002R056577", "___s": true }, { @@ -892121,7 +899927,7 @@ "filename": "WebGLPipeline.js", "lineno": 1827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchTri", @@ -892392,7 +900198,7 @@ "name": "unit" } ], - "___id": "T000002R056270", + "___id": "T000002R056578", "___s": true }, { @@ -892401,7 +900207,7 @@ "filename": "WebGLPipeline.js", "lineno": 1921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "drawFillRect", @@ -892522,7 +900328,7 @@ "name": "flipUV" } ], - "___id": "T000002R056271", + "___id": "T000002R056579", "___s": true }, { @@ -892531,7 +900337,7 @@ "filename": "WebGLPipeline.js", "lineno": 1971, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTexture2D", @@ -892573,7 +900379,7 @@ "name": "texture" } ], - "___id": "T000002R056272", + "___id": "T000002R056580", "___s": true }, { @@ -892582,7 +900388,7 @@ "filename": "WebGLPipeline.js", "lineno": 1989, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindTexture", @@ -892640,7 +900446,7 @@ "name": "unit" } ], - "___id": "T000002R056273", + "___id": "T000002R056581", "___s": true }, { @@ -892649,7 +900455,7 @@ "filename": "WebGLPipeline.js", "lineno": 2013, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindRenderTarget", @@ -892707,7 +900513,7 @@ "name": "unit" } ], - "___id": "T000002R056274", + "___id": "T000002R056582", "___s": true }, { @@ -892716,7 +900522,7 @@ "filename": "WebGLPipeline.js", "lineno": 2030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTime", @@ -892772,7 +900578,7 @@ "name": "shader" } ], - "___id": "T000002R056275", + "___id": "T000002R056583", "___s": true }, { @@ -892781,7 +900587,7 @@ "filename": "WebGLPipeline.js", "lineno": 2050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setBoolean", @@ -892850,7 +900656,7 @@ "name": "shader" } ], - "___id": "T000002R056276", + "___id": "T000002R056584", "___s": true }, { @@ -892859,7 +900665,7 @@ "filename": "WebGLPipeline.js", "lineno": 2077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1f", @@ -892928,7 +900734,7 @@ "name": "shader" } ], - "___id": "T000002R056277", + "___id": "T000002R056585", "___s": true }, { @@ -892937,7 +900743,7 @@ "filename": "WebGLPipeline.js", "lineno": 2104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2f", @@ -893019,7 +900825,7 @@ "name": "shader" } ], - "___id": "T000002R056278", + "___id": "T000002R056586", "___s": true }, { @@ -893028,7 +900834,7 @@ "filename": "WebGLPipeline.js", "lineno": 2132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3f", @@ -893123,7 +900929,7 @@ "name": "shader" } ], - "___id": "T000002R056279", + "___id": "T000002R056587", "___s": true }, { @@ -893132,7 +900938,7 @@ "filename": "WebGLPipeline.js", "lineno": 2161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4f", @@ -893240,7 +901046,7 @@ "name": "shader" } ], - "___id": "T000002R056280", + "___id": "T000002R056588", "___s": true }, { @@ -893249,7 +901055,7 @@ "filename": "WebGLPipeline.js", "lineno": 2191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1fv", @@ -893337,7 +901143,7 @@ "name": "shader" } ], - "___id": "T000002R056281", + "___id": "T000002R056589", "___s": true }, { @@ -893346,7 +901152,7 @@ "filename": "WebGLPipeline.js", "lineno": 2218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2fv", @@ -893434,7 +901240,7 @@ "name": "shader" } ], - "___id": "T000002R056282", + "___id": "T000002R056590", "___s": true }, { @@ -893443,7 +901249,7 @@ "filename": "WebGLPipeline.js", "lineno": 2245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3fv", @@ -893531,7 +901337,7 @@ "name": "shader" } ], - "___id": "T000002R056283", + "___id": "T000002R056591", "___s": true }, { @@ -893540,7 +901346,7 @@ "filename": "WebGLPipeline.js", "lineno": 2272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4fv", @@ -893628,7 +901434,7 @@ "name": "shader" } ], - "___id": "T000002R056284", + "___id": "T000002R056592", "___s": true }, { @@ -893637,7 +901443,7 @@ "filename": "WebGLPipeline.js", "lineno": 2299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1iv", @@ -893725,7 +901531,7 @@ "name": "shader" } ], - "___id": "T000002R056285", + "___id": "T000002R056593", "___s": true }, { @@ -893734,7 +901540,7 @@ "filename": "WebGLPipeline.js", "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2iv", @@ -893822,7 +901628,7 @@ "name": "shader" } ], - "___id": "T000002R056286", + "___id": "T000002R056594", "___s": true }, { @@ -893831,7 +901637,7 @@ "filename": "WebGLPipeline.js", "lineno": 2353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3iv", @@ -893919,7 +901725,7 @@ "name": "shader" } ], - "___id": "T000002R056287", + "___id": "T000002R056595", "___s": true }, { @@ -893928,7 +901734,7 @@ "filename": "WebGLPipeline.js", "lineno": 2380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4iv", @@ -894016,7 +901822,7 @@ "name": "shader" } ], - "___id": "T000002R056288", + "___id": "T000002R056596", "___s": true }, { @@ -894025,7 +901831,7 @@ "filename": "WebGLPipeline.js", "lineno": 2407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1i", @@ -894094,7 +901900,7 @@ "name": "shader" } ], - "___id": "T000002R056289", + "___id": "T000002R056597", "___s": true }, { @@ -894103,7 +901909,7 @@ "filename": "WebGLPipeline.js", "lineno": 2434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2i", @@ -894185,7 +901991,7 @@ "name": "shader" } ], - "___id": "T000002R056290", + "___id": "T000002R056598", "___s": true }, { @@ -894194,7 +902000,7 @@ "filename": "WebGLPipeline.js", "lineno": 2462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3i", @@ -894289,7 +902095,7 @@ "name": "shader" } ], - "___id": "T000002R056291", + "___id": "T000002R056599", "___s": true }, { @@ -894298,7 +902104,7 @@ "filename": "WebGLPipeline.js", "lineno": 2491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4i", @@ -894406,7 +902212,7 @@ "name": "shader" } ], - "___id": "T000002R056292", + "___id": "T000002R056600", "___s": true }, { @@ -894415,7 +902221,7 @@ "filename": "WebGLPipeline.js", "lineno": 2521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix2fv", @@ -894516,7 +902322,7 @@ "name": "shader" } ], - "___id": "T000002R056293", + "___id": "T000002R056601", "___s": true }, { @@ -894525,7 +902331,7 @@ "filename": "WebGLPipeline.js", "lineno": 2549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix3fv", @@ -894607,7 +902413,7 @@ "name": "shader" } ], - "___id": "T000002R056294", + "___id": "T000002R056602", "___s": true }, { @@ -894616,7 +902422,7 @@ "filename": "WebGLPipeline.js", "lineno": 2577, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix4fv", @@ -894698,7 +902504,7 @@ "name": "shader" } ], - "___id": "T000002R056295", + "___id": "T000002R056603", "___s": true }, { @@ -894707,7 +902513,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -894719,7 +902525,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R056296", + "___id": "T000002R056604", "___s": true }, { @@ -894728,7 +902534,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -894771,7 +902577,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R056297", + "___id": "T000002R056605", "___s": true }, { @@ -894780,7 +902586,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -894840,7 +902646,7 @@ "name": "event" } ], - "___id": "T000002R056298", + "___id": "T000002R056606", "___s": true }, { @@ -894849,7 +902655,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -894900,7 +902706,7 @@ "name": "event" } ], - "___id": "T000002R056299", + "___id": "T000002R056607", "___s": true }, { @@ -894909,7 +902715,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -894975,7 +902781,7 @@ "name": "args" } ], - "___id": "T000002R056300", + "___id": "T000002R056608", "___s": true }, { @@ -894984,7 +902790,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -895063,7 +902869,7 @@ "name": "context" } ], - "___id": "T000002R056301", + "___id": "T000002R056609", "___s": true }, { @@ -895072,7 +902878,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -895151,7 +902957,7 @@ "name": "context" } ], - "___id": "T000002R056302", + "___id": "T000002R056610", "___s": true }, { @@ -895160,7 +902966,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -895239,7 +903045,7 @@ "name": "context" } ], - "___id": "T000002R056303", + "___id": "T000002R056611", "___s": true }, { @@ -895248,7 +903054,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -895341,7 +903147,7 @@ "name": "once" } ], - "___id": "T000002R056304", + "___id": "T000002R056612", "___s": true }, { @@ -895350,7 +903156,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -895443,7 +903249,7 @@ "name": "once" } ], - "___id": "T000002R056305", + "___id": "T000002R056613", "___s": true }, { @@ -895452,7 +903258,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -895505,7 +903311,7 @@ "name": "event" } ], - "___id": "T000002R056306", + "___id": "T000002R056614", "___s": true }, { @@ -895514,7 +903320,7 @@ "filename": "PostFXPipeline.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "gameObject", @@ -895545,7 +903351,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#gameObject", "inherited": true, - "___id": "T000002R056307", + "___id": "T000002R056615", "___s": true }, { @@ -895554,7 +903360,7 @@ "filename": "PostFXPipeline.js", "lineno": 142, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "controller", @@ -895575,7 +903381,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#controller", "inherited": true, - "___id": "T000002R056308", + "___id": "T000002R056616", "___s": true }, { @@ -895584,7 +903390,7 @@ "filename": "PostFXPipeline.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "colorMatrix", @@ -895605,7 +903411,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#colorMatrix", "inherited": true, - "___id": "T000002R056309", + "___id": "T000002R056617", "___s": true }, { @@ -895614,7 +903420,7 @@ "filename": "PostFXPipeline.js", "lineno": 163, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame1", @@ -895636,7 +903442,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame1", "inherited": true, - "___id": "T000002R056310", + "___id": "T000002R056618", "___s": true }, { @@ -895645,7 +903451,7 @@ "filename": "PostFXPipeline.js", "lineno": 179, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame2", @@ -895667,7 +903473,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame2", "inherited": true, - "___id": "T000002R056311", + "___id": "T000002R056619", "___s": true }, { @@ -895676,7 +903482,7 @@ "filename": "PostFXPipeline.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame1", @@ -895698,7 +903504,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame1", "inherited": true, - "___id": "T000002R056312", + "___id": "T000002R056620", "___s": true }, { @@ -895707,7 +903513,7 @@ "filename": "PostFXPipeline.js", "lineno": 211, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame2", @@ -895729,7 +903535,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame2", "inherited": true, - "___id": "T000002R056313", + "___id": "T000002R056621", "___s": true }, { @@ -895738,7 +903544,7 @@ "filename": "PostFXPipeline.js", "lineno": 233, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bootFX", @@ -895750,16 +903556,16 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bootFX", "inherited": true, - "___id": "T000002R056314", + "___id": "T000002R056622", "___s": true }, { "comment": "/**\r\n * This method is called as a result of the `WebGLPipeline.batchQuad` method, right after a quad\r\n * belonging to a Game Object has been added to the batch. When this is called, the\r\n * renderer has just performed a flush.\r\n *\r\n * It calls the `onDraw` hook followed by the `onPostBatch` hook, which can be used to perform\r\n * additional Post FX Pipeline processing.\r\n *\r\n * It is also called as part of the `PipelineManager.postBatch` method when processing Post FX Pipelines.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch\r\n * @since 3.70.0\r\n *\r\n * @param {(Phaser.GameObjects.GameObject|Phaser.Cameras.Scene2D.Camera)} [gameObject] - The Game Object or Camera that invoked this pipeline, if any.\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 269, + "lineno": 268, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "postBatch", @@ -895812,16 +903618,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch", "inherited": true, - "___id": "T000002R056315", + "___id": "T000002R056623", "___s": true }, { "comment": "/**\r\n * Returns the FX Controller for this Post FX Pipeline.\r\n *\r\n * This is called internally and not typically required outside.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.FX.Controller} [controller] - An FX Controller, or undefined.\r\n *\r\n * @return {Phaser.FX.Controller|Phaser.Renderer.WebGL.Pipelines.PostFXPipeline} The FX Controller responsible, or this Pipeline.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 310, + "lineno": 309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "getController", @@ -895873,16 +903679,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController", "inherited": true, - "___id": "T000002R056316", + "___id": "T000002R056624", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * This method does _not_ bind a shader. It uses whatever shader\r\n * is currently bound in this pipeline. It also does _not_ clear\r\n * the frame buffers after use. You should take care of both of\r\n * these things if you call this method directly.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 338, + "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copySprite", @@ -895922,16 +903728,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite", "inherited": true, - "___id": "T000002R056317", + "___id": "T000002R056625", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * The difference between this method and `drawFrame` is that this method\r\n * uses a faster copy shader, where only the brightness can be modified.\r\n * If you need color level manipulation, see `drawFrame` instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 379, + "lineno": 378, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrame", @@ -896017,16 +903823,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame", "inherited": true, - "___id": "T000002R056318", + "___id": "T000002R056626", "___s": true }, { "comment": "/**\r\n * Pops the framebuffer from the renderers FBO stack and sets that as the active target,\r\n * then draws the `source` Render Target to it. It then resets the renderer textures.\r\n *\r\n * This should be done when you need to draw the _final_ results of a pipeline to the game\r\n * canvas, or the next framebuffer in line on the FBO stack. You should only call this once\r\n * in the `onDraw` handler and it should be the final thing called. Be careful not to call\r\n * this if you need to actually use the pipeline shader, instead of the copy shader. In\r\n * those cases, use the `bindAndDraw` method.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 402, + "lineno": 401, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyToGame", @@ -896053,16 +903859,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame", "inherited": true, - "___id": "T000002R056319", + "___id": "T000002R056627", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target, using this pipelines\r\n * Color Matrix.\r\n *\r\n * The difference between this method and `copyFrame` is that this method\r\n * uses a color matrix shader, where you have full control over the luminance\r\n * values used during the copy. If you don't need this, you can use the faster\r\n * `copyFrame` method instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 422, + "lineno": 421, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "drawFrame", @@ -896118,16 +903924,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame", "inherited": true, - "___id": "T000002R056320", + "___id": "T000002R056628", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using a linear blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 443, + "lineno": 442, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFrames", @@ -896211,16 +904017,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames", "inherited": true, - "___id": "T000002R056321", + "___id": "T000002R056629", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using an additive blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 461, + "lineno": 460, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFramesAdditive", @@ -896304,16 +904110,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive", "inherited": true, - "___id": "T000002R056322", + "___id": "T000002R056630", "___s": true }, { "comment": "/**\r\n * Clears the given Render Target.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The Render Target to clear.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 479, + "lineno": 478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "clearFrame", @@ -896355,16 +904161,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame", "inherited": true, - "___id": "T000002R056323", + "___id": "T000002R056631", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * The difference with this copy is that no resizing takes place. If the `source`\r\n * Render Target is larger than the `target` then only a portion the same size as\r\n * the `target` dimensions is copied across.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {boolean} [eraseMode=false] - Erase source from target using ERASE Blend Mode?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 493, + "lineno": 492, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blitFrame", @@ -896464,16 +904270,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame", "inherited": true, - "___id": "T000002R056324", + "___id": "T000002R056632", "___s": true }, { "comment": "/**\r\n * Binds the `source` Render Target and then copies a section of it to the `target` Render Target.\r\n *\r\n * This method is extremely fast because it uses `gl.copyTexSubImage2D` and doesn't\r\n * require the use of any shaders. Remember the coordinates are given in standard WebGL format,\r\n * where x and y specify the lower-left corner of the section, not the top-left. Also, the\r\n * copy entirely replaces the contents of the target texture, no 'merging' or 'blending' takes\r\n * place.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} x - The x coordinate of the lower left corner where to start copying.\r\n * @param {number} y - The y coordinate of the lower left corner where to start copying.\r\n * @param {number} width - The width of the texture.\r\n * @param {number} height - The height of the texture.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 517, + "lineno": 516, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrameRect", @@ -896595,16 +904401,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect", "inherited": true, - "___id": "T000002R056325", + "___id": "T000002R056633", "___s": true }, { "comment": "/**\r\n * Binds this pipeline and draws the `source` Render Target to the `target` Render Target.\r\n *\r\n * If no `target` is specified, it will pop the framebuffer from the Renderers FBO stack\r\n * and use that instead, which should be done when you need to draw the final results of\r\n * this pipeline to the game canvas.\r\n *\r\n * You can optionally set the shader to be used for the draw here, if this is a multi-shader\r\n * pipeline. By default `currentShader` will be used. If you need to set a shader but not\r\n * a target, just pass `null` as the `target` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The Render Target to draw to. If not set, it will pop the fbo from the stack.\r\n * @param {boolean} [clear=true] - Clear the target before copying? Only used if `target` parameter is set.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {Phaser.Renderer.WebGL.WebGLShader} [currentShader] - The shader to use during the draw.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 543, + "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bindAndDraw", @@ -896689,16 +904495,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw", "inherited": true, - "___id": "T000002R056326", + "___id": "T000002R056634", "___s": true }, { "comment": "/**\r\n * Destroys all shader instances, removes all object references and nulls all external references.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy\r\n * @since 3.60.0\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 620, + "lineno": 619, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "destroy", @@ -896725,7 +904531,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy", "inherited": true, - "___id": "T000002R056327", + "___id": "T000002R056635", "___s": true }, { @@ -896734,7 +904540,7 @@ "filename": "WebGLPipeline.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "name", @@ -896755,7 +904561,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#name", "inherited": true, - "___id": "T000002R056328", + "___id": "T000002R056636", "___s": true }, { @@ -896764,7 +904570,7 @@ "filename": "WebGLPipeline.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "game", @@ -896785,7 +904591,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#game", "inherited": true, - "___id": "T000002R056329", + "___id": "T000002R056637", "___s": true }, { @@ -896794,7 +904600,7 @@ "filename": "WebGLPipeline.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderer", @@ -896815,7 +904621,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderer", "inherited": true, - "___id": "T000002R056330", + "___id": "T000002R056638", "___s": true }, { @@ -896824,7 +904630,7 @@ "filename": "WebGLPipeline.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "manager", @@ -896847,7 +904653,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#manager", "inherited": true, - "___id": "T000002R056331", + "___id": "T000002R056639", "___s": true }, { @@ -896856,7 +904662,7 @@ "filename": "WebGLPipeline.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "gl", @@ -896877,7 +904683,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#gl", "inherited": true, - "___id": "T000002R056332", + "___id": "T000002R056640", "___s": true }, { @@ -896886,7 +904692,7 @@ "filename": "WebGLPipeline.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "view", @@ -896907,7 +904713,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#view", "inherited": true, - "___id": "T000002R056333", + "___id": "T000002R056641", "___s": true }, { @@ -896916,7 +904722,7 @@ "filename": "WebGLPipeline.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "width", @@ -896937,7 +904743,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#width", "inherited": true, - "___id": "T000002R056334", + "___id": "T000002R056642", "___s": true }, { @@ -896946,7 +904752,7 @@ "filename": "WebGLPipeline.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "height", @@ -896967,7 +904773,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#height", "inherited": true, - "___id": "T000002R056335", + "___id": "T000002R056643", "___s": true }, { @@ -896976,7 +904782,7 @@ "filename": "WebGLPipeline.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCount", @@ -896998,7 +904804,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCount", "inherited": true, - "___id": "T000002R056336", + "___id": "T000002R056644", "___s": true }, { @@ -897007,7 +904813,7 @@ "filename": "WebGLPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCapacity", @@ -897028,7 +904834,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCapacity", "inherited": true, - "___id": "T000002R056337", + "___id": "T000002R056645", "___s": true }, { @@ -897037,7 +904843,7 @@ "filename": "WebGLPipeline.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexData", @@ -897059,7 +904865,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexData", "inherited": true, - "___id": "T000002R056338", + "___id": "T000002R056646", "___s": true }, { @@ -897068,7 +904874,7 @@ "filename": "WebGLPipeline.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexBuffer", @@ -897090,7 +904896,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexBuffer", "inherited": true, - "___id": "T000002R056339", + "___id": "T000002R056647", "___s": true }, { @@ -897099,7 +904905,7 @@ "filename": "WebGLPipeline.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeBuffer", @@ -897120,7 +904926,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeBuffer", "inherited": true, - "___id": "T000002R056340", + "___id": "T000002R056648", "___s": true }, { @@ -897129,7 +904935,7 @@ "filename": "WebGLPipeline.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "topology", @@ -897150,7 +904956,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#topology", "inherited": true, - "___id": "T000002R056341", + "___id": "T000002R056649", "___s": true }, { @@ -897159,7 +904965,7 @@ "filename": "WebGLPipeline.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bytes", @@ -897180,7 +904986,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bytes", "inherited": true, - "___id": "T000002R056342", + "___id": "T000002R056650", "___s": true }, { @@ -897189,7 +904995,7 @@ "filename": "WebGLPipeline.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewF32", @@ -897210,7 +905016,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewF32", "inherited": true, - "___id": "T000002R056343", + "___id": "T000002R056651", "___s": true }, { @@ -897219,7 +905025,7 @@ "filename": "WebGLPipeline.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewU32", @@ -897240,7 +905046,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewU32", "inherited": true, - "___id": "T000002R056344", + "___id": "T000002R056652", "___s": true }, { @@ -897249,7 +905055,7 @@ "filename": "WebGLPipeline.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "active", @@ -897270,7 +905076,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#active", "inherited": true, - "___id": "T000002R056345", + "___id": "T000002R056653", "___s": true }, { @@ -897279,7 +905085,7 @@ "filename": "WebGLPipeline.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "forceZero", @@ -897300,7 +905106,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#forceZero", "inherited": true, - "___id": "T000002R056346", + "___id": "T000002R056654", "___s": true }, { @@ -897309,7 +905115,7 @@ "filename": "WebGLPipeline.js", "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "hasBooted", @@ -897331,7 +905137,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#hasBooted", "inherited": true, - "___id": "T000002R056347", + "___id": "T000002R056655", "___s": true }, { @@ -897340,7 +905146,7 @@ "filename": "WebGLPipeline.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPostFX", @@ -897362,7 +905168,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPostFX", "inherited": true, - "___id": "T000002R056348", + "___id": "T000002R056656", "___s": true }, { @@ -897371,7 +905177,7 @@ "filename": "WebGLPipeline.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPreFX", @@ -897393,7 +905199,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPreFX", "inherited": true, - "___id": "T000002R056349", + "___id": "T000002R056657", "___s": true }, { @@ -897402,7 +905208,7 @@ "filename": "WebGLPipeline.js", "lineno": 289, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderTargets", @@ -897432,7 +905238,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderTargets", "inherited": true, - "___id": "T000002R056350", + "___id": "T000002R056658", "___s": true }, { @@ -897441,7 +905247,7 @@ "filename": "WebGLPipeline.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentRenderTarget", @@ -897462,7 +905268,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentRenderTarget", "inherited": true, - "___id": "T000002R056351", + "___id": "T000002R056659", "___s": true }, { @@ -897471,7 +905277,7 @@ "filename": "WebGLPipeline.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shaders", @@ -897501,7 +905307,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shaders", "inherited": true, - "___id": "T000002R056352", + "___id": "T000002R056660", "___s": true }, { @@ -897510,7 +905316,7 @@ "filename": "WebGLPipeline.js", "lineno": 322, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentShader", @@ -897531,7 +905337,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentShader", "inherited": true, - "___id": "T000002R056353", + "___id": "T000002R056661", "___s": true }, { @@ -897540,7 +905346,7 @@ "filename": "WebGLPipeline.js", "lineno": 334, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionMatrix", @@ -897561,7 +905367,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionMatrix", "inherited": true, - "___id": "T000002R056354", + "___id": "T000002R056662", "___s": true }, { @@ -897570,7 +905376,7 @@ "filename": "WebGLPipeline.js", "lineno": 343, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionWidth", @@ -897591,7 +905397,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionWidth", "inherited": true, - "___id": "T000002R056355", + "___id": "T000002R056663", "___s": true }, { @@ -897600,7 +905406,7 @@ "filename": "WebGLPipeline.js", "lineno": 352, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionHeight", @@ -897621,7 +905427,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionHeight", "inherited": true, - "___id": "T000002R056356", + "___id": "T000002R056664", "___s": true }, { @@ -897630,7 +905436,7 @@ "filename": "WebGLPipeline.js", "lineno": 361, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "config", @@ -897651,7 +905457,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#config", "inherited": true, - "___id": "T000002R056357", + "___id": "T000002R056665", "___s": true }, { @@ -897660,7 +905466,7 @@ "filename": "WebGLPipeline.js", "lineno": 374, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "glReset", @@ -897681,7 +905487,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#glReset", "inherited": true, - "___id": "T000002R056358", + "___id": "T000002R056666", "___s": true }, { @@ -897690,7 +905496,7 @@ "filename": "WebGLPipeline.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batch", @@ -897720,7 +905526,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batch", "inherited": true, - "___id": "T000002R056359", + "___id": "T000002R056667", "___s": true }, { @@ -897729,7 +905535,7 @@ "filename": "WebGLPipeline.js", "lineno": 401, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentBatch", @@ -897752,7 +905558,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentBatch", "inherited": true, - "___id": "T000002R056360", + "___id": "T000002R056668", "___s": true }, { @@ -897761,7 +905567,7 @@ "filename": "WebGLPipeline.js", "lineno": 414, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentTexture", @@ -897784,7 +905590,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentTexture", "inherited": true, - "___id": "T000002R056361", + "___id": "T000002R056669", "___s": true }, { @@ -897793,7 +905599,7 @@ "filename": "WebGLPipeline.js", "lineno": 427, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentUnit", @@ -897814,7 +905620,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentUnit", "inherited": true, - "___id": "T000002R056362", + "___id": "T000002R056670", "___s": true }, { @@ -897823,7 +905629,7 @@ "filename": "WebGLPipeline.js", "lineno": 438, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeTextures", @@ -897853,7 +905659,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeTextures", "inherited": true, - "___id": "T000002R056363", + "___id": "T000002R056671", "___s": true }, { @@ -897862,7 +905668,7 @@ "filename": "WebGLPipeline.js", "lineno": 451, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resizeUniform", @@ -897883,7 +905689,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resizeUniform", "inherited": true, - "___id": "T000002R056364", + "___id": "T000002R056672", "___s": true }, { @@ -897892,7 +905698,7 @@ "filename": "WebGLPipeline.js", "lineno": 463, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "boot", @@ -897907,7 +905713,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#boot", "inherited": true, - "___id": "T000002R056365", + "___id": "T000002R056673", "___s": true }, { @@ -897916,7 +905722,7 @@ "filename": "WebGLPipeline.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBoot", @@ -897928,7 +905734,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBoot", "inherited": true, - "___id": "T000002R056366", + "___id": "T000002R056674", "___s": true }, { @@ -897937,7 +905743,7 @@ "filename": "WebGLPipeline.js", "lineno": 611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onResize", @@ -897977,7 +905783,7 @@ "name": "height" } ], - "___id": "T000002R056367", + "___id": "T000002R056675", "___s": true }, { @@ -897986,7 +905792,7 @@ "filename": "WebGLPipeline.js", "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShader", @@ -898057,7 +905863,7 @@ "name": "vertexBuffer" } ], - "___id": "T000002R056368", + "___id": "T000002R056676", "___s": true }, { @@ -898066,7 +905872,7 @@ "filename": "WebGLPipeline.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "getShaderByName", @@ -898107,7 +905913,7 @@ "name": "name" } ], - "___id": "T000002R056369", + "___id": "T000002R056677", "___s": true }, { @@ -898116,7 +905922,7 @@ "filename": "WebGLPipeline.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShadersFromConfig", @@ -898158,7 +905964,7 @@ "name": "config" } ], - "___id": "T000002R056370", + "___id": "T000002R056678", "___s": true }, { @@ -898167,7 +905973,7 @@ "filename": "WebGLPipeline.js", "lineno": 789, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "createBatch", @@ -898208,7 +906014,7 @@ "name": "texture" } ], - "___id": "T000002R056371", + "___id": "T000002R056679", "___s": true }, { @@ -898217,7 +906023,7 @@ "filename": "WebGLPipeline.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "addTextureToBatch", @@ -898244,7 +906050,7 @@ "name": "texture" } ], - "___id": "T000002R056372", + "___id": "T000002R056680", "___s": true }, { @@ -898253,7 +906059,7 @@ "filename": "WebGLPipeline.js", "lineno": 839, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "pushBatch", @@ -898294,7 +906100,7 @@ "name": "texture" } ], - "___id": "T000002R056373", + "___id": "T000002R056681", "___s": true }, { @@ -898303,7 +906109,7 @@ "filename": "WebGLPipeline.js", "lineno": 912, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setGameObject", @@ -898358,7 +906164,7 @@ "name": "frame" } ], - "___id": "T000002R056374", + "___id": "T000002R056682", "___s": true }, { @@ -898367,7 +906173,7 @@ "filename": "WebGLPipeline.js", "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shouldFlush", @@ -898410,7 +906216,7 @@ "name": "amount" } ], - "___id": "T000002R056375", + "___id": "T000002R056683", "___s": true }, { @@ -898419,7 +906225,7 @@ "filename": "WebGLPipeline.js", "lineno": 952, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexAvailable", @@ -898445,7 +906251,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexAvailable", "inherited": true, - "___id": "T000002R056376", + "___id": "T000002R056684", "___s": true }, { @@ -898454,7 +906260,7 @@ "filename": "WebGLPipeline.js", "lineno": 966, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resize", @@ -898512,7 +906318,7 @@ "name": "height" } ], - "___id": "T000002R056377", + "___id": "T000002R056685", "___s": true }, { @@ -898521,7 +906327,7 @@ "filename": "WebGLPipeline.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setProjectionMatrix", @@ -898576,7 +906382,7 @@ "name": "height" } ], - "___id": "T000002R056378", + "___id": "T000002R056686", "___s": true }, { @@ -898585,7 +906391,7 @@ "filename": "WebGLPipeline.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flipProjectionMatrix", @@ -898614,7 +906420,7 @@ "name": "flipY" } ], - "___id": "T000002R056379", + "___id": "T000002R056687", "___s": true }, { @@ -898623,7 +906429,7 @@ "filename": "WebGLPipeline.js", "lineno": 1096, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "updateProjectionMatrix", @@ -898635,7 +906441,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#updateProjectionMatrix", "inherited": true, - "___id": "T000002R056380", + "___id": "T000002R056688", "___s": true }, { @@ -898644,7 +906450,7 @@ "filename": "WebGLPipeline.js", "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bind", @@ -898690,7 +906496,7 @@ "name": "currentShader" } ], - "___id": "T000002R056381", + "___id": "T000002R056689", "___s": true }, { @@ -898699,7 +906505,7 @@ "filename": "WebGLPipeline.js", "lineno": 1169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "rebind", @@ -898745,7 +906551,7 @@ "name": "currentShader" } ], - "___id": "T000002R056382", + "___id": "T000002R056690", "___s": true }, { @@ -898754,7 +906560,7 @@ "filename": "WebGLPipeline.js", "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "restoreContext", @@ -898766,7 +906572,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#restoreContext", "inherited": true, - "___id": "T000002R056383", + "___id": "T000002R056691", "___s": true }, { @@ -898775,7 +906581,7 @@ "filename": "WebGLPipeline.js", "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setVertexBuffer", @@ -898817,7 +906623,7 @@ "name": "buffer" } ], - "___id": "T000002R056384", + "___id": "T000002R056692", "___s": true }, { @@ -898826,7 +906632,7 @@ "filename": "WebGLPipeline.js", "lineno": 1282, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "preBatch", @@ -898879,7 +906685,7 @@ "name": "gameObject" } ], - "___id": "T000002R056385", + "___id": "T000002R056693", "___s": true }, { @@ -898888,7 +906694,7 @@ "filename": "WebGLPipeline.js", "lineno": 1335, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onDraw", @@ -898929,7 +906735,7 @@ "name": "swapTarget" } ], - "___id": "T000002R056386", + "___id": "T000002R056694", "___s": true }, { @@ -898938,7 +906744,7 @@ "filename": "WebGLPipeline.js", "lineno": 1355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "unbind", @@ -898950,7 +906756,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#unbind", "inherited": true, - "___id": "T000002R056387", + "___id": "T000002R056695", "___s": true }, { @@ -898959,7 +906765,7 @@ "filename": "WebGLPipeline.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flush", @@ -899007,7 +906813,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R056388", + "___id": "T000002R056696", "___s": true }, { @@ -899016,7 +906822,7 @@ "filename": "WebGLPipeline.js", "lineno": 1478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onActive", @@ -899043,7 +906849,7 @@ "name": "currentShader" } ], - "___id": "T000002R056389", + "___id": "T000002R056697", "___s": true }, { @@ -899052,7 +906858,7 @@ "filename": "WebGLPipeline.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBind", @@ -899080,7 +906886,7 @@ "name": "gameObject" } ], - "___id": "T000002R056390", + "___id": "T000002R056698", "___s": true }, { @@ -899089,7 +906895,7 @@ "filename": "WebGLPipeline.js", "lineno": 1518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRebind", @@ -899101,7 +906907,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRebind", "inherited": true, - "___id": "T000002R056391", + "___id": "T000002R056699", "___s": true }, { @@ -899110,7 +906916,7 @@ "filename": "WebGLPipeline.js", "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBatch", @@ -899138,7 +906944,7 @@ "name": "gameObject" } ], - "___id": "T000002R056392", + "___id": "T000002R056700", "___s": true }, { @@ -899147,7 +906953,7 @@ "filename": "WebGLPipeline.js", "lineno": 1553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreBatch", @@ -899175,7 +906981,7 @@ "name": "gameObject" } ], - "___id": "T000002R056393", + "___id": "T000002R056701", "___s": true }, { @@ -899184,7 +906990,7 @@ "filename": "WebGLPipeline.js", "lineno": 1567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostBatch", @@ -899212,7 +907018,7 @@ "name": "gameObject" } ], - "___id": "T000002R056394", + "___id": "T000002R056702", "___s": true }, { @@ -899221,7 +907027,7 @@ "filename": "WebGLPipeline.js", "lineno": 1581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreRender", @@ -899233,7 +907039,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreRender", "inherited": true, - "___id": "T000002R056395", + "___id": "T000002R056703", "___s": true }, { @@ -899242,7 +907048,7 @@ "filename": "WebGLPipeline.js", "lineno": 1594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRender", @@ -899282,7 +907088,7 @@ "name": "camera" } ], - "___id": "T000002R056396", + "___id": "T000002R056704", "___s": true }, { @@ -899291,7 +907097,7 @@ "filename": "WebGLPipeline.js", "lineno": 1611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostRender", @@ -899303,7 +907109,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostRender", "inherited": true, - "___id": "T000002R056397", + "___id": "T000002R056705", "___s": true }, { @@ -899312,7 +907118,7 @@ "filename": "WebGLPipeline.js", "lineno": 1626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBeforeFlush", @@ -899341,7 +907147,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R056398", + "___id": "T000002R056706", "___s": true }, { @@ -899350,7 +907156,7 @@ "filename": "WebGLPipeline.js", "lineno": 1643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onAfterFlush", @@ -899379,7 +907185,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R056399", + "___id": "T000002R056707", "___s": true }, { @@ -899388,7 +907194,7 @@ "filename": "WebGLPipeline.js", "lineno": 1664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchVert", @@ -899503,7 +907309,7 @@ "name": "tint" } ], - "___id": "T000002R056400", + "___id": "T000002R056708", "___s": true }, { @@ -899512,7 +907318,7 @@ "filename": "WebGLPipeline.js", "lineno": 1704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchQuad", @@ -899822,7 +907628,7 @@ "name": "unit" } ], - "___id": "T000002R056401", + "___id": "T000002R056709", "___s": true }, { @@ -899831,7 +907637,7 @@ "filename": "WebGLPipeline.js", "lineno": 1827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchTri", @@ -900102,7 +907908,7 @@ "name": "unit" } ], - "___id": "T000002R056402", + "___id": "T000002R056710", "___s": true }, { @@ -900111,7 +907917,7 @@ "filename": "WebGLPipeline.js", "lineno": 1921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "drawFillRect", @@ -900232,7 +908038,7 @@ "name": "flipUV" } ], - "___id": "T000002R056403", + "___id": "T000002R056711", "___s": true }, { @@ -900241,7 +908047,7 @@ "filename": "WebGLPipeline.js", "lineno": 1971, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTexture2D", @@ -900283,7 +908089,7 @@ "name": "texture" } ], - "___id": "T000002R056404", + "___id": "T000002R056712", "___s": true }, { @@ -900292,7 +908098,7 @@ "filename": "WebGLPipeline.js", "lineno": 1989, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindTexture", @@ -900350,7 +908156,7 @@ "name": "unit" } ], - "___id": "T000002R056405", + "___id": "T000002R056713", "___s": true }, { @@ -900359,7 +908165,7 @@ "filename": "WebGLPipeline.js", "lineno": 2013, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindRenderTarget", @@ -900417,7 +908223,7 @@ "name": "unit" } ], - "___id": "T000002R056406", + "___id": "T000002R056714", "___s": true }, { @@ -900426,7 +908232,7 @@ "filename": "WebGLPipeline.js", "lineno": 2030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTime", @@ -900482,7 +908288,7 @@ "name": "shader" } ], - "___id": "T000002R056407", + "___id": "T000002R056715", "___s": true }, { @@ -900491,7 +908297,7 @@ "filename": "WebGLPipeline.js", "lineno": 2050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setBoolean", @@ -900560,7 +908366,7 @@ "name": "shader" } ], - "___id": "T000002R056408", + "___id": "T000002R056716", "___s": true }, { @@ -900569,7 +908375,7 @@ "filename": "WebGLPipeline.js", "lineno": 2077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1f", @@ -900638,7 +908444,7 @@ "name": "shader" } ], - "___id": "T000002R056409", + "___id": "T000002R056717", "___s": true }, { @@ -900647,7 +908453,7 @@ "filename": "WebGLPipeline.js", "lineno": 2104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2f", @@ -900729,7 +908535,7 @@ "name": "shader" } ], - "___id": "T000002R056410", + "___id": "T000002R056718", "___s": true }, { @@ -900738,7 +908544,7 @@ "filename": "WebGLPipeline.js", "lineno": 2132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3f", @@ -900833,7 +908639,7 @@ "name": "shader" } ], - "___id": "T000002R056411", + "___id": "T000002R056719", "___s": true }, { @@ -900842,7 +908648,7 @@ "filename": "WebGLPipeline.js", "lineno": 2161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4f", @@ -900950,7 +908756,7 @@ "name": "shader" } ], - "___id": "T000002R056412", + "___id": "T000002R056720", "___s": true }, { @@ -900959,7 +908765,7 @@ "filename": "WebGLPipeline.js", "lineno": 2191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1fv", @@ -901047,7 +908853,7 @@ "name": "shader" } ], - "___id": "T000002R056413", + "___id": "T000002R056721", "___s": true }, { @@ -901056,7 +908862,7 @@ "filename": "WebGLPipeline.js", "lineno": 2218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2fv", @@ -901144,7 +908950,7 @@ "name": "shader" } ], - "___id": "T000002R056414", + "___id": "T000002R056722", "___s": true }, { @@ -901153,7 +908959,7 @@ "filename": "WebGLPipeline.js", "lineno": 2245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3fv", @@ -901241,7 +909047,7 @@ "name": "shader" } ], - "___id": "T000002R056415", + "___id": "T000002R056723", "___s": true }, { @@ -901250,7 +909056,7 @@ "filename": "WebGLPipeline.js", "lineno": 2272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4fv", @@ -901338,7 +909144,7 @@ "name": "shader" } ], - "___id": "T000002R056416", + "___id": "T000002R056724", "___s": true }, { @@ -901347,7 +909153,7 @@ "filename": "WebGLPipeline.js", "lineno": 2299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1iv", @@ -901435,7 +909241,7 @@ "name": "shader" } ], - "___id": "T000002R056417", + "___id": "T000002R056725", "___s": true }, { @@ -901444,7 +909250,7 @@ "filename": "WebGLPipeline.js", "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2iv", @@ -901532,7 +909338,7 @@ "name": "shader" } ], - "___id": "T000002R056418", + "___id": "T000002R056726", "___s": true }, { @@ -901541,7 +909347,7 @@ "filename": "WebGLPipeline.js", "lineno": 2353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3iv", @@ -901629,7 +909435,7 @@ "name": "shader" } ], - "___id": "T000002R056419", + "___id": "T000002R056727", "___s": true }, { @@ -901638,7 +909444,7 @@ "filename": "WebGLPipeline.js", "lineno": 2380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4iv", @@ -901726,7 +909532,7 @@ "name": "shader" } ], - "___id": "T000002R056420", + "___id": "T000002R056728", "___s": true }, { @@ -901735,7 +909541,7 @@ "filename": "WebGLPipeline.js", "lineno": 2407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1i", @@ -901804,7 +909610,7 @@ "name": "shader" } ], - "___id": "T000002R056421", + "___id": "T000002R056729", "___s": true }, { @@ -901813,7 +909619,7 @@ "filename": "WebGLPipeline.js", "lineno": 2434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2i", @@ -901895,7 +909701,7 @@ "name": "shader" } ], - "___id": "T000002R056422", + "___id": "T000002R056730", "___s": true }, { @@ -901904,7 +909710,7 @@ "filename": "WebGLPipeline.js", "lineno": 2462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3i", @@ -901999,7 +909805,7 @@ "name": "shader" } ], - "___id": "T000002R056423", + "___id": "T000002R056731", "___s": true }, { @@ -902008,7 +909814,7 @@ "filename": "WebGLPipeline.js", "lineno": 2491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4i", @@ -902116,7 +909922,7 @@ "name": "shader" } ], - "___id": "T000002R056424", + "___id": "T000002R056732", "___s": true }, { @@ -902125,7 +909931,7 @@ "filename": "WebGLPipeline.js", "lineno": 2521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix2fv", @@ -902226,7 +910032,7 @@ "name": "shader" } ], - "___id": "T000002R056425", + "___id": "T000002R056733", "___s": true }, { @@ -902235,7 +910041,7 @@ "filename": "WebGLPipeline.js", "lineno": 2549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix3fv", @@ -902317,7 +910123,7 @@ "name": "shader" } ], - "___id": "T000002R056426", + "___id": "T000002R056734", "___s": true }, { @@ -902326,7 +910132,7 @@ "filename": "WebGLPipeline.js", "lineno": 2577, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix4fv", @@ -902408,7 +910214,7 @@ "name": "shader" } ], - "___id": "T000002R056427", + "___id": "T000002R056735", "___s": true }, { @@ -902417,7 +910223,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -902429,7 +910235,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R056428", + "___id": "T000002R056736", "___s": true }, { @@ -902438,7 +910244,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -902481,7 +910287,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R056429", + "___id": "T000002R056737", "___s": true }, { @@ -902490,7 +910296,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -902550,7 +910356,7 @@ "name": "event" } ], - "___id": "T000002R056430", + "___id": "T000002R056738", "___s": true }, { @@ -902559,7 +910365,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -902610,7 +910416,7 @@ "name": "event" } ], - "___id": "T000002R056431", + "___id": "T000002R056739", "___s": true }, { @@ -902619,7 +910425,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -902685,7 +910491,7 @@ "name": "args" } ], - "___id": "T000002R056432", + "___id": "T000002R056740", "___s": true }, { @@ -902694,7 +910500,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -902773,7 +910579,7 @@ "name": "context" } ], - "___id": "T000002R056433", + "___id": "T000002R056741", "___s": true }, { @@ -902782,7 +910588,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -902861,7 +910667,7 @@ "name": "context" } ], - "___id": "T000002R056434", + "___id": "T000002R056742", "___s": true }, { @@ -902870,7 +910676,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -902949,7 +910755,7 @@ "name": "context" } ], - "___id": "T000002R056435", + "___id": "T000002R056743", "___s": true }, { @@ -902958,7 +910764,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -903051,7 +910857,7 @@ "name": "once" } ], - "___id": "T000002R056436", + "___id": "T000002R056744", "___s": true }, { @@ -903060,7 +910866,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -903153,7 +910959,7 @@ "name": "once" } ], - "___id": "T000002R056437", + "___id": "T000002R056745", "___s": true }, { @@ -903162,7 +910968,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -903215,7 +911021,7 @@ "name": "event" } ], - "___id": "T000002R056438", + "___id": "T000002R056746", "___s": true }, { @@ -903224,7 +911030,7 @@ "filename": "PostFXPipeline.js", "lineno": 132, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "gameObject", @@ -903255,7 +911061,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#gameObject", "inherited": true, - "___id": "T000002R056439", + "___id": "T000002R056747", "___s": true }, { @@ -903264,7 +911070,7 @@ "filename": "PostFXPipeline.js", "lineno": 142, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "controller", @@ -903285,7 +911091,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#controller", "inherited": true, - "___id": "T000002R056440", + "___id": "T000002R056748", "___s": true }, { @@ -903294,7 +911100,7 @@ "filename": "PostFXPipeline.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "colorMatrix", @@ -903315,7 +911121,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#colorMatrix", "inherited": true, - "___id": "T000002R056441", + "___id": "T000002R056749", "___s": true }, { @@ -903324,7 +911130,7 @@ "filename": "PostFXPipeline.js", "lineno": 163, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame1", @@ -903346,7 +911152,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame1", "inherited": true, - "___id": "T000002R056442", + "___id": "T000002R056750", "___s": true }, { @@ -903355,7 +911161,7 @@ "filename": "PostFXPipeline.js", "lineno": 179, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fullFrame2", @@ -903377,7 +911183,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#fullFrame2", "inherited": true, - "___id": "T000002R056443", + "___id": "T000002R056751", "___s": true }, { @@ -903386,7 +911192,7 @@ "filename": "PostFXPipeline.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame1", @@ -903408,7 +911214,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame1", "inherited": true, - "___id": "T000002R056444", + "___id": "T000002R056752", "___s": true }, { @@ -903417,7 +911223,7 @@ "filename": "PostFXPipeline.js", "lineno": 211, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "halfFrame2", @@ -903439,7 +911245,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#halfFrame2", "inherited": true, - "___id": "T000002R056445", + "___id": "T000002R056753", "___s": true }, { @@ -903448,7 +911254,7 @@ "filename": "PostFXPipeline.js", "lineno": 233, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bootFX", @@ -903460,16 +911266,16 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bootFX", "inherited": true, - "___id": "T000002R056446", + "___id": "T000002R056754", "___s": true }, { "comment": "/**\r\n * This method is called as a result of the `WebGLPipeline.batchQuad` method, right after a quad\r\n * belonging to a Game Object has been added to the batch. When this is called, the\r\n * renderer has just performed a flush.\r\n *\r\n * It calls the `onDraw` hook followed by the `onPostBatch` hook, which can be used to perform\r\n * additional Post FX Pipeline processing.\r\n *\r\n * It is also called as part of the `PipelineManager.postBatch` method when processing Post FX Pipelines.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch\r\n * @since 3.70.0\r\n *\r\n * @param {(Phaser.GameObjects.GameObject|Phaser.Cameras.Scene2D.Camera)} [gameObject] - The Game Object or Camera that invoked this pipeline, if any.\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 269, + "lineno": 268, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "postBatch", @@ -903522,16 +911328,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#postBatch", "inherited": true, - "___id": "T000002R056447", + "___id": "T000002R056755", "___s": true }, { "comment": "/**\r\n * Returns the FX Controller for this Post FX Pipeline.\r\n *\r\n * This is called internally and not typically required outside.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.FX.Controller} [controller] - An FX Controller, or undefined.\r\n *\r\n * @return {Phaser.FX.Controller|Phaser.Renderer.WebGL.Pipelines.PostFXPipeline} The FX Controller responsible, or this Pipeline.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 310, + "lineno": 309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "getController", @@ -903583,16 +911389,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#getController", "inherited": true, - "___id": "T000002R056448", + "___id": "T000002R056756", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * This method does _not_ bind a shader. It uses whatever shader\r\n * is currently bound in this pipeline. It also does _not_ clear\r\n * the frame buffers after use. You should take care of both of\r\n * these things if you call this method directly.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 338, + "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copySprite", @@ -903632,16 +911438,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copySprite", "inherited": true, - "___id": "T000002R056449", + "___id": "T000002R056757", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * The difference between this method and `drawFrame` is that this method\r\n * uses a faster copy shader, where only the brightness can be modified.\r\n * If you need color level manipulation, see `drawFrame` instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 379, + "lineno": 378, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrame", @@ -903727,16 +911533,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrame", "inherited": true, - "___id": "T000002R056450", + "___id": "T000002R056758", "___s": true }, { "comment": "/**\r\n * Pops the framebuffer from the renderers FBO stack and sets that as the active target,\r\n * then draws the `source` Render Target to it. It then resets the renderer textures.\r\n *\r\n * This should be done when you need to draw the _final_ results of a pipeline to the game\r\n * canvas, or the next framebuffer in line on the FBO stack. You should only call this once\r\n * in the `onDraw` handler and it should be the final thing called. Be careful not to call\r\n * this if you need to actually use the pipeline shader, instead of the copy shader. In\r\n * those cases, use the `bindAndDraw` method.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 402, + "lineno": 401, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyToGame", @@ -903763,16 +911569,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyToGame", "inherited": true, - "___id": "T000002R056451", + "___id": "T000002R056759", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target, using this pipelines\r\n * Color Matrix.\r\n *\r\n * The difference between this method and `copyFrame` is that this method\r\n * uses a color matrix shader, where you have full control over the luminance\r\n * values used during the copy. If you don't need this, you can use the faster\r\n * `copyFrame` method instead.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 422, + "lineno": 421, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "drawFrame", @@ -903828,16 +911634,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#drawFrame", "inherited": true, - "___id": "T000002R056452", + "___id": "T000002R056760", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using a linear blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 443, + "lineno": 442, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFrames", @@ -903921,16 +911727,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFrames", "inherited": true, - "___id": "T000002R056453", + "___id": "T000002R056761", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using an additive blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 461, + "lineno": 460, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFramesAdditive", @@ -904014,16 +911820,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blendFramesAdditive", "inherited": true, - "___id": "T000002R056454", + "___id": "T000002R056762", "___s": true }, { "comment": "/**\r\n * Clears the given Render Target.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The Render Target to clear.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 479, + "lineno": 478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "clearFrame", @@ -904065,16 +911871,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#clearFrame", "inherited": true, - "___id": "T000002R056455", + "___id": "T000002R056763", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * The difference with this copy is that no resizing takes place. If the `source`\r\n * Render Target is larger than the `target` then only a portion the same size as\r\n * the `target` dimensions is copied across.\r\n *\r\n * You can optionally set the brightness factor of the copy.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} [brightness=1] - The brightness value applied to the frame copy.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {boolean} [eraseMode=false] - Erase source from target using ERASE Blend Mode?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 493, + "lineno": 492, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blitFrame", @@ -904174,16 +911980,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#blitFrame", "inherited": true, - "___id": "T000002R056456", + "___id": "T000002R056764", "___s": true }, { "comment": "/**\r\n * Binds the `source` Render Target and then copies a section of it to the `target` Render Target.\r\n *\r\n * This method is extremely fast because it uses `gl.copyTexSubImage2D` and doesn't\r\n * require the use of any shaders. Remember the coordinates are given in standard WebGL format,\r\n * where x and y specify the lower-left corner of the section, not the top-left. Also, the\r\n * copy entirely replaces the contents of the target texture, no 'merging' or 'blending' takes\r\n * place.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n * @param {number} x - The x coordinate of the lower left corner where to start copying.\r\n * @param {number} y - The y coordinate of the lower left corner where to start copying.\r\n * @param {number} width - The width of the texture.\r\n * @param {number} height - The height of the texture.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 517, + "lineno": 516, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyFrameRect", @@ -904305,16 +912111,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#copyFrameRect", "inherited": true, - "___id": "T000002R056457", + "___id": "T000002R056765", "___s": true }, { "comment": "/**\r\n * Binds this pipeline and draws the `source` Render Target to the `target` Render Target.\r\n *\r\n * If no `target` is specified, it will pop the framebuffer from the Renderers FBO stack\r\n * and use that instead, which should be done when you need to draw the final results of\r\n * this pipeline to the game canvas.\r\n *\r\n * You can optionally set the shader to be used for the draw here, if this is a multi-shader\r\n * pipeline. By default `currentShader` will be used. If you need to set a shader but not\r\n * a target, just pass `null` as the `target` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw\r\n * @since 3.50.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw from.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The Render Target to draw to. If not set, it will pop the fbo from the stack.\r\n * @param {boolean} [clear=true] - Clear the target before copying? Only used if `target` parameter is set.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {Phaser.Renderer.WebGL.WebGLShader} [currentShader] - The shader to use during the draw.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 543, + "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bindAndDraw", @@ -904399,16 +912205,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#bindAndDraw", "inherited": true, - "___id": "T000002R056458", + "___id": "T000002R056766", "___s": true }, { "comment": "/**\r\n * Destroys all shader instances, removes all object references and nulls all external references.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy\r\n * @since 3.60.0\r\n *\r\n * @return {this} This WebGLPipeline instance.\r\n */", "meta": { "filename": "PostFXPipeline.js", - "lineno": 620, + "lineno": 619, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "destroy", @@ -904435,7 +912241,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PostFXPipeline#destroy", "inherited": true, - "___id": "T000002R056459", + "___id": "T000002R056767", "___s": true }, { @@ -904444,7 +912250,7 @@ "filename": "WebGLPipeline.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "name", @@ -904465,7 +912271,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#name", "inherited": true, - "___id": "T000002R056460", + "___id": "T000002R056768", "___s": true }, { @@ -904474,7 +912280,7 @@ "filename": "WebGLPipeline.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "game", @@ -904495,7 +912301,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#game", "inherited": true, - "___id": "T000002R056461", + "___id": "T000002R056769", "___s": true }, { @@ -904504,7 +912310,7 @@ "filename": "WebGLPipeline.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderer", @@ -904525,7 +912331,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderer", "inherited": true, - "___id": "T000002R056462", + "___id": "T000002R056770", "___s": true }, { @@ -904534,7 +912340,7 @@ "filename": "WebGLPipeline.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "manager", @@ -904557,7 +912363,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#manager", "inherited": true, - "___id": "T000002R056463", + "___id": "T000002R056771", "___s": true }, { @@ -904566,7 +912372,7 @@ "filename": "WebGLPipeline.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "gl", @@ -904587,7 +912393,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#gl", "inherited": true, - "___id": "T000002R056464", + "___id": "T000002R056772", "___s": true }, { @@ -904596,7 +912402,7 @@ "filename": "WebGLPipeline.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "view", @@ -904617,7 +912423,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#view", "inherited": true, - "___id": "T000002R056465", + "___id": "T000002R056773", "___s": true }, { @@ -904626,7 +912432,7 @@ "filename": "WebGLPipeline.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "width", @@ -904647,7 +912453,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#width", "inherited": true, - "___id": "T000002R056466", + "___id": "T000002R056774", "___s": true }, { @@ -904656,7 +912462,7 @@ "filename": "WebGLPipeline.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "height", @@ -904677,7 +912483,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#height", "inherited": true, - "___id": "T000002R056467", + "___id": "T000002R056775", "___s": true }, { @@ -904686,7 +912492,7 @@ "filename": "WebGLPipeline.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCount", @@ -904708,7 +912514,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCount", "inherited": true, - "___id": "T000002R056468", + "___id": "T000002R056776", "___s": true }, { @@ -904717,7 +912523,7 @@ "filename": "WebGLPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCapacity", @@ -904738,7 +912544,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCapacity", "inherited": true, - "___id": "T000002R056469", + "___id": "T000002R056777", "___s": true }, { @@ -904747,7 +912553,7 @@ "filename": "WebGLPipeline.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexData", @@ -904769,7 +912575,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexData", "inherited": true, - "___id": "T000002R056470", + "___id": "T000002R056778", "___s": true }, { @@ -904778,7 +912584,7 @@ "filename": "WebGLPipeline.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexBuffer", @@ -904800,7 +912606,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexBuffer", "inherited": true, - "___id": "T000002R056471", + "___id": "T000002R056779", "___s": true }, { @@ -904809,7 +912615,7 @@ "filename": "WebGLPipeline.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeBuffer", @@ -904830,7 +912636,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeBuffer", "inherited": true, - "___id": "T000002R056472", + "___id": "T000002R056780", "___s": true }, { @@ -904839,7 +912645,7 @@ "filename": "WebGLPipeline.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "topology", @@ -904860,7 +912666,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#topology", "inherited": true, - "___id": "T000002R056473", + "___id": "T000002R056781", "___s": true }, { @@ -904869,7 +912675,7 @@ "filename": "WebGLPipeline.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bytes", @@ -904890,7 +912696,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bytes", "inherited": true, - "___id": "T000002R056474", + "___id": "T000002R056782", "___s": true }, { @@ -904899,7 +912705,7 @@ "filename": "WebGLPipeline.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewF32", @@ -904920,7 +912726,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewF32", "inherited": true, - "___id": "T000002R056475", + "___id": "T000002R056783", "___s": true }, { @@ -904929,7 +912735,7 @@ "filename": "WebGLPipeline.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewU32", @@ -904950,7 +912756,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewU32", "inherited": true, - "___id": "T000002R056476", + "___id": "T000002R056784", "___s": true }, { @@ -904959,7 +912765,7 @@ "filename": "WebGLPipeline.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "active", @@ -904980,7 +912786,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#active", "inherited": true, - "___id": "T000002R056477", + "___id": "T000002R056785", "___s": true }, { @@ -904989,7 +912795,7 @@ "filename": "WebGLPipeline.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "forceZero", @@ -905010,7 +912816,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#forceZero", "inherited": true, - "___id": "T000002R056478", + "___id": "T000002R056786", "___s": true }, { @@ -905019,7 +912825,7 @@ "filename": "WebGLPipeline.js", "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "hasBooted", @@ -905041,7 +912847,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#hasBooted", "inherited": true, - "___id": "T000002R056479", + "___id": "T000002R056787", "___s": true }, { @@ -905050,7 +912856,7 @@ "filename": "WebGLPipeline.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPostFX", @@ -905072,7 +912878,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPostFX", "inherited": true, - "___id": "T000002R056480", + "___id": "T000002R056788", "___s": true }, { @@ -905081,7 +912887,7 @@ "filename": "WebGLPipeline.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPreFX", @@ -905103,7 +912909,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPreFX", "inherited": true, - "___id": "T000002R056481", + "___id": "T000002R056789", "___s": true }, { @@ -905112,7 +912918,7 @@ "filename": "WebGLPipeline.js", "lineno": 289, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderTargets", @@ -905142,7 +912948,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderTargets", "inherited": true, - "___id": "T000002R056482", + "___id": "T000002R056790", "___s": true }, { @@ -905151,7 +912957,7 @@ "filename": "WebGLPipeline.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentRenderTarget", @@ -905172,7 +912978,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentRenderTarget", "inherited": true, - "___id": "T000002R056483", + "___id": "T000002R056791", "___s": true }, { @@ -905181,7 +912987,7 @@ "filename": "WebGLPipeline.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shaders", @@ -905211,7 +913017,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shaders", "inherited": true, - "___id": "T000002R056484", + "___id": "T000002R056792", "___s": true }, { @@ -905220,7 +913026,7 @@ "filename": "WebGLPipeline.js", "lineno": 322, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentShader", @@ -905241,7 +913047,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentShader", "inherited": true, - "___id": "T000002R056485", + "___id": "T000002R056793", "___s": true }, { @@ -905250,7 +913056,7 @@ "filename": "WebGLPipeline.js", "lineno": 334, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionMatrix", @@ -905271,7 +913077,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionMatrix", "inherited": true, - "___id": "T000002R056486", + "___id": "T000002R056794", "___s": true }, { @@ -905280,7 +913086,7 @@ "filename": "WebGLPipeline.js", "lineno": 343, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionWidth", @@ -905301,7 +913107,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionWidth", "inherited": true, - "___id": "T000002R056487", + "___id": "T000002R056795", "___s": true }, { @@ -905310,7 +913116,7 @@ "filename": "WebGLPipeline.js", "lineno": 352, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionHeight", @@ -905331,7 +913137,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionHeight", "inherited": true, - "___id": "T000002R056488", + "___id": "T000002R056796", "___s": true }, { @@ -905340,7 +913146,7 @@ "filename": "WebGLPipeline.js", "lineno": 361, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "config", @@ -905361,7 +913167,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#config", "inherited": true, - "___id": "T000002R056489", + "___id": "T000002R056797", "___s": true }, { @@ -905370,7 +913176,7 @@ "filename": "WebGLPipeline.js", "lineno": 374, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "glReset", @@ -905391,7 +913197,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#glReset", "inherited": true, - "___id": "T000002R056490", + "___id": "T000002R056798", "___s": true }, { @@ -905400,7 +913206,7 @@ "filename": "WebGLPipeline.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batch", @@ -905430,7 +913236,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batch", "inherited": true, - "___id": "T000002R056491", + "___id": "T000002R056799", "___s": true }, { @@ -905439,7 +913245,7 @@ "filename": "WebGLPipeline.js", "lineno": 401, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentBatch", @@ -905462,7 +913268,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentBatch", "inherited": true, - "___id": "T000002R056492", + "___id": "T000002R056800", "___s": true }, { @@ -905471,7 +913277,7 @@ "filename": "WebGLPipeline.js", "lineno": 414, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentTexture", @@ -905494,7 +913300,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentTexture", "inherited": true, - "___id": "T000002R056493", + "___id": "T000002R056801", "___s": true }, { @@ -905503,7 +913309,7 @@ "filename": "WebGLPipeline.js", "lineno": 427, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentUnit", @@ -905524,7 +913330,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentUnit", "inherited": true, - "___id": "T000002R056494", + "___id": "T000002R056802", "___s": true }, { @@ -905533,7 +913339,7 @@ "filename": "WebGLPipeline.js", "lineno": 438, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeTextures", @@ -905563,7 +913369,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeTextures", "inherited": true, - "___id": "T000002R056495", + "___id": "T000002R056803", "___s": true }, { @@ -905572,7 +913378,7 @@ "filename": "WebGLPipeline.js", "lineno": 451, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resizeUniform", @@ -905593,7 +913399,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resizeUniform", "inherited": true, - "___id": "T000002R056496", + "___id": "T000002R056804", "___s": true }, { @@ -905602,7 +913408,7 @@ "filename": "WebGLPipeline.js", "lineno": 463, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "boot", @@ -905617,7 +913423,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#boot", "inherited": true, - "___id": "T000002R056497", + "___id": "T000002R056805", "___s": true }, { @@ -905626,7 +913432,7 @@ "filename": "WebGLPipeline.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBoot", @@ -905638,7 +913444,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBoot", "inherited": true, - "___id": "T000002R056498", + "___id": "T000002R056806", "___s": true }, { @@ -905647,7 +913453,7 @@ "filename": "WebGLPipeline.js", "lineno": 611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onResize", @@ -905687,7 +913493,7 @@ "name": "height" } ], - "___id": "T000002R056499", + "___id": "T000002R056807", "___s": true }, { @@ -905696,7 +913502,7 @@ "filename": "WebGLPipeline.js", "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShader", @@ -905767,7 +913573,7 @@ "name": "vertexBuffer" } ], - "___id": "T000002R056500", + "___id": "T000002R056808", "___s": true }, { @@ -905776,7 +913582,7 @@ "filename": "WebGLPipeline.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "getShaderByName", @@ -905817,7 +913623,7 @@ "name": "name" } ], - "___id": "T000002R056501", + "___id": "T000002R056809", "___s": true }, { @@ -905826,7 +913632,7 @@ "filename": "WebGLPipeline.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShadersFromConfig", @@ -905868,7 +913674,7 @@ "name": "config" } ], - "___id": "T000002R056502", + "___id": "T000002R056810", "___s": true }, { @@ -905877,7 +913683,7 @@ "filename": "WebGLPipeline.js", "lineno": 789, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "createBatch", @@ -905918,7 +913724,7 @@ "name": "texture" } ], - "___id": "T000002R056503", + "___id": "T000002R056811", "___s": true }, { @@ -905927,7 +913733,7 @@ "filename": "WebGLPipeline.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "addTextureToBatch", @@ -905954,7 +913760,7 @@ "name": "texture" } ], - "___id": "T000002R056504", + "___id": "T000002R056812", "___s": true }, { @@ -905963,7 +913769,7 @@ "filename": "WebGLPipeline.js", "lineno": 839, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "pushBatch", @@ -906004,7 +913810,7 @@ "name": "texture" } ], - "___id": "T000002R056505", + "___id": "T000002R056813", "___s": true }, { @@ -906013,7 +913819,7 @@ "filename": "WebGLPipeline.js", "lineno": 912, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setGameObject", @@ -906068,7 +913874,7 @@ "name": "frame" } ], - "___id": "T000002R056506", + "___id": "T000002R056814", "___s": true }, { @@ -906077,7 +913883,7 @@ "filename": "WebGLPipeline.js", "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shouldFlush", @@ -906120,7 +913926,7 @@ "name": "amount" } ], - "___id": "T000002R056507", + "___id": "T000002R056815", "___s": true }, { @@ -906129,7 +913935,7 @@ "filename": "WebGLPipeline.js", "lineno": 952, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexAvailable", @@ -906155,7 +913961,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexAvailable", "inherited": true, - "___id": "T000002R056508", + "___id": "T000002R056816", "___s": true }, { @@ -906164,7 +913970,7 @@ "filename": "WebGLPipeline.js", "lineno": 966, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resize", @@ -906222,7 +914028,7 @@ "name": "height" } ], - "___id": "T000002R056509", + "___id": "T000002R056817", "___s": true }, { @@ -906231,7 +914037,7 @@ "filename": "WebGLPipeline.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setProjectionMatrix", @@ -906286,7 +914092,7 @@ "name": "height" } ], - "___id": "T000002R056510", + "___id": "T000002R056818", "___s": true }, { @@ -906295,7 +914101,7 @@ "filename": "WebGLPipeline.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flipProjectionMatrix", @@ -906324,7 +914130,7 @@ "name": "flipY" } ], - "___id": "T000002R056511", + "___id": "T000002R056819", "___s": true }, { @@ -906333,7 +914139,7 @@ "filename": "WebGLPipeline.js", "lineno": 1096, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "updateProjectionMatrix", @@ -906345,7 +914151,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#updateProjectionMatrix", "inherited": true, - "___id": "T000002R056512", + "___id": "T000002R056820", "___s": true }, { @@ -906354,7 +914160,7 @@ "filename": "WebGLPipeline.js", "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bind", @@ -906400,7 +914206,7 @@ "name": "currentShader" } ], - "___id": "T000002R056513", + "___id": "T000002R056821", "___s": true }, { @@ -906409,7 +914215,7 @@ "filename": "WebGLPipeline.js", "lineno": 1169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "rebind", @@ -906455,7 +914261,7 @@ "name": "currentShader" } ], - "___id": "T000002R056514", + "___id": "T000002R056822", "___s": true }, { @@ -906464,7 +914270,7 @@ "filename": "WebGLPipeline.js", "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "restoreContext", @@ -906476,7 +914282,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#restoreContext", "inherited": true, - "___id": "T000002R056515", + "___id": "T000002R056823", "___s": true }, { @@ -906485,7 +914291,7 @@ "filename": "WebGLPipeline.js", "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setVertexBuffer", @@ -906527,7 +914333,7 @@ "name": "buffer" } ], - "___id": "T000002R056516", + "___id": "T000002R056824", "___s": true }, { @@ -906536,7 +914342,7 @@ "filename": "WebGLPipeline.js", "lineno": 1282, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "preBatch", @@ -906589,7 +914395,7 @@ "name": "gameObject" } ], - "___id": "T000002R056517", + "___id": "T000002R056825", "___s": true }, { @@ -906598,7 +914404,7 @@ "filename": "WebGLPipeline.js", "lineno": 1335, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onDraw", @@ -906639,7 +914445,7 @@ "name": "swapTarget" } ], - "___id": "T000002R056518", + "___id": "T000002R056826", "___s": true }, { @@ -906648,7 +914454,7 @@ "filename": "WebGLPipeline.js", "lineno": 1355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "unbind", @@ -906660,7 +914466,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#unbind", "inherited": true, - "___id": "T000002R056519", + "___id": "T000002R056827", "___s": true }, { @@ -906669,7 +914475,7 @@ "filename": "WebGLPipeline.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flush", @@ -906717,7 +914523,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R056520", + "___id": "T000002R056828", "___s": true }, { @@ -906726,7 +914532,7 @@ "filename": "WebGLPipeline.js", "lineno": 1478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onActive", @@ -906753,7 +914559,7 @@ "name": "currentShader" } ], - "___id": "T000002R056521", + "___id": "T000002R056829", "___s": true }, { @@ -906762,7 +914568,7 @@ "filename": "WebGLPipeline.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBind", @@ -906790,7 +914596,7 @@ "name": "gameObject" } ], - "___id": "T000002R056522", + "___id": "T000002R056830", "___s": true }, { @@ -906799,7 +914605,7 @@ "filename": "WebGLPipeline.js", "lineno": 1518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRebind", @@ -906811,7 +914617,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRebind", "inherited": true, - "___id": "T000002R056523", + "___id": "T000002R056831", "___s": true }, { @@ -906820,7 +914626,7 @@ "filename": "WebGLPipeline.js", "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBatch", @@ -906848,7 +914654,7 @@ "name": "gameObject" } ], - "___id": "T000002R056524", + "___id": "T000002R056832", "___s": true }, { @@ -906857,7 +914663,7 @@ "filename": "WebGLPipeline.js", "lineno": 1553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreBatch", @@ -906885,7 +914691,7 @@ "name": "gameObject" } ], - "___id": "T000002R056525", + "___id": "T000002R056833", "___s": true }, { @@ -906894,7 +914700,7 @@ "filename": "WebGLPipeline.js", "lineno": 1567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostBatch", @@ -906922,7 +914728,7 @@ "name": "gameObject" } ], - "___id": "T000002R056526", + "___id": "T000002R056834", "___s": true }, { @@ -906931,7 +914737,7 @@ "filename": "WebGLPipeline.js", "lineno": 1581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreRender", @@ -906943,7 +914749,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreRender", "inherited": true, - "___id": "T000002R056527", + "___id": "T000002R056835", "___s": true }, { @@ -906952,7 +914758,7 @@ "filename": "WebGLPipeline.js", "lineno": 1594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRender", @@ -906992,7 +914798,7 @@ "name": "camera" } ], - "___id": "T000002R056528", + "___id": "T000002R056836", "___s": true }, { @@ -907001,7 +914807,7 @@ "filename": "WebGLPipeline.js", "lineno": 1611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostRender", @@ -907013,7 +914819,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostRender", "inherited": true, - "___id": "T000002R056529", + "___id": "T000002R056837", "___s": true }, { @@ -907022,7 +914828,7 @@ "filename": "WebGLPipeline.js", "lineno": 1626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBeforeFlush", @@ -907051,7 +914857,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R056530", + "___id": "T000002R056838", "___s": true }, { @@ -907060,7 +914866,7 @@ "filename": "WebGLPipeline.js", "lineno": 1643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onAfterFlush", @@ -907089,7 +914895,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R056531", + "___id": "T000002R056839", "___s": true }, { @@ -907098,7 +914904,7 @@ "filename": "WebGLPipeline.js", "lineno": 1664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchVert", @@ -907213,7 +915019,7 @@ "name": "tint" } ], - "___id": "T000002R056532", + "___id": "T000002R056840", "___s": true }, { @@ -907222,7 +915028,7 @@ "filename": "WebGLPipeline.js", "lineno": 1704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchQuad", @@ -907532,7 +915338,7 @@ "name": "unit" } ], - "___id": "T000002R056533", + "___id": "T000002R056841", "___s": true }, { @@ -907541,7 +915347,7 @@ "filename": "WebGLPipeline.js", "lineno": 1827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchTri", @@ -907812,7 +915618,7 @@ "name": "unit" } ], - "___id": "T000002R056534", + "___id": "T000002R056842", "___s": true }, { @@ -907821,7 +915627,7 @@ "filename": "WebGLPipeline.js", "lineno": 1921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "drawFillRect", @@ -907942,7 +915748,7 @@ "name": "flipUV" } ], - "___id": "T000002R056535", + "___id": "T000002R056843", "___s": true }, { @@ -907951,7 +915757,7 @@ "filename": "WebGLPipeline.js", "lineno": 1971, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTexture2D", @@ -907993,7 +915799,7 @@ "name": "texture" } ], - "___id": "T000002R056536", + "___id": "T000002R056844", "___s": true }, { @@ -908002,7 +915808,7 @@ "filename": "WebGLPipeline.js", "lineno": 1989, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindTexture", @@ -908060,7 +915866,7 @@ "name": "unit" } ], - "___id": "T000002R056537", + "___id": "T000002R056845", "___s": true }, { @@ -908069,7 +915875,7 @@ "filename": "WebGLPipeline.js", "lineno": 2013, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindRenderTarget", @@ -908127,7 +915933,7 @@ "name": "unit" } ], - "___id": "T000002R056538", + "___id": "T000002R056846", "___s": true }, { @@ -908136,7 +915942,7 @@ "filename": "WebGLPipeline.js", "lineno": 2030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTime", @@ -908192,7 +915998,7 @@ "name": "shader" } ], - "___id": "T000002R056539", + "___id": "T000002R056847", "___s": true }, { @@ -908201,7 +916007,7 @@ "filename": "WebGLPipeline.js", "lineno": 2050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setBoolean", @@ -908270,7 +916076,7 @@ "name": "shader" } ], - "___id": "T000002R056540", + "___id": "T000002R056848", "___s": true }, { @@ -908279,7 +916085,7 @@ "filename": "WebGLPipeline.js", "lineno": 2077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1f", @@ -908348,7 +916154,7 @@ "name": "shader" } ], - "___id": "T000002R056541", + "___id": "T000002R056849", "___s": true }, { @@ -908357,7 +916163,7 @@ "filename": "WebGLPipeline.js", "lineno": 2104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2f", @@ -908439,7 +916245,7 @@ "name": "shader" } ], - "___id": "T000002R056542", + "___id": "T000002R056850", "___s": true }, { @@ -908448,7 +916254,7 @@ "filename": "WebGLPipeline.js", "lineno": 2132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3f", @@ -908543,7 +916349,7 @@ "name": "shader" } ], - "___id": "T000002R056543", + "___id": "T000002R056851", "___s": true }, { @@ -908552,7 +916358,7 @@ "filename": "WebGLPipeline.js", "lineno": 2161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4f", @@ -908660,7 +916466,7 @@ "name": "shader" } ], - "___id": "T000002R056544", + "___id": "T000002R056852", "___s": true }, { @@ -908669,7 +916475,7 @@ "filename": "WebGLPipeline.js", "lineno": 2191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1fv", @@ -908757,7 +916563,7 @@ "name": "shader" } ], - "___id": "T000002R056545", + "___id": "T000002R056853", "___s": true }, { @@ -908766,7 +916572,7 @@ "filename": "WebGLPipeline.js", "lineno": 2218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2fv", @@ -908854,7 +916660,7 @@ "name": "shader" } ], - "___id": "T000002R056546", + "___id": "T000002R056854", "___s": true }, { @@ -908863,7 +916669,7 @@ "filename": "WebGLPipeline.js", "lineno": 2245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3fv", @@ -908951,7 +916757,7 @@ "name": "shader" } ], - "___id": "T000002R056547", + "___id": "T000002R056855", "___s": true }, { @@ -908960,7 +916766,7 @@ "filename": "WebGLPipeline.js", "lineno": 2272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4fv", @@ -909048,7 +916854,7 @@ "name": "shader" } ], - "___id": "T000002R056548", + "___id": "T000002R056856", "___s": true }, { @@ -909057,7 +916863,7 @@ "filename": "WebGLPipeline.js", "lineno": 2299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1iv", @@ -909145,7 +916951,7 @@ "name": "shader" } ], - "___id": "T000002R056549", + "___id": "T000002R056857", "___s": true }, { @@ -909154,7 +916960,7 @@ "filename": "WebGLPipeline.js", "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2iv", @@ -909242,7 +917048,7 @@ "name": "shader" } ], - "___id": "T000002R056550", + "___id": "T000002R056858", "___s": true }, { @@ -909251,7 +917057,7 @@ "filename": "WebGLPipeline.js", "lineno": 2353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3iv", @@ -909339,7 +917145,7 @@ "name": "shader" } ], - "___id": "T000002R056551", + "___id": "T000002R056859", "___s": true }, { @@ -909348,7 +917154,7 @@ "filename": "WebGLPipeline.js", "lineno": 2380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4iv", @@ -909436,7 +917242,7 @@ "name": "shader" } ], - "___id": "T000002R056552", + "___id": "T000002R056860", "___s": true }, { @@ -909445,7 +917251,7 @@ "filename": "WebGLPipeline.js", "lineno": 2407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1i", @@ -909514,7 +917320,7 @@ "name": "shader" } ], - "___id": "T000002R056553", + "___id": "T000002R056861", "___s": true }, { @@ -909523,7 +917329,7 @@ "filename": "WebGLPipeline.js", "lineno": 2434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2i", @@ -909605,7 +917411,7 @@ "name": "shader" } ], - "___id": "T000002R056554", + "___id": "T000002R056862", "___s": true }, { @@ -909614,7 +917420,7 @@ "filename": "WebGLPipeline.js", "lineno": 2462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3i", @@ -909709,7 +917515,7 @@ "name": "shader" } ], - "___id": "T000002R056555", + "___id": "T000002R056863", "___s": true }, { @@ -909718,7 +917524,7 @@ "filename": "WebGLPipeline.js", "lineno": 2491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4i", @@ -909826,7 +917632,7 @@ "name": "shader" } ], - "___id": "T000002R056556", + "___id": "T000002R056864", "___s": true }, { @@ -909835,7 +917641,7 @@ "filename": "WebGLPipeline.js", "lineno": 2521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix2fv", @@ -909936,7 +917742,7 @@ "name": "shader" } ], - "___id": "T000002R056557", + "___id": "T000002R056865", "___s": true }, { @@ -909945,7 +917751,7 @@ "filename": "WebGLPipeline.js", "lineno": 2549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix3fv", @@ -910027,7 +917833,7 @@ "name": "shader" } ], - "___id": "T000002R056558", + "___id": "T000002R056866", "___s": true }, { @@ -910036,7 +917842,7 @@ "filename": "WebGLPipeline.js", "lineno": 2577, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix4fv", @@ -910118,7 +917924,7 @@ "name": "shader" } ], - "___id": "T000002R056559", + "___id": "T000002R056867", "___s": true }, { @@ -910127,7 +917933,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -910139,7 +917945,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R056560", + "___id": "T000002R056868", "___s": true }, { @@ -910148,7 +917954,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -910191,7 +917997,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R056561", + "___id": "T000002R056869", "___s": true }, { @@ -910200,7 +918006,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -910260,7 +918066,7 @@ "name": "event" } ], - "___id": "T000002R056562", + "___id": "T000002R056870", "___s": true }, { @@ -910269,7 +918075,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -910320,7 +918126,7 @@ "name": "event" } ], - "___id": "T000002R056563", + "___id": "T000002R056871", "___s": true }, { @@ -910329,7 +918135,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -910395,7 +918201,7 @@ "name": "args" } ], - "___id": "T000002R056564", + "___id": "T000002R056872", "___s": true }, { @@ -910404,7 +918210,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -910483,7 +918289,7 @@ "name": "context" } ], - "___id": "T000002R056565", + "___id": "T000002R056873", "___s": true }, { @@ -910492,7 +918298,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -910571,7 +918377,7 @@ "name": "context" } ], - "___id": "T000002R056566", + "___id": "T000002R056874", "___s": true }, { @@ -910580,7 +918386,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -910659,7 +918465,7 @@ "name": "context" } ], - "___id": "T000002R056567", + "___id": "T000002R056875", "___s": true }, { @@ -910668,7 +918474,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -910761,7 +918567,7 @@ "name": "once" } ], - "___id": "T000002R056568", + "___id": "T000002R056876", "___s": true }, { @@ -910770,7 +918576,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -910863,7 +918669,7 @@ "name": "once" } ], - "___id": "T000002R056569", + "___id": "T000002R056877", "___s": true }, { @@ -910872,7 +918678,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -910925,7 +918731,7 @@ "name": "event" } ], - "___id": "T000002R056570", + "___id": "T000002R056878", "___s": true }, { @@ -910934,7 +918740,7 @@ "filename": "WebGLPipeline.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "name", @@ -910955,7 +918761,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#name", "inherited": true, - "___id": "T000002R056571", + "___id": "T000002R056879", "___s": true }, { @@ -910964,7 +918770,7 @@ "filename": "WebGLPipeline.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "game", @@ -910985,7 +918791,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#game", "inherited": true, - "___id": "T000002R056572", + "___id": "T000002R056880", "___s": true }, { @@ -910994,7 +918800,7 @@ "filename": "WebGLPipeline.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderer", @@ -911015,7 +918821,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderer", "inherited": true, - "___id": "T000002R056573", + "___id": "T000002R056881", "___s": true }, { @@ -911024,7 +918830,7 @@ "filename": "WebGLPipeline.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "manager", @@ -911047,7 +918853,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#manager", "inherited": true, - "___id": "T000002R056574", + "___id": "T000002R056882", "___s": true }, { @@ -911056,7 +918862,7 @@ "filename": "WebGLPipeline.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "gl", @@ -911077,7 +918883,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#gl", "inherited": true, - "___id": "T000002R056575", + "___id": "T000002R056883", "___s": true }, { @@ -911086,7 +918892,7 @@ "filename": "WebGLPipeline.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "view", @@ -911107,7 +918913,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#view", "inherited": true, - "___id": "T000002R056576", + "___id": "T000002R056884", "___s": true }, { @@ -911116,7 +918922,7 @@ "filename": "WebGLPipeline.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "width", @@ -911137,7 +918943,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#width", "inherited": true, - "___id": "T000002R056577", + "___id": "T000002R056885", "___s": true }, { @@ -911146,7 +918952,7 @@ "filename": "WebGLPipeline.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "height", @@ -911167,7 +918973,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#height", "inherited": true, - "___id": "T000002R056578", + "___id": "T000002R056886", "___s": true }, { @@ -911176,7 +918982,7 @@ "filename": "WebGLPipeline.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCount", @@ -911198,7 +919004,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCount", "inherited": true, - "___id": "T000002R056579", + "___id": "T000002R056887", "___s": true }, { @@ -911207,7 +919013,7 @@ "filename": "WebGLPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCapacity", @@ -911228,7 +919034,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCapacity", "inherited": true, - "___id": "T000002R056580", + "___id": "T000002R056888", "___s": true }, { @@ -911237,7 +919043,7 @@ "filename": "WebGLPipeline.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexData", @@ -911259,7 +919065,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexData", "inherited": true, - "___id": "T000002R056581", + "___id": "T000002R056889", "___s": true }, { @@ -911268,7 +919074,7 @@ "filename": "WebGLPipeline.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexBuffer", @@ -911290,7 +919096,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexBuffer", "inherited": true, - "___id": "T000002R056582", + "___id": "T000002R056890", "___s": true }, { @@ -911299,7 +919105,7 @@ "filename": "WebGLPipeline.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeBuffer", @@ -911320,7 +919126,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeBuffer", "inherited": true, - "___id": "T000002R056583", + "___id": "T000002R056891", "___s": true }, { @@ -911329,7 +919135,7 @@ "filename": "WebGLPipeline.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "topology", @@ -911350,7 +919156,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#topology", "inherited": true, - "___id": "T000002R056584", + "___id": "T000002R056892", "___s": true }, { @@ -911359,7 +919165,7 @@ "filename": "WebGLPipeline.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bytes", @@ -911380,7 +919186,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bytes", "inherited": true, - "___id": "T000002R056585", + "___id": "T000002R056893", "___s": true }, { @@ -911389,7 +919195,7 @@ "filename": "WebGLPipeline.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewF32", @@ -911410,7 +919216,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewF32", "inherited": true, - "___id": "T000002R056586", + "___id": "T000002R056894", "___s": true }, { @@ -911419,7 +919225,7 @@ "filename": "WebGLPipeline.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewU32", @@ -911440,7 +919246,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewU32", "inherited": true, - "___id": "T000002R056587", + "___id": "T000002R056895", "___s": true }, { @@ -911449,7 +919255,7 @@ "filename": "WebGLPipeline.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "active", @@ -911470,7 +919276,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#active", "inherited": true, - "___id": "T000002R056588", + "___id": "T000002R056896", "___s": true }, { @@ -911479,7 +919285,7 @@ "filename": "WebGLPipeline.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "forceZero", @@ -911500,7 +919306,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#forceZero", "inherited": true, - "___id": "T000002R056589", + "___id": "T000002R056897", "___s": true }, { @@ -911509,7 +919315,7 @@ "filename": "WebGLPipeline.js", "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "hasBooted", @@ -911531,7 +919337,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#hasBooted", "inherited": true, - "___id": "T000002R056590", + "___id": "T000002R056898", "___s": true }, { @@ -911540,7 +919346,7 @@ "filename": "WebGLPipeline.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPostFX", @@ -911562,7 +919368,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPostFX", "inherited": true, - "___id": "T000002R056591", + "___id": "T000002R056899", "___s": true }, { @@ -911571,7 +919377,7 @@ "filename": "WebGLPipeline.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPreFX", @@ -911593,7 +919399,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPreFX", "inherited": true, - "___id": "T000002R056592", + "___id": "T000002R056900", "___s": true }, { @@ -911602,7 +919408,7 @@ "filename": "WebGLPipeline.js", "lineno": 289, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderTargets", @@ -911632,7 +919438,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderTargets", "inherited": true, - "___id": "T000002R056593", + "___id": "T000002R056901", "___s": true }, { @@ -911641,7 +919447,7 @@ "filename": "WebGLPipeline.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentRenderTarget", @@ -911662,7 +919468,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentRenderTarget", "inherited": true, - "___id": "T000002R056594", + "___id": "T000002R056902", "___s": true }, { @@ -911671,7 +919477,7 @@ "filename": "WebGLPipeline.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shaders", @@ -911701,7 +919507,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shaders", "inherited": true, - "___id": "T000002R056595", + "___id": "T000002R056903", "___s": true }, { @@ -911710,7 +919516,7 @@ "filename": "WebGLPipeline.js", "lineno": 322, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentShader", @@ -911731,7 +919537,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentShader", "inherited": true, - "___id": "T000002R056596", + "___id": "T000002R056904", "___s": true }, { @@ -911740,7 +919546,7 @@ "filename": "WebGLPipeline.js", "lineno": 334, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionMatrix", @@ -911761,7 +919567,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionMatrix", "inherited": true, - "___id": "T000002R056597", + "___id": "T000002R056905", "___s": true }, { @@ -911770,7 +919576,7 @@ "filename": "WebGLPipeline.js", "lineno": 343, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionWidth", @@ -911791,7 +919597,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionWidth", "inherited": true, - "___id": "T000002R056598", + "___id": "T000002R056906", "___s": true }, { @@ -911800,7 +919606,7 @@ "filename": "WebGLPipeline.js", "lineno": 352, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionHeight", @@ -911821,7 +919627,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionHeight", "inherited": true, - "___id": "T000002R056599", + "___id": "T000002R056907", "___s": true }, { @@ -911830,7 +919636,7 @@ "filename": "WebGLPipeline.js", "lineno": 361, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "config", @@ -911851,7 +919657,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#config", "inherited": true, - "___id": "T000002R056600", + "___id": "T000002R056908", "___s": true }, { @@ -911860,7 +919666,7 @@ "filename": "WebGLPipeline.js", "lineno": 374, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "glReset", @@ -911881,7 +919687,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#glReset", "inherited": true, - "___id": "T000002R056601", + "___id": "T000002R056909", "___s": true }, { @@ -911890,7 +919696,7 @@ "filename": "WebGLPipeline.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batch", @@ -911920,7 +919726,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batch", "inherited": true, - "___id": "T000002R056602", + "___id": "T000002R056910", "___s": true }, { @@ -911929,7 +919735,7 @@ "filename": "WebGLPipeline.js", "lineno": 401, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentBatch", @@ -911952,7 +919758,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentBatch", "inherited": true, - "___id": "T000002R056603", + "___id": "T000002R056911", "___s": true }, { @@ -911961,7 +919767,7 @@ "filename": "WebGLPipeline.js", "lineno": 414, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentTexture", @@ -911984,7 +919790,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentTexture", "inherited": true, - "___id": "T000002R056604", + "___id": "T000002R056912", "___s": true }, { @@ -911993,7 +919799,7 @@ "filename": "WebGLPipeline.js", "lineno": 427, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentUnit", @@ -912014,7 +919820,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentUnit", "inherited": true, - "___id": "T000002R056605", + "___id": "T000002R056913", "___s": true }, { @@ -912023,7 +919829,7 @@ "filename": "WebGLPipeline.js", "lineno": 438, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeTextures", @@ -912053,7 +919859,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeTextures", "inherited": true, - "___id": "T000002R056606", + "___id": "T000002R056914", "___s": true }, { @@ -912062,7 +919868,7 @@ "filename": "WebGLPipeline.js", "lineno": 451, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resizeUniform", @@ -912083,7 +919889,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resizeUniform", "inherited": true, - "___id": "T000002R056607", + "___id": "T000002R056915", "___s": true }, { @@ -912092,7 +919898,7 @@ "filename": "WebGLPipeline.js", "lineno": 463, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "boot", @@ -912107,7 +919913,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#boot", "inherited": true, - "___id": "T000002R056608", + "___id": "T000002R056916", "___s": true }, { @@ -912116,7 +919922,7 @@ "filename": "WebGLPipeline.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBoot", @@ -912128,7 +919934,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBoot", "inherited": true, - "___id": "T000002R056609", + "___id": "T000002R056917", "___s": true }, { @@ -912137,7 +919943,7 @@ "filename": "WebGLPipeline.js", "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShader", @@ -912208,7 +920014,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setShader", "inherited": true, - "___id": "T000002R056610", + "___id": "T000002R056918", "___s": true }, { @@ -912217,7 +920023,7 @@ "filename": "WebGLPipeline.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "getShaderByName", @@ -912258,7 +920064,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#getShaderByName", "inherited": true, - "___id": "T000002R056611", + "___id": "T000002R056919", "___s": true }, { @@ -912267,7 +920073,7 @@ "filename": "WebGLPipeline.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShadersFromConfig", @@ -912309,7 +920115,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setShadersFromConfig", "inherited": true, - "___id": "T000002R056612", + "___id": "T000002R056920", "___s": true }, { @@ -912318,7 +920124,7 @@ "filename": "WebGLPipeline.js", "lineno": 789, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "createBatch", @@ -912359,7 +920165,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#createBatch", "inherited": true, - "___id": "T000002R056613", + "___id": "T000002R056921", "___s": true }, { @@ -912368,7 +920174,7 @@ "filename": "WebGLPipeline.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "addTextureToBatch", @@ -912395,7 +920201,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#addTextureToBatch", "inherited": true, - "___id": "T000002R056614", + "___id": "T000002R056922", "___s": true }, { @@ -912404,7 +920210,7 @@ "filename": "WebGLPipeline.js", "lineno": 839, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "pushBatch", @@ -912445,7 +920251,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#pushBatch", "inherited": true, - "___id": "T000002R056615", + "___id": "T000002R056923", "___s": true }, { @@ -912454,7 +920260,7 @@ "filename": "WebGLPipeline.js", "lineno": 912, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setGameObject", @@ -912509,7 +920315,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setGameObject", "inherited": true, - "___id": "T000002R056616", + "___id": "T000002R056924", "___s": true }, { @@ -912518,7 +920324,7 @@ "filename": "WebGLPipeline.js", "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shouldFlush", @@ -912561,7 +920367,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shouldFlush", "inherited": true, - "___id": "T000002R056617", + "___id": "T000002R056925", "___s": true }, { @@ -912570,7 +920376,7 @@ "filename": "WebGLPipeline.js", "lineno": 952, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexAvailable", @@ -912596,7 +920402,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexAvailable", "inherited": true, - "___id": "T000002R056618", + "___id": "T000002R056926", "___s": true }, { @@ -912605,7 +920411,7 @@ "filename": "WebGLPipeline.js", "lineno": 966, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resize", @@ -912663,7 +920469,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resize", "inherited": true, - "___id": "T000002R056619", + "___id": "T000002R056927", "___s": true }, { @@ -912672,7 +920478,7 @@ "filename": "WebGLPipeline.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setProjectionMatrix", @@ -912727,7 +920533,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setProjectionMatrix", "inherited": true, - "___id": "T000002R056620", + "___id": "T000002R056928", "___s": true }, { @@ -912736,7 +920542,7 @@ "filename": "WebGLPipeline.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flipProjectionMatrix", @@ -912765,7 +920571,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#flipProjectionMatrix", "inherited": true, - "___id": "T000002R056621", + "___id": "T000002R056929", "___s": true }, { @@ -912774,7 +920580,7 @@ "filename": "WebGLPipeline.js", "lineno": 1096, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "updateProjectionMatrix", @@ -912786,7 +920592,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#updateProjectionMatrix", "inherited": true, - "___id": "T000002R056622", + "___id": "T000002R056930", "___s": true }, { @@ -912795,7 +920601,7 @@ "filename": "WebGLPipeline.js", "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bind", @@ -912841,7 +920647,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bind", "inherited": true, - "___id": "T000002R056623", + "___id": "T000002R056931", "___s": true }, { @@ -912850,7 +920656,7 @@ "filename": "WebGLPipeline.js", "lineno": 1169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "rebind", @@ -912896,7 +920702,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#rebind", "inherited": true, - "___id": "T000002R056624", + "___id": "T000002R056932", "___s": true }, { @@ -912905,7 +920711,7 @@ "filename": "WebGLPipeline.js", "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "restoreContext", @@ -912917,7 +920723,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#restoreContext", "inherited": true, - "___id": "T000002R056625", + "___id": "T000002R056933", "___s": true }, { @@ -912926,7 +920732,7 @@ "filename": "WebGLPipeline.js", "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setVertexBuffer", @@ -912968,7 +920774,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setVertexBuffer", "inherited": true, - "___id": "T000002R056626", + "___id": "T000002R056934", "___s": true }, { @@ -912977,7 +920783,7 @@ "filename": "WebGLPipeline.js", "lineno": 1282, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "preBatch", @@ -913030,7 +920836,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#preBatch", "inherited": true, - "___id": "T000002R056627", + "___id": "T000002R056935", "___s": true }, { @@ -913039,7 +920845,7 @@ "filename": "WebGLPipeline.js", "lineno": 1309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "postBatch", @@ -913092,7 +920898,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#postBatch", "inherited": true, - "___id": "T000002R056628", + "___id": "T000002R056936", "___s": true }, { @@ -913101,7 +920907,7 @@ "filename": "WebGLPipeline.js", "lineno": 1355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "unbind", @@ -913113,7 +920919,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#unbind", "inherited": true, - "___id": "T000002R056629", + "___id": "T000002R056937", "___s": true }, { @@ -913122,7 +920928,7 @@ "filename": "WebGLPipeline.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flush", @@ -913170,7 +920976,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#flush", "inherited": true, - "___id": "T000002R056630", + "___id": "T000002R056938", "___s": true }, { @@ -913179,7 +920985,7 @@ "filename": "WebGLPipeline.js", "lineno": 1478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onActive", @@ -913206,7 +921012,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onActive", "inherited": true, - "___id": "T000002R056631", + "___id": "T000002R056939", "___s": true }, { @@ -913215,7 +921021,7 @@ "filename": "WebGLPipeline.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBind", @@ -913243,7 +921049,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBind", "inherited": true, - "___id": "T000002R056632", + "___id": "T000002R056940", "___s": true }, { @@ -913252,7 +921058,7 @@ "filename": "WebGLPipeline.js", "lineno": 1518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRebind", @@ -913264,7 +921070,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRebind", "inherited": true, - "___id": "T000002R056633", + "___id": "T000002R056941", "___s": true }, { @@ -913273,7 +921079,7 @@ "filename": "WebGLPipeline.js", "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBatch", @@ -913301,7 +921107,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBatch", "inherited": true, - "___id": "T000002R056634", + "___id": "T000002R056942", "___s": true }, { @@ -913310,7 +921116,7 @@ "filename": "WebGLPipeline.js", "lineno": 1553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreBatch", @@ -913338,7 +921144,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreBatch", "inherited": true, - "___id": "T000002R056635", + "___id": "T000002R056943", "___s": true }, { @@ -913347,7 +921153,7 @@ "filename": "WebGLPipeline.js", "lineno": 1567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostBatch", @@ -913375,7 +921181,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostBatch", "inherited": true, - "___id": "T000002R056636", + "___id": "T000002R056944", "___s": true }, { @@ -913384,7 +921190,7 @@ "filename": "WebGLPipeline.js", "lineno": 1581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreRender", @@ -913396,7 +921202,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreRender", "inherited": true, - "___id": "T000002R056637", + "___id": "T000002R056945", "___s": true }, { @@ -913405,7 +921211,7 @@ "filename": "WebGLPipeline.js", "lineno": 1594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRender", @@ -913445,7 +921251,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRender", "inherited": true, - "___id": "T000002R056638", + "___id": "T000002R056946", "___s": true }, { @@ -913454,7 +921260,7 @@ "filename": "WebGLPipeline.js", "lineno": 1611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostRender", @@ -913466,7 +921272,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostRender", "inherited": true, - "___id": "T000002R056639", + "___id": "T000002R056947", "___s": true }, { @@ -913475,7 +921281,7 @@ "filename": "WebGLPipeline.js", "lineno": 1626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBeforeFlush", @@ -913504,7 +921310,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBeforeFlush", "inherited": true, - "___id": "T000002R056640", + "___id": "T000002R056948", "___s": true }, { @@ -913513,7 +921319,7 @@ "filename": "WebGLPipeline.js", "lineno": 1643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onAfterFlush", @@ -913542,7 +921348,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onAfterFlush", "inherited": true, - "___id": "T000002R056641", + "___id": "T000002R056949", "___s": true }, { @@ -913551,7 +921357,7 @@ "filename": "WebGLPipeline.js", "lineno": 1664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchVert", @@ -913666,7 +921472,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batchVert", "inherited": true, - "___id": "T000002R056642", + "___id": "T000002R056950", "___s": true }, { @@ -913675,7 +921481,7 @@ "filename": "WebGLPipeline.js", "lineno": 1827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchTri", @@ -913946,7 +921752,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batchTri", "inherited": true, - "___id": "T000002R056643", + "___id": "T000002R056951", "___s": true }, { @@ -913955,7 +921761,7 @@ "filename": "WebGLPipeline.js", "lineno": 1921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "drawFillRect", @@ -914076,7 +921882,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#drawFillRect", "inherited": true, - "___id": "T000002R056644", + "___id": "T000002R056952", "___s": true }, { @@ -914085,7 +921891,7 @@ "filename": "WebGLPipeline.js", "lineno": 1971, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTexture2D", @@ -914127,7 +921933,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setTexture2D", "inherited": true, - "___id": "T000002R056645", + "___id": "T000002R056953", "___s": true }, { @@ -914136,7 +921942,7 @@ "filename": "WebGLPipeline.js", "lineno": 1989, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindTexture", @@ -914194,7 +922000,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bindTexture", "inherited": true, - "___id": "T000002R056646", + "___id": "T000002R056954", "___s": true }, { @@ -914203,7 +922009,7 @@ "filename": "WebGLPipeline.js", "lineno": 2013, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindRenderTarget", @@ -914261,7 +922067,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bindRenderTarget", "inherited": true, - "___id": "T000002R056647", + "___id": "T000002R056955", "___s": true }, { @@ -914270,7 +922076,7 @@ "filename": "WebGLPipeline.js", "lineno": 2030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTime", @@ -914326,7 +922132,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setTime", "inherited": true, - "___id": "T000002R056648", + "___id": "T000002R056956", "___s": true }, { @@ -914335,7 +922141,7 @@ "filename": "WebGLPipeline.js", "lineno": 2050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setBoolean", @@ -914404,7 +922210,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setBoolean", "inherited": true, - "___id": "T000002R056649", + "___id": "T000002R056957", "___s": true }, { @@ -914413,7 +922219,7 @@ "filename": "WebGLPipeline.js", "lineno": 2077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1f", @@ -914482,7 +922288,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set1f", "inherited": true, - "___id": "T000002R056650", + "___id": "T000002R056958", "___s": true }, { @@ -914491,7 +922297,7 @@ "filename": "WebGLPipeline.js", "lineno": 2104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2f", @@ -914573,7 +922379,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set2f", "inherited": true, - "___id": "T000002R056651", + "___id": "T000002R056959", "___s": true }, { @@ -914582,7 +922388,7 @@ "filename": "WebGLPipeline.js", "lineno": 2132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3f", @@ -914677,7 +922483,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set3f", "inherited": true, - "___id": "T000002R056652", + "___id": "T000002R056960", "___s": true }, { @@ -914686,7 +922492,7 @@ "filename": "WebGLPipeline.js", "lineno": 2161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4f", @@ -914794,7 +922600,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set4f", "inherited": true, - "___id": "T000002R056653", + "___id": "T000002R056961", "___s": true }, { @@ -914803,7 +922609,7 @@ "filename": "WebGLPipeline.js", "lineno": 2191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1fv", @@ -914891,7 +922697,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set1fv", "inherited": true, - "___id": "T000002R056654", + "___id": "T000002R056962", "___s": true }, { @@ -914900,7 +922706,7 @@ "filename": "WebGLPipeline.js", "lineno": 2218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2fv", @@ -914988,7 +922794,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set2fv", "inherited": true, - "___id": "T000002R056655", + "___id": "T000002R056963", "___s": true }, { @@ -914997,7 +922803,7 @@ "filename": "WebGLPipeline.js", "lineno": 2245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3fv", @@ -915085,7 +922891,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set3fv", "inherited": true, - "___id": "T000002R056656", + "___id": "T000002R056964", "___s": true }, { @@ -915094,7 +922900,7 @@ "filename": "WebGLPipeline.js", "lineno": 2272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4fv", @@ -915182,7 +922988,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set4fv", "inherited": true, - "___id": "T000002R056657", + "___id": "T000002R056965", "___s": true }, { @@ -915191,7 +922997,7 @@ "filename": "WebGLPipeline.js", "lineno": 2299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1iv", @@ -915279,7 +923085,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set1iv", "inherited": true, - "___id": "T000002R056658", + "___id": "T000002R056966", "___s": true }, { @@ -915288,7 +923094,7 @@ "filename": "WebGLPipeline.js", "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2iv", @@ -915376,7 +923182,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set2iv", "inherited": true, - "___id": "T000002R056659", + "___id": "T000002R056967", "___s": true }, { @@ -915385,7 +923191,7 @@ "filename": "WebGLPipeline.js", "lineno": 2353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3iv", @@ -915473,7 +923279,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set3iv", "inherited": true, - "___id": "T000002R056660", + "___id": "T000002R056968", "___s": true }, { @@ -915482,7 +923288,7 @@ "filename": "WebGLPipeline.js", "lineno": 2380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4iv", @@ -915570,7 +923376,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set4iv", "inherited": true, - "___id": "T000002R056661", + "___id": "T000002R056969", "___s": true }, { @@ -915579,7 +923385,7 @@ "filename": "WebGLPipeline.js", "lineno": 2407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1i", @@ -915648,7 +923454,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set1i", "inherited": true, - "___id": "T000002R056662", + "___id": "T000002R056970", "___s": true }, { @@ -915657,7 +923463,7 @@ "filename": "WebGLPipeline.js", "lineno": 2434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2i", @@ -915739,7 +923545,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set2i", "inherited": true, - "___id": "T000002R056663", + "___id": "T000002R056971", "___s": true }, { @@ -915748,7 +923554,7 @@ "filename": "WebGLPipeline.js", "lineno": 2462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3i", @@ -915843,7 +923649,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set3i", "inherited": true, - "___id": "T000002R056664", + "___id": "T000002R056972", "___s": true }, { @@ -915852,7 +923658,7 @@ "filename": "WebGLPipeline.js", "lineno": 2491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4i", @@ -915960,7 +923766,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set4i", "inherited": true, - "___id": "T000002R056665", + "___id": "T000002R056973", "___s": true }, { @@ -915969,7 +923775,7 @@ "filename": "WebGLPipeline.js", "lineno": 2521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix2fv", @@ -916070,7 +923876,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setMatrix2fv", "inherited": true, - "___id": "T000002R056666", + "___id": "T000002R056974", "___s": true }, { @@ -916079,7 +923885,7 @@ "filename": "WebGLPipeline.js", "lineno": 2549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix3fv", @@ -916161,7 +923967,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setMatrix3fv", "inherited": true, - "___id": "T000002R056667", + "___id": "T000002R056975", "___s": true }, { @@ -916170,7 +923976,7 @@ "filename": "WebGLPipeline.js", "lineno": 2577, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix4fv", @@ -916252,7 +924058,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setMatrix4fv", "inherited": true, - "___id": "T000002R056668", + "___id": "T000002R056976", "___s": true }, { @@ -916261,7 +924067,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -916273,7 +924079,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R056669", + "___id": "T000002R056977", "___s": true }, { @@ -916282,7 +924088,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -916325,7 +924131,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R056670", + "___id": "T000002R056978", "___s": true }, { @@ -916334,7 +924140,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -916394,7 +924200,7 @@ "name": "event" } ], - "___id": "T000002R056671", + "___id": "T000002R056979", "___s": true }, { @@ -916403,7 +924209,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -916454,7 +924260,7 @@ "name": "event" } ], - "___id": "T000002R056672", + "___id": "T000002R056980", "___s": true }, { @@ -916463,7 +924269,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -916529,7 +924335,7 @@ "name": "args" } ], - "___id": "T000002R056673", + "___id": "T000002R056981", "___s": true }, { @@ -916538,7 +924344,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -916617,7 +924423,7 @@ "name": "context" } ], - "___id": "T000002R056674", + "___id": "T000002R056982", "___s": true }, { @@ -916626,7 +924432,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -916705,7 +924511,7 @@ "name": "context" } ], - "___id": "T000002R056675", + "___id": "T000002R056983", "___s": true }, { @@ -916714,7 +924520,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -916793,7 +924599,7 @@ "name": "context" } ], - "___id": "T000002R056676", + "___id": "T000002R056984", "___s": true }, { @@ -916802,7 +924608,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -916895,7 +924701,7 @@ "name": "once" } ], - "___id": "T000002R056677", + "___id": "T000002R056985", "___s": true }, { @@ -916904,7 +924710,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -916997,7 +924803,7 @@ "name": "once" } ], - "___id": "T000002R056678", + "___id": "T000002R056986", "___s": true }, { @@ -917006,7 +924812,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -917059,7 +924865,7 @@ "name": "event" } ], - "___id": "T000002R056679", + "___id": "T000002R056987", "___s": true }, { @@ -917068,7 +924874,7 @@ "filename": "PreFXPipeline.js", "lineno": 97, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "drawSpriteShader", @@ -917090,7 +924896,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#drawSpriteShader", "inherited": true, - "___id": "T000002R056680", + "___id": "T000002R056988", "___s": true }, { @@ -917099,7 +924905,7 @@ "filename": "PreFXPipeline.js", "lineno": 111, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyShader", @@ -917121,7 +924927,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#copyShader", "inherited": true, - "___id": "T000002R056681", + "___id": "T000002R056989", "___s": true }, { @@ -917130,7 +924936,7 @@ "filename": "PreFXPipeline.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "gameShader", @@ -917152,7 +924958,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#gameShader", "inherited": true, - "___id": "T000002R056682", + "___id": "T000002R056990", "___s": true }, { @@ -917161,7 +924967,7 @@ "filename": "PreFXPipeline.js", "lineno": 139, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "colorMatrixShader", @@ -917182,7 +924988,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#colorMatrixShader", "inherited": true, - "___id": "T000002R056683", + "___id": "T000002R056991", "___s": true }, { @@ -917191,7 +924997,7 @@ "filename": "PreFXPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "quadVertexData", @@ -917213,7 +925019,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#quadVertexData", "inherited": true, - "___id": "T000002R056684", + "___id": "T000002R056992", "___s": true }, { @@ -917222,7 +925028,7 @@ "filename": "PreFXPipeline.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "quadVertexBuffer", @@ -917244,7 +925050,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#quadVertexBuffer", "inherited": true, - "___id": "T000002R056685", + "___id": "T000002R056993", "___s": true }, { @@ -917253,7 +925059,7 @@ "filename": "PreFXPipeline.js", "lineno": 170, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "quadVertexViewF32", @@ -917274,7 +925080,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#quadVertexViewF32", "inherited": true, - "___id": "T000002R056686", + "___id": "T000002R056994", "___s": true }, { @@ -917283,7 +925089,7 @@ "filename": "PreFXPipeline.js", "lineno": 199, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "fsTarget", @@ -917304,16 +925110,16 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#fsTarget", "inherited": true, - "___id": "T000002R056689", + "___id": "T000002R056997", "___s": true }, { "comment": "/**\r\n * Handles the resizing of the quad vertex data.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#onResize\r\n * @since 3.60.0\r\n *\r\n * @param {number} width - The new width of the quad.\r\n * @param {number} height - The new height of the quad.\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 262, + "lineno": 261, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "onResize", @@ -917353,16 +925159,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#onResize", "inherited": true, - "___id": "T000002R056691", + "___id": "T000002R056999", "___s": true }, { "comment": "/**\r\n * Adds the vertices data into the batch and flushes if full.\r\n *\r\n * Assumes 6 vertices in the following arrangement:\r\n *\r\n * ```\r\n * 0----3\r\n * |\\ B|\r\n * | \\ |\r\n * | \\ |\r\n * | A \\|\r\n * | \\\r\n * 1----2\r\n * ```\r\n *\r\n * Where x0 / y0 = 0, x1 / y1 = 1, x2 / y2 = 2 and x3 / y3 = 3\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#batchQuad\r\n * @since 3.60.0\r\n *\r\n * @param {(Phaser.GameObjects.GameObject|null)} gameObject - The Game Object, if any, drawing this quad.\r\n * @param {number} x0 - The top-left x position.\r\n * @param {number} y0 - The top-left y position.\r\n * @param {number} x1 - The bottom-left x position.\r\n * @param {number} y1 - The bottom-left y position.\r\n * @param {number} x2 - The bottom-right x position.\r\n * @param {number} y2 - The bottom-right y position.\r\n * @param {number} x3 - The top-right x position.\r\n * @param {number} y3 - The top-right y position.\r\n * @param {number} u0 - UV u0 value.\r\n * @param {number} v0 - UV v0 value.\r\n * @param {number} u1 - UV u1 value.\r\n * @param {number} v1 - UV v1 value.\r\n * @param {number} tintTL - The top-left tint color value.\r\n * @param {number} tintTR - The top-right tint color value.\r\n * @param {number} tintBL - The bottom-left tint color value.\r\n * @param {number} tintBR - The bottom-right tint color value.\r\n * @param {(number|boolean)} tintEffect - The tint effect for the shader to use.\r\n * @param {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} [texture] - Texture that will be assigned to the current batch if a flush occurs.\r\n *\r\n * @return {boolean} `true` if this method caused the batch to flush, otherwise `false`.\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 295, + "lineno": 294, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchQuad", @@ -917657,16 +925463,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#batchQuad", "inherited": true, - "___id": "T000002R056692", + "___id": "T000002R057000", "___s": true }, { "comment": "/**\r\n * This callback is invoked when a sprite is drawn by this pipeline.\r\n *\r\n * It will fire after the shader has been set, but before the sprite has been drawn,\r\n * so use it to set any additional uniforms you may need.\r\n *\r\n * Note: Manipulating the Sprite during this callback will _not_ change how it is drawn to the Render Target.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#onDrawSprite\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.GameObjects.Sprite} gameObject - The Sprite being drawn.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The Render Target the Sprite will be drawn to.\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 433, + "lineno": 431, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "onDrawSprite", @@ -917706,16 +925512,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#onDrawSprite", "inherited": true, - "___id": "T000002R056693", + "___id": "T000002R057001", "___s": true }, { "comment": "/**\r\n * This callback is invoked when you call the `copySprite` method.\r\n *\r\n * It will fire after the shader has been set, but before the source target has been copied,\r\n * so use it to set any additional uniforms you may need.\r\n *\r\n * Note: Manipulating the Sprite during this callback will _not_ change the Render Targets.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#onCopySprite\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target being copied from.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target that will be copied to.\r\n * @param {Phaser.GameObjects.Sprite} gameObject - The Sprite being copied.\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 451, + "lineno": 449, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "onCopySprite", @@ -917768,16 +925574,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#onCopySprite", "inherited": true, - "___id": "T000002R056694", + "___id": "T000002R057002", "___s": true }, { "comment": "/**\r\n * Copy the `source` Render Target to the `target` Render Target.\r\n *\r\n * No target resizing takes place. If the `source` Render Target is larger than the `target`,\r\n * then only a portion the same size as the `target` dimensions is copied across.\r\n *\r\n * Calling this method will invoke the `onCopySprite` handler and will also call\r\n * the `onFXCopy` callback on the Sprite. Both of these happen prior to the copy, allowing you\r\n * to use them to set shader uniforms and other values.\r\n *\r\n * You can optionally pass in a ColorMatrix. If so, it will use the ColorMatrix shader\r\n * during the copy, allowing you to manipulate the colors to a fine degree.\r\n * See the `ColorMatrix` class for more details.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#copySprite\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target being copied from.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target that will be copied to.\r\n * @param {boolean} [clear=true] - Clear the target before copying?\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n * @param {boolean} [eraseMode=false] - Erase source from target using ERASE Blend Mode?\r\n * @param {Phaser.Display.ColorMatrix} [colorMatrix] - Optional ColorMatrix to use when copying the Sprite.\r\n * @param {Phaser.Renderer.WebGL.WebGLShader} [shader] - The shader to use to copy the target. Defaults to the `copyShader`.\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 470, + "lineno": 468, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copySprite", @@ -917890,16 +925696,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#copySprite", "inherited": true, - "___id": "T000002R056695", + "___id": "T000002R057003", "___s": true }, { "comment": "/**\r\n * Draws the `source` Render Target to the `target` Render Target.\r\n *\r\n * This is done using whatever the currently bound shader is. This method does\r\n * not set a shader. All it does is bind the source texture, set the viewport and UVs\r\n * then bind the target framebuffer, clears it and draws the source to it.\r\n *\r\n * At the end a null framebuffer is bound. No other clearing-up takes place, so\r\n * use this method carefully.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#copy\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 578, + "lineno": 575, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copy", @@ -917939,16 +925745,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#copy", "inherited": true, - "___id": "T000002R056696", + "___id": "T000002R057004", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using a linear blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#blendFrames\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 620, + "lineno": 617, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFrames", @@ -918032,16 +925838,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#blendFrames", "inherited": true, - "___id": "T000002R056697", + "___id": "T000002R057005", "___s": true }, { "comment": "/**\r\n * Draws the `source1` and `source2` Render Targets to the `target` Render Target\r\n * using an additive blend effect, which is controlled by the `strength` parameter.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#blendFramesAdditive\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source1 - The first source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source2 - The second source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} [target] - The target Render Target.\r\n * @param {number} [strength=1] - The strength of the blend.\r\n * @param {boolean} [clearAlpha=true] - Clear the alpha channel when running `gl.clear` on the target?\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 638, + "lineno": 635, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "blendFramesAdditive", @@ -918125,16 +925931,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#blendFramesAdditive", "inherited": true, - "___id": "T000002R056698", + "___id": "T000002R057006", "___s": true }, { "comment": "/**\r\n * This method will copy the given Render Target to the game canvas using the `copyShader`.\r\n *\r\n * This applies the results of the copy shader during the draw.\r\n *\r\n * If you wish to copy the target without any effects see the `copyToGame` method instead.\r\n *\r\n * This method should be the final thing called in your pipeline.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#drawToGame\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw to the game.\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 656, + "lineno": 653, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "drawToGame", @@ -918161,16 +925967,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#drawToGame", "inherited": true, - "___id": "T000002R056699", + "___id": "T000002R057007", "___s": true }, { "comment": "/**\r\n * This method will copy the given Render Target to the game canvas using the `gameShader`.\r\n *\r\n * Unless you've changed it, the `gameShader` copies the target without modifying it, just\r\n * ensuring it is placed in the correct location on the canvas.\r\n *\r\n * If you wish to draw the target with and apply the fragment shader at the same time,\r\n * see the `drawToGame` method instead.\r\n *\r\n * This method should be the final thing called in your pipeline.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#copyToGame\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to copy to the game.\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 679, + "lineno": 676, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "copyToGame", @@ -918197,16 +926003,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#copyToGame", "inherited": true, - "___id": "T000002R056700", + "___id": "T000002R057008", "___s": true }, { "comment": "/**\r\n * This method is called by `drawToGame` and `copyToGame`. It takes the source Render Target\r\n * and copies it back to the game canvas, or the next frame buffer in the stack, and should\r\n * be considered the very last thing this pipeline does.\r\n *\r\n * You don't normally need to call this method, or override it, however it is left public\r\n * should you wish to do so.\r\n *\r\n * Note that it does _not_ set a shader. You should do this yourself if invoking this.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#bindAndDraw\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The Render Target to draw to the game.\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 704, + "lineno": 701, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "bindAndDraw", @@ -918233,16 +926039,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#bindAndDraw", "inherited": true, - "___id": "T000002R056701", + "___id": "T000002R057009", "___s": true }, { "comment": "/**\r\n * Set the UV values for the 6 vertices that make up the quad used by the copy shader.\r\n *\r\n * Be sure to call `resetUVs` once you have finished manipulating the UV coordinates.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#setUVs\r\n * @since 3.60.0\r\n *\r\n * @param {number} uA - The u value of vertex A.\r\n * @param {number} vA - The v value of vertex A.\r\n * @param {number} uB - The u value of vertex B.\r\n * @param {number} vB - The v value of vertex B.\r\n * @param {number} uC - The u value of vertex C.\r\n * @param {number} vC - The v value of vertex C.\r\n * @param {number} uD - The u value of vertex D.\r\n * @param {number} vD - The v value of vertex D.\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 810, + "lineno": 807, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "setUVs", @@ -918360,16 +926166,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#setUVs", "inherited": true, - "___id": "T000002R056702", + "___id": "T000002R057010", "___s": true }, { "comment": "/**\r\n * Sets the vertex UV coordinates of the quad used by the copy shaders\r\n * so that they correctly adjust the texture coordinates for a blit frame effect.\r\n *\r\n * Be sure to call `resetUVs` once you have finished manipulating the UV coordinates.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#setTargetUVs\r\n * @since 3.60.0\r\n *\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} source - The source Render Target.\r\n * @param {Phaser.Renderer.WebGL.RenderTarget} target - The target Render Target.\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 850, + "lineno": 847, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "setTargetUVs", @@ -918409,16 +926215,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#setTargetUVs", "inherited": true, - "___id": "T000002R056703", + "___id": "T000002R057011", "___s": true }, { "comment": "/**\r\n * Resets the quad vertice UV values to their default settings.\r\n *\r\n * The quad is used by the copy shader in this pipeline.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#resetUVs\r\n * @since 3.60.0\r\n */", "meta": { "filename": "PreFXPipeline.js", - "lineno": 878, + "lineno": 875, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "resetUVs", @@ -918430,7 +926236,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.PreFXPipeline#resetUVs", "inherited": true, - "___id": "T000002R056704", + "___id": "T000002R057012", "___s": true }, { @@ -918439,7 +926245,7 @@ "filename": "WebGLPipeline.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "name", @@ -918460,7 +926266,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#name", "inherited": true, - "___id": "T000002R056705", + "___id": "T000002R057013", "___s": true }, { @@ -918469,7 +926275,7 @@ "filename": "WebGLPipeline.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "game", @@ -918490,7 +926296,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#game", "inherited": true, - "___id": "T000002R056706", + "___id": "T000002R057014", "___s": true }, { @@ -918499,7 +926305,7 @@ "filename": "WebGLPipeline.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderer", @@ -918520,7 +926326,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderer", "inherited": true, - "___id": "T000002R056707", + "___id": "T000002R057015", "___s": true }, { @@ -918529,7 +926335,7 @@ "filename": "WebGLPipeline.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "manager", @@ -918552,7 +926358,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#manager", "inherited": true, - "___id": "T000002R056708", + "___id": "T000002R057016", "___s": true }, { @@ -918561,7 +926367,7 @@ "filename": "WebGLPipeline.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "gl", @@ -918582,7 +926388,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#gl", "inherited": true, - "___id": "T000002R056709", + "___id": "T000002R057017", "___s": true }, { @@ -918591,7 +926397,7 @@ "filename": "WebGLPipeline.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "view", @@ -918612,7 +926418,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#view", "inherited": true, - "___id": "T000002R056710", + "___id": "T000002R057018", "___s": true }, { @@ -918621,7 +926427,7 @@ "filename": "WebGLPipeline.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "width", @@ -918642,7 +926448,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#width", "inherited": true, - "___id": "T000002R056711", + "___id": "T000002R057019", "___s": true }, { @@ -918651,7 +926457,7 @@ "filename": "WebGLPipeline.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "height", @@ -918672,7 +926478,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#height", "inherited": true, - "___id": "T000002R056712", + "___id": "T000002R057020", "___s": true }, { @@ -918681,7 +926487,7 @@ "filename": "WebGLPipeline.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCount", @@ -918703,7 +926509,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCount", "inherited": true, - "___id": "T000002R056713", + "___id": "T000002R057021", "___s": true }, { @@ -918712,7 +926518,7 @@ "filename": "WebGLPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCapacity", @@ -918733,7 +926539,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCapacity", "inherited": true, - "___id": "T000002R056714", + "___id": "T000002R057022", "___s": true }, { @@ -918742,7 +926548,7 @@ "filename": "WebGLPipeline.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexData", @@ -918764,7 +926570,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexData", "inherited": true, - "___id": "T000002R056715", + "___id": "T000002R057023", "___s": true }, { @@ -918773,7 +926579,7 @@ "filename": "WebGLPipeline.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexBuffer", @@ -918795,7 +926601,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexBuffer", "inherited": true, - "___id": "T000002R056716", + "___id": "T000002R057024", "___s": true }, { @@ -918804,7 +926610,7 @@ "filename": "WebGLPipeline.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeBuffer", @@ -918825,7 +926631,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeBuffer", "inherited": true, - "___id": "T000002R056717", + "___id": "T000002R057025", "___s": true }, { @@ -918834,7 +926640,7 @@ "filename": "WebGLPipeline.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "topology", @@ -918855,7 +926661,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#topology", "inherited": true, - "___id": "T000002R056718", + "___id": "T000002R057026", "___s": true }, { @@ -918864,7 +926670,7 @@ "filename": "WebGLPipeline.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bytes", @@ -918885,7 +926691,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bytes", "inherited": true, - "___id": "T000002R056719", + "___id": "T000002R057027", "___s": true }, { @@ -918894,7 +926700,7 @@ "filename": "WebGLPipeline.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewF32", @@ -918915,7 +926721,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewF32", "inherited": true, - "___id": "T000002R056720", + "___id": "T000002R057028", "___s": true }, { @@ -918924,7 +926730,7 @@ "filename": "WebGLPipeline.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewU32", @@ -918945,7 +926751,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewU32", "inherited": true, - "___id": "T000002R056721", + "___id": "T000002R057029", "___s": true }, { @@ -918954,7 +926760,7 @@ "filename": "WebGLPipeline.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "active", @@ -918975,7 +926781,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#active", "inherited": true, - "___id": "T000002R056722", + "___id": "T000002R057030", "___s": true }, { @@ -918984,7 +926790,7 @@ "filename": "WebGLPipeline.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "forceZero", @@ -919005,7 +926811,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#forceZero", "inherited": true, - "___id": "T000002R056723", + "___id": "T000002R057031", "___s": true }, { @@ -919014,7 +926820,7 @@ "filename": "WebGLPipeline.js", "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "hasBooted", @@ -919036,7 +926842,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#hasBooted", "inherited": true, - "___id": "T000002R056724", + "___id": "T000002R057032", "___s": true }, { @@ -919045,7 +926851,7 @@ "filename": "WebGLPipeline.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPostFX", @@ -919067,7 +926873,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPostFX", "inherited": true, - "___id": "T000002R056725", + "___id": "T000002R057033", "___s": true }, { @@ -919076,7 +926882,7 @@ "filename": "WebGLPipeline.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPreFX", @@ -919098,7 +926904,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPreFX", "inherited": true, - "___id": "T000002R056726", + "___id": "T000002R057034", "___s": true }, { @@ -919107,7 +926913,7 @@ "filename": "WebGLPipeline.js", "lineno": 289, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderTargets", @@ -919137,7 +926943,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderTargets", "inherited": true, - "___id": "T000002R056727", + "___id": "T000002R057035", "___s": true }, { @@ -919146,7 +926952,7 @@ "filename": "WebGLPipeline.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentRenderTarget", @@ -919167,7 +926973,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentRenderTarget", "inherited": true, - "___id": "T000002R056728", + "___id": "T000002R057036", "___s": true }, { @@ -919176,7 +926982,7 @@ "filename": "WebGLPipeline.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shaders", @@ -919206,7 +927012,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shaders", "inherited": true, - "___id": "T000002R056729", + "___id": "T000002R057037", "___s": true }, { @@ -919215,7 +927021,7 @@ "filename": "WebGLPipeline.js", "lineno": 322, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentShader", @@ -919236,7 +927042,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentShader", "inherited": true, - "___id": "T000002R056730", + "___id": "T000002R057038", "___s": true }, { @@ -919245,7 +927051,7 @@ "filename": "WebGLPipeline.js", "lineno": 334, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionMatrix", @@ -919266,7 +927072,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionMatrix", "inherited": true, - "___id": "T000002R056731", + "___id": "T000002R057039", "___s": true }, { @@ -919275,7 +927081,7 @@ "filename": "WebGLPipeline.js", "lineno": 343, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionWidth", @@ -919296,7 +927102,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionWidth", "inherited": true, - "___id": "T000002R056732", + "___id": "T000002R057040", "___s": true }, { @@ -919305,7 +927111,7 @@ "filename": "WebGLPipeline.js", "lineno": 352, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionHeight", @@ -919326,7 +927132,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionHeight", "inherited": true, - "___id": "T000002R056733", + "___id": "T000002R057041", "___s": true }, { @@ -919335,7 +927141,7 @@ "filename": "WebGLPipeline.js", "lineno": 361, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "config", @@ -919356,7 +927162,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#config", "inherited": true, - "___id": "T000002R056734", + "___id": "T000002R057042", "___s": true }, { @@ -919365,7 +927171,7 @@ "filename": "WebGLPipeline.js", "lineno": 374, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "glReset", @@ -919386,7 +927192,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#glReset", "inherited": true, - "___id": "T000002R056735", + "___id": "T000002R057043", "___s": true }, { @@ -919395,7 +927201,7 @@ "filename": "WebGLPipeline.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batch", @@ -919425,7 +927231,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batch", "inherited": true, - "___id": "T000002R056736", + "___id": "T000002R057044", "___s": true }, { @@ -919434,7 +927240,7 @@ "filename": "WebGLPipeline.js", "lineno": 401, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentBatch", @@ -919457,7 +927263,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentBatch", "inherited": true, - "___id": "T000002R056737", + "___id": "T000002R057045", "___s": true }, { @@ -919466,7 +927272,7 @@ "filename": "WebGLPipeline.js", "lineno": 414, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentTexture", @@ -919489,7 +927295,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentTexture", "inherited": true, - "___id": "T000002R056738", + "___id": "T000002R057046", "___s": true }, { @@ -919498,7 +927304,7 @@ "filename": "WebGLPipeline.js", "lineno": 427, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentUnit", @@ -919519,7 +927325,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentUnit", "inherited": true, - "___id": "T000002R056739", + "___id": "T000002R057047", "___s": true }, { @@ -919528,7 +927334,7 @@ "filename": "WebGLPipeline.js", "lineno": 438, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeTextures", @@ -919558,7 +927364,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeTextures", "inherited": true, - "___id": "T000002R056740", + "___id": "T000002R057048", "___s": true }, { @@ -919567,7 +927373,7 @@ "filename": "WebGLPipeline.js", "lineno": 451, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resizeUniform", @@ -919588,7 +927394,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resizeUniform", "inherited": true, - "___id": "T000002R056741", + "___id": "T000002R057049", "___s": true }, { @@ -919597,7 +927403,7 @@ "filename": "WebGLPipeline.js", "lineno": 463, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "boot", @@ -919612,7 +927418,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#boot", "inherited": true, - "___id": "T000002R056742", + "___id": "T000002R057050", "___s": true }, { @@ -919621,7 +927427,7 @@ "filename": "WebGLPipeline.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBoot", @@ -919633,7 +927439,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBoot", "inherited": true, - "___id": "T000002R056743", + "___id": "T000002R057051", "___s": true }, { @@ -919642,7 +927448,7 @@ "filename": "WebGLPipeline.js", "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShader", @@ -919713,7 +927519,7 @@ "name": "vertexBuffer" } ], - "___id": "T000002R056744", + "___id": "T000002R057052", "___s": true }, { @@ -919722,7 +927528,7 @@ "filename": "WebGLPipeline.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "getShaderByName", @@ -919763,7 +927569,7 @@ "name": "name" } ], - "___id": "T000002R056745", + "___id": "T000002R057053", "___s": true }, { @@ -919772,7 +927578,7 @@ "filename": "WebGLPipeline.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShadersFromConfig", @@ -919814,7 +927620,7 @@ "name": "config" } ], - "___id": "T000002R056746", + "___id": "T000002R057054", "___s": true }, { @@ -919823,7 +927629,7 @@ "filename": "WebGLPipeline.js", "lineno": 789, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "createBatch", @@ -919864,7 +927670,7 @@ "name": "texture" } ], - "___id": "T000002R056747", + "___id": "T000002R057055", "___s": true }, { @@ -919873,7 +927679,7 @@ "filename": "WebGLPipeline.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "addTextureToBatch", @@ -919900,7 +927706,7 @@ "name": "texture" } ], - "___id": "T000002R056748", + "___id": "T000002R057056", "___s": true }, { @@ -919909,7 +927715,7 @@ "filename": "WebGLPipeline.js", "lineno": 839, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "pushBatch", @@ -919950,7 +927756,7 @@ "name": "texture" } ], - "___id": "T000002R056749", + "___id": "T000002R057057", "___s": true }, { @@ -919959,7 +927765,7 @@ "filename": "WebGLPipeline.js", "lineno": 912, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setGameObject", @@ -920014,7 +927820,7 @@ "name": "frame" } ], - "___id": "T000002R056750", + "___id": "T000002R057058", "___s": true }, { @@ -920023,7 +927829,7 @@ "filename": "WebGLPipeline.js", "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shouldFlush", @@ -920066,7 +927872,7 @@ "name": "amount" } ], - "___id": "T000002R056751", + "___id": "T000002R057059", "___s": true }, { @@ -920075,7 +927881,7 @@ "filename": "WebGLPipeline.js", "lineno": 952, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexAvailable", @@ -920101,7 +927907,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexAvailable", "inherited": true, - "___id": "T000002R056752", + "___id": "T000002R057060", "___s": true }, { @@ -920110,7 +927916,7 @@ "filename": "WebGLPipeline.js", "lineno": 966, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resize", @@ -920168,7 +927974,7 @@ "name": "height" } ], - "___id": "T000002R056753", + "___id": "T000002R057061", "___s": true }, { @@ -920177,7 +927983,7 @@ "filename": "WebGLPipeline.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setProjectionMatrix", @@ -920232,7 +928038,7 @@ "name": "height" } ], - "___id": "T000002R056754", + "___id": "T000002R057062", "___s": true }, { @@ -920241,7 +928047,7 @@ "filename": "WebGLPipeline.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flipProjectionMatrix", @@ -920270,7 +928076,7 @@ "name": "flipY" } ], - "___id": "T000002R056755", + "___id": "T000002R057063", "___s": true }, { @@ -920279,7 +928085,7 @@ "filename": "WebGLPipeline.js", "lineno": 1096, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "updateProjectionMatrix", @@ -920291,7 +928097,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#updateProjectionMatrix", "inherited": true, - "___id": "T000002R056756", + "___id": "T000002R057064", "___s": true }, { @@ -920300,7 +928106,7 @@ "filename": "WebGLPipeline.js", "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bind", @@ -920346,7 +928152,7 @@ "name": "currentShader" } ], - "___id": "T000002R056757", + "___id": "T000002R057065", "___s": true }, { @@ -920355,7 +928161,7 @@ "filename": "WebGLPipeline.js", "lineno": 1169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "rebind", @@ -920401,7 +928207,7 @@ "name": "currentShader" } ], - "___id": "T000002R056758", + "___id": "T000002R057066", "___s": true }, { @@ -920410,7 +928216,7 @@ "filename": "WebGLPipeline.js", "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "restoreContext", @@ -920422,7 +928228,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#restoreContext", "inherited": true, - "___id": "T000002R056759", + "___id": "T000002R057067", "___s": true }, { @@ -920431,7 +928237,7 @@ "filename": "WebGLPipeline.js", "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setVertexBuffer", @@ -920473,7 +928279,7 @@ "name": "buffer" } ], - "___id": "T000002R056760", + "___id": "T000002R057068", "___s": true }, { @@ -920482,7 +928288,7 @@ "filename": "WebGLPipeline.js", "lineno": 1282, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "preBatch", @@ -920535,7 +928341,7 @@ "name": "gameObject" } ], - "___id": "T000002R056761", + "___id": "T000002R057069", "___s": true }, { @@ -920544,7 +928350,7 @@ "filename": "WebGLPipeline.js", "lineno": 1309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "postBatch", @@ -920597,7 +928403,7 @@ "name": "gameObject" } ], - "___id": "T000002R056762", + "___id": "T000002R057070", "___s": true }, { @@ -920606,7 +928412,7 @@ "filename": "WebGLPipeline.js", "lineno": 1355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "unbind", @@ -920618,7 +928424,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#unbind", "inherited": true, - "___id": "T000002R056763", + "___id": "T000002R057071", "___s": true }, { @@ -920627,7 +928433,7 @@ "filename": "WebGLPipeline.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flush", @@ -920675,7 +928481,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R056764", + "___id": "T000002R057072", "___s": true }, { @@ -920684,7 +928490,7 @@ "filename": "WebGLPipeline.js", "lineno": 1478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onActive", @@ -920711,7 +928517,7 @@ "name": "currentShader" } ], - "___id": "T000002R056765", + "___id": "T000002R057073", "___s": true }, { @@ -920720,7 +928526,7 @@ "filename": "WebGLPipeline.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBind", @@ -920748,7 +928554,7 @@ "name": "gameObject" } ], - "___id": "T000002R056766", + "___id": "T000002R057074", "___s": true }, { @@ -920757,7 +928563,7 @@ "filename": "WebGLPipeline.js", "lineno": 1518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRebind", @@ -920769,7 +928575,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRebind", "inherited": true, - "___id": "T000002R056767", + "___id": "T000002R057075", "___s": true }, { @@ -920778,7 +928584,7 @@ "filename": "WebGLPipeline.js", "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBatch", @@ -920806,7 +928612,7 @@ "name": "gameObject" } ], - "___id": "T000002R056768", + "___id": "T000002R057076", "___s": true }, { @@ -920815,7 +928621,7 @@ "filename": "WebGLPipeline.js", "lineno": 1553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreBatch", @@ -920843,7 +928649,7 @@ "name": "gameObject" } ], - "___id": "T000002R056769", + "___id": "T000002R057077", "___s": true }, { @@ -920852,7 +928658,7 @@ "filename": "WebGLPipeline.js", "lineno": 1567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostBatch", @@ -920880,7 +928686,7 @@ "name": "gameObject" } ], - "___id": "T000002R056770", + "___id": "T000002R057078", "___s": true }, { @@ -920889,7 +928695,7 @@ "filename": "WebGLPipeline.js", "lineno": 1581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreRender", @@ -920901,7 +928707,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreRender", "inherited": true, - "___id": "T000002R056771", + "___id": "T000002R057079", "___s": true }, { @@ -920910,7 +928716,7 @@ "filename": "WebGLPipeline.js", "lineno": 1594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRender", @@ -920950,7 +928756,7 @@ "name": "camera" } ], - "___id": "T000002R056772", + "___id": "T000002R057080", "___s": true }, { @@ -920959,7 +928765,7 @@ "filename": "WebGLPipeline.js", "lineno": 1611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostRender", @@ -920971,7 +928777,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostRender", "inherited": true, - "___id": "T000002R056773", + "___id": "T000002R057081", "___s": true }, { @@ -920980,7 +928786,7 @@ "filename": "WebGLPipeline.js", "lineno": 1626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBeforeFlush", @@ -921009,7 +928815,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R056774", + "___id": "T000002R057082", "___s": true }, { @@ -921018,7 +928824,7 @@ "filename": "WebGLPipeline.js", "lineno": 1643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onAfterFlush", @@ -921047,7 +928853,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R056775", + "___id": "T000002R057083", "___s": true }, { @@ -921056,7 +928862,7 @@ "filename": "WebGLPipeline.js", "lineno": 1664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchVert", @@ -921171,7 +928977,7 @@ "name": "tint" } ], - "___id": "T000002R056776", + "___id": "T000002R057084", "___s": true }, { @@ -921180,7 +928986,7 @@ "filename": "WebGLPipeline.js", "lineno": 1827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchTri", @@ -921451,7 +929257,7 @@ "name": "unit" } ], - "___id": "T000002R056777", + "___id": "T000002R057085", "___s": true }, { @@ -921460,7 +929266,7 @@ "filename": "WebGLPipeline.js", "lineno": 1921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "drawFillRect", @@ -921581,7 +929387,7 @@ "name": "flipUV" } ], - "___id": "T000002R056778", + "___id": "T000002R057086", "___s": true }, { @@ -921590,7 +929396,7 @@ "filename": "WebGLPipeline.js", "lineno": 1971, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTexture2D", @@ -921632,7 +929438,7 @@ "name": "texture" } ], - "___id": "T000002R056779", + "___id": "T000002R057087", "___s": true }, { @@ -921641,7 +929447,7 @@ "filename": "WebGLPipeline.js", "lineno": 1989, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindTexture", @@ -921699,7 +929505,7 @@ "name": "unit" } ], - "___id": "T000002R056780", + "___id": "T000002R057088", "___s": true }, { @@ -921708,7 +929514,7 @@ "filename": "WebGLPipeline.js", "lineno": 2013, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindRenderTarget", @@ -921766,7 +929572,7 @@ "name": "unit" } ], - "___id": "T000002R056781", + "___id": "T000002R057089", "___s": true }, { @@ -921775,7 +929581,7 @@ "filename": "WebGLPipeline.js", "lineno": 2030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTime", @@ -921831,7 +929637,7 @@ "name": "shader" } ], - "___id": "T000002R056782", + "___id": "T000002R057090", "___s": true }, { @@ -921840,7 +929646,7 @@ "filename": "WebGLPipeline.js", "lineno": 2050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setBoolean", @@ -921909,7 +929715,7 @@ "name": "shader" } ], - "___id": "T000002R056783", + "___id": "T000002R057091", "___s": true }, { @@ -921918,7 +929724,7 @@ "filename": "WebGLPipeline.js", "lineno": 2077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1f", @@ -921987,7 +929793,7 @@ "name": "shader" } ], - "___id": "T000002R056784", + "___id": "T000002R057092", "___s": true }, { @@ -921996,7 +929802,7 @@ "filename": "WebGLPipeline.js", "lineno": 2104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2f", @@ -922078,7 +929884,7 @@ "name": "shader" } ], - "___id": "T000002R056785", + "___id": "T000002R057093", "___s": true }, { @@ -922087,7 +929893,7 @@ "filename": "WebGLPipeline.js", "lineno": 2132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3f", @@ -922182,7 +929988,7 @@ "name": "shader" } ], - "___id": "T000002R056786", + "___id": "T000002R057094", "___s": true }, { @@ -922191,7 +929997,7 @@ "filename": "WebGLPipeline.js", "lineno": 2161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4f", @@ -922299,7 +930105,7 @@ "name": "shader" } ], - "___id": "T000002R056787", + "___id": "T000002R057095", "___s": true }, { @@ -922308,7 +930114,7 @@ "filename": "WebGLPipeline.js", "lineno": 2191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1fv", @@ -922396,7 +930202,7 @@ "name": "shader" } ], - "___id": "T000002R056788", + "___id": "T000002R057096", "___s": true }, { @@ -922405,7 +930211,7 @@ "filename": "WebGLPipeline.js", "lineno": 2218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2fv", @@ -922493,7 +930299,7 @@ "name": "shader" } ], - "___id": "T000002R056789", + "___id": "T000002R057097", "___s": true }, { @@ -922502,7 +930308,7 @@ "filename": "WebGLPipeline.js", "lineno": 2245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3fv", @@ -922590,7 +930396,7 @@ "name": "shader" } ], - "___id": "T000002R056790", + "___id": "T000002R057098", "___s": true }, { @@ -922599,7 +930405,7 @@ "filename": "WebGLPipeline.js", "lineno": 2272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4fv", @@ -922687,7 +930493,7 @@ "name": "shader" } ], - "___id": "T000002R056791", + "___id": "T000002R057099", "___s": true }, { @@ -922696,7 +930502,7 @@ "filename": "WebGLPipeline.js", "lineno": 2299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1iv", @@ -922784,7 +930590,7 @@ "name": "shader" } ], - "___id": "T000002R056792", + "___id": "T000002R057100", "___s": true }, { @@ -922793,7 +930599,7 @@ "filename": "WebGLPipeline.js", "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2iv", @@ -922881,7 +930687,7 @@ "name": "shader" } ], - "___id": "T000002R056793", + "___id": "T000002R057101", "___s": true }, { @@ -922890,7 +930696,7 @@ "filename": "WebGLPipeline.js", "lineno": 2353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3iv", @@ -922978,7 +930784,7 @@ "name": "shader" } ], - "___id": "T000002R056794", + "___id": "T000002R057102", "___s": true }, { @@ -922987,7 +930793,7 @@ "filename": "WebGLPipeline.js", "lineno": 2380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4iv", @@ -923075,7 +930881,7 @@ "name": "shader" } ], - "___id": "T000002R056795", + "___id": "T000002R057103", "___s": true }, { @@ -923084,7 +930890,7 @@ "filename": "WebGLPipeline.js", "lineno": 2407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1i", @@ -923153,7 +930959,7 @@ "name": "shader" } ], - "___id": "T000002R056796", + "___id": "T000002R057104", "___s": true }, { @@ -923162,7 +930968,7 @@ "filename": "WebGLPipeline.js", "lineno": 2434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2i", @@ -923244,7 +931050,7 @@ "name": "shader" } ], - "___id": "T000002R056797", + "___id": "T000002R057105", "___s": true }, { @@ -923253,7 +931059,7 @@ "filename": "WebGLPipeline.js", "lineno": 2462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3i", @@ -923348,7 +931154,7 @@ "name": "shader" } ], - "___id": "T000002R056798", + "___id": "T000002R057106", "___s": true }, { @@ -923357,7 +931163,7 @@ "filename": "WebGLPipeline.js", "lineno": 2491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4i", @@ -923465,7 +931271,7 @@ "name": "shader" } ], - "___id": "T000002R056799", + "___id": "T000002R057107", "___s": true }, { @@ -923474,7 +931280,7 @@ "filename": "WebGLPipeline.js", "lineno": 2521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix2fv", @@ -923575,7 +931381,7 @@ "name": "shader" } ], - "___id": "T000002R056800", + "___id": "T000002R057108", "___s": true }, { @@ -923584,7 +931390,7 @@ "filename": "WebGLPipeline.js", "lineno": 2549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix3fv", @@ -923666,7 +931472,7 @@ "name": "shader" } ], - "___id": "T000002R056801", + "___id": "T000002R057109", "___s": true }, { @@ -923675,7 +931481,7 @@ "filename": "WebGLPipeline.js", "lineno": 2577, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix4fv", @@ -923757,7 +931563,7 @@ "name": "shader" } ], - "___id": "T000002R056802", + "___id": "T000002R057110", "___s": true }, { @@ -923766,7 +931572,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -923778,7 +931584,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R056803", + "___id": "T000002R057111", "___s": true }, { @@ -923787,7 +931593,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -923830,7 +931636,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R056804", + "___id": "T000002R057112", "___s": true }, { @@ -923839,7 +931645,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -923899,7 +931705,7 @@ "name": "event" } ], - "___id": "T000002R056805", + "___id": "T000002R057113", "___s": true }, { @@ -923908,7 +931714,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -923959,7 +931765,7 @@ "name": "event" } ], - "___id": "T000002R056806", + "___id": "T000002R057114", "___s": true }, { @@ -923968,7 +931774,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -924034,7 +931840,7 @@ "name": "args" } ], - "___id": "T000002R056807", + "___id": "T000002R057115", "___s": true }, { @@ -924043,7 +931849,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -924122,7 +931928,7 @@ "name": "context" } ], - "___id": "T000002R056808", + "___id": "T000002R057116", "___s": true }, { @@ -924131,7 +931937,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -924210,7 +932016,7 @@ "name": "context" } ], - "___id": "T000002R056809", + "___id": "T000002R057117", "___s": true }, { @@ -924219,7 +932025,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -924298,7 +932104,7 @@ "name": "context" } ], - "___id": "T000002R056810", + "___id": "T000002R057118", "___s": true }, { @@ -924307,7 +932113,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -924400,7 +932206,7 @@ "name": "once" } ], - "___id": "T000002R056811", + "___id": "T000002R057119", "___s": true }, { @@ -924409,7 +932215,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -924502,7 +932308,7 @@ "name": "once" } ], - "___id": "T000002R056812", + "___id": "T000002R057120", "___s": true }, { @@ -924511,7 +932317,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -924564,7 +932370,7 @@ "name": "event" } ], - "___id": "T000002R056813", + "___id": "T000002R057121", "___s": true }, { @@ -924573,7 +932379,7 @@ "filename": "WebGLPipeline.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "name", @@ -924594,7 +932400,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#name", "inherited": true, - "___id": "T000002R056814", + "___id": "T000002R057122", "___s": true }, { @@ -924603,7 +932409,7 @@ "filename": "WebGLPipeline.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "game", @@ -924624,7 +932430,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#game", "inherited": true, - "___id": "T000002R056815", + "___id": "T000002R057123", "___s": true }, { @@ -924633,7 +932439,7 @@ "filename": "WebGLPipeline.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderer", @@ -924654,7 +932460,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderer", "inherited": true, - "___id": "T000002R056816", + "___id": "T000002R057124", "___s": true }, { @@ -924663,7 +932469,7 @@ "filename": "WebGLPipeline.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "manager", @@ -924686,7 +932492,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#manager", "inherited": true, - "___id": "T000002R056817", + "___id": "T000002R057125", "___s": true }, { @@ -924695,7 +932501,7 @@ "filename": "WebGLPipeline.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "gl", @@ -924716,7 +932522,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#gl", "inherited": true, - "___id": "T000002R056818", + "___id": "T000002R057126", "___s": true }, { @@ -924725,7 +932531,7 @@ "filename": "WebGLPipeline.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "view", @@ -924746,7 +932552,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#view", "inherited": true, - "___id": "T000002R056819", + "___id": "T000002R057127", "___s": true }, { @@ -924755,7 +932561,7 @@ "filename": "WebGLPipeline.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "width", @@ -924776,7 +932582,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#width", "inherited": true, - "___id": "T000002R056820", + "___id": "T000002R057128", "___s": true }, { @@ -924785,7 +932591,7 @@ "filename": "WebGLPipeline.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "height", @@ -924806,7 +932612,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#height", "inherited": true, - "___id": "T000002R056821", + "___id": "T000002R057129", "___s": true }, { @@ -924815,7 +932621,7 @@ "filename": "WebGLPipeline.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCount", @@ -924837,7 +932643,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCount", "inherited": true, - "___id": "T000002R056822", + "___id": "T000002R057130", "___s": true }, { @@ -924846,7 +932652,7 @@ "filename": "WebGLPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCapacity", @@ -924867,7 +932673,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCapacity", "inherited": true, - "___id": "T000002R056823", + "___id": "T000002R057131", "___s": true }, { @@ -924876,7 +932682,7 @@ "filename": "WebGLPipeline.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexData", @@ -924898,7 +932704,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexData", "inherited": true, - "___id": "T000002R056824", + "___id": "T000002R057132", "___s": true }, { @@ -924907,7 +932713,7 @@ "filename": "WebGLPipeline.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexBuffer", @@ -924929,7 +932735,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexBuffer", "inherited": true, - "___id": "T000002R056825", + "___id": "T000002R057133", "___s": true }, { @@ -924938,7 +932744,7 @@ "filename": "WebGLPipeline.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeBuffer", @@ -924959,7 +932765,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeBuffer", "inherited": true, - "___id": "T000002R056826", + "___id": "T000002R057134", "___s": true }, { @@ -924968,7 +932774,7 @@ "filename": "WebGLPipeline.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "topology", @@ -924989,7 +932795,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#topology", "inherited": true, - "___id": "T000002R056827", + "___id": "T000002R057135", "___s": true }, { @@ -924998,7 +932804,7 @@ "filename": "WebGLPipeline.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bytes", @@ -925019,7 +932825,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bytes", "inherited": true, - "___id": "T000002R056828", + "___id": "T000002R057136", "___s": true }, { @@ -925028,7 +932834,7 @@ "filename": "WebGLPipeline.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewF32", @@ -925049,7 +932855,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewF32", "inherited": true, - "___id": "T000002R056829", + "___id": "T000002R057137", "___s": true }, { @@ -925058,7 +932864,7 @@ "filename": "WebGLPipeline.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewU32", @@ -925079,7 +932885,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewU32", "inherited": true, - "___id": "T000002R056830", + "___id": "T000002R057138", "___s": true }, { @@ -925088,7 +932894,7 @@ "filename": "WebGLPipeline.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "active", @@ -925109,7 +932915,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#active", "inherited": true, - "___id": "T000002R056831", + "___id": "T000002R057139", "___s": true }, { @@ -925118,7 +932924,7 @@ "filename": "WebGLPipeline.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "forceZero", @@ -925139,7 +932945,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#forceZero", "inherited": true, - "___id": "T000002R056832", + "___id": "T000002R057140", "___s": true }, { @@ -925148,7 +932954,7 @@ "filename": "WebGLPipeline.js", "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "hasBooted", @@ -925170,7 +932976,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#hasBooted", "inherited": true, - "___id": "T000002R056833", + "___id": "T000002R057141", "___s": true }, { @@ -925179,7 +932985,7 @@ "filename": "WebGLPipeline.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPostFX", @@ -925201,7 +933007,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPostFX", "inherited": true, - "___id": "T000002R056834", + "___id": "T000002R057142", "___s": true }, { @@ -925210,7 +933016,7 @@ "filename": "WebGLPipeline.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPreFX", @@ -925232,7 +933038,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPreFX", "inherited": true, - "___id": "T000002R056835", + "___id": "T000002R057143", "___s": true }, { @@ -925241,7 +933047,7 @@ "filename": "WebGLPipeline.js", "lineno": 289, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderTargets", @@ -925271,7 +933077,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderTargets", "inherited": true, - "___id": "T000002R056836", + "___id": "T000002R057144", "___s": true }, { @@ -925280,7 +933086,7 @@ "filename": "WebGLPipeline.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentRenderTarget", @@ -925301,7 +933107,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentRenderTarget", "inherited": true, - "___id": "T000002R056837", + "___id": "T000002R057145", "___s": true }, { @@ -925310,7 +933116,7 @@ "filename": "WebGLPipeline.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shaders", @@ -925340,7 +933146,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shaders", "inherited": true, - "___id": "T000002R056838", + "___id": "T000002R057146", "___s": true }, { @@ -925349,7 +933155,7 @@ "filename": "WebGLPipeline.js", "lineno": 322, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentShader", @@ -925370,7 +933176,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentShader", "inherited": true, - "___id": "T000002R056839", + "___id": "T000002R057147", "___s": true }, { @@ -925379,7 +933185,7 @@ "filename": "WebGLPipeline.js", "lineno": 334, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionMatrix", @@ -925400,7 +933206,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionMatrix", "inherited": true, - "___id": "T000002R056840", + "___id": "T000002R057148", "___s": true }, { @@ -925409,7 +933215,7 @@ "filename": "WebGLPipeline.js", "lineno": 343, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionWidth", @@ -925430,7 +933236,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionWidth", "inherited": true, - "___id": "T000002R056841", + "___id": "T000002R057149", "___s": true }, { @@ -925439,7 +933245,7 @@ "filename": "WebGLPipeline.js", "lineno": 352, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionHeight", @@ -925460,7 +933266,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionHeight", "inherited": true, - "___id": "T000002R056842", + "___id": "T000002R057150", "___s": true }, { @@ -925469,7 +933275,7 @@ "filename": "WebGLPipeline.js", "lineno": 361, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "config", @@ -925490,7 +933296,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#config", "inherited": true, - "___id": "T000002R056843", + "___id": "T000002R057151", "___s": true }, { @@ -925499,7 +933305,7 @@ "filename": "WebGLPipeline.js", "lineno": 374, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "glReset", @@ -925520,7 +933326,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#glReset", "inherited": true, - "___id": "T000002R056844", + "___id": "T000002R057152", "___s": true }, { @@ -925529,7 +933335,7 @@ "filename": "WebGLPipeline.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batch", @@ -925559,7 +933365,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batch", "inherited": true, - "___id": "T000002R056845", + "___id": "T000002R057153", "___s": true }, { @@ -925568,7 +933374,7 @@ "filename": "WebGLPipeline.js", "lineno": 401, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentBatch", @@ -925591,7 +933397,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentBatch", "inherited": true, - "___id": "T000002R056846", + "___id": "T000002R057154", "___s": true }, { @@ -925600,7 +933406,7 @@ "filename": "WebGLPipeline.js", "lineno": 414, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentTexture", @@ -925623,7 +933429,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentTexture", "inherited": true, - "___id": "T000002R056847", + "___id": "T000002R057155", "___s": true }, { @@ -925632,7 +933438,7 @@ "filename": "WebGLPipeline.js", "lineno": 427, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentUnit", @@ -925653,7 +933459,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentUnit", "inherited": true, - "___id": "T000002R056848", + "___id": "T000002R057156", "___s": true }, { @@ -925662,7 +933468,7 @@ "filename": "WebGLPipeline.js", "lineno": 438, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeTextures", @@ -925692,7 +933498,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeTextures", "inherited": true, - "___id": "T000002R056849", + "___id": "T000002R057157", "___s": true }, { @@ -925701,7 +933507,7 @@ "filename": "WebGLPipeline.js", "lineno": 451, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resizeUniform", @@ -925722,7 +933528,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resizeUniform", "inherited": true, - "___id": "T000002R056850", + "___id": "T000002R057158", "___s": true }, { @@ -925731,7 +933537,7 @@ "filename": "WebGLPipeline.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBoot", @@ -925743,7 +933549,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBoot", "inherited": true, - "___id": "T000002R056851", + "___id": "T000002R057159", "___s": true }, { @@ -925752,7 +933558,7 @@ "filename": "WebGLPipeline.js", "lineno": 611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onResize", @@ -925792,7 +933598,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onResize", "inherited": true, - "___id": "T000002R056852", + "___id": "T000002R057160", "___s": true }, { @@ -925801,7 +933607,7 @@ "filename": "WebGLPipeline.js", "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShader", @@ -925872,7 +933678,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setShader", "inherited": true, - "___id": "T000002R056853", + "___id": "T000002R057161", "___s": true }, { @@ -925881,7 +933687,7 @@ "filename": "WebGLPipeline.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "getShaderByName", @@ -925922,7 +933728,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#getShaderByName", "inherited": true, - "___id": "T000002R056854", + "___id": "T000002R057162", "___s": true }, { @@ -925931,7 +933737,7 @@ "filename": "WebGLPipeline.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShadersFromConfig", @@ -925973,7 +933779,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setShadersFromConfig", "inherited": true, - "___id": "T000002R056855", + "___id": "T000002R057163", "___s": true }, { @@ -925982,7 +933788,7 @@ "filename": "WebGLPipeline.js", "lineno": 789, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "createBatch", @@ -926023,7 +933829,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#createBatch", "inherited": true, - "___id": "T000002R056856", + "___id": "T000002R057164", "___s": true }, { @@ -926032,7 +933838,7 @@ "filename": "WebGLPipeline.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "addTextureToBatch", @@ -926059,7 +933865,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#addTextureToBatch", "inherited": true, - "___id": "T000002R056857", + "___id": "T000002R057165", "___s": true }, { @@ -926068,7 +933874,7 @@ "filename": "WebGLPipeline.js", "lineno": 839, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "pushBatch", @@ -926109,7 +933915,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#pushBatch", "inherited": true, - "___id": "T000002R056858", + "___id": "T000002R057166", "___s": true }, { @@ -926118,7 +933924,7 @@ "filename": "WebGLPipeline.js", "lineno": 912, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setGameObject", @@ -926173,7 +933979,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setGameObject", "inherited": true, - "___id": "T000002R056859", + "___id": "T000002R057167", "___s": true }, { @@ -926182,7 +933988,7 @@ "filename": "WebGLPipeline.js", "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shouldFlush", @@ -926225,7 +934031,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shouldFlush", "inherited": true, - "___id": "T000002R056860", + "___id": "T000002R057168", "___s": true }, { @@ -926234,7 +934040,7 @@ "filename": "WebGLPipeline.js", "lineno": 952, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexAvailable", @@ -926260,7 +934066,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexAvailable", "inherited": true, - "___id": "T000002R056861", + "___id": "T000002R057169", "___s": true }, { @@ -926269,7 +934075,7 @@ "filename": "WebGLPipeline.js", "lineno": 966, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resize", @@ -926327,7 +934133,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resize", "inherited": true, - "___id": "T000002R056862", + "___id": "T000002R057170", "___s": true }, { @@ -926336,7 +934142,7 @@ "filename": "WebGLPipeline.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setProjectionMatrix", @@ -926391,7 +934197,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setProjectionMatrix", "inherited": true, - "___id": "T000002R056863", + "___id": "T000002R057171", "___s": true }, { @@ -926400,7 +934206,7 @@ "filename": "WebGLPipeline.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flipProjectionMatrix", @@ -926429,7 +934235,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#flipProjectionMatrix", "inherited": true, - "___id": "T000002R056864", + "___id": "T000002R057172", "___s": true }, { @@ -926438,7 +934244,7 @@ "filename": "WebGLPipeline.js", "lineno": 1096, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "updateProjectionMatrix", @@ -926450,7 +934256,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#updateProjectionMatrix", "inherited": true, - "___id": "T000002R056865", + "___id": "T000002R057173", "___s": true }, { @@ -926459,7 +934265,7 @@ "filename": "WebGLPipeline.js", "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bind", @@ -926505,7 +934311,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bind", "inherited": true, - "___id": "T000002R056866", + "___id": "T000002R057174", "___s": true }, { @@ -926514,7 +934320,7 @@ "filename": "WebGLPipeline.js", "lineno": 1169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "rebind", @@ -926560,7 +934366,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#rebind", "inherited": true, - "___id": "T000002R056867", + "___id": "T000002R057175", "___s": true }, { @@ -926569,7 +934375,7 @@ "filename": "WebGLPipeline.js", "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "restoreContext", @@ -926581,7 +934387,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#restoreContext", "inherited": true, - "___id": "T000002R056868", + "___id": "T000002R057176", "___s": true }, { @@ -926590,7 +934396,7 @@ "filename": "WebGLPipeline.js", "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setVertexBuffer", @@ -926632,7 +934438,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setVertexBuffer", "inherited": true, - "___id": "T000002R056869", + "___id": "T000002R057177", "___s": true }, { @@ -926641,7 +934447,7 @@ "filename": "WebGLPipeline.js", "lineno": 1282, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "preBatch", @@ -926694,7 +934500,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#preBatch", "inherited": true, - "___id": "T000002R056870", + "___id": "T000002R057178", "___s": true }, { @@ -926703,7 +934509,7 @@ "filename": "WebGLPipeline.js", "lineno": 1309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "postBatch", @@ -926756,7 +934562,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#postBatch", "inherited": true, - "___id": "T000002R056871", + "___id": "T000002R057179", "___s": true }, { @@ -926765,7 +934571,7 @@ "filename": "WebGLPipeline.js", "lineno": 1335, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onDraw", @@ -926806,7 +934612,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onDraw", "inherited": true, - "___id": "T000002R056872", + "___id": "T000002R057180", "___s": true }, { @@ -926815,7 +934621,7 @@ "filename": "WebGLPipeline.js", "lineno": 1355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "unbind", @@ -926827,7 +934633,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#unbind", "inherited": true, - "___id": "T000002R056873", + "___id": "T000002R057181", "___s": true }, { @@ -926836,7 +934642,7 @@ "filename": "WebGLPipeline.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flush", @@ -926884,7 +934690,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#flush", "inherited": true, - "___id": "T000002R056874", + "___id": "T000002R057182", "___s": true }, { @@ -926893,7 +934699,7 @@ "filename": "WebGLPipeline.js", "lineno": 1478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onActive", @@ -926920,7 +934726,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onActive", "inherited": true, - "___id": "T000002R056875", + "___id": "T000002R057183", "___s": true }, { @@ -926929,7 +934735,7 @@ "filename": "WebGLPipeline.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBind", @@ -926957,7 +934763,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBind", "inherited": true, - "___id": "T000002R056876", + "___id": "T000002R057184", "___s": true }, { @@ -926966,7 +934772,7 @@ "filename": "WebGLPipeline.js", "lineno": 1518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRebind", @@ -926978,7 +934784,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRebind", "inherited": true, - "___id": "T000002R056877", + "___id": "T000002R057185", "___s": true }, { @@ -926987,7 +934793,7 @@ "filename": "WebGLPipeline.js", "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBatch", @@ -927015,7 +934821,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBatch", "inherited": true, - "___id": "T000002R056878", + "___id": "T000002R057186", "___s": true }, { @@ -927024,7 +934830,7 @@ "filename": "WebGLPipeline.js", "lineno": 1553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreBatch", @@ -927052,7 +934858,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreBatch", "inherited": true, - "___id": "T000002R056879", + "___id": "T000002R057187", "___s": true }, { @@ -927061,7 +934867,7 @@ "filename": "WebGLPipeline.js", "lineno": 1567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostBatch", @@ -927089,7 +934895,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostBatch", "inherited": true, - "___id": "T000002R056880", + "___id": "T000002R057188", "___s": true }, { @@ -927098,7 +934904,7 @@ "filename": "WebGLPipeline.js", "lineno": 1581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreRender", @@ -927110,7 +934916,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreRender", "inherited": true, - "___id": "T000002R056881", + "___id": "T000002R057189", "___s": true }, { @@ -927119,7 +934925,7 @@ "filename": "WebGLPipeline.js", "lineno": 1594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRender", @@ -927159,7 +934965,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRender", "inherited": true, - "___id": "T000002R056882", + "___id": "T000002R057190", "___s": true }, { @@ -927168,7 +934974,7 @@ "filename": "WebGLPipeline.js", "lineno": 1611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostRender", @@ -927180,7 +934986,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostRender", "inherited": true, - "___id": "T000002R056883", + "___id": "T000002R057191", "___s": true }, { @@ -927189,7 +934995,7 @@ "filename": "WebGLPipeline.js", "lineno": 1626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBeforeFlush", @@ -927218,7 +935024,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBeforeFlush", "inherited": true, - "___id": "T000002R056884", + "___id": "T000002R057192", "___s": true }, { @@ -927227,7 +935033,7 @@ "filename": "WebGLPipeline.js", "lineno": 1643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onAfterFlush", @@ -927256,7 +935062,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onAfterFlush", "inherited": true, - "___id": "T000002R056885", + "___id": "T000002R057193", "___s": true }, { @@ -927265,7 +935071,7 @@ "filename": "WebGLPipeline.js", "lineno": 1664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchVert", @@ -927380,7 +935186,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batchVert", "inherited": true, - "___id": "T000002R056886", + "___id": "T000002R057194", "___s": true }, { @@ -927389,7 +935195,7 @@ "filename": "WebGLPipeline.js", "lineno": 1704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchQuad", @@ -927699,7 +935505,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batchQuad", "inherited": true, - "___id": "T000002R056887", + "___id": "T000002R057195", "___s": true }, { @@ -927708,7 +935514,7 @@ "filename": "WebGLPipeline.js", "lineno": 1827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchTri", @@ -927979,7 +935785,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batchTri", "inherited": true, - "___id": "T000002R056888", + "___id": "T000002R057196", "___s": true }, { @@ -927988,7 +935794,7 @@ "filename": "WebGLPipeline.js", "lineno": 1921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "drawFillRect", @@ -928109,7 +935915,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#drawFillRect", "inherited": true, - "___id": "T000002R056889", + "___id": "T000002R057197", "___s": true }, { @@ -928118,7 +935924,7 @@ "filename": "WebGLPipeline.js", "lineno": 1971, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTexture2D", @@ -928160,7 +935966,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setTexture2D", "inherited": true, - "___id": "T000002R056890", + "___id": "T000002R057198", "___s": true }, { @@ -928169,7 +935975,7 @@ "filename": "WebGLPipeline.js", "lineno": 1989, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindTexture", @@ -928227,7 +936033,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bindTexture", "inherited": true, - "___id": "T000002R056891", + "___id": "T000002R057199", "___s": true }, { @@ -928236,7 +936042,7 @@ "filename": "WebGLPipeline.js", "lineno": 2013, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindRenderTarget", @@ -928294,7 +936100,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bindRenderTarget", "inherited": true, - "___id": "T000002R056892", + "___id": "T000002R057200", "___s": true }, { @@ -928303,7 +936109,7 @@ "filename": "WebGLPipeline.js", "lineno": 2030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTime", @@ -928359,7 +936165,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setTime", "inherited": true, - "___id": "T000002R056893", + "___id": "T000002R057201", "___s": true }, { @@ -928368,7 +936174,7 @@ "filename": "WebGLPipeline.js", "lineno": 2050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setBoolean", @@ -928437,7 +936243,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setBoolean", "inherited": true, - "___id": "T000002R056894", + "___id": "T000002R057202", "___s": true }, { @@ -928446,7 +936252,7 @@ "filename": "WebGLPipeline.js", "lineno": 2077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1f", @@ -928515,7 +936321,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set1f", "inherited": true, - "___id": "T000002R056895", + "___id": "T000002R057203", "___s": true }, { @@ -928524,7 +936330,7 @@ "filename": "WebGLPipeline.js", "lineno": 2104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2f", @@ -928606,7 +936412,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set2f", "inherited": true, - "___id": "T000002R056896", + "___id": "T000002R057204", "___s": true }, { @@ -928615,7 +936421,7 @@ "filename": "WebGLPipeline.js", "lineno": 2132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3f", @@ -928710,7 +936516,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set3f", "inherited": true, - "___id": "T000002R056897", + "___id": "T000002R057205", "___s": true }, { @@ -928719,7 +936525,7 @@ "filename": "WebGLPipeline.js", "lineno": 2161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4f", @@ -928827,7 +936633,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set4f", "inherited": true, - "___id": "T000002R056898", + "___id": "T000002R057206", "___s": true }, { @@ -928836,7 +936642,7 @@ "filename": "WebGLPipeline.js", "lineno": 2191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1fv", @@ -928924,7 +936730,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set1fv", "inherited": true, - "___id": "T000002R056899", + "___id": "T000002R057207", "___s": true }, { @@ -928933,7 +936739,7 @@ "filename": "WebGLPipeline.js", "lineno": 2218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2fv", @@ -929021,7 +936827,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set2fv", "inherited": true, - "___id": "T000002R056900", + "___id": "T000002R057208", "___s": true }, { @@ -929030,7 +936836,7 @@ "filename": "WebGLPipeline.js", "lineno": 2245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3fv", @@ -929118,7 +936924,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set3fv", "inherited": true, - "___id": "T000002R056901", + "___id": "T000002R057209", "___s": true }, { @@ -929127,7 +936933,7 @@ "filename": "WebGLPipeline.js", "lineno": 2272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4fv", @@ -929215,7 +937021,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set4fv", "inherited": true, - "___id": "T000002R056902", + "___id": "T000002R057210", "___s": true }, { @@ -929224,7 +937030,7 @@ "filename": "WebGLPipeline.js", "lineno": 2299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1iv", @@ -929312,7 +937118,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set1iv", "inherited": true, - "___id": "T000002R056903", + "___id": "T000002R057211", "___s": true }, { @@ -929321,7 +937127,7 @@ "filename": "WebGLPipeline.js", "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2iv", @@ -929409,7 +937215,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set2iv", "inherited": true, - "___id": "T000002R056904", + "___id": "T000002R057212", "___s": true }, { @@ -929418,7 +937224,7 @@ "filename": "WebGLPipeline.js", "lineno": 2353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3iv", @@ -929506,7 +937312,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set3iv", "inherited": true, - "___id": "T000002R056905", + "___id": "T000002R057213", "___s": true }, { @@ -929515,7 +937321,7 @@ "filename": "WebGLPipeline.js", "lineno": 2380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4iv", @@ -929603,7 +937409,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set4iv", "inherited": true, - "___id": "T000002R056906", + "___id": "T000002R057214", "___s": true }, { @@ -929612,7 +937418,7 @@ "filename": "WebGLPipeline.js", "lineno": 2407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1i", @@ -929681,7 +937487,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set1i", "inherited": true, - "___id": "T000002R056907", + "___id": "T000002R057215", "___s": true }, { @@ -929690,7 +937496,7 @@ "filename": "WebGLPipeline.js", "lineno": 2434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2i", @@ -929772,7 +937578,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set2i", "inherited": true, - "___id": "T000002R056908", + "___id": "T000002R057216", "___s": true }, { @@ -929781,7 +937587,7 @@ "filename": "WebGLPipeline.js", "lineno": 2462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3i", @@ -929876,7 +937682,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set3i", "inherited": true, - "___id": "T000002R056909", + "___id": "T000002R057217", "___s": true }, { @@ -929885,7 +937691,7 @@ "filename": "WebGLPipeline.js", "lineno": 2491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4i", @@ -929993,7 +937799,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set4i", "inherited": true, - "___id": "T000002R056910", + "___id": "T000002R057218", "___s": true }, { @@ -930002,7 +937808,7 @@ "filename": "WebGLPipeline.js", "lineno": 2521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix2fv", @@ -930103,7 +937909,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setMatrix2fv", "inherited": true, - "___id": "T000002R056911", + "___id": "T000002R057219", "___s": true }, { @@ -930112,7 +937918,7 @@ "filename": "WebGLPipeline.js", "lineno": 2549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix3fv", @@ -930194,7 +938000,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setMatrix3fv", "inherited": true, - "___id": "T000002R056912", + "___id": "T000002R057220", "___s": true }, { @@ -930203,7 +938009,7 @@ "filename": "WebGLPipeline.js", "lineno": 2577, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix4fv", @@ -930285,7 +938091,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setMatrix4fv", "inherited": true, - "___id": "T000002R056913", + "___id": "T000002R057221", "___s": true }, { @@ -930294,7 +938100,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -930306,7 +938112,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R056914", + "___id": "T000002R057222", "___s": true }, { @@ -930315,7 +938121,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -930358,7 +938164,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R056915", + "___id": "T000002R057223", "___s": true }, { @@ -930367,7 +938173,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -930427,7 +938233,7 @@ "name": "event" } ], - "___id": "T000002R056916", + "___id": "T000002R057224", "___s": true }, { @@ -930436,7 +938242,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -930487,7 +938293,7 @@ "name": "event" } ], - "___id": "T000002R056917", + "___id": "T000002R057225", "___s": true }, { @@ -930496,7 +938302,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -930562,7 +938368,7 @@ "name": "args" } ], - "___id": "T000002R056918", + "___id": "T000002R057226", "___s": true }, { @@ -930571,7 +938377,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -930650,7 +938456,7 @@ "name": "context" } ], - "___id": "T000002R056919", + "___id": "T000002R057227", "___s": true }, { @@ -930659,7 +938465,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -930738,7 +938544,7 @@ "name": "context" } ], - "___id": "T000002R056920", + "___id": "T000002R057228", "___s": true }, { @@ -930747,7 +938553,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -930826,7 +938632,7 @@ "name": "context" } ], - "___id": "T000002R056921", + "___id": "T000002R057229", "___s": true }, { @@ -930835,7 +938641,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -930928,7 +938734,7 @@ "name": "once" } ], - "___id": "T000002R056922", + "___id": "T000002R057230", "___s": true }, { @@ -930937,7 +938743,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -931030,7 +938836,7 @@ "name": "once" } ], - "___id": "T000002R056923", + "___id": "T000002R057231", "___s": true }, { @@ -931039,7 +938845,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -931092,16 +938898,16 @@ "name": "event" } ], - "___id": "T000002R056924", + "___id": "T000002R057232", "___s": true }, { "comment": "/**\r\n * A temporary Transform Matrix, re-used internally during batching by the\r\n * Shape Game Objects.\r\n *\r\n * @name Phaser.Renderer.WebGL.Pipelines.MultiPipeline#calcMatrix\r\n * @type {Phaser.GameObjects.Components.TransformMatrix}\r\n * @since 3.55.0\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 185, + "lineno": 184, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "calcMatrix", @@ -931122,16 +938928,16 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#calcMatrix", "inherited": true, - "___id": "T000002R056927", + "___id": "T000002R057235", "___s": true }, { "comment": "/**\r\n * Pushes a filled rectangle into the vertex batch.\r\n *\r\n * Rectangle factors in the given transform matrices before adding to the batch.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillRect\r\n * @since 3.55.0\r\n *\r\n * @param {number} x - Horizontal top left coordinate of the rectangle.\r\n * @param {number} y - Vertical top left coordinate of the rectangle.\r\n * @param {number} width - Width of the rectangle.\r\n * @param {number} height - Height of the rectangle.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 646, + "lineno": 652, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchFillRect", @@ -931223,16 +939029,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillRect", "inherited": true, - "___id": "T000002R056935", + "___id": "T000002R057243", "___s": true }, { "comment": "/**\r\n * Pushes a filled triangle into the vertex batch.\r\n *\r\n * Triangle factors in the given transform matrices before adding to the batch.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillTriangle\r\n * @since 3.55.0\r\n *\r\n * @param {number} x0 - Point 0 x coordinate.\r\n * @param {number} y0 - Point 0 y coordinate.\r\n * @param {number} x1 - Point 1 x coordinate.\r\n * @param {number} y1 - Point 1 y coordinate.\r\n * @param {number} x2 - Point 2 x coordinate.\r\n * @param {number} y2 - Point 2 y coordinate.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 680, + "lineno": 686, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchFillTriangle", @@ -931350,16 +939156,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillTriangle", "inherited": true, - "___id": "T000002R056936", + "___id": "T000002R057244", "___s": true }, { "comment": "/**\r\n * Pushes a stroked triangle into the vertex batch.\r\n *\r\n * Triangle factors in the given transform matrices before adding to the batch.\r\n *\r\n * The triangle is created from 3 lines and drawn using the `batchStrokePath` method.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchStrokeTriangle\r\n * @since 3.55.0\r\n *\r\n * @param {number} x0 - Point 0 x coordinate.\r\n * @param {number} y0 - Point 0 y coordinate.\r\n * @param {number} x1 - Point 1 x coordinate.\r\n * @param {number} y1 - Point 1 y coordinate.\r\n * @param {number} x2 - Point 2 x coordinate.\r\n * @param {number} y2 - Point 2 y coordinate.\r\n * @param {number} lineWidth - The width of the line in pixels.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 725, + "lineno": 729, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchStrokeTriangle", @@ -931490,16 +939296,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchStrokeTriangle", "inherited": true, - "___id": "T000002R056937", + "___id": "T000002R057245", "___s": true }, { "comment": "/**\r\n * Adds the given path to the vertex batch for rendering.\r\n *\r\n * It works by taking the array of path data and then passing it through Earcut, which\r\n * creates a list of polygons. Each polygon is then added to the batch.\r\n *\r\n * The path is always automatically closed because it's filled.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillPath\r\n * @since 3.55.0\r\n *\r\n * @param {Phaser.Types.Math.Vector2Like[]} path - Collection of points that represent the path.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 768, + "lineno": 772, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchFillPath", @@ -931561,16 +939367,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillPath", "inherited": true, - "___id": "T000002R056938", + "___id": "T000002R057246", "___s": true }, { "comment": "/**\r\n * Adds the given path to the vertex batch for rendering.\r\n *\r\n * It works by taking the array of path data and calling `batchLine` for each section\r\n * of the path.\r\n *\r\n * The path is optionally closed at the end.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchStrokePath\r\n * @since 3.55.0\r\n *\r\n * @param {Phaser.Types.Math.Vector2Like[]} path - Collection of points that represent the path.\r\n * @param {number} lineWidth - The width of the line segments in pixels.\r\n * @param {boolean} pathOpen - Indicates if the path should be closed or left open.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 843, + "lineno": 845, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchStrokePath", @@ -931658,16 +939464,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchStrokePath", "inherited": true, - "___id": "T000002R056939", + "___id": "T000002R057247", "___s": true }, { "comment": "/**\r\n * Creates a line out of 4 quads and adds it to the vertex batch based on the given line values.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchLine\r\n * @since 3.55.0\r\n *\r\n * @param {number} ax - x coordinate of the start of the line.\r\n * @param {number} ay - y coordinate of the start of the line.\r\n * @param {number} bx - x coordinate of the end of the line.\r\n * @param {number} by - y coordinate of the end of the line.\r\n * @param {number} aLineWidth - Width of the start of the line.\r\n * @param {number} bLineWidth - Width of the end of the line.\r\n * @param {number} index - If this line is part of a multi-line draw, the index of the line in the draw.\r\n * @param {boolean} closePath - Does this line close a multi-line path?\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 891, + "lineno": 893, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchLine", @@ -931811,7 +939617,7 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchLine", "inherited": true, - "___id": "T000002R056940", + "___id": "T000002R057248", "___s": true }, { @@ -931820,7 +939626,7 @@ "filename": "MultiPipeline.js", "lineno": 1012, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "destroy", @@ -931850,7 +939656,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#destroy", "inherited": true, - "___id": "T000002R056941", + "___id": "T000002R057249", "___s": true }, { @@ -931859,7 +939665,7 @@ "filename": "WebGLPipeline.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "name", @@ -931880,7 +939686,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#name", "inherited": true, - "___id": "T000002R056942", + "___id": "T000002R057250", "___s": true }, { @@ -931889,7 +939695,7 @@ "filename": "WebGLPipeline.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "game", @@ -931910,7 +939716,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#game", "inherited": true, - "___id": "T000002R056943", + "___id": "T000002R057251", "___s": true }, { @@ -931919,7 +939725,7 @@ "filename": "WebGLPipeline.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderer", @@ -931940,7 +939746,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderer", "inherited": true, - "___id": "T000002R056944", + "___id": "T000002R057252", "___s": true }, { @@ -931949,7 +939755,7 @@ "filename": "WebGLPipeline.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "manager", @@ -931972,7 +939778,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#manager", "inherited": true, - "___id": "T000002R056945", + "___id": "T000002R057253", "___s": true }, { @@ -931981,7 +939787,7 @@ "filename": "WebGLPipeline.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "gl", @@ -932002,7 +939808,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#gl", "inherited": true, - "___id": "T000002R056946", + "___id": "T000002R057254", "___s": true }, { @@ -932011,7 +939817,7 @@ "filename": "WebGLPipeline.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "view", @@ -932032,7 +939838,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#view", "inherited": true, - "___id": "T000002R056947", + "___id": "T000002R057255", "___s": true }, { @@ -932041,7 +939847,7 @@ "filename": "WebGLPipeline.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "width", @@ -932062,7 +939868,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#width", "inherited": true, - "___id": "T000002R056948", + "___id": "T000002R057256", "___s": true }, { @@ -932071,7 +939877,7 @@ "filename": "WebGLPipeline.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "height", @@ -932092,7 +939898,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#height", "inherited": true, - "___id": "T000002R056949", + "___id": "T000002R057257", "___s": true }, { @@ -932101,7 +939907,7 @@ "filename": "WebGLPipeline.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCount", @@ -932123,7 +939929,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCount", "inherited": true, - "___id": "T000002R056950", + "___id": "T000002R057258", "___s": true }, { @@ -932132,7 +939938,7 @@ "filename": "WebGLPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCapacity", @@ -932153,7 +939959,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCapacity", "inherited": true, - "___id": "T000002R056951", + "___id": "T000002R057259", "___s": true }, { @@ -932162,7 +939968,7 @@ "filename": "WebGLPipeline.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexData", @@ -932184,7 +939990,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexData", "inherited": true, - "___id": "T000002R056952", + "___id": "T000002R057260", "___s": true }, { @@ -932193,7 +939999,7 @@ "filename": "WebGLPipeline.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexBuffer", @@ -932215,7 +940021,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexBuffer", "inherited": true, - "___id": "T000002R056953", + "___id": "T000002R057261", "___s": true }, { @@ -932224,7 +940030,7 @@ "filename": "WebGLPipeline.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeBuffer", @@ -932245,7 +940051,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeBuffer", "inherited": true, - "___id": "T000002R056954", + "___id": "T000002R057262", "___s": true }, { @@ -932254,7 +940060,7 @@ "filename": "WebGLPipeline.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "topology", @@ -932275,7 +940081,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#topology", "inherited": true, - "___id": "T000002R056955", + "___id": "T000002R057263", "___s": true }, { @@ -932284,7 +940090,7 @@ "filename": "WebGLPipeline.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bytes", @@ -932305,7 +940111,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bytes", "inherited": true, - "___id": "T000002R056956", + "___id": "T000002R057264", "___s": true }, { @@ -932314,7 +940120,7 @@ "filename": "WebGLPipeline.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewF32", @@ -932335,7 +940141,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewF32", "inherited": true, - "___id": "T000002R056957", + "___id": "T000002R057265", "___s": true }, { @@ -932344,7 +940150,7 @@ "filename": "WebGLPipeline.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewU32", @@ -932365,7 +940171,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewU32", "inherited": true, - "___id": "T000002R056958", + "___id": "T000002R057266", "___s": true }, { @@ -932374,7 +940180,7 @@ "filename": "WebGLPipeline.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "active", @@ -932395,7 +940201,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#active", "inherited": true, - "___id": "T000002R056959", + "___id": "T000002R057267", "___s": true }, { @@ -932404,7 +940210,7 @@ "filename": "WebGLPipeline.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "forceZero", @@ -932425,7 +940231,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#forceZero", "inherited": true, - "___id": "T000002R056960", + "___id": "T000002R057268", "___s": true }, { @@ -932434,7 +940240,7 @@ "filename": "WebGLPipeline.js", "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "hasBooted", @@ -932456,7 +940262,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#hasBooted", "inherited": true, - "___id": "T000002R056961", + "___id": "T000002R057269", "___s": true }, { @@ -932465,7 +940271,7 @@ "filename": "WebGLPipeline.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPostFX", @@ -932487,7 +940293,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPostFX", "inherited": true, - "___id": "T000002R056962", + "___id": "T000002R057270", "___s": true }, { @@ -932496,7 +940302,7 @@ "filename": "WebGLPipeline.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPreFX", @@ -932518,7 +940324,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPreFX", "inherited": true, - "___id": "T000002R056963", + "___id": "T000002R057271", "___s": true }, { @@ -932527,7 +940333,7 @@ "filename": "WebGLPipeline.js", "lineno": 289, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderTargets", @@ -932557,7 +940363,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderTargets", "inherited": true, - "___id": "T000002R056964", + "___id": "T000002R057272", "___s": true }, { @@ -932566,7 +940372,7 @@ "filename": "WebGLPipeline.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentRenderTarget", @@ -932587,7 +940393,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentRenderTarget", "inherited": true, - "___id": "T000002R056965", + "___id": "T000002R057273", "___s": true }, { @@ -932596,7 +940402,7 @@ "filename": "WebGLPipeline.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shaders", @@ -932626,7 +940432,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shaders", "inherited": true, - "___id": "T000002R056966", + "___id": "T000002R057274", "___s": true }, { @@ -932635,7 +940441,7 @@ "filename": "WebGLPipeline.js", "lineno": 322, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentShader", @@ -932656,7 +940462,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentShader", "inherited": true, - "___id": "T000002R056967", + "___id": "T000002R057275", "___s": true }, { @@ -932665,7 +940471,7 @@ "filename": "WebGLPipeline.js", "lineno": 334, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionMatrix", @@ -932686,7 +940492,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionMatrix", "inherited": true, - "___id": "T000002R056968", + "___id": "T000002R057276", "___s": true }, { @@ -932695,7 +940501,7 @@ "filename": "WebGLPipeline.js", "lineno": 343, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionWidth", @@ -932716,7 +940522,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionWidth", "inherited": true, - "___id": "T000002R056969", + "___id": "T000002R057277", "___s": true }, { @@ -932725,7 +940531,7 @@ "filename": "WebGLPipeline.js", "lineno": 352, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionHeight", @@ -932746,7 +940552,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionHeight", "inherited": true, - "___id": "T000002R056970", + "___id": "T000002R057278", "___s": true }, { @@ -932755,7 +940561,7 @@ "filename": "WebGLPipeline.js", "lineno": 361, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "config", @@ -932776,7 +940582,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#config", "inherited": true, - "___id": "T000002R056971", + "___id": "T000002R057279", "___s": true }, { @@ -932785,7 +940591,7 @@ "filename": "WebGLPipeline.js", "lineno": 374, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "glReset", @@ -932806,7 +940612,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#glReset", "inherited": true, - "___id": "T000002R056972", + "___id": "T000002R057280", "___s": true }, { @@ -932815,7 +940621,7 @@ "filename": "WebGLPipeline.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batch", @@ -932845,7 +940651,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batch", "inherited": true, - "___id": "T000002R056973", + "___id": "T000002R057281", "___s": true }, { @@ -932854,7 +940660,7 @@ "filename": "WebGLPipeline.js", "lineno": 401, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentBatch", @@ -932877,7 +940683,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentBatch", "inherited": true, - "___id": "T000002R056974", + "___id": "T000002R057282", "___s": true }, { @@ -932886,7 +940692,7 @@ "filename": "WebGLPipeline.js", "lineno": 414, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentTexture", @@ -932909,7 +940715,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentTexture", "inherited": true, - "___id": "T000002R056975", + "___id": "T000002R057283", "___s": true }, { @@ -932918,7 +940724,7 @@ "filename": "WebGLPipeline.js", "lineno": 427, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentUnit", @@ -932939,7 +940745,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentUnit", "inherited": true, - "___id": "T000002R056976", + "___id": "T000002R057284", "___s": true }, { @@ -932948,7 +940754,7 @@ "filename": "WebGLPipeline.js", "lineno": 438, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeTextures", @@ -932978,7 +940784,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeTextures", "inherited": true, - "___id": "T000002R056977", + "___id": "T000002R057285", "___s": true }, { @@ -932987,7 +940793,7 @@ "filename": "WebGLPipeline.js", "lineno": 451, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resizeUniform", @@ -933008,7 +940814,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resizeUniform", "inherited": true, - "___id": "T000002R056978", + "___id": "T000002R057286", "___s": true }, { @@ -933017,7 +940823,7 @@ "filename": "WebGLPipeline.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBoot", @@ -933029,7 +940835,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBoot", "inherited": true, - "___id": "T000002R056979", + "___id": "T000002R057287", "___s": true }, { @@ -933038,7 +940844,7 @@ "filename": "WebGLPipeline.js", "lineno": 611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onResize", @@ -933078,7 +940884,7 @@ "name": "height" } ], - "___id": "T000002R056980", + "___id": "T000002R057288", "___s": true }, { @@ -933087,7 +940893,7 @@ "filename": "WebGLPipeline.js", "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShader", @@ -933158,7 +940964,7 @@ "name": "vertexBuffer" } ], - "___id": "T000002R056981", + "___id": "T000002R057289", "___s": true }, { @@ -933167,7 +940973,7 @@ "filename": "WebGLPipeline.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "getShaderByName", @@ -933208,7 +941014,7 @@ "name": "name" } ], - "___id": "T000002R056982", + "___id": "T000002R057290", "___s": true }, { @@ -933217,7 +941023,7 @@ "filename": "WebGLPipeline.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShadersFromConfig", @@ -933259,7 +941065,7 @@ "name": "config" } ], - "___id": "T000002R056983", + "___id": "T000002R057291", "___s": true }, { @@ -933268,7 +941074,7 @@ "filename": "WebGLPipeline.js", "lineno": 789, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "createBatch", @@ -933309,7 +941115,7 @@ "name": "texture" } ], - "___id": "T000002R056984", + "___id": "T000002R057292", "___s": true }, { @@ -933318,7 +941124,7 @@ "filename": "WebGLPipeline.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "addTextureToBatch", @@ -933345,7 +941151,7 @@ "name": "texture" } ], - "___id": "T000002R056985", + "___id": "T000002R057293", "___s": true }, { @@ -933354,7 +941160,7 @@ "filename": "WebGLPipeline.js", "lineno": 839, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "pushBatch", @@ -933395,7 +941201,7 @@ "name": "texture" } ], - "___id": "T000002R056986", + "___id": "T000002R057294", "___s": true }, { @@ -933404,7 +941210,7 @@ "filename": "WebGLPipeline.js", "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shouldFlush", @@ -933447,7 +941253,7 @@ "name": "amount" } ], - "___id": "T000002R056987", + "___id": "T000002R057295", "___s": true }, { @@ -933456,7 +941262,7 @@ "filename": "WebGLPipeline.js", "lineno": 952, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexAvailable", @@ -933482,7 +941288,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexAvailable", "inherited": true, - "___id": "T000002R056988", + "___id": "T000002R057296", "___s": true }, { @@ -933491,7 +941297,7 @@ "filename": "WebGLPipeline.js", "lineno": 966, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resize", @@ -933549,7 +941355,7 @@ "name": "height" } ], - "___id": "T000002R056989", + "___id": "T000002R057297", "___s": true }, { @@ -933558,7 +941364,7 @@ "filename": "WebGLPipeline.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setProjectionMatrix", @@ -933613,7 +941419,7 @@ "name": "height" } ], - "___id": "T000002R056990", + "___id": "T000002R057298", "___s": true }, { @@ -933622,7 +941428,7 @@ "filename": "WebGLPipeline.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flipProjectionMatrix", @@ -933651,7 +941457,7 @@ "name": "flipY" } ], - "___id": "T000002R056991", + "___id": "T000002R057299", "___s": true }, { @@ -933660,7 +941466,7 @@ "filename": "WebGLPipeline.js", "lineno": 1096, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "updateProjectionMatrix", @@ -933672,7 +941478,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#updateProjectionMatrix", "inherited": true, - "___id": "T000002R056992", + "___id": "T000002R057300", "___s": true }, { @@ -933681,7 +941487,7 @@ "filename": "WebGLPipeline.js", "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bind", @@ -933727,7 +941533,7 @@ "name": "currentShader" } ], - "___id": "T000002R056993", + "___id": "T000002R057301", "___s": true }, { @@ -933736,7 +941542,7 @@ "filename": "WebGLPipeline.js", "lineno": 1169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "rebind", @@ -933782,7 +941588,7 @@ "name": "currentShader" } ], - "___id": "T000002R056994", + "___id": "T000002R057302", "___s": true }, { @@ -933791,7 +941597,7 @@ "filename": "WebGLPipeline.js", "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "restoreContext", @@ -933803,7 +941609,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#restoreContext", "inherited": true, - "___id": "T000002R056995", + "___id": "T000002R057303", "___s": true }, { @@ -933812,7 +941618,7 @@ "filename": "WebGLPipeline.js", "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setVertexBuffer", @@ -933854,7 +941660,7 @@ "name": "buffer" } ], - "___id": "T000002R056996", + "___id": "T000002R057304", "___s": true }, { @@ -933863,7 +941669,7 @@ "filename": "WebGLPipeline.js", "lineno": 1282, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "preBatch", @@ -933916,7 +941722,7 @@ "name": "gameObject" } ], - "___id": "T000002R056997", + "___id": "T000002R057305", "___s": true }, { @@ -933925,7 +941731,7 @@ "filename": "WebGLPipeline.js", "lineno": 1309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "postBatch", @@ -933978,7 +941784,7 @@ "name": "gameObject" } ], - "___id": "T000002R056998", + "___id": "T000002R057306", "___s": true }, { @@ -933987,7 +941793,7 @@ "filename": "WebGLPipeline.js", "lineno": 1335, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onDraw", @@ -934028,7 +941834,7 @@ "name": "swapTarget" } ], - "___id": "T000002R056999", + "___id": "T000002R057307", "___s": true }, { @@ -934037,7 +941843,7 @@ "filename": "WebGLPipeline.js", "lineno": 1355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "unbind", @@ -934049,7 +941855,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#unbind", "inherited": true, - "___id": "T000002R057000", + "___id": "T000002R057308", "___s": true }, { @@ -934058,7 +941864,7 @@ "filename": "WebGLPipeline.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flush", @@ -934106,7 +941912,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R057001", + "___id": "T000002R057309", "___s": true }, { @@ -934115,7 +941921,7 @@ "filename": "WebGLPipeline.js", "lineno": 1478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onActive", @@ -934142,7 +941948,7 @@ "name": "currentShader" } ], - "___id": "T000002R057002", + "___id": "T000002R057310", "___s": true }, { @@ -934151,7 +941957,7 @@ "filename": "WebGLPipeline.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBind", @@ -934179,7 +941985,7 @@ "name": "gameObject" } ], - "___id": "T000002R057003", + "___id": "T000002R057311", "___s": true }, { @@ -934188,7 +941994,7 @@ "filename": "WebGLPipeline.js", "lineno": 1518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRebind", @@ -934200,7 +942006,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRebind", "inherited": true, - "___id": "T000002R057004", + "___id": "T000002R057312", "___s": true }, { @@ -934209,7 +942015,7 @@ "filename": "WebGLPipeline.js", "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBatch", @@ -934237,7 +942043,7 @@ "name": "gameObject" } ], - "___id": "T000002R057005", + "___id": "T000002R057313", "___s": true }, { @@ -934246,7 +942052,7 @@ "filename": "WebGLPipeline.js", "lineno": 1553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreBatch", @@ -934274,7 +942080,7 @@ "name": "gameObject" } ], - "___id": "T000002R057006", + "___id": "T000002R057314", "___s": true }, { @@ -934283,7 +942089,7 @@ "filename": "WebGLPipeline.js", "lineno": 1567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostBatch", @@ -934311,7 +942117,7 @@ "name": "gameObject" } ], - "___id": "T000002R057007", + "___id": "T000002R057315", "___s": true }, { @@ -934320,7 +942126,7 @@ "filename": "WebGLPipeline.js", "lineno": 1581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreRender", @@ -934332,7 +942138,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreRender", "inherited": true, - "___id": "T000002R057008", + "___id": "T000002R057316", "___s": true }, { @@ -934341,7 +942147,7 @@ "filename": "WebGLPipeline.js", "lineno": 1611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostRender", @@ -934353,7 +942159,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostRender", "inherited": true, - "___id": "T000002R057009", + "___id": "T000002R057317", "___s": true }, { @@ -934362,7 +942168,7 @@ "filename": "WebGLPipeline.js", "lineno": 1626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBeforeFlush", @@ -934391,7 +942197,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R057010", + "___id": "T000002R057318", "___s": true }, { @@ -934400,7 +942206,7 @@ "filename": "WebGLPipeline.js", "lineno": 1643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onAfterFlush", @@ -934429,7 +942235,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R057011", + "___id": "T000002R057319", "___s": true }, { @@ -934438,7 +942244,7 @@ "filename": "WebGLPipeline.js", "lineno": 1664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchVert", @@ -934553,7 +942359,7 @@ "name": "tint" } ], - "___id": "T000002R057012", + "___id": "T000002R057320", "___s": true }, { @@ -934562,7 +942368,7 @@ "filename": "WebGLPipeline.js", "lineno": 1704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchQuad", @@ -934872,7 +942678,7 @@ "name": "unit" } ], - "___id": "T000002R057013", + "___id": "T000002R057321", "___s": true }, { @@ -934881,7 +942687,7 @@ "filename": "WebGLPipeline.js", "lineno": 1827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchTri", @@ -935152,7 +942958,7 @@ "name": "unit" } ], - "___id": "T000002R057014", + "___id": "T000002R057322", "___s": true }, { @@ -935161,7 +942967,7 @@ "filename": "WebGLPipeline.js", "lineno": 1921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "drawFillRect", @@ -935282,7 +943088,7 @@ "name": "flipUV" } ], - "___id": "T000002R057015", + "___id": "T000002R057323", "___s": true }, { @@ -935291,7 +943097,7 @@ "filename": "WebGLPipeline.js", "lineno": 1989, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindTexture", @@ -935349,7 +943155,7 @@ "name": "unit" } ], - "___id": "T000002R057016", + "___id": "T000002R057324", "___s": true }, { @@ -935358,7 +943164,7 @@ "filename": "WebGLPipeline.js", "lineno": 2013, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindRenderTarget", @@ -935416,7 +943222,7 @@ "name": "unit" } ], - "___id": "T000002R057017", + "___id": "T000002R057325", "___s": true }, { @@ -935425,7 +943231,7 @@ "filename": "WebGLPipeline.js", "lineno": 2030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTime", @@ -935481,7 +943287,7 @@ "name": "shader" } ], - "___id": "T000002R057018", + "___id": "T000002R057326", "___s": true }, { @@ -935490,7 +943296,7 @@ "filename": "WebGLPipeline.js", "lineno": 2050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setBoolean", @@ -935559,7 +943365,7 @@ "name": "shader" } ], - "___id": "T000002R057019", + "___id": "T000002R057327", "___s": true }, { @@ -935568,7 +943374,7 @@ "filename": "WebGLPipeline.js", "lineno": 2077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1f", @@ -935637,7 +943443,7 @@ "name": "shader" } ], - "___id": "T000002R057020", + "___id": "T000002R057328", "___s": true }, { @@ -935646,7 +943452,7 @@ "filename": "WebGLPipeline.js", "lineno": 2104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2f", @@ -935728,7 +943534,7 @@ "name": "shader" } ], - "___id": "T000002R057021", + "___id": "T000002R057329", "___s": true }, { @@ -935737,7 +943543,7 @@ "filename": "WebGLPipeline.js", "lineno": 2132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3f", @@ -935832,7 +943638,7 @@ "name": "shader" } ], - "___id": "T000002R057022", + "___id": "T000002R057330", "___s": true }, { @@ -935841,7 +943647,7 @@ "filename": "WebGLPipeline.js", "lineno": 2161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4f", @@ -935949,7 +943755,7 @@ "name": "shader" } ], - "___id": "T000002R057023", + "___id": "T000002R057331", "___s": true }, { @@ -935958,7 +943764,7 @@ "filename": "WebGLPipeline.js", "lineno": 2191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1fv", @@ -936046,7 +943852,7 @@ "name": "shader" } ], - "___id": "T000002R057024", + "___id": "T000002R057332", "___s": true }, { @@ -936055,7 +943861,7 @@ "filename": "WebGLPipeline.js", "lineno": 2218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2fv", @@ -936143,7 +943949,7 @@ "name": "shader" } ], - "___id": "T000002R057025", + "___id": "T000002R057333", "___s": true }, { @@ -936152,7 +943958,7 @@ "filename": "WebGLPipeline.js", "lineno": 2245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3fv", @@ -936240,7 +944046,7 @@ "name": "shader" } ], - "___id": "T000002R057026", + "___id": "T000002R057334", "___s": true }, { @@ -936249,7 +944055,7 @@ "filename": "WebGLPipeline.js", "lineno": 2272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4fv", @@ -936337,7 +944143,7 @@ "name": "shader" } ], - "___id": "T000002R057027", + "___id": "T000002R057335", "___s": true }, { @@ -936346,7 +944152,7 @@ "filename": "WebGLPipeline.js", "lineno": 2299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1iv", @@ -936434,7 +944240,7 @@ "name": "shader" } ], - "___id": "T000002R057028", + "___id": "T000002R057336", "___s": true }, { @@ -936443,7 +944249,7 @@ "filename": "WebGLPipeline.js", "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2iv", @@ -936531,7 +944337,7 @@ "name": "shader" } ], - "___id": "T000002R057029", + "___id": "T000002R057337", "___s": true }, { @@ -936540,7 +944346,7 @@ "filename": "WebGLPipeline.js", "lineno": 2353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3iv", @@ -936628,7 +944434,7 @@ "name": "shader" } ], - "___id": "T000002R057030", + "___id": "T000002R057338", "___s": true }, { @@ -936637,7 +944443,7 @@ "filename": "WebGLPipeline.js", "lineno": 2380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4iv", @@ -936725,7 +944531,7 @@ "name": "shader" } ], - "___id": "T000002R057031", + "___id": "T000002R057339", "___s": true }, { @@ -936734,7 +944540,7 @@ "filename": "WebGLPipeline.js", "lineno": 2407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1i", @@ -936803,7 +944609,7 @@ "name": "shader" } ], - "___id": "T000002R057032", + "___id": "T000002R057340", "___s": true }, { @@ -936812,7 +944618,7 @@ "filename": "WebGLPipeline.js", "lineno": 2434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2i", @@ -936894,7 +944700,7 @@ "name": "shader" } ], - "___id": "T000002R057033", + "___id": "T000002R057341", "___s": true }, { @@ -936903,7 +944709,7 @@ "filename": "WebGLPipeline.js", "lineno": 2462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3i", @@ -936998,7 +944804,7 @@ "name": "shader" } ], - "___id": "T000002R057034", + "___id": "T000002R057342", "___s": true }, { @@ -937007,7 +944813,7 @@ "filename": "WebGLPipeline.js", "lineno": 2491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4i", @@ -937115,7 +944921,7 @@ "name": "shader" } ], - "___id": "T000002R057035", + "___id": "T000002R057343", "___s": true }, { @@ -937124,7 +944930,7 @@ "filename": "WebGLPipeline.js", "lineno": 2521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix2fv", @@ -937225,7 +945031,7 @@ "name": "shader" } ], - "___id": "T000002R057036", + "___id": "T000002R057344", "___s": true }, { @@ -937234,7 +945040,7 @@ "filename": "WebGLPipeline.js", "lineno": 2549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix3fv", @@ -937316,7 +945122,7 @@ "name": "shader" } ], - "___id": "T000002R057037", + "___id": "T000002R057345", "___s": true }, { @@ -937325,7 +945131,7 @@ "filename": "WebGLPipeline.js", "lineno": 2577, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix4fv", @@ -937407,7 +945213,7 @@ "name": "shader" } ], - "___id": "T000002R057038", + "___id": "T000002R057346", "___s": true }, { @@ -937416,7 +945222,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -937428,7 +945234,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R057039", + "___id": "T000002R057347", "___s": true }, { @@ -937437,7 +945243,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -937480,7 +945286,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R057040", + "___id": "T000002R057348", "___s": true }, { @@ -937489,7 +945295,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -937549,7 +945355,7 @@ "name": "event" } ], - "___id": "T000002R057041", + "___id": "T000002R057349", "___s": true }, { @@ -937558,7 +945364,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -937609,7 +945415,7 @@ "name": "event" } ], - "___id": "T000002R057042", + "___id": "T000002R057350", "___s": true }, { @@ -937618,7 +945424,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -937684,7 +945490,7 @@ "name": "args" } ], - "___id": "T000002R057043", + "___id": "T000002R057351", "___s": true }, { @@ -937693,7 +945499,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -937772,7 +945578,7 @@ "name": "context" } ], - "___id": "T000002R057044", + "___id": "T000002R057352", "___s": true }, { @@ -937781,7 +945587,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -937860,7 +945666,7 @@ "name": "context" } ], - "___id": "T000002R057045", + "___id": "T000002R057353", "___s": true }, { @@ -937869,7 +945675,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -937948,7 +945754,7 @@ "name": "context" } ], - "___id": "T000002R057046", + "___id": "T000002R057354", "___s": true }, { @@ -937957,7 +945763,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -938050,7 +945856,7 @@ "name": "once" } ], - "___id": "T000002R057047", + "___id": "T000002R057355", "___s": true }, { @@ -938059,7 +945865,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -938152,7 +945958,7 @@ "name": "once" } ], - "___id": "T000002R057048", + "___id": "T000002R057356", "___s": true }, { @@ -938161,7 +945967,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -938214,16 +946020,16 @@ "name": "event" } ], - "___id": "T000002R057049", + "___id": "T000002R057357", "___s": true }, { "comment": "/**\r\n * A temporary Transform Matrix, re-used internally during batching by the\r\n * Shape Game Objects.\r\n *\r\n * @name Phaser.Renderer.WebGL.Pipelines.MultiPipeline#calcMatrix\r\n * @type {Phaser.GameObjects.Components.TransformMatrix}\r\n * @since 3.55.0\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 185, + "lineno": 184, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "calcMatrix", @@ -938244,16 +946050,16 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#calcMatrix", "inherited": true, - "___id": "T000002R057053", + "___id": "T000002R057361", "___s": true }, { "comment": "/**\r\n * Takes a Sprite Game Object, or any object that extends it, and adds it to the batch.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchSprite\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.GameObjects.Image|Phaser.GameObjects.Sprite)} gameObject - The texture based Game Object to add to the batch.\r\n * @param {Phaser.Cameras.Scene2D.Camera} camera - The Camera to use for the rendering transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} [parentTransformMatrix] - The transform matrix of the parent container, if set.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 290, + "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchSprite", @@ -938317,16 +946123,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchSprite", "inherited": true, - "___id": "T000002R057061", + "___id": "T000002R057369", "___s": true }, { "comment": "/**\r\n * Generic function for batching a textured quad using argument values instead of a Game Object.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchTexture\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.GameObjects.GameObject} gameObject - Source GameObject.\r\n * @param {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} texture - Texture associated with the quad.\r\n * @param {number} textureWidth - Real texture width.\r\n * @param {number} textureHeight - Real texture height.\r\n * @param {number} srcX - X coordinate of the quad.\r\n * @param {number} srcY - Y coordinate of the quad.\r\n * @param {number} srcWidth - Width of the quad.\r\n * @param {number} srcHeight - Height of the quad.\r\n * @param {number} scaleX - X component of scale.\r\n * @param {number} scaleY - Y component of scale.\r\n * @param {number} rotation - Rotation of the quad.\r\n * @param {boolean} flipX - Indicates if the quad is horizontally flipped.\r\n * @param {boolean} flipY - Indicates if the quad is vertically flipped.\r\n * @param {number} scrollFactorX - By which factor is the quad affected by the camera horizontal scroll.\r\n * @param {number} scrollFactorY - By which factor is the quad effected by the camera vertical scroll.\r\n * @param {number} displayOriginX - Horizontal origin in pixels.\r\n * @param {number} displayOriginY - Vertical origin in pixels.\r\n * @param {number} frameX - X coordinate of the texture frame.\r\n * @param {number} frameY - Y coordinate of the texture frame.\r\n * @param {number} frameWidth - Width of the texture frame.\r\n * @param {number} frameHeight - Height of the texture frame.\r\n * @param {number} tintTL - Tint for top left.\r\n * @param {number} tintTR - Tint for top right.\r\n * @param {number} tintBL - Tint for bottom left.\r\n * @param {number} tintBR - Tint for bottom right.\r\n * @param {number} tintEffect - The tint effect.\r\n * @param {number} uOffset - Horizontal offset on texture coordinate.\r\n * @param {number} vOffset - Vertical offset on texture coordinate.\r\n * @param {Phaser.Cameras.Scene2D.Camera} camera - Current used camera.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentTransformMatrix - Parent container.\r\n * @param {boolean} [skipFlip=false] - Skip the renderTexture check.\r\n * @param {number} [textureUnit] - The texture unit to set (defaults to currently bound if undefined or null)\r\n * @param {boolean} [skipPrePost=false] - Skip the pre and post manager calls?\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 425, + "lineno": 427, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchTexture", @@ -938774,16 +946580,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchTexture", "inherited": true, - "___id": "T000002R057062", + "___id": "T000002R057370", "___s": true }, { "comment": "/**\r\n * Adds a Texture Frame into the batch for rendering.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchTextureFrame\r\n * @since 3.12.0\r\n *\r\n * @param {Phaser.Textures.Frame} frame - The Texture Frame to be rendered.\r\n * @param {number} x - The horizontal position to render the texture at.\r\n * @param {number} y - The vertical position to render the texture at.\r\n * @param {number} tint - The tint color.\r\n * @param {number} alpha - The alpha value.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} transformMatrix - The Transform Matrix to use for the texture.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} [parentTransformMatrix] - A parent Transform Matrix.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 601, + "lineno": 607, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchTextureFrame", @@ -938889,16 +946695,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchTextureFrame", "inherited": true, - "___id": "T000002R057063", + "___id": "T000002R057371", "___s": true }, { "comment": "/**\r\n * Pushes a filled rectangle into the vertex batch.\r\n *\r\n * Rectangle factors in the given transform matrices before adding to the batch.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillRect\r\n * @since 3.55.0\r\n *\r\n * @param {number} x - Horizontal top left coordinate of the rectangle.\r\n * @param {number} y - Vertical top left coordinate of the rectangle.\r\n * @param {number} width - Width of the rectangle.\r\n * @param {number} height - Height of the rectangle.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 646, + "lineno": 652, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchFillRect", @@ -938990,16 +946796,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillRect", "inherited": true, - "___id": "T000002R057064", + "___id": "T000002R057372", "___s": true }, { "comment": "/**\r\n * Pushes a filled triangle into the vertex batch.\r\n *\r\n * Triangle factors in the given transform matrices before adding to the batch.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillTriangle\r\n * @since 3.55.0\r\n *\r\n * @param {number} x0 - Point 0 x coordinate.\r\n * @param {number} y0 - Point 0 y coordinate.\r\n * @param {number} x1 - Point 1 x coordinate.\r\n * @param {number} y1 - Point 1 y coordinate.\r\n * @param {number} x2 - Point 2 x coordinate.\r\n * @param {number} y2 - Point 2 y coordinate.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 680, + "lineno": 686, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchFillTriangle", @@ -939117,16 +946923,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillTriangle", "inherited": true, - "___id": "T000002R057065", + "___id": "T000002R057373", "___s": true }, { "comment": "/**\r\n * Pushes a stroked triangle into the vertex batch.\r\n *\r\n * Triangle factors in the given transform matrices before adding to the batch.\r\n *\r\n * The triangle is created from 3 lines and drawn using the `batchStrokePath` method.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchStrokeTriangle\r\n * @since 3.55.0\r\n *\r\n * @param {number} x0 - Point 0 x coordinate.\r\n * @param {number} y0 - Point 0 y coordinate.\r\n * @param {number} x1 - Point 1 x coordinate.\r\n * @param {number} y1 - Point 1 y coordinate.\r\n * @param {number} x2 - Point 2 x coordinate.\r\n * @param {number} y2 - Point 2 y coordinate.\r\n * @param {number} lineWidth - The width of the line in pixels.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 725, + "lineno": 729, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchStrokeTriangle", @@ -939257,16 +947063,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchStrokeTriangle", "inherited": true, - "___id": "T000002R057066", + "___id": "T000002R057374", "___s": true }, { "comment": "/**\r\n * Adds the given path to the vertex batch for rendering.\r\n *\r\n * It works by taking the array of path data and then passing it through Earcut, which\r\n * creates a list of polygons. Each polygon is then added to the batch.\r\n *\r\n * The path is always automatically closed because it's filled.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillPath\r\n * @since 3.55.0\r\n *\r\n * @param {Phaser.Types.Math.Vector2Like[]} path - Collection of points that represent the path.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 768, + "lineno": 772, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchFillPath", @@ -939328,16 +947134,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillPath", "inherited": true, - "___id": "T000002R057067", + "___id": "T000002R057375", "___s": true }, { "comment": "/**\r\n * Adds the given path to the vertex batch for rendering.\r\n *\r\n * It works by taking the array of path data and calling `batchLine` for each section\r\n * of the path.\r\n *\r\n * The path is optionally closed at the end.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchStrokePath\r\n * @since 3.55.0\r\n *\r\n * @param {Phaser.Types.Math.Vector2Like[]} path - Collection of points that represent the path.\r\n * @param {number} lineWidth - The width of the line segments in pixels.\r\n * @param {boolean} pathOpen - Indicates if the path should be closed or left open.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 843, + "lineno": 845, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchStrokePath", @@ -939425,16 +947231,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchStrokePath", "inherited": true, - "___id": "T000002R057068", + "___id": "T000002R057376", "___s": true }, { "comment": "/**\r\n * Creates a line out of 4 quads and adds it to the vertex batch based on the given line values.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchLine\r\n * @since 3.55.0\r\n *\r\n * @param {number} ax - x coordinate of the start of the line.\r\n * @param {number} ay - y coordinate of the start of the line.\r\n * @param {number} bx - x coordinate of the end of the line.\r\n * @param {number} by - y coordinate of the end of the line.\r\n * @param {number} aLineWidth - Width of the start of the line.\r\n * @param {number} bLineWidth - Width of the end of the line.\r\n * @param {number} index - If this line is part of a multi-line draw, the index of the line in the draw.\r\n * @param {boolean} closePath - Does this line close a multi-line path?\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 891, + "lineno": 893, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchLine", @@ -939578,7 +947384,7 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchLine", "inherited": true, - "___id": "T000002R057069", + "___id": "T000002R057377", "___s": true }, { @@ -939587,7 +947393,7 @@ "filename": "MultiPipeline.js", "lineno": 1012, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "destroy", @@ -939617,7 +947423,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#destroy", "inherited": true, - "___id": "T000002R057070", + "___id": "T000002R057378", "___s": true }, { @@ -939626,7 +947432,7 @@ "filename": "WebGLPipeline.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "name", @@ -939647,7 +947453,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#name", "inherited": true, - "___id": "T000002R057071", + "___id": "T000002R057379", "___s": true }, { @@ -939656,7 +947462,7 @@ "filename": "WebGLPipeline.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "game", @@ -939677,7 +947483,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#game", "inherited": true, - "___id": "T000002R057072", + "___id": "T000002R057380", "___s": true }, { @@ -939686,7 +947492,7 @@ "filename": "WebGLPipeline.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderer", @@ -939707,7 +947513,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderer", "inherited": true, - "___id": "T000002R057073", + "___id": "T000002R057381", "___s": true }, { @@ -939716,7 +947522,7 @@ "filename": "WebGLPipeline.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "manager", @@ -939739,7 +947545,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#manager", "inherited": true, - "___id": "T000002R057074", + "___id": "T000002R057382", "___s": true }, { @@ -939748,7 +947554,7 @@ "filename": "WebGLPipeline.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "gl", @@ -939769,7 +947575,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#gl", "inherited": true, - "___id": "T000002R057075", + "___id": "T000002R057383", "___s": true }, { @@ -939778,7 +947584,7 @@ "filename": "WebGLPipeline.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "view", @@ -939799,7 +947605,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#view", "inherited": true, - "___id": "T000002R057076", + "___id": "T000002R057384", "___s": true }, { @@ -939808,7 +947614,7 @@ "filename": "WebGLPipeline.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "width", @@ -939829,7 +947635,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#width", "inherited": true, - "___id": "T000002R057077", + "___id": "T000002R057385", "___s": true }, { @@ -939838,7 +947644,7 @@ "filename": "WebGLPipeline.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "height", @@ -939859,7 +947665,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#height", "inherited": true, - "___id": "T000002R057078", + "___id": "T000002R057386", "___s": true }, { @@ -939868,7 +947674,7 @@ "filename": "WebGLPipeline.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCount", @@ -939890,7 +947696,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCount", "inherited": true, - "___id": "T000002R057079", + "___id": "T000002R057387", "___s": true }, { @@ -939899,7 +947705,7 @@ "filename": "WebGLPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCapacity", @@ -939920,7 +947726,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCapacity", "inherited": true, - "___id": "T000002R057080", + "___id": "T000002R057388", "___s": true }, { @@ -939929,7 +947735,7 @@ "filename": "WebGLPipeline.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexData", @@ -939951,7 +947757,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexData", "inherited": true, - "___id": "T000002R057081", + "___id": "T000002R057389", "___s": true }, { @@ -939960,7 +947766,7 @@ "filename": "WebGLPipeline.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexBuffer", @@ -939982,7 +947788,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexBuffer", "inherited": true, - "___id": "T000002R057082", + "___id": "T000002R057390", "___s": true }, { @@ -939991,7 +947797,7 @@ "filename": "WebGLPipeline.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeBuffer", @@ -940012,7 +947818,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeBuffer", "inherited": true, - "___id": "T000002R057083", + "___id": "T000002R057391", "___s": true }, { @@ -940021,7 +947827,7 @@ "filename": "WebGLPipeline.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "topology", @@ -940042,7 +947848,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#topology", "inherited": true, - "___id": "T000002R057084", + "___id": "T000002R057392", "___s": true }, { @@ -940051,7 +947857,7 @@ "filename": "WebGLPipeline.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bytes", @@ -940072,7 +947878,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bytes", "inherited": true, - "___id": "T000002R057085", + "___id": "T000002R057393", "___s": true }, { @@ -940081,7 +947887,7 @@ "filename": "WebGLPipeline.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewF32", @@ -940102,7 +947908,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewF32", "inherited": true, - "___id": "T000002R057086", + "___id": "T000002R057394", "___s": true }, { @@ -940111,7 +947917,7 @@ "filename": "WebGLPipeline.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewU32", @@ -940132,7 +947938,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewU32", "inherited": true, - "___id": "T000002R057087", + "___id": "T000002R057395", "___s": true }, { @@ -940141,7 +947947,7 @@ "filename": "WebGLPipeline.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "active", @@ -940162,7 +947968,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#active", "inherited": true, - "___id": "T000002R057088", + "___id": "T000002R057396", "___s": true }, { @@ -940171,7 +947977,7 @@ "filename": "WebGLPipeline.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "forceZero", @@ -940192,7 +947998,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#forceZero", "inherited": true, - "___id": "T000002R057089", + "___id": "T000002R057397", "___s": true }, { @@ -940201,7 +948007,7 @@ "filename": "WebGLPipeline.js", "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "hasBooted", @@ -940223,7 +948029,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#hasBooted", "inherited": true, - "___id": "T000002R057090", + "___id": "T000002R057398", "___s": true }, { @@ -940232,7 +948038,7 @@ "filename": "WebGLPipeline.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPostFX", @@ -940254,7 +948060,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPostFX", "inherited": true, - "___id": "T000002R057091", + "___id": "T000002R057399", "___s": true }, { @@ -940263,7 +948069,7 @@ "filename": "WebGLPipeline.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPreFX", @@ -940285,7 +948091,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPreFX", "inherited": true, - "___id": "T000002R057092", + "___id": "T000002R057400", "___s": true }, { @@ -940294,7 +948100,7 @@ "filename": "WebGLPipeline.js", "lineno": 289, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderTargets", @@ -940324,7 +948130,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderTargets", "inherited": true, - "___id": "T000002R057093", + "___id": "T000002R057401", "___s": true }, { @@ -940333,7 +948139,7 @@ "filename": "WebGLPipeline.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentRenderTarget", @@ -940354,7 +948160,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentRenderTarget", "inherited": true, - "___id": "T000002R057094", + "___id": "T000002R057402", "___s": true }, { @@ -940363,7 +948169,7 @@ "filename": "WebGLPipeline.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shaders", @@ -940393,7 +948199,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shaders", "inherited": true, - "___id": "T000002R057095", + "___id": "T000002R057403", "___s": true }, { @@ -940402,7 +948208,7 @@ "filename": "WebGLPipeline.js", "lineno": 322, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentShader", @@ -940423,7 +948229,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentShader", "inherited": true, - "___id": "T000002R057096", + "___id": "T000002R057404", "___s": true }, { @@ -940432,7 +948238,7 @@ "filename": "WebGLPipeline.js", "lineno": 334, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionMatrix", @@ -940453,7 +948259,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionMatrix", "inherited": true, - "___id": "T000002R057097", + "___id": "T000002R057405", "___s": true }, { @@ -940462,7 +948268,7 @@ "filename": "WebGLPipeline.js", "lineno": 343, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionWidth", @@ -940483,7 +948289,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionWidth", "inherited": true, - "___id": "T000002R057098", + "___id": "T000002R057406", "___s": true }, { @@ -940492,7 +948298,7 @@ "filename": "WebGLPipeline.js", "lineno": 352, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionHeight", @@ -940513,7 +948319,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionHeight", "inherited": true, - "___id": "T000002R057099", + "___id": "T000002R057407", "___s": true }, { @@ -940522,7 +948328,7 @@ "filename": "WebGLPipeline.js", "lineno": 361, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "config", @@ -940543,7 +948349,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#config", "inherited": true, - "___id": "T000002R057100", + "___id": "T000002R057408", "___s": true }, { @@ -940552,7 +948358,7 @@ "filename": "WebGLPipeline.js", "lineno": 374, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "glReset", @@ -940573,7 +948379,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#glReset", "inherited": true, - "___id": "T000002R057101", + "___id": "T000002R057409", "___s": true }, { @@ -940582,7 +948388,7 @@ "filename": "WebGLPipeline.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batch", @@ -940612,7 +948418,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batch", "inherited": true, - "___id": "T000002R057102", + "___id": "T000002R057410", "___s": true }, { @@ -940621,7 +948427,7 @@ "filename": "WebGLPipeline.js", "lineno": 401, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentBatch", @@ -940644,7 +948450,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentBatch", "inherited": true, - "___id": "T000002R057103", + "___id": "T000002R057411", "___s": true }, { @@ -940653,7 +948459,7 @@ "filename": "WebGLPipeline.js", "lineno": 414, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentTexture", @@ -940676,7 +948482,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentTexture", "inherited": true, - "___id": "T000002R057104", + "___id": "T000002R057412", "___s": true }, { @@ -940685,7 +948491,7 @@ "filename": "WebGLPipeline.js", "lineno": 427, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentUnit", @@ -940706,7 +948512,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentUnit", "inherited": true, - "___id": "T000002R057105", + "___id": "T000002R057413", "___s": true }, { @@ -940715,7 +948521,7 @@ "filename": "WebGLPipeline.js", "lineno": 438, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeTextures", @@ -940745,7 +948551,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeTextures", "inherited": true, - "___id": "T000002R057106", + "___id": "T000002R057414", "___s": true }, { @@ -940754,7 +948560,7 @@ "filename": "WebGLPipeline.js", "lineno": 451, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resizeUniform", @@ -940775,7 +948581,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resizeUniform", "inherited": true, - "___id": "T000002R057107", + "___id": "T000002R057415", "___s": true }, { @@ -940784,7 +948590,7 @@ "filename": "WebGLPipeline.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBoot", @@ -940796,7 +948602,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBoot", "inherited": true, - "___id": "T000002R057108", + "___id": "T000002R057416", "___s": true }, { @@ -940805,7 +948611,7 @@ "filename": "WebGLPipeline.js", "lineno": 611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onResize", @@ -940845,7 +948651,7 @@ "name": "height" } ], - "___id": "T000002R057109", + "___id": "T000002R057417", "___s": true }, { @@ -940854,7 +948660,7 @@ "filename": "WebGLPipeline.js", "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShader", @@ -940925,7 +948731,7 @@ "name": "vertexBuffer" } ], - "___id": "T000002R057110", + "___id": "T000002R057418", "___s": true }, { @@ -940934,7 +948740,7 @@ "filename": "WebGLPipeline.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "getShaderByName", @@ -940975,7 +948781,7 @@ "name": "name" } ], - "___id": "T000002R057111", + "___id": "T000002R057419", "___s": true }, { @@ -940984,7 +948790,7 @@ "filename": "WebGLPipeline.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShadersFromConfig", @@ -941026,7 +948832,7 @@ "name": "config" } ], - "___id": "T000002R057112", + "___id": "T000002R057420", "___s": true }, { @@ -941035,7 +948841,7 @@ "filename": "WebGLPipeline.js", "lineno": 789, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "createBatch", @@ -941076,7 +948882,7 @@ "name": "texture" } ], - "___id": "T000002R057113", + "___id": "T000002R057421", "___s": true }, { @@ -941085,7 +948891,7 @@ "filename": "WebGLPipeline.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "addTextureToBatch", @@ -941112,7 +948918,7 @@ "name": "texture" } ], - "___id": "T000002R057114", + "___id": "T000002R057422", "___s": true }, { @@ -941121,7 +948927,7 @@ "filename": "WebGLPipeline.js", "lineno": 839, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "pushBatch", @@ -941162,7 +948968,7 @@ "name": "texture" } ], - "___id": "T000002R057115", + "___id": "T000002R057423", "___s": true }, { @@ -941171,7 +948977,7 @@ "filename": "WebGLPipeline.js", "lineno": 912, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setGameObject", @@ -941226,7 +949032,7 @@ "name": "frame" } ], - "___id": "T000002R057116", + "___id": "T000002R057424", "___s": true }, { @@ -941235,7 +949041,7 @@ "filename": "WebGLPipeline.js", "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shouldFlush", @@ -941278,7 +949084,7 @@ "name": "amount" } ], - "___id": "T000002R057117", + "___id": "T000002R057425", "___s": true }, { @@ -941287,7 +949093,7 @@ "filename": "WebGLPipeline.js", "lineno": 952, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexAvailable", @@ -941313,7 +949119,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexAvailable", "inherited": true, - "___id": "T000002R057118", + "___id": "T000002R057426", "___s": true }, { @@ -941322,7 +949128,7 @@ "filename": "WebGLPipeline.js", "lineno": 966, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resize", @@ -941380,7 +949186,7 @@ "name": "height" } ], - "___id": "T000002R057119", + "___id": "T000002R057427", "___s": true }, { @@ -941389,7 +949195,7 @@ "filename": "WebGLPipeline.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setProjectionMatrix", @@ -941444,7 +949250,7 @@ "name": "height" } ], - "___id": "T000002R057120", + "___id": "T000002R057428", "___s": true }, { @@ -941453,7 +949259,7 @@ "filename": "WebGLPipeline.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flipProjectionMatrix", @@ -941482,7 +949288,7 @@ "name": "flipY" } ], - "___id": "T000002R057121", + "___id": "T000002R057429", "___s": true }, { @@ -941491,7 +949297,7 @@ "filename": "WebGLPipeline.js", "lineno": 1096, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "updateProjectionMatrix", @@ -941503,7 +949309,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#updateProjectionMatrix", "inherited": true, - "___id": "T000002R057122", + "___id": "T000002R057430", "___s": true }, { @@ -941512,7 +949318,7 @@ "filename": "WebGLPipeline.js", "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bind", @@ -941558,7 +949364,7 @@ "name": "currentShader" } ], - "___id": "T000002R057123", + "___id": "T000002R057431", "___s": true }, { @@ -941567,7 +949373,7 @@ "filename": "WebGLPipeline.js", "lineno": 1169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "rebind", @@ -941613,7 +949419,7 @@ "name": "currentShader" } ], - "___id": "T000002R057124", + "___id": "T000002R057432", "___s": true }, { @@ -941622,7 +949428,7 @@ "filename": "WebGLPipeline.js", "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "restoreContext", @@ -941634,7 +949440,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#restoreContext", "inherited": true, - "___id": "T000002R057125", + "___id": "T000002R057433", "___s": true }, { @@ -941643,7 +949449,7 @@ "filename": "WebGLPipeline.js", "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setVertexBuffer", @@ -941685,7 +949491,7 @@ "name": "buffer" } ], - "___id": "T000002R057126", + "___id": "T000002R057434", "___s": true }, { @@ -941694,7 +949500,7 @@ "filename": "WebGLPipeline.js", "lineno": 1282, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "preBatch", @@ -941747,7 +949553,7 @@ "name": "gameObject" } ], - "___id": "T000002R057127", + "___id": "T000002R057435", "___s": true }, { @@ -941756,7 +949562,7 @@ "filename": "WebGLPipeline.js", "lineno": 1309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "postBatch", @@ -941809,7 +949615,7 @@ "name": "gameObject" } ], - "___id": "T000002R057128", + "___id": "T000002R057436", "___s": true }, { @@ -941818,7 +949624,7 @@ "filename": "WebGLPipeline.js", "lineno": 1335, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onDraw", @@ -941859,7 +949665,7 @@ "name": "swapTarget" } ], - "___id": "T000002R057129", + "___id": "T000002R057437", "___s": true }, { @@ -941868,7 +949674,7 @@ "filename": "WebGLPipeline.js", "lineno": 1355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "unbind", @@ -941880,7 +949686,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#unbind", "inherited": true, - "___id": "T000002R057130", + "___id": "T000002R057438", "___s": true }, { @@ -941889,7 +949695,7 @@ "filename": "WebGLPipeline.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flush", @@ -941937,7 +949743,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R057131", + "___id": "T000002R057439", "___s": true }, { @@ -941946,7 +949752,7 @@ "filename": "WebGLPipeline.js", "lineno": 1478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onActive", @@ -941973,7 +949779,7 @@ "name": "currentShader" } ], - "___id": "T000002R057132", + "___id": "T000002R057440", "___s": true }, { @@ -941982,7 +949788,7 @@ "filename": "WebGLPipeline.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBind", @@ -942010,7 +949816,7 @@ "name": "gameObject" } ], - "___id": "T000002R057133", + "___id": "T000002R057441", "___s": true }, { @@ -942019,7 +949825,7 @@ "filename": "WebGLPipeline.js", "lineno": 1518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRebind", @@ -942031,7 +949837,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRebind", "inherited": true, - "___id": "T000002R057134", + "___id": "T000002R057442", "___s": true }, { @@ -942040,7 +949846,7 @@ "filename": "WebGLPipeline.js", "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBatch", @@ -942068,7 +949874,7 @@ "name": "gameObject" } ], - "___id": "T000002R057135", + "___id": "T000002R057443", "___s": true }, { @@ -942077,7 +949883,7 @@ "filename": "WebGLPipeline.js", "lineno": 1553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreBatch", @@ -942105,7 +949911,7 @@ "name": "gameObject" } ], - "___id": "T000002R057136", + "___id": "T000002R057444", "___s": true }, { @@ -942114,7 +949920,7 @@ "filename": "WebGLPipeline.js", "lineno": 1567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostBatch", @@ -942142,7 +949948,7 @@ "name": "gameObject" } ], - "___id": "T000002R057137", + "___id": "T000002R057445", "___s": true }, { @@ -942151,7 +949957,7 @@ "filename": "WebGLPipeline.js", "lineno": 1581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreRender", @@ -942163,7 +949969,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreRender", "inherited": true, - "___id": "T000002R057138", + "___id": "T000002R057446", "___s": true }, { @@ -942172,7 +949978,7 @@ "filename": "WebGLPipeline.js", "lineno": 1594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRender", @@ -942212,7 +950018,7 @@ "name": "camera" } ], - "___id": "T000002R057139", + "___id": "T000002R057447", "___s": true }, { @@ -942221,7 +950027,7 @@ "filename": "WebGLPipeline.js", "lineno": 1611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostRender", @@ -942233,7 +950039,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostRender", "inherited": true, - "___id": "T000002R057140", + "___id": "T000002R057448", "___s": true }, { @@ -942242,7 +950048,7 @@ "filename": "WebGLPipeline.js", "lineno": 1626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBeforeFlush", @@ -942271,7 +950077,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R057141", + "___id": "T000002R057449", "___s": true }, { @@ -942280,7 +950086,7 @@ "filename": "WebGLPipeline.js", "lineno": 1643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onAfterFlush", @@ -942309,7 +950115,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R057142", + "___id": "T000002R057450", "___s": true }, { @@ -942318,7 +950124,7 @@ "filename": "WebGLPipeline.js", "lineno": 1664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchVert", @@ -942433,7 +950239,7 @@ "name": "tint" } ], - "___id": "T000002R057143", + "___id": "T000002R057451", "___s": true }, { @@ -942442,7 +950248,7 @@ "filename": "WebGLPipeline.js", "lineno": 1704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchQuad", @@ -942752,7 +950558,7 @@ "name": "unit" } ], - "___id": "T000002R057144", + "___id": "T000002R057452", "___s": true }, { @@ -942761,7 +950567,7 @@ "filename": "WebGLPipeline.js", "lineno": 1827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchTri", @@ -943032,7 +950838,7 @@ "name": "unit" } ], - "___id": "T000002R057145", + "___id": "T000002R057453", "___s": true }, { @@ -943041,7 +950847,7 @@ "filename": "WebGLPipeline.js", "lineno": 1921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "drawFillRect", @@ -943162,7 +950968,7 @@ "name": "flipUV" } ], - "___id": "T000002R057146", + "___id": "T000002R057454", "___s": true }, { @@ -943171,7 +950977,7 @@ "filename": "WebGLPipeline.js", "lineno": 1971, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTexture2D", @@ -943213,7 +951019,7 @@ "name": "texture" } ], - "___id": "T000002R057147", + "___id": "T000002R057455", "___s": true }, { @@ -943222,7 +951028,7 @@ "filename": "WebGLPipeline.js", "lineno": 1989, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindTexture", @@ -943280,7 +951086,7 @@ "name": "unit" } ], - "___id": "T000002R057148", + "___id": "T000002R057456", "___s": true }, { @@ -943289,7 +951095,7 @@ "filename": "WebGLPipeline.js", "lineno": 2013, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindRenderTarget", @@ -943347,7 +951153,7 @@ "name": "unit" } ], - "___id": "T000002R057149", + "___id": "T000002R057457", "___s": true }, { @@ -943356,7 +951162,7 @@ "filename": "WebGLPipeline.js", "lineno": 2030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTime", @@ -943412,7 +951218,7 @@ "name": "shader" } ], - "___id": "T000002R057150", + "___id": "T000002R057458", "___s": true }, { @@ -943421,7 +951227,7 @@ "filename": "WebGLPipeline.js", "lineno": 2050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setBoolean", @@ -943490,7 +951296,7 @@ "name": "shader" } ], - "___id": "T000002R057151", + "___id": "T000002R057459", "___s": true }, { @@ -943499,7 +951305,7 @@ "filename": "WebGLPipeline.js", "lineno": 2077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1f", @@ -943568,7 +951374,7 @@ "name": "shader" } ], - "___id": "T000002R057152", + "___id": "T000002R057460", "___s": true }, { @@ -943577,7 +951383,7 @@ "filename": "WebGLPipeline.js", "lineno": 2104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2f", @@ -943659,7 +951465,7 @@ "name": "shader" } ], - "___id": "T000002R057153", + "___id": "T000002R057461", "___s": true }, { @@ -943668,7 +951474,7 @@ "filename": "WebGLPipeline.js", "lineno": 2132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3f", @@ -943763,7 +951569,7 @@ "name": "shader" } ], - "___id": "T000002R057154", + "___id": "T000002R057462", "___s": true }, { @@ -943772,7 +951578,7 @@ "filename": "WebGLPipeline.js", "lineno": 2161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4f", @@ -943880,7 +951686,7 @@ "name": "shader" } ], - "___id": "T000002R057155", + "___id": "T000002R057463", "___s": true }, { @@ -943889,7 +951695,7 @@ "filename": "WebGLPipeline.js", "lineno": 2191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1fv", @@ -943977,7 +951783,7 @@ "name": "shader" } ], - "___id": "T000002R057156", + "___id": "T000002R057464", "___s": true }, { @@ -943986,7 +951792,7 @@ "filename": "WebGLPipeline.js", "lineno": 2218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2fv", @@ -944074,7 +951880,7 @@ "name": "shader" } ], - "___id": "T000002R057157", + "___id": "T000002R057465", "___s": true }, { @@ -944083,7 +951889,7 @@ "filename": "WebGLPipeline.js", "lineno": 2245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3fv", @@ -944171,7 +951977,7 @@ "name": "shader" } ], - "___id": "T000002R057158", + "___id": "T000002R057466", "___s": true }, { @@ -944180,7 +951986,7 @@ "filename": "WebGLPipeline.js", "lineno": 2272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4fv", @@ -944268,7 +952074,7 @@ "name": "shader" } ], - "___id": "T000002R057159", + "___id": "T000002R057467", "___s": true }, { @@ -944277,7 +952083,7 @@ "filename": "WebGLPipeline.js", "lineno": 2299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1iv", @@ -944365,7 +952171,7 @@ "name": "shader" } ], - "___id": "T000002R057160", + "___id": "T000002R057468", "___s": true }, { @@ -944374,7 +952180,7 @@ "filename": "WebGLPipeline.js", "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2iv", @@ -944462,7 +952268,7 @@ "name": "shader" } ], - "___id": "T000002R057161", + "___id": "T000002R057469", "___s": true }, { @@ -944471,7 +952277,7 @@ "filename": "WebGLPipeline.js", "lineno": 2353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3iv", @@ -944559,7 +952365,7 @@ "name": "shader" } ], - "___id": "T000002R057162", + "___id": "T000002R057470", "___s": true }, { @@ -944568,7 +952374,7 @@ "filename": "WebGLPipeline.js", "lineno": 2380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4iv", @@ -944656,7 +952462,7 @@ "name": "shader" } ], - "___id": "T000002R057163", + "___id": "T000002R057471", "___s": true }, { @@ -944665,7 +952471,7 @@ "filename": "WebGLPipeline.js", "lineno": 2407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1i", @@ -944734,7 +952540,7 @@ "name": "shader" } ], - "___id": "T000002R057164", + "___id": "T000002R057472", "___s": true }, { @@ -944743,7 +952549,7 @@ "filename": "WebGLPipeline.js", "lineno": 2434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2i", @@ -944825,7 +952631,7 @@ "name": "shader" } ], - "___id": "T000002R057165", + "___id": "T000002R057473", "___s": true }, { @@ -944834,7 +952640,7 @@ "filename": "WebGLPipeline.js", "lineno": 2462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3i", @@ -944929,7 +952735,7 @@ "name": "shader" } ], - "___id": "T000002R057166", + "___id": "T000002R057474", "___s": true }, { @@ -944938,7 +952744,7 @@ "filename": "WebGLPipeline.js", "lineno": 2491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4i", @@ -945046,7 +952852,7 @@ "name": "shader" } ], - "___id": "T000002R057167", + "___id": "T000002R057475", "___s": true }, { @@ -945055,7 +952861,7 @@ "filename": "WebGLPipeline.js", "lineno": 2521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix2fv", @@ -945156,7 +952962,7 @@ "name": "shader" } ], - "___id": "T000002R057168", + "___id": "T000002R057476", "___s": true }, { @@ -945165,7 +952971,7 @@ "filename": "WebGLPipeline.js", "lineno": 2549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix3fv", @@ -945247,7 +953053,7 @@ "name": "shader" } ], - "___id": "T000002R057169", + "___id": "T000002R057477", "___s": true }, { @@ -945256,7 +953062,7 @@ "filename": "WebGLPipeline.js", "lineno": 2577, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix4fv", @@ -945338,7 +953144,7 @@ "name": "shader" } ], - "___id": "T000002R057170", + "___id": "T000002R057478", "___s": true }, { @@ -945347,7 +953153,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -945359,7 +953165,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R057171", + "___id": "T000002R057479", "___s": true }, { @@ -945368,7 +953174,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -945411,7 +953217,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R057172", + "___id": "T000002R057480", "___s": true }, { @@ -945420,7 +953226,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -945480,7 +953286,7 @@ "name": "event" } ], - "___id": "T000002R057173", + "___id": "T000002R057481", "___s": true }, { @@ -945489,7 +953295,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -945540,7 +953346,7 @@ "name": "event" } ], - "___id": "T000002R057174", + "___id": "T000002R057482", "___s": true }, { @@ -945549,7 +953355,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -945615,7 +953421,7 @@ "name": "args" } ], - "___id": "T000002R057175", + "___id": "T000002R057483", "___s": true }, { @@ -945624,7 +953430,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -945703,7 +953509,7 @@ "name": "context" } ], - "___id": "T000002R057176", + "___id": "T000002R057484", "___s": true }, { @@ -945712,7 +953518,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -945791,7 +953597,7 @@ "name": "context" } ], - "___id": "T000002R057177", + "___id": "T000002R057485", "___s": true }, { @@ -945800,7 +953606,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -945879,7 +953685,7 @@ "name": "context" } ], - "___id": "T000002R057178", + "___id": "T000002R057486", "___s": true }, { @@ -945888,7 +953694,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -945981,7 +953787,7 @@ "name": "once" } ], - "___id": "T000002R057179", + "___id": "T000002R057487", "___s": true }, { @@ -945990,7 +953796,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -946083,7 +953889,7 @@ "name": "once" } ], - "___id": "T000002R057180", + "___id": "T000002R057488", "___s": true }, { @@ -946092,7 +953898,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -946145,7 +953951,7 @@ "name": "event" } ], - "___id": "T000002R057181", + "___id": "T000002R057489", "___s": true }, { @@ -946154,7 +953960,7 @@ "filename": "WebGLPipeline.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "name", @@ -946175,7 +953981,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#name", "inherited": true, - "___id": "T000002R057182", + "___id": "T000002R057490", "___s": true }, { @@ -946184,7 +953990,7 @@ "filename": "WebGLPipeline.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "game", @@ -946205,7 +954011,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#game", "inherited": true, - "___id": "T000002R057183", + "___id": "T000002R057491", "___s": true }, { @@ -946214,7 +954020,7 @@ "filename": "WebGLPipeline.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderer", @@ -946235,7 +954041,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderer", "inherited": true, - "___id": "T000002R057184", + "___id": "T000002R057492", "___s": true }, { @@ -946244,7 +954050,7 @@ "filename": "WebGLPipeline.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "manager", @@ -946267,7 +954073,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#manager", "inherited": true, - "___id": "T000002R057185", + "___id": "T000002R057493", "___s": true }, { @@ -946276,7 +954082,7 @@ "filename": "WebGLPipeline.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "gl", @@ -946297,7 +954103,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#gl", "inherited": true, - "___id": "T000002R057186", + "___id": "T000002R057494", "___s": true }, { @@ -946306,7 +954112,7 @@ "filename": "WebGLPipeline.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "view", @@ -946327,7 +954133,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#view", "inherited": true, - "___id": "T000002R057187", + "___id": "T000002R057495", "___s": true }, { @@ -946336,7 +954142,7 @@ "filename": "WebGLPipeline.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "width", @@ -946357,7 +954163,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#width", "inherited": true, - "___id": "T000002R057188", + "___id": "T000002R057496", "___s": true }, { @@ -946366,7 +954172,7 @@ "filename": "WebGLPipeline.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "height", @@ -946387,7 +954193,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#height", "inherited": true, - "___id": "T000002R057189", + "___id": "T000002R057497", "___s": true }, { @@ -946396,7 +954202,7 @@ "filename": "WebGLPipeline.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCount", @@ -946418,7 +954224,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCount", "inherited": true, - "___id": "T000002R057190", + "___id": "T000002R057498", "___s": true }, { @@ -946427,7 +954233,7 @@ "filename": "WebGLPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCapacity", @@ -946448,7 +954254,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCapacity", "inherited": true, - "___id": "T000002R057191", + "___id": "T000002R057499", "___s": true }, { @@ -946457,7 +954263,7 @@ "filename": "WebGLPipeline.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexData", @@ -946479,7 +954285,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexData", "inherited": true, - "___id": "T000002R057192", + "___id": "T000002R057500", "___s": true }, { @@ -946488,7 +954294,7 @@ "filename": "WebGLPipeline.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexBuffer", @@ -946510,7 +954316,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexBuffer", "inherited": true, - "___id": "T000002R057193", + "___id": "T000002R057501", "___s": true }, { @@ -946519,7 +954325,7 @@ "filename": "WebGLPipeline.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeBuffer", @@ -946540,7 +954346,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeBuffer", "inherited": true, - "___id": "T000002R057194", + "___id": "T000002R057502", "___s": true }, { @@ -946549,7 +954355,7 @@ "filename": "WebGLPipeline.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "topology", @@ -946570,7 +954376,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#topology", "inherited": true, - "___id": "T000002R057195", + "___id": "T000002R057503", "___s": true }, { @@ -946579,7 +954385,7 @@ "filename": "WebGLPipeline.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bytes", @@ -946600,7 +954406,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bytes", "inherited": true, - "___id": "T000002R057196", + "___id": "T000002R057504", "___s": true }, { @@ -946609,7 +954415,7 @@ "filename": "WebGLPipeline.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewF32", @@ -946630,7 +954436,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewF32", "inherited": true, - "___id": "T000002R057197", + "___id": "T000002R057505", "___s": true }, { @@ -946639,7 +954445,7 @@ "filename": "WebGLPipeline.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewU32", @@ -946660,7 +954466,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewU32", "inherited": true, - "___id": "T000002R057198", + "___id": "T000002R057506", "___s": true }, { @@ -946669,7 +954475,7 @@ "filename": "WebGLPipeline.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "active", @@ -946690,7 +954496,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#active", "inherited": true, - "___id": "T000002R057199", + "___id": "T000002R057507", "___s": true }, { @@ -946699,7 +954505,7 @@ "filename": "WebGLPipeline.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "forceZero", @@ -946720,7 +954526,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#forceZero", "inherited": true, - "___id": "T000002R057200", + "___id": "T000002R057508", "___s": true }, { @@ -946729,7 +954535,7 @@ "filename": "WebGLPipeline.js", "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "hasBooted", @@ -946751,7 +954557,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#hasBooted", "inherited": true, - "___id": "T000002R057201", + "___id": "T000002R057509", "___s": true }, { @@ -946760,7 +954566,7 @@ "filename": "WebGLPipeline.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPostFX", @@ -946782,7 +954588,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPostFX", "inherited": true, - "___id": "T000002R057202", + "___id": "T000002R057510", "___s": true }, { @@ -946791,7 +954597,7 @@ "filename": "WebGLPipeline.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPreFX", @@ -946813,7 +954619,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPreFX", "inherited": true, - "___id": "T000002R057203", + "___id": "T000002R057511", "___s": true }, { @@ -946822,7 +954628,7 @@ "filename": "WebGLPipeline.js", "lineno": 289, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderTargets", @@ -946852,7 +954658,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderTargets", "inherited": true, - "___id": "T000002R057204", + "___id": "T000002R057512", "___s": true }, { @@ -946861,7 +954667,7 @@ "filename": "WebGLPipeline.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentRenderTarget", @@ -946882,7 +954688,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentRenderTarget", "inherited": true, - "___id": "T000002R057205", + "___id": "T000002R057513", "___s": true }, { @@ -946891,7 +954697,7 @@ "filename": "WebGLPipeline.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shaders", @@ -946921,7 +954727,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shaders", "inherited": true, - "___id": "T000002R057206", + "___id": "T000002R057514", "___s": true }, { @@ -946930,7 +954736,7 @@ "filename": "WebGLPipeline.js", "lineno": 322, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentShader", @@ -946951,7 +954757,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentShader", "inherited": true, - "___id": "T000002R057207", + "___id": "T000002R057515", "___s": true }, { @@ -946960,7 +954766,7 @@ "filename": "WebGLPipeline.js", "lineno": 334, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionMatrix", @@ -946981,7 +954787,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionMatrix", "inherited": true, - "___id": "T000002R057208", + "___id": "T000002R057516", "___s": true }, { @@ -946990,7 +954796,7 @@ "filename": "WebGLPipeline.js", "lineno": 343, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionWidth", @@ -947011,7 +954817,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionWidth", "inherited": true, - "___id": "T000002R057209", + "___id": "T000002R057517", "___s": true }, { @@ -947020,7 +954826,7 @@ "filename": "WebGLPipeline.js", "lineno": 352, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionHeight", @@ -947041,7 +954847,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionHeight", "inherited": true, - "___id": "T000002R057210", + "___id": "T000002R057518", "___s": true }, { @@ -947050,7 +954856,7 @@ "filename": "WebGLPipeline.js", "lineno": 361, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "config", @@ -947071,7 +954877,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#config", "inherited": true, - "___id": "T000002R057211", + "___id": "T000002R057519", "___s": true }, { @@ -947080,7 +954886,7 @@ "filename": "WebGLPipeline.js", "lineno": 374, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "glReset", @@ -947101,7 +954907,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#glReset", "inherited": true, - "___id": "T000002R057212", + "___id": "T000002R057520", "___s": true }, { @@ -947110,7 +954916,7 @@ "filename": "WebGLPipeline.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batch", @@ -947140,7 +954946,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batch", "inherited": true, - "___id": "T000002R057213", + "___id": "T000002R057521", "___s": true }, { @@ -947149,7 +954955,7 @@ "filename": "WebGLPipeline.js", "lineno": 401, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentBatch", @@ -947172,7 +954978,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentBatch", "inherited": true, - "___id": "T000002R057214", + "___id": "T000002R057522", "___s": true }, { @@ -947181,7 +954987,7 @@ "filename": "WebGLPipeline.js", "lineno": 414, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentTexture", @@ -947204,7 +955010,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentTexture", "inherited": true, - "___id": "T000002R057215", + "___id": "T000002R057523", "___s": true }, { @@ -947213,7 +955019,7 @@ "filename": "WebGLPipeline.js", "lineno": 427, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentUnit", @@ -947234,7 +955040,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentUnit", "inherited": true, - "___id": "T000002R057216", + "___id": "T000002R057524", "___s": true }, { @@ -947243,7 +955049,7 @@ "filename": "WebGLPipeline.js", "lineno": 438, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeTextures", @@ -947273,7 +955079,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeTextures", "inherited": true, - "___id": "T000002R057217", + "___id": "T000002R057525", "___s": true }, { @@ -947282,7 +955088,7 @@ "filename": "WebGLPipeline.js", "lineno": 451, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resizeUniform", @@ -947303,7 +955109,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resizeUniform", "inherited": true, - "___id": "T000002R057218", + "___id": "T000002R057526", "___s": true }, { @@ -947312,7 +955118,7 @@ "filename": "WebGLPipeline.js", "lineno": 463, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "boot", @@ -947327,7 +955133,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#boot", "inherited": true, - "___id": "T000002R057219", + "___id": "T000002R057527", "___s": true }, { @@ -947336,7 +955142,7 @@ "filename": "WebGLPipeline.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBoot", @@ -947348,7 +955154,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBoot", "inherited": true, - "___id": "T000002R057220", + "___id": "T000002R057528", "___s": true }, { @@ -947357,7 +955163,7 @@ "filename": "WebGLPipeline.js", "lineno": 611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onResize", @@ -947397,7 +955203,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onResize", "inherited": true, - "___id": "T000002R057221", + "___id": "T000002R057529", "___s": true }, { @@ -947406,7 +955212,7 @@ "filename": "WebGLPipeline.js", "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShader", @@ -947477,7 +955283,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setShader", "inherited": true, - "___id": "T000002R057222", + "___id": "T000002R057530", "___s": true }, { @@ -947486,7 +955292,7 @@ "filename": "WebGLPipeline.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "getShaderByName", @@ -947527,7 +955333,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#getShaderByName", "inherited": true, - "___id": "T000002R057223", + "___id": "T000002R057531", "___s": true }, { @@ -947536,7 +955342,7 @@ "filename": "WebGLPipeline.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShadersFromConfig", @@ -947578,7 +955384,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setShadersFromConfig", "inherited": true, - "___id": "T000002R057224", + "___id": "T000002R057532", "___s": true }, { @@ -947587,7 +955393,7 @@ "filename": "WebGLPipeline.js", "lineno": 789, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "createBatch", @@ -947628,7 +955434,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#createBatch", "inherited": true, - "___id": "T000002R057225", + "___id": "T000002R057533", "___s": true }, { @@ -947637,7 +955443,7 @@ "filename": "WebGLPipeline.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "addTextureToBatch", @@ -947664,7 +955470,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#addTextureToBatch", "inherited": true, - "___id": "T000002R057226", + "___id": "T000002R057534", "___s": true }, { @@ -947673,7 +955479,7 @@ "filename": "WebGLPipeline.js", "lineno": 839, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "pushBatch", @@ -947714,7 +955520,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#pushBatch", "inherited": true, - "___id": "T000002R057227", + "___id": "T000002R057535", "___s": true }, { @@ -947723,7 +955529,7 @@ "filename": "WebGLPipeline.js", "lineno": 912, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setGameObject", @@ -947778,7 +955584,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setGameObject", "inherited": true, - "___id": "T000002R057228", + "___id": "T000002R057536", "___s": true }, { @@ -947787,7 +955593,7 @@ "filename": "WebGLPipeline.js", "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shouldFlush", @@ -947830,7 +955636,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shouldFlush", "inherited": true, - "___id": "T000002R057229", + "___id": "T000002R057537", "___s": true }, { @@ -947839,7 +955645,7 @@ "filename": "WebGLPipeline.js", "lineno": 952, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexAvailable", @@ -947865,7 +955671,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexAvailable", "inherited": true, - "___id": "T000002R057230", + "___id": "T000002R057538", "___s": true }, { @@ -947874,7 +955680,7 @@ "filename": "WebGLPipeline.js", "lineno": 966, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resize", @@ -947932,7 +955738,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resize", "inherited": true, - "___id": "T000002R057231", + "___id": "T000002R057539", "___s": true }, { @@ -947941,7 +955747,7 @@ "filename": "WebGLPipeline.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setProjectionMatrix", @@ -947996,7 +955802,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setProjectionMatrix", "inherited": true, - "___id": "T000002R057232", + "___id": "T000002R057540", "___s": true }, { @@ -948005,7 +955811,7 @@ "filename": "WebGLPipeline.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flipProjectionMatrix", @@ -948034,7 +955840,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#flipProjectionMatrix", "inherited": true, - "___id": "T000002R057233", + "___id": "T000002R057541", "___s": true }, { @@ -948043,7 +955849,7 @@ "filename": "WebGLPipeline.js", "lineno": 1096, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "updateProjectionMatrix", @@ -948055,7 +955861,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#updateProjectionMatrix", "inherited": true, - "___id": "T000002R057234", + "___id": "T000002R057542", "___s": true }, { @@ -948064,7 +955870,7 @@ "filename": "WebGLPipeline.js", "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bind", @@ -948110,7 +955916,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bind", "inherited": true, - "___id": "T000002R057235", + "___id": "T000002R057543", "___s": true }, { @@ -948119,7 +955925,7 @@ "filename": "WebGLPipeline.js", "lineno": 1169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "rebind", @@ -948165,7 +955971,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#rebind", "inherited": true, - "___id": "T000002R057236", + "___id": "T000002R057544", "___s": true }, { @@ -948174,7 +955980,7 @@ "filename": "WebGLPipeline.js", "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "restoreContext", @@ -948186,7 +955992,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#restoreContext", "inherited": true, - "___id": "T000002R057237", + "___id": "T000002R057545", "___s": true }, { @@ -948195,7 +956001,7 @@ "filename": "WebGLPipeline.js", "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setVertexBuffer", @@ -948237,7 +956043,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setVertexBuffer", "inherited": true, - "___id": "T000002R057238", + "___id": "T000002R057546", "___s": true }, { @@ -948246,7 +956052,7 @@ "filename": "WebGLPipeline.js", "lineno": 1282, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "preBatch", @@ -948299,7 +956105,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#preBatch", "inherited": true, - "___id": "T000002R057239", + "___id": "T000002R057547", "___s": true }, { @@ -948308,7 +956114,7 @@ "filename": "WebGLPipeline.js", "lineno": 1309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "postBatch", @@ -948361,7 +956167,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#postBatch", "inherited": true, - "___id": "T000002R057240", + "___id": "T000002R057548", "___s": true }, { @@ -948370,7 +956176,7 @@ "filename": "WebGLPipeline.js", "lineno": 1335, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onDraw", @@ -948411,7 +956217,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onDraw", "inherited": true, - "___id": "T000002R057241", + "___id": "T000002R057549", "___s": true }, { @@ -948420,7 +956226,7 @@ "filename": "WebGLPipeline.js", "lineno": 1355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "unbind", @@ -948432,7 +956238,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#unbind", "inherited": true, - "___id": "T000002R057242", + "___id": "T000002R057550", "___s": true }, { @@ -948441,7 +956247,7 @@ "filename": "WebGLPipeline.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flush", @@ -948489,7 +956295,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#flush", "inherited": true, - "___id": "T000002R057243", + "___id": "T000002R057551", "___s": true }, { @@ -948498,7 +956304,7 @@ "filename": "WebGLPipeline.js", "lineno": 1478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onActive", @@ -948525,7 +956331,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onActive", "inherited": true, - "___id": "T000002R057244", + "___id": "T000002R057552", "___s": true }, { @@ -948534,7 +956340,7 @@ "filename": "WebGLPipeline.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBind", @@ -948562,7 +956368,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBind", "inherited": true, - "___id": "T000002R057245", + "___id": "T000002R057553", "___s": true }, { @@ -948571,7 +956377,7 @@ "filename": "WebGLPipeline.js", "lineno": 1518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRebind", @@ -948583,7 +956389,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRebind", "inherited": true, - "___id": "T000002R057246", + "___id": "T000002R057554", "___s": true }, { @@ -948592,7 +956398,7 @@ "filename": "WebGLPipeline.js", "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBatch", @@ -948620,7 +956426,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBatch", "inherited": true, - "___id": "T000002R057247", + "___id": "T000002R057555", "___s": true }, { @@ -948629,7 +956435,7 @@ "filename": "WebGLPipeline.js", "lineno": 1553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreBatch", @@ -948657,7 +956463,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreBatch", "inherited": true, - "___id": "T000002R057248", + "___id": "T000002R057556", "___s": true }, { @@ -948666,7 +956472,7 @@ "filename": "WebGLPipeline.js", "lineno": 1567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostBatch", @@ -948694,7 +956500,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostBatch", "inherited": true, - "___id": "T000002R057249", + "___id": "T000002R057557", "___s": true }, { @@ -948703,7 +956509,7 @@ "filename": "WebGLPipeline.js", "lineno": 1581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreRender", @@ -948715,7 +956521,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreRender", "inherited": true, - "___id": "T000002R057250", + "___id": "T000002R057558", "___s": true }, { @@ -948724,7 +956530,7 @@ "filename": "WebGLPipeline.js", "lineno": 1594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRender", @@ -948764,7 +956570,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRender", "inherited": true, - "___id": "T000002R057251", + "___id": "T000002R057559", "___s": true }, { @@ -948773,7 +956579,7 @@ "filename": "WebGLPipeline.js", "lineno": 1611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostRender", @@ -948785,7 +956591,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostRender", "inherited": true, - "___id": "T000002R057252", + "___id": "T000002R057560", "___s": true }, { @@ -948794,7 +956600,7 @@ "filename": "WebGLPipeline.js", "lineno": 1626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBeforeFlush", @@ -948823,7 +956629,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBeforeFlush", "inherited": true, - "___id": "T000002R057253", + "___id": "T000002R057561", "___s": true }, { @@ -948832,7 +956638,7 @@ "filename": "WebGLPipeline.js", "lineno": 1643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onAfterFlush", @@ -948861,7 +956667,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onAfterFlush", "inherited": true, - "___id": "T000002R057254", + "___id": "T000002R057562", "___s": true }, { @@ -948870,7 +956676,7 @@ "filename": "WebGLPipeline.js", "lineno": 1664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchVert", @@ -948985,7 +956791,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batchVert", "inherited": true, - "___id": "T000002R057255", + "___id": "T000002R057563", "___s": true }, { @@ -948994,7 +956800,7 @@ "filename": "WebGLPipeline.js", "lineno": 1704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchQuad", @@ -949304,7 +957110,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batchQuad", "inherited": true, - "___id": "T000002R057256", + "___id": "T000002R057564", "___s": true }, { @@ -949313,7 +957119,7 @@ "filename": "WebGLPipeline.js", "lineno": 1827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchTri", @@ -949584,7 +957390,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batchTri", "inherited": true, - "___id": "T000002R057257", + "___id": "T000002R057565", "___s": true }, { @@ -949593,7 +957399,7 @@ "filename": "WebGLPipeline.js", "lineno": 1921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "drawFillRect", @@ -949714,7 +957520,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#drawFillRect", "inherited": true, - "___id": "T000002R057258", + "___id": "T000002R057566", "___s": true }, { @@ -949723,7 +957529,7 @@ "filename": "WebGLPipeline.js", "lineno": 1971, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTexture2D", @@ -949765,7 +957571,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setTexture2D", "inherited": true, - "___id": "T000002R057259", + "___id": "T000002R057567", "___s": true }, { @@ -949774,7 +957580,7 @@ "filename": "WebGLPipeline.js", "lineno": 1989, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindTexture", @@ -949832,7 +957638,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bindTexture", "inherited": true, - "___id": "T000002R057260", + "___id": "T000002R057568", "___s": true }, { @@ -949841,7 +957647,7 @@ "filename": "WebGLPipeline.js", "lineno": 2013, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindRenderTarget", @@ -949899,7 +957705,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bindRenderTarget", "inherited": true, - "___id": "T000002R057261", + "___id": "T000002R057569", "___s": true }, { @@ -949908,7 +957714,7 @@ "filename": "WebGLPipeline.js", "lineno": 2030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTime", @@ -949964,7 +957770,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setTime", "inherited": true, - "___id": "T000002R057262", + "___id": "T000002R057570", "___s": true }, { @@ -949973,7 +957779,7 @@ "filename": "WebGLPipeline.js", "lineno": 2050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setBoolean", @@ -950042,7 +957848,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setBoolean", "inherited": true, - "___id": "T000002R057263", + "___id": "T000002R057571", "___s": true }, { @@ -950051,7 +957857,7 @@ "filename": "WebGLPipeline.js", "lineno": 2077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1f", @@ -950120,7 +957926,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set1f", "inherited": true, - "___id": "T000002R057264", + "___id": "T000002R057572", "___s": true }, { @@ -950129,7 +957935,7 @@ "filename": "WebGLPipeline.js", "lineno": 2104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2f", @@ -950211,7 +958017,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set2f", "inherited": true, - "___id": "T000002R057265", + "___id": "T000002R057573", "___s": true }, { @@ -950220,7 +958026,7 @@ "filename": "WebGLPipeline.js", "lineno": 2132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3f", @@ -950315,7 +958121,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set3f", "inherited": true, - "___id": "T000002R057266", + "___id": "T000002R057574", "___s": true }, { @@ -950324,7 +958130,7 @@ "filename": "WebGLPipeline.js", "lineno": 2161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4f", @@ -950432,7 +958238,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set4f", "inherited": true, - "___id": "T000002R057267", + "___id": "T000002R057575", "___s": true }, { @@ -950441,7 +958247,7 @@ "filename": "WebGLPipeline.js", "lineno": 2191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1fv", @@ -950529,7 +958335,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set1fv", "inherited": true, - "___id": "T000002R057268", + "___id": "T000002R057576", "___s": true }, { @@ -950538,7 +958344,7 @@ "filename": "WebGLPipeline.js", "lineno": 2218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2fv", @@ -950626,7 +958432,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set2fv", "inherited": true, - "___id": "T000002R057269", + "___id": "T000002R057577", "___s": true }, { @@ -950635,7 +958441,7 @@ "filename": "WebGLPipeline.js", "lineno": 2245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3fv", @@ -950723,7 +958529,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set3fv", "inherited": true, - "___id": "T000002R057270", + "___id": "T000002R057578", "___s": true }, { @@ -950732,7 +958538,7 @@ "filename": "WebGLPipeline.js", "lineno": 2272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4fv", @@ -950820,7 +958626,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set4fv", "inherited": true, - "___id": "T000002R057271", + "___id": "T000002R057579", "___s": true }, { @@ -950829,7 +958635,7 @@ "filename": "WebGLPipeline.js", "lineno": 2299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1iv", @@ -950917,7 +958723,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set1iv", "inherited": true, - "___id": "T000002R057272", + "___id": "T000002R057580", "___s": true }, { @@ -950926,7 +958732,7 @@ "filename": "WebGLPipeline.js", "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2iv", @@ -951014,7 +958820,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set2iv", "inherited": true, - "___id": "T000002R057273", + "___id": "T000002R057581", "___s": true }, { @@ -951023,7 +958829,7 @@ "filename": "WebGLPipeline.js", "lineno": 2353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3iv", @@ -951111,7 +958917,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set3iv", "inherited": true, - "___id": "T000002R057274", + "___id": "T000002R057582", "___s": true }, { @@ -951120,7 +958926,7 @@ "filename": "WebGLPipeline.js", "lineno": 2380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4iv", @@ -951208,7 +959014,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set4iv", "inherited": true, - "___id": "T000002R057275", + "___id": "T000002R057583", "___s": true }, { @@ -951217,7 +959023,7 @@ "filename": "WebGLPipeline.js", "lineno": 2407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1i", @@ -951286,7 +959092,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set1i", "inherited": true, - "___id": "T000002R057276", + "___id": "T000002R057584", "___s": true }, { @@ -951295,7 +959101,7 @@ "filename": "WebGLPipeline.js", "lineno": 2434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2i", @@ -951377,7 +959183,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set2i", "inherited": true, - "___id": "T000002R057277", + "___id": "T000002R057585", "___s": true }, { @@ -951386,7 +959192,7 @@ "filename": "WebGLPipeline.js", "lineno": 2462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3i", @@ -951481,7 +959287,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set3i", "inherited": true, - "___id": "T000002R057278", + "___id": "T000002R057586", "___s": true }, { @@ -951490,7 +959296,7 @@ "filename": "WebGLPipeline.js", "lineno": 2491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4i", @@ -951598,7 +959404,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set4i", "inherited": true, - "___id": "T000002R057279", + "___id": "T000002R057587", "___s": true }, { @@ -951607,7 +959413,7 @@ "filename": "WebGLPipeline.js", "lineno": 2521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix2fv", @@ -951708,7 +959514,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setMatrix2fv", "inherited": true, - "___id": "T000002R057280", + "___id": "T000002R057588", "___s": true }, { @@ -951717,7 +959523,7 @@ "filename": "WebGLPipeline.js", "lineno": 2549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix3fv", @@ -951799,7 +959605,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setMatrix3fv", "inherited": true, - "___id": "T000002R057281", + "___id": "T000002R057589", "___s": true }, { @@ -951808,7 +959614,7 @@ "filename": "WebGLPipeline.js", "lineno": 2577, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix4fv", @@ -951890,7 +959696,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setMatrix4fv", "inherited": true, - "___id": "T000002R057282", + "___id": "T000002R057590", "___s": true }, { @@ -951899,7 +959705,7 @@ "filename": "WebGLPipeline.js", "lineno": 2605, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "destroy", @@ -951929,7 +959735,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#destroy", "inherited": true, - "___id": "T000002R057283", + "___id": "T000002R057591", "___s": true }, { @@ -951938,7 +959744,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -951950,7 +959756,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R057284", + "___id": "T000002R057592", "___s": true }, { @@ -951959,7 +959765,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -952002,7 +959808,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R057285", + "___id": "T000002R057593", "___s": true }, { @@ -952011,7 +959817,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -952071,7 +959877,7 @@ "name": "event" } ], - "___id": "T000002R057286", + "___id": "T000002R057594", "___s": true }, { @@ -952080,7 +959886,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -952131,7 +959937,7 @@ "name": "event" } ], - "___id": "T000002R057287", + "___id": "T000002R057595", "___s": true }, { @@ -952140,7 +959946,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -952206,7 +960012,7 @@ "name": "args" } ], - "___id": "T000002R057288", + "___id": "T000002R057596", "___s": true }, { @@ -952215,7 +960021,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -952294,7 +960100,7 @@ "name": "context" } ], - "___id": "T000002R057289", + "___id": "T000002R057597", "___s": true }, { @@ -952303,7 +960109,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -952382,7 +960188,7 @@ "name": "context" } ], - "___id": "T000002R057290", + "___id": "T000002R057598", "___s": true }, { @@ -952391,7 +960197,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -952470,7 +960276,7 @@ "name": "context" } ], - "___id": "T000002R057291", + "___id": "T000002R057599", "___s": true }, { @@ -952479,7 +960285,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -952572,7 +960378,7 @@ "name": "once" } ], - "___id": "T000002R057292", + "___id": "T000002R057600", "___s": true }, { @@ -952581,7 +960387,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -952674,7 +960480,7 @@ "name": "once" } ], - "___id": "T000002R057293", + "___id": "T000002R057601", "___s": true }, { @@ -952683,7 +960489,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -952736,16 +960542,16 @@ "name": "event" } ], - "___id": "T000002R057294", + "___id": "T000002R057602", "___s": true }, { "comment": "/**\r\n * A temporary Transform Matrix, re-used internally during batching by the\r\n * Shape Game Objects.\r\n *\r\n * @name Phaser.Renderer.WebGL.Pipelines.MultiPipeline#calcMatrix\r\n * @type {Phaser.GameObjects.Components.TransformMatrix}\r\n * @since 3.55.0\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 185, + "lineno": 184, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "calcMatrix", @@ -952766,16 +960572,16 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#calcMatrix", "inherited": true, - "___id": "T000002R057298", + "___id": "T000002R057606", "___s": true }, { "comment": "/**\r\n * Called every time the pipeline is bound by the renderer.\r\n * Sets the shader program, vertex buffer and other resources.\r\n * Should only be called when changing pipeline.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#boot\r\n * @since 3.50.0\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 271, + "lineno": 270, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "boot", @@ -952787,16 +960593,16 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#boot", "inherited": true, - "___id": "T000002R057306", + "___id": "T000002R057614", "___s": true }, { "comment": "/**\r\n * Takes a Sprite Game Object, or any object that extends it, and adds it to the batch.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchSprite\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.GameObjects.Image|Phaser.GameObjects.Sprite)} gameObject - The texture based Game Object to add to the batch.\r\n * @param {Phaser.Cameras.Scene2D.Camera} camera - The Camera to use for the rendering transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} [parentTransformMatrix] - The transform matrix of the parent container, if set.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 290, + "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchSprite", @@ -952860,16 +960666,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchSprite", "inherited": true, - "___id": "T000002R057307", + "___id": "T000002R057615", "___s": true }, { "comment": "/**\r\n * Generic function for batching a textured quad using argument values instead of a Game Object.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchTexture\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.GameObjects.GameObject} gameObject - Source GameObject.\r\n * @param {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} texture - Texture associated with the quad.\r\n * @param {number} textureWidth - Real texture width.\r\n * @param {number} textureHeight - Real texture height.\r\n * @param {number} srcX - X coordinate of the quad.\r\n * @param {number} srcY - Y coordinate of the quad.\r\n * @param {number} srcWidth - Width of the quad.\r\n * @param {number} srcHeight - Height of the quad.\r\n * @param {number} scaleX - X component of scale.\r\n * @param {number} scaleY - Y component of scale.\r\n * @param {number} rotation - Rotation of the quad.\r\n * @param {boolean} flipX - Indicates if the quad is horizontally flipped.\r\n * @param {boolean} flipY - Indicates if the quad is vertically flipped.\r\n * @param {number} scrollFactorX - By which factor is the quad affected by the camera horizontal scroll.\r\n * @param {number} scrollFactorY - By which factor is the quad effected by the camera vertical scroll.\r\n * @param {number} displayOriginX - Horizontal origin in pixels.\r\n * @param {number} displayOriginY - Vertical origin in pixels.\r\n * @param {number} frameX - X coordinate of the texture frame.\r\n * @param {number} frameY - Y coordinate of the texture frame.\r\n * @param {number} frameWidth - Width of the texture frame.\r\n * @param {number} frameHeight - Height of the texture frame.\r\n * @param {number} tintTL - Tint for top left.\r\n * @param {number} tintTR - Tint for top right.\r\n * @param {number} tintBL - Tint for bottom left.\r\n * @param {number} tintBR - Tint for bottom right.\r\n * @param {number} tintEffect - The tint effect.\r\n * @param {number} uOffset - Horizontal offset on texture coordinate.\r\n * @param {number} vOffset - Vertical offset on texture coordinate.\r\n * @param {Phaser.Cameras.Scene2D.Camera} camera - Current used camera.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentTransformMatrix - Parent container.\r\n * @param {boolean} [skipFlip=false] - Skip the renderTexture check.\r\n * @param {number} [textureUnit] - The texture unit to set (defaults to currently bound if undefined or null)\r\n * @param {boolean} [skipPrePost=false] - Skip the pre and post manager calls?\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 425, + "lineno": 427, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchTexture", @@ -953317,16 +961123,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchTexture", "inherited": true, - "___id": "T000002R057308", + "___id": "T000002R057616", "___s": true }, { "comment": "/**\r\n * Adds a Texture Frame into the batch for rendering.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchTextureFrame\r\n * @since 3.12.0\r\n *\r\n * @param {Phaser.Textures.Frame} frame - The Texture Frame to be rendered.\r\n * @param {number} x - The horizontal position to render the texture at.\r\n * @param {number} y - The vertical position to render the texture at.\r\n * @param {number} tint - The tint color.\r\n * @param {number} alpha - The alpha value.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} transformMatrix - The Transform Matrix to use for the texture.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} [parentTransformMatrix] - A parent Transform Matrix.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 601, + "lineno": 607, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchTextureFrame", @@ -953432,16 +961238,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchTextureFrame", "inherited": true, - "___id": "T000002R057309", + "___id": "T000002R057617", "___s": true }, { "comment": "/**\r\n * Pushes a filled rectangle into the vertex batch.\r\n *\r\n * Rectangle factors in the given transform matrices before adding to the batch.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillRect\r\n * @since 3.55.0\r\n *\r\n * @param {number} x - Horizontal top left coordinate of the rectangle.\r\n * @param {number} y - Vertical top left coordinate of the rectangle.\r\n * @param {number} width - Width of the rectangle.\r\n * @param {number} height - Height of the rectangle.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 646, + "lineno": 652, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchFillRect", @@ -953533,16 +961339,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillRect", "inherited": true, - "___id": "T000002R057310", + "___id": "T000002R057618", "___s": true }, { "comment": "/**\r\n * Pushes a filled triangle into the vertex batch.\r\n *\r\n * Triangle factors in the given transform matrices before adding to the batch.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillTriangle\r\n * @since 3.55.0\r\n *\r\n * @param {number} x0 - Point 0 x coordinate.\r\n * @param {number} y0 - Point 0 y coordinate.\r\n * @param {number} x1 - Point 1 x coordinate.\r\n * @param {number} y1 - Point 1 y coordinate.\r\n * @param {number} x2 - Point 2 x coordinate.\r\n * @param {number} y2 - Point 2 y coordinate.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 680, + "lineno": 686, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchFillTriangle", @@ -953660,16 +961466,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillTriangle", "inherited": true, - "___id": "T000002R057311", + "___id": "T000002R057619", "___s": true }, { "comment": "/**\r\n * Pushes a stroked triangle into the vertex batch.\r\n *\r\n * Triangle factors in the given transform matrices before adding to the batch.\r\n *\r\n * The triangle is created from 3 lines and drawn using the `batchStrokePath` method.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchStrokeTriangle\r\n * @since 3.55.0\r\n *\r\n * @param {number} x0 - Point 0 x coordinate.\r\n * @param {number} y0 - Point 0 y coordinate.\r\n * @param {number} x1 - Point 1 x coordinate.\r\n * @param {number} y1 - Point 1 y coordinate.\r\n * @param {number} x2 - Point 2 x coordinate.\r\n * @param {number} y2 - Point 2 y coordinate.\r\n * @param {number} lineWidth - The width of the line in pixels.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 725, + "lineno": 729, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchStrokeTriangle", @@ -953800,16 +961606,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchStrokeTriangle", "inherited": true, - "___id": "T000002R057312", + "___id": "T000002R057620", "___s": true }, { "comment": "/**\r\n * Adds the given path to the vertex batch for rendering.\r\n *\r\n * It works by taking the array of path data and then passing it through Earcut, which\r\n * creates a list of polygons. Each polygon is then added to the batch.\r\n *\r\n * The path is always automatically closed because it's filled.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillPath\r\n * @since 3.55.0\r\n *\r\n * @param {Phaser.Types.Math.Vector2Like[]} path - Collection of points that represent the path.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 768, + "lineno": 772, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchFillPath", @@ -953871,16 +961677,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillPath", "inherited": true, - "___id": "T000002R057313", + "___id": "T000002R057621", "___s": true }, { "comment": "/**\r\n * Adds the given path to the vertex batch for rendering.\r\n *\r\n * It works by taking the array of path data and calling `batchLine` for each section\r\n * of the path.\r\n *\r\n * The path is optionally closed at the end.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchStrokePath\r\n * @since 3.55.0\r\n *\r\n * @param {Phaser.Types.Math.Vector2Like[]} path - Collection of points that represent the path.\r\n * @param {number} lineWidth - The width of the line segments in pixels.\r\n * @param {boolean} pathOpen - Indicates if the path should be closed or left open.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 843, + "lineno": 845, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchStrokePath", @@ -953968,16 +961774,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchStrokePath", "inherited": true, - "___id": "T000002R057314", + "___id": "T000002R057622", "___s": true }, { "comment": "/**\r\n * Creates a line out of 4 quads and adds it to the vertex batch based on the given line values.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchLine\r\n * @since 3.55.0\r\n *\r\n * @param {number} ax - x coordinate of the start of the line.\r\n * @param {number} ay - y coordinate of the start of the line.\r\n * @param {number} bx - x coordinate of the end of the line.\r\n * @param {number} by - y coordinate of the end of the line.\r\n * @param {number} aLineWidth - Width of the start of the line.\r\n * @param {number} bLineWidth - Width of the end of the line.\r\n * @param {number} index - If this line is part of a multi-line draw, the index of the line in the draw.\r\n * @param {boolean} closePath - Does this line close a multi-line path?\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 891, + "lineno": 893, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchLine", @@ -954121,7 +961927,7 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchLine", "inherited": true, - "___id": "T000002R057315", + "___id": "T000002R057623", "___s": true }, { @@ -954130,7 +961936,7 @@ "filename": "MultiPipeline.js", "lineno": 1012, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "destroy", @@ -954160,7 +961966,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#destroy", "inherited": true, - "___id": "T000002R057316", + "___id": "T000002R057624", "___s": true }, { @@ -954169,7 +961975,7 @@ "filename": "WebGLPipeline.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "name", @@ -954190,7 +961996,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#name", "inherited": true, - "___id": "T000002R057317", + "___id": "T000002R057625", "___s": true }, { @@ -954199,7 +962005,7 @@ "filename": "WebGLPipeline.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "game", @@ -954220,7 +962026,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#game", "inherited": true, - "___id": "T000002R057318", + "___id": "T000002R057626", "___s": true }, { @@ -954229,7 +962035,7 @@ "filename": "WebGLPipeline.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderer", @@ -954250,7 +962056,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderer", "inherited": true, - "___id": "T000002R057319", + "___id": "T000002R057627", "___s": true }, { @@ -954259,7 +962065,7 @@ "filename": "WebGLPipeline.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "manager", @@ -954282,7 +962088,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#manager", "inherited": true, - "___id": "T000002R057320", + "___id": "T000002R057628", "___s": true }, { @@ -954291,7 +962097,7 @@ "filename": "WebGLPipeline.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "gl", @@ -954312,7 +962118,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#gl", "inherited": true, - "___id": "T000002R057321", + "___id": "T000002R057629", "___s": true }, { @@ -954321,7 +962127,7 @@ "filename": "WebGLPipeline.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "view", @@ -954342,7 +962148,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#view", "inherited": true, - "___id": "T000002R057322", + "___id": "T000002R057630", "___s": true }, { @@ -954351,7 +962157,7 @@ "filename": "WebGLPipeline.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "width", @@ -954372,7 +962178,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#width", "inherited": true, - "___id": "T000002R057323", + "___id": "T000002R057631", "___s": true }, { @@ -954381,7 +962187,7 @@ "filename": "WebGLPipeline.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "height", @@ -954402,7 +962208,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#height", "inherited": true, - "___id": "T000002R057324", + "___id": "T000002R057632", "___s": true }, { @@ -954411,7 +962217,7 @@ "filename": "WebGLPipeline.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCount", @@ -954433,7 +962239,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCount", "inherited": true, - "___id": "T000002R057325", + "___id": "T000002R057633", "___s": true }, { @@ -954442,7 +962248,7 @@ "filename": "WebGLPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCapacity", @@ -954463,7 +962269,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCapacity", "inherited": true, - "___id": "T000002R057326", + "___id": "T000002R057634", "___s": true }, { @@ -954472,7 +962278,7 @@ "filename": "WebGLPipeline.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexData", @@ -954494,7 +962300,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexData", "inherited": true, - "___id": "T000002R057327", + "___id": "T000002R057635", "___s": true }, { @@ -954503,7 +962309,7 @@ "filename": "WebGLPipeline.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexBuffer", @@ -954525,7 +962331,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexBuffer", "inherited": true, - "___id": "T000002R057328", + "___id": "T000002R057636", "___s": true }, { @@ -954534,7 +962340,7 @@ "filename": "WebGLPipeline.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeBuffer", @@ -954555,7 +962361,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeBuffer", "inherited": true, - "___id": "T000002R057329", + "___id": "T000002R057637", "___s": true }, { @@ -954564,7 +962370,7 @@ "filename": "WebGLPipeline.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "topology", @@ -954585,7 +962391,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#topology", "inherited": true, - "___id": "T000002R057330", + "___id": "T000002R057638", "___s": true }, { @@ -954594,7 +962400,7 @@ "filename": "WebGLPipeline.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bytes", @@ -954615,7 +962421,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bytes", "inherited": true, - "___id": "T000002R057331", + "___id": "T000002R057639", "___s": true }, { @@ -954624,7 +962430,7 @@ "filename": "WebGLPipeline.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewF32", @@ -954645,7 +962451,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewF32", "inherited": true, - "___id": "T000002R057332", + "___id": "T000002R057640", "___s": true }, { @@ -954654,7 +962460,7 @@ "filename": "WebGLPipeline.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewU32", @@ -954675,7 +962481,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewU32", "inherited": true, - "___id": "T000002R057333", + "___id": "T000002R057641", "___s": true }, { @@ -954684,7 +962490,7 @@ "filename": "WebGLPipeline.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "active", @@ -954705,7 +962511,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#active", "inherited": true, - "___id": "T000002R057334", + "___id": "T000002R057642", "___s": true }, { @@ -954714,7 +962520,7 @@ "filename": "WebGLPipeline.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "forceZero", @@ -954735,7 +962541,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#forceZero", "inherited": true, - "___id": "T000002R057335", + "___id": "T000002R057643", "___s": true }, { @@ -954744,7 +962550,7 @@ "filename": "WebGLPipeline.js", "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "hasBooted", @@ -954766,7 +962572,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#hasBooted", "inherited": true, - "___id": "T000002R057336", + "___id": "T000002R057644", "___s": true }, { @@ -954775,7 +962581,7 @@ "filename": "WebGLPipeline.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPostFX", @@ -954797,7 +962603,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPostFX", "inherited": true, - "___id": "T000002R057337", + "___id": "T000002R057645", "___s": true }, { @@ -954806,7 +962612,7 @@ "filename": "WebGLPipeline.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPreFX", @@ -954828,7 +962634,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPreFX", "inherited": true, - "___id": "T000002R057338", + "___id": "T000002R057646", "___s": true }, { @@ -954837,7 +962643,7 @@ "filename": "WebGLPipeline.js", "lineno": 289, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderTargets", @@ -954867,7 +962673,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderTargets", "inherited": true, - "___id": "T000002R057339", + "___id": "T000002R057647", "___s": true }, { @@ -954876,7 +962682,7 @@ "filename": "WebGLPipeline.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentRenderTarget", @@ -954897,7 +962703,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentRenderTarget", "inherited": true, - "___id": "T000002R057340", + "___id": "T000002R057648", "___s": true }, { @@ -954906,7 +962712,7 @@ "filename": "WebGLPipeline.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shaders", @@ -954936,7 +962742,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shaders", "inherited": true, - "___id": "T000002R057341", + "___id": "T000002R057649", "___s": true }, { @@ -954945,7 +962751,7 @@ "filename": "WebGLPipeline.js", "lineno": 322, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentShader", @@ -954966,7 +962772,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentShader", "inherited": true, - "___id": "T000002R057342", + "___id": "T000002R057650", "___s": true }, { @@ -954975,7 +962781,7 @@ "filename": "WebGLPipeline.js", "lineno": 334, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionMatrix", @@ -954996,7 +962802,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionMatrix", "inherited": true, - "___id": "T000002R057343", + "___id": "T000002R057651", "___s": true }, { @@ -955005,7 +962811,7 @@ "filename": "WebGLPipeline.js", "lineno": 343, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionWidth", @@ -955026,7 +962832,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionWidth", "inherited": true, - "___id": "T000002R057344", + "___id": "T000002R057652", "___s": true }, { @@ -955035,7 +962841,7 @@ "filename": "WebGLPipeline.js", "lineno": 352, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionHeight", @@ -955056,7 +962862,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionHeight", "inherited": true, - "___id": "T000002R057345", + "___id": "T000002R057653", "___s": true }, { @@ -955065,7 +962871,7 @@ "filename": "WebGLPipeline.js", "lineno": 361, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "config", @@ -955086,7 +962892,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#config", "inherited": true, - "___id": "T000002R057346", + "___id": "T000002R057654", "___s": true }, { @@ -955095,7 +962901,7 @@ "filename": "WebGLPipeline.js", "lineno": 374, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "glReset", @@ -955116,7 +962922,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#glReset", "inherited": true, - "___id": "T000002R057347", + "___id": "T000002R057655", "___s": true }, { @@ -955125,7 +962931,7 @@ "filename": "WebGLPipeline.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batch", @@ -955155,7 +962961,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batch", "inherited": true, - "___id": "T000002R057348", + "___id": "T000002R057656", "___s": true }, { @@ -955164,7 +962970,7 @@ "filename": "WebGLPipeline.js", "lineno": 401, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentBatch", @@ -955187,7 +962993,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentBatch", "inherited": true, - "___id": "T000002R057349", + "___id": "T000002R057657", "___s": true }, { @@ -955196,7 +963002,7 @@ "filename": "WebGLPipeline.js", "lineno": 414, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentTexture", @@ -955219,7 +963025,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentTexture", "inherited": true, - "___id": "T000002R057350", + "___id": "T000002R057658", "___s": true }, { @@ -955228,7 +963034,7 @@ "filename": "WebGLPipeline.js", "lineno": 427, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentUnit", @@ -955249,7 +963055,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentUnit", "inherited": true, - "___id": "T000002R057351", + "___id": "T000002R057659", "___s": true }, { @@ -955258,7 +963064,7 @@ "filename": "WebGLPipeline.js", "lineno": 438, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeTextures", @@ -955288,7 +963094,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeTextures", "inherited": true, - "___id": "T000002R057352", + "___id": "T000002R057660", "___s": true }, { @@ -955297,7 +963103,7 @@ "filename": "WebGLPipeline.js", "lineno": 451, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resizeUniform", @@ -955318,7 +963124,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resizeUniform", "inherited": true, - "___id": "T000002R057353", + "___id": "T000002R057661", "___s": true }, { @@ -955327,7 +963133,7 @@ "filename": "WebGLPipeline.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBoot", @@ -955339,7 +963145,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBoot", "inherited": true, - "___id": "T000002R057354", + "___id": "T000002R057662", "___s": true }, { @@ -955348,7 +963154,7 @@ "filename": "WebGLPipeline.js", "lineno": 611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onResize", @@ -955388,7 +963194,7 @@ "name": "height" } ], - "___id": "T000002R057355", + "___id": "T000002R057663", "___s": true }, { @@ -955397,7 +963203,7 @@ "filename": "WebGLPipeline.js", "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShader", @@ -955468,7 +963274,7 @@ "name": "vertexBuffer" } ], - "___id": "T000002R057356", + "___id": "T000002R057664", "___s": true }, { @@ -955477,7 +963283,7 @@ "filename": "WebGLPipeline.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "getShaderByName", @@ -955518,7 +963324,7 @@ "name": "name" } ], - "___id": "T000002R057357", + "___id": "T000002R057665", "___s": true }, { @@ -955527,7 +963333,7 @@ "filename": "WebGLPipeline.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShadersFromConfig", @@ -955569,7 +963375,7 @@ "name": "config" } ], - "___id": "T000002R057358", + "___id": "T000002R057666", "___s": true }, { @@ -955578,7 +963384,7 @@ "filename": "WebGLPipeline.js", "lineno": 789, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "createBatch", @@ -955619,7 +963425,7 @@ "name": "texture" } ], - "___id": "T000002R057359", + "___id": "T000002R057667", "___s": true }, { @@ -955628,7 +963434,7 @@ "filename": "WebGLPipeline.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "addTextureToBatch", @@ -955655,7 +963461,7 @@ "name": "texture" } ], - "___id": "T000002R057360", + "___id": "T000002R057668", "___s": true }, { @@ -955664,7 +963470,7 @@ "filename": "WebGLPipeline.js", "lineno": 839, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "pushBatch", @@ -955705,7 +963511,7 @@ "name": "texture" } ], - "___id": "T000002R057361", + "___id": "T000002R057669", "___s": true }, { @@ -955714,7 +963520,7 @@ "filename": "WebGLPipeline.js", "lineno": 912, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setGameObject", @@ -955769,7 +963575,7 @@ "name": "frame" } ], - "___id": "T000002R057362", + "___id": "T000002R057670", "___s": true }, { @@ -955778,7 +963584,7 @@ "filename": "WebGLPipeline.js", "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shouldFlush", @@ -955821,7 +963627,7 @@ "name": "amount" } ], - "___id": "T000002R057363", + "___id": "T000002R057671", "___s": true }, { @@ -955830,7 +963636,7 @@ "filename": "WebGLPipeline.js", "lineno": 952, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexAvailable", @@ -955856,7 +963662,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexAvailable", "inherited": true, - "___id": "T000002R057364", + "___id": "T000002R057672", "___s": true }, { @@ -955865,7 +963671,7 @@ "filename": "WebGLPipeline.js", "lineno": 966, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resize", @@ -955923,7 +963729,7 @@ "name": "height" } ], - "___id": "T000002R057365", + "___id": "T000002R057673", "___s": true }, { @@ -955932,7 +963738,7 @@ "filename": "WebGLPipeline.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setProjectionMatrix", @@ -955987,7 +963793,7 @@ "name": "height" } ], - "___id": "T000002R057366", + "___id": "T000002R057674", "___s": true }, { @@ -955996,7 +963802,7 @@ "filename": "WebGLPipeline.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flipProjectionMatrix", @@ -956025,7 +963831,7 @@ "name": "flipY" } ], - "___id": "T000002R057367", + "___id": "T000002R057675", "___s": true }, { @@ -956034,7 +963840,7 @@ "filename": "WebGLPipeline.js", "lineno": 1096, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "updateProjectionMatrix", @@ -956046,7 +963852,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#updateProjectionMatrix", "inherited": true, - "___id": "T000002R057368", + "___id": "T000002R057676", "___s": true }, { @@ -956055,7 +963861,7 @@ "filename": "WebGLPipeline.js", "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bind", @@ -956101,7 +963907,7 @@ "name": "currentShader" } ], - "___id": "T000002R057369", + "___id": "T000002R057677", "___s": true }, { @@ -956110,7 +963916,7 @@ "filename": "WebGLPipeline.js", "lineno": 1169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "rebind", @@ -956156,7 +963962,7 @@ "name": "currentShader" } ], - "___id": "T000002R057370", + "___id": "T000002R057678", "___s": true }, { @@ -956165,7 +963971,7 @@ "filename": "WebGLPipeline.js", "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "restoreContext", @@ -956177,7 +963983,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#restoreContext", "inherited": true, - "___id": "T000002R057371", + "___id": "T000002R057679", "___s": true }, { @@ -956186,7 +963992,7 @@ "filename": "WebGLPipeline.js", "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setVertexBuffer", @@ -956228,7 +964034,7 @@ "name": "buffer" } ], - "___id": "T000002R057372", + "___id": "T000002R057680", "___s": true }, { @@ -956237,7 +964043,7 @@ "filename": "WebGLPipeline.js", "lineno": 1282, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "preBatch", @@ -956290,7 +964096,7 @@ "name": "gameObject" } ], - "___id": "T000002R057373", + "___id": "T000002R057681", "___s": true }, { @@ -956299,7 +964105,7 @@ "filename": "WebGLPipeline.js", "lineno": 1309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "postBatch", @@ -956352,7 +964158,7 @@ "name": "gameObject" } ], - "___id": "T000002R057374", + "___id": "T000002R057682", "___s": true }, { @@ -956361,7 +964167,7 @@ "filename": "WebGLPipeline.js", "lineno": 1335, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onDraw", @@ -956402,7 +964208,7 @@ "name": "swapTarget" } ], - "___id": "T000002R057375", + "___id": "T000002R057683", "___s": true }, { @@ -956411,7 +964217,7 @@ "filename": "WebGLPipeline.js", "lineno": 1355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "unbind", @@ -956423,7 +964229,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#unbind", "inherited": true, - "___id": "T000002R057376", + "___id": "T000002R057684", "___s": true }, { @@ -956432,7 +964238,7 @@ "filename": "WebGLPipeline.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flush", @@ -956480,7 +964286,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R057377", + "___id": "T000002R057685", "___s": true }, { @@ -956489,7 +964295,7 @@ "filename": "WebGLPipeline.js", "lineno": 1478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onActive", @@ -956516,7 +964322,7 @@ "name": "currentShader" } ], - "___id": "T000002R057378", + "___id": "T000002R057686", "___s": true }, { @@ -956525,7 +964331,7 @@ "filename": "WebGLPipeline.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBind", @@ -956553,7 +964359,7 @@ "name": "gameObject" } ], - "___id": "T000002R057379", + "___id": "T000002R057687", "___s": true }, { @@ -956562,7 +964368,7 @@ "filename": "WebGLPipeline.js", "lineno": 1518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRebind", @@ -956574,7 +964380,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRebind", "inherited": true, - "___id": "T000002R057380", + "___id": "T000002R057688", "___s": true }, { @@ -956583,7 +964389,7 @@ "filename": "WebGLPipeline.js", "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBatch", @@ -956611,7 +964417,7 @@ "name": "gameObject" } ], - "___id": "T000002R057381", + "___id": "T000002R057689", "___s": true }, { @@ -956620,7 +964426,7 @@ "filename": "WebGLPipeline.js", "lineno": 1553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreBatch", @@ -956648,7 +964454,7 @@ "name": "gameObject" } ], - "___id": "T000002R057382", + "___id": "T000002R057690", "___s": true }, { @@ -956657,7 +964463,7 @@ "filename": "WebGLPipeline.js", "lineno": 1567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostBatch", @@ -956685,7 +964491,7 @@ "name": "gameObject" } ], - "___id": "T000002R057383", + "___id": "T000002R057691", "___s": true }, { @@ -956694,7 +964500,7 @@ "filename": "WebGLPipeline.js", "lineno": 1581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreRender", @@ -956706,7 +964512,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreRender", "inherited": true, - "___id": "T000002R057384", + "___id": "T000002R057692", "___s": true }, { @@ -956715,7 +964521,7 @@ "filename": "WebGLPipeline.js", "lineno": 1594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRender", @@ -956755,7 +964561,7 @@ "name": "camera" } ], - "___id": "T000002R057385", + "___id": "T000002R057693", "___s": true }, { @@ -956764,7 +964570,7 @@ "filename": "WebGLPipeline.js", "lineno": 1611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostRender", @@ -956776,7 +964582,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostRender", "inherited": true, - "___id": "T000002R057386", + "___id": "T000002R057694", "___s": true }, { @@ -956785,7 +964591,7 @@ "filename": "WebGLPipeline.js", "lineno": 1626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBeforeFlush", @@ -956814,7 +964620,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R057387", + "___id": "T000002R057695", "___s": true }, { @@ -956823,7 +964629,7 @@ "filename": "WebGLPipeline.js", "lineno": 1643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onAfterFlush", @@ -956852,7 +964658,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R057388", + "___id": "T000002R057696", "___s": true }, { @@ -956861,7 +964667,7 @@ "filename": "WebGLPipeline.js", "lineno": 1664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchVert", @@ -956976,7 +964782,7 @@ "name": "tint" } ], - "___id": "T000002R057389", + "___id": "T000002R057697", "___s": true }, { @@ -956985,7 +964791,7 @@ "filename": "WebGLPipeline.js", "lineno": 1704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchQuad", @@ -957295,7 +965101,7 @@ "name": "unit" } ], - "___id": "T000002R057390", + "___id": "T000002R057698", "___s": true }, { @@ -957304,7 +965110,7 @@ "filename": "WebGLPipeline.js", "lineno": 1827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchTri", @@ -957575,7 +965381,7 @@ "name": "unit" } ], - "___id": "T000002R057391", + "___id": "T000002R057699", "___s": true }, { @@ -957584,7 +965390,7 @@ "filename": "WebGLPipeline.js", "lineno": 1921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "drawFillRect", @@ -957705,7 +965511,7 @@ "name": "flipUV" } ], - "___id": "T000002R057392", + "___id": "T000002R057700", "___s": true }, { @@ -957714,7 +965520,7 @@ "filename": "WebGLPipeline.js", "lineno": 1971, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTexture2D", @@ -957756,7 +965562,7 @@ "name": "texture" } ], - "___id": "T000002R057393", + "___id": "T000002R057701", "___s": true }, { @@ -957765,7 +965571,7 @@ "filename": "WebGLPipeline.js", "lineno": 1989, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindTexture", @@ -957823,7 +965629,7 @@ "name": "unit" } ], - "___id": "T000002R057394", + "___id": "T000002R057702", "___s": true }, { @@ -957832,7 +965638,7 @@ "filename": "WebGLPipeline.js", "lineno": 2013, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindRenderTarget", @@ -957890,7 +965696,7 @@ "name": "unit" } ], - "___id": "T000002R057395", + "___id": "T000002R057703", "___s": true }, { @@ -957899,7 +965705,7 @@ "filename": "WebGLPipeline.js", "lineno": 2030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTime", @@ -957955,7 +965761,7 @@ "name": "shader" } ], - "___id": "T000002R057396", + "___id": "T000002R057704", "___s": true }, { @@ -957964,7 +965770,7 @@ "filename": "WebGLPipeline.js", "lineno": 2050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setBoolean", @@ -958033,7 +965839,7 @@ "name": "shader" } ], - "___id": "T000002R057397", + "___id": "T000002R057705", "___s": true }, { @@ -958042,7 +965848,7 @@ "filename": "WebGLPipeline.js", "lineno": 2077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1f", @@ -958111,7 +965917,7 @@ "name": "shader" } ], - "___id": "T000002R057398", + "___id": "T000002R057706", "___s": true }, { @@ -958120,7 +965926,7 @@ "filename": "WebGLPipeline.js", "lineno": 2104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2f", @@ -958202,7 +966008,7 @@ "name": "shader" } ], - "___id": "T000002R057399", + "___id": "T000002R057707", "___s": true }, { @@ -958211,7 +966017,7 @@ "filename": "WebGLPipeline.js", "lineno": 2132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3f", @@ -958306,7 +966112,7 @@ "name": "shader" } ], - "___id": "T000002R057400", + "___id": "T000002R057708", "___s": true }, { @@ -958315,7 +966121,7 @@ "filename": "WebGLPipeline.js", "lineno": 2161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4f", @@ -958423,7 +966229,7 @@ "name": "shader" } ], - "___id": "T000002R057401", + "___id": "T000002R057709", "___s": true }, { @@ -958432,7 +966238,7 @@ "filename": "WebGLPipeline.js", "lineno": 2191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1fv", @@ -958520,7 +966326,7 @@ "name": "shader" } ], - "___id": "T000002R057402", + "___id": "T000002R057710", "___s": true }, { @@ -958529,7 +966335,7 @@ "filename": "WebGLPipeline.js", "lineno": 2218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2fv", @@ -958617,7 +966423,7 @@ "name": "shader" } ], - "___id": "T000002R057403", + "___id": "T000002R057711", "___s": true }, { @@ -958626,7 +966432,7 @@ "filename": "WebGLPipeline.js", "lineno": 2245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3fv", @@ -958714,7 +966520,7 @@ "name": "shader" } ], - "___id": "T000002R057404", + "___id": "T000002R057712", "___s": true }, { @@ -958723,7 +966529,7 @@ "filename": "WebGLPipeline.js", "lineno": 2272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4fv", @@ -958811,7 +966617,7 @@ "name": "shader" } ], - "___id": "T000002R057405", + "___id": "T000002R057713", "___s": true }, { @@ -958820,7 +966626,7 @@ "filename": "WebGLPipeline.js", "lineno": 2299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1iv", @@ -958908,7 +966714,7 @@ "name": "shader" } ], - "___id": "T000002R057406", + "___id": "T000002R057714", "___s": true }, { @@ -958917,7 +966723,7 @@ "filename": "WebGLPipeline.js", "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2iv", @@ -959005,7 +966811,7 @@ "name": "shader" } ], - "___id": "T000002R057407", + "___id": "T000002R057715", "___s": true }, { @@ -959014,7 +966820,7 @@ "filename": "WebGLPipeline.js", "lineno": 2353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3iv", @@ -959102,7 +966908,7 @@ "name": "shader" } ], - "___id": "T000002R057408", + "___id": "T000002R057716", "___s": true }, { @@ -959111,7 +966917,7 @@ "filename": "WebGLPipeline.js", "lineno": 2380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4iv", @@ -959199,7 +967005,7 @@ "name": "shader" } ], - "___id": "T000002R057409", + "___id": "T000002R057717", "___s": true }, { @@ -959208,7 +967014,7 @@ "filename": "WebGLPipeline.js", "lineno": 2407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1i", @@ -959277,7 +967083,7 @@ "name": "shader" } ], - "___id": "T000002R057410", + "___id": "T000002R057718", "___s": true }, { @@ -959286,7 +967092,7 @@ "filename": "WebGLPipeline.js", "lineno": 2434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2i", @@ -959368,7 +967174,7 @@ "name": "shader" } ], - "___id": "T000002R057411", + "___id": "T000002R057719", "___s": true }, { @@ -959377,7 +967183,7 @@ "filename": "WebGLPipeline.js", "lineno": 2462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3i", @@ -959472,7 +967278,7 @@ "name": "shader" } ], - "___id": "T000002R057412", + "___id": "T000002R057720", "___s": true }, { @@ -959481,7 +967287,7 @@ "filename": "WebGLPipeline.js", "lineno": 2491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4i", @@ -959589,7 +967395,7 @@ "name": "shader" } ], - "___id": "T000002R057413", + "___id": "T000002R057721", "___s": true }, { @@ -959598,7 +967404,7 @@ "filename": "WebGLPipeline.js", "lineno": 2521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix2fv", @@ -959699,7 +967505,7 @@ "name": "shader" } ], - "___id": "T000002R057414", + "___id": "T000002R057722", "___s": true }, { @@ -959708,7 +967514,7 @@ "filename": "WebGLPipeline.js", "lineno": 2549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix3fv", @@ -959790,7 +967596,7 @@ "name": "shader" } ], - "___id": "T000002R057415", + "___id": "T000002R057723", "___s": true }, { @@ -959799,7 +967605,7 @@ "filename": "WebGLPipeline.js", "lineno": 2577, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix4fv", @@ -959881,7 +967687,7 @@ "name": "shader" } ], - "___id": "T000002R057416", + "___id": "T000002R057724", "___s": true }, { @@ -959890,7 +967696,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -959902,7 +967708,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R057417", + "___id": "T000002R057725", "___s": true }, { @@ -959911,7 +967717,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -959954,7 +967760,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R057418", + "___id": "T000002R057726", "___s": true }, { @@ -959963,7 +967769,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -960023,7 +967829,7 @@ "name": "event" } ], - "___id": "T000002R057419", + "___id": "T000002R057727", "___s": true }, { @@ -960032,7 +967838,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -960083,7 +967889,7 @@ "name": "event" } ], - "___id": "T000002R057420", + "___id": "T000002R057728", "___s": true }, { @@ -960092,7 +967898,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -960158,7 +967964,7 @@ "name": "args" } ], - "___id": "T000002R057421", + "___id": "T000002R057729", "___s": true }, { @@ -960167,7 +967973,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -960246,7 +968052,7 @@ "name": "context" } ], - "___id": "T000002R057422", + "___id": "T000002R057730", "___s": true }, { @@ -960255,7 +968061,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -960334,7 +968140,7 @@ "name": "context" } ], - "___id": "T000002R057423", + "___id": "T000002R057731", "___s": true }, { @@ -960343,7 +968149,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -960422,7 +968228,7 @@ "name": "context" } ], - "___id": "T000002R057424", + "___id": "T000002R057732", "___s": true }, { @@ -960431,7 +968237,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -960524,7 +968330,7 @@ "name": "once" } ], - "___id": "T000002R057425", + "___id": "T000002R057733", "___s": true }, { @@ -960533,7 +968339,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -960626,7 +968432,7 @@ "name": "once" } ], - "___id": "T000002R057426", + "___id": "T000002R057734", "___s": true }, { @@ -960635,7 +968441,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -960688,16 +968494,16 @@ "name": "event" } ], - "___id": "T000002R057427", + "___id": "T000002R057735", "___s": true }, { "comment": "/**\r\n * A temporary Transform Matrix, re-used internally during batching by the\r\n * Shape Game Objects.\r\n *\r\n * @name Phaser.Renderer.WebGL.Pipelines.MultiPipeline#calcMatrix\r\n * @type {Phaser.GameObjects.Components.TransformMatrix}\r\n * @since 3.55.0\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 185, + "lineno": 184, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "calcMatrix", @@ -960718,16 +968524,16 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#calcMatrix", "inherited": true, - "___id": "T000002R057431", + "___id": "T000002R057739", "___s": true }, { "comment": "/**\r\n * Called every time the pipeline is bound by the renderer.\r\n * Sets the shader program, vertex buffer and other resources.\r\n * Should only be called when changing pipeline.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#boot\r\n * @since 3.50.0\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 271, + "lineno": 270, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "boot", @@ -960739,16 +968545,16 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#boot", "inherited": true, - "___id": "T000002R057439", + "___id": "T000002R057747", "___s": true }, { "comment": "/**\r\n * Takes a Sprite Game Object, or any object that extends it, and adds it to the batch.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchSprite\r\n * @since 3.0.0\r\n *\r\n * @param {(Phaser.GameObjects.Image|Phaser.GameObjects.Sprite)} gameObject - The texture based Game Object to add to the batch.\r\n * @param {Phaser.Cameras.Scene2D.Camera} camera - The Camera to use for the rendering transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} [parentTransformMatrix] - The transform matrix of the parent container, if set.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 290, + "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchSprite", @@ -960812,16 +968618,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchSprite", "inherited": true, - "___id": "T000002R057440", + "___id": "T000002R057748", "___s": true }, { "comment": "/**\r\n * Generic function for batching a textured quad using argument values instead of a Game Object.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchTexture\r\n * @since 3.0.0\r\n *\r\n * @param {Phaser.GameObjects.GameObject} gameObject - Source GameObject.\r\n * @param {Phaser.Renderer.WebGL.Wrappers.WebGLTextureWrapper} texture - Texture associated with the quad.\r\n * @param {number} textureWidth - Real texture width.\r\n * @param {number} textureHeight - Real texture height.\r\n * @param {number} srcX - X coordinate of the quad.\r\n * @param {number} srcY - Y coordinate of the quad.\r\n * @param {number} srcWidth - Width of the quad.\r\n * @param {number} srcHeight - Height of the quad.\r\n * @param {number} scaleX - X component of scale.\r\n * @param {number} scaleY - Y component of scale.\r\n * @param {number} rotation - Rotation of the quad.\r\n * @param {boolean} flipX - Indicates if the quad is horizontally flipped.\r\n * @param {boolean} flipY - Indicates if the quad is vertically flipped.\r\n * @param {number} scrollFactorX - By which factor is the quad affected by the camera horizontal scroll.\r\n * @param {number} scrollFactorY - By which factor is the quad effected by the camera vertical scroll.\r\n * @param {number} displayOriginX - Horizontal origin in pixels.\r\n * @param {number} displayOriginY - Vertical origin in pixels.\r\n * @param {number} frameX - X coordinate of the texture frame.\r\n * @param {number} frameY - Y coordinate of the texture frame.\r\n * @param {number} frameWidth - Width of the texture frame.\r\n * @param {number} frameHeight - Height of the texture frame.\r\n * @param {number} tintTL - Tint for top left.\r\n * @param {number} tintTR - Tint for top right.\r\n * @param {number} tintBL - Tint for bottom left.\r\n * @param {number} tintBR - Tint for bottom right.\r\n * @param {number} tintEffect - The tint effect.\r\n * @param {number} uOffset - Horizontal offset on texture coordinate.\r\n * @param {number} vOffset - Vertical offset on texture coordinate.\r\n * @param {Phaser.Cameras.Scene2D.Camera} camera - Current used camera.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentTransformMatrix - Parent container.\r\n * @param {boolean} [skipFlip=false] - Skip the renderTexture check.\r\n * @param {number} [textureUnit] - The texture unit to set (defaults to currently bound if undefined or null)\r\n * @param {boolean} [skipPrePost=false] - Skip the pre and post manager calls?\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 425, + "lineno": 427, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchTexture", @@ -961269,16 +969075,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchTexture", "inherited": true, - "___id": "T000002R057441", + "___id": "T000002R057749", "___s": true }, { "comment": "/**\r\n * Adds a Texture Frame into the batch for rendering.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchTextureFrame\r\n * @since 3.12.0\r\n *\r\n * @param {Phaser.Textures.Frame} frame - The Texture Frame to be rendered.\r\n * @param {number} x - The horizontal position to render the texture at.\r\n * @param {number} y - The vertical position to render the texture at.\r\n * @param {number} tint - The tint color.\r\n * @param {number} alpha - The alpha value.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} transformMatrix - The Transform Matrix to use for the texture.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} [parentTransformMatrix] - A parent Transform Matrix.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 601, + "lineno": 607, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchTextureFrame", @@ -961384,16 +969190,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchTextureFrame", "inherited": true, - "___id": "T000002R057442", + "___id": "T000002R057750", "___s": true }, { "comment": "/**\r\n * Pushes a filled rectangle into the vertex batch.\r\n *\r\n * Rectangle factors in the given transform matrices before adding to the batch.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillRect\r\n * @since 3.55.0\r\n *\r\n * @param {number} x - Horizontal top left coordinate of the rectangle.\r\n * @param {number} y - Vertical top left coordinate of the rectangle.\r\n * @param {number} width - Width of the rectangle.\r\n * @param {number} height - Height of the rectangle.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 646, + "lineno": 652, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchFillRect", @@ -961485,16 +969291,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillRect", "inherited": true, - "___id": "T000002R057443", + "___id": "T000002R057751", "___s": true }, { "comment": "/**\r\n * Pushes a filled triangle into the vertex batch.\r\n *\r\n * Triangle factors in the given transform matrices before adding to the batch.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillTriangle\r\n * @since 3.55.0\r\n *\r\n * @param {number} x0 - Point 0 x coordinate.\r\n * @param {number} y0 - Point 0 y coordinate.\r\n * @param {number} x1 - Point 1 x coordinate.\r\n * @param {number} y1 - Point 1 y coordinate.\r\n * @param {number} x2 - Point 2 x coordinate.\r\n * @param {number} y2 - Point 2 y coordinate.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 680, + "lineno": 686, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchFillTriangle", @@ -961612,16 +969418,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillTriangle", "inherited": true, - "___id": "T000002R057444", + "___id": "T000002R057752", "___s": true }, { "comment": "/**\r\n * Pushes a stroked triangle into the vertex batch.\r\n *\r\n * Triangle factors in the given transform matrices before adding to the batch.\r\n *\r\n * The triangle is created from 3 lines and drawn using the `batchStrokePath` method.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchStrokeTriangle\r\n * @since 3.55.0\r\n *\r\n * @param {number} x0 - Point 0 x coordinate.\r\n * @param {number} y0 - Point 0 y coordinate.\r\n * @param {number} x1 - Point 1 x coordinate.\r\n * @param {number} y1 - Point 1 y coordinate.\r\n * @param {number} x2 - Point 2 x coordinate.\r\n * @param {number} y2 - Point 2 y coordinate.\r\n * @param {number} lineWidth - The width of the line in pixels.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 725, + "lineno": 729, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchStrokeTriangle", @@ -961752,16 +969558,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchStrokeTriangle", "inherited": true, - "___id": "T000002R057445", + "___id": "T000002R057753", "___s": true }, { "comment": "/**\r\n * Adds the given path to the vertex batch for rendering.\r\n *\r\n * It works by taking the array of path data and then passing it through Earcut, which\r\n * creates a list of polygons. Each polygon is then added to the batch.\r\n *\r\n * The path is always automatically closed because it's filled.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillPath\r\n * @since 3.55.0\r\n *\r\n * @param {Phaser.Types.Math.Vector2Like[]} path - Collection of points that represent the path.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 768, + "lineno": 772, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchFillPath", @@ -961823,16 +969629,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchFillPath", "inherited": true, - "___id": "T000002R057446", + "___id": "T000002R057754", "___s": true }, { "comment": "/**\r\n * Adds the given path to the vertex batch for rendering.\r\n *\r\n * It works by taking the array of path data and calling `batchLine` for each section\r\n * of the path.\r\n *\r\n * The path is optionally closed at the end.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchStrokePath\r\n * @since 3.55.0\r\n *\r\n * @param {Phaser.Types.Math.Vector2Like[]} path - Collection of points that represent the path.\r\n * @param {number} lineWidth - The width of the line segments in pixels.\r\n * @param {boolean} pathOpen - Indicates if the path should be closed or left open.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 843, + "lineno": 845, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchStrokePath", @@ -961920,16 +969726,16 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchStrokePath", "inherited": true, - "___id": "T000002R057447", + "___id": "T000002R057755", "___s": true }, { "comment": "/**\r\n * Creates a line out of 4 quads and adds it to the vertex batch based on the given line values.\r\n *\r\n * @method Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchLine\r\n * @since 3.55.0\r\n *\r\n * @param {number} ax - x coordinate of the start of the line.\r\n * @param {number} ay - y coordinate of the start of the line.\r\n * @param {number} bx - x coordinate of the end of the line.\r\n * @param {number} by - y coordinate of the end of the line.\r\n * @param {number} aLineWidth - Width of the start of the line.\r\n * @param {number} bLineWidth - Width of the end of the line.\r\n * @param {number} index - If this line is part of a multi-line draw, the index of the line in the draw.\r\n * @param {boolean} closePath - Does this line close a multi-line path?\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} currentMatrix - The current transform.\r\n * @param {Phaser.GameObjects.Components.TransformMatrix} parentMatrix - The parent transform.\r\n */", "meta": { "filename": "MultiPipeline.js", - "lineno": 891, + "lineno": 893, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "batchLine", @@ -962073,7 +969879,7 @@ ], "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#batchLine", "inherited": true, - "___id": "T000002R057448", + "___id": "T000002R057756", "___s": true }, { @@ -962082,7 +969888,7 @@ "filename": "MultiPipeline.js", "lineno": 1012, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl\\pipelines", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl\\pipelines", "code": {} }, "name": "destroy", @@ -962112,7 +969918,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.Pipelines.MultiPipeline#destroy", "inherited": true, - "___id": "T000002R057449", + "___id": "T000002R057757", "___s": true }, { @@ -962121,7 +969927,7 @@ "filename": "WebGLPipeline.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "name", @@ -962142,7 +969948,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#name", "inherited": true, - "___id": "T000002R057450", + "___id": "T000002R057758", "___s": true }, { @@ -962151,7 +969957,7 @@ "filename": "WebGLPipeline.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "game", @@ -962172,7 +969978,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#game", "inherited": true, - "___id": "T000002R057451", + "___id": "T000002R057759", "___s": true }, { @@ -962181,7 +969987,7 @@ "filename": "WebGLPipeline.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderer", @@ -962202,7 +970008,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderer", "inherited": true, - "___id": "T000002R057452", + "___id": "T000002R057760", "___s": true }, { @@ -962211,7 +970017,7 @@ "filename": "WebGLPipeline.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "manager", @@ -962234,7 +970040,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#manager", "inherited": true, - "___id": "T000002R057453", + "___id": "T000002R057761", "___s": true }, { @@ -962243,7 +970049,7 @@ "filename": "WebGLPipeline.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "gl", @@ -962264,7 +970070,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#gl", "inherited": true, - "___id": "T000002R057454", + "___id": "T000002R057762", "___s": true }, { @@ -962273,7 +970079,7 @@ "filename": "WebGLPipeline.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "view", @@ -962294,7 +970100,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#view", "inherited": true, - "___id": "T000002R057455", + "___id": "T000002R057763", "___s": true }, { @@ -962303,7 +970109,7 @@ "filename": "WebGLPipeline.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "width", @@ -962324,7 +970130,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#width", "inherited": true, - "___id": "T000002R057456", + "___id": "T000002R057764", "___s": true }, { @@ -962333,7 +970139,7 @@ "filename": "WebGLPipeline.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "height", @@ -962354,7 +970160,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#height", "inherited": true, - "___id": "T000002R057457", + "___id": "T000002R057765", "___s": true }, { @@ -962363,7 +970169,7 @@ "filename": "WebGLPipeline.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCount", @@ -962385,7 +970191,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCount", "inherited": true, - "___id": "T000002R057458", + "___id": "T000002R057766", "___s": true }, { @@ -962394,7 +970200,7 @@ "filename": "WebGLPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCapacity", @@ -962415,7 +970221,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCapacity", "inherited": true, - "___id": "T000002R057459", + "___id": "T000002R057767", "___s": true }, { @@ -962424,7 +970230,7 @@ "filename": "WebGLPipeline.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexData", @@ -962446,7 +970252,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexData", "inherited": true, - "___id": "T000002R057460", + "___id": "T000002R057768", "___s": true }, { @@ -962455,7 +970261,7 @@ "filename": "WebGLPipeline.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexBuffer", @@ -962477,7 +970283,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexBuffer", "inherited": true, - "___id": "T000002R057461", + "___id": "T000002R057769", "___s": true }, { @@ -962486,7 +970292,7 @@ "filename": "WebGLPipeline.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeBuffer", @@ -962507,7 +970313,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeBuffer", "inherited": true, - "___id": "T000002R057462", + "___id": "T000002R057770", "___s": true }, { @@ -962516,7 +970322,7 @@ "filename": "WebGLPipeline.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "topology", @@ -962537,7 +970343,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#topology", "inherited": true, - "___id": "T000002R057463", + "___id": "T000002R057771", "___s": true }, { @@ -962546,7 +970352,7 @@ "filename": "WebGLPipeline.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bytes", @@ -962567,7 +970373,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bytes", "inherited": true, - "___id": "T000002R057464", + "___id": "T000002R057772", "___s": true }, { @@ -962576,7 +970382,7 @@ "filename": "WebGLPipeline.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewF32", @@ -962597,7 +970403,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewF32", "inherited": true, - "___id": "T000002R057465", + "___id": "T000002R057773", "___s": true }, { @@ -962606,7 +970412,7 @@ "filename": "WebGLPipeline.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewU32", @@ -962627,7 +970433,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewU32", "inherited": true, - "___id": "T000002R057466", + "___id": "T000002R057774", "___s": true }, { @@ -962636,7 +970442,7 @@ "filename": "WebGLPipeline.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "active", @@ -962657,7 +970463,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#active", "inherited": true, - "___id": "T000002R057467", + "___id": "T000002R057775", "___s": true }, { @@ -962666,7 +970472,7 @@ "filename": "WebGLPipeline.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "forceZero", @@ -962687,7 +970493,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#forceZero", "inherited": true, - "___id": "T000002R057468", + "___id": "T000002R057776", "___s": true }, { @@ -962696,7 +970502,7 @@ "filename": "WebGLPipeline.js", "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "hasBooted", @@ -962718,7 +970524,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#hasBooted", "inherited": true, - "___id": "T000002R057469", + "___id": "T000002R057777", "___s": true }, { @@ -962727,7 +970533,7 @@ "filename": "WebGLPipeline.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPostFX", @@ -962749,7 +970555,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPostFX", "inherited": true, - "___id": "T000002R057470", + "___id": "T000002R057778", "___s": true }, { @@ -962758,7 +970564,7 @@ "filename": "WebGLPipeline.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPreFX", @@ -962780,7 +970586,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPreFX", "inherited": true, - "___id": "T000002R057471", + "___id": "T000002R057779", "___s": true }, { @@ -962789,7 +970595,7 @@ "filename": "WebGLPipeline.js", "lineno": 289, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderTargets", @@ -962819,7 +970625,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderTargets", "inherited": true, - "___id": "T000002R057472", + "___id": "T000002R057780", "___s": true }, { @@ -962828,7 +970634,7 @@ "filename": "WebGLPipeline.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentRenderTarget", @@ -962849,7 +970655,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentRenderTarget", "inherited": true, - "___id": "T000002R057473", + "___id": "T000002R057781", "___s": true }, { @@ -962858,7 +970664,7 @@ "filename": "WebGLPipeline.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shaders", @@ -962888,7 +970694,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shaders", "inherited": true, - "___id": "T000002R057474", + "___id": "T000002R057782", "___s": true }, { @@ -962897,7 +970703,7 @@ "filename": "WebGLPipeline.js", "lineno": 322, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentShader", @@ -962918,7 +970724,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentShader", "inherited": true, - "___id": "T000002R057475", + "___id": "T000002R057783", "___s": true }, { @@ -962927,7 +970733,7 @@ "filename": "WebGLPipeline.js", "lineno": 334, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionMatrix", @@ -962948,7 +970754,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionMatrix", "inherited": true, - "___id": "T000002R057476", + "___id": "T000002R057784", "___s": true }, { @@ -962957,7 +970763,7 @@ "filename": "WebGLPipeline.js", "lineno": 343, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionWidth", @@ -962978,7 +970784,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionWidth", "inherited": true, - "___id": "T000002R057477", + "___id": "T000002R057785", "___s": true }, { @@ -962987,7 +970793,7 @@ "filename": "WebGLPipeline.js", "lineno": 352, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionHeight", @@ -963008,7 +970814,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionHeight", "inherited": true, - "___id": "T000002R057478", + "___id": "T000002R057786", "___s": true }, { @@ -963017,7 +970823,7 @@ "filename": "WebGLPipeline.js", "lineno": 361, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "config", @@ -963038,7 +970844,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#config", "inherited": true, - "___id": "T000002R057479", + "___id": "T000002R057787", "___s": true }, { @@ -963047,7 +970853,7 @@ "filename": "WebGLPipeline.js", "lineno": 374, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "glReset", @@ -963068,7 +970874,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#glReset", "inherited": true, - "___id": "T000002R057480", + "___id": "T000002R057788", "___s": true }, { @@ -963077,7 +970883,7 @@ "filename": "WebGLPipeline.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batch", @@ -963107,7 +970913,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batch", "inherited": true, - "___id": "T000002R057481", + "___id": "T000002R057789", "___s": true }, { @@ -963116,7 +970922,7 @@ "filename": "WebGLPipeline.js", "lineno": 401, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentBatch", @@ -963139,7 +970945,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentBatch", "inherited": true, - "___id": "T000002R057482", + "___id": "T000002R057790", "___s": true }, { @@ -963148,7 +970954,7 @@ "filename": "WebGLPipeline.js", "lineno": 414, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentTexture", @@ -963171,7 +970977,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentTexture", "inherited": true, - "___id": "T000002R057483", + "___id": "T000002R057791", "___s": true }, { @@ -963180,7 +970986,7 @@ "filename": "WebGLPipeline.js", "lineno": 427, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentUnit", @@ -963201,7 +971007,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentUnit", "inherited": true, - "___id": "T000002R057484", + "___id": "T000002R057792", "___s": true }, { @@ -963210,7 +971016,7 @@ "filename": "WebGLPipeline.js", "lineno": 438, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeTextures", @@ -963240,7 +971046,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeTextures", "inherited": true, - "___id": "T000002R057485", + "___id": "T000002R057793", "___s": true }, { @@ -963249,7 +971055,7 @@ "filename": "WebGLPipeline.js", "lineno": 451, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resizeUniform", @@ -963270,7 +971076,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resizeUniform", "inherited": true, - "___id": "T000002R057486", + "___id": "T000002R057794", "___s": true }, { @@ -963279,7 +971085,7 @@ "filename": "WebGLPipeline.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBoot", @@ -963291,7 +971097,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBoot", "inherited": true, - "___id": "T000002R057487", + "___id": "T000002R057795", "___s": true }, { @@ -963300,7 +971106,7 @@ "filename": "WebGLPipeline.js", "lineno": 611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onResize", @@ -963340,7 +971146,7 @@ "name": "height" } ], - "___id": "T000002R057488", + "___id": "T000002R057796", "___s": true }, { @@ -963349,7 +971155,7 @@ "filename": "WebGLPipeline.js", "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShader", @@ -963420,7 +971226,7 @@ "name": "vertexBuffer" } ], - "___id": "T000002R057489", + "___id": "T000002R057797", "___s": true }, { @@ -963429,7 +971235,7 @@ "filename": "WebGLPipeline.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "getShaderByName", @@ -963470,7 +971276,7 @@ "name": "name" } ], - "___id": "T000002R057490", + "___id": "T000002R057798", "___s": true }, { @@ -963479,7 +971285,7 @@ "filename": "WebGLPipeline.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShadersFromConfig", @@ -963521,7 +971327,7 @@ "name": "config" } ], - "___id": "T000002R057491", + "___id": "T000002R057799", "___s": true }, { @@ -963530,7 +971336,7 @@ "filename": "WebGLPipeline.js", "lineno": 789, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "createBatch", @@ -963571,7 +971377,7 @@ "name": "texture" } ], - "___id": "T000002R057492", + "___id": "T000002R057800", "___s": true }, { @@ -963580,7 +971386,7 @@ "filename": "WebGLPipeline.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "addTextureToBatch", @@ -963607,7 +971413,7 @@ "name": "texture" } ], - "___id": "T000002R057493", + "___id": "T000002R057801", "___s": true }, { @@ -963616,7 +971422,7 @@ "filename": "WebGLPipeline.js", "lineno": 839, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "pushBatch", @@ -963657,7 +971463,7 @@ "name": "texture" } ], - "___id": "T000002R057494", + "___id": "T000002R057802", "___s": true }, { @@ -963666,7 +971472,7 @@ "filename": "WebGLPipeline.js", "lineno": 912, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setGameObject", @@ -963721,7 +971527,7 @@ "name": "frame" } ], - "___id": "T000002R057495", + "___id": "T000002R057803", "___s": true }, { @@ -963730,7 +971536,7 @@ "filename": "WebGLPipeline.js", "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shouldFlush", @@ -963773,7 +971579,7 @@ "name": "amount" } ], - "___id": "T000002R057496", + "___id": "T000002R057804", "___s": true }, { @@ -963782,7 +971588,7 @@ "filename": "WebGLPipeline.js", "lineno": 952, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexAvailable", @@ -963808,7 +971614,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexAvailable", "inherited": true, - "___id": "T000002R057497", + "___id": "T000002R057805", "___s": true }, { @@ -963817,7 +971623,7 @@ "filename": "WebGLPipeline.js", "lineno": 966, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resize", @@ -963875,7 +971681,7 @@ "name": "height" } ], - "___id": "T000002R057498", + "___id": "T000002R057806", "___s": true }, { @@ -963884,7 +971690,7 @@ "filename": "WebGLPipeline.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setProjectionMatrix", @@ -963939,7 +971745,7 @@ "name": "height" } ], - "___id": "T000002R057499", + "___id": "T000002R057807", "___s": true }, { @@ -963948,7 +971754,7 @@ "filename": "WebGLPipeline.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flipProjectionMatrix", @@ -963977,7 +971783,7 @@ "name": "flipY" } ], - "___id": "T000002R057500", + "___id": "T000002R057808", "___s": true }, { @@ -963986,7 +971792,7 @@ "filename": "WebGLPipeline.js", "lineno": 1096, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "updateProjectionMatrix", @@ -963998,7 +971804,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#updateProjectionMatrix", "inherited": true, - "___id": "T000002R057501", + "___id": "T000002R057809", "___s": true }, { @@ -964007,7 +971813,7 @@ "filename": "WebGLPipeline.js", "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bind", @@ -964053,7 +971859,7 @@ "name": "currentShader" } ], - "___id": "T000002R057502", + "___id": "T000002R057810", "___s": true }, { @@ -964062,7 +971868,7 @@ "filename": "WebGLPipeline.js", "lineno": 1169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "rebind", @@ -964108,7 +971914,7 @@ "name": "currentShader" } ], - "___id": "T000002R057503", + "___id": "T000002R057811", "___s": true }, { @@ -964117,7 +971923,7 @@ "filename": "WebGLPipeline.js", "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "restoreContext", @@ -964129,7 +971935,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#restoreContext", "inherited": true, - "___id": "T000002R057504", + "___id": "T000002R057812", "___s": true }, { @@ -964138,7 +971944,7 @@ "filename": "WebGLPipeline.js", "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setVertexBuffer", @@ -964180,7 +971986,7 @@ "name": "buffer" } ], - "___id": "T000002R057505", + "___id": "T000002R057813", "___s": true }, { @@ -964189,7 +971995,7 @@ "filename": "WebGLPipeline.js", "lineno": 1282, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "preBatch", @@ -964242,7 +972048,7 @@ "name": "gameObject" } ], - "___id": "T000002R057506", + "___id": "T000002R057814", "___s": true }, { @@ -964251,7 +972057,7 @@ "filename": "WebGLPipeline.js", "lineno": 1309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "postBatch", @@ -964304,7 +972110,7 @@ "name": "gameObject" } ], - "___id": "T000002R057507", + "___id": "T000002R057815", "___s": true }, { @@ -964313,7 +972119,7 @@ "filename": "WebGLPipeline.js", "lineno": 1335, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onDraw", @@ -964354,7 +972160,7 @@ "name": "swapTarget" } ], - "___id": "T000002R057508", + "___id": "T000002R057816", "___s": true }, { @@ -964363,7 +972169,7 @@ "filename": "WebGLPipeline.js", "lineno": 1355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "unbind", @@ -964375,7 +972181,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#unbind", "inherited": true, - "___id": "T000002R057509", + "___id": "T000002R057817", "___s": true }, { @@ -964384,7 +972190,7 @@ "filename": "WebGLPipeline.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flush", @@ -964432,7 +972238,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R057510", + "___id": "T000002R057818", "___s": true }, { @@ -964441,7 +972247,7 @@ "filename": "WebGLPipeline.js", "lineno": 1478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onActive", @@ -964468,7 +972274,7 @@ "name": "currentShader" } ], - "___id": "T000002R057511", + "___id": "T000002R057819", "___s": true }, { @@ -964477,7 +972283,7 @@ "filename": "WebGLPipeline.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBind", @@ -964505,7 +972311,7 @@ "name": "gameObject" } ], - "___id": "T000002R057512", + "___id": "T000002R057820", "___s": true }, { @@ -964514,7 +972320,7 @@ "filename": "WebGLPipeline.js", "lineno": 1518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRebind", @@ -964526,7 +972332,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRebind", "inherited": true, - "___id": "T000002R057513", + "___id": "T000002R057821", "___s": true }, { @@ -964535,7 +972341,7 @@ "filename": "WebGLPipeline.js", "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBatch", @@ -964563,7 +972369,7 @@ "name": "gameObject" } ], - "___id": "T000002R057514", + "___id": "T000002R057822", "___s": true }, { @@ -964572,7 +972378,7 @@ "filename": "WebGLPipeline.js", "lineno": 1553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreBatch", @@ -964600,7 +972406,7 @@ "name": "gameObject" } ], - "___id": "T000002R057515", + "___id": "T000002R057823", "___s": true }, { @@ -964609,7 +972415,7 @@ "filename": "WebGLPipeline.js", "lineno": 1567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostBatch", @@ -964637,7 +972443,7 @@ "name": "gameObject" } ], - "___id": "T000002R057516", + "___id": "T000002R057824", "___s": true }, { @@ -964646,7 +972452,7 @@ "filename": "WebGLPipeline.js", "lineno": 1581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreRender", @@ -964658,7 +972464,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreRender", "inherited": true, - "___id": "T000002R057517", + "___id": "T000002R057825", "___s": true }, { @@ -964667,7 +972473,7 @@ "filename": "WebGLPipeline.js", "lineno": 1594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRender", @@ -964707,7 +972513,7 @@ "name": "camera" } ], - "___id": "T000002R057518", + "___id": "T000002R057826", "___s": true }, { @@ -964716,7 +972522,7 @@ "filename": "WebGLPipeline.js", "lineno": 1611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostRender", @@ -964728,7 +972534,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostRender", "inherited": true, - "___id": "T000002R057519", + "___id": "T000002R057827", "___s": true }, { @@ -964737,7 +972543,7 @@ "filename": "WebGLPipeline.js", "lineno": 1626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBeforeFlush", @@ -964766,7 +972572,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R057520", + "___id": "T000002R057828", "___s": true }, { @@ -964775,7 +972581,7 @@ "filename": "WebGLPipeline.js", "lineno": 1643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onAfterFlush", @@ -964804,7 +972610,7 @@ "name": "isPostFlush" } ], - "___id": "T000002R057521", + "___id": "T000002R057829", "___s": true }, { @@ -964813,7 +972619,7 @@ "filename": "WebGLPipeline.js", "lineno": 1664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchVert", @@ -964928,7 +972734,7 @@ "name": "tint" } ], - "___id": "T000002R057522", + "___id": "T000002R057830", "___s": true }, { @@ -964937,7 +972743,7 @@ "filename": "WebGLPipeline.js", "lineno": 1704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchQuad", @@ -965247,7 +973053,7 @@ "name": "unit" } ], - "___id": "T000002R057523", + "___id": "T000002R057831", "___s": true }, { @@ -965256,7 +973062,7 @@ "filename": "WebGLPipeline.js", "lineno": 1827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchTri", @@ -965527,7 +973333,7 @@ "name": "unit" } ], - "___id": "T000002R057524", + "___id": "T000002R057832", "___s": true }, { @@ -965536,7 +973342,7 @@ "filename": "WebGLPipeline.js", "lineno": 1921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "drawFillRect", @@ -965657,7 +973463,7 @@ "name": "flipUV" } ], - "___id": "T000002R057525", + "___id": "T000002R057833", "___s": true }, { @@ -965666,7 +973472,7 @@ "filename": "WebGLPipeline.js", "lineno": 1971, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTexture2D", @@ -965708,7 +973514,7 @@ "name": "texture" } ], - "___id": "T000002R057526", + "___id": "T000002R057834", "___s": true }, { @@ -965717,7 +973523,7 @@ "filename": "WebGLPipeline.js", "lineno": 1989, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindTexture", @@ -965775,7 +973581,7 @@ "name": "unit" } ], - "___id": "T000002R057527", + "___id": "T000002R057835", "___s": true }, { @@ -965784,7 +973590,7 @@ "filename": "WebGLPipeline.js", "lineno": 2013, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindRenderTarget", @@ -965842,7 +973648,7 @@ "name": "unit" } ], - "___id": "T000002R057528", + "___id": "T000002R057836", "___s": true }, { @@ -965851,7 +973657,7 @@ "filename": "WebGLPipeline.js", "lineno": 2030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTime", @@ -965907,7 +973713,7 @@ "name": "shader" } ], - "___id": "T000002R057529", + "___id": "T000002R057837", "___s": true }, { @@ -965916,7 +973722,7 @@ "filename": "WebGLPipeline.js", "lineno": 2050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setBoolean", @@ -965985,7 +973791,7 @@ "name": "shader" } ], - "___id": "T000002R057530", + "___id": "T000002R057838", "___s": true }, { @@ -965994,7 +973800,7 @@ "filename": "WebGLPipeline.js", "lineno": 2077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1f", @@ -966063,7 +973869,7 @@ "name": "shader" } ], - "___id": "T000002R057531", + "___id": "T000002R057839", "___s": true }, { @@ -966072,7 +973878,7 @@ "filename": "WebGLPipeline.js", "lineno": 2104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2f", @@ -966154,7 +973960,7 @@ "name": "shader" } ], - "___id": "T000002R057532", + "___id": "T000002R057840", "___s": true }, { @@ -966163,7 +973969,7 @@ "filename": "WebGLPipeline.js", "lineno": 2132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3f", @@ -966258,7 +974064,7 @@ "name": "shader" } ], - "___id": "T000002R057533", + "___id": "T000002R057841", "___s": true }, { @@ -966267,7 +974073,7 @@ "filename": "WebGLPipeline.js", "lineno": 2161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4f", @@ -966375,7 +974181,7 @@ "name": "shader" } ], - "___id": "T000002R057534", + "___id": "T000002R057842", "___s": true }, { @@ -966384,7 +974190,7 @@ "filename": "WebGLPipeline.js", "lineno": 2191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1fv", @@ -966472,7 +974278,7 @@ "name": "shader" } ], - "___id": "T000002R057535", + "___id": "T000002R057843", "___s": true }, { @@ -966481,7 +974287,7 @@ "filename": "WebGLPipeline.js", "lineno": 2218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2fv", @@ -966569,7 +974375,7 @@ "name": "shader" } ], - "___id": "T000002R057536", + "___id": "T000002R057844", "___s": true }, { @@ -966578,7 +974384,7 @@ "filename": "WebGLPipeline.js", "lineno": 2245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3fv", @@ -966666,7 +974472,7 @@ "name": "shader" } ], - "___id": "T000002R057537", + "___id": "T000002R057845", "___s": true }, { @@ -966675,7 +974481,7 @@ "filename": "WebGLPipeline.js", "lineno": 2272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4fv", @@ -966763,7 +974569,7 @@ "name": "shader" } ], - "___id": "T000002R057538", + "___id": "T000002R057846", "___s": true }, { @@ -966772,7 +974578,7 @@ "filename": "WebGLPipeline.js", "lineno": 2299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1iv", @@ -966860,7 +974666,7 @@ "name": "shader" } ], - "___id": "T000002R057539", + "___id": "T000002R057847", "___s": true }, { @@ -966869,7 +974675,7 @@ "filename": "WebGLPipeline.js", "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2iv", @@ -966957,7 +974763,7 @@ "name": "shader" } ], - "___id": "T000002R057540", + "___id": "T000002R057848", "___s": true }, { @@ -966966,7 +974772,7 @@ "filename": "WebGLPipeline.js", "lineno": 2353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3iv", @@ -967054,7 +974860,7 @@ "name": "shader" } ], - "___id": "T000002R057541", + "___id": "T000002R057849", "___s": true }, { @@ -967063,7 +974869,7 @@ "filename": "WebGLPipeline.js", "lineno": 2380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4iv", @@ -967151,7 +974957,7 @@ "name": "shader" } ], - "___id": "T000002R057542", + "___id": "T000002R057850", "___s": true }, { @@ -967160,7 +974966,7 @@ "filename": "WebGLPipeline.js", "lineno": 2407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1i", @@ -967229,7 +975035,7 @@ "name": "shader" } ], - "___id": "T000002R057543", + "___id": "T000002R057851", "___s": true }, { @@ -967238,7 +975044,7 @@ "filename": "WebGLPipeline.js", "lineno": 2434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2i", @@ -967320,7 +975126,7 @@ "name": "shader" } ], - "___id": "T000002R057544", + "___id": "T000002R057852", "___s": true }, { @@ -967329,7 +975135,7 @@ "filename": "WebGLPipeline.js", "lineno": 2462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3i", @@ -967424,7 +975230,7 @@ "name": "shader" } ], - "___id": "T000002R057545", + "___id": "T000002R057853", "___s": true }, { @@ -967433,7 +975239,7 @@ "filename": "WebGLPipeline.js", "lineno": 2491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4i", @@ -967541,7 +975347,7 @@ "name": "shader" } ], - "___id": "T000002R057546", + "___id": "T000002R057854", "___s": true }, { @@ -967550,7 +975356,7 @@ "filename": "WebGLPipeline.js", "lineno": 2521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix2fv", @@ -967651,7 +975457,7 @@ "name": "shader" } ], - "___id": "T000002R057547", + "___id": "T000002R057855", "___s": true }, { @@ -967660,7 +975466,7 @@ "filename": "WebGLPipeline.js", "lineno": 2549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix3fv", @@ -967742,7 +975548,7 @@ "name": "shader" } ], - "___id": "T000002R057548", + "___id": "T000002R057856", "___s": true }, { @@ -967751,7 +975557,7 @@ "filename": "WebGLPipeline.js", "lineno": 2577, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix4fv", @@ -967833,7 +975639,7 @@ "name": "shader" } ], - "___id": "T000002R057549", + "___id": "T000002R057857", "___s": true }, { @@ -967842,7 +975648,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -967854,7 +975660,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R057550", + "___id": "T000002R057858", "___s": true }, { @@ -967863,7 +975669,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -967906,7 +975712,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R057551", + "___id": "T000002R057859", "___s": true }, { @@ -967915,7 +975721,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -967975,7 +975781,7 @@ "name": "event" } ], - "___id": "T000002R057552", + "___id": "T000002R057860", "___s": true }, { @@ -967984,7 +975790,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -968035,7 +975841,7 @@ "name": "event" } ], - "___id": "T000002R057553", + "___id": "T000002R057861", "___s": true }, { @@ -968044,7 +975850,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -968110,7 +975916,7 @@ "name": "args" } ], - "___id": "T000002R057554", + "___id": "T000002R057862", "___s": true }, { @@ -968119,7 +975925,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -968198,7 +976004,7 @@ "name": "context" } ], - "___id": "T000002R057555", + "___id": "T000002R057863", "___s": true }, { @@ -968207,7 +976013,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -968286,7 +976092,7 @@ "name": "context" } ], - "___id": "T000002R057556", + "___id": "T000002R057864", "___s": true }, { @@ -968295,7 +976101,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -968374,7 +976180,7 @@ "name": "context" } ], - "___id": "T000002R057557", + "___id": "T000002R057865", "___s": true }, { @@ -968383,7 +976189,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -968476,7 +976282,7 @@ "name": "once" } ], - "___id": "T000002R057558", + "___id": "T000002R057866", "___s": true }, { @@ -968485,7 +976291,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -968578,7 +976384,7 @@ "name": "once" } ], - "___id": "T000002R057559", + "___id": "T000002R057867", "___s": true }, { @@ -968587,7 +976393,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -968640,7 +976446,7 @@ "name": "event" } ], - "___id": "T000002R057560", + "___id": "T000002R057868", "___s": true }, { @@ -968649,7 +976455,7 @@ "filename": "WebGLPipeline.js", "lineno": 65, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "name", @@ -968670,7 +976476,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#name", "inherited": true, - "___id": "T000002R057561", + "___id": "T000002R057869", "___s": true }, { @@ -968679,7 +976485,7 @@ "filename": "WebGLPipeline.js", "lineno": 74, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "game", @@ -968700,7 +976506,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#game", "inherited": true, - "___id": "T000002R057562", + "___id": "T000002R057870", "___s": true }, { @@ -968709,7 +976515,7 @@ "filename": "WebGLPipeline.js", "lineno": 83, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderer", @@ -968730,7 +976536,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderer", "inherited": true, - "___id": "T000002R057563", + "___id": "T000002R057871", "___s": true }, { @@ -968739,7 +976545,7 @@ "filename": "WebGLPipeline.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "manager", @@ -968762,7 +976568,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#manager", "inherited": true, - "___id": "T000002R057564", + "___id": "T000002R057872", "___s": true }, { @@ -968771,7 +976577,7 @@ "filename": "WebGLPipeline.js", "lineno": 104, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "gl", @@ -968792,7 +976598,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#gl", "inherited": true, - "___id": "T000002R057565", + "___id": "T000002R057873", "___s": true }, { @@ -968801,7 +976607,7 @@ "filename": "WebGLPipeline.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "view", @@ -968822,7 +976628,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#view", "inherited": true, - "___id": "T000002R057566", + "___id": "T000002R057874", "___s": true }, { @@ -968831,7 +976637,7 @@ "filename": "WebGLPipeline.js", "lineno": 122, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "width", @@ -968852,7 +976658,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#width", "inherited": true, - "___id": "T000002R057567", + "___id": "T000002R057875", "___s": true }, { @@ -968861,7 +976667,7 @@ "filename": "WebGLPipeline.js", "lineno": 131, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "height", @@ -968882,7 +976688,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#height", "inherited": true, - "___id": "T000002R057568", + "___id": "T000002R057876", "___s": true }, { @@ -968891,7 +976697,7 @@ "filename": "WebGLPipeline.js", "lineno": 140, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCount", @@ -968913,7 +976719,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCount", "inherited": true, - "___id": "T000002R057569", + "___id": "T000002R057877", "___s": true }, { @@ -968922,7 +976728,7 @@ "filename": "WebGLPipeline.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexCapacity", @@ -968943,7 +976749,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexCapacity", "inherited": true, - "___id": "T000002R057570", + "___id": "T000002R057878", "___s": true }, { @@ -968952,7 +976758,7 @@ "filename": "WebGLPipeline.js", "lineno": 161, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexData", @@ -968974,7 +976780,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexData", "inherited": true, - "___id": "T000002R057571", + "___id": "T000002R057879", "___s": true }, { @@ -968983,7 +976789,7 @@ "filename": "WebGLPipeline.js", "lineno": 174, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexBuffer", @@ -969005,7 +976811,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexBuffer", "inherited": true, - "___id": "T000002R057572", + "___id": "T000002R057880", "___s": true }, { @@ -969014,7 +976820,7 @@ "filename": "WebGLPipeline.js", "lineno": 187, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeBuffer", @@ -969035,7 +976841,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeBuffer", "inherited": true, - "___id": "T000002R057573", + "___id": "T000002R057881", "___s": true }, { @@ -969044,7 +976850,7 @@ "filename": "WebGLPipeline.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "topology", @@ -969065,7 +976871,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#topology", "inherited": true, - "___id": "T000002R057574", + "___id": "T000002R057882", "___s": true }, { @@ -969074,7 +976880,7 @@ "filename": "WebGLPipeline.js", "lineno": 207, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bytes", @@ -969095,7 +976901,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bytes", "inherited": true, - "___id": "T000002R057575", + "___id": "T000002R057883", "___s": true }, { @@ -969104,7 +976910,7 @@ "filename": "WebGLPipeline.js", "lineno": 216, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewF32", @@ -969125,7 +976931,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewF32", "inherited": true, - "___id": "T000002R057576", + "___id": "T000002R057884", "___s": true }, { @@ -969134,7 +976940,7 @@ "filename": "WebGLPipeline.js", "lineno": 225, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexViewU32", @@ -969155,7 +976961,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexViewU32", "inherited": true, - "___id": "T000002R057577", + "___id": "T000002R057885", "___s": true }, { @@ -969164,7 +976970,7 @@ "filename": "WebGLPipeline.js", "lineno": 234, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "active", @@ -969185,7 +976991,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#active", "inherited": true, - "___id": "T000002R057578", + "___id": "T000002R057886", "___s": true }, { @@ -969194,7 +977000,7 @@ "filename": "WebGLPipeline.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "forceZero", @@ -969215,7 +977021,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#forceZero", "inherited": true, - "___id": "T000002R057579", + "___id": "T000002R057887", "___s": true }, { @@ -969224,7 +977030,7 @@ "filename": "WebGLPipeline.js", "lineno": 256, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "hasBooted", @@ -969246,7 +977052,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#hasBooted", "inherited": true, - "___id": "T000002R057580", + "___id": "T000002R057888", "___s": true }, { @@ -969255,7 +977061,7 @@ "filename": "WebGLPipeline.js", "lineno": 269, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPostFX", @@ -969277,7 +977083,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPostFX", "inherited": true, - "___id": "T000002R057581", + "___id": "T000002R057889", "___s": true }, { @@ -969286,7 +977092,7 @@ "filename": "WebGLPipeline.js", "lineno": 279, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "isPreFX", @@ -969308,7 +977114,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#isPreFX", "inherited": true, - "___id": "T000002R057582", + "___id": "T000002R057890", "___s": true }, { @@ -969317,7 +977123,7 @@ "filename": "WebGLPipeline.js", "lineno": 289, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "renderTargets", @@ -969347,7 +977153,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#renderTargets", "inherited": true, - "___id": "T000002R057583", + "___id": "T000002R057891", "___s": true }, { @@ -969356,7 +977162,7 @@ "filename": "WebGLPipeline.js", "lineno": 298, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentRenderTarget", @@ -969377,7 +977183,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentRenderTarget", "inherited": true, - "___id": "T000002R057584", + "___id": "T000002R057892", "___s": true }, { @@ -969386,7 +977192,7 @@ "filename": "WebGLPipeline.js", "lineno": 307, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shaders", @@ -969416,7 +977222,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shaders", "inherited": true, - "___id": "T000002R057585", + "___id": "T000002R057893", "___s": true }, { @@ -969425,7 +977231,7 @@ "filename": "WebGLPipeline.js", "lineno": 322, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentShader", @@ -969446,7 +977252,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentShader", "inherited": true, - "___id": "T000002R057586", + "___id": "T000002R057894", "___s": true }, { @@ -969455,7 +977261,7 @@ "filename": "WebGLPipeline.js", "lineno": 334, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionMatrix", @@ -969476,7 +977282,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionMatrix", "inherited": true, - "___id": "T000002R057587", + "___id": "T000002R057895", "___s": true }, { @@ -969485,7 +977291,7 @@ "filename": "WebGLPipeline.js", "lineno": 343, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionWidth", @@ -969506,7 +977312,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionWidth", "inherited": true, - "___id": "T000002R057588", + "___id": "T000002R057896", "___s": true }, { @@ -969515,7 +977321,7 @@ "filename": "WebGLPipeline.js", "lineno": 352, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "projectionHeight", @@ -969536,7 +977342,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#projectionHeight", "inherited": true, - "___id": "T000002R057589", + "___id": "T000002R057897", "___s": true }, { @@ -969545,7 +977351,7 @@ "filename": "WebGLPipeline.js", "lineno": 361, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "config", @@ -969566,7 +977372,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#config", "inherited": true, - "___id": "T000002R057590", + "___id": "T000002R057898", "___s": true }, { @@ -969575,7 +977381,7 @@ "filename": "WebGLPipeline.js", "lineno": 374, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "glReset", @@ -969596,7 +977402,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#glReset", "inherited": true, - "___id": "T000002R057591", + "___id": "T000002R057899", "___s": true }, { @@ -969605,7 +977411,7 @@ "filename": "WebGLPipeline.js", "lineno": 387, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batch", @@ -969635,7 +977441,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batch", "inherited": true, - "___id": "T000002R057592", + "___id": "T000002R057900", "___s": true }, { @@ -969644,7 +977450,7 @@ "filename": "WebGLPipeline.js", "lineno": 401, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentBatch", @@ -969667,7 +977473,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentBatch", "inherited": true, - "___id": "T000002R057593", + "___id": "T000002R057901", "___s": true }, { @@ -969676,7 +977482,7 @@ "filename": "WebGLPipeline.js", "lineno": 414, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentTexture", @@ -969699,7 +977505,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentTexture", "inherited": true, - "___id": "T000002R057594", + "___id": "T000002R057902", "___s": true }, { @@ -969708,7 +977514,7 @@ "filename": "WebGLPipeline.js", "lineno": 427, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "currentUnit", @@ -969729,7 +977535,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#currentUnit", "inherited": true, - "___id": "T000002R057595", + "___id": "T000002R057903", "___s": true }, { @@ -969738,7 +977544,7 @@ "filename": "WebGLPipeline.js", "lineno": 438, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "activeTextures", @@ -969768,7 +977574,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#activeTextures", "inherited": true, - "___id": "T000002R057596", + "___id": "T000002R057904", "___s": true }, { @@ -969777,7 +977583,7 @@ "filename": "WebGLPipeline.js", "lineno": 451, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resizeUniform", @@ -969798,7 +977604,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resizeUniform", "inherited": true, - "___id": "T000002R057597", + "___id": "T000002R057905", "___s": true }, { @@ -969807,7 +977613,7 @@ "filename": "WebGLPipeline.js", "lineno": 463, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "boot", @@ -969822,7 +977628,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#boot", "inherited": true, - "___id": "T000002R057598", + "___id": "T000002R057906", "___s": true }, { @@ -969831,7 +977637,7 @@ "filename": "WebGLPipeline.js", "lineno": 599, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBoot", @@ -969843,7 +977649,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBoot", "inherited": true, - "___id": "T000002R057599", + "___id": "T000002R057907", "___s": true }, { @@ -969852,7 +977658,7 @@ "filename": "WebGLPipeline.js", "lineno": 611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onResize", @@ -969892,7 +977698,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onResize", "inherited": true, - "___id": "T000002R057600", + "___id": "T000002R057908", "___s": true }, { @@ -969901,7 +977707,7 @@ "filename": "WebGLPipeline.js", "lineno": 627, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShader", @@ -969972,7 +977778,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setShader", "inherited": true, - "___id": "T000002R057601", + "___id": "T000002R057909", "___s": true }, { @@ -969981,7 +977787,7 @@ "filename": "WebGLPipeline.js", "lineno": 662, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "getShaderByName", @@ -970022,7 +977828,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#getShaderByName", "inherited": true, - "___id": "T000002R057602", + "___id": "T000002R057910", "___s": true }, { @@ -970031,7 +977837,7 @@ "filename": "WebGLPipeline.js", "lineno": 685, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setShadersFromConfig", @@ -970073,7 +977879,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setShadersFromConfig", "inherited": true, - "___id": "T000002R057603", + "___id": "T000002R057911", "___s": true }, { @@ -970082,7 +977888,7 @@ "filename": "WebGLPipeline.js", "lineno": 789, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "createBatch", @@ -970123,7 +977929,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#createBatch", "inherited": true, - "___id": "T000002R057604", + "___id": "T000002R057912", "___s": true }, { @@ -970132,7 +977938,7 @@ "filename": "WebGLPipeline.js", "lineno": 818, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "addTextureToBatch", @@ -970159,7 +977965,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#addTextureToBatch", "inherited": true, - "___id": "T000002R057605", + "___id": "T000002R057913", "___s": true }, { @@ -970168,7 +977974,7 @@ "filename": "WebGLPipeline.js", "lineno": 839, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "pushBatch", @@ -970209,7 +978015,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#pushBatch", "inherited": true, - "___id": "T000002R057606", + "___id": "T000002R057914", "___s": true }, { @@ -970218,7 +978024,7 @@ "filename": "WebGLPipeline.js", "lineno": 912, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setGameObject", @@ -970273,7 +978079,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setGameObject", "inherited": true, - "___id": "T000002R057607", + "___id": "T000002R057915", "___s": true }, { @@ -970282,7 +978088,7 @@ "filename": "WebGLPipeline.js", "lineno": 931, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "shouldFlush", @@ -970325,7 +978131,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#shouldFlush", "inherited": true, - "___id": "T000002R057608", + "___id": "T000002R057916", "___s": true }, { @@ -970334,7 +978140,7 @@ "filename": "WebGLPipeline.js", "lineno": 952, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "vertexAvailable", @@ -970360,7 +978166,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#vertexAvailable", "inherited": true, - "___id": "T000002R057609", + "___id": "T000002R057917", "___s": true }, { @@ -970369,7 +978175,7 @@ "filename": "WebGLPipeline.js", "lineno": 966, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "resize", @@ -970427,7 +978233,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#resize", "inherited": true, - "___id": "T000002R057610", + "___id": "T000002R057918", "___s": true }, { @@ -970436,7 +978242,7 @@ "filename": "WebGLPipeline.js", "lineno": 1011, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setProjectionMatrix", @@ -970491,7 +978297,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setProjectionMatrix", "inherited": true, - "___id": "T000002R057611", + "___id": "T000002R057919", "___s": true }, { @@ -970500,7 +978306,7 @@ "filename": "WebGLPipeline.js", "lineno": 1059, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flipProjectionMatrix", @@ -970529,7 +978335,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#flipProjectionMatrix", "inherited": true, - "___id": "T000002R057612", + "___id": "T000002R057920", "___s": true }, { @@ -970538,7 +978344,7 @@ "filename": "WebGLPipeline.js", "lineno": 1096, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "updateProjectionMatrix", @@ -970550,7 +978356,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#updateProjectionMatrix", "inherited": true, - "___id": "T000002R057613", + "___id": "T000002R057921", "___s": true }, { @@ -970559,7 +978365,7 @@ "filename": "WebGLPipeline.js", "lineno": 1120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bind", @@ -970605,7 +978411,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bind", "inherited": true, - "___id": "T000002R057614", + "___id": "T000002R057922", "___s": true }, { @@ -970614,7 +978420,7 @@ "filename": "WebGLPipeline.js", "lineno": 1169, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "rebind", @@ -970660,7 +978466,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#rebind", "inherited": true, - "___id": "T000002R057615", + "___id": "T000002R057923", "___s": true }, { @@ -970669,7 +978475,7 @@ "filename": "WebGLPipeline.js", "lineno": 1214, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "restoreContext", @@ -970681,7 +978487,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#restoreContext", "inherited": true, - "___id": "T000002R057616", + "___id": "T000002R057924", "___s": true }, { @@ -970690,7 +978496,7 @@ "filename": "WebGLPipeline.js", "lineno": 1251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setVertexBuffer", @@ -970732,7 +978538,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setVertexBuffer", "inherited": true, - "___id": "T000002R057617", + "___id": "T000002R057925", "___s": true }, { @@ -970741,7 +978547,7 @@ "filename": "WebGLPipeline.js", "lineno": 1282, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "preBatch", @@ -970794,7 +978600,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#preBatch", "inherited": true, - "___id": "T000002R057618", + "___id": "T000002R057926", "___s": true }, { @@ -970803,7 +978609,7 @@ "filename": "WebGLPipeline.js", "lineno": 1309, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "postBatch", @@ -970856,7 +978662,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#postBatch", "inherited": true, - "___id": "T000002R057619", + "___id": "T000002R057927", "___s": true }, { @@ -970865,7 +978671,7 @@ "filename": "WebGLPipeline.js", "lineno": 1335, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onDraw", @@ -970906,7 +978712,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onDraw", "inherited": true, - "___id": "T000002R057620", + "___id": "T000002R057928", "___s": true }, { @@ -970915,7 +978721,7 @@ "filename": "WebGLPipeline.js", "lineno": 1355, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "unbind", @@ -970927,7 +978733,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#unbind", "inherited": true, - "___id": "T000002R057621", + "___id": "T000002R057929", "___s": true }, { @@ -970936,7 +978742,7 @@ "filename": "WebGLPipeline.js", "lineno": 1370, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "flush", @@ -970984,7 +978790,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#flush", "inherited": true, - "___id": "T000002R057622", + "___id": "T000002R057930", "___s": true }, { @@ -970993,7 +978799,7 @@ "filename": "WebGLPipeline.js", "lineno": 1478, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onActive", @@ -971020,7 +978826,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onActive", "inherited": true, - "___id": "T000002R057623", + "___id": "T000002R057931", "___s": true }, { @@ -971029,7 +978835,7 @@ "filename": "WebGLPipeline.js", "lineno": 1499, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBind", @@ -971057,7 +978863,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBind", "inherited": true, - "___id": "T000002R057624", + "___id": "T000002R057932", "___s": true }, { @@ -971066,7 +978872,7 @@ "filename": "WebGLPipeline.js", "lineno": 1518, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRebind", @@ -971078,7 +978884,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRebind", "inherited": true, - "___id": "T000002R057625", + "___id": "T000002R057933", "___s": true }, { @@ -971087,7 +978893,7 @@ "filename": "WebGLPipeline.js", "lineno": 1532, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBatch", @@ -971115,7 +978921,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBatch", "inherited": true, - "___id": "T000002R057626", + "___id": "T000002R057934", "___s": true }, { @@ -971124,7 +978930,7 @@ "filename": "WebGLPipeline.js", "lineno": 1553, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreBatch", @@ -971152,7 +978958,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreBatch", "inherited": true, - "___id": "T000002R057627", + "___id": "T000002R057935", "___s": true }, { @@ -971161,7 +978967,7 @@ "filename": "WebGLPipeline.js", "lineno": 1567, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostBatch", @@ -971189,7 +978995,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostBatch", "inherited": true, - "___id": "T000002R057628", + "___id": "T000002R057936", "___s": true }, { @@ -971198,7 +979004,7 @@ "filename": "WebGLPipeline.js", "lineno": 1581, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPreRender", @@ -971210,7 +979016,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPreRender", "inherited": true, - "___id": "T000002R057629", + "___id": "T000002R057937", "___s": true }, { @@ -971219,7 +979025,7 @@ "filename": "WebGLPipeline.js", "lineno": 1594, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onRender", @@ -971259,7 +979065,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onRender", "inherited": true, - "___id": "T000002R057630", + "___id": "T000002R057938", "___s": true }, { @@ -971268,7 +979074,7 @@ "filename": "WebGLPipeline.js", "lineno": 1611, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onPostRender", @@ -971280,7 +979086,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onPostRender", "inherited": true, - "___id": "T000002R057631", + "___id": "T000002R057939", "___s": true }, { @@ -971289,7 +979095,7 @@ "filename": "WebGLPipeline.js", "lineno": 1626, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onBeforeFlush", @@ -971318,7 +979124,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onBeforeFlush", "inherited": true, - "___id": "T000002R057632", + "___id": "T000002R057940", "___s": true }, { @@ -971327,7 +979133,7 @@ "filename": "WebGLPipeline.js", "lineno": 1643, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "onAfterFlush", @@ -971356,7 +979162,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#onAfterFlush", "inherited": true, - "___id": "T000002R057633", + "___id": "T000002R057941", "___s": true }, { @@ -971365,7 +979171,7 @@ "filename": "WebGLPipeline.js", "lineno": 1664, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchVert", @@ -971480,7 +979286,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batchVert", "inherited": true, - "___id": "T000002R057634", + "___id": "T000002R057942", "___s": true }, { @@ -971489,7 +979295,7 @@ "filename": "WebGLPipeline.js", "lineno": 1704, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchQuad", @@ -971799,7 +979605,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batchQuad", "inherited": true, - "___id": "T000002R057635", + "___id": "T000002R057943", "___s": true }, { @@ -971808,7 +979614,7 @@ "filename": "WebGLPipeline.js", "lineno": 1827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "batchTri", @@ -972079,7 +979885,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#batchTri", "inherited": true, - "___id": "T000002R057636", + "___id": "T000002R057944", "___s": true }, { @@ -972088,7 +979894,7 @@ "filename": "WebGLPipeline.js", "lineno": 1921, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "drawFillRect", @@ -972209,7 +980015,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#drawFillRect", "inherited": true, - "___id": "T000002R057637", + "___id": "T000002R057945", "___s": true }, { @@ -972218,7 +980024,7 @@ "filename": "WebGLPipeline.js", "lineno": 1971, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTexture2D", @@ -972260,7 +980066,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setTexture2D", "inherited": true, - "___id": "T000002R057638", + "___id": "T000002R057946", "___s": true }, { @@ -972269,7 +980075,7 @@ "filename": "WebGLPipeline.js", "lineno": 1989, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindTexture", @@ -972327,7 +980133,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bindTexture", "inherited": true, - "___id": "T000002R057639", + "___id": "T000002R057947", "___s": true }, { @@ -972336,7 +980142,7 @@ "filename": "WebGLPipeline.js", "lineno": 2013, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "bindRenderTarget", @@ -972394,7 +980200,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#bindRenderTarget", "inherited": true, - "___id": "T000002R057640", + "___id": "T000002R057948", "___s": true }, { @@ -972403,7 +980209,7 @@ "filename": "WebGLPipeline.js", "lineno": 2030, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setTime", @@ -972459,7 +980265,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setTime", "inherited": true, - "___id": "T000002R057641", + "___id": "T000002R057949", "___s": true }, { @@ -972468,7 +980274,7 @@ "filename": "WebGLPipeline.js", "lineno": 2050, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setBoolean", @@ -972537,7 +980343,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setBoolean", "inherited": true, - "___id": "T000002R057642", + "___id": "T000002R057950", "___s": true }, { @@ -972546,7 +980352,7 @@ "filename": "WebGLPipeline.js", "lineno": 2077, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1f", @@ -972615,7 +980421,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set1f", "inherited": true, - "___id": "T000002R057643", + "___id": "T000002R057951", "___s": true }, { @@ -972624,7 +980430,7 @@ "filename": "WebGLPipeline.js", "lineno": 2104, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2f", @@ -972706,7 +980512,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set2f", "inherited": true, - "___id": "T000002R057644", + "___id": "T000002R057952", "___s": true }, { @@ -972715,7 +980521,7 @@ "filename": "WebGLPipeline.js", "lineno": 2132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3f", @@ -972810,7 +980616,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set3f", "inherited": true, - "___id": "T000002R057645", + "___id": "T000002R057953", "___s": true }, { @@ -972819,7 +980625,7 @@ "filename": "WebGLPipeline.js", "lineno": 2161, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4f", @@ -972927,7 +980733,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set4f", "inherited": true, - "___id": "T000002R057646", + "___id": "T000002R057954", "___s": true }, { @@ -972936,7 +980742,7 @@ "filename": "WebGLPipeline.js", "lineno": 2191, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1fv", @@ -973024,7 +980830,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set1fv", "inherited": true, - "___id": "T000002R057647", + "___id": "T000002R057955", "___s": true }, { @@ -973033,7 +980839,7 @@ "filename": "WebGLPipeline.js", "lineno": 2218, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2fv", @@ -973121,7 +980927,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set2fv", "inherited": true, - "___id": "T000002R057648", + "___id": "T000002R057956", "___s": true }, { @@ -973130,7 +980936,7 @@ "filename": "WebGLPipeline.js", "lineno": 2245, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3fv", @@ -973218,7 +981024,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set3fv", "inherited": true, - "___id": "T000002R057649", + "___id": "T000002R057957", "___s": true }, { @@ -973227,7 +981033,7 @@ "filename": "WebGLPipeline.js", "lineno": 2272, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4fv", @@ -973315,7 +981121,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set4fv", "inherited": true, - "___id": "T000002R057650", + "___id": "T000002R057958", "___s": true }, { @@ -973324,7 +981130,7 @@ "filename": "WebGLPipeline.js", "lineno": 2299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1iv", @@ -973412,7 +981218,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set1iv", "inherited": true, - "___id": "T000002R057651", + "___id": "T000002R057959", "___s": true }, { @@ -973421,7 +981227,7 @@ "filename": "WebGLPipeline.js", "lineno": 2326, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2iv", @@ -973509,7 +981315,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set2iv", "inherited": true, - "___id": "T000002R057652", + "___id": "T000002R057960", "___s": true }, { @@ -973518,7 +981324,7 @@ "filename": "WebGLPipeline.js", "lineno": 2353, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3iv", @@ -973606,7 +981412,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set3iv", "inherited": true, - "___id": "T000002R057653", + "___id": "T000002R057961", "___s": true }, { @@ -973615,7 +981421,7 @@ "filename": "WebGLPipeline.js", "lineno": 2380, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4iv", @@ -973703,7 +981509,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set4iv", "inherited": true, - "___id": "T000002R057654", + "___id": "T000002R057962", "___s": true }, { @@ -973712,7 +981518,7 @@ "filename": "WebGLPipeline.js", "lineno": 2407, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set1i", @@ -973781,7 +981587,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set1i", "inherited": true, - "___id": "T000002R057655", + "___id": "T000002R057963", "___s": true }, { @@ -973790,7 +981596,7 @@ "filename": "WebGLPipeline.js", "lineno": 2434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set2i", @@ -973872,7 +981678,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set2i", "inherited": true, - "___id": "T000002R057656", + "___id": "T000002R057964", "___s": true }, { @@ -973881,7 +981687,7 @@ "filename": "WebGLPipeline.js", "lineno": 2462, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set3i", @@ -973976,7 +981782,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set3i", "inherited": true, - "___id": "T000002R057657", + "___id": "T000002R057965", "___s": true }, { @@ -973985,7 +981791,7 @@ "filename": "WebGLPipeline.js", "lineno": 2491, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "set4i", @@ -974093,7 +981899,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#set4i", "inherited": true, - "___id": "T000002R057658", + "___id": "T000002R057966", "___s": true }, { @@ -974102,7 +981908,7 @@ "filename": "WebGLPipeline.js", "lineno": 2521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix2fv", @@ -974203,7 +982009,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setMatrix2fv", "inherited": true, - "___id": "T000002R057659", + "___id": "T000002R057967", "___s": true }, { @@ -974212,7 +982018,7 @@ "filename": "WebGLPipeline.js", "lineno": 2549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix3fv", @@ -974294,7 +982100,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setMatrix3fv", "inherited": true, - "___id": "T000002R057660", + "___id": "T000002R057968", "___s": true }, { @@ -974303,7 +982109,7 @@ "filename": "WebGLPipeline.js", "lineno": 2577, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "setMatrix4fv", @@ -974385,7 +982191,7 @@ ], "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#setMatrix4fv", "inherited": true, - "___id": "T000002R057661", + "___id": "T000002R057969", "___s": true }, { @@ -974394,7 +982200,7 @@ "filename": "WebGLPipeline.js", "lineno": 2605, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\renderer\\webgl", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\renderer\\webgl", "code": {} }, "name": "destroy", @@ -974424,7 +982230,7 @@ "scope": "instance", "inherits": "Phaser.Renderer.WebGL.WebGLPipeline#destroy", "inherited": true, - "___id": "T000002R057662", + "___id": "T000002R057970", "___s": true }, { @@ -974433,7 +982239,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -974445,7 +982251,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R057663", + "___id": "T000002R057971", "___s": true }, { @@ -974454,7 +982260,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -974497,7 +982303,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R057664", + "___id": "T000002R057972", "___s": true }, { @@ -974506,7 +982312,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -974566,7 +982372,7 @@ "name": "event" } ], - "___id": "T000002R057665", + "___id": "T000002R057973", "___s": true }, { @@ -974575,7 +982381,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -974626,7 +982432,7 @@ "name": "event" } ], - "___id": "T000002R057666", + "___id": "T000002R057974", "___s": true }, { @@ -974635,7 +982441,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -974701,7 +982507,7 @@ "name": "args" } ], - "___id": "T000002R057667", + "___id": "T000002R057975", "___s": true }, { @@ -974710,7 +982516,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -974789,7 +982595,7 @@ "name": "context" } ], - "___id": "T000002R057668", + "___id": "T000002R057976", "___s": true }, { @@ -974798,7 +982604,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -974877,7 +982683,7 @@ "name": "context" } ], - "___id": "T000002R057669", + "___id": "T000002R057977", "___s": true }, { @@ -974886,7 +982692,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -974965,7 +982771,7 @@ "name": "context" } ], - "___id": "T000002R057670", + "___id": "T000002R057978", "___s": true }, { @@ -974974,7 +982780,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -975067,7 +982873,7 @@ "name": "once" } ], - "___id": "T000002R057671", + "___id": "T000002R057979", "___s": true }, { @@ -975076,7 +982882,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -975169,7 +982975,7 @@ "name": "once" } ], - "___id": "T000002R057672", + "___id": "T000002R057980", "___s": true }, { @@ -975178,7 +982984,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -975231,7 +983037,7 @@ "name": "event" } ], - "___id": "T000002R057673", + "___id": "T000002R057981", "___s": true }, { @@ -975240,7 +983046,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -975252,7 +983058,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R057674", + "___id": "T000002R057982", "___s": true }, { @@ -975261,7 +983067,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -975304,7 +983110,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R057675", + "___id": "T000002R057983", "___s": true }, { @@ -975313,7 +983119,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -975373,7 +983179,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listeners", "inherited": true, - "___id": "T000002R057676", + "___id": "T000002R057984", "___s": true }, { @@ -975382,7 +983188,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -975433,7 +983239,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listenerCount", "inherited": true, - "___id": "T000002R057677", + "___id": "T000002R057985", "___s": true }, { @@ -975442,7 +983248,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -975508,7 +983314,7 @@ ], "inherits": "Phaser.Events.EventEmitter#emit", "inherited": true, - "___id": "T000002R057678", + "___id": "T000002R057986", "___s": true }, { @@ -975517,7 +983323,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -975596,7 +983402,7 @@ ], "inherits": "Phaser.Events.EventEmitter#on", "inherited": true, - "___id": "T000002R057679", + "___id": "T000002R057987", "___s": true }, { @@ -975605,7 +983411,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -975684,7 +983490,7 @@ ], "inherits": "Phaser.Events.EventEmitter#addListener", "inherited": true, - "___id": "T000002R057680", + "___id": "T000002R057988", "___s": true }, { @@ -975693,7 +983499,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -975772,7 +983578,7 @@ ], "inherits": "Phaser.Events.EventEmitter#once", "inherited": true, - "___id": "T000002R057681", + "___id": "T000002R057989", "___s": true }, { @@ -975781,7 +983587,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -975874,7 +983680,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeListener", "inherited": true, - "___id": "T000002R057682", + "___id": "T000002R057990", "___s": true }, { @@ -975883,7 +983689,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -975976,7 +983782,7 @@ ], "inherits": "Phaser.Events.EventEmitter#off", "inherited": true, - "___id": "T000002R057683", + "___id": "T000002R057991", "___s": true }, { @@ -975985,7 +983791,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -976038,7 +983844,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeAllListeners", "inherited": true, - "___id": "T000002R057684", + "___id": "T000002R057992", "___s": true }, { @@ -976047,7 +983853,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -976059,7 +983865,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R057685", + "___id": "T000002R057993", "___s": true }, { @@ -976068,7 +983874,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -976111,7 +983917,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R057686", + "___id": "T000002R057994", "___s": true }, { @@ -976120,7 +983926,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -976180,7 +983986,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listeners", "inherited": true, - "___id": "T000002R057687", + "___id": "T000002R057995", "___s": true }, { @@ -976189,7 +983995,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -976240,7 +984046,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listenerCount", "inherited": true, - "___id": "T000002R057688", + "___id": "T000002R057996", "___s": true }, { @@ -976249,7 +984055,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -976315,7 +984121,7 @@ ], "inherits": "Phaser.Events.EventEmitter#emit", "inherited": true, - "___id": "T000002R057689", + "___id": "T000002R057997", "___s": true }, { @@ -976324,7 +984130,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -976403,7 +984209,7 @@ ], "inherits": "Phaser.Events.EventEmitter#on", "inherited": true, - "___id": "T000002R057690", + "___id": "T000002R057998", "___s": true }, { @@ -976412,7 +984218,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -976491,7 +984297,7 @@ ], "inherits": "Phaser.Events.EventEmitter#addListener", "inherited": true, - "___id": "T000002R057691", + "___id": "T000002R057999", "___s": true }, { @@ -976500,7 +984306,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -976579,7 +984385,7 @@ ], "inherits": "Phaser.Events.EventEmitter#once", "inherited": true, - "___id": "T000002R057692", + "___id": "T000002R058000", "___s": true }, { @@ -976588,7 +984394,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -976681,7 +984487,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeListener", "inherited": true, - "___id": "T000002R057693", + "___id": "T000002R058001", "___s": true }, { @@ -976690,7 +984496,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -976783,7 +984589,7 @@ ], "inherits": "Phaser.Events.EventEmitter#off", "inherited": true, - "___id": "T000002R057694", + "___id": "T000002R058002", "___s": true }, { @@ -976792,7 +984598,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -976845,7 +984651,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeAllListeners", "inherited": true, - "___id": "T000002R057695", + "___id": "T000002R058003", "___s": true }, { @@ -976854,7 +984660,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -976866,7 +984672,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R057696", + "___id": "T000002R058004", "___s": true }, { @@ -976875,7 +984681,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -976918,7 +984724,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R057697", + "___id": "T000002R058005", "___s": true }, { @@ -976927,7 +984733,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -976987,7 +984793,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listeners", "inherited": true, - "___id": "T000002R057698", + "___id": "T000002R058006", "___s": true }, { @@ -976996,7 +984802,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -977047,7 +984853,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listenerCount", "inherited": true, - "___id": "T000002R057699", + "___id": "T000002R058007", "___s": true }, { @@ -977056,7 +984862,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -977122,7 +984928,7 @@ ], "inherits": "Phaser.Events.EventEmitter#emit", "inherited": true, - "___id": "T000002R057700", + "___id": "T000002R058008", "___s": true }, { @@ -977131,7 +984937,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -977210,7 +985016,7 @@ ], "inherits": "Phaser.Events.EventEmitter#on", "inherited": true, - "___id": "T000002R057701", + "___id": "T000002R058009", "___s": true }, { @@ -977219,7 +985025,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -977298,7 +985104,7 @@ ], "inherits": "Phaser.Events.EventEmitter#addListener", "inherited": true, - "___id": "T000002R057702", + "___id": "T000002R058010", "___s": true }, { @@ -977307,7 +985113,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -977386,7 +985192,7 @@ ], "inherits": "Phaser.Events.EventEmitter#once", "inherited": true, - "___id": "T000002R057703", + "___id": "T000002R058011", "___s": true }, { @@ -977395,7 +985201,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -977488,7 +985294,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeListener", "inherited": true, - "___id": "T000002R057704", + "___id": "T000002R058012", "___s": true }, { @@ -977497,7 +985303,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -977590,7 +985396,7 @@ ], "inherits": "Phaser.Events.EventEmitter#off", "inherited": true, - "___id": "T000002R057705", + "___id": "T000002R058013", "___s": true }, { @@ -977599,7 +985405,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -977652,7 +985458,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeAllListeners", "inherited": true, - "___id": "T000002R057706", + "___id": "T000002R058014", "___s": true }, { @@ -977661,7 +985467,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -977673,7 +985479,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R057707", + "___id": "T000002R058015", "___s": true }, { @@ -977682,7 +985488,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -977725,7 +985531,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R057708", + "___id": "T000002R058016", "___s": true }, { @@ -977734,7 +985540,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -977794,7 +985600,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listeners", "inherited": true, - "___id": "T000002R057709", + "___id": "T000002R058017", "___s": true }, { @@ -977803,7 +985609,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -977854,7 +985660,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listenerCount", "inherited": true, - "___id": "T000002R057710", + "___id": "T000002R058018", "___s": true }, { @@ -977863,7 +985669,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -977929,7 +985735,7 @@ ], "inherits": "Phaser.Events.EventEmitter#emit", "inherited": true, - "___id": "T000002R057711", + "___id": "T000002R058019", "___s": true }, { @@ -977938,7 +985744,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -978017,7 +985823,7 @@ ], "inherits": "Phaser.Events.EventEmitter#on", "inherited": true, - "___id": "T000002R057712", + "___id": "T000002R058020", "___s": true }, { @@ -978026,7 +985832,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -978105,7 +985911,7 @@ ], "inherits": "Phaser.Events.EventEmitter#addListener", "inherited": true, - "___id": "T000002R057713", + "___id": "T000002R058021", "___s": true }, { @@ -978114,7 +985920,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -978193,7 +985999,7 @@ ], "inherits": "Phaser.Events.EventEmitter#once", "inherited": true, - "___id": "T000002R057714", + "___id": "T000002R058022", "___s": true }, { @@ -978202,7 +986008,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -978295,7 +986101,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeListener", "inherited": true, - "___id": "T000002R057715", + "___id": "T000002R058023", "___s": true }, { @@ -978304,7 +986110,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -978397,7 +986203,7 @@ ], "inherits": "Phaser.Events.EventEmitter#off", "inherited": true, - "___id": "T000002R057716", + "___id": "T000002R058024", "___s": true }, { @@ -978406,7 +986212,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -978459,7 +986265,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeAllListeners", "inherited": true, - "___id": "T000002R057717", + "___id": "T000002R058025", "___s": true }, { @@ -978468,7 +986274,7 @@ "filename": "BaseSound.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "manager", @@ -978489,7 +986295,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSound#manager", "inherited": true, - "___id": "T000002R057718", + "___id": "T000002R058026", "___s": true }, { @@ -978498,7 +986304,7 @@ "filename": "BaseSound.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "key", @@ -978520,7 +986326,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSound#key", "inherited": true, - "___id": "T000002R057719", + "___id": "T000002R058027", "___s": true }, { @@ -978529,7 +986335,7 @@ "filename": "BaseSound.js", "lineno": 57, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "isPlaying", @@ -978552,7 +986358,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSound#isPlaying", "inherited": true, - "___id": "T000002R057720", + "___id": "T000002R058028", "___s": true }, { @@ -978561,7 +986367,7 @@ "filename": "BaseSound.js", "lineno": 68, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "isPaused", @@ -978584,7 +986390,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSound#isPaused", "inherited": true, - "___id": "T000002R057721", + "___id": "T000002R058029", "___s": true }, { @@ -978593,7 +986399,7 @@ "filename": "BaseSound.js", "lineno": 79, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "totalRate", @@ -978616,7 +986422,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSound#totalRate", "inherited": true, - "___id": "T000002R057722", + "___id": "T000002R058030", "___s": true }, { @@ -978625,7 +986431,7 @@ "filename": "BaseSound.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "duration", @@ -978647,7 +986453,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSound#duration", "inherited": true, - "___id": "T000002R057723", + "___id": "T000002R058031", "___s": true }, { @@ -978656,7 +986462,7 @@ "filename": "BaseSound.js", "lineno": 103, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "totalDuration", @@ -978678,7 +986484,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSound#totalDuration", "inherited": true, - "___id": "T000002R057724", + "___id": "T000002R058032", "___s": true }, { @@ -978687,7 +986493,7 @@ "filename": "BaseSound.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "markers", @@ -978723,7 +986529,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSound#markers", "inherited": true, - "___id": "T000002R057727", + "___id": "T000002R058035", "___s": true }, { @@ -978732,7 +986538,7 @@ "filename": "BaseSound.js", "lineno": 159, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "currentMarker", @@ -978755,7 +986561,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSound#currentMarker", "inherited": true, - "___id": "T000002R057728", + "___id": "T000002R058036", "___s": true }, { @@ -978764,7 +986570,7 @@ "filename": "BaseSound.js", "lineno": 171, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "pendingRemove", @@ -978786,7 +986592,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSound#pendingRemove", "inherited": true, - "___id": "T000002R057729", + "___id": "T000002R058037", "___s": true }, { @@ -978795,7 +986601,7 @@ "filename": "BaseSound.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "addMarker", @@ -978836,7 +986642,7 @@ ], "inherits": "Phaser.Sound.BaseSound#addMarker", "inherited": true, - "___id": "T000002R057730", + "___id": "T000002R058038", "___s": true }, { @@ -978845,7 +986651,7 @@ "filename": "BaseSound.js", "lineno": 229, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "updateMarker", @@ -978886,7 +986692,7 @@ ], "inherits": "Phaser.Sound.BaseSound#updateMarker", "inherited": true, - "___id": "T000002R057731", + "___id": "T000002R058039", "___s": true }, { @@ -978895,7 +986701,7 @@ "filename": "BaseSound.js", "lineno": 259, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "removeMarker", @@ -978938,7 +986744,7 @@ ], "inherits": "Phaser.Sound.BaseSound#removeMarker", "inherited": true, - "___id": "T000002R057732", + "___id": "T000002R058040", "___s": true }, { @@ -978947,7 +986753,7 @@ "filename": "BaseSound.js", "lineno": 412, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "applyConfig", @@ -978959,7 +986765,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSound#applyConfig", "inherited": true, - "___id": "T000002R057733", + "___id": "T000002R058041", "___s": true }, { @@ -978968,7 +986774,7 @@ "filename": "BaseSound.js", "lineno": 428, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "resetConfig", @@ -978980,7 +986786,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSound#resetConfig", "inherited": true, - "___id": "T000002R057734", + "___id": "T000002R058042", "___s": true }, { @@ -978989,7 +986795,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -979001,7 +986807,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R057735", + "___id": "T000002R058043", "___s": true }, { @@ -979010,7 +986816,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -979053,7 +986859,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R057736", + "___id": "T000002R058044", "___s": true }, { @@ -979062,7 +986868,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -979122,7 +986928,7 @@ "name": "event" } ], - "___id": "T000002R057737", + "___id": "T000002R058045", "___s": true }, { @@ -979131,7 +986937,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -979182,7 +986988,7 @@ "name": "event" } ], - "___id": "T000002R057738", + "___id": "T000002R058046", "___s": true }, { @@ -979191,7 +986997,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -979257,7 +987063,7 @@ "name": "args" } ], - "___id": "T000002R057739", + "___id": "T000002R058047", "___s": true }, { @@ -979266,7 +987072,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -979345,7 +987151,7 @@ "name": "context" } ], - "___id": "T000002R057740", + "___id": "T000002R058048", "___s": true }, { @@ -979354,7 +987160,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -979433,7 +987239,7 @@ "name": "context" } ], - "___id": "T000002R057741", + "___id": "T000002R058049", "___s": true }, { @@ -979442,7 +987248,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -979521,7 +987327,7 @@ "name": "context" } ], - "___id": "T000002R057742", + "___id": "T000002R058050", "___s": true }, { @@ -979530,7 +987336,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -979623,7 +987429,7 @@ "name": "once" } ], - "___id": "T000002R057743", + "___id": "T000002R058051", "___s": true }, { @@ -979632,7 +987438,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -979725,7 +987531,7 @@ "name": "once" } ], - "___id": "T000002R057744", + "___id": "T000002R058052", "___s": true }, { @@ -979734,7 +987540,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -979787,7 +987593,7 @@ "name": "event" } ], - "___id": "T000002R057745", + "___id": "T000002R058053", "___s": true }, { @@ -979796,7 +987602,7 @@ "filename": "BaseSoundManager.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "game", @@ -979818,7 +987624,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#game", "inherited": true, - "___id": "T000002R057746", + "___id": "T000002R058054", "___s": true }, { @@ -979827,7 +987633,7 @@ "filename": "BaseSoundManager.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "jsonCache", @@ -979849,7 +987655,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#jsonCache", "inherited": true, - "___id": "T000002R057747", + "___id": "T000002R058055", "___s": true }, { @@ -979858,7 +987664,7 @@ "filename": "BaseSoundManager.js", "lineno": 95, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "pauseOnBlur", @@ -979880,7 +987686,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#pauseOnBlur", "inherited": true, - "___id": "T000002R057749", + "___id": "T000002R058057", "___s": true }, { @@ -979889,7 +987695,7 @@ "filename": "BaseSoundManager.js", "lineno": 128, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "locked", @@ -979911,7 +987717,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#locked", "inherited": true, - "___id": "T000002R057752", + "___id": "T000002R058060", "___s": true }, { @@ -979920,7 +987726,7 @@ "filename": "BaseSoundManager.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "gameLostFocus", @@ -979942,7 +987748,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#gameLostFocus", "inherited": true, - "___id": "T000002R057754", + "___id": "T000002R058062", "___s": true }, { @@ -979951,7 +987757,7 @@ "filename": "BaseSoundManager.js", "lineno": 162, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "listenerPosition", @@ -979972,7 +987778,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#listenerPosition", "inherited": true, - "___id": "T000002R057755", + "___id": "T000002R058063", "___s": true }, { @@ -979981,7 +987787,7 @@ "filename": "BaseSoundManager.js", "lineno": 196, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "addAudioSprite", @@ -980051,7 +987857,7 @@ ], "inherits": "Phaser.Sound.BaseSoundManager#addAudioSprite", "inherited": true, - "___id": "T000002R057756", + "___id": "T000002R058064", "___s": true }, { @@ -980060,7 +987866,7 @@ "filename": "BaseSoundManager.js", "lineno": 241, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "get", @@ -980117,7 +987923,7 @@ ], "inherits": "Phaser.Sound.BaseSoundManager#get", "inherited": true, - "___id": "T000002R057757", + "___id": "T000002R058065", "___s": true }, { @@ -980126,7 +987932,7 @@ "filename": "BaseSoundManager.js", "lineno": 260, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "getAll", @@ -980191,7 +987997,7 @@ ], "inherits": "Phaser.Sound.BaseSoundManager#getAll", "inherited": true, - "___id": "T000002R057758", + "___id": "T000002R058066", "___s": true }, { @@ -980200,7 +988006,7 @@ "filename": "BaseSoundManager.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "getAllPlaying", @@ -980249,7 +988055,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#getAllPlaying", "inherited": true, - "___id": "T000002R057759", + "___id": "T000002R058067", "___s": true }, { @@ -980258,7 +988064,7 @@ "filename": "BaseSoundManager.js", "lineno": 306, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "play", @@ -980326,7 +988132,7 @@ ], "inherits": "Phaser.Sound.BaseSoundManager#play", "inherited": true, - "___id": "T000002R057760", + "___id": "T000002R058068", "___s": true }, { @@ -980335,7 +988141,7 @@ "filename": "BaseSoundManager.js", "lineno": 347, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "playAudioSprite", @@ -980406,7 +988212,7 @@ ], "inherits": "Phaser.Sound.BaseSoundManager#playAudioSprite", "inherited": true, - "___id": "T000002R057761", + "___id": "T000002R058069", "___s": true }, { @@ -980415,7 +988221,7 @@ "filename": "BaseSoundManager.js", "lineno": 371, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "remove", @@ -980456,7 +988262,7 @@ ], "inherits": "Phaser.Sound.BaseSoundManager#remove", "inherited": true, - "___id": "T000002R057762", + "___id": "T000002R058070", "___s": true }, { @@ -980465,7 +988271,7 @@ "filename": "BaseSoundManager.js", "lineno": 398, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "removeAll", @@ -980477,7 +988283,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#removeAll", "inherited": true, - "___id": "T000002R057763", + "___id": "T000002R058071", "___s": true }, { @@ -980486,7 +988292,7 @@ "filename": "BaseSoundManager.js", "lineno": 414, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "removeByKey", @@ -980527,7 +988333,7 @@ ], "inherits": "Phaser.Sound.BaseSoundManager#removeByKey", "inherited": true, - "___id": "T000002R057764", + "___id": "T000002R058072", "___s": true }, { @@ -980536,7 +988342,7 @@ "filename": "BaseSoundManager.js", "lineno": 446, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "pauseAll", @@ -980551,7 +988357,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#pauseAll", "inherited": true, - "___id": "T000002R057765", + "___id": "T000002R058073", "___s": true }, { @@ -980560,7 +988366,7 @@ "filename": "BaseSoundManager.js", "lineno": 463, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "resumeAll", @@ -980575,7 +988381,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#resumeAll", "inherited": true, - "___id": "T000002R057766", + "___id": "T000002R058074", "___s": true }, { @@ -980584,7 +988390,7 @@ "filename": "BaseSoundManager.js", "lineno": 480, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "setListenerPosition", @@ -980626,7 +988432,7 @@ ], "inherits": "Phaser.Sound.BaseSoundManager#setListenerPosition", "inherited": true, - "___id": "T000002R057767", + "___id": "T000002R058075", "___s": true }, { @@ -980635,7 +988441,7 @@ "filename": "BaseSoundManager.js", "lineno": 497, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "stopAll", @@ -980650,7 +988456,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#stopAll", "inherited": true, - "___id": "T000002R057768", + "___id": "T000002R058076", "___s": true }, { @@ -980659,7 +988465,7 @@ "filename": "BaseSoundManager.js", "lineno": 514, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "stopByKey", @@ -980700,16 +988506,68 @@ ], "inherits": "Phaser.Sound.BaseSoundManager#stopByKey", "inherited": true, - "___id": "T000002R057769", + "___id": "T000002R058077", + "___s": true + }, + { + "comment": "/**\r\n * When a key is given, returns true if any sound with that key is playing.\r\n *\r\n * When no key is given, returns true if any sound is playing.\r\n *\r\n * @method Phaser.Sound.BaseSoundManager#isPlaying\r\n * @since 3.85.0\r\n *\r\n * @param {?string} key - Sound asset key.\r\n *\r\n * @return {boolean} - Per the key argument, true if any matching sound is playing, otherwise false.\r\n */", + "meta": { + "filename": "BaseSoundManager.js", + "lineno": 536, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", + "code": {} + }, + "name": "isPlaying", + "longname": "Phaser.Sound.HTML5AudioSoundManager#isPlaying", + "kind": "function", + "description": "When a key is given, returns true if any sound with that key is playing.\r\rWhen no key is given, returns true if any sound is playing.", + "since": "3.85.0", + "returns": [ + { + "type": { + "names": [ + "boolean" + ], + "parsedType": { + "type": "NameExpression", + "name": "boolean" + } + }, + "description": "- Per the key argument, true if any matching sound is playing, otherwise false." + } + ], + "memberof": "Phaser.Sound.HTML5AudioSoundManager", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "string" + ], + "parsedType": { + "type": "NameExpression", + "name": "string", + "nullable": true + } + }, + "nullable": true, + "description": "Sound asset key.", + "name": "key" + } + ], + "inherits": "Phaser.Sound.BaseSoundManager#isPlaying", + "inherited": true, + "___id": "T000002R058078", "___s": true }, { "comment": "/**\r\n * Update method called on every game step.\r\n * Removes destroyed sounds and updates every active sound in the game.\r\n *\r\n * @method Phaser.Sound.BaseSoundManager#update\r\n * @protected\r\n * @fires Phaser.Sound.Events#UNLOCKED\r\n * @since 3.0.0\r\n *\r\n * @param {number} time - The current timestamp as generated by the Request Animation Frame or SetTimeout.\r\n * @param {number} delta - The delta time elapsed since the last frame.\r\n */", "meta": { "filename": "BaseSoundManager.js", - "lineno": 605, + "lineno": 651, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "update", @@ -980753,16 +988611,16 @@ ], "inherits": "Phaser.Sound.BaseSoundManager#update", "inherited": true, - "___id": "T000002R057772", + "___id": "T000002R058081", "___s": true }, { "comment": "/**\r\n * Sets the global playback rate at which all the sounds will be played.\r\n *\r\n * For example, a value of 1.0 plays the audio at full speed, 0.5 plays the audio at half speed\r\n * and 2.0 doubles the audios playback speed.\r\n *\r\n * @method Phaser.Sound.BaseSoundManager#setRate\r\n * @fires Phaser.Sound.Events#GLOBAL_RATE\r\n * @since 3.3.0\r\n *\r\n * @param {number} value - Global playback rate at which all the sounds will be played.\r\n *\r\n * @return {this} This Sound Manager.\r\n */", "meta": { "filename": "BaseSoundManager.js", - "lineno": 686, + "lineno": 732, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "setRate", @@ -980807,16 +988665,16 @@ ], "inherits": "Phaser.Sound.BaseSoundManager#setRate", "inherited": true, - "___id": "T000002R057774", + "___id": "T000002R058083", "___s": true }, { "comment": "/**\r\n * Global playback rate at which all the sounds will be played.\r\n * Value of 1.0 plays the audio at full speed, 0.5 plays the audio at half speed\r\n * and 2.0 doubles the audio's playback speed.\r\n *\r\n * @name Phaser.Sound.BaseSoundManager#rate\r\n * @type {number}\r\n * @default 1\r\n * @since 3.0.0\r\n */", "meta": { "filename": "BaseSoundManager.js", - "lineno": 707, + "lineno": 753, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "rate", @@ -980838,16 +988696,16 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#rate", "inherited": true, - "___id": "T000002R057775", + "___id": "T000002R058084", "___s": true }, { "comment": "/**\r\n * Sets the global detuning of all sounds in [cents](https://en.wikipedia.org/wiki/Cent_%28music%29).\r\n * The range of the value is -1200 to 1200, but we recommend setting it to [50](https://en.wikipedia.org/wiki/50_Cent).\r\n *\r\n * @method Phaser.Sound.BaseSoundManager#setDetune\r\n * @fires Phaser.Sound.Events#GLOBAL_DETUNE\r\n * @since 3.3.0\r\n *\r\n * @param {number} value - The range of the value is -1200 to 1200, but we recommend setting it to [50](https://en.wikipedia.org/wiki/50_Cent).\r\n *\r\n * @return {this} This Sound Manager.\r\n */", "meta": { "filename": "BaseSoundManager.js", - "lineno": 738, + "lineno": 784, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "setDetune", @@ -980892,16 +988750,16 @@ ], "inherits": "Phaser.Sound.BaseSoundManager#setDetune", "inherited": true, - "___id": "T000002R057776", + "___id": "T000002R058085", "___s": true }, { "comment": "/**\r\n * Global detuning of all sounds in [cents](https://en.wikipedia.org/wiki/Cent_%28music%29).\r\n * The range of the value is -1200 to 1200, but we recommend setting it to [50](https://en.wikipedia.org/wiki/50_Cent).\r\n *\r\n * @name Phaser.Sound.BaseSoundManager#detune\r\n * @type {number}\r\n * @default 0\r\n * @since 3.0.0\r\n */", "meta": { "filename": "BaseSoundManager.js", - "lineno": 757, + "lineno": 803, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "detune", @@ -980923,7 +988781,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#detune", "inherited": true, - "___id": "T000002R057777", + "___id": "T000002R058086", "___s": true }, { @@ -980932,7 +988790,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -980944,7 +988802,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R057778", + "___id": "T000002R058087", "___s": true }, { @@ -980953,7 +988811,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -980996,7 +988854,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R057779", + "___id": "T000002R058088", "___s": true }, { @@ -981005,7 +988863,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -981065,7 +988923,7 @@ "name": "event" } ], - "___id": "T000002R057780", + "___id": "T000002R058089", "___s": true }, { @@ -981074,7 +988932,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -981125,7 +988983,7 @@ "name": "event" } ], - "___id": "T000002R057781", + "___id": "T000002R058090", "___s": true }, { @@ -981134,7 +988992,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -981200,7 +989058,7 @@ "name": "args" } ], - "___id": "T000002R057782", + "___id": "T000002R058091", "___s": true }, { @@ -981209,7 +989067,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -981288,7 +989146,7 @@ "name": "context" } ], - "___id": "T000002R057783", + "___id": "T000002R058092", "___s": true }, { @@ -981297,7 +989155,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -981376,7 +989234,7 @@ "name": "context" } ], - "___id": "T000002R057784", + "___id": "T000002R058093", "___s": true }, { @@ -981385,7 +989243,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -981464,7 +989322,7 @@ "name": "context" } ], - "___id": "T000002R057785", + "___id": "T000002R058094", "___s": true }, { @@ -981473,7 +989331,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -981566,7 +989424,7 @@ "name": "once" } ], - "___id": "T000002R057786", + "___id": "T000002R058095", "___s": true }, { @@ -981575,7 +989433,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -981668,7 +989526,7 @@ "name": "once" } ], - "___id": "T000002R057787", + "___id": "T000002R058096", "___s": true }, { @@ -981677,7 +989535,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -981730,7 +989588,7 @@ "name": "event" } ], - "___id": "T000002R057788", + "___id": "T000002R058097", "___s": true }, { @@ -981739,7 +989597,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -981751,7 +989609,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R057789", + "___id": "T000002R058098", "___s": true }, { @@ -981760,7 +989618,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -981803,7 +989661,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R057790", + "___id": "T000002R058099", "___s": true }, { @@ -981812,7 +989670,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -981872,7 +989730,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listeners", "inherited": true, - "___id": "T000002R057791", + "___id": "T000002R058100", "___s": true }, { @@ -981881,7 +989739,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -981932,7 +989790,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listenerCount", "inherited": true, - "___id": "T000002R057792", + "___id": "T000002R058101", "___s": true }, { @@ -981941,7 +989799,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -982007,7 +989865,7 @@ ], "inherits": "Phaser.Events.EventEmitter#emit", "inherited": true, - "___id": "T000002R057793", + "___id": "T000002R058102", "___s": true }, { @@ -982016,7 +989874,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -982095,7 +989953,7 @@ ], "inherits": "Phaser.Events.EventEmitter#on", "inherited": true, - "___id": "T000002R057794", + "___id": "T000002R058103", "___s": true }, { @@ -982104,7 +989962,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -982183,7 +990041,7 @@ ], "inherits": "Phaser.Events.EventEmitter#addListener", "inherited": true, - "___id": "T000002R057795", + "___id": "T000002R058104", "___s": true }, { @@ -982192,7 +990050,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -982271,7 +990129,7 @@ ], "inherits": "Phaser.Events.EventEmitter#once", "inherited": true, - "___id": "T000002R057796", + "___id": "T000002R058105", "___s": true }, { @@ -982280,7 +990138,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -982373,7 +990231,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeListener", "inherited": true, - "___id": "T000002R057797", + "___id": "T000002R058106", "___s": true }, { @@ -982382,7 +990240,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -982475,7 +990333,7 @@ ], "inherits": "Phaser.Events.EventEmitter#off", "inherited": true, - "___id": "T000002R057798", + "___id": "T000002R058107", "___s": true }, { @@ -982484,7 +990342,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -982537,7 +990395,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeAllListeners", "inherited": true, - "___id": "T000002R057799", + "___id": "T000002R058108", "___s": true }, { @@ -982546,7 +990404,7 @@ "filename": "BaseSoundManager.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "game", @@ -982568,7 +990426,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#game", "inherited": true, - "___id": "T000002R057800", + "___id": "T000002R058109", "___s": true }, { @@ -982577,7 +990435,7 @@ "filename": "BaseSoundManager.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "jsonCache", @@ -982599,7 +990457,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#jsonCache", "inherited": true, - "___id": "T000002R057801", + "___id": "T000002R058110", "___s": true }, { @@ -982608,7 +990466,7 @@ "filename": "BaseSoundManager.js", "lineno": 75, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "mute", @@ -982630,7 +990488,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#mute", "inherited": true, - "___id": "T000002R057803", + "___id": "T000002R058112", "___s": true }, { @@ -982639,7 +990497,7 @@ "filename": "BaseSoundManager.js", "lineno": 85, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "volume", @@ -982661,7 +990519,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#volume", "inherited": true, - "___id": "T000002R057804", + "___id": "T000002R058113", "___s": true }, { @@ -982670,7 +990528,7 @@ "filename": "BaseSoundManager.js", "lineno": 95, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "pauseOnBlur", @@ -982692,7 +990550,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#pauseOnBlur", "inherited": true, - "___id": "T000002R057805", + "___id": "T000002R058114", "___s": true }, { @@ -982701,7 +990559,7 @@ "filename": "BaseSoundManager.js", "lineno": 128, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "locked", @@ -982723,7 +990581,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#locked", "inherited": true, - "___id": "T000002R057808", + "___id": "T000002R058117", "___s": true }, { @@ -982732,7 +990590,7 @@ "filename": "BaseSoundManager.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "gameLostFocus", @@ -982754,7 +990612,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#gameLostFocus", "inherited": true, - "___id": "T000002R057810", + "___id": "T000002R058119", "___s": true }, { @@ -982763,7 +990621,7 @@ "filename": "BaseSoundManager.js", "lineno": 162, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "listenerPosition", @@ -982784,7 +990642,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#listenerPosition", "inherited": true, - "___id": "T000002R057811", + "___id": "T000002R058120", "___s": true }, { @@ -982793,7 +990651,7 @@ "filename": "BaseSoundManager.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "getAllPlaying", @@ -982842,7 +990700,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#getAllPlaying", "inherited": true, - "___id": "T000002R057812", + "___id": "T000002R058121", "___s": true }, { @@ -982851,7 +990709,7 @@ "filename": "BaseSoundManager.js", "lineno": 480, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "setListenerPosition", @@ -982893,16 +990751,68 @@ ], "inherits": "Phaser.Sound.BaseSoundManager#setListenerPosition", "inherited": true, - "___id": "T000002R057813", + "___id": "T000002R058122", + "___s": true + }, + { + "comment": "/**\r\n * When a key is given, returns true if any sound with that key is playing.\r\n *\r\n * When no key is given, returns true if any sound is playing.\r\n *\r\n * @method Phaser.Sound.BaseSoundManager#isPlaying\r\n * @since 3.85.0\r\n *\r\n * @param {?string} key - Sound asset key.\r\n *\r\n * @return {boolean} - Per the key argument, true if any matching sound is playing, otherwise false.\r\n */", + "meta": { + "filename": "BaseSoundManager.js", + "lineno": 536, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", + "code": {} + }, + "name": "isPlaying", + "longname": "Phaser.Sound.NoAudioSoundManager#isPlaying", + "kind": "function", + "description": "When a key is given, returns true if any sound with that key is playing.\r\rWhen no key is given, returns true if any sound is playing.", + "since": "3.85.0", + "returns": [ + { + "type": { + "names": [ + "boolean" + ], + "parsedType": { + "type": "NameExpression", + "name": "boolean" + } + }, + "description": "- Per the key argument, true if any matching sound is playing, otherwise false." + } + ], + "memberof": "Phaser.Sound.NoAudioSoundManager", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "string" + ], + "parsedType": { + "type": "NameExpression", + "name": "string", + "nullable": true + } + }, + "nullable": true, + "description": "Sound asset key.", + "name": "key" + } + ], + "inherits": "Phaser.Sound.BaseSoundManager#isPlaying", + "inherited": true, + "___id": "T000002R058123", "___s": true }, { "comment": "/**\r\n * Global playback rate at which all the sounds will be played.\r\n * Value of 1.0 plays the audio at full speed, 0.5 plays the audio at half speed\r\n * and 2.0 doubles the audio's playback speed.\r\n *\r\n * @name Phaser.Sound.BaseSoundManager#rate\r\n * @type {number}\r\n * @default 1\r\n * @since 3.0.0\r\n */", "meta": { "filename": "BaseSoundManager.js", - "lineno": 707, + "lineno": 753, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "rate", @@ -982924,16 +990834,16 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#rate", "inherited": true, - "___id": "T000002R057814", + "___id": "T000002R058124", "___s": true }, { "comment": "/**\r\n * Global detuning of all sounds in [cents](https://en.wikipedia.org/wiki/Cent_%28music%29).\r\n * The range of the value is -1200 to 1200, but we recommend setting it to [50](https://en.wikipedia.org/wiki/50_Cent).\r\n *\r\n * @name Phaser.Sound.BaseSoundManager#detune\r\n * @type {number}\r\n * @default 0\r\n * @since 3.0.0\r\n */", "meta": { "filename": "BaseSoundManager.js", - "lineno": 757, + "lineno": 803, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "detune", @@ -982955,7 +990865,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#detune", "inherited": true, - "___id": "T000002R057815", + "___id": "T000002R058125", "___s": true }, { @@ -982964,7 +990874,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -982976,7 +990886,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R057816", + "___id": "T000002R058126", "___s": true }, { @@ -982985,7 +990895,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -983028,7 +990938,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R057817", + "___id": "T000002R058127", "___s": true }, { @@ -983037,7 +990947,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -983097,7 +991007,7 @@ "name": "event" } ], - "___id": "T000002R057818", + "___id": "T000002R058128", "___s": true }, { @@ -983106,7 +991016,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -983157,7 +991067,7 @@ "name": "event" } ], - "___id": "T000002R057819", + "___id": "T000002R058129", "___s": true }, { @@ -983166,7 +991076,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -983232,7 +991142,7 @@ "name": "args" } ], - "___id": "T000002R057820", + "___id": "T000002R058130", "___s": true }, { @@ -983241,7 +991151,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -983320,7 +991230,7 @@ "name": "context" } ], - "___id": "T000002R057821", + "___id": "T000002R058131", "___s": true }, { @@ -983329,7 +991239,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -983408,7 +991318,7 @@ "name": "context" } ], - "___id": "T000002R057822", + "___id": "T000002R058132", "___s": true }, { @@ -983417,7 +991327,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -983496,7 +991406,7 @@ "name": "context" } ], - "___id": "T000002R057823", + "___id": "T000002R058133", "___s": true }, { @@ -983505,7 +991415,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -983598,7 +991508,7 @@ "name": "once" } ], - "___id": "T000002R057824", + "___id": "T000002R058134", "___s": true }, { @@ -983607,7 +991517,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -983700,7 +991610,7 @@ "name": "once" } ], - "___id": "T000002R057825", + "___id": "T000002R058135", "___s": true }, { @@ -983709,7 +991619,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -983762,7 +991672,7 @@ "name": "event" } ], - "___id": "T000002R057826", + "___id": "T000002R058136", "___s": true }, { @@ -983771,7 +991681,7 @@ "filename": "BaseSound.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "manager", @@ -983792,7 +991702,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSound#manager", "inherited": true, - "___id": "T000002R057827", + "___id": "T000002R058137", "___s": true }, { @@ -983801,7 +991711,7 @@ "filename": "BaseSound.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "key", @@ -983823,7 +991733,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSound#key", "inherited": true, - "___id": "T000002R057828", + "___id": "T000002R058138", "___s": true }, { @@ -983832,7 +991742,7 @@ "filename": "BaseSound.js", "lineno": 57, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "isPlaying", @@ -983855,7 +991765,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSound#isPlaying", "inherited": true, - "___id": "T000002R057829", + "___id": "T000002R058139", "___s": true }, { @@ -983864,7 +991774,7 @@ "filename": "BaseSound.js", "lineno": 68, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "isPaused", @@ -983887,7 +991797,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSound#isPaused", "inherited": true, - "___id": "T000002R057830", + "___id": "T000002R058140", "___s": true }, { @@ -983896,7 +991806,7 @@ "filename": "BaseSound.js", "lineno": 79, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "totalRate", @@ -983919,7 +991829,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSound#totalRate", "inherited": true, - "___id": "T000002R057831", + "___id": "T000002R058141", "___s": true }, { @@ -983928,7 +991838,7 @@ "filename": "BaseSound.js", "lineno": 92, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "duration", @@ -983950,7 +991860,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSound#duration", "inherited": true, - "___id": "T000002R057832", + "___id": "T000002R058142", "___s": true }, { @@ -983959,7 +991869,7 @@ "filename": "BaseSound.js", "lineno": 103, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "totalDuration", @@ -983981,7 +991891,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSound#totalDuration", "inherited": true, - "___id": "T000002R057833", + "___id": "T000002R058143", "___s": true }, { @@ -983990,7 +991900,7 @@ "filename": "BaseSound.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "markers", @@ -984026,7 +991936,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSound#markers", "inherited": true, - "___id": "T000002R057836", + "___id": "T000002R058146", "___s": true }, { @@ -984035,7 +991945,7 @@ "filename": "BaseSound.js", "lineno": 159, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "currentMarker", @@ -984058,7 +991968,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSound#currentMarker", "inherited": true, - "___id": "T000002R057837", + "___id": "T000002R058147", "___s": true }, { @@ -984067,7 +991977,7 @@ "filename": "BaseSound.js", "lineno": 171, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "pendingRemove", @@ -984089,7 +991999,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSound#pendingRemove", "inherited": true, - "___id": "T000002R057838", + "___id": "T000002R058148", "___s": true }, { @@ -984098,7 +992008,7 @@ "filename": "BaseSound.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "addMarker", @@ -984139,7 +992049,7 @@ ], "inherits": "Phaser.Sound.BaseSound#addMarker", "inherited": true, - "___id": "T000002R057839", + "___id": "T000002R058149", "___s": true }, { @@ -984148,7 +992058,7 @@ "filename": "BaseSound.js", "lineno": 229, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "updateMarker", @@ -984189,7 +992099,7 @@ ], "inherits": "Phaser.Sound.BaseSound#updateMarker", "inherited": true, - "___id": "T000002R057840", + "___id": "T000002R058150", "___s": true }, { @@ -984198,7 +992108,7 @@ "filename": "BaseSound.js", "lineno": 259, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "removeMarker", @@ -984241,7 +992151,7 @@ ], "inherits": "Phaser.Sound.BaseSound#removeMarker", "inherited": true, - "___id": "T000002R057841", + "___id": "T000002R058151", "___s": true }, { @@ -984250,7 +992160,7 @@ "filename": "BaseSound.js", "lineno": 428, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "resetConfig", @@ -984262,7 +992172,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSound#resetConfig", "inherited": true, - "___id": "T000002R057842", + "___id": "T000002R058152", "___s": true }, { @@ -984271,7 +992181,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -984283,7 +992193,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R057843", + "___id": "T000002R058153", "___s": true }, { @@ -984292,7 +992202,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -984335,7 +992245,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R057844", + "___id": "T000002R058154", "___s": true }, { @@ -984344,7 +992254,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -984404,7 +992314,7 @@ "name": "event" } ], - "___id": "T000002R057845", + "___id": "T000002R058155", "___s": true }, { @@ -984413,7 +992323,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -984464,7 +992374,7 @@ "name": "event" } ], - "___id": "T000002R057846", + "___id": "T000002R058156", "___s": true }, { @@ -984473,7 +992383,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -984539,7 +992449,7 @@ "name": "args" } ], - "___id": "T000002R057847", + "___id": "T000002R058157", "___s": true }, { @@ -984548,7 +992458,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -984627,7 +992537,7 @@ "name": "context" } ], - "___id": "T000002R057848", + "___id": "T000002R058158", "___s": true }, { @@ -984636,7 +992546,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -984715,7 +992625,7 @@ "name": "context" } ], - "___id": "T000002R057849", + "___id": "T000002R058159", "___s": true }, { @@ -984724,7 +992634,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -984803,7 +992713,7 @@ "name": "context" } ], - "___id": "T000002R057850", + "___id": "T000002R058160", "___s": true }, { @@ -984812,7 +992722,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -984905,7 +992815,7 @@ "name": "once" } ], - "___id": "T000002R057851", + "___id": "T000002R058161", "___s": true }, { @@ -984914,7 +992824,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -985007,7 +992917,7 @@ "name": "once" } ], - "___id": "T000002R057852", + "___id": "T000002R058162", "___s": true }, { @@ -985016,7 +992926,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -985069,7 +992979,7 @@ "name": "event" } ], - "___id": "T000002R057853", + "___id": "T000002R058163", "___s": true }, { @@ -985078,7 +992988,7 @@ "filename": "BaseSoundManager.js", "lineno": 44, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "game", @@ -985100,7 +993010,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#game", "inherited": true, - "___id": "T000002R057854", + "___id": "T000002R058164", "___s": true }, { @@ -985109,7 +993019,7 @@ "filename": "BaseSoundManager.js", "lineno": 54, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "jsonCache", @@ -985131,7 +993041,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#jsonCache", "inherited": true, - "___id": "T000002R057855", + "___id": "T000002R058165", "___s": true }, { @@ -985140,7 +993050,7 @@ "filename": "BaseSoundManager.js", "lineno": 95, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "pauseOnBlur", @@ -985162,7 +993072,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#pauseOnBlur", "inherited": true, - "___id": "T000002R057857", + "___id": "T000002R058167", "___s": true }, { @@ -985171,7 +993081,7 @@ "filename": "BaseSoundManager.js", "lineno": 128, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "locked", @@ -985193,7 +993103,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#locked", "inherited": true, - "___id": "T000002R057860", + "___id": "T000002R058170", "___s": true }, { @@ -985202,7 +993112,7 @@ "filename": "BaseSoundManager.js", "lineno": 152, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "gameLostFocus", @@ -985224,7 +993134,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#gameLostFocus", "inherited": true, - "___id": "T000002R057862", + "___id": "T000002R058172", "___s": true }, { @@ -985233,7 +993143,7 @@ "filename": "BaseSoundManager.js", "lineno": 162, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "listenerPosition", @@ -985254,7 +993164,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#listenerPosition", "inherited": true, - "___id": "T000002R057863", + "___id": "T000002R058173", "___s": true }, { @@ -985263,7 +993173,7 @@ "filename": "BaseSoundManager.js", "lineno": 196, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "addAudioSprite", @@ -985333,7 +993243,7 @@ ], "inherits": "Phaser.Sound.BaseSoundManager#addAudioSprite", "inherited": true, - "___id": "T000002R057864", + "___id": "T000002R058174", "___s": true }, { @@ -985342,7 +993252,7 @@ "filename": "BaseSoundManager.js", "lineno": 241, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "get", @@ -985399,7 +993309,7 @@ ], "inherits": "Phaser.Sound.BaseSoundManager#get", "inherited": true, - "___id": "T000002R057865", + "___id": "T000002R058175", "___s": true }, { @@ -985408,7 +993318,7 @@ "filename": "BaseSoundManager.js", "lineno": 260, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "getAll", @@ -985473,7 +993383,7 @@ ], "inherits": "Phaser.Sound.BaseSoundManager#getAll", "inherited": true, - "___id": "T000002R057866", + "___id": "T000002R058176", "___s": true }, { @@ -985482,7 +993392,7 @@ "filename": "BaseSoundManager.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "getAllPlaying", @@ -985531,7 +993441,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#getAllPlaying", "inherited": true, - "___id": "T000002R057867", + "___id": "T000002R058177", "___s": true }, { @@ -985540,7 +993450,7 @@ "filename": "BaseSoundManager.js", "lineno": 306, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "play", @@ -985608,7 +993518,7 @@ ], "inherits": "Phaser.Sound.BaseSoundManager#play", "inherited": true, - "___id": "T000002R057868", + "___id": "T000002R058178", "___s": true }, { @@ -985617,7 +993527,7 @@ "filename": "BaseSoundManager.js", "lineno": 347, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "playAudioSprite", @@ -985688,7 +993598,7 @@ ], "inherits": "Phaser.Sound.BaseSoundManager#playAudioSprite", "inherited": true, - "___id": "T000002R057869", + "___id": "T000002R058179", "___s": true }, { @@ -985697,7 +993607,7 @@ "filename": "BaseSoundManager.js", "lineno": 371, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "remove", @@ -985738,7 +993648,7 @@ ], "inherits": "Phaser.Sound.BaseSoundManager#remove", "inherited": true, - "___id": "T000002R057870", + "___id": "T000002R058180", "___s": true }, { @@ -985747,7 +993657,7 @@ "filename": "BaseSoundManager.js", "lineno": 398, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "removeAll", @@ -985759,7 +993669,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#removeAll", "inherited": true, - "___id": "T000002R057871", + "___id": "T000002R058181", "___s": true }, { @@ -985768,7 +993678,7 @@ "filename": "BaseSoundManager.js", "lineno": 414, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "removeByKey", @@ -985809,7 +993719,7 @@ ], "inherits": "Phaser.Sound.BaseSoundManager#removeByKey", "inherited": true, - "___id": "T000002R057872", + "___id": "T000002R058182", "___s": true }, { @@ -985818,7 +993728,7 @@ "filename": "BaseSoundManager.js", "lineno": 446, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "pauseAll", @@ -985833,7 +993743,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#pauseAll", "inherited": true, - "___id": "T000002R057873", + "___id": "T000002R058183", "___s": true }, { @@ -985842,7 +993752,7 @@ "filename": "BaseSoundManager.js", "lineno": 463, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "resumeAll", @@ -985857,7 +993767,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#resumeAll", "inherited": true, - "___id": "T000002R057874", + "___id": "T000002R058184", "___s": true }, { @@ -985866,7 +993776,7 @@ "filename": "BaseSoundManager.js", "lineno": 497, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "stopAll", @@ -985881,7 +993791,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#stopAll", "inherited": true, - "___id": "T000002R057875", + "___id": "T000002R058185", "___s": true }, { @@ -985890,7 +993800,7 @@ "filename": "BaseSoundManager.js", "lineno": 514, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "stopByKey", @@ -985931,16 +993841,68 @@ ], "inherits": "Phaser.Sound.BaseSoundManager#stopByKey", "inherited": true, - "___id": "T000002R057876", + "___id": "T000002R058186", + "___s": true + }, + { + "comment": "/**\r\n * When a key is given, returns true if any sound with that key is playing.\r\n *\r\n * When no key is given, returns true if any sound is playing.\r\n *\r\n * @method Phaser.Sound.BaseSoundManager#isPlaying\r\n * @since 3.85.0\r\n *\r\n * @param {?string} key - Sound asset key.\r\n *\r\n * @return {boolean} - Per the key argument, true if any matching sound is playing, otherwise false.\r\n */", + "meta": { + "filename": "BaseSoundManager.js", + "lineno": 536, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", + "code": {} + }, + "name": "isPlaying", + "longname": "Phaser.Sound.WebAudioSoundManager#isPlaying", + "kind": "function", + "description": "When a key is given, returns true if any sound with that key is playing.\r\rWhen no key is given, returns true if any sound is playing.", + "since": "3.85.0", + "returns": [ + { + "type": { + "names": [ + "boolean" + ], + "parsedType": { + "type": "NameExpression", + "name": "boolean" + } + }, + "description": "- Per the key argument, true if any matching sound is playing, otherwise false." + } + ], + "memberof": "Phaser.Sound.WebAudioSoundManager", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "string" + ], + "parsedType": { + "type": "NameExpression", + "name": "string", + "nullable": true + } + }, + "nullable": true, + "description": "Sound asset key.", + "name": "key" + } + ], + "inherits": "Phaser.Sound.BaseSoundManager#isPlaying", + "inherited": true, + "___id": "T000002R058187", "___s": true }, { "comment": "/**\r\n * Sets the global playback rate at which all the sounds will be played.\r\n *\r\n * For example, a value of 1.0 plays the audio at full speed, 0.5 plays the audio at half speed\r\n * and 2.0 doubles the audios playback speed.\r\n *\r\n * @method Phaser.Sound.BaseSoundManager#setRate\r\n * @fires Phaser.Sound.Events#GLOBAL_RATE\r\n * @since 3.3.0\r\n *\r\n * @param {number} value - Global playback rate at which all the sounds will be played.\r\n *\r\n * @return {this} This Sound Manager.\r\n */", "meta": { "filename": "BaseSoundManager.js", - "lineno": 686, + "lineno": 732, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "setRate", @@ -985985,16 +993947,16 @@ ], "inherits": "Phaser.Sound.BaseSoundManager#setRate", "inherited": true, - "___id": "T000002R057880", + "___id": "T000002R058191", "___s": true }, { "comment": "/**\r\n * Global playback rate at which all the sounds will be played.\r\n * Value of 1.0 plays the audio at full speed, 0.5 plays the audio at half speed\r\n * and 2.0 doubles the audio's playback speed.\r\n *\r\n * @name Phaser.Sound.BaseSoundManager#rate\r\n * @type {number}\r\n * @default 1\r\n * @since 3.0.0\r\n */", "meta": { "filename": "BaseSoundManager.js", - "lineno": 707, + "lineno": 753, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "rate", @@ -986016,16 +993978,16 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#rate", "inherited": true, - "___id": "T000002R057881", + "___id": "T000002R058192", "___s": true }, { "comment": "/**\r\n * Sets the global detuning of all sounds in [cents](https://en.wikipedia.org/wiki/Cent_%28music%29).\r\n * The range of the value is -1200 to 1200, but we recommend setting it to [50](https://en.wikipedia.org/wiki/50_Cent).\r\n *\r\n * @method Phaser.Sound.BaseSoundManager#setDetune\r\n * @fires Phaser.Sound.Events#GLOBAL_DETUNE\r\n * @since 3.3.0\r\n *\r\n * @param {number} value - The range of the value is -1200 to 1200, but we recommend setting it to [50](https://en.wikipedia.org/wiki/50_Cent).\r\n *\r\n * @return {this} This Sound Manager.\r\n */", "meta": { "filename": "BaseSoundManager.js", - "lineno": 738, + "lineno": 784, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "setDetune", @@ -986070,16 +994032,16 @@ ], "inherits": "Phaser.Sound.BaseSoundManager#setDetune", "inherited": true, - "___id": "T000002R057882", + "___id": "T000002R058193", "___s": true }, { "comment": "/**\r\n * Global detuning of all sounds in [cents](https://en.wikipedia.org/wiki/Cent_%28music%29).\r\n * The range of the value is -1200 to 1200, but we recommend setting it to [50](https://en.wikipedia.org/wiki/50_Cent).\r\n *\r\n * @name Phaser.Sound.BaseSoundManager#detune\r\n * @type {number}\r\n * @default 0\r\n * @since 3.0.0\r\n */", "meta": { "filename": "BaseSoundManager.js", - "lineno": 757, + "lineno": 803, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\sound", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\sound", "code": {} }, "name": "detune", @@ -986101,7 +994063,7 @@ "scope": "instance", "inherits": "Phaser.Sound.BaseSoundManager#detune", "inherited": true, - "___id": "T000002R057883", + "___id": "T000002R058194", "___s": true }, { @@ -986110,7 +994072,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -986122,7 +994084,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R057884", + "___id": "T000002R058195", "___s": true }, { @@ -986131,7 +994093,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -986174,7 +994136,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R057885", + "___id": "T000002R058196", "___s": true }, { @@ -986183,7 +994145,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -986243,7 +994205,7 @@ "name": "event" } ], - "___id": "T000002R057886", + "___id": "T000002R058197", "___s": true }, { @@ -986252,7 +994214,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -986303,7 +994265,7 @@ "name": "event" } ], - "___id": "T000002R057887", + "___id": "T000002R058198", "___s": true }, { @@ -986312,7 +994274,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -986378,7 +994340,7 @@ "name": "args" } ], - "___id": "T000002R057888", + "___id": "T000002R058199", "___s": true }, { @@ -986387,7 +994349,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -986466,7 +994428,7 @@ "name": "context" } ], - "___id": "T000002R057889", + "___id": "T000002R058200", "___s": true }, { @@ -986475,7 +994437,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -986554,7 +994516,7 @@ "name": "context" } ], - "___id": "T000002R057890", + "___id": "T000002R058201", "___s": true }, { @@ -986563,7 +994525,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -986642,7 +994604,7 @@ "name": "context" } ], - "___id": "T000002R057891", + "___id": "T000002R058202", "___s": true }, { @@ -986651,7 +994613,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -986744,7 +994706,7 @@ "name": "once" } ], - "___id": "T000002R057892", + "___id": "T000002R058203", "___s": true }, { @@ -986753,7 +994715,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -986846,7 +994808,7 @@ "name": "once" } ], - "___id": "T000002R057893", + "___id": "T000002R058204", "___s": true }, { @@ -986855,7 +994817,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -986908,7 +994870,7 @@ "name": "event" } ], - "___id": "T000002R057894", + "___id": "T000002R058205", "___s": true }, { @@ -986917,7 +994879,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -986929,7 +994891,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R057895", + "___id": "T000002R058206", "___s": true }, { @@ -986938,7 +994900,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -986981,7 +994943,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R057896", + "___id": "T000002R058207", "___s": true }, { @@ -986990,7 +994952,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -987050,7 +995012,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listeners", "inherited": true, - "___id": "T000002R057897", + "___id": "T000002R058208", "___s": true }, { @@ -987059,7 +995021,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -987110,7 +995072,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listenerCount", "inherited": true, - "___id": "T000002R057898", + "___id": "T000002R058209", "___s": true }, { @@ -987119,7 +995081,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -987185,7 +995147,7 @@ ], "inherits": "Phaser.Events.EventEmitter#emit", "inherited": true, - "___id": "T000002R057899", + "___id": "T000002R058210", "___s": true }, { @@ -987194,7 +995156,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -987273,7 +995235,7 @@ ], "inherits": "Phaser.Events.EventEmitter#on", "inherited": true, - "___id": "T000002R057900", + "___id": "T000002R058211", "___s": true }, { @@ -987282,7 +995244,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -987361,7 +995323,7 @@ ], "inherits": "Phaser.Events.EventEmitter#addListener", "inherited": true, - "___id": "T000002R057901", + "___id": "T000002R058212", "___s": true }, { @@ -987370,7 +995332,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -987449,7 +995411,7 @@ ], "inherits": "Phaser.Events.EventEmitter#once", "inherited": true, - "___id": "T000002R057902", + "___id": "T000002R058213", "___s": true }, { @@ -987458,7 +995420,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -987551,7 +995513,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeListener", "inherited": true, - "___id": "T000002R057903", + "___id": "T000002R058214", "___s": true }, { @@ -987560,7 +995522,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -987653,7 +995615,7 @@ ], "inherits": "Phaser.Events.EventEmitter#off", "inherited": true, - "___id": "T000002R057904", + "___id": "T000002R058215", "___s": true }, { @@ -987662,7 +995624,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -987715,7 +995677,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeAllListeners", "inherited": true, - "___id": "T000002R057905", + "___id": "T000002R058216", "___s": true }, { @@ -987724,7 +995686,7 @@ "filename": "Texture.js", "lineno": 50, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "manager", @@ -987745,7 +995707,7 @@ "scope": "instance", "inherits": "Phaser.Textures.Texture#manager", "inherited": true, - "___id": "T000002R057906", + "___id": "T000002R058217", "___s": true }, { @@ -987754,7 +995716,7 @@ "filename": "Texture.js", "lineno": 59, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "key", @@ -987775,7 +995737,7 @@ "scope": "instance", "inherits": "Phaser.Textures.Texture#key", "inherited": true, - "___id": "T000002R057907", + "___id": "T000002R058218", "___s": true }, { @@ -987784,7 +995746,7 @@ "filename": "Texture.js", "lineno": 68, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "source", @@ -987814,7 +995776,7 @@ "scope": "instance", "inherits": "Phaser.Textures.Texture#source", "inherited": true, - "___id": "T000002R057908", + "___id": "T000002R058219", "___s": true }, { @@ -987823,7 +995785,7 @@ "filename": "Texture.js", "lineno": 78, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "dataSource", @@ -987844,7 +995806,7 @@ "scope": "instance", "inherits": "Phaser.Textures.Texture#dataSource", "inherited": true, - "___id": "T000002R057909", + "___id": "T000002R058220", "___s": true }, { @@ -987853,7 +995815,7 @@ "filename": "Texture.js", "lineno": 88, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "frames", @@ -987874,7 +995836,7 @@ "scope": "instance", "inherits": "Phaser.Textures.Texture#frames", "inherited": true, - "___id": "T000002R057910", + "___id": "T000002R058221", "___s": true }, { @@ -987883,7 +995845,7 @@ "filename": "Texture.js", "lineno": 97, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "customData", @@ -987904,7 +995866,7 @@ "scope": "instance", "inherits": "Phaser.Textures.Texture#customData", "inherited": true, - "___id": "T000002R057911", + "___id": "T000002R058222", "___s": true }, { @@ -987913,7 +995875,7 @@ "filename": "Texture.js", "lineno": 107, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "firstFrame", @@ -987934,7 +995896,7 @@ "scope": "instance", "inherits": "Phaser.Textures.Texture#firstFrame", "inherited": true, - "___id": "T000002R057912", + "___id": "T000002R058223", "___s": true }, { @@ -987943,7 +995905,7 @@ "filename": "Texture.js", "lineno": 116, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "frameTotal", @@ -987965,7 +995927,7 @@ "scope": "instance", "inherits": "Phaser.Textures.Texture#frameTotal", "inherited": true, - "___id": "T000002R057913", + "___id": "T000002R058224", "___s": true }, { @@ -987974,7 +995936,7 @@ "filename": "Texture.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "add", @@ -988092,7 +996054,7 @@ ], "inherits": "Phaser.Textures.Texture#add", "inherited": true, - "___id": "T000002R057914", + "___id": "T000002R058225", "___s": true }, { @@ -988101,7 +996063,7 @@ "filename": "Texture.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "remove", @@ -988142,7 +996104,7 @@ ], "inherits": "Phaser.Textures.Texture#remove", "inherited": true, - "___id": "T000002R057915", + "___id": "T000002R058226", "___s": true }, { @@ -988151,7 +996113,7 @@ "filename": "Texture.js", "lineno": 209, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "has", @@ -988192,7 +996154,7 @@ ], "inherits": "Phaser.Textures.Texture#has", "inherited": true, - "___id": "T000002R057916", + "___id": "T000002R058227", "___s": true }, { @@ -988201,7 +996163,7 @@ "filename": "Texture.js", "lineno": 224, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "get", @@ -988253,7 +996215,7 @@ ], "inherits": "Phaser.Textures.Texture#get", "inherited": true, - "___id": "T000002R057917", + "___id": "T000002R058228", "___s": true }, { @@ -988262,7 +996224,7 @@ "filename": "Texture.js", "lineno": 258, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "getTextureSourceIndex", @@ -988303,7 +996265,7 @@ ], "inherits": "Phaser.Textures.Texture#getTextureSourceIndex", "inherited": true, - "___id": "T000002R057918", + "___id": "T000002R058229", "___s": true }, { @@ -988312,7 +996274,7 @@ "filename": "Texture.js", "lineno": 284, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "getFramesFromTextureSource", @@ -988377,7 +996339,7 @@ ], "inherits": "Phaser.Textures.Texture#getFramesFromTextureSource", "inherited": true, - "___id": "T000002R057919", + "___id": "T000002R058230", "___s": true }, { @@ -988386,7 +996348,7 @@ "filename": "Texture.js", "lineno": 319, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "getFrameBounds", @@ -988427,7 +996389,7 @@ ], "inherits": "Phaser.Textures.Texture#getFrameBounds", "inherited": true, - "___id": "T000002R057920", + "___id": "T000002R058231", "___s": true }, { @@ -988436,7 +996398,7 @@ "filename": "Texture.js", "lineno": 372, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "getFrameNames", @@ -988488,7 +996450,7 @@ ], "inherits": "Phaser.Textures.Texture#getFrameNames", "inherited": true, - "___id": "T000002R057921", + "___id": "T000002R058232", "___s": true }, { @@ -988497,7 +996459,7 @@ "filename": "Texture.js", "lineno": 404, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "getSourceImage", @@ -988564,7 +996526,7 @@ ], "inherits": "Phaser.Textures.Texture#getSourceImage", "inherited": true, - "___id": "T000002R057922", + "___id": "T000002R058233", "___s": true }, { @@ -988573,7 +996535,7 @@ "filename": "Texture.js", "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "getDataSourceImage", @@ -988635,7 +996597,7 @@ ], "inherits": "Phaser.Textures.Texture#getDataSourceImage", "inherited": true, - "___id": "T000002R057923", + "___id": "T000002R058234", "___s": true }, { @@ -988644,7 +996606,7 @@ "filename": "Texture.js", "lineno": 474, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "setDataSource", @@ -988709,7 +996671,7 @@ ], "inherits": "Phaser.Textures.Texture#setDataSource", "inherited": true, - "___id": "T000002R057924", + "___id": "T000002R058235", "___s": true }, { @@ -988718,7 +996680,7 @@ "filename": "Texture.js", "lineno": 500, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "setFilter", @@ -988745,7 +996707,7 @@ ], "inherits": "Phaser.Textures.Texture#setFilter", "inherited": true, - "___id": "T000002R057925", + "___id": "T000002R058236", "___s": true }, { @@ -988754,7 +996716,7 @@ "filename": "Texture.js", "lineno": 50, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "manager", @@ -988775,7 +996737,7 @@ "scope": "instance", "inherits": "Phaser.Textures.Texture#manager", "inherited": true, - "___id": "T000002R057926", + "___id": "T000002R058237", "___s": true }, { @@ -988784,7 +996746,7 @@ "filename": "Texture.js", "lineno": 59, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "key", @@ -988805,7 +996767,7 @@ "scope": "instance", "inherits": "Phaser.Textures.Texture#key", "inherited": true, - "___id": "T000002R057927", + "___id": "T000002R058238", "___s": true }, { @@ -988814,7 +996776,7 @@ "filename": "Texture.js", "lineno": 68, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "source", @@ -988844,7 +996806,7 @@ "scope": "instance", "inherits": "Phaser.Textures.Texture#source", "inherited": true, - "___id": "T000002R057928", + "___id": "T000002R058239", "___s": true }, { @@ -988853,7 +996815,7 @@ "filename": "Texture.js", "lineno": 78, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "dataSource", @@ -988874,7 +996836,7 @@ "scope": "instance", "inherits": "Phaser.Textures.Texture#dataSource", "inherited": true, - "___id": "T000002R057929", + "___id": "T000002R058240", "___s": true }, { @@ -988883,7 +996845,7 @@ "filename": "Texture.js", "lineno": 88, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "frames", @@ -988904,7 +996866,7 @@ "scope": "instance", "inherits": "Phaser.Textures.Texture#frames", "inherited": true, - "___id": "T000002R057930", + "___id": "T000002R058241", "___s": true }, { @@ -988913,7 +996875,7 @@ "filename": "Texture.js", "lineno": 97, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "customData", @@ -988934,7 +996896,7 @@ "scope": "instance", "inherits": "Phaser.Textures.Texture#customData", "inherited": true, - "___id": "T000002R057931", + "___id": "T000002R058242", "___s": true }, { @@ -988943,7 +996905,7 @@ "filename": "Texture.js", "lineno": 107, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "firstFrame", @@ -988964,7 +996926,7 @@ "scope": "instance", "inherits": "Phaser.Textures.Texture#firstFrame", "inherited": true, - "___id": "T000002R057932", + "___id": "T000002R058243", "___s": true }, { @@ -988973,7 +996935,7 @@ "filename": "Texture.js", "lineno": 116, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "frameTotal", @@ -988995,7 +996957,7 @@ "scope": "instance", "inherits": "Phaser.Textures.Texture#frameTotal", "inherited": true, - "___id": "T000002R057933", + "___id": "T000002R058244", "___s": true }, { @@ -989004,7 +996966,7 @@ "filename": "Texture.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "add", @@ -989122,7 +997084,7 @@ ], "inherits": "Phaser.Textures.Texture#add", "inherited": true, - "___id": "T000002R057934", + "___id": "T000002R058245", "___s": true }, { @@ -989131,7 +997093,7 @@ "filename": "Texture.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "remove", @@ -989172,7 +997134,7 @@ ], "inherits": "Phaser.Textures.Texture#remove", "inherited": true, - "___id": "T000002R057935", + "___id": "T000002R058246", "___s": true }, { @@ -989181,7 +997143,7 @@ "filename": "Texture.js", "lineno": 209, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "has", @@ -989222,7 +997184,7 @@ ], "inherits": "Phaser.Textures.Texture#has", "inherited": true, - "___id": "T000002R057936", + "___id": "T000002R058247", "___s": true }, { @@ -989231,7 +997193,7 @@ "filename": "Texture.js", "lineno": 224, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "get", @@ -989283,7 +997245,7 @@ ], "inherits": "Phaser.Textures.Texture#get", "inherited": true, - "___id": "T000002R057937", + "___id": "T000002R058248", "___s": true }, { @@ -989292,7 +997254,7 @@ "filename": "Texture.js", "lineno": 258, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "getTextureSourceIndex", @@ -989333,7 +997295,7 @@ ], "inherits": "Phaser.Textures.Texture#getTextureSourceIndex", "inherited": true, - "___id": "T000002R057938", + "___id": "T000002R058249", "___s": true }, { @@ -989342,7 +997304,7 @@ "filename": "Texture.js", "lineno": 284, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "getFramesFromTextureSource", @@ -989407,7 +997369,7 @@ ], "inherits": "Phaser.Textures.Texture#getFramesFromTextureSource", "inherited": true, - "___id": "T000002R057939", + "___id": "T000002R058250", "___s": true }, { @@ -989416,7 +997378,7 @@ "filename": "Texture.js", "lineno": 319, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "getFrameBounds", @@ -989457,7 +997419,7 @@ ], "inherits": "Phaser.Textures.Texture#getFrameBounds", "inherited": true, - "___id": "T000002R057940", + "___id": "T000002R058251", "___s": true }, { @@ -989466,7 +997428,7 @@ "filename": "Texture.js", "lineno": 372, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "getFrameNames", @@ -989518,7 +997480,7 @@ ], "inherits": "Phaser.Textures.Texture#getFrameNames", "inherited": true, - "___id": "T000002R057941", + "___id": "T000002R058252", "___s": true }, { @@ -989527,7 +997489,7 @@ "filename": "Texture.js", "lineno": 404, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "getSourceImage", @@ -989594,7 +997556,7 @@ ], "inherits": "Phaser.Textures.Texture#getSourceImage", "inherited": true, - "___id": "T000002R057942", + "___id": "T000002R058253", "___s": true }, { @@ -989603,7 +997565,7 @@ "filename": "Texture.js", "lineno": 437, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "getDataSourceImage", @@ -989665,7 +997627,7 @@ ], "inherits": "Phaser.Textures.Texture#getDataSourceImage", "inherited": true, - "___id": "T000002R057943", + "___id": "T000002R058254", "___s": true }, { @@ -989674,7 +997636,7 @@ "filename": "Texture.js", "lineno": 474, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "setDataSource", @@ -989739,7 +997701,7 @@ ], "inherits": "Phaser.Textures.Texture#setDataSource", "inherited": true, - "___id": "T000002R057944", + "___id": "T000002R058255", "___s": true }, { @@ -989748,7 +997710,7 @@ "filename": "Texture.js", "lineno": 500, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\textures", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\textures", "code": {} }, "name": "setFilter", @@ -989775,7 +997737,7 @@ ], "inherits": "Phaser.Textures.Texture#setFilter", "inherited": true, - "___id": "T000002R057945", + "___id": "T000002R058256", "___s": true }, { @@ -989784,7 +997746,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -989796,7 +997758,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R057946", + "___id": "T000002R058257", "___s": true }, { @@ -989805,7 +997767,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -989848,7 +997810,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R057947", + "___id": "T000002R058258", "___s": true }, { @@ -989857,7 +997819,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -989917,7 +997879,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listeners", "inherited": true, - "___id": "T000002R057948", + "___id": "T000002R058259", "___s": true }, { @@ -989926,7 +997888,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -989977,7 +997939,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listenerCount", "inherited": true, - "___id": "T000002R057949", + "___id": "T000002R058260", "___s": true }, { @@ -989986,7 +997948,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -990052,7 +998014,7 @@ ], "inherits": "Phaser.Events.EventEmitter#emit", "inherited": true, - "___id": "T000002R057950", + "___id": "T000002R058261", "___s": true }, { @@ -990061,7 +998023,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -990140,7 +998102,7 @@ ], "inherits": "Phaser.Events.EventEmitter#on", "inherited": true, - "___id": "T000002R057951", + "___id": "T000002R058262", "___s": true }, { @@ -990149,7 +998111,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -990228,7 +998190,7 @@ ], "inherits": "Phaser.Events.EventEmitter#addListener", "inherited": true, - "___id": "T000002R057952", + "___id": "T000002R058263", "___s": true }, { @@ -990237,7 +998199,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -990316,7 +998278,7 @@ ], "inherits": "Phaser.Events.EventEmitter#once", "inherited": true, - "___id": "T000002R057953", + "___id": "T000002R058264", "___s": true }, { @@ -990325,7 +998287,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -990418,7 +998380,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeListener", "inherited": true, - "___id": "T000002R057954", + "___id": "T000002R058265", "___s": true }, { @@ -990427,7 +998389,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -990520,7 +998482,7 @@ ], "inherits": "Phaser.Events.EventEmitter#off", "inherited": true, - "___id": "T000002R057955", + "___id": "T000002R058266", "___s": true }, { @@ -990529,7 +998491,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -990582,7 +998544,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeAllListeners", "inherited": true, - "___id": "T000002R057956", + "___id": "T000002R058267", "___s": true }, { @@ -990591,7 +998553,7 @@ "filename": "AlphaSingle.js", "lineno": 33, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -990618,7 +998580,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#clearAlpha", "inherited": true, - "___id": "T000002R057958", + "___id": "T000002R058269", "___s": true }, { @@ -990627,7 +998589,7 @@ "filename": "AlphaSingle.js", "lineno": 48, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -990671,7 +998633,7 @@ ], "inherits": "Phaser.GameObjects.Components.AlphaSingle#setAlpha", "inherited": true, - "___id": "T000002R057959", + "___id": "T000002R058270", "___s": true }, { @@ -990680,7 +998642,7 @@ "filename": "AlphaSingle.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -990701,7 +998663,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.AlphaSingle#alpha", "inherited": true, - "___id": "T000002R057960", + "___id": "T000002R058271", "___s": true }, { @@ -990710,7 +998672,7 @@ "filename": "Flip.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "flipX", @@ -990732,7 +998694,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#flipX", "inherited": true, - "___id": "T000002R057961", + "___id": "T000002R058272", "___s": true }, { @@ -990741,7 +998703,7 @@ "filename": "Flip.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "flipY", @@ -990763,7 +998725,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#flipY", "inherited": true, - "___id": "T000002R057962", + "___id": "T000002R058273", "___s": true }, { @@ -990772,7 +998734,7 @@ "filename": "Flip.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipX", @@ -990799,7 +998761,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipX", "inherited": true, - "___id": "T000002R057963", + "___id": "T000002R058274", "___s": true }, { @@ -990808,7 +998770,7 @@ "filename": "Flip.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipY", @@ -990835,7 +998797,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipY", "inherited": true, - "___id": "T000002R057964", + "___id": "T000002R058275", "___s": true }, { @@ -990844,7 +998806,7 @@ "filename": "Flip.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipX", @@ -990886,7 +998848,7 @@ ], "inherits": "Phaser.GameObjects.Components.Flip#setFlipX", "inherited": true, - "___id": "T000002R057965", + "___id": "T000002R058276", "___s": true }, { @@ -990895,7 +998857,7 @@ "filename": "Flip.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipY", @@ -990937,7 +998899,7 @@ ], "inherits": "Phaser.GameObjects.Components.Flip#setFlipY", "inherited": true, - "___id": "T000002R057966", + "___id": "T000002R058277", "___s": true }, { @@ -990946,7 +998908,7 @@ "filename": "Flip.js", "lineno": 117, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlip", @@ -991001,7 +998963,7 @@ ], "inherits": "Phaser.GameObjects.Components.Flip#setFlip", "inherited": true, - "___id": "T000002R057967", + "___id": "T000002R058278", "___s": true }, { @@ -991010,7 +998972,7 @@ "filename": "Flip.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetFlip", @@ -991037,7 +998999,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#resetFlip", "inherited": true, - "___id": "T000002R057968", + "___id": "T000002R058279", "___s": true }, { @@ -991046,7 +999008,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -991067,7 +999029,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R057970", + "___id": "T000002R058281", "___s": true }, { @@ -991076,7 +999038,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -991118,7 +999080,7 @@ ], "inherits": "Phaser.GameObjects.Components.Visible#setVisible", "inherited": true, - "___id": "T000002R057971", + "___id": "T000002R058282", "___s": true }, { @@ -991127,7 +999089,7 @@ "filename": "GameObject.js", "lineno": 39, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "scene", @@ -991148,7 +999110,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#scene", "inherited": true, - "___id": "T000002R057972", + "___id": "T000002R058283", "___s": true }, { @@ -991157,7 +999119,7 @@ "filename": "GameObject.js", "lineno": 53, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "displayList", @@ -991189,7 +999151,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#displayList", "inherited": true, - "___id": "T000002R057973", + "___id": "T000002R058284", "___s": true }, { @@ -991198,7 +999160,7 @@ "filename": "GameObject.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "type", @@ -991219,7 +999181,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#type", "inherited": true, - "___id": "T000002R057974", + "___id": "T000002R058285", "___s": true }, { @@ -991228,7 +999190,7 @@ "filename": "GameObject.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "state", @@ -991259,7 +999221,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#state", "inherited": true, - "___id": "T000002R057975", + "___id": "T000002R058286", "___s": true }, { @@ -991268,7 +999230,7 @@ "filename": "GameObject.js", "lineno": 93, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "parentContainer", @@ -991289,7 +999251,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#parentContainer", "inherited": true, - "___id": "T000002R057976", + "___id": "T000002R058287", "___s": true }, { @@ -991298,7 +999260,7 @@ "filename": "GameObject.js", "lineno": 102, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "name", @@ -991320,7 +999282,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#name", "inherited": true, - "___id": "T000002R057977", + "___id": "T000002R058288", "___s": true }, { @@ -991329,7 +999291,7 @@ "filename": "GameObject.js", "lineno": 113, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "active", @@ -991351,7 +999313,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#active", "inherited": true, - "___id": "T000002R057978", + "___id": "T000002R058289", "___s": true }, { @@ -991360,7 +999322,7 @@ "filename": "GameObject.js", "lineno": 125, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "tabIndex", @@ -991382,7 +999344,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#tabIndex", "inherited": true, - "___id": "T000002R057979", + "___id": "T000002R058290", "___s": true }, { @@ -991391,7 +999353,7 @@ "filename": "GameObject.js", "lineno": 136, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "data", @@ -991413,7 +999375,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#data", "inherited": true, - "___id": "T000002R057980", + "___id": "T000002R058291", "___s": true }, { @@ -991422,7 +999384,7 @@ "filename": "GameObject.js", "lineno": 148, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "renderFlags", @@ -991444,7 +999406,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#renderFlags", "inherited": true, - "___id": "T000002R057981", + "___id": "T000002R058292", "___s": true }, { @@ -991453,7 +999415,7 @@ "filename": "GameObject.js", "lineno": 160, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "cameraFilter", @@ -991478,7 +999440,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#cameraFilter", "inherited": true, - "___id": "T000002R057982", + "___id": "T000002R058293", "___s": true }, { @@ -991487,7 +999449,7 @@ "filename": "GameObject.js", "lineno": 175, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "input", @@ -991511,7 +999473,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#input", "inherited": true, - "___id": "T000002R057983", + "___id": "T000002R058294", "___s": true }, { @@ -991520,7 +999482,7 @@ "filename": "GameObject.js", "lineno": 186, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "body", @@ -991559,7 +999521,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#body", "inherited": true, - "___id": "T000002R057984", + "___id": "T000002R058295", "___s": true }, { @@ -991568,7 +999530,7 @@ "filename": "GameObject.js", "lineno": 196, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "ignoreDestroy", @@ -991590,7 +999552,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#ignoreDestroy", "inherited": true, - "___id": "T000002R057985", + "___id": "T000002R058296", "___s": true }, { @@ -991599,7 +999561,7 @@ "filename": "GameObject.js", "lineno": 216, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setActive", @@ -991641,7 +999603,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setActive", "inherited": true, - "___id": "T000002R057986", + "___id": "T000002R058297", "___s": true }, { @@ -991650,7 +999612,7 @@ "filename": "GameObject.js", "lineno": 234, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setName", @@ -991692,7 +999654,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setName", "inherited": true, - "___id": "T000002R057987", + "___id": "T000002R058298", "___s": true }, { @@ -991701,7 +999663,7 @@ "filename": "GameObject.js", "lineno": 252, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setState", @@ -991753,7 +999715,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setState", "inherited": true, - "___id": "T000002R057988", + "___id": "T000002R058299", "___s": true }, { @@ -991762,7 +999724,7 @@ "filename": "GameObject.js", "lineno": 276, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setDataEnabled", @@ -991792,7 +999754,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#setDataEnabled", "inherited": true, - "___id": "T000002R057989", + "___id": "T000002R058300", "___s": true }, { @@ -991801,7 +999763,7 @@ "filename": "GameObject.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setData", @@ -991880,7 +999842,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setData", "inherited": true, - "___id": "T000002R057990", + "___id": "T000002R058301", "___s": true }, { @@ -991889,7 +999851,7 @@ "filename": "GameObject.js", "lineno": 357, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "incData", @@ -991946,7 +999908,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#incData", "inherited": true, - "___id": "T000002R057991", + "___id": "T000002R058302", "___s": true }, { @@ -991955,7 +999917,7 @@ "filename": "GameObject.js", "lineno": 387, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toggleData", @@ -991997,7 +999959,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#toggleData", "inherited": true, - "___id": "T000002R057992", + "___id": "T000002R058303", "___s": true }, { @@ -992006,7 +999968,7 @@ "filename": "GameObject.js", "lineno": 416, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getData", @@ -992065,7 +1000027,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#getData", "inherited": true, - "___id": "T000002R057993", + "___id": "T000002R058304", "___s": true }, { @@ -992074,7 +1000036,7 @@ "filename": "GameObject.js", "lineno": 456, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "setInteractive", @@ -992161,7 +1000123,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#setInteractive", "inherited": true, - "___id": "T000002R057994", + "___id": "T000002R058305", "___s": true }, { @@ -992170,7 +1000132,7 @@ "filename": "GameObject.js", "lineno": 494, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "disableInteractive", @@ -992197,7 +1000159,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#disableInteractive", "inherited": true, - "___id": "T000002R057995", + "___id": "T000002R058306", "___s": true }, { @@ -992206,7 +1000168,7 @@ "filename": "GameObject.js", "lineno": 515, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeInteractive", @@ -992233,7 +1000195,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeInteractive", "inherited": true, - "___id": "T000002R057996", + "___id": "T000002R058307", "___s": true }, { @@ -992242,7 +1000204,7 @@ "filename": "GameObject.js", "lineno": 549, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addedToScene", @@ -992254,7 +1000216,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addedToScene", "inherited": true, - "___id": "T000002R057997", + "___id": "T000002R058308", "___s": true }, { @@ -992263,7 +1000225,7 @@ "filename": "GameObject.js", "lineno": 564, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removedFromScene", @@ -992275,7 +1000237,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removedFromScene", "inherited": true, - "___id": "T000002R057998", + "___id": "T000002R058309", "___s": true }, { @@ -992284,7 +1000246,7 @@ "filename": "GameObject.js", "lineno": 579, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "update", @@ -992313,7 +1000275,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#update", "inherited": true, - "___id": "T000002R057999", + "___id": "T000002R058310", "___s": true }, { @@ -992322,7 +1000284,7 @@ "filename": "GameObject.js", "lineno": 591, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "toJSON", @@ -992348,7 +1000310,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#toJSON", "inherited": true, - "___id": "T000002R058000", + "___id": "T000002R058311", "___s": true }, { @@ -992357,7 +1000319,7 @@ "filename": "GameObject.js", "lineno": 604, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "willRender", @@ -992398,7 +1000360,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#willRender", "inherited": true, - "___id": "T000002R058001", + "___id": "T000002R058312", "___s": true }, { @@ -992407,7 +1000369,7 @@ "filename": "GameObject.js", "lineno": 622, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "getIndexList", @@ -992442,7 +1000404,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#getIndexList", "inherited": true, - "___id": "T000002R058002", + "___id": "T000002R058313", "___s": true }, { @@ -992451,7 +1000413,7 @@ "filename": "GameObject.js", "lineno": 671, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToDisplayList", @@ -992508,7 +1000470,7 @@ ], "inherits": "Phaser.GameObjects.GameObject#addToDisplayList", "inherited": true, - "___id": "T000002R058003", + "___id": "T000002R058314", "___s": true }, { @@ -992517,7 +1000479,7 @@ "filename": "GameObject.js", "lineno": 722, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "addToUpdateList", @@ -992544,7 +1000506,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#addToUpdateList", "inherited": true, - "___id": "T000002R058004", + "___id": "T000002R058315", "___s": true }, { @@ -992553,7 +1000515,7 @@ "filename": "GameObject.js", "lineno": 747, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromDisplayList", @@ -992584,7 +1000546,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromDisplayList", "inherited": true, - "___id": "T000002R058005", + "___id": "T000002R058316", "___s": true }, { @@ -992593,7 +1000555,7 @@ "filename": "GameObject.js", "lineno": 785, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects", "code": {} }, "name": "removeFromUpdateList", @@ -992620,7 +1000582,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.GameObject#removeFromUpdateList", "inherited": true, - "___id": "T000002R058006", + "___id": "T000002R058317", "___s": true }, { @@ -992629,7 +1000591,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -992641,7 +1000603,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R058007", + "___id": "T000002R058318", "___s": true }, { @@ -992650,7 +1000612,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -992693,7 +1000655,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R058008", + "___id": "T000002R058319", "___s": true }, { @@ -992702,7 +1000664,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -992762,7 +1000724,7 @@ "name": "event" } ], - "___id": "T000002R058009", + "___id": "T000002R058320", "___s": true }, { @@ -992771,7 +1000733,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -992822,7 +1000784,7 @@ "name": "event" } ], - "___id": "T000002R058010", + "___id": "T000002R058321", "___s": true }, { @@ -992831,7 +1000793,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -992897,7 +1000859,7 @@ "name": "args" } ], - "___id": "T000002R058011", + "___id": "T000002R058322", "___s": true }, { @@ -992906,7 +1000868,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -992985,7 +1000947,7 @@ "name": "context" } ], - "___id": "T000002R058012", + "___id": "T000002R058323", "___s": true }, { @@ -992994,7 +1000956,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -993073,7 +1001035,7 @@ "name": "context" } ], - "___id": "T000002R058013", + "___id": "T000002R058324", "___s": true }, { @@ -993082,7 +1001044,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -993161,7 +1001123,7 @@ "name": "context" } ], - "___id": "T000002R058014", + "___id": "T000002R058325", "___s": true }, { @@ -993170,7 +1001132,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -993263,7 +1001225,7 @@ "name": "once" } ], - "___id": "T000002R058015", + "___id": "T000002R058326", "___s": true }, { @@ -993272,7 +1001234,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -993365,7 +1001327,7 @@ "name": "once" } ], - "___id": "T000002R058016", + "___id": "T000002R058327", "___s": true }, { @@ -993374,7 +1001336,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -993427,7 +1001389,7 @@ "name": "event" } ], - "___id": "T000002R058017", + "___id": "T000002R058328", "___s": true }, { @@ -993436,7 +1001398,7 @@ "filename": "Alpha.js", "lineno": 77, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearAlpha", @@ -993463,7 +1001425,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#clearAlpha", "inherited": true, - "___id": "T000002R058023", + "___id": "T000002R058334", "___s": true }, { @@ -993472,7 +1001434,7 @@ "filename": "Alpha.js", "lineno": 92, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAlpha", @@ -993558,7 +1001520,7 @@ ], "inherits": "Phaser.GameObjects.Components.Alpha#setAlpha", "inherited": true, - "___id": "T000002R058024", + "___id": "T000002R058335", "___s": true }, { @@ -993567,7 +1001529,7 @@ "filename": "Alpha.js", "lineno": 129, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alpha", @@ -993588,7 +1001550,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alpha", "inherited": true, - "___id": "T000002R058025", + "___id": "T000002R058336", "___s": true }, { @@ -993597,7 +1001559,7 @@ "filename": "Alpha.js", "lineno": 167, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopLeft", @@ -993625,7 +1001587,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopLeft", "inherited": true, - "___id": "T000002R058026", + "___id": "T000002R058337", "___s": true }, { @@ -993634,7 +1001596,7 @@ "filename": "Alpha.js", "lineno": 197, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaTopRight", @@ -993662,7 +1001624,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaTopRight", "inherited": true, - "___id": "T000002R058027", + "___id": "T000002R058338", "___s": true }, { @@ -993671,7 +1001633,7 @@ "filename": "Alpha.js", "lineno": 227, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomLeft", @@ -993699,7 +1001661,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomLeft", "inherited": true, - "___id": "T000002R058028", + "___id": "T000002R058339", "___s": true }, { @@ -993708,7 +1001670,7 @@ "filename": "Alpha.js", "lineno": 257, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "alphaBottomRight", @@ -993736,7 +1001698,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Alpha#alphaBottomRight", "inherited": true, - "___id": "T000002R058029", + "___id": "T000002R058340", "___s": true }, { @@ -993745,7 +1001707,7 @@ "filename": "BlendMode.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "blendMode", @@ -993781,7 +1001743,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.BlendMode#blendMode", "inherited": true, - "___id": "T000002R058031", + "___id": "T000002R058342", "___s": true }, { @@ -993790,7 +1001752,7 @@ "filename": "BlendMode.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setBlendMode", @@ -993847,7 +1001809,7 @@ ], "inherits": "Phaser.GameObjects.Components.BlendMode#setBlendMode", "inherited": true, - "___id": "T000002R058032", + "___id": "T000002R058343", "___s": true }, { @@ -993856,7 +1001818,7 @@ "filename": "ComputedSize.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "width", @@ -993877,7 +1001839,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ComputedSize#width", "inherited": true, - "___id": "T000002R058033", + "___id": "T000002R058344", "___s": true }, { @@ -993886,7 +1001848,7 @@ "filename": "ComputedSize.js", "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "height", @@ -993907,7 +1001869,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ComputedSize#height", "inherited": true, - "___id": "T000002R058034", + "___id": "T000002R058345", "___s": true }, { @@ -993916,7 +1001878,7 @@ "filename": "ComputedSize.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayWidth", @@ -993937,7 +1001899,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ComputedSize#displayWidth", "inherited": true, - "___id": "T000002R058035", + "___id": "T000002R058346", "___s": true }, { @@ -993946,7 +1001908,7 @@ "filename": "ComputedSize.js", "lineno": 68, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "displayHeight", @@ -993967,7 +1001929,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ComputedSize#displayHeight", "inherited": true, - "___id": "T000002R058036", + "___id": "T000002R058347", "___s": true }, { @@ -993976,7 +1001938,7 @@ "filename": "ComputedSize.js", "lineno": 93, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setSize", @@ -994031,7 +1001993,7 @@ ], "inherits": "Phaser.GameObjects.Components.ComputedSize#setSize", "inherited": true, - "___id": "T000002R058037", + "___id": "T000002R058348", "___s": true }, { @@ -994040,7 +1002002,7 @@ "filename": "ComputedSize.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplaySize", @@ -994095,16 +1002057,16 @@ ], "inherits": "Phaser.GameObjects.Components.ComputedSize#setDisplaySize", "inherited": true, - "___id": "T000002R058038", + "___id": "T000002R058349", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene. Ensure this value is only ever set to a number data-type.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @name Phaser.GameObjects.Components.Depth#depth\r\n * @type {number}\r\n * @since 3.0.0\r\n */", "meta": { "filename": "Depth.js", - "lineno": 28, + "lineno": 30, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "depth", @@ -994125,16 +1002087,16 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Depth#depth", "inherited": true, - "___id": "T000002R058040", + "___id": "T000002R058351", "___s": true }, { "comment": "/**\r\n * The depth of this Game Object within the Scene.\r\n *\r\n * The depth is also known as the 'z-index' in some environments, and allows you to change the rendering order\r\n * of Game Objects, without actually moving their position in the display list.\r\n *\r\n * The default depth is zero. A Game Object with a higher depth\r\n * value will always render in front of one with a lower value.\r\n *\r\n * Setting the depth will queue a depth sort event within the Scene.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#setDepth\r\n * @since 3.0.0\r\n *\r\n * @param {number} value - The depth of this Game Object. Ensure this value is only ever a number data-type.\r\n *\r\n * @return {this} This Game Object instance.\r\n */", "meta": { "filename": "Depth.js", - "lineno": 62, + "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDepth", @@ -994176,7 +1002138,181 @@ ], "inherits": "Phaser.GameObjects.Components.Depth#setDepth", "inherited": true, - "___id": "T000002R058041", + "___id": "T000002R058352", + "___s": true + }, + { + "comment": "/**\r\n * Bring this Game Object to top of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#bringMeToTop\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 91, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "bringMeToTop", + "longname": "Phaser.Tilemaps.TilemapLayer#bringMeToTop", + "kind": "function", + "description": "Bring this Game Object to top of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.Tilemaps.TilemapLayer", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#bringMeToTop", + "inherited": true, + "___id": "T000002R058353", + "___s": true + }, + { + "comment": "/**\r\n * Send this Game Object to bottom of display list.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#sendMeToBack\r\n * @since 3.80.2\r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 120, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "sendMeToBack", + "longname": "Phaser.Tilemaps.TilemapLayer#sendMeToBack", + "kind": "function", + "description": "Send this Game Object to bottom of display list.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.Tilemaps.TilemapLayer", + "scope": "instance", + "inherits": "Phaser.GameObjects.Components.Depth#sendMeToBack", + "inherited": true, + "___id": "T000002R058354", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object below another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthBelow\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object below this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 149, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthBelow", + "longname": "Phaser.Tilemaps.TilemapLayer#moveMyDepthBelow", + "kind": "function", + "description": "Move this Game Object below another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.Tilemaps.TilemapLayer", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object below this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthBelow", + "inherited": true, + "___id": "T000002R058355", + "___s": true + }, + { + "comment": "/**\r\n * Move this Game Object above another Game Object.\r\n *\r\n * @method Phaser.GameObjects.Components.Depth#moveMyDepthAbove\r\n * @since 3.80.2\r\n * \r\n * @param {Phaser.GameObjects.GameObject} gameObject - Move this Game Object above this Game Object.\r\n * \r\n * @return {this} This Game Object instance.\r\n */", + "meta": { + "filename": "Depth.js", + "lineno": 181, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", + "code": {} + }, + "name": "moveMyDepthAbove", + "longname": "Phaser.Tilemaps.TilemapLayer#moveMyDepthAbove", + "kind": "function", + "description": "Move this Game Object above another Game Object.", + "since": "3.80.2", + "returns": [ + { + "type": { + "names": [ + "this" + ], + "parsedType": { + "type": "NameExpression", + "name": "this", + "reservedWord": true + } + }, + "description": "This Game Object instance." + } + ], + "memberof": "Phaser.Tilemaps.TilemapLayer", + "scope": "instance", + "params": [ + { + "type": { + "names": [ + "Phaser.GameObjects.GameObject" + ], + "parsedType": { + "type": "NameExpression", + "name": "Phaser.GameObjects.GameObject" + } + }, + "description": "Move this Game Object above this Game Object.", + "name": "gameObject" + } + ], + "inherits": "Phaser.GameObjects.Components.Depth#moveMyDepthAbove", + "inherited": true, + "___id": "T000002R058356", "___s": true }, { @@ -994185,7 +1002321,7 @@ "filename": "Flip.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "flipX", @@ -994207,7 +1002343,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#flipX", "inherited": true, - "___id": "T000002R058042", + "___id": "T000002R058357", "___s": true }, { @@ -994216,7 +1002352,7 @@ "filename": "Flip.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "flipY", @@ -994238,7 +1002374,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#flipY", "inherited": true, - "___id": "T000002R058043", + "___id": "T000002R058358", "___s": true }, { @@ -994247,7 +1002383,7 @@ "filename": "Flip.js", "lineno": 45, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipX", @@ -994274,7 +1002410,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipX", "inherited": true, - "___id": "T000002R058044", + "___id": "T000002R058359", "___s": true }, { @@ -994283,7 +1002419,7 @@ "filename": "Flip.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "toggleFlipY", @@ -994310,7 +1002446,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#toggleFlipY", "inherited": true, - "___id": "T000002R058045", + "___id": "T000002R058360", "___s": true }, { @@ -994319,7 +1002455,7 @@ "filename": "Flip.js", "lineno": 79, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipX", @@ -994361,7 +1002497,7 @@ ], "inherits": "Phaser.GameObjects.Components.Flip#setFlipX", "inherited": true, - "___id": "T000002R058046", + "___id": "T000002R058361", "___s": true }, { @@ -994370,7 +1002506,7 @@ "filename": "Flip.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlipY", @@ -994412,7 +1002548,7 @@ ], "inherits": "Phaser.GameObjects.Components.Flip#setFlipY", "inherited": true, - "___id": "T000002R058047", + "___id": "T000002R058362", "___s": true }, { @@ -994421,7 +1002557,7 @@ "filename": "Flip.js", "lineno": 117, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setFlip", @@ -994476,7 +1002612,7 @@ ], "inherits": "Phaser.GameObjects.Components.Flip#setFlip", "inherited": true, - "___id": "T000002R058048", + "___id": "T000002R058363", "___s": true }, { @@ -994485,7 +1002621,7 @@ "filename": "Flip.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetFlip", @@ -994512,7 +1002648,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Flip#resetFlip", "inherited": true, - "___id": "T000002R058049", + "___id": "T000002R058364", "___s": true }, { @@ -994521,7 +1002657,7 @@ "filename": "GetBounds.js", "lineno": 54, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getCenter", @@ -994586,7 +1002722,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getCenter", "inherited": true, - "___id": "T000002R058051", + "___id": "T000002R058366", "___s": true }, { @@ -994595,7 +1002731,7 @@ "filename": "GetBounds.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopLeft", @@ -994660,7 +1002796,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopLeft", "inherited": true, - "___id": "T000002R058052", + "___id": "T000002R058367", "___s": true }, { @@ -994669,7 +1002805,7 @@ "filename": "GetBounds.js", "lineno": 106, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopCenter", @@ -994734,7 +1002870,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopCenter", "inherited": true, - "___id": "T000002R058053", + "___id": "T000002R058368", "___s": true }, { @@ -994743,7 +1002879,7 @@ "filename": "GetBounds.js", "lineno": 132, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getTopRight", @@ -994808,7 +1002944,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getTopRight", "inherited": true, - "___id": "T000002R058054", + "___id": "T000002R058369", "___s": true }, { @@ -994817,7 +1002953,7 @@ "filename": "GetBounds.js", "lineno": 158, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLeftCenter", @@ -994882,7 +1003018,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getLeftCenter", "inherited": true, - "___id": "T000002R058055", + "___id": "T000002R058370", "___s": true }, { @@ -994891,7 +1003027,7 @@ "filename": "GetBounds.js", "lineno": 184, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getRightCenter", @@ -994956,7 +1003092,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getRightCenter", "inherited": true, - "___id": "T000002R058056", + "___id": "T000002R058371", "___s": true }, { @@ -994965,7 +1003101,7 @@ "filename": "GetBounds.js", "lineno": 210, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomLeft", @@ -995030,7 +1003166,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomLeft", "inherited": true, - "___id": "T000002R058057", + "___id": "T000002R058372", "___s": true }, { @@ -995039,7 +1003175,7 @@ "filename": "GetBounds.js", "lineno": 236, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomCenter", @@ -995104,7 +1003240,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomCenter", "inherited": true, - "___id": "T000002R058058", + "___id": "T000002R058373", "___s": true }, { @@ -995113,7 +1003249,7 @@ "filename": "GetBounds.js", "lineno": 262, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBottomRight", @@ -995178,7 +1003314,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBottomRight", "inherited": true, - "___id": "T000002R058059", + "___id": "T000002R058374", "___s": true }, { @@ -995187,7 +1003323,7 @@ "filename": "GetBounds.js", "lineno": 288, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getBounds", @@ -995257,7 +1003393,7 @@ ], "inherits": "Phaser.GameObjects.Components.GetBounds#getBounds", "inherited": true, - "___id": "T000002R058060", + "___id": "T000002R058375", "___s": true }, { @@ -995266,7 +1003402,7 @@ "filename": "Mask.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "mask", @@ -995297,7 +1003433,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Mask#mask", "inherited": true, - "___id": "T000002R058061", + "___id": "T000002R058376", "___s": true }, { @@ -995306,7 +1003442,7 @@ "filename": "Mask.js", "lineno": 28, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setMask", @@ -995358,7 +1003494,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#setMask", "inherited": true, - "___id": "T000002R058062", + "___id": "T000002R058377", "___s": true }, { @@ -995367,7 +1003503,7 @@ "filename": "Mask.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearMask", @@ -995411,7 +1003547,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#clearMask", "inherited": true, - "___id": "T000002R058063", + "___id": "T000002R058378", "___s": true }, { @@ -995420,7 +1003556,7 @@ "filename": "Mask.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createBitmapMask", @@ -995573,7 +1003709,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createBitmapMask", "inherited": true, - "___id": "T000002R058064", + "___id": "T000002R058379", "___s": true }, { @@ -995582,7 +1003718,7 @@ "filename": "Mask.js", "lineno": 120, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "createGeometryMask", @@ -995654,7 +1003790,7 @@ ], "inherits": "Phaser.GameObjects.Components.Mask#createGeometryMask", "inherited": true, - "___id": "T000002R058065", + "___id": "T000002R058380", "___s": true }, { @@ -995663,7 +1003799,7 @@ "filename": "Origin.js", "lineno": 112, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOrigin", @@ -995722,7 +1003858,7 @@ ], "inherits": "Phaser.GameObjects.Components.Origin#setOrigin", "inherited": true, - "___id": "T000002R058067", + "___id": "T000002R058382", "___s": true }, { @@ -995731,7 +1003867,7 @@ "filename": "Origin.js", "lineno": 136, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setOriginFromFrame", @@ -995758,7 +1003894,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#setOriginFromFrame", "inherited": true, - "___id": "T000002R058068", + "___id": "T000002R058383", "___s": true }, { @@ -995767,7 +1003903,7 @@ "filename": "Origin.js", "lineno": 159, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setDisplayOrigin", @@ -995826,7 +1003962,7 @@ ], "inherits": "Phaser.GameObjects.Components.Origin#setDisplayOrigin", "inherited": true, - "___id": "T000002R058069", + "___id": "T000002R058384", "___s": true }, { @@ -995835,7 +1003971,7 @@ "filename": "Origin.js", "lineno": 182, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "updateDisplayOrigin", @@ -995862,7 +1003998,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Origin#updateDisplayOrigin", "inherited": true, - "___id": "T000002R058070", + "___id": "T000002R058385", "___s": true }, { @@ -995871,7 +1004007,7 @@ "filename": "Pipeline.js", "lineno": 19, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "defaultPipeline", @@ -995900,7 +1004036,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#defaultPipeline", "inherited": true, - "___id": "T000002R058071", + "___id": "T000002R058386", "___s": true }, { @@ -995909,7 +1004045,7 @@ "filename": "Pipeline.js", "lineno": 32, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipeline", @@ -995938,7 +1004074,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipeline", "inherited": true, - "___id": "T000002R058072", + "___id": "T000002R058387", "___s": true }, { @@ -995947,7 +1004083,7 @@ "filename": "Pipeline.js", "lineno": 43, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "pipelineData", @@ -995975,7 +1004111,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#pipelineData", "inherited": true, - "___id": "T000002R058073", + "___id": "T000002R058388", "___s": true }, { @@ -995984,7 +1004120,7 @@ "filename": "Pipeline.js", "lineno": 53, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPipeline", @@ -996043,7 +1004179,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#initPipeline", "inherited": true, - "___id": "T000002R058074", + "___id": "T000002R058389", "___s": true }, { @@ -996052,7 +1004188,7 @@ "filename": "Pipeline.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipeline", @@ -996140,7 +1004276,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipeline", "inherited": true, - "___id": "T000002R058075", + "___id": "T000002R058390", "___s": true }, { @@ -996149,7 +1004285,7 @@ "filename": "Pipeline.js", "lineno": 144, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPipelineData", @@ -996212,7 +1004348,7 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#setPipelineData", "inherited": true, - "___id": "T000002R058076", + "___id": "T000002R058391", "___s": true }, { @@ -996221,7 +1004357,7 @@ "filename": "Pipeline.js", "lineno": 176, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPipeline", @@ -996271,16 +1004407,16 @@ ], "inherits": "Phaser.GameObjects.Components.Pipeline#resetPipeline", "inherited": true, - "___id": "T000002R058077", + "___id": "T000002R058392", "___s": true }, { - "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {string} The string-based name of the pipeline being used by this Game Object.\r\n */", + "comment": "/**\r\n * Gets the name of the WebGL Pipeline this Game Object is currently using.\r\n *\r\n * @method Phaser.GameObjects.Components.Pipeline#getPipelineName\r\n * @webglOnly\r\n * @since 3.0.0\r\n *\r\n * @return {?string} The string-based name of the pipeline being used by this Game Object, or null.\r\n */", "meta": { "filename": "Pipeline.js", "lineno": 201, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPipelineName", @@ -996303,17 +1004439,19 @@ ], "parsedType": { "type": "NameExpression", - "name": "string" + "name": "string", + "nullable": true } }, - "description": "The string-based name of the pipeline being used by this Game Object." + "nullable": true, + "description": "The string-based name of the pipeline being used by this Game Object, or null." } ], "memberof": "Phaser.Tilemaps.TilemapLayer", "scope": "instance", "inherits": "Phaser.GameObjects.Components.Pipeline#getPipelineName", "inherited": true, - "___id": "T000002R058078", + "___id": "T000002R058393", "___s": true }, { @@ -996322,7 +1004460,7 @@ "filename": "PostPipeline.js", "lineno": 21, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasPostPipeline", @@ -996350,7 +1004488,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#hasPostPipeline", "inherited": true, - "___id": "T000002R058079", + "___id": "T000002R058394", "___s": true }, { @@ -996359,7 +1004497,7 @@ "filename": "PostPipeline.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelines", @@ -996396,7 +1004534,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelines", "inherited": true, - "___id": "T000002R058080", + "___id": "T000002R058395", "___s": true }, { @@ -996405,7 +1004543,7 @@ "filename": "PostPipeline.js", "lineno": 46, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postPipelineData", @@ -996433,7 +1004571,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postPipelineData", "inherited": true, - "___id": "T000002R058081", + "___id": "T000002R058396", "___s": true }, { @@ -996442,7 +1004580,7 @@ "filename": "PostPipeline.js", "lineno": 56, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "preFX", @@ -996472,7 +1004610,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#preFX", "inherited": true, - "___id": "T000002R058082", + "___id": "T000002R058397", "___s": true }, { @@ -996481,7 +1004619,7 @@ "filename": "PostPipeline.js", "lineno": 88, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "postFX", @@ -996509,7 +1004647,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#postFX", "inherited": true, - "___id": "T000002R058083", + "___id": "T000002R058398", "___s": true }, { @@ -996518,7 +1004656,7 @@ "filename": "PostPipeline.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "initPostPipeline", @@ -996554,7 +1004692,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#initPostPipeline", "inherited": true, - "___id": "T000002R058084", + "___id": "T000002R058399", "___s": true }, { @@ -996563,7 +1004701,7 @@ "filename": "PostPipeline.js", "lineno": 140, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipeline", @@ -996698,7 +1004836,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipeline", "inherited": true, - "___id": "T000002R058085", + "___id": "T000002R058400", "___s": true }, { @@ -996707,7 +1004845,7 @@ "filename": "PostPipeline.js", "lineno": 205, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPostPipelineData", @@ -996770,7 +1004908,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#setPostPipelineData", "inherited": true, - "___id": "T000002R058086", + "___id": "T000002R058401", "___s": true }, { @@ -996779,7 +1004917,7 @@ "filename": "PostPipeline.js", "lineno": 237, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getPostPipeline", @@ -996861,7 +1004999,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#getPostPipeline", "inherited": true, - "___id": "T000002R058087", + "___id": "T000002R058402", "___s": true }, { @@ -996870,7 +1005008,7 @@ "filename": "PostPipeline.js", "lineno": 269, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "resetPostPipeline", @@ -996906,7 +1005044,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#resetPostPipeline", "inherited": true, - "___id": "T000002R058088", + "___id": "T000002R058403", "___s": true }, { @@ -996915,7 +1005053,7 @@ "filename": "PostPipeline.js", "lineno": 299, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "removePostPipeline", @@ -996974,7 +1005112,7 @@ ], "inherits": "Phaser.GameObjects.Components.PostPipeline#removePostPipeline", "inherited": true, - "___id": "T000002R058089", + "___id": "T000002R058404", "___s": true }, { @@ -996983,7 +1005121,7 @@ "filename": "PostPipeline.js", "lineno": 337, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "clearFX", @@ -997017,7 +1005155,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.PostPipeline#clearFX", "inherited": true, - "___id": "T000002R058090", + "___id": "T000002R058405", "___s": true }, { @@ -997026,7 +1005164,7 @@ "filename": "ScrollFactor.js", "lineno": 16, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorX", @@ -997048,7 +1005186,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorX", "inherited": true, - "___id": "T000002R058091", + "___id": "T000002R058406", "___s": true }, { @@ -997057,7 +1005195,7 @@ "filename": "ScrollFactor.js", "lineno": 40, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scrollFactorY", @@ -997079,7 +1005217,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.ScrollFactor#scrollFactorY", "inherited": true, - "___id": "T000002R058092", + "___id": "T000002R058407", "___s": true }, { @@ -997088,7 +1005226,7 @@ "filename": "ScrollFactor.js", "lineno": 64, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScrollFactor", @@ -997145,7 +1005283,7 @@ ], "inherits": "Phaser.GameObjects.Components.ScrollFactor#setScrollFactor", "inherited": true, - "___id": "T000002R058093", + "___id": "T000002R058408", "___s": true }, { @@ -997154,7 +1005292,7 @@ "filename": "Transform.js", "lineno": 26, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "hasTransformComponent", @@ -997177,7 +1005315,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#hasTransformComponent", "inherited": true, - "___id": "T000002R058094", + "___id": "T000002R058409", "___s": true }, { @@ -997186,7 +1005324,7 @@ "filename": "Transform.js", "lineno": 70, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "x", @@ -997208,7 +1005346,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#x", "inherited": true, - "___id": "T000002R058098", + "___id": "T000002R058413", "___s": true }, { @@ -997217,7 +1005355,7 @@ "filename": "Transform.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "y", @@ -997239,7 +1005377,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#y", "inherited": true, - "___id": "T000002R058099", + "___id": "T000002R058414", "___s": true }, { @@ -997248,7 +1005386,7 @@ "filename": "Transform.js", "lineno": 90, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "z", @@ -997270,7 +1005408,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#z", "inherited": true, - "___id": "T000002R058100", + "___id": "T000002R058415", "___s": true }, { @@ -997279,7 +1005417,7 @@ "filename": "Transform.js", "lineno": 103, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "w", @@ -997301,7 +1005439,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#w", "inherited": true, - "___id": "T000002R058101", + "___id": "T000002R058416", "___s": true }, { @@ -997310,7 +1005448,7 @@ "filename": "Transform.js", "lineno": 113, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scale", @@ -997332,7 +1005470,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scale", "inherited": true, - "___id": "T000002R058102", + "___id": "T000002R058417", "___s": true }, { @@ -997341,7 +1005479,7 @@ "filename": "Transform.js", "lineno": 149, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleX", @@ -997363,7 +1005501,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleX", "inherited": true, - "___id": "T000002R058103", + "___id": "T000002R058418", "___s": true }, { @@ -997372,7 +1005510,7 @@ "filename": "Transform.js", "lineno": 180, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "scaleY", @@ -997394,7 +1005532,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#scaleY", "inherited": true, - "___id": "T000002R058104", + "___id": "T000002R058419", "___s": true }, { @@ -997403,7 +1005541,7 @@ "filename": "Transform.js", "lineno": 211, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "angle", @@ -997425,7 +1005563,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#angle", "inherited": true, - "___id": "T000002R058105", + "___id": "T000002R058420", "___s": true }, { @@ -997434,7 +1005572,7 @@ "filename": "Transform.js", "lineno": 238, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "rotation", @@ -997456,7 +1005594,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#rotation", "inherited": true, - "___id": "T000002R058106", + "___id": "T000002R058421", "___s": true }, { @@ -997465,7 +1005603,7 @@ "filename": "Transform.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setPosition", @@ -997554,7 +1005692,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setPosition", "inherited": true, - "___id": "T000002R058107", + "___id": "T000002R058422", "___s": true }, { @@ -997563,7 +1005701,7 @@ "filename": "Transform.js", "lineno": 293, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "copyPosition", @@ -997620,7 +1005758,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#copyPosition", "inherited": true, - "___id": "T000002R058108", + "___id": "T000002R058423", "___s": true }, { @@ -997629,7 +1005767,7 @@ "filename": "Transform.js", "lineno": 313, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRandomPosition", @@ -997716,7 +1005854,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRandomPosition", "inherited": true, - "___id": "T000002R058109", + "___id": "T000002R058424", "___s": true }, { @@ -997725,7 +1005863,7 @@ "filename": "Transform.js", "lineno": 345, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setRotation", @@ -997769,7 +1005907,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setRotation", "inherited": true, - "___id": "T000002R058110", + "___id": "T000002R058425", "___s": true }, { @@ -997778,7 +1005916,7 @@ "filename": "Transform.js", "lineno": 364, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setAngle", @@ -997822,7 +1005960,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setAngle", "inherited": true, - "___id": "T000002R058111", + "___id": "T000002R058426", "___s": true }, { @@ -997831,7 +1005969,7 @@ "filename": "Transform.js", "lineno": 383, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setScale", @@ -997890,7 +1006028,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setScale", "inherited": true, - "___id": "T000002R058112", + "___id": "T000002R058427", "___s": true }, { @@ -997899,7 +1006037,7 @@ "filename": "Transform.js", "lineno": 405, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setX", @@ -997943,7 +1006081,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setX", "inherited": true, - "___id": "T000002R058113", + "___id": "T000002R058428", "___s": true }, { @@ -997952,7 +1006090,7 @@ "filename": "Transform.js", "lineno": 424, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setY", @@ -997996,7 +1006134,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setY", "inherited": true, - "___id": "T000002R058114", + "___id": "T000002R058429", "___s": true }, { @@ -998005,7 +1006143,7 @@ "filename": "Transform.js", "lineno": 443, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setZ", @@ -998049,7 +1006187,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setZ", "inherited": true, - "___id": "T000002R058115", + "___id": "T000002R058430", "___s": true }, { @@ -998058,7 +1006196,7 @@ "filename": "Transform.js", "lineno": 465, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setW", @@ -998102,7 +1006240,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#setW", "inherited": true, - "___id": "T000002R058116", + "___id": "T000002R058431", "___s": true }, { @@ -998111,7 +1006249,7 @@ "filename": "Transform.js", "lineno": 484, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalTransformMatrix", @@ -998153,7 +1006291,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalTransformMatrix", "inherited": true, - "___id": "T000002R058117", + "___id": "T000002R058432", "___s": true }, { @@ -998162,7 +1006300,7 @@ "filename": "Transform.js", "lineno": 501, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getWorldTransformMatrix", @@ -998218,7 +1006356,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getWorldTransformMatrix", "inherited": true, - "___id": "T000002R058118", + "___id": "T000002R058433", "___s": true }, { @@ -998227,7 +1006365,7 @@ "filename": "Transform.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getLocalPoint", @@ -998309,7 +1006447,7 @@ ], "inherits": "Phaser.GameObjects.Components.Transform#getLocalPoint", "inherited": true, - "___id": "T000002R058119", + "___id": "T000002R058434", "___s": true }, { @@ -998318,7 +1006456,7 @@ "filename": "Transform.js", "lineno": 592, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "getParentRotation", @@ -998344,7 +1006482,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Transform#getParentRotation", "inherited": true, - "___id": "T000002R058120", + "___id": "T000002R058435", "___s": true }, { @@ -998353,7 +1006491,7 @@ "filename": "Visible.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "visible", @@ -998374,7 +1006512,7 @@ "scope": "instance", "inherits": "Phaser.GameObjects.Components.Visible#visible", "inherited": true, - "___id": "T000002R058122", + "___id": "T000002R058437", "___s": true }, { @@ -998383,7 +1006521,7 @@ "filename": "Visible.js", "lineno": 63, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\gameobjects\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\gameobjects\\components", "code": {} }, "name": "setVisible", @@ -998425,7 +1006563,7 @@ ], "inherits": "Phaser.GameObjects.Components.Visible#setVisible", "inherited": true, - "___id": "T000002R058123", + "___id": "T000002R058438", "___s": true }, { @@ -998434,7 +1006572,7 @@ "filename": "Collision.js", "lineno": 17, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setCollisionCategory", @@ -998476,7 +1006614,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#setCollisionCategory", "inherited": true, - "___id": "T000002R058124", + "___id": "T000002R058439", "___s": true }, { @@ -998485,7 +1006623,7 @@ "filename": "Collision.js", "lineno": 42, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "willCollideWith", @@ -998526,7 +1006664,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#willCollideWith", "inherited": true, - "___id": "T000002R058125", + "___id": "T000002R058440", "___s": true }, { @@ -998535,7 +1006673,7 @@ "filename": "Collision.js", "lineno": 60, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "addCollidesWith", @@ -998577,7 +1006715,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#addCollidesWith", "inherited": true, - "___id": "T000002R058126", + "___id": "T000002R058441", "___s": true }, { @@ -998586,7 +1006724,7 @@ "filename": "Collision.js", "lineno": 80, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "removeCollidesWith", @@ -998628,7 +1006766,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#removeCollidesWith", "inherited": true, - "___id": "T000002R058127", + "___id": "T000002R058442", "___s": true }, { @@ -998637,7 +1006775,7 @@ "filename": "Collision.js", "lineno": 100, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "setCollidesWith", @@ -998698,7 +1006836,7 @@ ], "inherits": "Phaser.Physics.Arcade.Components.Collision#setCollidesWith", "inherited": true, - "___id": "T000002R058128", + "___id": "T000002R058443", "___s": true }, { @@ -998707,7 +1006845,7 @@ "filename": "Collision.js", "lineno": 130, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\physics\\arcade\\components", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\physics\\arcade\\components", "code": {} }, "name": "resetCollisionCategory", @@ -998734,7 +1006872,7 @@ "scope": "instance", "inherits": "Phaser.Physics.Arcade.Components.Collision#resetCollisionCategory", "inherited": true, - "___id": "T000002R058129", + "___id": "T000002R058444", "___s": true }, { @@ -998743,7 +1006881,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -998755,7 +1006893,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R058130", + "___id": "T000002R058445", "___s": true }, { @@ -998764,7 +1006902,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -998807,7 +1006945,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R058131", + "___id": "T000002R058446", "___s": true }, { @@ -998816,7 +1006954,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -998876,7 +1007014,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listeners", "inherited": true, - "___id": "T000002R058132", + "___id": "T000002R058447", "___s": true }, { @@ -998885,7 +1007023,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -998936,7 +1007074,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listenerCount", "inherited": true, - "___id": "T000002R058133", + "___id": "T000002R058448", "___s": true }, { @@ -998945,7 +1007083,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -999011,7 +1007149,7 @@ ], "inherits": "Phaser.Events.EventEmitter#emit", "inherited": true, - "___id": "T000002R058134", + "___id": "T000002R058449", "___s": true }, { @@ -999020,7 +1007158,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -999099,7 +1007237,7 @@ ], "inherits": "Phaser.Events.EventEmitter#on", "inherited": true, - "___id": "T000002R058135", + "___id": "T000002R058450", "___s": true }, { @@ -999108,7 +1007246,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -999187,7 +1007325,7 @@ ], "inherits": "Phaser.Events.EventEmitter#addListener", "inherited": true, - "___id": "T000002R058136", + "___id": "T000002R058451", "___s": true }, { @@ -999196,7 +1007334,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -999275,7 +1007413,7 @@ ], "inherits": "Phaser.Events.EventEmitter#once", "inherited": true, - "___id": "T000002R058137", + "___id": "T000002R058452", "___s": true }, { @@ -999284,7 +1007422,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -999377,7 +1007515,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeListener", "inherited": true, - "___id": "T000002R058138", + "___id": "T000002R058453", "___s": true }, { @@ -999386,7 +1007524,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -999479,7 +1007617,7 @@ ], "inherits": "Phaser.Events.EventEmitter#off", "inherited": true, - "___id": "T000002R058139", + "___id": "T000002R058454", "___s": true }, { @@ -999488,7 +1007626,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -999541,7 +1007679,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeAllListeners", "inherited": true, - "___id": "T000002R058140", + "___id": "T000002R058455", "___s": true }, { @@ -999550,7 +1007688,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -999562,7 +1007700,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R058141", + "___id": "T000002R058456", "___s": true }, { @@ -999571,7 +1007709,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -999614,7 +1007752,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R058142", + "___id": "T000002R058457", "___s": true }, { @@ -999623,7 +1007761,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -999683,7 +1007821,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listeners", "inherited": true, - "___id": "T000002R058143", + "___id": "T000002R058458", "___s": true }, { @@ -999692,7 +1007830,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -999743,7 +1007881,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listenerCount", "inherited": true, - "___id": "T000002R058144", + "___id": "T000002R058459", "___s": true }, { @@ -999752,7 +1007890,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -999818,7 +1007956,7 @@ ], "inherits": "Phaser.Events.EventEmitter#emit", "inherited": true, - "___id": "T000002R058145", + "___id": "T000002R058460", "___s": true }, { @@ -999827,7 +1007965,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -999906,7 +1008044,7 @@ ], "inherits": "Phaser.Events.EventEmitter#on", "inherited": true, - "___id": "T000002R058146", + "___id": "T000002R058461", "___s": true }, { @@ -999915,7 +1008053,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -999994,7 +1008132,7 @@ ], "inherits": "Phaser.Events.EventEmitter#addListener", "inherited": true, - "___id": "T000002R058147", + "___id": "T000002R058462", "___s": true }, { @@ -1000003,7 +1008141,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -1000082,7 +1008220,7 @@ ], "inherits": "Phaser.Events.EventEmitter#once", "inherited": true, - "___id": "T000002R058148", + "___id": "T000002R058463", "___s": true }, { @@ -1000091,7 +1008229,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -1000184,7 +1008322,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeListener", "inherited": true, - "___id": "T000002R058149", + "___id": "T000002R058464", "___s": true }, { @@ -1000193,7 +1008331,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -1000286,7 +1008424,7 @@ ], "inherits": "Phaser.Events.EventEmitter#off", "inherited": true, - "___id": "T000002R058150", + "___id": "T000002R058465", "___s": true }, { @@ -1000295,7 +1008433,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -1000348,7 +1008486,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeAllListeners", "inherited": true, - "___id": "T000002R058151", + "___id": "T000002R058466", "___s": true }, { @@ -1000357,7 +1008495,7 @@ "filename": "BaseTween.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "parent", @@ -1000388,7 +1008526,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#parent", "inherited": true, - "___id": "T000002R058152", + "___id": "T000002R058467", "___s": true }, { @@ -1000397,7 +1008535,7 @@ "filename": "BaseTween.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "data", @@ -1000446,7 +1008584,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#data", "inherited": true, - "___id": "T000002R058153", + "___id": "T000002R058468", "___s": true }, { @@ -1000455,7 +1008593,7 @@ "filename": "BaseTween.js", "lineno": 60, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "totalData", @@ -1000476,7 +1008614,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#totalData", "inherited": true, - "___id": "T000002R058154", + "___id": "T000002R058469", "___s": true }, { @@ -1000485,7 +1008623,7 @@ "filename": "BaseTween.js", "lineno": 69, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "startDelay", @@ -1000507,7 +1008645,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#startDelay", "inherited": true, - "___id": "T000002R058155", + "___id": "T000002R058470", "___s": true }, { @@ -1000516,7 +1008654,7 @@ "filename": "BaseTween.js", "lineno": 82, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "hasStarted", @@ -1000538,7 +1008676,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#hasStarted", "inherited": true, - "___id": "T000002R058156", + "___id": "T000002R058471", "___s": true }, { @@ -1000547,7 +1008685,7 @@ "filename": "BaseTween.js", "lineno": 94, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "timeScale", @@ -1000569,7 +1008707,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#timeScale", "inherited": true, - "___id": "T000002R058157", + "___id": "T000002R058472", "___s": true }, { @@ -1000578,7 +1008716,7 @@ "filename": "BaseTween.js", "lineno": 108, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "loop", @@ -1000600,7 +1008738,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#loop", "inherited": true, - "___id": "T000002R058158", + "___id": "T000002R058473", "___s": true }, { @@ -1000609,7 +1008747,7 @@ "filename": "BaseTween.js", "lineno": 127, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "loopDelay", @@ -1000631,7 +1008769,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#loopDelay", "inherited": true, - "___id": "T000002R058159", + "___id": "T000002R058474", "___s": true }, { @@ -1000640,7 +1008778,7 @@ "filename": "BaseTween.js", "lineno": 139, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "loopCounter", @@ -1000662,7 +1008800,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#loopCounter", "inherited": true, - "___id": "T000002R058160", + "___id": "T000002R058475", "___s": true }, { @@ -1000671,7 +1008809,7 @@ "filename": "BaseTween.js", "lineno": 149, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "completeDelay", @@ -1000693,7 +1008831,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#completeDelay", "inherited": true, - "___id": "T000002R058161", + "___id": "T000002R058476", "___s": true }, { @@ -1000702,7 +1008840,7 @@ "filename": "BaseTween.js", "lineno": 162, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "countdown", @@ -1000724,7 +1008862,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#countdown", "inherited": true, - "___id": "T000002R058162", + "___id": "T000002R058477", "___s": true }, { @@ -1000733,7 +1008871,7 @@ "filename": "BaseTween.js", "lineno": 172, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "state", @@ -1000754,7 +1008892,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#state", "inherited": true, - "___id": "T000002R058163", + "___id": "T000002R058478", "___s": true }, { @@ -1000763,7 +1008901,7 @@ "filename": "BaseTween.js", "lineno": 181, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "paused", @@ -1000785,7 +1008923,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#paused", "inherited": true, - "___id": "T000002R058164", + "___id": "T000002R058479", "___s": true }, { @@ -1000794,7 +1008932,7 @@ "filename": "BaseTween.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "callbacks", @@ -1000815,7 +1008953,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#callbacks", "inherited": true, - "___id": "T000002R058165", + "___id": "T000002R058480", "___s": true }, { @@ -1000824,7 +1008962,7 @@ "filename": "BaseTween.js", "lineno": 233, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "callbackScope", @@ -1000845,7 +1008983,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#callbackScope", "inherited": true, - "___id": "T000002R058166", + "___id": "T000002R058481", "___s": true }, { @@ -1000854,7 +1008992,7 @@ "filename": "BaseTween.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "persist", @@ -1000875,7 +1009013,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#persist", "inherited": true, - "___id": "T000002R058167", + "___id": "T000002R058482", "___s": true }, { @@ -1000884,7 +1009022,7 @@ "filename": "BaseTween.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setTimeScale", @@ -1000926,7 +1009064,7 @@ ], "inherits": "Phaser.Tweens.BaseTween#setTimeScale", "inherited": true, - "___id": "T000002R058168", + "___id": "T000002R058483", "___s": true }, { @@ -1000935,7 +1009073,7 @@ "filename": "BaseTween.js", "lineno": 287, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "getTimeScale", @@ -1000961,7 +1009099,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#getTimeScale", "inherited": true, - "___id": "T000002R058169", + "___id": "T000002R058484", "___s": true }, { @@ -1000970,7 +1009108,7 @@ "filename": "BaseTween.js", "lineno": 301, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isPlaying", @@ -1000996,7 +1009134,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#isPlaying", "inherited": true, - "___id": "T000002R058170", + "___id": "T000002R058485", "___s": true }, { @@ -1001005,7 +1009143,7 @@ "filename": "BaseTween.js", "lineno": 316, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isPaused", @@ -1001031,7 +1009169,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#isPaused", "inherited": true, - "___id": "T000002R058171", + "___id": "T000002R058486", "___s": true }, { @@ -1001040,7 +1009178,7 @@ "filename": "BaseTween.js", "lineno": 331, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "pause", @@ -1001070,7 +1009208,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#pause", "inherited": true, - "___id": "T000002R058172", + "___id": "T000002R058487", "___s": true }, { @@ -1001079,7 +1009217,7 @@ "filename": "BaseTween.js", "lineno": 354, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "resume", @@ -1001109,7 +1009247,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#resume", "inherited": true, - "___id": "T000002R058173", + "___id": "T000002R058488", "___s": true }, { @@ -1001118,7 +1009256,7 @@ "filename": "BaseTween.js", "lineno": 377, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "makeActive", @@ -1001133,7 +1009271,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#makeActive", "inherited": true, - "___id": "T000002R058174", + "___id": "T000002R058489", "___s": true }, { @@ -1001142,7 +1009280,7 @@ "filename": "BaseTween.js", "lineno": 406, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "complete", @@ -1001189,7 +1009327,7 @@ ], "inherits": "Phaser.Tweens.BaseTween#complete", "inherited": true, - "___id": "T000002R058175", + "___id": "T000002R058490", "___s": true }, { @@ -1001198,7 +1009336,7 @@ "filename": "BaseTween.js", "lineno": 440, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "completeAfterLoop", @@ -1001245,7 +1009383,7 @@ ], "inherits": "Phaser.Tweens.BaseTween#completeAfterLoop", "inherited": true, - "___id": "T000002R058176", + "___id": "T000002R058491", "___s": true }, { @@ -1001254,7 +1009392,7 @@ "filename": "BaseTween.js", "lineno": 468, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "remove", @@ -1001281,7 +1009419,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#remove", "inherited": true, - "___id": "T000002R058177", + "___id": "T000002R058492", "___s": true }, { @@ -1001290,7 +1009428,7 @@ "filename": "BaseTween.js", "lineno": 490, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "stop", @@ -1001320,7 +1009458,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#stop", "inherited": true, - "___id": "T000002R058178", + "___id": "T000002R058493", "___s": true }, { @@ -1001329,7 +1009467,7 @@ "filename": "BaseTween.js", "lineno": 521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "updateLoopCountdown", @@ -1001356,7 +1009494,7 @@ ], "inherits": "Phaser.Tweens.BaseTween#updateLoopCountdown", "inherited": true, - "___id": "T000002R058179", + "___id": "T000002R058494", "___s": true }, { @@ -1001365,7 +1009503,7 @@ "filename": "BaseTween.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "updateStartCountdown", @@ -1001392,7 +1009530,7 @@ ], "inherits": "Phaser.Tweens.BaseTween#updateStartCountdown", "inherited": true, - "___id": "T000002R058180", + "___id": "T000002R058495", "___s": true }, { @@ -1001401,7 +1009539,7 @@ "filename": "BaseTween.js", "lineno": 570, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "updateCompleteDelay", @@ -1001428,7 +1009566,7 @@ ], "inherits": "Phaser.Tweens.BaseTween#updateCompleteDelay", "inherited": true, - "___id": "T000002R058181", + "___id": "T000002R058496", "___s": true }, { @@ -1001437,7 +1009575,7 @@ "filename": "BaseTween.js", "lineno": 589, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setCallback", @@ -1001506,7 +1009644,7 @@ ], "inherits": "Phaser.Tweens.BaseTween#setCallback", "inherited": true, - "___id": "T000002R058182", + "___id": "T000002R058497", "___s": true }, { @@ -1001515,7 +1009653,7 @@ "filename": "BaseTween.js", "lineno": 631, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setPendingState", @@ -1001527,7 +1009665,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#setPendingState", "inherited": true, - "___id": "T000002R058183", + "___id": "T000002R058498", "___s": true }, { @@ -1001536,7 +1009674,7 @@ "filename": "BaseTween.js", "lineno": 642, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setActiveState", @@ -1001548,16 +1009686,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#setActiveState", "inherited": true, - "___id": "T000002R058184", + "___id": "T000002R058499", "___s": true }, { "comment": "/**\r\n * Sets this Tween state to LOOP_DELAY.\r\n *\r\n * @method Phaser.Tweens.BaseTween#setLoopDelayState\r\n * @since 3.60.0\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 653, + "lineno": 655, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setLoopDelayState", @@ -1001569,16 +1009707,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#setLoopDelayState", "inherited": true, - "___id": "T000002R058185", + "___id": "T000002R058500", "___s": true }, { "comment": "/**\r\n * Sets this Tween state to COMPLETE_DELAY.\r\n *\r\n * @method Phaser.Tweens.BaseTween#setCompleteDelayState\r\n * @since 3.60.0\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 664, + "lineno": 666, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setCompleteDelayState", @@ -1001590,16 +1009728,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#setCompleteDelayState", "inherited": true, - "___id": "T000002R058186", + "___id": "T000002R058501", "___s": true }, { "comment": "/**\r\n * Sets this Tween state to START_DELAY.\r\n *\r\n * @method Phaser.Tweens.BaseTween#setStartDelayState\r\n * @since 3.60.0\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 675, + "lineno": 677, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setStartDelayState", @@ -1001611,16 +1009749,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#setStartDelayState", "inherited": true, - "___id": "T000002R058187", + "___id": "T000002R058502", "___s": true }, { "comment": "/**\r\n * Sets this Tween state to PENDING_REMOVE.\r\n *\r\n * @method Phaser.Tweens.BaseTween#setPendingRemoveState\r\n * @since 3.60.0\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 690, + "lineno": 692, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setPendingRemoveState", @@ -1001632,16 +1009770,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#setPendingRemoveState", "inherited": true, - "___id": "T000002R058188", + "___id": "T000002R058503", "___s": true }, { "comment": "/**\r\n * Sets this Tween state to REMOVED.\r\n *\r\n * @method Phaser.Tweens.BaseTween#setRemovedState\r\n * @since 3.60.0\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 701, + "lineno": 703, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setRemovedState", @@ -1001653,16 +1009791,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#setRemovedState", "inherited": true, - "___id": "T000002R058189", + "___id": "T000002R058504", "___s": true }, { "comment": "/**\r\n * Sets this Tween state to FINISHED.\r\n *\r\n * @method Phaser.Tweens.BaseTween#setFinishedState\r\n * @since 3.60.0\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 712, + "lineno": 714, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setFinishedState", @@ -1001674,16 +1009812,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#setFinishedState", "inherited": true, - "___id": "T000002R058190", + "___id": "T000002R058505", "___s": true }, { "comment": "/**\r\n * Sets this Tween state to DESTROYED.\r\n *\r\n * @method Phaser.Tweens.BaseTween#setDestroyedState\r\n * @since 3.60.0\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 723, + "lineno": 725, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setDestroyedState", @@ -1001695,16 +1009833,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#setDestroyedState", "inherited": true, - "___id": "T000002R058191", + "___id": "T000002R058506", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Tween has a _current_ state of PENDING, otherwise `false`.\r\n *\r\n * @method Phaser.Tweens.BaseTween#isPending\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Tween has a _current_ state of PENDING, otherwise `false`.\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 734, + "lineno": 736, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isPending", @@ -1001730,16 +1009868,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#isPending", "inherited": true, - "___id": "T000002R058192", + "___id": "T000002R058507", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Tween has a _current_ state of ACTIVE, otherwise `false`.\r\n *\r\n * @method Phaser.Tweens.BaseTween#isActive\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Tween has a _current_ state of ACTIVE, otherwise `false`.\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 747, + "lineno": 749, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isActive", @@ -1001765,16 +1009903,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#isActive", "inherited": true, - "___id": "T000002R058193", + "___id": "T000002R058508", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Tween has a _current_ state of LOOP_DELAY, otherwise `false`.\r\n *\r\n * @method Phaser.Tweens.BaseTween#isLoopDelayed\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Tween has a _current_ state of LOOP_DELAY, otherwise `false`.\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 760, + "lineno": 762, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isLoopDelayed", @@ -1001800,16 +1009938,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#isLoopDelayed", "inherited": true, - "___id": "T000002R058194", + "___id": "T000002R058509", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Tween has a _current_ state of COMPLETE_DELAY, otherwise `false`.\r\n *\r\n * @method Phaser.Tweens.BaseTween#isCompleteDelayed\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Tween has a _current_ state of COMPLETE_DELAY, otherwise `false`.\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 773, + "lineno": 775, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isCompleteDelayed", @@ -1001835,16 +1009973,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#isCompleteDelayed", "inherited": true, - "___id": "T000002R058195", + "___id": "T000002R058510", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Tween has a _current_ state of START_DELAY, otherwise `false`.\r\n *\r\n * @method Phaser.Tweens.BaseTween#isStartDelayed\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Tween has a _current_ state of START_DELAY, otherwise `false`.\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 786, + "lineno": 788, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isStartDelayed", @@ -1001870,16 +1010008,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#isStartDelayed", "inherited": true, - "___id": "T000002R058196", + "___id": "T000002R058511", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Tween has a _current_ state of PENDING_REMOVE, otherwise `false`.\r\n *\r\n * @method Phaser.Tweens.BaseTween#isPendingRemove\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Tween has a _current_ state of PENDING_REMOVE, otherwise `false`.\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 799, + "lineno": 801, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isPendingRemove", @@ -1001905,16 +1010043,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#isPendingRemove", "inherited": true, - "___id": "T000002R058197", + "___id": "T000002R058512", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Tween has a _current_ state of REMOVED, otherwise `false`.\r\n *\r\n * @method Phaser.Tweens.BaseTween#isRemoved\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Tween has a _current_ state of REMOVED, otherwise `false`.\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 812, + "lineno": 814, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isRemoved", @@ -1001940,16 +1010078,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#isRemoved", "inherited": true, - "___id": "T000002R058198", + "___id": "T000002R058513", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Tween has a _current_ state of FINISHED, otherwise `false`.\r\n *\r\n * @method Phaser.Tweens.BaseTween#isFinished\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Tween has a _current_ state of FINISHED, otherwise `false`.\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 825, + "lineno": 827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isFinished", @@ -1001975,16 +1010113,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#isFinished", "inherited": true, - "___id": "T000002R058199", + "___id": "T000002R058514", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Tween has a _current_ state of DESTROYED, otherwise `false`.\r\n *\r\n * @method Phaser.Tweens.BaseTween#isDestroyed\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Tween has a _current_ state of DESTROYED, otherwise `false`.\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 838, + "lineno": 840, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isDestroyed", @@ -1002010,7 +1010148,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#isDestroyed", "inherited": true, - "___id": "T000002R058200", + "___id": "T000002R058515", "___s": true }, { @@ -1002019,7 +1010157,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -1002031,7 +1010169,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R058201", + "___id": "T000002R058516", "___s": true }, { @@ -1002040,7 +1010178,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -1002083,7 +1010221,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R058202", + "___id": "T000002R058517", "___s": true }, { @@ -1002092,7 +1010230,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -1002152,7 +1010290,7 @@ "name": "event" } ], - "___id": "T000002R058203", + "___id": "T000002R058518", "___s": true }, { @@ -1002161,7 +1010299,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -1002212,7 +1010350,7 @@ "name": "event" } ], - "___id": "T000002R058204", + "___id": "T000002R058519", "___s": true }, { @@ -1002221,7 +1010359,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -1002287,7 +1010425,7 @@ "name": "args" } ], - "___id": "T000002R058205", + "___id": "T000002R058520", "___s": true }, { @@ -1002296,7 +1010434,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -1002375,7 +1010513,7 @@ "name": "context" } ], - "___id": "T000002R058206", + "___id": "T000002R058521", "___s": true }, { @@ -1002384,7 +1010522,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -1002463,7 +1010601,7 @@ "name": "context" } ], - "___id": "T000002R058207", + "___id": "T000002R058522", "___s": true }, { @@ -1002472,7 +1010610,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -1002551,7 +1010689,7 @@ "name": "context" } ], - "___id": "T000002R058208", + "___id": "T000002R058523", "___s": true }, { @@ -1002560,7 +1010698,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -1002653,7 +1010791,7 @@ "name": "once" } ], - "___id": "T000002R058209", + "___id": "T000002R058524", "___s": true }, { @@ -1002662,7 +1010800,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -1002755,7 +1010893,7 @@ "name": "once" } ], - "___id": "T000002R058210", + "___id": "T000002R058525", "___s": true }, { @@ -1002764,7 +1010902,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -1002817,7 +1010955,7 @@ "name": "event" } ], - "___id": "T000002R058211", + "___id": "T000002R058526", "___s": true }, { @@ -1002826,7 +1010964,7 @@ "filename": "BaseTween.js", "lineno": 38, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "parent", @@ -1002857,7 +1010995,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#parent", "inherited": true, - "___id": "T000002R058212", + "___id": "T000002R058527", "___s": true }, { @@ -1002866,7 +1011004,7 @@ "filename": "BaseTween.js", "lineno": 47, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "data", @@ -1002915,7 +1011053,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#data", "inherited": true, - "___id": "T000002R058213", + "___id": "T000002R058528", "___s": true }, { @@ -1002924,7 +1011062,7 @@ "filename": "BaseTween.js", "lineno": 60, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "totalData", @@ -1002945,7 +1011083,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#totalData", "inherited": true, - "___id": "T000002R058214", + "___id": "T000002R058529", "___s": true }, { @@ -1002954,7 +1011092,7 @@ "filename": "BaseTween.js", "lineno": 69, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "startDelay", @@ -1002976,7 +1011114,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#startDelay", "inherited": true, - "___id": "T000002R058215", + "___id": "T000002R058530", "___s": true }, { @@ -1002985,7 +1011123,7 @@ "filename": "BaseTween.js", "lineno": 82, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "hasStarted", @@ -1003007,7 +1011145,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#hasStarted", "inherited": true, - "___id": "T000002R058216", + "___id": "T000002R058531", "___s": true }, { @@ -1003016,7 +1011154,7 @@ "filename": "BaseTween.js", "lineno": 94, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "timeScale", @@ -1003038,7 +1011176,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#timeScale", "inherited": true, - "___id": "T000002R058217", + "___id": "T000002R058532", "___s": true }, { @@ -1003047,7 +1011185,7 @@ "filename": "BaseTween.js", "lineno": 108, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "loop", @@ -1003069,7 +1011207,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#loop", "inherited": true, - "___id": "T000002R058218", + "___id": "T000002R058533", "___s": true }, { @@ -1003078,7 +1011216,7 @@ "filename": "BaseTween.js", "lineno": 127, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "loopDelay", @@ -1003100,7 +1011238,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#loopDelay", "inherited": true, - "___id": "T000002R058219", + "___id": "T000002R058534", "___s": true }, { @@ -1003109,7 +1011247,7 @@ "filename": "BaseTween.js", "lineno": 139, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "loopCounter", @@ -1003131,7 +1011269,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#loopCounter", "inherited": true, - "___id": "T000002R058220", + "___id": "T000002R058535", "___s": true }, { @@ -1003140,7 +1011278,7 @@ "filename": "BaseTween.js", "lineno": 149, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "completeDelay", @@ -1003162,7 +1011300,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#completeDelay", "inherited": true, - "___id": "T000002R058221", + "___id": "T000002R058536", "___s": true }, { @@ -1003171,7 +1011309,7 @@ "filename": "BaseTween.js", "lineno": 162, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "countdown", @@ -1003193,7 +1011331,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#countdown", "inherited": true, - "___id": "T000002R058222", + "___id": "T000002R058537", "___s": true }, { @@ -1003202,7 +1011340,7 @@ "filename": "BaseTween.js", "lineno": 172, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "state", @@ -1003223,7 +1011361,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#state", "inherited": true, - "___id": "T000002R058223", + "___id": "T000002R058538", "___s": true }, { @@ -1003232,7 +1011370,7 @@ "filename": "BaseTween.js", "lineno": 181, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "paused", @@ -1003254,7 +1011392,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#paused", "inherited": true, - "___id": "T000002R058224", + "___id": "T000002R058539", "___s": true }, { @@ -1003263,7 +1011401,7 @@ "filename": "BaseTween.js", "lineno": 195, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "callbacks", @@ -1003284,7 +1011422,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#callbacks", "inherited": true, - "___id": "T000002R058225", + "___id": "T000002R058540", "___s": true }, { @@ -1003293,7 +1011431,7 @@ "filename": "BaseTween.js", "lineno": 233, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "callbackScope", @@ -1003314,7 +1011452,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#callbackScope", "inherited": true, - "___id": "T000002R058226", + "___id": "T000002R058541", "___s": true }, { @@ -1003323,7 +1011461,7 @@ "filename": "BaseTween.js", "lineno": 245, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "persist", @@ -1003344,7 +1011482,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#persist", "inherited": true, - "___id": "T000002R058227", + "___id": "T000002R058542", "___s": true }, { @@ -1003353,7 +1011491,7 @@ "filename": "BaseTween.js", "lineno": 265, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setTimeScale", @@ -1003395,7 +1011533,7 @@ ], "inherits": "Phaser.Tweens.BaseTween#setTimeScale", "inherited": true, - "___id": "T000002R058228", + "___id": "T000002R058543", "___s": true }, { @@ -1003404,7 +1011542,7 @@ "filename": "BaseTween.js", "lineno": 287, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "getTimeScale", @@ -1003430,7 +1011568,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#getTimeScale", "inherited": true, - "___id": "T000002R058229", + "___id": "T000002R058544", "___s": true }, { @@ -1003439,7 +1011577,7 @@ "filename": "BaseTween.js", "lineno": 301, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isPlaying", @@ -1003465,7 +1011603,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#isPlaying", "inherited": true, - "___id": "T000002R058230", + "___id": "T000002R058545", "___s": true }, { @@ -1003474,7 +1011612,7 @@ "filename": "BaseTween.js", "lineno": 316, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isPaused", @@ -1003500,7 +1011638,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#isPaused", "inherited": true, - "___id": "T000002R058231", + "___id": "T000002R058546", "___s": true }, { @@ -1003509,7 +1011647,7 @@ "filename": "BaseTween.js", "lineno": 331, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "pause", @@ -1003539,7 +1011677,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#pause", "inherited": true, - "___id": "T000002R058232", + "___id": "T000002R058547", "___s": true }, { @@ -1003548,7 +1011686,7 @@ "filename": "BaseTween.js", "lineno": 354, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "resume", @@ -1003578,22 +1011716,22 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#resume", "inherited": true, - "___id": "T000002R058233", + "___id": "T000002R058548", "___s": true }, { - "comment": "/**\r\n * Re-initiases the given Tween and sets it to the Active state.\r\n *\r\n * @method Phaser.Tweens.TweenChain#makeActive\r\n * @since 3.60.0\r\n * @override\r\n *\r\n * @param {Phaser.Tweens.Tween} tween - The Tween to check.\r\n *\r\n * @return {this} This TweenChain instance.\r\n */", + "comment": "/**\r\n * Re-initialises the given Tween and sets it to the Active state.\r\n *\r\n * @method Phaser.Tweens.TweenChain#makeActive\r\n * @since 3.60.0\r\n * @override\r\n *\r\n * @param {Phaser.Tweens.Tween} tween - The Tween to check.\r\n *\r\n * @return {this} This TweenChain instance.\r\n */", "meta": { "filename": "TweenChain.js", - "lineno": 253, + "lineno": 251, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "makeActive", "longname": "Phaser.Tweens.TweenChain#makeActive", "kind": "function", - "description": "Re-initiases the given Tween and sets it to the Active state.", + "description": "Re-initialises the given Tween and sets it to the Active state.", "since": "3.60.0", "returns": [ { @@ -1003633,7 +1011771,7 @@ "inherits": "Phaser.Tweens.TweenChain#makeActive", "inherited": true, "overrides": "Phaser.Tweens.BaseTween#makeActive", - "___id": "T000002R058234", + "___id": "T000002R058549", "___s": true }, { @@ -1003642,7 +1011780,7 @@ "filename": "BaseTween.js", "lineno": 392, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "onCompleteHandler", @@ -1003654,7 +1011792,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#onCompleteHandler", "inherited": true, - "___id": "T000002R058235", + "___id": "T000002R058550", "___s": true }, { @@ -1003663,7 +1011801,7 @@ "filename": "BaseTween.js", "lineno": 406, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "complete", @@ -1003710,7 +1011848,7 @@ ], "inherits": "Phaser.Tweens.BaseTween#complete", "inherited": true, - "___id": "T000002R058236", + "___id": "T000002R058551", "___s": true }, { @@ -1003719,7 +1011857,7 @@ "filename": "BaseTween.js", "lineno": 440, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "completeAfterLoop", @@ -1003766,16 +1011904,16 @@ ], "inherits": "Phaser.Tweens.BaseTween#completeAfterLoop", "inherited": true, - "___id": "T000002R058237", + "___id": "T000002R058552", "___s": true }, { "comment": "/**\r\n * Removes the given Tween from this Tween Chain.\r\n *\r\n * The removed tween is _not_ destroyed. It is just removed from this Tween Chain.\r\n *\r\n * If the given Tween is currently playing then the chain will automatically move\r\n * to the next tween in the chain. If there are no more tweens, this chain will complete.\r\n *\r\n * @method Phaser.Tweens.TweenChain#remove\r\n * @since 3.60.0\r\n * @override\r\n *\r\n * @param {Phaser.Tweens.Tween} tween - The Tween to be removed.\r\n *\r\n * @return {this} This Tween Chain instance.\r\n */", "meta": { "filename": "TweenChain.js", - "lineno": 141, + "lineno": 139, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "remove", @@ -1003818,7 +1011956,7 @@ "inherits": "Phaser.Tweens.TweenChain#remove", "inherited": true, "overrides": "Phaser.Tweens.BaseTween#remove", - "___id": "T000002R058238", + "___id": "T000002R058553", "___s": true }, { @@ -1003827,7 +1011965,7 @@ "filename": "BaseTween.js", "lineno": 490, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "stop", @@ -1003857,7 +1011995,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#stop", "inherited": true, - "___id": "T000002R058239", + "___id": "T000002R058554", "___s": true }, { @@ -1003866,7 +1012004,7 @@ "filename": "BaseTween.js", "lineno": 521, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "updateLoopCountdown", @@ -1003893,7 +1012031,7 @@ ], "inherits": "Phaser.Tweens.BaseTween#updateLoopCountdown", "inherited": true, - "___id": "T000002R058240", + "___id": "T000002R058555", "___s": true }, { @@ -1003902,7 +1012040,7 @@ "filename": "BaseTween.js", "lineno": 542, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "updateStartCountdown", @@ -1003929,7 +1012067,7 @@ ], "inherits": "Phaser.Tweens.BaseTween#updateStartCountdown", "inherited": true, - "___id": "T000002R058241", + "___id": "T000002R058556", "___s": true }, { @@ -1003938,7 +1012076,7 @@ "filename": "BaseTween.js", "lineno": 570, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "updateCompleteDelay", @@ -1003965,7 +1012103,7 @@ ], "inherits": "Phaser.Tweens.BaseTween#updateCompleteDelay", "inherited": true, - "___id": "T000002R058242", + "___id": "T000002R058557", "___s": true }, { @@ -1003974,7 +1012112,7 @@ "filename": "BaseTween.js", "lineno": 589, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setCallback", @@ -1004043,7 +1012181,7 @@ ], "inherits": "Phaser.Tweens.BaseTween#setCallback", "inherited": true, - "___id": "T000002R058243", + "___id": "T000002R058558", "___s": true }, { @@ -1004052,7 +1012190,7 @@ "filename": "BaseTween.js", "lineno": 631, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setPendingState", @@ -1004064,7 +1012202,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#setPendingState", "inherited": true, - "___id": "T000002R058244", + "___id": "T000002R058559", "___s": true }, { @@ -1004073,7 +1012211,7 @@ "filename": "BaseTween.js", "lineno": 642, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setActiveState", @@ -1004085,16 +1012223,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#setActiveState", "inherited": true, - "___id": "T000002R058245", + "___id": "T000002R058560", "___s": true }, { "comment": "/**\r\n * Sets this Tween state to LOOP_DELAY.\r\n *\r\n * @method Phaser.Tweens.BaseTween#setLoopDelayState\r\n * @since 3.60.0\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 653, + "lineno": 655, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setLoopDelayState", @@ -1004106,16 +1012244,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#setLoopDelayState", "inherited": true, - "___id": "T000002R058246", + "___id": "T000002R058561", "___s": true }, { "comment": "/**\r\n * Sets this Tween state to COMPLETE_DELAY.\r\n *\r\n * @method Phaser.Tweens.BaseTween#setCompleteDelayState\r\n * @since 3.60.0\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 664, + "lineno": 666, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setCompleteDelayState", @@ -1004127,16 +1012265,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#setCompleteDelayState", "inherited": true, - "___id": "T000002R058247", + "___id": "T000002R058562", "___s": true }, { "comment": "/**\r\n * Sets this Tween state to START_DELAY.\r\n *\r\n * @method Phaser.Tweens.BaseTween#setStartDelayState\r\n * @since 3.60.0\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 675, + "lineno": 677, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setStartDelayState", @@ -1004148,16 +1012286,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#setStartDelayState", "inherited": true, - "___id": "T000002R058248", + "___id": "T000002R058563", "___s": true }, { "comment": "/**\r\n * Sets this Tween state to PENDING_REMOVE.\r\n *\r\n * @method Phaser.Tweens.BaseTween#setPendingRemoveState\r\n * @since 3.60.0\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 690, + "lineno": 692, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setPendingRemoveState", @@ -1004169,16 +1012307,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#setPendingRemoveState", "inherited": true, - "___id": "T000002R058249", + "___id": "T000002R058564", "___s": true }, { "comment": "/**\r\n * Sets this Tween state to REMOVED.\r\n *\r\n * @method Phaser.Tweens.BaseTween#setRemovedState\r\n * @since 3.60.0\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 701, + "lineno": 703, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setRemovedState", @@ -1004190,16 +1012328,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#setRemovedState", "inherited": true, - "___id": "T000002R058250", + "___id": "T000002R058565", "___s": true }, { "comment": "/**\r\n * Sets this Tween state to FINISHED.\r\n *\r\n * @method Phaser.Tweens.BaseTween#setFinishedState\r\n * @since 3.60.0\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 712, + "lineno": 714, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setFinishedState", @@ -1004211,16 +1012349,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#setFinishedState", "inherited": true, - "___id": "T000002R058251", + "___id": "T000002R058566", "___s": true }, { "comment": "/**\r\n * Sets this Tween state to DESTROYED.\r\n *\r\n * @method Phaser.Tweens.BaseTween#setDestroyedState\r\n * @since 3.60.0\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 723, + "lineno": 725, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setDestroyedState", @@ -1004232,16 +1012370,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#setDestroyedState", "inherited": true, - "___id": "T000002R058252", + "___id": "T000002R058567", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Tween has a _current_ state of PENDING, otherwise `false`.\r\n *\r\n * @method Phaser.Tweens.BaseTween#isPending\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Tween has a _current_ state of PENDING, otherwise `false`.\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 734, + "lineno": 736, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isPending", @@ -1004267,16 +1012405,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#isPending", "inherited": true, - "___id": "T000002R058253", + "___id": "T000002R058568", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Tween has a _current_ state of ACTIVE, otherwise `false`.\r\n *\r\n * @method Phaser.Tweens.BaseTween#isActive\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Tween has a _current_ state of ACTIVE, otherwise `false`.\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 747, + "lineno": 749, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isActive", @@ -1004302,16 +1012440,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#isActive", "inherited": true, - "___id": "T000002R058254", + "___id": "T000002R058569", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Tween has a _current_ state of LOOP_DELAY, otherwise `false`.\r\n *\r\n * @method Phaser.Tweens.BaseTween#isLoopDelayed\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Tween has a _current_ state of LOOP_DELAY, otherwise `false`.\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 760, + "lineno": 762, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isLoopDelayed", @@ -1004337,16 +1012475,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#isLoopDelayed", "inherited": true, - "___id": "T000002R058255", + "___id": "T000002R058570", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Tween has a _current_ state of COMPLETE_DELAY, otherwise `false`.\r\n *\r\n * @method Phaser.Tweens.BaseTween#isCompleteDelayed\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Tween has a _current_ state of COMPLETE_DELAY, otherwise `false`.\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 773, + "lineno": 775, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isCompleteDelayed", @@ -1004372,16 +1012510,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#isCompleteDelayed", "inherited": true, - "___id": "T000002R058256", + "___id": "T000002R058571", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Tween has a _current_ state of START_DELAY, otherwise `false`.\r\n *\r\n * @method Phaser.Tweens.BaseTween#isStartDelayed\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Tween has a _current_ state of START_DELAY, otherwise `false`.\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 786, + "lineno": 788, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isStartDelayed", @@ -1004407,16 +1012545,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#isStartDelayed", "inherited": true, - "___id": "T000002R058257", + "___id": "T000002R058572", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Tween has a _current_ state of PENDING_REMOVE, otherwise `false`.\r\n *\r\n * @method Phaser.Tweens.BaseTween#isPendingRemove\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Tween has a _current_ state of PENDING_REMOVE, otherwise `false`.\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 799, + "lineno": 801, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isPendingRemove", @@ -1004442,16 +1012580,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#isPendingRemove", "inherited": true, - "___id": "T000002R058258", + "___id": "T000002R058573", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Tween has a _current_ state of REMOVED, otherwise `false`.\r\n *\r\n * @method Phaser.Tweens.BaseTween#isRemoved\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Tween has a _current_ state of REMOVED, otherwise `false`.\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 812, + "lineno": 814, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isRemoved", @@ -1004477,16 +1012615,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#isRemoved", "inherited": true, - "___id": "T000002R058259", + "___id": "T000002R058574", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Tween has a _current_ state of FINISHED, otherwise `false`.\r\n *\r\n * @method Phaser.Tweens.BaseTween#isFinished\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Tween has a _current_ state of FINISHED, otherwise `false`.\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 825, + "lineno": 827, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isFinished", @@ -1004512,16 +1012650,16 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#isFinished", "inherited": true, - "___id": "T000002R058260", + "___id": "T000002R058575", "___s": true }, { "comment": "/**\r\n * Returns `true` if this Tween has a _current_ state of DESTROYED, otherwise `false`.\r\n *\r\n * @method Phaser.Tweens.BaseTween#isDestroyed\r\n * @since 3.60.0\r\n *\r\n * @return {boolean} `true` if this Tween has a _current_ state of DESTROYED, otherwise `false`.\r\n */", "meta": { "filename": "BaseTween.js", - "lineno": 838, + "lineno": 840, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isDestroyed", @@ -1004547,7 +1012685,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTween#isDestroyed", "inherited": true, - "___id": "T000002R058261", + "___id": "T000002R058576", "___s": true }, { @@ -1004556,7 +1012694,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -1004568,7 +1012706,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R058262", + "___id": "T000002R058577", "___s": true }, { @@ -1004577,7 +1012715,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -1004620,7 +1012758,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R058263", + "___id": "T000002R058578", "___s": true }, { @@ -1004629,7 +1012767,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -1004689,7 +1012827,7 @@ "name": "event" } ], - "___id": "T000002R058264", + "___id": "T000002R058579", "___s": true }, { @@ -1004698,7 +1012836,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -1004749,7 +1012887,7 @@ "name": "event" } ], - "___id": "T000002R058265", + "___id": "T000002R058580", "___s": true }, { @@ -1004758,7 +1012896,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -1004824,7 +1012962,7 @@ "name": "args" } ], - "___id": "T000002R058266", + "___id": "T000002R058581", "___s": true }, { @@ -1004833,7 +1012971,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -1004912,7 +1013050,7 @@ "name": "context" } ], - "___id": "T000002R058267", + "___id": "T000002R058582", "___s": true }, { @@ -1004921,7 +1013059,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -1005000,7 +1013138,7 @@ "name": "context" } ], - "___id": "T000002R058268", + "___id": "T000002R058583", "___s": true }, { @@ -1005009,7 +1013147,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -1005088,7 +1013226,7 @@ "name": "context" } ], - "___id": "T000002R058269", + "___id": "T000002R058584", "___s": true }, { @@ -1005097,7 +1013235,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -1005190,7 +1013328,7 @@ "name": "once" } ], - "___id": "T000002R058270", + "___id": "T000002R058585", "___s": true }, { @@ -1005199,7 +1013337,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -1005292,7 +1013430,7 @@ "name": "once" } ], - "___id": "T000002R058271", + "___id": "T000002R058586", "___s": true }, { @@ -1005301,7 +1013439,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -1005354,7 +1013492,7 @@ "name": "event" } ], - "___id": "T000002R058272", + "___id": "T000002R058587", "___s": true }, { @@ -1005363,7 +1013501,7 @@ "filename": "BaseTweenData.js", "lineno": 49, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "tween", @@ -1005384,7 +1013522,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#tween", "inherited": true, - "___id": "T000002R058273", + "___id": "T000002R058588", "___s": true }, { @@ -1005393,7 +1013531,7 @@ "filename": "BaseTweenData.js", "lineno": 58, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "targetIndex", @@ -1005414,7 +1013552,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#targetIndex", "inherited": true, - "___id": "T000002R058274", + "___id": "T000002R058589", "___s": true }, { @@ -1005423,7 +1013561,7 @@ "filename": "BaseTweenData.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "duration", @@ -1005444,7 +1013582,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#duration", "inherited": true, - "___id": "T000002R058275", + "___id": "T000002R058590", "___s": true }, { @@ -1005453,7 +1013591,7 @@ "filename": "BaseTweenData.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "totalDuration", @@ -1005474,7 +1013612,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#totalDuration", "inherited": true, - "___id": "T000002R058276", + "___id": "T000002R058591", "___s": true }, { @@ -1005483,7 +1013621,7 @@ "filename": "BaseTweenData.js", "lineno": 87, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "delay", @@ -1005504,7 +1013642,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#delay", "inherited": true, - "___id": "T000002R058277", + "___id": "T000002R058592", "___s": true }, { @@ -1005513,7 +1013651,7 @@ "filename": "BaseTweenData.js", "lineno": 98, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "getDelay", @@ -1005534,7 +1013672,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#getDelay", "inherited": true, - "___id": "T000002R058278", + "___id": "T000002R058593", "___s": true }, { @@ -1005543,7 +1013681,7 @@ "filename": "BaseTweenData.js", "lineno": 107, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "yoyo", @@ -1005564,7 +1013702,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#yoyo", "inherited": true, - "___id": "T000002R058279", + "___id": "T000002R058594", "___s": true }, { @@ -1005573,7 +1013711,7 @@ "filename": "BaseTweenData.js", "lineno": 117, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "hold", @@ -1005594,7 +1013732,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#hold", "inherited": true, - "___id": "T000002R058280", + "___id": "T000002R058595", "___s": true }, { @@ -1005603,7 +1013741,7 @@ "filename": "BaseTweenData.js", "lineno": 126, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "repeat", @@ -1005624,7 +1013762,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#repeat", "inherited": true, - "___id": "T000002R058281", + "___id": "T000002R058596", "___s": true }, { @@ -1005633,7 +1013771,7 @@ "filename": "BaseTweenData.js", "lineno": 141, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "repeatDelay", @@ -1005654,7 +1013792,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#repeatDelay", "inherited": true, - "___id": "T000002R058282", + "___id": "T000002R058597", "___s": true }, { @@ -1005663,7 +1013801,7 @@ "filename": "BaseTweenData.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "repeatCounter", @@ -1005684,7 +1013822,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#repeatCounter", "inherited": true, - "___id": "T000002R058283", + "___id": "T000002R058598", "___s": true }, { @@ -1005693,7 +1013831,7 @@ "filename": "BaseTweenData.js", "lineno": 159, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "flipX", @@ -1005714,7 +1013852,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#flipX", "inherited": true, - "___id": "T000002R058284", + "___id": "T000002R058599", "___s": true }, { @@ -1005723,7 +1013861,7 @@ "filename": "BaseTweenData.js", "lineno": 170, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "flipY", @@ -1005744,7 +1013882,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#flipY", "inherited": true, - "___id": "T000002R058285", + "___id": "T000002R058600", "___s": true }, { @@ -1005753,7 +1013891,7 @@ "filename": "BaseTweenData.js", "lineno": 181, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "progress", @@ -1005774,7 +1013912,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#progress", "inherited": true, - "___id": "T000002R058286", + "___id": "T000002R058601", "___s": true }, { @@ -1005783,7 +1013921,7 @@ "filename": "BaseTweenData.js", "lineno": 190, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "elapsed", @@ -1005804,7 +1013942,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#elapsed", "inherited": true, - "___id": "T000002R058287", + "___id": "T000002R058602", "___s": true }, { @@ -1005813,7 +1013951,7 @@ "filename": "BaseTweenData.js", "lineno": 200, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "state", @@ -1005834,7 +1013972,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#state", "inherited": true, - "___id": "T000002R058288", + "___id": "T000002R058603", "___s": true }, { @@ -1005843,7 +1013981,7 @@ "filename": "BaseTweenData.js", "lineno": 209, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isCountdown", @@ -1005864,7 +1014002,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#isCountdown", "inherited": true, - "___id": "T000002R058289", + "___id": "T000002R058604", "___s": true }, { @@ -1005873,7 +1014011,7 @@ "filename": "BaseTweenData.js", "lineno": 219, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "getTarget", @@ -1005899,7 +1014037,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#getTarget", "inherited": true, - "___id": "T000002R058290", + "___id": "T000002R058605", "___s": true }, { @@ -1005908,7 +1014046,7 @@ "filename": "BaseTweenData.js", "lineno": 232, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setTargetValue", @@ -1005936,7 +1014074,7 @@ ], "inherits": "Phaser.Tweens.BaseTweenData#setTargetValue", "inherited": true, - "___id": "T000002R058291", + "___id": "T000002R058606", "___s": true }, { @@ -1005945,7 +1014083,7 @@ "filename": "BaseTweenData.js", "lineno": 247, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setCreatedState", @@ -1005957,7 +1014095,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#setCreatedState", "inherited": true, - "___id": "T000002R058292", + "___id": "T000002R058607", "___s": true }, { @@ -1005966,7 +1014104,7 @@ "filename": "BaseTweenData.js", "lineno": 259, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setDelayState", @@ -1005978,7 +1014116,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#setDelayState", "inherited": true, - "___id": "T000002R058293", + "___id": "T000002R058608", "___s": true }, { @@ -1005987,7 +1014125,7 @@ "filename": "BaseTweenData.js", "lineno": 271, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setPendingRenderState", @@ -1005999,7 +1014137,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#setPendingRenderState", "inherited": true, - "___id": "T000002R058294", + "___id": "T000002R058609", "___s": true }, { @@ -1006008,7 +1014146,7 @@ "filename": "BaseTweenData.js", "lineno": 283, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setPlayingForwardState", @@ -1006020,7 +1014158,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#setPlayingForwardState", "inherited": true, - "___id": "T000002R058295", + "___id": "T000002R058610", "___s": true }, { @@ -1006029,7 +1014167,7 @@ "filename": "BaseTweenData.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setPlayingBackwardState", @@ -1006041,7 +1014179,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#setPlayingBackwardState", "inherited": true, - "___id": "T000002R058296", + "___id": "T000002R058611", "___s": true }, { @@ -1006050,7 +1014188,7 @@ "filename": "BaseTweenData.js", "lineno": 307, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setHoldState", @@ -1006062,7 +1014200,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#setHoldState", "inherited": true, - "___id": "T000002R058297", + "___id": "T000002R058612", "___s": true }, { @@ -1006071,7 +1014209,7 @@ "filename": "BaseTweenData.js", "lineno": 319, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setRepeatState", @@ -1006083,7 +1014221,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#setRepeatState", "inherited": true, - "___id": "T000002R058298", + "___id": "T000002R058613", "___s": true }, { @@ -1006092,7 +1014230,7 @@ "filename": "BaseTweenData.js", "lineno": 331, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setCompleteState", @@ -1006104,7 +1014242,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#setCompleteState", "inherited": true, - "___id": "T000002R058299", + "___id": "T000002R058614", "___s": true }, { @@ -1006113,7 +1014251,7 @@ "filename": "BaseTweenData.js", "lineno": 343, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isCreated", @@ -1006139,7 +1014277,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#isCreated", "inherited": true, - "___id": "T000002R058300", + "___id": "T000002R058615", "___s": true }, { @@ -1006148,7 +1014286,7 @@ "filename": "BaseTweenData.js", "lineno": 356, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isDelayed", @@ -1006174,7 +1014312,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#isDelayed", "inherited": true, - "___id": "T000002R058301", + "___id": "T000002R058616", "___s": true }, { @@ -1006183,7 +1014321,7 @@ "filename": "BaseTweenData.js", "lineno": 369, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isPendingRender", @@ -1006209,7 +1014347,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#isPendingRender", "inherited": true, - "___id": "T000002R058302", + "___id": "T000002R058617", "___s": true }, { @@ -1006218,7 +1014356,7 @@ "filename": "BaseTweenData.js", "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isPlayingForward", @@ -1006244,7 +1014382,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#isPlayingForward", "inherited": true, - "___id": "T000002R058303", + "___id": "T000002R058618", "___s": true }, { @@ -1006253,7 +1014391,7 @@ "filename": "BaseTweenData.js", "lineno": 395, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isPlayingBackward", @@ -1006279,7 +1014417,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#isPlayingBackward", "inherited": true, - "___id": "T000002R058304", + "___id": "T000002R058619", "___s": true }, { @@ -1006288,7 +1014426,7 @@ "filename": "BaseTweenData.js", "lineno": 408, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isHolding", @@ -1006314,7 +1014452,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#isHolding", "inherited": true, - "___id": "T000002R058305", + "___id": "T000002R058620", "___s": true }, { @@ -1006323,7 +1014461,7 @@ "filename": "BaseTweenData.js", "lineno": 421, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isRepeating", @@ -1006349,7 +1014487,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#isRepeating", "inherited": true, - "___id": "T000002R058306", + "___id": "T000002R058621", "___s": true }, { @@ -1006358,7 +1014496,7 @@ "filename": "BaseTweenData.js", "lineno": 434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isComplete", @@ -1006384,7 +1014522,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#isComplete", "inherited": true, - "___id": "T000002R058307", + "___id": "T000002R058622", "___s": true }, { @@ -1006393,7 +1014531,7 @@ "filename": "BaseTweenData.js", "lineno": 447, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setStateFromEnd", @@ -1006424,7 +1014562,7 @@ ], "inherits": "Phaser.Tweens.BaseTweenData#setStateFromEnd", "inherited": true, - "___id": "T000002R058308", + "___id": "T000002R058623", "___s": true }, { @@ -1006433,7 +1014571,7 @@ "filename": "BaseTweenData.js", "lineno": 474, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setStateFromStart", @@ -1006463,7 +1014601,7 @@ ], "inherits": "Phaser.Tweens.BaseTweenData#setStateFromStart", "inherited": true, - "___id": "T000002R058309", + "___id": "T000002R058624", "___s": true }, { @@ -1006472,7 +1014610,7 @@ "filename": "BaseTweenData.js", "lineno": 569, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "onRepeat", @@ -1006529,7 +1014667,7 @@ ], "inherits": "Phaser.Tweens.BaseTweenData#onRepeat", "inherited": true, - "___id": "T000002R058310", + "___id": "T000002R058625", "___s": true }, { @@ -1006538,7 +1014676,7 @@ "filename": "BaseTweenData.js", "lineno": 49, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "tween", @@ -1006559,7 +1014697,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#tween", "inherited": true, - "___id": "T000002R058311", + "___id": "T000002R058626", "___s": true }, { @@ -1006568,7 +1014706,7 @@ "filename": "BaseTweenData.js", "lineno": 58, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "targetIndex", @@ -1006589,7 +1014727,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#targetIndex", "inherited": true, - "___id": "T000002R058312", + "___id": "T000002R058627", "___s": true }, { @@ -1006598,7 +1014736,7 @@ "filename": "BaseTweenData.js", "lineno": 67, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "duration", @@ -1006619,7 +1014757,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#duration", "inherited": true, - "___id": "T000002R058313", + "___id": "T000002R058628", "___s": true }, { @@ -1006628,7 +1014766,7 @@ "filename": "BaseTweenData.js", "lineno": 77, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "totalDuration", @@ -1006649,7 +1014787,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#totalDuration", "inherited": true, - "___id": "T000002R058314", + "___id": "T000002R058629", "___s": true }, { @@ -1006658,7 +1014796,7 @@ "filename": "BaseTweenData.js", "lineno": 87, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "delay", @@ -1006679,7 +1014817,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#delay", "inherited": true, - "___id": "T000002R058315", + "___id": "T000002R058630", "___s": true }, { @@ -1006688,7 +1014826,7 @@ "filename": "BaseTweenData.js", "lineno": 98, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "getDelay", @@ -1006709,7 +1014847,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#getDelay", "inherited": true, - "___id": "T000002R058316", + "___id": "T000002R058631", "___s": true }, { @@ -1006718,7 +1014856,7 @@ "filename": "BaseTweenData.js", "lineno": 117, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "hold", @@ -1006739,7 +1014877,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#hold", "inherited": true, - "___id": "T000002R058317", + "___id": "T000002R058632", "___s": true }, { @@ -1006748,7 +1014886,7 @@ "filename": "BaseTweenData.js", "lineno": 126, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "repeat", @@ -1006769,7 +1014907,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#repeat", "inherited": true, - "___id": "T000002R058318", + "___id": "T000002R058633", "___s": true }, { @@ -1006778,7 +1014916,7 @@ "filename": "BaseTweenData.js", "lineno": 141, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "repeatDelay", @@ -1006799,7 +1014937,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#repeatDelay", "inherited": true, - "___id": "T000002R058319", + "___id": "T000002R058634", "___s": true }, { @@ -1006808,7 +1014946,7 @@ "filename": "BaseTweenData.js", "lineno": 150, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "repeatCounter", @@ -1006829,7 +1014967,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#repeatCounter", "inherited": true, - "___id": "T000002R058320", + "___id": "T000002R058635", "___s": true }, { @@ -1006838,7 +1014976,7 @@ "filename": "BaseTweenData.js", "lineno": 159, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "flipX", @@ -1006859,7 +1014997,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#flipX", "inherited": true, - "___id": "T000002R058321", + "___id": "T000002R058636", "___s": true }, { @@ -1006868,7 +1015006,7 @@ "filename": "BaseTweenData.js", "lineno": 170, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "flipY", @@ -1006889,7 +1015027,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#flipY", "inherited": true, - "___id": "T000002R058322", + "___id": "T000002R058637", "___s": true }, { @@ -1006898,7 +1015036,7 @@ "filename": "BaseTweenData.js", "lineno": 181, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "progress", @@ -1006919,7 +1015057,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#progress", "inherited": true, - "___id": "T000002R058323", + "___id": "T000002R058638", "___s": true }, { @@ -1006928,7 +1015066,7 @@ "filename": "BaseTweenData.js", "lineno": 190, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "elapsed", @@ -1006949,7 +1015087,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#elapsed", "inherited": true, - "___id": "T000002R058324", + "___id": "T000002R058639", "___s": true }, { @@ -1006958,7 +1015096,7 @@ "filename": "BaseTweenData.js", "lineno": 200, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "state", @@ -1006979,7 +1015117,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#state", "inherited": true, - "___id": "T000002R058325", + "___id": "T000002R058640", "___s": true }, { @@ -1006988,7 +1015126,7 @@ "filename": "BaseTweenData.js", "lineno": 209, "columnno": 8, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isCountdown", @@ -1007009,7 +1015147,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#isCountdown", "inherited": true, - "___id": "T000002R058326", + "___id": "T000002R058641", "___s": true }, { @@ -1007018,7 +1015156,7 @@ "filename": "BaseTweenData.js", "lineno": 219, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "getTarget", @@ -1007044,7 +1015182,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#getTarget", "inherited": true, - "___id": "T000002R058327", + "___id": "T000002R058642", "___s": true }, { @@ -1007053,7 +1015191,7 @@ "filename": "BaseTweenData.js", "lineno": 232, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setTargetValue", @@ -1007081,7 +1015219,7 @@ ], "inherits": "Phaser.Tweens.BaseTweenData#setTargetValue", "inherited": true, - "___id": "T000002R058328", + "___id": "T000002R058643", "___s": true }, { @@ -1007090,7 +1015228,7 @@ "filename": "BaseTweenData.js", "lineno": 247, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setCreatedState", @@ -1007102,7 +1015240,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#setCreatedState", "inherited": true, - "___id": "T000002R058329", + "___id": "T000002R058644", "___s": true }, { @@ -1007111,7 +1015249,7 @@ "filename": "BaseTweenData.js", "lineno": 259, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setDelayState", @@ -1007123,7 +1015261,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#setDelayState", "inherited": true, - "___id": "T000002R058330", + "___id": "T000002R058645", "___s": true }, { @@ -1007132,7 +1015270,7 @@ "filename": "BaseTweenData.js", "lineno": 271, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setPendingRenderState", @@ -1007144,7 +1015282,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#setPendingRenderState", "inherited": true, - "___id": "T000002R058331", + "___id": "T000002R058646", "___s": true }, { @@ -1007153,7 +1015291,7 @@ "filename": "BaseTweenData.js", "lineno": 283, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setPlayingForwardState", @@ -1007165,7 +1015303,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#setPlayingForwardState", "inherited": true, - "___id": "T000002R058332", + "___id": "T000002R058647", "___s": true }, { @@ -1007174,7 +1015312,7 @@ "filename": "BaseTweenData.js", "lineno": 295, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setPlayingBackwardState", @@ -1007186,7 +1015324,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#setPlayingBackwardState", "inherited": true, - "___id": "T000002R058333", + "___id": "T000002R058648", "___s": true }, { @@ -1007195,7 +1015333,7 @@ "filename": "BaseTweenData.js", "lineno": 307, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setHoldState", @@ -1007207,7 +1015345,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#setHoldState", "inherited": true, - "___id": "T000002R058334", + "___id": "T000002R058649", "___s": true }, { @@ -1007216,7 +1015354,7 @@ "filename": "BaseTweenData.js", "lineno": 319, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setRepeatState", @@ -1007228,7 +1015366,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#setRepeatState", "inherited": true, - "___id": "T000002R058335", + "___id": "T000002R058650", "___s": true }, { @@ -1007237,7 +1015375,7 @@ "filename": "BaseTweenData.js", "lineno": 331, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setCompleteState", @@ -1007249,7 +1015387,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#setCompleteState", "inherited": true, - "___id": "T000002R058336", + "___id": "T000002R058651", "___s": true }, { @@ -1007258,7 +1015396,7 @@ "filename": "BaseTweenData.js", "lineno": 343, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isCreated", @@ -1007284,7 +1015422,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#isCreated", "inherited": true, - "___id": "T000002R058337", + "___id": "T000002R058652", "___s": true }, { @@ -1007293,7 +1015431,7 @@ "filename": "BaseTweenData.js", "lineno": 356, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isDelayed", @@ -1007319,7 +1015457,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#isDelayed", "inherited": true, - "___id": "T000002R058338", + "___id": "T000002R058653", "___s": true }, { @@ -1007328,7 +1015466,7 @@ "filename": "BaseTweenData.js", "lineno": 369, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isPendingRender", @@ -1007354,7 +1015492,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#isPendingRender", "inherited": true, - "___id": "T000002R058339", + "___id": "T000002R058654", "___s": true }, { @@ -1007363,7 +1015501,7 @@ "filename": "BaseTweenData.js", "lineno": 382, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isPlayingForward", @@ -1007389,7 +1015527,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#isPlayingForward", "inherited": true, - "___id": "T000002R058340", + "___id": "T000002R058655", "___s": true }, { @@ -1007398,7 +1015536,7 @@ "filename": "BaseTweenData.js", "lineno": 395, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isPlayingBackward", @@ -1007424,7 +1015562,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#isPlayingBackward", "inherited": true, - "___id": "T000002R058341", + "___id": "T000002R058656", "___s": true }, { @@ -1007433,7 +1015571,7 @@ "filename": "BaseTweenData.js", "lineno": 408, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isHolding", @@ -1007459,7 +1015597,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#isHolding", "inherited": true, - "___id": "T000002R058342", + "___id": "T000002R058657", "___s": true }, { @@ -1007468,7 +1015606,7 @@ "filename": "BaseTweenData.js", "lineno": 421, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isRepeating", @@ -1007494,7 +1015632,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#isRepeating", "inherited": true, - "___id": "T000002R058343", + "___id": "T000002R058658", "___s": true }, { @@ -1007503,7 +1015641,7 @@ "filename": "BaseTweenData.js", "lineno": 434, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "isComplete", @@ -1007529,7 +1015667,7 @@ "scope": "instance", "inherits": "Phaser.Tweens.BaseTweenData#isComplete", "inherited": true, - "___id": "T000002R058344", + "___id": "T000002R058659", "___s": true }, { @@ -1007538,7 +1015676,7 @@ "filename": "BaseTweenData.js", "lineno": 447, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setStateFromEnd", @@ -1007569,7 +1015707,7 @@ ], "inherits": "Phaser.Tweens.BaseTweenData#setStateFromEnd", "inherited": true, - "___id": "T000002R058345", + "___id": "T000002R058660", "___s": true }, { @@ -1007578,7 +1015716,7 @@ "filename": "BaseTweenData.js", "lineno": 474, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "setStateFromStart", @@ -1007608,7 +1015746,7 @@ ], "inherits": "Phaser.Tweens.BaseTweenData#setStateFromStart", "inherited": true, - "___id": "T000002R058346", + "___id": "T000002R058661", "___s": true }, { @@ -1007617,7 +1015755,7 @@ "filename": "BaseTweenData.js", "lineno": 569, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tweens\\tween", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tweens\\tween", "code": {} }, "name": "onRepeat", @@ -1007674,7 +1015812,7 @@ ], "inherits": "Phaser.Tweens.BaseTweenData#onRepeat", "inherited": true, - "___id": "T000002R058347", + "___id": "T000002R058662", "___s": true }, { @@ -1007683,7 +1015821,7 @@ "filename": "EventEmitter.js", "lineno": 31, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "shutdown", @@ -1007695,7 +1015833,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#shutdown", "inherited": true, - "___id": "T000002R058348", + "___id": "T000002R058663", "___s": true }, { @@ -1007704,7 +1015842,7 @@ "filename": "EventEmitter.js", "lineno": 42, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "destroy", @@ -1007716,7 +1015854,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#destroy", "inherited": true, - "___id": "T000002R058349", + "___id": "T000002R058664", "___s": true }, { @@ -1007725,7 +1015863,7 @@ "filename": "EventEmitter.js", "lineno": 55, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "eventNames", @@ -1007768,7 +1015906,7 @@ "scope": "instance", "inherits": "Phaser.Events.EventEmitter#eventNames", "inherited": true, - "___id": "T000002R058350", + "___id": "T000002R058665", "___s": true }, { @@ -1007777,7 +1015915,7 @@ "filename": "EventEmitter.js", "lineno": 64, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listeners", @@ -1007837,7 +1015975,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listeners", "inherited": true, - "___id": "T000002R058351", + "___id": "T000002R058666", "___s": true }, { @@ -1007846,7 +1015984,7 @@ "filename": "EventEmitter.js", "lineno": 75, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "listenerCount", @@ -1007897,7 +1016035,7 @@ ], "inherits": "Phaser.Events.EventEmitter#listenerCount", "inherited": true, - "___id": "T000002R058352", + "___id": "T000002R058667", "___s": true }, { @@ -1007906,7 +1016044,7 @@ "filename": "EventEmitter.js", "lineno": 86, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "emit", @@ -1007972,7 +1016110,7 @@ ], "inherits": "Phaser.Events.EventEmitter#emit", "inherited": true, - "___id": "T000002R058353", + "___id": "T000002R058668", "___s": true }, { @@ -1007981,7 +1016119,7 @@ "filename": "EventEmitter.js", "lineno": 98, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "on", @@ -1008060,7 +1016198,7 @@ ], "inherits": "Phaser.Events.EventEmitter#on", "inherited": true, - "___id": "T000002R058354", + "___id": "T000002R058669", "___s": true }, { @@ -1008069,7 +1016207,7 @@ "filename": "EventEmitter.js", "lineno": 111, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "addListener", @@ -1008148,7 +1016286,7 @@ ], "inherits": "Phaser.Events.EventEmitter#addListener", "inherited": true, - "___id": "T000002R058355", + "___id": "T000002R058670", "___s": true }, { @@ -1008157,7 +1016295,7 @@ "filename": "EventEmitter.js", "lineno": 124, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "once", @@ -1008236,7 +1016374,7 @@ ], "inherits": "Phaser.Events.EventEmitter#once", "inherited": true, - "___id": "T000002R058356", + "___id": "T000002R058671", "___s": true }, { @@ -1008245,7 +1016383,7 @@ "filename": "EventEmitter.js", "lineno": 137, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeListener", @@ -1008338,7 +1016476,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeListener", "inherited": true, - "___id": "T000002R058357", + "___id": "T000002R058672", "___s": true }, { @@ -1008347,7 +1016485,7 @@ "filename": "EventEmitter.js", "lineno": 151, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "off", @@ -1008440,7 +1016578,7 @@ ], "inherits": "Phaser.Events.EventEmitter#off", "inherited": true, - "___id": "T000002R058358", + "___id": "T000002R058673", "___s": true }, { @@ -1008449,7 +1016587,7 @@ "filename": "EventEmitter.js", "lineno": 165, "columnno": 0, - "path": "D:\\wamp\\www\\phaser\\src\\events", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\events", "code": {} }, "name": "removeAllListeners", @@ -1008502,7 +1016640,7 @@ ], "inherits": "Phaser.Events.EventEmitter#removeAllListeners", "inherited": true, - "___id": "T000002R058359", + "___id": "T000002R058674", "___s": true }, { @@ -1008511,7 +1016649,7 @@ "filename": "CENTER_CONST.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "The game canvas is not centered within the parent by Phaser.\rYou can still center it yourself via CSS.", @@ -1008530,7 +1016668,7 @@ "memberof": "Phaser.Scale", "longname": "Phaser.Scale.NO_CENTER", "scope": "static", - "___id": "T000002R058360", + "___id": "T000002R058675", "___s": true }, { @@ -1008539,7 +1016677,7 @@ "filename": "CENTER_CONST.js", "lineno": 38, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "The game canvas is centered both horizontally and vertically within the parent.\rTo do this, the parent has to have a bounds that can be calculated and not be empty.\r\rCentering is achieved by setting the margin left and top properties of the\rgame canvas, and does not factor in any other CSS styles you may have applied.", @@ -1008558,7 +1016696,7 @@ "memberof": "Phaser.Scale", "longname": "Phaser.Scale.CENTER_BOTH", "scope": "static", - "___id": "T000002R058361", + "___id": "T000002R058676", "___s": true }, { @@ -1008567,7 +1016705,7 @@ "filename": "CENTER_CONST.js", "lineno": 52, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "The game canvas is centered horizontally within the parent.\rTo do this, the parent has to have a bounds that can be calculated and not be empty.\r\rCentering is achieved by setting the margin left and top properties of the\rgame canvas, and does not factor in any other CSS styles you may have applied.", @@ -1008586,7 +1016724,7 @@ "memberof": "Phaser.Scale", "longname": "Phaser.Scale.CENTER_HORIZONTALLY", "scope": "static", - "___id": "T000002R058362", + "___id": "T000002R058677", "___s": true }, { @@ -1008595,7 +1016733,7 @@ "filename": "CENTER_CONST.js", "lineno": 66, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "The game canvas is centered both vertically within the parent.\rTo do this, the parent has to have a bounds that can be calculated and not be empty.\r\rCentering is achieved by setting the margin left and top properties of the\rgame canvas, and does not factor in any other CSS styles you may have applied.", @@ -1008614,19 +1016752,19 @@ "memberof": "Phaser.Scale", "longname": "Phaser.Scale.CENTER_VERTICALLY", "scope": "static", - "___id": "T000002R058363", + "___id": "T000002R058678", "___s": true }, { - "comment": "/**\r\n * A landscape orientation.\r\n *\r\n * @name Phaser.Scale.Orientation.LANDSCAPE\r\n * @type {string}\r\n * @const\r\n * @since 3.16.0\r\n */", + "comment": "/**\r\n * The primary landscape orientation.\r\n *\r\n * @name Phaser.Scale.Orientation.LANDSCAPE\r\n * @type {string}\r\n * @const\r\n * @since 3.16.0\r\n */", "meta": { "filename": "ORIENTATION_CONST.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, - "description": "A landscape orientation.", + "description": "The primary landscape orientation.", "name": "LANDSCAPE", "type": { "names": [ @@ -1008642,19 +1016780,19 @@ "memberof": "Phaser.Scale", "longname": "Phaser.Scale.LANDSCAPE", "scope": "static", - "___id": "T000002R058364", + "___id": "T000002R058679", "___s": true }, { - "comment": "/**\r\n * A portrait orientation.\r\n *\r\n * @name Phaser.Scale.Orientation.PORTRAIT\r\n * @type {string}\r\n * @const\r\n * @since 3.16.0\r\n */", + "comment": "/**\r\n * The primary portrait orientation.\r\n *\r\n * @name Phaser.Scale.Orientation.PORTRAIT\r\n * @type {string}\r\n * @const\r\n * @since 3.16.0\r\n */", "meta": { "filename": "ORIENTATION_CONST.js", - "lineno": 37, + "lineno": 47, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, - "description": "A portrait orientation.", + "description": "The primary portrait orientation.", "name": "PORTRAIT", "type": { "names": [ @@ -1008670,7 +1016808,7 @@ "memberof": "Phaser.Scale", "longname": "Phaser.Scale.PORTRAIT", "scope": "static", - "___id": "T000002R058365", + "___id": "T000002R058680", "___s": true }, { @@ -1008679,7 +1016817,7 @@ "filename": "SCALE_MODE_CONST.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "No scaling happens at all. The canvas is set to the size given in the game config and Phaser doesn't change it\ragain from that point on. If you change the canvas size, either via CSS, or directly via code, then you need\rto call the Scale Managers `resize` method to give the new dimensions, or input events will stop working.", @@ -1008698,7 +1016836,7 @@ "memberof": "Phaser.Scale", "longname": "Phaser.Scale.NONE", "scope": "static", - "___id": "T000002R058366", + "___id": "T000002R058681", "___s": true }, { @@ -1008707,7 +1016845,7 @@ "filename": "SCALE_MODE_CONST.js", "lineno": 39, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "The height is automatically adjusted based on the width.", @@ -1008726,7 +1016864,7 @@ "memberof": "Phaser.Scale", "longname": "Phaser.Scale.WIDTH_CONTROLS_HEIGHT", "scope": "static", - "___id": "T000002R058367", + "___id": "T000002R058682", "___s": true }, { @@ -1008735,7 +1016873,7 @@ "filename": "SCALE_MODE_CONST.js", "lineno": 49, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "The width is automatically adjusted based on the height.", @@ -1008754,7 +1016892,7 @@ "memberof": "Phaser.Scale", "longname": "Phaser.Scale.HEIGHT_CONTROLS_WIDTH", "scope": "static", - "___id": "T000002R058368", + "___id": "T000002R058683", "___s": true }, { @@ -1008763,7 +1016901,7 @@ "filename": "SCALE_MODE_CONST.js", "lineno": 59, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "The width and height are automatically adjusted to fit inside the given target area,\rwhile keeping the aspect ratio. Depending on the aspect ratio there may be some space\rinside the area which is not covered.", @@ -1008782,7 +1016920,7 @@ "memberof": "Phaser.Scale", "longname": "Phaser.Scale.FIT", "scope": "static", - "___id": "T000002R058369", + "___id": "T000002R058684", "___s": true }, { @@ -1008791,7 +1016929,7 @@ "filename": "SCALE_MODE_CONST.js", "lineno": 71, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "The width and height are automatically adjusted to make the size cover the entire target\rarea while keeping the aspect ratio. This may extend further out than the target size.", @@ -1008810,7 +1016948,7 @@ "memberof": "Phaser.Scale", "longname": "Phaser.Scale.ENVELOP", "scope": "static", - "___id": "T000002R058370", + "___id": "T000002R058685", "___s": true }, { @@ -1008819,7 +1016957,7 @@ "filename": "SCALE_MODE_CONST.js", "lineno": 82, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "The Canvas is resized to fit all available _parent_ space, regardless of aspect ratio.", @@ -1008838,7 +1016976,35 @@ "memberof": "Phaser.Scale", "longname": "Phaser.Scale.RESIZE", "scope": "static", - "___id": "T000002R058371", + "___id": "T000002R058686", + "___s": true + }, + { + "comment": "/**\r\n * The Canvas's visible area is resized to fit all available _parent_ space like RESIZE mode,\r\n * and scale canvas size to fit inside the visible area like FIT mode.\r\n *\r\n * @name Phaser.Scale.ScaleModes.EXPAND\r\n * @type {number}\r\n * @const\r\n * @since 3.80.0\r\n */", + "meta": { + "filename": "SCALE_MODE_CONST.js", + "lineno": 92, + "columnno": 4, + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", + "code": {} + }, + "description": "The Canvas's visible area is resized to fit all available _parent_ space like RESIZE mode,\rand scale canvas size to fit inside the visible area like FIT mode.", + "name": "EXPAND", + "type": { + "names": [ + "number" + ], + "parsedType": { + "type": "NameExpression", + "name": "number" + } + }, + "kind": "constant", + "since": "3.80.0", + "memberof": "Phaser.Scale", + "longname": "Phaser.Scale.EXPAND", + "scope": "static", + "___id": "T000002R058687", "___s": true }, { @@ -1008847,7 +1017013,7 @@ "filename": "ZOOM_CONST.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "The game canvas will not be zoomed by Phaser.", @@ -1008866,7 +1017032,7 @@ "memberof": "Phaser.Scale", "longname": "Phaser.Scale.NO_ZOOM", "scope": "static", - "___id": "T000002R058372", + "___id": "T000002R058688", "___s": true }, { @@ -1008875,7 +1017041,7 @@ "filename": "ZOOM_CONST.js", "lineno": 37, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "The game canvas will be 2x zoomed by Phaser.", @@ -1008894,7 +1017060,7 @@ "memberof": "Phaser.Scale", "longname": "Phaser.Scale.ZOOM_2X", "scope": "static", - "___id": "T000002R058373", + "___id": "T000002R058689", "___s": true }, { @@ -1008903,7 +1017069,7 @@ "filename": "ZOOM_CONST.js", "lineno": 47, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "The game canvas will be 4x zoomed by Phaser.", @@ -1008922,7 +1017088,7 @@ "memberof": "Phaser.Scale", "longname": "Phaser.Scale.ZOOM_4X", "scope": "static", - "___id": "T000002R058374", + "___id": "T000002R058690", "___s": true }, { @@ -1008931,7 +1017097,7 @@ "filename": "ZOOM_CONST.js", "lineno": 57, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\scale\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\scale\\const", "code": {} }, "description": "Calculate the zoom value based on the maximum multiplied game size that will\rfit into the parent, or browser window if no parent is set.", @@ -1008950,7 +1017116,7 @@ "memberof": "Phaser.Scale", "longname": "Phaser.Scale.MAX_ZOOM", "scope": "static", - "___id": "T000002R058375", + "___id": "T000002R058691", "___s": true }, { @@ -1008959,7 +1017125,7 @@ "filename": "ORIENTATION_CONST.js", "lineno": 27, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\const", "code": {} }, "description": "Orthogonal Tilemap orientation constant.", @@ -1008978,7 +1017144,7 @@ "memberof": "Phaser.Tilemaps", "longname": "Phaser.Tilemaps.ORTHOGONAL", "scope": "static", - "___id": "T000002R058376", + "___id": "T000002R058692", "___s": true }, { @@ -1008987,7 +1017153,7 @@ "filename": "ORIENTATION_CONST.js", "lineno": 37, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\const", "code": {} }, "description": "Isometric Tilemap orientation constant.", @@ -1009006,7 +1017172,7 @@ "memberof": "Phaser.Tilemaps", "longname": "Phaser.Tilemaps.ISOMETRIC", "scope": "static", - "___id": "T000002R058377", + "___id": "T000002R058693", "___s": true }, { @@ -1009015,7 +1017181,7 @@ "filename": "ORIENTATION_CONST.js", "lineno": 47, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\const", "code": {} }, "description": "Staggered Tilemap orientation constant.", @@ -1009034,7 +1017200,7 @@ "memberof": "Phaser.Tilemaps", "longname": "Phaser.Tilemaps.STAGGERED", "scope": "static", - "___id": "T000002R058378", + "___id": "T000002R058694", "___s": true }, { @@ -1009043,7 +1017209,7 @@ "filename": "ORIENTATION_CONST.js", "lineno": 57, "columnno": 4, - "path": "D:\\wamp\\www\\phaser\\src\\tilemaps\\const", + "path": "D:\\GitHub\\Phaser\\phaser3\\src\\tilemaps\\const", "code": {} }, "description": "Hexagonal Tilemap orientation constant.", @@ -1009062,7 +1017228,7 @@ "memberof": "Phaser.Tilemaps", "longname": "Phaser.Tilemaps.HEXAGONAL", "scope": "static", - "___id": "T000002R058379", + "___id": "T000002R058695", "___s": true } ] \ No newline at end of file